/*!
Theme Name: fxify
Theme URI: http://underscores.me/
Author: Peter Brown
Author URI: https://fxify.com
Description: Custom WooCommerce theme developed for FXIFY by FXIFY.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fxify
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

fxify is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Variables
--------------------------------------------- */
:root {
	--aa-text-color-rgb: rgba(244, 211, 22, 1);
	--rotate: 0deg;
	--background: #0E1017;
	--accent: #1DAA91;
	--accent-soft: #D4F7F1;
	--border: rgba(255, 255, 255, 0.05);
	--discord: #7289da;
	--font-sans-serif: "Plus Jakarta Sans", sans-serif;
	--font-mono: "Source Code Pro", monospace;
	--spacing-1: 4px;
	--spacing-2: 8px;
	--spacing-3: 16px;
	--spacing-4: 24px;
	--spacing-5: 32px;
	--spacing-6: 48px;
	--spacing-7: 64px;
	--spacing-8: 96px;
	--spacing-9: 128px;
	--spacing-10: 160px;
	--spacing-11: 192px;
	--spacing-12: 224px;
	--spacing-13: 256px;
	--spacing-14: 288px;
	--spacing-15: 320px;
}

.archive-courses section.courses-hero-section {
	padding-top: var(--spacing-14);
	padding-bottom: var(--spacing-14);
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (max-width: 1200px) {
	.archive-courses section.courses-hero-section {
		padding-top: var(--spacing-12);
		padding-bottom: var(--spacing-12);
	}
}

@media (max-width: 768px) {
	.archive-courses section.courses-hero-section {
		padding-top: var(--spacing-10);
		padding-bottom: var(--spacing-10);
	}
}

.single-course, .single-course-registration, .single-profile {
	padding-top: var(--spacing-12);
	padding-bottom: var(--spacing-10);
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (max-width: 1200px) {
	.single-course, .single-course-registration, .single-profile {
		padding-top: var(--spacing-11);
		padding-bottom: var(--spacing-9);
	}
}

@media (max-width: 768px) {
	.single-course, .single-course-registration, .single-profile {
		padding-top: var(--spacing-10);
		padding-bottom: var(--spacing-8);
	}
}

.homepage #fxify-pricing-table-v1, section.hero-section, section.how-it-works-section, section.programs-section, section.benefits-section, section.powered-by-section, section.payouts-section, section.addons-section, section.trustpilot-section, section.blog-section, section.subscribe-section, section.company-section, .archive-courses section.courses-section {
	padding-top: var(--spacing-10);
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (max-width: 1200px) {
	.homepage #fxify-pricing-table-v1, section.hero-section, section.how-it-works-section, section.programs-section, section.benefits-section, section.powered-by-section, section.payouts-section, section.addons-section, section.trustpilot-section, section.blog-section, section.subscribe-section, section.company-section, .archive-courses section.courses-section {
		padding-top: var(--spacing-9);
	}
}

section.discord-section {
	padding-top: var(--spacing-10);
	padding-bottom: var(--spacing-10);
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (max-width: 1200px) {
	section.discord-section {
		padding-top: var(--spacing-9);
		padding-bottom: var(--spacing-9);
	}
}

section.get-started-section, section.faqs-section {
	padding-top: var(--spacing-12);
	padding-bottom: var(--spacing-12);
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (max-width: 1200px) {
	section.get-started-section, section.faqs-section {
		padding-top: var(--spacing-10);
		padding-bottom: var(--spacing-10);
	}
}

@media (max-width: 992px) {
	section.get-started-section, section.faqs-section {
		padding-top: var(--spacing-9);
		padding-bottom: var(--spacing-9);
	}
}

/* Container
--------------------------------------------- */
.v2 {
	font-family: var(--font-sans-serif);
}

.v2 .section-container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #0e1017;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.v2 .top-heading {
	text-transform: uppercase;
	color: var(--accent-soft);
	font-family: var(--font-mono);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	opacity: 0.6;
}

.v2 .top-heading.discord {
	color: var(--discord);
}

.v2 .top-heading.emphasized {
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4px 12px;
	border-radius: 100px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.1);
	box-shadow: 0px 4px 6px 1px rgba(255, 255, 255, 0.05);
}

.v2 .top-heading.hero {
	padding: 4px 16px;
}

.v2 h1,
.v2 h2,
.v2 h3,
.v2 h4,
.v2 h5,
.v2 h6,
.v2 p {
	margin: 0;
	padding: 0;
}

.v2 h1.h1-heading {
	width: fit-content;
	font-family: var(--font-sans-serif);
	font-size: 46px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -1.5px;
	background: linear-gradient(120deg, #FFF 44.15%, #1DAA91 87.75%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	padding-bottom: 2px;
}

@media (max-width: 576px) {
	.v2 h1.h1-heading {
		font-size: 36px;
	}
}

.v2 h3.h3-heading {
	width: fit-content;
	font-family: var(--font-sans-serif);
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -1.5px;
	background: linear-gradient(120deg, #FFF 44.15%, #1DAA91 87.75%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.v2 h3.h3-heading.discord {
	background: linear-gradient(120deg, #FFF 44.15%, var(--discord) 87.75%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.v2 h4.h4-heading {
	width: fit-content;
	font-family: var(--font-sans-serif);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -1px;
	background: linear-gradient(120deg, #FFF 44.15%, #1DAA91 87.75%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.v2 h4.h4-heading.normal {
	background-clip: unset;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: unset;
	background: unset;
	color: rgba(255, 255, 255, 0.9);
}

.v2 p.paragraph {
	color: rgba(255, 255, 255, 0.6);
	font-family: var(--font-sans-serif);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
}

.v2 p.paragraph.hero {
	color: var(--accent-soft);
	opacity: 0.6;
}

/* Elements
--------------------------------------------- */
body {
	background: #0e1017;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 120px 0 0 0;
	overflow-x: hidden;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-display: block;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body #dropdown-parent {
	position: absolute;
}

@keyframes move {
	0% {
		transform: translateX(-200%);
	}
	100% {
		transform: translateX(200%);
	}
}

@keyframes move2 {
	0% {
		transform: translateX(-400%);
	}
	100% {
		transform: translateX(400%);
	}
}

@keyframes icon-pulse {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 1;
	}
}

.scroll-to-top {
	position: fixed;
	z-index: 999999999;
	bottom: 80px;
	right: 20px;
	height: 48px;
	width: 48px;
	border-radius: 10px;
	backdrop-filter: blur(10px);
	background: rgba(194, 208, 228, 0.15);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.8s ease-in-out;
	cursor: pointer;
	opacity: 1;
	visibility: hidden;
	transform: translateY(140px);
}

.scroll-to-top svg polyline#first-arrow {
	transition: all 0.6s cubic-bezier(0.9, 0, 0.2, 1);
	animation: icon-pulse 2s linear infinite;
}

.scroll-to-top svg polyline#second-arrow {
	transition: all 0.6s cubic-bezier(0.9, 0, 0.2, 1);
	animation: icon-pulse 2s linear infinite;
	animation-delay: 0.5s;
}

.scroll-to-top:hover {
	background: rgba(194, 208, 228, 0.1);
}

.scroll-to-top:hover svg polyline#first-arrow {
	stroke: #26f7dd;
}

.scroll-to-top:hover svg polyline#second-arrow {
	stroke: #00b8dd;
}

.scroll-to-top.active {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}

.page-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
}

.page-bg img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.site-main {
	width: 100%;
}

.orb-canvas {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: -1;
}

@media (max-width: 576px) {
	.orb-canvas {
		display: none;
	}
}

.promo-nav-switch {
	position: fixed;
	z-index: 1500;
	bottom: 20px;
	right: 80px;
	height: 48px;
	width: 48px;
	border-radius: 10px;
	backdrop-filter: blur(10px);
	background: rgba(194, 208, 228, 0.15);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.8s ease-in-out;
	cursor: pointer;
	visibility: hidden;
	transform: translateY(140px);
}

.promo-nav-switch svg polyline#first-arrow {
	transition: all 0.6s cubic-bezier(0.9, 0, 0.2, 1);
	animation: icon-pulse 2s linear infinite;
}

.promo-nav-switch svg polyline#second-arrow {
	transition: all 0.6s cubic-bezier(0.9, 0, 0.2, 1);
	animation: icon-pulse 2s linear infinite;
	animation-delay: 0.5s;
}

.promo-nav-switch:hover {
	background: rgba(194, 208, 228, 0.1);
}

.promo-nav-switch:hover svg polyline#first-arrow {
	stroke: #26f7dd;
}

.promo-nav-switch:hover svg polyline#second-arrow {
	stroke: #00b8dd;
}

.promo-nav-switch.visible {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}

.promo-nav {
	width: 100%;
	height: 90px;
	background: url("../png/promo-bg.png"), #101523;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: fixed;
	bottom: 0;
	z-index: 1500;
	transition: all 0.5s ease-in-out;
	border-top: 1px solid rgba(194, 208, 228, 0.15);
	transform: translateY(120%);
}

.promo-nav .pn__close {
	position: absolute;
	left: 30px;
	top: 22.5px;
	width: 45px;
	height: 45px;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	transition: all 0.5s ease-in-out;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.promo-nav .pn__close svg {
	transition: inherit;
	stroke: rgba(255, 255, 255, 0.5);
}

.promo-nav .pn__close:hover {
	background: rgba(255, 255, 255, 0.2);
}

.promo-nav .pn__close:hover svg {
	stroke: white;
}

.promo-nav.visible {
	transform: translateY(0);
}

.promo-nav::before {
	content: "";
	height: 1px;
	width: 50%;
	background: linear-gradient(to right, transparent 90%, rgba(255, 255, 255, 0.6) 95%);
	position: absolute;
	top: -1px;
	filter: blur(2px);
	animation: move 3.7s linear infinite forwards;
}

.promo-nav::after {
	content: "";
	height: 1px;
	width: 50%;
	background: linear-gradient(to right, transparent 80%, rgba(255, 255, 255, 0.3) 85%);
	position: absolute;
	top: -1px;
	animation: move 3.7s linear infinite forwards;
}

.promo-nav .container {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	color: white;
	display: flex;
	flex-flow: column nowrap;
	overflow: hidden;
}

.promo-nav .container .pn__visible {
	height: 90px;
	padding: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.promo-nav .container .pn__visible .pn__cta {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	transition: all 0.5s ease-in-out;
}

.promo-nav .container .pn__visible .pn__cta .pn__svg {
	height: 26px;
	width: 26px;
}

.promo-nav .container .pn__visible .pn__cta .pn__text {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.promo-nav .container .pn__visible .pn__cta .pn__counter {
	display: flex;
	flex-flow: row nowrap;
	gap: 1rem;
	align-items: center;
	margin-left: 22px;
}

.promo-nav .container .pn__visible .pn__cta .pn__counter .counter-single {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 6px;
}

.promo-nav .container .pn__visible .pn__cta .pn__counter .counter-single .counter-number {
	font-size: 22px;
	font-weight: 800;
	color: #fff;
	line-height: 18px;
}

.promo-nav .container .pn__visible .pn__cta .pn__counter .counter-single .counter-label {
	font-size: 12px;
	line-height: 13px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
}

.promo-nav .container .pn__visible .pn__chevron {
	position: relative;
	z-index: 200;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 38px;
	width: 38px;
	border-radius: 100px;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}

.promo-nav .container .pn__visible .pn__chevron:hover {
	background: rgba(255, 255, 255, 0.15);
}

.promo-nav .container .pn__visible .pn__chevron svg {
	height: 38px;
	transition: inherit;
}

.promo-nav .container .pn__visible .pn__chevron svg polyline#first-arrow {
	transition: all 0.6s cubic-bezier(0.9, 0, 0.2, 1);
	animation: icon-pulse 2s linear infinite;
}

.promo-nav .container .pn__visible .pn__chevron svg polyline#second-arrow {
	transition: all 0.6s cubic-bezier(0.9, 0, 0.2, 1);
	animation: icon-pulse 2s linear infinite;
	animation-delay: 0.5s;
}

.promo-nav .container .pn__visible .pn__chevron.l {
	margin-right: auto;
}

.promo-nav .container .pn__visible .pn__chevron.r {
	margin-left: auto;
}

.promo-nav .container .pn__email {
	height: 300px;
	transition: all 0.5s ease-in-out;
	transform: translateY(200px);
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin: 0 auto;
}

.promo-nav .container .pn__email .email-wrapper {
	position: relative;
	margin: 0.3rem auto 0.3rem;
}

.promo-nav .container .pn__email .email-wrapper #confetti-canvas-blog {
	position: absolute;
	right: -27%;
	bottom: -133px;
	width: 500px;
	height: 500px;
	pointer-events: none;
	z-index: 9999;
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form form {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form form input[type="email"] {
	background-color: transparent;
	outline: none;
	border: none;
	color: #c2d0e4;
	max-width: 85%;
	flex: 1 1 auto;
	padding: 15px 25px;
	font-weight: 400;
	width: 500px;
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form form button {
	background: #1daa91;
	color: #0b0c10;
	padding: 15px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: none;
	height: 67px;
	width: 205px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	position: relative;
	justify-content: center;
	overflow: hidden;
	cursor: pointer;
	transition: width 0.2s cubic-bezier(0.39, 1.86, 0.64, 1);
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .button-text {
	font-size: 16px;
	white-space: nowrap;
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .messageCont {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.ready .readyMSG .button-text span {
	opacity: 1;
	transition: all 0.2s ease calc(var(--dr) + 600ms);
	transform: translate3d(0, 0, 0);
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.ready .readyMSG .button-text span:nth-of-type(5) {
	margin: 0 2px;
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.ready .readyMSG svg {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: transform 0.4s ease 600ms, opacity 0.3s linear 600ms;
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.loading {
	width: 160px;
	transition: width 0.3s ease 0.4s;
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.loading .loadingMSG {
	opacity: 1;
	transform: translate3d(-50%, -50%, 0);
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle {
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-name: loading;
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(2) {
	animation-delay: 0.1s;
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(3) {
	animation-delay: 0.2s;
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.success .successMSG .button-text span {
	opacity: 1;
	transition: all 0.2s ease calc(var(--d) + 700ms);
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.success .successMSG svg {
	opacity: 1;
	stroke-dashoffset: 0;
	transition: opacity 0.3s linear 300ms, stroke-dashoffset 0.3s ease-in-out 900ms;
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.error .errorMSG .button-text span {
	opacity: 1;
	transition: all 0.2s ease calc(var(--d) + 400ms);
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.error .errorMSG svg {
	opacity: 1;
	stroke-dashoffset: 0;
	transition: opacity 0.3s linear 300ms, stroke-dashoffset 0.3s ease-in-out 600ms;
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .readyMSG {
	flex: 0 0 auto;
	font-family: "Plus Jakarta Sans", sans-serif;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 8px;
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .readyMSG .button-text span {
	opacity: 0;
	display: inline-block;
	transform: translate3d(0, 20px, 0);
	transition: all 0.4s ease var(--d);
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .readyMSG svg {
	height: 18px;
	width: 18px;
	opacity: 0;
	transform: translate3d(0, 20px, 0);
	transition: transform 0.4s ease, opacity 0.3s linear;
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .loadingMSG {
	transform: translate3d(-50%, 50px, 0);
	transition: transform 0.3s cubic-bezier(0.22, 0, 0.41, -0.57), opacity 0.3s linear 0.3s;
	opacity: 0;
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .loadingMSG svg {
	fill: #0b0c10;
	margin: 0;
	width: 22px;
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .successMSG {
	flex: 0 0 auto;
	font-family: "Plus Jakarta Sans", sans-serif;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 8px;
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .successMSG .button-text span {
	opacity: 0;
	display: inline-block;
	transition: all 0.2s ease var(--dr);
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .successMSG svg {
	opacity: 0;
	height: 18px;
	width: 18px;
	stroke-dasharray: 30;
	stroke-dashoffset: 30;
	transition: transform 0.4s ease, opacity 0.3s linear, stroke-dashoffset 0.3s ease-in-out;
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .errorMSG {
	flex: 0 0 auto;
	font-family: "Plus Jakarta Sans", sans-serif;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 8px;
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .errorMSG .button-text span {
	opacity: 0;
	display: inline-block;
	transition: all 0.2s ease var(--dr);
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .errorMSG svg {
	opacity: 0;
	height: 18px;
	width: 18px;
	stroke-dasharray: 30;
	stroke-dashoffset: 30;
	transition: transform 0.4s ease, opacity 0.3s linear, stroke-dashoffset 0.3s ease-in-out;
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form form ::placeholder {
	color: rgba(194, 208, 228, 0.8);
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form .subscribe-message {
	text-align: center;
	line-height: 16px;
	opacity: 0;
	color: rgba(194, 208, 228, 0.8);
}

.promo-nav .container .pn__email .email-wrapper .subscribe-form .subscribe-message p {
	margin: 0.7rem 0;
}

.promo-nav .container .pn__email.no-timer {
	height: 245px;
}

.promo-nav .container .pn__expand {
	height: 245px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-flow: column nowrap;
	gap: 10px;
	text-align: center;
	transition: all 0.8s ease-in-out;
	transform: translateY(-68px);
}

.promo-nav .container .pn__expand h3.pn__heading {
	font-size: 2.25rem;
	font-weight: 700;
	color: #fff;
	margin: 0;
	transition: all 0.5s ease-in-out;
	transition-delay: 0s;
	opacity: 0;
}

.promo-nav .container .pn__expand p.pn__subtext {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	margin: 0rem 0;
	transition: all 0.5s ease-in-out;
	transition-delay: 0.2s;
	opacity: 0;
	color: rgba(255, 255, 255, 0.8);
}

.promo-nav .container .pn__expand .pn__timer-wrap {
	transition: all 0.5s ease-in-out;
	transition-delay: 0.3s;
	opacity: 0;
	margin: 10px 0 5px;
}

.promo-nav .container .pn__expand .pn__timer-wrap .pn__counter {
	display: flex;
	flex-flow: row nowrap;
	gap: 1rem;
	align-items: center;
	justify-content: center;
}

.promo-nav .container .pn__expand .pn__timer-wrap .pn__counter .counter-single {
	padding: 10px;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.07);
	backdrop-filter: blur(10px);
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 65px;
	height: 65px;
}

.promo-nav .container .pn__expand .pn__timer-wrap .pn__counter .counter-single .counter-number {
	font-size: 22px;
	font-weight: 800;
	color: #fff;
	line-height: 18px;
}

.promo-nav .container .pn__expand .pn__timer-wrap .pn__counter .counter-single .counter-label {
	font-size: 12px;
	line-height: 13px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
}

.promo-nav .container .pn__expand .pn__button-wrap {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 0.8rem;
}

.promo-nav .container .pn__expand .pn__button-wrap .bw__code {
	border-radius: 10px;
	padding: 12px 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.5s ease-in-out 0.4s, background 0.2s linear, color 0.2s linear;
	opacity: 0;
	letter-spacing: 0.5px;
	font-weight: 600;
	font-size: 17px;
	border: 2.5px dashed #1aa88e;
	cursor: pointer;
}

.promo-nav .container .pn__expand .pn__button-wrap .bw__button {
	transition: all 0.5s ease-in-out;
	transition-delay: 0.5s;
	opacity: 0;
	display: flex;
}

.promo-nav .container .pn__expand .pn__button-wrap .bw__button #cta-btn {
	padding: 12px 40px;
}

.promo-nav.expanded {
	height: 335px;
}

.promo-nav.expanded .container .pn__visible .pn__chevron svg {
	transform: rotate(180deg);
}

.promo-nav.expanded .container .pn__visible .pn__cta {
	transform: translateY(-150px);
	opacity: 0;
}

.promo-nav.expanded .container .pn__email {
	transform: translateY(-68px);
}

.promo-nav.expanded .container .pn__expand {
	transform: translateY(-68px);
}

.promo-nav.expanded .container .pn__expand h3.pn__heading {
	opacity: 1;
}

.promo-nav.expanded .container .pn__expand p.pn__subtext {
	opacity: 1;
}

.promo-nav.expanded .container .pn__expand .pn__timer-wrap {
	opacity: 1;
}

.promo-nav.expanded .container .pn__expand .pn__button-wrap .bw__code {
	opacity: 1;
}

.promo-nav.expanded .container .pn__expand .pn__button-wrap .bw__button {
	opacity: 1;
}

.promo-nav.expanded.subscription-done .container .pn__email {
	transform: translateY(200px);
}

.promo-nav.expanded.subscription-done .container .pn__expand {
	transform: translateY(-350px);
}

.promo-nav.expanded.subscription-done.no-timer .container .pn__expand {
	transform: translateY(-300px);
}

.promo-nav.subscribed .container .pn__expand {
	transform: translateY(-350px);
}

.promo-nav.subscribed .container .pn__expand h3.pn__heading {
	opacity: 1;
}

.promo-nav.subscribed .container .pn__expand p.pn__subtext {
	opacity: 1;
}

.promo-nav.subscribed .container .pn__expand .pn__timer-wrap {
	opacity: 1;
}

.promo-nav.subscribed .container .pn__expand .pn__button-wrap .bw__code {
	opacity: 1;
}

.promo-nav.subscribed .container .pn__expand .pn__button-wrap .bw__button {
	opacity: 1;
}

.promo-nav.subscribed.no-timer .container .pn__expand {
	transform: translateY(-300px);
}

.promo-nav .pn__email.hidden {
	transform: translateY(200px) !important;
}

@media (min-width: 576px) and (max-width: 768px) {
	.promo-nav {
		width: 100%;
		height: 185px;
		background: url("../png/promo-bg.png"), #101523;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		position: fixed;
		bottom: 0;
		z-index: 1500;
		transition: all 0.5s ease-in-out;
		border-top: 1px solid rgba(194, 208, 228, 0.15);
		transform: translateY(120%);
	}
	.promo-nav .pn__close {
		position: absolute;
		left: unset;
		right: 17px;
		top: 15px;
		width: 30px;
		height: 30px;
		border-radius: 10px;
		background: rgba(255, 255, 255, 0.1);
		backdrop-filter: blur(10px);
		transition: all 0.5s ease-in-out;
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.promo-nav .pn__close svg {
		transition: inherit;
		stroke: rgba(255, 255, 255, 0.5);
		transform: scale(0.8);
	}
	.promo-nav .pn__close:hover {
		background: rgba(255, 255, 255, 0.2);
	}
	.promo-nav .pn__close:hover svg {
		stroke: white;
	}
	.promo-nav.visible {
		transform: translateY(0);
	}
	.promo-nav::before {
		content: "";
		height: 1px;
		width: 50%;
		background: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.6) 65%);
		position: absolute;
		top: -1px;
		filter: blur(2px);
		animation: move2 3.5s linear infinite forwards;
	}
	.promo-nav::after {
		content: "";
		height: 1px;
		width: 50%;
		background: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.3) 65%);
		position: absolute;
		top: -1px;
		animation: move2 3.5s linear infinite forwards;
	}
	.promo-nav .container {
		max-width: 1140px;
		width: 100%;
		margin: 0 auto;
		color: white;
		display: flex;
		flex-flow: column nowrap;
		overflow: hidden;
	}
	.promo-nav .container .pn__visible {
		height: 185px;
		padding: 1rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.promo-nav .container .pn__visible .pn__cta {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 12px;
		flex-flow: row wrap;
		transition: all 0.5s ease-in-out;
	}
	.promo-nav .container .pn__visible .pn__cta .pn__svg {
		height: 26px;
		width: 26px;
		flex: 0 0 100%;
		text-align: center;
	}
	.promo-nav .container .pn__visible .pn__cta .pn__text {
		font-size: 16px;
		font-weight: 700;
		color: #fff;
		flex: 1 1 auto;
		text-align: center;
	}
	.promo-nav .container .pn__visible .pn__cta .pn__counter {
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
		align-items: center;
		margin-left: 0;
		justify-content: center;
		flex: 1 1 100%;
	}
	.promo-nav .container .pn__visible .pn__cta .pn__counter .counter-single {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 6px;
	}
	.promo-nav .container .pn__visible .pn__cta .pn__counter .counter-single .counter-number {
		font-size: 22px;
		font-weight: 800;
		color: #fff;
		line-height: 18px;
	}
	.promo-nav .container .pn__visible .pn__cta .pn__counter .counter-single .counter-label {
		font-size: 12px;
		line-height: 13px;
		font-weight: 400;
		color: rgba(255, 255, 255, 0.5);
	}
	.promo-nav .container .pn__visible .pn__chevron {
		display: none;
	}
	.promo-nav .container .pn__email {
		height: 300px;
		transition: all 0.5s ease-in-out;
		transform: translateY(200px);
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: center;
		width: fit-content;
		margin: 0 auto;
	}
	.promo-nav .container .pn__email .email-wrapper {
		position: relative;
		margin: 0.3rem auto 0.3rem;
		padding: 0 1rem;
		width: 100%;
	}
	.promo-nav .container .pn__email .email-wrapper #confetti-canvas-blog {
		position: absolute;
		right: -27%;
		bottom: -133px;
		width: 500px;
		height: 500px;
		pointer-events: none;
		z-index: 9999;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form {
		position: relative;
		max-width: 600px;
		margin: 0 auto;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form {
		background-color: rgba(255, 255, 255, 0.1);
		border-radius: 15px;
		display: flex;
		justify-content: space-between;
		position: relative;
		z-index: 10;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form input[type="email"] {
		background-color: transparent;
		outline: none;
		border: none;
		color: #c2d0e4;
		max-width: 85%;
		flex: 1 1 auto;
		padding: 15px 25px;
		font-weight: 400;
		width: 350px;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button {
		background: #1daa91;
		color: #0b0c10;
		padding: 15px 30px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		border: none;
		height: 67px;
		width: 185px;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		position: relative;
		justify-content: center;
		overflow: hidden;
		cursor: pointer;
		transition: width 0.2s cubic-bezier(0.39, 1.86, 0.64, 1);
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .button-text {
		font-size: 16px;
		white-space: nowrap;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .messageCont {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate3d(-50%, -50%, 0);
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.ready .readyMSG .button-text span {
		opacity: 1;
		transition: all 0.2s ease calc(var(--dr) + 600ms);
		transform: translate3d(0, 0, 0);
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.ready .readyMSG .button-text span:nth-of-type(5) {
		margin: 0 2px;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.ready .readyMSG svg {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition: transform 0.4s ease 600ms, opacity 0.3s linear 600ms;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.loading {
		width: 160px;
		transition: width 0.3s ease 0.4s;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.loading .loadingMSG {
		opacity: 1;
		transform: translate3d(-50%, -50%, 0);
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle {
		animation-duration: 1s;
		animation-iteration-count: infinite;
		animation-name: loading;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(2) {
		animation-delay: 0.1s;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(3) {
		animation-delay: 0.2s;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.success .successMSG .button-text span {
		opacity: 1;
		transition: all 0.2s ease calc(var(--d) + 700ms);
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.success .successMSG svg {
		opacity: 1;
		stroke-dashoffset: 0;
		transition: opacity 0.3s linear 300ms, stroke-dashoffset 0.3s ease-in-out 900ms;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.error .errorMSG .button-text span {
		opacity: 1;
		transition: all 0.2s ease calc(var(--d) + 400ms);
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.error .errorMSG svg {
		opacity: 1;
		stroke-dashoffset: 0;
		transition: opacity 0.3s linear 300ms, stroke-dashoffset 0.3s ease-in-out 600ms;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .readyMSG {
		flex: 0 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 700;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 8px;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .readyMSG .button-text span {
		opacity: 0;
		display: inline-block;
		transform: translate3d(0, 20px, 0);
		transition: all 0.4s ease var(--d);
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .readyMSG svg {
		height: 18px;
		width: 18px;
		opacity: 0;
		transform: translate3d(0, 20px, 0);
		transition: transform 0.4s ease, opacity 0.3s linear;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .loadingMSG {
		transform: translate3d(-50%, 50px, 0);
		transition: transform 0.3s cubic-bezier(0.22, 0, 0.41, -0.57), opacity 0.3s linear 0.3s;
		opacity: 0;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .loadingMSG svg {
		fill: #0b0c10;
		margin: 0;
		width: 22px;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .successMSG {
		flex: 0 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 700;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 8px;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .successMSG .button-text span {
		opacity: 0;
		display: inline-block;
		transition: all 0.2s ease var(--dr);
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .successMSG svg {
		opacity: 0;
		height: 18px;
		width: 18px;
		stroke-dasharray: 30;
		stroke-dashoffset: 30;
		transition: transform 0.4s ease, opacity 0.3s linear, stroke-dashoffset 0.3s ease-in-out;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .errorMSG {
		flex: 0 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 700;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 8px;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .errorMSG .button-text span {
		opacity: 0;
		display: inline-block;
		transition: all 0.2s ease var(--dr);
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .errorMSG svg {
		opacity: 0;
		height: 18px;
		width: 18px;
		stroke-dasharray: 30;
		stroke-dashoffset: 30;
		transition: transform 0.4s ease, opacity 0.3s linear, stroke-dashoffset 0.3s ease-in-out;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form ::placeholder {
		color: rgba(194, 208, 228, 0.8);
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form .subscribe-message {
		text-align: center;
		line-height: 16px;
		opacity: 0;
		color: rgba(194, 208, 228, 0.8);
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form .subscribe-message p {
		margin: 0.7rem 0;
	}
	.promo-nav .container .pn__email.no-timer {
		height: 245px;
	}
	.promo-nav .container .pn__expand {
		height: 245px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-flow: column nowrap;
		gap: 10px;
		text-align: center;
		transition: all 0.8s ease-in-out;
		transform: translateY(-68px);
	}
	.promo-nav .container .pn__expand h3.pn__heading {
		font-size: 28px;
		font-weight: 700;
		color: #fff;
		margin: 0;
		transition: all 0.5s ease-in-out;
		transition-delay: 0s;
		opacity: 0;
	}
	.promo-nav .container .pn__expand p.pn__subtext {
		font-size: 16px;
		font-weight: 600;
		color: #fff;
		margin: 0rem 0;
		transition: all 0.5s ease-in-out;
		transition-delay: 0.2s;
		opacity: 0;
		color: rgba(255, 255, 255, 0.8);
	}
	.promo-nav .container .pn__expand .pn__timer-wrap {
		transition: all 0.5s ease-in-out;
		transition-delay: 0.3s;
		opacity: 0;
		margin: 10px 0 5px;
	}
	.promo-nav .container .pn__expand .pn__timer-wrap .pn__counter {
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
		align-items: center;
		justify-content: center;
	}
	.promo-nav .container .pn__expand .pn__timer-wrap .pn__counter .counter-single {
		padding: 10px;
		border-radius: 10px;
		background: rgba(255, 255, 255, 0.07);
		backdrop-filter: blur(10px);
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		justify-content: center;
		gap: 6px;
		width: 65px;
		height: 65px;
	}
	.promo-nav .container .pn__expand .pn__timer-wrap .pn__counter .counter-single .counter-number {
		font-size: 22px;
		font-weight: 800;
		color: #fff;
		line-height: 18px;
	}
	.promo-nav .container .pn__expand .pn__timer-wrap .pn__counter .counter-single .counter-label {
		font-size: 12px;
		line-height: 13px;
		font-weight: 400;
		color: rgba(255, 255, 255, 0.5);
	}
	.promo-nav .container .pn__expand .pn__button-wrap {
		display: flex;
		justify-content: center;
		gap: 10px;
		margin-top: 0.8rem;
	}
	.promo-nav .container .pn__expand .pn__button-wrap .bw__code {
		border-radius: 10px;
		padding: 12px 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: opacity 0.5s ease-in-out 0.4s, background 0.2s linear, color 0.2s linear;
		opacity: 0;
		letter-spacing: 0.5px;
		font-weight: 600;
		font-size: 17px;
		border: 2.5px dashed #1aa88e;
		cursor: pointer;
	}
	.promo-nav .container .pn__expand .pn__button-wrap .bw__button {
		transition: all 0.5s ease-in-out;
		transition-delay: 0.5s;
		opacity: 0;
		display: flex;
	}
	.promo-nav .container .pn__expand .pn__button-wrap .bw__button #cta-btn {
		padding: 12px 40px;
	}
	.promo-nav.expanded {
		height: 335px;
	}
	.promo-nav.expanded .container .pn__visible .pn__chevron svg {
		transform: rotate(180deg);
	}
	.promo-nav.expanded .container .pn__visible .pn__cta {
		transform: translateY(-150px);
		opacity: 0;
	}
	.promo-nav.expanded .container .pn__email {
		transform: translateY(-140px);
	}
	.promo-nav.expanded .container .pn__email.no-timer {
		transform: translateY(-180px);
	}
	.promo-nav.expanded .container .pn__expand {
		transform: translateY(-68px);
	}
	.promo-nav.expanded .container .pn__expand h3.pn__heading {
		opacity: 1;
	}
	.promo-nav.expanded .container .pn__expand p.pn__subtext {
		opacity: 1;
	}
	.promo-nav.expanded .container .pn__expand .pn__timer-wrap {
		opacity: 1;
	}
	.promo-nav.expanded .container .pn__expand .pn__button-wrap .bw__code {
		opacity: 1;
	}
	.promo-nav.expanded .container .pn__expand .pn__button-wrap .bw__button {
		opacity: 1;
	}
	.promo-nav.expanded.subscription-done .container .pn__email {
		transform: translateY(200px);
	}
	.promo-nav.expanded.subscription-done .container .pn__expand {
		transform: translateY(-450px);
	}
	.promo-nav.expanded.subscription-done.no-timer .container .pn__expand {
		transform: translateY(-400px);
	}
	.promo-nav.subscribed .container .pn__expand {
		transform: translateY(-450px);
	}
	.promo-nav.subscribed .container .pn__expand h3.pn__heading {
		opacity: 1;
	}
	.promo-nav.subscribed .container .pn__expand p.pn__subtext {
		opacity: 1;
	}
	.promo-nav.subscribed .container .pn__expand .pn__timer-wrap {
		opacity: 1;
	}
	.promo-nav.subscribed .container .pn__expand .pn__button-wrap .bw__code {
		opacity: 1;
	}
	.promo-nav.subscribed .container .pn__expand .pn__button-wrap .bw__button {
		opacity: 1;
	}
	.promo-nav.subscribed.no-timer .container .pn__expand {
		transform: translateY(-400px);
	}
}

@media (max-width: 576px) {
	.promo-nav {
		width: 100%;
		height: 185px;
		background: url("../png/promo-bg.png"), #101523;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		position: fixed;
		bottom: 0;
		z-index: 1500;
		transition: all 0.5s ease-in-out;
		border-top: 1px solid rgba(194, 208, 228, 0.15);
		transform: translateY(120%);
	}
	.promo-nav .pn__close {
		position: absolute;
		left: unset;
		right: 17px;
		top: 15px;
		width: 30px;
		height: 30px;
		border-radius: 10px;
		background: rgba(255, 255, 255, 0.1);
		backdrop-filter: blur(10px);
		transition: all 0.5s ease-in-out;
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.promo-nav .pn__close svg {
		transition: inherit;
		stroke: rgba(255, 255, 255, 0.5);
		transform: scale(0.8);
	}
	.promo-nav .pn__close:hover {
		background: rgba(255, 255, 255, 0.2);
	}
	.promo-nav .pn__close:hover svg {
		stroke: white;
	}
	.promo-nav.visible {
		transform: translateY(0);
	}
	.promo-nav::before {
		content: "";
		height: 1px;
		width: 50%;
		background: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.6) 65%);
		position: absolute;
		top: -1px;
		filter: blur(2px);
		animation: move2 3.5s linear infinite forwards;
	}
	.promo-nav::after {
		content: "";
		height: 1px;
		width: 50%;
		background: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.3) 65%);
		position: absolute;
		top: -1px;
		animation: move2 3.5s linear infinite forwards;
	}
	.promo-nav .container {
		max-width: 1140px;
		width: 100%;
		margin: 0 auto;
		color: white;
		display: flex;
		flex-flow: column nowrap;
		overflow: hidden;
	}
	.promo-nav .container .pn__visible {
		height: 185px;
		padding: 1rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.promo-nav .container .pn__visible .pn__cta {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 12px;
		flex-flow: row wrap;
		transition: all 0.5s ease-in-out;
	}
	.promo-nav .container .pn__visible .pn__cta .pn__svg {
		height: 26px;
		width: 26px;
		flex: 0 0 100%;
		text-align: center;
	}
	.promo-nav .container .pn__visible .pn__cta .pn__text {
		font-size: 16px;
		font-weight: 700;
		color: #fff;
		flex: 1 1 auto;
		text-align: center;
	}
	.promo-nav .container .pn__visible .pn__cta .pn__counter {
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
		align-items: center;
		margin-left: 0;
		justify-content: center;
		flex: 1 1 100%;
	}
	.promo-nav .container .pn__visible .pn__cta .pn__counter .counter-single {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 6px;
	}
	.promo-nav .container .pn__visible .pn__cta .pn__counter .counter-single .counter-number {
		font-size: 22px;
		font-weight: 800;
		color: #fff;
		line-height: 18px;
	}
	.promo-nav .container .pn__visible .pn__cta .pn__counter .counter-single .counter-label {
		font-size: 12px;
		line-height: 13px;
		font-weight: 400;
		color: rgba(255, 255, 255, 0.5);
	}
	.promo-nav .container .pn__visible .pn__chevron {
		display: none;
	}
	.promo-nav .container .pn__email {
		height: 300px;
		transition: all 0.5s ease-in-out;
		transform: translateY(200px);
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: center;
		width: fit-content;
		margin: 0 auto;
	}
	.promo-nav .container .pn__email .email-wrapper {
		position: relative;
		margin: 0.3rem auto 0.3rem;
		padding: 0 1rem;
		width: 100%;
	}
	.promo-nav .container .pn__email .email-wrapper #confetti-canvas-blog {
		position: absolute;
		right: 0;
		bottom: -133px;
		width: 500px;
		height: 500px;
		pointer-events: none;
		z-index: 9999;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form {
		position: relative;
		max-width: 600px;
		margin: 0 auto;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form {
		background: transparent;
		display: flex;
		justify-content: flex-start;
		position: relative;
		z-index: 10;
		flex-flow: row wrap;
		gap: 1rem;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form input[type="email"] {
		background-color: rgba(255, 255, 255, 0.1);
		outline: none;
		border: none;
		color: #c2d0e4;
		max-width: 100%;
		flex: 1 1 auto;
		padding: 22px 25px;
		font-weight: 400;
		width: 100%;
		border-radius: 15px;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button {
		background: #1daa91;
		color: #0b0c10;
		padding: 15px 30px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		border: none;
		height: 67px;
		width: 185px;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		position: relative;
		justify-content: center;
		overflow: hidden;
		cursor: pointer;
		transition: width 0.2s cubic-bezier(0.39, 1.86, 0.64, 1);
		flex: 1 1 auto;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .button-text {
		font-size: 16px;
		white-space: nowrap;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .messageCont {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate3d(-50%, -50%, 0);
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.ready .readyMSG .button-text span {
		opacity: 1;
		transition: all 0.2s ease calc(var(--dr) + 600ms);
		transform: translate3d(0, 0, 0);
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.ready .readyMSG .button-text span:nth-of-type(5) {
		margin: 0 2px;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.ready .readyMSG svg {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition: transform 0.4s ease 600ms, opacity 0.3s linear 600ms;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.loading {
		width: 160px;
		transition: width 0.3s ease 0.4s;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.loading .loadingMSG {
		opacity: 1;
		transform: translate3d(-50%, -50%, 0);
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle {
		animation-duration: 1s;
		animation-iteration-count: infinite;
		animation-name: loading;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(2) {
		animation-delay: 0.1s;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(3) {
		animation-delay: 0.2s;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.success .successMSG .button-text span {
		opacity: 1;
		transition: all 0.2s ease calc(var(--d) + 700ms);
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.success .successMSG svg {
		opacity: 1;
		stroke-dashoffset: 0;
		transition: opacity 0.3s linear 300ms, stroke-dashoffset 0.3s ease-in-out 900ms;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.error .errorMSG .button-text span {
		opacity: 1;
		transition: all 0.2s ease calc(var(--d) + 400ms);
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button.error .errorMSG svg {
		opacity: 1;
		stroke-dashoffset: 0;
		transition: opacity 0.3s linear 300ms, stroke-dashoffset 0.3s ease-in-out 600ms;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .readyMSG {
		flex: 0 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 700;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 8px;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .readyMSG .button-text span {
		opacity: 0;
		display: inline-block;
		transform: translate3d(0, 20px, 0);
		transition: all 0.4s ease var(--d);
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .readyMSG svg {
		height: 18px;
		width: 18px;
		opacity: 0;
		transform: translate3d(0, 20px, 0);
		transition: transform 0.4s ease, opacity 0.3s linear;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .loadingMSG {
		transform: translate3d(-50%, 50px, 0);
		transition: transform 0.3s cubic-bezier(0.22, 0, 0.41, -0.57), opacity 0.3s linear 0.3s;
		opacity: 0;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .loadingMSG svg {
		fill: #0b0c10;
		margin: 0;
		width: 22px;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .successMSG {
		flex: 0 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 700;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 8px;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .successMSG .button-text span {
		opacity: 0;
		display: inline-block;
		transition: all 0.2s ease var(--dr);
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .successMSG svg {
		opacity: 0;
		height: 18px;
		width: 18px;
		stroke-dasharray: 30;
		stroke-dashoffset: 30;
		transition: transform 0.4s ease, opacity 0.3s linear, stroke-dashoffset 0.3s ease-in-out;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .errorMSG {
		flex: 0 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 700;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 8px;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .errorMSG .button-text span {
		opacity: 0;
		display: inline-block;
		transition: all 0.2s ease var(--dr);
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form button .errorMSG svg {
		opacity: 0;
		height: 18px;
		width: 18px;
		stroke-dasharray: 30;
		stroke-dashoffset: 30;
		transition: transform 0.4s ease, opacity 0.3s linear, stroke-dashoffset 0.3s ease-in-out;
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form form ::placeholder {
		color: rgba(194, 208, 228, 0.8);
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form .subscribe-message {
		text-align: center;
		line-height: 16px;
		opacity: 0;
		color: rgba(194, 208, 228, 0.8);
	}
	.promo-nav .container .pn__email .email-wrapper .subscribe-form .subscribe-message p {
		margin: 0.7rem 0;
	}
	.promo-nav .container .pn__email.no-timer {
		height: 245px;
	}
	.promo-nav .container .pn__expand {
		height: 245px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-flow: column nowrap;
		gap: 10px;
		text-align: center;
		transition: all 0.8s ease-in-out;
		transform: translateY(-68px);
	}
	.promo-nav .container .pn__expand h3.pn__heading {
		font-size: 28px;
		font-weight: 700;
		color: #fff;
		margin: 0;
		transition: all 0.5s ease-in-out;
		transition-delay: 0s;
		opacity: 0;
	}
	.promo-nav .container .pn__expand p.pn__subtext {
		font-size: 16px;
		font-weight: 600;
		color: #fff;
		margin: 0rem 0;
		transition: all 0.5s ease-in-out;
		transition-delay: 0.2s;
		opacity: 0;
		color: rgba(255, 255, 255, 0.8);
	}
	.promo-nav .container .pn__expand .pn__timer-wrap {
		transition: all 0.5s ease-in-out;
		transition-delay: 0.3s;
		opacity: 0;
		margin: 10px 0 5px;
	}
	.promo-nav .container .pn__expand .pn__timer-wrap .pn__counter {
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
		align-items: center;
		justify-content: center;
	}
	.promo-nav .container .pn__expand .pn__timer-wrap .pn__counter .counter-single {
		padding: 10px;
		border-radius: 10px;
		background: rgba(255, 255, 255, 0.07);
		backdrop-filter: blur(10px);
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		justify-content: center;
		gap: 6px;
		width: 65px;
		height: 65px;
	}
	.promo-nav .container .pn__expand .pn__timer-wrap .pn__counter .counter-single .counter-number {
		font-size: 22px;
		font-weight: 800;
		color: #fff;
		line-height: 18px;
	}
	.promo-nav .container .pn__expand .pn__timer-wrap .pn__counter .counter-single .counter-label {
		font-size: 12px;
		line-height: 13px;
		font-weight: 400;
		color: rgba(255, 255, 255, 0.5);
	}
	.promo-nav .container .pn__expand .pn__button-wrap {
		display: flex;
		justify-content: center;
		gap: 10px;
		margin-top: 0.8rem;
	}
	.promo-nav .container .pn__expand .pn__button-wrap .bw__code {
		border-radius: 10px;
		padding: 12px 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: opacity 0.5s ease-in-out 0.4s, background 0.2s linear, color 0.2s linear;
		opacity: 0;
		letter-spacing: 0.5px;
		font-weight: 600;
		font-size: 17px;
		border: 2.5px dashed #1aa88e;
		cursor: pointer;
	}
	.promo-nav .container .pn__expand .pn__button-wrap .bw__button {
		transition: all 0.5s ease-in-out;
		transition-delay: 0.5s;
		opacity: 0;
		display: flex;
	}
	.promo-nav .container .pn__expand .pn__button-wrap .bw__button #cta-btn {
		padding: 12px 40px;
	}
	.promo-nav.expanded {
		height: 335px;
	}
	.promo-nav.expanded .container .pn__visible .pn__chevron svg {
		transform: rotate(180deg);
	}
	.promo-nav.expanded .container .pn__visible .pn__cta {
		transform: translateY(-150px);
		opacity: 0;
	}
	.promo-nav.expanded .container .pn__email {
		transform: translateY(-170px);
	}
	.promo-nav.expanded .container .pn__email.no-timer {
		transform: translateY(-180px);
	}
	.promo-nav.expanded .container .pn__expand {
		transform: translateY(-68px);
	}
	.promo-nav.expanded .container .pn__expand h3.pn__heading {
		opacity: 1;
	}
	.promo-nav.expanded .container .pn__expand p.pn__subtext {
		opacity: 1;
	}
	.promo-nav.expanded .container .pn__expand .pn__timer-wrap {
		opacity: 1;
	}
	.promo-nav.expanded .container .pn__expand .pn__button-wrap .bw__code {
		opacity: 1;
	}
	.promo-nav.expanded .container .pn__expand .pn__button-wrap .bw__button {
		opacity: 1;
	}
	.promo-nav.expanded.subscription-done .container .pn__email {
		transform: translateY(200px);
	}
	.promo-nav.expanded.subscription-done .container .pn__expand {
		transform: translateY(-450px);
	}
	.promo-nav.expanded.subscription-done.no-timer .container .pn__expand {
		transform: translateY(-400px);
	}
	.promo-nav.subscribed .container .pn__expand {
		transform: translateY(-450px);
	}
	.promo-nav.subscribed .container .pn__expand h3.pn__heading {
		opacity: 1;
	}
	.promo-nav.subscribed .container .pn__expand p.pn__subtext {
		opacity: 1;
	}
	.promo-nav.subscribed .container .pn__expand .pn__timer-wrap {
		opacity: 1;
	}
	.promo-nav.subscribed .container .pn__expand .pn__button-wrap .bw__code {
		opacity: 1;
	}
	.promo-nav.subscribed .container .pn__expand .pn__button-wrap .bw__button {
		opacity: 1;
	}
	.promo-nav.subscribed.no-timer .container .pn__expand {
		transform: translateY(-400px);
	}
}

@property --color1 {
	syntax: "<color>";
	initial-value: #2cd9ff;
	inherits: false;
}

@property --color2 {
	syntax: "<color>";
	initial-value: #7effb2;
	inherits: false;
}

@property --gradientAngle {
	syntax: "<angle>";
	initial-value: 90deg;
	inherits: false;
}

@keyframes logo-anim {
	0% {
		transform: scaleX(1);
	}
	50% {
		transform: scaleX(0);
	}
	100% {
		transform: scaleX(1);
	}
}

html:lang(es-ES) .site-header .main-header {
	max-width: 1600px;
}

.site-header {
	position: fixed;
	top: 38px;
	width: 100%;
	z-index: 999999999;
	transition: all 0.2s;
}

.site-header .top-bar {
	width: 100%;
	padding: 20px 0;
	display: flex;
	transition: all 1s;
}

.site-header .top-bar ul {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}

.site-header .top-bar ul li a {
	color: #fff;
	text-decoration: none;
}

.site-header .top-bar ul.top-bar-nav {
	padding: 0 20px 0 0;
	font-family: "Plus Jakarta Sans", sans-serif;
	gap: 40px;
	flex-shrink: 0;
}

.site-header .top-bar ul.top-bar-nav li {
	flex-shrink: 0;
}

.site-header .top-bar ul.top-bar-social {
	width: 100%;
	padding: 0 0 0 20px;
}

.site-header .top-bar ul.top-bar-social li {
	margin: 0 20px 0 0;
}

.site-header .main-header {
	width: 100%;
	will-change: backdrop-filter;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	gap: 15px;
	border-radius: 15px;
	transition: all 1s;
	max-width: 1440px;
	margin: 0 auto;
	border: 1px solid transparent;
	backdrop-filter: blur(0px);
	-webkit-backdrop-filter: blur(0px);
}

.site-header .main-header .logo {
	position: relative;
	z-index: 998;
	width: 163px;
	height: 30px;
	flex-basis: 163px;
	margin: 0;
}

.site-header .main-header .logo a {
	width: 163px;
	height: 30px;
	display: flex;
}

.site-header .main-header .logo a svg {
	width: 163px;
	height: 30px;
}

.site-header .main-header .logo a svg #path-1-logo,
.site-header .main-header .logo a svg #path-2-logo,
.site-header .main-header .logo a svg #path-3-logo,
.site-header .main-header .logo a svg #path-4-logo {
	transform-box: fill-box;
	transform-origin: right center;
}

.site-header .main-header .logo:hover a svg #path-1-logo {
	animation: logo-anim 0.5s ease-in-out 1;
}

.site-header .main-header .logo:hover a svg #path-2-logo {
	animation: logo-anim 0.5s ease-in-out 1;
	animation-delay: 0.1s;
}

.site-header .main-header .logo:hover a svg #path-3-logo {
	animation: logo-anim 0.5s ease-in-out 1;
	animation-delay: 0.2s;
}

.site-header .main-header .logo:hover a svg #path-4-logo {
	animation: logo-anim 0.5s ease-in-out 1;
	animation-delay: 0.3s;
}

.site-header .main-header .mh__domain-switcher {
	display: flex;
	align-items: stretch;
	flex-flow: row nowrap;
	gap: 6px;
}

.site-header .main-header .mh__domain-switcher .ds__toggle {
	width: 8px;
	height: 34px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.15);
	position: relative;
}

.site-header .main-header .mh__domain-switcher .ds__toggle::before {
	content: '';
	width: 100%;
	height: 0;
	position: absolute;
	top: 0;
	transition: all 1.5s ease;
	transform-origin: top center;
	background-color: rgba(3, 195, 161, 0.5);
}

.site-header .main-header .mh__domain-switcher .ds__toggle .toggle-circle {
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 100px;
	background: white;
	transition: all 1.5s ease;
	will-change: top;
}

.site-header .main-header .mh__domain-switcher .ds__toggle.clicked .toggle-circle {
	top: calc(100% - 8px);
}

.site-header .main-header .mh__domain-switcher .ds__toggle.clicked::before {
	height: 100%;
}

.site-header .main-header .mh__domain-switcher .ds__links {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 12px;
	line-height: 1;
}

.site-header .main-header .mh__domain-switcher .ds__links .ds__link a {
	outline: none;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	transition: all 0.5s ease;
	opacity: 0.5;
}

.site-header .main-header .mh__domain-switcher .ds__links .ds__link a svg {
	height: 10px;
	width: fit-content;
}

.site-header .main-header .mh__domain-switcher .ds__links .ds__link a:hover {
	color: rgba(255, 255, 255, 0.8);
	opacity: 0.8;
}

.site-header .main-header .mh__domain-switcher .ds__links .ds__link.active a {
	opacity: 1;
	color: white;
}

.site-header .main-header .wpml-ls-legacy-dropdown-click ul.wpml-main-ul {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 165px;
}

.site-header .main-header .wpml-ls-legacy-dropdown-click ul.wpml-main-ul a {
	text-decoration: none;
}

.site-header .main-header .wpml-ls-legacy-dropdown-click ul.wpml-main-ul li.wpml-main-li a.wpml-active-item {
	border-radius: 28px;
	background: rgba(194, 208, 228, 0.15);
	border: none;
	padding: 15px 25px;
	display: flex;
	flex-flow: row nowrap;
	gap: 10px;
	align-items: center;
	width: auto;
	justify-content: flex-start;
	transition: all 0.3s ease-in-out;
}

.site-header .main-header .wpml-ls-legacy-dropdown-click ul.wpml-main-ul li.wpml-main-li a.wpml-active-item .wpml-global-flag {
	display: flex;
	justify-content: center;
	align-items: center;
}

.site-header .main-header .wpml-ls-legacy-dropdown-click ul.wpml-main-ul li.wpml-main-li a.wpml-active-item .wpml-global-flag svg {
	height: 25px;
	width: 25px;
}

.site-header .main-header .wpml-ls-legacy-dropdown-click ul.wpml-main-ul li.wpml-main-li a.wpml-active-item .wpml-country-flag {
	height: 25px;
	width: 25px;
	border-radius: 100px;
	overflow: hidden;
	flex-shrink: 0;
}

.site-header .main-header .wpml-ls-legacy-dropdown-click ul.wpml-main-ul li.wpml-main-li a.wpml-active-item .wpml-country-flag img {
	object-fit: cover;
	object-position: center;
	display: block;
	width: 100%;
	height: 25px;
}

.site-header .main-header .wpml-ls-legacy-dropdown-click ul.wpml-main-ul li.wpml-main-li a.wpml-active-item span {
	color: #FFF;
	text-align: left;
	font-family: Plus Jakarta Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	transition: inherit;
}

.site-header .main-header .wpml-ls-legacy-dropdown-click ul.wpml-main-ul li.wpml-main-li a.wpml-active-item svg {
	transition: all 0.3s ease-in-out;
	width: 16px;
	flex-shrink: 0;
}

.site-header .main-header .wpml-ls-legacy-dropdown-click ul.wpml-main-ul li.wpml-main-li a.wpml-active-item svg#dropdown-caret {
	margin-left: auto;
}

.site-header .main-header .wpml-ls-legacy-dropdown-click ul.wpml-main-ul li.wpml-main-li a.wpml-active-item svg path {
	transition: inherit;
}

.site-header .main-header .wpml-ls-legacy-dropdown-click ul.wpml-main-ul li.wpml-main-li a.wpml-active-item:hover {
	background: rgba(194, 208, 228, 0.25);
}

.site-header .main-header .wpml-ls-legacy-dropdown-click ul.wpml-main-ul li.wpml-main-li a.wpml-active-item::after {
	content: '';
	border: none;
	top: 50%;
	transform: translateY(-50%);
	right: 20%;
}

.site-header .main-header .wpml-ls-legacy-dropdown-click ul.wpml-main-ul li.wpml-main-li ul.wpml-sub-menu {
	display: none;
	visibility: unset;
	border: none;
}

.site-header .main-header .wpml-ls-legacy-dropdown-click ul.wpml-main-ul li.wpml-main-li ul.wpml-sub-menu .wpml-sub-bg-wrapper {
	background: white;
	transition: all 0.3s ease-in-out;
	border-radius: 28px;
	padding: 0 10px 10px;
	display: flex;
	flex-flow: column nowrap;
}

.site-header .main-header .wpml-ls-legacy-dropdown-click ul.wpml-main-ul li.wpml-main-li ul.wpml-sub-menu .wpml-sub-bg-wrapper li.wpml-sub-li a.wpml-sub-item {
	outline: none;
	border-radius: 28px;
	border: none;
	padding: 15px 15px;
	display: flex;
	flex-flow: row nowrap;
	gap: 10px;
	align-items: center;
	width: auto;
	justify-content: flex-start;
	background: white;
	transition: all 0.5s ease-in-out;
}

.site-header .main-header .wpml-ls-legacy-dropdown-click ul.wpml-main-ul li.wpml-main-li ul.wpml-sub-menu .wpml-sub-bg-wrapper li.wpml-sub-li a.wpml-sub-item .wpml-country-flag {
	height: 25px;
	width: 25px;
	border-radius: 100px;
	overflow: hidden;
	flex-shrink: 0;
}

.site-header .main-header .wpml-ls-legacy-dropdown-click ul.wpml-main-ul li.wpml-main-li ul.wpml-sub-menu .wpml-sub-bg-wrapper li.wpml-sub-li a.wpml-sub-item .wpml-country-flag img {
	object-fit: cover;
	object-position: center;
	display: block;
	width: 100%;
	height: 25px;
}

.site-header .main-header .wpml-ls-legacy-dropdown-click ul.wpml-main-ul li.wpml-main-li ul.wpml-sub-menu .wpml-sub-bg-wrapper li.wpml-sub-li a.wpml-sub-item span {
	color: #000;
	text-align: left;
	font-family: Plus Jakarta Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	transition: inherit;
}

.site-header .main-header .wpml-ls-legacy-dropdown-click ul.wpml-main-ul li.wpml-main-li ul.wpml-sub-menu .wpml-sub-bg-wrapper li.wpml-sub-li a.wpml-sub-item:hover {
	background: rgba(194, 208, 228, 0.5);
}

.site-header .main-header .wpml-ls-legacy-dropdown-click ul.wpml-main-ul.visible li.wpml-main-li a.wpml-active-item {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background: white;
	border: none;
	box-shadow: none;
}

.site-header .main-header .wpml-ls-legacy-dropdown-click ul.wpml-main-ul.visible li.wpml-main-li a.wpml-active-item span {
	color: #000;
}

.site-header .main-header .wpml-ls-legacy-dropdown-click ul.wpml-main-ul.visible li.wpml-main-li a.wpml-active-item svg {
	transform: rotate(180deg);
}

.site-header .main-header .wpml-ls-legacy-dropdown-click ul.wpml-main-ul.visible li.wpml-main-li a.wpml-active-item svg path {
	fill: #000;
}

.site-header .main-header .wpml-ls-legacy-dropdown-click ul.wpml-main-ul.visible li.wpml-main-li ul.wpml-sub-menu .wpml-sub-bg-wrapper {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

@media (max-width: 992px) {
	.site-header .main-header .wpml-ls-legacy-dropdown-click {
		display: none;
	}
}

.site-header .main-header .nav-vertSeparator {
	width: 1px;
	height: 15px;
	background: rgba(194, 208, 228, 0.5);
}

@media (max-width: 992px) {
	.site-header .main-header .nav-vertSeparator {
		display: none;
	}
}

.site-header .main-header .mobile-menu-btn-wrapper {
	cursor: pointer;
	margin-left: auto;
	position: relative;
	z-index: 999;
	height: 20px;
	width: 32px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease-in-out;
	margin-right: 7px;
}

@media (min-width: 993px) {
	.site-header .main-header .mobile-menu-btn-wrapper {
		display: none;
	}
}

.site-header .main-header .mobile-menu-btn-wrapper .lines-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.site-header .main-header .mobile-menu-btn-wrapper .lines-wrapper .menu-line {
	position: absolute;
	height: 2px;
	width: 100%;
	background: #ffffff;
	position: relative;
	transition: background 10ms 300ms ease;
	transform: translateY(9px);
}

.site-header .main-header .mobile-menu-btn-wrapper .lines-wrapper .menu-line::before, .site-header .main-header .mobile-menu-btn-wrapper .lines-wrapper .menu-line::after {
	transition: top 300ms 350ms ease, transform 300ms 50ms ease;
	position: absolute;
	background: #ffffff;
	width: 100%;
	height: 2px;
	content: "";
}

.site-header .main-header .mobile-menu-btn-wrapper .lines-wrapper .menu-line::before {
	top: -8px;
}

.site-header .main-header .mobile-menu-btn-wrapper .lines-wrapper .menu-line::after {
	top: 8px;
}

.site-header .main-header .mobile-menu-btn-wrapper.active .lines-wrapper .menu-line {
	background: transparent;
}

.site-header .main-header .mobile-menu-btn-wrapper.active .lines-wrapper .menu-line:after, .site-header .main-header .mobile-menu-btn-wrapper.active .lines-wrapper .menu-line:before {
	transition: top 300ms 50ms ease, transform 300ms 350ms ease;
	top: 0;
}

.site-header .main-header .mobile-menu-btn-wrapper.active .lines-wrapper .menu-line:before {
	transform: rotate(45deg);
}

.site-header .main-header .mobile-menu-btn-wrapper.active .lines-wrapper .menu-line:after {
	transform: rotate(-45deg);
}

.site-header .main-header .mobile-cart {
	position: relative;
	z-index: 999;
	height: 40px;
	width: auto;
	padding: 8px;
	background: #1daa91;
	transition: all 0.5s ease-out;
	backdrop-filter: blur(20px);
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (min-width: 992px) {
	.site-header .main-header .mobile-cart {
		display: none;
	}
}

.site-header .main-header .mobile-cart a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	padding: 8px 10px;
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	color: #0b0c10;
	text-wrap: nowrap;
}

.site-header .main-header .mobile-cart:hover {
	background: #1daa91;
	opacity: 0.8;
}

@media (max-width: 370px) {
	.site-header .main-header .mobile-cart a {
		font-size: 13px;
		white-space: nowrap;
		padding: 8px 10px;
	}
}

.site-header .main-header .mobile-menu {
	position: fixed;
	z-index: 1;
	height: 100vh;
	width: 100%;
	background-color: #0e1420;
	inset: 0;
	transition: all 1s ease 1.4s;
	visibility: hidden;
	opacity: 0;
	padding: 92px 2rem;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	overflow-y: scroll;
}

.site-header .main-header .mobile-menu .mm__main {
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
}

.site-header .main-header .mobile-menu .mm__main .mm__language {
	margin-bottom: 0.5rem;
	z-index: 99999;
}

.site-header .main-header .mobile-menu .mm__main .mm__language .wpml-ls-legacy-dropdown-click-mobile {
	transition: all 0.4s cubic-bezier(1, -1.2, 1, 2.2);
	transition-delay: calc(0.5s * var(--o));
	transform: translateY(60px);
	opacity: 0;
	width: 100%;
	display: block;
}

.site-header .main-header .mobile-menu .mm__main .mm__language .wpml-ls-legacy-dropdown-click-mobile ul.wpml-main-ul {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.site-header .main-header .mobile-menu .mm__main .mm__language .wpml-ls-legacy-dropdown-click-mobile ul.wpml-main-ul a {
	text-decoration: none;
}

.site-header .main-header .mobile-menu .mm__main .mm__language .wpml-ls-legacy-dropdown-click-mobile ul.wpml-main-ul li.wpml-main-li a.wpml-active-item {
	border-radius: 28px;
	background: rgba(194, 208, 228, 0.15);
	border: none;
	padding: 15px 25px;
	display: flex;
	flex-flow: row nowrap;
	gap: 10px;
	align-items: center;
	width: auto;
	justify-content: flex-start;
	transition: all 0.3s ease-in-out;
}

.site-header .main-header .mobile-menu .mm__main .mm__language .wpml-ls-legacy-dropdown-click-mobile ul.wpml-main-ul li.wpml-main-li a.wpml-active-item .wpml-global-flag {
	display: flex;
	justify-content: center;
	align-items: center;
}

.site-header .main-header .mobile-menu .mm__main .mm__language .wpml-ls-legacy-dropdown-click-mobile ul.wpml-main-ul li.wpml-main-li a.wpml-active-item .wpml-global-flag svg {
	height: 25px;
	width: 25px;
}

.site-header .main-header .mobile-menu .mm__main .mm__language .wpml-ls-legacy-dropdown-click-mobile ul.wpml-main-ul li.wpml-main-li a.wpml-active-item .wpml-country-flag {
	height: 25px;
	width: 25px;
	border-radius: 100px;
	overflow: hidden;
	flex-shrink: 0;
}

.site-header .main-header .mobile-menu .mm__main .mm__language .wpml-ls-legacy-dropdown-click-mobile ul.wpml-main-ul li.wpml-main-li a.wpml-active-item .wpml-country-flag img {
	object-fit: cover;
	object-position: center;
	display: block;
	width: 100%;
	height: 25px;
}

.site-header .main-header .mobile-menu .mm__main .mm__language .wpml-ls-legacy-dropdown-click-mobile ul.wpml-main-ul li.wpml-main-li a.wpml-active-item span {
	color: #FFF;
	text-align: left;
	font-family: Plus Jakarta Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	transition: inherit;
}

.site-header .main-header .mobile-menu .mm__main .mm__language .wpml-ls-legacy-dropdown-click-mobile ul.wpml-main-ul li.wpml-main-li a.wpml-active-item svg {
	transition: all 0.3s ease-in-out;
	width: 16px;
	flex-shrink: 0;
}

.site-header .main-header .mobile-menu .mm__main .mm__language .wpml-ls-legacy-dropdown-click-mobile ul.wpml-main-ul li.wpml-main-li a.wpml-active-item svg#dropdown-caret {
	margin-left: auto;
}

.site-header .main-header .mobile-menu .mm__main .mm__language .wpml-ls-legacy-dropdown-click-mobile ul.wpml-main-ul li.wpml-main-li a.wpml-active-item svg path {
	transition: inherit;
}

.site-header .main-header .mobile-menu .mm__main .mm__language .wpml-ls-legacy-dropdown-click-mobile ul.wpml-main-ul li.wpml-main-li a.wpml-active-item:hover {
	background: rgba(194, 208, 228, 0.25);
}

.site-header .main-header .mobile-menu .mm__main .mm__language .wpml-ls-legacy-dropdown-click-mobile ul.wpml-main-ul li.wpml-main-li a.wpml-active-item::after {
	content: '';
	border: none;
	top: 50%;
	transform: translateY(-50%);
	right: 20%;
}

.site-header .main-header .mobile-menu .mm__main .mm__language .wpml-ls-legacy-dropdown-click-mobile ul.wpml-main-ul li.wpml-main-li ul.wpml-sub-menu {
	display: none;
	visibility: unset;
	border: none;
	z-index: 10000;
	margin-top: -1px;
}

.site-header .main-header .mobile-menu .mm__main .mm__language .wpml-ls-legacy-dropdown-click-mobile ul.wpml-main-ul li.wpml-main-li ul.wpml-sub-menu .wpml-sub-bg-wrapper {
	background: white;
	transition: all 0.3s ease-in-out;
	border-radius: 28px;
	padding: 0 10px 10px;
	display: flex;
	flex-flow: column nowrap;
}

.site-header .main-header .mobile-menu .mm__main .mm__language .wpml-ls-legacy-dropdown-click-mobile ul.wpml-main-ul li.wpml-main-li ul.wpml-sub-menu .wpml-sub-bg-wrapper li.wpml-sub-li a.wpml-sub-item {
	outline: none;
	border-radius: 28px;
	border: none;
	padding: 15px 15px;
	display: flex;
	flex-flow: row nowrap;
	gap: 10px;
	align-items: center;
	width: auto;
	justify-content: flex-start;
	background: white;
	transition: all 0.5s ease-in-out;
}

.site-header .main-header .mobile-menu .mm__main .mm__language .wpml-ls-legacy-dropdown-click-mobile ul.wpml-main-ul li.wpml-main-li ul.wpml-sub-menu .wpml-sub-bg-wrapper li.wpml-sub-li a.wpml-sub-item .wpml-country-flag {
	height: 25px;
	width: 25px;
	border-radius: 100px;
	overflow: hidden;
	flex-shrink: 0;
}

.site-header .main-header .mobile-menu .mm__main .mm__language .wpml-ls-legacy-dropdown-click-mobile ul.wpml-main-ul li.wpml-main-li ul.wpml-sub-menu .wpml-sub-bg-wrapper li.wpml-sub-li a.wpml-sub-item .wpml-country-flag img {
	object-fit: cover;
	object-position: center;
	display: block;
	width: 100%;
	height: 25px;
}

.site-header .main-header .mobile-menu .mm__main .mm__language .wpml-ls-legacy-dropdown-click-mobile ul.wpml-main-ul li.wpml-main-li ul.wpml-sub-menu .wpml-sub-bg-wrapper li.wpml-sub-li a.wpml-sub-item span {
	color: #000;
	text-align: left;
	font-family: Plus Jakarta Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	transition: inherit;
}

.site-header .main-header .mobile-menu .mm__main .mm__language .wpml-ls-legacy-dropdown-click-mobile ul.wpml-main-ul li.wpml-main-li ul.wpml-sub-menu .wpml-sub-bg-wrapper li.wpml-sub-li a.wpml-sub-item:hover {
	background: rgba(194, 208, 228, 0.5);
}

.site-header .main-header .mobile-menu .mm__main .mm__language .wpml-ls-legacy-dropdown-click-mobile ul.wpml-main-ul.visible li.wpml-main-li a.wpml-active-item {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background: white;
	border: none;
	box-shadow: none;
}

.site-header .main-header .mobile-menu .mm__main .mm__language .wpml-ls-legacy-dropdown-click-mobile ul.wpml-main-ul.visible li.wpml-main-li a.wpml-active-item span {
	color: #000;
}

.site-header .main-header .mobile-menu .mm__main .mm__language .wpml-ls-legacy-dropdown-click-mobile ul.wpml-main-ul.visible li.wpml-main-li a.wpml-active-item svg {
	transform: rotate(180deg);
}

.site-header .main-header .mobile-menu .mm__main .mm__language .wpml-ls-legacy-dropdown-click-mobile ul.wpml-main-ul.visible li.wpml-main-li a.wpml-active-item svg path {
	fill: #000;
}

.site-header .main-header .mobile-menu .mm__main .mm__language .wpml-ls-legacy-dropdown-click-mobile ul.wpml-main-ul.visible li.wpml-main-li ul.wpml-sub-menu .wpml-sub-bg-wrapper {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.site-header .main-header .mobile-menu .mm__main .mm__single {
	padding: 0.7rem 0;
	text-align: center;
	overflow: hidden;
}

.site-header .main-header .mobile-menu .mm__main .mm__single .mt__wrapper {
	transition: transform 0.4s cubic-bezier(1, -1.2, 1, 2.2);
	transition-delay: calc(0.5s * var(--o));
	width: 100%;
}

.site-header .main-header .mobile-menu .mm__main .mm__single .mt__wrapper.mm__single-link {
	transform: translateY(40px);
}

.site-header .main-header .mobile-menu .mm__main .mm__single .mt__wrapper.mm__single-link .mm-table-accordion-content .mm-collapsed-content {
	padding-top: 1rem;
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
}

.site-header .main-header .mobile-menu .mm__main .mm__single .mt__wrapper.mm__single-link .mm-table-accordion-content .mm-collapsed-content a {
	font-size: 20px;
}

.site-header .main-header .mobile-menu .mm__main .mm__single .mt__wrapper.mm__single-link a {
	font-size: 24px;
	font-weight: 600;
	text-decoration: none;
	color: #ffffff;
	transition: background 0.5s ease-out;
	display: inline-block;
	transition: color 0.5s ease-out;
}

.site-header .main-header .mobile-menu .mm__main .mm__single .mt__wrapper.mm__single-link a:hover {
	color: #1daa91;
}

.site-header .main-header .mobile-menu .mm__main .mm__single .mt__wrapper.mm__client-btn {
	transform: translateY(80px);
}

.site-header .main-header .mobile-menu .mm__main .mm__single .mt__wrapper.mm__client-btn a {
	width: 100%;
	padding: 18px 30px;
	gap: 10px;
	background: rgba(194, 208, 228, 0.15);
	backdrop-filter: blur(20px);
	border-radius: 10px;
	letter-spacing: 0.5px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	color: #ffffff;
	text-decoration: none;
	transition: background 0.5s ease-out;
}

.site-header .main-header .mobile-menu .mm__main .mm__single .mt__wrapper.mm__client-btn a img {
	height: 28px;
	width: auto;
}

.site-header .main-header .mobile-menu .mm__main .mm__single .mt__wrapper.mm__client-btn a:hover {
	background: rgba(194, 208, 228, 0.35);
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials ul {
	display: flex;
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
	gap: 15px;
	align-items: center;
	justify-content: space-between;
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials ul li a {
	color: #fff;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials ul li .single-social svg stop {
	transition: all 0.6s ease-in-out;
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials ul li .single-social#discord-link svg {
	fill: url(#discord-gradient) white;
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials ul li .single-social#telegram-link-header svg {
	fill: url(#telegram-gradient-header) white;
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials ul li .single-social#twitter-link svg {
	fill: url(#twitter-gradient) white;
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials ul li .single-social#telegram-link svg {
	fill: url(#telegram-gradient) white;
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials ul li .single-social#instagram-link svg {
	fill: url(#instagram-gradient) white;
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials ul li .single-social#facebook-link svg {
	fill: url(#fb-gradient) white;
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials ul li .single-social#tiktok-link {
	display: flex;
	position: relative;
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials ul li .single-social#tiktok-link svg {
	transition: all 0.3s ease;
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials ul li .single-social#tiktok-link svg path {
	transition: inherit;
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials ul li .single-social#tiktok-link svg:first-child {
	isolation: isolate;
	position: absolute;
	left: -2px;
	top: -4px;
	width: 100%;
	fill: transparent;
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials ul li .single-social#tiktok-link svg:last-child {
	fill: #ffffff;
	margin-bottom: 4px;
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials ul li .single-social:hover#discord-link svg stop {
	stop-color: #5865f2;
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials ul li .single-social:hover#telegram-link svg stop {
	stop-color: #0088cc;
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials ul li .single-social:hover#twitter-link svg stop:first-child {
	stop-color: #3bb1fa;
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials ul li .single-social:hover#twitter-link svg stop:last-child {
	stop-color: #1da1f2;
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials ul li .single-social:hover#instagram-link svg stop:first-child {
	stop-color: #feda75;
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials ul li .single-social:hover#instagram-link svg stop:nth-child(2) {
	stop-color: #fa7e1e;
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials ul li .single-social:hover#instagram-link svg stop:nth-child(3) {
	stop-color: #d62976;
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials ul li .single-social:hover#instagram-link svg stop:nth-child(4) {
	stop-color: #962fbf;
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials ul li .single-social:hover#instagram-link svg stop:last-child {
	stop-color: #4f5bd5;
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials ul li .single-social:hover#facebook-link svg stop:first-child {
	stop-color: #17aafd;
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials ul li .single-social:hover#facebook-link svg stop:last-child {
	stop-color: #0165e2;
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials ul li .single-social:hover#telegram-link svg stop:first-child {
	stop-color: #3bb1fa;
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials ul li .single-social:hover#telegram-link svg stop:last-child {
	stop-color: #3bb1fa;
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials ul li .single-social:hover#tiktok-link svg:first-child {
	fill: #69c9d0;
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials ul li .single-social:hover#tiktok-link svg:last-child {
	fill: #ee1d52;
}

.site-header .main-header .mobile-menu .mm__main .mm__single.mm__socials .mt__wrapper {
	transform: translateY(55px);
}

.site-header .main-header .mobile-menu .mm__main .mm__hr {
	transition: all 0.4s ease-out;
	transition-delay: calc(0.5s * var(--o));
	height: 1px;
	width: 100%;
	transform: scaleX(0);
	transform-origin: 0% 50%;
	margin: 1rem 0;
	background-color: rgba(194, 208, 228, 0.15);
}

.site-header .main-header .mobile-menu .mm__main .mm__hr.inverse {
	transform-origin: 100% 50%;
}

.site-header .main-header .mobile-menu.active {
	visibility: visible;
	opacity: 1;
	transition: all 0.5s ease;
}

.site-header .main-header .mobile-menu.active .mm__main .mm__language .wpml-ls-legacy-dropdown-click-mobile {
	transition: all 0.4s cubic-bezier(0.47, 1.64, 0.41, 0.8);
	transition-delay: calc(0.5s * var(--i));
	transform: translateY(0);
	opacity: 1;
}

.site-header .main-header .mobile-menu.active .mm__main .mm__single .mt__wrapper {
	transition: all 0.4s cubic-bezier(0.47, 1.64, 0.41, 0.8);
	transition-delay: calc(0.5s * var(--i));
	transform: translateY(0);
}

.site-header .main-header .mobile-menu.active .mm__main .mm__hr {
	transition: all 0.5s ease-out;
	transform: scaleX(1);
	transition-delay: calc(0.5s * var(--i));
}

.site-header .main-header .main-navigation {
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
}

.site-header .main-header .main-navigation .dropdown-menu-2 {
	margin: 0 auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 65px;
	z-index: 99999;
	width: 300px;
	display: none;
}

.site-header .main-header .main-navigation .dropdown-menu-2 .bg-wrapper {
	position: relative;
	padding: 1.2rem;
	border: 1px solid rgba(194, 208, 228, 0.15);
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
	border-radius: 15px;
	background-color: #0c0d11;
}

.site-header .main-header .main-navigation .dropdown-menu-2 .bg-wrapper .line {
	width: 68.71px;
	height: 1px;
	top: -1px;
	position: absolute;
	left: calc(50% - 34.355px);
	background-color: #0c0d11;
}

.site-header .main-header .main-navigation .dropdown-menu-2 .bg-wrapper .triangle {
	display: block;
	height: 50px;
	width: 50px;
	background-color: inherit;
	border: inherit;
	position: absolute;
	top: -25px;
	left: calc(50% - 25px);
	clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
	transform: rotate(-225deg);
	border-radius: 0 0 0 0.5em;
}

.site-header .main-header .main-navigation .dropdown-menu-2 .bg-wrapper .phase {
	border: 1px solid rgba(194, 208, 228, 0.15);
	border-radius: 7px;
	padding: 1.2rem;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
	flex: 1 1 0;
	margin-bottom: 0;
}

.site-header .main-header .main-navigation .dropdown-menu-2 .bg-wrapper .phase .phase__heading {
	display: flex;
	flex-flow: row nowrap;
	gap: 1rem;
	align-items: center;
	margin-bottom: 0rem;
	transition: all 0.6s ease-in-out;
}

.site-header .main-header .main-navigation .dropdown-menu-2 .bg-wrapper .phase .phase__heading h2 {
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
}

.site-header .main-header .main-navigation .dropdown-menu-2 .bg-wrapper .phase.active {
	border-color: #c2d0e4;
}

.site-header .main-header .main-navigation .dropdown-menu-2 .bg-wrapper .phase.active .phase__heading {
	transform: translateX(15px);
}

.site-header .main-header .main-navigation .dropdown-menu-2 .bg-wrapper .phase:hover {
	border-color: #c2d0e4;
}

.site-header .main-header .main-navigation .dropdown-menu-2 .bg-wrapper .phase:hover .phase__heading {
	transform: translateX(15px);
}

.site-header .main-header .main-navigation .dropdown-menu-2::before {
	content: "";
	display: block;
	width: 30%;
	height: 100px;
	position: absolute;
	top: -44px;
	left: 50%;
	transform: translateX(-50%);
}

.site-header .main-header .main-navigation .support-dropdown-menu {
	margin: 0 auto;
	position: absolute;
	left: -115px;
	top: 65px;
	z-index: 99999;
	width: 300px;
	display: none;
}

.site-header .main-header .main-navigation .support-dropdown-menu .bg-wrapper {
	position: relative;
	padding: 1.2rem;
	border: 1px solid rgba(194, 208, 228, 0.15);
	display: flex;
	flex-flow: row wrap;
	gap: 0.6rem;
	border-radius: 15px;
	background-color: #0c0d11;
}

.site-header .main-header .main-navigation .support-dropdown-menu .bg-wrapper .line {
	width: 68.71px;
	height: 1px;
	top: -1px;
	position: absolute;
	left: calc(50% - 34.355px);
	background-color: #0c0d11;
}

.site-header .main-header .main-navigation .support-dropdown-menu .bg-wrapper .triangle {
	display: block;
	height: 50px;
	width: 50px;
	background-color: inherit;
	border: inherit;
	position: absolute;
	top: -25px;
	left: calc(50% - 25px);
	clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
	transform: rotate(-225deg);
	border-radius: 0 0 0 0.5em;
}

.site-header .main-header .main-navigation .support-dropdown-menu .bg-wrapper .dd-single-link {
	border: 1px solid rgba(194, 208, 228, 0.15);
	border-radius: 7px;
	padding: 10px 12px;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
	flex: 1 1 100%;
	display: flex;
	gap: 0.8rem;
	align-items: center;
}

.site-header .main-header .main-navigation .support-dropdown-menu .bg-wrapper .dd-single-link .dd-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
}

.site-header .main-header .main-navigation .support-dropdown-menu .bg-wrapper .dd-single-link .dd-text {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #ffffff;
}

.site-header .main-header .main-navigation .support-dropdown-menu .bg-wrapper .dd-single-link.active {
	border-color: #c2d0e4;
}

.site-header .main-header .main-navigation .support-dropdown-menu .bg-wrapper .dd-single-link.active .phase__heading {
	transform: translateX(15px);
}

.site-header .main-header .main-navigation .support-dropdown-menu .bg-wrapper .dd-single-link:hover {
	border-color: #c2d0e4;
}

.site-header .main-header .main-navigation .support-dropdown-menu .bg-wrapper .dd-single-link:hover .phase__heading {
	transform: translateX(15px);
}

.site-header .main-header .main-navigation .support-dropdown-menu::before {
	content: "";
	display: block;
	width: 20%;
	height: 100px;
	position: absolute;
	top: -44px;
	left: calc(50% - 40px);
}

.site-header .main-header .main-navigation .dropdown-menu-3 {
	margin: 0 auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 65px;
	z-index: 99999;
	width: 300px;
	display: none;
}

.site-header .main-header .main-navigation .dropdown-menu-3 .bg-wrapper {
	position: relative;
	padding: 1.2rem;
	border: 1px solid rgba(194, 208, 228, 0.15);
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
	border-radius: 15px;
	background-color: #0c0d11;
}

.site-header .main-header .main-navigation .dropdown-menu-3 .bg-wrapper .line {
	width: 68.71px;
	height: 1px;
	top: -1px;
	position: absolute;
	left: calc(50% - 34.355px);
	background-color: #0c0d11;
}

.site-header .main-header .main-navigation .dropdown-menu-3 .bg-wrapper .triangle {
	display: block;
	height: 50px;
	width: 50px;
	background-color: inherit;
	border: inherit;
	position: absolute;
	top: -25px;
	left: calc(50% - 25px);
	clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
	transform: rotate(-225deg);
	border-radius: 0 0 0 0.5em;
}

.site-header .main-header .main-navigation .dropdown-menu-3 .bg-wrapper .item {
	border: 1px solid rgba(194, 208, 228, 0.15);
	border-radius: 7px;
	padding: 1.2rem;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
	flex: 1 1 0;
	margin-bottom: 0;
}

.site-header .main-header .main-navigation .dropdown-menu-3 .bg-wrapper .item .item__heading {
	display: flex;
	flex-flow: row nowrap;
	gap: 1rem;
	align-items: center;
	margin-bottom: 0rem;
	transition: all 0.6s ease-in-out;
}

.site-header .main-header .main-navigation .dropdown-menu-3 .bg-wrapper .item .item__heading h2 {
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
}

.site-header .main-header .main-navigation .dropdown-menu-3 .bg-wrapper .item.active {
	border-color: #c2d0e4;
}

.site-header .main-header .main-navigation .dropdown-menu-3 .bg-wrapper .item.active .item__heading {
	transform: translateX(15px);
}

.site-header .main-header .main-navigation .dropdown-menu-3 .bg-wrapper .item:hover {
	border-color: #c2d0e4;
}

.site-header .main-header .main-navigation .dropdown-menu-3 .bg-wrapper .item:hover .item__heading {
	transform: translateX(15px);
}

.site-header .main-header .main-navigation .dropdown-menu-3::before {
	content: "";
	display: block;
	width: 30%;
	height: 100px;
	position: absolute;
	top: -44px;
	left: 50%;
	transform: translateX(-50%);
}

.site-header .main-header .main-navigation ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-header .main-header .main-navigation ul li {
	margin: 0 25px;
	font-family: "Plus Jakarta Sans", sans-serif;
	letter-spacing: 0.5px;
	transition: all 0.5s ease-in-out;
	position: relative;
}

.site-header .main-header .main-navigation ul li a,
.site-header .main-header .main-navigation ul li span {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	transition: inherit;
	cursor: pointer;
}

.site-header .main-header .main-navigation ul li.current_page_item a {
	color: #1daa91;
}

.site-header .main-header .main-navigation ul li.current-menu-item a {
	color: #1daa91;
}

.site-header .main-header .main-navigation ul li:hover a {
	color: #1daa91;
}

.site-header .main-header .login-cta-normal {
	display: flex;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
	font-family: "Plus Jakarta Sans", sans-serif;
	transition: all 0.7s ease-in-out;
	outline: none;
}

@media (max-width: 992px) {
	.site-header .main-header .login-cta-normal {
		display: none;
	}
}

.site-header .main-header .login-cta-normal a {
	padding: 12px 24px;
	width: 100%;
	gap: 10px;
	background: rgba(194, 208, 228, 0.15);
	backdrop-filter: blur(20px);
	border-radius: 10px;
	letter-spacing: f0 0.5px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.7s ease;
}

.site-header .main-header .login-cta-normal:hover a {
	opacity: 0.6;
}

.site-header .main-header .checkout-cta-normal {
	display: flex;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
}

@media (max-width: 992px) {
	.site-header .main-header .checkout-cta-normal {
		display: none;
	}
}

.site-header .main-header .checkout-cta-normal a {
	padding: 12px 24px;
	width: 100%;
	gap: 10px;
	background: #1daa91;
	backdrop-filter: blur(20px);
	border-radius: 10px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	color: #0b0c10;
	text-decoration: none;
	transition: all 0.7s ease;
}

.site-header .main-header .checkout-cta-normal a i {
	font-size: 24px;
	margin: 0 5px 0 0;
	padding: 0;
}

.site-header .main-header .checkout-cta-normal:hover a {
	opacity: 0.6;
}

.site-header .main-header .login-cta {
	--gradientAngle: 45deg;
	display: flex;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
	font-family: "Plus Jakarta Sans", sans-serif;
	transition: all 0.7s ease-in-out;
	position: relative;
	z-index: 9999;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	cursor: pointer;
	padding: 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	transition: --gradientAngle 1s;
	background: -webkit-linear-gradient(var(--gradientAngle), #027e67, #03c3a1);
	font-size: 16px;
	color: #fff;
}

.site-header .main-header .login-cta a {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 12px 24px;
	width: 100%;
	background: radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	text-decoration: none;
	transition: all 1s ease-in-out;
}

.site-header .main-header .login-cta:hover {
	--gradientAngle: 520deg;
	background: -webkit-linear-gradient(var(--gradientAngle), #027e67, #03c3a1);
}

.site-header .main-header .login-cta:hover a {
	opacity: 0.6;
}

.site-header .main-header .checkout-cta {
	display: flex;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
	font-family: "Plus Jakarta Sans", sans-serif;
	transition: all 0.7s ease-in-out;
	position: relative;
	z-index: 9999;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	cursor: pointer;
	padding: 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.site-header .main-header .checkout-cta a {
	transition: --gradientAngle 1s;
	background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 12px 24px;
	width: 100%;
	font-size: 16px;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	transition: all 0.6s ease-in-out;
}

.site-header .main-header .checkout-cta:hover a {
	--gradientAngle: 720deg;
	background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
}

.site-header .main-header .challenge-cta {
	display: none;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
	font-family: "Plus Jakarta Sans", sans-serif;
	transition: all 0.7s ease-in-out;
}

.site-header .main-header .challenge-cta a {
	padding: 18px 30px;
	width: 100%;
	gap: 10px;
	background: rgba(194, 208, 228, 0.15);
	backdrop-filter: blur(20px);
	border-radius: 10px;
	letter-spacing: 0.5px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	color: #ffffff;
	text-decoration: none;
	width: max-content;
}

.site-header .main-header .challenge-cta a i {
	font-size: 24px;
	margin: 0 5px 0 0;
	padding: 0;
}

@media (min-width: 992px) and (max-width: 1560px) {
	.site-header .main-header {
		padding: 30px;
		gap: 10px;
	}
	.site-header .main-header .logo {
		position: relative;
		z-index: 998;
		width: 142px;
		height: 30px;
		flex-basis: 143px;
		margin: 0;
	}
	.site-header .main-header .logo a {
		width: 100%;
		height: 30px;
		display: flex;
	}
	.site-header .main-header .logo a svg {
		width: 163px;
		height: 30px;
	}
	.site-header .main-header .logo a svg #path-1-logo,
	.site-header .main-header .logo a svg #path-2-logo,
	.site-header .main-header .logo a svg #path-3-logo,
	.site-header .main-header .logo a svg #path-4-logo {
		transform-box: fill-box;
		transform-origin: right center;
	}
	.site-header .main-header .logo:hover a svg #path-1-logo {
		animation: logo-anim 0.5s ease-in-out 1;
	}
	.site-header .main-header .logo:hover a svg #path-2-logo {
		animation: logo-anim 0.5s ease-in-out 1;
		animation-delay: 0.1s;
	}
	.site-header .main-header .logo:hover a svg #path-3-logo {
		animation: logo-anim 0.5s ease-in-out 1;
		animation-delay: 0.2s;
	}
	.site-header .main-header .logo:hover a svg #path-4-logo {
		animation: logo-anim 0.5s ease-in-out 1;
		animation-delay: 0.3s;
	}
	.site-header .main-header .main-navigation {
		width: 100%;
		display: flex;
		justify-content: center;
		position: relative;
	}
	.site-header .main-header .main-navigation .dropdown-menu {
		margin: 0 auto;
		position: absolute;
		left: -361px;
		top: 65px;
		z-index: 99999;
		width: 800px;
		display: none;
	}
	.site-header .main-header .main-navigation .dropdown-menu .bg-wrapper {
		position: relative;
		padding: 1.2rem;
		border: 1px solid rgba(194, 208, 228, 0.15);
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
		border-radius: 15px;
		background-color: #0c0d11;
	}
	.site-header .main-header .main-navigation .dropdown-menu .bg-wrapper .line {
		width: 68.71px;
		height: 1px;
		top: -1px;
		position: absolute;
		left: calc(50% - 34.355px);
		background-color: #0c0d11;
	}
	.site-header .main-header .main-navigation .dropdown-menu .bg-wrapper .triangle {
		display: block;
		height: 50px;
		width: 50px;
		background-color: inherit;
		border: inherit;
		position: absolute;
		top: -25px;
		left: calc(50% - 25px);
		clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
		transform: rotate(-225deg);
		border-radius: 0 0 0 0.5em;
	}
	.site-header .main-header .main-navigation .dropdown-menu .bg-wrapper .phase {
		border: 1px solid rgba(194, 208, 228, 0.15);
		border-radius: 7px;
		padding: 1.2rem;
		transition: all 0.5s ease-in-out;
		cursor: pointer;
		flex: 1 1 0;
	}
	.site-header .main-header .main-navigation .dropdown-menu .bg-wrapper .phase .phase__heading {
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
		align-items: center;
		margin-bottom: 0.6rem;
		transition: all 0.6s ease-in-out;
	}
	.site-header .main-header .main-navigation .dropdown-menu .bg-wrapper .phase .phase__heading h2 {
		font-size: 30px;
		font-weight: 700;
		color: #ffffff;
		margin: 0;
	}
	.site-header .main-header .main-navigation .dropdown-menu .bg-wrapper .phase .phase__text {
		font-size: 16px;
		color: rgba(194, 208, 228, 0.5);
	}
	.site-header .main-header .main-navigation .dropdown-menu .bg-wrapper .phase.active {
		border-color: #c2d0e4;
	}
	.site-header .main-header .main-navigation .dropdown-menu .bg-wrapper .phase.active .phase__heading {
		transform: translateX(15px);
	}
	.site-header .main-header .main-navigation .dropdown-menu .bg-wrapper .phase:hover {
		border-color: #c2d0e4;
	}
	.site-header .main-header .main-navigation .dropdown-menu .bg-wrapper .phase:hover .phase__heading {
		transform: translateX(15px);
	}
	.site-header .main-header .main-navigation .dropdown-menu::before {
		content: "";
		display: block;
		width: 20%;
		height: 100px;
		position: absolute;
		top: -44px;
		left: calc(50% - 80px);
	}
	.site-header .main-header .main-navigation ul {
		display: flex;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.site-header .main-header .main-navigation ul li {
		margin: 0 18px;
		font-family: "Plus Jakarta Sans", sans-serif;
		letter-spacing: 0.5px;
		transition: all 0.5s ease-in-out;
		position: relative;
	}
	.site-header .main-header .main-navigation ul li a,
	.site-header .main-header .main-navigation ul li span {
		font-size: 15px;
		color: #fff;
		text-decoration: none;
		transition: inherit;
		cursor: pointer;
	}
	.site-header .main-header .main-navigation ul li.current_page_item a {
		color: #1daa91;
	}
	.site-header .main-header .main-navigation ul li:hover a {
		color: #1daa91;
	}
	.site-header .main-header .cta {
		width: 180px;
		flex-basis: 180px;
		display: flex;
		margin: 0;
		padding: 0;
		flex-shrink: 0;
		font-family: "Plus Jakarta Sans", sans-serif;
		transition: all 0.7s ease-in-out;
	}
	.site-header .main-header .cta a {
		padding: 18px 20px;
		width: 100%;
		gap: 10px;
		background: rgba(194, 208, 228, 0.15);
		backdrop-filter: blur(20px);
		border-radius: 10px;
		letter-spacing: f0 0.5px;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		display: flex;
		align-items: center;
		text-align: center;
		justify-content: center;
		color: #ffffff;
		text-decoration: none;
	}
	.site-header .main-header .cta a i {
		font-size: 24px;
		margin: 0 5px 0 0;
		padding: 0;
	}
}

@media (max-width: 992px) {
	.site-header {
		position: fixed;
		padding: 0;
		top: 38px;
		width: 100%;
		z-index: 999999;
		transition: all 0.2s;
	}
	.site-header .top-bar {
		width: 100%;
		padding: 20px 0;
		display: flex;
		transition: all 1s;
	}
	.site-header .top-bar ul {
		display: flex;
		margin: 0;
		padding: 0;
		list-style: none;
		text-align: right;
	}
	.site-header .top-bar ul li a {
		color: #fff;
		text-decoration: none;
	}
	.site-header .top-bar ul.top-bar-nav {
		padding: 0 20px 0 0;
		font-family: "Plus Jakarta Sans", sans-serif;
		gap: 40px;
		flex-shrink: 0;
	}
	.site-header .top-bar ul.top-bar-nav li {
		flex-shrink: 0;
	}
	.site-header .top-bar ul.top-bar-social {
		width: 100%;
		padding: 0 0 0 20px;
	}
	.site-header .top-bar ul.top-bar-social li {
		margin: 0 20px 0 0;
	}
	.site-header .main-header {
		width: 100%;
		box-sizing: border-box;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 30px 1.5rem;
		gap: 15px;
		transition: all 1s;
		max-width: 1440px;
		margin: 0 auto;
		border: 1px solid transparent;
		border-radius: 0;
		-webkit-border-bottom-right-radius: 15px;
		-webkit-border-bottom-left-radius: 15px;
		-moz-border-radius-bottomright: 15px;
		-moz-border-radius-bottomleft: 15px;
		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;
	}
	.site-header .main-header .logo {
		width: 150px;
		height: 30px;
		flex-basis: 163px;
		margin: 0;
	}
	.site-header .main-header .logo a {
		width: 163px;
		height: 30px;
		display: flex;
	}
	.site-header .main-header .logo a svg {
		width: 130px;
		height: 30px;
	}
	.site-header .main-header .logo a svg #path-1-logo,
	.site-header .main-header .logo a svg #path-2-logo,
	.site-header .main-header .logo a svg #path-3-logo,
	.site-header .main-header .logo a svg #path-4-logo {
		transform-box: fill-box;
		transform-origin: right center;
	}
	.site-header .main-header .logo:hover a svg #path-1-logo {
		animation: logo-anim 0.5s ease-in-out 1;
	}
	.site-header .main-header .logo:hover a svg #path-2-logo {
		animation: logo-anim 0.5s ease-in-out 1;
		animation-delay: 0.1s;
	}
	.site-header .main-header .logo:hover a svg #path-3-logo {
		animation: logo-anim 0.5s ease-in-out 1;
		animation-delay: 0.2s;
	}
	.site-header .main-header .logo:hover a svg #path-4-logo {
		animation: logo-anim 0.5s ease-in-out 1;
		animation-delay: 0.3s;
	}
	.site-header .main-header .main-navigation {
		width: 100%;
		display: none;
		justify-content: center;
		position: relative;
	}
	.site-header .main-header .main-navigation .dropdown-menu {
		margin: 0 auto;
		position: absolute;
		left: -361px;
		top: 65px;
		z-index: 99999;
		width: 800px;
		display: none;
	}
	.site-header .main-header .main-navigation .dropdown-menu .bg-wrapper {
		position: relative;
		padding: 1.2rem;
		border: 1px solid rgba(194, 208, 228, 0.15);
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
		border-radius: 15px;
		background-color: #0c0d11;
	}
	.site-header .main-header .main-navigation .dropdown-menu .bg-wrapper .line {
		width: 68.71px;
		height: 1px;
		top: -1px;
		position: absolute;
		left: calc(50% - 34.355px);
		background-color: #0c0d11;
	}
	.site-header .main-header .main-navigation .dropdown-menu .bg-wrapper .triangle {
		display: block;
		height: 50px;
		width: 50px;
		background-color: inherit;
		border: inherit;
		position: absolute;
		top: -25px;
		left: calc(50% - 25px);
		clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
		transform: rotate(-225deg);
		border-radius: 0 0 0 0.5em;
	}
	.site-header .main-header .main-navigation .dropdown-menu .bg-wrapper .phase {
		border: 1px solid rgba(194, 208, 228, 0.15);
		border-radius: 7px;
		padding: 1.2rem;
		transition: all 0.5s ease-in-out;
		cursor: pointer;
		flex: 1 1 0;
	}
	.site-header .main-header .main-navigation .dropdown-menu .bg-wrapper .phase .phase__heading {
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
		align-items: center;
		margin-bottom: 0.6rem;
		transition: all 0.6s ease-in-out;
	}
	.site-header .main-header .main-navigation .dropdown-menu .bg-wrapper .phase .phase__heading h2 {
		font-size: 30px;
		font-weight: 700;
		color: #ffffff;
		margin: 0;
	}
	.site-header .main-header .main-navigation .dropdown-menu .bg-wrapper .phase .phase__text {
		font-size: 16px;
		color: rgba(194, 208, 228, 0.5);
	}
	.site-header .main-header .main-navigation .dropdown-menu .bg-wrapper .phase.active {
		border-color: #c2d0e4;
	}
	.site-header .main-header .main-navigation .dropdown-menu .bg-wrapper .phase.active .phase__heading {
		transform: translateX(15px);
	}
	.site-header .main-header .main-navigation .dropdown-menu .bg-wrapper .phase:hover {
		border-color: #c2d0e4;
	}
	.site-header .main-header .main-navigation .dropdown-menu .bg-wrapper .phase:hover .phase__heading {
		transform: translateX(15px);
	}
	.site-header .main-header .main-navigation .dropdown-menu::before {
		content: "";
		display: block;
		width: 20%;
		height: 100px;
		position: absolute;
		top: -44px;
		left: calc(50% - 80px);
	}
	.site-header .main-header .main-navigation ul {
		display: flex;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.site-header .main-header .main-navigation ul li {
		margin: 0 25px;
		font-family: "Plus Jakarta Sans", sans-serif;
		letter-spacing: 0.5px;
		transition: all 0.5s ease-in-out;
		position: relative;
	}
	.site-header .main-header .main-navigation ul li a,
	.site-header .main-header .main-navigation ul li span {
		font-size: 16px;
		color: #fff;
		text-decoration: none;
		transition: inherit;
		cursor: pointer;
	}
	.site-header .main-header .main-navigation ul li.current_page_item a {
		color: #1daa91;
	}
	.site-header .main-header .main-navigation ul li:hover a {
		color: #1daa91;
	}
	.site-header .main-header .cta {
		width: 200px;
		flex-basis: 200px;
		display: none;
		margin: 0;
		padding: 0;
		flex-shrink: 0;
		font-family: "Plus Jakarta Sans", sans-serif;
		transition: all 0.7s ease-in-out;
	}
	.site-header .main-header .cta a {
		padding: 18px 30px;
		width: 100%;
		gap: 10px;
		background: rgba(194, 208, 228, 0.15);
		backdrop-filter: blur(20px);
		border-radius: 10px;
		letter-spacing: 0.5px;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		display: flex;
		align-items: center;
		text-align: center;
		justify-content: center;
		color: #ffffff;
		text-decoration: none;
	}
	.site-header .main-header .cta a i {
		font-size: 24px;
		margin: 0 5px 0 0;
		padding: 0;
	}
	.site-header .main-header .challenge-cta {
		display: none;
		margin: 0;
		padding: 0;
		flex-shrink: 0;
		font-family: "Plus Jakarta Sans", sans-serif;
		transition: all 0.7s ease-in-out;
	}
	.site-header .main-header .challenge-cta a {
		padding: 18px 30px;
		width: 100%;
		gap: 10px;
		background: rgba(194, 208, 228, 0.15);
		backdrop-filter: blur(20px);
		border-radius: 10px;
		letter-spacing: 0.5px;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		display: flex;
		align-items: center;
		text-align: center;
		justify-content: center;
		color: #ffffff;
		text-decoration: none;
		width: max-content;
	}
	.site-header .main-header .challenge-cta a i {
		font-size: 24px;
		margin: 0 5px 0 0;
		padding: 0;
	}
	.site-header .main-header .checkout-bttn {
		width: 60px;
		flex-basis: 60px;
		display: none;
		margin: 0;
		padding: 0;
		flex-shrink: 0;
	}
	.site-header .main-header .checkout-bttn a {
		padding: 18px 0;
		width: 100%;
		gap: 10px;
		background: rgba(194, 208, 228, 0.15);
		backdrop-filter: blur(20px);
		border-radius: 10px;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		display: flex;
		align-items: center;
		text-align: center;
		justify-content: center;
		color: #ffffff;
		text-decoration: none;
	}
	.site-header .main-header .checkout-bttn a i {
		font-size: 24px;
		margin: 0 5px 0 0;
		padding: 0;
	}
}

@media (max-width: 370px) {
	.site-header .main-header {
		width: 100%;
		box-sizing: border-box;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 30px 1.5rem;
		gap: 10px;
		transition: all 1s;
		max-width: 1440px;
		margin: 0 auto;
		border: 1px solid transparent;
		border-radius: 0;
		-webkit-border-bottom-right-radius: 15px;
		-webkit-border-bottom-left-radius: 15px;
		-moz-border-radius-bottomright: 15px;
		-moz-border-radius-bottomleft: 15px;
		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;
	}
	.site-header .main-header .logo {
		width: auto;
		height: 30px;
		flex-basis: auto;
		margin: 0;
	}
	.site-header .main-header .logo a {
		width: 100%;
		height: 30px;
		display: flex;
		align-items: center;
	}
	.site-header .main-header .logo a svg {
		width: 130px;
		height: 20px;
	}
	.site-header .main-header .logo a svg #path-1-logo,
	.site-header .main-header .logo a svg #path-2-logo,
	.site-header .main-header .logo a svg #path-3-logo,
	.site-header .main-header .logo a svg #path-4-logo {
		transform-box: fill-box;
		transform-origin: right center;
	}
	.site-header .main-header .logo:hover a svg #path-1-logo {
		animation: logo-anim 0.5s ease-in-out 1;
	}
	.site-header .main-header .logo:hover a svg #path-2-logo {
		animation: logo-anim 0.5s ease-in-out 1;
		animation-delay: 0.1s;
	}
	.site-header .main-header .logo:hover a svg #path-3-logo {
		animation: logo-anim 0.5s ease-in-out 1;
		animation-delay: 0.2s;
	}
	.site-header .main-header .logo:hover a svg #path-4-logo {
		animation: logo-anim 0.5s ease-in-out 1;
		animation-delay: 0.3s;
	}
	.site-header .main-header .mobile-menu-btn-wrapper {
		cursor: pointer;
		margin-left: auto;
		position: relative;
		z-index: 999;
		height: 20px;
		width: 32px;
		border-radius: 100px;
		display: flex;
		justify-content: center;
		align-items: center;
		transition: all 0.5s ease-in-out;
		margin-right: 7px;
		flex-shrink: 0;
	}
}

@media (max-width: 370px) and (min-width: 993px) {
	.site-header .main-header .mobile-menu-btn-wrapper {
		display: none;
	}
}

@media (max-width: 370px) {
	.site-header .main-header .mobile-menu-btn-wrapper .lines-wrapper {
		position: relative;
		width: 100%;
		height: 100%;
	}
	.site-header .main-header .mobile-menu-btn-wrapper .lines-wrapper .menu-line {
		position: absolute;
		height: 2px;
		width: 100%;
		background: #ffffff;
		position: relative;
		transition: background 10ms 300ms ease;
		transform: translateY(9px);
	}
	.site-header .main-header .mobile-menu-btn-wrapper .lines-wrapper .menu-line::before, .site-header .main-header .mobile-menu-btn-wrapper .lines-wrapper .menu-line::after {
		transition: top 300ms 350ms ease, transform 300ms 50ms ease;
		position: absolute;
		background: #ffffff;
		width: 100%;
		height: 2px;
		content: "";
	}
	.site-header .main-header .mobile-menu-btn-wrapper .lines-wrapper .menu-line::before {
		top: -8px;
	}
	.site-header .main-header .mobile-menu-btn-wrapper .lines-wrapper .menu-line::after {
		top: 8px;
	}
	.site-header .main-header .mobile-menu-btn-wrapper.active .lines-wrapper .menu-line {
		background: transparent;
	}
	.site-header .main-header .mobile-menu-btn-wrapper.active .lines-wrapper .menu-line:after, .site-header .main-header .mobile-menu-btn-wrapper.active .lines-wrapper .menu-line:before {
		transition: top 300ms 50ms ease, transform 300ms 350ms ease;
		top: 0;
	}
	.site-header .main-header .mobile-menu-btn-wrapper.active .lines-wrapper .menu-line:before {
		transform: rotate(45deg);
	}
	.site-header .main-header .mobile-menu-btn-wrapper.active .lines-wrapper .menu-line:after {
		transform: rotate(-45deg);
	}
}

.site-header.active {
	width: calc(100% - 100px);
	margin: 0 50px;
	top: 0;
}

.site-header.active .top-bar {
	opacity: 0;
	height: 0px;
	padding: 0;
}

.site-header.active .main-header {
	border-radius: 0;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 30px;
	background: rgba(11, 12, 16, 0.25);
	border: 1px solid rgba(194, 208, 228, 0.15);
	backdrop-filter: blur(20px);
	border-radius: 15px;
	max-width: 100% !important;
	padding: 30px;
}

.site-header.mobile-active {
	width: 100%;
	margin: 0;
	top: 0px;
}

.site-header.mobile-active .top-bar {
	opacity: 0;
	height: 0px;
	padding: 0;
}

.site-header.mobile-active .main-header {
	will-change: backdrop-filter;
	border-radius: 0;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	background: rgba(11, 12, 16, 0.25);
	border-left: 1px solid rgba(194, 208, 228, 0.15);
	border-right: 1px solid rgba(194, 208, 228, 0.15);
	border-bottom: 1px solid rgba(194, 208, 228, 0.15);
	max-width: 100%;
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
	.site-header.mobile-active .main-header {
		-webkit-backdrop-filter: blur(20px);
		backdrop-filter: blur(20px);
	}
}

.site-footer {
	width: calc(100% - 100px);
	margin: 80px 50px 0 50px;
}

.site-footer .container {
	border: 1px solid rgba(194, 208, 228, 0.15);
	backdrop-filter: blur(20px);
	border-radius: 40px 40px 0px 0px;
	padding: 30px 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0% 0%;
	overflow: hidden;
}

.site-footer .footer-links {
	width: 100%;
	display: flex;
	padding: 0 0 10px 0;
}

.site-footer .footer-links .col {
	flex: 1 1 0;
	padding: 30px;
	display: flex;
	flex-flow: column nowrap;
}

.site-footer .footer-links .col.col-b {
	flex: 1.5 1 0;
}

.site-footer .footer-links .col h2 {
	margin: 0 0 15px 0;
	padding: 0;
	color: #fff;
	font-size: 20px;
	font-family: "Plus Jakarta Sans", sans-serif;
}

.site-footer .footer-links .col ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer .footer-links .col ul li {
	color: rgba(194, 208, 228, 0.5);
	font-size: 16px;
	font-family: "Plus Jakarta Sans", sans-serif;
	margin: 0.5rem 0;
}

.site-footer .footer-links .col ul li a {
	color: rgba(194, 208, 228, 0.5);
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
}

.site-footer .footer-links .col ul li a:hover {
	color: rgba(194, 208, 228, 0.9);
}

.site-footer .footer-links .col ul li.menu-item-has-children > a:first-child {
	position: relative;
	width: fit-content;
	padding-right: 5px;
}

.site-footer .footer-links .col ul li.menu-item-has-children > a:first-child:hover ~ .sub-menu-container .sub-menu {
	transition-delay: 0s;
	transform: scaleY(1);
}

.site-footer .footer-links .col ul li.menu-item-has-children > a:first-child:hover ~ .sub-menu-container .sub-menu li {
	opacity: 1;
}

.site-footer .footer-links .col ul li.menu-item-has-children > a:first-child:hover::after {
	transform: translateY(-50%) rotate(180deg);
}

.site-footer .footer-links .col ul li.menu-item-has-children > a:first-child::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 50%;
	left: 101%;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(194, 208, 228, 0.5);
	transform: translateY(-50%) rotate(0deg);
	transition: all 0.4s ease;
}

.site-footer .footer-links .col ul li.menu-item-has-children > a:first-child.active {
	color: rgba(194, 208, 228, 0.9);
}

.site-footer .footer-links .col ul li.menu-item-has-children > a:first-child.active::after {
	transform: translateY(-50%) rotate(180deg);
}

.site-footer .footer-links .col ul li.menu-item-has-children .sub-menu-container {
	transition: all 0.3s ease;
	height: 0px;
}

.site-footer .footer-links .col ul li.menu-item-has-children .sub-menu-container .sub-menu {
	transition-delay: 0.5s;
	transform: scaleY(0);
	width: fit-content;
}

.site-footer .footer-links .col ul li.menu-item-has-children .sub-menu-container .sub-menu li {
	opacity: 0;
	transition: opacity 0.3s ease;
}

.site-footer .footer-links .col ul li.menu-item-has-children .sub-menu-container .sub-menu li a {
	display: block;
	transition: all 0.3s ease;
	position: relative;
	outline: none;
}

.site-footer .footer-links .col ul li.menu-item-has-children .sub-menu-container .sub-menu li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0px;
	height: 2px;
	background: rgba(194, 208, 228, 0.5);
	transition: all 0.3s ease;
}

.site-footer .footer-links .col ul li.menu-item-has-children .sub-menu-container .sub-menu li:hover a {
	padding-left: 20px;
}

.site-footer .footer-links .col ul li.menu-item-has-children .sub-menu-container .sub-menu li:hover a::before {
	width: 14px;
}

.site-footer .footer-links .col ul li.menu-item-has-children .sub-menu-container .sub-menu li:nth-of-type(1) {
	transition-delay: 0.1s;
}

.site-footer .footer-links .col ul li.menu-item-has-children .sub-menu-container .sub-menu li:nth-of-type(2) {
	transition-delay: 0.2s;
}

.site-footer .footer-links .col ul li.menu-item-has-children .sub-menu-container .sub-menu li:nth-of-type(3) {
	transition-delay: 0.3s;
}

.site-footer .footer-links .col ul li.menu-item-has-children .sub-menu-container .sub-menu li:nth-of-type(4) {
	transition-delay: 0.4s;
}

.site-footer .footer-links .col ul li.menu-item-has-children .sub-menu-container .sub-menu:hover {
	transition-delay: 0s;
	transform: scaleY(1);
}

.site-footer .footer-links .col ul li.menu-item-has-children .sub-menu-container .sub-menu:hover li {
	opacity: 1;
}

@media (max-width: 768px) {
	.site-footer .footer-links .col ul li.menu-item-has-children .sub-menu-container .sub-menu {
		width: fit-content;
	}
	.site-footer .footer-links .col ul li.menu-item-has-children:hover .sub-menu-container {
		height: 100%;
	}
}

.site-footer .footer-links .col .logo {
	margin-top: 1rem;
}

.site-footer .footer-links .col .footer-socials {
	margin-top: 2rem;
}

.site-footer .footer-links .col .footer-socials .fs__title {
	font-weight: 600;
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 0.8rem;
}

.site-footer .footer-links .col .footer-socials .fs__flex {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 12px;
}

.site-footer .footer-links .col .footer-socials .fs__flex div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.site-footer .footer-links .col .footer-socials .fs__flex div a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.site-footer .footer-links .col .footer-socials .fs__flex .single-social svg stop {
	transition: all 0.6s ease-in-out;
}

.site-footer .footer-links .col .footer-socials .fs__flex .single-social#discord-link svg {
	fill: url(#discord-gradient-f) white;
}

.site-footer .footer-links .col .footer-socials .fs__flex .single-social#telegram-link svg {
	fill: url(#telegram-gradient-f) white;
}

.site-footer .footer-links .col .footer-socials .fs__flex .single-social#twitter-link svg {
	fill: url(#twitter-gradient-f) white;
}

.site-footer .footer-links .col .footer-socials .fs__flex .single-social#instagram-link svg {
	fill: url(#instagram-gradient-f) white;
}

.site-footer .footer-links .col .footer-socials .fs__flex .single-social#facebook-link svg {
	fill: url(#fb-gradient-f) white;
}

.site-footer .footer-links .col .footer-socials .fs__flex .single-social#telegram-link svg {
	fill: url(#telegram-gradient-f) white;
}

.site-footer .footer-links .col .footer-socials .fs__flex .single-social#tiktok-link {
	display: flex;
	position: relative;
}

.site-footer .footer-links .col .footer-socials .fs__flex .single-social#tiktok-link svg {
	transition: all 0.3s ease;
}

.site-footer .footer-links .col .footer-socials .fs__flex .single-social#tiktok-link svg path {
	transition: inherit;
}

.site-footer .footer-links .col .footer-socials .fs__flex .single-social#tiktok-link svg:first-child {
	position: absolute;
	left: -2px;
	top: -4px;
	width: 100%;
	fill: transparent;
	mix-blend-mode: multiply;
}

.site-footer .footer-links .col .footer-socials .fs__flex .single-social#tiktok-link svg:last-child {
	fill: #ffffff;
}

.site-footer .footer-links .col .footer-socials .fs__flex .single-social:hover#discord-link svg stop {
	stop-color: #5865f2;
}

.site-footer .footer-links .col .footer-socials .fs__flex .single-social:hover#telegram-link svg stop {
	stop-color: #0088cc;
}

.site-footer .footer-links .col .footer-socials .fs__flex .single-social:hover#twitter-link svg stop:first-child {
	stop-color: #3bb1fa;
}

.site-footer .footer-links .col .footer-socials .fs__flex .single-social:hover#twitter-link svg stop:last-child {
	stop-color: #1da1f2;
}

.site-footer .footer-links .col .footer-socials .fs__flex .single-social:hover#instagram-link svg stop:first-child {
	stop-color: #feda75;
}

.site-footer .footer-links .col .footer-socials .fs__flex .single-social:hover#instagram-link svg stop:nth-child(2) {
	stop-color: #fa7e1e;
}

.site-footer .footer-links .col .footer-socials .fs__flex .single-social:hover#instagram-link svg stop:nth-child(3) {
	stop-color: #d62976;
}

.site-footer .footer-links .col .footer-socials .fs__flex .single-social:hover#instagram-link svg stop:nth-child(4) {
	stop-color: #962fbf;
}

.site-footer .footer-links .col .footer-socials .fs__flex .single-social:hover#instagram-link svg stop:last-child {
	stop-color: #4f5bd5;
}

.site-footer .footer-links .col .footer-socials .fs__flex .single-social:hover#facebook-link svg stop:first-child {
	stop-color: #17aafd;
}

.site-footer .footer-links .col .footer-socials .fs__flex .single-social:hover#facebook-link svg stop:last-child {
	stop-color: #0165e2;
}

.site-footer .footer-links .col .footer-socials .fs__flex .single-social:hover#telegram-link svg stop:first-child {
	stop-color: #0088CC;
}

.site-footer .footer-links .col .footer-socials .fs__flex .single-social:hover#telegram-link svg stop:last-child {
	stop-color: #0088CC;
}

.site-footer .footer-links .col .footer-socials .fs__flex .single-social:hover#tiktok-link svg:first-child {
	fill: #69c9d0;
}

.site-footer .footer-links .col .footer-socials .fs__flex .single-social:hover#tiktok-link svg:last-child {
	fill: #ee1d52;
}

.site-footer .footer-links .col .footer-socials .fs__legal {
	font-family: "Plus Jakarta Sans", sans-serif;
}

.site-footer .footer-links .col .footer-socials .fs__legal .fs__main {
	font-size: 14px;
	color: #fff;
	width: 100%;
	margin: 1.5rem 0 0;
	padding: 0;
}

.site-footer .footer-links .col .footer-socials .fs__legal .fs__main p {
	margin: 0 0 3px;
}

@media (max-width: 1300px) {
	.site-footer .footer-links {
		flex-wrap: wrap;
	}
	.site-footer .footer-links .col {
		flex: 1 1 30%;
	}
}

@media (max-width: 992px) {
	.site-footer .footer-links {
		flex-wrap: wrap;
	}
	.site-footer .footer-links .col {
		padding: 20px;
		flex: 1 1 25%;
	}
}

@media (max-width: 768px) {
	.site-footer .footer-links {
		flex-wrap: wrap;
	}
	.site-footer .footer-links .col {
		padding: 20px;
		flex: 1 1 45%;
	}
	.site-footer .footer-links .col:first-of-type {
		flex: 1 1 100%;
	}
}

.site-footer .footer-lower {
	border-top: 1px solid rgba(194, 208, 228, 0.15);
	font-family: "Plus Jakarta Sans", sans-serif;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2rem 0 0.5rem;
}

.site-footer .footer-lower .fl__left .fs__bottom {
	font-size: 11px;
	color: #68717f;
	width: 100%;
	margin: 1rem 0 0;
	padding: 0;
}

.site-footer .footer-lower .fl__left .fs__bottom p {
	margin: 0 0 3px;
}

.site-footer .footer-lower .fl__right {
	flex: 1 1 auto;
	text-align: right;
}

.site-footer .footer-lower .fl__right li {
	list-style: none;
	display: inline-block;
	display: inline-block;
	margin: 0 1rem;
}

.site-footer .footer-lower .fl__right li a {
	color: rgba(194, 208, 228, 0.5);
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}

.site-footer .footer-lower .fl__right li a:hover {
	color: rgba(194, 208, 228, 0.9);
}

.site-footer .legal-blurb {
	width: 100%;
	display: flex;
	margin: 30px 0 0 0;
}

.site-footer .legal-blurb p {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 14px;
	color: #68717f;
	width: 100%;
	margin: 0;
	padding: 0;
}

@media (max-width: 1200px) {
	.site-footer {
		margin: 0;
		padding: 40px 1.5rem 0px 1.5rem;
		width: 100%;
	}
	.site-footer .footer-lower {
		display: flex;
		flex-flow: column nowrap;
		padding: 2rem 0;
		align-items: flex-start;
	}
	.site-footer .footer-lower .fl__left {
		order: 2;
		padding: 1.5rem 0 0;
		align-self: center;
	}
	.site-footer .footer-lower .fl__left p {
		text-align: center;
	}
	.site-footer .footer-lower .fl__right {
		order: 1;
		width: 100%;
		flex: 1 1 auto;
		text-align: left;
		display: flex;
		gap: 10px;
		justify-content: center;
	}
	.site-footer .footer-lower .fl__right li {
		margin: 0.5rem 0;
		display: block;
	}
	.site-footer .legal-blurb {
		margin: 30px 0;
	}
	.site-footer .legal-blurb p {
		font-size: 13px;
	}
}

@media (max-width: 576px) {
	.site-footer {
		margin: 0;
		padding: 40px 1.5rem 0px 1.5rem;
		width: 100%;
	}
	.site-footer .container {
		background: rgba(11, 12, 16, 0.25);
		border: 1px solid rgba(194, 208, 228, 0.15);
		backdrop-filter: blur(20px);
		border-radius: 40px 40px 0px 0px;
		padding: 2rem 2rem;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 0% 0%;
		overflow: hidden;
	}
	.site-footer .footer-links {
		flex-flow: column nowrap;
	}
	.site-footer .footer-links .col {
		width: 100%;
		padding: 1rem 0;
		display: flex;
		flex-flow: column nowrap;
	}
	.site-footer .footer-lower {
		display: flex;
		flex-flow: column nowrap;
		padding: 2rem 0;
		align-items: flex-start;
	}
	.site-footer .footer-lower .fl__left {
		order: 2;
		padding: 1.5rem 0 0;
		align-self: flex-start;
	}
	.site-footer .footer-lower .fl__left p {
		text-align: left;
	}
	.site-footer .footer-lower .fl__right {
		order: 1;
		flex: 1 1 auto;
		text-align: left;
		flex-wrap: wrap;
		text-align: left;
		justify-content: flex-start;
	}
	.site-footer .footer-lower .fl__right li {
		margin: 0.5rem 0;
		display: block;
		flex: 1 1 50%;
	}
	.site-footer .legal-blurb {
		margin: 30px 0;
	}
	.site-footer .legal-blurb p {
		font-size: 12px;
	}
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.algolia-autocomplete {
	z-index: 999999 !important;
	padding-top: 6px;
}

.aa-dropdown-menu {
	/* we set the width in JS */
	font-family: sans-serif;
	background-color: #0C0E15;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.35);
	border-radius: 15px;
	overflow: hidden;
}

.aa-dropdown-menu:after {
	content: " ";
	display: block;
	clear: both;
}

.aa-dropdown-menu .aa-input, .aa-dropdown-menu .aa-hint {
	width: 100%;
}

.aa-dropdown-menu .aa-hint {
	color: #999;
}

/* Font */
.aa-dropdown-menu {
	color: #1a1a1a;
	font-size: 12px;
}

.aa-dropdown-menu a {
	font-size: 13px;
	color: #1a1a1a;
	font-weight: normal;
	text-decoration: none;
}

.aa-dropdown-menu a:hover {
	text-decoration: none;
}

/* Header */
.aa-dropdown-menu .autocomplete-header {
	padding: 1rem 1rem 0.8rem;
	margin: 0;
	line-height: 3em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.aa-dropdown-menu .autocomplete-header-title,
.aa-dropdown-menu .autocomplete-header-more {
	letter-spacing: 0.3px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
	color: #aad57a;
}

.aa-dropdown-menu .autocomplete-header-title {
	float: left;
}

.aa-dropdown-menu .autocomplete-header-more {
	float: right;
}

.aa-dropdown-menu .autocomplete-header-more a {
	color: rgba(255, 255, 255, 0.9);
	font-weight: bold;
}

.aa-dropdown-menu .autocomplete-header-more a:hover {
	color: rgba(0, 0, 0, 0.4);
}

/* Suggestion */
.aa-dropdown-menu .aa-dataset-1 .aa-suggestion {
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.aa-dropdown-menu .aa-dataset-2 .aa-suggestion {
	padding: 12px 0;
}

.aa-dropdown-menu .aa-dataset-2 .aa-suggestion:not(:last-of-type) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.aa-dropdown-menu .aa-suggestion:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.aa-dropdown-menu .aa-suggestion em {
	color: #aad57a;
	background: rgba(170, 213, 122, 0.3);
	font-style: normal;
}

.aa-dropdown-menu .aa-suggestion .suggestion-post-title {
	font-weight: bold;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.9);
}

.aa-dropdown-menu .aa-suggestion .suggestion-post-taxonomy {
	font-weight: bold;
	width: fit-content;
	font-size: 9px;
	line-height: 8px;
	padding: 4px 7px;
	border-radius: 20px;
	border: 1px solid rgba(171, 214, 122, 0.4);
	display: block;
	white-space: nowrap;
	overflow: hidden;
	color: #aad57a;
	margin-bottom: 7px;
	background: rgba(171, 214, 122, 0.1);
}

.aa-dropdown-menu .aa-suggestion .suggestion-post-content {
	color: #63676d;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.aa-dropdown-menu .aa-suggestion .suggestion-post-content em {
	padding: 0 0 1px;
	background: inherit;
	box-shadow: inset 0 -2px 0 0 #aad57a;
	color: inherit;
}

.aa-dropdown-menu .aa-suggestion.aa-cursor {
	background-color: rgba(255, 255, 255, 0.05);
}

.aa-dropdown-menu a.suggestion-link {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 0 14px;
}

.aa-dropdown-menu a.suggestion-link.user-suggestion-link {
	line-height: 32px;
}

.aa-dropdown-menu a.suggestion-link svg {
	vertical-align: middle;
	fill: #aad57a;
	float: left;
}

.aa-dropdown-menu .suggestion-post-thumbnail {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 3px;
	width: 32px;
	height: 32px;
}

.aa-dropdown-menu .suggestion-user-thumbnail {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 16px;
	width: 32px;
	height: 32px;
}

/* Footer */
.aa-dropdown-menu .autocomplete-footer-branding {
	padding: 15px 14px 0px;
	float: right;
	color: rgba(0, 0, 0, 0.3);
	margin-bottom: 7px;
}

/* Clearfix */
.aa-dropdown-menu .clear {
	clear: both;
}

/* Empty */
.autocomplete-empty {
	clear: both;
	padding: 15px;
	color: rgba(255, 255, 255, 0.9);
}

.autocomplete-empty .empty-query {
	font-weight: bold;
	color: #aad57a;
}

/* Links
--------------------------------------------- */
a {
	color: #1daa91;
}

a:hover, a:focus, a:active {
	color: #158873;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
.alg__main-wrapper {
	background-color: rgba(194, 208, 228, 0.15);
	outline: none;
	border: none;
	border-radius: 10px;
	margin: 1.3rem 0 0.5rem;
	overflow: hidden;
	display: inline-block;
	position: relative;
}

.alg__main-wrapper::before {
	content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M10.97 19.19C6.43 19.19 2.75 15.51 2.75 10.97C2.75 6.43 6.43 2.75 10.97 2.75C15.51 2.75 19.19 6.43 19.19 10.97C19.19 15.51 15.51 19.19 10.97 19.19Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M21.2501 21.2501L17.1401 17.1401' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/svg%3E");
	width: 24px;
	height: 24px;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 32px;
	opacity: 0.5;
}

.alg__main-wrapper .alg__main-input {
	background-color: transparent;
	outline: none;
	border: none;
	color: #c2d0e4;
	padding: 17px 71px;
	width: 100%;
}

.alg__main-wrapper .alg__main-input:focus {
	color: #c2d0e4;
}

.alg__main-search .input-wrapper {
	padding: 14px 32px;
	background-color: rgba(194, 208, 228, 0.15);
	outline: none;
	border: none;
	border-radius: 10px;
	margin: 1.3rem 0;
	display: flex;
	flex-flow: row nowrap;
	gap: 15px;
}

.alg__main-search .input-wrapper img {
	opacity: 60%;
}

.alg__main-search .input-wrapper input[type="search"] {
	background-color: transparent;
	outline: none;
	border: none;
	color: #c2d0e4;
}

.alg__main-search .input-wrapper ::placeholder {
	color: rgba(194, 208, 228, 0.5);
}

@media only screen and (max-width: 992px) {
	.alg__main-search .input-wrapper {
		padding: 14px 32px;
		background-color: rgba(194, 208, 228, 0.15);
		outline: none;
		border: none;
		border-radius: 10px;
		width: 100%;
		margin: 1.3rem 0 0.9rem;
		display: flex;
		flex-flow: row nowrap;
		gap: 15px;
	}
	.alg__main-search .input-wrapper img {
		opacity: 60%;
	}
	.alg__main-search .input-wrapper input[type="search"] {
		background-color: transparent;
		outline: none;
		border: none;
		color: #c2d0e4;
		width: 90%;
	}
	.alg__main-search .input-wrapper ::placeholder {
		color: rgba(194, 208, 228, 0.5);
	}
}

@media (max-width: 768px) {
	.alg__main-search .input-wrapper {
		padding: 14px 32px;
		background-color: rgba(194, 208, 228, 0.15);
		outline: none;
		border: none;
		border-radius: 10px;
		width: 100%;
		margin: 1.3rem 0 0.9rem;
		display: flex;
		flex-flow: row nowrap;
		gap: 15px;
	}
	.alg__main-search .input-wrapper img {
		opacity: 60%;
	}
	.alg__main-search .input-wrapper input[type="search"] {
		background-color: transparent;
		outline: none;
		border: none;
		color: #c2d0e4;
		width: 90%;
	}
	.alg__main-search .input-wrapper ::placeholder {
		color: rgba(194, 208, 228, 0.5);
	}
}

@media (max-width: 576px) {
	.alg__main-search .input-wrapper {
		padding: 14px 32px;
		background-color: rgba(194, 208, 228, 0.15);
		outline: none;
		border: none;
		border-radius: 10px;
		width: 100%;
		margin: 1.3rem 0 0.9rem;
		display: flex;
		flex-flow: row nowrap;
		gap: 15px;
	}
	.alg__main-search .input-wrapper img {
		opacity: 60%;
	}
	.alg__main-search .input-wrapper input[type="search"] {
		background-color: transparent;
		outline: none;
		border: none;
		color: #c2d0e4;
		width: 90%;
	}
	.alg__main-search .input-wrapper ::placeholder {
		color: rgba(194, 208, 228, 0.5);
	}
}

a#cta-btn {
	background: #1daa91;
	transition: all 0.5s ease;
	padding: 20px 50px;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	color: white;
	border-radius: 10px;
	outline: none;
	justify-content: center;
}

a#cta-btn:focus, a#cta-btn:active {
	outline: none;
	box-shadow: none;
}

a#cta-btn .word-container {
	display: flex;
	gap: 0.4px;
	position: relative;
	overflow: hidden;
	justify-content: center;
}

a#cta-btn .word-container .char {
	color: transparent;
	position: relative;
}

a#cta-btn .word-container .char::before {
	content: attr(data-char);
	position: absolute;
	top: 0;
	left: 0;
	user-select: none;
	transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	transition-delay: calc(0.02s * var(--char-index));
	transform: translateY(100%);
	color: #0b0c10;
}

a#cta-btn .word-container .char::after {
	content: attr(data-char);
	position: absolute;
	top: 0;
	left: 0;
	user-select: none;
	transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
	color: #0b0c10;
}

a#cta-btn .word-container .whitespace {
	width: 5px;
}

a#cta-btn:hover {
	background: #03c3a1;
}

a#cta-btn:hover .word-container .char::before {
	transform: translateY(0);
	transition-delay: calc(0.2s + (0.02s * var(--char-index)));
}

a#cta-btn:hover .word-container .char::after {
	transform: translateY(100%);
	transition-delay: calc(0.02s * (var(--char-index)));
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

form {
	position: relative;
}

#main-contact-form {
	display: flex;
	flex-flow: column nowrap;
}

#main-contact-form p {
	margin: 0;
}

#main-contact-form .form-row {
	margin: 0 0 2rem;
	display: flex;
	flex-flow: row wrap;
	gap: 1rem;
}

@media (max-width: 576px) {
	#main-contact-form .form-row {
		gap: 2rem;
	}
}

#main-contact-form .form-row .form-item {
	flex: 1 1 100%;
}

#main-contact-form .form-row .form-item label {
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #ffffff;
	padding: 0rem;
	margin-bottom: 10px;
}

#main-contact-form .form-row .form-item label span {
	display: inline-block;
	color: #1daa91;
	font-weight: 600;
	margin-left: auto;
}

#main-contact-form .form-row .form-item textarea {
	resize: none;
}

#main-contact-form .form-row .form-item input,
#main-contact-form .form-row .form-item textarea {
	width: 100%;
	border-radius: 10px;
	background-color: rgba(194, 208, 228, 0.15);
	box-shadow: none;
	border: 1px solid transparent;
	outline: none;
	font-size: 16px;
	padding: 1rem 0rem 1rem 1.25rem;
	transition: all 0.7s ease;
	color: #ffffff;
}

#main-contact-form .form-row .form-item input::placeholder,
#main-contact-form .form-row .form-item textarea::placeholder {
	color: rgba(194, 208, 228, 0.5);
	font-size: inherit;
	font-weight: 400;
	letter-spacing: 0.1px;
}

#main-contact-form .form-row .form-item input.wpcf7-not-valid,
#main-contact-form .form-row .form-item textarea.wpcf7-not-valid {
	border: 1px solid #95a4ca;
}

#main-contact-form .form-row .form-item.half {
	flex: 1 1 0;
}

@media (max-width: 576px) {
	#main-contact-form .form-row .form-item.half {
		flex: 1 1 100%;
	}
}

#main-contact-form .form-row .form-item input[type="submit"] {
	margin-top: 1rem;
	background: #1daa91;
	color: #0b0c10;
	padding: 20px 50px;
	width: 100%;
	font-size: 18px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	outline: none;
	border: none;
	text-align: center;
	transition: all 0.6s ease-in-out;
	cursor: pointer;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
}

#main-contact-form .form-row .form-item input[type="submit"]:hover {
	opacity: 0.8;
}

#main-contact-form .form-row .form-item .wpcf7-spinner {
	display: none;
}

#job-contact-form {
	display: flex;
	flex-flow: column nowrap;
}

#job-contact-form .form-row {
	margin: 0 0 2rem;
	display: flex;
	flex-flow: row wrap;
	gap: 1rem;
}

@media (max-width: 576px) {
	#job-contact-form .form-row {
		gap: 2rem;
	}
}

#job-contact-form .form-row .form-item {
	flex: 1 1 100%;
	text-align: center;
}

#job-contact-form .form-row .form-item label {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #ffffff;
	padding: 0rem;
	margin-bottom: 10px;
}

#job-contact-form .form-row .form-item label span {
	display: inline-block;
	color: #1daa91;
	font-weight: 600;
	margin-left: auto;
}

#job-contact-form .form-row .form-item p {
	margin: 0;
}

#job-contact-form .form-row .form-item textarea {
	resize: none;
}

#job-contact-form .form-row .form-item input,
#job-contact-form .form-row .form-item textarea {
	width: 100%;
	border-radius: 10px;
	background-color: rgba(194, 208, 228, 0.15);
	box-shadow: none;
	border: 1px solid transparent;
	outline: none;
	font-size: 16px;
	padding: 1rem 0rem 1rem 1.25rem;
	transition: all 0.7s ease;
	color: #ffffff;
}

#job-contact-form .form-row .form-item input::placeholder,
#job-contact-form .form-row .form-item textarea::placeholder {
	color: rgba(194, 208, 228, 0.5);
	font-size: inherit;
	font-weight: 400;
	letter-spacing: 0.1px;
}

#job-contact-form .form-row .form-item input.wpcf7-not-valid,
#job-contact-form .form-row .form-item textarea.wpcf7-not-valid {
	border: 1px solid #95a4ca;
}

#job-contact-form .form-row .form-item.half {
	flex: 1 1 0;
}

@media (max-width: 576px) {
	#job-contact-form .form-row .form-item.half {
		flex: 1 1 100%;
	}
}

#job-contact-form .form-row .form-item input[type="submit"] {
	margin-top: 1rem;
	background: #1daa91;
	color: #0b0c10;
	padding: 20px 50px;
	width: 100%;
	font-size: 18px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	outline: none;
	border: none;
	text-align: center;
	transition: all 0.6s ease-in-out;
	cursor: pointer;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
	width: fit-content;
}

#job-contact-form .form-row .form-item input[type="submit"]:hover {
	opacity: 0.8;
}

@media (max-width: 576px) {
	#job-contact-form .form-row .form-item input[type="submit"] {
		font-size: 16px;
	}
}

#job-contact-form .form-row .form-item .file-upload-cont {
	width: 100%;
	border-radius: 10px;
	background-color: rgba(194, 208, 228, 0.15);
	box-shadow: none;
	font-size: 16px;
	padding: 1rem 0rem 1rem 1.25rem;
	transition: all 0.7s ease;
	position: relative;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='10' ry='10' stroke='%23C2D0E480' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

#job-contact-form .form-row .form-item .file-upload-cont span[data-name="resume"] {
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
}

#job-contact-form .form-row .form-item .file-upload-cont span[data-name="resume"] input[type="file"] {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
}

#job-contact-form .form-row .form-item .file-upload-cont span[data-name="cover"] {
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
}

#job-contact-form .form-row .form-item .file-upload-cont span[data-name="cover"] input[type="file"] {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
}

#job-contact-form .form-row .form-item .file-upload-cont .fu__message-cont {
	padding: 1rem 0;
}

#job-contact-form .form-row .form-item .file-upload-cont .fu__message-cont .fu__text {
	font-weight: 500;
	font-size: 16px;
}

#job-contact-form .form-row .form-item .uploaded-file-cont {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	background-color: rgba(29, 170, 145, 0.15);
	padding: 1rem;
	margin-top: 1rem;
	transition: all 0.5s ease;
}

#job-contact-form .form-row .form-item .uploaded-file-cont .file-name {
	color: #1daa91;
	line-height: 1;
	font-weight: 600;
	font-size: 15px;
	display: inline-block;
}

#job-contact-form .form-row .form-item .uploaded-file-cont .delete-file {
	display: flex;
	justify-content: center;
	align-items: center;
}

#job-contact-form .form-row .form-item .uploaded-file-cont .delete-file svg {
	height: 22px;
	width: 22px;
	cursor: pointer;
}

#job-contact-form .form-row .form-item .uploaded-file-cont:has(.delete-file svg:hover) {
	opacity: 0.7;
}

#job-contact-form .form-row .form-item .wpcf7-spinner {
	display: none;
}

.wpcf7-not-valid-tip {
	color: #687699;
	font-weight: 600;
	width: max-content;
	font-size: 12px;
	display: block;
	padding-top: 5px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.wpcf7 form .wpcf7-response-output {
	font-size: 14px;
	font-weight: 700;
	border: none;
	background: linear-gradient(65deg, #26f7dd 30%, #00c2dd 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	margin: 0;
}

@media (max-width: 992px) {
	.wpcf7 form .wpcf7-response-output {
		position: static;
		width: fit-content;
		transform: none;
		text-align: center;
		margin: -20px auto 0;
	}
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.legal-wrapper {
	width: 100%;
	position: relative;
	padding: 95px 1.5rem 0 1.5rem;
}

.legal-wrapper .sticky-wrapper {
	position: absolute;
	inset: 0;
	height: 100%;
	width: 20%;
	display: flex;
	z-index: 1;
}

@media (max-width: 1750px) {
	.legal-wrapper .sticky-wrapper {
		display: none;
	}
}

.legal-wrapper .b__box-1 {
	max-width: 350px;
	left: 4rem;
	bottom: 4rem;
	position: sticky;
	padding: 2.5rem 2rem;
	border-radius: 15px;
	background: url("../png/single-faq-box.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	margin-top: auto;
}

.legal-wrapper .b__box-1 .b__title h3 {
	font-size: 30px;
	margin: 0 0 1rem;
	font-weight: 800;
	color: #ffffff;
}

.legal-wrapper .b__box-1 .b__text {
	color: rgba(194, 208, 228, 0.5);
	margin-bottom: 2.5rem;
}

.legal-wrapper .b__box-1 .b__btn {
	width: 100%;
	text-align: center;
	max-width: 100%;
	margin-top: auto;
}

.legal-wrapper .b__box-1 .b__btn a {
	transition: all 0.5s ease-in-out;
	background: rgba(194, 208, 228, 0.15);
	color: #ffffff;
	padding: 15px 30px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: inherit;
}

.legal-wrapper .b__box-1 .b__btn a:hover {
	background: #1daa91;
}

.legal-wrapper .b__box-1::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.legal-wrapper .b__box-2 {
	max-width: auto;
	padding: 2.5rem 2rem;
	border-radius: 15px;
	background: url("../png/single-faq-box.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	margin-top: auto;
	position: relative;
}

@media (min-width: 1750px) {
	.legal-wrapper .b__box-2 {
		display: none;
	}
}

.legal-wrapper .b__box-2 .b__title h3 {
	font-size: 30px;
	margin: 0 0 1rem;
	font-weight: 800;
	color: #ffffff;
}

.legal-wrapper .b__box-2 .b__text {
	color: rgba(194, 208, 228, 0.5);
	margin-bottom: 2.5rem;
}

.legal-wrapper .b__box-2 .b__btn {
	width: 100%;
	text-align: center;
	max-width: 100%;
	margin-top: auto;
}

.legal-wrapper .b__box-2 .b__btn a {
	transition: all 0.5s ease-in-out;
	background: rgba(194, 208, 228, 0.15);
	color: #ffffff;
	padding: 15px 30px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: inherit;
}

.legal-wrapper .b__box-2 .b__btn a:hover {
	background: #1daa91;
}

.legal-wrapper .b__box-2::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.legal-wrapper .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.legal-wrapper .container article {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	font-size: 18px;
}

.legal-wrapper .container article .entry-header {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	margin-bottom: 6rem;
}

.legal-wrapper .container article .entry-header .legal__nav {
	max-width: 460px;
	margin: 0 auto 1rem;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	align-items: center;
	padding: 0.5rem 1rem;
	border-radius: 100px;
	border: 1px solid rgba(194, 208, 228, 0.15);
}

.legal-wrapper .container article .entry-header .legal__nav .ln__tab {
	text-decoration: none;
	flex: 1 1 auto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	border-radius: 100px;
	color: rgba(194, 208, 228, 0.5);
	padding: 2px;
	cursor: pointer;
	transition: all 0.5s ease;
	text-align: center;
}

.legal-wrapper .container article .entry-header .legal__nav .ln__tab span {
	display: inline-block;
	padding: 10px 20px;
}

.legal-wrapper .container article .entry-header .legal__nav .ln__tab:hover {
	color: rgba(194, 208, 228, 0.8);
}

.legal-wrapper .container article .entry-header .legal__nav .ln__tab.active {
	color: #fff;
	text-align: center;
	cursor: pointer;
	background: linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	background: -moz-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	color: #fff;
	margin: 0;
}

.legal-wrapper .container article .entry-header .legal__nav .ln__tab.active span {
	border-radius: 100px;
	background: radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
	padding: 10px 28px;
	width: 100%;
	color: #fff;
	text-decoration: none;
	transition: all 0.6s ease-in-out;
}

.legal-wrapper .container article .entry-header .privacy__nav {
	max-width: 460px;
	margin: 0 auto 1rem;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	align-items: center;
	padding: 0.5rem 1rem;
	border-radius: 100px;
	border: 1px solid rgba(194, 208, 228, 0.15);
}

.legal-wrapper .container article .entry-header .privacy__nav .movingPillContainer {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	gap: 1rem;
	align-items: center;
}

.legal-wrapper .container article .entry-header .privacy__nav .movingPillContainer .pn__tab {
	border-radius: 6px;
	font-family: inherit;
	background: transparent;
	outline: none;
	border: none;
	line-height: 1;
	font-size: 15px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px 12px;
	cursor: pointer;
	transition: all 0.7s ease;
	position: relative;
	z-index: 2;
	text-decoration: none;
}

.legal-wrapper .container article .entry-header .privacy__nav .movingPillContainer .pn__tab:hover {
	color: rgba(255, 255, 255, 0.7);
}

.legal-wrapper .container article .entry-header .privacy__nav .movingPillContainer .pn__tab.selected {
	color: white;
}

.legal-wrapper .container article .entry-header .privacy__nav .movingPillContainer .movingPill {
	position: absolute;
	left: 0;
	width: 0;
	background: rgba(255, 255, 255, 0.1);
	height: 100%;
	border-radius: 100px;
	z-index: 1;
	transition: all 0.5s ease;
}

.legal-wrapper .container article .entry-header .pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
}

.legal-wrapper .container article .entry-header h1 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 80px;
	line-height: 100px;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
	text-align: center;
}

.legal-wrapper .container article .entry-header h1 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

.legal-wrapper .container article .entry-header .eh__edited p {
	color: rgba(194, 208, 228, 0.8);
}

.legal-wrapper .container article .entry-header .eh__edited p span {
	font-weight: 800;
	color: #fff;
}

.legal-wrapper .container article .entry-content {
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 8rem;
}

.legal-wrapper .container article .entry-content h1,
.legal-wrapper .container article .entry-content h2,
.legal-wrapper .container article .entry-content h3,
.legal-wrapper .container article .entry-content h4,
.legal-wrapper .container article .entry-content h5,
.legal-wrapper .container article .entry-content h6 {
	color: #fff;
}

.legal-wrapper .container article .entry-content a {
	color: #fffffff0;
	transition: all 0.5s ease;
}

.legal-wrapper .container article .entry-content a:hover {
	opacity: 0.8;
}

.legal-wrapper .container article .entry-content p {
	color: rgba(255, 255, 255, 0.7);
}

.legal-wrapper .container article .entry-content strong {
	color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 992px) {
	.legal-wrapper .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
	}
	.legal-wrapper .container article .entry-header {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		margin-bottom: 2rem;
	}
	.legal-wrapper .container article .entry-header .legal__nav {
		max-width: 70%;
		margin: 0 auto 1rem;
		display: flex;
		justify-content: space-between;
		gap: 1rem;
		align-items: center;
		padding: 0.5rem 1rem;
		border-radius: 100px;
		border: 1px solid rgba(194, 208, 228, 0.15);
	}
	.legal-wrapper .container article .entry-header .legal__nav .ln__tab {
		text-decoration: none;
		flex: 1 1 auto;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		border-radius: 100px;
		color: rgba(194, 208, 228, 0.5);
		padding: 2px;
		cursor: pointer;
		transition: all 0.5s ease;
	}
	.legal-wrapper .container article .entry-header .legal__nav .ln__tab span {
		display: inline-block;
		padding: 10px 20px;
	}
	.legal-wrapper .container article .entry-header .legal__nav .ln__tab:hover {
		color: rgba(194, 208, 228, 0.8);
	}
	.legal-wrapper .container article .entry-header .legal__nav .ln__tab.active {
		color: #fff;
		text-align: center;
		cursor: pointer;
		background: linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -moz-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		color: #fff;
		margin: 0;
	}
	.legal-wrapper .container article .entry-header .legal__nav .ln__tab.active span {
		border-radius: 100px;
		background: radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
		padding: 10px 28px;
		width: 100%;
		color: #fff;
		text-decoration: none;
		transition: all 0.6s ease-in-out;
	}
	.legal-wrapper .container article .entry-header .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.legal-wrapper .container article .entry-header h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 52px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
		text-align: center;
	}
	.legal-wrapper .container article .entry-header h1 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
}

@media (max-width: 768px) {
	.legal-wrapper {
		padding: 45px 1.5rem 0 1.5rem;
		width: 100%;
	}
	.legal-wrapper .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
	}
	.legal-wrapper .container article .entry-header {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		margin-bottom: 2rem;
	}
	.legal-wrapper .container article .entry-header .legal__nav {
		max-width: 80%;
		margin: 0 auto 1rem;
		display: flex;
		justify-content: space-between;
		gap: 0.5rem;
		align-items: center;
		padding: 0.5rem;
		border-radius: 100px;
		border: 1px solid rgba(194, 208, 228, 0.15);
	}
	.legal-wrapper .container article .entry-header .legal__nav .ln__tab {
		text-decoration: none;
		flex: 1 1 auto;
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		border-radius: 100px;
		color: rgba(194, 208, 228, 0.5);
		padding: 2px;
		cursor: pointer;
		transition: all 0.5s ease;
	}
	.legal-wrapper .container article .entry-header .legal__nav .ln__tab span {
		display: inline-block;
		padding: 10px 14px;
	}
	.legal-wrapper .container article .entry-header .legal__nav .ln__tab:hover {
		color: rgba(194, 208, 228, 0.8);
	}
	.legal-wrapper .container article .entry-header .legal__nav .ln__tab.active {
		color: #fff;
		text-align: center;
		cursor: pointer;
		background: linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -moz-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		color: #fff;
		margin: 0;
	}
	.legal-wrapper .container article .entry-header .legal__nav .ln__tab.active span {
		border-radius: 100px;
		background: radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
		padding: 10px 24px;
		width: 100%;
		color: #fff;
		text-decoration: none;
		transition: all 0.6s ease-in-out;
	}
	.legal-wrapper .container article .entry-header .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.legal-wrapper .container article .entry-header h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
		text-align: center;
	}
	.legal-wrapper .container article .entry-header h1 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.legal-wrapper .container article .entry-content {
		color: rgba(255, 255, 255, 0.7);
		margin-bottom: 0rem;
	}
	.legal-wrapper .container article .entry-content h1,
	.legal-wrapper .container article .entry-content h2,
	.legal-wrapper .container article .entry-content h3,
	.legal-wrapper .container article .entry-content h4,
	.legal-wrapper .container article .entry-content h5,
	.legal-wrapper .container article .entry-content h6 {
		color: #fff;
	}
	.legal-wrapper .container article .entry-content a {
		color: #fffffff0;
		transition: all 0.5s ease;
	}
	.legal-wrapper .container article .entry-content a:hover {
		opacity: 0.8;
	}
	.legal-wrapper .container article .entry-content p {
		color: rgba(255, 255, 255, 0.7);
	}
}

@media (max-width: 576px) {
	.legal-wrapper {
		padding: 45px 1.5rem 0 1.5rem;
		width: 100%;
	}
	.legal-wrapper .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
	}
	.legal-wrapper .container article .entry-header {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		margin-bottom: 2rem;
	}
	.legal-wrapper .container article .entry-header .legal__nav {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 1rem;
		display: flex;
		justify-content: space-between;
		gap: 0.5rem;
		align-items: center;
		padding: 0.5rem;
		border-radius: 100px;
		border: 1px solid rgba(194, 208, 228, 0.15);
	}
	.legal-wrapper .container article .entry-header .legal__nav .ln__tab {
		text-decoration: none;
		flex: 1 1 auto;
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		border-radius: 100px;
		color: rgba(194, 208, 228, 0.5);
		padding: 2px;
		cursor: pointer;
		transition: all 0.5s ease;
	}
	.legal-wrapper .container article .entry-header .legal__nav .ln__tab span {
		display: inline-block;
		padding: 10px 14px;
	}
	.legal-wrapper .container article .entry-header .legal__nav .ln__tab:hover {
		color: rgba(194, 208, 228, 0.8);
	}
	.legal-wrapper .container article .entry-header .legal__nav .ln__tab.active {
		color: #fff;
		text-align: center;
		cursor: pointer;
		background: linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -moz-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		color: #fff;
		margin: 0;
	}
	.legal-wrapper .container article .entry-header .legal__nav .ln__tab.active span {
		border-radius: 100px;
		background: radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
		padding: 10px 14px;
		width: 100%;
		color: #fff;
		text-decoration: none;
		transition: all 0.6s ease-in-out;
	}
	.legal-wrapper .container article .entry-header .privacy__nav {
		max-width: 460px;
		margin: 0 auto 1rem;
		display: flex;
		justify-content: space-between;
		gap: 1rem;
		align-items: center;
		padding: 0.5rem 0.75rem;
		border-radius: 100px;
		border: 1px solid rgba(194, 208, 228, 0.15);
	}
	.legal-wrapper .container article .entry-header .privacy__nav .movingPillContainer {
		position: relative;
		display: flex;
		flex-flow: row nowrap;
		gap: 10px;
		align-items: center;
	}
	.legal-wrapper .container article .entry-header .privacy__nav .movingPillContainer .pn__tab {
		border-radius: 6px;
		font-family: inherit;
		background: transparent;
		outline: none;
		border: none;
		line-height: 1;
		font-size: 15px;
		font-weight: 500;
		color: rgba(255, 255, 255, 0.5);
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 12px 24px 12px;
		cursor: pointer;
		transition: all 0.7s ease;
		position: relative;
		z-index: 2;
		text-decoration: none;
	}
	.legal-wrapper .container article .entry-header .privacy__nav .movingPillContainer .pn__tab:hover {
		color: rgba(255, 255, 255, 0.7);
	}
	.legal-wrapper .container article .entry-header .privacy__nav .movingPillContainer .pn__tab.selected {
		color: white;
	}
	.legal-wrapper .container article .entry-header .privacy__nav .movingPillContainer .movingPill {
		position: absolute;
		left: 0;
		width: 0;
		background: rgba(255, 255, 255, 0.1);
		height: 100%;
		border-radius: 100px;
		z-index: 1;
		transition: all 0.5s ease;
	}
	.legal-wrapper .container article .entry-header .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.legal-wrapper .container article .entry-header h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
		text-align: center;
	}
	.legal-wrapper .container article .entry-header h1 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.legal-wrapper .container article .entry-content {
		color: rgba(255, 255, 255, 0.7);
		margin-bottom: 2rem;
	}
	.legal-wrapper .container article .entry-content h1,
	.legal-wrapper .container article .entry-content h2,
	.legal-wrapper .container article .entry-content h3,
	.legal-wrapper .container article .entry-content h4,
	.legal-wrapper .container article .entry-content h5,
	.legal-wrapper .container article .entry-content h6 {
		color: #fff;
	}
	.legal-wrapper .container article .entry-content a {
		color: #fffffff0;
		transition: all 0.5s ease;
	}
	.legal-wrapper .container article .entry-content a:hover {
		opacity: 0.8;
	}
	.legal-wrapper .container article .entry-content p {
		color: rgba(255, 255, 255, 0.7);
	}
}

.content-legal.eu-legal, .content-legal.canada-legal {
	display: none;
}

.updated-cont {
	display: none;
}

.updated-cont.active {
	display: block;
}

.manila-text-background {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.manila-text-background img {
	width: 100%;
	height: auto;
}

@media (max-width: 576px) {
	.manila-text-background {
		top: 5%;
	}
}

.manila-grid-background {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.manila-grid-background img {
	width: 100%;
	height: auto;
}

section.manila-expo {
	padding: 90px 1.5rem 80px 1.5rem;
	position: relative;
	z-index: 10;
	overflow: hidden;
}

section.manila-expo .me__firework {
	position: absolute;
	z-index: -5;
}

section.manila-expo .me__firework.fw1 {
	right: 25%;
	top: 12%;
}

section.manila-expo .me__firework.fw2 {
	right: 10%;
	top: 10%;
}

section.manila-expo .grid-image {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -6;
}

section.manila-expo .container {
	margin: 0 auto;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 2rem;
	max-width: 1440px;
	width: 100%;
}

section.manila-expo .container .me__pill {
	width: fit-content;
	margin: 0 auto;
	border-radius: 100px;
	padding: 12px 40px;
	background: linear-gradient(99.08deg, rgba(244, 255, 122, 0.328) -0.11%, rgba(44, 217, 255, 0.4) 103.5%);
}

section.manila-expo .container .me__pill span {
	background: linear-gradient(112.56deg, #26f7dd -12.26%, rgba(244, 255, 122, 0.82) 121.26%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
}

section.manila-expo .container h1.me__heading {
	text-align: center;
	margin: 0 auto;
	max-width: 900px;
	font-family: Plus Jakarta Sans;
	font-size: 68px;
	font-weight: 800;
	line-height: 1.2;
	color: #fff;
	text-transform: uppercase;
}

section.manila-expo .container h1.me__heading span {
	background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-stroke: 3px transparent;
	padding: 3px;
	color: #101217;
}

section.manila-expo .container .me__hr {
	width: 38%;
	height: 1px;
	background: #c2d0e480;
}

section.manila-expo .container p.me__paragraph {
	margin: 0 auto;
	color: rgba(194, 208, 228, 0.8);
	font-size: 22px;
	line-height: 1.4;
	max-width: 880px;
	text-align: center;
}

section.manila-expo .container p.me__paragraph span {
	background: linear-gradient(278.52deg, #00b8dd -5.24%, #26f7dd 103.84%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 600;
}

section.manila-expo .container .me__contact {
	border: 1.3px solid #ffffff1a;
	background: #c2d0e412;
	padding: 2rem 5rem;
	width: 100%;
	max-width: 850px;
	margin: 2rem 0;
	box-shadow: 0px 2.48px 12.38px 0px #00000066;
	border-radius: 15px;
}

section.manila-expo .container .me__contact .me__title {
	font-size: 46px;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	margin: 10px 0 30px;
}

section.manila-expo .container .me__contact .me__row {
	display: flex;
	gap: 4rem;
	align-items: center;
	flex-flow: row wrap;
	margin: 2rem auto;
	width: 100%;
}

section.manila-expo .container .me__contact .me__row .me__label {
	flex: 0 0 150px;
	font-weight: 400;
	font-size: 20px;
	color: rgba(194, 208, 228, 0.8);
}

section.manila-expo .container .me__contact .me__row .me__input {
	flex: 1 0 auto;
	background: #00000066;
	outline: none;
	padding: 10px 20px;
	line-height: 1;
	border: none;
	color: #fff;
	font-weight: 500;
}

section.manila-expo .container .me__contact .me__button {
	outline: none;
	border: none;
	cursor: pointer;
	display: block;
	background: linear-gradient(112.56deg, #26f7dd -12.26%, #3ef4c6 9.41%, #88e980 54.5%, #cddf3e 93.2%, #ffd80e 121.26%);
	padding: 20px 50px;
	width: 100%;
	border-radius: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-align: center;
	text-decoration: none;
	transition: all 0.6s ease;
}

section.manila-expo .container .me__contact .me__button:hover {
	opacity: 0.6;
}

section.manila-expo .container .me__contact .me__button:disabled {
	opacity: 0.2;
}

@media (max-width: 1200px) {
	section.manila-expo {
		padding: 40px 1.5rem 0px 1.5rem;
		position: relative;
		z-index: 10;
	}
	section.manila-expo .me__firework {
		position: absolute;
		z-index: -5;
	}
	section.manila-expo .me__firework.fw1 {
		right: 0%;
		top: 20%;
	}
	section.manila-expo .me__firework.fw2 {
		left: 10%;
		right: unset;
		top: 10%;
		width: 150px;
	}
	section.manila-expo .grid-image {
		position: absolute;
		right: 0;
		top: 0;
		z-index: -6;
	}
	section.manila-expo .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 1.5rem;
	}
	section.manila-expo .container .me__pill {
		width: fit-content;
		margin: 0 auto;
		border-radius: 100px;
		padding: 8px 30px;
		background: linear-gradient(99.08deg, rgba(244, 255, 122, 0.328) -0.11%, rgba(44, 217, 255, 0.4) 103.5%);
	}
	section.manila-expo .container .me__pill span {
		background: linear-gradient(112.56deg, #26f7dd -12.26%, rgba(244, 255, 122, 0.82) 121.26%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-weight: 600;
		font-size: 18px;
		line-height: 1;
	}
	section.manila-expo .container h1.me__heading {
		text-align: center;
		margin: 0 auto;
		max-width: 900px;
		font-family: Plus Jakarta Sans;
		font-size: 52px;
		font-weight: 800;
		line-height: 1.2;
		color: #fff;
		text-transform: uppercase;
	}
	section.manila-expo .container h1.me__heading span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 3px;
		color: #101217;
	}
	section.manila-expo .container .me__hr {
		width: 80%;
		height: 1px;
		background: #c2d0e480;
	}
	section.manila-expo .container p.me__paragraph {
		margin: 0 auto;
		color: rgba(194, 208, 228, 0.8);
		font-size: 18px;
		line-height: 1.4;
		max-width: 880px;
		text-align: center;
	}
	section.manila-expo .container p.me__paragraph span {
		background: linear-gradient(278.52deg, #00b8dd -5.24%, #26f7dd 103.84%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-weight: 600;
	}
	section.manila-expo .container .me__contact {
		border: 1.3px solid #ffffff1a;
		background: #c2d0e412;
		padding: 1rem;
		width: 100%;
		max-width: 850px;
		margin: 2rem 0;
		box-shadow: 0px 2.48px 12.38px 0px #00000066;
		border-radius: 15px;
	}
	section.manila-expo .container .me__contact .me__title {
		font-size: 26px;
		font-weight: 800;
		line-height: 1.2;
		text-align: center;
		color: #fff;
		margin: 10px 0 30px;
	}
	section.manila-expo .container .me__contact .me__row {
		display: flex;
		gap: 12px;
		align-items: center;
		flex-flow: row wrap;
		margin: 1rem auto;
		width: 100%;
	}
	section.manila-expo .container .me__contact .me__row .me__label {
		flex: 0 0 150px;
		font-weight: 400;
		font-size: 16px;
		color: rgba(194, 208, 228, 0.8);
	}
	section.manila-expo .container .me__contact .me__row .me__input {
		flex: 1 0 auto;
		background: #00000066;
		outline: none;
		padding: 10px 20px;
		line-height: 1;
		border: none;
		color: #fff;
		font-weight: 500;
	}
	section.manila-expo .container .me__contact .me__button {
		outline: none;
		border: none;
		cursor: pointer;
		display: block;
		background: linear-gradient(112.56deg, #26f7dd -12.26%, #3ef4c6 9.41%, #88e980 54.5%, #cddf3e 93.2%, #ffd80e 121.26%);
		padding: 20px 50px;
		width: 100%;
		border-radius: 10px;
		text-align: center;
		font-size: 17px;
		font-weight: 700;
		line-height: 1;
		color: #000;
		text-align: center;
		text-decoration: none;
		transition: all 0.6s ease;
		margin-top: 2rem;
	}
	section.manila-expo .container .me__contact .me__button:hover {
		opacity: 0.6;
	}
	section.manila-expo .container .me__contact .me__button:disabled {
		opacity: 0.2;
	}
}

@media (max-width: 768px) {
	section.manila-expo {
		padding: 30px 1.5rem 0px 1.5rem;
		position: relative;
		z-index: 10;
	}
	section.manila-expo .me__firework {
		position: absolute;
		z-index: -5;
	}
	section.manila-expo .me__firework.fw1 {
		right: 0%;
		top: 20%;
	}
	section.manila-expo .me__firework.fw2 {
		left: 10%;
		right: unset;
		top: 10%;
		width: 150px;
	}
	section.manila-expo .grid-image {
		position: absolute;
		right: 0;
		top: 0;
		z-index: -6;
	}
	section.manila-expo .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 1.5rem;
	}
	section.manila-expo .container .me__pill {
		width: fit-content;
		margin: 0 auto;
		border-radius: 100px;
		padding: 8px 30px;
		background: linear-gradient(99.08deg, rgba(244, 255, 122, 0.328) -0.11%, rgba(44, 217, 255, 0.4) 103.5%);
	}
	section.manila-expo .container .me__pill span {
		background: linear-gradient(112.56deg, #26f7dd -12.26%, rgba(244, 255, 122, 0.82) 121.26%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-weight: 600;
		font-size: 17px;
		line-height: 1;
	}
	section.manila-expo .container h1.me__heading {
		text-align: center;
		margin: 0 auto;
		max-width: 900px;
		font-family: Plus Jakarta Sans;
		font-size: 46px;
		font-weight: 800;
		line-height: 1.2;
		color: #fff;
		text-transform: uppercase;
	}
	section.manila-expo .container h1.me__heading span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 3px;
		color: #101217;
	}
	section.manila-expo .container .me__hr {
		width: 80%;
		height: 1px;
		background: #c2d0e480;
	}
	section.manila-expo .container p.me__paragraph {
		margin: 0 auto;
		color: rgba(194, 208, 228, 0.8);
		font-size: 18px;
		line-height: 1.4;
		max-width: 880px;
		text-align: center;
	}
	section.manila-expo .container p.me__paragraph span {
		background: linear-gradient(278.52deg, #00b8dd -5.24%, #26f7dd 103.84%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-weight: 600;
	}
	section.manila-expo .container .me__contact {
		border: 1.3px solid #ffffff1a;
		background: #c2d0e412;
		padding: 1rem;
		width: 100%;
		max-width: 850px;
		margin: 2rem 0;
		box-shadow: 0px 2.48px 12.38px 0px #00000066;
		border-radius: 15px;
	}
	section.manila-expo .container .me__contact .me__title {
		font-size: 26px;
		font-weight: 800;
		line-height: 1.2;
		text-align: center;
		color: #fff;
		margin: 10px 0 30px;
	}
	section.manila-expo .container .me__contact .me__row {
		display: flex;
		gap: 12px;
		align-items: center;
		flex-flow: row wrap;
		margin: 1rem auto;
		width: 100%;
	}
	section.manila-expo .container .me__contact .me__row .me__label {
		flex: 0 0 150px;
		font-weight: 400;
		font-size: 16px;
		color: rgba(194, 208, 228, 0.8);
	}
	section.manila-expo .container .me__contact .me__row .me__input {
		flex: 1 0 auto;
		background: #00000066;
		outline: none;
		padding: 10px 20px;
		line-height: 1;
		border: none;
		color: #fff;
		font-weight: 500;
	}
	section.manila-expo .container .me__contact .me__button {
		outline: none;
		border: none;
		cursor: pointer;
		display: block;
		background: linear-gradient(112.56deg, #26f7dd -12.26%, #3ef4c6 9.41%, #88e980 54.5%, #cddf3e 93.2%, #ffd80e 121.26%);
		padding: 20px 50px;
		width: 100%;
		border-radius: 10px;
		text-align: center;
		font-size: 17px;
		font-weight: 700;
		line-height: 1;
		color: #000;
		text-align: center;
		text-decoration: none;
		transition: all 0.6s ease;
		margin-top: 2rem;
	}
	section.manila-expo .container .me__contact .me__button:hover {
		opacity: 0.6;
	}
	section.manila-expo .container .me__contact .me__button:disabled {
		opacity: 0.2;
	}
}

@media (max-width: 576px) {
	section.manila-expo {
		padding: 30px 1.5rem 0px 1.5rem;
		position: relative;
		z-index: 10;
	}
	section.manila-expo .me__firework {
		position: absolute;
		z-index: -5;
	}
	section.manila-expo .me__firework.fw1 {
		right: 0%;
		top: 20%;
	}
	section.manila-expo .me__firework.fw2 {
		left: 10%;
		right: unset;
		top: 10%;
		width: 100px;
	}
	section.manila-expo .grid-image {
		position: absolute;
		right: 0;
		top: 0;
		z-index: -6;
	}
	section.manila-expo .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 1.5rem;
	}
	section.manila-expo .container .me__pill {
		width: fit-content;
		margin: 0 auto;
		border-radius: 100px;
		padding: 8px 30px;
		background: linear-gradient(99.08deg, rgba(244, 255, 122, 0.328) -0.11%, rgba(44, 217, 255, 0.4) 103.5%);
	}
	section.manila-expo .container .me__pill span {
		background: linear-gradient(112.56deg, #26f7dd -12.26%, rgba(244, 255, 122, 0.82) 121.26%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-weight: 600;
		font-size: 16px;
		line-height: 1;
	}
	section.manila-expo .container h1.me__heading {
		text-align: center;
		margin: 0 auto;
		max-width: 900px;
		font-family: Plus Jakarta Sans;
		font-size: 40px;
		font-weight: 800;
		line-height: 1.2;
		color: #fff;
		text-transform: uppercase;
	}
	section.manila-expo .container h1.me__heading span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 3px;
		color: #101217;
	}
	section.manila-expo .container .me__hr {
		width: 80%;
		height: 1px;
		background: #c2d0e480;
	}
	section.manila-expo .container p.me__paragraph {
		margin: 0 auto;
		color: rgba(194, 208, 228, 0.8);
		font-size: 18px;
		line-height: 1.4;
		max-width: 880px;
		text-align: center;
	}
	section.manila-expo .container p.me__paragraph span {
		background: linear-gradient(278.52deg, #00b8dd -5.24%, #26f7dd 103.84%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-weight: 600;
	}
	section.manila-expo .container .me__contact {
		border: 1.3px solid #ffffff1a;
		background: #c2d0e412;
		padding: 1rem;
		width: 100%;
		max-width: 850px;
		margin: 2rem 0;
		box-shadow: 0px 2.48px 12.38px 0px #00000066;
		border-radius: 15px;
	}
	section.manila-expo .container .me__contact .me__title {
		font-size: 26px;
		font-weight: 800;
		line-height: 1.2;
		text-align: center;
		color: #fff;
		margin: 10px 0 30px;
	}
	section.manila-expo .container .me__contact .me__row {
		display: flex;
		gap: 12px;
		align-items: center;
		flex-flow: row wrap;
		margin: 1rem auto;
		width: 100%;
	}
	section.manila-expo .container .me__contact .me__row .me__label {
		flex: 0 0 150px;
		font-weight: 400;
		font-size: 16px;
		color: rgba(194, 208, 228, 0.8);
	}
	section.manila-expo .container .me__contact .me__row .me__input {
		flex: 1 0 auto;
		background: #00000066;
		outline: none;
		padding: 10px 20px;
		line-height: 1;
		border: none;
		color: #fff;
		font-weight: 500;
	}
	section.manila-expo .container .me__contact .me__button {
		outline: none;
		border: none;
		cursor: pointer;
		display: block;
		background: linear-gradient(112.56deg, #26f7dd -12.26%, #3ef4c6 9.41%, #88e980 54.5%, #cddf3e 93.2%, #ffd80e 121.26%);
		padding: 20px 50px;
		width: 100%;
		border-radius: 10px;
		text-align: center;
		font-size: 17px;
		font-weight: 700;
		line-height: 1;
		color: #000;
		text-align: center;
		text-decoration: none;
		transition: all 0.6s ease;
		margin-top: 2rem;
	}
	section.manila-expo .container .me__contact .me__button:hover {
		opacity: 0.6;
	}
	section.manila-expo .container .me__contact .me__button:disabled {
		opacity: 0.2;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* Posts and pages
--------------------------------------------- */
@property --gradientAngle {
	syntax: "<angle>";
	initial-value: 0deg;
	inherits: false;
}

.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.main-banner {
	height: 94vh;
	display: flex;
	width: 100%;
	position: relative;
	padding: 0px 1.5rem 0px 1.5rem;
}

.main-banner .logobg {
	position: absolute;
	inset: 0;
	top: 0;
	left: 0;
}

.main-banner .logobg .logo1 {
	position: absolute;
	top: calc(50% - 75px);
	left: 100px;
	opacity: 0.08;
	transform: scale(0.8);
}

.main-banner .logobg .logo2 {
	position: absolute;
	top: 10%;
	left: 50%;
	opacity: 0.05;
}

.main-banner .logobg .logo3 {
	position: absolute;
	bottom: 10%;
	left: 25%;
	opacity: 0.03;
	transform: scale(1);
}

.main-banner .logobg .logo4 {
	position: absolute;
	top: 29%;
	right: 80px;
	opacity: 0.03;
	transform: scale(1.2);
}

.main-banner:after {
	content: "";
	position: absolute;
	top: -120px;
	left: 0;
	height: 250px;
	z-index: -1;
	width: 100%;
	transition: all 0.1s;
	pointer-events: none;
	background: linear-gradient(to bottom, rgba(11, 12, 16, 0.8) 0%, rgba(11, 12, 16, 0.79) 8.1%, rgba(11, 12, 16, 0.761) 15.5%, rgba(11, 12, 16, 0.717) 22.5%, rgba(11, 12, 16, 0.66) 29%, rgba(11, 12, 16, 0.593) 35.3%, rgba(11, 12, 16, 0.518) 41.2%, rgba(11, 12, 16, 0.44) 47.1%, rgba(11, 12, 16, 0.36) 52.9%, rgba(11, 12, 16, 0.282) 58.8%, rgba(11, 12, 16, 0.207) 64.7%, rgba(11, 12, 16, 0.14) 71%, rgba(11, 12, 16, 0.083) 77.5%, rgba(11, 12, 16, 0.039) 84.5%, rgba(11, 12, 16, 0.01) 91.9%, transparent 100%);
}

.main-banner .graph {
	position: absolute;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100vw;
}

.main-banner .tracks {
	position: absolute;
	right: 0;
	top: -186px;
	z-index: 5;
	display: flex;
	justify-content: space-between;
	gap: 30px;
	width: 600px;
	height: 100vh;
	overflow: hidden;
	-webkit-mask-image: linear-gradient(0deg, #0000, #0b0c10 20%, #000 75%, #0000);
	mask-image: linear-gradient(0deg, #0000, #fff 20%, #000 75%, #0000);
}

.main-banner .tracks .col {
	width: 50%;
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	align-content: flex-start;
}

.main-banner .tracks .col .item {
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

.main-banner .tracks .col .item img {
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.main-banner .mb-bg {
	position: absolute;
	top: -186px;
	right: 0;
	width: 90vw;
	height: 100vh;
	z-index: -1;
}

.main-banner .mb-bg img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.main-banner .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 0 122px 0;
	position: relative;
}

.main-banner .container .content {
	width: 755px;
	position: relative;
}

.main-banner .container .content .up-to {
	position: absolute;
	top: -190px;
	left: -20px;
	height: 200px;
	z-index: -1;
	width: 200px;
	color: #fff;
}

.main-banner .container .content .up-to svg {
	height: 100%;
}

.main-banner .container .content .up-to text {
	fill: #1daa91;
	font-size: 24px;
	font-family: "Plus Jakarta Sans", sans-serif;
}

.main-banner .container .content .up-to text span {
	fill: #fff;
}

.main-banner .container .content a {
	text-decoration: none;
}

.main-banner .container .content .pill {
	background: -webkit-linear-gradient(260deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	padding: 2px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	max-width: 385px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: #fff;
	margin: 0 0 30px 0;
}

.main-banner .container .content .pill i {
	font-size: 21px;
	margin: 0 15px 0 0;
}

.main-banner .container .content .pill .pill-contents {
	background: #191c29;
	padding: 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	gap: 6px;
}

.main-banner .container .content h4.banner-toptext {
	width: fit-content;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	margin: 0.75rem 0;
	background: linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.main-banner .container .content .banner-horiz-separator {
	width: 64px;
	height: 1px;
	background-color: rgba(194, 208, 228, 0.5);
	margin-bottom: 1rem;
}

.main-banner .container .content h1 {
	font-size: 52px;
	line-height: 1.2;
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 800;
	margin: 0;
	padding: 0;
}

.main-banner .container .content h1 b {
	text-shadow: 3px 3px 10px #0b0c10;
}

.main-banner .container .content h1 span {
	background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 3px transparent;
	padding: 0 0 3px 0;
	color: #101217;
}

.main-banner .container .content p.banner-subtext {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 22px;
	color: rgba(194, 208, 228, 0.5);
	margin: 1rem 0 2rem 0;
	padding: 0;
	letter-spacing: 0.5px;
}

.main-banner .container .content .offering-list-cont {
	margin: 0 0 1rem;
	overflow: hidden;
}

@media (min-width: 769px) {
	.main-banner .container .content .offering-list-cont {
		height: 232px;
	}
}

.main-banner .container .content .offering-list-cont .of__slider {
	margin-bottom: 0;
	display: none;
}

.main-banner .container .content .offering-list-cont .offering-list {
	display: flex;
	flex-flow: column wrap;
	row-gap: 0.5rem;
	column-gap: 3rem;
	align-content: flex-start;
	align-items: stretch;
	max-height: 280px;
	margin: 0;
	padding: 0;
}

@media (max-width: 768px) {
	.main-banner .container .content .offering-list-cont .offering-list {
		display: none;
	}
}

.main-banner .container .content .offering-list-cont .offering-list .single-offering {
	display: flex;
	flex-flow: row nowrap;
	gap: 1rem;
	align-items: center;
	border: 1px solid transparent;
	transition: all 1s ease;
	padding: 12px 16px;
	border-radius: 100px;
	width: fit-content;
	opacity: 0;
}

.main-banner .container .content .offering-list-cont .offering-list .single-offering .so__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.main-banner .container .content .offering-list-cont .offering-list .single-offering .so__icon div.icon-normal {
	width: 26px;
	height: 26px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNSAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEyOTBfMzMxNSkiPgo8cmVjdCB5PSIwLjUiIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgcng9IjEyLjUiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xMjkwXzMzMTUpIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2ZfMTI5MF8zMzE1KSI+CjxlbGxpcHNlIGN4PSIxMC4wNjczIiBjeT0iMTkuMTU4MSIgcng9IjEwLjA2NzMiIHJ5PSIxOS4xNTgxIiB0cmFuc2Zvcm09Im1hdHJpeCgtMC42NDU5NjYgMC43NjUxNjYgMC40MTI4NjcgMC45MDk2MzIgLTAuMTY5OTIyIC0yNi45MTM2KSIgZmlsbD0id2hpdGUiLz4KPC9nPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMV9mXzEyOTBfMzMxNSkiPgo8ZWxsaXBzZSBjeD0iMTIuMTExOSIgY3k9IjI0LjUyNSIgcng9IjEyLjExMTkiIHJ5PSIyNC41MjUiIHRyYW5zZm9ybT0ibWF0cml4KDAuMzAzMDU5IDAuOTUyMTE4IDAuNzY5MTQ5IC0wLjY0MTIxNyAxNS4xMTA0IC01LjA0ODM0KSIgZmlsbD0iIzRFNkFGRiIvPgo8L2c+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIyX2ZfMTI5MF8zMzE1KSI+CjxlbGxpcHNlIGN4PSIxMS45NDU5IiBjeT0iMjUuMDgyOSIgcng9IjExLjk0NTkiIHJ5PSIyNS4wODI5IiB0cmFuc2Zvcm09Im1hdHJpeCgtMC4zMzk1ODkgMC45NDE1MTUgMC43Mjk4NjMgMC42ODE1NTMgNDAuNDc5NSA0LjE2MjYpIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIzX2ZfMTI5MF8zMzE1KSI+CjxlbGxpcHNlIGN4PSI4LjQxNjQiIGN5PSIxMS4wMzkzIiByeD0iOC40MTY0IiByeT0iMTEuMDM5MyIgdHJhbnNmb3JtPSJtYXRyaXgoLTAuNjQ1OTY2IDAuNzY1MTY2IDAuNDEyODY3IDAuOTA5NjMyIDE4LjU1NTcgNi45NDUzMSkiIGZpbGw9IiM0RTZBRkYiLz4KPC9nPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyNF9mXzEyOTBfMzMxNSkiPgo8ZWxsaXBzZSBjeD0iOC40MTY0IiBjeT0iMjEuODIwNiIgcng9IjguNDE2NCIgcnk9IjIxLjgyMDYiIHRyYW5zZm9ybT0ibWF0cml4KC0wLjY0NTk2NiAwLjc2NTE2NiAwLjQxMjg2NyAwLjkwOTYzMiAzNy41NTI3IDE3LjkyMjkpIiBmaWxsPSIjRkZBNzc1Ii8+CjwvZz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjVfZl8xMjkwXzMzMTUpIj4KPGVsbGlwc2UgY3g9IjkuMDMyODkiIGN5PSIxNy45MjI1IiByeD0iOS4wMzI4OSIgcnk9IjE3LjkyMjUiIHRyYW5zZm9ybT0ibWF0cml4KC0wLjUyNDQ5NCAtMC44NDk5NDQgLTAuNTI5MjQyIDAuODQ5OTQ0IDEyLjEzOTYgMjguOTQ5KSIgZmlsbD0iI0RCNjA2MCIvPgo8L2c+CjxnIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpoYXJkLWxpZ2h0Ij4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjZfZl8xMjkwXzMzMTUpIj4KPGVsbGlwc2UgY3g9IjE4Ljg1MSIgY3k9IjM1Ljg3MzciIHJ4PSIxOC44NTEiIHJ5PSIzNS44NzM3IiB0cmFuc2Zvcm09Im1hdHJpeCgtMC42NDU5NjYgMC43NjUxNjYgMC40MTI4NjcgMC45MDk2MzIgLTQuMDk0NzMgLTUwLjYxODIpIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXI3X2ZfMTI5MF8zMzE1KSI+CjxlbGxpcHNlIGN4PSI0MS44NjQ0IiBjeT0iNjguMzQ2MyIgcng9IjQxLjg2NDQiIHJ5PSI2OC4zNDYzIiB0cmFuc2Zvcm09Im1hdHJpeCgwLjE2MTA5OCAwLjk4NjQ4MSAwLjkxOTAyMyAtMC4zOTY3NzQgLTE2LjQxNyAtNDEuMjYzNykiIGZpbGw9IiNDRkQwREEiLz4KPC9nPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyOF9mXzEyOTBfMzMxNSkiPgo8ZWxsaXBzZSBjeD0iMTUuNzU5NyIgY3k9IjMwLjU4NDciIHJ4PSIxNS43NTk3IiByeT0iMzAuNTg0NyIgdHJhbnNmb3JtPSJtYXRyaXgoLTAuNjQ1OTY2IDAuNzY1MTY2IDAuNDEyODY3IDAuOTA5NjMyIDMwLjk3MjcgMTIuNzgzMikiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGVsbGlwc2UgY3g9IjE1Ljc1OTciIGN5PSI0MC44NTkxIiByeD0iMTUuNzU5NyIgcnk9IjQwLjg1OTEiIHRyYW5zZm9ybT0ibWF0cml4KC0wLjY0NTk2NiAwLjc2NTE2NiAwLjQxMjg2NyAwLjkwOTYzMiA0OS4xMzY3IDMzLjMzOTYpIiBmaWxsPSIjRkZBNzc1Ii8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIxMF9mXzEyOTBfMzMxNSkiPgo8ZWxsaXBzZSBjeD0iMTYuOTE0MSIgY3k9IjQxLjA2ODQiIHJ4PSIxNi45MTQxIiByeT0iNDEuMDY4NCIgdHJhbnNmb3JtPSJtYXRyaXgoLTAuNTI0NDk0IC0wLjg0OTk0NCAtMC41MjkyNDIgMC44NDk5NDQgMjEuOTA3MiAzNi4yNTIyKSIgZmlsbD0iYmxhY2siLz4KPC9nPgo8L2c+CjxwYXRoIGQ9Ik0xMC45ODQ0IDE2LjEyNUw3Ljg1OTM4IDEzIiBzdHJva2U9IiMxNDFGMzciIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE3LjIzNDQgOS44NzVMMTAuOTg0NCAxNi4xMjUiIHN0cm9rZT0iIzE0MUYzNyIgc3Ryb2tlLXdpZHRoPSIyLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2ZfMTI5MF8zMzE1IiB4PSItMjEuNjMyOSIgeT0iLTMzLjQ3MTgiIHdpZHRoPSI0NS43Mzk1IiBoZWlnaHQ9IjYzLjM3NjIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNi4zMTUiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8xMjkwXzMzMTUiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjFfZl8xMjkwXzMzMTUiIHg9IjUuNzkzODMiIHk9Ii00MS4zNzQ2IiB3aWR0aD0iNjMuNzAxNCIgaGVpZ2h0PSI2NC4yNjQ5IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjYuMzE1IiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfMTI5MF8zMzE1Ii8+CjwvZmlsdGVyPgo8ZmlsdGVyIGlkPSJmaWx0ZXIyX2ZfMTI5MF8zMzE1IiB4PSIxMi43NjY2IiB5PSItMTEuMTY4NCIgd2lkdGg9IjgzLjkyNjciIGhlaWdodD0iODcuMzQ3NCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMS42MDQiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8xMjkwXzMzMTUiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjNfZl8xMjkwXzMzMTUiIHg9Ii0xMi42MjYiIHk9Ii0xMS43MTE5IiB3aWR0aD0iNjAuNjA1NSIgaGVpZ2h0PSI3MC4yNzc2IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjExLjYwNCIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyXzEyOTBfMzMxNSIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyNF9mXzEyOTBfMzMxNSIgeD0iMTcuOTcxNiIgeT0iMTAuNzA4NiIgd2lkdGg9IjQ2LjMwNjkiIGhlaWdodD0iNjcuMDA1OCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI2LjMxNSIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyXzEyOTBfMzMxNSIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyNV9mXzEyOTBfMzMxNSIgeD0iLTM1Ljg5NjUiIHk9Ii0zLjc2NTYyIiB3aWR0aD0iNjcuNjI2IiBoZWlnaHQ9IjgwLjU0MDMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMTEuNjA0IiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfMTI5MF8zMzE1Ii8+CjwvZmlsdGVyPgo8ZmlsdGVyIGlkPSJmaWx0ZXI2X2ZfMTI5MF8zMzE1IiB4PSItNDMuODQzNyIgeT0iLTYyLjQ1NjUiIHdpZHRoPSI4NC43NjU2IiBoZWlnaHQ9IjExNy43ODkiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMTEuNjA0IiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfMTI5MF8zMzE1Ii8+CjwvZmlsdGVyPgo8ZmlsdGVyIGlkPSJmaWx0ZXI3X2ZfMTI5MF8zMzE1IiB4PSItMjIuNjY5MSIgeT0iLTg5LjEyNDYiIHdpZHRoPSIxNTEuNjE2IiBoZWlnaHQ9IjEyNC4wODMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNi4zMTUiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8xMjkwXzMzMTUiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjhfZl8xMjkwXzMzMTUiIHg9IjEuNzI3MjIiIHk9IjYuODYxMjUiIHdpZHRoPSI2My4zODU0IiBoZWlnaHQ9IjkxLjYwMzIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNy43MzYiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8xMjkwXzMzMTUiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjEwX2ZfMTI5MF8zMzE1IiB4PSItNjkuMTgxNiIgeT0iLTE3Ljk3ODMiIHdpZHRoPSIxMjAuOTY1IiBoZWlnaHQ9IjE0OS41MjEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMTguNSIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyXzEyOTBfMzMxNSIvPgo8L2ZpbHRlcj4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzEyOTBfMzMxNSIgeDE9IjIuMTYzODJlLTA4IiB5MT0iMTIuODMzMyIgeDI9IjI0Ljk1ODgiIHkyPSIxMS44MTk4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiMyQ0Q5RkYiLz4KPHN0b3Agb2Zmc2V0PSIwLjE4MjI5MiIgc3RvcC1jb2xvcj0iIzdFRkZCMiIgc3RvcC1vcGFjaXR5PSIwLjgxIi8+CjxzdG9wIG9mZnNldD0iMC44NDE2NjkiIHN0b3AtY29sb3I9IiNGNEZGN0EiIHN0b3Atb3BhY2l0eT0iMC44MiIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkQ4MEUiLz4KPC9saW5lYXJHcmFkaWVudD4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xMjkwXzMzMTUiPgo8cmVjdCB5PSIwLjUiIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgcng9IjEyLjUiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.main-banner .container .content .offering-list-cont .offering-list .single-offering .so__icon div.icon-hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all 0.5s ease;
	opacity: 0;
	width: 26px;
	height: 26px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNSAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeT0iMC41IiB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHJ4PSIxMi41IiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTI5OF80MDkyKSIvPgo8cGF0aCBkPSJNMTAuOTg0NCAxNi4xMjVMNy44NTkzOCAxMyIgc3Ryb2tlPSIjMTQxRjM3IiBzdHJva2Utd2lkdGg9IjIuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNy4yMzQ0IDkuODc1TDEwLjk4NDQgMTYuMTI1IiBzdHJva2U9IiMxNDFGMzciIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xMjk4XzQwOTIiIHgxPSIyLjE2MzgyZS0wOCIgeTE9IjEyLjgzMzMiIHgyPSIyNC45NTg4IiB5Mj0iMTEuODE5OCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMkNEOUZGIi8+CjxzdG9wIG9mZnNldD0iMC4xODIyOTIiIHN0b3AtY29sb3I9IiM3RUZGQjIiIHN0b3Atb3BhY2l0eT0iMC44MSIvPgo8c3RvcCBvZmZzZXQ9IjAuODQxNjY5IiBzdG9wLWNvbG9yPSIjRjRGRjdBIiBzdG9wLW9wYWNpdHk9IjAuODIiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZEODBFIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.main-banner .container .content .offering-list-cont .offering-list .single-offering .so__icon img.icon-hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all 0.5s ease;
	opacity: 0;
}

.main-banner .container .content .offering-list-cont .offering-list .single-offering .so__text {
	color: rgba(194, 208, 228, 0.5);
	font-size: 16px;
	font-weight: 500;
	transition: inherit;
}

.main-banner .container .content .offering-list-cont .offering-list .single-offering:hover {
	border: 1px solid #68707f;
}

.main-banner .container .content .offering-list-cont .offering-list .single-offering:hover .so__icon div.icon-hover {
	opacity: 1;
}

.main-banner .container .content .offering-list-cont .offering-list .single-offering:hover .so__icon img.icon-hover {
	opacity: 1;
}

.main-banner .container .content .offering-list-cont .offering-list .single-offering:hover .so__text {
	color: #c2d0e4;
}

.main-banner .container .content .offering-list-cont .offering-list .single-offering.active .so__icon img.icon-hover {
	opacity: 1;
}

.main-banner .container .content .offering-list-cont .offering-list .single-offering.active .so__text {
	color: #c2d0e4;
}

.main-banner .container .content .offering-list-cont .offering-list-mobile {
	height: 100px;
	width: 100%;
	display: flex;
	flex-flow: column wrap;
	row-gap: 0.5rem;
	column-gap: 3rem;
	align-content: flex-start;
	align-items: stretch;
	max-height: 280px;
	margin: 0;
	padding: 0;
	position: relative;
}

@media (min-width: 768px) {
	.main-banner .container .content .offering-list-cont .offering-list-mobile {
		display: none;
	}
}

.main-banner .container .content .offering-list-cont .offering-list-mobile .single-offering {
	position: absolute;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transform: translateY(20px);
	display: flex;
	flex-flow: row nowrap;
	gap: 1rem;
	align-items: center;
	border: 1px solid transparent;
	transition: all 0.7s ease;
}

.main-banner .container .content .offering-list-cont .offering-list-mobile .single-offering .so__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.main-banner .container .content .offering-list-cont .offering-list-mobile .single-offering .so__icon div.icon-normal {
	width: 26px;
	height: 26px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNSAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEyOTBfMzMxNSkiPgo8cmVjdCB5PSIwLjUiIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgcng9IjEyLjUiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xMjkwXzMzMTUpIi8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2ZfMTI5MF8zMzE1KSI+CjxlbGxpcHNlIGN4PSIxMC4wNjczIiBjeT0iMTkuMTU4MSIgcng9IjEwLjA2NzMiIHJ5PSIxOS4xNTgxIiB0cmFuc2Zvcm09Im1hdHJpeCgtMC42NDU5NjYgMC43NjUxNjYgMC40MTI4NjcgMC45MDk2MzIgLTAuMTY5OTIyIC0yNi45MTM2KSIgZmlsbD0id2hpdGUiLz4KPC9nPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMV9mXzEyOTBfMzMxNSkiPgo8ZWxsaXBzZSBjeD0iMTIuMTExOSIgY3k9IjI0LjUyNSIgcng9IjEyLjExMTkiIHJ5PSIyNC41MjUiIHRyYW5zZm9ybT0ibWF0cml4KDAuMzAzMDU5IDAuOTUyMTE4IDAuNzY5MTQ5IC0wLjY0MTIxNyAxNS4xMTA0IC01LjA0ODM0KSIgZmlsbD0iIzRFNkFGRiIvPgo8L2c+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIyX2ZfMTI5MF8zMzE1KSI+CjxlbGxpcHNlIGN4PSIxMS45NDU5IiBjeT0iMjUuMDgyOSIgcng9IjExLjk0NTkiIHJ5PSIyNS4wODI5IiB0cmFuc2Zvcm09Im1hdHJpeCgtMC4zMzk1ODkgMC45NDE1MTUgMC43Mjk4NjMgMC42ODE1NTMgNDAuNDc5NSA0LjE2MjYpIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIzX2ZfMTI5MF8zMzE1KSI+CjxlbGxpcHNlIGN4PSI4LjQxNjQiIGN5PSIxMS4wMzkzIiByeD0iOC40MTY0IiByeT0iMTEuMDM5MyIgdHJhbnNmb3JtPSJtYXRyaXgoLTAuNjQ1OTY2IDAuNzY1MTY2IDAuNDEyODY3IDAuOTA5NjMyIDE4LjU1NTcgNi45NDUzMSkiIGZpbGw9IiM0RTZBRkYiLz4KPC9nPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyNF9mXzEyOTBfMzMxNSkiPgo8ZWxsaXBzZSBjeD0iOC40MTY0IiBjeT0iMjEuODIwNiIgcng9IjguNDE2NCIgcnk9IjIxLjgyMDYiIHRyYW5zZm9ybT0ibWF0cml4KC0wLjY0NTk2NiAwLjc2NTE2NiAwLjQxMjg2NyAwLjkwOTYzMiAzNy41NTI3IDE3LjkyMjkpIiBmaWxsPSIjRkZBNzc1Ii8+CjwvZz4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjVfZl8xMjkwXzMzMTUpIj4KPGVsbGlwc2UgY3g9IjkuMDMyODkiIGN5PSIxNy45MjI1IiByeD0iOS4wMzI4OSIgcnk9IjE3LjkyMjUiIHRyYW5zZm9ybT0ibWF0cml4KC0wLjUyNDQ5NCAtMC44NDk5NDQgLTAuNTI5MjQyIDAuODQ5OTQ0IDEyLjEzOTYgMjguOTQ5KSIgZmlsbD0iI0RCNjA2MCIvPgo8L2c+CjxnIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpoYXJkLWxpZ2h0Ij4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjZfZl8xMjkwXzMzMTUpIj4KPGVsbGlwc2UgY3g9IjE4Ljg1MSIgY3k9IjM1Ljg3MzciIHJ4PSIxOC44NTEiIHJ5PSIzNS44NzM3IiB0cmFuc2Zvcm09Im1hdHJpeCgtMC42NDU5NjYgMC43NjUxNjYgMC40MTI4NjcgMC45MDk2MzIgLTQuMDk0NzMgLTUwLjYxODIpIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXI3X2ZfMTI5MF8zMzE1KSI+CjxlbGxpcHNlIGN4PSI0MS44NjQ0IiBjeT0iNjguMzQ2MyIgcng9IjQxLjg2NDQiIHJ5PSI2OC4zNDYzIiB0cmFuc2Zvcm09Im1hdHJpeCgwLjE2MTA5OCAwLjk4NjQ4MSAwLjkxOTAyMyAtMC4zOTY3NzQgLTE2LjQxNyAtNDEuMjYzNykiIGZpbGw9IiNDRkQwREEiLz4KPC9nPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyOF9mXzEyOTBfMzMxNSkiPgo8ZWxsaXBzZSBjeD0iMTUuNzU5NyIgY3k9IjMwLjU4NDciIHJ4PSIxNS43NTk3IiByeT0iMzAuNTg0NyIgdHJhbnNmb3JtPSJtYXRyaXgoLTAuNjQ1OTY2IDAuNzY1MTY2IDAuNDEyODY3IDAuOTA5NjMyIDMwLjk3MjcgMTIuNzgzMikiIGZpbGw9IndoaXRlIi8+CjwvZz4KPGVsbGlwc2UgY3g9IjE1Ljc1OTciIGN5PSI0MC44NTkxIiByeD0iMTUuNzU5NyIgcnk9IjQwLjg1OTEiIHRyYW5zZm9ybT0ibWF0cml4KC0wLjY0NTk2NiAwLjc2NTE2NiAwLjQxMjg2NyAwLjkwOTYzMiA0OS4xMzY3IDMzLjMzOTYpIiBmaWxsPSIjRkZBNzc1Ii8+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIxMF9mXzEyOTBfMzMxNSkiPgo8ZWxsaXBzZSBjeD0iMTYuOTE0MSIgY3k9IjQxLjA2ODQiIHJ4PSIxNi45MTQxIiByeT0iNDEuMDY4NCIgdHJhbnNmb3JtPSJtYXRyaXgoLTAuNTI0NDk0IC0wLjg0OTk0NCAtMC41MjkyNDIgMC44NDk5NDQgMjEuOTA3MiAzNi4yNTIyKSIgZmlsbD0iYmxhY2siLz4KPC9nPgo8L2c+CjxwYXRoIGQ9Ik0xMC45ODQ0IDE2LjEyNUw3Ljg1OTM4IDEzIiBzdHJva2U9IiMxNDFGMzciIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTE3LjIzNDQgOS44NzVMMTAuOTg0NCAxNi4xMjUiIHN0cm9rZT0iIzE0MUYzNyIgc3Ryb2tlLXdpZHRoPSIyLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2ZfMTI5MF8zMzE1IiB4PSItMjEuNjMyOSIgeT0iLTMzLjQ3MTgiIHdpZHRoPSI0NS43Mzk1IiBoZWlnaHQ9IjYzLjM3NjIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNi4zMTUiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8xMjkwXzMzMTUiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjFfZl8xMjkwXzMzMTUiIHg9IjUuNzkzODMiIHk9Ii00MS4zNzQ2IiB3aWR0aD0iNjMuNzAxNCIgaGVpZ2h0PSI2NC4yNjQ5IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjYuMzE1IiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfMTI5MF8zMzE1Ii8+CjwvZmlsdGVyPgo8ZmlsdGVyIGlkPSJmaWx0ZXIyX2ZfMTI5MF8zMzE1IiB4PSIxMi43NjY2IiB5PSItMTEuMTY4NCIgd2lkdGg9IjgzLjkyNjciIGhlaWdodD0iODcuMzQ3NCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxMS42MDQiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8xMjkwXzMzMTUiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjNfZl8xMjkwXzMzMTUiIHg9Ii0xMi42MjYiIHk9Ii0xMS43MTE5IiB3aWR0aD0iNjAuNjA1NSIgaGVpZ2h0PSI3MC4yNzc2IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjExLjYwNCIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyXzEyOTBfMzMxNSIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyNF9mXzEyOTBfMzMxNSIgeD0iMTcuOTcxNiIgeT0iMTAuNzA4NiIgd2lkdGg9IjQ2LjMwNjkiIGhlaWdodD0iNjcuMDA1OCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI2LjMxNSIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyXzEyOTBfMzMxNSIvPgo8L2ZpbHRlcj4KPGZpbHRlciBpZD0iZmlsdGVyNV9mXzEyOTBfMzMxNSIgeD0iLTM1Ljg5NjUiIHk9Ii0zLjc2NTYyIiB3aWR0aD0iNjcuNjI2IiBoZWlnaHQ9IjgwLjU0MDMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMTEuNjA0IiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfMTI5MF8zMzE1Ii8+CjwvZmlsdGVyPgo8ZmlsdGVyIGlkPSJmaWx0ZXI2X2ZfMTI5MF8zMzE1IiB4PSItNDMuODQzNyIgeT0iLTYyLjQ1NjUiIHdpZHRoPSI4NC43NjU2IiBoZWlnaHQ9IjExNy43ODkiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMTEuNjA0IiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfMTI5MF8zMzE1Ii8+CjwvZmlsdGVyPgo8ZmlsdGVyIGlkPSJmaWx0ZXI3X2ZfMTI5MF8zMzE1IiB4PSItMjIuNjY5MSIgeT0iLTg5LjEyNDYiIHdpZHRoPSIxNTEuNjE2IiBoZWlnaHQ9IjEyNC4wODMiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNi4zMTUiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8xMjkwXzMzMTUiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjhfZl8xMjkwXzMzMTUiIHg9IjEuNzI3MjIiIHk9IjYuODYxMjUiIHdpZHRoPSI2My4zODU0IiBoZWlnaHQ9IjkxLjYwMzIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iNy43MzYiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8xMjkwXzMzMTUiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjEwX2ZfMTI5MF8zMzE1IiB4PSItNjkuMTgxNiIgeT0iLTE3Ljk3ODMiIHdpZHRoPSIxMjAuOTY1IiBoZWlnaHQ9IjE0OS41MjEiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMTguNSIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyXzEyOTBfMzMxNSIvPgo8L2ZpbHRlcj4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzEyOTBfMzMxNSIgeDE9IjIuMTYzODJlLTA4IiB5MT0iMTIuODMzMyIgeDI9IjI0Ljk1ODgiIHkyPSIxMS44MTk4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiMyQ0Q5RkYiLz4KPHN0b3Agb2Zmc2V0PSIwLjE4MjI5MiIgc3RvcC1jb2xvcj0iIzdFRkZCMiIgc3RvcC1vcGFjaXR5PSIwLjgxIi8+CjxzdG9wIG9mZnNldD0iMC44NDE2NjkiIHN0b3AtY29sb3I9IiNGNEZGN0EiIHN0b3Atb3BhY2l0eT0iMC44MiIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRkQ4MEUiLz4KPC9saW5lYXJHcmFkaWVudD4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xMjkwXzMzMTUiPgo8cmVjdCB5PSIwLjUiIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgcng9IjEyLjUiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.main-banner .container .content .offering-list-cont .offering-list-mobile .single-offering .so__icon div.icon-hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all 0.5s ease;
	opacity: 0;
	width: 26px;
	height: 26px;
	background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNSAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeT0iMC41IiB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHJ4PSIxMi41IiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfMTI5OF80MDkyKSIvPgo8cGF0aCBkPSJNMTAuOTg0NCAxNi4xMjVMNy44NTkzOCAxMyIgc3Ryb2tlPSIjMTQxRjM3IiBzdHJva2Utd2lkdGg9IjIuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNy4yMzQ0IDkuODc1TDEwLjk4NDQgMTYuMTI1IiBzdHJva2U9IiMxNDFGMzciIHN0cm9rZS13aWR0aD0iMi41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPGRlZnM+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQwX2xpbmVhcl8xMjk4XzQwOTIiIHgxPSIyLjE2MzgyZS0wOCIgeTE9IjEyLjgzMzMiIHgyPSIyNC45NTg4IiB5Mj0iMTEuODE5OCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMkNEOUZGIi8+CjxzdG9wIG9mZnNldD0iMC4xODIyOTIiIHN0b3AtY29sb3I9IiM3RUZGQjIiIHN0b3Atb3BhY2l0eT0iMC44MSIvPgo8c3RvcCBvZmZzZXQ9IjAuODQxNjY5IiBzdG9wLWNvbG9yPSIjRjRGRjdBIiBzdG9wLW9wYWNpdHk9IjAuODIiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkZEODBFIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.main-banner .container .content .offering-list-cont .offering-list-mobile .single-offering .so__icon img.icon-hover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all 0.5s ease;
	opacity: 0;
}

.main-banner .container .content .offering-list-cont .offering-list-mobile .single-offering .so__text {
	color: rgba(194, 208, 228, 0.5);
	font-size: 16px;
	font-weight: 500;
	transition: inherit;
}

.main-banner .container .content .offering-list-cont .offering-list-mobile .single-offering.so-1 {
	top: 0;
}

.main-banner .container .content .offering-list-cont .offering-list-mobile .single-offering.so-2 {
	top: 36px;
}

.main-banner .container .content .offering-list-cont .offering-list-mobile .single-offering.so-3 {
	top: 72px;
}

.main-banner .container .content .offering-list-cont .offering-list-mobile .single-offering.active {
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}

.main-banner .container .content .offering-list-cont .offering-list-mobile .single-offering.active .so__icon img.icon-hover {
	opacity: 1;
}

.main-banner .container .content .offering-list-cont .offering-list-mobile .single-offering.active .so__text {
	color: #c2d0e4;
}

.main-banner .container .content .offering-list-cont .offering-list-mobile .single-offering:hover .so__icon div.icon-hover {
	opacity: 1;
}

.main-banner .container .content .offering-list-tracker {
	width: fit-content;
}

@media (max-width: 768px) {
	.main-banner .container .content .offering-list-tracker {
		display: none;
	}
}

.main-banner .container .content .offering-list-tracker .slick-dots {
	display: flex;
	margin: 0;
	gap: 10px;
	padding: 1rem 0 1rem 1rem;
	list-style-type: none;
	position: static;
	bottom: unset;
	text-align: unset;
}

.main-banner .container .content .offering-list-tracker .slick-dots li {
	position: static;
	display: unset;
	width: unset;
	height: unset;
	margin: unset;
	padding: unset;
	cursor: pointer;
	opacity: 0;
}

.main-banner .container .content .offering-list-tracker .slick-dots li button {
	transition: all 0.3s ease-in-out;
	width: 30px;
	border-radius: 100px;
	background: rgba(194, 208, 228, 0.25);
	height: 8px;
	padding: 2px;
}

.main-banner .container .content .offering-list-tracker .slick-dots li button::before {
	content: "";
}

.main-banner .container .content .offering-list-tracker .slick-dots li.slick-active button {
	width: 93px;
	background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
}

.main-banner .container .content ul#social-ul {
	display: flex;
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
	gap: 15px;
	align-items: center;
}

.main-banner .container .content ul#social-ul li a {
	color: #fff;
	font-size: 24px;
}

.main-banner .container .content ul#social-ul li .single-social svg stop {
	transition: all 0.6s ease-in-out;
}

.main-banner .container .content ul#social-ul li .single-social#discord-link svg {
	fill: url(#discord-gradient-1) white;
}

.main-banner .container .content ul#social-ul li .single-social#telegram-link svg {
	fill: url(#telegram-gradient-1) white;
}

.main-banner .container .content ul#social-ul li .single-social#twitter-link svg {
	fill: url(#twitter-gradient-1) white;
}

.main-banner .container .content ul#social-ul li .single-social#instagram-link svg {
	fill: url(#instagram-gradient-1) white;
}

.main-banner .container .content ul#social-ul li .single-social#facebook-link svg {
	fill: url(#fb-gradient-1) white;
}

.main-banner .container .content ul#social-ul li .single-social#tiktok-link {
	display: flex;
	position: relative;
}

.main-banner .container .content ul#social-ul li .single-social#tiktok-link svg {
	transition: all 0.3s ease;
}

.main-banner .container .content ul#social-ul li .single-social#tiktok-link svg path {
	transition: inherit;
}

.main-banner .container .content ul#social-ul li .single-social#tiktok-link svg:first-child {
	isolation: isolate;
	position: absolute;
	left: -2px;
	top: -4px;
	width: 100%;
	fill: transparent;
}

.main-banner .container .content ul#social-ul li .single-social#tiktok-link svg:last-child {
	fill: #ffffff;
	margin-bottom: 4px;
}

.main-banner .container .content ul#social-ul li .single-social:hover#discord-link svg stop {
	stop-color: #5865f2;
}

.main-banner .container .content ul#social-ul li .single-social:hover#telegram-link svg stop:first-child {
	stop-color: #0088cc;
}

.main-banner .container .content ul#social-ul li .single-social:hover#telegram-link svg stop:last-child {
	stop-color: #0088cc;
}

.main-banner .container .content ul#social-ul li .single-social:hover#twitter-link svg stop:first-child {
	stop-color: #3bb1fa;
}

.main-banner .container .content ul#social-ul li .single-social:hover#twitter-link svg stop:last-child {
	stop-color: #1da1f2;
}

.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:first-child {
	stop-color: #feda75;
}

.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(2) {
	stop-color: #fa7e1e;
}

.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(3) {
	stop-color: #d62976;
}

.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(4) {
	stop-color: #962fbf;
}

.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:last-child {
	stop-color: #4f5bd5;
}

.main-banner .container .content ul#social-ul li .single-social:hover#facebook-link svg stop:first-child {
	stop-color: #17aafd;
}

.main-banner .container .content ul#social-ul li .single-social:hover#facebook-link svg stop:last-child {
	stop-color: #0165e2;
}

.main-banner .container .content ul#social-ul li .single-social:hover#tiktok-link svg:first-child {
	fill: #69c9d0;
}

.main-banner .container .content ul#social-ul li .single-social:hover#tiktok-link svg:last-child {
	fill: #ee1d52;
}

.main-banner .container .content .ctas {
	width: 100%;
	max-width: 100%;
	margin: 2rem auto 0 auto;
	display: flex;
	align-items: center;
}

.main-banner .container .content .ctas p {
	margin: 0;
	color: #fff;
	font-size: 16px;
}

.main-banner .container .content .ctas p.cta {
	margin: 0;
}

.main-banner .container .content .ctas p.cta a {
	background: #1daa91;
	color: #0b0c10;
	padding: 20px 50px;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.main-banner .container .content .ctas a#cta-btn {
	background: #1daa91;
	transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	padding: 20px 50px;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	color: white;
	border-radius: 10px;
	outline: none;
}

.main-banner .container .content .ctas a#cta-btn:focus, .main-banner .container .content .ctas a#cta-btn:active {
	outline: none;
	box-shadow: none;
}

.main-banner .container .content .ctas a#cta-btn .word-container {
	display: flex;
	gap: 0.4px;
	position: relative;
	overflow: hidden;
}

.main-banner .container .content .ctas a#cta-btn .word-container .char {
	color: transparent;
	position: relative;
}

.main-banner .container .content .ctas a#cta-btn .word-container .char::before {
	content: attr(data-char);
	position: absolute;
	top: 0;
	left: 0;
	user-select: none;
	transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	transition-delay: calc(0.02s * var(--char-index));
	transform: translateY(100%);
	color: #0b0c10;
}

.main-banner .container .content .ctas a#cta-btn .word-container .char::after {
	content: attr(data-char);
	position: absolute;
	top: 0;
	left: 0;
	user-select: none;
	transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
	color: #0b0c10;
}

.main-banner .container .content .ctas a#cta-btn .word-container .whitespace {
	width: 5px;
}

.main-banner .container .content .ctas a#cta-btn:hover {
	background: #03c3a1;
}

.main-banner .container .content .ctas a#cta-btn:hover .word-container .char::before {
	transform: translateY(0);
	transition-delay: calc(0.2s + (0.02s * var(--char-index)));
}

.main-banner .container .content .ctas a#cta-btn:hover .word-container .char::after {
	transform: translateY(100%);
	transition-delay: calc(0.02s * (var(--char-index)));
}

.main-banner .container .content .ctas .banner-vert-separator {
	height: 65px;
	width: 1px;
	background: rgba(194, 208, 228, 0.5);
	margin: 0 3rem;
}

@media (min-width: 900px) and (max-width: 1200px) {
	.main-banner .container .content .ctas .banner-vert-separator {
		margin: 0 1rem;
	}
}

@media (min-width: 768px) and (max-width: 900px) {
	.main-banner .container .content .ctas .banner-vert-separator {
		display: none;
	}
}

@media (max-width: 576px) {
	.main-banner .container .content .ctas .banner-vert-separator {
		display: none;
	}
}

.main-banner .container .bottom-card {
	position: absolute;
	bottom: 80px;
	width: 100%;
	z-index: 10;
	left: 0;
}

.main-banner .container .bottom-card .powered-by {
	padding: 0 60px;
	gap: 80px;
}

.main-banner .container .bottom-card .powered-by h2 {
	font-size: 40px;
	color: #fff;
	line-height: 54px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 800;
	margin: 0;
	padding: 0;
	flex-basis: 400px;
}

.main-banner .container .bottom-card .powered-by h2 span {
	background: linear-gradient(90deg, rgba(126, 255, 178, 0.81) -0.36%, rgba(244, 255, 122, 0.82) 100.2%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.main-banner .container .bottom-card .powered-by p {
	color: #68717f;
	font-size: 16px;
	font-family: "Plus Jakarta Sans", sans-serif;
	max-width: 700px;
	width: 100%;
}

.main-banner .container .bottom-card .powered-by .blur1 {
	position: absolute;
	left: calc(50% - 344px);
	bottom: 0;
}

.main-banner .container .bottom-card .powered-by .blur2 {
	position: absolute;
	top: 0;
	height: 200px;
	right: 0;
}

@media (max-width: 1400px) {
	.main-banner {
		height: 100vh;
		min-height: 700px;
		display: flex;
		width: 100%;
		position: relative;
	}
	.main-banner .logobg {
		display: none;
	}
	.main-banner .logobg .logo1 {
		position: absolute;
		top: calc(50% - 75px);
		left: 100px;
		opacity: 0.08;
		transform: scale(0.8);
	}
	.main-banner .logobg .logo2 {
		position: absolute;
		top: 10%;
		left: 50%;
		opacity: 0.05;
	}
	.main-banner .logobg .logo3 {
		position: absolute;
		bottom: 10%;
		left: 25%;
		opacity: 0.03;
		transform: scale(1);
	}
	.main-banner .logobg .logo4 {
		position: absolute;
		top: 29%;
		right: 80px;
		opacity: 0.03;
		transform: scale(1.2);
	}
	.main-banner:after {
		content: none;
	}
	.main-banner .graph {
		position: absolute;
		left: 0;
		top: 0;
		height: 100vh;
		width: 100vw;
	}
	.main-banner .tracks {
		position: static;
		top: -186px;
		z-index: 5;
		display: flex;
		justify-content: flex-end;
		gap: 30px;
		width: 600px;
		height: 100vh;
		overflow: hidden;
		-webkit-mask-image: linear-gradient(0deg, #0000, #0b0c10 20%, #000 75%, #0000);
		mask-image: linear-gradient(0deg, #0000, #fff 20%, #000 75%, #0000);
	}
	.main-banner .tracks .col {
		width: 50%;
		display: flex;
		gap: 15px;
		flex-wrap: wrap;
		align-content: flex-start;
	}
	.main-banner .tracks .col .item {
		width: 100%;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		overflow: hidden;
	}
	.main-banner .tracks .col .item img {
		width: 100%;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.main-banner .mb-bg {
		position: absolute;
		top: -186px;
		right: 0;
		width: 90vw;
		height: 100vh;
		z-index: -1;
	}
	.main-banner .mb-bg img {
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
	}
	.main-banner .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		height: 100%;
		padding: 0 0 90px 0;
		position: relative;
		gap: 1rem;
	}
	.main-banner .container .content {
		width: 750px;
		position: relative;
	}
	.main-banner .container .content .up-to {
		position: absolute;
		top: -190px;
		left: -20px;
		height: 200px;
		z-index: -1;
		width: 200px;
		color: #fff;
	}
	.main-banner .container .content .up-to svg {
		height: 100%;
	}
	.main-banner .container .content .up-to text {
		fill: #1daa91;
		font-size: 24px;
		font-family: "Plus Jakarta Sans", sans-serif;
	}
	.main-banner .container .content .up-to text span {
		fill: #fff;
	}
	.main-banner .container .content a {
		text-decoration: none;
	}
	.main-banner .container .content h1 {
		font-size: 52px;
		line-height: 1.3;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 0;
		padding: 0;
	}
	.main-banner .container .content h1 b {
		text-shadow: 3px 3px 10px #0b0c10;
	}
	.main-banner .container .content h1 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 2px;
		color: #101217;
	}
	.main-banner .container .content p {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		margin: 1rem 0 0 0;
		padding: 0;
		max-width: 550px;
		letter-spacing: 0.5px;
	}
	.main-banner .container .content ul {
		display: flex;
		width: 100%;
		margin: 5px 0 0 0;
		padding: 0;
		list-style: none;
		gap: 15px;
		align-items: center;
		justify-content: space-between;
	}
	.main-banner .container .content ul li a {
		color: #fff;
		font-size: 24px;
	}
	.main-banner .container .content ul li .single-social svg stop {
		transition: all 0.6s ease-in-out;
	}
	.main-banner .container .content ul li .single-social#discord-link svg {
		fill: url(#discord-gradient-1) white;
	}
	.main-banner .container .content ul li .single-social#telegram-link svg {
		fill: url(#telegram-gradient-1) white;
	}
	.main-banner .container .content ul li .single-social#twitter-link svg {
		fill: url(#twitter-gradient-1) white;
	}
	.main-banner .container .content ul li .single-social#instagram-link svg {
		fill: url(#instagram-gradient-1) white;
	}
	.main-banner .container .content ul li .single-social#facebook-link svg {
		fill: url(#fb-gradient-1) white;
	}
	.main-banner .container .content ul li .single-social#tiktok-link {
		display: flex;
		position: relative;
	}
	.main-banner .container .content ul li .single-social#tiktok-link svg {
		transition: all 0.3s ease;
	}
	.main-banner .container .content ul li .single-social#tiktok-link svg path {
		transition: inherit;
	}
	.main-banner .container .content ul li .single-social#tiktok-link svg:first-child {
		isolation: isolate;
		position: absolute;
		left: -2px;
		top: -4px;
		width: 100%;
		fill: transparent;
	}
	.main-banner .container .content ul li .single-social#tiktok-link svg:last-child {
		fill: #ffffff;
		margin-bottom: 4px;
	}
	.main-banner .container .content ul li .single-social:hover#discord-link svg stop {
		stop-color: #5865f2;
	}
	.main-banner .container .content ul li .single-social:hover#telegram-link svg stop {
		stop-color: #0088cc;
	}
	.main-banner .container .content ul li .single-social:hover#twitter-link svg stop:first-child {
		stop-color: #3bb1fa;
	}
	.main-banner .container .content ul li .single-social:hover#twitter-link svg stop:last-child {
		stop-color: #1da1f2;
	}
	.main-banner .container .content ul li .single-social:hover#instagram-link svg stop:first-child {
		stop-color: #feda75;
	}
	.main-banner .container .content ul li .single-social:hover#instagram-link svg stop:nth-child(2) {
		stop-color: #fa7e1e;
	}
	.main-banner .container .content ul li .single-social:hover#instagram-link svg stop:nth-child(3) {
		stop-color: #d62976;
	}
	.main-banner .container .content ul li .single-social:hover#instagram-link svg stop:nth-child(4) {
		stop-color: #962fbf;
	}
	.main-banner .container .content ul li .single-social:hover#instagram-link svg stop:last-child {
		stop-color: #4f5bd5;
	}
	.main-banner .container .content ul li .single-social:hover#facebook-link svg stop:first-child {
		stop-color: #17aafd;
	}
	.main-banner .container .content ul li .single-social:hover#facebook-link svg stop:last-child {
		stop-color: #0165e2;
	}
	.main-banner .container .content ul li .single-social:hover#tiktok-link svg:first-child {
		fill: #69c9d0;
	}
	.main-banner .container .content ul li .single-social:hover#tiktok-link svg:last-child {
		fill: #ee1d52;
	}
	.main-banner .container .content .ctas {
		width: 100%;
		max-width: 100%;
		margin: 3rem auto;
		display: flex;
		gap: 1.5rem;
		align-items: center;
		flex-wrap: wrap;
	}
	.main-banner .container .content .ctas p {
		margin: 0;
	}
	.main-banner .container .content .ctas p.cta {
		margin: 0;
	}
	.main-banner .container .content .ctas p.cta a {
		background: #1daa91;
		color: #0b0c10;
		padding: 20px 50px;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 600;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.main-banner .container .content .ctas a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 20px 50px;
		text-decoration: none;
		font-weight: 600;
		font-size: 18px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	.main-banner .container .content .ctas a#cta-btn:focus, .main-banner .container .content .ctas a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	.main-banner .container .content .ctas a#cta-btn:hover {
		background: #03c3a1;
	}
	.main-banner .container .content .ctas a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	.main-banner .container .content .ctas a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
	.main-banner .container .bottom-card {
		position: absolute;
		bottom: 80px;
		width: 100%;
		z-index: 10;
		left: 0;
	}
	.main-banner .container .bottom-card .powered-by {
		padding: 0 60px;
		gap: 80px;
	}
	.main-banner .container .bottom-card .powered-by h2 {
		font-size: 40px;
		color: #fff;
		line-height: 54px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 0;
		padding: 0;
		flex-basis: 400px;
	}
	.main-banner .container .bottom-card .powered-by h2 span {
		background: linear-gradient(90deg, rgba(126, 255, 178, 0.81) -0.36%, rgba(244, 255, 122, 0.82) 100.2%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.main-banner .container .bottom-card .powered-by p {
		color: #68717f;
		font-size: 16px;
		font-family: "Plus Jakarta Sans", sans-serif;
		max-width: 700px;
		width: 100%;
	}
	.main-banner .container .bottom-card .powered-by .blur1 {
		position: absolute;
		left: calc(50% - 344px);
		bottom: 0;
	}
	.main-banner .container .bottom-card .powered-by .blur2 {
		position: absolute;
		top: 0;
		height: 200px;
		right: 0;
	}
}

@media (max-width: 1200px) {
	.main-banner {
		height: 110vh;
		min-height: 700px;
		display: flex;
		width: 100%;
		position: relative;
	}
	.main-banner .logobg {
		display: none;
	}
	.main-banner .logobg .logo1 {
		position: absolute;
		top: calc(50% - 75px);
		left: 100px;
		opacity: 0.08;
		transform: scale(0.8);
	}
	.main-banner .logobg .logo2 {
		position: absolute;
		top: 10%;
		left: 50%;
		opacity: 0.05;
	}
	.main-banner .logobg .logo3 {
		position: absolute;
		bottom: 10%;
		left: 25%;
		opacity: 0.03;
		transform: scale(1);
	}
	.main-banner .logobg .logo4 {
		position: absolute;
		top: 29%;
		right: 80px;
		opacity: 0.03;
		transform: scale(1.2);
	}
	.main-banner:after {
		content: none;
	}
	.main-banner .graph {
		position: absolute;
		left: 0;
		top: 0;
		height: 100vh;
		width: 100vw;
	}
	.main-banner .tracks {
		position: static;
		top: -186px;
		z-index: 5;
		display: flex;
		justify-content: flex-end;
		gap: 30px;
		width: 380px;
		height: 100vh;
		overflow: hidden;
		-webkit-mask-image: linear-gradient(0deg, #0000, #0b0c10 20%, #000 75%, #0000);
		mask-image: linear-gradient(0deg, #0000, #fff 20%, #000 75%, #0000);
	}
	.main-banner .tracks .col {
		width: 50%;
		display: flex;
		gap: 15px;
		flex-wrap: wrap;
		align-content: flex-start;
	}
	.main-banner .tracks .col .item {
		width: 100%;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		overflow: hidden;
	}
	.main-banner .tracks .col .item img {
		width: 100%;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.main-banner .mb-bg {
		position: absolute;
		top: -186px;
		right: 0;
		width: 90vw;
		height: 100vh;
		z-index: -1;
	}
	.main-banner .mb-bg img {
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
	}
	.main-banner .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		height: 100%;
		padding: 0 0 90px 0;
		position: relative;
		gap: 1rem;
	}
	.main-banner .container .content {
		flex: 1 1 auto;
		width: 550px;
		position: relative;
	}
	.main-banner .container .content .up-to {
		position: absolute;
		top: -190px;
		left: -20px;
		height: 200px;
		z-index: -1;
		width: 200px;
		color: #fff;
	}
	.main-banner .container .content .up-to svg {
		height: 100%;
	}
	.main-banner .container .content .up-to text {
		fill: #1daa91;
		font-size: 24px;
		font-family: "Plus Jakarta Sans", sans-serif;
	}
	.main-banner .container .content .up-to text span {
		fill: #fff;
	}
	.main-banner .container .content a {
		text-decoration: none;
	}
	.main-banner .container .content h1 {
		font-size: 50px;
		line-height: 1.3;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 0;
		padding: 0;
	}
	.main-banner .container .content h1 b {
		text-shadow: 3px 3px 10px #0b0c10;
	}
	.main-banner .container .content h1 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 2px;
		color: #101217;
	}
	.main-banner .container .content .offering-list-cont .offering-list {
		column-gap: 0;
	}
	.main-banner .container .content .offering-list-cont .offering-list .single-offering .so__text {
		font-size: 15px;
	}
	.main-banner .container .content ul#social-ul {
		display: flex;
		width: 100%;
		margin: 5px 0 0 0;
		padding: 0;
		list-style: none;
		gap: 15px;
		align-items: center;
		justify-content: space-between;
	}
	.main-banner .container .content ul#social-ul li a {
		color: #fff;
		font-size: 24px;
	}
	.main-banner .container .content ul#social-ul li .single-social svg stop {
		transition: all 0.6s ease-in-out;
	}
	.main-banner .container .content ul#social-ul li .single-social#discord-link svg {
		fill: url(#discord-gradient-1) white;
	}
	.main-banner .container .content ul#social-ul li .single-social#telegram-link svg {
		fill: url(#telegram-gradient-1) white;
	}
	.main-banner .container .content ul#social-ul li .single-social#twitter-link svg {
		fill: url(#twitter-gradient-1) white;
	}
	.main-banner .container .content ul#social-ul li .single-social#instagram-link svg {
		fill: url(#instagram-gradient-1) white;
	}
	.main-banner .container .content ul#social-ul li .single-social#facebook-link svg {
		fill: url(#fb-gradient-1) white;
	}
	.main-banner .container .content ul#social-ul li .single-social#tiktok-link {
		display: flex;
		position: relative;
	}
	.main-banner .container .content ul#social-ul li .single-social#tiktok-link svg {
		transition: all 0.3s ease;
	}
	.main-banner .container .content ul#social-ul li .single-social#tiktok-link svg path {
		transition: inherit;
	}
	.main-banner .container .content ul#social-ul li .single-social#tiktok-link svg:first-child {
		isolation: isolate;
		position: absolute;
		left: -2px;
		top: -4px;
		width: 100%;
		fill: transparent;
	}
	.main-banner .container .content ul#social-ul li .single-social#tiktok-link svg:last-child {
		fill: #ffffff;
		margin-bottom: 4px;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#discord-link svg stop {
		stop-color: #5865f2;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#telegram-link svg stop {
		stop-color: #0088cc;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#twitter-link svg stop:first-child {
		stop-color: #3bb1fa;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#twitter-link svg stop:last-child {
		stop-color: #1da1f2;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:first-child {
		stop-color: #feda75;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(2) {
		stop-color: #fa7e1e;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(3) {
		stop-color: #d62976;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(4) {
		stop-color: #962fbf;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:last-child {
		stop-color: #4f5bd5;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#facebook-link svg stop:first-child {
		stop-color: #17aafd;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#facebook-link svg stop:last-child {
		stop-color: #0165e2;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#tiktok-link svg:first-child {
		fill: #69c9d0;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#tiktok-link svg:last-child {
		fill: #ee1d52;
	}
	.main-banner .container .content .ctas {
		width: 100%;
		max-width: 100%;
		margin: 3rem auto;
		display: flex;
		gap: 1.5rem;
		align-items: center;
		flex-wrap: wrap;
	}
	.main-banner .container .content .ctas p {
		margin: 0;
	}
	.main-banner .container .content .ctas p.cta {
		margin: 0;
	}
	.main-banner .container .content .ctas p.cta a {
		background: #1daa91;
		color: #0b0c10;
		padding: 20px 50px;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 600;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.main-banner .container .content .ctas a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 20px 50px;
		text-decoration: none;
		font-weight: 600;
		font-size: 18px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	.main-banner .container .content .ctas a#cta-btn:focus, .main-banner .container .content .ctas a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	.main-banner .container .content .ctas a#cta-btn:hover {
		background: #03c3a1;
	}
	.main-banner .container .content .ctas a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	.main-banner .container .content .ctas a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
	.main-banner .container .bottom-card {
		position: absolute;
		bottom: 80px;
		width: 100%;
		z-index: 10;
		left: 0;
	}
	.main-banner .container .bottom-card .powered-by {
		padding: 0 60px;
		gap: 80px;
	}
	.main-banner .container .bottom-card .powered-by h2 {
		font-size: 40px;
		color: #fff;
		line-height: 54px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 0;
		padding: 0;
		flex-basis: 400px;
	}
	.main-banner .container .bottom-card .powered-by h2 span {
		background: linear-gradient(90deg, rgba(126, 255, 178, 0.81) -0.36%, rgba(244, 255, 122, 0.82) 100.2%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.main-banner .container .bottom-card .powered-by p {
		color: #68717f;
		font-size: 16px;
		font-family: "Plus Jakarta Sans", sans-serif;
		max-width: 700px;
		width: 100%;
	}
	.main-banner .container .bottom-card .powered-by .blur1 {
		position: absolute;
		left: calc(50% - 344px);
		bottom: 0;
	}
	.main-banner .container .bottom-card .powered-by .blur2 {
		position: absolute;
		top: 0;
		height: 200px;
		right: 0;
	}
}

@media (max-width: 1100px) {
	.main-banner {
		height: 110vh;
		min-height: 700px;
		display: flex;
		width: 100%;
		position: relative;
	}
	.main-banner .logobg {
		display: none;
	}
	.main-banner .logobg .logo1 {
		position: absolute;
		top: calc(50% - 75px);
		left: 100px;
		opacity: 0.08;
		transform: scale(0.8);
	}
	.main-banner .logobg .logo2 {
		position: absolute;
		top: 10%;
		left: 50%;
		opacity: 0.05;
	}
	.main-banner .logobg .logo3 {
		position: absolute;
		bottom: 10%;
		left: 25%;
		opacity: 0.03;
		transform: scale(1);
	}
	.main-banner .logobg .logo4 {
		position: absolute;
		top: 29%;
		right: 80px;
		opacity: 0.03;
		transform: scale(1.2);
	}
	.main-banner:after {
		content: none;
	}
	.main-banner .graph {
		position: absolute;
		left: 0;
		top: 0;
		height: 100vh;
		width: 100vw;
	}
	.main-banner .tracks {
		position: static;
		top: -186px;
		z-index: 5;
		display: flex;
		justify-content: flex-end;
		gap: 30px;
		width: 310px;
		height: 100vh;
		overflow: hidden;
		-webkit-mask-image: linear-gradient(0deg, #0000, #0b0c10 20%, #000 75%, #0000);
		mask-image: linear-gradient(0deg, #0000, #fff 20%, #000 75%, #0000);
	}
	.main-banner .tracks .col {
		width: 50%;
		display: flex;
		gap: 15px;
		flex-wrap: wrap;
		align-content: flex-start;
	}
	.main-banner .tracks .col .item {
		width: 100%;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		overflow: hidden;
	}
	.main-banner .tracks .col .item img {
		width: 100%;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.main-banner .mb-bg {
		position: absolute;
		top: -186px;
		right: 0;
		width: 90vw;
		height: 100vh;
		z-index: -1;
	}
	.main-banner .mb-bg img {
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
	}
	.main-banner .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		height: 100%;
		padding: 0 0 90px 0;
		position: relative;
		gap: 1rem;
	}
	.main-banner .container .content {
		flex: 1 1 auto;
		width: 550px;
		position: relative;
	}
	.main-banner .container .content .up-to {
		position: absolute;
		top: -190px;
		left: -20px;
		height: 200px;
		z-index: -1;
		width: 200px;
		color: #fff;
	}
	.main-banner .container .content .up-to svg {
		height: 100%;
	}
	.main-banner .container .content .up-to text {
		fill: #1daa91;
		font-size: 24px;
		font-family: "Plus Jakarta Sans", sans-serif;
	}
	.main-banner .container .content .up-to text span {
		fill: #fff;
	}
	.main-banner .container .content a {
		text-decoration: none;
	}
	.main-banner .container .content h1 {
		font-size: 50px;
		line-height: 1.3;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 0;
		padding: 0;
	}
	.main-banner .container .content h1 b {
		text-shadow: 3px 3px 10px #0b0c10;
	}
	.main-banner .container .content h1 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 2px;
		color: #101217;
	}
	.main-banner .container .content .offering-list-cont .offering-list {
		column-gap: 0;
	}
	.main-banner .container .content .offering-list-cont .offering-list .single-offering .so__text {
		font-size: 15px;
	}
	.main-banner .container .content ul#social-ul {
		display: flex;
		width: 100%;
		margin: 5px 0 0 0;
		padding: 0;
		list-style: none;
		gap: 15px;
		align-items: center;
		justify-content: space-between;
	}
	.main-banner .container .content ul#social-ul li a {
		color: #fff;
		font-size: 24px;
	}
	.main-banner .container .content ul#social-ul li .single-social svg stop {
		transition: all 0.6s ease-in-out;
	}
	.main-banner .container .content ul#social-ul li .single-social#discord-link svg {
		fill: url(#discord-gradient-1) white;
	}
	.main-banner .container .content ul#social-ul li .single-social#telegram-link svg {
		fill: url(#telegram-gradient-1) white;
	}
	.main-banner .container .content ul#social-ul li .single-social#twitter-link svg {
		fill: url(#twitter-gradient-1) white;
	}
	.main-banner .container .content ul#social-ul li .single-social#instagram-link svg {
		fill: url(#instagram-gradient-1) white;
	}
	.main-banner .container .content ul#social-ul li .single-social#facebook-link svg {
		fill: url(#fb-gradient-1) white;
	}
	.main-banner .container .content ul#social-ul li .single-social#tiktok-link {
		display: flex;
		position: relative;
	}
	.main-banner .container .content ul#social-ul li .single-social#tiktok-link svg {
		transition: all 0.3s ease;
	}
	.main-banner .container .content ul#social-ul li .single-social#tiktok-link svg path {
		transition: inherit;
	}
	.main-banner .container .content ul#social-ul li .single-social#tiktok-link svg:first-child {
		isolation: isolate;
		position: absolute;
		left: -2px;
		top: -4px;
		width: 100%;
		fill: transparent;
	}
	.main-banner .container .content ul#social-ul li .single-social#tiktok-link svg:last-child {
		fill: #ffffff;
		margin-bottom: 4px;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#discord-link svg stop {
		stop-color: #5865f2;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#telegram-link svg stop {
		stop-color: #0088cc;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#twitter-link svg stop:first-child {
		stop-color: #3bb1fa;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#twitter-link svg stop:last-child {
		stop-color: #1da1f2;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:first-child {
		stop-color: #feda75;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(2) {
		stop-color: #fa7e1e;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(3) {
		stop-color: #d62976;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(4) {
		stop-color: #962fbf;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:last-child {
		stop-color: #4f5bd5;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#facebook-link svg stop:first-child {
		stop-color: #17aafd;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#facebook-link svg stop:last-child {
		stop-color: #0165e2;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#tiktok-link svg:first-child {
		fill: #69c9d0;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#tiktok-link svg:last-child {
		fill: #ee1d52;
	}
	.main-banner .container .content .ctas {
		width: 100%;
		max-width: 100%;
		margin: 3rem auto;
		display: flex;
		gap: 1.5rem;
		align-items: center;
		flex-wrap: wrap;
	}
	.main-banner .container .content .ctas p {
		margin: 0;
	}
	.main-banner .container .content .ctas p.cta {
		margin: 0;
	}
	.main-banner .container .content .ctas p.cta a {
		background: #1daa91;
		color: #0b0c10;
		padding: 20px 50px;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 600;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.main-banner .container .content .ctas a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 20px 50px;
		text-decoration: none;
		font-weight: 600;
		font-size: 18px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	.main-banner .container .content .ctas a#cta-btn:focus, .main-banner .container .content .ctas a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	.main-banner .container .content .ctas a#cta-btn:hover {
		background: #03c3a1;
	}
	.main-banner .container .content .ctas a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	.main-banner .container .content .ctas a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
	.main-banner .container .bottom-card {
		position: absolute;
		bottom: 80px;
		width: 100%;
		z-index: 10;
		left: 0;
	}
	.main-banner .container .bottom-card .powered-by {
		padding: 0 60px;
		gap: 80px;
	}
	.main-banner .container .bottom-card .powered-by h2 {
		font-size: 40px;
		color: #fff;
		line-height: 54px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 0;
		padding: 0;
		flex-basis: 400px;
	}
	.main-banner .container .bottom-card .powered-by h2 span {
		background: linear-gradient(90deg, rgba(126, 255, 178, 0.81) -0.36%, rgba(244, 255, 122, 0.82) 100.2%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.main-banner .container .bottom-card .powered-by p {
		color: #68717f;
		font-size: 16px;
		font-family: "Plus Jakarta Sans", sans-serif;
		max-width: 700px;
		width: 100%;
	}
	.main-banner .container .bottom-card .powered-by .blur1 {
		position: absolute;
		left: calc(50% - 344px);
		bottom: 0;
	}
	.main-banner .container .bottom-card .powered-by .blur2 {
		position: absolute;
		top: 0;
		height: 200px;
		right: 0;
	}
}

@media (max-width: 992px) {
	.main-banner {
		height: auto;
		min-height: 700px;
		display: flex;
		width: 100%;
		position: relative;
	}
	.main-banner .logobg {
		display: none;
	}
	.main-banner .logobg .logo1 {
		position: absolute;
		top: calc(50% - 75px);
		left: 100px;
		opacity: 0.08;
		transform: scale(0.8);
	}
	.main-banner .logobg .logo2 {
		position: absolute;
		top: 10%;
		left: 50%;
		opacity: 0.05;
	}
	.main-banner .logobg .logo3 {
		position: absolute;
		bottom: 10%;
		left: 25%;
		opacity: 0.03;
		transform: scale(1);
	}
	.main-banner .logobg .logo4 {
		position: absolute;
		top: 29%;
		right: 80px;
		opacity: 0.03;
		transform: scale(1.2);
	}
	.main-banner:after {
		content: none;
	}
	.main-banner .graph {
		position: absolute;
		left: 0;
		top: 0;
		height: 100vh;
		width: 100vw;
	}
	.main-banner .tracks {
		position: static;
		top: -186px;
		z-index: 5;
		display: flex;
		justify-content: flex-end;
		gap: 30px;
		width: 400px;
		height: 100vh;
		overflow: hidden;
		-webkit-mask-image: linear-gradient(0deg, #0000, #0b0c10 20%, #000 75%, #0000);
		mask-image: linear-gradient(0deg, #0000, #fff 20%, #000 75%, #0000);
	}
	.main-banner .tracks .col {
		width: 100%;
		display: flex;
		gap: 15px;
		flex-wrap: wrap;
		align-content: flex-start;
	}
	.main-banner .tracks .col .item {
		width: 100%;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		overflow: hidden;
	}
	.main-banner .tracks .col .item img {
		width: 100%;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.main-banner .tracks .col.col1 {
		display: none;
	}
	.main-banner .mb-bg {
		position: absolute;
		top: -186px;
		right: 0;
		width: 90vw;
		height: 100vh;
		z-index: -1;
	}
	.main-banner .mb-bg img {
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
	}
	.main-banner .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		height: 100%;
		padding: 0 0 90px 0;
		position: relative;
		gap: 1rem;
	}
	.main-banner .container .content {
		width: 550px;
		position: relative;
	}
	.main-banner .container .content .up-to {
		position: absolute;
		top: -190px;
		left: -20px;
		height: 200px;
		z-index: -1;
		width: 200px;
		color: #fff;
	}
	.main-banner .container .content .up-to svg {
		height: 100%;
	}
	.main-banner .container .content .up-to text {
		fill: #1daa91;
		font-size: 24px;
		font-family: "Plus Jakarta Sans", sans-serif;
	}
	.main-banner .container .content .up-to text span {
		fill: #fff;
	}
	.main-banner .container .content a {
		text-decoration: none;
	}
	.main-banner .container .content .pill {
		background: -webkit-linear-gradient(260deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		padding: 2px;
		box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		max-width: 385px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 14px;
		color: #fff;
		margin: 0 0 30px 0;
	}
	.main-banner .container .content .pill i {
		font-size: 18px;
		margin: 0 15px 0 0;
	}
	.main-banner .container .content .pill .pill-contents {
		background: #191c29;
		padding: 10px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
	}
	.main-banner .container .content h1 {
		font-size: 46px;
		line-height: 1.2;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 0;
		padding: 0;
	}
	.main-banner .container .content h1 b {
		text-shadow: 3px 3px 10px #0b0c10;
	}
	.main-banner .container .content h1 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 2px;
		color: #101217;
	}
	.main-banner .container .content p.banner-subtext {
		font-size: 20px;
	}
	.main-banner .container .content .offering-list-cont {
		margin: 2rem 0;
	}
	.main-banner .container .content .offering-list-cont .offering-list {
		max-height: 100%;
	}
	.main-banner .container .content ul#social-ul {
		display: flex;
		width: 100%;
		margin: 5px 0 0 0;
		padding: 0;
		list-style: none;
		gap: 15px;
		align-items: center;
		justify-content: space-between;
	}
	.main-banner .container .content ul#social-ul li a {
		color: #fff;
		font-size: 24px;
	}
	.main-banner .container .content ul#social-ul li .single-social svg stop {
		transition: all 0.6s ease-in-out;
	}
	.main-banner .container .content ul#social-ul li .single-social#discord-link svg {
		fill: url(#discord-gradient-1) white;
	}
	.main-banner .container .content ul#social-ul li .single-social#telegram-link svg {
		fill: url(#telegram-gradient-1) white;
	}
	.main-banner .container .content ul#social-ul li .single-social#twitter-link svg {
		fill: url(#twitter-gradient-1) white;
	}
	.main-banner .container .content ul#social-ul li .single-social#instagram-link svg {
		fill: url(#instagram-gradient-1) white;
	}
	.main-banner .container .content ul#social-ul li .single-social#facebook-link svg {
		fill: url(#fb-gradient-1) white;
	}
	.main-banner .container .content ul#social-ul li .single-social#tiktok-link {
		display: flex;
		position: relative;
	}
	.main-banner .container .content ul#social-ul li .single-social#tiktok-link svg {
		transition: all 0.3s ease;
	}
	.main-banner .container .content ul#social-ul li .single-social#tiktok-link svg path {
		transition: inherit;
	}
	.main-banner .container .content ul#social-ul li .single-social#tiktok-link svg:first-child {
		isolation: isolate;
		position: absolute;
		left: -2px;
		top: -4px;
		width: 100%;
		fill: transparent;
	}
	.main-banner .container .content ul#social-ul li .single-social#tiktok-link svg:last-child {
		fill: #ffffff;
		margin-bottom: 4px;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#discord-link svg stop {
		stop-color: #5865f2;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#telegram-link svg stop {
		stop-color: #0088cc;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#twitter-link svg stop:first-child {
		stop-color: #3bb1fa;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#twitter-link svg stop:last-child {
		stop-color: #1da1f2;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:first-child {
		stop-color: #feda75;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(2) {
		stop-color: #fa7e1e;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(3) {
		stop-color: #d62976;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(4) {
		stop-color: #962fbf;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:last-child {
		stop-color: #4f5bd5;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#facebook-link svg stop:first-child {
		stop-color: #17aafd;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#facebook-link svg stop:last-child {
		stop-color: #0165e2;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#tiktok-link svg:first-child {
		fill: #69c9d0;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#tiktok-link svg:last-child {
		fill: #ee1d52;
	}
	.main-banner .container .content .ctas {
		width: 100%;
		max-width: 100%;
		margin: 3rem auto;
		display: flex;
		gap: 1rem;
		align-items: center;
		flex-wrap: wrap;
	}
	.main-banner .container .content .ctas p {
		margin: 0;
	}
	.main-banner .container .content .ctas p.cta {
		margin: 0;
	}
	.main-banner .container .content .ctas p.cta a {
		background: #1daa91;
		color: #0b0c10;
		padding: 20px 50px;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 600;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.main-banner .container .content .ctas a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 20px 50px;
		text-decoration: none;
		font-weight: 600;
		font-size: 18px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	.main-banner .container .content .ctas a#cta-btn:focus, .main-banner .container .content .ctas a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	.main-banner .container .content .ctas a#cta-btn:hover {
		background: #03c3a1;
	}
	.main-banner .container .content .ctas a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	.main-banner .container .content .ctas a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
	.main-banner .container .bottom-card {
		position: absolute;
		bottom: 80px;
		width: 100%;
		z-index: 10;
		left: 0;
	}
	.main-banner .container .bottom-card .powered-by {
		padding: 0 60px;
		gap: 80px;
	}
	.main-banner .container .bottom-card .powered-by h2 {
		font-size: 40px;
		color: #fff;
		line-height: 54px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 0;
		padding: 0;
		flex-basis: 400px;
	}
	.main-banner .container .bottom-card .powered-by h2 span {
		background: linear-gradient(90deg, rgba(126, 255, 178, 0.81) -0.36%, rgba(244, 255, 122, 0.82) 100.2%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.main-banner .container .bottom-card .powered-by p {
		color: #68717f;
		font-size: 16px;
		font-family: "Plus Jakarta Sans", sans-serif;
		max-width: 700px;
		width: 100%;
	}
	.main-banner .container .bottom-card .powered-by .blur1 {
		position: absolute;
		left: calc(50% - 344px);
		bottom: 0;
	}
	.main-banner .container .bottom-card .powered-by .blur2 {
		position: absolute;
		top: 0;
		height: 200px;
		right: 0;
	}
}

@media (max-width: 768px) {
	.main-banner {
		height: auto;
		min-height: 700px;
		display: flex;
		width: 100%;
		position: relative;
		padding-top: 2rem;
	}
	.main-banner .logobg {
		display: none;
	}
	.main-banner .logobg .logo1 {
		position: absolute;
		top: calc(50% - 75px);
		left: 100px;
		opacity: 0.08;
		transform: scale(0.8);
	}
	.main-banner .logobg .logo2 {
		position: absolute;
		top: 10%;
		left: 50%;
		opacity: 0.05;
	}
	.main-banner .logobg .logo3 {
		position: absolute;
		bottom: 10%;
		left: 25%;
		opacity: 0.03;
		transform: scale(1);
	}
	.main-banner .logobg .logo4 {
		position: absolute;
		top: 29%;
		right: 80px;
		opacity: 0.03;
		transform: scale(1.2);
	}
	.main-banner:after {
		content: none;
	}
	.main-banner .graph {
		position: absolute;
		left: 0;
		top: 0;
		height: 100vh;
		width: 100vw;
	}
	.main-banner .tracks {
		display: none;
	}
	.main-banner .mb-bg {
		position: absolute;
		top: -186px;
		right: 0;
		width: 90vw;
		height: 100vh;
		z-index: -1;
	}
	.main-banner .mb-bg img {
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
	}
	.main-banner .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		height: 100%;
		padding: 0 0 90px 0;
		position: relative;
	}
	.main-banner .container .content {
		width: 100%;
		position: relative;
	}
	.main-banner .container .content .up-to {
		position: absolute;
		top: -190px;
		left: -20px;
		height: 200px;
		z-index: -1;
		width: 200px;
		color: #fff;
	}
	.main-banner .container .content .up-to svg {
		height: 100%;
	}
	.main-banner .container .content .up-to text {
		fill: #1daa91;
		font-size: 24px;
		font-family: "Plus Jakarta Sans", sans-serif;
	}
	.main-banner .container .content .up-to text span {
		fill: #fff;
	}
	.main-banner .container .content a {
		text-decoration: none;
	}
	.main-banner .container .content h1 {
		font-size: 42px;
		line-height: 1.4;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 0;
		padding: 0;
	}
	.main-banner .container .content h1 b {
		text-shadow: 3px 3px 10px #0b0c10;
	}
	.main-banner .container .content h1 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 2px;
		color: #101217;
	}
	.main-banner .container .content p.banner-subtext {
		font-size: 20px;
	}
	.main-banner .container .content .offering-list-cont {
		margin: 1.5rem 0;
	}
	.main-banner .container .content ul#social-ul {
		display: flex;
		width: 100%;
		margin: 5px 0 0 0;
		padding: 0;
		list-style: none;
		gap: 15px;
		align-items: center;
		justify-content: space-between;
	}
	.main-banner .container .content ul#social-ul li a {
		color: #fff;
		font-size: 24px;
	}
	.main-banner .container .content ul#social-ul li .single-social svg stop {
		transition: all 0.6s ease-in-out;
	}
	.main-banner .container .content ul#social-ul li .single-social#discord-link svg {
		fill: url(#discord-gradient-1) white;
	}
	.main-banner .container .content ul#social-ul li .single-social#telegram-link svg {
		fill: url(#telegram-gradient-1) white;
	}
	.main-banner .container .content ul#social-ul li .single-social#twitter-link svg {
		fill: url(#twitter-gradient-1) white;
	}
	.main-banner .container .content ul#social-ul li .single-social#instagram-link svg {
		fill: url(#instagram-gradient-1) white;
	}
	.main-banner .container .content ul#social-ul li .single-social#facebook-link svg {
		fill: url(#fb-gradient-1) white;
	}
	.main-banner .container .content ul#social-ul li .single-social#tiktok-link {
		display: flex;
		position: relative;
	}
	.main-banner .container .content ul#social-ul li .single-social#tiktok-link svg {
		transition: all 0.3s ease;
	}
	.main-banner .container .content ul#social-ul li .single-social#tiktok-link svg path {
		transition: inherit;
	}
	.main-banner .container .content ul#social-ul li .single-social#tiktok-link svg:first-child {
		isolation: isolate;
		position: absolute;
		left: -2px;
		top: -4px;
		width: 100%;
		fill: transparent;
	}
	.main-banner .container .content ul#social-ul li .single-social#tiktok-link svg:last-child {
		fill: #ffffff;
		margin-bottom: 4px;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#discord-link svg stop {
		stop-color: #5865f2;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#telegram-link svg stop {
		stop-color: #0088cc;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#twitter-link svg stop:first-child {
		stop-color: #3bb1fa;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#twitter-link svg stop:last-child {
		stop-color: #1da1f2;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:first-child {
		stop-color: #feda75;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(2) {
		stop-color: #fa7e1e;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(3) {
		stop-color: #d62976;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(4) {
		stop-color: #962fbf;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:last-child {
		stop-color: #4f5bd5;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#facebook-link svg stop:first-child {
		stop-color: #17aafd;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#facebook-link svg stop:last-child {
		stop-color: #0165e2;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#tiktok-link svg:first-child {
		fill: #69c9d0;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#tiktok-link svg:last-child {
		fill: #ee1d52;
	}
	.main-banner .container .content .ctas {
		width: 100%;
		max-width: 100%;
		margin: 2rem auto;
		display: flex;
		gap: 0.5rem;
		align-items: center;
		flex-wrap: wrap;
	}
	.main-banner .container .content .ctas p {
		margin: 0;
	}
	.main-banner .container .content .ctas .banner-vert-separator {
		margin: 0 1rem;
	}
	.main-banner .container .content .ctas p.cta {
		margin: 0;
	}
	.main-banner .container .content .ctas p.cta a {
		background: #1daa91;
		color: #0b0c10;
		padding: 20px 50px;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 600;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.main-banner .container .content .ctas a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 20px 50px;
		text-decoration: none;
		font-weight: 600;
		font-size: 18px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	.main-banner .container .content .ctas a#cta-btn:focus, .main-banner .container .content .ctas a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	.main-banner .container .content .ctas a#cta-btn:hover {
		background: #03c3a1;
	}
	.main-banner .container .content .ctas a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	.main-banner .container .content .ctas a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
	.main-banner .container .bottom-card {
		position: absolute;
		bottom: 80px;
		width: 100%;
		z-index: 10;
		left: 0;
	}
	.main-banner .container .bottom-card .powered-by {
		padding: 0 60px;
		gap: 80px;
	}
	.main-banner .container .bottom-card .powered-by h2 {
		font-size: 40px;
		color: #fff;
		line-height: 54px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 0;
		padding: 0;
		flex-basis: 400px;
	}
	.main-banner .container .bottom-card .powered-by h2 span {
		background: linear-gradient(90deg, rgba(126, 255, 178, 0.81) -0.36%, rgba(244, 255, 122, 0.82) 100.2%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.main-banner .container .bottom-card .powered-by p {
		color: #68717f;
		font-size: 16px;
		font-family: "Plus Jakarta Sans", sans-serif;
		max-width: 700px;
		width: 100%;
	}
	.main-banner .container .bottom-card .powered-by .blur1 {
		position: absolute;
		left: calc(50% - 344px);
		bottom: 0;
	}
	.main-banner .container .bottom-card .powered-by .blur2 {
		position: absolute;
		top: 0;
		height: 200px;
		right: 0;
	}
}

@media (max-width: 576px) {
	.main-banner {
		height: auto;
		min-height: 700px;
		display: flex;
		width: 100%;
		position: relative;
		padding-top: 2rem;
	}
	.main-banner .logobg {
		display: none;
	}
	.main-banner .logobg .logo1 {
		position: absolute;
		top: calc(50% - 75px);
		left: 100px;
		opacity: 0.08;
		transform: scale(0.8);
	}
	.main-banner .logobg .logo2 {
		position: absolute;
		top: 10%;
		left: 50%;
		opacity: 0.05;
	}
	.main-banner .logobg .logo3 {
		position: absolute;
		bottom: 10%;
		left: 25%;
		opacity: 0.03;
		transform: scale(1);
	}
	.main-banner .logobg .logo4 {
		position: absolute;
		top: 29%;
		right: 80px;
		opacity: 0.03;
		transform: scale(1.2);
	}
	.main-banner:after {
		content: none;
	}
	.main-banner .graph {
		position: absolute;
		left: 0;
		top: 0;
		height: 100vh;
		width: 100vw;
	}
	.main-banner .tracks {
		display: none;
	}
	.main-banner .mb-bg {
		position: absolute;
		top: -186px;
		right: 0;
		width: 90vw;
		height: 100vh;
		z-index: -1;
	}
	.main-banner .mb-bg img {
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
	}
	.main-banner .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		height: 100%;
		padding: 0 0 1rem 0;
		position: relative;
	}
	.main-banner .container .content {
		width: 100%;
		position: relative;
	}
	.main-banner .container .content .up-to {
		position: absolute;
		top: -190px;
		left: -20px;
		height: 200px;
		z-index: -1;
		width: 200px;
		color: #fff;
	}
	.main-banner .container .content .up-to svg {
		height: 100%;
	}
	.main-banner .container .content .up-to text {
		fill: #1daa91;
		font-size: 24px;
		font-family: "Plus Jakarta Sans", sans-serif;
	}
	.main-banner .container .content .up-to text span {
		fill: #fff;
	}
	.main-banner .container .content a {
		text-decoration: none;
	}
	.main-banner .container .content h1 {
		font-size: 28px;
		line-height: 1.4;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 0;
		padding: 0;
	}
	.main-banner .container .content h1 b {
		text-shadow: 3px 3px 10px #0b0c10;
	}
	.main-banner .container .content h1 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 2px;
		color: #101217;
	}
	.main-banner .container .content p.banner-subtext {
		font-size: 18px;
	}
	.main-banner .container .content .offering-list-cont {
		margin: 1.5rem 0;
	}
	.main-banner .container .content ul#social-ul {
		display: flex;
		width: 100%;
		margin: 5px 0 0 0;
		padding: 0;
		list-style: none;
		gap: 15px;
		align-items: center;
		justify-content: space-between;
	}
	.main-banner .container .content ul#social-ul li a {
		color: #fff;
		font-size: 24px;
	}
	.main-banner .container .content ul#social-ul li .single-social svg stop {
		transition: all 0.6s ease-in-out;
	}
	.main-banner .container .content ul#social-ul li .single-social#discord-link svg {
		fill: url(#discord-gradient-1) white;
	}
	.main-banner .container .content ul#social-ul li .single-social#telegram-link svg {
		fill: url(#telegram-gradient-1) white;
	}
	.main-banner .container .content ul#social-ul li .single-social#twitter-link svg {
		fill: url(#twitter-gradient-1) white;
	}
	.main-banner .container .content ul#social-ul li .single-social#instagram-link svg {
		fill: url(#instagram-gradient-1) white;
	}
	.main-banner .container .content ul#social-ul li .single-social#facebook-link svg {
		fill: url(#fb-gradient-1) white;
	}
	.main-banner .container .content ul#social-ul li .single-social#tiktok-link {
		display: flex;
		position: relative;
	}
	.main-banner .container .content ul#social-ul li .single-social#tiktok-link svg {
		transition: all 0.3s ease;
	}
	.main-banner .container .content ul#social-ul li .single-social#tiktok-link svg path {
		transition: inherit;
	}
	.main-banner .container .content ul#social-ul li .single-social#tiktok-link svg:first-child {
		isolation: isolate;
		position: absolute;
		left: -2px;
		top: -4px;
		width: 100%;
		fill: transparent;
	}
	.main-banner .container .content ul#social-ul li .single-social#tiktok-link svg:last-child {
		fill: #ffffff;
		margin-bottom: 4px;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#discord-link svg stop {
		stop-color: #5865f2;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#telegram-link svg stop {
		stop-color: #0088cc;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#twitter-link svg stop:first-child {
		stop-color: #3bb1fa;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#twitter-link svg stop:last-child {
		stop-color: #1da1f2;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:first-child {
		stop-color: #feda75;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(2) {
		stop-color: #fa7e1e;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(3) {
		stop-color: #d62976;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(4) {
		stop-color: #962fbf;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#instagram-link svg stop:last-child {
		stop-color: #4f5bd5;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#facebook-link svg stop:first-child {
		stop-color: #17aafd;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#facebook-link svg stop:last-child {
		stop-color: #0165e2;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#tiktok-link svg:first-child {
		fill: #69c9d0;
	}
	.main-banner .container .content ul#social-ul li .single-social:hover#tiktok-link svg:last-child {
		fill: #ee1d52;
	}
	.main-banner .container .content .ctas {
		width: 100%;
		max-width: 100%;
		margin: 2rem auto;
		display: flex;
		gap: 1.5rem;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
	}
	.main-banner .container .content .ctas p {
		margin: 0;
		text-align: center;
	}
	.main-banner .container .content .ctas p.cta {
		margin: 0;
	}
	.main-banner .container .content .ctas p.cta a {
		background: #1daa91;
		color: #0b0c10;
		padding: 20px 50px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		font-weight: 600;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	.main-banner .container .content .ctas a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 20px 50px;
		text-decoration: none;
		font-weight: 600;
		font-size: 18px;
		color: white;
		border-radius: 10px;
		outline: none;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.main-banner .container .content .ctas a#cta-btn:focus, .main-banner .container .content .ctas a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	.main-banner .container .content .ctas a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	.main-banner .container .content .ctas a#cta-btn:hover {
		background: #03c3a1;
	}
	.main-banner .container .content .ctas a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	.main-banner .container .content .ctas a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
	.main-banner .container .bottom-card {
		position: absolute;
		bottom: 80px;
		width: 100%;
		z-index: 10;
		left: 0;
	}
	.main-banner .container .bottom-card .powered-by {
		padding: 0 60px;
		gap: 80px;
	}
	.main-banner .container .bottom-card .powered-by h2 {
		font-size: 40px;
		color: #fff;
		line-height: 54px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 0;
		padding: 0;
		flex-basis: 400px;
	}
	.main-banner .container .bottom-card .powered-by h2 span {
		background: linear-gradient(90deg, rgba(126, 255, 178, 0.81) -0.36%, rgba(244, 255, 122, 0.82) 100.2%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.main-banner .container .bottom-card .powered-by p {
		color: #68717f;
		font-size: 16px;
		font-family: "Plus Jakarta Sans", sans-serif;
		max-width: 700px;
		width: 100%;
	}
	.main-banner .container .bottom-card .powered-by .blur1 {
		position: absolute;
		left: calc(50% - 344px);
		bottom: 0;
	}
	.main-banner .container .bottom-card .powered-by .blur2 {
		position: absolute;
		top: 0;
		height: 200px;
		right: 0;
	}
}

@property --rotate {
	syntax: "<angle>";
	initial-value: 132deg;
	inherits: false;
}

:root {
	--card-height: 240px;
	--card-width: calc(100% / 1.5);
}

.card {
	background: radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
	border-radius: 15px;
	background: #191c29;
	width: 100%;
	height: 200px;
	padding: 3px;
	align-items: center;
	display: flex;
	font-size: 1.5em;
	cursor: pointer;
	font-family: cursive;
}

.card::before {
	content: "";
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	border-radius: 15px;
	background-image: linear-gradient(var(--rotate), rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	position: absolute;
	z-index: -1;
	top: -3px;
	left: -3px;
	animation: spincus 3.5s linear infinite;
}

.card::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	transform: scale(1);
	filter: blur(calc(var(--card-height) / 6));
	background-image: linear-gradient(var(--rotate), rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	opacity: 0.15;
	transition: opacity 0.5s;
	animation: spincus 3.5s linear infinite;
}

@keyframes spincus {
	0% {
		--rotate: 0deg;
	}
	100% {
		--rotate: 360deg;
	}
}

.marquees-wrapper {
	overflow: scroll;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow-x: hidden;
	z-index: 1;
}

@media (max-width: 1400px) {
	.marquees-wrapper {
		margin-top: 4rem;
	}
}

@media (max-width: 992px) {
	.marquees-wrapper {
		margin-top: 6rem;
	}
}

.marquee-wrapper .marquee {
	position: relative;
	white-space: nowrap;
}

.marquee-wrapper .marquee .item {
	color: #fff;
	display: inline-block;
	align-items: center;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 56px;
	font-weight: 600;
	position: relative;
	flex-wrap: nowrap;
	flex-shrink: 0;
	padding: 0 0 0 50px;
}

.marquee-wrapper .marquee .item.alt {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 50px;
	color: #101217;
}

@media (max-width: 1200px) {
	.marquee-wrapper .marquee {
		position: relative;
		white-space: nowrap;
	}
	.marquee-wrapper .marquee .item {
		color: #fff;
		display: inline-block;
		align-items: center;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 56px;
		font-weight: 600;
		position: relative;
		flex-wrap: nowrap;
		flex-shrink: 0;
		padding: 0 0 0 20px;
	}
	.marquee-wrapper .marquee .item.alt {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 20px;
		color: #101217;
	}
}

@media (max-width: 992px) {
	.marquee-wrapper .marquee {
		position: relative;
		white-space: nowrap;
	}
	.marquee-wrapper .marquee .item {
		color: #fff;
		display: inline-block;
		align-items: center;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 50px;
		font-weight: 600;
		position: relative;
		flex-wrap: nowrap;
		flex-shrink: 0;
		padding: 0 0 0 20px;
	}
	.marquee-wrapper .marquee .item.alt {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 20px;
		color: #101217;
	}
}

@media (max-width: 768px) {
	.marquee-wrapper .marquee {
		position: relative;
		white-space: nowrap;
	}
	.marquee-wrapper .marquee .item {
		color: #fff;
		display: inline-block;
		align-items: center;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		font-weight: 600;
		position: relative;
		flex-wrap: nowrap;
		flex-shrink: 0;
		padding: 0 0 0 20px;
	}
	.marquee-wrapper .marquee .item.alt {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 20px;
		color: #101217;
	}
}

@media (max-width: 576px) {
	.marquee-wrapper .marquee {
		position: relative;
		white-space: nowrap;
	}
	.marquee-wrapper .marquee .item {
		color: #fff;
		display: inline-block;
		align-items: center;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 32px;
		font-weight: 600;
		position: relative;
		flex-wrap: nowrap;
		flex-shrink: 0;
		padding: 0 0 0 20px;
	}
	.marquee-wrapper .marquee .item.alt {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 20px;
		color: #101217;
	}
}

@keyframes loading {
	0% {
		cy: 10;
	}
	25% {
		cy: 3;
	}
	50% {
		cy: 10;
	}
}

.subscribe-section {
	display: flex;
	justify-content: center;
	padding: 95px 1.5rem 0px 1.5rem;
	position: relative;
}

.subscribe-section .subscribe-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 500px;
	height: auto;
}

.subscribe-section .container {
	max-width: 1440px;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	gap: 1rem;
}

.subscribe-section .container .email-subscribe {
	flex: 1 1 60%;
	border-radius: 15px;
	padding: 4rem 4rem 4rem 0;
	position: relative;
	overflow: hidden;
}

.subscribe-section .container .email-subscribe #confetti-canvas {
	position: absolute;
	right: -9%;
	bottom: -33px;
	width: 500px;
	height: 500px;
	pointer-events: none;
	z-index: 9999;
}

.subscribe-section .container .email-subscribe .pill-cont {
	display: flex;
	justify-content: flex-start;
	flex-flow: row wrap;
	gap: 1rem;
	margin: 2rem auto;
}

.subscribe-section .container .email-subscribe .pill-cont .pf__feature {
	display: flex;
	flex-flow: row nowrap;
	gap: 1.5rem;
	align-items: center;
	padding: 9px 32px 9px 8px;
	border-radius: 100px;
	width: fit-content;
	border: 1px solid rgba(194, 208, 228, 0.15);
}

.subscribe-section .container .email-subscribe .pill-cont .pf__feature .f__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
}

.subscribe-section .container .email-subscribe .pill-cont .pf__feature .f__icon img {
	height: 40px;
	width: 40px;
}

.subscribe-section .container .email-subscribe .pill-cont .pf__feature .f__text {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	transition: inherit;
}

.subscribe-section .container .email-subscribe p.l1 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: 500;
}

.subscribe-section .container .email-subscribe p.l1 .mobile-v {
	display: none;
}

.subscribe-section .container .email-subscribe p.l2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 52px;
	line-height: 1.2;
	color: #fff;
	margin: 15px 0 0 0;
	padding: 0;
	font-weight: 800;
}

.subscribe-section .container .email-subscribe p.l2 span {
	background: -webkit-linear-gradient(45deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

.subscribe-section .container .email-subscribe p.l2.mobile-v {
	display: none;
}

.subscribe-section .container .email-subscribe .subscribe-form {
	position: relative;
}

.subscribe-section .container .email-subscribe .subscribe-form form {
	background-color: rgba(255, 255, 255, 0.1);
	padding: 10px;
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}

.subscribe-section .container .email-subscribe .subscribe-form form input[type="email"] {
	background-color: transparent;
	outline: none;
	border: none;
	color: #c2d0e4;
	max-width: 85%;
	flex: 1 1 auto;
	padding: 15px 25px;
	font-weight: 400;
}

.subscribe-section .container .email-subscribe .subscribe-form form button {
	background: #1daa91;
	color: #0b0c10;
	padding: 15px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: none;
	height: 67px;
	width: 205px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	position: relative;
	justify-content: center;
	overflow: hidden;
	cursor: pointer;
	transition: width 0.2s cubic-bezier(0.39, 1.86, 0.64, 1);
}

.subscribe-section .container .email-subscribe .subscribe-form form button .messageCont {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.subscribe-section .container .email-subscribe .subscribe-form form button.ready .readyMSG .button-text span {
	opacity: 1;
	transition: all 0.2s ease calc(var(--dr) + 600ms);
	transform: translate3d(0, 0, 0);
}

.subscribe-section .container .email-subscribe .subscribe-form form button.ready .readyMSG svg {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: transform 0.4s ease 600ms, opacity 0.3s linear 600ms;
}

.subscribe-section .container .email-subscribe .subscribe-form form button.loading {
	width: 160px;
	transition: width .3s ease 0.4s;
}

.subscribe-section .container .email-subscribe .subscribe-form form button.loading .loadingMSG {
	opacity: 1;
	transform: translate3d(-50%, -50%, 0);
}

.subscribe-section .container .email-subscribe .subscribe-form form button.loading .loadingMSG .loadingCircle {
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-name: loading;
}

.subscribe-section .container .email-subscribe .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(2) {
	animation-delay: 0.1s;
}

.subscribe-section .container .email-subscribe .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(3) {
	animation-delay: 0.2s;
}

.subscribe-section .container .email-subscribe .subscribe-form form button.success .successMSG .button-text span {
	opacity: 1;
	transition: all 0.2s ease calc(var(--d) + 700ms);
}

.subscribe-section .container .email-subscribe .subscribe-form form button.success .successMSG svg {
	opacity: 1;
	stroke-dashoffset: 0;
	transition: opacity 0.3s linear 300ms, stroke-dashoffset .3s ease-in-out 900ms;
}

.subscribe-section .container .email-subscribe .subscribe-form form button.error .errorMSG .button-text span {
	opacity: 1;
	transition: all 0.2s ease calc(var(--d) + 400ms);
}

.subscribe-section .container .email-subscribe .subscribe-form form button.error .errorMSG svg {
	opacity: 1;
	stroke-dashoffset: 0;
	transition: opacity 0.3s linear 300ms, stroke-dashoffset .3s ease-in-out 600ms;
}

.subscribe-section .container .email-subscribe .subscribe-form form button .readyMSG {
	flex: 0 0 auto;
	font-family: "Plus Jakarta Sans", sans-serif;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 8px;
}

.subscribe-section .container .email-subscribe .subscribe-form form button .readyMSG .button-text span {
	opacity: 0;
	display: inline-block;
	transform: translate3d(0, 20px, 0);
	transition: all 0.4s ease var(--d);
}

.subscribe-section .container .email-subscribe .subscribe-form form button .readyMSG svg {
	height: 18px;
	width: 18px;
	opacity: 0;
	transform: translate3d(0, 20px, 0);
	transition: transform 0.4s ease, opacity 0.3s linear;
}

.subscribe-section .container .email-subscribe .subscribe-form form button .loadingMSG {
	transform: translate3d(-50%, 50px, 0);
	transition: transform 0.3s cubic-bezier(0.22, 0, 0.41, -0.57), opacity 0.3s linear 0.3s;
	opacity: 0;
}

.subscribe-section .container .email-subscribe .subscribe-form form button .loadingMSG svg {
	fill: #0b0c10;
	margin: 0;
	width: 22px;
}

.subscribe-section .container .email-subscribe .subscribe-form form button .successMSG {
	flex: 0 0 auto;
	font-family: "Plus Jakarta Sans", sans-serif;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 8px;
}

.subscribe-section .container .email-subscribe .subscribe-form form button .successMSG .button-text span {
	opacity: 0;
	display: inline-block;
	transition: all 0.2s ease var(--dr);
}

.subscribe-section .container .email-subscribe .subscribe-form form button .successMSG svg {
	opacity: 0;
	height: 18px;
	width: 18px;
	stroke-dasharray: 30;
	stroke-dashoffset: 30;
	transition: transform 0.4s ease, opacity 0.3s linear, stroke-dashoffset .3s ease-in-out;
}

.subscribe-section .container .email-subscribe .subscribe-form form button .errorMSG {
	flex: 0 0 auto;
	font-family: "Plus Jakarta Sans", sans-serif;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 8px;
}

.subscribe-section .container .email-subscribe .subscribe-form form button .errorMSG .button-text span {
	opacity: 0;
	display: inline-block;
	transition: all 0.2s ease var(--dr);
}

.subscribe-section .container .email-subscribe .subscribe-form form button .errorMSG svg {
	opacity: 0;
	height: 18px;
	width: 18px;
	stroke-dasharray: 30;
	stroke-dashoffset: 30;
	transition: transform 0.4s ease, opacity 0.3s linear, stroke-dashoffset .3s ease-in-out;
}

.subscribe-section .container .email-subscribe .subscribe-form form ::placeholder {
	color: rgba(194, 208, 228, 0.8);
}

.subscribe-section .container .email-subscribe .subscribe-form .subscribe-message {
	text-align: center;
	line-height: 16px;
	opacity: 0;
	color: rgba(194, 208, 228, 0.8);
}

.subscribe-section .container .email-subscribe .subscribe-form .subscribe-message p {
	margin: 0.7rem 0;
}

.subscribe-section .container .discord-box {
	flex: 1 1 35%;
	border-radius: 15px;
	background: rgba(11, 12, 16, 0.25);
	border: 1px solid #4d5766;
	padding: 4.5rem 3rem;
	backdrop-filter: blur(40px);
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
	position: relative;
	overflow: hidden;
	background: url("../svg/discord-bg.svg");
	background-origin: border-box;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 65%;
}

.subscribe-section .container .discord-box .blur-1 {
	position: absolute;
	width: 306.33px;
	height: 230.61px;
	left: -5.31px;
	top: 253.74px;
	background: #1daa91;
	opacity: 0.1;
	filter: blur(95px);
	border-radius: 15px;
	z-index: 0;
}

.subscribe-section .container .discord-box .blur-2 {
	position: absolute;
	width: 340.74px;
	height: 256.51px;
	left: 227.25px;
	top: -38.62px;
	background: #c2d0e4;
	opacity: 0.15;
	filter: blur(115px);
	border-radius: 15px;
	z-index: 0;
}

.subscribe-section .container .discord-box .discord-box__title {
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 35px;
	text-align: center;
	color: #ffffff;
	position: relative;
	z-index: 10;
}

.subscribe-section .container .discord-box .discord-box__title .discord-box__brand {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 1rem;
	justify-content: center;
	margin-top: 1rem;
}

.subscribe-section .container .discord-box .discord-box__title .discord-box__brand span {
	display: inline-block;
}

.subscribe-section .container .discord-box .discord-box__button {
	margin-top: 2rem;
	position: relative;
	z-index: 10;
}

.subscribe-section .container .discord-box .discord-box__button a {
	padding: 1.25rem 2rem;
	display: block;
	background: linear-gradient(87.67deg, #2cd9ff 1.98%, #7effb2 19.5%, #f4ff7a 82.86%, #ffd80e 98.07%);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
	border-radius: 110px;
	font-family: "Plus Jakarta Sans";
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 25px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #372350;
	mix-blend-mode: normal;
	justify-content: center;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.5s ease;
}

.subscribe-section .container .discord-box .discord-box__button a:hover {
	opacity: 0.8;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.subscribe-section .container {
		padding: 0rem;
	}
	.subscribe-section .container .email-subscribe {
		flex: 1 1 55%;
		padding: 2rem 1.5rem 2rem 0rem;
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
	}
	.subscribe-section .container .email-subscribe p {
		font-size: 15px;
		margin: 0.5rem 0 1.5rem;
	}
	.subscribe-section .container .email-subscribe p.l1 {
		font-size: 22px;
		line-height: 30px;
	}
	.subscribe-section .container .email-subscribe p.l1 .mobile-v {
		display: none;
	}
	.subscribe-section .container .email-subscribe p.l2 {
		font-size: 40px;
		line-height: 1.2;
		margin: 0;
		display: block;
	}
	.subscribe-section .container .email-subscribe p.l2.mobile-v {
		display: none;
	}
	.subscribe-section .container .email-subscribe .subscribe-form {
		max-width: 100%;
	}
	.subscribe-section .container .email-subscribe .subscribe-form form {
		background-color: transparent;
		padding: 0px;
		border-radius: 15px;
		display: flex;
		flex-wrap: wrap;
		gap: 0.5rem;
	}
	.subscribe-section .container .email-subscribe .subscribe-form form input[type="email"] {
		background-color: #30343d;
		padding: 10px;
		border-radius: 15px;
		outline: none;
		color: #c2d0e4;
		max-width: 100%;
		flex: 1 1 70%;
		padding: 15px 25px;
		font-size: 15px;
	}
	.subscribe-section .container .email-subscribe .subscribe-form form button {
		flex: 1 0 auto;
	}
	.subscribe-section .container .discord-box {
		flex: 1 1 40%;
		border-radius: 15px;
		background: rgba(11, 12, 16, 0.25);
		border: 1px solid #4d5766;
		padding: 2rem 1.5rem;
		backdrop-filter: blur(40px);
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		position: relative;
		overflow: hidden;
		background: url("../svg/discord-bg.svg");
		background-origin: border-box;
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 65%;
	}
	.subscribe-section .container .discord-box .blur-1 {
		position: absolute;
		width: 306.33px;
		height: 230.61px;
		left: -5.31px;
		top: 253.74px;
		background: #1daa91;
		opacity: 0.1;
		filter: blur(95px);
		border-radius: 15px;
		z-index: 0;
	}
	.subscribe-section .container .discord-box .blur-2 {
		position: absolute;
		width: 340.74px;
		height: 256.51px;
		left: 227.25px;
		top: -38.62px;
		background: #c2d0e4;
		opacity: 0.15;
		filter: blur(115px);
		border-radius: 15px;
		z-index: 0;
	}
	.subscribe-section .container .discord-box .discord-box__title {
		font-style: normal;
		font-weight: 400;
		font-size: 22px;
		line-height: 1.2;
		text-align: center;
		color: #ffffff;
		position: relative;
		z-index: 10;
	}
	.subscribe-section .container .discord-box .discord-box__title .discord-box__brand {
		display: flex;
		width: 100%;
		align-items: center;
		gap: 1rem;
		justify-content: center;
		margin-top: 1rem;
	}
	.subscribe-section .container .discord-box .discord-box__title .discord-box__brand span {
		display: inline-block;
	}
	.subscribe-section .container .discord-box .discord-box__button {
		margin: 2rem auto;
		position: relative;
		width: 100%;
		z-index: 10;
	}
	.subscribe-section .container .discord-box .discord-box__button a {
		padding: 1rem 1.25rem;
		display: block;
		background: linear-gradient(87.67deg, #2cd9ff 1.98%, #7effb2 19.5%, #f4ff7a 82.86%, #ffd80e 98.07%);
		box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
		border-radius: 110px;
		font-family: "Plus Jakarta Sans";
		font-style: normal;
		font-weight: 800;
		font-size: 16px;
		line-height: 25px;
		display: flex;
		align-items: center;
		text-align: center;
		color: #372350;
		mix-blend-mode: normal;
		justify-content: center;
		text-decoration: none;
		cursor: pointer;
		transition: all 0.5s ease;
	}
	.subscribe-section .container .discord-box .discord-box__button a:hover {
		opacity: 0.8;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.subscribe-section .container {
		padding: 0rem;
		gap: 3rem;
	}
	.subscribe-section .container .email-subscribe {
		flex-basis: 1 1 100%;
		padding: 0;
	}
	.subscribe-section .container .email-subscribe .pill-cont {
		display: flex;
		justify-content: flex-start;
		flex-flow: row nowrap;
		gap: 1rem;
		margin: 2rem auto;
	}
	.subscribe-section .container .email-subscribe .pill-cont .pf__feature {
		display: flex;
		flex-flow: row nowrap;
		gap: 1.5rem;
		align-items: center;
		padding: 6px 24px 6px 5px;
		border-radius: 100px;
		width: fit-content;
		border: 1px solid rgba(194, 208, 228, 0.15);
	}
	.subscribe-section .container .email-subscribe .pill-cont .pf__feature .f__icon {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		flex-shrink: 0;
	}
	.subscribe-section .container .email-subscribe .pill-cont .pf__feature .f__icon img {
		height: 32px;
		width: 32px;
	}
	.subscribe-section .container .email-subscribe .pill-cont .pf__feature .f__text {
		color: #fff;
		font-size: 14px;
		font-weight: 500;
		transition: inherit;
	}
	.subscribe-section .container .email-subscribe p {
		font-size: 15px;
		margin: 0.5rem 0 1.5rem;
	}
	.subscribe-section .container .email-subscribe p.l1 {
		font-size: 22px;
		line-height: 30px;
	}
	.subscribe-section .container .email-subscribe p.l1 .mobile-v {
		display: none;
	}
	.subscribe-section .container .email-subscribe p.l2 {
		font-size: 40px;
		line-height: 1.2;
		margin: 0;
		display: block;
	}
	.subscribe-section .container .email-subscribe p.l2.mobile-v {
		display: none;
	}
	.subscribe-section .container .email-subscribe .subscribe-form {
		max-width: 100%;
	}
	.subscribe-section .container .email-subscribe .subscribe-form form {
		background-color: transparent;
		padding: 0px;
		border-radius: 15px;
		display: flex;
		flex-wrap: wrap;
		gap: 0.5rem;
	}
	.subscribe-section .container .email-subscribe .subscribe-form form input[type="email"] {
		background-color: #30343d;
		padding: 10px;
		border-radius: 15px;
		outline: none;
		color: #c2d0e4;
		max-width: 100%;
		flex: 1 1 70%;
		padding: 15px 25px;
		font-size: 15px;
	}
	.subscribe-section .container .email-subscribe .subscribe-form form button {
		flex: 1 0 auto;
	}
	.subscribe-section .container .discord-box {
		flex: 1 1 100%;
		border-radius: 15px;
		background: rgba(11, 12, 16, 0.25);
		border: 1px solid #4d5766;
		padding: 2rem 1.5rem;
		backdrop-filter: blur(40px);
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		position: relative;
		overflow: hidden;
		background: url("../svg/discord-bg.svg");
		background-origin: border-box;
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 65%;
	}
	.subscribe-section .container .discord-box .blur-1 {
		position: absolute;
		width: 306.33px;
		height: 230.61px;
		left: -5.31px;
		top: 253.74px;
		background: #1daa91;
		opacity: 0.1;
		filter: blur(95px);
		border-radius: 15px;
		z-index: 0;
	}
	.subscribe-section .container .discord-box .blur-2 {
		position: absolute;
		width: 340.74px;
		height: 256.51px;
		left: 227.25px;
		top: -38.62px;
		background: #c2d0e4;
		opacity: 0.15;
		filter: blur(115px);
		border-radius: 15px;
		z-index: 0;
	}
	.subscribe-section .container .discord-box .discord-box__title {
		font-style: normal;
		font-weight: 400;
		font-size: 28px;
		line-height: 35px;
		text-align: center;
		color: #ffffff;
		position: relative;
		z-index: 10;
	}
	.subscribe-section .container .discord-box .discord-box__title .discord-box__brand {
		display: flex;
		width: 100%;
		align-items: center;
		gap: 1rem;
		justify-content: center;
		margin-top: 1rem;
	}
	.subscribe-section .container .discord-box .discord-box__title .discord-box__brand span {
		display: inline-block;
	}
	.subscribe-section .container .discord-box .discord-box__button {
		margin: 2rem auto;
		position: relative;
		width: 60%;
		z-index: 10;
	}
	.subscribe-section .container .discord-box .discord-box__button a {
		padding: 1rem 1.25rem;
		display: block;
		background: linear-gradient(87.67deg, #2cd9ff 1.98%, #7effb2 19.5%, #f4ff7a 82.86%, #ffd80e 98.07%);
		box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
		border-radius: 110px;
		font-family: "Plus Jakarta Sans";
		font-style: normal;
		font-weight: 800;
		font-size: 16px;
		line-height: 25px;
		display: flex;
		align-items: center;
		text-align: center;
		color: #372350;
		mix-blend-mode: normal;
		justify-content: center;
		text-decoration: none;
		cursor: pointer;
		transition: all 0.5s ease;
	}
	.subscribe-section .container .discord-box .discord-box__button a:hover {
		opacity: 0.8;
	}
}

@media (min-width: 576px) and (max-width: 768px) {
	.subscribe-section {
		margin: 80px 0 40px;
	}
	.subscribe-section .container {
		border-radius: 40px;
		padding: 0rem;
		gap: 2rem;
	}
	.subscribe-section .container .email-subscribe {
		flex-basis: 1 1 100%;
		padding: 0;
	}
	.subscribe-section .container .email-subscribe .pill-cont {
		display: flex;
		justify-content: flex-start;
		flex-flow: row nowrap;
		gap: 1rem;
		margin: 2rem auto;
	}
	.subscribe-section .container .email-subscribe .pill-cont .pf__feature {
		display: flex;
		flex-flow: row nowrap;
		gap: 1.5rem;
		align-items: center;
		padding: 6px 24px 6px 5px;
		border-radius: 100px;
		width: fit-content;
		border: 1px solid rgba(194, 208, 228, 0.15);
	}
	.subscribe-section .container .email-subscribe .pill-cont .pf__feature .f__icon {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		flex-shrink: 0;
	}
	.subscribe-section .container .email-subscribe .pill-cont .pf__feature .f__icon img {
		height: 32px;
		width: 32px;
	}
	.subscribe-section .container .email-subscribe .pill-cont .pf__feature .f__text {
		color: #fff;
		font-size: 14px;
		font-weight: 500;
		transition: inherit;
	}
	.subscribe-section .container .email-subscribe p {
		font-size: 15px;
		margin: 0.5rem 0 1.5rem;
	}
	.subscribe-section .container .email-subscribe p.l1 {
		font-size: 22px;
		line-height: 30px;
	}
	.subscribe-section .container .email-subscribe p.l1 .mobile-v {
		display: none;
	}
	.subscribe-section .container .email-subscribe p.l2 {
		font-size: 40px;
		line-height: 1.2;
		margin: 0;
		display: block;
	}
	.subscribe-section .container .email-subscribe p.l2.mobile-v {
		display: none;
	}
	.subscribe-section .container .email-subscribe .subscribe-form {
		max-width: 100%;
	}
	.subscribe-section .container .email-subscribe .subscribe-form form {
		background-color: transparent;
		padding: 0px;
		border-radius: 15px;
		display: flex;
		flex-wrap: wrap;
		gap: 0.5rem;
	}
	.subscribe-section .container .email-subscribe .subscribe-form form input[type="email"] {
		background-color: #30343d;
		padding: 10px;
		border-radius: 15px;
		outline: none;
		color: #c2d0e4;
		max-width: 100%;
		flex: 1 1 auto;
		padding: 15px 25px;
		font-size: 15px;
	}
	.subscribe-section .container .email-subscribe .subscribe-form form button {
		flex: 1 0 auto;
	}
	.subscribe-section .container .discord-box {
		flex: 1 1 100%;
		border-radius: 15px;
		background: rgba(11, 12, 16, 0.25);
		border: 1px solid #4d5766;
		padding: 2rem 1.5rem;
		backdrop-filter: blur(40px);
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		position: relative;
		overflow: hidden;
		background: url("../svg/discord-bg.svg");
		background-origin: border-box;
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 65%;
	}
	.subscribe-section .container .discord-box .blur-1 {
		position: absolute;
		width: 306.33px;
		height: 230.61px;
		left: -5.31px;
		top: 253.74px;
		background: #1daa91;
		opacity: 0.1;
		filter: blur(95px);
		border-radius: 15px;
		z-index: 0;
	}
	.subscribe-section .container .discord-box .blur-2 {
		position: absolute;
		width: 340.74px;
		height: 256.51px;
		left: 227.25px;
		top: -38.62px;
		background: #c2d0e4;
		opacity: 0.15;
		filter: blur(115px);
		border-radius: 15px;
		z-index: 0;
	}
	.subscribe-section .container .discord-box .discord-box__title {
		font-style: normal;
		font-weight: 400;
		font-size: 28px;
		line-height: 35px;
		text-align: center;
		color: #ffffff;
		position: relative;
		z-index: 10;
	}
	.subscribe-section .container .discord-box .discord-box__title .discord-box__brand {
		display: flex;
		width: 100%;
		align-items: center;
		gap: 1rem;
		justify-content: center;
		margin-top: 1rem;
	}
	.subscribe-section .container .discord-box .discord-box__title .discord-box__brand span {
		display: inline-block;
	}
	.subscribe-section .container .discord-box .discord-box__button {
		margin: 2rem auto;
		position: relative;
		width: 60%;
		z-index: 10;
	}
	.subscribe-section .container .discord-box .discord-box__button a {
		padding: 1rem 1.25rem;
		display: block;
		background: linear-gradient(87.67deg, #2cd9ff 1.98%, #7effb2 19.5%, #f4ff7a 82.86%, #ffd80e 98.07%);
		box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
		border-radius: 110px;
		font-family: "Plus Jakarta Sans";
		font-style: normal;
		font-weight: 800;
		font-size: 16px;
		line-height: 25px;
		display: flex;
		align-items: center;
		text-align: center;
		color: #372350;
		mix-blend-mode: normal;
		justify-content: center;
		text-decoration: none;
		cursor: pointer;
		transition: all 0.5s ease;
	}
	.subscribe-section .container .discord-box .discord-box__button a:hover {
		opacity: 0.8;
	}
}

@media (max-width: 576px) {
	.subscribe-section {
		margin: 80px 0 40px;
	}
	.subscribe-section .subscribe-bg {
		position: absolute;
		left: 0;
		top: 0;
		max-width: 400px;
		width: 100%;
		height: auto;
	}
	.subscribe-section .container {
		border-radius: 40px;
		padding: 0;
		gap: 1rem;
	}
	.subscribe-section .container .email-subscribe {
		flex-basis: 1 1 100%;
		padding: 0;
	}
	.subscribe-section .container .email-subscribe p {
		font-size: 15px;
		margin: 0.5rem 0 1.5rem;
	}
	.subscribe-section .container .email-subscribe p.l1 {
		font-size: 22px;
		line-height: 30px;
	}
	.subscribe-section .container .email-subscribe p.l1 .mobile-v {
		display: inline-block;
	}
	.subscribe-section .container .email-subscribe p.l2 {
		font-size: 40px;
		line-height: 1.2;
		margin: 0;
		display: none;
	}
	.subscribe-section .container .email-subscribe p.l2.mobile-v {
		display: block;
	}
	.subscribe-section .container .email-subscribe .subscribe-form {
		max-width: 100%;
	}
	.subscribe-section .container .email-subscribe .subscribe-form form {
		background-color: transparent;
		padding: 0px;
		border-radius: 15px;
		display: flex;
		flex-wrap: wrap;
		gap: 0.5rem;
	}
	.subscribe-section .container .email-subscribe .subscribe-form form input[type="email"] {
		background-color: #30343d;
		padding: 10px;
		border-radius: 15px;
		outline: none;
		color: #c2d0e4;
		max-width: 100%;
		flex: 1 1 auto;
		padding: 15px 25px;
		font-size: 15px;
	}
	.subscribe-section .container .email-subscribe .subscribe-form form button {
		flex: 1 0 100%;
	}
	.subscribe-section .container .discord-box {
		flex: 1 1 100%;
		border-radius: 15px;
		background: rgba(11, 12, 16, 0.25);
		border: 1px solid #4d5766;
		padding: 2rem 1.5rem;
		backdrop-filter: blur(40px);
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		position: relative;
		overflow: hidden;
		background: url("../svg/discord-bg.svg");
		background-origin: border-box;
		background-repeat: no-repeat;
		background-position: right bottom;
		background-size: 65%;
	}
	.subscribe-section .container .discord-box .blur-1 {
		position: absolute;
		width: 306.33px;
		height: 230.61px;
		left: -5.31px;
		top: 253.74px;
		background: #1daa91;
		opacity: 0.1;
		filter: blur(95px);
		border-radius: 15px;
		z-index: 0;
	}
	.subscribe-section .container .discord-box .blur-2 {
		position: absolute;
		width: 340.74px;
		height: 256.51px;
		left: 227.25px;
		top: -38.62px;
		background: #c2d0e4;
		opacity: 0.15;
		filter: blur(115px);
		border-radius: 15px;
		z-index: 0;
	}
	.subscribe-section .container .discord-box .discord-box__title {
		font-style: normal;
		font-weight: 400;
		font-size: 28px;
		line-height: 35px;
		text-align: center;
		color: #ffffff;
		position: relative;
		z-index: 10;
	}
	.subscribe-section .container .discord-box .discord-box__title .discord-box__brand {
		display: flex;
		width: 100%;
		align-items: center;
		gap: 1rem;
		justify-content: center;
		margin-top: 1rem;
	}
	.subscribe-section .container .discord-box .discord-box__title .discord-box__brand span {
		display: inline-block;
	}
	.subscribe-section .container .discord-box .discord-box__button {
		margin-top: 2rem;
		position: relative;
		z-index: 10;
		width: 100%;
	}
	.subscribe-section .container .discord-box .discord-box__button a {
		padding: 1rem 1.25rem;
		display: block;
		background: linear-gradient(87.67deg, #2cd9ff 1.98%, #7effb2 19.5%, #f4ff7a 82.86%, #ffd80e 98.07%);
		box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.5);
		border-radius: 110px;
		font-family: "Plus Jakarta Sans";
		font-style: normal;
		font-weight: 800;
		font-size: 16px;
		line-height: 25px;
		display: flex;
		align-items: center;
		text-align: center;
		color: #372350;
		mix-blend-mode: normal;
		justify-content: center;
		text-decoration: none;
		cursor: pointer;
		transition: all 0.5s ease;
	}
	.subscribe-section .container .discord-box .discord-box__button a:hover {
		opacity: 0.8;
	}
}

@property --color1 {
	syntax: "<color>";
	initial-value: #2cd9ff;
	inherits: false;
}

@property --color2 {
	syntax: "<color>";
	initial-value: #7effb2;
	inherits: false;
}

@property --color3 {
	syntax: "<color>";
	initial-value: #f4ff7a;
	inherits: false;
}

@property --color4 {
	syntax: "<color>";
	initial-value: #ffd80e;
	inherits: false;
}

@property --gradientAngle {
	syntax: "<angle>";
	initial-value: 260deg;
	inherits: false;
}

.pricing-table {
	width: 100%;
	padding: 0px 1.5rem 0px 1.5rem;
}

.pricing-table .container {
	margin: 0 auto;
	max-width: 1680px;
	width: 100%;
}

.pricing-table .container h2.pt-mobile-heading {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 38px;
	line-height: 1.2;
	color: #fff;
	margin: 200px 0 4rem 0;
	padding: 0;
	font-weight: 800;
}

@media (min-width: 576px) {
	.pricing-table .container h2.pt-mobile-heading {
		display: none;
	}
}

.pricing-table .container .pricing-table-wrapper {
	background: rgba(194, 208, 228, 0.05);
	backdrop-filter: blur(20px);
	border-radius: 15px;
	padding: 157px 0px 10px 0px;
	margin: 237px 0 0 0;
	position: relative;
}

.pricing-table .container .pricing-table-wrapper .program-options {
	display: flex;
	gap: 24px;
	margin: -314px 0 0 0;
}

.pricing-table .container .pricing-table-wrapper .program-options .option {
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	cursor: pointer;
	padding: 2px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: #fff;
	margin: 0 0 30px 0;
	transition: all 1s ease-in-out;
	position: relative;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s, box-shadow 0.3s, transform 0.3s;
	background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
}

.pricing-table .container .pricing-table-wrapper .program-options .option div {
	transition: all 0.3s ease-in-out;
	padding: 40px 40px 30px;
	background: radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.pricing-table .container .pricing-table-wrapper .program-options .option div.phase-container {
	height: 100%;
}

.pricing-table .container .pricing-table-wrapper .program-options .option div header {
	position: relative;
}

.pricing-table .container .pricing-table-wrapper .program-options .option div header h3 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 52px;
	line-height: 1.2;
	color: #fff;
	margin: 15px 0 0 0;
	padding: 0;
	text-align: left;
	font-weight: 800;
	display: block;
	white-space: nowrap;
}

.pricing-table .container .pricing-table-wrapper .program-options .option div header p {
	color: #68717f;
}

.pricing-table .container .pricing-table-wrapper .program-options .option div header a.learn-more-btn {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	color: #ffffff;
	position: absolute;
	right: 0;
	top: 20px;
	transition: all 0.5s ease-in-out;
}

.pricing-table .container .pricing-table-wrapper .program-options .option div header a.learn-more-btn img {
	transition: inherit;
}

.pricing-table .container .pricing-table-wrapper .program-options .option div header a.learn-more-btn:hover {
	opacity: 0.8;
}

.pricing-table .container .pricing-table-wrapper .program-options .option div header a.learn-more-btn:hover img {
	transform: translateX(5px);
}

.pricing-table .container .pricing-table-wrapper .program-options .option div p {
	color: #fff;
}

.pricing-table .container .pricing-table-wrapper .program-options .option .selected-mark {
	position: absolute;
	top: -29px;
	left: 50px;
	color: white;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-20px);
	transition: all 0.3s ease-in-out;
	padding: 1px;
	border-radius: 100px;
	overflow: hidden;
	width: fit-content;
	margin: 0 auto;
	background: -webkit-linear-gradient(260deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
}

.pricing-table .container .pricing-table-wrapper .program-options .option .selected-mark span {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 10px 28px 10px 8px;
	font-weight: 500;
	font-size: 16px;
	background-color: #101217;
	border-radius: 100px;
}

.pricing-table .container .pricing-table-wrapper .program-options .option:hover {
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
	transform: scale(0.97);
}

.pricing-table .container .pricing-table-wrapper .program-options .option.selected {
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	--gradientAngle: 1080deg;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s, box-shadow 0.3s, transform 0.3s;
	background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
}

.pricing-table .container .pricing-table-wrapper .program-options .option.selected .selected-mark {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
	transition: all 0.3s ease-in-out;
}

.pricing-table .container .pricing-table-wrapper .comparison {
	width: 100%;
	margin: 50px 0 0 0;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #fff;
}

.pricing-table .container .pricing-table-wrapper .comparison .cta {
	position: relative;
	z-index: 99999999999;
	text-align: center;
	margin-top: auto;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	cursor: pointer;
	padding: 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: "Plus Jakarta Sans", sans-serif;
	transition: --gradientAngle 1s;
	background: #2cd9ff;
	background: linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	background: -moz-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	font-size: 16px;
	color: #fff;
	margin: 0;
	min-width: 170px;
	margin: 0 auto;
}

.pricing-table .container .pricing-table-wrapper .comparison .cta a {
	background: radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	padding: 15px 0;
	width: 100%;
	color: #fff;
	text-decoration: none;
	transition: all 0.6s ease-in-out;
}

.pricing-table .container .pricing-table-wrapper .comparison .cta:hover {
	--gradientAngle: 720deg;
	background: #2cd9ff;
	background: linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	background: -moz-linear-gradient(720deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
}

.pricing-table .container .pricing-table-wrapper .comparison .cta:hover a {
	opacity: 0.8;
}

@media (max-width: 992px) {
	.pricing-table .container .pricing-table-wrapper .comparison .cta {
		text-align: center;
		margin-top: auto;
		box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
		border-radius: 15px;
		cursor: pointer;
		padding: 2px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: "Plus Jakarta Sans", sans-serif;
		transition: --gradientAngle 1s;
		background: #2cd9ff;
		background: linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -moz-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		font-size: 16px;
		color: #fff;
		margin: 0;
		min-width: 170px;
	}
	.pricing-table .container .pricing-table-wrapper .comparison .cta a {
		background: radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		display: inline-block;
		padding: 15px 0;
		width: 100%;
		color: #fff;
		text-decoration: none;
		transition: all 0.6s ease-in-out;
	}
	.pricing-table .container .pricing-table-wrapper .comparison .cta:hover {
		background: rgba(126, 255, 178, 0.81);
		background: linear-gradient(720deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -webkit-linear-gradient(720deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -moz-linear-gradient(720deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.pricing-table .container .pricing-table-wrapper .comparison .cta:hover a {
		opacity: 0.8;
	}
}

.pricing-table .container .pricing-table-wrapper .comparison table {
	margin: 0;
	border-collapse: collapse;
}

.pricing-table .container .pricing-table-wrapper .comparison table .pthree-only {
	display: none;
}

@media (min-width: 1520px) {
	.pricing-table .container .pricing-table-wrapper .comparison table thead tr.sticky-header-row {
		position: sticky;
		top: 110px;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table thead tr.sticky-header-row th span {
		font-weight: 700;
		--color1: rgba(255, 255, 255, 1);
		--color2: rgba(255, 255, 255, 1);
		--color3: rgba(255, 255, 255, 1);
		--color4: rgba(255, 255, 255, 1);
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		-webkit-background: linear-gradient(to right, var(--color1), var(--color2), var(--color3), var(--color4));
		background: linear-gradient(to right, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table thead tr.sticky-header-row th.sticky-header span {
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		-webkit-background: linear-gradient(to right, var(--color1), var(--color2), var(--color3), var(--color4));
		background: linear-gradient(to right, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

.pricing-table .container .pricing-table-wrapper .comparison table thead tr.sticky-header-row.sticky-header {
	z-index: 999999;
	background: rgba(11, 12, 16, 0.5);
	backdrop-filter: blur(40px);
}

.pricing-table .container .pricing-table-wrapper .comparison table thead th {
	padding: 20px 0;
	position: relative;
}

.pricing-table .container .pricing-table-wrapper .comparison table thead th.label-wrap .label {
	padding: 1px;
	border-radius: 100px;
	overflow: hidden;
	width: fit-content;
	margin: 0 auto;
	background: -webkit-linear-gradient(260deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
}

.pricing-table .container .pricing-table-wrapper .comparison table thead th.label-wrap .label span {
	display: block;
	padding: 6px 28px;
	font-weight: 500;
	font-size: 16px;
	background-color: #101217;
	border-radius: 100px;
}

.pricing-table .container .pricing-table-wrapper .comparison table thead tr.labels {
	position: relative;
	top: -18px;
}

.pricing-table .container .pricing-table-wrapper .comparison table thead tr.labels th {
	padding: 0;
}

.pricing-table .container .pricing-table-wrapper .comparison table thead .price-info {
	font-size: 30px;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr:not(:last-of-type) {
	border-bottom: 1px solid #2f3239;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td {
	padding: 26px;
	font-size: 16px;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #fff;
	position: relative;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td.contains-fee {
	padding: 40px;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td .has-pill {
	display: flex !important;
	flex-flow: row nowrap !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 4px;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td .has-pill .account-pill {
	padding: 2px;
	background: linear-gradient(to bottom, rgba(217, 217, 217, 0.2), rgba(217, 217, 217, 0));
	border-radius: 100px;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td .has-pill .account-pill div {
	background: #41453E;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
	border-radius: 100px;
	width: 100%;
	height: 100%;
	padding: 6px 14px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td .has-pill .account-pill.small div {
	background: #41453E;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
	border-radius: 100px;
	width: 100%;
	height: 100%;
	padding: 4px 12px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td .has-pill .account-pill.hidden {
	visibility: hidden;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td .tooltip {
	margin-right: 5px;
	display: inline-block;
	position: relative;
	display: inline-flex;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td .tooltip img.table-tooltip {
	vertical-align: middle;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td .tooltip .tooltip-text {
	visibility: hidden;
	background-color: #101217;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 14px;
	position: absolute;
	left: 50%;
	bottom: 190%;
	width: 200px;
	font-size: 14px;
	transform: translateX(-50%);
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td .tooltip .tooltip-text::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #101217 transparent transparent transparent;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td .tooltip:hover .tooltip-text {
	visibility: visible;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td img {
	vertical-align: middle;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td.accordion-td {
	padding: 0;
	border-bottom: 1px solid transparent;
	transition: all 0.7s ease-in-out;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td.accordion-td.active {
	border-bottom: 1px solid #2f3239;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td .collapsed-content {
	padding: 2rem;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr .row-name {
	white-space: nowrap;
	width: 100%;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr .row-value {
	width: 220px;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr .row-value .fee-notice {
	display: block;
	-webkit-background: linear-gradient(to right, #68af7c, #8ad78a, #9cd47e, #aed97b, #b4d777);
	background: linear-gradient(to right, #68af7c, #8ad78a, #9cd47e, #aed97b, #b4d777);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 5px 0px 0px;
	font-size: 14px;
	font-weight: 600;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr .row-value .notice {
	display: block;
	color: #fff;
	padding: 5px 0px 0px;
	font-size: 14px;
	font-weight: 500;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr:first-child td {
	border-top: 1px solid #2f3239;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td.row-larger {
	font-size: 20px;
	font-weight: 600;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion {
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion td {
	position: relative;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion td.emph {
	position: relative;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion td.emph::before {
	position: absolute;
	content: '';
	width: 100%;
	inset: 0;
	transition: all 0.2s ease-in-out;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion td.emph.hovered::before {
	background: rgba(255, 255, 255, 0.02);
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion td.emph.emph-op::before {
	height: 968px;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion td.emph.emph-tp::before {
	height: 1196px;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion td img {
	transition: all 0.4s ease-in-out;
	transform-origin: center;
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion.active td img:last-child {
	transform: rotate(180deg);
}

.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion:hover {
	background: rgba(255, 255, 255, 0.02);
}

.pricing-table .container .pricing-table-wrapper .comparison table .first-option {
	display: inline-block;
	transform: translateY(20px) translateX(-50%);
	left: 50%;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}

.pricing-table .container .pricing-table-wrapper .comparison table .first-option-row {
	display: inline-block;
	transform: translateY(20px);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	padding-left: inherit;
	padding-right: inherit;
	position: absolute;
	left: 20px;
	right: 0;
}

.pricing-table .container .pricing-table-wrapper .comparison table .first-option-accord {
	display: block;
	transform: translateY(20px);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	padding-left: inherit;
	padding-right: inherit;
	position: absolute;
	left: 0;
	right: 0;
}

.pricing-table .container .pricing-table-wrapper .comparison table .second-option {
	display: inline-block;
	transform: translateY(20px);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.pricing-table .container .pricing-table-wrapper .comparison table .second-option-row {
	display: inline-block;
	transform: translateY(20px);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.pricing-table .container .pricing-table-wrapper .comparison table .second-option-row .bottom-notice {
	position: absolute;
	top: 25px;
	left: 0;
	background: linear-gradient(to right, #68af7c, #8ad78a, #9cd47e, #aed97b, #b4d777);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 15px;
	font-weight: 700;
}

.pricing-table .container .pricing-table-wrapper .comparison table .second-option-row .bottom-notice.second {
	top: 20px;
}

.pricing-table .container .pricing-table-wrapper .comparison table .second-option-accord {
	display: block;
	transform: translateY(20px);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.pricing-table .container .pricing-table-wrapper .comparison table .third-option {
	display: inline-block;
	transform: translateY(20px) translateX(-50%);
	left: 50%;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}

.pricing-table .container .pricing-table-wrapper .comparison table .third-option-row {
	display: inline-block;
	transform: translateY(20px);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	padding-left: inherit;
	padding-right: inherit;
	position: absolute;
	left: 20px;
	right: 0;
}

.pricing-table .container .pricing-table-wrapper .comparison table .third-option-row .bottom-notice {
	position: absolute;
	top: 25px;
	left: 30px;
	background: linear-gradient(to right, #68af7c, #8ad78a, #9cd47e, #aed97b, #b4d777);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 15px;
	font-weight: 700;
}

.pricing-table .container .pricing-table-wrapper .comparison table .third-option-row .bottom-notice.second {
	top: 20px;
}

.pricing-table .container .pricing-table-wrapper .comparison table .third-option-accord {
	display: block;
	transform: translateY(20px);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	padding-left: inherit;
	padding-right: inherit;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.pricing-table .container .pricing-table-wrapper .comparison table.first-option .first-option {
	transform: translateY(0px) translateX(-50%);
	visibility: visible;
	opacity: 1;
}

.pricing-table .container .pricing-table-wrapper .comparison table.first-option .first-option-accord {
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}

.pricing-table .container .pricing-table-wrapper .comparison table.first-option .first-option-row {
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}

.pricing-table .container .pricing-table-wrapper .comparison table.second-option .second-option {
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}

.pricing-table .container .pricing-table-wrapper .comparison table.second-option .second-option-accord {
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}

.pricing-table .container .pricing-table-wrapper .comparison table.second-option .second-option-row {
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}

.pricing-table .container .pricing-table-wrapper .comparison table.third-option .third-option {
	transform: translateY(0px) translateX(-50%);
	visibility: visible;
	opacity: 1;
}

.pricing-table .container .pricing-table-wrapper .comparison table.third-option .third-option-accord {
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}

.pricing-table .container .pricing-table-wrapper .comparison table.third-option .third-option-row {
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}

.pricing-table .container .pricing-table-wrapper .comparison .row-value {
	text-align: center;
}

.pricing-table .container .pricing-table-wrapper::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -1px;
	border-radius: inherit;
	padding: 1px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

@media (max-width: 1700px) {
	.pricing-table {
		width: 100%;
	}
	.pricing-table .container {
		margin: 0 auto;
		max-width: 1440px;
		width: 100%;
	}
	.pricing-table .container .pricing-table-wrapper {
		background: rgba(194, 208, 228, 0.05);
		backdrop-filter: blur(20px);
		border-radius: 15px;
		padding: 1rem;
		position: relative;
	}
}

@media (max-width: 1700px) and (max-width: 768px) {
	.pricing-table .container .pricing-table-wrapper {
		display: none;
	}
}

@media (max-width: 1700px) {
	.pricing-table .container .pricing-table-wrapper .comparison {
		overflow-x: scroll;
		width: 100%;
		margin: 0;
		font-family: "Plus Jakarta Sans", sans-serif;
		color: #fff;
	}
	.pricing-table .container .pricing-table-wrapper .comparison .cta {
		box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
		border-radius: 15px;
		cursor: pointer;
		padding: 2px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: "Plus Jakarta Sans", sans-serif;
		transition: --gradientAngle 1s;
		background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		font-size: 16px;
		color: #fff;
		margin: 0;
	}
	.pricing-table .container .pricing-table-wrapper .comparison .cta a {
		background: radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		display: inline-block;
		padding: 15px 0;
		width: 100%;
		color: #fff;
		text-decoration: none;
		transition: all 0.6s ease-in-out;
	}
	.pricing-table .container .pricing-table-wrapper .comparison .cta:hover {
		--gradientAngle: 720deg;
		background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.pricing-table .container .pricing-table-wrapper .comparison .cta:hover a {
		opacity: 0.8;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table {
		margin: 0;
		border-collapse: collapse;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table thead th {
		padding: 20px;
		position: relative;
		white-space: nowrap;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table thead th.label-wrap .label {
		padding: 1px;
		border-radius: 100px;
		overflow: hidden;
		width: fit-content;
		margin: 0 auto;
		background: -webkit-linear-gradient(260deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.pricing-table .container .pricing-table-wrapper .comparison table thead th.label-wrap .label span {
		display: block;
		padding: 6px 28px;
		font-weight: 500;
		font-size: 15px;
		background-color: #101217;
		border-radius: 100px;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table thead th.price-info::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 980%;
		inset: 0;
		transition: all 0.2s ease-in-out;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table thead th.price-info:hover::before {
		background: rgba(255, 255, 255, 0.02);
	}
	.pricing-table .container .pricing-table-wrapper .comparison table thead tr.labels {
		position: relative;
		top: unset;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table thead tr.labels th {
		padding: 0;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table thead .price-info {
		font-size: 22px;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr:not(:last-of-type) {
		border-bottom: 1px solid #2f3239;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td {
		padding: 26px;
		font-size: 16px;
		font-family: "Plus Jakarta Sans", sans-serif;
		color: #fff;
		position: relative;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td.contains-fee {
		padding: 40px;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td .tooltip {
		margin-right: 5px;
		display: inline-block;
		position: relative;
		display: inline-flex;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td .tooltip img.table-tooltip {
		vertical-align: middle;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td .tooltip .tooltip-text {
		visibility: hidden;
		background-color: #101217;
		color: #fff;
		text-align: center;
		border-radius: 6px;
		padding: 14px;
		position: absolute;
		left: 175px;
		bottom: -18px;
		width: 300px;
		font-size: 13px;
		transform: translateX(-50%);
		z-index: 9999;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td .tooltip .tooltip-text::after {
		content: "";
		position: absolute;
		top: 43%;
		left: -5px;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: transparent #101217 transparent transparent;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td .tooltip:hover .tooltip-text {
		visibility: visible;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td img {
		vertical-align: middle;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td.accordion-td {
		padding: 0;
		border-bottom: 1px solid transparent;
		transition: all 0.7s ease-in-out;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td.accordion-td.active {
		border-bottom: 1px solid #2f3239;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td .collapsed-content {
		padding: 2rem;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr .row-value {
		width: 220px;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr .row-value .fee-notice {
		display: block;
		-webkit-background: linear-gradient(to right, #68af7c, #8ad78a, #9cd47e, #aed97b, #b4d777);
		background: linear-gradient(to right, #68af7c, #8ad78a, #9cd47e, #aed97b, #b4d777);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		padding: 5px 0px 0px;
		font-size: 14px;
		font-weight: 600;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr .row-value .notice {
		display: block;
		color: #fff;
		padding: 5px 0px 0px;
		font-size: 14px;
		font-weight: 500;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr:first-child td {
		border-top: 1px solid #2f3239;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td.row-larger {
		font-size: 16px;
		font-weight: 600;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion {
		cursor: pointer;
		transition: all 0.2s ease-in-out;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion td {
		position: relative;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion td.emph {
		position: relative;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion td.emph::before {
		position: absolute;
		content: '';
		width: 100%;
		inset: 0;
		transition: all 0.2s ease-in-out;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion td.emph.hovered::before {
		background: rgba(255, 255, 255, 0.02);
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion td.emph.emph-op::before {
		height: 968px;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion td.emph.emph-tp::before {
		height: 0px;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion td img {
		transition: all 0.4s ease-in-out;
		transform-origin: center;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion.active td img:last-child {
		transform: rotate(180deg);
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion:hover {
		background: rgba(255, 255, 255, 0.02);
	}
	.pricing-table .container .pricing-table-wrapper .comparison table .first-option {
		display: inline-block;
		transform: translateY(20px) translateX(-50%);
		left: 50%;
		visibility: hidden;
		opacity: 0;
		transition: all 0.3s ease-in-out;
		position: absolute;
		text-align: center;
		white-space: nowrap;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table .second-option {
		display: inline-block;
		transform: translateY(20px);
		visibility: hidden;
		opacity: 0;
		transition: all 0.3s ease-in-out;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table.first-option .first-option {
		transform: translateY(0px) translateX(-50%);
		visibility: visible;
		opacity: 1;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table.second-option .second-option {
		transform: translateY(0px);
		visibility: visible;
		opacity: 1;
	}
	.pricing-table .container .pricing-table-wrapper .comparison .row-value {
		text-align: center;
	}
	.pricing-table .container .pricing-table-wrapper::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -1px;
		border-radius: inherit;
		padding: 1px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
}

@media (max-width: 1200px) {
	.pricing-table {
		width: 100%;
	}
	.pricing-table .container {
		margin: 0 auto;
		max-width: 1440px;
		width: 100%;
	}
	.pricing-table .container .pricing-table-wrapper {
		background: rgba(194, 208, 228, 0.05);
		backdrop-filter: blur(20px);
		border-radius: 15px;
		padding: 1rem;
		margin: 400px 0 0 0;
		position: relative;
	}
	.pricing-table .container .pricing-table-wrapper .comparison {
		overflow-x: scroll;
		width: 100%;
		margin: 50px 0 0 0;
		font-family: "Plus Jakarta Sans", sans-serif;
		color: #fff;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table {
		margin: 0;
		border-collapse: collapse;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table thead th {
		padding: 20px;
		position: relative;
		white-space: nowrap;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table thead th.label-wrap .label {
		padding: 1px;
		border-radius: 100px;
		overflow: hidden;
		width: fit-content;
		margin: 0 auto;
		background: -webkit-linear-gradient(260deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.pricing-table .container .pricing-table-wrapper .comparison table thead th.label-wrap .label span {
		display: block;
		padding: 6px 28px;
		font-weight: 500;
		font-size: 15px;
		background-color: #101217;
		border-radius: 100px;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table thead th.price-info::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 980%;
		inset: 0;
		transition: all 0.2s ease-in-out;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table thead th.price-info:hover::before {
		background: rgba(255, 255, 255, 0.02);
	}
	.pricing-table .container .pricing-table-wrapper .comparison table thead tr.labels {
		position: relative;
		top: unset;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table thead tr.labels th {
		padding: 0;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table thead .price-info {
		font-size: 22px;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr:not(:last-of-type) {
		border-bottom: 1px solid #2f3239;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td {
		padding: 26px;
		font-size: 16px;
		font-family: "Plus Jakarta Sans", sans-serif;
		color: #fff;
		position: relative;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td.contains-fee {
		padding: 40px;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td .tooltip {
		margin-right: 5px;
		display: inline-block;
		position: relative;
		display: inline-flex;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td .tooltip img.table-tooltip {
		vertical-align: middle;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td .tooltip .tooltip-text {
		visibility: hidden;
		background-color: #101217;
		color: #fff;
		text-align: center;
		border-radius: 6px;
		padding: 14px;
		position: absolute;
		left: 175px;
		bottom: -18px;
		width: 300px;
		font-size: 13px;
		transform: translateX(-50%);
		z-index: 9999;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td .tooltip .tooltip-text::after {
		content: "";
		position: absolute;
		top: 43%;
		left: -5px;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: transparent #101217 transparent transparent;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td .tooltip:hover .tooltip-text {
		visibility: visible;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td img {
		vertical-align: middle;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td.accordion-td {
		padding: 0;
		border-bottom: 1px solid transparent;
		transition: all 0.7s ease-in-out;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td.accordion-td.active {
		border-bottom: 1px solid #2f3239;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td .collapsed-content {
		padding: 2rem;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr .row-value {
		width: 220px;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr .row-value .fee-notice {
		display: block;
		-webkit-background: linear-gradient(to right, #68af7c, #8ad78a, #9cd47e, #aed97b, #b4d777);
		background: linear-gradient(to right, #68af7c, #8ad78a, #9cd47e, #aed97b, #b4d777);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		padding: 5px 0px 0px;
		font-size: 14px;
		font-weight: 600;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr .row-value .notice {
		display: block;
		color: #fff;
		padding: 5px 0px 0px;
		font-size: 14px;
		font-weight: 500;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr:first-child td {
		border-top: 1px solid #2f3239;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td.row-larger {
		font-size: 16px;
		font-weight: 600;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion {
		cursor: pointer;
		transition: all 0.2s ease-in-out;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion td {
		white-space: nowrap;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion td img {
		transition: all 0.4s ease-in-out;
		transform-origin: center;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion.active td img:last-child {
		transform: rotate(180deg);
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion:hover {
		background: rgba(255, 255, 255, 0.02);
	}
	.pricing-table .container .pricing-table-wrapper .comparison table .first-option {
		display: inline-block;
		transform: translateY(20px) translateX(-50%);
		left: 50%;
		visibility: hidden;
		opacity: 0;
		transition: all 0.3s ease-in-out;
		position: absolute;
		text-align: center;
		white-space: nowrap;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table .second-option {
		display: inline-block;
		transform: translateY(20px);
		visibility: hidden;
		opacity: 0;
		transition: all 0.3s ease-in-out;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table.first-option .first-option {
		transform: translateY(0px) translateX(-50%);
		visibility: visible;
		opacity: 1;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table.second-option .second-option {
		transform: translateY(0px);
		visibility: visible;
		opacity: 1;
	}
	.pricing-table .container .pricing-table-wrapper .comparison .row-value {
		text-align: center;
	}
	.pricing-table .container .pricing-table-wrapper::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -1px;
		border-radius: inherit;
		padding: 1px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
}

@media (max-width: 992px) {
	.pricing-table {
		width: 100%;
	}
	.pricing-table .container {
		margin: 0 auto;
		max-width: 1440px;
		width: 100%;
	}
	.pricing-table .container .pricing-table-wrapper {
		background: rgba(194, 208, 228, 0.05);
		backdrop-filter: blur(20px);
		border-radius: 15px;
		padding: 1rem;
		margin: 237px 0 0 0;
		position: relative;
	}
	.pricing-table .container .pricing-table-wrapper .program-options {
		display: flex;
		flex-wrap: nowrap;
		gap: 1rem;
		margin: 0;
	}
	.pricing-table .container .pricing-table-wrapper .program-options .option {
		box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
		border-radius: 15px;
		cursor: pointer;
		padding: 2px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: #fff;
		margin: 0;
		transition: all 1s ease-in-out;
		position: relative;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s, box-shadow 0.3s, transform 0.3s;
		background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
	}
	.pricing-table .container .pricing-table-wrapper .program-options .option div {
		transition: all 0.3s ease-in-out;
		padding: 50px;
		background: radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
	}
	.pricing-table .container .pricing-table-wrapper .program-options .option div header {
		display: flex;
		flex-flow: column nowrap;
		position: relative;
	}
	.pricing-table .container .pricing-table-wrapper .program-options .option div header h3 {
		order: 2;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 26px;
		line-height: 1.2;
		color: #fff;
		margin: 15px 0 0 0;
		padding: 0;
		text-align: left;
		font-weight: 800;
	}
	.pricing-table .container .pricing-table-wrapper .program-options .option div header p {
		color: #68717f;
		font-size: 15px;
		order: 3;
	}
	.pricing-table .container .pricing-table-wrapper .program-options .option div header a.learn-more-btn {
		order: 1;
		display: flex;
		align-items: center;
		gap: 12px;
		text-decoration: none;
		color: #ffffff;
		position: relative;
		right: unset;
		top: unset;
		transition: all 0.5s ease-in-out;
	}
	.pricing-table .container .pricing-table-wrapper .program-options .option div header a.learn-more-btn img {
		transition: inherit;
	}
	.pricing-table .container .pricing-table-wrapper .program-options .option div header a.learn-more-btn:hover {
		opacity: 0.8;
	}
	.pricing-table .container .pricing-table-wrapper .program-options .option div header a.learn-more-btn:hover img {
		transform: translateX(5px);
	}
	.pricing-table .container .pricing-table-wrapper .program-options .option div p {
		color: #fff;
		margin: 1rem 0 0;
	}
	.pricing-table .container .pricing-table-wrapper .program-options .option .selected-mark {
		position: absolute;
		top: -29px;
		left: 50px;
		color: white;
		visibility: hidden;
		opacity: 0;
		transform: translateY(-20px);
		transition: all 0.3s ease-in-out;
		padding: 1px;
		border-radius: 100px;
		overflow: hidden;
		width: fit-content;
		margin: 0 auto;
		background: -webkit-linear-gradient(260deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.pricing-table .container .pricing-table-wrapper .program-options .option .selected-mark span {
		display: flex;
		align-items: center;
		gap: 1rem;
		padding: 10px 28px 10px 8px;
		font-weight: 500;
		font-size: 16px;
		background-color: #101217;
		border-radius: 100px;
	}
	.pricing-table .container .pricing-table-wrapper .program-options .option:hover {
		box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
		transform: scale(0.97);
	}
	.pricing-table .container .pricing-table-wrapper .program-options .option.selected {
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		--gradientAngle: 1080deg;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s, box-shadow 0.3s, transform 0.3s;
		background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
	}
	.pricing-table .container .pricing-table-wrapper .program-options .option.selected .selected-mark {
		visibility: visible;
		opacity: 1;
		transform: translateY(0px);
		transition: all 0.3s ease-in-out;
	}
	.pricing-table .container .pricing-table-wrapper .comparison {
		overflow-x: scroll;
		width: 100%;
		margin: 50px 0 0 0;
		font-family: "Plus Jakarta Sans", sans-serif;
		color: #fff;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table {
		margin: 0;
		border-collapse: collapse;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table thead th {
		padding: 20px;
		position: relative;
		white-space: nowrap;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table thead th.label-wrap .label {
		padding: 1px;
		border-radius: 100px;
		overflow: hidden;
		width: fit-content;
		margin: 0 auto;
		background: -webkit-linear-gradient(260deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.pricing-table .container .pricing-table-wrapper .comparison table thead th.label-wrap .label span {
		display: block;
		padding: 6px 28px;
		font-weight: 500;
		font-size: 15px;
		background-color: #101217;
		border-radius: 100px;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table thead th.price-info::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 980%;
		inset: 0;
		transition: all 0.2s ease-in-out;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table thead th.price-info:hover::before {
		background: rgba(255, 255, 255, 0.02);
	}
	.pricing-table .container .pricing-table-wrapper .comparison table thead tr.labels {
		position: relative;
		top: unset;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table thead tr.labels th {
		padding: 0;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table thead .price-info {
		font-size: 22px;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr:not(:last-of-type) {
		border-bottom: 1px solid #2f3239;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td {
		padding: 26px;
		font-size: 16px;
		font-family: "Plus Jakarta Sans", sans-serif;
		color: #fff;
		position: relative;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td.contains-fee {
		padding: 40px;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td .tooltip {
		margin-right: 5px;
		display: inline-block;
		position: relative;
		display: inline-flex;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td .tooltip img.table-tooltip {
		vertical-align: middle;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td .tooltip .tooltip-text {
		visibility: hidden;
		background-color: #101217;
		color: #fff;
		text-align: center;
		border-radius: 6px;
		padding: 14px;
		position: absolute;
		left: 175px;
		bottom: -18px;
		width: 300px;
		font-size: 13px;
		transform: translateX(-50%);
		z-index: 9999;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td .tooltip .tooltip-text::after {
		content: "";
		position: absolute;
		top: 43%;
		left: -5px;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: transparent #101217 transparent transparent;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td .tooltip:hover .tooltip-text {
		visibility: visible;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td img {
		vertical-align: middle;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td.accordion-td {
		padding: 0;
		border-bottom: 1px solid transparent;
		transition: all 0.7s ease-in-out;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td.accordion-td.active {
		border-bottom: 1px solid #2f3239;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td .collapsed-content {
		padding: 2rem;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr .row-value {
		width: 220px;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr .row-value .fee-notice {
		display: block;
		-webkit-background: linear-gradient(to right, #68af7c, #8ad78a, #9cd47e, #aed97b, #b4d777);
		background: linear-gradient(to right, #68af7c, #8ad78a, #9cd47e, #aed97b, #b4d777);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		padding: 5px 0px 0px;
		font-size: 14px;
		font-weight: 600;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr .row-value .notice {
		display: block;
		color: #fff;
		padding: 5px 0px 0px;
		font-size: 14px;
		font-weight: 500;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr:first-child td {
		border-top: 1px solid #2f3239;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr td.row-larger {
		font-size: 16px;
		font-weight: 600;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion {
		cursor: pointer;
		transition: all 0.2s ease-in-out;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion td {
		white-space: nowrap;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion td img {
		transition: all 0.4s ease-in-out;
		transform-origin: center;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion.active td img:last-child {
		transform: rotate(180deg);
	}
	.pricing-table .container .pricing-table-wrapper .comparison table tbody tr.table-accordion:hover {
		background: rgba(255, 255, 255, 0.02);
	}
	.pricing-table .container .pricing-table-wrapper .comparison table .first-option {
		display: inline-block;
		transform: translateY(20px) translateX(-50%);
		left: 50%;
		visibility: hidden;
		opacity: 0;
		transition: all 0.3s ease-in-out;
		position: absolute;
		text-align: center;
		white-space: nowrap;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table .second-option {
		display: inline-block;
		transform: translateY(20px);
		visibility: hidden;
		opacity: 0;
		transition: all 0.3s ease-in-out;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table.first-option .first-option {
		transform: translateY(0px) translateX(-50%);
		visibility: visible;
		opacity: 1;
	}
	.pricing-table .container .pricing-table-wrapper .comparison table.second-option .second-option {
		transform: translateY(0px);
		visibility: visible;
		opacity: 1;
	}
	.pricing-table .container .pricing-table-wrapper .comparison .row-value {
		text-align: center;
	}
	.pricing-table .container .pricing-table-wrapper::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -1px;
		border-radius: inherit;
		padding: 1px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
}

.options__table-mobile {
	border-radius: 15px;
	margin: 5rem 0 0;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	padding: 1px;
}

@media (min-width: 768px) {
	.options__table-mobile {
		display: none;
	}
}

.options__table-mobile .otm__bg-wrapper {
	border-radius: 15px;
	background: #15171c;
	height: 100%;
	width: 100%;
}

.options__table-mobile .otm__bg-wrapper .otm__padding {
	padding: 10px 10px;
}

.options__table-mobile .otm__bg-wrapper .otm__switch {
	border-radius: 100px;
	transform: translateY(-50%);
	background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	padding: 1px;
	margin: 0 -1px -40px;
}

.options__table-mobile .otm__bg-wrapper .otm__switch .switch__bg-wrapper {
	border-radius: 100px;
	background: #15171c;
	display: flex;
	gap: 1rem;
	padding: 1rem;
}

.options__table-mobile .otm__bg-wrapper .otm__switch .switch__bg-wrapper .switch-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	line-height: 1.2;
	flex: 1 1 auto;
	border: 1px solid rgba(194, 208, 228, 0.15);
	--color1: rgba(194, 208, 228, 0.05);
	--color2: rgba(194, 208, 228, 0.05);
	--color3: rgba(194, 208, 228, 0.05);
	--color4: rgba(194, 208, 228, 0.05);
	--gradientAngle: 90deg;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s, box-shadow 0.3s, transform 0.3s;
	background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
	padding: 10px 1rem;
	border-radius: 100px;
	text-align: center;
	color: #ffffff;
	font-weight: 500;
	transition: all 0.5s ease-in-out;
}

.options__table-mobile .otm__bg-wrapper .otm__switch .switch__bg-wrapper .switch-btn.selected {
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	--gradientAngle: 90deg;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s, box-shadow 0.3s, transform 0.3s;
	background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
	color: #101217;
	border: 1px solid #f4ff7a;
}

.options__table-mobile .otm__bg-wrapper .otm__controls {
	border-radius: 100px;
	background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	padding: 1px;
}

.options__table-mobile .otm__bg-wrapper .otm__controls .controls__bg-wrapper {
	border-radius: 100px;
	background: #15171c;
	display: flex;
	padding: 6px;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
}

.options__table-mobile .otm__bg-wrapper .otm__controls .controls__bg-wrapper .controls__btn {
	border-radius: 100%;
	height: 54px;
	width: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	transition: all 0.5s ease;
}

.options__table-mobile .otm__bg-wrapper .otm__controls .controls__bg-wrapper .controls__btn:hover {
	opacity: 0.9;
}

.options__table-mobile .otm__bg-wrapper .otm__controls .controls__bg-wrapper .controls__btn.slick-disabled {
	user-select: none;
	pointer-events: none;
	background: rgba(255, 255, 255, 0.5);
}

.options__table-mobile .otm__bg-wrapper .otm__controls .controls__bg-wrapper .controls__heading {
	text-align: center;
}

.options__table-mobile .otm__bg-wrapper .otm__controls .controls__bg-wrapper .controls__heading .heading__value {
	height: 23px;
}

.options__table-mobile .otm__bg-wrapper .otm__controls .controls__bg-wrapper .controls__heading .heading__value div {
	color: #fff;
	font-weight: bolder;
	font-size: 20px;
	line-height: 1.1;
	margin-bottom: 4px;
	display: inline-block;
	transform: translateY(20px) translateX(-50%);
	left: 50%;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}

.options__table-mobile .otm__bg-wrapper .otm__controls .controls__bg-wrapper .controls__heading .heading__value div.active {
	transform: translateY(0px) translateX(-50%);
	visibility: visible;
	opacity: 1;
}

.options__table-mobile .otm__bg-wrapper .otm__controls .controls__bg-wrapper .controls__heading .heading__subtitle {
	height: 13px;
}

.options__table-mobile .otm__bg-wrapper .otm__controls .controls__bg-wrapper .controls__heading .heading__subtitle div {
	font-size: 12px;
	color: rgba(194, 208, 228, 0.5);
	display: inline-block;
	transform: translateY(20px) translateX(-50%);
	left: 50%;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row {
	padding: 8px 0;
	text-align: center;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row.pthree-only {
	display: none;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row:not(:last-of-type) {
	border-bottom: 1px solid rgba(194, 208, 228, 0.15);
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row .table-data__label {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	gap: 4px;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row .table-data__label .label__tooltip-icon {
	margin-right: 5px;
	display: inline-block;
	display: inline-flex;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row .table-data__label .label__tooltip-icon img.table-tooltip {
	vertical-align: middle;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row .table-data__label .label__tooltip-icon .tooltip-text {
	visibility: hidden;
	background-color: #101217;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 14px;
	position: absolute;
	left: 50%;
	top: 28px;
	width: 300px;
	font-size: 13px;
	transform: translateX(-50%);
	z-index: 9999;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row .table-data__label .label__tooltip-icon:hover .tooltip-text {
	visibility: visible;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row .table-data__label .label__text {
	color: rgba(194, 208, 228, 0.6);
	font-size: 16px;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row .table-data__label .label__text div.label-option {
	display: flex;
	transform: translateY(20px);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	text-align: center;
	white-space: nowrap;
	align-items: center;
	gap: 4px;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row .table-data__label .label__text div.label-option div.label__text-double {
	color: rgba(194, 208, 228, 0.6);
	font-size: 16px;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row .table-data__label .label__text div.label-option .label__tooltip-icon {
	margin-right: 5px;
	display: inline-block;
	display: inline-flex;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row .table-data__label .label__text div.label-option .label__tooltip-icon img.table-tooltip {
	vertical-align: middle;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row .table-data__label .label__text div.label-option .label__tooltip-icon .tooltip-text {
	visibility: hidden;
	background-color: #101217;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 14px;
	position: absolute;
	left: 50%;
	top: 28px;
	width: 300px;
	font-size: 13px;
	transform: translateX(-50%);
	z-index: 9999;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row .table-data__label .label__text div.label-option .label__tooltip-icon:hover .tooltip-text {
	visibility: visible;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row .table-data__label .label__text div.label-option.abs {
	transform: translateY(20px) translateX(-50%);
	position: absolute;
	left: 50%;
	top: 0;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row .table-data__value {
	color: #fff;
	height: 21px;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row .table-data__value div {
	color: #fff;
	display: inline-block;
	transform: translateY(20px) translateX(-50%);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row .table-data__notice {
	background: linear-gradient(to right, #68af7c, #8ad78a, #9cd47e, #aed97b, #b4d777);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 12px;
	font-weight: 700;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row .table-data__notice-2 {
	margin-top: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row:last-of-type .table-data__label {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	gap: 4px;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row:last-of-type .table-data__label .label__tooltip-icon {
	margin-right: 5px;
	display: inline-block;
	display: inline-flex;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row:last-of-type .table-data__label .label__tooltip-icon img.table-tooltip {
	vertical-align: middle;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row:last-of-type .table-data__label .label__tooltip-icon .tooltip-text {
	visibility: hidden;
	background-color: #101217;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 14px;
	position: absolute;
	left: 50%;
	bottom: 29px;
	width: 300px;
	font-size: 13px;
	transform: translateX(-50%);
	z-index: 9999;
	top: unset;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row:last-of-type .table-data__label .label__tooltip-icon:hover .tooltip-text {
	visibility: visible;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row:last-of-type .table-data__label .label__text {
	color: rgba(194, 208, 228, 0.6);
	font-size: 16px;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row:last-of-type .table-data__label .label__text div.label-option {
	display: flex;
	transform: translateY(20px);
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	text-align: center;
	white-space: nowrap;
	align-items: center;
	gap: 4px;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row:last-of-type .table-data__label .label__text div.label-option div.label__text-double {
	color: rgba(194, 208, 228, 0.6);
	font-size: 16px;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row:last-of-type .table-data__label .label__text div.label-option .label__tooltip-icon {
	margin-right: 5px;
	display: inline-block;
	display: inline-flex;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row:last-of-type .table-data__label .label__text div.label-option .label__tooltip-icon img.table-tooltip {
	vertical-align: middle;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row:last-of-type .table-data__label .label__text div.label-option .label__tooltip-icon .tooltip-text {
	visibility: hidden;
	background-color: #101217;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 14px;
	position: absolute;
	left: 50%;
	top: 28px;
	width: 300px;
	font-size: 13px;
	transform: translateX(-50%);
	z-index: 9999;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row:last-of-type .table-data__label .label__text div.label-option .label__tooltip-icon:hover .tooltip-text {
	visibility: visible;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row:last-of-type .table-data__label .label__text div.label-option.abs {
	position: absolute;
	left: 50%;
	top: 0;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row--accord {
	padding: 8px 1rem;
	border-bottom: 1px solid rgba(194, 208, 228, 0.15);
	color: rgba(194, 208, 228, 0.6);
	font-size: 15px;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row--accord div.one-phase-option {
	display: none;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row--accord div.two-phase-option {
	display: none;
}

.options__table-mobile .otm__bg-wrapper .otm__table-data .table-data__single-slide .table-data__row--accord div.three-phase-option {
	display: none;
}

.options__table-mobile .otm__bg-wrapper .otm__btn {
	display: block;
	width: 100%;
	text-decoration: none;
	border-radius: 10px;
	padding: 2px;
	margin-top: 10px;
	background: linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 100%);
}

.options__table-mobile .otm__bg-wrapper .otm__btn .btn__bg-wrapper {
	background: linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 100%);
	border-radius: 10px;
	color: #101217;
	font-weight: bolder;
	text-align: center;
	padding: 1rem;
}

.options__table-mobile.one-phase-option .heading__subtitle .one-phase-option {
	transform: translateY(0px) translateX(-50%) !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.options__table-mobile.one-phase-option .table-data__value .one-phase-option {
	transform: translateY(0px) translateX(-50%) !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.options__table-mobile.one-phase-option .table-data__label .label__text .one-phase-option {
	transform: translateY(0px) !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.options__table-mobile.one-phase-option .table-data__row--accord div.one-phase-option {
	display: block !important;
}

.options__table-mobile.two-phase-option .heading__subtitle .two-phase-option {
	transform: translateY(0px) translateX(-50%) !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.options__table-mobile.two-phase-option .table-data__value .two-phase-option {
	transform: translateY(0px) translateX(-50%) !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.options__table-mobile.two-phase-option .table-data__label .label__text .two-phase-option {
	transform: translateY(0px) translateX(-50%) !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.options__table-mobile.two-phase-option .table-data__row--accord div.two-phase-option {
	display: block !important;
}

.options__table-mobile.three-phase-option .heading__subtitle .three-phase-option {
	transform: translateY(0px) translateX(-50%) !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.options__table-mobile.three-phase-option .table-data__value .three-phase-option {
	transform: translateY(0px) translateX(-50%) !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.options__table-mobile.three-phase-option .table-data__label .label__text .three-phase-option {
	transform: translateY(0px) translateX(-50%) !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.options__table-mobile.three-phase-option .table-data__row--accord div.three-phase-option {
	display: block !important;
}

.refund-amount {
	width: 100%;
	padding: 90px 1.5rem 90px 1.5rem;
}

.refund-amount .container {
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
}

.refund-amount .container h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 60px;
	line-height: 72px;
	color: #fff;
	margin: 15px 0 0 0;
	padding: 0;
	text-align: center;
	font-weight: 800;
}

.refund-amount .container h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

.refund-amount .container p {
	max-width: 700px;
	width: 100%;
	margin: 15px auto 0 auto;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: #68717f;
	text-align: center;
	font-weight: 400;
}

@media (max-width: 992px) {
	.refund-amount {
		width: 100%;
		padding: 80px 1.5rem 80px 1.5rem;
	}
	.refund-amount .container {
		margin: 0 auto;
		max-width: 1440px;
		width: 100%;
	}
	.refund-amount .container h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 50px;
		line-height: 1.2;
		color: #fff;
		margin: 15px 0 0 0;
		padding: 0;
		text-align: center;
		font-weight: 800;
	}
	.refund-amount .container h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.refund-amount .container p {
		max-width: 700px;
		width: 100%;
		margin: 15px auto 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		text-align: center;
		font-weight: 400;
	}
}

@media (max-width: 768px) {
	.refund-amount {
		width: 100%;
		padding: 80px 1.5rem 80px 1.5rem;
	}
	.refund-amount .container {
		margin: 0 auto;
		max-width: 1440px;
		width: 100%;
	}
	.refund-amount .container h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 15px 0 0 0;
		padding: 0;
		text-align: center;
		font-weight: 800;
	}
	.refund-amount .container h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.refund-amount .container p {
		max-width: 700px;
		width: 100%;
		margin: 15px auto 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		text-align: center;
		font-weight: 400;
	}
}

@keyframes hoverAnim1 {
	0% {
		transform: translate3d(0, -15%, 0);
	}
	50% {
		transform: translate3d(0, -12%, 0);
	}
	100% {
		transform: translate3d(0, -15%, 0);
	}
}

@keyframes hoverAnim2 {
	0% {
		transform: translate3d(0, 0, 0);
	}
	50% {
		transform: translate3d(0, 4%, 0);
	}
	100% {
		transform: translate3d(0, 0%, 0);
	}
}

.tailor-program {
	width: 100%;
	padding: 190px 1.5rem 170px 1.5rem;
	position: relative;
}

.tailor-program .bgs {
	position: absolute;
	inset: -1.5rem;
	z-index: -1;
}

.tailor-program .bgs .top-right-bg {
	position: absolute;
	right: 0;
	top: 0;
	width: 700px;
}

.tailor-program .container {
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.tailor-program .container .tailor-left {
	flex: 1 1 0;
	padding-top: 6rem;
}

.tailor-program .container .tailor-left h1 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 52px;
	line-height: 1.15;
	color: #fff;
	margin: 0 auto;
	width: 100%;
	padding: 0;
	text-align: left;
	font-weight: 800;
}

.tailor-program .container .tailor-left h1 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 6px 0;
	color: #101217;
	display: block;
}

.tailor-program .container .tailor-left p {
	max-width: 700px;
	width: 100%;
	margin: 15px 0;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: rgba(194, 208, 228, 0.5);
	text-align: left;
	font-weight: 400;
	max-width: 85%;
}

.tailor-program .container .tailor-left .tl__button {
	display: flex;
	margin-top: 2rem;
}

.tailor-program .container .tailor-right {
	display: flex;
	justify-content: flex-end;
	flex: 1 1 0;
}

.tailor-program .container .tailor-bottom {
	flex: 1 1 100%;
	display: flex;
	gap: 1rem;
	margin: 3rem 0;
}

.tailor-program .container .tailor-bottom .tb-single {
	display: flex;
	flex-flow: column nowrap;
	border: 1px solid rgba(194, 208, 228, 0.15);
	background: url("../png/gradient-bg-tailor.png"), url("../svg/tailor-grid.svg"), rgba(11, 12, 16, 0.25);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: center, right bottom, center center;
	background-size: cover, auto, cover;
	border-radius: 15px;
	padding: 4.5rem 3rem;
	position: relative;
	overflow: hidden;
	flex: 1 1 20%;
}

.tailor-program .container .tailor-bottom .tb-single.anim1 {
	animation: hoverAnim1 8s ease-in-out infinite;
}

@media (max-width: 1270px) {
	.tailor-program .container .tailor-bottom .tb-single.anim1 {
		animation: unset;
	}
}

.tailor-program .container .tailor-bottom .tb-single.anim2 {
	animation: hoverAnim2 6s ease-in-out infinite reverse;
}

@media (max-width: 1270px) {
	.tailor-program .container .tailor-bottom .tb-single.anim2 {
		animation: unset;
	}
}

.tailor-program .container .tailor-bottom .tb-single .tb-single__icon {
	margin-bottom: 0.5rem;
}

.tailor-program .container .tailor-bottom .tb-single .tb-single__title {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
	color: #ffffff;
	margin-bottom: 1.1rem;
}

.tailor-program .container .tailor-bottom .tb-single .tb-single__title span {
	font-weight: bolder;
}

.tailor-program .container .tailor-bottom .tb-single .tb-single__text {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
}

.tailor-program .container .tailor-bottom .tb-single:nth-of-type(3) {
	transform: translate3d(0, -15%, 0);
	-webkit-transform: translate3d(0, -15%, 0);
}

.tailor-program .container .tailor-bottom .tb-single:nth-of-type(1) {
	transform: translate3d(0, -15%, 0);
	-webkit-transform: translate3d(0, -15%, 0);
}

@media (min-width: 992px) and (max-width: 1270px) {
	.tailor-program {
		width: 100%;
		padding: 120px 1.5rem 120px 1.5rem;
		position: relative;
	}
	.tailor-program .bgs {
		position: absolute;
		inset: 0;
		z-index: -1;
	}
	.tailor-program .bgs .top-right-bg {
		position: absolute;
		right: 0;
		top: 0;
		width: 500px;
	}
	.tailor-program .container {
		margin: 0 auto;
		max-width: 1440px;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding: 30px 0;
	}
	.tailor-program .container .tailor-left {
		flex: 1 1 0;
	}
	.tailor-program .container .tailor-left h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 52px;
		line-height: 1.15;
		color: #fff;
		margin: 0 auto;
		width: 100%;
		padding: 0;
		text-align: left;
		font-weight: 800;
	}
	.tailor-program .container .tailor-left h1 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 6px 0;
		color: #101217;
		display: block;
	}
	.tailor-program .container .tailor-left p {
		max-width: 700px;
		width: 100%;
		margin: 15px 0;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: rgba(194, 208, 228, 0.5);
		text-align: left;
		font-weight: 400;
		max-width: 85%;
	}
	.tailor-program .container .tailor-right {
		display: flex;
		justify-content: flex-end;
		flex: 1 1 0;
	}
	.tailor-program .container .tailor-right img {
		transform: none;
	}
	.tailor-program .container .tailor-bottom {
		flex: 1 1 100%;
		display: flex;
		gap: 1rem;
		margin-top: 7rem;
		flex-wrap: wrap;
	}
	.tailor-program .container .tailor-bottom .tb-single {
		display: flex;
		flex-flow: column nowrap;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: url("../png/gradient-bg-tailor.png"), url("../svg/tailor-grid.svg"), rgba(11, 12, 16, 0.25);
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position: center, right bottom, center center;
		background-size: cover, auto, cover;
		border-radius: 15px;
		padding: 5.75rem 3rem;
		position: relative;
		overflow: hidden;
		flex: 1 1 42%;
	}
	.tailor-program .container .tailor-bottom .tb-single .tb-single__icon {
		margin-bottom: 0.5rem;
	}
	.tailor-program .container .tailor-bottom .tb-single .tb-single__title {
		font-style: normal;
		font-weight: 400;
		font-size: 26px;
		line-height: 33px;
		color: #ffffff;
		margin-bottom: 1.5rem;
	}
	.tailor-program .container .tailor-bottom .tb-single .tb-single__title span {
		font-weight: bolder;
	}
	.tailor-program .container .tailor-bottom .tb-single .tb-single__text {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
	}
	.tailor-program .container .tailor-bottom .tb-single:nth-of-type(3) {
		transform: translate3d(0, -20%, 0);
		-webkit-transform: translate3d(0, -20%, 0);
	}
	.tailor-program .container .tailor-bottom .tb-single:nth-of-type(2) {
		transform: none;
	}
	.tailor-program .container .tailor-bottom .tb-single:nth-of-type(1) {
		transform: translate3d(0, -20%, 0);
		-webkit-transform: translate3d(0, -20%, 0);
	}
}

@media (max-width: 992px) {
	.tailor-program {
		width: 100%;
		padding: 120px 1.5rem 120px 1.5rem;
		position: relative;
	}
	.tailor-program .bgs {
		position: absolute;
		inset: 0;
		z-index: -1;
	}
	.tailor-program .bgs .top-right-bg {
		position: absolute;
		right: 0;
		top: 0;
		width: 700px;
	}
	.tailor-program .container {
		margin: 0 auto;
		max-width: 1440px;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding: 40px 0;
	}
	.tailor-program .container .tailor-left {
		flex: 1 1 100%;
		padding-top: 0;
	}
	.tailor-program .container .tailor-left h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 50px;
		line-height: 1.15;
		color: #fff;
		margin: 0 auto;
		width: 100%;
		padding: 0;
		text-align: left;
		font-weight: 800;
	}
	.tailor-program .container .tailor-left h1 span {
		display: inline-block;
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 6px 0;
		color: #101217;
	}
	.tailor-program .container .tailor-left p {
		max-width: 700px;
		width: 100%;
		margin: 15px 0;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: rgba(194, 208, 228, 0.5);
		text-align: left;
		font-weight: 400;
		max-width: 100%;
	}
	.tailor-program .container .tailor-right {
		display: flex;
		justify-content: center;
		flex: 1 1 100%;
		margin-top: 2rem;
	}
	.tailor-program .container .tailor-right img {
		transform: none;
	}
	.tailor-program .container .tailor-bottom {
		flex: 1 1 100%;
		display: flex;
		gap: 1rem;
		margin-top: 6rem;
		flex-wrap: wrap;
	}
	.tailor-program .container .tailor-bottom .tb-single {
		display: flex;
		flex-flow: column nowrap;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: url("../png/gradient-bg-tailor.png"), url("../svg/tailor-grid.svg"), rgba(11, 12, 16, 0.25);
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position: center, right bottom, center center;
		background-size: cover, auto, cover;
		border-radius: 15px;
		padding: 5.75rem 3rem;
		position: relative;
		overflow: hidden;
		flex: 1 1 42%;
	}
	.tailor-program .container .tailor-bottom .tb-single .tb-single__icon {
		margin-bottom: 0.5rem;
	}
	.tailor-program .container .tailor-bottom .tb-single .tb-single__title {
		font-style: normal;
		font-weight: 400;
		font-size: 26px;
		line-height: 33px;
		color: #ffffff;
		margin-bottom: 1.5rem;
	}
	.tailor-program .container .tailor-bottom .tb-single .tb-single__title span {
		font-weight: bolder;
	}
	.tailor-program .container .tailor-bottom .tb-single .tb-single__text {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
	}
	.tailor-program .container .tailor-bottom .tb-single:nth-of-type(3) {
		transform: translate3d(0, -20%, 0);
		-webkit-transform: translate3d(0, -20%, 0);
	}
	.tailor-program .container .tailor-bottom .tb-single:nth-of-type(2) {
		transform: none;
	}
	.tailor-program .container .tailor-bottom .tb-single:nth-of-type(1) {
		transform: translate3d(0, -20%, 0);
		-webkit-transform: translate3d(0, -20%, 0);
	}
}

@media (max-width: 768px) {
	.tailor-program {
		width: 100%;
		padding: 80px 1.5rem 80px 1.5rem;
		position: relative;
	}
	.tailor-program .bgs {
		position: absolute;
		inset: 0;
		z-index: -1;
	}
	.tailor-program .bgs .top-right-bg {
		position: absolute;
		right: 0;
		top: 0;
		width: 700px;
	}
	.tailor-program .container {
		margin: 0 auto;
		max-width: 1440px;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding: 40px 0;
	}
	.tailor-program .container .tailor-left {
		flex: 1 1 100%;
	}
	.tailor-program .container .tailor-left h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.15;
		color: #fff;
		margin: 0 auto;
		width: 100%;
		padding: 0;
		text-align: left;
		font-weight: 800;
	}
	.tailor-program .container .tailor-left h1 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 6px 0;
		color: #101217;
	}
	.tailor-program .container .tailor-left p {
		max-width: 700px;
		width: 100%;
		margin: 15px 0;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: rgba(194, 208, 228, 0.5);
		text-align: left;
		font-weight: 400;
		max-width: 100%;
	}
	.tailor-program .container .tailor-right {
		display: flex;
		justify-content: center;
		flex: 1 1 100%;
		margin-top: 2rem;
	}
	.tailor-program .container .tailor-right img {
		transform: none;
	}
	.tailor-program .container .tailor-bottom {
		flex: 1 1 100%;
		display: flex;
		gap: 1rem;
		margin-top: 3rem;
		flex-wrap: wrap;
	}
	.tailor-program .container .tailor-bottom .tb-single {
		display: flex;
		flex-flow: column nowrap;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: url("../png/gradient-bg-tailor.png"), url("../svg/tailor-grid.svg"), rgba(11, 12, 16, 0.25);
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position: center, right bottom, center center;
		background-size: cover, auto, cover;
		border-radius: 15px;
		padding: 4.5rem 3rem;
		position: relative;
		overflow: hidden;
		flex: 1 1 100%;
	}
	.tailor-program .container .tailor-bottom .tb-single .tb-single__icon {
		margin-bottom: 0.5rem;
	}
	.tailor-program .container .tailor-bottom .tb-single .tb-single__title {
		font-style: normal;
		font-weight: 400;
		font-size: 24px;
		line-height: 1.2;
		color: #ffffff;
		margin-bottom: 1.1rem;
	}
	.tailor-program .container .tailor-bottom .tb-single .tb-single__title span {
		font-weight: bolder;
	}
	.tailor-program .container .tailor-bottom .tb-single .tb-single__text {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
	}
	.tailor-program .container .tailor-bottom .tb-single:nth-of-type(3) {
		transform: none;
	}
	.tailor-program .container .tailor-bottom .tb-single:nth-of-type(1) {
		transform: none;
	}
}

.featured-in {
	width: calc(100% - 100px);
	padding: 0px 1.5rem 95px 1.5rem;
	display: flex;
	justify-content: center;
	text-align: center;
	position: relative;
	margin: 0 auto;
}

.featured-in .bgs {
	position: absolute;
	inset: -1.5rem;
	z-index: -1;
}

.featured-in .bgs .top-left {
	position: absolute;
	left: -1.5rem;
	top: -140px;
	width: 450px;
}

.featured-in .container {
	max-width: 1440px;
	width: 100%;
}

.featured-in .container h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 52px;
	line-height: 1.2;
	color: #fff;
	margin: 15px 0 0 0;
	padding: 0;
	font-weight: 800;
}

.featured-in .container h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

.featured-in .container p {
	max-width: 700px;
	width: 100%;
	text-align: center;
	margin: 15px auto 0 auto;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: #68717f;
	font-weight: 400;
}

.featured-in .container ul {
	margin: 50px 0 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 75px;
}

.featured-in .container ul li a {
	transition: all 0.5s ease;
	display: flex;
	justify-content: center;
	align-items: center;
}

.featured-in .container ul li a:hover {
	opacity: 0.8;
}

@media (max-width: 1500px) {
	.featured-in {
		width: 100%;
		margin: 0;
		padding: 20px 1.5rem 0px 1.5rem;
		display: flex;
		justify-content: center;
		text-align: center;
		position: relative;
	}
	.featured-in .bgs {
		position: absolute;
		inset: 0;
		z-index: -1;
	}
	.featured-in .bgs .top-left {
		position: absolute;
		left: 0;
		top: -140px;
		width: 450px;
	}
	.featured-in .container {
		max-width: 1440px;
		width: 100%;
	}
	.featured-in .container h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		line-height: 1.2;
		color: #fff;
		margin: 15px 0 0 0;
		padding: 0;
		font-weight: 800;
	}
	.featured-in .container h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.featured-in .container p {
		max-width: 700px;
		width: 100%;
		text-align: center;
		margin: 15px auto 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		font-weight: 400;
	}
	.featured-in .container ul {
		margin-top: 3rem;
		padding: 0;
		list-style: none;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 4rem;
	}
	.featured-in .container ul li svg {
		width: 100%;
	}
}

@media (max-width: 1200px) {
	.featured-in {
		width: 100%;
		margin: 0;
		padding: 20px 1.5rem 0px 1.5rem;
		display: flex;
		justify-content: center;
		text-align: center;
		position: relative;
	}
	.featured-in .bgs {
		position: absolute;
		inset: 0;
		z-index: -1;
	}
	.featured-in .bgs .top-left {
		position: absolute;
		left: 0;
		top: -140px;
		width: 450px;
	}
	.featured-in .container {
		max-width: 1440px;
		width: 100%;
	}
	.featured-in .container h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 52px;
		line-height: 1.2;
		color: #fff;
		margin: 15px 0 0 0;
		padding: 0;
		font-weight: 800;
	}
	.featured-in .container h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.featured-in .container p {
		max-width: 700px;
		width: 100%;
		text-align: center;
		margin: 15px auto 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		font-weight: 400;
	}
	.featured-in .container ul {
		margin-top: 3rem;
		padding: 0;
		list-style: none;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 2rem;
	}
	.featured-in .container ul li {
		flex: 1 1 45%;
	}
	.featured-in .container ul li svg {
		width: 100%;
	}
}

@media (max-width: 992px) {
	.featured-in {
		width: 100%;
		margin: 0;
		padding: 20px 1.5rem 0px 1.5rem;
		display: flex;
		justify-content: center;
		text-align: center;
		position: relative;
	}
	.featured-in .bgs {
		position: absolute;
		inset: 0;
		z-index: -1;
	}
	.featured-in .bgs .top-left {
		position: absolute;
		left: 0;
		top: -140px;
		width: 450px;
	}
	.featured-in .container {
		max-width: 1440px;
		width: 100%;
	}
	.featured-in .container h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 50px;
		line-height: 1.2;
		color: #fff;
		margin: 15px 0 0 0;
		padding: 0;
		font-weight: 800;
	}
	.featured-in .container h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.featured-in .container p {
		max-width: 700px;
		width: 100%;
		text-align: center;
		margin: 15px auto 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		font-weight: 400;
	}
	.featured-in .container ul {
		margin-top: 3rem;
		padding: 0;
		list-style: none;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 2rem;
	}
	.featured-in .container ul li {
		flex: 1 1 30%;
	}
	.featured-in .container ul li svg {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.featured-in {
		width: 100%;
		margin: 0;
		padding: 20px 1.5rem 0px 1.5rem;
		display: flex;
		justify-content: center;
		text-align: center;
		position: relative;
	}
	.featured-in .bgs {
		position: absolute;
		inset: 0;
		z-index: -1;
	}
	.featured-in .bgs .top-left {
		position: absolute;
		left: 0;
		top: -140px;
		width: 450px;
	}
	.featured-in .container {
		max-width: 1440px;
		width: 100%;
	}
	.featured-in .container h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 15px 0 0 0;
		padding: 0;
		font-weight: 800;
	}
	.featured-in .container h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.featured-in .container p {
		max-width: 700px;
		width: 100%;
		text-align: center;
		margin: 15px auto 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		font-weight: 400;
	}
	.featured-in .container ul {
		margin-top: 3rem;
		padding: 0;
		list-style: none;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 2rem;
	}
	.featured-in .container ul li {
		flex: 1 1 30%;
	}
	.featured-in .container ul li svg {
		width: 100%;
	}
}

.program-benefits {
	display: flex;
	width: 100%;
	position: relative;
	padding: 95px 1.5rem 95px 1.5rem;
}

.program-benefits .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	border: 1px solid rgba(194, 208, 228, 0.15);
	border-radius: 15px;
	position: relative;
}

.program-benefits .container .rules__flex {
	display: flex;
	flex-flow: row wrap;
	padding: 3rem 3rem 0;
}

.program-benefits .container .rules__flex .rules__heading {
	flex: 1 1 70%;
	margin-bottom: 3rem;
	text-align: left;
}

.program-benefits .container .rules__flex .rules__heading .top-text {
	font-size: 30px;
	color: #c2d0e4;
	margin: 0px;
}

.program-benefits .container .rules__flex .rules__heading h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 52px;
	line-height: 1.2;
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: 800;
}

.program-benefits .container .rules__flex .rules__heading h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

.program-benefits .container .rules__flex .rules__heading p {
	max-width: 700px;
	width: 100%;
	margin: 15px 0px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: #68717f;
	font-weight: 400;
}

.program-benefits .container .rules__flex .rules-controls {
	flex: 1 1 30%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: flex-start;
	margin-top: 1rem;
}

.program-benefits .container .rules__flex .rules-controls .rules-buttons {
	display: flex;
	gap: 1.5rem;
}

.program-benefits .container .rules__flex .rules-controls .rules-buttons div {
	border-radius: 100%;
	display: flex;
	height: 50px;
	width: 50px;
	justify-content: center;
	align-items: center;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, transform 1s ease-in-out;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	cursor: pointer;
	user-select: none;
}

.program-benefits .container .rules__flex .rules-controls .rules-buttons div.slick-disabled {
	cursor: auto;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	--color1: rgba(194, 208, 228, 0.25);
	--color2: rgba(194, 208, 228, 0.25);
	--color3: rgba(194, 208, 228, 0.25);
	--color4: rgba(194, 208, 228, 0.25);
}

.program-benefits .container .rules-wrapper {
	padding-left: 3rem;
}

.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item {
	border: 2px solid rgba(194, 208, 228, 0.15);
	width: 540px;
	border-radius: 15px;
	padding: 1.5rem 1.5rem 1.5rem 0;
	display: flex;
	flex-flow: row nowrap;
	position: relative;
	transition: all 0.5s ease;
	min-height: 213px;
}

.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item:not(:last-of-type) {
	margin-right: 1rem;
}

.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item .si__image {
	flex: 1 1 30%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item .si__info {
	flex: 1 1 60%;
}

.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item .si__info .si__heading h3 {
	font-size: 30px;
	line-height: 1.4;
	color: #ffffff;
	font-weight: 800;
	margin: 0 0 5px;
}

.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item .si__info .si__heading h3 span {
	background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0 0 3px 0;
	font-weight: 800;
}

.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item .si__info .si__text {
	margin: 0px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: rgba(194, 208, 228, 0.5);
	font-weight: 400;
}

.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item:hover {
	border: 2px solid transparent;
}

.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item:hover .faq-button {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
}

.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item:hover .faq-button img {
	opacity: 1;
}

.program-benefits .container .rules-tracker {
	padding: 0 3rem 3rem;
}

.program-benefits .container .rules-tracker .slick-dots {
	display: flex;
	margin: 0;
	gap: 10px;
	padding: 1rem 0;
	list-style-type: none;
	position: static;
	bottom: unset;
	text-align: unset;
}

.program-benefits .container .rules-tracker .slick-dots li {
	position: static;
	display: unset;
	width: unset;
	height: unset;
	margin: unset;
	padding: unset;
	cursor: pointer;
}

.program-benefits .container .rules-tracker .slick-dots li button {
	transition: all 0.3s ease-in-out;
	width: 30px;
	border-radius: 100px;
	background: rgba(194, 208, 228, 0.25);
	height: 8px;
	padding: 2px;
}

.program-benefits .container .rules-tracker .slick-dots li button::before {
	content: "";
}

.program-benefits .container .rules-tracker .slick-dots li.slick-active button {
	width: 93px;
	background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
}

.program-benefits .container .rules__grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 0px;
}

.program-benefits .container .rules__grid .item {
	padding: 30px;
	border: 2px solid transparent;
	position: relative;
	border-radius: 15px;
}

.program-benefits .container .rules__grid .item h3 {
	font-family: "Plus Jakarta Sans";
	font-style: normal;
	font-weight: 800;
	font-size: 30px;
	color: #fff;
	width: 100%;
	margin: 0 0 10px 0;
	text-align: left;
}

.program-benefits .container .rules__grid .item h3 span {
	background: linear-gradient(90deg, #26f7dd -0.36%, #00b8dd 100.2%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.program-benefits .container .rules__grid .item p {
	text-align: left;
	margin: 0;
	color: rgba(194, 208, 228, 0.5);
}

.program-benefits .container .rules__grid .item::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.program-benefits .container .rules__grid .item:hover {
	border: 2px solid transparent;
}

.program-benefits .container .rules__grid .item:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.program-benefits .container .rules__grid .item:hover .faq-button {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
}

.program-benefits .container .rules__grid .item:hover .faq-button img {
	opacity: 1;
}

@media (max-width: 992px) {
	.program-benefits {
		display: flex;
		width: 100%;
		position: relative;
	}
	.program-benefits .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		border: 1px solid rgba(194, 208, 228, 0.15);
		border-radius: 15px;
		position: relative;
	}
	.program-benefits .container .rules__flex {
		display: flex;
		flex-flow: row wrap;
		padding: 4rem 2rem 0rem;
	}
	.program-benefits .container .rules__flex .rules__heading {
		flex: 1 1 100%;
		margin-bottom: 1rem;
		text-align: left;
	}
	.program-benefits .container .rules__flex .rules__heading .top-text {
		font-size: 24px;
		color: #c2d0e4;
		margin: 0px;
	}
	.program-benefits .container .rules__flex .rules__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 50px;
		line-height: 1.2;
		color: #fff;
		margin: 0;
		padding: 0;
		font-weight: 800;
	}
	.program-benefits .container .rules__flex .rules__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.program-benefits .container .rules__flex .rules__heading p {
		max-width: 700px;
		width: 100%;
		margin: 15px 0px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: #68717f;
		font-weight: 400;
	}
	.program-benefits .container .rules__flex .rules-controls {
		flex: 1 1 100%;
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 1rem 0 2rem;
	}
	.program-benefits .container .rules__flex .rules-controls .rules-buttons {
		display: flex;
		gap: 1.1rem;
	}
	.program-benefits .container .rules__flex .rules-controls .rules-buttons div {
		border-radius: 100%;
		display: flex;
		height: 38px;
		width: 38px;
		justify-content: center;
		align-items: center;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, transform 1s ease-in-out;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		cursor: pointer;
		user-select: none;
	}
	.program-benefits .container .rules__flex .rules-controls .rules-buttons div.slick-disabled {
		cursor: auto;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		--color1: rgba(194, 208, 228, 0.25);
		--color2: rgba(194, 208, 228, 0.25);
		--color3: rgba(194, 208, 228, 0.25);
		--color4: rgba(194, 208, 228, 0.25);
	}
	.program-benefits .container .rules-wrapper {
		padding-left: 2rem;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item {
		border: 2px solid rgba(194, 208, 228, 0.15);
		width: 540px;
		border-radius: 15px;
		padding: 1.5rem 1.5rem 1.5rem 0;
		display: flex;
		flex-flow: row nowrap;
		position: relative;
		transition: all 0.5s ease;
		gap: 1rem;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item:not(:last-of-type) {
		margin-right: 1rem;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item .si__image {
		flex: 1 1 30%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item .si__info {
		flex: 1 1 60%;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item .si__info .si__heading h3 {
		font-size: 22px;
		line-height: 1.4;
		color: #ffffff;
		font-weight: 800;
		margin: 0 0 5px;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item .si__info .si__heading h3 span {
		background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		padding: 0 0 3px 0;
		font-weight: 800;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item .si__info .si__text {
		margin: 0px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item:hover {
		border: 2px solid transparent;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item:hover .faq-button {
		animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item:hover .faq-button img {
		opacity: 1;
	}
	.program-benefits .container .rules-tracker {
		padding: 0 2rem 2rem;
	}
	.program-benefits .container .rules-tracker .slick-dots {
		display: flex;
		margin: 0;
		gap: 10px;
		padding: 1rem 0;
		list-style-type: none;
		position: static;
		bottom: unset;
		text-align: unset;
	}
	.program-benefits .container .rules-tracker .slick-dots li {
		position: static;
		display: unset;
		width: unset;
		height: unset;
		margin: unset;
		padding: unset;
		cursor: pointer;
	}
	.program-benefits .container .rules-tracker .slick-dots li button {
		transition: all 0.3s ease-in-out;
		width: 30px;
		border-radius: 100px;
		background: rgba(194, 208, 228, 0.25);
		height: 8px;
		padding: 2px;
	}
	.program-benefits .container .rules-tracker .slick-dots li button::before {
		content: "";
	}
	.program-benefits .container .rules-tracker .slick-dots li.slick-active button {
		width: 93px;
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	}
}

@media (max-width: 768px) {
	.program-benefits {
		display: flex;
		width: 100%;
		position: relative;
	}
	.program-benefits .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		border: 1px solid rgba(194, 208, 228, 0.15);
		border-radius: 15px;
		position: relative;
	}
	.program-benefits .container .rules__flex {
		display: flex;
		flex-flow: row wrap;
		padding: 4rem 2rem 0rem;
	}
	.program-benefits .container .rules__flex .rules__heading {
		flex: 1 1 100%;
		margin-bottom: 1rem;
		text-align: left;
	}
	.program-benefits .container .rules__flex .rules__heading .top-text {
		font-size: 24px;
		color: #c2d0e4;
		margin: 0px;
	}
	.program-benefits .container .rules__flex .rules__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 0;
		padding: 0;
		font-weight: 800;
	}
	.program-benefits .container .rules__flex .rules__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.program-benefits .container .rules__flex .rules__heading p {
		max-width: 700px;
		width: 100%;
		margin: 15px 0px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		font-weight: 400;
	}
	.program-benefits .container .rules__flex .rules-controls {
		flex: 1 1 100%;
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 1rem 0 2rem;
	}
	.program-benefits .container .rules__flex .rules-controls .rules-buttons {
		display: flex;
		gap: 1.1rem;
	}
	.program-benefits .container .rules__flex .rules-controls .rules-buttons div {
		border-radius: 100%;
		display: flex;
		height: 38px;
		width: 38px;
		justify-content: center;
		align-items: center;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, transform 1s ease-in-out;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		cursor: pointer;
		user-select: none;
	}
	.program-benefits .container .rules__flex .rules-controls .rules-buttons div.slick-disabled {
		cursor: auto;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		--color1: rgba(194, 208, 228, 0.25);
		--color2: rgba(194, 208, 228, 0.25);
		--color3: rgba(194, 208, 228, 0.25);
		--color4: rgba(194, 208, 228, 0.25);
	}
	.program-benefits .container .rules-wrapper {
		padding-left: 2rem;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item {
		border: 2px solid rgba(194, 208, 228, 0.15);
		width: unset;
		border-radius: 15px;
		padding: 1.5rem;
		display: flex;
		flex-flow: row wrap;
		position: relative;
		transition: all 0.5s ease;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item:not(:last-of-type) {
		margin-right: 2rem;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item .si__image {
		flex: 1 1 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item .si__info {
		flex: 1 1 100%;
		margin-top: 0.5rem;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item .si__info .si__heading h3 {
		font-size: 22px;
		line-height: 1.4;
		color: #ffffff;
		font-weight: 800;
		margin: 0 0 5px;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item .si__info .si__heading h3 span {
		background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		padding: 0 0 3px 0;
		font-weight: 800;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item .si__info .si__text {
		margin: 0px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item:hover {
		border: 2px solid transparent;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item:hover .faq-button {
		animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item:hover .faq-button img {
		opacity: 1;
	}
	.program-benefits .container .rules-tracker {
		padding: 0 2rem 2rem;
	}
	.program-benefits .container .rules-tracker .slick-dots {
		display: flex;
		margin: 0;
		gap: 10px;
		padding: 1rem 0;
		list-style-type: none;
		position: static;
		bottom: unset;
		text-align: unset;
	}
	.program-benefits .container .rules-tracker .slick-dots li {
		position: static;
		display: unset;
		width: unset;
		height: unset;
		margin: unset;
		padding: unset;
		cursor: pointer;
	}
	.program-benefits .container .rules-tracker .slick-dots li button {
		transition: all 0.3s ease-in-out;
		width: 30px;
		border-radius: 100px;
		background: rgba(194, 208, 228, 0.25);
		height: 8px;
		padding: 2px;
	}
	.program-benefits .container .rules-tracker .slick-dots li button::before {
		content: "";
	}
	.program-benefits .container .rules-tracker .slick-dots li.slick-active button {
		width: 93px;
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	}
}

@media (max-width: 576px) {
	.program-benefits {
		display: flex;
		width: 100%;
		position: relative;
	}
	.program-benefits .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		border: 1px solid rgba(194, 208, 228, 0.15);
		border-radius: 15px;
		position: relative;
	}
	.program-benefits .container .rules__flex {
		display: flex;
		flex-flow: row wrap;
		padding: 4rem 2rem 0rem;
	}
	.program-benefits .container .rules__flex .rules__heading {
		flex: 1 1 100%;
		margin-bottom: 1rem;
		text-align: left;
	}
	.program-benefits .container .rules__flex .rules__heading .top-text {
		font-size: 24px;
		color: #c2d0e4;
		margin: 0px;
	}
	.program-benefits .container .rules__flex .rules__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 0;
		padding: 0;
		font-weight: 800;
	}
	.program-benefits .container .rules__flex .rules__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.program-benefits .container .rules__flex .rules__heading p {
		max-width: 700px;
		width: 100%;
		margin: 15px 0px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		font-weight: 400;
	}
	.program-benefits .container .rules__flex .rules-controls {
		flex: 1 1 100%;
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 1rem 0 2rem;
	}
	.program-benefits .container .rules__flex .rules-controls .rules-buttons {
		display: flex;
		gap: 1.1rem;
	}
	.program-benefits .container .rules__flex .rules-controls .rules-buttons div {
		border-radius: 100%;
		display: flex;
		height: 38px;
		width: 38px;
		justify-content: center;
		align-items: center;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, transform 1s ease-in-out;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		cursor: pointer;
		user-select: none;
	}
	.program-benefits .container .rules__flex .rules-controls .rules-buttons div.slick-disabled {
		cursor: auto;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		--color1: rgba(194, 208, 228, 0.25);
		--color2: rgba(194, 208, 228, 0.25);
		--color3: rgba(194, 208, 228, 0.25);
		--color4: rgba(194, 208, 228, 0.25);
	}
	.program-benefits .container .rules-wrapper {
		padding-left: 2rem;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item {
		border: 2px solid rgba(194, 208, 228, 0.15);
		width: unset;
		border-radius: 15px;
		padding: 1.5rem;
		display: flex;
		flex-flow: row wrap;
		position: relative;
		transition: all 0.5s ease;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item:not(:last-of-type) {
		margin-right: 2rem;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item .si__image {
		flex: 1 1 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item .si__info {
		flex: 1 1 100%;
		margin-top: 0.5rem;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item .si__info .si__heading h3 {
		font-size: 22px;
		line-height: 1.4;
		color: #ffffff;
		font-weight: 800;
		margin: 0 0 5px;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item .si__info .si__heading h3 span {
		background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		padding: 0 0 3px 0;
		font-weight: 800;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item .si__info .si__text {
		margin: 0px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item:hover {
		border: 2px solid transparent;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item:hover .faq-button {
		animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	}
	.program-benefits .container .rules-wrapper .overflow-wrapper.rules_slider .single-item:hover .faq-button img {
		opacity: 1;
	}
	.program-benefits .container .rules-tracker {
		padding: 0 2rem 2rem;
	}
	.program-benefits .container .rules-tracker .slick-dots {
		display: flex;
		margin: 0;
		gap: 8px;
		padding: 1rem 0;
		list-style-type: none;
		position: static;
		bottom: unset;
		text-align: unset;
	}
	.program-benefits .container .rules-tracker .slick-dots li {
		position: static;
		display: unset;
		width: unset;
		height: unset;
		margin: unset;
		padding: unset;
		cursor: pointer;
	}
	.program-benefits .container .rules-tracker .slick-dots li button {
		transition: all 0.3s ease-in-out;
		width: 24px;
		border-radius: 100px;
		background: rgba(194, 208, 228, 0.25);
		height: 8px;
		padding: 2px;
	}
	.program-benefits .container .rules-tracker .slick-dots li button::before {
		content: "";
	}
	.program-benefits .container .rules-tracker .slick-dots li.slick-active button {
		width: 80px;
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	}
}

@property --color1 {
	syntax: "<color>";
	initial-value: #2cd9ff;
	inherits: false;
}

@property --color2 {
	syntax: "<color>";
	initial-value: #7effb2;
	inherits: false;
}

@property --color3 {
	syntax: "<color>";
	initial-value: #f4ff7a;
	inherits: false;
}

@property --color4 {
	syntax: "<color>";
	initial-value: #ffd80e;
	inherits: false;
}

@property --gradientAngle {
	syntax: "<angle>";
	initial-value: 0deg;
	inherits: false;
}

.choose-account {
	width: calc(100% - 100px);
	margin: 0 50px;
	padding: 80px 1.5rem 80px 1.5rem;
	display: flex;
	justify-content: center;
	position: relative;
}

.choose-account .bgs {
	position: absolute;
	inset: 0;
	z-index: -1;
}

.choose-account .bgs .top-right {
	position: absolute;
	right: -50px;
	top: -80px;
	width: 550px;
}

.choose-account .bgs .top-left {
	position: absolute;
	left: -50px;
	top: 80px;
	width: 550px;
}

.choose-account .container {
	max-width: 1440px;
	width: 100%;
}

.choose-account .container header h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 52px;
	line-height: 1.2;
	color: #fff;
	margin: 15px 0 0 0;
	padding: 0;
	font-weight: 800;
}

.choose-account .container header h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

.choose-account .container header p {
	max-width: 700px;
	width: 100%;
	margin: 15px 0 0 0;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: #68717f;
	font-weight: 400;
}

.choose-account .container .steps {
	width: 100%;
	margin: 60px 0 0 0;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 0;
}

@media (max-width: 992px) {
	.choose-account .container .steps {
		display: none;
	}
}

.choose-account .container .steps .step .step-number {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 60px;
	line-height: 72px;
	margin: 15px 0 0 0;
	font-weight: 800;
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #0b0c10;
}

.choose-account .container .steps .step h3 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 30px;
	margin: 0;
	padding: 0;
	color: #fff;
}

.choose-account .container .steps .step p {
	width: 100%;
	margin: 15px 0 0 0;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: #68717f;
	font-weight: 400;
}

.choose-account .container .steps .step .line {
	height: 2px;
	width: 100%;
	background: rgba(194, 208, 228, 0.15);
}

.choose-account .container .steps .linearrow {
	width: 200px;
	flex-basis: 200px;
	display: flex;
	align-items: center;
	position: relative;
}

.choose-account .container .steps .linearrow .arrow-blob {
	transform: scale(0);
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	height: 43px;
	width: 43px;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	user-select: none;
	position: absolute;
}

@media (min-width: 992px) {
	.choose-account .container .steps-mobile {
		display: none;
	}
}

@media (max-width: 992px) {
	.choose-account {
		width: 100%;
		margin: 0;
		padding: 80px 1.5rem 0px 1.5rem;
		display: flex;
		justify-content: center;
		position: relative;
	}
	.choose-account .bgs {
		position: absolute;
		inset: 0;
		z-index: -1;
	}
	.choose-account .bgs .top-right {
		right: 0;
		width: 450px;
	}
	.choose-account .bgs .top-left {
		position: absolute;
		left: 0;
		top: 300px;
		width: 450px;
	}
	.choose-account .container {
		max-width: 1440px;
		width: 100%;
	}
	.choose-account .container header h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 15px 0 0 0;
		padding: 0;
		font-weight: 800;
	}
	.choose-account .container header h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.choose-account .container header p {
		max-width: 700px;
		width: 100%;
		margin: 15px 0 0 0;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		font-weight: 400;
	}
	.choose-account .container .steps-mobile {
		width: 100%;
		margin: 3rem 0 0 0;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: 1fr;
		grid-row-gap: 1rem;
	}
	.choose-account .container .steps-mobile .step .step-number {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 60px;
		line-height: 72px;
		margin: 0px;
		font-weight: 800;
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #0b0c10;
	}
	.choose-account .container .steps-mobile .step h3 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 30px;
		margin: 0;
		padding: 0;
		color: #fff;
	}
	.choose-account .container .steps-mobile .step p {
		width: 100%;
		margin: 15px 0 0 0;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: #68717f;
		font-weight: 400;
	}
	.choose-account .container .steps-mobile .step .line {
		width: 2px;
		height: 200px;
		background: rgba(194, 208, 228, 0.15);
		margin-left: 22px;
	}
	.choose-account .container .steps-mobile .linearrow {
		height: 200px;
		display: flex;
		align-items: flex-start;
		position: relative;
	}
	.choose-account .container .steps-mobile .linearrow .arrow-blob {
		transform: scale(0);
		flex: 0 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 100%;
		height: 44px;
		width: 44px;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		user-select: none;
		position: absolute;
	}
	.choose-account .container .steps-mobile .linearrow .arrow-blob img {
		transform: rotate(90deg);
	}
}

@media (max-width: 576px) {
	.choose-account {
		width: 100%;
		margin: 0;
		padding: 80px 1.5rem 0px 1.5rem;
		display: flex;
		justify-content: center;
		position: relative;
	}
	.choose-account .bgs {
		position: absolute;
		inset: 0;
		z-index: -1;
	}
	.choose-account .bgs .top-right {
		display: none;
	}
	.choose-account .bgs .top-left {
		position: absolute;
		left: -50px;
		top: 80px;
		width: 550px;
	}
	.choose-account .container {
		max-width: 1440px;
		width: 100%;
	}
	.choose-account .container header h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 15px 0 0 0;
		padding: 0;
		font-weight: 800;
	}
	.choose-account .container header h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.choose-account .container header p {
		max-width: 700px;
		width: 100%;
		margin: 15px 0 0 0;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		font-weight: 400;
	}
	.choose-account .container .steps-mobile {
		width: 100%;
		margin: 3rem 0 0 0;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: 1fr;
		grid-row-gap: 1rem;
	}
	.choose-account .container .steps-mobile .step .step-number {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 60px;
		line-height: 72px;
		margin: 0px;
		font-weight: 800;
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #0b0c10;
	}
	.choose-account .container .steps-mobile .step h3 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 30px;
		margin: 0;
		padding: 0;
		color: #fff;
	}
	.choose-account .container .steps-mobile .step p {
		width: 100%;
		margin: 15px 0 0 0;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: #68717f;
		font-weight: 400;
	}
	.choose-account .container .steps-mobile .step .line {
		width: 2px;
		height: 150px;
		background: rgba(194, 208, 228, 0.15);
		margin-left: 22px;
	}
	.choose-account .container .steps-mobile .linearrow {
		height: 150px;
		display: flex;
		align-items: flex-start;
		position: relative;
	}
	.choose-account .container .steps-mobile .linearrow .arrow-blob {
		transform: scale(0);
		flex: 0 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 100%;
		height: 44px;
		width: 44px;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		user-select: none;
		position: absolute;
	}
	.choose-account .container .steps-mobile .linearrow .arrow-blob img {
		transform: rotate(90deg);
	}
}

.prop-firm {
	width: 100%;
	margin: 0 auto;
	background: url("../png/grid-right_bg.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 600px;
	padding: 95px 1.5rem 95px 1.5rem;
	display: flex;
	justify-content: center;
	text-align: left;
}

.prop-firm .container {
	max-width: 1200px;
	width: 100%;
}

.prop-firm .container .pf__heading h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 52px;
	max-width: 80%;
	line-height: 1.2;
	color: #fff;
	margin: 15px auto;
	padding: 0;
	font-weight: 800;
	text-align: center;
}

.prop-firm .container .pf__heading h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 2px 2px 2px;
	color: #101217;
}

.prop-firm .container .pf__heading p.bottom-text {
	max-width: 58%;
	text-align: center;
	margin: 1.5rem auto;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: #68717f;
	font-weight: 500;
}

.prop-firm .container .pf__partner {
	margin: 4rem 0;
}

.prop-firm .container .pf__partner .partner-wrapper {
	background: rgba(194, 208, 228, 0.05);
	border: 2px solid rgba(194, 208, 228, 0.15);
	max-width: 592px;
	max-height: min-content;
	margin: 0 auto;
	border-radius: 10px;
	position: relative;
	padding: 20px 0;
	transition: all 0.5s ease-in-out;
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
}

.prop-firm .container .pf__partner .partner-wrapper .partner__link {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: rgba(194, 208, 228, 0.05);
	backdrop-filter: blur(10px);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all 0.5s ease;
	z-index: 99;
	border-radius: 10px;
	overflow: hidden;
}

.prop-firm .container .pf__partner .partner-wrapper .partner__link .pl__button {
	padding: 10px 30px;
	background: #fff;
	border-radius: 10px;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #101217;
	text-decoration: none;
	transition: all 0.5s ease;
	transform: translateY(50px);
}

.prop-firm .container .pf__partner .partner-wrapper .partner__link .pl__button:hover {
	opacity: 0.8;
}

.prop-firm .container .pf__partner .partner-wrapper .partner__link .pl__button {
	display: flex;
	align-items: center;
	text-align: center;
	transition: all 0.5s ease;
	transform: translateY(50px);
}

.prop-firm .container .pf__partner .partner-wrapper .partner__link .pl__button a#cta-btn {
	padding: 10px 30px;
	font-size: 16px;
}

.prop-firm .container .pf__partner .partner-wrapper .partner__pill {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding: 1px;
	border-radius: 100px;
	overflow: hidden;
	width: fit-content;
	margin: 0 auto;
	background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	top: -20px;
	z-index: 999;
}

.prop-firm .container .pf__partner .partner-wrapper .partner__pill .pp__text {
	display: block;
	padding: 6px 28px;
	font-weight: 500;
	font-size: 16px;
	background-color: #101217;
	border-radius: 100px;
	color: #fff;
	white-space: nowrap;
}

.prop-firm .container .pf__partner .partner-wrapper .partner__images {
	padding: 0.25rem 1rem;
	display: flex;
	gap: 3rem;
	align-items: center;
	justify-content: space-between;
}

.prop-firm .container .pf__partner .partner-wrapper .partner__images div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.prop-firm .container .pf__partner .partner-wrapper .partner__images div img {
	max-height: 60px;
}

.prop-firm .container .pf__partner .partner-wrapper .partner__images a {
	padding: 8px 26px;
	background: rgba(194, 208, 228, 0.05);
	border: 2px solid rgba(194, 208, 228, 0.15);
	color: #c2d0e4;
	border-radius: 10px;
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	display: flex;
	align-items: center;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s ease;
}

.prop-firm .container .pf__partner .partner-wrapper .partner__images a:hover {
	background: rgba(194, 208, 228, 0.15);
	color: #e8eff8;
}

.prop-firm .container .pf__partner .partner-wrapper:hover .partner__link {
	opacity: 1;
}

.prop-firm .container .pf__partner .partner-wrapper:hover .partner__link .pl__button {
	transform: translateY(0);
}

.prop-firm .container .pf__partner .partner__text {
	margin-top: 1rem;
	font-weight: 300;
	font-size: 20px;
	line-height: 112%;
	text-align: center;
	color: rgba(255, 255, 255, 0.9);
}

.prop-firm .container .pf__partner .partner__text span {
	font-weight: 800;
}

.prop-firm .container .pf__wrapper {
	display: flex;
	flex-flow: row wrap;
	gap: 2rem;
	margin-top: 4rem;
}

.prop-firm .container .pf__wrapper .item {
	flex: 1 1 45%;
	padding: 50px;
	backdrop-filter: blur(15px);
	border-radius: 10px;
	position: relative;
	backdrop-filter: blur(40px);
	background: rgba(11, 12, 16, 0.25);
	border: 2px solid rgba(194, 208, 228, 0.1);
	transition: all 1s ease;
}

.prop-firm .container .pf__wrapper .item h3 {
	font-family: "Plus Jakarta Sans";
	font-style: normal;
	font-weight: 800;
	font-size: 30px;
	color: #fff;
	width: 100%;
	margin: 0 0 20px 0;
	text-align: left;
}

.prop-firm .container .pf__wrapper .item h3 span {
	background: linear-gradient(90deg, #26f7dd -0.36%, #00b8dd 100.2%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.prop-firm .container .pf__wrapper .item p {
	text-align: left;
	margin: 15px 0 0 0;
	color: rgba(194, 208, 228, 0.5);
}

.prop-firm .container .pf__wrapper .item::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.prop-firm .container .pf__wrapper .item:hover {
	border: 2px solid transparent;
	background: rgba(11, 12, 16, 0.35);
}

.prop-firm .container .pf__wrapper .item:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.prop-firm .container .pf__wrapper .item.active {
	border: 2px solid rgba(194, 208, 228, 0.4);
	background: rgba(11, 12, 16, 0.3);
}

.prop-firm .container .pf__features {
	max-width: 95%;
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	column-gap: 2rem;
	row-gap: 1rem;
	margin: 2rem auto 0;
}

.prop-firm .container .pf__features .pf__feature {
	display: flex;
	flex-flow: row nowrap;
	gap: 2rem;
	align-items: center;
	padding: 9px 36px 9px 8px;
	border-radius: 100px;
	width: fit-content;
	border: 1px solid rgba(194, 208, 228, 0.15);
}

.prop-firm .container .pf__features .pf__feature .f__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
}

.prop-firm .container .pf__features .pf__feature .f__icon img {
	height: 40px;
	width: 40px;
}

.prop-firm .container .pf__features .pf__feature .f__text {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	transition: inherit;
}

@media (max-width: 1200px) {
	.prop-firm {
		width: 100%;
		margin: 0 auto;
		background: url("../png/grid-right_bg.png");
		background-position: right top;
		background-repeat: no-repeat;
		background-size: 400px;
		display: flex;
		justify-content: center;
		text-align: left;
	}
	.prop-firm .container {
		max-width: 1200px;
		width: 100%;
	}
	.prop-firm .container .pf__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 50px;
		max-width: 80%;
		line-height: 1.2;
		color: #fff;
		margin: 15px auto;
		padding: 0;
		font-weight: 800;
		text-align: center;
	}
	.prop-firm .container .pf__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 2px 2px 2px;
		color: #101217;
	}
	.prop-firm .container .pf__heading p.bottom-text {
		max-width: 80%;
		width: 100%;
		text-align: center;
		margin: 1rem auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		font-weight: 500;
	}
	.prop-firm .container .pf__wrapper {
		display: flex;
		flex-flow: row wrap;
		gap: 2rem;
		margin-top: 3rem;
	}
	.prop-firm .container .pf__wrapper .item {
		flex: 1 1 45%;
		padding: 40px;
		backdrop-filter: blur(15px);
		border-radius: 10px;
		position: relative;
		border: 2px solid rgba(194, 208, 228, 0.1);
	}
	.prop-firm .container .pf__wrapper .item h3 {
		font-family: "Plus Jakarta Sans";
		font-style: normal;
		font-weight: 800;
		font-size: 30px;
		color: #fff;
		width: 100%;
		margin: 0 0 20px 0;
		text-align: left;
	}
	.prop-firm .container .pf__wrapper .item h3 span {
		background: linear-gradient(90deg, #26f7dd -0.36%, #00b8dd 100.2%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.prop-firm .container .pf__wrapper .item p {
		text-align: left;
		margin: 15px 0 0 0;
		color: rgba(194, 208, 228, 0.5);
	}
	.prop-firm .container .pf__wrapper .item::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.prop-firm .container .pf__wrapper .item:hover {
		border: 2px solid transparent;
	}
	.prop-firm .container .pf__wrapper .item:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
}

@media (max-width: 768px) {
	.prop-firm {
		width: 100%;
		margin: 0 auto;
		background: url("../png/grid-right_bg.png");
		background-position: right top;
		background-repeat: no-repeat;
		background-size: 400px;
		display: flex;
		justify-content: center;
		text-align: left;
	}
	.prop-firm .container {
		max-width: 1200px;
		width: 100%;
	}
	.prop-firm .container .pf__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		max-width: 100%;
		line-height: 1.2;
		color: #fff;
		margin: 15px auto;
		padding: 0;
		font-weight: 800;
		text-align: left;
	}
	.prop-firm .container .pf__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 2px 2px 2px;
		color: #101217;
	}
	.prop-firm .container .pf__heading p.bottom-text {
		max-width: 100%;
		width: 100%;
		text-align: left;
		margin: 1rem auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		font-weight: 500;
	}
	.prop-firm .container .pf__partner {
		margin: 4rem 0;
	}
	.prop-firm .container .pf__partner .partner-wrapper {
		background: rgba(194, 208, 228, 0.05);
		border: 2px solid rgba(194, 208, 228, 0.15);
		max-width: 592px;
		max-height: 120px;
		margin: 0 auto;
		border-radius: 10px;
		position: relative;
		padding: 20px 1rem;
	}
	.prop-firm .container .pf__partner .partner-wrapper .partner__pill {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		padding: 1px;
		border-radius: 100px;
		overflow: hidden;
		width: fit-content;
		margin: 0 auto;
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		top: -20px;
	}
	.prop-firm .container .pf__partner .partner-wrapper .partner__pill .pp__text {
		display: block;
		padding: 6px 28px;
		font-weight: 500;
		font-size: 16px;
		background-color: #101217;
		border-radius: 100px;
		color: #fff;
		white-space: nowrap;
	}
	.prop-firm .container .pf__partner .partner-wrapper .partner__images {
		display: flex;
		gap: 2rem;
		align-items: center;
		justify-content: center;
	}
	.prop-firm .container .pf__partner .partner-wrapper .partner__images div {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.prop-firm .container .pf__partner .partner__text {
		margin-top: 1rem;
		font-weight: 300;
		font-size: 20px;
		line-height: 112%;
		text-align: center;
		color: rgba(255, 255, 255, 0.9);
	}
	.prop-firm .container .pf__partner .partner__text span {
		font-weight: 800;
	}
	.prop-firm .container .pf__wrapper {
		display: flex;
		flex-flow: row wrap;
		gap: 2rem;
		margin-top: 3rem;
	}
	.prop-firm .container .pf__wrapper .item {
		flex: 1 1 100%;
		padding: 40px;
		backdrop-filter: blur(15px);
		border-radius: 10px;
		position: relative;
		border: 2px solid rgba(194, 208, 228, 0.1);
	}
	.prop-firm .container .pf__wrapper .item h3 {
		font-family: "Plus Jakarta Sans";
		font-style: normal;
		font-weight: 800;
		font-size: 30px;
		color: #fff;
		width: 100%;
		margin: 0 0 20px 0;
		text-align: left;
	}
	.prop-firm .container .pf__wrapper .item h3 span {
		background: linear-gradient(90deg, #26f7dd -0.36%, #00b8dd 100.2%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.prop-firm .container .pf__wrapper .item p {
		text-align: left;
		margin: 15px 0 0 0;
		color: rgba(194, 208, 228, 0.5);
	}
	.prop-firm .container .pf__wrapper .item::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.prop-firm .container .pf__wrapper .item:hover {
		border: 2px solid transparent;
	}
	.prop-firm .container .pf__wrapper .item:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.prop-firm .container .pf__features {
		max-width: 95%;
		display: flex;
		justify-content: center;
		flex-flow: row wrap;
		gap: 1rem;
		margin: 2rem auto;
	}
	.prop-firm .container .pf__features .pf__feature {
		display: flex;
		flex-flow: row nowrap;
		gap: 2rem;
		align-items: center;
		padding: 9px 46px 9px 8px;
		border-radius: 100px;
		width: fit-content;
		border: 1px solid rgba(194, 208, 228, 0.15);
	}
	.prop-firm .container .pf__features .pf__feature .f__icon {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		flex-shrink: 0;
	}
	.prop-firm .container .pf__features .pf__feature .f__icon img {
		height: 40px;
		width: 40px;
	}
	.prop-firm .container .pf__features .pf__feature .f__text {
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		transition: inherit;
	}
}

@media (max-width: 576px) {
	.prop-firm {
		width: 100%;
		margin: 0 auto;
		background: url("../png/grid-right_bg.png");
		background-position: right top;
		background-repeat: no-repeat;
		background-size: 400px;
		display: flex;
		justify-content: center;
		text-align: left;
	}
	.prop-firm .container {
		max-width: 1200px;
		width: 100%;
	}
	.prop-firm .container .pf__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		max-width: 100%;
		line-height: 1.2;
		color: #fff;
		margin: 15px auto;
		padding: 0;
		font-weight: 800;
		text-align: left;
	}
	.prop-firm .container .pf__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 2px 2px 2px;
		color: #101217;
	}
	.prop-firm .container .pf__heading p.bottom-text {
		max-width: 100%;
		width: 100%;
		text-align: left;
		margin: 1rem auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		font-weight: 500;
	}
	.prop-firm .container .pf__partner {
		margin: 4rem 0;
	}
	.prop-firm .container .pf__partner .partner-wrapper {
		background: rgba(194, 208, 228, 0.05);
		border: 2px solid rgba(194, 208, 228, 0.15);
		max-width: 592px;
		max-height: 100%;
		margin: 0 auto;
		border-radius: 10px;
		position: relative;
		padding: 32px 0;
	}
	.prop-firm .container .pf__partner .partner-wrapper .partner__pill {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		padding: 1px;
		border-radius: 100px;
		overflow: hidden;
		width: fit-content;
		margin: 0 auto;
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		top: -20px;
		white-space: nowrap;
	}
	.prop-firm .container .pf__partner .partner-wrapper .partner__pill .pp__text {
		display: block;
		padding: 6px 28px;
		font-weight: 500;
		font-size: 16px;
		background-color: #101217;
		border-radius: 100px;
		color: #fff;
		white-space: nowrap;
	}
	.prop-firm .container .pf__partner .partner-wrapper .partner__images {
		display: flex;
		gap: 1rem;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	.prop-firm .container .pf__partner .partner-wrapper .partner__images div {
		display: flex;
		justify-content: center;
		align-items: center;
		flex: 1 1 100%;
	}
	.prop-firm .container .pf__partner .partner__text {
		margin-top: 1rem;
		font-weight: 300;
		font-size: 18px;
		line-height: 112%;
		text-align: center;
		color: rgba(255, 255, 255, 0.9);
	}
	.prop-firm .container .pf__partner .partner__text span {
		font-weight: 800;
	}
	.prop-firm .container .pf__wrapper {
		display: flex;
		flex-flow: row wrap;
		gap: 2rem;
		margin-top: 3rem;
	}
	.prop-firm .container .pf__wrapper .item {
		flex: 1 1 100%;
		padding: 40px;
		backdrop-filter: blur(15px);
		border-radius: 10px;
		position: relative;
		border: 2px solid rgba(194, 208, 228, 0.1);
	}
	.prop-firm .container .pf__wrapper .item h3 {
		font-family: "Plus Jakarta Sans";
		font-style: normal;
		font-weight: 800;
		font-size: 30px;
		color: #fff;
		width: 100%;
		margin: 0 0 20px 0;
		text-align: left;
	}
	.prop-firm .container .pf__wrapper .item h3 span {
		background: linear-gradient(90deg, #26f7dd -0.36%, #00b8dd 100.2%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.prop-firm .container .pf__wrapper .item p {
		text-align: left;
		margin: 15px 0 0 0;
		color: rgba(194, 208, 228, 0.5);
	}
	.prop-firm .container .pf__wrapper .item::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.prop-firm .container .pf__wrapper .item:hover {
		border: 2px solid transparent;
	}
	.prop-firm .container .pf__wrapper .item:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.prop-firm .container .pf__features {
		max-width: 100%;
		display: flex;
		justify-content: center;
		flex-flow: row wrap;
		gap: 1rem;
		margin: 2rem auto;
	}
	.prop-firm .container .pf__features .pf__feature {
		display: flex;
		flex-flow: row nowrap;
		gap: 1.5rem;
		align-items: center;
		padding: 9px;
		border-radius: 100px;
		width: 100%;
		border: 1px solid rgba(194, 208, 228, 0.15);
	}
	.prop-firm .container .pf__features .pf__feature .f__icon {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		flex-shrink: 0;
	}
	.prop-firm .container .pf__features .pf__feature .f__icon img {
		height: 40px;
		width: 40px;
	}
	.prop-firm .container .pf__features .pf__feature .f__text {
		color: #fff;
		font-size: 15px;
		font-weight: 500;
		transition: inherit;
	}
}

@-moz-property --rotate {
	syntax: "<angle>";
	initial-value: 0deg;
	inherits: false;
}

@property --rotate {
	syntax: "<angle>";
	initial-value: 0deg;
	inherits: false;
}

@-moz-property --gradientAngle {
	syntax: "<angle>";
	initial-value: 0deg;
	inherits: false;
}

@property --gradientAngle {
	syntax: "<angle>";
	initial-value: 0deg;
	inherits: false;
}

@keyframes spinBackground {
	0% {
		--rotate: 0deg;
	}
	100% {
		--rotate: 360deg;
	}
}

.take-control {
	margin: 180px 0;
	background: url("../png/grid.png");
	background-position: 100% 0px;
	background-size: 28% auto;
	background-repeat: no-repeat;
	padding: 0px 1.5rem 0px 1.5rem;
}

.take-control .container {
	max-width: 1440px;
	width: 100%;
	display: flex;
	align-items: center;
	border-radius: 15px;
	flex-flow: column nowrap;
	margin: 0 auto;
}

.take-control .container .tc__video {
	margin-bottom: 5rem;
}

.take-control .container .tc__video .tc__wrapper {
	--card-height: 520px;
	--card-width: 925px;
	display: flex;
	width: var(--card-width);
	height: var(--card-height);
	padding: 3px;
	border-radius: 15px;
	margin: 0 auto;
	position: relative;
	background: -webkit-linear-gradient(var(--rotate), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	animation: spinBackground 3s linear infinite;
	animation-direction: reverse;
}

.take-control .container .tc__video .tc__wrapper .video__wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	padding: 4rem;
	background: radial-gradient(#101217, #171920);
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	transform: translate3d(0, 0, 0);
}

.take-control .container .tc__video .tc__wrapper .video__wrapper #tc-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.take-control .container .tc__video .tc__wrapper::after {
	position: absolute;
	content: "";
	height: 90%;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: -1;
	transform: scale(0.9);
	filter: blur(calc(var(--card-height) / 6));
	background-image: linear-gradient(var(--rotate), #2cd9ff, rgba(126, 255, 178, 0.81), rgba(244, 255, 122, 0.82), #ffd80e);
	opacity: 1;
	transition: opacity 0.5s;
	animation: spinBackground 3s linear infinite;
}

.take-control .container .tc__info {
	display: flex;
	align-items: center;
	max-width: 80%;
	margin: 0 auto;
}

.take-control .container .tc__info .tc__heading {
	flex: 1 1 35%;
}

.take-control .container .tc__info .tc__heading h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 60px;
	line-height: 1.4;
	color: #fff;
	margin: 0 0 1rem 0;
	padding: 0;
	font-weight: 800;
}

.take-control .container .tc__info .tc__heading h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

.take-control .container .tc__info .tc__text {
	flex: 1 1 50%;
}

.take-control .container .tc__info .tc__text p {
	color: rgba(194, 208, 228, 0.5);
	margin: 0.5rem 0;
	font-weight: 600;
}

.take-control .container .tc__buttons {
	display: flex;
	gap: 1rem;
	align-items: center;
	margin-top: 2rem;
}

.take-control .container .tc__buttons .ps__btn {
	text-align: center;
	margin-top: auto;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	cursor: pointer;
	padding: 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: "Plus Jakarta Sans", sans-serif;
	transition: --gradientAngle 1s;
	background: #2cd9ff;
	background: linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	background: -moz-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	font-size: 16px;
	color: #fff;
	margin: 0;
	min-width: 170px;
}

.take-control .container .tc__buttons .ps__btn a {
	background: radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	padding: 15px 0;
	width: 100%;
	color: #fff;
	text-decoration: none;
	transition: all 0.6s ease-in-out;
}

.take-control .container .tc__buttons .ps__btn:hover {
	--gradientAngle: 720deg;
	background: #2cd9ff;
	background: linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	background: -moz-linear-gradient(720deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
}

.take-control .container .tc__buttons .ps__btn:hover a {
	opacity: 0.8;
}

@media (max-width: 992px) {
	.take-control .container .tc__buttons .ps__btn {
		text-align: center;
		margin-top: auto;
		box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
		border-radius: 15px;
		cursor: pointer;
		padding: 2px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: "Plus Jakarta Sans", sans-serif;
		transition: --gradientAngle 1s;
		background: #2cd9ff;
		background: linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -moz-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		font-size: 16px;
		color: #fff;
		margin: 0;
		min-width: 170px;
	}
	.take-control .container .tc__buttons .ps__btn a {
		background: radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		display: inline-block;
		padding: 15px 0;
		width: 100%;
		color: #fff;
		text-decoration: none;
		transition: all 0.6s ease-in-out;
	}
	.take-control .container .tc__buttons .ps__btn:hover {
		background: rgba(126, 255, 178, 0.81);
		background: linear-gradient(720deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -webkit-linear-gradient(720deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -moz-linear-gradient(720deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.take-control .container .tc__buttons .ps__btn:hover a {
		opacity: 0.8;
	}
}

@media (max-width: 1400px) {
	.take-control {
		margin: 180px 0;
		background: url("../png/grid.png");
		background-position: 100% 0px;
		background-size: 28% auto;
		background-repeat: no-repeat;
		padding: 0px 1.5rem 0px 1.5rem;
	}
	.take-control .container {
		max-width: 1440px;
		width: 100%;
		display: flex;
		align-items: center;
		border-radius: 15px;
		flex-flow: column nowrap;
		margin: 0 auto;
	}
	.take-control .container .tc__video {
		margin-bottom: 5rem;
	}
	.take-control .container .tc__video .tc__wrapper {
		--card-height: 520px;
		--card-width: 925px;
		display: flex;
		width: var(--card-width);
		height: var(--card-height);
		padding: 3px;
		border-radius: 15px;
		margin: 0 auto;
		position: relative;
		background: -webkit-linear-gradient(var(--rotate), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		animation: spinBackground 3s linear infinite;
		animation-direction: reverse;
	}
	.take-control .container .tc__video .tc__wrapper .video__wrapper {
		width: 100%;
		height: 100%;
		display: flex;
		padding: 4rem;
		background: radial-gradient(#101217, #171920);
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		transform: translate3d(0, 0, 0);
	}
	.take-control .container .tc__video .tc__wrapper .video__wrapper #tc-video {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.take-control .container .tc__video .tc__wrapper::after {
		position: absolute;
		content: "";
		height: 90%;
		top: 10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
		z-index: -1;
		transform: scale(0.9);
		filter: blur(calc(var(--card-height) / 6));
		background-image: linear-gradient(var(--rotate), #2cd9ff, rgba(126, 255, 178, 0.81), rgba(244, 255, 122, 0.82), #ffd80e);
		opacity: 1;
		transition: opacity 0.5s;
		animation: spinBackground 3s linear infinite;
	}
	.take-control .container .tc__info {
		display: flex;
		align-items: center;
		max-width: 80%;
		margin: 0 auto;
		gap: 1rem;
	}
	.take-control .container .tc__info .tc__heading {
		flex: 1 1 35%;
	}
	.take-control .container .tc__info .tc__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 50px;
		line-height: 1.2;
		color: #fff;
		margin: 0 0 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.take-control .container .tc__info .tc__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.take-control .container .tc__info .tc__text {
		flex: 1 1 50%;
	}
	.take-control .container .tc__info .tc__text p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0.5rem 0;
		font-weight: 600;
	}
	.take-control .container .tc__buttons {
		display: flex;
		gap: 1rem;
		align-items: center;
		margin-top: 2rem;
	}
	.take-control .container .tc__buttons .ps__btn {
		text-align: center;
		margin-top: auto;
		box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
		border-radius: 15px;
		cursor: pointer;
		padding: 2px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: "Plus Jakarta Sans", sans-serif;
		transition: --gradientAngle 1s;
		background: #2cd9ff;
		background: linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -moz-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		font-size: 16px;
		color: #fff;
		margin: 0;
		min-width: 170px;
	}
	.take-control .container .tc__buttons .ps__btn a {
		background: radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		display: inline-block;
		padding: 15px 0;
		width: 100%;
		color: #fff;
		text-decoration: none;
		transition: all 0.6s ease-in-out;
	}
	.take-control .container .tc__buttons .ps__btn:hover {
		--gradientAngle: 720deg;
		background: #2cd9ff;
		background: linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -moz-linear-gradient(720deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.take-control .container .tc__buttons .ps__btn:hover a {
		opacity: 0.8;
	}
}

@media (max-width: 1400px) and (max-width: 992px) {
	.take-control .container .tc__buttons .ps__btn {
		text-align: center;
		margin-top: auto;
		box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
		border-radius: 15px;
		cursor: pointer;
		padding: 2px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: "Plus Jakarta Sans", sans-serif;
		transition: --gradientAngle 1s;
		background: #2cd9ff;
		background: linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -moz-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		font-size: 16px;
		color: #fff;
		margin: 0;
		min-width: 170px;
	}
	.take-control .container .tc__buttons .ps__btn a {
		background: radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		display: inline-block;
		padding: 15px 0;
		width: 100%;
		color: #fff;
		text-decoration: none;
		transition: all 0.6s ease-in-out;
	}
	.take-control .container .tc__buttons .ps__btn:hover {
		background: rgba(126, 255, 178, 0.81);
		background: linear-gradient(720deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -webkit-linear-gradient(720deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -moz-linear-gradient(720deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.take-control .container .tc__buttons .ps__btn:hover a {
		opacity: 0.8;
	}
}

@media (max-width: 1200px) {
	.take-control {
		margin: 90px 0;
		background: url("../png/grid.png");
		background-position: 100% 0px;
		background-size: 28% auto;
		background-repeat: no-repeat;
	}
	.take-control .container {
		max-width: 1440px;
		width: 100%;
		display: flex;
		align-items: center;
		border-radius: 15px;
		flex-flow: column nowrap;
		margin: 0 auto;
	}
	.take-control .container .tc__video {
		margin-bottom: 3rem;
		align-self: stretch;
	}
	.take-control .container .tc__video .tc__wrapper {
		--card-height: 520px;
		--card-width: 100%;
		display: flex;
		width: var(--card-width);
		height: var(--card-height);
		padding: 3px;
		border-radius: 15px;
		margin: 0 auto;
		position: relative;
		background: -webkit-linear-gradient(var(--rotate), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		animation: spinBackground 3s linear infinite;
		animation-direction: reverse;
	}
	.take-control .container .tc__video .tc__wrapper .video__wrapper {
		width: 100%;
		height: 100%;
		display: flex;
		padding: 4rem;
		background: radial-gradient(#101217, #171920);
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		transform: translate3d(0, 0, 0);
	}
	.take-control .container .tc__video .tc__wrapper .video__wrapper #tc-video {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.take-control .container .tc__video .tc__wrapper::after {
		position: absolute;
		content: "";
		height: 90%;
		top: 10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
		z-index: -1;
		transform: scale(0.9);
		filter: blur(calc(var(--card-height) / 6));
		background-image: linear-gradient(var(--rotate), #2cd9ff, rgba(126, 255, 178, 0.81), rgba(244, 255, 122, 0.82), #ffd80e);
		opacity: 1;
		transition: opacity 0.5s;
		animation: spinBackground 3s linear infinite;
	}
	.take-control .container .tc__info {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		max-width: 100%;
		margin: 0 auto;
		gap: 1rem;
	}
	.take-control .container .tc__info .tc__heading {
		flex: 1 1 35%;
	}
	.take-control .container .tc__info .tc__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 50px;
		line-height: 1.2;
		color: #fff;
		margin: 0 0 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.take-control .container .tc__info .tc__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.take-control .container .tc__info .tc__text {
		flex: 1 1 50%;
	}
	.take-control .container .tc__info .tc__text p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0.5rem 0;
		font-weight: 600;
		font-size: 16px;
	}
	.take-control .container .tc__buttons {
		display: flex;
		gap: 1rem;
		align-items: center;
		margin-top: 2rem;
	}
	.take-control .container .tc__buttons .ps__btn {
		text-align: center;
		margin-top: auto;
		box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
		border-radius: 15px;
		cursor: pointer;
		padding: 2px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: "Plus Jakarta Sans", sans-serif;
		transition: --gradientAngle 1s;
		background: #2cd9ff;
		background: linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -moz-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		font-size: 16px;
		color: #fff;
		margin: 0;
		min-width: 170px;
	}
	.take-control .container .tc__buttons .ps__btn a {
		background: radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		display: inline-block;
		padding: 15px 0;
		width: 100%;
		color: #fff;
		text-decoration: none;
		transition: all 0.6s ease-in-out;
	}
	.take-control .container .tc__buttons .ps__btn:hover {
		--gradientAngle: 720deg;
		background: #2cd9ff;
		background: linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -moz-linear-gradient(720deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.take-control .container .tc__buttons .ps__btn:hover a {
		opacity: 0.8;
	}
}

@media (max-width: 1200px) and (max-width: 992px) {
	.take-control .container .tc__buttons .ps__btn {
		text-align: center;
		margin-top: auto;
		box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
		border-radius: 15px;
		cursor: pointer;
		padding: 2px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: "Plus Jakarta Sans", sans-serif;
		transition: --gradientAngle 1s;
		background: #2cd9ff;
		background: linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -moz-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		font-size: 16px;
		color: #fff;
		margin: 0;
		min-width: 170px;
	}
	.take-control .container .tc__buttons .ps__btn a {
		background: radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		display: inline-block;
		padding: 15px 0;
		width: 100%;
		color: #fff;
		text-decoration: none;
		transition: all 0.6s ease-in-out;
	}
	.take-control .container .tc__buttons .ps__btn:hover {
		background: rgba(126, 255, 178, 0.81);
		background: linear-gradient(720deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -webkit-linear-gradient(720deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -moz-linear-gradient(720deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.take-control .container .tc__buttons .ps__btn:hover a {
		opacity: 0.8;
	}
}

@media (max-width: 992px) {
	.take-control {
		margin: 90px 0;
		background: url("../png/grid.png");
		background-position: 100% 0px;
		background-size: 28% auto;
		background-repeat: no-repeat;
	}
	.take-control .container {
		max-width: 1440px;
		width: 100%;
		display: flex;
		align-items: center;
		border-radius: 15px;
		flex-flow: column nowrap;
		margin: 0 auto;
	}
	.take-control .container .tc__video {
		margin-bottom: 3rem;
		align-self: stretch;
	}
	.take-control .container .tc__video .tc__wrapper {
		--card-height: 520px;
		--card-width: 100%;
		display: flex;
		width: var(--card-width);
		height: var(--card-height);
		padding: 3px;
		border-radius: 15px;
		margin: 0 auto;
		position: relative;
		background: -webkit-linear-gradient(var(--rotate), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		animation: spinBackground 3s linear infinite;
		animation-direction: reverse;
	}
	.take-control .container .tc__video .tc__wrapper .video__wrapper {
		width: 100%;
		height: 100%;
		display: flex;
		padding: 4rem;
		background: radial-gradient(#101217, #171920);
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		transform: translate3d(0, 0, 0);
	}
	.take-control .container .tc__video .tc__wrapper .video__wrapper #tc-video {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.take-control .container .tc__video .tc__wrapper::after {
		position: absolute;
		content: "";
		height: 90%;
		top: 10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
		z-index: -1;
		transform: scale(0.9);
		filter: blur(calc(var(--card-height) / 6));
		background-image: linear-gradient(var(--rotate), #2cd9ff, rgba(126, 255, 178, 0.81), rgba(244, 255, 122, 0.82), #ffd80e);
		opacity: 1;
		transition: opacity 0.5s;
		animation: spinBackground 3s linear infinite;
	}
	.take-control .container .tc__info {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		max-width: 100%;
		margin: 0 auto;
		gap: 1rem;
	}
	.take-control .container .tc__info .tc__heading {
		flex: 1 1 35%;
	}
	.take-control .container .tc__info .tc__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 45px;
		line-height: 1.2;
		color: #fff;
		margin: 0 0 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.take-control .container .tc__info .tc__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.take-control .container .tc__info .tc__text {
		flex: 1 1 50%;
	}
	.take-control .container .tc__info .tc__text p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0.5rem 0;
		font-weight: 600;
		font-size: 15px;
	}
	.take-control .container .tc__buttons {
		display: flex;
		gap: 1rem;
		align-items: center;
		margin-top: 2rem;
	}
	.take-control .container .tc__buttons .ps__btn {
		text-align: center;
		margin-top: auto;
		box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
		border-radius: 15px;
		cursor: pointer;
		padding: 2px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: "Plus Jakarta Sans", sans-serif;
		transition: --gradientAngle 1s;
		background: #2cd9ff;
		background: linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -moz-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		font-size: 16px;
		color: #fff;
		margin: 0;
		min-width: 170px;
	}
	.take-control .container .tc__buttons .ps__btn a {
		background: radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		display: inline-block;
		padding: 15px 0;
		width: 100%;
		color: #fff;
		text-decoration: none;
		transition: all 0.6s ease-in-out;
	}
	.take-control .container .tc__buttons .ps__btn:hover {
		--gradientAngle: 720deg;
		background: #2cd9ff;
		background: linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -moz-linear-gradient(720deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.take-control .container .tc__buttons .ps__btn:hover a {
		opacity: 0.8;
	}
}

@media (max-width: 992px) and (max-width: 992px) {
	.take-control .container .tc__buttons .ps__btn {
		text-align: center;
		margin-top: auto;
		box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
		border-radius: 15px;
		cursor: pointer;
		padding: 2px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: "Plus Jakarta Sans", sans-serif;
		transition: --gradientAngle 1s;
		background: #2cd9ff;
		background: linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -moz-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		font-size: 16px;
		color: #fff;
		margin: 0;
		min-width: 170px;
	}
	.take-control .container .tc__buttons .ps__btn a {
		background: radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		display: inline-block;
		padding: 15px 0;
		width: 100%;
		color: #fff;
		text-decoration: none;
		transition: all 0.6s ease-in-out;
	}
	.take-control .container .tc__buttons .ps__btn:hover {
		background: rgba(126, 255, 178, 0.81);
		background: linear-gradient(720deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -webkit-linear-gradient(720deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -moz-linear-gradient(720deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.take-control .container .tc__buttons .ps__btn:hover a {
		opacity: 0.8;
	}
}

@media (max-width: 768px) {
	.take-control {
		margin: 90px 0;
		background: url("../png/grid.png");
		background-position: 100% 0px;
		background-size: 28% auto;
		background-repeat: no-repeat;
	}
	.take-control .container {
		max-width: 1440px;
		width: 100%;
		display: flex;
		align-items: center;
		border-radius: 15px;
		flex-flow: column nowrap;
		margin: 0 auto;
	}
	.take-control .container .tc__video {
		margin-bottom: 3rem;
		align-self: stretch;
	}
	.take-control .container .tc__video .tc__wrapper {
		--card-height: 400px;
		--card-width: 100%;
		display: flex;
		width: var(--card-width);
		height: var(--card-height);
		padding: 3px;
		border-radius: 15px;
		margin: 0 auto;
		position: relative;
		background: -webkit-linear-gradient(var(--rotate), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		animation: spinBackground 3s linear infinite;
		animation-direction: reverse;
	}
	.take-control .container .tc__video .tc__wrapper .video__wrapper {
		width: 100%;
		height: 100%;
		display: flex;
		padding: 4rem;
		background: radial-gradient(#101217, #171920);
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		transform: translate3d(0, 0, 0);
	}
	.take-control .container .tc__video .tc__wrapper .video__wrapper #tc-video {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.take-control .container .tc__video .tc__wrapper::after {
		position: absolute;
		content: "";
		height: 90%;
		top: 10px;
		left: 10px;
		right: 10px;
		bottom: 10px;
		z-index: -1;
		transform: scale(0.9);
		filter: blur(calc(var(--card-height) / 6));
		background-image: linear-gradient(var(--rotate), #2cd9ff, rgba(126, 255, 178, 0.81), rgba(244, 255, 122, 0.82), #ffd80e);
		opacity: 1;
		transition: opacity 0.5s;
		animation: spinBackground 3s linear infinite;
	}
	.take-control .container .tc__info {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		max-width: 100%;
		margin: 0 auto;
	}
	.take-control .container .tc__info .tc__heading {
		flex: 1 1 100%;
	}
	.take-control .container .tc__info .tc__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 0 0 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.take-control .container .tc__info .tc__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.take-control .container .tc__info .tc__text {
		flex: 1 1 50%;
	}
	.take-control .container .tc__info .tc__text p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0.5rem 0;
		font-weight: 600;
		font-size: 15px;
	}
	.take-control .container .tc__buttons {
		display: flex;
		gap: 1rem;
		align-items: center;
		margin-top: 2rem;
	}
	.take-control .container .tc__buttons .ps__btn {
		text-align: center;
		margin-top: auto;
		box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
		border-radius: 15px;
		cursor: pointer;
		padding: 2px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: "Plus Jakarta Sans", sans-serif;
		transition: --gradientAngle 1s;
		background: #2cd9ff;
		background: linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -moz-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		font-size: 16px;
		color: #fff;
		margin: 0;
		min-width: 170px;
	}
	.take-control .container .tc__buttons .ps__btn a {
		background: radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		display: inline-block;
		padding: 15px 0;
		width: 100%;
		color: #fff;
		text-decoration: none;
		transition: all 0.6s ease-in-out;
	}
	.take-control .container .tc__buttons .ps__btn:hover {
		--gradientAngle: 720deg;
		background: #2cd9ff;
		background: linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -moz-linear-gradient(720deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.take-control .container .tc__buttons .ps__btn:hover a {
		opacity: 0.8;
	}
}

@media (max-width: 768px) and (max-width: 992px) {
	.take-control .container .tc__buttons .ps__btn {
		text-align: center;
		margin-top: auto;
		box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
		border-radius: 15px;
		cursor: pointer;
		padding: 2px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: "Plus Jakarta Sans", sans-serif;
		transition: --gradientAngle 1s;
		background: #2cd9ff;
		background: linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -moz-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		font-size: 16px;
		color: #fff;
		margin: 0;
		min-width: 170px;
	}
	.take-control .container .tc__buttons .ps__btn a {
		background: radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		display: inline-block;
		padding: 15px 0;
		width: 100%;
		color: #fff;
		text-decoration: none;
		transition: all 0.6s ease-in-out;
	}
	.take-control .container .tc__buttons .ps__btn:hover {
		background: rgba(126, 255, 178, 0.81);
		background: linear-gradient(720deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -webkit-linear-gradient(720deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		background: -moz-linear-gradient(720deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.take-control .container .tc__buttons .ps__btn:hover a {
		opacity: 0.8;
	}
}

.best-in-class {
	padding: 95px 1.5rem 95px 1.5rem;
	position: relative;
}

.best-in-class .subscribe-bg {
	position: absolute;
	left: 0;
	bottom: 50%;
	width: 500px;
	height: auto;
	z-index: -1;
}

.best-in-class .container {
	max-width: 1440px;
	width: 100%;
	display: flex;
	align-items: center;
	border-radius: 15px;
	margin: 0 auto;
	flex-flow: row wrap;
}

.best-in-class .container .bic__left {
	flex: 1 1 42%;
	padding: 3.2rem 2rem 3.2rem 0;
}

.best-in-class .container .bic__left .bic__pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
}

.best-in-class .container .bic__left .bic__heading {
	margin-top: 1rem;
	margin-bottom: 1.3rem;
}

.best-in-class .container .bic__left .bic__heading h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 52px;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 0.5rem 0;
	padding: 0;
	font-weight: 800;
}

.best-in-class .container .bic__left .bic__heading h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
	display: block;
}

.best-in-class .container .bic__left .bic__text p {
	color: rgba(194, 208, 228, 0.5);
	margin: 0.8rem 0;
	font-weight: 500;
	font-size: 16px;
}

.best-in-class .container .bic__right {
	flex: 1 1 58%;
	height: 100%;
	display: flex;
	position: relative;
	flex-flow: column nowrap;
	align-items: center;
	perspective: 2400px;
	perspective-origin: 50% 100%;
}

.best-in-class .container .bic__right .fold-top {
	text-align: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform-origin: 50% 100%;
	transition: 900ms;
	transform: translate3d(0px, 0px, 0px) rotateX(-90deg);
}

.best-in-class .container .bic__right .fold-top.visible {
	transform: translate3d(0px, 0px, 0px) rotateX(0deg);
}

.best-in-class .container .bic__right .fold-top img {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 85%;
	backface-visibility: hidden;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.best-in-class .container .bic__right .fold-bottom {
	text-align: center;
}

.best-in-class .container .bic__right .fold-bottom img {
	height: auto;
	width: 100%;
}

.best-in-class .container .bic__bottom {
	display: flex;
	flex-flow: row wrap;
	margin-top: 3rem;
	flex: 1 1 100%;
	gap: 1rem;
}

.best-in-class .container .bic__bottom .bic__attr {
	display: flex;
	flex-flow: row nowrap;
	gap: 2rem;
	align-items: center;
	position: relative;
	transition: background 1s ease;
	background: rgba(194, 208, 228, 0.05);
	border: 2px solid rgba(194, 208, 228, 0.15);
	border-radius: 10px;
	padding: 1rem;
	flex: 1 1 30%;
}

.best-in-class .container .bic__bottom .bic__attr .attr__img {
	height: 65px;
	flex-shrink: 0;
}

.best-in-class .container .bic__bottom .bic__attr .attr__img img {
	width: auto;
	height: 100%;
}

.best-in-class .container .bic__bottom .bic__attr .attr__text {
	font-weight: 400;
	font-size: 20px;
	line-height: 112%;
	color: #ffffff;
}

.best-in-class .container .bic__bottom .bic__attr .attr__text span {
	font-weight: 800;
}

.best-in-class .container .bic__bottom .bic__attr::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.best-in-class .container .bic__bottom .bic__attr:hover {
	background: rgba(11, 12, 16, 0.35);
}

.best-in-class .container .bic__bottom .bic__attr:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

@media (max-width: 1300px) {
	.best-in-class {
		margin: 180px 0 300px;
		padding: 0px 1.5rem 0px 1.5rem;
		position: relative;
	}
	.best-in-class .subscribe-bg {
		position: absolute;
		left: 0;
		bottom: 50%;
		width: 500px;
		height: auto;
		z-index: -1;
	}
	.best-in-class .container {
		max-width: 1440px;
		width: 100%;
		display: flex;
		align-items: center;
		border-radius: 15px;
		margin: 0 auto;
		flex-flow: row wrap;
	}
	.best-in-class .container .bic__left {
		flex: 1 1 42%;
		padding: 3.2rem 2rem 3.2rem 0;
	}
	.best-in-class .container .bic__left .bic__pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.best-in-class .container .bic__left .bic__heading {
		margin-top: 1rem;
		margin-bottom: 1.3rem;
	}
	.best-in-class .container .bic__left .bic__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 52px;
		line-height: 1.2;
		color: #fff;
		margin: 0 0 0.5rem 0;
		padding: 0;
		font-weight: 800;
	}
	.best-in-class .container .bic__left .bic__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.best-in-class .container .bic__left .bic__text p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0.8rem 0;
		font-weight: 500;
		font-size: 16px;
	}
	.best-in-class .container .bic__right {
		flex: 1 1 58%;
		height: 100%;
		display: flex;
		position: relative;
	}
	.best-in-class .container .bic__right img {
		height: auto;
		width: 100%;
	}
	.best-in-class .container .bic__bottom {
		display: flex;
		flex-flow: row wrap;
		margin-top: 1rem;
		flex: 1 1 100%;
		gap: 1rem;
	}
	.best-in-class .container .bic__bottom .bic__attr {
		display: flex;
		flex-flow: row nowrap;
		gap: 2rem;
		align-items: center;
		position: relative;
		transition: background 1s ease;
		background: rgba(194, 208, 228, 0.05);
		border: 2px solid rgba(194, 208, 228, 0.15);
		border-radius: 10px;
		padding: 1rem;
	}
	.best-in-class .container .bic__bottom .bic__attr .attr__img {
		height: 65px;
		flex-shrink: 0;
	}
	.best-in-class .container .bic__bottom .bic__attr .attr__img img {
		width: auto;
		height: 100%;
	}
	.best-in-class .container .bic__bottom .bic__attr .attr__text {
		font-weight: 400;
		font-size: 20px;
		line-height: 112%;
		color: #ffffff;
	}
	.best-in-class .container .bic__bottom .bic__attr .attr__text span {
		font-weight: 800;
	}
	.best-in-class .container .bic__bottom .bic__attr::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.best-in-class .container .bic__bottom .bic__attr:hover {
		background: rgba(11, 12, 16, 0.35);
	}
	.best-in-class .container .bic__bottom .bic__attr:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
}

@media (max-width: 992px) {
	.best-in-class {
		margin: 180px 0 300px;
		padding: 0px 1.5rem 0px 1.5rem;
		position: relative;
	}
	.best-in-class .subscribe-bg {
		position: absolute;
		left: 0;
		bottom: 50%;
		width: 500px;
		height: auto;
		z-index: -1;
	}
	.best-in-class .container {
		max-width: 1440px;
		width: 100%;
		display: flex;
		align-items: center;
		border-radius: 15px;
		margin: 0 auto;
		flex-flow: row wrap;
	}
	.best-in-class .container .bic__left {
		flex: 1 1 42%;
		padding: 3.2rem 2rem 3.2rem 0;
	}
	.best-in-class .container .bic__left .bic__pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.best-in-class .container .bic__left .bic__heading {
		margin-top: 1rem;
		margin-bottom: 1.3rem;
	}
	.best-in-class .container .bic__left .bic__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 52px;
		line-height: 1.2;
		color: #fff;
		margin: 0 0 0.5rem 0;
		padding: 0;
		font-weight: 800;
	}
	.best-in-class .container .bic__left .bic__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.best-in-class .container .bic__left .bic__text p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0.8rem 0;
		font-weight: 500;
		font-size: 16px;
	}
	.best-in-class .container .bic__right {
		flex: 1 1 58%;
		height: 100%;
		display: flex;
		position: relative;
	}
	.best-in-class .container .bic__right img {
		height: auto;
		width: 100%;
	}
	.best-in-class .container .bic__bottom {
		display: flex;
		flex-flow: row wrap;
		margin-top: 3rem;
		flex: 1 1 100%;
		gap: 1rem;
	}
	.best-in-class .container .bic__bottom .bic__attr {
		display: flex;
		flex-flow: row nowrap;
		gap: 2rem;
		align-items: center;
		position: relative;
		transition: background 1s ease;
		background: rgba(194, 208, 228, 0.05);
		border: 2px solid rgba(194, 208, 228, 0.15);
		border-radius: 10px;
		padding: 1rem;
		flex: 1 1 45%;
	}
	.best-in-class .container .bic__bottom .bic__attr .attr__img {
		height: 65px;
		flex-shrink: 0;
	}
	.best-in-class .container .bic__bottom .bic__attr .attr__img img {
		width: auto;
		height: 100%;
	}
	.best-in-class .container .bic__bottom .bic__attr .attr__text {
		font-weight: 400;
		font-size: 18px;
		line-height: 112%;
		color: #ffffff;
	}
	.best-in-class .container .bic__bottom .bic__attr .attr__text span {
		font-weight: 800;
	}
	.best-in-class .container .bic__bottom .bic__attr::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.best-in-class .container .bic__bottom .bic__attr:hover {
		background: rgba(11, 12, 16, 0.35);
	}
	.best-in-class .container .bic__bottom .bic__attr:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
}

@media (max-width: 768px) {
	.best-in-class {
		margin: 0;
		padding: 80px 1.5rem 80px 1.5rem;
		position: relative;
	}
	.best-in-class .subscribe-bg {
		position: absolute;
		left: 0;
		bottom: unset;
		top: 0;
		width: 400px;
		height: auto;
		z-index: -1;
	}
	.best-in-class .container {
		max-width: 1440px;
		width: 100%;
		display: flex;
		align-items: center;
		border-radius: 15px;
		margin: 0 auto;
		flex-flow: row wrap;
	}
	.best-in-class .container .bic__left {
		flex: 1 1 100%;
		padding: 0;
	}
	.best-in-class .container .bic__left .bic__pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.best-in-class .container .bic__left .bic__heading {
		margin-top: 1rem;
		margin-bottom: 1.3rem;
	}
	.best-in-class .container .bic__left .bic__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 0 0 0.5rem 0;
		padding: 0;
		font-weight: 800;
	}
	.best-in-class .container .bic__left .bic__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.best-in-class .container .bic__left .bic__text p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0.8rem 0;
		font-weight: 500;
		font-size: 16px;
	}
	.best-in-class .container .bic__right {
		flex: 1 1 100%;
		height: 100%;
		display: flex;
		position: relative;
		margin-top: 1rem;
	}
	.best-in-class .container .bic__right img {
		height: auto;
		width: 100%;
	}
	.best-in-class .container .bic__bottom {
		display: flex;
		flex-flow: row wrap;
		margin-top: 3rem;
		flex: 1 1 100%;
		gap: 1rem;
	}
	.best-in-class .container .bic__bottom .bic__attr {
		display: flex;
		flex-flow: row nowrap;
		gap: 2rem;
		align-items: center;
		position: relative;
		transition: background 1s ease;
		background: rgba(194, 208, 228, 0.05);
		border: 2px solid rgba(194, 208, 228, 0.15);
		border-radius: 10px;
		padding: 1rem;
		flex: 1 1 45%;
	}
	.best-in-class .container .bic__bottom .bic__attr .attr__img {
		height: 65px;
		flex-shrink: 0;
	}
	.best-in-class .container .bic__bottom .bic__attr .attr__img img {
		width: auto;
		height: 100%;
	}
	.best-in-class .container .bic__bottom .bic__attr .attr__text {
		font-weight: 400;
		font-size: 18px;
		line-height: 112%;
		color: #ffffff;
	}
	.best-in-class .container .bic__bottom .bic__attr .attr__text span {
		font-weight: 800;
	}
	.best-in-class .container .bic__bottom .bic__attr::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.best-in-class .container .bic__bottom .bic__attr:hover {
		background: rgba(11, 12, 16, 0.35);
	}
	.best-in-class .container .bic__bottom .bic__attr:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
}

@media (max-width: 576px) {
	.best-in-class {
		margin: 0;
		padding: 80px 1.5rem 80px 1.5rem;
		position: relative;
	}
	.best-in-class .subscribe-bg {
		position: absolute;
		left: 0;
		bottom: unset;
		top: 0;
		width: 400px;
		height: auto;
		z-index: -1;
	}
	.best-in-class .container {
		max-width: 1440px;
		width: 100%;
		display: flex;
		align-items: center;
		border-radius: 15px;
		margin: 0 auto;
		flex-flow: row wrap;
	}
	.best-in-class .container .bic__left {
		flex: 1 1 100%;
		padding: 0;
	}
	.best-in-class .container .bic__left .bic__pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.best-in-class .container .bic__left .bic__heading {
		margin-top: 1rem;
		margin-bottom: 1.3rem;
	}
	.best-in-class .container .bic__left .bic__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 0 0 0.5rem 0;
		padding: 0;
		font-weight: 800;
	}
	.best-in-class .container .bic__left .bic__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.best-in-class .container .bic__left .bic__text p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0.8rem 0;
		font-weight: 500;
		font-size: 16px;
	}
	.best-in-class .container .bic__right {
		flex: 1 1 100%;
		height: 100%;
		display: flex;
		position: relative;
		margin-top: 1rem;
	}
	.best-in-class .container .bic__right img {
		height: auto;
		width: 100%;
	}
	.best-in-class .container .bic__bottom {
		display: flex;
		flex-flow: row wrap;
		margin-top: 3rem;
		flex: 1 1 100%;
		gap: 1rem;
	}
	.best-in-class .container .bic__bottom .bic__attr {
		display: flex;
		flex-flow: row nowrap;
		gap: 2rem;
		align-items: center;
		position: relative;
		transition: background 1s ease;
		background: rgba(194, 208, 228, 0.05);
		border: 2px solid rgba(194, 208, 228, 0.15);
		border-radius: 10px;
		padding: 1rem;
		flex: 1 1 100%;
	}
	.best-in-class .container .bic__bottom .bic__attr .attr__img {
		height: 65px;
		flex-shrink: 0;
	}
	.best-in-class .container .bic__bottom .bic__attr .attr__img img {
		width: auto;
		height: 100%;
	}
	.best-in-class .container .bic__bottom .bic__attr .attr__text {
		font-weight: 400;
		font-size: 18px;
		line-height: 112%;
		color: #ffffff;
	}
	.best-in-class .container .bic__bottom .bic__attr .attr__text span {
		font-weight: 800;
	}
	.best-in-class .container .bic__bottom .bic__attr::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.best-in-class .container .bic__bottom .bic__attr:hover {
		background: rgba(11, 12, 16, 0.35);
	}
	.best-in-class .container .bic__bottom .bic__attr:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
}

body.consent-screen-active {
	overflow-y: hidden;
}

.consent-screen {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 999999999999999;
	background: rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(20px);
	transition: all 0.7s ease-in-out;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	display: none;
	opacity: 0;
	padding: 0 1.5rem;
}

.consent-screen .cookie-consent-popup {
	position: relative;
	max-width: 720px;
	margin-bottom: 2rem;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: #0c0f16;
	border-radius: 32px;
	padding: 1.5rem 1.5rem 1rem;
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
	transition: all 0.7s ease-in-out;
	overflow: hidden;
	transform: translateY(400px);
}

.consent-screen .cookie-consent-popup .cs__wrap {
	display: flex;
	flex-flow: row wrap;
	gap: 1rem;
	align-items: center;
}

.consent-screen .cookie-consent-popup .cs__wrap .cs__icon {
	flex: 0 0 auto;
	border-radius: 12px;
	width: 50px;
	height: 50px;
	background: rgba(36, 39, 45, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
}

.consent-screen .cookie-consent-popup .cs__wrap .cs__icon svg {
	color: rgba(255, 255, 255, 0.9);
}

.consent-screen .cookie-consent-popup .cs__wrap .cs__text {
	flex: 1 1 0;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.9);
	font-weight: 500;
}

.consent-screen .cookie-consent-popup .cs__wrap .cs__text a {
	line-height: 1;
	color: #1daa91;
	text-decoration: none;
}

.consent-screen .cookie-consent-popup .cs__wrap .cs__options {
	flex: 1 1 100%;
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	display: none;
}

.consent-screen .cookie-consent-popup .cs__wrap .cs__options .cs__option {
	flex: 1 1 0;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 10px;
}

.consent-screen .cookie-consent-popup .cs__wrap .cs__options .cs__option .cso__title {
	font-weight: 500;
	font-size: 12px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
	padding: 0 14px;
}

.consent-screen .cookie-consent-popup .cs__wrap .cs__options .cs__option .cso__checkbox-wrapper {
	margin-top: auto;
	height: fit-content;
	cursor: pointer;
}

.consent-screen .cookie-consent-popup .cs__wrap .cs__options .cs__option .cso__checkbox-wrapper .cso__checkbox {
	appearance: none;
	background-color: rgba(194, 208, 228, 0.25);
	border-radius: 72px;
	border-style: none;
	flex-shrink: 0;
	height: 20px;
	margin: 0;
	position: relative;
	width: 30px;
	transition: all 0.5s ease;
}

.consent-screen .cookie-consent-popup .cs__wrap .cs__options .cs__option .cso__checkbox-wrapper .cso__checkbox, .consent-screen .cookie-consent-popup .cs__wrap .cs__options .cs__option .cso__checkbox-wrapper .cso__checkbox::after {
	transition: all 100ms ease-out;
}

.consent-screen .cookie-consent-popup .cs__wrap .cs__options .cs__option .cso__checkbox-wrapper .cso__checkbox::after {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	height: 14px;
	left: 3px;
	position: absolute;
	top: 3px;
	width: 14px;
}

.consent-screen .cookie-consent-popup .cs__wrap .cs__options .cs__option .cso__checkbox-wrapper .cso__checkbox:hover {
	background-color: rgba(194, 208, 228, 0.35);
}

.consent-screen .cookie-consent-popup .cs__wrap .cs__options .cs__option .cso__checkbox-wrapper .cso__checkbox:checked {
	background-color: #1daa91;
}

.consent-screen .cookie-consent-popup .cs__wrap .cs__options .cs__option .cso__checkbox-wrapper .cso__checkbox:checked::after {
	background-color: #fff;
	left: 13px;
}

.consent-screen .cookie-consent-popup .cs__wrap .cs__options .cs__option .cso__checkbox-wrapper .cso__checkbox:checked:hover {
	background-color: #1daa91;
}

.consent-screen .cookie-consent-popup .cs__wrap .cs__options .cs__option .cso__checkbox-wrapper input[type="checkbox"] {
	cursor: pointer;
}

.consent-screen .cookie-consent-popup .cs__wrap .cs__options .cs__option .cso__checkbox-wrapper :focus:not(.focus-visible) {
	outline: 0;
}

.consent-screen .cookie-consent-popup .cs__wrap .cs__options .cs__option:not(:last-of-type) {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
	.consent-screen .cookie-consent-popup .cs__wrap .cs__options {
		grid-template-columns: repeat(4, 1fr);
		row-gap: 10px;
	}
	.consent-screen .cookie-consent-popup .cs__wrap .cs__options .cs__option .cso__title {
		padding: 0;
	}
	.consent-screen .cookie-consent-popup .cs__wrap .cs__options .cs__option:not(:last-of-type) {
		border-right: unset;
	}
}

@media (max-width: 640px) {
	.consent-screen .cookie-consent-popup .cs__wrap .cs__text {
		flex: 1 1 100%;
		padding-bottom: 1rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	.consent-screen .cookie-consent-popup .cs__wrap .cs__options {
		grid-template-columns: 1fr 1fr 1fr;
		row-gap: 10px;
	}
	.consent-screen .cookie-consent-popup .cs__wrap .cs__options .cs__option .cso__title {
		padding: 0;
	}
	.consent-screen .cookie-consent-popup .cs__wrap .cs__options .cs__option:not(:last-of-type) {
		border-right: unset;
	}
}

.consent-screen .cookie-consent-popup .cs__buttons-container {
	margin-top: 0.5rem;
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	gap: 8px;
}

.consent-screen .cookie-consent-popup .cs__buttons-container button.bc__btn {
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 24px;
	outline: none;
	border: none;
	border-radius: 10px;
	transition: all 0.5s ease;
	cursor: pointer;
	line-height: 1;
	font-size: 14px;
	flex: 1 1 0;
}

.consent-screen .cookie-consent-popup .cs__buttons-container button.bc__btn.bc__deny, .consent-screen .cookie-consent-popup .cs__buttons-container button.bc__btn.bc__accept_selection {
	background: rgba(194, 208, 228, 0.15);
	color: #ffffff;
}

.consent-screen .cookie-consent-popup .cs__buttons-container button.bc__btn.bc__deny:disabled, .consent-screen .cookie-consent-popup .cs__buttons-container button.bc__btn.bc__accept_selection:disabled {
	opacity: 0.4;
}

.consent-screen .cookie-consent-popup .cs__buttons-container button.bc__btn.bc__accept_all {
	background: #1daa91;
	color: #0b0c10;
}

.consent-screen .cookie-consent-popup .cs__buttons-container button.bc__btn:hover {
	opacity: 0.5;
}

@media (max-width: 640px) {
	.consent-screen .cookie-consent-popup .cs__buttons-container {
		flex-flow: row wrap;
	}
	.consent-screen .cookie-consent-popup .cs__buttons-container button.bc__btn {
		flex: 1 1 100%;
	}
}

.consent-screen .cookie-consent-popup .cs__pp {
	text-align: center;
}

.consent-screen .cookie-consent-popup .cs__pp a.pp-btn {
	color: rgba(255, 255, 255, 0.4);
	font-weight: 500;
	font-size: 14px;
	transition: all 0.5s ease;
	text-decoration: none;
	outline: none;
}

.consent-screen .cookie-consent-popup .cs__pp a.pp-btn:hover {
	color: rgba(255, 255, 255, 0.9);
}

.consent-screen .cookie-consent-popup .cs__pp-overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: none;
	padding: 1.5rem;
	transition: all 0.5s ease;
	background: #0c0f16;
	opacity: 0;
}

.consent-screen .cookie-consent-popup .cs__pp-overlay .pp-grid {
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns: repeat(4, 130px);
	grid-auto-rows: auto;
	flex-flow: row wrap;
	justify-content: center;
	align-content: center;
	gap: 12px;
}

.consent-screen .cookie-consent-popup .cs__pp-overlay .pp-grid .pp-grid-item {
	text-decoration: none;
	display: flex;
	flex-flow: column nowrap;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 6px;
	transition: all 0.3s ease;
	opacity: 0;
	transform: translateY(-50px);
}

.consent-screen .cookie-consent-popup .cs__pp-overlay .pp-grid .pp-grid-item .gi__image {
	flex: 1 1 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease;
	filter: grayscale(1);
	opacity: 0.6;
}

.consent-screen .cookie-consent-popup .cs__pp-overlay .pp-grid .pp-grid-item .gi__image img {
	position: absolute;
	max-width: unset;
	width: 100%;
	height: auto;
	transform: scale(2);
}

.consent-screen .cookie-consent-popup .cs__pp-overlay .pp-grid .pp-grid-item .gi__title {
	flex: 0 0 auto;
	padding-top: 4px;
	padding: 6px 12px 6px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	color: rgba(255, 255, 255, 0.5);
	line-height: 1;
	font-size: 14px;
	text-align: center;
	transition: inherit;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 3px;
}

.consent-screen .cookie-consent-popup .cs__pp-overlay .pp-grid .pp-grid-item:hover {
	border: 1px solid rgba(29, 170, 145, 0.6);
}

.consent-screen .cookie-consent-popup .cs__pp-overlay .pp-grid .pp-grid-item:hover .gi__title {
	border-top: 1px solid rgba(29, 170, 145, 0.6);
	color: #1daa91;
	background: rgba(29, 170, 145, 0.1);
}

.consent-screen .cookie-consent-popup .cs__pp-overlay .pp-grid .pp-grid-item:hover .gi__image {
	filter: grayscale(0);
	opacity: 1;
}

.consent-screen .cookie-consent-popup .cs__pp-overlay .pp-grid .pp-grid-item:nth-of-type(1) {
	transition: transform 0.5s ease 0s, opacity 0.3s ease, background 0.3s ease, border 0.3s ease;
}

.consent-screen .cookie-consent-popup .cs__pp-overlay .pp-grid .pp-grid-item:nth-of-type(1) .gi__image img {
	transform-origin: 8% 10%;
	transform: scale(3);
}

.consent-screen .cookie-consent-popup .cs__pp-overlay .pp-grid .pp-grid-item:nth-of-type(2) {
	transition: transform 0.5s ease 0.1s, opacity 0.3s ease, background 0.3s ease, border 0.3s ease;
}

.consent-screen .cookie-consent-popup .cs__pp-overlay .pp-grid .pp-grid-item:nth-of-type(2) .gi__image img {
	transform-origin: center 10%;
	transform: scale(6);
}

.consent-screen .cookie-consent-popup .cs__pp-overlay .pp-grid .pp-grid-item:nth-of-type(3) {
	transition: transform 0.5s ease 0.2s, opacity 0.3s ease, background 0.3s ease, border 0.3s ease;
}

.consent-screen .cookie-consent-popup .cs__pp-overlay .pp-grid .pp-grid-item:nth-of-type(3) .gi__image img {
	transform-origin: 53% 8%;
	transform: scale(4);
}

.consent-screen .cookie-consent-popup .cs__pp-overlay .pp-grid .pp-grid-item:nth-of-type(4) {
	transition: transform 0.5s ease 0.3s, opacity 0.3s ease, background 0.3s ease, border 0.3s ease;
}

.consent-screen .cookie-consent-popup .cs__pp-overlay .pp-grid .pp-grid-item:nth-of-type(4) .gi__image img {
	transform-origin: 11% top;
	transform: scale(3);
}

.consent-screen .cookie-consent-popup .cs__pp-overlay .pp-grid.visible .pp-grid-item {
	opacity: 1;
	transform: translateY(0px);
}

@media (max-width: 768px) {
	.consent-screen .cookie-consent-popup .cs__pp-overlay .pp-grid {
		grid-template-columns: repeat(4, 110px);
	}
}

@media (max-width: 640px) {
	.consent-screen .cookie-consent-popup .cs__pp-overlay .pp-grid {
		grid-template-columns: repeat(2, 130px);
	}
}

.consent-screen .cookie-consent-popup .cs__pp-overlay .pp-close {
	position: absolute;
	right: 0;
	top: 0;
	color: rgba(255, 255, 255, 0.6);
	padding: inherit;
	transition: all 0.5s ease;
	cursor: pointer;
}

.consent-screen .cookie-consent-popup .cs__pp-overlay .pp-close:hover {
	color: rgba(255, 255, 255, 0.9);
}

.consent-screen .cookie-consent-popup .cs__pp-overlay.visible {
	display: block;
}

.consent-screen .cookie-consent-popup.active {
	transform: translateY(0px);
}

.consent-screen.active {
	display: flex;
}

@keyframes scrollPromoBanner {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(calc(-100% - var(--spacing-3)));
	}
}

section.domain-banner {
	position: absolute;
	top: 0;
	z-index: 10000000;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
	backdrop-filter: blur(10px);
}

section.domain-banner .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

section.domain-banner .container .db__domains {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	overflow: hidden;
}

section.domain-banner .container .db__domains .db__single-domain {
	flex: 0 1 auto;
	padding: 10px 20px;
	transition: all 0.7s ease;
	background: transparent;
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: transparent;
	gap: 6px;
}

section.domain-banner .container .db__domains .db__single-domain svg {
	height: 12px;
	width: fit-content;
}

section.domain-banner .container .db__domains .db__single-domain.active {
	background: rgba(255, 255, 255, 0.08);
	color: white;
	border-top-color: #03c3a1;
}

section.domain-banner .container .db__domains .db__single-domain:hover {
	background: rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.8);
}

section.domain-banner .container .db__domains .db__single-domain .db__badge {
	line-height: 1;
	font-size: 10px;
	font-weight: 600;
	background: #03c3a1;
	border-radius: 2px;
	padding: 2px 4px;
	color: rgba(255, 255, 255, 0.8);
}

section.domain-banner .container .db__promos {
	display: flex;
	flex-flow: row nowrap;
	gap: 8px;
	align-items: center;
}

@media (max-width: 992px) {
	section.domain-banner .container .db__promos {
		display: none;
	}
}

section.domain-banner .container .db__promos .single-promo {
	display: flex;
	align-items: center;
	gap: 8px;
}

section.domain-banner .container .db__promos .single-promo .sp__title {
	color: var(--accent-soft);
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	display: flex;
	align-items: center;
	gap: 4px;
}

section.domain-banner .container .db__promos .single-promo .sp__title span {
	font-weight: 900;
	color: var(--accent);
}

section.domain-banner .container .db__promos .single-promo .sp__code {
	display: flex;
	padding: 5px 12px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	border: 1px solid #1DAA9195;
	background: linear-gradient(180deg, var(--accent-10, rgba(29, 170, 145, 0.1)) 0%, var(--accent-30, rgba(29, 170, 145, 0.3)) 100%);
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.111px;
	transition: all 0.8s ease;
	cursor: pointer;
	min-width: 70px;
	text-align: center;
}

section.domain-banner .container .db__promos .single-promo .sp__code:hover {
	opacity: 0.5;
}

section.domain-banner .container .db__promos .promotion-separator {
	display: flex;
	justify-content: center;
	align-items: center;
}

section.domain-banner .container .db__promos .promotion-separator svg {
	height: 14px;
	width: 14px;
	color: var(--accent-soft);
}

section.promo-banner-mobile {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: radial-gradient(50% 60px at center bottom, rgba(212, 247, 241, 0.2), rgba(212, 247, 241, 0.05)), rgba(14, 16, 23, 0.5);
	backdrop-filter: blur(20px);
	z-index: 99999;
	transition: all 0.5s ease-in-out;
	border-top: 1px solid rgba(212, 247, 241, 0.2);
	overflow: hidden;
	padding: 1.5rem 0;
	display: flex;
	flex-flow: column nowrap;
	gap: 1.5rem;
}

@media (min-width: 992px) {
	section.promo-banner-mobile {
		display: none;
	}
}

section.promo-banner-mobile .db__title {
	text-align: center;
	font-size: 15px;
	color: #fff;
	opacity: 0.8;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 500;
	margin: 0;
	padding: 0;
	transition: all 0.5s ease;
}

section.promo-banner-mobile .db__scroller {
	margin: 0 auto;
	display: flex;
	align-self: flex-start;
	width: 100%;
	mask-image: linear-gradient(to right, transparent, 8%, #fff, 92%, transparent);
	-webkit-mask-image: linear-gradient(to right, transparent, 8%, #fff, 92%, transparent);
	gap: var(--spacing-3);
}

@media (min-width: 768px) {
	section.promo-banner-mobile .db__scroller {
		padding: 0 1rem;
		mask-image: unset;
		-webkit-mask-image: unset;
		max-width: 90%;
	}
}

@media (max-width: 576px) {
	section.promo-banner-mobile .db__scroller {
		mask-image: linear-gradient(to right, transparent, 5%, #fff, 95%, transparent);
		-webkit-mask-image: linear-gradient(to right, transparent, 5%, #fff, 95%, transparent);
	}
}

section.promo-banner-mobile .db__scroller .db__promos {
	display: flex;
	flex-flow: row nowrap;
	flex: 1 0 auto;
	gap: var(--spacing-3);
	will-change: transform;
	animation: scrollPromoBanner 8s linear infinite;
}

@media (min-width: 768px) {
	section.promo-banner-mobile .db__scroller .db__promos {
		animation: none;
	}
	section.promo-banner-mobile .db__scroller .db__promos:nth-of-type(2) {
		display: none;
	}
	section.promo-banner-mobile .db__scroller .db__promos .single-promo {
		flex: 1 1 0;
	}
}

section.promo-banner-mobile .db__scroller .db__promos .single-promo {
	padding: 8px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: flex-start;
	transition: all 0.5s ease-in-out;
	overflow: hidden;
}

section.promo-banner-mobile .db__scroller .db__promos .single-promo .sp__title {
	color: var(--accent-soft);
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	padding-bottom: 6px;
}

section.promo-banner-mobile .db__scroller .db__promos .single-promo .sp__title span {
	font-weight: 900;
	color: var(--accent);
}

section.promo-banner-mobile .db__scroller .db__promos .single-promo .sp__expires {
	font-size: 12px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
}

section.promo-banner-mobile .db__scroller .db__promos .single-promo .sp__expires span {
	font-weight: bold;
	color: rgba(255, 255, 255, 0.8);
}

section.promo-banner-mobile .db__scroller .db__promos .single-promo .sp__code-wrap {
	display: flex;
	position: relative;
	align-self: stretch;
	transition: all 0.5s ease 0.5s;
	height: 0;
	max-height: 0;
	margin-top: 0px;
}

section.promo-banner-mobile .db__scroller .db__promos .single-promo .sp__code-wrap .sp__code {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	padding: 8px 20px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	border: 1px solid #1DAA9195;
	background: linear-gradient(180deg, var(--accent-10, rgba(29, 170, 145, 0.1)) 0%, var(--accent-30, rgba(29, 170, 145, 0.3)) 100%);
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.111px;
	transition: all 0.5s ease;
	cursor: pointer;
	text-align: center;
	opacity: 0;
	transform: translateY(20px);
}

section.promo-banner-mobile .db__scroller .db__promos .single-promo .sp__code-wrap .sp__code:hover {
	opacity: 0.5;
}

section.promo-banner-mobile.active {
	background-color: #0e1017;
}

section.promo-banner-mobile.active .db__title {
	opacity: 1;
}

section.promo-banner-mobile.active .db__scroller .db__promos .single-promo .sp__code-wrap {
	height: 34px;
	max-height: 100px;
	margin-top: 6px;
	transition: all 0.5s ease;
}

section.promo-banner-mobile.active .db__scroller .db__promos .single-promo .sp__code-wrap .sp__code {
	opacity: 1;
	transform: translateY(0px);
	transition: all 0.5s ease 0.5s;
}

@keyframes pulse-white {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 6px rgba(255, 255, 255, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

.sneak-preview {
	display: flex;
	justify-content: center;
	padding: 95px 1.5rem 95px 1.5rem;
	position: relative;
}

.sneak-preview .sneak-preview-bg {
	position: absolute;
	top: -10%;
	right: 0;
	width: 600px;
	height: auto;
	z-index: -1;
}

.sneak-preview .container {
	max-width: 1440px;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
}

.sneak-preview .container .sp__heading {
	flex: 1 1 100%;
}

.sneak-preview .container .sp__heading h2 {
	font-size: 52px;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 0.5rem 0;
	padding: 0;
	font-weight: 800;
}

.sneak-preview .container .sp__heading h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
	display: block;
}

.sneak-preview .container .sp__cards {
	display: flex;
	gap: 2rem;
	margin-top: 2rem;
}

.sneak-preview .container .sp__cards .sp__card {
	flex: 1 1 0;
	padding: 4rem 3rem;
	border-radius: 15px;
	background: rgba(11, 12, 15, 0.35);
	border: 2px solid rgba(194, 208, 228, 0.15);
	overflow: hidden;
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
}

.sneak-preview .container .sp__cards .sp__card .card__pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0 0 1rem 0;
}

.sneak-preview .container .sp__cards .sp__card .card__heading h3 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 48px;
	line-height: 1.4;
	color: #fff;
	margin: 0 0 0.5rem 0;
	padding: 0;
	font-weight: 800;
}

.sneak-preview .container .sp__cards .sp__card .card__heading h3 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

.sneak-preview .container .sp__cards .sp__card .card__text p {
	color: rgba(194, 208, 228, 0.5);
	margin: 0.7rem 0 0;
	font-weight: 500;
	font-size: 16px;
}

.sneak-preview .container .sp__cards .sp__card .card__image-prepaid {
	margin-left: -3rem;
	margin-right: -3rem;
	margin-bottom: -4rem;
	position: relative;
	height: 475px;
	width: 100%;
	opacity: 0;
	transform: translateY(200px);
}

.sneak-preview .container .sp__cards .sp__card .card__image-prepaid img {
	width: 100%;
	height: auto;
	position: absolute;
	left: -18%;
	bottom: -40%;
	width: 850px;
	max-width: unset;
}

@media (max-width: 1340px) {
	.sneak-preview .container .sp__cards .sp__card .card__image-prepaid {
		margin-left: -3rem;
		margin-right: -3rem;
		margin-bottom: -4rem;
		position: relative;
		height: 495px;
		width: 100%;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-prepaid img {
		width: 100%;
		height: auto;
		position: absolute;
		left: -18%;
		bottom: -28%;
		width: 750px;
		max-width: unset;
	}
}

@media (max-width: 1240px) {
	.sneak-preview .container .sp__cards .sp__card .card__image-prepaid {
		margin-left: -3rem;
		margin-right: -3rem;
		margin-bottom: -4rem;
		position: relative;
		height: 395px;
		width: 100%;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-prepaid img {
		width: 100%;
		height: auto;
		position: absolute;
		left: -18%;
		bottom: -28%;
		width: 650px;
		max-width: unset;
	}
}

@media (max-width: 1140px) {
	.sneak-preview .container .sp__cards .sp__card .card__image-prepaid {
		margin-left: -3rem;
		margin-right: -3rem;
		margin-bottom: -4rem;
		position: relative;
		height: 395px;
		width: 100%;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-prepaid img {
		width: 100%;
		height: auto;
		position: absolute;
		left: -18%;
		bottom: -28%;
		width: 550px;
		max-width: unset;
	}
}

@media (max-width: 992px) {
	.sneak-preview .container .sp__cards .sp__card .card__image-prepaid {
		margin-left: -3rem;
		margin-right: -3rem;
		margin-bottom: -4rem;
		position: relative;
		height: 535px;
		width: 100%;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-prepaid img {
		width: 100%;
		height: auto;
		position: absolute;
		left: -18%;
		bottom: -40%;
		width: 950px;
		max-width: unset;
	}
}

@media (max-width: 650px) {
	.sneak-preview .container .sp__cards .sp__card .card__image-prepaid {
		margin-left: -2rem;
		margin-right: -2rem;
		margin-bottom: -2rem;
		position: relative;
		height: 350px;
		width: 100%;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-prepaid img {
		width: 100%;
		height: auto;
		position: absolute;
		left: -24%;
		bottom: -44%;
		width: 680px;
		max-width: unset;
	}
}

@media (max-width: 576px) {
	.sneak-preview .container .sp__cards .sp__card .card__image-prepaid {
		margin-left: -2rem;
		margin-right: -2rem;
		margin-bottom: -2rem;
		position: relative;
		height: 350px;
		width: 100%;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-prepaid img {
		width: 100%;
		height: auto;
		position: absolute;
		left: -20%;
		bottom: -39%;
		width: 580px;
		max-width: unset;
	}
}

@media (max-width: 450px) {
	.sneak-preview .container .sp__cards .sp__card .card__image-prepaid {
		margin-left: -2rem;
		margin-right: -2rem;
		margin-bottom: -2rem;
		position: relative;
		height: 275px;
		width: 100%;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-prepaid img {
		width: 100%;
		height: auto;
		position: absolute;
		left: -35%;
		bottom: -39%;
		width: 480px;
		max-width: unset;
	}
}

.sneak-preview .container .sp__cards .sp__card .card__image-social {
	align-self: stretch;
	margin-top: auto;
	margin-left: -3rem;
	margin-right: -3rem;
	margin-bottom: -4rem;
	position: relative;
	height: 475px;
}

.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper {
	position: absolute;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	opacity: 0;
	z-index: 999;
	width: 200px;
	height: auto;
}

.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-1 {
	left: 36px;
	bottom: 36px;
	transform: translateY(50px);
}

@media (max-width: 992px) {
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-1 {
		left: 8%;
		bottom: 20%;
		transform: translateY(50px);
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-1 img {
		width: 180px;
	}
}

@media (max-width: 768px) {
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-1 {
		left: 8%;
		bottom: 10%;
		transform: translateY(50px);
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-1 img {
		width: 180px;
	}
}

@media (max-width: 640px) {
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-1 {
		left: 2%;
		bottom: 5%;
		transform: translateY(50px);
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-1 img {
		width: 180px;
	}
}

@media (max-width: 576px) {
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-1 {
		left: 6px;
		bottom: 7px;
		transform: translateY(50px);
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-1 img {
		width: 180px;
	}
}

@media (max-width: 497px) {
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-1 {
		left: 4px;
		bottom: 5px;
		transform: translateY(50px);
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-1 img {
		width: 180px;
	}
}

@media (max-width: 389px) {
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-1 {
		left: 50px;
		bottom: 76px;
		transform: translateY(50px);
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-1 img {
		width: 180px;
	}
}

.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-2 {
	left: 221px;
	top: -35px;
	transform: translateY(100px);
}

.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-2 img {
	width: 200px;
}

@media (max-width: 1200px) {
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-2 {
		left: unset;
		right: 4%;
		bottom: unset;
		top: 20%;
		transform: translateY(50px);
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-2 img {
		width: 160px;
	}
}

@media (max-width: 992px) {
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-2 {
		left: 40%;
		bottom: unset;
		top: 20%;
		transform: translateY(50px);
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-2 img {
		width: 180px;
	}
}

@media (max-width: 768px) {
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-2 {
		left: 40%;
		bottom: 15%;
		top: unset;
		transform: translateY(50px);
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-2 img {
		width: 160px;
	}
}

@media (max-width: 640px) {
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-2 {
		left: 37%;
		bottom: 10%;
		top: unset;
		transform: translateY(50px);
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-2 img {
		width: 150px;
	}
}

@media (max-width: 576px) {
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-2 {
		left: 295px;
		top: 21px;
		transform: translateY(100px);
		display: flex;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-2 img {
		width: 130px;
	}
}

@media (max-width: 560px) {
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-2 {
		left: 226px;
		bottom: 105px;
		top: unset;
		transform: translateY(100px);
		display: flex;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-2 img {
		width: 130px;
	}
}

@media (max-width: 430px) {
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-2 {
		left: 160px;
		bottom: 77px;
		top: unset;
		transform: translateY(100px);
		display: flex;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-2 img {
		width: 130px;
	}
}

@media (max-width: 380px) {
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-2 {
		display: none;
	}
}

.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-3 {
	right: 31px;
	top: -6px;
	transform: translateY(150px);
}

@media (max-width: 1400px) {
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-3 {
		right: 3%;
		top: unset;
		bottom: 60%;
		transform: translateY(150px);
		display: flex;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-3 img {
		width: 150px;
	}
}

@media (max-width: 1300px) {
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-3 {
		right: -7%;
		top: unset;
		bottom: 60%;
		transform: translateY(150px);
		display: flex;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-3 img {
		width: 150px;
	}
}

@media (max-width: 1200px) {
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-3 {
		display: none;
	}
}

@media (max-width: 992px) {
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-3 {
		right: 5%;
		top: unset;
		bottom: 60%;
		transform: translateY(150px);
		display: flex;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-3 img {
		width: 150px;
	}
}

@media (max-width: 768px) {
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-3 {
		right: 3%;
		top: unset;
		transform: translateY(150px);
		bottom: 50%;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-3 img {
		width: 120px;
	}
}

@media (max-width: 640px) {
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-3 {
		right: 10px;
		top: unset;
		bottom: 40%;
		transform: translateY(150px);
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-3 img {
		width: 120px;
	}
}

@media (max-width: 576px) {
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper.sc__profile-3 {
		right: 39px;
		top: -76px;
		transform: translateY(150px);
		display: none;
	}
}

.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper .sc__profile-card {
	margin-right: 4px;
}

.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper .sc__dot {
	border-radius: 50%;
	margin: 2px;
	height: 11px;
	width: 11px;
	transform: scale(1);
	background: white;
	box-shadow: 0 0 0 0 white;
	animation: pulse-white 2s infinite;
}

.sneak-preview .container .sp__cards .sp__card .card__image-social img.chart-img {
	width: 100%;
	position: absolute;
	bottom: 0;
}

@media (max-width: 1200px) {
	.sneak-preview {
		margin: 180px 0 90px;
		display: flex;
		justify-content: center;
		padding: 0px 1.5rem 0px 1.5rem;
		position: relative;
	}
	.sneak-preview .sneak-preview-bg {
		position: absolute;
		top: -10%;
		right: 0;
		width: 600px;
		height: auto;
		z-index: -1;
	}
	.sneak-preview .container {
		max-width: 1440px;
		width: 100%;
		display: flex;
		flex-flow: row wrap;
	}
	.sneak-preview .container .sp__heading {
		flex: 1 1 100%;
	}
	.sneak-preview .container .sp__heading h2 {
		font-size: 52px;
		line-height: 1.2;
		color: #fff;
		margin: 0 0 0.5rem 0;
		padding: 0;
		font-weight: 800;
	}
	.sneak-preview .container .sp__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.sneak-preview .container .sp__cards {
		display: flex;
		gap: 2rem;
		margin-top: 2rem;
	}
	.sneak-preview .container .sp__cards .sp__card {
		flex: 1 1 0;
		padding: 4rem 3rem;
		border-radius: 15px;
		background: rgba(11, 12, 15, 0.35);
		border: 2px solid rgba(194, 208, 228, 0.15);
		overflow: hidden;
		display: flex;
		flex-flow: column nowrap;
		align-items: flex-start;
	}
	.sneak-preview .container .sp__cards .sp__card .card__pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0 0 1rem 0;
	}
	.sneak-preview .container .sp__cards .sp__card .card__heading h3 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 42px;
		line-height: 1.2;
		color: #fff;
		margin: 0 0 0.5rem 0;
		padding: 0;
		font-weight: 800;
	}
	.sneak-preview .container .sp__cards .sp__card .card__heading h3 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.sneak-preview .container .sp__cards .sp__card .card__text p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0.7rem 0 0;
		font-weight: 500;
		font-size: 16px;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social {
		align-self: stretch;
		margin-top: auto;
		margin-left: -3rem;
		margin-right: -3rem;
		margin-bottom: -4rem;
		position: relative;
		height: 475px;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper {
		position: absolute;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		opacity: 0;
		z-index: 999;
		width: 200px;
		height: auto;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper .sc__profile-card {
		margin-right: 4px;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper .sc__dot {
		border-radius: 50%;
		margin: 2px;
		height: 11px;
		width: 11px;
		transform: scale(1);
		background: white;
		box-shadow: 0 0 0 0 white;
		animation: pulse-white 2s infinite;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social img.chart-img {
		width: 100%;
		position: absolute;
		bottom: 0;
	}
}

@media (max-width: 992px) {
	.sneak-preview {
		margin: 180px 0 90px;
		display: flex;
		justify-content: center;
		padding: 0px 1.5rem 0px 1.5rem;
		position: relative;
	}
	.sneak-preview .sneak-preview-bg {
		position: absolute;
		top: -10%;
		right: 0;
		width: 600px;
		height: auto;
		z-index: -1;
	}
	.sneak-preview .container {
		max-width: 1440px;
		width: 100%;
		display: flex;
		flex-flow: row wrap;
	}
	.sneak-preview .container .sp__heading {
		flex: 1 1 100%;
	}
	.sneak-preview .container .sp__heading h2 {
		font-size: 52px;
		line-height: 1.2;
		color: #fff;
		margin: 0 0 0.5rem 0;
		padding: 0;
		font-weight: 800;
	}
	.sneak-preview .container .sp__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.sneak-preview .container .sp__cards {
		display: flex;
		flex-flow: row wrap;
		gap: 2rem;
		margin-top: 2rem;
	}
	.sneak-preview .container .sp__cards .sp__card {
		flex: 1 1 100%;
		padding: 2rem;
		border-radius: 15px;
		background: rgba(11, 12, 15, 0.35);
		border: 2px solid rgba(194, 208, 228, 0.15);
		overflow: hidden;
		display: flex;
		flex-flow: column nowrap;
		align-items: flex-start;
	}
	.sneak-preview .container .sp__cards .sp__card .card__pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0 0 1rem 0;
	}
	.sneak-preview .container .sp__cards .sp__card .card__heading h3 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 36px;
		line-height: 1.2;
		color: #fff;
		margin: 0 0 0.5rem 0;
		padding: 0;
		font-weight: 800;
	}
	.sneak-preview .container .sp__cards .sp__card .card__heading h3 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.sneak-preview .container .sp__cards .sp__card .card__text p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0.7rem 0 0;
		font-weight: 500;
		font-size: 16px;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social {
		align-self: stretch;
		margin-top: auto;
		margin-left: -2rem;
		margin-right: -2rem;
		margin-bottom: -2rem;
		position: relative;
		height: 570px;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper {
		position: absolute;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		opacity: 0;
		z-index: 999;
		width: 200px;
		height: auto;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper .sc__profile-card {
		margin-right: 4px;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper .sc__dot {
		border-radius: 50%;
		margin: 2px;
		height: 11px;
		width: 11px;
		transform: scale(1);
		background: white;
		box-shadow: 0 0 0 0 white;
		animation: pulse-white 2s infinite;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social img.chart-img {
		width: 100%;
		position: absolute;
		bottom: 0;
	}
}

@media (max-width: 768px) {
	.sneak-preview {
		margin: 180px 0 90px;
		display: flex;
		justify-content: center;
		padding: 0px 1.5rem 0px 1.5rem;
		position: relative;
	}
	.sneak-preview .sneak-preview-bg {
		position: absolute;
		top: -10%;
		right: 0;
		width: 600px;
		height: auto;
		z-index: -1;
	}
	.sneak-preview .container {
		max-width: 1440px;
		width: 100%;
		display: flex;
		flex-flow: row wrap;
	}
	.sneak-preview .container .sp__heading {
		flex: 1 1 100%;
	}
	.sneak-preview .container .sp__heading h2 {
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 0 0 0.5rem 0;
		padding: 0;
		font-weight: 800;
	}
	.sneak-preview .container .sp__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.sneak-preview .container .sp__cards {
		display: flex;
		flex-flow: row wrap;
		gap: 2rem;
		margin-top: 2rem;
	}
	.sneak-preview .container .sp__cards .sp__card {
		flex: 1 1 100%;
		padding: 2rem;
		border-radius: 15px;
		background: rgba(11, 12, 15, 0.35);
		border: 2px solid rgba(194, 208, 228, 0.15);
		overflow: hidden;
		display: flex;
		flex-flow: column nowrap;
		align-items: flex-start;
	}
	.sneak-preview .container .sp__cards .sp__card .card__pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0 0 1rem 0;
	}
	.sneak-preview .container .sp__cards .sp__card .card__heading h3 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 36px;
		line-height: 1.2;
		color: #fff;
		margin: 0 0 0.5rem 0;
		padding: 0;
		font-weight: 800;
	}
	.sneak-preview .container .sp__cards .sp__card .card__heading h3 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.sneak-preview .container .sp__cards .sp__card .card__text p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0.7rem 0 0;
		font-weight: 500;
		font-size: 16px;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social {
		align-self: stretch;
		margin-top: auto;
		margin-left: -2rem;
		margin-right: -2rem;
		margin-bottom: -2rem;
		position: relative;
		height: 500px;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper {
		position: absolute;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		opacity: 0;
		z-index: 999;
		width: 200px;
		height: auto;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper .sc__profile-card {
		margin-right: 4px;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper .sc__dot {
		border-radius: 50%;
		margin: 2px;
		height: 11px;
		width: 11px;
		transform: scale(1);
		background: white;
		box-shadow: 0 0 0 0 white;
		animation: pulse-white 2s infinite;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social img.chart-img {
		width: 100%;
		position: absolute;
		bottom: 0;
	}
}

@media (max-width: 576px) {
	.sneak-preview {
		margin: 180px 0 90px;
		display: flex;
		justify-content: center;
		padding: 0px 1.5rem 0px 1.5rem;
		position: relative;
	}
	.sneak-preview .sneak-preview-bg {
		position: absolute;
		top: -10%;
		right: 0;
		width: 600px;
		height: auto;
		z-index: -1;
	}
	.sneak-preview .container {
		max-width: 1440px;
		width: 100%;
		display: flex;
		flex-flow: row wrap;
	}
	.sneak-preview .container .sp__heading {
		flex: 1 1 100%;
	}
	.sneak-preview .container .sp__heading h2 {
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 0 0 0.5rem 0;
		padding: 0;
		font-weight: 800;
	}
	.sneak-preview .container .sp__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.sneak-preview .container .sp__cards {
		display: flex;
		flex-flow: row wrap;
		gap: 2rem;
		margin-top: 2rem;
	}
	.sneak-preview .container .sp__cards .sp__card {
		flex: 1 1 100%;
		padding: 2rem;
		border-radius: 15px;
		background: rgba(11, 12, 15, 0.35);
		border: 2px solid rgba(194, 208, 228, 0.15);
		overflow: hidden;
		display: flex;
		flex-flow: column nowrap;
		align-items: flex-start;
	}
	.sneak-preview .container .sp__cards .sp__card .card__pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0 0 1rem 0;
	}
	.sneak-preview .container .sp__cards .sp__card .card__heading h3 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 36px;
		line-height: 1.2;
		color: #fff;
		margin: 0 0 0.5rem 0;
		padding: 0;
		font-weight: 800;
	}
	.sneak-preview .container .sp__cards .sp__card .card__heading h3 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.sneak-preview .container .sp__cards .sp__card .card__text p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0.7rem 0 0;
		font-weight: 500;
		font-size: 16px;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social {
		align-self: stretch;
		margin-top: auto;
		margin-left: -2rem;
		margin-right: -2rem;
		margin-bottom: -2rem;
		position: relative;
		height: 320px;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper {
		position: absolute;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		opacity: 0;
		z-index: 999;
		width: 200px;
		height: auto;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper .sc__profile-card {
		margin-right: 4px;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social .sc__profile-wrapper .sc__dot {
		border-radius: 50%;
		margin: 2px;
		height: 11px;
		width: 11px;
		transform: scale(1);
		background: white;
		box-shadow: 0 0 0 0 white;
		animation: pulse-white 2s infinite;
	}
	.sneak-preview .container .sp__cards .sp__card .card__image-social img.chart-img {
		width: 100%;
		position: absolute;
		bottom: 0;
	}
}

.payouts-page {
	padding: 140px 1.5rem 120px 1.5rem;
	--no-of-slides: 10;
	--slides-in-view: 10;
	--slide-width: 299px;
	--slide-height: 261px;
	--iteration-time: 100s;
	width: 100%;
	position: relative;
	overflow: hidden;
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(var(--slide-width) * var(--no-of-slides)* -1));
	}
}

@keyframes hoverA {
	0% {
		transform: translate3d(0, 6%, 0);
	}
	50% {
		transform: translate3d(0, -6%, 0);
	}
	100% {
		transform: translate3d(0, 6%, 0);
	}
}

@keyframes hoverB {
	0% {
		transform: translate3d(0, -4%, 0);
	}
	50% {
		transform: translate3d(0, 6%, 0);
	}
	100% {
		transform: translate3d(0, -4%, 0);
	}
}

.payouts-page .background-text {
	position: absolute;
	top: 100px;
	left: 0;
	z-index: -1;
	overflow: hidden;
	height: 315px;
	width: 100%;
}

.payouts-page .background-text img {
	position: absolute;
	top: 0;
	left: -40%;
	height: 100%;
	width: auto;
	max-width: none;
}

@media (max-width: 992px) {
	.payouts-page .background-text {
		height: 220px;
		top: 70px;
	}
}

@media (max-width: 768px) {
	.payouts-page .background-text {
		height: 160px;
		top: 70px;
	}
}

@media (max-width: 576px) {
	.payouts-page .background-text {
		height: 140px;
		top: 10px;
	}
}

.payouts-page section.pp__hero {
	position: relative;
	text-align: center;
}

.payouts-page section.pp__hero .grid-background {
	position: absolute;
	right: -10%;
	top: 70%;
	width: 700px;
	height: auto;
}

.payouts-page section.pp__hero .grid-background img {
	height: auto;
	max-width: 100%;
}

.payouts-page section.pp__hero .pill {
	display: inline-block;
	padding: 10px 20px;
	background: #2e3a4d;
	border-radius: 44px;
	margin: 0;
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.payouts-page section.pp__hero h1 {
	color: #FFF;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75);
	font-family: Plus Jakarta Sans;
	font-size: 120px;
	font-style: normal;
	font-weight: 800;
	line-height: 112%;
	margin: 0;
	padding: 0;
}

.payouts-page section.pp__hero .pp__record {
	width: calc(var(--slides-in-view) * var(--slide-width));
}

.payouts-page section.pp__hero .pp__record .pp__record--wrapper {
	display: flex;
	flex-flow: row nowrap;
	gap: 24px;
	margin-top: 12rem;
	margin-left: -1.5rem;
	animation: scroll var(--iteration-time) linear infinite;
}

.payouts-page section.pp__hero .pp__record .pp__record--wrapper .record__single {
	animation: hoverB 6s ease-in-out infinite alternate;
	display: flex;
	flex: 0 0 275px;
	padding: 0px 30px 30px 30px;
	flex-direction: column;
	align-items: center;
	border-radius: 20px;
	border: 1px solid rgba(194, 208, 228, 0.15);
	background: rgba(194, 208, 228, 0.05);
}

.payouts-page section.pp__hero .pp__record .pp__record--wrapper .record__single .rs__image--gradient {
	margin-top: -60px;
	padding: 2px;
	border-radius: 120px;
	background: linear-gradient(to right, #2CD9FF 10%, #7EFFB2 20%, #F4FF7A 80%, #FFD80E);
	box-shadow: 10px 1.57706px 25px 0px rgba(27, 118, 255, 0.04), 0px 4px 25px 0px rgba(0, 255, 56, 0.05), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	flex-shrink: 0;
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.payouts-page section.pp__hero .pp__record .pp__record--wrapper .record__single .rs__image--gradient .rs__image {
	height: 100%;
	width: 100%;
	border-radius: 120px;
	background: url("../svg/avatar.svg"), #171B26;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 80%;
}

.payouts-page section.pp__hero .pp__record .pp__record--wrapper .record__single .rs__name {
	margin-top: 30px;
	text-align: center;
	font-size: 26px;
	font-style: normal;
	font-weight: 800;
	line-height: 100%;
	background: linear-gradient(88deg, #2CD9FF 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #FFD80E 98.07%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.payouts-page section.pp__hero .pp__record .pp__record--wrapper .record__single .rs__country {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}

.payouts-page section.pp__hero .pp__record .pp__record--wrapper .record__single .rs__country img {
	height: 20px;
	width: 20px;
}

.payouts-page section.pp__hero .pp__record .pp__record--wrapper .record__single .rs__country span {
	color: #F6F8FF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.payouts-page section.pp__hero .pp__record .pp__record--wrapper .record__single .rs__payout {
	align-self: stretch;
	margin-top: 30px;
	padding: 25px 30px;
	gap: 5px;
	border-radius: 20px;
	border: 1px solid rgba(194, 208, 228, 0.15);
	background: rgba(194, 208, 228, 0.05);
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 100%;
	text-align: center;
}

.payouts-page section.pp__hero .pp__record .pp__record--wrapper .record__single:nth-of-type(even) {
	transform: translateY(-35px);
	animation: hoverA 6s ease-in-out infinite alternate;
}

@media (max-width: 992px) {
	.payouts-page section.pp__hero {
		position: relative;
		text-align: center;
	}
	.payouts-page section.pp__hero .grid-background {
		position: absolute;
		right: -10%;
		top: 70%;
		width: 700px;
		height: auto;
	}
	.payouts-page section.pp__hero .grid-background img {
		height: auto;
		max-width: 100%;
	}
	.payouts-page section.pp__hero h1 {
		font-size: 80px;
		margin: 1rem 0;
	}
	.payouts-page section.pp__hero .pp__record {
		--no-of-slides: 10;
		--slides-in-view: 10;
		--slide-width: 274px;
		--slide-height: 261px;
		--iteration-time: 35s;
		width: calc(var(--slides-in-view) * var(--slide-width));
	}
	.payouts-page section.pp__hero .pp__record .pp__record--wrapper {
		display: flex;
		flex-flow: row nowrap;
		gap: 24px;
		margin-top: 8rem;
		margin-left: -1.5rem;
		animation: scroll var(--iteration-time) linear infinite;
	}
	.payouts-page section.pp__hero .pp__record .pp__record--wrapper .record__single {
		animation: hoverB 6s ease-in-out infinite alternate;
		display: flex;
		flex: 0 0 250px;
		padding: 0px 25px 25px 25px;
		flex-direction: column;
		align-items: center;
		border-radius: 20px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(194, 208, 228, 0.05);
	}
	.payouts-page section.pp__hero .pp__record .pp__record--wrapper .record__single .rs__image--gradient {
		margin-top: -40px;
		padding: 2px;
		border-radius: 120px;
		background: linear-gradient(to right, #2CD9FF 10%, #7EFFB2 20%, #F4FF7A 80%, #FFD80E);
		box-shadow: 10px 1.57706px 25px 0px rgba(27, 118, 255, 0.04), 0px 4px 25px 0px rgba(0, 255, 56, 0.05), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
		flex-shrink: 0;
		width: 85px;
		height: 85px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.payouts-page section.pp__hero .pp__record .pp__record--wrapper .record__single .rs__image--gradient .rs__image {
		height: 100%;
		width: 100%;
		border-radius: 120px;
		background: url("../svg/avatar.svg"), #171B26;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: auto 80%;
	}
	.payouts-page section.pp__hero .pp__record .pp__record--wrapper .record__single .rs__name {
		margin-top: 30px;
		text-align: center;
		font-size: 26px;
		font-style: normal;
		font-weight: 800;
		line-height: 100%;
		background: linear-gradient(88deg, #2CD9FF 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #FFD80E 98.07%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.payouts-page section.pp__hero .pp__record .pp__record--wrapper .record__single .rs__country {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 10px;
		margin-top: 10px;
	}
	.payouts-page section.pp__hero .pp__record .pp__record--wrapper .record__single .rs__country img {
		height: 20px;
		width: 20px;
	}
	.payouts-page section.pp__hero .pp__record .pp__record--wrapper .record__single .rs__country span {
		color: #F6F8FF;
		font-size: 15px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	.payouts-page section.pp__hero .pp__record .pp__record--wrapper .record__single .rs__payout {
		align-self: stretch;
		margin-top: 30px;
		padding: 20px 25px;
		gap: 5px;
		border-radius: 20px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(194, 208, 228, 0.05);
		color: #FFF;
		font-size: 18px;
		font-style: normal;
		font-weight: 800;
		line-height: 100%;
		text-align: center;
	}
	.payouts-page section.pp__hero .pp__record .pp__record--wrapper .record__single:nth-of-type(even) {
		transform: translateY(-35px);
		animation: hoverA 6s ease-in-out infinite alternate;
	}
}

@media (max-width: 768px) {
	.payouts-page section.pp__hero {
		position: relative;
		text-align: center;
	}
	.payouts-page section.pp__hero .grid-background {
		position: absolute;
		right: -10%;
		top: 70%;
		width: 700px;
		height: auto;
	}
	.payouts-page section.pp__hero .grid-background img {
		height: auto;
		max-width: 100%;
	}
	.payouts-page section.pp__hero h1 {
		font-size: 40px;
		margin: 1rem 0;
	}
	.payouts-page section.pp__hero .pp__record {
		--no-of-slides: 10;
		--slides-in-view: 10;
		--slide-width: 274px;
		--slide-height: 261px;
		--iteration-time: 35s;
		width: calc(var(--slides-in-view) * var(--slide-width));
	}
	.payouts-page section.pp__hero .pp__record .pp__record--wrapper {
		display: flex;
		flex-flow: row nowrap;
		gap: 24px;
		margin-top: 8rem;
		margin-left: -1.5rem;
		animation: scroll var(--iteration-time) linear infinite;
	}
	.payouts-page section.pp__hero .pp__record .pp__record--wrapper .record__single {
		animation: hoverB 6s ease-in-out infinite alternate;
		display: flex;
		flex: 0 0 250px;
		padding: 0px 25px 25px 25px;
		flex-direction: column;
		align-items: center;
		border-radius: 20px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(194, 208, 228, 0.05);
	}
	.payouts-page section.pp__hero .pp__record .pp__record--wrapper .record__single .rs__image--gradient {
		margin-top: -40px;
		padding: 2px;
		border-radius: 120px;
		background: linear-gradient(to right, #2CD9FF 10%, #7EFFB2 20%, #F4FF7A 80%, #FFD80E);
		box-shadow: 10px 1.57706px 25px 0px rgba(27, 118, 255, 0.04), 0px 4px 25px 0px rgba(0, 255, 56, 0.05), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
		flex-shrink: 0;
		width: 85px;
		height: 85px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.payouts-page section.pp__hero .pp__record .pp__record--wrapper .record__single .rs__image--gradient .rs__image {
		height: 100%;
		width: 100%;
		border-radius: 120px;
		background: url("../svg/avatar.svg"), #171B26;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: auto 80%;
	}
	.payouts-page section.pp__hero .pp__record .pp__record--wrapper .record__single .rs__name {
		margin-top: 30px;
		text-align: center;
		font-size: 26px;
		font-style: normal;
		font-weight: 800;
		line-height: 100%;
		background: linear-gradient(88deg, #2CD9FF 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #FFD80E 98.07%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.payouts-page section.pp__hero .pp__record .pp__record--wrapper .record__single .rs__country {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 10px;
		margin-top: 10px;
	}
	.payouts-page section.pp__hero .pp__record .pp__record--wrapper .record__single .rs__country img {
		height: 20px;
		width: 20px;
	}
	.payouts-page section.pp__hero .pp__record .pp__record--wrapper .record__single .rs__country span {
		color: #F6F8FF;
		font-size: 15px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	.payouts-page section.pp__hero .pp__record .pp__record--wrapper .record__single .rs__payout {
		align-self: stretch;
		margin-top: 30px;
		padding: 20px 25px;
		gap: 5px;
		border-radius: 20px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(194, 208, 228, 0.05);
		color: #FFF;
		font-size: 18px;
		font-style: normal;
		font-weight: 800;
		line-height: 100%;
		text-align: center;
	}
	.payouts-page section.pp__hero .pp__record .pp__record--wrapper .record__single:nth-of-type(even) {
		transform: translateY(-35px);
		animation: hoverA 6s ease-in-out infinite alternate;
	}
}

.payouts-page .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.payouts-page .container section.pp__stats {
	margin-top: 8rem;
	padding: 0px 40px 60px;
	border-radius: 10px;
	border: 1px solid rgba(194, 208, 228, 0.15);
	background: rgba(194, 208, 228, 0.05);
	backdrop-filter: blur(20px);
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	position: relative;
}

.payouts-page .container section.pp__stats .pp__filter {
	position: relative;
	z-index: 100;
	min-width: 650px;
	width: auto;
	margin-top: -37.5px;
	min-height: 75px;
	flex: 0 0 auto;
	display: inline-flex;
	padding: 10px 10px 14px;
	justify-content: center;
	align-items: center;
	gap: 24px;
	border-radius: 10px;
	border: 1px solid rgba(194, 208, 228, 0.15);
	background: #1C202B;
}

.payouts-page .container section.pp__stats .pp__filter select {
	background: #374252;
	border: none !important;
	border-radius: 10px;
	outline: none;
	color: transparent;
	font-family: Plus Jakarta Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	background-color: transparent;
	width: 100%;
	padding: 0;
	height: 60px;
	padding: 0 30px;
	transition: all 0.8s ease;
}

.payouts-page .container section.pp__stats .pp__filter select option {
	background: #1a1c27;
	padding: 8px 16px;
	border-radius: 0;
	outline: none;
	border: none;
}

.payouts-page .container section.pp__stats .pp__filter select option:hover {
	background: red;
}

.payouts-page .container section.pp__stats .pp__filter select:focus {
	border-color: rgba(194, 208, 228, 0.4);
}

.payouts-page .container section.pp__stats .pp__filter .filter__time {
	flex: 1 1 270px;
}

.payouts-page .container section.pp__stats .pp__filter .filter__account {
	flex: 1 1 320px;
}

.payouts-page .container section.pp__stats .pp__filter .select2--selection {
	display: flex;
	align-items: center;
	font-weight: 400;
}

.payouts-page .container section.pp__stats .pp__filter .select2--selection span {
	font-weight: 600;
	display: inline-block;
	margin-right: 4px;
}

.payouts-page .container section.pp__stats .pp__filter .select2--selection svg {
	margin-right: 10px;
}

.payouts-page .container section.pp__stats .pp__filter .select2-container--default .select2-selection--single {
	background: #374252;
	border: none !important;
}

.payouts-page .container section.pp__stats .pp__filter .select2-container--default .select2-selection--single:hover {
	background: #445061;
}

.payouts-page .container section.pp__stats .pp__numbers {
	align-self: stretch;
	flex-grow: 1;
	margin-top: 2rem;
	display: grid;
	grid-template-areas: "total-payouts total-num-payouts highest-payout" "total-payouts average-payout payouts-rejected";
	gap: 30px;
	grid-template-columns: 1.5fr 1fr 1fr;
	grid-template-rows: 150px 150px;
}

.payouts-page .container section.pp__stats .pp__numbers .total-payouts {
	grid-area: total-payouts;
	display: flex;
	padding: 30px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	border: 1px solid var(--Border-2, #2CD9FF);
	background: rgba(11, 12, 16, 0.35);
	backdrop-filter: blur(20px);
	position: relative;
}

.payouts-page .container section.pp__stats .pp__numbers .total-payouts .numbers__amount {
	color: var(--White, #FFF);
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 48px;
	font-style: normal;
	font-weight: 800;
	line-height: 112%;
}

.payouts-page .container section.pp__stats .pp__numbers .total-payouts .numbers__title {
	font-family: Plus Jakarta Sans;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 112%;
	background: linear-gradient(88deg, #2CD9FF 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #FFD80E 98.07%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 3px 0;
}

.payouts-page .container section.pp__stats .pp__numbers .total-payouts::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -1px;
	border-radius: inherit;
	padding: 1px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.payouts-page .container section.pp__stats .pp__numbers .same {
	display: flex;
	width: 385px;
	padding: 30px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	border: 1px solid rgba(194, 208, 228, 0.15);
	background: rgba(194, 208, 228, 0.05);
	backdrop-filter: blur(20px);
}

.payouts-page .container section.pp__stats .pp__numbers .same .numbers__amount {
	color: #FFF;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 36px;
	font-style: normal;
	font-weight: 800;
	line-height: 112%;
}

.payouts-page .container section.pp__stats .pp__numbers .same .numbers__title {
	font-family: Plus Jakarta Sans;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 112%;
	background: linear-gradient(88deg, #2CD9FF 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #FFD80E 98.07%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 3px 0;
}

.payouts-page .container section.pp__stats .pp__numbers .same.total-num-payouts {
	grid-area: total-num-payouts;
}

.payouts-page .container section.pp__stats .pp__numbers .same.highest-payout {
	grid-area: highest-payout;
}

.payouts-page .container section.pp__stats .pp__numbers .same.average-payout {
	grid-area: average-payout;
}

.payouts-page .container section.pp__stats .pp__numbers .same.payouts-rejected {
	grid-area: payouts-rejected;
}

.payouts-page .container section.pp__stats .pp__filter-loader {
	z-index: 99;
	border-radius: 10px;
	transition: background 0.5s ease;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: rgba(14, 16, 23, 0.95);
	color: white;
	display: none;
}

.payouts-page .container section.pp__stats .pp__filter-loader .cl__container {
	position: absolute;
	inset: 0;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	flex-flow: column nowrap;
	gap: 1rem;
}

.payouts-page .container section.pp__stats .pp__filter-loader .cl__container .loader {
	width: 8px;
	height: 40px;
	display: block;
	margin: 20px auto;
	position: relative;
	background: #1DAA91;
	color: #1DAA91;
	box-sizing: border-box;
	animation: animloader 0.3s 0.3s linear infinite alternate;
}

.payouts-page .container section.pp__stats .pp__filter-loader .cl__container .loader::after,
.payouts-page .container section.pp__stats .pp__filter-loader .cl__container .loader::before {
	content: '';
	width: 8px;
	height: 40px;
	background: currentColor;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	box-sizing: border-box;
	animation: animloader 0.3s 0.45s linear infinite alternate;
}

.payouts-page .container section.pp__stats .pp__filter-loader .cl__container .loader::before {
	left: -20px;
	animation-delay: 0s;
}

@keyframes animloader {
	0% {
		height: 48px;
	}
	100% {
		height: 4px;
	}
}

.payouts-page .container section.pp__stats .pp__filter-loader .cl__container .calc-error {
	display: none;
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	font-size: 13px;
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
	text-shadow: 0px 1px 0px #000000;
}

.payouts-page .container section.pp__stats .pp__filter-loader .cl__container .calc-error-symbol {
	display: none;
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	font-size: 13px;
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
	text-shadow: 0px 1px 0px #000000;
}

@media (max-width: 1400px) {
	.payouts-page .container section.pp__stats {
		margin-top: 8rem;
		padding: 0px 20px 20px;
		border-radius: 10px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(194, 208, 228, 0.05);
		backdrop-filter: blur(20px);
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		position: relative;
	}
	.payouts-page .container section.pp__stats .pp__filter {
		position: relative;
		z-index: 100;
		min-width: auto;
		width: 100%;
		margin-top: -37.5px;
		min-height: 75px;
		flex: 0 0 auto;
		display: flex;
		flex-flow: row wrap;
		padding: 10px 10px 14px;
		justify-content: center;
		align-items: center;
		gap: 16px;
		border-radius: 10px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: #1C202B;
	}
	.payouts-page .container section.pp__stats .pp__filter select {
		background: #374252;
		border: none !important;
		border-radius: 10px;
		outline: none;
		color: transparent;
		font-family: Plus Jakarta Sans;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		background-color: transparent;
		width: 100%;
		padding: 0;
		height: 60px;
		padding: 0 30px;
		transition: all 0.8s ease;
	}
	.payouts-page .container section.pp__stats .pp__filter select option {
		background: #1a1c27;
		padding: 8px 16px;
		border-radius: 0;
		outline: none;
		border: none;
	}
	.payouts-page .container section.pp__stats .pp__filter select option:hover {
		background: red;
	}
	.payouts-page .container section.pp__stats .pp__filter select:focus {
		border-color: rgba(194, 208, 228, 0.4);
	}
	.payouts-page .container section.pp__stats .pp__filter .filter__time {
		flex: 1 1 260px;
	}
	.payouts-page .container section.pp__stats .pp__filter .filter__account {
		flex: 1 1 260px;
	}
	.payouts-page .container section.pp__stats .pp__filter .select2--selection {
		display: flex;
		align-items: center;
		font-weight: 400;
		font-size: 15px;
	}
	.payouts-page .container section.pp__stats .pp__filter .select2--selection span {
		font-weight: 600;
		display: inline-block;
		margin-right: 4px;
	}
	.payouts-page .container section.pp__stats .pp__filter .select2--selection svg {
		margin-right: 10px;
	}
	.payouts-page .container section.pp__stats .pp__filter .select2-container--default .select2-selection--single {
		background: #374252;
		border: none !important;
		padding: 0 0 0 20px;
	}
	.payouts-page .container section.pp__stats .pp__filter .select2-container--default .select2-selection--single:hover {
		background: #445061;
	}
	.payouts-page .container section.pp__stats .pp__numbers {
		align-self: stretch;
		flex-grow: 1;
		margin-top: 2rem;
		display: flex;
		flex-flow: row wrap;
		gap: 30px;
	}
	.payouts-page .container section.pp__stats .pp__numbers .total-payouts {
		flex: 1 1 46%;
		grid-area: total-payouts;
		display: flex;
		padding: 30px 24px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
		border-radius: 10px;
		background: rgba(11, 12, 16, 0.35);
		backdrop-filter: blur(20px);
	}
	.payouts-page .container section.pp__stats .pp__numbers .total-payouts .numbers__icon svg {
		height: 50px;
		width: 50px;
	}
	.payouts-page .container section.pp__stats .pp__numbers .total-payouts .numbers__amount {
		color: var(--White, #FFF);
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 28px;
		font-style: normal;
		font-weight: 800;
		line-height: 112%;
	}
	.payouts-page .container section.pp__stats .pp__numbers .total-payouts .numbers__title {
		font-family: Plus Jakarta Sans;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 112%;
		background: linear-gradient(88deg, #2CD9FF 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #FFD80E 98.07%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-align: center;
	}
	.payouts-page .container section.pp__stats .pp__numbers .total-payouts::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -1px;
		border-radius: inherit;
		padding: 1px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.payouts-page .container section.pp__stats .pp__numbers .same {
		display: flex;
		width: 100%;
		padding: 30px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
		border-radius: 10px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(194, 208, 228, 0.05);
		backdrop-filter: blur(20px);
		text-align: center;
		flex: 1 1 46%;
	}
	.payouts-page .container section.pp__stats .pp__numbers .same .numbers__amount {
		color: #FFF;
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 32px;
		font-style: normal;
		font-weight: 800;
		line-height: 112%;
	}
	.payouts-page .container section.pp__stats .pp__numbers .same .numbers__title {
		font-family: Plus Jakarta Sans;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 112%;
		background: linear-gradient(88deg, #2CD9FF 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #FFD80E 98.07%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.payouts-page .container section.pp__stats .pp__numbers .same.total-num-payouts {
		grid-area: total-num-payouts;
	}
	.payouts-page .container section.pp__stats .pp__numbers .same.highest-payout {
		grid-area: highest-payout;
	}
	.payouts-page .container section.pp__stats .pp__numbers .same.average-payout {
		grid-area: average-payout;
	}
	.payouts-page .container section.pp__stats .pp__numbers .same.payouts-rejected {
		grid-area: payouts-rejected;
	}
	.payouts-page .container section.pp__stats .pp__filter-loader {
		z-index: 99;
		border-radius: 10px;
		transition: background 0.5s ease;
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: rgba(14, 16, 23, 0.95);
		color: white;
		display: none;
	}
	.payouts-page .container section.pp__stats .pp__filter-loader .cl__container {
		position: absolute;
		inset: 0;
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	.payouts-page .container section.pp__stats .pp__filter-loader .cl__container .loader {
		width: 8px;
		height: 40px;
		display: block;
		margin: 20px auto;
		position: relative;
		background: #1DAA91;
		color: #1DAA91;
		box-sizing: border-box;
		animation: animloader 0.3s 0.3s linear infinite alternate;
	}
	.payouts-page .container section.pp__stats .pp__filter-loader .cl__container .loader::after,
	.payouts-page .container section.pp__stats .pp__filter-loader .cl__container .loader::before {
		content: '';
		width: 8px;
		height: 40px;
		background: currentColor;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 20px;
		box-sizing: border-box;
		animation: animloader 0.3s 0.45s linear infinite alternate;
	}
	.payouts-page .container section.pp__stats .pp__filter-loader .cl__container .loader::before {
		left: -20px;
		animation-delay: 0s;
	}
	@keyframes animloader {
		0% {
			height: 48px;
		}
		100% {
			height: 4px;
		}
	}
	.payouts-page .container section.pp__stats .pp__filter-loader .cl__container .calc-error {
		display: none;
		position: absolute;
		bottom: 2rem;
		left: 50%;
		transform: translateX(-50%);
		font-size: 13px;
		max-width: 80%;
		margin: 0 auto;
		text-align: center;
		text-shadow: 0px 1px 0px #000000;
	}
	.payouts-page .container section.pp__stats .pp__filter-loader .cl__container .calc-error-symbol {
		display: none;
		position: absolute;
		bottom: 2rem;
		left: 50%;
		transform: translateX(-50%);
		font-size: 13px;
		max-width: 80%;
		margin: 0 auto;
		text-align: center;
		text-shadow: 0px 1px 0px #000000;
	}
}

@media (max-width: 992px) {
	.payouts-page .container section.pp__stats {
		margin-top: 8rem;
		padding: 0px 20px 20px;
		border-radius: 10px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(194, 208, 228, 0.05);
		backdrop-filter: blur(20px);
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		position: relative;
	}
	.payouts-page .container section.pp__stats .pp__filter {
		position: relative;
		z-index: 100;
		min-width: auto;
		width: 100%;
		margin-top: -37.5px;
		min-height: 75px;
		flex: 0 0 auto;
		display: flex;
		flex-flow: row wrap;
		padding: 10px 10px 14px;
		justify-content: center;
		align-items: center;
		gap: 16px;
		border-radius: 10px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: #1C202B;
	}
	.payouts-page .container section.pp__stats .pp__filter select {
		background: #374252;
		border: none !important;
		border-radius: 10px;
		outline: none;
		color: transparent;
		font-family: Plus Jakarta Sans;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		background-color: transparent;
		width: 100%;
		padding: 0;
		height: 60px;
		padding: 0 30px;
		transition: all 0.8s ease;
	}
	.payouts-page .container section.pp__stats .pp__filter select option {
		background: #1a1c27;
		padding: 8px 16px;
		border-radius: 0;
		outline: none;
		border: none;
	}
	.payouts-page .container section.pp__stats .pp__filter select option:hover {
		background: red;
	}
	.payouts-page .container section.pp__stats .pp__filter select:focus {
		border-color: rgba(194, 208, 228, 0.4);
	}
	.payouts-page .container section.pp__stats .pp__filter .filter__time {
		flex: 1 1 260px;
	}
	.payouts-page .container section.pp__stats .pp__filter .filter__account {
		flex: 1 1 260px;
	}
	.payouts-page .container section.pp__stats .pp__filter .select2--selection {
		display: flex;
		align-items: center;
		font-weight: 400;
		font-size: 15px;
	}
	.payouts-page .container section.pp__stats .pp__filter .select2--selection span {
		font-weight: 600;
		display: inline-block;
		margin-right: 4px;
	}
	.payouts-page .container section.pp__stats .pp__filter .select2--selection svg {
		margin-right: 10px;
	}
	.payouts-page .container section.pp__stats .pp__filter .select2-container--default .select2-selection--single {
		background: #374252;
		border: none !important;
		padding: 0 0 0 20px;
	}
	.payouts-page .container section.pp__stats .pp__filter .select2-container--default .select2-selection--single:hover {
		background: #445061;
	}
	.payouts-page .container section.pp__stats .pp__numbers {
		align-self: stretch;
		flex-grow: 1;
		margin-top: 2rem;
		display: flex;
		flex-flow: row wrap;
		gap: 30px;
	}
	.payouts-page .container section.pp__stats .pp__numbers .total-payouts {
		flex: 1 1 100%;
		grid-area: total-payouts;
		display: flex;
		padding: 30px 24px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
		border-radius: 10px;
		background: rgba(11, 12, 16, 0.35);
		backdrop-filter: blur(20px);
	}
	.payouts-page .container section.pp__stats .pp__numbers .total-payouts .numbers__icon svg {
		height: 50px;
		width: 50px;
	}
	.payouts-page .container section.pp__stats .pp__numbers .total-payouts .numbers__amount {
		color: var(--White, #FFF);
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 28px;
		font-style: normal;
		font-weight: 800;
		line-height: 112%;
	}
	.payouts-page .container section.pp__stats .pp__numbers .total-payouts .numbers__title {
		font-family: Plus Jakarta Sans;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 112%;
		background: linear-gradient(88deg, #2CD9FF 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #FFD80E 98.07%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-align: center;
	}
	.payouts-page .container section.pp__stats .pp__numbers .total-payouts::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -1px;
		border-radius: inherit;
		padding: 1px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.payouts-page .container section.pp__stats .pp__numbers .same {
		display: flex;
		width: 100%;
		padding: 30px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
		border-radius: 10px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(194, 208, 228, 0.05);
		backdrop-filter: blur(20px);
		text-align: center;
		flex: 1 1 46%;
	}
	.payouts-page .container section.pp__stats .pp__numbers .same .numbers__amount {
		color: #FFF;
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 32px;
		font-style: normal;
		font-weight: 800;
		line-height: 112%;
	}
	.payouts-page .container section.pp__stats .pp__numbers .same .numbers__title {
		font-family: Plus Jakarta Sans;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 112%;
		background: linear-gradient(88deg, #2CD9FF 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #FFD80E 98.07%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.payouts-page .container section.pp__stats .pp__numbers .same.total-num-payouts {
		grid-area: total-num-payouts;
	}
	.payouts-page .container section.pp__stats .pp__numbers .same.highest-payout {
		grid-area: highest-payout;
	}
	.payouts-page .container section.pp__stats .pp__numbers .same.average-payout {
		grid-area: average-payout;
	}
	.payouts-page .container section.pp__stats .pp__numbers .same.payouts-rejected {
		grid-area: payouts-rejected;
	}
	.payouts-page .container section.pp__stats .pp__filter-loader {
		z-index: 99;
		border-radius: 10px;
		transition: background 0.5s ease;
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: rgba(14, 16, 23, 0.95);
		color: white;
		display: none;
	}
	.payouts-page .container section.pp__stats .pp__filter-loader .cl__container {
		position: absolute;
		inset: 0;
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	.payouts-page .container section.pp__stats .pp__filter-loader .cl__container .loader {
		width: 8px;
		height: 40px;
		display: block;
		margin: 20px auto;
		position: relative;
		background: #1DAA91;
		color: #1DAA91;
		box-sizing: border-box;
		animation: animloader 0.3s 0.3s linear infinite alternate;
	}
	.payouts-page .container section.pp__stats .pp__filter-loader .cl__container .loader::after,
	.payouts-page .container section.pp__stats .pp__filter-loader .cl__container .loader::before {
		content: '';
		width: 8px;
		height: 40px;
		background: currentColor;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 20px;
		box-sizing: border-box;
		animation: animloader 0.3s 0.45s linear infinite alternate;
	}
	.payouts-page .container section.pp__stats .pp__filter-loader .cl__container .loader::before {
		left: -20px;
		animation-delay: 0s;
	}
	@keyframes animloader {
		0% {
			height: 48px;
		}
		100% {
			height: 4px;
		}
	}
	.payouts-page .container section.pp__stats .pp__filter-loader .cl__container .calc-error {
		display: none;
		position: absolute;
		bottom: 2rem;
		left: 50%;
		transform: translateX(-50%);
		font-size: 13px;
		max-width: 80%;
		margin: 0 auto;
		text-align: center;
		text-shadow: 0px 1px 0px #000000;
	}
	.payouts-page .container section.pp__stats .pp__filter-loader .cl__container .calc-error-symbol {
		display: none;
		position: absolute;
		bottom: 2rem;
		left: 50%;
		transform: translateX(-50%);
		font-size: 13px;
		max-width: 80%;
		margin: 0 auto;
		text-align: center;
		text-shadow: 0px 1px 0px #000000;
	}
}

@media (max-width: 768px) {
	.payouts-page .container section.pp__stats {
		margin-top: 8rem;
		padding: 0px 20px 20px;
		border-radius: 10px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(194, 208, 228, 0.05);
		backdrop-filter: blur(20px);
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		position: relative;
	}
	.payouts-page .container section.pp__stats .pp__filter {
		position: relative;
		z-index: 100;
		min-width: auto;
		width: 100%;
		margin-top: -37.5px;
		min-height: 75px;
		flex: 0 0 auto;
		display: flex;
		flex-flow: row wrap;
		padding: 10px 10px 14px;
		justify-content: center;
		align-items: center;
		gap: 16px;
		border-radius: 10px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: #1C202B;
	}
	.payouts-page .container section.pp__stats .pp__filter select {
		background: #374252;
		border: none !important;
		border-radius: 10px;
		outline: none;
		color: transparent;
		font-family: Plus Jakarta Sans;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		background-color: transparent;
		width: 100%;
		padding: 0;
		height: 60px;
		padding: 0 30px;
		transition: all 0.8s ease;
	}
	.payouts-page .container section.pp__stats .pp__filter select option {
		background: #1a1c27;
		padding: 8px 16px;
		border-radius: 0;
		outline: none;
		border: none;
	}
	.payouts-page .container section.pp__stats .pp__filter select option:hover {
		background: red;
	}
	.payouts-page .container section.pp__stats .pp__filter select:focus {
		border-color: rgba(194, 208, 228, 0.4);
	}
	.payouts-page .container section.pp__stats .pp__filter .filter__time {
		flex: 1 1 260px;
	}
	.payouts-page .container section.pp__stats .pp__filter .filter__account {
		flex: 1 1 260px;
	}
	.payouts-page .container section.pp__stats .pp__filter .select2--selection {
		display: flex;
		align-items: center;
		font-weight: 400;
		font-size: 15px;
	}
	.payouts-page .container section.pp__stats .pp__filter .select2--selection span {
		font-weight: 600;
		display: inline-block;
		margin-right: 4px;
	}
	.payouts-page .container section.pp__stats .pp__filter .select2--selection svg {
		margin-right: 10px;
	}
	.payouts-page .container section.pp__stats .pp__filter .select2-container--default .select2-selection--single {
		background: #374252;
		border: none !important;
		padding: 0 0 0 20px;
	}
	.payouts-page .container section.pp__stats .pp__filter .select2-container--default .select2-selection--single:hover {
		background: #445061;
	}
	.payouts-page .container section.pp__stats .pp__numbers {
		align-self: stretch;
		flex-grow: 1;
		margin-top: 2rem;
		display: flex;
		flex-flow: column nowrap;
		gap: 30px;
	}
	.payouts-page .container section.pp__stats .pp__numbers .total-payouts {
		grid-area: total-payouts;
		display: flex;
		padding: 30px 24px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
		border-radius: 10px;
		background: rgba(11, 12, 16, 0.35);
		backdrop-filter: blur(20px);
	}
	.payouts-page .container section.pp__stats .pp__numbers .total-payouts .numbers__icon svg {
		height: 50px;
		width: 50px;
	}
	.payouts-page .container section.pp__stats .pp__numbers .total-payouts .numbers__amount {
		color: var(--White, #FFF);
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 28px;
		font-style: normal;
		font-weight: 800;
		line-height: 112%;
	}
	.payouts-page .container section.pp__stats .pp__numbers .total-payouts .numbers__title {
		font-family: Plus Jakarta Sans;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 112%;
		background: linear-gradient(88deg, #2CD9FF 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #FFD80E 98.07%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-align: center;
	}
	.payouts-page .container section.pp__stats .pp__numbers .total-payouts::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -1px;
		border-radius: inherit;
		padding: 1px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.payouts-page .container section.pp__stats .pp__numbers .same {
		display: flex;
		width: 100%;
		padding: 30px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 10px;
		border-radius: 10px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(194, 208, 228, 0.05);
		backdrop-filter: blur(20px);
		text-align: center;
	}
	.payouts-page .container section.pp__stats .pp__numbers .same .numbers__amount {
		color: #FFF;
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 32px;
		font-style: normal;
		font-weight: 800;
		line-height: 112%;
	}
	.payouts-page .container section.pp__stats .pp__numbers .same .numbers__title {
		font-family: Plus Jakarta Sans;
		font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 112%;
		background: linear-gradient(88deg, #2CD9FF 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #FFD80E 98.07%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.payouts-page .container section.pp__stats .pp__numbers .same.total-num-payouts {
		grid-area: total-num-payouts;
	}
	.payouts-page .container section.pp__stats .pp__numbers .same.highest-payout {
		grid-area: highest-payout;
	}
	.payouts-page .container section.pp__stats .pp__numbers .same.average-payout {
		grid-area: average-payout;
	}
	.payouts-page .container section.pp__stats .pp__numbers .same.payouts-rejected {
		grid-area: payouts-rejected;
	}
	.payouts-page .container section.pp__stats .pp__filter-loader {
		z-index: 99;
		border-radius: 10px;
		transition: background 0.5s ease;
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: rgba(14, 16, 23, 0.95);
		color: white;
		display: none;
	}
	.payouts-page .container section.pp__stats .pp__filter-loader .cl__container {
		position: absolute;
		inset: 0;
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	.payouts-page .container section.pp__stats .pp__filter-loader .cl__container .loader {
		width: 8px;
		height: 40px;
		display: block;
		margin: 20px auto;
		position: relative;
		background: #1DAA91;
		color: #1DAA91;
		box-sizing: border-box;
		animation: animloader 0.3s 0.3s linear infinite alternate;
	}
	.payouts-page .container section.pp__stats .pp__filter-loader .cl__container .loader::after,
	.payouts-page .container section.pp__stats .pp__filter-loader .cl__container .loader::before {
		content: '';
		width: 8px;
		height: 40px;
		background: currentColor;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 20px;
		box-sizing: border-box;
		animation: animloader 0.3s 0.45s linear infinite alternate;
	}
	.payouts-page .container section.pp__stats .pp__filter-loader .cl__container .loader::before {
		left: -20px;
		animation-delay: 0s;
	}
	@keyframes animloader {
		0% {
			height: 48px;
		}
		100% {
			height: 4px;
		}
	}
	.payouts-page .container section.pp__stats .pp__filter-loader .cl__container .calc-error {
		display: none;
		position: absolute;
		bottom: 2rem;
		left: 50%;
		transform: translateX(-50%);
		font-size: 13px;
		max-width: 80%;
		margin: 0 auto;
		text-align: center;
		text-shadow: 0px 1px 0px #000000;
	}
	.payouts-page .container section.pp__stats .pp__filter-loader .cl__container .calc-error-symbol {
		display: none;
		position: absolute;
		bottom: 2rem;
		left: 50%;
		transform: translateX(-50%);
		font-size: 13px;
		max-width: 80%;
		margin: 0 auto;
		text-align: center;
		text-shadow: 0px 1px 0px #000000;
	}
}

.payouts-page .container section.pp__results {
	margin-top: 3rem;
}

.payouts-page .container section.pp__results .results__title {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}

.payouts-page .container section.pp__results .results__title .rt__heading {
	color: #FFF;
	text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75);
	font-family: Plus Jakarta Sans;
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: 112%;
}

.payouts-page .container section.pp__results .results__title .rt__notice {
	display: flex;
	padding: 20px 30px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	border: 1px solid rgba(194, 208, 228, 0.15);
	backdrop-filter: blur(20px);
}

.payouts-page .container section.pp__results .results__title .rt__notice span {
	color: rgba(194, 208, 228, 0.5);
	font-family: Plus Jakarta Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 112%;
}

.payouts-page .container section.pp__results .results__table-wrapper {
	margin-top: 50px;
	padding: 40px 40px 60px 40px;
	border-radius: 10px;
	border: 1px solid rgba(194, 208, 228, 0.15);
	background: rgba(194, 208, 228, 0.05);
	backdrop-filter: blur(20px);
}

.payouts-page .container section.pp__results .results__table-wrapper .results__table .no-results {
	text-align: center;
	padding: 25px 0px 25px 45px;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	display: none;
}

.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__header {
	display: grid;
	grid-template-columns: repeat(6, minmax(200px, 1fr));
	grid-template-rows: auto;
	padding: 30px 0px 30px 45px;
	border-radius: 5px 5px 0px 0px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.05);
}

.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__header div {
	color: #fff;
	font-family: Plus Jakarta Sans;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
}

.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__header div:not(:last-of-type) {
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__header div:not(:first-of-type) {
	text-align: center;
}

.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: auto;
	padding: 25px 0px 25px 45px;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	border-left: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(0, 0, 0, 0.05);
}

.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row div {
	color: #fff;
	font-family: Plus Jakarta Sans;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	text-align: center;
}

.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row div.row__country {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: flex-start;
	padding-left: 2rem;
	text-align: left;
}

.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row div.row__country img {
	height: 20px;
	width: 20px;
}

.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row div.row__country div {
	line-height: 1.2;
	max-width: 70%;
}

.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row div.row__payout {
	background: linear-gradient(88deg, #2CD9FF 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #FFD80E 98.07%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 100%;
}

.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row div:not(:last-of-type) {
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row div:first-of-type {
	text-align: left;
}

.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__container {
	display: flex;
	flex-flow: row nowrap;
	gap: 10px;
}

.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__container .pagination-link {
	display: flex;
	padding: 20px 25px;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	background: rgba(134, 146, 208, 0.08);
	color: #8692D0;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	transition: all 0.5s ease;
	text-decoration: none;
	outline: none;
	position: relative;
}

.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__container .pagination-link::before {
	z-index: 10;
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: 0px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	transition: background 0.5s ease;
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	transition: inherit;
}

.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__container .pagination-link.pl__active {
	color: #fff;
	position: relative;
	border-radius: 10px;
	pointer-events: none;
	user-select: none;
	transition: all 0.5s ease-in-out;
}

.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__container .pagination-link.pl__active::before {
	z-index: 10;
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: 0px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	transition: background 0.5s ease;
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__container .pagination-link.disabled {
	pointer-events: none;
	user-select: none;
	opacity: 0.5;
}

.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__container .pagination-link:hover {
	background: rgba(134, 146, 208, 0.16);
}

.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__text {
	color: #C2D0E4;
	text-align: right;
	font-family: Plus Jakarta Sans;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 112%;
}

.payouts-page .container section.pp__results .results__table-wrapper .results__loader {
	z-index: 99;
	border-radius: 10px;
	transition: background 0.5s ease;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: rgba(14, 16, 23, 0.95);
	color: white;
	display: none;
}

.payouts-page .container section.pp__results .results__table-wrapper .results__loader .cl__container {
	position: absolute;
	inset: 0;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	flex-flow: column nowrap;
	gap: 1rem;
}

.payouts-page .container section.pp__results .results__table-wrapper .results__loader .cl__container .loader {
	width: 8px;
	height: 40px;
	display: block;
	margin: 20px auto;
	position: relative;
	background: #1DAA91;
	color: #1DAA91;
	box-sizing: border-box;
	animation: animloader 0.3s 0.3s linear infinite alternate;
}

.payouts-page .container section.pp__results .results__table-wrapper .results__loader .cl__container .loader::after,
.payouts-page .container section.pp__results .results__table-wrapper .results__loader .cl__container .loader::before {
	content: '';
	width: 8px;
	height: 40px;
	background: currentColor;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	box-sizing: border-box;
	animation: animloader 0.3s 0.45s linear infinite alternate;
}

.payouts-page .container section.pp__results .results__table-wrapper .results__loader .cl__container .loader::before {
	left: -20px;
	animation-delay: 0s;
}

@keyframes animloader {
	0% {
		height: 48px;
	}
	100% {
		height: 4px;
	}
}

.payouts-page .container section.pp__results .results__table-wrapper .results__loader .cl__container .calc-error {
	display: none;
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	font-size: 13px;
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
	text-shadow: 0px 1px 0px #000000;
}

.payouts-page .container section.pp__results .results__table-wrapper .results__loader .cl__container .calc-error-symbol {
	display: none;
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	font-size: 13px;
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
	text-shadow: 0px 1px 0px #000000;
}

.payouts-page .container section.pp__results .table__pagination-mobile {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	display: none;
}

.payouts-page .container section.pp__results .table__pagination-mobile .pagination__container {
	display: flex;
	flex-flow: row nowrap;
	gap: 10px;
}

.payouts-page .container section.pp__results .table__pagination-mobile .pagination__container .pagination-link {
	display: flex;
	padding: 20px 25px;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	background: rgba(134, 146, 208, 0.08);
	color: #8692D0;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	transition: all 0.5s ease;
	text-decoration: none;
	outline: none;
	position: relative;
}

.payouts-page .container section.pp__results .table__pagination-mobile .pagination__container .pagination-link::before {
	z-index: 10;
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: 0px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	transition: background 0.5s ease;
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	transition: inherit;
}

.payouts-page .container section.pp__results .table__pagination-mobile .pagination__container .pagination-link.pl__active {
	color: #fff;
	position: relative;
	border-radius: 10px;
	pointer-events: none;
	user-select: none;
	transition: all 0.5s ease-in-out;
}

.payouts-page .container section.pp__results .table__pagination-mobile .pagination__container .pagination-link.pl__active::before {
	z-index: 10;
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: 0px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	transition: background 0.5s ease;
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.payouts-page .container section.pp__results .table__pagination-mobile .pagination__container .pagination-link.disabled {
	pointer-events: none;
	user-select: none;
	opacity: 0.5;
}

.payouts-page .container section.pp__results .table__pagination-mobile .pagination__container .pagination-link:hover {
	background: rgba(134, 146, 208, 0.16);
}

.payouts-page .container section.pp__results .table__pagination-mobile .pagination__text {
	color: #C2D0E4;
	text-align: right;
	font-family: Plus Jakarta Sans;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 112%;
}

@media (max-width: 1400px) {
	.payouts-page .container section.pp__results {
		margin-top: 5rem;
	}
	.payouts-page .container section.pp__results .results__title {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
	}
	.payouts-page .container section.pp__results .results__title .rt__heading {
		color: #FFF;
		text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75);
		font-family: Plus Jakarta Sans;
		font-size: 28px;
		font-style: normal;
		font-weight: 800;
		line-height: 112%;
	}
	.payouts-page .container section.pp__results .results__title .rt__notice {
		display: flex;
		padding: 20px 30px;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 10px;
		border-radius: 10px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		backdrop-filter: blur(20px);
	}
	.payouts-page .container section.pp__results .results__title .rt__notice svg {
		flex-shrink: 0;
		height: 24px;
		width: 24px;
	}
	.payouts-page .container section.pp__results .results__title .rt__notice span {
		color: rgba(194, 208, 228, 0.5);
		font-family: Plus Jakarta Sans;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 112%;
	}
	.payouts-page .container section.pp__results .results__table-wrapper {
		margin-top: 20px;
		padding: 20px 20px 30px;
		border-radius: 10px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(194, 208, 228, 0.05);
		backdrop-filter: blur(20px);
		overflow-x: scroll;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .no-results {
		text-align: center;
		padding: 25px 0px 25px 45px;
		font-size: 20px;
		line-height: 1;
		color: #fff;
		display: none;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__header {
		width: max-content;
		display: grid;
		grid-template-columns: repeat(6, 240px);
		grid-template-rows: auto;
		padding: 20px 0px 20px 30px;
		border-radius: 5px 5px 0px 0px;
		border: 1px solid rgba(255, 255, 255, 0.15);
		background: rgba(255, 255, 255, 0.05);
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__header div {
		color: #fff;
		font-family: Plus Jakarta Sans;
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: 100%;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__header div:not(:last-of-type) {
		border-right: 1px solid rgba(255, 255, 255, 0.15);
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__header div:not(:first-of-type) {
		text-align: center;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row {
		width: max-content;
		display: grid;
		grid-template-columns: repeat(6, 240px);
		grid-template-rows: auto;
		padding: 20px 0px 20px 30px;
		border-right: 1px solid rgba(255, 255, 255, 0.15);
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
		border-left: 1px solid rgba(255, 255, 255, 0.15);
		background: rgba(0, 0, 0, 0.05);
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row div {
		color: #fff;
		font-family: Plus Jakarta Sans;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 100%;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row div.row__country {
		display: flex;
		align-items: center;
		gap: 10px;
		justify-content: flex-start;
		padding-left: 1rem;
		text-align: left;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row div.row__country img {
		height: 20px;
		width: 20px;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row div.row__country div {
		line-height: 1.2;
		max-width: 70%;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row div.row__payout {
		background: linear-gradient(88deg, #2CD9FF 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #FFD80E 98.07%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 18px;
		font-style: normal;
		font-weight: 800;
		line-height: 100%;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row div:not(:last-of-type) {
		border-right: 1px solid rgba(255, 255, 255, 0.15);
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row div:first-of-type {
		text-align: left;
		justify-content: flex-start;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination {
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		display: none;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__container {
		display: flex;
		flex-flow: row nowrap;
		gap: 10px;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__container .pagination-link {
		display: flex;
		padding: 20px 25px;
		justify-content: center;
		align-items: center;
		border-radius: 6px;
		background: rgba(134, 146, 208, 0.08);
		color: #8692D0;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
		transition: all 0.5s ease;
		text-decoration: none;
		outline: none;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__container .pagination-link::before {
		z-index: 10;
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: 0px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		transition: background 0.5s ease;
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
		transition: inherit;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__container .pagination-link.pl__active {
		color: #fff;
		position: relative;
		border-radius: 10px;
		pointer-events: none;
		user-select: none;
		transition: all 0.5s ease-in-out;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__container .pagination-link.pl__active::before {
		z-index: 10;
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: 0px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		transition: background 0.5s ease;
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__container .pagination-link.disabled {
		pointer-events: none;
		user-select: none;
		opacity: 0.5;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__container .pagination-link:hover {
		background: rgba(134, 146, 208, 0.16);
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__text {
		color: #C2D0E4;
		text-align: right;
		font-family: Plus Jakarta Sans;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 112%;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__loader {
		z-index: 99;
		border-radius: 10px;
		transition: background 0.5s ease;
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: rgba(14, 16, 23, 0.95);
		color: white;
		display: none;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__loader .cl__container {
		position: absolute;
		inset: 0;
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__loader .cl__container .loader {
		width: 8px;
		height: 40px;
		display: block;
		margin: 20px auto;
		position: relative;
		background: #1DAA91;
		color: #1DAA91;
		box-sizing: border-box;
		animation: animloader 0.3s 0.3s linear infinite alternate;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__loader .cl__container .loader::after,
	.payouts-page .container section.pp__results .results__table-wrapper .results__loader .cl__container .loader::before {
		content: '';
		width: 8px;
		height: 40px;
		background: currentColor;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 20px;
		box-sizing: border-box;
		animation: animloader 0.3s 0.45s linear infinite alternate;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__loader .cl__container .loader::before {
		left: -20px;
		animation-delay: 0s;
	}
	@keyframes animloader {
		0% {
			height: 48px;
		}
		100% {
			height: 4px;
		}
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__loader .cl__container .calc-error {
		display: none;
		position: absolute;
		bottom: 2rem;
		left: 50%;
		transform: translateX(-50%);
		font-size: 13px;
		max-width: 80%;
		margin: 0 auto;
		text-align: center;
		text-shadow: 0px 1px 0px #000000;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__loader .cl__container .calc-error-symbol {
		display: none;
		position: absolute;
		bottom: 2rem;
		left: 50%;
		transform: translateX(-50%);
		font-size: 13px;
		max-width: 80%;
		margin: 0 auto;
		text-align: center;
		text-shadow: 0px 1px 0px #000000;
	}
	.payouts-page .container section.pp__results .table__pagination-mobile {
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-flow: row wrap;
		gap: 2rem;
	}
	.payouts-page .container section.pp__results .table__pagination-mobile .pagination__container {
		display: flex;
		flex-flow: row wrap;
		gap: 10px;
	}
	.payouts-page .container section.pp__results .table__pagination-mobile .pagination__container .pagination-link {
		display: flex;
		padding: 20px 25px;
		justify-content: center;
		align-items: center;
		border-radius: 6px;
		background: rgba(134, 146, 208, 0.08);
		color: #8692D0;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
		transition: all 0.5s ease;
		text-decoration: none;
		outline: none;
	}
	.payouts-page .container section.pp__results .table__pagination-mobile .pagination__container .pagination-link::before {
		z-index: 10;
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: 0px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		transition: background 0.5s ease;
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
		transition: inherit;
	}
	.payouts-page .container section.pp__results .table__pagination-mobile .pagination__container .pagination-link.pl__active {
		color: #fff;
		position: relative;
		border-radius: 10px;
		pointer-events: none;
		user-select: none;
		transition: all 0.5s ease-in-out;
	}
	.payouts-page .container section.pp__results .table__pagination-mobile .pagination__container .pagination-link.pl__active::before {
		z-index: 10;
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: 0px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		transition: background 0.5s ease;
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.payouts-page .container section.pp__results .table__pagination-mobile .pagination__container .pagination-link.disabled {
		pointer-events: none;
		user-select: none;
		opacity: 0.5;
	}
	.payouts-page .container section.pp__results .table__pagination-mobile .pagination__container .pagination-link:hover {
		background: rgba(134, 146, 208, 0.16);
	}
	.payouts-page .container section.pp__results .table__pagination-mobile .pagination__text {
		color: #C2D0E4;
		text-align: right;
		font-family: Plus Jakarta Sans;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 112%;
		flex: 1 1 auto;
	}
}

@media (max-width: 992px) {
	.payouts-page .container section.pp__results {
		margin-top: 5rem;
	}
	.payouts-page .container section.pp__results .results__title {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
	}
	.payouts-page .container section.pp__results .results__title .rt__heading {
		color: #FFF;
		text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75);
		font-family: Plus Jakarta Sans;
		font-size: 26px;
		font-style: normal;
		font-weight: 800;
		line-height: 112%;
	}
	.payouts-page .container section.pp__results .results__title .rt__notice {
		display: flex;
		padding: 20px 30px;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 10px;
		border-radius: 10px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		backdrop-filter: blur(20px);
	}
	.payouts-page .container section.pp__results .results__title .rt__notice svg {
		flex-shrink: 0;
		height: 21px;
		width: 21px;
	}
	.payouts-page .container section.pp__results .results__title .rt__notice span {
		color: rgba(194, 208, 228, 0.5);
		font-family: Plus Jakarta Sans;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 112%;
	}
	.payouts-page .container section.pp__results .results__table-wrapper {
		margin-top: 20px;
		padding: 20px 20px 30px;
		border-radius: 10px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(194, 208, 228, 0.05);
		backdrop-filter: blur(20px);
		overflow-x: scroll;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .no-results {
		text-align: center;
		padding: 25px 0px 25px 45px;
		font-size: 20px;
		line-height: 1;
		color: #fff;
		display: none;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__header {
		width: max-content;
		display: grid;
		grid-template-columns: repeat(6, 160px);
		grid-template-rows: auto;
		padding: 20px 0px 20px 30px;
		border-radius: 5px 5px 0px 0px;
		border: 1px solid rgba(255, 255, 255, 0.15);
		background: rgba(255, 255, 255, 0.05);
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__header div {
		color: #fff;
		font-family: Plus Jakarta Sans;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 100%;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__header div:not(:last-of-type) {
		border-right: 1px solid rgba(255, 255, 255, 0.15);
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__header div:not(:first-of-type) {
		text-align: center;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row {
		width: max-content;
		display: grid;
		grid-template-columns: repeat(6, 160px);
		grid-template-rows: auto;
		padding: 20px 0px 20px 30px;
		border-right: 1px solid rgba(255, 255, 255, 0.15);
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
		border-left: 1px solid rgba(255, 255, 255, 0.15);
		background: rgba(0, 0, 0, 0.05);
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row div {
		color: #fff;
		font-family: Plus Jakarta Sans;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 100%;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row div.row__country {
		display: flex;
		align-items: center;
		gap: 10px;
		justify-content: flex-start;
		padding-left: 1rem;
		text-align: left;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row div.row__country img {
		height: 20px;
		width: 20px;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row div.row__country div {
		line-height: 1.2;
		max-width: 70%;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row div.row__payout {
		background: linear-gradient(88deg, #2CD9FF 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #FFD80E 98.07%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 18px;
		font-style: normal;
		font-weight: 800;
		line-height: 100%;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row div:not(:last-of-type) {
		border-right: 1px solid rgba(255, 255, 255, 0.15);
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row div:first-of-type {
		text-align: left;
		justify-content: flex-start;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination {
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		display: none;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__container {
		display: flex;
		flex-flow: row nowrap;
		gap: 10px;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__container .pagination-link {
		display: flex;
		padding: 20px 25px;
		justify-content: center;
		align-items: center;
		border-radius: 6px;
		background: rgba(134, 146, 208, 0.08);
		color: #8692D0;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
		transition: all 0.5s ease;
		text-decoration: none;
		outline: none;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__container .pagination-link::before {
		z-index: 10;
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: 0px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		transition: background 0.5s ease;
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
		transition: inherit;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__container .pagination-link.pl__active {
		color: #fff;
		position: relative;
		border-radius: 10px;
		pointer-events: none;
		user-select: none;
		transition: all 0.5s ease-in-out;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__container .pagination-link.pl__active::before {
		z-index: 10;
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: 0px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		transition: background 0.5s ease;
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__container .pagination-link.disabled {
		pointer-events: none;
		user-select: none;
		opacity: 0.5;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__container .pagination-link:hover {
		background: rgba(134, 146, 208, 0.16);
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__text {
		color: #C2D0E4;
		text-align: right;
		font-family: Plus Jakarta Sans;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 112%;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__loader {
		z-index: 99;
		border-radius: 10px;
		transition: background 0.5s ease;
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: rgba(14, 16, 23, 0.95);
		color: white;
		display: none;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__loader .cl__container {
		position: absolute;
		inset: 0;
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__loader .cl__container .loader {
		width: 8px;
		height: 40px;
		display: block;
		margin: 20px auto;
		position: relative;
		background: #1DAA91;
		color: #1DAA91;
		box-sizing: border-box;
		animation: animloader 0.3s 0.3s linear infinite alternate;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__loader .cl__container .loader::after,
	.payouts-page .container section.pp__results .results__table-wrapper .results__loader .cl__container .loader::before {
		content: '';
		width: 8px;
		height: 40px;
		background: currentColor;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 20px;
		box-sizing: border-box;
		animation: animloader 0.3s 0.45s linear infinite alternate;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__loader .cl__container .loader::before {
		left: -20px;
		animation-delay: 0s;
	}
	@keyframes animloader {
		0% {
			height: 48px;
		}
		100% {
			height: 4px;
		}
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__loader .cl__container .calc-error {
		display: none;
		position: absolute;
		bottom: 2rem;
		left: 50%;
		transform: translateX(-50%);
		font-size: 13px;
		max-width: 80%;
		margin: 0 auto;
		text-align: center;
		text-shadow: 0px 1px 0px #000000;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__loader .cl__container .calc-error-symbol {
		display: none;
		position: absolute;
		bottom: 2rem;
		left: 50%;
		transform: translateX(-50%);
		font-size: 13px;
		max-width: 80%;
		margin: 0 auto;
		text-align: center;
		text-shadow: 0px 1px 0px #000000;
	}
	.payouts-page .container section.pp__results .table__pagination-mobile {
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-flow: row wrap;
		gap: 2rem;
	}
	.payouts-page .container section.pp__results .table__pagination-mobile .pagination__container {
		display: flex;
		flex-flow: row wrap;
		gap: 10px;
	}
	.payouts-page .container section.pp__results .table__pagination-mobile .pagination__container .pagination-link {
		display: flex;
		padding: 20px 25px;
		justify-content: center;
		align-items: center;
		border-radius: 6px;
		background: rgba(134, 146, 208, 0.08);
		color: #8692D0;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
		transition: all 0.5s ease;
		text-decoration: none;
		outline: none;
	}
	.payouts-page .container section.pp__results .table__pagination-mobile .pagination__container .pagination-link::before {
		z-index: 10;
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: 0px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		transition: background 0.5s ease;
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
		transition: inherit;
	}
	.payouts-page .container section.pp__results .table__pagination-mobile .pagination__container .pagination-link.pl__active {
		color: #fff;
		position: relative;
		border-radius: 10px;
		pointer-events: none;
		user-select: none;
		transition: all 0.5s ease-in-out;
	}
	.payouts-page .container section.pp__results .table__pagination-mobile .pagination__container .pagination-link.pl__active::before {
		z-index: 10;
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: 0px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		transition: background 0.5s ease;
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.payouts-page .container section.pp__results .table__pagination-mobile .pagination__container .pagination-link.disabled {
		pointer-events: none;
		user-select: none;
		opacity: 0.5;
	}
	.payouts-page .container section.pp__results .table__pagination-mobile .pagination__container .pagination-link:hover {
		background: rgba(134, 146, 208, 0.16);
	}
	.payouts-page .container section.pp__results .table__pagination-mobile .pagination__text {
		color: #C2D0E4;
		text-align: right;
		font-family: Plus Jakarta Sans;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 112%;
		flex: 1 1 auto;
	}
}

@media (max-width: 768px) {
	.payouts-page .container section.pp__results {
		margin-top: 5rem;
	}
	.payouts-page .container section.pp__results .results__title {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
	}
	.payouts-page .container section.pp__results .results__title .rt__heading {
		color: #FFF;
		text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.75);
		font-family: Plus Jakarta Sans;
		font-size: 26px;
		font-style: normal;
		font-weight: 800;
		line-height: 112%;
	}
	.payouts-page .container section.pp__results .results__title .rt__notice {
		display: flex;
		padding: 20px 30px;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 10px;
		border-radius: 10px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		backdrop-filter: blur(20px);
	}
	.payouts-page .container section.pp__results .results__title .rt__notice svg {
		flex-shrink: 0;
		height: 24px;
		width: 24px;
	}
	.payouts-page .container section.pp__results .results__title .rt__notice span {
		color: rgba(194, 208, 228, 0.5);
		font-family: Plus Jakarta Sans;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 112%;
	}
	.payouts-page .container section.pp__results .results__table-wrapper {
		margin-top: 20px;
		padding: 20px 20px 30px;
		border-radius: 10px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(194, 208, 228, 0.05);
		backdrop-filter: blur(20px);
		overflow-x: scroll;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .no-results {
		text-align: center;
		padding: 25px 0px 25px 45px;
		font-size: 20px;
		line-height: 1;
		color: #fff;
		display: none;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__header {
		width: max-content;
		display: grid;
		grid-template-columns: repeat(6, 160px);
		grid-template-rows: auto;
		padding: 20px 0px 20px 30px;
		border-radius: 5px 5px 0px 0px;
		border: 1px solid rgba(255, 255, 255, 0.15);
		background: rgba(255, 255, 255, 0.05);
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__header div {
		color: #fff;
		font-family: Plus Jakarta Sans;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 100%;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__header div:not(:last-of-type) {
		border-right: 1px solid rgba(255, 255, 255, 0.15);
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__header div:not(:first-of-type) {
		text-align: center;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row {
		width: max-content;
		display: grid;
		grid-template-columns: repeat(6, 160px);
		grid-template-rows: auto;
		padding: 20px 0px 20px 30px;
		border-right: 1px solid rgba(255, 255, 255, 0.15);
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
		border-left: 1px solid rgba(255, 255, 255, 0.15);
		background: rgba(0, 0, 0, 0.05);
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row div {
		color: #fff;
		font-family: Plus Jakarta Sans;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 100%;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row div.row__country {
		display: flex;
		align-items: center;
		gap: 10px;
		justify-content: flex-start;
		padding-left: 1rem;
		text-align: left;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row div.row__country img {
		height: 20px;
		width: 20px;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row div.row__country div {
		line-height: 1.2;
		max-width: 70%;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row div.row__payout {
		background: linear-gradient(88deg, #2CD9FF 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #FFD80E 98.07%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 18px;
		font-style: normal;
		font-weight: 800;
		line-height: 100%;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row div:not(:last-of-type) {
		border-right: 1px solid rgba(255, 255, 255, 0.15);
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__row div:first-of-type {
		text-align: left;
		justify-content: flex-start;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination {
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		display: none;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__container {
		display: flex;
		flex-flow: row nowrap;
		gap: 10px;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__container .pagination-link {
		display: flex;
		padding: 20px 25px;
		justify-content: center;
		align-items: center;
		border-radius: 6px;
		background: rgba(134, 146, 208, 0.08);
		color: #8692D0;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
		transition: all 0.5s ease;
		text-decoration: none;
		outline: none;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__container .pagination-link::before {
		z-index: 10;
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: 0px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		transition: background 0.5s ease;
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
		transition: inherit;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__container .pagination-link.pl__active {
		color: #fff;
		position: relative;
		border-radius: 10px;
		pointer-events: none;
		user-select: none;
		transition: all 0.5s ease-in-out;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__container .pagination-link.pl__active::before {
		z-index: 10;
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: 0px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		transition: background 0.5s ease;
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__container .pagination-link.disabled {
		pointer-events: none;
		user-select: none;
		opacity: 0.5;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__container .pagination-link:hover {
		background: rgba(134, 146, 208, 0.16);
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__table .table__pagination .pagination__text {
		color: #C2D0E4;
		text-align: right;
		font-family: Plus Jakarta Sans;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 112%;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__loader {
		z-index: 99;
		border-radius: 10px;
		transition: background 0.5s ease;
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: rgba(14, 16, 23, 0.95);
		color: white;
		display: none;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__loader .cl__container {
		position: absolute;
		inset: 0;
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__loader .cl__container .loader {
		width: 8px;
		height: 40px;
		display: block;
		margin: 20px auto;
		position: relative;
		background: #1DAA91;
		color: #1DAA91;
		box-sizing: border-box;
		animation: animloader 0.3s 0.3s linear infinite alternate;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__loader .cl__container .loader::after,
	.payouts-page .container section.pp__results .results__table-wrapper .results__loader .cl__container .loader::before {
		content: '';
		width: 8px;
		height: 40px;
		background: currentColor;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 20px;
		box-sizing: border-box;
		animation: animloader 0.3s 0.45s linear infinite alternate;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__loader .cl__container .loader::before {
		left: -20px;
		animation-delay: 0s;
	}
	@keyframes animloader {
		0% {
			height: 48px;
		}
		100% {
			height: 4px;
		}
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__loader .cl__container .calc-error {
		display: none;
		position: absolute;
		bottom: 2rem;
		left: 50%;
		transform: translateX(-50%);
		font-size: 13px;
		max-width: 80%;
		margin: 0 auto;
		text-align: center;
		text-shadow: 0px 1px 0px #000000;
	}
	.payouts-page .container section.pp__results .results__table-wrapper .results__loader .cl__container .calc-error-symbol {
		display: none;
		position: absolute;
		bottom: 2rem;
		left: 50%;
		transform: translateX(-50%);
		font-size: 13px;
		max-width: 80%;
		margin: 0 auto;
		text-align: center;
		text-shadow: 0px 1px 0px #000000;
	}
	.payouts-page .container section.pp__results .table__pagination-mobile {
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-flow: row wrap;
		gap: 2rem;
	}
	.payouts-page .container section.pp__results .table__pagination-mobile .pagination__container {
		display: flex;
		flex-flow: row wrap;
		gap: 10px;
	}
	.payouts-page .container section.pp__results .table__pagination-mobile .pagination__container .pagination-link {
		display: flex;
		padding: 20px 25px;
		justify-content: center;
		align-items: center;
		border-radius: 6px;
		background: rgba(134, 146, 208, 0.08);
		color: #8692D0;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: 22px;
		transition: all 0.5s ease;
		text-decoration: none;
		outline: none;
	}
	.payouts-page .container section.pp__results .table__pagination-mobile .pagination__container .pagination-link::before {
		z-index: 10;
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: 0px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		transition: background 0.5s ease;
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
		transition: inherit;
	}
	.payouts-page .container section.pp__results .table__pagination-mobile .pagination__container .pagination-link.pl__active {
		color: #fff;
		position: relative;
		border-radius: 10px;
		pointer-events: none;
		user-select: none;
		transition: all 0.5s ease-in-out;
	}
	.payouts-page .container section.pp__results .table__pagination-mobile .pagination__container .pagination-link.pl__active::before {
		z-index: 10;
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: 0px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		transition: background 0.5s ease;
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.payouts-page .container section.pp__results .table__pagination-mobile .pagination__container .pagination-link.disabled {
		pointer-events: none;
		user-select: none;
		opacity: 0.5;
	}
	.payouts-page .container section.pp__results .table__pagination-mobile .pagination__container .pagination-link:hover {
		background: rgba(134, 146, 208, 0.16);
	}
	.payouts-page .container section.pp__results .table__pagination-mobile .pagination__text {
		color: #C2D0E4;
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 112%;
		flex: 1 1 100%;
	}
}

@media (max-width: 992px) {
	.payouts-page {
		padding: 120px 1.5rem 120px 1.5rem;
	}
}

@media (max-width: 768px) {
	.payouts-page {
		padding: 80px 1.5rem 80px 1.5rem;
	}
}

@media (max-width: 576px) {
	.payouts-page {
		padding: 20px 1.5rem 20px 1.5rem;
	}
}

.profits-phase-home {
	display: flex;
	width: 100%;
	position: relative;
	padding: 95px 0;
}

.profits-phase-home .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	border-radius: 15px;
	display: flex;
	flex-flow: row wrap;
}

.profits-phase-home .container .left {
	flex: 1 1 40%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.profits-phase-home .container .left img {
	margin-left: -90px;
}

.profits-phase-home .container .right {
	flex: 1 1 60%;
}

.profits-phase-home .container .right .profits__heading .pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
	width: fit-content;
}

.profits-phase-home .container .right .profits__heading h3 {
	font-size: 52px;
	line-height: 1.2;
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 800;
	margin: 10px 0 0;
	padding: 0;
}

.profits-phase-home .container .right .profits__heading h3 span {
	background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 3px transparent;
	padding: 0 0 3px 0;
	color: #101217;
	display: block;
}

.profits-phase-home .container .right .profits__heading p {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: rgba(194, 208, 228, 0.5);
	padding: 0;
	letter-spacing: 0.5px;
	margin: 0.5rem 0;
}

.profits-phase-home .container .right .profits__flex {
	display: flex;
	flex-flow: row wrap;
	gap: 1.5rem;
	margin-top: 2rem;
}

.profits-phase-home .container .right .profits__flex .profits__item {
	flex: 1 1 40%;
	transition: all 0.5s ease-in-out;
	padding: 1rem;
	border-radius: 15px;
}

.profits-phase-home .container .right .profits__flex .profits__item h3 {
	font-size: 30px;
	color: #ffffff;
	margin: 0 0 10px;
}

.profits-phase-home .container .right .profits__flex .profits__item p {
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
}

.profits-phase-home .container .right .profits__flex .profits__item:hover {
	background-color: rgba(11, 12, 16, 0.4);
}

@media (max-width: 1200px) {
	.profits-phase-home {
		display: flex;
		width: 100%;
		position: relative;
		margin-top: 5rem;
	}
	.profits-phase-home .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		position: relative;
		border-radius: 15px;
		display: flex;
		flex-flow: row wrap;
		padding: 4rem 2rem 1rem;
	}
	.profits-phase-home .container .left {
		order: 2;
		flex: 1 1 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 2rem;
	}
	.profits-phase-home .container .left img {
		margin: 0;
		width: 50%;
	}
	.profits-phase-home .container .right {
		order: 1;
		flex: 1 1 100%;
	}
	.profits-phase-home .container .right .profits__heading .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.profits-phase-home .container .right .profits__heading h3 {
		font-size: 52px;
		line-height: 1.2;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 1rem 0 0;
		padding: 0;
	}
	.profits-phase-home .container .right .profits__heading h3 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	.profits-phase-home .container .right .profits__heading p {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: rgba(194, 208, 228, 0.5);
		padding: 0;
		letter-spacing: 0.5px;
		margin: 0.5rem 0;
	}
	.profits-phase-home .container .right .profits__flex {
		display: flex;
		flex-flow: row wrap;
		gap: 1.2rem;
		margin-top: 2rem;
	}
	.profits-phase-home .container .right .profits__flex .profits__item {
		flex: 1 1 40%;
		transition: all 0.5s ease-in-out;
		padding: 0;
		border-radius: 15px;
	}
	.profits-phase-home .container .right .profits__flex .profits__item h3 {
		font-size: 24px;
		color: #ffffff;
		margin: 0 0 10px;
	}
	.profits-phase-home .container .right .profits__flex .profits__item p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		font-size: 15px;
	}
	.profits-phase-home .container .right .profits__flex .profits__item:hover {
		background-color: unset;
	}
}

@media (max-width: 992px) {
	.profits-phase-home {
		display: flex;
		width: 100%;
		position: relative;
		margin-top: 5rem;
	}
	.profits-phase-home .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		position: relative;
		border-radius: 15px;
		display: flex;
		flex-flow: row wrap;
		padding: 4rem 2rem 1rem;
	}
	.profits-phase-home .container .left {
		order: 2;
		flex: 1 1 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 2rem;
	}
	.profits-phase-home .container .left img {
		margin: 0;
		width: 50%;
	}
	.profits-phase-home .container .right {
		order: 1;
		flex: 1 1 100%;
	}
	.profits-phase-home .container .right .profits__heading .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.profits-phase-home .container .right .profits__heading h3 {
		font-size: 50px;
		line-height: 1.2;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 1rem 0 0;
		padding: 0;
	}
	.profits-phase-home .container .right .profits__heading h3 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	.profits-phase-home .container .right .profits__heading p {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: rgba(194, 208, 228, 0.5);
		padding: 0;
		letter-spacing: 0.5px;
		margin: 0.5rem 0;
	}
	.profits-phase-home .container .right .profits__flex {
		display: flex;
		flex-flow: row wrap;
		gap: 1.2rem;
		margin-top: 2rem;
	}
	.profits-phase-home .container .right .profits__flex .profits__item {
		flex: 1 1 40%;
		transition: all 0.5s ease-in-out;
		padding: 0;
		border-radius: 15px;
	}
	.profits-phase-home .container .right .profits__flex .profits__item h3 {
		font-size: 24px;
		color: #ffffff;
		margin: 0 0 10px;
	}
	.profits-phase-home .container .right .profits__flex .profits__item p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		font-size: 15px;
	}
	.profits-phase-home .container .right .profits__flex .profits__item:hover {
		background-color: unset;
	}
}

@media (max-width: 768px) {
	.profits-phase-home {
		display: flex;
		width: 100%;
		position: relative;
		margin-top: 5rem;
	}
	.profits-phase-home .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		position: relative;
		border-radius: 15px;
		display: flex;
		flex-flow: row wrap;
		padding: 0rem 2rem 0rem;
	}
	.profits-phase-home .container .left {
		order: 2;
		flex: 1 1 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 1rem;
	}
	.profits-phase-home .container .left img {
		margin: 0;
	}
	.profits-phase-home .container .right {
		order: 1;
		flex: 1 1 100%;
	}
	.profits-phase-home .container .right .profits__heading .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.profits-phase-home .container .right .profits__heading h3 {
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 1rem 0 0;
		padding: 0;
	}
	.profits-phase-home .container .right .profits__heading h3 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	.profits-phase-home .container .right .profits__heading p {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: rgba(194, 208, 228, 0.5);
		padding: 0;
		letter-spacing: 0.5px;
		margin: 0.5rem 0;
	}
	.profits-phase-home .container .right .profits__flex {
		display: flex;
		flex-flow: row wrap;
		gap: 1.2rem;
		margin-top: 2rem;
	}
	.profits-phase-home .container .right .profits__flex .profits__item {
		flex: 1 1 40%;
		transition: all 0.5s ease-in-out;
		padding: 0;
		border-radius: 15px;
	}
	.profits-phase-home .container .right .profits__flex .profits__item h3 {
		font-size: 24px;
		color: #ffffff;
		margin: 0 0 10px;
	}
	.profits-phase-home .container .right .profits__flex .profits__item p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		font-size: 15px;
	}
	.profits-phase-home .container .right .profits__flex .profits__item:hover {
		background-color: unset;
	}
}

@media (max-width: 576px) {
	.profits-phase-home {
		display: flex;
		width: 100%;
		position: relative;
		margin-top: 0rem;
	}
	.profits-phase-home .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		position: relative;
		border-radius: 15px;
		display: flex;
		flex-flow: row wrap;
		padding: 0rem 2rem 0rem;
	}
	.profits-phase-home .container .left {
		order: 2;
		flex: 1 1 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 1rem;
	}
	.profits-phase-home .container .left img {
		margin: 0;
		width: 100%;
		height: auto;
	}
	.profits-phase-home .container .right {
		order: 1;
		flex: 1 1 100%;
	}
	.profits-phase-home .container .right .profits__heading .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.profits-phase-home .container .right .profits__heading h3 {
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 1rem 0 0;
		padding: 0;
	}
	.profits-phase-home .container .right .profits__heading h3 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	.profits-phase-home .container .right .profits__heading p {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: rgba(194, 208, 228, 0.5);
		padding: 0;
		letter-spacing: 0.5px;
		margin: 0.5rem 0;
	}
	.profits-phase-home .container .right .profits__flex {
		display: flex;
		flex-flow: row wrap;
		gap: 1.2rem;
		margin-top: 2rem;
	}
	.profits-phase-home .container .right .profits__flex .profits__item {
		flex: 1 1 100%;
		transition: all 0.5s ease-in-out;
		padding: 0;
		border-radius: 15px;
	}
	.profits-phase-home .container .right .profits__flex .profits__item h3 {
		font-size: 24px;
		color: #ffffff;
		margin: 0 0 10px;
	}
	.profits-phase-home .container .right .profits__flex .profits__item p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		font-size: 15px;
	}
	.profits-phase-home .container .right .profits__flex .profits__item:hover {
		background-color: unset;
	}
}

.ready-to-start {
	margin: 80px 0;
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 0px 1.5rem 0px 1.5rem;
}

.ready-to-start .container {
	max-width: 1440px;
	width: 100%;
}

.ready-to-start .container .wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 80px 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: url(../jpg/ready-to-start_bg.jpg) #101217 100% 0% no-repeat;
	background-size: cover;
	justify-content: center;
}

.ready-to-start .container .wrap h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 52px;
	line-height: 1.2;
	color: #fff;
	margin: 0 auto;
	width: 100%;
	padding: 0;
	text-align: center;
	font-weight: 800;
}

.ready-to-start .container .wrap h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #15181e;
}

.ready-to-start .container .wrap .top-text {
	font-size: 28px;
	color: #c2d0e4;
	margin: 0px;
	text-align: center;
	font-weight: 500;
}

.ready-to-start .container .wrap p {
	max-width: 700px;
	width: 100%;
	margin: 15px auto 0 auto;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: #68717f;
	text-align: center;
	font-weight: 600;
}

.ready-to-start .container .wrap p.cta {
	width: 100%;
	text-align: center;
	max-width: 100%;
	margin: 25px auto 0 auto;
}

.ready-to-start .container .wrap p.cta a {
	background: #1daa91;
	color: #fff;
	padding: 15px 30px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media (max-width: 768px) {
	.ready-to-start .container {
		max-width: 1440px;
		width: 100%;
	}
	.ready-to-start .container .wrap {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding: 40px 30px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		background: url(../jpg/ready-to-start_bg.jpg) #101217 100% 0% no-repeat;
		background-size: cover;
	}
	.ready-to-start .container .wrap h2 {
		font-size: 40px;
		line-height: 1.2;
	}
	.ready-to-start .container .wrap p {
		font-size: 15px;
		margin: 15px auto 15px auto;
	}
	.ready-to-start .container .wrap p.cta {
		width: 100%;
		text-align: center;
		max-width: 100%;
		margin: 25px auto 0 auto;
	}
	.ready-to-start .container .wrap p.cta a {
		background: #1daa91;
		color: #fff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
}

@media (max-width: 576px) {
	.ready-to-start .container {
		max-width: 1440px;
		width: 100%;
	}
	.ready-to-start .container .wrap {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding: 40px 30px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		background: url(../jpg/ready-to-start_bg.jpg) #101217 100% 0% no-repeat;
		background-size: cover;
	}
	.ready-to-start .container .wrap h2 {
		font-size: 40px;
		line-height: 1.2;
	}
	.ready-to-start .container .wrap p {
		font-size: 15px;
		margin: 15px auto 15px auto;
	}
	.ready-to-start .container .wrap p.cta {
		width: 100%;
		text-align: center;
		max-width: 100%;
		margin: 25px auto 0 auto;
	}
	.ready-to-start .container .wrap p.cta a {
		background: #1daa91;
		color: #fff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
}

.questions-wrapper {
	display: flex;
	flex-flow: row wrap;
	text-align: left;
	min-height: 550px;
	display: flex;
	padding: 95px 1.5rem 95px 1.5rem;
	justify-content: center;
}

.questions-wrapper .container {
	max-width: 1440px;
	width: 100%;
	display: flex;
	gap: 50px;
}

.questions-wrapper .qw__info {
	flex: 1 1 40%;
	height: 500px;
	display: flex;
	align-items: center;
}

.questions-wrapper .qw__info .qwi__header h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 52px;
	line-height: 1.2;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

.questions-wrapper .qw__info .qwi__header h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
	display: block;
}

.questions-wrapper .qw__info .qwi__text p {
	color: rgba(194, 208, 228, 0.5);
	font-weight: 400;
	max-width: 80%;
	margin: 0;
}

.questions-wrapper .qw__info .qwi__btn {
	width: 100%;
	max-width: 100%;
	margin: 25px auto 0 auto;
}

.questions-wrapper .qw__info .qwi__btn a {
	transition: all 0.5s ease-in-out;
	background: #1daa91;
	color: #fff;
	padding: 15px 30px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-weight: 600;
}

.questions-wrapper .qw__info .qwi__btn:hover a {
	opacity: 0.8;
}

.questions-wrapper .qw__questions {
	flex: 1 1 60%;
	display: flex;
	flex-flow: column nowrap;
}

.questions-wrapper .qw__questions #support-accordion .buffer {
	height: 0.7rem;
}

.questions-wrapper .qw__questions .qwq__single {
	background-color: #2b3643;
	border-radius: 10px;
	padding: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid transparent;
	position: relative;
	cursor: pointer;
	box-sizing: content-box;
	margin-bottom: 1rem;
}

.questions-wrapper .qw__questions .qwq__single.active .single__btn img {
	transform: rotate(180deg);
}

.questions-wrapper .qw__questions .qwq__single .single__q {
	color: #ffffff;
}

.questions-wrapper .qw__questions .qwq__single .single__btn {
	background-color: #ffffff;
	border-radius: 100px;
	height: 24px;
	width: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.questions-wrapper .qw__questions .qwq__single .single__btn img {
	transition: all 0.3s ease-in-out;
}

.questions-wrapper .qw__questions .qwq__single::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	mask-composite: exclude;
}

.questions-wrapper .qw__questions .qwq__single:hover {
	border: 1px solid transparent;
}

.questions-wrapper .qw__questions .qwq__single:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	mask-composite: exclude;
}

.questions-wrapper .qw__questions .qwq__single:hover .faq-button {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
}

.questions-wrapper .qw__questions .qwq__single:hover .faq-button img {
	opacity: 1;
}

.questions-wrapper .qw__questions .qwq__answer {
	padding: 1.8rem 1.8rem;
	background-color: rgba(194, 208, 228, 0.05);
	border-radius: 10px;
	color: #ffffff70;
	overflow: hidden;
	display: none;
	margin: 1rem 0;
}

@media (max-width: 992px) {
	.questions-wrapper {
		display: flex;
		width: 100%;
		position: relative;
		margin-top: 5rem;
	}
	.questions-wrapper .container {
		max-width: 1440px;
		width: 100%;
		position: relative;
		display: flex;
		flex-flow: row wrap;
		text-align: left;
		margin: 0 auto;
		min-height: 550px;
		gap: 0;
	}
	.questions-wrapper .container .qw__info {
		flex: 1 1 100%;
		height: auto;
		display: flex;
		align-items: center;
		padding: 2rem 0;
	}
	.questions-wrapper .container .qw__questions {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
	}
	.questions-wrapper .container .qw__questions .qwq__single {
		background-color: #2b3643;
		border-radius: 10px;
		padding: 1.8rem;
		display: flex;
		align-items: center;
		gap: 7px;
		justify-content: space-between;
		border: 1px solid transparent;
		position: relative;
		cursor: pointer;
		box-sizing: content-box;
		margin-bottom: 1rem;
	}
	.questions-wrapper .container .qw__questions .qwq__single .single__btn {
		flex-shrink: 0;
	}
}

@media (max-width: 768px) {
	.questions-wrapper {
		display: flex;
		width: 100%;
		position: relative;
		margin-top: 5rem;
	}
	.questions-wrapper .container {
		max-width: 1440px;
		width: 100%;
		position: relative;
		display: flex;
		flex-flow: row wrap;
		text-align: left;
		margin: 0 auto;
		min-height: 550px;
		gap: 0;
	}
	.questions-wrapper .container .qw__info {
		flex: 1 1 100%;
		height: auto;
		display: flex;
		align-items: center;
		padding: 2rem 0;
	}
	.questions-wrapper .container .qw__info .qwi__header h2 {
		font-size: 40px;
		line-height: 1.2;
	}
	.questions-wrapper .container .qw__info .qwi__text p {
		max-width: 100%;
		font-size: 15px;
	}
	.questions-wrapper .container .qw__info .qwi__btn {
		width: 100%;
		max-width: 100%;
		margin: 25px auto 0 auto;
	}
	.questions-wrapper .container .qw__info .qwi__btn a {
		transition: all 0.5s ease-in-out;
		background: #1daa91;
		color: #fff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-weight: 600;
	}
	.questions-wrapper .container .qw__info .qwi__btn:hover a {
		opacity: 0.8;
	}
	.questions-wrapper .container .qw__questions {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
	}
	.questions-wrapper .container .qw__questions #support-accordion .buffer {
		height: 0.7rem;
	}
	.questions-wrapper .container .qw__questions .qwq__single {
		background-color: #2b3643;
		border-radius: 10px;
		padding: 1.8rem;
		display: flex;
		align-items: center;
		gap: 7px;
		justify-content: space-between;
		border: 1px solid transparent;
		position: relative;
		cursor: pointer;
		box-sizing: content-box;
		margin-bottom: 1rem;
	}
	.questions-wrapper .container .qw__questions .qwq__single.active .single__btn img {
		transform: rotate(180deg);
	}
	.questions-wrapper .container .qw__questions .qwq__single .single__q {
		color: #ffffff;
		font-size: 15px;
	}
	.questions-wrapper .container .qw__questions .qwq__single .single__btn {
		flex-shrink: 0;
		background-color: #ffffff;
		border-radius: 100px;
		height: 24px;
		width: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.questions-wrapper .container .qw__questions .qwq__single .single__btn img {
		transition: all 0.3s ease-in-out;
	}
	.questions-wrapper .container .qw__questions .qwq__answer {
		padding: 1.8rem 1.8rem;
		background-color: rgba(194, 208, 228, 0.05);
		border-radius: 10px;
		color: #ffffff70;
		overflow: hidden;
		display: none;
		margin: 1rem 0;
	}
}

@media (max-width: 576px) {
	.questions-wrapper {
		display: flex;
		width: 100%;
		position: relative;
		margin-top: 0rem;
	}
	.questions-wrapper .container {
		max-width: 1440px;
		width: 100%;
		position: relative;
		display: flex;
		flex-flow: row wrap;
		text-align: left;
		margin: 0 auto;
		min-height: 550px;
		gap: 0;
	}
	.questions-wrapper .container .qw__info {
		flex: 1 1 100%;
		height: auto;
		display: flex;
		align-items: center;
		padding: 2rem 0;
	}
	.questions-wrapper .container .qw__info .qwi__header h2 {
		font-size: 40px;
		line-height: 1.2;
	}
	.questions-wrapper .container .qw__info .qwi__text p {
		max-width: 100%;
		font-size: 15px;
	}
	.questions-wrapper .container .qw__info .qwi__btn {
		width: 100%;
		max-width: 100%;
		margin: 25px auto 0 auto;
	}
	.questions-wrapper .container .qw__info .qwi__btn a {
		transition: all 0.5s ease-in-out;
		background: #1daa91;
		color: #fff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-weight: 600;
	}
	.questions-wrapper .container .qw__info .qwi__btn:hover a {
		opacity: 0.8;
	}
	.questions-wrapper .container .qw__questions {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
	}
	.questions-wrapper .container .qw__questions #support-accordion .buffer {
		height: 0.7rem;
	}
	.questions-wrapper .container .qw__questions .qwq__single {
		background-color: #2b3643;
		border-radius: 10px;
		padding: 1.8rem;
		display: flex;
		align-items: center;
		gap: 7px;
		justify-content: space-between;
		border: 1px solid transparent;
		position: relative;
		cursor: pointer;
		box-sizing: content-box;
		margin-bottom: 1rem;
	}
	.questions-wrapper .container .qw__questions .qwq__single.active .single__btn img {
		transform: rotate(180deg);
	}
	.questions-wrapper .container .qw__questions .qwq__single .single__q {
		color: #ffffff;
		font-size: 15px;
	}
	.questions-wrapper .container .qw__questions .qwq__single .single__btn {
		flex-shrink: 0;
		background-color: #ffffff;
		border-radius: 100px;
		height: 24px;
		width: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.questions-wrapper .container .qw__questions .qwq__single .single__btn img {
		transition: all 0.3s ease-in-out;
	}
	.questions-wrapper .container .qw__questions .qwq__answer {
		padding: 1.8rem 1.8rem;
		background-color: rgba(194, 208, 228, 0.05);
		border-radius: 10px;
		color: #ffffff70;
		overflow: hidden;
		display: none;
		margin: 1rem 0;
	}
}

@property --color1 {
	syntax: "<color>";
	initial-value: #2cd9ff;
	inherits: false;
}

@property --color2 {
	syntax: "<color>";
	initial-value: #7effb2;
	inherits: false;
}

@property --color3 {
	syntax: "<color>";
	initial-value: #f4ff7a;
	inherits: false;
}

@property --color4 {
	syntax: "<color>";
	initial-value: #ffd80e;
	inherits: false;
}

@keyframes pulse {
	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}
	50% {
		opacity: 0.5;
		transform: scale(0.95);
	}
}

.faqs-header {
	text-align: center;
	width: 100%;
	padding: 80px 1.5rem 0px 1.5rem;
}

.faqs-header .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.faqs-header .container p {
	max-width: 700px;
	margin: 25px auto 0 auto;
	color: #68717f;
}

.faqs-header .container .pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
}

.faqs-header .container h1 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 80px;
	line-height: 1.2;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

.faqs-header .container h1 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
	display: block;
}

.faqs-header .container .sub-text {
	color: rgba(194, 208, 228, 0.5);
	margin: 0 auto;
	font-weight: 600;
}

.faqs-header .container .sub-text a {
	color: #aad57a;
	text-decoration: none;
}

.faqs-header .container .category-wrapper {
	margin: 4rem 0;
}

.faqs-header .container .category-wrapper .overflow-wrapper.faq_slider .slick-list {
	overflow: visible !important;
}

.faqs-header .container .category-wrapper .overflow-wrapper.faq_slider .slick-list .slick-track {
	display: flex !important;
	flex-flow: row nowrap;
}

.faqs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category {
	border: 2px solid rgba(194, 208, 228, 0.15);
	min-height: 510px;
	flex: 1 0 420px;
	border-radius: 15px;
	padding: 3rem 2.5rem 2rem;
	display: flex;
	flex-flow: column;
	text-align: left;
	position: relative;
	transition: all 0.5s ease;
}

.faqs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category a {
	text-decoration: none;
	display: flex;
	flex-flow: column nowrap;
	flex: 1 1 auto;
	outline: none;
}

.faqs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category[aria-hidden="true"] {
	transition: all 0.5s ease;
	opacity: 0.2;
}

.faqs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category:not(:last-of-type) {
	margin-right: 1rem;
}

.faqs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-count {
	font-weight: 600;
	color: #ffffff;
	font-size: 16px;
}

.faqs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title {
	margin-top: auto;
}

.faqs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title h2 {
	font-size: 45px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 1rem;
}

.faqs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title h2 span {
	background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
	display: block;
	line-height: 1.2;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0 0 3px 0;
}

.faqs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title p {
	margin: 0 auto;
	color: rgba(194, 208, 228, 0.5);
	font-weight: 500;
}

.faqs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-button {
	align-self: flex-end;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1.5rem;
	border-radius: 100%;
	height: 53px;
	width: 53px;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: rgba(194, 208, 228, 0.25);
	--color2: rgba(194, 208, 228, 0.25);
	--color3: rgba(194, 208, 228, 0.25);
	--color4: rgba(194, 208, 228, 0.25);
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	cursor: pointer;
}

.faqs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-button img {
	opacity: 0.5;
}

.faqs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.faqs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover {
	border: 2px solid transparent;
}

.faqs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.faqs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover .faq-button {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
}

.faqs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover .faq-button img {
	opacity: 1;
}

.faqs-header .container .category-wrapper .category-controls {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 2rem 0;
}

.faqs-header .container .category-wrapper .category-controls .category-tracker .slick-dots {
	display: flex;
	margin: 0;
	gap: 10px;
	padding: 1rem 0;
	list-style-type: none;
	position: static;
	bottom: unset;
	text-align: unset;
}

.faqs-header .container .category-wrapper .category-controls .category-tracker .slick-dots li {
	position: static;
	display: unset;
	width: unset;
	height: unset;
	margin: unset;
	padding: unset;
	cursor: pointer;
}

.faqs-header .container .category-wrapper .category-controls .category-tracker .slick-dots li button {
	transition: all 0.3s ease-in-out;
	width: 30px;
	height: 5px;
	border-radius: 100px;
	background: rgba(194, 208, 228, 0.25);
}

.faqs-header .container .category-wrapper .category-controls .category-tracker .slick-dots li button::before {
	content: "";
}

.faqs-header .container .category-wrapper .category-controls .category-tracker .slick-dots li.slick-active button {
	width: 93px;
	background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
}

.faqs-header .container .category-wrapper .category-controls .category-buttons {
	display: flex;
	gap: 1.1rem;
}

.faqs-header .container .category-wrapper .category-controls .category-buttons div.slick-arrow {
	border-radius: 100%;
	display: flex;
	height: 38px;
	width: 38px;
	justify-content: center;
	align-items: center;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, transform 1s ease-in-out;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	cursor: pointer;
	user-select: none;
}

.faqs-header .container .category-wrapper .category-controls .category-buttons div.slick-arrow.slick-disabled {
	cursor: auto;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	--color1: rgba(194, 208, 228, 0.25);
	--color2: rgba(194, 208, 228, 0.25);
	--color3: rgba(194, 208, 228, 0.25);
	--color4: rgba(194, 208, 228, 0.25);
}

.faqs-header .container .cta-wrapper {
	display: flex;
	flex-flow: column nowrap;
	padding: 6rem 2rem;
	margin: 5rem 0;
	background-color: rgba(194, 208, 228, 0.5);
	background: url("../png/faq-cta-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 15px;
	overflow: hidden;
}

.faqs-header .container .cta-wrapper .cta-subheading {
	font-size: 30px;
	color: #c2d0e4;
}

.faqs-header .container .cta-wrapper .cta-heading h2 {
	font-size: 80px;
	color: #ffffff;
	margin: 0.6rem 0 1rem;
	line-height: 1.2;
}

.faqs-header .container .cta-wrapper .cta-heading h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
	display: block;
}

.faqs-header .container .cta-wrapper .cta-text {
	color: rgba(194, 208, 228, 0.5);
	max-width: 40%;
	align-self: center;
}

@media (max-width: 992px) {
	.faqs-header {
		text-align: center;
		width: 100%;
		padding: 20px 1.5rem 0px 1.5rem;
	}
	.faqs-header .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
	}
	.faqs-header .container p {
		max-width: 700px;
		margin: 25px auto 0 auto;
		color: #68717f;
	}
	.faqs-header .container .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.faqs-header .container h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 60px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.faqs-header .container h1 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.faqs-header .container .category-wrapper {
		margin: 4rem 0;
	}
	.faqs-header .container .category-wrapper .overflow-wrapper.faq_slider .slick-list {
		overflow: hidden !important;
	}
	.faqs-header .container .category-wrapper .overflow-wrapper.faq_slider .slick-list .slick-track {
		display: block !important;
	}
	.faqs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category:not(:last-of-type) {
		margin-right: 1rem;
	}
}

@media (max-width: 768px) {
	.faqs-header {
		text-align: center;
		width: 100%;
		padding: 20px 1.5rem 0px 1.5rem;
	}
	.faqs-header .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
	}
	.faqs-header .container p {
		max-width: 700px;
		margin: 25px auto 0 auto;
		color: #68717f;
	}
	.faqs-header .container .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.faqs-header .container h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 50px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.faqs-header .container h1 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.faqs-header .container .sub-text {
		color: rgba(194, 208, 228, 0.5);
		margin: 1rem auto 0;
		font-weight: 600;
		font-size: 15px;
	}
	.faqs-header .container .sub-text a {
		color: #aad57a;
		text-decoration: none;
	}
	.faqs-header .container .category-wrapper {
		margin: 4rem 0;
	}
	.faqs-header .container .category-wrapper .overflow-wrapper.faq_slider .slick-list {
		overflow: hidden !important;
	}
	.faqs-header .container .category-wrapper .overflow-wrapper.faq_slider .slick-list .slick-track {
		display: block !important;
	}
	.faqs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category:not(:last-of-type) {
		margin-right: 0rem;
	}
	.faqs-header .container .category-wrapper .category-controls {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		margin: 2rem 0;
	}
	.faqs-header .container .category-wrapper .category-controls .category-tracker .slick-dots {
		display: flex;
		margin: 0;
		gap: 6px;
		padding: 1rem 0;
		list-style-type: none;
		position: static;
		bottom: unset;
		text-align: unset;
	}
	.faqs-header .container .category-wrapper .category-controls .category-tracker .slick-dots li {
		position: static;
		display: unset;
		width: unset;
		height: unset;
		margin: unset;
		padding: unset;
		cursor: pointer;
	}
	.faqs-header .container .category-wrapper .category-controls .category-tracker .slick-dots li button {
		transition: all 0.3s ease-in-out;
		width: 20px;
		border-radius: 100px;
		background: rgba(194, 208, 228, 0.25);
		padding: 3px;
	}
	.faqs-header .container .category-wrapper .category-controls .category-tracker .slick-dots li button::before {
		content: "";
	}
	.faqs-header .container .category-wrapper .category-controls .category-tracker .slick-dots li.slick-active button {
		width: 35px;
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	}
}

@media (max-width: 576px) {
	.faqs-header {
		text-align: center;
		width: 100%;
		padding: 20px 1.5rem 0px 1.5rem;
	}
	.faqs-header .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
	}
	.faqs-header .container p {
		max-width: 700px;
		margin: 25px auto 0 auto;
		color: #68717f;
	}
	.faqs-header .container .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.faqs-header .container h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.faqs-header .container h1 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.faqs-header .container .sub-text {
		color: rgba(194, 208, 228, 0.5);
		margin: 0 auto 0;
		font-weight: 600;
		font-size: 15px;
	}
	.faqs-header .container .sub-text a {
		color: #aad57a;
		text-decoration: none;
	}
	.faqs-header .container .category-wrapper {
		margin: 4rem 0;
	}
	.faqs-header .container .category-wrapper .overflow-wrapper.faq_slider .slick-list {
		overflow: hidden !important;
	}
	.faqs-header .container .category-wrapper .overflow-wrapper.faq_slider .slick-list .slick-track {
		display: block !important;
		padding-left: 2px;
	}
	.faqs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category:not(:last-of-type) {
		margin-right: 2rem;
	}
	.faqs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category[aria-hidden="true"] {
		opacity: 1;
	}
	.faqs-header .container .category-wrapper .category-controls {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		margin: 2rem 0;
	}
	.faqs-header .container .category-wrapper .category-controls .category-tracker .slick-dots {
		display: flex;
		margin: 0;
		gap: 6px;
		padding: 1rem 0;
		list-style-type: none;
		position: static;
		bottom: unset;
		text-align: unset;
	}
	.faqs-header .container .category-wrapper .category-controls .category-tracker .slick-dots li {
		position: static;
		display: unset;
		width: unset;
		height: unset;
		margin: unset;
		padding: unset;
		cursor: pointer;
	}
	.faqs-header .container .category-wrapper .category-controls .category-tracker .slick-dots li button {
		transition: all 0.3s ease-in-out;
		width: 20px;
		border-radius: 100px;
		background: rgba(194, 208, 228, 0.25);
		padding: 3px;
	}
	.faqs-header .container .category-wrapper .category-controls .category-tracker .slick-dots li button::before {
		content: "";
	}
	.faqs-header .container .category-wrapper .category-controls .category-tracker .slick-dots li.slick-active button {
		width: 35px;
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	}
}

.faq-post-content {
	width: 100%;
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
}

.faq-post-content .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.faqs-list {
	width: 100%;
}

.faqs-list .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.faqs-list .container h2 a {
	color: #fff;
	text-decoration: none;
	font-family: "Plus Jakarta Sans", sans-serif;
	border: 1px solid #fff;
	width: 100%;
	display: inline-block;
	padding: 10px 20px;
}

@property --color1 {
	syntax: "<color>";
	initial-value: #2cd9ff;
	inherits: false;
}

@property --color2 {
	syntax: "<color>";
	initial-value: #7effb2;
	inherits: false;
}

@property --color3 {
	syntax: "<color>";
	initial-value: #f4ff7a;
	inherits: false;
}

@property --color4 {
	syntax: "<color>";
	initial-value: #ffd80e;
	inherits: false;
}

@keyframes pulse {
	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}
	50% {
		opacity: 0.5;
		transform: scale(0.95);
	}
}

.taxonomy-wrapper {
	width: 100%;
	padding: 80px 1.5rem 0px 1.5rem;
}

.taxonomy-wrapper .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
}

.taxonomy-wrapper .container .left-section {
	display: flex;
	flex-flow: column nowrap;
	max-width: 480px;
	flex: 0 1 480px;
}

.taxonomy-wrapper .container .left-section .top {
	display: flex;
	flex-flow: column nowrap;
	margin-bottom: 6rem;
}

.taxonomy-wrapper .container .left-section .top .t__pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
	width: fit-content;
}

.taxonomy-wrapper .container .left-section .top .t__pill span {
	color: #c2d0e4;
}

.taxonomy-wrapper .container .left-section .top .t__header h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 80px;
	line-height: 1.2;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

.taxonomy-wrapper .container .left-section .top .t__header h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
	display: block;
}

.taxonomy-wrapper .container .left-section .top .t__text p {
	color: rgba(194, 208, 228, 0.5);
	font-weight: 400;
	margin: 0;
}

.taxonomy-wrapper .container .left-section .middle {
	margin-bottom: 6rem;
}

.taxonomy-wrapper .container .left-section .middle .m__terms {
	display: flex;
	flex-flow: column nowrap;
	gap: 0.8rem;
}

.taxonomy-wrapper .container .left-section .middle .m__terms .single-term {
	border: 2px solid rgba(194, 208, 228, 0.15);
	border-radius: 15px;
	position: relative;
	transition: all 0.5s ease;
}

.taxonomy-wrapper .container .left-section .middle .m__terms .single-term a {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	padding: 1.5rem;
}

.taxonomy-wrapper .container .left-section .middle .m__terms .single-term a div:first-of-type {
	color: #ffffff;
	font-weight: 600;
}

.taxonomy-wrapper .container .left-section .middle .m__terms .single-term a div:last-of-type img {
	transition: all 1s ease-in-out;
	opacity: 0.15;
}

.taxonomy-wrapper .container .left-section .middle .m__terms .single-term.active::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.taxonomy-wrapper .container .left-section .middle .m__terms .single-term.active div:last-of-type img {
	opacity: 1;
}

.taxonomy-wrapper .container .left-section .middle .m__terms .single-term::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.taxonomy-wrapper .container .left-section .middle .m__terms .single-term:hover {
	border: 2px solid transparent;
}

.taxonomy-wrapper .container .left-section .middle .m__terms .single-term:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.taxonomy-wrapper .container .left-section .middle .m__terms .single-term:hover div:last-of-type img {
	opacity: 1;
}

.taxonomy-wrapper .container .left-section .bottom .b__box {
	position: relative;
	padding: 2.5rem 2rem;
	border-radius: 15px;
	background: url("../png/single-faq-box.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.taxonomy-wrapper .container .left-section .bottom .b__box .b__title h3 {
	font-size: 30px;
	margin: 0 0 1rem;
	font-weight: 800;
	color: #ffffff;
}

.taxonomy-wrapper .container .left-section .bottom .b__box .b__text {
	color: rgba(194, 208, 228, 0.5);
	margin-bottom: 2.5rem;
}

.taxonomy-wrapper .container .left-section .bottom .b__box .b__btn {
	width: 100%;
	text-align: center;
	max-width: 100%;
	margin-top: auto;
}

.taxonomy-wrapper .container .left-section .bottom .b__box .b__btn a {
	transition: all 0.5s ease-in-out;
	background: rgba(194, 208, 228, 0.15);
	color: #ffffff;
	padding: 15px 30px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: inherit;
}

.taxonomy-wrapper .container .left-section .bottom .b__box .b__btn a:hover {
	background: #1daa91;
}

.taxonomy-wrapper .container .left-section .bottom .b__box::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.taxonomy-wrapper .container .vertical-separator {
	height: revert;
	margin: 0 2rem;
	width: 1px;
	background-color: rgba(194, 208, 228, 0.25);
}

.taxonomy-wrapper .container .right-section {
	flex: 1 1 70%;
	display: flex;
	flex-flow: column nowrap;
	gap: 1.5rem;
}

.taxonomy-wrapper .container .right-section .single-faq-wrapper {
	border: 2px solid rgba(194, 208, 228, 0.15);
	border-radius: 15px;
	transition: all 0.5s ease-in-out;
	padding: 2rem;
	text-decoration: none;
}

.taxonomy-wrapper .container .right-section .single-faq-wrapper:hover {
	border-color: #c2d0e4;
}

.taxonomy-wrapper .container .right-section .single-faq-wrapper:hover .faq__rdm-btn span {
	background: #1daa91;
}

.taxonomy-wrapper .container .right-section .single-faq-wrapper .faq__title h3 {
	font-size: 30px;
	margin: 0 0 1rem;
	font-weight: 800;
	color: #ffffff;
}

.taxonomy-wrapper .container .right-section .single-faq-wrapper .faq__excerpt {
	color: rgba(194, 208, 228, 0.5);
	margin-bottom: 1.5rem;
}

.taxonomy-wrapper .container .right-section .single-faq-wrapper .faq__rdm-btn {
	text-align: left;
}

.taxonomy-wrapper .container .right-section .single-faq-wrapper .faq__rdm-btn span {
	transition: all 0.5s ease-in-out;
	background: rgba(194, 208, 228, 0.15);
	color: #ffffff;
	padding: 15px 30px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: inherit;
}

.taxonomy-wrapper .container .right-section .pagination-links {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
}

.taxonomy-wrapper .container .right-section .pagination-links .nav-links {
	display: flex;
	gap: 6px;
	flex-flow: row wrap;
}

.taxonomy-wrapper .container .right-section .pagination-links .nav-links span,
.taxonomy-wrapper .container .right-section .pagination-links .nav-links a {
	background: rgba(255, 255, 255, 0.08);
	padding: 1rem;
	border-radius: 6px;
	min-width: 56px;
	text-align: center;
	color: white;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.5s ease;
	font-size: 15px;
	flex: 1 1 auto;
}

.taxonomy-wrapper .container .right-section .pagination-links .nav-links span:hover,
.taxonomy-wrapper .container .right-section .pagination-links .nav-links a:hover {
	background: rgba(255, 255, 255, 0.2);
}

.taxonomy-wrapper .container .right-section .pagination-links .nav-links .current {
	background: #1daa91;
}

.taxonomy-wrapper .container .right-section .pagination-links .nav-links .next,
.taxonomy-wrapper .container .right-section .pagination-links .nav-links .prev {
	padding: 1rem 2rem;
}

.taxonomy-wrapper .container .right-section .bottom {
	margin: 4rem 0;
}

@media (min-width: 768px) {
	.taxonomy-wrapper .container .right-section .bottom {
		display: none;
	}
}

.taxonomy-wrapper .container .right-section .bottom .b__box {
	position: relative;
	padding: 2.5rem 2rem;
	border-radius: 15px;
	background: url("../png/single-faq-box.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.taxonomy-wrapper .container .right-section .bottom .b__box .b__title h3 {
	font-size: 30px;
	margin: 0 0 1rem;
	font-weight: 800;
	color: #ffffff;
}

.taxonomy-wrapper .container .right-section .bottom .b__box .b__text {
	color: rgba(194, 208, 228, 0.5);
	margin-bottom: 2.5rem;
}

.taxonomy-wrapper .container .right-section .bottom .b__box .b__btn {
	width: 100%;
	text-align: center;
	max-width: 100%;
	margin-top: auto;
}

.taxonomy-wrapper .container .right-section .bottom .b__box .b__btn a {
	transition: all 0.5s ease-in-out;
	background: rgba(194, 208, 228, 0.15);
	color: #ffffff;
	padding: 15px 30px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: inherit;
}

.taxonomy-wrapper .container .right-section .bottom .b__box .b__btn a:hover {
	background: #1daa91;
}

.taxonomy-wrapper .container .right-section .bottom .b__box::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

@media (max-width: 992px) {
	.taxonomy-wrapper {
		width: 100%;
		padding: 20px 1.5rem 0px 1.5rem;
	}
	.taxonomy-wrapper .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-flow: row wrap;
	}
	.taxonomy-wrapper .container .left-section {
		display: flex;
		flex-flow: column nowrap;
		max-width: unset;
		flex: 0 1 360px;
	}
	.taxonomy-wrapper .container .left-section .top {
		display: flex;
		flex-flow: column nowrap;
		margin-bottom: 3rem;
	}
	.taxonomy-wrapper .container .left-section .top .t__pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.taxonomy-wrapper .container .left-section .top .t__pill span {
		color: #c2d0e4;
	}
	.taxonomy-wrapper .container .left-section .top .t__header h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 50px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.taxonomy-wrapper .container .left-section .top .t__header h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.taxonomy-wrapper .container .left-section .top .t__text p {
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
		margin: 0;
		font-size: 15px;
	}
	.taxonomy-wrapper .container .left-section .middle {
		margin-bottom: 3rem;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms {
		display: flex;
		flex-flow: column nowrap;
		gap: 0.8rem;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term {
		border: 2px solid rgba(194, 208, 228, 0.15);
		border-radius: 15px;
		position: relative;
		transition: all 0.5s ease;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term a {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		text-decoration: none;
		padding: 1.5rem;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term a div:first-of-type {
		color: #ffffff;
		font-weight: 600;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term a div:last-of-type img {
		transition: all 1s ease-in-out;
		opacity: 0.15;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term.active::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term.active div:last-of-type img {
		opacity: 1;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term:hover {
		border: 2px solid transparent;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term:hover div:last-of-type img {
		opacity: 1;
	}
	.taxonomy-wrapper .container .left-section .bottom {
		margin-bottom: 4rem;
	}
	.taxonomy-wrapper .container .left-section .bottom .b__box {
		position: relative;
		padding: 2.5rem 2rem;
		border-radius: 15px;
		background: url("../png/single-faq-box.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}
	.taxonomy-wrapper .container .left-section .bottom .b__box .b__title h3 {
		font-size: 30px;
		margin: 0 0 1rem;
		font-weight: 800;
		color: #ffffff;
	}
	.taxonomy-wrapper .container .left-section .bottom .b__box .b__text {
		color: rgba(194, 208, 228, 0.5);
		margin-bottom: 2.5rem;
	}
	.taxonomy-wrapper .container .left-section .bottom .b__box .b__btn {
		width: 100%;
		text-align: center;
		max-width: 100%;
		margin-top: auto;
	}
	.taxonomy-wrapper .container .left-section .bottom .b__box .b__btn a {
		transition: all 0.5s ease-in-out;
		background: rgba(194, 208, 228, 0.15);
		color: #ffffff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		width: inherit;
	}
	.taxonomy-wrapper .container .left-section .bottom .b__box .b__btn a:hover {
		background: #1daa91;
	}
	.taxonomy-wrapper .container .left-section .bottom .b__box::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.taxonomy-wrapper .container .vertical-separator {
		height: revert;
		margin: 0 2rem;
		width: 1px;
		background-color: rgba(194, 208, 228, 0.25);
	}
	.taxonomy-wrapper .container .right-section {
		flex: 1 1 300px;
		display: flex;
		flex-flow: column nowrap;
		gap: 1.5rem;
	}
	.taxonomy-wrapper .container .right-section .single-faq-wrapper {
		border: 2px solid rgba(194, 208, 228, 0.15);
		border-radius: 15px;
		transition: all 0.5s ease-in-out;
		padding: 2rem;
		text-decoration: none;
	}
	.taxonomy-wrapper .container .right-section .single-faq-wrapper:hover {
		border-color: #c2d0e4;
	}
	.taxonomy-wrapper .container .right-section .single-faq-wrapper:hover .faq__rdm-btn span {
		background: #1daa91;
	}
	.taxonomy-wrapper .container .right-section .single-faq-wrapper .faq__title h3 {
		font-size: 24px;
		margin: 0 0 1rem;
		font-weight: 800;
		color: #ffffff;
	}
	.taxonomy-wrapper .container .right-section .single-faq-wrapper .faq__excerpt {
		color: rgba(194, 208, 228, 0.5);
		margin-bottom: 1.5rem;
		font-size: 15px;
	}
	.taxonomy-wrapper .container .right-section .single-faq-wrapper .faq__rdm-btn {
		text-align: left;
	}
	.taxonomy-wrapper .container .right-section .single-faq-wrapper .faq__rdm-btn span {
		transition: all 0.5s ease-in-out;
		background: rgba(194, 208, 228, 0.15);
		color: #ffffff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		width: inherit;
	}
	.taxonomy-wrapper .container .right-section .pagination-links {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 1rem;
	}
	.taxonomy-wrapper .container .right-section .pagination-links .nav-links {
		display: flex;
		gap: 6px;
	}
	.taxonomy-wrapper .container .right-section .pagination-links .nav-links span,
	.taxonomy-wrapper .container .right-section .pagination-links .nav-links a {
		background: rgba(255, 255, 255, 0.08);
		padding: 1rem;
		border-radius: 6px;
		min-width: 56px;
		text-align: center;
		color: white;
		font-weight: 500;
		text-decoration: none;
		transition: all 0.5s ease;
		font-size: 15px;
	}
	.taxonomy-wrapper .container .right-section .pagination-links .nav-links span:hover,
	.taxonomy-wrapper .container .right-section .pagination-links .nav-links a:hover {
		background: rgba(255, 255, 255, 0.2);
	}
	.taxonomy-wrapper .container .right-section .pagination-links .nav-links .current {
		background: #1daa91;
	}
	.taxonomy-wrapper .container .right-section .pagination-links .nav-links .next,
	.taxonomy-wrapper .container .right-section .pagination-links .nav-links .prev {
		padding: 1rem 2rem;
	}
}

@media (max-width: 768px) {
	.taxonomy-wrapper {
		width: 100%;
		padding: 20px 1.5rem 0px 1.5rem;
	}
	.taxonomy-wrapper .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-flow: row wrap;
	}
	.taxonomy-wrapper .container .left-section {
		display: flex;
		flex-flow: column nowrap;
		max-width: unset;
		flex: 0 1 100%;
	}
	.taxonomy-wrapper .container .left-section .top {
		display: flex;
		flex-flow: column nowrap;
		margin-bottom: 3rem;
	}
	.taxonomy-wrapper .container .left-section .top .t__pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.taxonomy-wrapper .container .left-section .top .t__pill span {
		color: #c2d0e4;
	}
	.taxonomy-wrapper .container .left-section .top .t__header h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 50px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.taxonomy-wrapper .container .left-section .top .t__header h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.taxonomy-wrapper .container .left-section .top .t__text p {
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
		margin: 0;
		font-size: 15px;
	}
	.taxonomy-wrapper .container .left-section .middle {
		margin-bottom: 3rem;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms {
		display: flex;
		flex-flow: column nowrap;
		gap: 0.8rem;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term {
		border: 2px solid rgba(194, 208, 228, 0.15);
		border-radius: 15px;
		position: relative;
		transition: all 0.5s ease;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term a {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		text-decoration: none;
		padding: 1.5rem;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term a div:first-of-type {
		color: #ffffff;
		font-weight: 600;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term a div:last-of-type img {
		transition: all 1s ease-in-out;
		opacity: 0.15;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term.active::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term.active div:last-of-type img {
		opacity: 1;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term:hover {
		border: 2px solid transparent;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term:hover div:last-of-type img {
		opacity: 1;
	}
	.taxonomy-wrapper .container .left-section .bottom {
		display: none;
		margin-bottom: 4rem;
	}
	.taxonomy-wrapper .container .left-section .bottom .b__box {
		position: relative;
		padding: 2.5rem 2rem;
		border-radius: 15px;
		background: url("../png/single-faq-box.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}
	.taxonomy-wrapper .container .left-section .bottom .b__box .b__title h3 {
		font-size: 30px;
		margin: 0 0 1rem;
		font-weight: 800;
		color: #ffffff;
	}
	.taxonomy-wrapper .container .left-section .bottom .b__box .b__text {
		color: rgba(194, 208, 228, 0.5);
		margin-bottom: 2.5rem;
	}
	.taxonomy-wrapper .container .left-section .bottom .b__box .b__btn {
		width: 100%;
		text-align: center;
		max-width: 100%;
		margin-top: auto;
	}
	.taxonomy-wrapper .container .left-section .bottom .b__box .b__btn a {
		transition: all 0.5s ease-in-out;
		background: rgba(194, 208, 228, 0.15);
		color: #ffffff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		width: inherit;
	}
	.taxonomy-wrapper .container .left-section .bottom .b__box .b__btn a:hover {
		background: #1daa91;
	}
	.taxonomy-wrapper .container .left-section .bottom .b__box::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.taxonomy-wrapper .container .vertical-separator {
		display: none;
		height: revert;
		margin: 0 2rem;
		width: 1px;
		background-color: rgba(194, 208, 228, 0.25);
	}
	.taxonomy-wrapper .container .right-section {
		flex: 1 1 70%;
		display: flex;
		flex-flow: column nowrap;
		gap: 1.5rem;
	}
	.taxonomy-wrapper .container .right-section .single-faq-wrapper {
		border: 2px solid rgba(194, 208, 228, 0.15);
		border-radius: 15px;
		transition: all 0.5s ease-in-out;
		padding: 2rem;
		text-decoration: none;
	}
	.taxonomy-wrapper .container .right-section .single-faq-wrapper:hover {
		border-color: #c2d0e4;
	}
	.taxonomy-wrapper .container .right-section .single-faq-wrapper:hover .faq__rdm-btn span {
		background: #1daa91;
	}
	.taxonomy-wrapper .container .right-section .single-faq-wrapper .faq__title h3 {
		font-size: 30px;
		margin: 0 0 1rem;
		font-weight: 800;
		color: #ffffff;
	}
	.taxonomy-wrapper .container .right-section .single-faq-wrapper .faq__excerpt {
		color: rgba(194, 208, 228, 0.5);
		margin-bottom: 1.5rem;
	}
	.taxonomy-wrapper .container .right-section .single-faq-wrapper .faq__rdm-btn {
		text-align: left;
	}
	.taxonomy-wrapper .container .right-section .single-faq-wrapper .faq__rdm-btn span {
		transition: all 0.5s ease-in-out;
		background: rgba(194, 208, 228, 0.15);
		color: #ffffff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		width: inherit;
	}
	.taxonomy-wrapper .container .right-section .pagination-links {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 1rem;
	}
	.taxonomy-wrapper .container .right-section .pagination-links .nav-links {
		display: flex;
		gap: 6px;
	}
	.taxonomy-wrapper .container .right-section .pagination-links .nav-links span,
	.taxonomy-wrapper .container .right-section .pagination-links .nav-links a {
		background: rgba(255, 255, 255, 0.08);
		padding: 1rem;
		border-radius: 6px;
		min-width: 56px;
		text-align: center;
		color: white;
		font-weight: 500;
		text-decoration: none;
		transition: all 0.5s ease;
		font-size: 15px;
	}
	.taxonomy-wrapper .container .right-section .pagination-links .nav-links span:hover,
	.taxonomy-wrapper .container .right-section .pagination-links .nav-links a:hover {
		background: rgba(255, 255, 255, 0.2);
	}
	.taxonomy-wrapper .container .right-section .pagination-links .nav-links .current {
		background: #1daa91;
	}
	.taxonomy-wrapper .container .right-section .pagination-links .nav-links .next,
	.taxonomy-wrapper .container .right-section .pagination-links .nav-links .prev {
		padding: 1rem 2rem;
	}
}

@media (max-width: 576px) {
	.taxonomy-wrapper {
		width: 100%;
		padding: 20px 1.5rem 0px 1.5rem;
	}
	.taxonomy-wrapper .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-flow: row wrap;
	}
	.taxonomy-wrapper .container .left-section {
		display: flex;
		flex-flow: column nowrap;
		max-width: unset;
		flex: 0 1 100%;
	}
	.taxonomy-wrapper .container .left-section .top {
		display: flex;
		flex-flow: column nowrap;
		margin-bottom: 3rem;
	}
	.taxonomy-wrapper .container .left-section .top .t__pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.taxonomy-wrapper .container .left-section .top .t__pill span {
		color: #c2d0e4;
	}
	.taxonomy-wrapper .container .left-section .top .t__header h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 50px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.taxonomy-wrapper .container .left-section .top .t__header h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.taxonomy-wrapper .container .left-section .top .t__text p {
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
		margin: 0;
		font-size: 15px;
	}
	.taxonomy-wrapper .container .left-section .middle {
		margin-bottom: 3rem;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms {
		display: flex;
		flex-flow: column nowrap;
		gap: 0.8rem;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term {
		border: 2px solid rgba(194, 208, 228, 0.15);
		border-radius: 15px;
		position: relative;
		transition: all 0.5s ease;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term a {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		text-decoration: none;
		padding: 1.5rem;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term a div:first-of-type {
		color: #ffffff;
		font-weight: 600;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term a div:last-of-type img {
		transition: all 1s ease-in-out;
		opacity: 0.15;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term.active::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term.active div:last-of-type img {
		opacity: 1;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term:hover {
		border: 2px solid transparent;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.taxonomy-wrapper .container .left-section .middle .m__terms .single-term:hover div:last-of-type img {
		opacity: 1;
	}
	.taxonomy-wrapper .container .left-section .bottom {
		display: none;
		margin-bottom: 4rem;
	}
	.taxonomy-wrapper .container .left-section .bottom .b__box {
		position: relative;
		padding: 2.5rem 2rem;
		border-radius: 15px;
		background: url("../png/single-faq-box.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}
	.taxonomy-wrapper .container .left-section .bottom .b__box .b__title h3 {
		font-size: 30px;
		margin: 0 0 1rem;
		font-weight: 800;
		color: #ffffff;
	}
	.taxonomy-wrapper .container .left-section .bottom .b__box .b__text {
		color: rgba(194, 208, 228, 0.5);
		margin-bottom: 2.5rem;
	}
	.taxonomy-wrapper .container .left-section .bottom .b__box .b__btn {
		width: 100%;
		text-align: center;
		max-width: 100%;
		margin-top: auto;
	}
	.taxonomy-wrapper .container .left-section .bottom .b__box .b__btn a {
		transition: all 0.5s ease-in-out;
		background: rgba(194, 208, 228, 0.15);
		color: #ffffff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		width: inherit;
	}
	.taxonomy-wrapper .container .left-section .bottom .b__box .b__btn a:hover {
		background: #1daa91;
	}
	.taxonomy-wrapper .container .left-section .bottom .b__box::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.taxonomy-wrapper .container .vertical-separator {
		display: none;
		height: revert;
		margin: 0 2rem;
		width: 1px;
		background-color: rgba(194, 208, 228, 0.25);
	}
	.taxonomy-wrapper .container .right-section {
		flex: 1 1 70%;
		display: flex;
		flex-flow: column nowrap;
		gap: 1.5rem;
	}
	.taxonomy-wrapper .container .right-section .single-faq-wrapper {
		border: 2px solid rgba(194, 208, 228, 0.15);
		border-radius: 15px;
		transition: all 0.5s ease-in-out;
		padding: 2rem;
		text-decoration: none;
	}
	.taxonomy-wrapper .container .right-section .single-faq-wrapper:hover {
		border-color: #c2d0e4;
	}
	.taxonomy-wrapper .container .right-section .single-faq-wrapper:hover .faq__rdm-btn span {
		background: #1daa91;
	}
	.taxonomy-wrapper .container .right-section .single-faq-wrapper .faq__title h3 {
		font-size: 30px;
		margin: 0 0 1rem;
		font-weight: 800;
		color: #ffffff;
	}
	.taxonomy-wrapper .container .right-section .single-faq-wrapper .faq__excerpt {
		color: rgba(194, 208, 228, 0.5);
		margin-bottom: 1.5rem;
	}
	.taxonomy-wrapper .container .right-section .single-faq-wrapper .faq__rdm-btn {
		text-align: left;
	}
	.taxonomy-wrapper .container .right-section .single-faq-wrapper .faq__rdm-btn span {
		transition: all 0.5s ease-in-out;
		background: rgba(194, 208, 228, 0.15);
		color: #ffffff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		width: inherit;
	}
	.taxonomy-wrapper .container .right-section .pagination-links {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 1rem;
	}
	.taxonomy-wrapper .container .right-section .pagination-links .nav-links {
		display: flex;
		gap: 6px;
	}
	.taxonomy-wrapper .container .right-section .pagination-links .nav-links span,
	.taxonomy-wrapper .container .right-section .pagination-links .nav-links a {
		background: rgba(255, 255, 255, 0.08);
		padding: 1rem;
		border-radius: 6px;
		min-width: 56px;
		text-align: center;
		color: white;
		font-weight: 500;
		text-decoration: none;
		transition: all 0.5s ease;
		font-size: 15px;
	}
	.taxonomy-wrapper .container .right-section .pagination-links .nav-links span:hover,
	.taxonomy-wrapper .container .right-section .pagination-links .nav-links a:hover {
		background: rgba(255, 255, 255, 0.2);
	}
	.taxonomy-wrapper .container .right-section .pagination-links .nav-links .current {
		background: #1daa91;
	}
	.taxonomy-wrapper .container .right-section .pagination-links .nav-links .next,
	.taxonomy-wrapper .container .right-section .pagination-links .nav-links .prev {
		padding: 1rem 2rem;
	}
}

@property --color1 {
	syntax: "<color>";
	initial-value: #2cd9ff;
	inherits: false;
}

@property --color2 {
	syntax: "<color>";
	initial-value: #7effb2;
	inherits: false;
}

@property --color3 {
	syntax: "<color>";
	initial-value: #f4ff7a;
	inherits: false;
}

@property --color4 {
	syntax: "<color>";
	initial-value: #ffd80e;
	inherits: false;
}

@keyframes pulse {
	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}
	50% {
		opacity: 0.5;
		transform: scale(0.95);
	}
}

.single-wrapper {
	width: 100%;
	padding: 80px 1.5rem 0px 1.5rem;
}

.single-wrapper .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
}

.single-wrapper .container .left-section {
	display: flex;
	flex-flow: column nowrap;
	max-width: 480px;
	flex: 0 1 480px;
}

.single-wrapper .container .left-section .top {
	display: flex;
	flex-flow: column nowrap;
	margin-bottom: 6rem;
}

.single-wrapper .container .left-section .top .t__pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
	width: fit-content;
}

.single-wrapper .container .left-section .top .t__pill span {
	color: #c2d0e4;
}

.single-wrapper .container .left-section .top .t__header h2 {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 80px;
	line-height: 1.1;
	color: #FFF;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

.single-wrapper .container .left-section .top .t__header h2 span {
	background: -webkit-linear-gradient(90deg, #2CD9FF 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #FFD80E 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
	display: block;
}

.single-wrapper .container .left-section .top .t__text p {
	color: rgba(194, 208, 228, 0.5);
	font-weight: 400;
	margin: 0;
}

.single-wrapper .container .left-section .middle {
	margin-bottom: 6rem;
}

.single-wrapper .container .left-section .middle .m__terms {
	display: flex;
	flex-flow: column nowrap;
	gap: 0.8rem;
}

.single-wrapper .container .left-section .middle .m__terms .single-term {
	border: 2px solid rgba(194, 208, 228, 0.15);
	border-radius: 15px;
	position: relative;
	transition: all 0.5s ease;
}

.single-wrapper .container .left-section .middle .m__terms .single-term a {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	padding: 1.5rem;
}

.single-wrapper .container .left-section .middle .m__terms .single-term a div:first-of-type {
	color: #ffffff;
	font-weight: 600;
}

.single-wrapper .container .left-section .middle .m__terms .single-term a div:last-of-type img {
	transition: all 1s ease-in-out;
	opacity: 0.15;
}

.single-wrapper .container .left-section .middle .m__terms .single-term.active::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2CD9FF;
	--color2: #7EFFB2;
	--color3: #F4FF7A;
	--color4: #FFD80E;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.single-wrapper .container .left-section .middle .m__terms .single-term.active div:last-of-type img {
	opacity: 1;
}

.single-wrapper .container .left-section .middle .m__terms .single-term::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.single-wrapper .container .left-section .middle .m__terms .single-term:hover {
	border: 2px solid transparent;
}

.single-wrapper .container .left-section .middle .m__terms .single-term:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2CD9FF;
	--color2: #7EFFB2;
	--color3: #F4FF7A;
	--color4: #FFD80E;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.single-wrapper .container .left-section .middle .m__terms .single-term:hover div:last-of-type img {
	opacity: 1;
}

.single-wrapper .container .left-section .bottom .b__box {
	position: relative;
	padding: 2.5rem 2rem;
	border-radius: 15px;
	background: url("../png/single-faq-box.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.single-wrapper .container .left-section .bottom .b__box .b__title h3 {
	font-size: 30px;
	margin: 0 0 1rem;
	font-weight: 800;
	color: #ffffff;
}

.single-wrapper .container .left-section .bottom .b__box .b__text {
	color: rgba(194, 208, 228, 0.5);
	margin-bottom: 2.5rem;
}

.single-wrapper .container .left-section .bottom .b__box .b__btn {
	width: 100%;
	text-align: center;
	max-width: 100%;
	margin-top: auto;
}

.single-wrapper .container .left-section .bottom .b__box .b__btn a {
	transition: all 0.5s ease-in-out;
	background: rgba(194, 208, 228, 0.15);
	color: #ffffff;
	padding: 15px 30px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: inherit;
}

.single-wrapper .container .left-section .bottom .b__box .b__btn a:hover {
	background: #1DAA91;
}

.single-wrapper .container .left-section .bottom .b__box::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2CD9FF;
	--color2: #7EFFB2;
	--color3: #F4FF7A;
	--color4: #FFD80E;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.single-wrapper .container .vertical-separator {
	height: revert;
	margin: 0 2rem;
	width: 1px;
	background-color: rgba(194, 208, 228, 0.25);
}

.single-wrapper .container .right-section {
	flex: 1 1 70%;
	display: flex;
	flex-flow: column nowrap;
	gap: 1.5rem;
	position: relative;
}

.single-wrapper .container .right-section .middle-mobile {
	display: none;
}

.single-wrapper .container .right-section .single-faq-wrapper {
	border: 2px solid rgba(194, 208, 228, 0.15);
	border-radius: 15px;
	padding: 2rem 2rem 0;
	transition: all 0.5s ease;
	position: relative;
	overflow: hidden;
}

.single-wrapper .container .right-section .single-faq-wrapper .faq__switcher {
	position: absolute;
	right: 2rem;
	top: 2rem;
	border: 2px solid rgba(69, 77, 87, 0.8);
	border-radius: 100px;
	cursor: pointer;
	width: 60px;
	transition: inherit;
}

.single-wrapper .container .right-section .single-faq-wrapper .faq__switcher .svg-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.4s cubic-bezier(0, 0, 0, 1);
	transform: translate(0);
	width: 34px;
	height: 34px;
	border-radius: 34px;
}

.single-wrapper .container .right-section .single-faq-wrapper .faq__switcher .svg-wrapper svg {
	width: 24px;
	height: 24px;
	stroke-linecap: round;
}

.single-wrapper .container .right-section .single-faq-wrapper .faq__switcher .svg-wrapper svg .moon,
.single-wrapper .container .right-section .single-faq-wrapper .faq__switcher .svg-wrapper svg .sun {
	fill: rgba(255, 255, 255, 0.9);
}

.single-wrapper .container .right-section .single-faq-wrapper .faq__switcher .svg-wrapper svg .sun {
	transform: scale(1.75);
	transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
	transition-duration: .25s;
	transition: transform 0.5s cubic-bezier(0.5, 1.25, 0.75, 1.25);
}

.single-wrapper .container .right-section .single-faq-wrapper .faq__switcher .svg-wrapper svg .moon circle {
	transform: translateX(-7px);
	transition: translate 0.5s cubic-bezier(0, 0, 0, 1) 0.25s;
}

@supports (cx: 1) {
	.single-wrapper .container .right-section .single-faq-wrapper .faq__switcher .svg-wrapper svg .moon circle {
		cx: 17;
		transform: translateX(0);
		transition: cx 0.5s cubic-bezier(0, 0, 0, 1) 0.25s;
	}
}

.single-wrapper .container .right-section .single-faq-wrapper .faq__switcher .svg-wrapper svg .sun-beams {
	transform: rotate(-525deg);
	transition-duration: .25s;
	opacity: 0;
	stroke: rgba(255, 255, 255, 0.6);
	stroke-width: 2px;
	transition: transform 0.5s ease, opacity 0.5s cubic-bezier(0.25, 0, 0.3, 1);
}

.single-wrapper .container .right-section .single-faq-wrapper .faq__switcher .svg-wrapper svg > :is(.moon, .sun, .sun-beams) {
	transform-origin: center center;
}

.single-wrapper .container .right-section .single-faq-wrapper .faq__pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	margin: 0;
	width: fit-content;
	color: rgba(194, 208, 228, 0.5);
	transition: inherit;
	max-width: 90%;
}

.single-wrapper .container .right-section .single-faq-wrapper .faq__pill .separator {
	margin: 0 4px;
	display: inline-block;
}

.single-wrapper .container .right-section .single-faq-wrapper .faq__pill a {
	color: rgba(194, 208, 228, 0.5);
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	transition: inherit;
}

.single-wrapper .container .right-section .single-faq-wrapper .faq__pill a:hover {
	color: #c2d0e4;
}

.single-wrapper .container .right-section .single-faq-wrapper .faq__pill span {
	color: #c2d0e4;
	transition: inherit;
}

.single-wrapper .container .right-section .single-faq-wrapper .faq__title h1 {
	transition: all 0.5s ease;
	font-size: 30px;
	margin: 1rem 0 1rem;
	font-weight: 800;
	color: #ffffff;
	line-height: 1.2;
}

.single-wrapper .container .right-section .single-faq-wrapper .faq__excerpt {
	color: white;
	padding-bottom: 1rem;
	transition: all 0.5s ease;
}

.single-wrapper .container .right-section .single-faq-wrapper .faq__excerpt a {
	background: linear-gradient(to right, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.5s ease;
}

.single-wrapper .container .right-section .single-faq-wrapper .faq__excerpt a:hover {
	opacity: 0.8;
}

.single-wrapper .container .right-section .single-faq-wrapper .faq__excerpt p:last-of-type:has(+ div#was-this-helpful) {
	transition: margin 0.5s ease;
	margin-bottom: 70px;
}

.single-wrapper .container .right-section .single-faq-wrapper .faq__excerpt p:last-of-type:has(+ div#was-this-helpful > .feedback-form) {
	transition: margin 0.5s ease;
	margin-bottom: 265px;
}

.single-wrapper .container .right-section .single-faq-wrapper .faq__rdm-btn {
	text-align: left;
}

.single-wrapper .container .right-section .single-faq-wrapper .faq__rdm-btn a {
	transition: all 0.5s ease-in-out;
	background: rgba(194, 208, 228, 0.15);
	color: #ffffff;
	padding: 15px 30px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: inherit;
}

.single-wrapper .container .right-section .single-faq-wrapper .faq__rdm-btn a:hover {
	background: #1DAA91;
}

.single-wrapper .container .right-section .single-faq-wrapper.active {
	background-color: #fff;
}

.single-wrapper .container .right-section .single-faq-wrapper.active .faq__switcher {
	border-color: #1daa9160;
}

.single-wrapper .container .right-section .single-faq-wrapper.active .faq__switcher .svg-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.4s cubic-bezier(0, 0, 0, 1);
	transform: translate(20px);
	width: 34px;
	height: 34px;
	border-radius: 34px;
}

.single-wrapper .container .right-section .single-faq-wrapper.active .faq__switcher .svg-wrapper svg {
	width: 24px;
	height: 24px;
	stroke-linecap: round;
}

.single-wrapper .container .right-section .single-faq-wrapper.active .faq__switcher .svg-wrapper svg .moon,
.single-wrapper .container .right-section .single-faq-wrapper.active .faq__switcher .svg-wrapper svg .sun {
	fill: #1daa91;
}

.single-wrapper .container .right-section .single-faq-wrapper.active .faq__switcher .svg-wrapper svg .sun {
	transform: scale(1);
	transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
	transition-duration: .25s;
}

.single-wrapper .container .right-section .single-faq-wrapper.active .faq__switcher .svg-wrapper svg .moon circle {
	transform: translate(32px);
}

@supports (cx: 1) {
	.single-wrapper .container .right-section .single-faq-wrapper.active .faq__switcher .svg-wrapper svg .moon circle {
		cx: 32;
		transform: unset;
		transition: cx 0.25s cubic-bezier(0, 0, 0, 1);
	}
}

.single-wrapper .container .right-section .single-faq-wrapper.active .faq__switcher .svg-wrapper svg .sun-beams {
	transform: rotate(0deg);
	opacity: 1;
	stroke: #1daa91;
	stroke-width: 2px;
}

.single-wrapper .container .right-section .single-faq-wrapper.active .faq__switcher .svg-wrapper svg > :is(.moon, .sun, .sun-beams) {
	transform-origin: center center;
}

.single-wrapper .container .right-section .single-faq-wrapper.active .faq__pill {
	background: rgba(194, 208, 228, 0.25);
	color: #454d57;
}

.single-wrapper .container .right-section .single-faq-wrapper.active .faq__pill a {
	color: rgba(69, 77, 87, 0.6);
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}

.single-wrapper .container .right-section .single-faq-wrapper.active .faq__pill a:hover {
	color: #454d57;
}

.single-wrapper .container .right-section .single-faq-wrapper.active .faq__pill span {
	color: #454d57;
}

.single-wrapper .container .right-section .single-faq-wrapper.active .faq__title h1 {
	color: #0b0c10;
}

.single-wrapper .container .right-section .single-faq-wrapper.active .faq__excerpt {
	color: #0b0c10;
}

.single-wrapper .container .right-section .single-faq-wrapper.active .faq__excerpt a {
	background: none;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: unset;
	text-decoration: none;
	color: #1daa91;
	transition: all 0.5s ease;
}

.single-wrapper .container .right-section .single-faq-wrapper.active .faq__excerpt a:hover {
	opacity: 0.8;
}

.single-wrapper .container .right-section .rs__recommended h3 {
	font-size: 22px;
	margin: 1rem 0 1rem;
	font-weight: 700;
	color: #ffffff;
	opacity: 0.8;
}

.single-wrapper .container .right-section .rs__recommended .rs__recommend-container {
	display: flex;
	flex-flow: row wrap;
	gap: 10px;
	margin-top: 1rem;
}

.single-wrapper .container .right-section .rs__recommended .rs__recommend-container .single-recommend {
	flex: 1 1 300px;
	border: 2px solid rgba(194, 208, 228, 0.15);
	border-radius: 15px;
	transition: all 0.5s ease-in-out;
	padding: 1rem;
	text-decoration: none;
	min-height: 260px;
	display: flex;
	flex-flow: column nowrap;
}

.single-wrapper .container .right-section .rs__recommended .rs__recommend-container .single-recommend h3.sr__title {
	color: white;
	font-weight: 700;
	font-size: 18px;
	opacity: 1;
}

.single-wrapper .container .right-section .rs__recommended .rs__recommend-container .single-recommend p.sr__excerpt {
	font-size: 16px;
	color: rgba(194, 208, 228, 0.5);
}

.single-wrapper .container .right-section .rs__recommended .rs__recommend-container .single-recommend button.sr__button {
	transition: all 0.5s ease-in-out;
	background: rgba(194, 208, 228, 0.15);
	color: #ffffff;
	padding: 15px 30px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: inherit;
	outline: none;
	border: none;
	cursor: pointer;
	margin-top: auto;
}

.single-wrapper .container .right-section .rs__recommended .rs__recommend-container .single-recommend button.sr__button:hover {
	opacity: 0.8;
}

.single-wrapper .container .right-section .rs__recommended .rs__recommend-container .single-recommend:hover {
	border-color: #c2d0e4;
}

.single-wrapper .container .right-section .rs__recommended .rs__recommend-container .single-recommend:hover button.sr__button {
	opacity: 0.8;
}

.single-wrapper .container .right-section .bottom {
	margin: 4rem 0;
}

@media (min-width: 768px) {
	.single-wrapper .container .right-section .bottom {
		display: none;
	}
}

.single-wrapper .container .right-section .bottom .b__box {
	position: relative;
	padding: 2.5rem 2rem;
	border-radius: 15px;
	background: url("../png/single-faq-box.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.single-wrapper .container .right-section .bottom .b__box .b__title h3 {
	font-size: 30px;
	margin: 0 0 1rem;
	font-weight: 800;
	color: #ffffff;
}

.single-wrapper .container .right-section .bottom .b__box .b__text {
	color: rgba(194, 208, 228, 0.5);
	margin-bottom: 2.5rem;
}

.single-wrapper .container .right-section .bottom .b__box .b__btn {
	width: 100%;
	text-align: center;
	max-width: 100%;
	margin-top: auto;
}

.single-wrapper .container .right-section .bottom .b__box .b__btn a {
	transition: all 0.5s ease-in-out;
	background: rgba(194, 208, 228, 0.15);
	color: #ffffff;
	padding: 15px 30px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: inherit;
}

.single-wrapper .container .right-section .bottom .b__box .b__btn a:hover {
	background: #1daa91;
}

.single-wrapper .container .right-section .bottom .b__box::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

@media (max-width: 992px) {
	.single-wrapper {
		width: 100%;
		padding: 20px 1.5rem 0px 1.5rem;
	}
	.single-wrapper .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-flow: row wrap;
	}
	.single-wrapper .container .left-section {
		display: flex;
		flex-flow: column nowrap;
		max-width: unset;
		flex: 0 1 360px;
	}
	.single-wrapper .container .left-section .top {
		display: flex;
		flex-flow: column nowrap;
		margin-bottom: 3rem;
	}
	.single-wrapper .container .left-section .top .t__pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.single-wrapper .container .left-section .top .t__pill span {
		color: #c2d0e4;
	}
	.single-wrapper .container .left-section .top .t__header h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 50px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.single-wrapper .container .left-section .top .t__header h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.single-wrapper .container .left-section .top .t__text p {
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
		margin: 0;
		font-size: 15px;
	}
	.single-wrapper .container .left-section .middle {
		margin-bottom: 3rem;
	}
	.single-wrapper .container .left-section .middle .m__terms {
		display: flex;
		flex-flow: column nowrap;
		gap: 0.8rem;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term {
		border: 2px solid rgba(194, 208, 228, 0.15);
		border-radius: 15px;
		position: relative;
		transition: all 0.5s ease;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term a {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		text-decoration: none;
		padding: 1.5rem;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term a div:first-of-type {
		color: #ffffff;
		font-weight: 600;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term a div:last-of-type img {
		transition: all 1s ease-in-out;
		opacity: 0.15;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term.active::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term.active div:last-of-type img {
		opacity: 1;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term:hover {
		border: 2px solid transparent;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term:hover div:last-of-type img {
		opacity: 1;
	}
	.single-wrapper .container .vertical-separator {
		height: revert;
		margin: 0 2rem;
		width: 1px;
		background-color: rgba(194, 208, 228, 0.25);
	}
	.single-wrapper .container .right-section {
		flex: 1 1 300px;
		display: flex;
		flex-flow: column nowrap;
		gap: 1.5rem;
	}
	.single-wrapper .container .right-section .single-faq-wrapper {
		border: 2px solid rgba(194, 208, 228, 0.15);
		border-radius: 15px;
		transition: all 0.5s ease-in-out;
		padding: 2rem;
		text-decoration: none;
	}
	.single-wrapper .container .right-section .single-faq-wrapper:hover .faq__rdm-btn span {
		background: #1daa91;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__pill {
		display: inline-block;
		padding: 14px 22px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 14px;
		font-family: 'Plus Jakarta Sans', sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		line-height: 22px;
		margin: 0;
		width: fit-content;
		color: rgba(194, 208, 228, 0.5);
		max-width: 80%;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__pill .separator {
		margin: 0 4px;
		display: inline-block;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__pill a {
		color: rgba(194, 208, 228, 0.5);
		text-decoration: none;
		transition: all 0.5s ease-in-out;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__pill a:hover {
		color: #c2d0e4;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__pill span {
		color: #c2d0e4;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__title h1 {
		font-size: 24px;
		margin: 1rem 0 1rem;
		font-weight: 800;
		color: #ffffff;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__excerpt {
		color: rgba(194, 208, 228, 0.5);
		font-size: 15px;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__rdm-btn {
		text-align: left;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__rdm-btn span {
		transition: all 0.5s ease-in-out;
		background: rgba(194, 208, 228, 0.15);
		color: #ffffff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		width: inherit;
	}
	.single-wrapper .container .right-section .pagination-links {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 1rem;
	}
	.single-wrapper .container .right-section .pagination-links .nav-links {
		display: flex;
		gap: 6px;
	}
	.single-wrapper .container .right-section .pagination-links .nav-links span,
	.single-wrapper .container .right-section .pagination-links .nav-links a {
		background: rgba(255, 255, 255, 0.08);
		padding: 1rem;
		border-radius: 6px;
		min-width: 56px;
		text-align: center;
		color: white;
		font-weight: 500;
		text-decoration: none;
		transition: all 0.5s ease;
		font-size: 15px;
	}
	.single-wrapper .container .right-section .pagination-links .nav-links span:hover,
	.single-wrapper .container .right-section .pagination-links .nav-links a:hover {
		background: rgba(255, 255, 255, 0.2);
	}
	.single-wrapper .container .right-section .pagination-links .nav-links .current {
		background: #1daa91;
	}
	.single-wrapper .container .right-section .pagination-links .nav-links .next,
	.single-wrapper .container .right-section .pagination-links .nav-links .prev {
		padding: 1rem 2rem;
	}
}

@media (max-width: 768px) {
	.single-wrapper {
		width: 100%;
		padding: 20px 1.5rem 0px 1.5rem;
	}
	.single-wrapper .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-flow: row wrap;
	}
	.single-wrapper .container .left-section {
		display: flex;
		flex-flow: column nowrap;
		max-width: unset;
		flex: 0 1 100%;
	}
	.single-wrapper .container .left-section .top {
		display: flex;
		flex-flow: column nowrap;
		margin-bottom: 3rem;
	}
	.single-wrapper .container .left-section .top .t__pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.single-wrapper .container .left-section .top .t__pill span {
		color: #c2d0e4;
	}
	.single-wrapper .container .left-section .top .t__header h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 50px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.single-wrapper .container .left-section .top .t__header h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.single-wrapper .container .left-section .top .t__text p {
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
		margin: 0;
		font-size: 15px;
	}
	.single-wrapper .container .left-section .middle {
		margin-bottom: 3rem;
	}
	.single-wrapper .container .left-section .middle .m__terms {
		display: flex;
		flex-flow: column nowrap;
		gap: 0.8rem;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term {
		border: 2px solid rgba(194, 208, 228, 0.15);
		border-radius: 15px;
		position: relative;
		transition: all 0.5s ease;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term a {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		text-decoration: none;
		padding: 1.5rem;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term a div:first-of-type {
		color: #ffffff;
		font-weight: 600;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term a div:last-of-type img {
		transition: all 1s ease-in-out;
		opacity: 0.15;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term.active::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term.active div:last-of-type img {
		opacity: 1;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term:hover {
		border: 2px solid transparent;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term:hover div:last-of-type img {
		opacity: 1;
	}
	.single-wrapper .container .left-section .bottom {
		display: none;
		margin-bottom: 4rem;
	}
	.single-wrapper .container .left-section .bottom .b__box {
		position: relative;
		padding: 2.5rem 2rem;
		border-radius: 15px;
		background: url("../png/single-faq-box.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}
	.single-wrapper .container .left-section .bottom .b__box .b__title h3 {
		font-size: 30px;
		margin: 0 0 1rem;
		font-weight: 800;
		color: #ffffff;
	}
	.single-wrapper .container .left-section .bottom .b__box .b__text {
		color: rgba(194, 208, 228, 0.5);
		margin-bottom: 2.5rem;
	}
	.single-wrapper .container .left-section .bottom .b__box .b__btn {
		width: 100%;
		text-align: center;
		max-width: 100%;
		margin-top: auto;
	}
	.single-wrapper .container .left-section .bottom .b__box .b__btn a {
		transition: all 0.5s ease-in-out;
		background: rgba(194, 208, 228, 0.15);
		color: #ffffff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		width: inherit;
	}
	.single-wrapper .container .left-section .bottom .b__box .b__btn a:hover {
		background: #1daa91;
	}
	.single-wrapper .container .left-section .bottom .b__box::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.single-wrapper .container .vertical-separator {
		display: none;
		height: revert;
		margin: 0 2rem;
		width: 1px;
		background-color: rgba(194, 208, 228, 0.25);
	}
	.single-wrapper .container .right-section {
		flex: 1 1 70%;
		display: flex;
		flex-flow: column nowrap;
		gap: 1.5rem;
	}
	.single-wrapper .container .right-section .single-faq-wrapper {
		border: 2px solid rgba(194, 208, 228, 0.15);
		border-radius: 15px;
		transition: all 0.5s ease-in-out;
		padding: 2rem;
		text-decoration: none;
	}
	.single-wrapper .container .right-section .single-faq-wrapper:hover .faq__rdm-btn span {
		background: #1daa91;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__pill {
		display: inline-block;
		padding: 12px 22px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 14px;
		font-family: 'Plus Jakarta Sans', sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		line-height: 22px;
		margin: 0;
		width: fit-content;
		color: rgba(194, 208, 228, 0.5);
		max-width: 80%;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__pill .separator {
		margin: 0 4px;
		display: inline-block;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__pill a {
		color: rgba(194, 208, 228, 0.5);
		text-decoration: none;
		transition: all 0.5s ease-in-out;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__pill a:hover {
		color: #c2d0e4;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__pill span {
		color: #c2d0e4;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__title h1 {
		font-size: 30px;
		margin: 1rem 0 1rem;
		font-weight: 800;
		color: #ffffff;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__excerpt {
		color: rgba(194, 208, 228, 0.5);
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__rdm-btn {
		text-align: left;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__rdm-btn span {
		transition: all 0.5s ease-in-out;
		background: rgba(194, 208, 228, 0.15);
		color: #ffffff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		width: inherit;
	}
	.single-wrapper .container .right-section .pagination-links {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 1rem;
	}
	.single-wrapper .container .right-section .pagination-links .nav-links {
		display: flex;
		gap: 6px;
	}
	.single-wrapper .container .right-section .pagination-links .nav-links span,
	.single-wrapper .container .right-section .pagination-links .nav-links a {
		background: rgba(255, 255, 255, 0.08);
		padding: 1rem;
		border-radius: 6px;
		min-width: 56px;
		text-align: center;
		color: white;
		font-weight: 500;
		text-decoration: none;
		transition: all 0.5s ease;
		font-size: 15px;
	}
	.single-wrapper .container .right-section .pagination-links .nav-links span:hover,
	.single-wrapper .container .right-section .pagination-links .nav-links a:hover {
		background: rgba(255, 255, 255, 0.2);
	}
	.single-wrapper .container .right-section .pagination-links .nav-links .current {
		background: #1daa91;
	}
	.single-wrapper .container .right-section .pagination-links .nav-links .next,
	.single-wrapper .container .right-section .pagination-links .nav-links .prev {
		padding: 1rem 2rem;
	}
}

@media (max-width: 576px) {
	.single-wrapper {
		width: 100%;
		padding: 20px 1.5rem 0px 1.5rem;
	}
	.single-wrapper .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-flow: row wrap;
	}
	.single-wrapper .container .left-section {
		display: flex;
		flex-flow: column nowrap;
		max-width: unset;
		flex: 0 1 100%;
	}
	.single-wrapper .container .left-section .top {
		display: flex;
		flex-flow: column nowrap;
		margin-bottom: 3rem;
	}
	.single-wrapper .container .left-section .top .t__pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.single-wrapper .container .left-section .top .t__pill span {
		color: #c2d0e4;
	}
	.single-wrapper .container .left-section .top .t__header h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 50px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.single-wrapper .container .left-section .top .t__header h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.single-wrapper .container .left-section .top .t__text p {
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
		margin: 0;
		font-size: 15px;
	}
	.single-wrapper .container .left-section .middle {
		display: none;
		margin-bottom: 3rem;
	}
	.single-wrapper .container .left-section .middle .m__terms {
		display: flex;
		flex-flow: column nowrap;
		gap: 0.8rem;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term {
		border: 2px solid rgba(194, 208, 228, 0.15);
		border-radius: 15px;
		position: relative;
		transition: all 0.5s ease;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term a {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		text-decoration: none;
		padding: 1.5rem;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term a div:first-of-type {
		color: #ffffff;
		font-weight: 600;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term a div:last-of-type img {
		transition: all 1s ease-in-out;
		opacity: 0.15;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term.active::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term.active div:last-of-type img {
		opacity: 1;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term:hover {
		border: 2px solid transparent;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.single-wrapper .container .left-section .middle .m__terms .single-term:hover div:last-of-type img {
		opacity: 1;
	}
	.single-wrapper .container .left-section .bottom {
		display: none;
		margin-bottom: 4rem;
	}
	.single-wrapper .container .left-section .bottom .b__box {
		position: relative;
		padding: 2.5rem 2rem;
		border-radius: 15px;
		background: url("../png/single-faq-box.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}
	.single-wrapper .container .left-section .bottom .b__box .b__title h3 {
		font-size: 30px;
		margin: 0 0 1rem;
		font-weight: 800;
		color: #ffffff;
	}
	.single-wrapper .container .left-section .bottom .b__box .b__text {
		color: rgba(194, 208, 228, 0.5);
		margin-bottom: 2.5rem;
	}
	.single-wrapper .container .left-section .bottom .b__box .b__btn {
		width: 100%;
		text-align: center;
		max-width: 100%;
		margin-top: auto;
	}
	.single-wrapper .container .left-section .bottom .b__box .b__btn a {
		transition: all 0.5s ease-in-out;
		background: rgba(194, 208, 228, 0.15);
		color: #ffffff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		width: inherit;
	}
	.single-wrapper .container .left-section .bottom .b__box .b__btn a:hover {
		background: #1daa91;
	}
	.single-wrapper .container .left-section .bottom .b__box::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.single-wrapper .container .vertical-separator {
		display: none;
		height: revert;
		margin: 0 2rem;
		width: 1px;
		background-color: rgba(194, 208, 228, 0.25);
	}
	.single-wrapper .container .right-section {
		flex: 1 1 70%;
		display: flex;
		flex-flow: column nowrap;
		gap: 1.5rem;
	}
	.single-wrapper .container .right-section .middle-mobile {
		display: block;
		margin-top: 2rem;
		margin-bottom: 0rem;
	}
	.single-wrapper .container .right-section .middle-mobile .m__terms {
		display: flex;
		flex-flow: column nowrap;
		gap: 0.8rem;
	}
	.single-wrapper .container .right-section .middle-mobile .m__terms .single-term {
		border: 2px solid rgba(194, 208, 228, 0.15);
		border-radius: 15px;
		position: relative;
		transition: all 0.5s ease;
	}
	.single-wrapper .container .right-section .middle-mobile .m__terms .single-term a {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		text-decoration: none;
		padding: 1.5rem;
	}
	.single-wrapper .container .right-section .middle-mobile .m__terms .single-term a div:first-of-type {
		color: #ffffff;
		font-weight: 600;
	}
	.single-wrapper .container .right-section .middle-mobile .m__terms .single-term a div:last-of-type img {
		transition: all 1s ease-in-out;
		opacity: 0.15;
	}
	.single-wrapper .container .right-section .middle-mobile .m__terms .single-term.active::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.single-wrapper .container .right-section .middle-mobile .m__terms .single-term.active div:last-of-type img {
		opacity: 1;
	}
	.single-wrapper .container .right-section .middle-mobile .m__terms .single-term::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.single-wrapper .container .right-section .middle-mobile .m__terms .single-term:hover {
		border: 2px solid transparent;
	}
	.single-wrapper .container .right-section .middle-mobile .m__terms .single-term:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.single-wrapper .container .right-section .middle-mobile .m__terms .single-term:hover div:last-of-type img {
		opacity: 1;
	}
	.single-wrapper .container .right-section .single-faq-wrapper {
		border: 2px solid rgba(194, 208, 228, 0.15);
		border-radius: 15px;
		transition: all 0.5s ease-in-out;
		padding: 2rem;
		text-decoration: none;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__switcher {
		position: relative;
		margin-bottom: 1rem;
		right: unset;
		top: unset;
		border: 2px solid rgba(69, 77, 87, 0.8);
		border-radius: 100px;
		cursor: pointer;
		width: 60px;
		transition: inherit;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__switcher .svg-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		transition: transform 0.4s cubic-bezier(0, 0, 0, 1);
		transform: translate(0);
		width: 34px;
		height: 34px;
		border-radius: 34px;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__switcher .svg-wrapper svg {
		width: 24px;
		height: 24px;
		stroke-linecap: round;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__switcher .svg-wrapper svg .moon,
	.single-wrapper .container .right-section .single-faq-wrapper .faq__switcher .svg-wrapper svg .sun {
		fill: rgba(255, 255, 255, 0.9);
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__switcher .svg-wrapper svg .sun {
		transform: scale(1.75);
		transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
		transition-duration: .25s;
		transition: transform 0.5s cubic-bezier(0.5, 1.25, 0.75, 1.25);
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__switcher .svg-wrapper svg .moon circle {
		transform: translateX(-7px);
		transition: translate 0.5s cubic-bezier(0, 0, 0, 1) 0.25s;
	}
	@supports (cx: 1) {
		.single-wrapper .container .right-section .single-faq-wrapper .faq__switcher .svg-wrapper svg .moon circle {
			cx: 17;
			transform: translateX(0);
			transition: cx 0.5s cubic-bezier(0, 0, 0, 1) 0.25s;
		}
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__switcher .svg-wrapper svg .sun-beams {
		transform: rotate(-525deg);
		transition-duration: .25s;
		opacity: 0;
		stroke: rgba(255, 255, 255, 0.6);
		stroke-width: 2px;
		transition: transform 0.5s ease, opacity 0.5s cubic-bezier(0.25, 0, 0.3, 1);
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__switcher .svg-wrapper svg > :is(.moon, .sun, .sun-beams) {
		transform-origin: center center;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__pill {
		display: inline-block;
		padding: 14px 22px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 14px;
		font-family: 'Plus Jakarta Sans', sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		line-height: 22px;
		margin: 0;
		width: fit-content;
		color: rgba(194, 208, 228, 0.5);
		max-width: 100%;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__pill .separator {
		margin: 0 4px;
		display: inline-block;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__pill a {
		color: rgba(194, 208, 228, 0.5);
		text-decoration: none;
		transition: all 0.5s ease-in-out;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__pill a:hover {
		color: #c2d0e4;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__pill span {
		color: #c2d0e4;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__title h1 {
		font-size: 24px;
		margin: 1rem 0 1rem;
		font-weight: 800;
		color: #ffffff;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__excerpt {
		color: #c2d0e4;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__excerpt p:last-of-type:has(+ div#was-this-helpful) {
		transition: all 0.5s ease;
		margin-bottom: 100px;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__excerpt p:last-of-type:has(+ div#was-this-helpful > .feedback-form) {
		transition: all 0.5s ease;
		margin-bottom: 265px;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__rdm-btn {
		text-align: left;
	}
	.single-wrapper .container .right-section .single-faq-wrapper .faq__rdm-btn span {
		transition: all 0.5s ease-in-out;
		background: rgba(194, 208, 228, 0.15);
		color: #ffffff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		width: inherit;
	}
	.single-wrapper .container .right-section .pagination-links {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 1rem;
	}
	.single-wrapper .container .right-section .pagination-links .nav-links {
		display: flex;
		gap: 6px;
	}
	.single-wrapper .container .right-section .pagination-links .nav-links span,
	.single-wrapper .container .right-section .pagination-links .nav-links a {
		background: rgba(255, 255, 255, 0.08);
		padding: 1rem;
		border-radius: 6px;
		min-width: 56px;
		text-align: center;
		color: white;
		font-weight: 500;
		text-decoration: none;
		transition: all 0.5s ease;
		font-size: 15px;
	}
	.single-wrapper .container .right-section .pagination-links .nav-links span:hover,
	.single-wrapper .container .right-section .pagination-links .nav-links a:hover {
		background: rgba(255, 255, 255, 0.2);
	}
	.single-wrapper .container .right-section .pagination-links .nav-links .current {
		background: #1daa91;
	}
	.single-wrapper .container .right-section .pagination-links .nav-links .next,
	.single-wrapper .container .right-section .pagination-links .nav-links .prev {
		padding: 1rem 2rem;
	}
}

@property --color1 {
	syntax: "<color>";
	initial-value: #2cd9ff;
	inherits: false;
}

@property --color2 {
	syntax: "<color>";
	initial-value: #7effb2;
	inherits: false;
}

@property --color3 {
	syntax: "<color>";
	initial-value: #f4ff7a;
	inherits: false;
}

@property --color4 {
	syntax: "<color>";
	initial-value: #ffd80e;
	inherits: false;
}

@keyframes pulse {
	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}
	50% {
		opacity: 0.5;
		transform: scale(0.95);
	}
}

.search-wrapper {
	width: 100%;
	padding: 80px 1.5rem 0px 1.5rem;
}

.search-wrapper .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
}

.search-wrapper .container .left-section {
	display: flex;
	flex-flow: column nowrap;
	max-width: 480px;
	flex: 0 1 480px;
}

.search-wrapper .container .left-section .top {
	display: flex;
	flex-flow: column nowrap;
	margin-bottom: 3rem;
}

.search-wrapper .container .left-section .top .t__pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
	width: fit-content;
}

.search-wrapper .container .left-section .top .t__pill span {
	color: #c2d0e4;
}

.search-wrapper .container .left-section .top .t__header h5 {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.2;
	padding: 0;
	color: rgba(194, 208, 228, 0.7);
	margin: 0;
}

.search-wrapper .container .left-section .top .t__text .result-num {
	vertical-align: super;
	font-size: 18px;
	font-weight: 600;
	color: #aad57a;
}

.search-wrapper .container .left-section .top .t__text p {
	color: rgba(194, 208, 228, 0.5);
	font-weight: 400;
	margin: 0;
}

.search-wrapper .container .left-section .top .t__text h3 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 38px;
	line-height: 1.2;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

.search-wrapper .container .left-section .middle {
	margin-bottom: 6rem;
}

.search-wrapper .container .left-section .middle .m__terms {
	display: flex;
	flex-flow: column nowrap;
	gap: 0.8rem;
}

.search-wrapper .container .left-section .middle .m__terms .single-term {
	border: 2px solid rgba(194, 208, 228, 0.15);
	border-radius: 15px;
	position: relative;
	transition: all 0.5s ease;
}

.search-wrapper .container .left-section .middle .m__terms .single-term a {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	padding: 1.5rem;
}

.search-wrapper .container .left-section .middle .m__terms .single-term a div:first-of-type {
	color: #ffffff;
	font-weight: 600;
}

.search-wrapper .container .left-section .middle .m__terms .single-term a div:last-of-type img {
	transition: all 1s ease-in-out;
	opacity: 0.15;
}

.search-wrapper .container .left-section .middle .m__terms .single-term.active::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.search-wrapper .container .left-section .middle .m__terms .single-term.active div:last-of-type img {
	opacity: 1;
}

.search-wrapper .container .left-section .middle .m__terms .single-term::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.search-wrapper .container .left-section .middle .m__terms .single-term:hover {
	border: 2px solid transparent;
}

.search-wrapper .container .left-section .middle .m__terms .single-term:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.search-wrapper .container .left-section .middle .m__terms .single-term:hover div:last-of-type img {
	opacity: 1;
}

.search-wrapper .container .left-section .bottom .b__box {
	position: relative;
	padding: 2.5rem 2rem;
	border-radius: 15px;
	background: url("../png/single-faq-box.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.search-wrapper .container .left-section .bottom .b__box .b__title h3 {
	font-size: 30px;
	margin: 0 0 1rem;
	font-weight: 800;
	color: #ffffff;
}

.search-wrapper .container .left-section .bottom .b__box .b__text {
	color: rgba(194, 208, 228, 0.5);
	margin-bottom: 2.5rem;
}

.search-wrapper .container .left-section .bottom .b__box .b__btn {
	width: 100%;
	text-align: center;
	max-width: 100%;
	margin-top: auto;
}

.search-wrapper .container .left-section .bottom .b__box .b__btn a {
	transition: all 0.5s ease-in-out;
	background: rgba(194, 208, 228, 0.15);
	color: #ffffff;
	padding: 15px 30px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: inherit;
}

.search-wrapper .container .left-section .bottom .b__box .b__btn a:hover {
	background: #1daa91;
}

.search-wrapper .container .left-section .bottom .b__box::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.search-wrapper .container .vertical-separator {
	height: revert;
	margin: 0 2rem;
	width: 1px;
	background-color: rgba(194, 208, 228, 0.25);
}

.search-wrapper .container .right-section {
	flex: 1 1 70%;
	display: flex;
	flex-flow: column nowrap;
	gap: 1.5rem;
}

.search-wrapper .container .right-section .no-results {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 18px;
	color: rgba(194, 208, 228, 0.5);
}

.search-wrapper .container .right-section .single-faq-wrapper {
	border: 2px solid rgba(194, 208, 228, 0.15);
	border-radius: 15px;
	transition: all 0.5s ease-in-out;
	padding: 2rem;
	text-decoration: none;
}

.search-wrapper .container .right-section .single-faq-wrapper:hover {
	border-color: #c2d0e4;
}

.search-wrapper .container .right-section .single-faq-wrapper:hover .faq__rdm-btn span {
	background: #1daa91;
}

.search-wrapper .container .right-section .single-faq-wrapper .faq__title h3 {
	font-size: 30px;
	margin: 0 0 1rem;
	font-weight: 800;
	color: #ffffff;
}

.search-wrapper .container .right-section .single-faq-wrapper .faq__excerpt {
	color: rgba(194, 208, 228, 0.5);
	margin-bottom: 1.5rem;
}

.search-wrapper .container .right-section .single-faq-wrapper .faq__rdm-btn {
	text-align: left;
}

.search-wrapper .container .right-section .single-faq-wrapper .faq__rdm-btn span {
	transition: all 0.5s ease-in-out;
	background: rgba(194, 208, 228, 0.15);
	color: #ffffff;
	padding: 15px 30px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: inherit;
}

.search-wrapper .container .right-section .pagination-links {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
}

.search-wrapper .container .right-section .pagination-links .nav-links {
	display: flex;
	gap: 6px;
	flex-flow: row wrap;
}

.search-wrapper .container .right-section .pagination-links .nav-links span,
.search-wrapper .container .right-section .pagination-links .nav-links a {
	background: rgba(255, 255, 255, 0.08);
	padding: 1rem;
	border-radius: 6px;
	min-width: 56px;
	text-align: center;
	color: white;
	font-weight: 500;
	text-decoration: none;
	transition: all 0.5s ease;
	font-size: 15px;
	flex: 1 1 auto;
}

.search-wrapper .container .right-section .pagination-links .nav-links span:hover,
.search-wrapper .container .right-section .pagination-links .nav-links a:hover {
	background: rgba(255, 255, 255, 0.2);
}

.search-wrapper .container .right-section .pagination-links .nav-links .current {
	background: #1daa91;
}

.search-wrapper .container .right-section .pagination-links .nav-links .next,
.search-wrapper .container .right-section .pagination-links .nav-links .prev {
	padding: 1rem 2rem;
}

.search-wrapper .container .right-section .bottom {
	margin: 4rem 0;
}

@media (min-width: 768px) {
	.search-wrapper .container .right-section .bottom {
		display: none;
	}
}

.search-wrapper .container .right-section .bottom .b__box {
	position: relative;
	padding: 2.5rem 2rem;
	border-radius: 15px;
	background: url("../png/single-faq-box.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.search-wrapper .container .right-section .bottom .b__box .b__title h3 {
	font-size: 30px;
	margin: 0 0 1rem;
	font-weight: 800;
	color: #ffffff;
}

.search-wrapper .container .right-section .bottom .b__box .b__text {
	color: rgba(194, 208, 228, 0.5);
	margin-bottom: 2.5rem;
}

.search-wrapper .container .right-section .bottom .b__box .b__btn {
	width: 100%;
	text-align: center;
	max-width: 100%;
	margin-top: auto;
}

.search-wrapper .container .right-section .bottom .b__box .b__btn a {
	transition: all 0.5s ease-in-out;
	background: rgba(194, 208, 228, 0.15);
	color: #ffffff;
	padding: 15px 30px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: inherit;
}

.search-wrapper .container .right-section .bottom .b__box .b__btn a:hover {
	background: #1daa91;
}

.search-wrapper .container .right-section .bottom .b__box::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

@media (max-width: 992px) {
	.search-wrapper {
		width: 100%;
		padding: 20px 1.5rem 0px 1.5rem;
	}
	.search-wrapper .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-flow: row wrap;
	}
	.search-wrapper .container .left-section {
		display: flex;
		flex-flow: column nowrap;
		max-width: unset;
		flex: 0 1 360px;
	}
	.search-wrapper .container .left-section .top {
		display: flex;
		flex-flow: column nowrap;
		margin-bottom: 3rem;
	}
	.search-wrapper .container .left-section .top .t__pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.search-wrapper .container .left-section .top .t__pill span {
		color: #c2d0e4;
	}
	.search-wrapper .container .left-section .top .t__header h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 50px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.search-wrapper .container .left-section .top .t__header h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.search-wrapper .container .left-section .top .t__text p {
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
		margin: 0;
		font-size: 15px;
	}
	.search-wrapper .container .left-section .middle {
		margin-bottom: 3rem;
	}
	.search-wrapper .container .left-section .middle .m__terms {
		display: flex;
		flex-flow: column nowrap;
		gap: 0.8rem;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term {
		border: 2px solid rgba(194, 208, 228, 0.15);
		border-radius: 15px;
		position: relative;
		transition: all 0.5s ease;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term a {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		text-decoration: none;
		padding: 1.5rem;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term a div:first-of-type {
		color: #ffffff;
		font-weight: 600;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term a div:last-of-type img {
		transition: all 1s ease-in-out;
		opacity: 0.15;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term.active::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term.active div:last-of-type img {
		opacity: 1;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term:hover {
		border: 2px solid transparent;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term:hover div:last-of-type img {
		opacity: 1;
	}
	.search-wrapper .container .left-section .bottom {
		margin-bottom: 4rem;
	}
	.search-wrapper .container .left-section .bottom .b__box {
		position: relative;
		padding: 2.5rem 2rem;
		border-radius: 15px;
		background: url("../png/single-faq-box.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}
	.search-wrapper .container .left-section .bottom .b__box .b__title h3 {
		font-size: 30px;
		margin: 0 0 1rem;
		font-weight: 800;
		color: #ffffff;
	}
	.search-wrapper .container .left-section .bottom .b__box .b__text {
		color: rgba(194, 208, 228, 0.5);
		margin-bottom: 2.5rem;
	}
	.search-wrapper .container .left-section .bottom .b__box .b__btn {
		width: 100%;
		text-align: center;
		max-width: 100%;
		margin-top: auto;
	}
	.search-wrapper .container .left-section .bottom .b__box .b__btn a {
		transition: all 0.5s ease-in-out;
		background: rgba(194, 208, 228, 0.15);
		color: #ffffff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		width: inherit;
	}
	.search-wrapper .container .left-section .bottom .b__box .b__btn a:hover {
		background: #1daa91;
	}
	.search-wrapper .container .left-section .bottom .b__box::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.search-wrapper .container .vertical-separator {
		height: revert;
		margin: 0 2rem;
		width: 1px;
		background-color: rgba(194, 208, 228, 0.25);
	}
	.search-wrapper .container .right-section {
		flex: 1 1 300px;
		display: flex;
		flex-flow: column nowrap;
		gap: 1.5rem;
	}
	.search-wrapper .container .right-section .single-faq-wrapper {
		border: 2px solid rgba(194, 208, 228, 0.15);
		border-radius: 15px;
		transition: all 0.5s ease-in-out;
		padding: 2rem;
		text-decoration: none;
	}
	.search-wrapper .container .right-section .single-faq-wrapper:hover {
		border-color: #c2d0e4;
	}
	.search-wrapper .container .right-section .single-faq-wrapper:hover .faq__rdm-btn span {
		background: #1daa91;
	}
	.search-wrapper .container .right-section .single-faq-wrapper .faq__title h3 {
		font-size: 24px;
		margin: 0 0 1rem;
		font-weight: 800;
		color: #ffffff;
	}
	.search-wrapper .container .right-section .single-faq-wrapper .faq__excerpt {
		color: rgba(194, 208, 228, 0.5);
		margin-bottom: 1.5rem;
		font-size: 15px;
	}
	.search-wrapper .container .right-section .single-faq-wrapper .faq__rdm-btn {
		text-align: left;
	}
	.search-wrapper .container .right-section .single-faq-wrapper .faq__rdm-btn span {
		transition: all 0.5s ease-in-out;
		background: rgba(194, 208, 228, 0.15);
		color: #ffffff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		width: inherit;
	}
	.search-wrapper .container .right-section .pagination-links {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 1rem;
	}
	.search-wrapper .container .right-section .pagination-links .nav-links {
		display: flex;
		gap: 6px;
	}
	.search-wrapper .container .right-section .pagination-links .nav-links span,
	.search-wrapper .container .right-section .pagination-links .nav-links a {
		background: rgba(255, 255, 255, 0.08);
		padding: 1rem;
		border-radius: 6px;
		min-width: 56px;
		text-align: center;
		color: white;
		font-weight: 500;
		text-decoration: none;
		transition: all 0.5s ease;
		font-size: 15px;
	}
	.search-wrapper .container .right-section .pagination-links .nav-links span:hover,
	.search-wrapper .container .right-section .pagination-links .nav-links a:hover {
		background: rgba(255, 255, 255, 0.2);
	}
	.search-wrapper .container .right-section .pagination-links .nav-links .current {
		background: #1daa91;
	}
	.search-wrapper .container .right-section .pagination-links .nav-links .next,
	.search-wrapper .container .right-section .pagination-links .nav-links .prev {
		padding: 1rem 2rem;
	}
}

@media (max-width: 768px) {
	.search-wrapper {
		width: 100%;
		padding: 20px 1.5rem 0px 1.5rem;
	}
	.search-wrapper .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-flow: row wrap;
	}
	.search-wrapper .container .left-section {
		display: flex;
		flex-flow: column nowrap;
		max-width: unset;
		flex: 0 1 100%;
	}
	.search-wrapper .container .left-section .top {
		display: flex;
		flex-flow: column nowrap;
		margin-bottom: 3rem;
	}
	.search-wrapper .container .left-section .top .t__pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.search-wrapper .container .left-section .top .t__pill span {
		color: #c2d0e4;
	}
	.search-wrapper .container .left-section .top .t__header h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 50px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.search-wrapper .container .left-section .top .t__header h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.search-wrapper .container .left-section .top .t__text p {
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
		margin: 0;
		font-size: 15px;
	}
	.search-wrapper .container .left-section .middle {
		margin-bottom: 3rem;
	}
	.search-wrapper .container .left-section .middle .m__terms {
		display: flex;
		flex-flow: column nowrap;
		gap: 0.8rem;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term {
		border: 2px solid rgba(194, 208, 228, 0.15);
		border-radius: 15px;
		position: relative;
		transition: all 0.5s ease;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term a {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		text-decoration: none;
		padding: 1.5rem;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term a div:first-of-type {
		color: #ffffff;
		font-weight: 600;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term a div:last-of-type img {
		transition: all 1s ease-in-out;
		opacity: 0.15;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term.active::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term.active div:last-of-type img {
		opacity: 1;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term:hover {
		border: 2px solid transparent;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term:hover div:last-of-type img {
		opacity: 1;
	}
	.search-wrapper .container .left-section .bottom {
		display: none;
		margin-bottom: 4rem;
	}
	.search-wrapper .container .left-section .bottom .b__box {
		position: relative;
		padding: 2.5rem 2rem;
		border-radius: 15px;
		background: url("../png/single-faq-box.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}
	.search-wrapper .container .left-section .bottom .b__box .b__title h3 {
		font-size: 30px;
		margin: 0 0 1rem;
		font-weight: 800;
		color: #ffffff;
	}
	.search-wrapper .container .left-section .bottom .b__box .b__text {
		color: rgba(194, 208, 228, 0.5);
		margin-bottom: 2.5rem;
	}
	.search-wrapper .container .left-section .bottom .b__box .b__btn {
		width: 100%;
		text-align: center;
		max-width: 100%;
		margin-top: auto;
	}
	.search-wrapper .container .left-section .bottom .b__box .b__btn a {
		transition: all 0.5s ease-in-out;
		background: rgba(194, 208, 228, 0.15);
		color: #ffffff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		width: inherit;
	}
	.search-wrapper .container .left-section .bottom .b__box .b__btn a:hover {
		background: #1daa91;
	}
	.search-wrapper .container .left-section .bottom .b__box::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.search-wrapper .container .vertical-separator {
		display: none;
		height: revert;
		margin: 0 2rem;
		width: 1px;
		background-color: rgba(194, 208, 228, 0.25);
	}
	.search-wrapper .container .right-section {
		flex: 1 1 70%;
		display: flex;
		flex-flow: column nowrap;
		gap: 1.5rem;
	}
	.search-wrapper .container .right-section .single-faq-wrapper {
		border: 2px solid rgba(194, 208, 228, 0.15);
		border-radius: 15px;
		transition: all 0.5s ease-in-out;
		padding: 2rem;
		text-decoration: none;
	}
	.search-wrapper .container .right-section .single-faq-wrapper:hover {
		border-color: #c2d0e4;
	}
	.search-wrapper .container .right-section .single-faq-wrapper:hover .faq__rdm-btn span {
		background: #1daa91;
	}
	.search-wrapper .container .right-section .single-faq-wrapper .faq__title h3 {
		font-size: 30px;
		margin: 0 0 1rem;
		font-weight: 800;
		color: #ffffff;
	}
	.search-wrapper .container .right-section .single-faq-wrapper .faq__excerpt {
		color: rgba(194, 208, 228, 0.5);
		margin-bottom: 1.5rem;
	}
	.search-wrapper .container .right-section .single-faq-wrapper .faq__rdm-btn {
		text-align: left;
	}
	.search-wrapper .container .right-section .single-faq-wrapper .faq__rdm-btn span {
		transition: all 0.5s ease-in-out;
		background: rgba(194, 208, 228, 0.15);
		color: #ffffff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		width: inherit;
	}
	.search-wrapper .container .right-section .pagination-links {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 1rem;
	}
	.search-wrapper .container .right-section .pagination-links .nav-links {
		display: flex;
		gap: 6px;
	}
	.search-wrapper .container .right-section .pagination-links .nav-links span,
	.search-wrapper .container .right-section .pagination-links .nav-links a {
		background: rgba(255, 255, 255, 0.08);
		padding: 1rem;
		border-radius: 6px;
		min-width: 56px;
		text-align: center;
		color: white;
		font-weight: 500;
		text-decoration: none;
		transition: all 0.5s ease;
		font-size: 15px;
	}
	.search-wrapper .container .right-section .pagination-links .nav-links span:hover,
	.search-wrapper .container .right-section .pagination-links .nav-links a:hover {
		background: rgba(255, 255, 255, 0.2);
	}
	.search-wrapper .container .right-section .pagination-links .nav-links .current {
		background: #1daa91;
	}
	.search-wrapper .container .right-section .pagination-links .nav-links .next,
	.search-wrapper .container .right-section .pagination-links .nav-links .prev {
		padding: 1rem 2rem;
	}
}

@media (max-width: 576px) {
	.search-wrapper {
		width: 100%;
		padding: 20px 1.5rem 0px 1.5rem;
	}
	.search-wrapper .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-flow: row wrap;
	}
	.search-wrapper .container .left-section {
		display: flex;
		flex-flow: column nowrap;
		max-width: unset;
		flex: 0 1 100%;
	}
	.search-wrapper .container .left-section .top {
		display: flex;
		flex-flow: column nowrap;
		margin-bottom: 3rem;
	}
	.search-wrapper .container .left-section .top .t__pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.search-wrapper .container .left-section .top .t__pill span {
		color: #c2d0e4;
	}
	.search-wrapper .container .left-section .top .t__header h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 50px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.search-wrapper .container .left-section .top .t__header h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.search-wrapper .container .left-section .top .t__text p {
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
		margin: 0;
		font-size: 15px;
	}
	.search-wrapper .container .left-section .middle {
		margin-bottom: 3rem;
	}
	.search-wrapper .container .left-section .middle .m__terms {
		display: flex;
		flex-flow: column nowrap;
		gap: 0.8rem;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term {
		border: 2px solid rgba(194, 208, 228, 0.15);
		border-radius: 15px;
		position: relative;
		transition: all 0.5s ease;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term a {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		text-decoration: none;
		padding: 1.5rem;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term a div:first-of-type {
		color: #ffffff;
		font-weight: 600;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term a div:last-of-type img {
		transition: all 1s ease-in-out;
		opacity: 0.15;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term.active::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term.active div:last-of-type img {
		opacity: 1;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term:hover {
		border: 2px solid transparent;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.search-wrapper .container .left-section .middle .m__terms .single-term:hover div:last-of-type img {
		opacity: 1;
	}
	.search-wrapper .container .left-section .bottom {
		display: none;
		margin-bottom: 4rem;
	}
	.search-wrapper .container .left-section .bottom .b__box {
		position: relative;
		padding: 2.5rem 2rem;
		border-radius: 15px;
		background: url("../png/single-faq-box.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}
	.search-wrapper .container .left-section .bottom .b__box .b__title h3 {
		font-size: 30px;
		margin: 0 0 1rem;
		font-weight: 800;
		color: #ffffff;
	}
	.search-wrapper .container .left-section .bottom .b__box .b__text {
		color: rgba(194, 208, 228, 0.5);
		margin-bottom: 2.5rem;
	}
	.search-wrapper .container .left-section .bottom .b__box .b__btn {
		width: 100%;
		text-align: center;
		max-width: 100%;
		margin-top: auto;
	}
	.search-wrapper .container .left-section .bottom .b__box .b__btn a {
		transition: all 0.5s ease-in-out;
		background: rgba(194, 208, 228, 0.15);
		color: #ffffff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		width: inherit;
	}
	.search-wrapper .container .left-section .bottom .b__box .b__btn a:hover {
		background: #1daa91;
	}
	.search-wrapper .container .left-section .bottom .b__box::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.search-wrapper .container .vertical-separator {
		display: none;
		height: revert;
		margin: 0 2rem;
		width: 1px;
		background-color: rgba(194, 208, 228, 0.25);
	}
	.search-wrapper .container .right-section {
		flex: 1 1 70%;
		display: flex;
		flex-flow: column nowrap;
		gap: 1.5rem;
	}
	.search-wrapper .container .right-section .single-faq-wrapper {
		border: 2px solid rgba(194, 208, 228, 0.15);
		border-radius: 15px;
		transition: all 0.5s ease-in-out;
		padding: 2rem;
		text-decoration: none;
	}
	.search-wrapper .container .right-section .single-faq-wrapper:hover {
		border-color: #c2d0e4;
	}
	.search-wrapper .container .right-section .single-faq-wrapper:hover .faq__rdm-btn span {
		background: #1daa91;
	}
	.search-wrapper .container .right-section .single-faq-wrapper .faq__title h3 {
		font-size: 30px;
		margin: 0 0 1rem;
		font-weight: 800;
		color: #ffffff;
	}
	.search-wrapper .container .right-section .single-faq-wrapper .faq__excerpt {
		color: rgba(194, 208, 228, 0.5);
		margin-bottom: 1.5rem;
	}
	.search-wrapper .container .right-section .single-faq-wrapper .faq__rdm-btn {
		text-align: left;
	}
	.search-wrapper .container .right-section .single-faq-wrapper .faq__rdm-btn span {
		transition: all 0.5s ease-in-out;
		background: rgba(194, 208, 228, 0.15);
		color: #ffffff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		width: inherit;
	}
	.search-wrapper .container .right-section .pagination-links {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 1rem;
	}
	.search-wrapper .container .right-section .pagination-links .nav-links {
		display: flex;
		gap: 6px;
	}
	.search-wrapper .container .right-section .pagination-links .nav-links span,
	.search-wrapper .container .right-section .pagination-links .nav-links a {
		background: rgba(255, 255, 255, 0.08);
		padding: 1rem;
		border-radius: 6px;
		min-width: 56px;
		text-align: center;
		color: white;
		font-weight: 500;
		text-decoration: none;
		transition: all 0.5s ease;
		font-size: 15px;
	}
	.search-wrapper .container .right-section .pagination-links .nav-links span:hover,
	.search-wrapper .container .right-section .pagination-links .nav-links a:hover {
		background: rgba(255, 255, 255, 0.2);
	}
	.search-wrapper .container .right-section .pagination-links .nav-links .current {
		background: #1daa91;
	}
	.search-wrapper .container .right-section .pagination-links .nav-links .next,
	.search-wrapper .container .right-section .pagination-links .nav-links .prev {
		padding: 1rem 2rem;
	}
}

body.page-template-page-economic-calendar #header-anchor {
	display: none;
}

section.economic-calendar {
	margin: 0 0 15%;
	--importance-icon-fill: rgba(38, 177, 140, 1);
	--importance-icon-fill-empty: rgba(255, 255, 255, 0.3);
}

section.economic-calendar .container {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0 1rem;
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	gap: 1.5rem;
	align-items: center;
	overflow: hidden;
}

section.economic-calendar .container .ec__heading h2 {
	font-size: 32px;
	font-weight: 500;
	color: #fff;
	margin: 0;
}

section.economic-calendar .container .ec__nav {
	display: flex;
	flex-flow: row nowrap;
	gap: 12px;
	align-items: center;
}

section.economic-calendar .container .ec__nav .nav__arrow {
	user-select: none;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 100%;
	height: 28px;
	width: 28px;
	padding: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 0.8s ease;
}

section.economic-calendar .container .ec__nav .nav__arrow img {
	height: auto;
	width: 8px;
}

section.economic-calendar .container .ec__nav .nav__arrow.disabled {
	pointer-events: none;
	opacity: 0.3;
}

section.economic-calendar .container .ec__nav .nav__arrow.arrow-left img {
	margin-right: 1px;
}

section.economic-calendar .container .ec__nav .nav__arrow.arrow-right img {
	margin-left: 1px;
}

section.economic-calendar .container .ec__nav .nav__arrow:hover {
	opacity: 0.5;
}

section.economic-calendar .container .ec__nav .nav__date-span {
	font-size: 22px;
	line-height: 1;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
	text-align: center;
}

section.economic-calendar .container .ec__calendar {
	align-self: stretch;
	color: #fff;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	gap: 10px;
	align-items: flex-start;
}

section.economic-calendar .container .ec__calendar .single-day {
	flex: 1 1 250px;
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
	gap: 10px;
	transform: translateY(0);
	opacity: 1;
	transition: all 0.3s ease;
}

section.economic-calendar .container .ec__calendar .single-day .sd__day {
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
	transition: all 0.8s ease;
}

section.economic-calendar .container .ec__calendar .single-day .sd__container {
	display: flex;
	flex-flow: column nowrap;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	overflow: hidden;
	text-align: center;
	transition: all 0.8s ease;
}

section.economic-calendar .container .ec__calendar .single-day .sd__container .sd__date {
	transition: inherit;
	flex: 0 0 auto;
	background: rgba(255, 255, 255, 0.15);
	padding: 1rem;
	font-weight: 500;
	font-size: 18px;
}

section.economic-calendar .container .ec__calendar .single-day .sd__container .sd__date span {
	display: block;
	font-size: 34px;
	line-height: 1;
}

section.economic-calendar .container .ec__calendar .single-day .sd__container .sd__news {
	transition: inherit;
	flex: 0 0 75px;
	display: flex;
	justify-content: center;
	align-items: center;
}

section.economic-calendar .container .ec__calendar .single-day .sd__container .sd__news span {
	transition: inherit;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	padding: 4px 10px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 100px;
	color: rgba(255, 255, 255, 0.8);
}

section.economic-calendar .container .ec__calendar .single-day.active .sd__container {
	border: 1px solid rgba(38, 177, 140, 0.5);
}

section.economic-calendar .container .ec__calendar .single-day.active .sd__container .sd__date {
	background: rgba(38, 177, 140, 0.5);
}

section.economic-calendar .container .ec__calendar .single-day.active .sd__container .sd__news span {
	background: rgba(38, 177, 140, 0.2);
	color: #26b18c;
}

section.economic-calendar .container .ec__calendar .single-day.disabled {
	pointer-events: none;
	opacity: 0.4;
}

section.economic-calendar .container .ec__calendar .single-day.removing {
	transition: transform 0.3s ease, opacity 0.3s ease;
	transform: translateY(-20px);
	opacity: 0;
}

section.economic-calendar .container .ec__calendar .single-day.new {
	transform: translateY(20px);
	opacity: 0;
}

section.economic-calendar .container .ec__calendar .single-day:hover .sd__day {
	color: rgba(255, 255, 255, 0.8);
}

section.economic-calendar .container .ec__calendar .single-day:hover .sd__container {
	cursor: pointer;
	border: 1px solid rgba(255, 255, 255, 0.35);
}

section.economic-calendar .container .ec__calendar .single-day:hover .sd__container .sd__date {
	background: rgba(255, 255, 255, 0.25);
}

section.economic-calendar .container .ec__calendar .single-day:hover .sd__container .sd__news span {
	background: rgba(255, 255, 255, 0.2);
	color: white;
}

section.economic-calendar .container .ec__calendar .single-day:hover.active .sd__container {
	border: 1px solid rgba(38, 177, 140, 0.7);
}

section.economic-calendar .container .ec__calendar .single-day:hover.active .sd__container .sd__date {
	background: rgba(38, 177, 140, 0.7);
}

section.economic-calendar .container .ec__calendar .single-day:hover.active .sd__container .sd__news span {
	background: rgba(38, 177, 140, 0.2);
	color: #26b18c;
}

section.economic-calendar .container .ec__calendar .single-day:nth-of-type(1) {
	transition-delay: 0s;
}

section.economic-calendar .container .ec__calendar .single-day:nth-of-type(2) {
	transition-delay: 0.1s;
}

section.economic-calendar .container .ec__calendar .single-day:nth-of-type(3) {
	transition-delay: 0.2s;
}

section.economic-calendar .container .ec__calendar .single-day:nth-of-type(4) {
	transition-delay: 0.3s;
}

section.economic-calendar .container .ec__calendar .single-day:nth-of-type(5) {
	transition-delay: 0.4s;
}

section.economic-calendar .container .ec__calendar .single-day:nth-of-type(6) {
	transition-delay: 0.5s;
}

section.economic-calendar .container .ec__calendar .single-day:nth-of-type(7) {
	transition-delay: 0.6s;
}

section.economic-calendar .container .ec__news {
	align-self: stretch;
	display: flex;
	flex-flow: column nowrap;
}

section.economic-calendar .container .ec__news .news__header {
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.5);
	width: 100%;
	padding: 7px 10px;
	display: flex;
	flex-flow: row nowrap;
}

section.economic-calendar .container .ec__news .news__header div {
	line-height: 1;
	font-size: 14px;
	text-align: left;
}

section.economic-calendar .container .ec__news .news__header .header__date {
	flex: 0 1 180px;
}

section.economic-calendar .container .ec__news .news__header .header__title {
	flex: 1 1 40%;
}

section.economic-calendar .container .ec__news .news__header .header__country {
	flex: 0 1 300px;
}

section.economic-calendar .container .ec__news .news__header .header__importance {
	flex: 0 1 75px;
}

section.economic-calendar .container .ec__news .news__container {
	display: flex;
	flex-flow: column nowrap;
}

section.economic-calendar .container .ec__news .news__container .single-news {
	padding: 10px 7px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	transform: translateY(0);
	opacity: 1;
	transition: all 0.3s ease;
	cursor: pointer;
}

section.economic-calendar .container .ec__news .news__container .single-news div {
	font-size: 14px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.8);
}

section.economic-calendar .container .ec__news .news__container .single-news .news__date {
	flex: 0 1 180px;
}

section.economic-calendar .container .ec__news .news__container .single-news .news__title {
	flex: 1 1 40%;
}

section.economic-calendar .container .ec__news .news__container .single-news .news__country {
	flex: 0 1 300px;
	display: flex;
	align-items: center;
	gap: 5px;
}

section.economic-calendar .container .ec__news .news__container .single-news .news__importance {
	flex: 0 1 75px;
}

section.economic-calendar .container .ec__news .news__container .single-news .news__importance .tooltip-wrap {
	width: fit-content;
	position: relative;
}

section.economic-calendar .container .ec__news .news__container .single-news .news__importance .tooltip-wrap .tooltip-text {
	visibility: hidden;
	background-color: #404142;
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
	border-radius: 6px;
	padding: 4px 10px;
	position: absolute;
	width: fit-content;
	font-size: 13px;
	z-index: 9999;
	left: 50%;
	transform: translateX(-50%);
	bottom: 120%;
	text-wrap: nowrap;
}

section.economic-calendar .container .ec__news .news__container .single-news .news__importance .tooltip-wrap .tooltip-text::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #404142 transparent transparent transparent;
}

section.economic-calendar .container .ec__news .news__container .single-news .news__importance .tooltip-wrap svg.importance-icon:hover ~ .tooltip-text {
	visibility: visible;
}

section.economic-calendar .container .ec__news .news__container .single-news .news__description {
	flex: 1 1 100%;
	display: none;
	padding: 2rem 1rem 1rem;
}

section.economic-calendar .container .ec__news .news__container .single-news .news__description p {
	margin: 10px 0;
	padding: 0;
	line-height: 1.4;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(even) {
	background: rgba(255, 255, 255, 0.05);
}

section.economic-calendar .container .ec__news .news__container .single-news.removing {
	transition: transform 0.3s ease, opacity 0.3s ease;
	transform: translateY(-20px);
	opacity: 0;
}

section.economic-calendar .container .ec__news .news__container .single-news.new {
	transform: translateY(20px);
	opacity: 0;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(1) {
	transition-delay: 0.1s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(2) {
	transition-delay: 0.2s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(3) {
	transition-delay: 0.3s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(4) {
	transition-delay: 0.4s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(5) {
	transition-delay: 0.5s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(6) {
	transition-delay: 0.6s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(7) {
	transition-delay: 0.7s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(8) {
	transition-delay: 0.8s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(9) {
	transition-delay: 0.9s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(10) {
	transition-delay: 1s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(11) {
	transition-delay: 1.1s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(12) {
	transition-delay: 1.2s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(13) {
	transition-delay: 1.3s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(14) {
	transition-delay: 1.4s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(15) {
	transition-delay: 1.5s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(16) {
	transition-delay: 1.6s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(17) {
	transition-delay: 1.7s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(18) {
	transition-delay: 1.8s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(19) {
	transition-delay: 1.9s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(20) {
	transition-delay: 2s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(21) {
	transition-delay: 2.1s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(22) {
	transition-delay: 2.2s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(23) {
	transition-delay: 2.3s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(24) {
	transition-delay: 2.4s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(25) {
	transition-delay: 2.5s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(26) {
	transition-delay: 2.6s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(27) {
	transition-delay: 2.7s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(28) {
	transition-delay: 2.8s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(29) {
	transition-delay: 2.9s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(30) {
	transition-delay: 3s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(31) {
	transition-delay: 3.1s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(32) {
	transition-delay: 3.2s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(33) {
	transition-delay: 3.3s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(34) {
	transition-delay: 3.4s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(35) {
	transition-delay: 3.5s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(36) {
	transition-delay: 3.6s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(37) {
	transition-delay: 3.7s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(38) {
	transition-delay: 3.8s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(39) {
	transition-delay: 3.9s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(40) {
	transition-delay: 4s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(41) {
	transition-delay: 4.1s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(42) {
	transition-delay: 4.2s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(43) {
	transition-delay: 4.3s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(44) {
	transition-delay: 4.4s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(45) {
	transition-delay: 4.5s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(46) {
	transition-delay: 4.6s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(47) {
	transition-delay: 4.7s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(48) {
	transition-delay: 4.8s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(49) {
	transition-delay: 4.9s;
}

section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(50) {
	transition-delay: 5s;
}

section.economic-calendar .container .ec__news .news__container .single-news.show-accordion {
	background: rgba(255, 255, 255, 0.1);
}

section.economic-calendar .container .ec__news .news__container .single-news:hover {
	background: rgba(255, 255, 255, 0.1);
}

section.economic-calendar .container .ec__news .news__container .no-news {
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 768px) {
	section.economic-calendar .container {
		max-width: 1040px;
		width: 100%;
		margin: 0 auto;
		padding: 0 1rem;
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		gap: 1.5rem;
		align-items: center;
	}
	section.economic-calendar .container .ec__heading h2 {
		font-size: 24px;
	}
	section.economic-calendar .container .ec__nav {
		display: flex;
		flex-flow: row nowrap;
		gap: 10px;
		align-items: center;
	}
	section.economic-calendar .container .ec__nav .nav__arrow {
		user-select: none;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 100%;
		height: 24px;
		width: 24px;
		padding: 4px;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		transition: all 0.8s ease;
	}
	section.economic-calendar .container .ec__nav .nav__arrow img {
		height: auto;
		width: 8px;
	}
	section.economic-calendar .container .ec__nav .nav__arrow.disabled {
		pointer-events: none;
		opacity: 0.3;
	}
	section.economic-calendar .container .ec__nav .nav__arrow.arrow-left img {
		margin-right: 1px;
	}
	section.economic-calendar .container .ec__nav .nav__arrow.arrow-right img {
		margin-left: 1px;
	}
	section.economic-calendar .container .ec__nav .nav__arrow:hover {
		opacity: 0.5;
	}
	section.economic-calendar .container .ec__nav .nav__date-span {
		font-size: 18px;
	}
	section.economic-calendar .container .ec__calendar {
		align-self: stretch;
		color: #fff;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		gap: 10px;
		align-items: flex-start;
		overflow-x: scroll;
		padding-bottom: 12px;
	}
	section.economic-calendar .container .ec__calendar .single-day {
		flex: 1 0 100px;
		display: flex;
		flex-flow: column nowrap;
		align-items: stretch;
		gap: 10px;
		transform: translateY(0);
		opacity: 1;
		transition: all 0.3s ease;
	}
	section.economic-calendar .container .ec__calendar .single-day .sd__day {
		font-size: 12px;
		font-weight: 400;
		color: rgba(255, 255, 255, 0.5);
		transition: all 0.8s ease;
	}
	section.economic-calendar .container .ec__calendar .single-day .sd__container {
		display: flex;
		flex-flow: column nowrap;
		border-radius: 10px;
		border: 1px solid rgba(255, 255, 255, 0.15);
		overflow: hidden;
		text-align: center;
		transition: all 0.8s ease;
	}
	section.economic-calendar .container .ec__calendar .single-day .sd__container .sd__date {
		transition: inherit;
		flex: 0 0 auto;
		background: rgba(255, 255, 255, 0.15);
		padding: 1rem;
		font-weight: 500;
		font-size: 15px;
	}
	section.economic-calendar .container .ec__calendar .single-day .sd__container .sd__date span {
		display: block;
		font-size: 26px;
		line-height: 1;
	}
	section.economic-calendar .container .ec__calendar .single-day .sd__container .sd__news {
		transition: inherit;
		flex: 0 0 75px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	section.economic-calendar .container .ec__calendar .single-day .sd__container .sd__news span {
		transition: inherit;
		font-size: 11px;
		font-weight: 400;
		line-height: 1;
		padding: 4px 10px;
		background: rgba(255, 255, 255, 0.1);
		border-radius: 100px;
		color: rgba(255, 255, 255, 0.8);
	}
	section.economic-calendar .container .ec__calendar .single-day.active .sd__container {
		border: 1px solid rgba(38, 177, 140, 0.5);
	}
	section.economic-calendar .container .ec__calendar .single-day.active .sd__container .sd__date {
		background: rgba(38, 177, 140, 0.5);
	}
	section.economic-calendar .container .ec__calendar .single-day.active .sd__container .sd__news span {
		background: rgba(38, 177, 140, 0.2);
		color: #26b18c;
	}
	section.economic-calendar .container .ec__calendar .single-day.disabled {
		pointer-events: none;
		opacity: 0.4;
	}
	section.economic-calendar .container .ec__calendar .single-day.removing {
		transition: transform 0.3s ease, opacity 0.3s ease;
		transform: translateY(-20px);
		opacity: 0;
	}
	section.economic-calendar .container .ec__calendar .single-day.new {
		transform: translateY(20px);
		opacity: 0;
	}
	section.economic-calendar .container .ec__calendar .single-day:hover .sd__day {
		color: rgba(255, 255, 255, 0.8);
	}
	section.economic-calendar .container .ec__calendar .single-day:hover .sd__container {
		cursor: pointer;
		border: 1px solid rgba(255, 255, 255, 0.35);
	}
	section.economic-calendar .container .ec__calendar .single-day:hover .sd__container .sd__date {
		background: rgba(255, 255, 255, 0.25);
	}
	section.economic-calendar .container .ec__calendar .single-day:hover .sd__container .sd__news span {
		background: rgba(255, 255, 255, 0.2);
		color: white;
	}
	section.economic-calendar .container .ec__calendar .single-day:hover.active .sd__container {
		border: 1px solid rgba(38, 177, 140, 0.7);
	}
	section.economic-calendar .container .ec__calendar .single-day:hover.active .sd__container .sd__date {
		background: rgba(38, 177, 140, 0.7);
	}
	section.economic-calendar .container .ec__calendar .single-day:hover.active .sd__container .sd__news span {
		background: rgba(38, 177, 140, 0.2);
		color: #26b18c;
	}
	section.economic-calendar .container .ec__calendar .single-day:nth-of-type(1) {
		transition-delay: 0s;
	}
	section.economic-calendar .container .ec__calendar .single-day:nth-of-type(2) {
		transition-delay: 0.1s;
	}
	section.economic-calendar .container .ec__calendar .single-day:nth-of-type(3) {
		transition-delay: 0.2s;
	}
	section.economic-calendar .container .ec__calendar .single-day:nth-of-type(4) {
		transition-delay: 0.3s;
	}
	section.economic-calendar .container .ec__calendar .single-day:nth-of-type(5) {
		transition-delay: 0.4s;
	}
	section.economic-calendar .container .ec__calendar .single-day:nth-of-type(6) {
		transition-delay: 0.5s;
	}
	section.economic-calendar .container .ec__calendar .single-day:nth-of-type(7) {
		transition-delay: 0.6s;
	}
	section.economic-calendar .container .ec__news {
		align-self: stretch;
		display: flex;
		flex-flow: column nowrap;
	}
	section.economic-calendar .container .ec__news .news__header {
		background: rgba(255, 255, 255, 0.1);
		color: rgba(255, 255, 255, 0.5);
		width: 100%;
		padding: 7px 10px;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
	}
	section.economic-calendar .container .ec__news .news__header div {
		line-height: 1.2;
		font-size: 12px;
		text-align: left;
	}
	section.economic-calendar .container .ec__news .news__header .header__date {
		flex: 0 1 90px;
	}
	section.economic-calendar .container .ec__news .news__header .header__title {
		flex: 0 1 30%;
	}
	section.economic-calendar .container .ec__news .news__header .header__country {
		flex: 0 1 100px;
	}
	section.economic-calendar .container .ec__news .news__header .header__importance {
		flex: 0 1 75px;
	}
	section.economic-calendar .container .ec__news .news__container {
		display: flex;
		flex-flow: column nowrap;
	}
	section.economic-calendar .container .ec__news .news__container .single-news {
		padding: 10px 7px;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		transform: translateY(0);
		opacity: 1;
		transition: all 0.3s ease;
	}
	section.economic-calendar .container .ec__news .news__container .single-news div {
		font-size: 13px;
		line-height: 1.2;
		color: rgba(255, 255, 255, 0.8);
	}
	section.economic-calendar .container .ec__news .news__container .single-news .news__date {
		flex: 0 1 90px;
	}
	section.economic-calendar .container .ec__news .news__container .single-news .news__title {
		flex: 0 1 30%;
	}
	section.economic-calendar .container .ec__news .news__container .single-news .news__country {
		flex: 0 1 100px;
		display: flex;
		align-items: center;
		gap: 5px;
	}
	section.economic-calendar .container .ec__news .news__container .single-news .news__country img {
		height: 16px;
		width: 16px;
	}
	section.economic-calendar .container .ec__news .news__container .single-news .news__importance {
		flex: 0 1 75px;
		display: flex;
	}
	section.economic-calendar .container .ec__news .news__container .single-news .news__importance .tooltip-wrap {
		width: fit-content;
		position: relative;
	}
	section.economic-calendar .container .ec__news .news__container .single-news .news__importance .tooltip-wrap .tooltip-text {
		visibility: hidden;
		background-color: #404142;
		color: rgba(255, 255, 255, 0.6);
		text-align: center;
		border-radius: 6px;
		padding: 4px 10px;
		position: absolute;
		width: fit-content;
		font-size: 13px;
		z-index: 9999;
		left: 50%;
		transform: translateX(-50%);
		bottom: 120%;
		text-wrap: nowrap;
	}
	section.economic-calendar .container .ec__news .news__container .single-news .news__importance .tooltip-wrap .tooltip-text::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: #404142 transparent transparent transparent;
	}
	section.economic-calendar .container .ec__news .news__container .single-news .news__importance .tooltip-wrap svg.importance-icon:hover ~ .tooltip-text {
		visibility: visible;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(even) {
		background: rgba(255, 255, 255, 0.05);
	}
	section.economic-calendar .container .ec__news .news__container .single-news.removing {
		transition: transform 0.3s ease, opacity 0.3s ease;
		transform: translateY(-20px);
		opacity: 0;
	}
	section.economic-calendar .container .ec__news .news__container .single-news.new {
		transform: translateY(20px);
		opacity: 0;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(1) {
		transition-delay: 0.1s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(2) {
		transition-delay: 0.2s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(3) {
		transition-delay: 0.3s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(4) {
		transition-delay: 0.4s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(5) {
		transition-delay: 0.5s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(6) {
		transition-delay: 0.6s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(7) {
		transition-delay: 0.7s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(8) {
		transition-delay: 0.8s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(9) {
		transition-delay: 0.9s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(10) {
		transition-delay: 1s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(11) {
		transition-delay: 1.1s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(12) {
		transition-delay: 1.2s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(13) {
		transition-delay: 1.3s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(14) {
		transition-delay: 1.4s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(15) {
		transition-delay: 1.5s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(16) {
		transition-delay: 1.6s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(17) {
		transition-delay: 1.7s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(18) {
		transition-delay: 1.8s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(19) {
		transition-delay: 1.9s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(20) {
		transition-delay: 2s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(21) {
		transition-delay: 2.1s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(22) {
		transition-delay: 2.2s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(23) {
		transition-delay: 2.3s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(24) {
		transition-delay: 2.4s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(25) {
		transition-delay: 2.5s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(26) {
		transition-delay: 2.6s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(27) {
		transition-delay: 2.7s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(28) {
		transition-delay: 2.8s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(29) {
		transition-delay: 2.9s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(30) {
		transition-delay: 3s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(31) {
		transition-delay: 3.1s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(32) {
		transition-delay: 3.2s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(33) {
		transition-delay: 3.3s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(34) {
		transition-delay: 3.4s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(35) {
		transition-delay: 3.5s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(36) {
		transition-delay: 3.6s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(37) {
		transition-delay: 3.7s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(38) {
		transition-delay: 3.8s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(39) {
		transition-delay: 3.9s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(40) {
		transition-delay: 4s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(41) {
		transition-delay: 4.1s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(42) {
		transition-delay: 4.2s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(43) {
		transition-delay: 4.3s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(44) {
		transition-delay: 4.4s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(45) {
		transition-delay: 4.5s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(46) {
		transition-delay: 4.6s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(47) {
		transition-delay: 4.7s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(48) {
		transition-delay: 4.8s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(49) {
		transition-delay: 4.9s;
	}
	section.economic-calendar .container .ec__news .news__container .single-news:nth-of-type(50) {
		transition-delay: 5s;
	}
}

@property --color1 {
	syntax: "<color>";
	initial-value: #2cd9ff;
	inherits: false;
}

@property --color2 {
	syntax: "<color>";
	initial-value: #7effb2;
	inherits: false;
}

@property --color3 {
	syntax: "<color>";
	initial-value: #f4ff7a;
	inherits: false;
}

@property --color4 {
	syntax: "<color>";
	initial-value: #ffd80e;
	inherits: false;
}

@property --gradientAngle {
	syntax: "<angle>";
	initial-value: 90deg;
	inherits: false;
}

.metatrader {
	text-align: center;
	width: 100%;
	padding: 40px 1.5rem 7rem 1.5rem;
	background: url("../grid.html");
	background-position: 100% 190%;
	background-repeat: no-repeat;
}

.metatrader .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.metatrader .container p {
	max-width: 700px;
	margin: 25px auto 0 auto;
	color: #68717f;
}

.metatrader .container .pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
}

.metatrader .container h1 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 80px;
	line-height: 1.1;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

.metatrader .container h1 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

.metatrader .container .sub-text {
	color: rgba(194, 208, 228, 0.5);
	margin: 0 auto;
	font-weight: 600;
	max-width: 50%;
}

.metatrader .container .sub-text a {
	color: #aad57a;
	text-decoration: none;
}

.metatrader .container .meta-image {
	margin: 2rem auto 0;
	max-width: 100%;
}

.metatrader .container .meta-image img {
	max-width: 60%;
}

.metatrader .container .download-wrapper {
	display: flex;
	flex-flow: row wrap;
	gap: 1.5rem;
	justify-content: center;
	max-width: 90%;
	margin: 4rem auto 0;
}

.metatrader .container .download-wrapper .single-download {
	border: 2px solid rgba(194, 208, 228, 0.15);
	flex: 1 0 350px;
	min-height: 430px;
	border-radius: 15px;
	padding: 3rem 2rem 1.5rem;
	display: flex;
	flex-flow: column;
	text-align: left;
	position: relative;
	transition: all 0.5s ease;
}

.metatrader .container .download-wrapper .single-download a {
	text-decoration: none;
	display: flex;
	flex-flow: column nowrap;
	flex: 1 1 auto;
	outline: none;
}

.metatrader .container .download-wrapper .single-download[aria-hidden="true"] {
	transition: all 0.5s ease;
	opacity: 0.2;
}

.metatrader .container .download-wrapper .single-download .download-platform {
	font-weight: 800;
	color: #ffffff;
	font-size: 40px;
	margin-top: 3.5rem;
}

.metatrader .container .download-wrapper .single-download .download-version-label {
	font-weight: 400;
	color: rgba(194, 208, 228, 0.5);
	font-size: 16px;
	margin: 1rem 0 0.5rem;
}

.metatrader .container .download-wrapper .single-download .download-version {
	font-family: "Plus Jakarta Sans";
	font-style: normal;
	font-weight: 700;
	font-size: 64px;
	line-height: 81px;
	background: linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	align-self: flex-start;
}

.metatrader .container .download-wrapper .single-download .download-version .dv__sub {
	font-size: 16px;
	font-weight: 600;
	background: linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.metatrader .container .download-wrapper .single-download .download-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
}

.metatrader .container .download-wrapper .single-download .download-footer .download-label {
	color: #c2d0e4;
	transition: all 0.6s ease-in-out;
	font-weight: 600;
}

.metatrader .container .download-wrapper .single-download .download-footer .download-button {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	height: 53px;
	width: 53px;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: rgba(194, 208, 228, 0.25);
	--color2: rgba(194, 208, 228, 0.25);
	--color3: rgba(194, 208, 228, 0.25);
	--color4: rgba(194, 208, 228, 0.25);
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	cursor: pointer;
}

.metatrader .container .download-wrapper .single-download .download-footer .download-button img {
	opacity: 0.5;
}

.metatrader .container .download-wrapper .single-download::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
	background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.metatrader .container .download-wrapper .single-download:hover {
	border: 2px solid transparent;
}

.metatrader .container .download-wrapper .single-download:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	--gradientAngle: 1000deg;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
	background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.metatrader .container .download-wrapper .single-download:hover .download-footer .download-label {
	color: #fff;
}

.metatrader .container .download-wrapper .single-download:hover .download-footer .download-button {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
}

.metatrader .container .download-wrapper .single-download:hover .download-footer .download-button img {
	opacity: 1;
}

.metatrader .container .download-wrapper .single-download.single-download-web {
	background: url("../svg/world-icon.svg"), linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	border: 2px solid rgba(194, 208, 228, 0.15);
	color: #000000;
	background-origin: border-box;
	background-repeat: no-repeat;
	background-position: right center, center;
}

.metatrader .container .download-wrapper .single-download.single-download-web .download-question {
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 112%;
	color: #000000;
	margin-top: 3.5rem;
}

.metatrader .container .download-wrapper .single-download.single-download-web .download-title {
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 60px;
	color: #101217;
	line-height: 1.2;
	margin-top: 1.5rem;
}

.metatrader .container .download-wrapper .single-download.single-download-web .download-footer .download-label {
	color: #000000;
}

.metatrader .container .download-wrapper .single-download.single-download-web .download-footer .download-button {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	height: 53px;
	width: 53px;
	background: transparent;
	cursor: pointer;
}

.metatrader .container .download-wrapper .single-download.single-download-web .download-footer .download-button img {
	width: 100%;
	height: 100%;
	opacity: 1;
}

.metatrader .container .download-wrapper .single-download.single-download-web::before {
	content: unset;
}

.metatrader .container .download-wrapper .single-download.single-download-web:hover {
	border: 2px solid transparent;
}

.metatrader .container .download-wrapper .single-download.single-download-web:hover::before {
	content: unset;
}

.metatrader .container .download-wrapper .single-download.single-download-web:hover .download-footer .download-button {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	background: transparent;
}

.metatrader .container .download-wrapper .single-download.single-download-web:hover .download-footer .download-button img {
	opacity: 1;
}

@media (max-width: 992px) {
	.metatrader {
		background: unset;
	}
}

@media (max-width: 768px) {
	.metatrader .container p {
		margin: 25px auto 0 auto;
		color: #68717f;
	}
	.metatrader .container .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.metatrader .container h1 {
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
	}
	.metatrader .container .sub-text {
		font-size: 15px;
		max-width: 100%;
	}
	.metatrader .container .meta-image {
		margin: 2rem auto 0;
		max-width: 100%;
	}
	.metatrader .container .meta-image img {
		max-width: 100%;
	}
	.metatrader .container .download-wrapper .single-download .sd__text .sd__number {
		font-family: sans-serif;
		font-size: 50px;
		line-height: 1;
		margin: 0 0 2rem;
		padding: 0;
		font-weight: 500;
		background: linear-gradient(65deg, #26f7dd 30%, #00c2dd 70%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		width: fit-content;
	}
	.metatrader .container .download-wrapper .single-download .sd__text .sd__number span {
		font-size: 18px;
	}
}

.phases-page {
	padding: 0px 1.5rem 0px 1.5rem;
}

.bgs {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.bgs .top-right {
	position: absolute;
	right: -50px;
	top: 156vh;
	width: 550px;
}

.bgs .top-left {
	position: absolute;
	left: -50px;
	top: 210vh;
	width: 550px;
}

.main-banner-phase {
	height: 800px;
	display: flex;
	width: 100%;
	position: relative;
}

.main-banner-phase .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 0 60px 0;
	position: relative;
}

.main-banner-phase .container .left-section {
	flex: 1 1 33%;
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
}

.main-banner-phase .container .left-section .pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
	width: fit-content;
}

.main-banner-phase .container .left-section h1 {
	font-size: 114px;
	line-height: 1;
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 800;
	margin: 0;
	padding: 0;
}

.main-banner-phase .container .left-section h1 b {
	text-shadow: 3px 3px 10px #0b0c10;
}

.main-banner-phase .container .left-section h1 span {
	background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 3px transparent;
	padding: 0 0 3px 0;
	color: #101217;
	display: block;
}

.main-banner-phase .container .left-section p {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: rgba(194, 208, 228, 0.5);
	padding: 0;
	letter-spacing: 0.5px;
}

.main-banner-phase .container .left-section .cta {
	margin: 0;
}

.main-banner-phase .container .left-section .cta a {
	background: #1daa91;
	color: #ffffff;
	padding: 20px 50px;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	transition: all 0.5s ease-in-out;
}

.main-banner-phase .container .left-section .cta a:hover {
	opacity: 0.8;
}

.main-banner-phase .container .right-section {
	flex: 1 1 67%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.main-banner-phase .container .right-section img {
	width: 90%;
	height: auto;
}

.main-banner-phase .mb-bg {
	position: absolute;
	top: -186px;
	right: 0;
	width: 90vw;
	height: 100vh;
	z-index: -1;
}

.main-banner-phase .mb-bg img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 992px) {
	.main-banner-phase {
		height: auto;
		display: flex;
		width: 100%;
		position: relative;
	}
	.main-banner-phase .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		height: 100%;
		padding: 0 0 60px 0;
		position: relative;
	}
	.main-banner-phase .container .left-section {
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		gap: 0;
	}
	.main-banner-phase .container .left-section .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		width: fit-content;
	}
	.main-banner-phase .container .left-section h1 {
		font-size: 70px;
		line-height: 1.2;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 0;
		padding: 0;
	}
	.main-banner-phase .container .left-section h1 b {
		text-shadow: 3px 3px 10px #0b0c10;
	}
	.main-banner-phase .container .left-section h1 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: inline-block;
	}
	.main-banner-phase .container .left-section p {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: rgba(194, 208, 228, 0.5);
		padding: 0;
		margin: 1rem 0 0;
		letter-spacing: 0.5px;
	}
	.main-banner-phase .container .left-section .cta {
		margin: 2rem 0;
	}
	.main-banner-phase .container .left-section .cta a {
		background: #1daa91;
		color: #ffffff;
		padding: 20px 50px;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 600;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		transition: all 0.5s ease-in-out;
	}
	.main-banner-phase .container .left-section .cta a:hover {
		opacity: 0.8;
	}
	.main-banner-phase .container .right-section {
		margin-top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.main-banner-phase .container .right-section img {
		width: 90%;
		height: auto;
	}
	.main-banner-phase .mb-bg {
		position: absolute;
		top: -186px;
		right: 0;
		width: 90vw;
		height: 100vh;
		z-index: -1;
	}
	.main-banner-phase .mb-bg img {
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
	}
}

@media (max-width: 768px) {
	.main-banner-phase {
		height: auto;
		display: flex;
		width: 100%;
		position: relative;
	}
	.main-banner-phase .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		height: 100%;
		padding: 0 0 60px 0;
		position: relative;
	}
	.main-banner-phase .container .left-section {
		flex: 1 1 100%;
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		gap: 0;
	}
	.main-banner-phase .container .left-section .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0 0 30px 0;
		width: fit-content;
	}
	.main-banner-phase .container .left-section h1 {
		font-size: 55px;
		line-height: 1.2;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 0;
		padding: 0;
	}
	.main-banner-phase .container .left-section h1 b {
		text-shadow: 3px 3px 10px #0b0c10;
	}
	.main-banner-phase .container .left-section h1 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: inline-block;
	}
	.main-banner-phase .container .left-section p {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: rgba(194, 208, 228, 0.5);
		padding: 0;
		margin: 1rem 0 0;
		letter-spacing: 0.5px;
	}
	.main-banner-phase .container .left-section .cta {
		margin: 2rem 0;
	}
	.main-banner-phase .container .left-section .cta a {
		background: #1daa91;
		color: #ffffff;
		padding: 20px 50px;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 600;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		transition: all 0.5s ease-in-out;
	}
	.main-banner-phase .container .left-section .cta a:hover {
		opacity: 0.8;
	}
	.main-banner-phase .container .right-section {
		flex: 1 1 100%;
		margin-top: 2rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.main-banner-phase .container .right-section img {
		width: 90%;
		height: auto;
	}
	.main-banner-phase .mb-bg {
		position: absolute;
		top: -186px;
		right: 0;
		width: 90vw;
		height: 100vh;
		z-index: -1;
	}
	.main-banner-phase .mb-bg img {
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
	}
}

@media (max-width: 576px) {
	.main-banner-phase {
		height: auto;
		display: flex;
		width: 100%;
		position: relative;
	}
	.main-banner-phase .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		height: 100%;
		padding: 0 0 60px 0;
		position: relative;
	}
	.main-banner-phase .container .left-section {
		flex: 1 1 100%;
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		gap: 0;
	}
	.main-banner-phase .container .left-section .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0 0 30px 0;
		width: fit-content;
	}
	.main-banner-phase .container .left-section h1 {
		font-size: 55px;
		line-height: 1.2;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 0;
		padding: 0;
	}
	.main-banner-phase .container .left-section h1 b {
		text-shadow: 3px 3px 10px #0b0c10;
	}
	.main-banner-phase .container .left-section h1 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: inline-block;
	}
	.main-banner-phase .container .left-section p {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: rgba(194, 208, 228, 0.5);
		padding: 0;
		margin: 1rem 0 0;
		letter-spacing: 0.5px;
	}
	.main-banner-phase .container .left-section .cta {
		margin: 2rem 0;
	}
	.main-banner-phase .container .left-section .cta a {
		background: #1daa91;
		color: #ffffff;
		padding: 20px 50px;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 600;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		transition: all 0.5s ease-in-out;
	}
	.main-banner-phase .container .left-section .cta a:hover {
		opacity: 0.8;
	}
	.main-banner-phase .container .right-section {
		flex: 1 1 100%;
		margin-top: 2rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.main-banner-phase .container .right-section img {
		width: 90%;
		height: auto;
	}
	.main-banner-phase .mb-bg {
		position: absolute;
		top: -186px;
		right: 0;
		width: 90vw;
		height: 100vh;
		z-index: -1;
	}
	.main-banner-phase .mb-bg img {
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
	}
}

.card-phase {
	display: flex;
	width: 100%;
	position: relative;
	padding-top: 3rem;
}

.card-phase .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 122px 0;
	position: relative;
}

.card-phase .container .linear-g {
	background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	border-radius: 15px;
	padding: 3px;
	display: flex;
	overflow: hidden;
}

.card-phase .container .linear-g .info-card {
	background: url("../png/card-bg.png");
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 15px;
	background-size: 100% 100%;
	height: 100%;
	padding: 4rem;
}

.card-phase .container .linear-g .info-card .card__heading h2 {
	font-size: 40px;
	color: #fff;
	line-height: 54px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 800;
	margin: 0;
}

.card-phase .container .linear-g .info-card .card__text p {
	color: rgba(194, 208, 228, 0.5);
	font-size: 16px;
	font-family: "Plus Jakarta Sans", sans-serif;
	margin-bottom: 0;
}

@media (max-width: 576px) {
	.card-phase {
		display: flex;
		width: 100%;
		position: relative;
	}
	.card-phase .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 60px 0;
		position: relative;
	}
	.card-phase .container .linear-g {
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
		border-radius: 15px;
		padding: 3px;
		display: flex;
		overflow: hidden;
	}
	.card-phase .container .linear-g .info-card {
		background: url("../png/card-bg.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		border-radius: 15px;
		height: 100%;
		padding: 3rem 2rem;
	}
	.card-phase .container .linear-g .info-card .card__heading h2 {
		font-size: 32px;
		color: #fff;
		line-height: 1.2;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 0;
	}
	.card-phase .container .linear-g .info-card .card__text p {
		color: rgba(194, 208, 228, 0.5);
		font-size: 15px;
		font-family: "Plus Jakarta Sans", sans-serif;
		margin-bottom: 0;
	}
}

@property --color1 {
	syntax: "<color>";
	initial-value: #2cd9ff;
	inherits: false;
}

@property --color2 {
	syntax: "<color>";
	initial-value: #7effb2;
	inherits: false;
}

@property --color3 {
	syntax: "<color>";
	initial-value: #f4ff7a;
	inherits: false;
}

@property --color4 {
	syntax: "<color>";
	initial-value: #ffd80e;
	inherits: false;
}

@property --gradientAngle {
	syntax: "<angle>";
	initial-value: 260deg;
	inherits: false;
}

.account-options-phase {
	display: flex;
	width: 100%;
	position: relative;
	padding-top: 3rem;
}

.account-options-phase .bgs {
	position: absolute;
	width: 350px;
	z-index: -1;
}

.account-options-phase .bgs .top-left {
	position: absolute;
	left: -1.5rem;
	top: 0;
	width: 470px;
}

.account-options-phase .container {
	max-width: 1650px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 95px;
	position: relative;
}

.account-options-phase .container .options__heading {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}

.account-options-phase .container .options__heading .pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
}

.account-options-phase .container .options__heading h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 80px;
	line-height: 100px;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

.account-options-phase .container .options__heading h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

.account-options-phase .container .options__heading .sub-text {
	color: rgba(194, 208, 228, 0.5);
	margin: 0 auto 1rem;
	font-weight: 500;
	max-width: 50%;
	text-align: center;
}

.account-options-phase .container .options__heading .sub-text a {
	color: #aad57a;
	text-decoration: none;
}

@media (max-width: 1200px) {
	.account-options-phase .container .options__heading {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
	}
	.account-options-phase .container .options__heading .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.account-options-phase .container .options__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 70px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.account-options-phase .container .options__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.account-options-phase .container .options__heading .sub-text {
		color: rgba(194, 208, 228, 0.5);
		margin: 0 auto;
		font-weight: 500;
		max-width: 70%;
		text-align: center;
		font-size: 15px;
	}
	.account-options-phase .container .options__heading .sub-text a {
		color: #aad57a;
		text-decoration: none;
	}
}

@media (max-width: 992px) {
	.account-options-phase .container .options__heading {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
	}
	.account-options-phase .container .options__heading .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.account-options-phase .container .options__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 60px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.account-options-phase .container .options__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.account-options-phase .container .options__heading .sub-text {
		color: rgba(194, 208, 228, 0.5);
		margin: 0 auto;
		font-weight: 500;
		max-width: 70%;
		text-align: center;
		font-size: 15px;
	}
	.account-options-phase .container .options__heading .sub-text a {
		color: #aad57a;
		text-decoration: none;
	}
}

@media (max-width: 768px) {
	.account-options-phase .container .options__heading {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
	}
	.account-options-phase .container .options__heading .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.account-options-phase .container .options__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.account-options-phase .container .options__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.account-options-phase .container .options__heading .sub-text {
		color: rgba(194, 208, 228, 0.5);
		margin: 0 auto;
		font-weight: 500;
		max-width: 100%;
		text-align: center;
		font-size: 15px;
	}
	.account-options-phase .container .options__heading .sub-text a {
		color: #aad57a;
		text-decoration: none;
	}
}

@media (max-width: 576px) {
	.account-options-phase .container .options__heading {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
	}
	.account-options-phase .container .options__heading .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.account-options-phase .container .options__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.account-options-phase .container .options__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.account-options-phase .container .options__heading .sub-text {
		color: rgba(194, 208, 228, 0.5);
		margin: 0 auto;
		font-weight: 500;
		max-width: 100%;
		text-align: center;
		font-size: 15px;
	}
	.account-options-phase .container .options__heading .sub-text a {
		color: #aad57a;
		text-decoration: none;
	}
}

.account-options-phase .container .options__table {
	background: rgba(194, 208, 228, 0.05);
	backdrop-filter: blur(20px);
	border-radius: 15px;
	padding: 0px 30px 10px;
	margin: 4rem 0 0 0;
}

.account-options-phase .container .options__table .comparison {
	width: 100%;
	margin: 50px 0 0 0;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #fff;
}

.account-options-phase .container .options__table .comparison .cta {
	position: relative;
	z-index: 99999999999;
	box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	cursor: pointer;
	padding: 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: "Plus Jakarta Sans", sans-serif;
	transition: --gradientAngle 1s;
	background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	font-size: 16px;
	color: #fff;
	margin: 0 auto;
}

.account-options-phase .container .options__table .comparison .cta a {
	background: radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	padding: 15px 0;
	width: 100%;
	color: #fff;
	text-decoration: none;
	transition: all 0.6s ease-in-out;
}

.account-options-phase .container .options__table .comparison .cta:hover {
	--gradientAngle: 720deg;
	background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
}

.account-options-phase .container .options__table .comparison .cta:hover a {
	opacity: 0.8;
}

.account-options-phase .container .options__table .comparison table {
	margin: 0;
	border-collapse: collapse;
}

@media (min-width: 1520px) {
	.account-options-phase .container .options__table .comparison table thead tr.sticky-header-row {
		position: sticky;
		top: 110px;
	}
	.account-options-phase .container .options__table .comparison table thead tr.sticky-header-row th {
		font-weight: 700;
		--color1: rgba(255, 255, 255, 1);
		--color2: rgba(255, 255, 255, 1);
		--color3: rgba(255, 255, 255, 1);
		--color4: rgba(255, 255, 255, 1);
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		-webkit-background: linear-gradient(to right, var(--color1), var(--color2), var(--color3), var(--color4));
		background: linear-gradient(to right, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.account-options-phase .container .options__table .comparison table thead tr.sticky-header-row th.sticky-header {
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		-webkit-background: linear-gradient(to right, var(--color1), var(--color2), var(--color3), var(--color4));
		background: linear-gradient(to right, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
}

.account-options-phase .container .options__table .comparison table thead tr.sticky-header-row.sticky-header {
	z-index: 999999;
	background: rgba(11, 12, 16, 0.5);
	backdrop-filter: blur(40px);
}

.account-options-phase .container .options__table .comparison table thead th {
	padding: 20px 0;
	position: relative;
}

.account-options-phase .container .options__table .comparison table thead th.label-wrap .label {
	padding: 1px;
	border-radius: 100px;
	overflow: hidden;
	width: fit-content;
	margin: 0 auto;
	background: -webkit-linear-gradient(260deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
}

.account-options-phase .container .options__table .comparison table thead th.label-wrap .label span {
	display: block;
	padding: 6px 28px;
	font-weight: 500;
	font-size: 16px;
	background-color: #101217;
	border-radius: 100px;
}

.account-options-phase .container .options__table .comparison table thead tr.labels {
	position: relative;
	top: -18px;
}

.account-options-phase .container .options__table .comparison table thead tr.labels th {
	padding: 0;
}

.account-options-phase .container .options__table .comparison table thead .price-info {
	font-size: 30px;
}

.account-options-phase .container .options__table .comparison table tbody .row-name {
	width: 100%;
	white-space: nowrap;
}

.account-options-phase .container .options__table .comparison table tbody tr:not(:last-of-type) {
	border-bottom: 1px solid #2f3239;
}

.account-options-phase .container .options__table .comparison table tbody tr td {
	padding: 26px;
	font-size: 16px;
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #fff;
	position: relative;
}

.account-options-phase .container .options__table .comparison table tbody tr td .f-cont {
	display: flex;
	align-items: center;
	gap: 4px;
	justify-content: center;
}

.account-options-phase .container .options__table .comparison table tbody tr td .f-cont .percentage-pill {
	width: fit-content;
	background: #41453E;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
	border-radius: 100px;
	padding: 4px 12px;
	color: #fff;
	font-size: 13px;
	line-height: 1;
}

.account-options-phase .container .options__table .comparison table tbody tr td.contains-fee {
	padding: 40px;
}

.account-options-phase .container .options__table .comparison table tbody tr td .tooltip {
	margin-right: 5px;
	display: inline-block;
	position: relative;
	display: inline-flex;
}

.account-options-phase .container .options__table .comparison table tbody tr td .tooltip img.table-tooltip {
	vertical-align: middle;
}

.account-options-phase .container .options__table .comparison table tbody tr td .tooltip .tooltip-text {
	visibility: hidden;
	background-color: #101217;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 14px;
	position: absolute;
	left: 50%;
	bottom: 190%;
	width: 200px;
	font-size: 14px;
	transform: translateX(-50%);
}

.account-options-phase .container .options__table .comparison table tbody tr td .tooltip .tooltip-text::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #101217 transparent transparent transparent;
}

.account-options-phase .container .options__table .comparison table tbody tr td .tooltip:hover .tooltip-text {
	visibility: visible;
}

.account-options-phase .container .options__table .comparison table tbody tr td img {
	vertical-align: middle;
}

.account-options-phase .container .options__table .comparison table tbody tr td.accordion-td {
	padding: 0;
	border-bottom: 1px solid transparent;
	transition: all 0.7s ease-in-out;
}

.account-options-phase .container .options__table .comparison table tbody tr td.accordion-td.active {
	border-bottom: 1px solid #2f3239;
}

.account-options-phase .container .options__table .comparison table tbody tr td .collapsed-content {
	padding: 2rem;
}

.account-options-phase .container .options__table .comparison table tbody tr .row-value {
	width: 220px;
}

.account-options-phase .container .options__table .comparison table tbody tr .row-value .fee-notice {
	display: block;
	-webkit-background: linear-gradient(to right, #68af7c, #8ad78a, #9cd47e, #aed97b, #b4d777);
	background: linear-gradient(to right, #68af7c, #8ad78a, #9cd47e, #aed97b, #b4d777);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 5px 0px 0px;
	font-size: 14px;
	font-weight: 600;
}

.account-options-phase .container .options__table .comparison table tbody tr .row-value .notice {
	display: block;
	color: #fff;
	padding: 5px 0px 0px;
	font-size: 14px;
	font-weight: 500;
}

.account-options-phase .container .options__table .comparison table tbody tr:first-child td {
	border-top: 1px solid #2f3239;
}

.account-options-phase .container .options__table .comparison table tbody tr td.row-larger {
	font-size: 20px;
	font-weight: 600;
}

.account-options-phase .container .options__table .comparison table tbody tr.table-accordion {
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.account-options-phase .container .options__table .comparison table tbody tr.table-accordion td {
	position: relative;
}

.account-options-phase .container .options__table .comparison table tbody tr.table-accordion td.emph {
	position: relative;
}

.account-options-phase .container .options__table .comparison table tbody tr.table-accordion td.emph::before {
	position: absolute;
	content: '';
	width: 100%;
	inset: 0;
	transition: all 0.2s ease-in-out;
}

.account-options-phase .container .options__table .comparison table tbody tr.table-accordion td.emph.hovered::before {
	background: rgba(255, 255, 255, 0.02);
}

.account-options-phase .container .options__table .comparison table tbody tr.table-accordion td.emph.emph-op::before {
	height: 926px;
}

.account-options-phase .container .options__table .comparison table tbody tr.table-accordion td.emph.emph-tp::before {
	height: 1138px;
}

.account-options-phase .container .options__table .comparison table tbody tr.table-accordion td img {
	transition: all 0.4s ease-in-out;
	transform-origin: center;
}

.account-options-phase .container .options__table .comparison table tbody tr.table-accordion td .bottom-notice {
	position: absolute;
	top: 25px;
	left: 0;
	background: linear-gradient(to right, #68af7c, #8ad78a, #9cd47e, #aed97b, #b4d777);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 15px;
	font-weight: 700;
}

.account-options-phase .container .options__table .comparison table tbody tr.table-accordion td .bottom-notice.second {
	top: 20px;
}

.account-options-phase .container .options__table .comparison table tbody tr.table-accordion.active td img:last-child {
	transform: rotate(180deg);
}

.account-options-phase .container .options__table .comparison table tbody tr.table-accordion:hover {
	background: rgba(255, 255, 255, 0.02);
}

.account-options-phase .container .options__table .comparison .row-value {
	text-align: center;
}

@media (max-width: 1700px) {
	.account-options-phase .container .options__table {
		background: rgba(194, 208, 228, 0.05);
		backdrop-filter: blur(20px);
		border-radius: 15px;
		padding: 1rem;
		margin: 4rem 0 0 0;
	}
	.account-options-phase .container .options__table .comparison {
		overflow-x: scroll;
		width: 100%;
		margin: 0;
		font-family: "Plus Jakarta Sans", sans-serif;
		color: #fff;
		position: relative;
	}
	.account-options-phase .container .options__table .comparison .cta {
		box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
		border-radius: 15px;
		cursor: pointer;
		padding: 2px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: "Plus Jakarta Sans", sans-serif;
		transition: --gradientAngle 1s;
		background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		font-size: 16px;
		color: #fff;
		margin: 0;
	}
	.account-options-phase .container .options__table .comparison .cta a {
		background: radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		display: inline-block;
		padding: 15px 0;
		width: 100%;
		color: #fff;
		text-decoration: none;
		transition: all 0.6s ease-in-out;
	}
	.account-options-phase .container .options__table .comparison .cta:hover {
		--gradientAngle: 720deg;
		background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.account-options-phase .container .options__table .comparison .cta:hover a {
		opacity: 0.8;
	}
	.account-options-phase .container .options__table .comparison table {
		margin: 0;
		border-collapse: collapse;
	}
	.account-options-phase .container .options__table .comparison table thead th {
		padding: 20px;
		position: relative;
		white-space: nowrap;
	}
	.account-options-phase .container .options__table .comparison table thead th.label-wrap .label {
		padding: 1px;
		border-radius: 100px;
		overflow: hidden;
		width: fit-content;
		margin: 0 auto;
		background: -webkit-linear-gradient(260deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.account-options-phase .container .options__table .comparison table thead th.label-wrap .label span {
		display: block;
		padding: 6px 28px;
		font-weight: 500;
		font-size: 15px;
		background-color: #101217;
		border-radius: 100px;
	}
	.account-options-phase .container .options__table .comparison table thead th.price-info::before {
		content: "";
		position: absolute;
		width: 100%;
		inset: 0;
		transition: all 0.2s ease-in-out;
	}
	.account-options-phase .container .options__table .comparison table thead th.price-info:hover::before {
		background: rgba(255, 255, 255, 0.02);
	}
	.account-options-phase .container .options__table .comparison table thead th.price-info.one-phase-page::before {
		height: 1006px;
	}
	.account-options-phase .container .options__table .comparison table thead th.price-info.two-phase-page::before {
		height: 1035px;
	}
	.account-options-phase .container .options__table .comparison table thead tr.labels {
		position: relative;
		top: unset;
	}
	.account-options-phase .container .options__table .comparison table thead tr.labels th {
		padding: 0;
	}
	.account-options-phase .container .options__table .comparison table thead .price-info {
		font-size: 22px;
	}
	.account-options-phase .container .options__table .comparison table tbody tr:not(:last-of-type) {
		border-bottom: 1px solid #2f3239;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td {
		padding: 26px;
		font-size: 16px;
		font-family: "Plus Jakarta Sans", sans-serif;
		color: #fff;
		position: relative;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td.contains-fee {
		padding: 40px;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td .tooltip {
		margin-right: 5px;
		display: inline-block;
		position: relative;
		display: inline-flex;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td .tooltip img.table-tooltip {
		vertical-align: middle;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td .tooltip .tooltip-text {
		visibility: hidden;
		background-color: #101217;
		color: #fff;
		text-align: center;
		border-radius: 6px;
		padding: 14px;
		position: absolute;
		left: 175px;
		bottom: -18px;
		width: 300px;
		font-size: 13px;
		transform: translateX(-50%);
		z-index: 9999;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td .tooltip .tooltip-text::after {
		content: "";
		position: absolute;
		top: 43%;
		left: -5px;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: transparent #101217 transparent transparent;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td .tooltip:hover .tooltip-text {
		visibility: visible;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td img {
		vertical-align: middle;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td.accordion-td {
		padding: 0;
		border-bottom: 1px solid transparent;
		transition: all 0.7s ease-in-out;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td.accordion-td.active {
		border-bottom: 1px solid #2f3239;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td .collapsed-content {
		padding: 2rem;
	}
	.account-options-phase .container .options__table .comparison table tbody tr .row-value {
		width: 220px;
	}
	.account-options-phase .container .options__table .comparison table tbody tr .row-value .fee-notice {
		display: block;
		-webkit-background: linear-gradient(to right, #68af7c, #8ad78a, #9cd47e, #aed97b, #b4d777);
		background: linear-gradient(to right, #68af7c, #8ad78a, #9cd47e, #aed97b, #b4d777);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		padding: 5px 0px 0px;
		font-size: 14px;
		font-weight: 600;
	}
	.account-options-phase .container .options__table .comparison table tbody tr .row-value .notice {
		display: block;
		color: #fff;
		padding: 5px 0px 0px;
		font-size: 14px;
		font-weight: 500;
	}
	.account-options-phase .container .options__table .comparison table tbody tr:first-child td {
		border-top: 1px solid #2f3239;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td.row-larger {
		font-size: 16px;
		font-weight: 600;
	}
	.account-options-phase .container .options__table .comparison table tbody tr.table-accordion {
		cursor: pointer;
		transition: all 0.2s ease-in-out;
	}
	.account-options-phase .container .options__table .comparison table tbody tr.table-accordion td {
		white-space: nowrap;
	}
	.account-options-phase .container .options__table .comparison table tbody tr.table-accordion td img {
		transition: all 0.4s ease-in-out;
		transform-origin: center;
	}
	.account-options-phase .container .options__table .comparison table tbody tr.table-accordion.active td img:last-child {
		transform: rotate(180deg);
	}
	.account-options-phase .container .options__table .comparison table tbody tr.table-accordion:hover {
		background: rgba(255, 255, 255, 0.02);
	}
	.account-options-phase .container .options__table .comparison table .first-option {
		display: inline-block;
		transform: translateY(20px) translateX(-50%);
		left: 50%;
		visibility: hidden;
		opacity: 0;
		transition: all 0.3s ease-in-out;
		position: absolute;
		text-align: center;
		white-space: nowrap;
	}
	.account-options-phase .container .options__table .comparison table .second-option {
		display: inline-block;
		transform: translateY(20px);
		visibility: hidden;
		opacity: 0;
		transition: all 0.3s ease-in-out;
	}
	.account-options-phase .container .options__table .comparison table.first-option .first-option {
		transform: translateY(0px) translateX(-50%);
		visibility: visible;
		opacity: 1;
	}
	.account-options-phase .container .options__table .comparison table.second-option .second-option {
		transform: translateY(0px);
		visibility: visible;
		opacity: 1;
	}
	.account-options-phase .container .options__table .comparison .row-value {
		text-align: center;
	}
}

@media (max-width: 992px) {
	.account-options-phase .container .options__table {
		background: rgba(194, 208, 228, 0.05);
		backdrop-filter: blur(20px);
		border-radius: 15px;
		padding: 1rem;
		margin: 4rem 0 0 0;
	}
	.account-options-phase .container .options__table .comparison {
		overflow-x: scroll;
		width: 100%;
		margin: 0;
		font-family: "Plus Jakarta Sans", sans-serif;
		color: #fff;
	}
	.account-options-phase .container .options__table .comparison .cta {
		box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
		border-radius: 15px;
		cursor: pointer;
		padding: 2px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: "Plus Jakarta Sans", sans-serif;
		transition: --gradientAngle 1s;
		background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		font-size: 16px;
		color: #fff;
		margin: 0;
	}
	.account-options-phase .container .options__table .comparison .cta a {
		background: radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		display: inline-block;
		padding: 15px 0;
		width: 100%;
		color: #fff;
		text-decoration: none;
		transition: all 0.6s ease-in-out;
	}
	.account-options-phase .container .options__table .comparison .cta:hover {
		--gradientAngle: 720deg;
		background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.account-options-phase .container .options__table .comparison .cta:hover a {
		opacity: 0.8;
	}
	.account-options-phase .container .options__table .comparison table {
		margin: 0;
		border-collapse: collapse;
	}
	.account-options-phase .container .options__table .comparison table thead th {
		padding: 20px;
		position: relative;
		white-space: nowrap;
	}
	.account-options-phase .container .options__table .comparison table thead th.label-wrap .label {
		padding: 1px;
		border-radius: 100px;
		overflow: hidden;
		width: fit-content;
		margin: 0 auto;
		background: -webkit-linear-gradient(260deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.account-options-phase .container .options__table .comparison table thead th.label-wrap .label span {
		display: block;
		padding: 6px 28px;
		font-weight: 500;
		font-size: 15px;
		background-color: #101217;
		border-radius: 100px;
	}
	.account-options-phase .container .options__table .comparison table thead th.price-info::before {
		content: "";
		position: absolute;
		width: 100%;
		inset: 0;
		transition: all 0.2s ease-in-out;
	}
	.account-options-phase .container .options__table .comparison table thead th.price-info:hover::before {
		background: rgba(255, 255, 255, 0.02);
	}
	.account-options-phase .container .options__table .comparison table thead th.price-info.one-phase-page::before {
		height: 1006px;
	}
	.account-options-phase .container .options__table .comparison table thead th.price-info.two-phase-page::before {
		height: 1035px;
	}
	.account-options-phase .container .options__table .comparison table thead tr.labels {
		position: relative;
		top: unset;
	}
	.account-options-phase .container .options__table .comparison table thead tr.labels th {
		padding: 0;
	}
	.account-options-phase .container .options__table .comparison table thead .price-info {
		font-size: 22px;
	}
	.account-options-phase .container .options__table .comparison table tbody tr:not(:last-of-type) {
		border-bottom: 1px solid #2f3239;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td {
		padding: 26px;
		font-size: 16px;
		font-family: "Plus Jakarta Sans", sans-serif;
		color: #fff;
		position: relative;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td.contains-fee {
		padding: 40px;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td .tooltip {
		margin-right: 5px;
		display: inline-block;
		position: relative;
		display: inline-flex;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td .tooltip img.table-tooltip {
		vertical-align: middle;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td .tooltip .tooltip-text {
		visibility: hidden;
		background-color: #101217;
		color: #fff;
		text-align: center;
		border-radius: 6px;
		padding: 14px;
		position: absolute;
		left: 175px;
		bottom: -18px;
		width: 300px;
		font-size: 13px;
		transform: translateX(-50%);
		z-index: 9999;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td .tooltip .tooltip-text::after {
		content: "";
		position: absolute;
		top: 43%;
		left: -5px;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: transparent #101217 transparent transparent;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td .tooltip:hover .tooltip-text {
		visibility: visible;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td img {
		vertical-align: middle;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td.accordion-td {
		padding: 0;
		border-bottom: 1px solid transparent;
		transition: all 0.7s ease-in-out;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td.accordion-td.active {
		border-bottom: 1px solid #2f3239;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td .collapsed-content {
		padding: 2rem;
	}
	.account-options-phase .container .options__table .comparison table tbody tr .row-value {
		width: 220px;
	}
	.account-options-phase .container .options__table .comparison table tbody tr .row-value .fee-notice {
		display: block;
		-webkit-background: linear-gradient(to right, #68af7c, #8ad78a, #9cd47e, #aed97b, #b4d777);
		background: linear-gradient(to right, #68af7c, #8ad78a, #9cd47e, #aed97b, #b4d777);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		padding: 5px 0px 0px;
		font-size: 14px;
		font-weight: 600;
	}
	.account-options-phase .container .options__table .comparison table tbody tr .row-value .notice {
		display: block;
		color: #fff;
		padding: 5px 0px 0px;
		font-size: 14px;
		font-weight: 500;
	}
	.account-options-phase .container .options__table .comparison table tbody tr:first-child td {
		border-top: 1px solid #2f3239;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td.row-larger {
		font-size: 16px;
		font-weight: 600;
	}
	.account-options-phase .container .options__table .comparison table tbody tr.table-accordion {
		cursor: pointer;
		transition: all 0.2s ease-in-out;
	}
	.account-options-phase .container .options__table .comparison table tbody tr.table-accordion td {
		white-space: nowrap;
	}
	.account-options-phase .container .options__table .comparison table tbody tr.table-accordion td img {
		transition: all 0.4s ease-in-out;
		transform-origin: center;
	}
	.account-options-phase .container .options__table .comparison table tbody tr.table-accordion.active td img:last-child {
		transform: rotate(180deg);
	}
	.account-options-phase .container .options__table .comparison table tbody tr.table-accordion:hover {
		background: rgba(255, 255, 255, 0.02);
	}
	.account-options-phase .container .options__table .comparison table .first-option {
		display: inline-block;
		transform: translateY(20px) translateX(-50%);
		left: 50%;
		visibility: hidden;
		opacity: 0;
		transition: all 0.3s ease-in-out;
		position: absolute;
		text-align: center;
		white-space: nowrap;
	}
	.account-options-phase .container .options__table .comparison table .second-option {
		display: inline-block;
		transform: translateY(20px);
		visibility: hidden;
		opacity: 0;
		transition: all 0.3s ease-in-out;
	}
	.account-options-phase .container .options__table .comparison table.first-option .first-option {
		transform: translateY(0px) translateX(-50%);
		visibility: visible;
		opacity: 1;
	}
	.account-options-phase .container .options__table .comparison table.second-option .second-option {
		transform: translateY(0px);
		visibility: visible;
		opacity: 1;
	}
	.account-options-phase .container .options__table .comparison .row-value {
		text-align: center;
	}
}

@media (max-width: 768px) {
	.account-options-phase .container .options__table {
		background: rgba(194, 208, 228, 0.05);
		backdrop-filter: blur(20px);
		border-radius: 15px;
		padding: 1rem;
		margin: 4rem 0 0 0;
	}
	.account-options-phase .container .options__table .comparison {
		overflow-x: scroll;
		width: 100%;
		margin: 0;
		font-family: "Plus Jakarta Sans", sans-serif;
		color: #fff;
	}
	.account-options-phase .container .options__table .comparison .cta {
		box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
		border-radius: 15px;
		cursor: pointer;
		padding: 2px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: "Plus Jakarta Sans", sans-serif;
		transition: --gradientAngle 1s;
		background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		font-size: 16px;
		color: #fff;
		margin: 0;
	}
	.account-options-phase .container .options__table .comparison .cta a {
		background: radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		display: inline-block;
		padding: 15px 0;
		width: 100%;
		color: #fff;
		text-decoration: none;
		transition: all 0.6s ease-in-out;
	}
	.account-options-phase .container .options__table .comparison .cta:hover {
		--gradientAngle: 720deg;
		background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.account-options-phase .container .options__table .comparison .cta:hover a {
		opacity: 0.8;
	}
	.account-options-phase .container .options__table .comparison table {
		margin: 0;
		border-collapse: collapse;
	}
	.account-options-phase .container .options__table .comparison table thead th {
		padding: 20px;
		position: relative;
		white-space: nowrap;
	}
	.account-options-phase .container .options__table .comparison table thead th.label-wrap .label {
		padding: 1px;
		border-radius: 100px;
		overflow: hidden;
		width: fit-content;
		margin: 0 auto;
		background: -webkit-linear-gradient(260deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.account-options-phase .container .options__table .comparison table thead th.label-wrap .label span {
		display: block;
		padding: 6px 28px;
		font-weight: 500;
		font-size: 15px;
		background-color: #101217;
		border-radius: 100px;
	}
	.account-options-phase .container .options__table .comparison table thead th.price-info::before {
		content: "";
		position: absolute;
		width: 100%;
		inset: 0;
		transition: all 0.2s ease-in-out;
	}
	.account-options-phase .container .options__table .comparison table thead th.price-info:hover::before {
		background: rgba(255, 255, 255, 0.02);
	}
	.account-options-phase .container .options__table .comparison table thead th.price-info.one-phase-page::before {
		height: 1006px;
	}
	.account-options-phase .container .options__table .comparison table thead th.price-info.two-phase-page::before {
		height: 1035px;
	}
	.account-options-phase .container .options__table .comparison table thead tr.labels {
		position: relative;
		top: unset;
	}
	.account-options-phase .container .options__table .comparison table thead tr.labels th {
		padding: 0;
	}
	.account-options-phase .container .options__table .comparison table thead .price-info {
		font-size: 22px;
	}
	.account-options-phase .container .options__table .comparison table tbody tr:not(:last-of-type) {
		border-bottom: 1px solid #2f3239;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td {
		padding: 26px;
		font-size: 16px;
		font-family: "Plus Jakarta Sans", sans-serif;
		color: #fff;
		position: relative;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td.contains-fee {
		padding: 40px;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td .tooltip {
		margin-right: 5px;
		display: inline-block;
		position: relative;
		display: inline-flex;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td .tooltip img.table-tooltip {
		vertical-align: middle;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td .tooltip .tooltip-text {
		visibility: hidden;
		background-color: #101217;
		color: #fff;
		text-align: center;
		border-radius: 6px;
		padding: 14px;
		position: absolute;
		left: 175px;
		bottom: -18px;
		width: 300px;
		font-size: 13px;
		transform: translateX(-50%);
		z-index: 9999;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td .tooltip .tooltip-text::after {
		content: "";
		position: absolute;
		top: 43%;
		left: -5px;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: transparent #101217 transparent transparent;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td .tooltip:hover .tooltip-text {
		visibility: visible;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td img {
		vertical-align: middle;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td.accordion-td {
		padding: 0;
		border-bottom: 1px solid transparent;
		transition: all 0.7s ease-in-out;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td.accordion-td.active {
		border-bottom: 1px solid #2f3239;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td .collapsed-content {
		padding: 2rem;
	}
	.account-options-phase .container .options__table .comparison table tbody tr .row-value {
		width: 220px;
	}
	.account-options-phase .container .options__table .comparison table tbody tr .row-value .fee-notice {
		display: block;
		-webkit-background: linear-gradient(to right, #68af7c, #8ad78a, #9cd47e, #aed97b, #b4d777);
		background: linear-gradient(to right, #68af7c, #8ad78a, #9cd47e, #aed97b, #b4d777);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		padding: 5px 0px 0px;
		font-size: 14px;
		font-weight: 600;
	}
	.account-options-phase .container .options__table .comparison table tbody tr .row-value .notice {
		display: block;
		color: #fff;
		padding: 5px 0px 0px;
		font-size: 14px;
		font-weight: 500;
	}
	.account-options-phase .container .options__table .comparison table tbody tr:first-child td {
		border-top: 1px solid #2f3239;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td.row-larger {
		font-size: 16px;
		font-weight: 600;
	}
	.account-options-phase .container .options__table .comparison table tbody tr.table-accordion {
		cursor: pointer;
		transition: all 0.2s ease-in-out;
	}
	.account-options-phase .container .options__table .comparison table tbody tr.table-accordion td {
		white-space: nowrap;
	}
	.account-options-phase .container .options__table .comparison table tbody tr.table-accordion td img {
		transition: all 0.4s ease-in-out;
		transform-origin: center;
	}
	.account-options-phase .container .options__table .comparison table tbody tr.table-accordion.active td img:last-child {
		transform: rotate(180deg);
	}
	.account-options-phase .container .options__table .comparison table tbody tr.table-accordion:hover {
		background: rgba(255, 255, 255, 0.02);
	}
	.account-options-phase .container .options__table .comparison table .first-option {
		display: inline-block;
		transform: translateY(20px) translateX(-50%);
		left: 50%;
		visibility: hidden;
		opacity: 0;
		transition: all 0.3s ease-in-out;
		position: absolute;
		text-align: center;
		white-space: nowrap;
	}
	.account-options-phase .container .options__table .comparison table .second-option {
		display: inline-block;
		transform: translateY(20px);
		visibility: hidden;
		opacity: 0;
		transition: all 0.3s ease-in-out;
	}
	.account-options-phase .container .options__table .comparison table.first-option .first-option {
		transform: translateY(0px) translateX(-50%);
		visibility: visible;
		opacity: 1;
	}
	.account-options-phase .container .options__table .comparison table.second-option .second-option {
		transform: translateY(0px);
		visibility: visible;
		opacity: 1;
	}
	.account-options-phase .container .options__table .comparison .row-value {
		text-align: center;
	}
}

@media (max-width: 576px) {
	.account-options-phase .container .options__table {
		background: rgba(194, 208, 228, 0.05);
		backdrop-filter: blur(20px);
		border-radius: 15px;
		padding: 1rem;
		margin: 4rem 0 0 0;
	}
	.account-options-phase .container .options__table .comparison {
		overflow-x: scroll;
		width: 100%;
		margin: 0;
		font-family: "Plus Jakarta Sans", sans-serif;
		color: #fff;
	}
	.account-options-phase .container .options__table .comparison .cta {
		box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
		border-radius: 15px;
		cursor: pointer;
		padding: 2px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-family: "Plus Jakarta Sans", sans-serif;
		transition: --gradientAngle 1s;
		background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		font-size: 16px;
		color: #fff;
		margin: 0;
	}
	.account-options-phase .container .options__table .comparison .cta a {
		background: radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		display: inline-block;
		padding: 15px 0;
		width: 100%;
		color: #fff;
		text-decoration: none;
		transition: all 0.6s ease-in-out;
	}
	.account-options-phase .container .options__table .comparison .cta:hover {
		--gradientAngle: 720deg;
		background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.account-options-phase .container .options__table .comparison .cta:hover a {
		opacity: 0.8;
	}
	.account-options-phase .container .options__table .comparison table {
		margin: 0;
		border-collapse: collapse;
	}
	.account-options-phase .container .options__table .comparison table thead th {
		padding: 20px;
		position: relative;
		white-space: nowrap;
	}
	.account-options-phase .container .options__table .comparison table thead th.label-wrap .label {
		padding: 1px;
		border-radius: 100px;
		overflow: hidden;
		width: fit-content;
		margin: 0 auto;
		background: -webkit-linear-gradient(260deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.account-options-phase .container .options__table .comparison table thead th.label-wrap .label span {
		display: block;
		padding: 6px 28px;
		font-weight: 500;
		font-size: 15px;
		background-color: #101217;
		border-radius: 100px;
	}
	.account-options-phase .container .options__table .comparison table thead th.price-info::before {
		content: "";
		position: absolute;
		width: 100%;
		inset: 0;
		transition: all 0.2s ease-in-out;
	}
	.account-options-phase .container .options__table .comparison table thead th.price-info:hover::before {
		background: rgba(255, 255, 255, 0.02);
	}
	.account-options-phase .container .options__table .comparison table thead th.price-info.one-phase-page::before {
		height: 1006px;
	}
	.account-options-phase .container .options__table .comparison table thead th.price-info.two-phase-page::before {
		height: 1035px;
	}
	.account-options-phase .container .options__table .comparison table thead tr.labels {
		position: relative;
		top: unset;
	}
	.account-options-phase .container .options__table .comparison table thead tr.labels th {
		padding: 0;
	}
	.account-options-phase .container .options__table .comparison table thead .price-info {
		font-size: 22px;
	}
	.account-options-phase .container .options__table .comparison table tbody tr:not(:last-of-type) {
		border-bottom: 1px solid #2f3239;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td {
		padding: 26px;
		font-size: 16px;
		font-family: "Plus Jakarta Sans", sans-serif;
		color: #fff;
		position: relative;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td.contains-fee {
		padding: 40px;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td .tooltip {
		margin-right: 5px;
		display: inline-block;
		position: relative;
		display: inline-flex;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td .tooltip img.table-tooltip {
		vertical-align: middle;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td .tooltip .tooltip-text {
		visibility: hidden;
		background-color: #101217;
		color: #fff;
		text-align: center;
		border-radius: 6px;
		padding: 14px;
		position: absolute;
		left: 175px;
		bottom: -18px;
		width: 300px;
		font-size: 13px;
		transform: translateX(-50%);
		z-index: 9999;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td .tooltip .tooltip-text::after {
		content: "";
		position: absolute;
		top: 43%;
		left: -5px;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: transparent #101217 transparent transparent;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td .tooltip:hover .tooltip-text {
		visibility: visible;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td img {
		vertical-align: middle;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td.accordion-td {
		padding: 0;
		border-bottom: 1px solid transparent;
		transition: all 0.7s ease-in-out;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td.accordion-td.active {
		border-bottom: 1px solid #2f3239;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td .collapsed-content {
		padding: 2rem;
	}
	.account-options-phase .container .options__table .comparison table tbody tr .row-value {
		width: 220px;
	}
	.account-options-phase .container .options__table .comparison table tbody tr .row-value .fee-notice {
		display: block;
		-webkit-background: linear-gradient(to right, #68af7c, #8ad78a, #9cd47e, #aed97b, #b4d777);
		background: linear-gradient(to right, #68af7c, #8ad78a, #9cd47e, #aed97b, #b4d777);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		padding: 5px 0px 0px;
		font-size: 14px;
		font-weight: 600;
	}
	.account-options-phase .container .options__table .comparison table tbody tr .row-value .notice {
		display: block;
		color: #fff;
		padding: 5px 0px 0px;
		font-size: 14px;
		font-weight: 500;
	}
	.account-options-phase .container .options__table .comparison table tbody tr:first-child td {
		border-top: 1px solid #2f3239;
	}
	.account-options-phase .container .options__table .comparison table tbody tr td.row-larger {
		font-size: 16px;
		font-weight: 600;
	}
	.account-options-phase .container .options__table .comparison table tbody tr.table-accordion {
		cursor: pointer;
		transition: all 0.2s ease-in-out;
	}
	.account-options-phase .container .options__table .comparison table tbody tr.table-accordion td {
		white-space: nowrap;
	}
	.account-options-phase .container .options__table .comparison table tbody tr.table-accordion td img {
		transition: all 0.4s ease-in-out;
		transform-origin: center;
	}
	.account-options-phase .container .options__table .comparison table tbody tr.table-accordion.active td img:last-child {
		transform: rotate(180deg);
	}
	.account-options-phase .container .options__table .comparison table tbody tr.table-accordion:hover {
		background: rgba(255, 255, 255, 0.02);
	}
	.account-options-phase .container .options__table .comparison table .first-option {
		display: inline-block;
		transform: translateY(20px) translateX(-50%);
		left: 50%;
		visibility: hidden;
		opacity: 0;
		transition: all 0.3s ease-in-out;
		position: absolute;
		text-align: center;
		white-space: nowrap;
	}
	.account-options-phase .container .options__table .comparison table .second-option {
		display: inline-block;
		transform: translateY(20px);
		visibility: hidden;
		opacity: 0;
		transition: all 0.3s ease-in-out;
	}
	.account-options-phase .container .options__table .comparison table.first-option .first-option {
		transform: translateY(0px) translateX(-50%);
		visibility: visible;
		opacity: 1;
	}
	.account-options-phase .container .options__table .comparison table.second-option .second-option {
		transform: translateY(0px);
		visibility: visible;
		opacity: 1;
	}
	.account-options-phase .container .options__table .comparison .row-value {
		text-align: center;
	}
}

@media (max-width: 992px) {
	.account-options-phase .container {
		padding: 0;
	}
}

@media (max-width: 768px) {
	.account-options-phase .container {
		padding: 0;
	}
	.account-options-phase .container .options__table {
		display: none;
	}
}

@media (max-width: 576px) {
	.account-options-phase .container {
		padding: 0;
	}
}

.refund-amount-phase {
	width: 100%;
	padding-top: 90px;
	padding-bottom: 90px;
}

.refund-amount-phase .container {
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
}

.refund-amount-phase .container h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 60px;
	line-height: 72px;
	color: #fff;
	margin: 15px 0 0 0;
	padding: 0;
	text-align: center;
	font-weight: 800;
}

.refund-amount-phase .container h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

.refund-amount-phase .container p {
	max-width: 700px;
	width: 100%;
	margin: 15px auto 0 auto;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: #68717f;
	text-align: center;
	font-weight: 400;
}

@media (max-width: 768px) {
	.refund-amount-phase {
		width: 100%;
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.refund-amount-phase .container {
		margin: 0 auto;
		max-width: 1440px;
		width: 100%;
	}
	.refund-amount-phase .container h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 15px 0 0 0;
		padding: 0;
		text-align: center;
		font-weight: 800;
	}
	.refund-amount-phase .container h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.refund-amount-phase .container p {
		max-width: 700px;
		width: 100%;
		margin: 15px auto 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		text-align: center;
		font-weight: 400;
	}
}

@media (max-width: 576px) {
	.refund-amount-phase {
		width: 100%;
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.refund-amount-phase .container {
		margin: 0 auto;
		max-width: 1440px;
		width: 100%;
	}
	.refund-amount-phase .container h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 15px 0 0 0;
		padding: 0;
		text-align: center;
		font-weight: 800;
	}
	.refund-amount-phase .container h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.refund-amount-phase .container p {
		max-width: 700px;
		width: 100%;
		margin: 15px auto 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		text-align: center;
		font-weight: 400;
	}
}

@keyframes hoverAnim1 {
	0% {
		transform: translate3d(0, -15%, 0);
	}
	50% {
		transform: translate3d(0, -12%, 0);
	}
	100% {
		transform: translate3d(0, -15%, 0);
	}
}

@keyframes hoverAnim2 {
	0% {
		transform: translate3d(0, 0, 0);
	}
	50% {
		transform: translate3d(0, 4%, 0);
	}
	100% {
		transform: translate3d(0, 0%, 0);
	}
}

.tailor-program-phase {
	width: 100%;
	padding: 95px 1.5rem 95px 1.5rem;
	position: relative;
}

.tailor-program-phase .bgs {
	position: absolute;
	inset: -1.5rem;
	z-index: -1;
}

.tailor-program-phase .bgs .top-right-bg {
	position: absolute;
	right: 0;
	top: 0;
	width: 700px;
}

.tailor-program-phase .container {
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.tailor-program-phase .container .tailor-left {
	flex: 1 1 0;
	padding-top: 6rem;
}

.tailor-program-phase .container .tailor-left h1 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 52px;
	line-height: 1.15;
	color: #fff;
	margin: 0 auto;
	width: 100%;
	padding: 0;
	text-align: left;
	font-weight: 800;
}

.tailor-program-phase .container .tailor-left h1 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 6px 0;
	color: #101217;
	display: block;
}

.tailor-program-phase .container .tailor-left p {
	max-width: 700px;
	width: 100%;
	margin: 15px 0;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: rgba(194, 208, 228, 0.5);
	text-align: left;
	font-weight: 400;
	max-width: 85%;
}

.tailor-program-phase .container .tailor-left .tl__button {
	display: flex;
	margin-top: 2rem;
}

.tailor-program-phase .container .tailor-right {
	display: flex;
	justify-content: flex-end;
	flex: 1 1 0;
}

.tailor-program-phase .container .tailor-bottom {
	flex: 1 1 100%;
	display: flex;
	gap: 1rem;
	margin: 3rem 0;
}

.tailor-program-phase .container .tailor-bottom .tb-single {
	display: flex;
	flex-flow: column nowrap;
	border: 1px solid rgba(194, 208, 228, 0.15);
	background: url("../png/gradient-bg-tailor.png"), url("../svg/tailor-grid.svg"), rgba(11, 12, 16, 0.25);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: center, right bottom, center center;
	background-size: cover, auto, cover;
	border-radius: 15px;
	padding: 4.5rem 3rem;
	position: relative;
	overflow: hidden;
	flex: 1 1 20%;
}

.tailor-program-phase .container .tailor-bottom .tb-single.anim1 {
	animation: hoverAnim1 8s ease-in-out infinite;
}

@media (max-width: 1270px) {
	.tailor-program-phase .container .tailor-bottom .tb-single.anim1 {
		animation: unset;
	}
}

.tailor-program-phase .container .tailor-bottom .tb-single.anim2 {
	animation: hoverAnim2 6s ease-in-out infinite reverse;
}

@media (max-width: 1270px) {
	.tailor-program-phase .container .tailor-bottom .tb-single.anim2 {
		animation: unset;
	}
}

.tailor-program-phase .container .tailor-bottom .tb-single .tb-single__icon {
	margin-bottom: 0.5rem;
}

.tailor-program-phase .container .tailor-bottom .tb-single .tb-single__title {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
	color: #ffffff;
	margin-bottom: 1.1rem;
}

.tailor-program-phase .container .tailor-bottom .tb-single .tb-single__title span {
	font-weight: bolder;
}

.tailor-program-phase .container .tailor-bottom .tb-single .tb-single__text {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
}

.tailor-program-phase .container .tailor-bottom .tb-single:nth-of-type(3) {
	transform: translate3d(0, -15%, 0);
	-webkit-transform: translate3d(0, -15%, 0);
}

.tailor-program-phase .container .tailor-bottom .tb-single:nth-of-type(1) {
	transform: translate3d(0, -15%, 0);
	-webkit-transform: translate3d(0, -15%, 0);
}

@media (min-width: 992px) and (max-width: 1270px) {
	.tailor-program-phase {
		width: 100%;
		padding: 120px 1.5rem 120px 1.5rem;
		position: relative;
	}
	.tailor-program-phase .bgs {
		position: absolute;
		inset: 0;
		z-index: -1;
	}
	.tailor-program-phase .bgs .top-right-bg {
		position: absolute;
		right: 0;
		top: 0;
		width: 500px;
	}
	.tailor-program-phase .container {
		margin: 0 auto;
		max-width: 1440px;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding: 30px 0;
	}
	.tailor-program-phase .container .tailor-left {
		flex: 1 1 0;
	}
	.tailor-program-phase .container .tailor-left h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 52px;
		line-height: 1.15;
		color: #fff;
		margin: 0 auto;
		width: 100%;
		padding: 0;
		text-align: left;
		font-weight: 800;
	}
	.tailor-program-phase .container .tailor-left h1 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 6px 0;
		color: #101217;
		display: block;
	}
	.tailor-program-phase .container .tailor-left p {
		max-width: 700px;
		width: 100%;
		margin: 15px 0;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: rgba(194, 208, 228, 0.5);
		text-align: left;
		font-weight: 400;
		max-width: 85%;
	}
	.tailor-program-phase .container .tailor-right {
		display: flex;
		justify-content: flex-end;
		flex: 1 1 0;
	}
	.tailor-program-phase .container .tailor-right img {
		transform: none;
	}
	.tailor-program-phase .container .tailor-bottom {
		flex: 1 1 100%;
		display: flex;
		gap: 1rem;
		margin-top: 7rem;
		flex-wrap: wrap;
	}
	.tailor-program-phase .container .tailor-bottom .tb-single {
		display: flex;
		flex-flow: column nowrap;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: url("../png/gradient-bg-tailor.png"), url("../svg/tailor-grid.svg"), rgba(11, 12, 16, 0.25);
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position: center, right bottom, center center;
		background-size: cover, auto, cover;
		border-radius: 15px;
		padding: 5.75rem 3rem;
		position: relative;
		overflow: hidden;
		flex: 1 1 42%;
	}
	.tailor-program-phase .container .tailor-bottom .tb-single .tb-single__icon {
		margin-bottom: 0.5rem;
	}
	.tailor-program-phase .container .tailor-bottom .tb-single .tb-single__title {
		font-style: normal;
		font-weight: 400;
		font-size: 26px;
		line-height: 33px;
		color: #ffffff;
		margin-bottom: 1.5rem;
	}
	.tailor-program-phase .container .tailor-bottom .tb-single .tb-single__title span {
		font-weight: bolder;
	}
	.tailor-program-phase .container .tailor-bottom .tb-single .tb-single__text {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
	}
	.tailor-program-phase .container .tailor-bottom .tb-single:nth-of-type(3) {
		transform: translate3d(0, -20%, 0);
		-webkit-transform: translate3d(0, -20%, 0);
	}
	.tailor-program-phase .container .tailor-bottom .tb-single:nth-of-type(2) {
		transform: none;
	}
	.tailor-program-phase .container .tailor-bottom .tb-single:nth-of-type(1) {
		transform: translate3d(0, -20%, 0);
		-webkit-transform: translate3d(0, -20%, 0);
	}
}

@media (max-width: 992px) {
	.tailor-program-phase {
		width: 100%;
		padding: 120px 1.5rem 120px 1.5rem;
		position: relative;
	}
	.tailor-program-phase .bgs {
		position: absolute;
		inset: 0;
		z-index: -1;
	}
	.tailor-program-phase .bgs .top-right-bg {
		position: absolute;
		right: 0;
		top: 0;
		width: 700px;
	}
	.tailor-program-phase .container {
		margin: 0 auto;
		max-width: 1440px;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding: 40px 0;
	}
	.tailor-program-phase .container .tailor-left {
		flex: 1 1 100%;
		padding-top: 0;
	}
	.tailor-program-phase .container .tailor-left h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 50px;
		line-height: 1.15;
		color: #fff;
		margin: 0 auto;
		width: 100%;
		padding: 0;
		text-align: left;
		font-weight: 800;
	}
	.tailor-program-phase .container .tailor-left h1 span {
		display: inline-block;
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 6px 0;
		color: #101217;
	}
	.tailor-program-phase .container .tailor-left p {
		max-width: 700px;
		width: 100%;
		margin: 15px 0;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: rgba(194, 208, 228, 0.5);
		text-align: left;
		font-weight: 400;
		max-width: 100%;
	}
	.tailor-program-phase .container .tailor-right {
		display: flex;
		justify-content: center;
		flex: 1 1 100%;
		margin-top: 2rem;
	}
	.tailor-program-phase .container .tailor-right img {
		transform: none;
	}
	.tailor-program-phase .container .tailor-bottom {
		flex: 1 1 100%;
		display: flex;
		gap: 1rem;
		margin-top: 6rem;
		flex-wrap: wrap;
	}
	.tailor-program-phase .container .tailor-bottom .tb-single {
		display: flex;
		flex-flow: column nowrap;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: url("../png/gradient-bg-tailor.png"), url("../svg/tailor-grid.svg"), rgba(11, 12, 16, 0.25);
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position: center, right bottom, center center;
		background-size: cover, auto, cover;
		border-radius: 15px;
		padding: 5.75rem 3rem;
		position: relative;
		overflow: hidden;
		flex: 1 1 42%;
	}
	.tailor-program-phase .container .tailor-bottom .tb-single .tb-single__icon {
		margin-bottom: 0.5rem;
	}
	.tailor-program-phase .container .tailor-bottom .tb-single .tb-single__title {
		font-style: normal;
		font-weight: 400;
		font-size: 26px;
		line-height: 33px;
		color: #ffffff;
		margin-bottom: 1.5rem;
	}
	.tailor-program-phase .container .tailor-bottom .tb-single .tb-single__title span {
		font-weight: bolder;
	}
	.tailor-program-phase .container .tailor-bottom .tb-single .tb-single__text {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
	}
	.tailor-program-phase .container .tailor-bottom .tb-single:nth-of-type(3) {
		transform: translate3d(0, -20%, 0);
		-webkit-transform: translate3d(0, -20%, 0);
	}
	.tailor-program-phase .container .tailor-bottom .tb-single:nth-of-type(2) {
		transform: none;
	}
	.tailor-program-phase .container .tailor-bottom .tb-single:nth-of-type(1) {
		transform: translate3d(0, -20%, 0);
		-webkit-transform: translate3d(0, -20%, 0);
	}
}

@media (max-width: 768px) {
	.tailor-program-phase {
		width: 100%;
		padding: 80px 1.5rem 0px 1.5rem;
		position: relative;
	}
	.tailor-program-phase .bgs {
		position: absolute;
		inset: 0;
		z-index: -1;
	}
	.tailor-program-phase .bgs .top-right-bg {
		position: absolute;
		right: 0;
		top: 0;
		width: 700px;
	}
	.tailor-program-phase .container {
		margin: 0 auto;
		max-width: 1440px;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding: 40px 0;
	}
	.tailor-program-phase .container .tailor-left {
		flex: 1 1 100%;
	}
	.tailor-program-phase .container .tailor-left h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.15;
		color: #fff;
		margin: 0 auto;
		width: 100%;
		padding: 0;
		text-align: left;
		font-weight: 800;
	}
	.tailor-program-phase .container .tailor-left h1 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 6px 0;
		color: #101217;
	}
	.tailor-program-phase .container .tailor-left p {
		max-width: 700px;
		width: 100%;
		margin: 15px 0;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: rgba(194, 208, 228, 0.5);
		text-align: left;
		font-weight: 400;
		max-width: 100%;
	}
	.tailor-program-phase .container .tailor-right {
		display: flex;
		justify-content: center;
		flex: 1 1 100%;
		margin-top: 2rem;
	}
	.tailor-program-phase .container .tailor-right img {
		transform: none;
	}
	.tailor-program-phase .container .tailor-bottom {
		flex: 1 1 100%;
		display: flex;
		gap: 1rem;
		margin-top: 3rem;
		flex-wrap: wrap;
	}
	.tailor-program-phase .container .tailor-bottom .tb-single {
		display: flex;
		flex-flow: column nowrap;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: url("../png/gradient-bg-tailor.png"), url("../svg/tailor-grid.svg"), rgba(11, 12, 16, 0.25);
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position: center, right bottom, center center;
		background-size: cover, auto, cover;
		border-radius: 15px;
		padding: 4.5rem 3rem;
		position: relative;
		overflow: hidden;
		flex: 1 1 100%;
	}
	.tailor-program-phase .container .tailor-bottom .tb-single .tb-single__icon {
		margin-bottom: 0.5rem;
	}
	.tailor-program-phase .container .tailor-bottom .tb-single .tb-single__title {
		font-style: normal;
		font-weight: 400;
		font-size: 24px;
		line-height: 1.2;
		color: #ffffff;
		margin-bottom: 1.1rem;
	}
	.tailor-program-phase .container .tailor-bottom .tb-single .tb-single__title span {
		font-weight: bolder;
	}
	.tailor-program-phase .container .tailor-bottom .tb-single .tb-single__text {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
	}
	.tailor-program-phase .container .tailor-bottom .tb-single:nth-of-type(3) {
		transform: none;
	}
	.tailor-program-phase .container .tailor-bottom .tb-single:nth-of-type(1) {
		transform: none;
	}
}

.rules-phase {
	display: flex;
	width: 100%;
	position: relative;
	padding: 95px 0;
}

.rules-phase .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	border: 1px solid rgba(194, 208, 228, 0.15);
	border-radius: 15px;
	position: relative;
}

.rules-phase .container .rules__flex {
	display: flex;
	flex-flow: row wrap;
	padding: 3rem 3rem 0;
}

.rules-phase .container .rules__flex .rules__heading {
	flex: 1 1 70%;
	margin-bottom: 3rem;
	text-align: left;
}

.rules-phase .container .rules__flex .rules__heading .top-text {
	font-size: 30px;
	color: #c2d0e4;
	margin: 0px;
}

.rules-phase .container .rules__flex .rules__heading h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 60px;
	line-height: 72px;
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: 800;
}

.rules-phase .container .rules__flex .rules__heading h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

.rules-phase .container .rules__flex .rules__heading p {
	max-width: 700px;
	width: 100%;
	margin: 15px 0px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: #68717f;
	font-weight: 400;
}

.rules-phase .container .rules__flex .rules-controls {
	flex: 1 1 30%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: flex-start;
	margin-top: 1rem;
}

.rules-phase .container .rules__flex .rules-controls .rules-buttons {
	display: flex;
	gap: 1.5rem;
}

.rules-phase .container .rules__flex .rules-controls .rules-buttons div {
	border-radius: 100%;
	display: flex;
	height: 50px;
	width: 50px;
	justify-content: center;
	align-items: center;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, transform 1s ease-in-out;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	cursor: pointer;
	user-select: none;
}

.rules-phase .container .rules__flex .rules-controls .rules-buttons div.slick-disabled {
	cursor: auto;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	--color1: rgba(194, 208, 228, 0.25);
	--color2: rgba(194, 208, 228, 0.25);
	--color3: rgba(194, 208, 228, 0.25);
	--color4: rgba(194, 208, 228, 0.25);
}

.rules-phase .container .rules-wrapper {
	padding-left: 3rem;
}

.rules-phase .container .rules-wrapper .overflow-wrapper.rules_slider .single-item {
	border: 2px solid rgba(194, 208, 228, 0.15);
	width: 540px;
	border-radius: 15px;
	padding: 1.5rem 1.5rem 1.5rem 0;
	display: flex;
	flex-flow: row nowrap;
	position: relative;
	transition: all 0.5s ease;
}

.rules-phase .container .rules-wrapper .overflow-wrapper.rules_slider .single-item:not(:last-of-type) {
	margin-right: 1rem;
}

.rules-phase .container .rules-wrapper .overflow-wrapper.rules_slider .single-item .si__image {
	flex: 1 1 30%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rules-phase .container .rules-wrapper .overflow-wrapper.rules_slider .single-item .si__info {
	flex: 1 1 60%;
}

.rules-phase .container .rules-wrapper .overflow-wrapper.rules_slider .single-item .si__info .si__heading h3 {
	font-size: 30px;
	line-height: 1.4;
	color: #ffffff;
	font-weight: 800;
	margin: 0 0 5px;
}

.rules-phase .container .rules-wrapper .overflow-wrapper.rules_slider .single-item .si__info .si__heading h3 span {
	background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0 0 3px 0;
	font-weight: 800;
}

.rules-phase .container .rules-wrapper .overflow-wrapper.rules_slider .single-item .si__info .si__text {
	margin: 0px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: rgba(194, 208, 228, 0.5);
	font-weight: 400;
}

.rules-phase .container .rules-wrapper .overflow-wrapper.rules_slider .single-item::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.rules-phase .container .rules-wrapper .overflow-wrapper.rules_slider .single-item:hover {
	border: 2px solid transparent;
}

.rules-phase .container .rules-wrapper .overflow-wrapper.rules_slider .single-item:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.rules-phase .container .rules-wrapper .overflow-wrapper.rules_slider .single-item:hover .faq-button {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
}

.rules-phase .container .rules-wrapper .overflow-wrapper.rules_slider .single-item:hover .faq-button img {
	opacity: 1;
}

.rules-phase .container .rules-tracker {
	padding: 0 3rem 3rem;
}

.rules-phase .container .rules-tracker .slick-dots {
	display: flex;
	margin: 0;
	gap: 10px;
	padding: 1rem 0;
	list-style-type: none;
	position: static;
	bottom: unset;
	text-align: unset;
}

.rules-phase .container .rules-tracker .slick-dots li {
	position: static;
	display: unset;
	width: unset;
	height: unset;
	margin: unset;
	padding: unset;
	cursor: pointer;
}

.rules-phase .container .rules-tracker .slick-dots li button {
	transition: all 0.3s ease-in-out;
	width: 30px;
	border-radius: 100px;
	background: rgba(194, 208, 228, 0.25);
	height: 8px;
	padding: 2px;
}

.rules-phase .container .rules-tracker .slick-dots li button::before {
	content: "";
}

.rules-phase .container .rules-tracker .slick-dots li.slick-active button {
	width: 93px;
	background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
}

.rules-phase .container .rules__grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 0px;
}

.rules-phase .container .rules__grid .item {
	padding: 30px;
	border: 2px solid transparent;
	position: relative;
	border-radius: 15px;
}

.rules-phase .container .rules__grid .item h3 {
	font-family: "Plus Jakarta Sans";
	font-style: normal;
	font-weight: 800;
	font-size: 30px;
	color: #fff;
	width: 100%;
	margin: 0 0 10px 0;
	text-align: left;
}

.rules-phase .container .rules__grid .item h3 span {
	background: linear-gradient(90deg, #26f7dd -0.36%, #00b8dd 100.2%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.rules-phase .container .rules__grid .item p {
	text-align: left;
	margin: 0;
	color: rgba(194, 208, 228, 0.5);
}

.rules-phase .container .rules__grid .item::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.rules-phase .container .rules__grid .item:hover {
	border: 2px solid transparent;
}

.rules-phase .container .rules__grid .item:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.rules-phase .container .rules__grid .item:hover .faq-button {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
}

.rules-phase .container .rules__grid .item:hover .faq-button img {
	opacity: 1;
}

@media (max-width: 992px) {
	.rules-phase {
		display: flex;
		width: 100%;
		position: relative;
	}
	.rules-phase .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		border: 1px solid rgba(194, 208, 228, 0.15);
		border-radius: 15px;
		position: relative;
	}
	.rules-phase .container .rules__flex {
		display: flex;
		flex-flow: row wrap;
		padding: 4rem 2rem 0rem;
	}
	.rules-phase .container .rules__flex .rules__heading {
		flex: 1 1 100%;
		margin-bottom: 1rem;
		text-align: left;
	}
	.rules-phase .container .rules__flex .rules__heading .top-text {
		font-size: 24px;
		color: #c2d0e4;
		margin: 0px;
	}
	.rules-phase .container .rules__flex .rules__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 50px;
		line-height: 1.2;
		color: #fff;
		margin: 0;
		padding: 0;
		font-weight: 800;
	}
	.rules-phase .container .rules__flex .rules__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.rules-phase .container .rules__flex .rules__heading p {
		max-width: 700px;
		width: 100%;
		margin: 15px 0px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: #68717f;
		font-weight: 400;
	}
	.rules-phase .container .rules__flex .rules-controls {
		flex: 1 1 100%;
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 1rem 0 2rem;
	}
	.rules-phase .container .rules__flex .rules-controls .rules-buttons {
		display: flex;
		gap: 1.1rem;
	}
	.rules-phase .container .rules__flex .rules-controls .rules-buttons div {
		border-radius: 100%;
		display: flex;
		height: 38px;
		width: 38px;
		justify-content: center;
		align-items: center;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, transform 1s ease-in-out;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		cursor: pointer;
		user-select: none;
	}
	.rules-phase .container .rules__flex .rules-controls .rules-buttons div.slick-disabled {
		cursor: auto;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		--color1: rgba(194, 208, 228, 0.25);
		--color2: rgba(194, 208, 228, 0.25);
		--color3: rgba(194, 208, 228, 0.25);
		--color4: rgba(194, 208, 228, 0.25);
	}
	.rules-phase .container .rules-wrapper {
		padding-left: 2rem;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item {
		border: 2px solid rgba(194, 208, 228, 0.15);
		width: 540px;
		border-radius: 15px;
		padding: 1.5rem 1.5rem 1.5rem 0;
		display: flex;
		flex-flow: row nowrap;
		position: relative;
		transition: all 0.5s ease;
		gap: 1rem;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item:not(:last-of-type) {
		margin-right: 1rem;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item .si__image {
		flex: 1 1 30%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item .si__info {
		flex: 1 1 60%;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item .si__info .si__heading h3 {
		font-size: 22px;
		line-height: 1.4;
		color: #ffffff;
		font-weight: 800;
		margin: 0 0 5px;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item .si__info .si__heading h3 span {
		background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		padding: 0 0 3px 0;
		font-weight: 800;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item .si__info .si__text {
		margin: 0px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item:hover {
		border: 2px solid transparent;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item:hover .faq-button {
		animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item:hover .faq-button img {
		opacity: 1;
	}
	.rules-phase .container .rules-tracker {
		padding: 0 2rem 2rem;
	}
	.rules-phase .container .rules-tracker .slick-dots {
		display: flex;
		margin: 0;
		gap: 10px;
		padding: 1rem 0;
		list-style-type: none;
		position: static;
		bottom: unset;
		text-align: unset;
	}
	.rules-phase .container .rules-tracker .slick-dots li {
		position: static;
		display: unset;
		width: unset;
		height: unset;
		margin: unset;
		padding: unset;
		cursor: pointer;
	}
	.rules-phase .container .rules-tracker .slick-dots li button {
		transition: all 0.3s ease-in-out;
		width: 30px;
		border-radius: 100px;
		background: rgba(194, 208, 228, 0.25);
		height: 8px;
		padding: 2px;
	}
	.rules-phase .container .rules-tracker .slick-dots li button::before {
		content: "";
	}
	.rules-phase .container .rules-tracker .slick-dots li.slick-active button {
		width: 93px;
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	}
}

@media (max-width: 768px) {
	.rules-phase {
		display: flex;
		width: 100%;
		position: relative;
	}
	.rules-phase .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		border: 1px solid rgba(194, 208, 228, 0.15);
		border-radius: 15px;
		position: relative;
	}
	.rules-phase .container .rules__flex {
		display: flex;
		flex-flow: row wrap;
		padding: 4rem 2rem 0rem;
	}
	.rules-phase .container .rules__flex .rules__heading {
		flex: 1 1 100%;
		margin-bottom: 1rem;
		text-align: left;
	}
	.rules-phase .container .rules__flex .rules__heading .top-text {
		font-size: 24px;
		color: #c2d0e4;
		margin: 0px;
	}
	.rules-phase .container .rules__flex .rules__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 0;
		padding: 0;
		font-weight: 800;
	}
	.rules-phase .container .rules__flex .rules__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.rules-phase .container .rules__flex .rules__heading p {
		max-width: 700px;
		width: 100%;
		margin: 15px 0px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		font-weight: 400;
	}
	.rules-phase .container .rules__flex .rules-controls {
		flex: 1 1 100%;
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 1rem 0 2rem;
	}
	.rules-phase .container .rules__flex .rules-controls .rules-buttons {
		display: flex;
		gap: 1.1rem;
	}
	.rules-phase .container .rules__flex .rules-controls .rules-buttons div {
		border-radius: 100%;
		display: flex;
		height: 38px;
		width: 38px;
		justify-content: center;
		align-items: center;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, transform 1s ease-in-out;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		cursor: pointer;
		user-select: none;
	}
	.rules-phase .container .rules__flex .rules-controls .rules-buttons div.slick-disabled {
		cursor: auto;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		--color1: rgba(194, 208, 228, 0.25);
		--color2: rgba(194, 208, 228, 0.25);
		--color3: rgba(194, 208, 228, 0.25);
		--color4: rgba(194, 208, 228, 0.25);
	}
	.rules-phase .container .rules-wrapper {
		padding-left: 2rem;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item {
		border: 2px solid rgba(194, 208, 228, 0.15);
		width: unset;
		border-radius: 15px;
		padding: 1.5rem;
		display: flex;
		flex-flow: row wrap;
		position: relative;
		transition: all 0.5s ease;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item:not(:last-of-type) {
		margin-right: 2rem;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item .si__image {
		flex: 1 1 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item .si__info {
		flex: 1 1 100%;
		margin-top: 0.5rem;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item .si__info .si__heading h3 {
		font-size: 22px;
		line-height: 1.4;
		color: #ffffff;
		font-weight: 800;
		margin: 0 0 5px;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item .si__info .si__heading h3 span {
		background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		padding: 0 0 3px 0;
		font-weight: 800;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item .si__info .si__text {
		margin: 0px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item:hover {
		border: 2px solid transparent;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item:hover .faq-button {
		animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item:hover .faq-button img {
		opacity: 1;
	}
	.rules-phase .container .rules-tracker {
		padding: 0 2rem 2rem;
	}
	.rules-phase .container .rules-tracker .slick-dots {
		display: flex;
		margin: 0;
		gap: 10px;
		padding: 1rem 0;
		list-style-type: none;
		position: static;
		bottom: unset;
		text-align: unset;
	}
	.rules-phase .container .rules-tracker .slick-dots li {
		position: static;
		display: unset;
		width: unset;
		height: unset;
		margin: unset;
		padding: unset;
		cursor: pointer;
	}
	.rules-phase .container .rules-tracker .slick-dots li button {
		transition: all 0.3s ease-in-out;
		width: 30px;
		border-radius: 100px;
		background: rgba(194, 208, 228, 0.25);
		height: 8px;
		padding: 2px;
	}
	.rules-phase .container .rules-tracker .slick-dots li button::before {
		content: "";
	}
	.rules-phase .container .rules-tracker .slick-dots li.slick-active button {
		width: 93px;
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	}
}

@media (max-width: 576px) {
	.rules-phase {
		display: flex;
		width: 100%;
		position: relative;
	}
	.rules-phase .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		border: 1px solid rgba(194, 208, 228, 0.15);
		border-radius: 15px;
		position: relative;
	}
	.rules-phase .container .rules__flex {
		display: flex;
		flex-flow: row wrap;
		padding: 4rem 2rem 0rem;
	}
	.rules-phase .container .rules__flex .rules__heading {
		flex: 1 1 100%;
		margin-bottom: 1rem;
		text-align: left;
	}
	.rules-phase .container .rules__flex .rules__heading .top-text {
		font-size: 24px;
		color: #c2d0e4;
		margin: 0px;
	}
	.rules-phase .container .rules__flex .rules__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 0;
		padding: 0;
		font-weight: 800;
	}
	.rules-phase .container .rules__flex .rules__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.rules-phase .container .rules__flex .rules__heading p {
		max-width: 700px;
		width: 100%;
		margin: 15px 0px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		font-weight: 400;
	}
	.rules-phase .container .rules__flex .rules-controls {
		flex: 1 1 100%;
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 1rem 0 2rem;
	}
	.rules-phase .container .rules__flex .rules-controls .rules-buttons {
		display: flex;
		gap: 1.1rem;
	}
	.rules-phase .container .rules__flex .rules-controls .rules-buttons div {
		border-radius: 100%;
		display: flex;
		height: 38px;
		width: 38px;
		justify-content: center;
		align-items: center;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, transform 1s ease-in-out;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		cursor: pointer;
		user-select: none;
	}
	.rules-phase .container .rules__flex .rules-controls .rules-buttons div.slick-disabled {
		cursor: auto;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		--color1: rgba(194, 208, 228, 0.25);
		--color2: rgba(194, 208, 228, 0.25);
		--color3: rgba(194, 208, 228, 0.25);
		--color4: rgba(194, 208, 228, 0.25);
	}
	.rules-phase .container .rules-wrapper {
		padding-left: 2rem;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item {
		border: 2px solid rgba(194, 208, 228, 0.15);
		width: unset;
		border-radius: 15px;
		padding: 1.5rem;
		display: flex;
		flex-flow: row wrap;
		position: relative;
		transition: all 0.5s ease;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item:not(:last-of-type) {
		margin-right: 2rem;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item .si__image {
		flex: 1 1 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item .si__info {
		flex: 1 1 100%;
		margin-top: 0.5rem;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item .si__info .si__heading h3 {
		font-size: 22px;
		line-height: 1.4;
		color: #ffffff;
		font-weight: 800;
		margin: 0 0 5px;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item .si__info .si__heading h3 span {
		background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		padding: 0 0 3px 0;
		font-weight: 800;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item .si__info .si__text {
		margin: 0px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item:hover {
		border: 2px solid transparent;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item:hover .faq-button {
		animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	}
	.rules-phase .container .rules-wrapper .overflow-wrapper.program-rules_slider .single-item:hover .faq-button img {
		opacity: 1;
	}
	.rules-phase .container .rules-tracker {
		padding: 0 2rem 2rem;
	}
	.rules-phase .container .rules-tracker .slick-dots {
		display: flex;
		margin: 0;
		gap: 10px;
		padding: 1rem 0;
		list-style-type: none;
		position: static;
		bottom: unset;
		text-align: unset;
	}
	.rules-phase .container .rules-tracker .slick-dots li {
		position: static;
		display: unset;
		width: unset;
		height: unset;
		margin: unset;
		padding: unset;
		cursor: pointer;
	}
	.rules-phase .container .rules-tracker .slick-dots li button {
		transition: all 0.3s ease-in-out;
		width: 30px;
		border-radius: 100px;
		background: rgba(194, 208, 228, 0.25);
		height: 8px;
		padding: 2px;
	}
	.rules-phase .container .rules-tracker .slick-dots li button::before {
		content: "";
	}
	.rules-phase .container .rules-tracker .slick-dots li.slick-active button {
		width: 93px;
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	}
}

.benefits-phase {
	display: flex;
	width: 100%;
	position: relative;
	padding: 95px 0;
}

.benefits-phase .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	border: 1px solid rgba(194, 208, 228, 0.15);
	border-radius: 15px;
	position: relative;
}

.benefits-phase .container .benefits__flex {
	display: flex;
	flex-flow: row wrap;
	padding: 3rem 3rem 0;
}

.benefits-phase .container .benefits__flex .benefits__heading {
	flex: 1 1 70%;
	margin-bottom: 3rem;
	text-align: left;
}

.benefits-phase .container .benefits__flex .benefits__heading .top-text {
	font-size: 30px;
	color: #c2d0e4;
	margin: 0px;
}

.benefits-phase .container .benefits__flex .benefits__heading h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 60px;
	line-height: 72px;
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: 800;
}

.benefits-phase .container .benefits__flex .benefits__heading h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

.benefits-phase .container .benefits__flex .benefits__heading p {
	max-width: 700px;
	width: 100%;
	margin: 15px 0px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: #68717f;
	font-weight: 400;
}

.benefits-phase .container .benefits__flex .benefits-controls {
	flex: 1 1 30%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: flex-start;
	margin-top: 1rem;
}

.benefits-phase .container .benefits__flex .benefits-controls .benefits-buttons {
	display: flex;
	gap: 1.5rem;
}

.benefits-phase .container .benefits__flex .benefits-controls .benefits-buttons div {
	border-radius: 100%;
	display: flex;
	height: 50px;
	width: 50px;
	justify-content: center;
	align-items: center;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, transform 1s ease-in-out;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	cursor: pointer;
	user-select: none;
}

.benefits-phase .container .benefits__flex .benefits-controls .benefits-buttons div.slick-disabled {
	cursor: auto;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	--color1: rgba(194, 208, 228, 0.25);
	--color2: rgba(194, 208, 228, 0.25);
	--color3: rgba(194, 208, 228, 0.25);
	--color4: rgba(194, 208, 228, 0.25);
}

.benefits-phase .container .benefits-wrapper {
	padding-left: 3rem;
}

.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item {
	border: 2px solid rgba(194, 208, 228, 0.15);
	width: 540px;
	min-height: 213px;
	border-radius: 15px;
	padding: 1.5rem 1.5rem 1.5rem 0;
	display: flex;
	flex-flow: row nowrap;
	position: relative;
	transition: all 0.5s ease;
}

.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item:not(:last-of-type) {
	margin-right: 1rem;
}

.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item .si__image {
	flex: 1 1 30%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item .si__info {
	flex: 1 1 60%;
}

.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item .si__info .si__heading h3 {
	font-size: 30px;
	line-height: 1.4;
	color: #ffffff;
	font-weight: 800;
	margin: 0 0 5px;
}

.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item .si__info .si__heading h3 span {
	background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0 0 3px 0;
	font-weight: 800;
}

.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item .si__info .si__text {
	margin: 0px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: rgba(194, 208, 228, 0.5);
	font-weight: 400;
}

.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item:hover {
	border: 2px solid transparent;
}

.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item:hover .faq-button {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
}

.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item:hover .faq-button img {
	opacity: 1;
}

.benefits-phase .container .benefits-tracker {
	padding: 0 3rem 3rem;
}

.benefits-phase .container .benefits-tracker .slick-dots {
	display: flex;
	margin: 0;
	gap: 10px;
	padding: 1rem 0;
	list-style-type: none;
	position: static;
	bottom: unset;
	text-align: unset;
}

.benefits-phase .container .benefits-tracker .slick-dots li {
	position: static;
	display: unset;
	width: unset;
	height: unset;
	margin: unset;
	padding: unset;
	cursor: pointer;
}

.benefits-phase .container .benefits-tracker .slick-dots li button {
	transition: all 0.3s ease-in-out;
	width: 30px;
	border-radius: 100px;
	background: rgba(194, 208, 228, 0.25);
	height: 8px;
	padding: 2px;
}

.benefits-phase .container .benefits-tracker .slick-dots li button::before {
	content: "";
}

.benefits-phase .container .benefits-tracker .slick-dots li.slick-active button {
	width: 93px;
	background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
}

.benefits-phase .container .benefits__grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 0px;
}

.benefits-phase .container .benefits__grid .item {
	padding: 30px;
	border: 2px solid transparent;
	position: relative;
	border-radius: 15px;
}

.benefits-phase .container .benefits__grid .item h3 {
	font-family: "Plus Jakarta Sans";
	font-style: normal;
	font-weight: 800;
	font-size: 30px;
	color: #fff;
	width: 100%;
	margin: 0 0 10px 0;
	text-align: left;
}

.benefits-phase .container .benefits__grid .item h3 span {
	background: linear-gradient(90deg, #26f7dd -0.36%, #00b8dd 100.2%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.benefits-phase .container .benefits__grid .item p {
	text-align: left;
	margin: 0;
	color: rgba(194, 208, 228, 0.5);
}

.benefits-phase .container .benefits__grid .item::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.benefits-phase .container .benefits__grid .item:hover {
	border: 2px solid transparent;
}

.benefits-phase .container .benefits__grid .item:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.benefits-phase .container .benefits__grid .item:hover .faq-button {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
}

.benefits-phase .container .benefits__grid .item:hover .faq-button img {
	opacity: 1;
}

@media (max-width: 992px) {
	.benefits-phase {
		display: flex;
		width: 100%;
		position: relative;
	}
	.benefits-phase .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		border: 1px solid rgba(194, 208, 228, 0.15);
		border-radius: 15px;
		position: relative;
	}
	.benefits-phase .container .benefits__flex {
		display: flex;
		flex-flow: row wrap;
		padding: 4rem 2rem 0rem;
	}
	.benefits-phase .container .benefits__flex .benefits__heading {
		flex: 1 1 100%;
		margin-bottom: 1rem;
		text-align: left;
	}
	.benefits-phase .container .benefits__flex .benefits__heading .top-text {
		font-size: 24px;
		color: #c2d0e4;
		margin: 0px;
	}
	.benefits-phase .container .benefits__flex .benefits__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 50px;
		line-height: 1.2;
		color: #fff;
		margin: 0;
		padding: 0;
		font-weight: 800;
	}
	.benefits-phase .container .benefits__flex .benefits__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.benefits-phase .container .benefits__flex .benefits__heading p {
		max-width: 700px;
		width: 100%;
		margin: 15px 0px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: #68717f;
		font-weight: 400;
	}
	.benefits-phase .container .benefits__flex .benefits-controls {
		flex: 1 1 100%;
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 1rem 0 2rem;
	}
	.benefits-phase .container .benefits__flex .benefits-controls .benefits-buttons {
		display: flex;
		gap: 1.1rem;
	}
	.benefits-phase .container .benefits__flex .benefits-controls .benefits-buttons div {
		border-radius: 100%;
		display: flex;
		height: 38px;
		width: 38px;
		justify-content: center;
		align-items: center;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, transform 1s ease-in-out;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		cursor: pointer;
		user-select: none;
	}
	.benefits-phase .container .benefits__flex .benefits-controls .benefits-buttons div.slick-disabled {
		cursor: auto;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		--color1: rgba(194, 208, 228, 0.25);
		--color2: rgba(194, 208, 228, 0.25);
		--color3: rgba(194, 208, 228, 0.25);
		--color4: rgba(194, 208, 228, 0.25);
	}
	.benefits-phase .container .benefits-wrapper {
		padding-left: 2rem;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item {
		border: 2px solid rgba(194, 208, 228, 0.15);
		width: 540px;
		border-radius: 15px;
		padding: 1.5rem 1.5rem 1.5rem 0;
		display: flex;
		flex-flow: row nowrap;
		position: relative;
		transition: all 0.5s ease;
		gap: 1rem;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item:not(:last-of-type) {
		margin-right: 1rem;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item .si__image {
		flex: 1 1 30%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item .si__info {
		flex: 1 1 60%;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item .si__info .si__heading h3 {
		font-size: 22px;
		line-height: 1.4;
		color: #ffffff;
		font-weight: 800;
		margin: 0 0 5px;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item .si__info .si__heading h3 span {
		background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		padding: 0 0 3px 0;
		font-weight: 800;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item .si__info .si__text {
		margin: 0px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item:hover {
		border: 2px solid transparent;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item:hover .faq-button {
		animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item:hover .faq-button img {
		opacity: 1;
	}
	.benefits-phase .container .benefits-tracker {
		padding: 0 2rem 2rem;
	}
	.benefits-phase .container .benefits-tracker .slick-dots {
		display: flex;
		margin: 0;
		gap: 10px;
		padding: 1rem 0;
		list-style-type: none;
		position: static;
		bottom: unset;
		text-align: unset;
	}
	.benefits-phase .container .benefits-tracker .slick-dots li {
		position: static;
		display: unset;
		width: unset;
		height: unset;
		margin: unset;
		padding: unset;
		cursor: pointer;
	}
	.benefits-phase .container .benefits-tracker .slick-dots li button {
		transition: all 0.3s ease-in-out;
		width: 30px;
		border-radius: 100px;
		background: rgba(194, 208, 228, 0.25);
		height: 8px;
		padding: 2px;
	}
	.benefits-phase .container .benefits-tracker .slick-dots li button::before {
		content: "";
	}
	.benefits-phase .container .benefits-tracker .slick-dots li.slick-active button {
		width: 93px;
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	}
}

@media (max-width: 768px) {
	.benefits-phase {
		display: flex;
		width: 100%;
		position: relative;
	}
	.benefits-phase .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		border: 1px solid rgba(194, 208, 228, 0.15);
		border-radius: 15px;
		position: relative;
	}
	.benefits-phase .container .benefits__flex {
		display: flex;
		flex-flow: row wrap;
		padding: 4rem 2rem 0rem;
	}
	.benefits-phase .container .benefits__flex .benefits__heading {
		flex: 1 1 100%;
		margin-bottom: 1rem;
		text-align: left;
	}
	.benefits-phase .container .benefits__flex .benefits__heading .top-text {
		font-size: 24px;
		color: #c2d0e4;
		margin: 0px;
	}
	.benefits-phase .container .benefits__flex .benefits__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 0;
		padding: 0;
		font-weight: 800;
	}
	.benefits-phase .container .benefits__flex .benefits__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.benefits-phase .container .benefits__flex .benefits__heading p {
		max-width: 700px;
		width: 100%;
		margin: 15px 0px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		font-weight: 400;
	}
	.benefits-phase .container .benefits__flex .benefits-controls {
		flex: 1 1 100%;
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 1rem 0 2rem;
	}
	.benefits-phase .container .benefits__flex .benefits-controls .benefits-buttons {
		display: flex;
		gap: 1.1rem;
	}
	.benefits-phase .container .benefits__flex .benefits-controls .benefits-buttons div {
		border-radius: 100%;
		display: flex;
		height: 38px;
		width: 38px;
		justify-content: center;
		align-items: center;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, transform 1s ease-in-out;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		cursor: pointer;
		user-select: none;
	}
	.benefits-phase .container .benefits__flex .benefits-controls .benefits-buttons div.slick-disabled {
		cursor: auto;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		--color1: rgba(194, 208, 228, 0.25);
		--color2: rgba(194, 208, 228, 0.25);
		--color3: rgba(194, 208, 228, 0.25);
		--color4: rgba(194, 208, 228, 0.25);
	}
	.benefits-phase .container .benefits-wrapper {
		padding-left: 2rem;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item {
		border: 2px solid rgba(194, 208, 228, 0.15);
		width: unset;
		border-radius: 15px;
		padding: 1.5rem;
		display: flex;
		flex-flow: row wrap;
		position: relative;
		transition: all 0.5s ease;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item:not(:last-of-type) {
		margin-right: 2rem;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item .si__image {
		flex: 1 1 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item .si__info {
		flex: 1 1 100%;
		margin-top: 0.5rem;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item .si__info .si__heading h3 {
		font-size: 22px;
		line-height: 1.4;
		color: #ffffff;
		font-weight: 800;
		margin: 0 0 5px;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item .si__info .si__heading h3 span {
		background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		padding: 0 0 3px 0;
		font-weight: 800;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item .si__info .si__text {
		margin: 0px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item:hover {
		border: 2px solid transparent;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item:hover .faq-button {
		animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item:hover .faq-button img {
		opacity: 1;
	}
	.benefits-phase .container .benefits-tracker {
		padding: 0 2rem 2rem;
	}
	.benefits-phase .container .benefits-tracker .slick-dots {
		display: flex;
		margin: 0;
		gap: 10px;
		padding: 1rem 0;
		list-style-type: none;
		position: static;
		bottom: unset;
		text-align: unset;
	}
	.benefits-phase .container .benefits-tracker .slick-dots li {
		position: static;
		display: unset;
		width: unset;
		height: unset;
		margin: unset;
		padding: unset;
		cursor: pointer;
	}
	.benefits-phase .container .benefits-tracker .slick-dots li button {
		transition: all 0.3s ease-in-out;
		width: 30px;
		border-radius: 100px;
		background: rgba(194, 208, 228, 0.25);
		height: 8px;
		padding: 2px;
	}
	.benefits-phase .container .benefits-tracker .slick-dots li button::before {
		content: "";
	}
	.benefits-phase .container .benefits-tracker .slick-dots li.slick-active button {
		width: 93px;
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	}
}

@media (max-width: 576px) {
	.benefits-phase {
		display: flex;
		width: 100%;
		position: relative;
	}
	.benefits-phase .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		border: 1px solid rgba(194, 208, 228, 0.15);
		border-radius: 15px;
		position: relative;
	}
	.benefits-phase .container .benefits__flex {
		display: flex;
		flex-flow: row wrap;
		padding: 4rem 2rem 0rem;
	}
	.benefits-phase .container .benefits__flex .benefits__heading {
		flex: 1 1 100%;
		margin-bottom: 1rem;
		text-align: left;
	}
	.benefits-phase .container .benefits__flex .benefits__heading .top-text {
		font-size: 24px;
		color: #c2d0e4;
		margin: 0px;
	}
	.benefits-phase .container .benefits__flex .benefits__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 0;
		padding: 0;
		font-weight: 800;
	}
	.benefits-phase .container .benefits__flex .benefits__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.benefits-phase .container .benefits__flex .benefits__heading p {
		max-width: 700px;
		width: 100%;
		margin: 15px 0px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		font-weight: 400;
	}
	.benefits-phase .container .benefits__flex .benefits-controls {
		flex: 1 1 100%;
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 1rem 0 2rem;
	}
	.benefits-phase .container .benefits__flex .benefits-controls .benefits-buttons {
		display: flex;
		gap: 1.1rem;
	}
	.benefits-phase .container .benefits__flex .benefits-controls .benefits-buttons div {
		border-radius: 100%;
		display: flex;
		height: 38px;
		width: 38px;
		justify-content: center;
		align-items: center;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, transform 1s ease-in-out;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		cursor: pointer;
		user-select: none;
	}
	.benefits-phase .container .benefits__flex .benefits-controls .benefits-buttons div.slick-disabled {
		cursor: auto;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		--color1: rgba(194, 208, 228, 0.25);
		--color2: rgba(194, 208, 228, 0.25);
		--color3: rgba(194, 208, 228, 0.25);
		--color4: rgba(194, 208, 228, 0.25);
	}
	.benefits-phase .container .benefits-wrapper {
		padding-left: 2rem;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item {
		border: 2px solid rgba(194, 208, 228, 0.15);
		width: unset;
		border-radius: 15px;
		padding: 1.5rem;
		display: flex;
		flex-flow: row wrap;
		position: relative;
		transition: all 0.5s ease;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item:not(:last-of-type) {
		margin-right: 2rem;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item .si__image {
		flex: 1 1 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item .si__info {
		flex: 1 1 100%;
		margin-top: 0.5rem;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item .si__info .si__heading h3 {
		font-size: 22px;
		line-height: 1.4;
		color: #ffffff;
		font-weight: 800;
		margin: 0 0 5px;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item .si__info .si__heading h3 span {
		background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		padding: 0 0 3px 0;
		font-weight: 800;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item .si__info .si__text {
		margin: 0px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item:hover {
		border: 2px solid transparent;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item:hover .faq-button {
		animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	}
	.benefits-phase .container .benefits-wrapper .overflow-wrapper.program-benefits_slider .single-item:hover .faq-button img {
		opacity: 1;
	}
	.benefits-phase .container .benefits-tracker {
		padding: 0 2rem 2rem;
	}
	.benefits-phase .container .benefits-tracker .slick-dots {
		display: flex;
		margin: 0;
		gap: 10px;
		padding: 1rem 0;
		list-style-type: none;
		position: static;
		bottom: unset;
		text-align: unset;
	}
	.benefits-phase .container .benefits-tracker .slick-dots li {
		position: static;
		display: unset;
		width: unset;
		height: unset;
		margin: unset;
		padding: unset;
		cursor: pointer;
	}
	.benefits-phase .container .benefits-tracker .slick-dots li button {
		transition: all 0.3s ease-in-out;
		width: 30px;
		border-radius: 100px;
		background: rgba(194, 208, 228, 0.25);
		height: 8px;
		padding: 2px;
	}
	.benefits-phase .container .benefits-tracker .slick-dots li button::before {
		content: "";
	}
	.benefits-phase .container .benefits-tracker .slick-dots li.slick-active button {
		width: 93px;
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	}
}

.profits-phase {
	display: flex;
	width: 100%;
	position: relative;
	padding: 95px 0;
}

.profits-phase .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	border-radius: 15px;
	display: flex;
	flex-flow: row wrap;
}

.profits-phase .container .left {
	flex: 1 1 40%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.profits-phase .container .left img {
	margin-left: -90px;
}

.profits-phase .container .right {
	flex: 1 1 60%;
}

.profits-phase .container .right .profits__heading .pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
	width: fit-content;
}

.profits-phase .container .right .profits__heading h3 {
	font-size: 52px;
	line-height: 1.2;
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 800;
	margin: 10px 0 0;
	padding: 0;
}

.profits-phase .container .right .profits__heading h3 span {
	background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 3px transparent;
	padding: 0 0 3px 0;
	color: #101217;
	display: block;
}

.profits-phase .container .right .profits__heading p {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: rgba(194, 208, 228, 0.5);
	padding: 0;
	letter-spacing: 0.5px;
	margin: 0.5rem 0;
}

.profits-phase .container .right .profits__flex {
	display: flex;
	flex-flow: row wrap;
	gap: 1.5rem;
	margin-top: 2rem;
}

.profits-phase .container .right .profits__flex .profits__item {
	flex: 1 1 40%;
	transition: all 0.5s ease-in-out;
	padding: 1rem;
	border-radius: 15px;
}

.profits-phase .container .right .profits__flex .profits__item h3 {
	font-size: 30px;
	color: #ffffff;
	margin: 0 0 10px;
}

.profits-phase .container .right .profits__flex .profits__item p {
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
}

.profits-phase .container .right .profits__flex .profits__item:hover {
	background-color: rgba(11, 12, 16, 0.4);
}

@media (max-width: 1200px) {
	.profits-phase {
		display: flex;
		width: 100%;
		position: relative;
		margin-top: 5rem;
	}
	.profits-phase .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		position: relative;
		border-radius: 15px;
		display: flex;
		flex-flow: row wrap;
		padding: 4rem 2rem 1rem;
	}
	.profits-phase .container .left {
		order: 2;
		flex: 1 1 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 2rem;
	}
	.profits-phase .container .left img {
		margin: 0;
		width: 50%;
	}
	.profits-phase .container .right {
		order: 1;
		flex: 1 1 100%;
	}
	.profits-phase .container .right .profits__heading .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.profits-phase .container .right .profits__heading h3 {
		font-size: 52px;
		line-height: 1.2;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 1rem 0 0;
		padding: 0;
	}
	.profits-phase .container .right .profits__heading h3 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	.profits-phase .container .right .profits__heading p {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: rgba(194, 208, 228, 0.5);
		padding: 0;
		letter-spacing: 0.5px;
		margin: 0.5rem 0;
	}
	.profits-phase .container .right .profits__flex {
		display: flex;
		flex-flow: row wrap;
		gap: 1.2rem;
		margin-top: 2rem;
	}
	.profits-phase .container .right .profits__flex .profits__item {
		flex: 1 1 40%;
		transition: all 0.5s ease-in-out;
		padding: 0;
		border-radius: 15px;
	}
	.profits-phase .container .right .profits__flex .profits__item h3 {
		font-size: 24px;
		color: #ffffff;
		margin: 0 0 10px;
	}
	.profits-phase .container .right .profits__flex .profits__item p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		font-size: 15px;
	}
	.profits-phase .container .right .profits__flex .profits__item:hover {
		background-color: unset;
	}
}

@media (max-width: 992px) {
	.profits-phase {
		display: flex;
		width: 100%;
		position: relative;
		margin-top: 0rem;
	}
	.profits-phase .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		position: relative;
		border-radius: 15px;
		display: flex;
		flex-flow: row wrap;
		padding: 4rem 2rem 1rem;
	}
	.profits-phase .container .left {
		order: 2;
		flex: 1 1 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 2rem;
	}
	.profits-phase .container .left img {
		margin: 0;
		width: 50%;
	}
	.profits-phase .container .right {
		order: 1;
		flex: 1 1 100%;
	}
	.profits-phase .container .right .profits__heading .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.profits-phase .container .right .profits__heading h3 {
		font-size: 50px;
		line-height: 1.2;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 1rem 0 0;
		padding: 0;
	}
	.profits-phase .container .right .profits__heading h3 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	.profits-phase .container .right .profits__heading p {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: rgba(194, 208, 228, 0.5);
		padding: 0;
		letter-spacing: 0.5px;
		margin: 0.5rem 0;
	}
	.profits-phase .container .right .profits__flex {
		display: flex;
		flex-flow: row wrap;
		gap: 1.2rem;
		margin-top: 2rem;
	}
	.profits-phase .container .right .profits__flex .profits__item {
		flex: 1 1 40%;
		transition: all 0.5s ease-in-out;
		padding: 0;
		border-radius: 15px;
	}
	.profits-phase .container .right .profits__flex .profits__item h3 {
		font-size: 24px;
		color: #ffffff;
		margin: 0 0 10px;
	}
	.profits-phase .container .right .profits__flex .profits__item p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		font-size: 15px;
	}
	.profits-phase .container .right .profits__flex .profits__item:hover {
		background-color: unset;
	}
}

@media (max-width: 768px) {
	.profits-phase {
		display: flex;
		width: 100%;
		position: relative;
		margin-top: 5rem;
	}
	.profits-phase .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		position: relative;
		border-radius: 15px;
		display: flex;
		flex-flow: row wrap;
		padding: 4rem 2rem 1rem;
	}
	.profits-phase .container .left {
		order: 2;
		flex: 1 1 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 1rem;
	}
	.profits-phase .container .left img {
		margin: 0;
	}
	.profits-phase .container .right {
		order: 1;
		flex: 1 1 100%;
	}
	.profits-phase .container .right .profits__heading .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.profits-phase .container .right .profits__heading h3 {
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 1rem 0 0;
		padding: 0;
	}
	.profits-phase .container .right .profits__heading h3 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	.profits-phase .container .right .profits__heading p {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: rgba(194, 208, 228, 0.5);
		padding: 0;
		letter-spacing: 0.5px;
		margin: 0.5rem 0;
	}
	.profits-phase .container .right .profits__flex {
		display: flex;
		flex-flow: row wrap;
		gap: 1.2rem;
		margin-top: 2rem;
	}
	.profits-phase .container .right .profits__flex .profits__item {
		flex: 1 1 40%;
		transition: all 0.5s ease-in-out;
		padding: 0;
		border-radius: 15px;
	}
	.profits-phase .container .right .profits__flex .profits__item h3 {
		font-size: 24px;
		color: #ffffff;
		margin: 0 0 10px;
	}
	.profits-phase .container .right .profits__flex .profits__item p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		font-size: 15px;
	}
	.profits-phase .container .right .profits__flex .profits__item:hover {
		background-color: unset;
	}
}

@media (max-width: 576px) {
	.profits-phase {
		display: flex;
		width: 100%;
		position: relative;
		margin-top: 0;
		padding-top: 0;
	}
	.profits-phase .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		position: relative;
		border-radius: 15px;
		display: flex;
		flex-flow: row wrap;
		padding: 0rem 2rem 0rem;
	}
	.profits-phase .container .left {
		order: 2;
		flex: 1 1 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 1rem;
	}
	.profits-phase .container .left img {
		margin: 0;
		width: 100%;
		height: auto;
	}
	.profits-phase .container .right {
		order: 1;
		flex: 1 1 100%;
	}
	.profits-phase .container .right .profits__heading .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.profits-phase .container .right .profits__heading h3 {
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 1rem 0 0;
		padding: 0;
	}
	.profits-phase .container .right .profits__heading h3 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	.profits-phase .container .right .profits__heading p {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: rgba(194, 208, 228, 0.5);
		padding: 0;
		letter-spacing: 0.5px;
		margin: 0.5rem 0;
	}
	.profits-phase .container .right .profits__flex {
		display: flex;
		flex-flow: row wrap;
		gap: 1.2rem;
		margin-top: 2rem;
	}
	.profits-phase .container .right .profits__flex .profits__item {
		flex: 1 1 100%;
		transition: all 0.5s ease-in-out;
		padding: 0;
		border-radius: 15px;
	}
	.profits-phase .container .right .profits__flex .profits__item h3 {
		font-size: 24px;
		color: #ffffff;
		margin: 0 0 10px;
	}
	.profits-phase .container .right .profits__flex .profits__item p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		font-size: 15px;
	}
	.profits-phase .container .right .profits__flex .profits__item:hover {
		background-color: unset;
	}
}

.prop-firm-phase {
	width: 100%;
	margin: 0 auto;
	background: url("../png/grid-right_bg.png");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 600px;
	padding: 95px 1.5rem 95px 1.5rem;
	display: flex;
	justify-content: center;
	text-align: left;
}

.prop-firm-phase .container {
	max-width: 1200px;
	width: 100%;
}

.prop-firm-phase .container .pf__heading h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 52px;
	max-width: 80%;
	line-height: 1.2;
	color: #fff;
	margin: 15px auto;
	padding: 0;
	font-weight: 800;
	text-align: center;
}

.prop-firm-phase .container .pf__heading h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 2px 2px 2px;
	color: #101217;
}

.prop-firm-phase .container .pf__heading p.bottom-text {
	max-width: 58%;
	text-align: center;
	margin: 1.5rem auto;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: #68717f;
	font-weight: 500;
}

.prop-firm-phase .container .pf__partner {
	margin: 4rem 0;
}

.prop-firm-phase .container .pf__partner .partner-wrapper {
	background: rgba(194, 208, 228, 0.05);
	border: 2px solid rgba(194, 208, 228, 0.15);
	max-width: 592px;
	max-height: min-content;
	margin: 0 auto;
	border-radius: 10px;
	position: relative;
	padding: 20px 0;
	transition: all 0.5s ease-in-out;
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
}

.prop-firm-phase .container .pf__partner .partner-wrapper .partner__link {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: rgba(194, 208, 228, 0.05);
	backdrop-filter: blur(10px);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all 0.5s ease;
	z-index: 99;
	border-radius: 10px;
	overflow: hidden;
}

.prop-firm-phase .container .pf__partner .partner-wrapper .partner__link .pl__button {
	padding: 10px 30px;
	background: #fff;
	border-radius: 10px;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #101217;
	text-decoration: none;
	transition: all 0.5s ease;
	transform: translateY(50px);
}

.prop-firm-phase .container .pf__partner .partner-wrapper .partner__link .pl__button:hover {
	opacity: 0.8;
}

.prop-firm-phase .container .pf__partner .partner-wrapper .partner__link .pl__button {
	display: flex;
	align-items: center;
	text-align: center;
	transition: all 0.5s ease;
	transform: translateY(50px);
}

.prop-firm-phase .container .pf__partner .partner-wrapper .partner__link .pl__button a#cta-btn {
	padding: 10px 30px;
	font-size: 16px;
}

.prop-firm-phase .container .pf__partner .partner-wrapper .partner__pill {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding: 1px;
	border-radius: 100px;
	overflow: hidden;
	width: fit-content;
	margin: 0 auto;
	background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	top: -20px;
	z-index: 999;
}

.prop-firm-phase .container .pf__partner .partner-wrapper .partner__pill .pp__text {
	display: block;
	padding: 6px 28px;
	font-weight: 500;
	font-size: 16px;
	background-color: #101217;
	border-radius: 100px;
	color: #fff;
}

.prop-firm-phase .container .pf__partner .partner-wrapper .partner__images {
	padding: 0.25rem 1rem;
	display: flex;
	gap: 3rem;
	align-items: center;
	justify-content: space-between;
}

.prop-firm-phase .container .pf__partner .partner-wrapper .partner__images div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.prop-firm-phase .container .pf__partner .partner-wrapper .partner__images div img {
	max-height: 60px;
}

.prop-firm-phase .container .pf__partner .partner-wrapper .partner__images a {
	padding: 8px 26px;
	background: rgba(194, 208, 228, 0.05);
	border: 2px solid rgba(194, 208, 228, 0.15);
	color: #c2d0e4;
	border-radius: 10px;
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	display: flex;
	align-items: center;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s ease;
}

.prop-firm-phase .container .pf__partner .partner-wrapper .partner__images a:hover {
	background: rgba(194, 208, 228, 0.15);
	color: #e8eff8;
}

.prop-firm-phase .container .pf__partner .partner-wrapper:hover .partner__link {
	opacity: 1;
}

.prop-firm-phase .container .pf__partner .partner-wrapper:hover .partner__link .pl__button {
	transform: translateY(0);
}

.prop-firm-phase .container .pf__partner .partner__text {
	margin-top: 1rem;
	font-weight: 300;
	font-size: 20px;
	line-height: 112%;
	text-align: center;
	color: rgba(255, 255, 255, 0.9);
}

.prop-firm-phase .container .pf__partner .partner__text span {
	font-weight: 800;
}

.prop-firm-phase .container .pf__wrapper {
	display: flex;
	flex-flow: row wrap;
	gap: 2rem;
	margin-top: 4rem;
}

.prop-firm-phase .container .pf__wrapper .item {
	flex: 1 1 45%;
	padding: 50px;
	backdrop-filter: blur(15px);
	border-radius: 10px;
	position: relative;
	backdrop-filter: blur(40px);
	background: rgba(11, 12, 16, 0.25);
	border: 2px solid rgba(194, 208, 228, 0.1);
	transition: all 1s ease;
}

.prop-firm-phase .container .pf__wrapper .item h3 {
	font-family: "Plus Jakarta Sans";
	font-style: normal;
	font-weight: 800;
	font-size: 30px;
	color: #fff;
	width: 100%;
	margin: 0 0 20px 0;
	text-align: left;
}

.prop-firm-phase .container .pf__wrapper .item h3 span {
	background: linear-gradient(90deg, #26f7dd -0.36%, #00b8dd 100.2%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.prop-firm-phase .container .pf__wrapper .item p {
	text-align: left;
	margin: 15px 0 0 0;
	color: rgba(194, 208, 228, 0.5);
}

.prop-firm-phase .container .pf__wrapper .item::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.prop-firm-phase .container .pf__wrapper .item:hover {
	border: 2px solid transparent;
	background: rgba(11, 12, 16, 0.35);
}

.prop-firm-phase .container .pf__wrapper .item:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.prop-firm-phase .container .pf__wrapper .item.active {
	border: 2px solid rgba(194, 208, 228, 0.4);
	background: rgba(11, 12, 16, 0.3);
}

.prop-firm-phase .container .pf__features {
	max-width: 95%;
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	column-gap: 2rem;
	row-gap: 1rem;
	margin: 2rem auto 0;
}

.prop-firm-phase .container .pf__features .pf__feature {
	display: flex;
	flex-flow: row nowrap;
	gap: 2rem;
	align-items: center;
	padding: 9px 36px 9px 8px;
	border-radius: 100px;
	width: fit-content;
	border: 1px solid rgba(194, 208, 228, 0.15);
}

.prop-firm-phase .container .pf__features .pf__feature .f__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-shrink: 0;
}

.prop-firm-phase .container .pf__features .pf__feature .f__icon img {
	height: 40px;
	width: 40px;
}

.prop-firm-phase .container .pf__features .pf__feature .f__text {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	transition: inherit;
}

@media (max-width: 1200px) {
	.prop-firm-phase {
		width: 100%;
		margin: 0 auto;
		background: url("../png/grid-right_bg.png");
		background-position: right top;
		background-repeat: no-repeat;
		background-size: 400px;
		display: flex;
		justify-content: center;
		text-align: left;
	}
	.prop-firm-phase .container {
		max-width: 1200px;
		width: 100%;
	}
	.prop-firm-phase .container .pf__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 50px;
		max-width: 80%;
		line-height: 1.2;
		color: #fff;
		margin: 15px auto;
		padding: 0;
		font-weight: 800;
		text-align: center;
	}
	.prop-firm-phase .container .pf__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 2px 2px 2px;
		color: #101217;
	}
	.prop-firm-phase .container .pf__heading p.bottom-text {
		max-width: 80%;
		width: 100%;
		text-align: center;
		margin: 1rem auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		font-weight: 500;
	}
	.prop-firm-phase .container .pf__wrapper {
		display: flex;
		flex-flow: row wrap;
		gap: 2rem;
		margin-top: 3rem;
	}
	.prop-firm-phase .container .pf__wrapper .item {
		flex: 1 1 45%;
		padding: 40px;
		backdrop-filter: blur(15px);
		border-radius: 10px;
		position: relative;
		border: 2px solid rgba(194, 208, 228, 0.1);
	}
	.prop-firm-phase .container .pf__wrapper .item h3 {
		font-family: "Plus Jakarta Sans";
		font-style: normal;
		font-weight: 800;
		font-size: 30px;
		color: #fff;
		width: 100%;
		margin: 0 0 20px 0;
		text-align: left;
	}
	.prop-firm-phase .container .pf__wrapper .item h3 span {
		background: linear-gradient(90deg, #26f7dd -0.36%, #00b8dd 100.2%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.prop-firm-phase .container .pf__wrapper .item p {
		text-align: left;
		margin: 15px 0 0 0;
		color: rgba(194, 208, 228, 0.5);
	}
	.prop-firm-phase .container .pf__wrapper .item::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.prop-firm-phase .container .pf__wrapper .item:hover {
		border: 2px solid transparent;
	}
	.prop-firm-phase .container .pf__wrapper .item:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
}

@media (max-width: 768px) {
	.prop-firm-phase {
		width: 100%;
		margin: 0 auto;
		background: url("../png/grid-right_bg.png");
		background-position: right top;
		background-repeat: no-repeat;
		background-size: 400px;
		display: flex;
		justify-content: center;
		text-align: left;
	}
	.prop-firm-phase .container {
		max-width: 1200px;
		width: 100%;
	}
	.prop-firm-phase .container .pf__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		max-width: 100%;
		line-height: 1.2;
		color: #fff;
		margin: 15px auto;
		padding: 0;
		font-weight: 800;
		text-align: left;
	}
	.prop-firm-phase .container .pf__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 2px 2px 2px;
		color: #101217;
	}
	.prop-firm-phase .container .pf__heading p.bottom-text {
		max-width: 100%;
		width: 100%;
		text-align: left;
		margin: 1rem auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		font-weight: 500;
	}
	.prop-firm-phase .container .pf__partner {
		margin: 4rem 0;
	}
	.prop-firm-phase .container .pf__partner .partner-wrapper {
		background: rgba(194, 208, 228, 0.05);
		border: 2px solid rgba(194, 208, 228, 0.15);
		max-width: 592px;
		max-height: 120px;
		margin: 0 auto;
		border-radius: 10px;
		position: relative;
		padding: 20px 1rem;
	}
	.prop-firm-phase .container .pf__partner .partner-wrapper .partner__pill {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		padding: 1px;
		border-radius: 100px;
		overflow: hidden;
		width: fit-content;
		margin: 0 auto;
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		top: -20px;
	}
	.prop-firm-phase .container .pf__partner .partner-wrapper .partner__pill .pp__text {
		display: block;
		padding: 6px 28px;
		font-weight: 500;
		font-size: 16px;
		background-color: #101217;
		border-radius: 100px;
		color: #fff;
	}
	.prop-firm-phase .container .pf__partner .partner-wrapper .partner__images {
		display: flex;
		gap: 2rem;
		align-items: center;
		justify-content: center;
	}
	.prop-firm-phase .container .pf__partner .partner-wrapper .partner__images div {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.prop-firm-phase .container .pf__partner .partner__text {
		margin-top: 1rem;
		font-weight: 300;
		font-size: 20px;
		line-height: 112%;
		text-align: center;
		color: rgba(255, 255, 255, 0.9);
	}
	.prop-firm-phase .container .pf__partner .partner__text span {
		font-weight: 800;
	}
	.prop-firm-phase .container .pf__wrapper {
		display: flex;
		flex-flow: row wrap;
		gap: 2rem;
		margin-top: 3rem;
	}
	.prop-firm-phase .container .pf__wrapper .item {
		flex: 1 1 100%;
		padding: 40px;
		backdrop-filter: blur(15px);
		border-radius: 10px;
		position: relative;
		border: 2px solid rgba(194, 208, 228, 0.1);
	}
	.prop-firm-phase .container .pf__wrapper .item h3 {
		font-family: "Plus Jakarta Sans";
		font-style: normal;
		font-weight: 800;
		font-size: 30px;
		color: #fff;
		width: 100%;
		margin: 0 0 20px 0;
		text-align: left;
	}
	.prop-firm-phase .container .pf__wrapper .item h3 span {
		background: linear-gradient(90deg, #26f7dd -0.36%, #00b8dd 100.2%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.prop-firm-phase .container .pf__wrapper .item p {
		text-align: left;
		margin: 15px 0 0 0;
		color: rgba(194, 208, 228, 0.5);
	}
	.prop-firm-phase .container .pf__wrapper .item::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.prop-firm-phase .container .pf__wrapper .item:hover {
		border: 2px solid transparent;
	}
	.prop-firm-phase .container .pf__wrapper .item:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.prop-firm-phase .container .pf__features {
		max-width: 95%;
		display: flex;
		justify-content: center;
		flex-flow: row wrap;
		gap: 1rem;
		margin: 2rem auto;
	}
	.prop-firm-phase .container .pf__features .pf__feature {
		display: flex;
		flex-flow: row nowrap;
		gap: 2rem;
		align-items: center;
		padding: 9px 46px 9px 8px;
		border-radius: 100px;
		width: fit-content;
		border: 1px solid rgba(194, 208, 228, 0.15);
	}
	.prop-firm-phase .container .pf__features .pf__feature .f__icon {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		flex-shrink: 0;
	}
	.prop-firm-phase .container .pf__features .pf__feature .f__icon img {
		height: 40px;
		width: 40px;
	}
	.prop-firm-phase .container .pf__features .pf__feature .f__text {
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		transition: inherit;
	}
}

@media (max-width: 576px) {
	.prop-firm-phase {
		padding: 95px 1.5rem 45px 1.5rem;
		width: 100%;
		margin: 0 auto;
		background: url("../png/grid-right_bg.png");
		background-position: right top;
		background-repeat: no-repeat;
		background-size: 400px;
		display: flex;
		justify-content: center;
		text-align: left;
	}
	.prop-firm-phase .container {
		max-width: 1200px;
		width: 100%;
	}
	.prop-firm-phase .container .pf__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		max-width: 100%;
		line-height: 1.2;
		color: #fff;
		margin: 15px auto;
		padding: 0;
		font-weight: 800;
		text-align: left;
	}
	.prop-firm-phase .container .pf__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 2px 2px 2px;
		color: #101217;
	}
	.prop-firm-phase .container .pf__heading p.bottom-text {
		max-width: 100%;
		width: 100%;
		text-align: left;
		margin: 1rem auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		font-weight: 500;
	}
	.prop-firm-phase .container .pf__partner {
		margin: 4rem 0;
	}
	.prop-firm-phase .container .pf__partner .partner-wrapper {
		background: rgba(194, 208, 228, 0.05);
		border: 2px solid rgba(194, 208, 228, 0.15);
		max-width: 592px;
		max-height: 100%;
		margin: 0 auto;
		border-radius: 10px;
		position: relative;
		padding: 32px 0;
	}
	.prop-firm-phase .container .pf__partner .partner-wrapper .partner__pill {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		padding: 1px;
		border-radius: 100px;
		overflow: hidden;
		width: fit-content;
		margin: 0 auto;
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		top: -20px;
		white-space: nowrap;
	}
	.prop-firm-phase .container .pf__partner .partner-wrapper .partner__pill .pp__text {
		display: block;
		padding: 6px 28px;
		font-weight: 500;
		font-size: 16px;
		background-color: #101217;
		border-radius: 100px;
		color: #fff;
	}
	.prop-firm-phase .container .pf__partner .partner-wrapper .partner__images {
		display: flex;
		gap: 1rem;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	.prop-firm-phase .container .pf__partner .partner-wrapper .partner__images div {
		display: flex;
		justify-content: center;
		align-items: center;
		flex: 1 1 100%;
	}
	.prop-firm-phase .container .pf__partner .partner__text {
		margin-top: 1rem;
		font-weight: 300;
		font-size: 18px;
		line-height: 112%;
		text-align: center;
		color: rgba(255, 255, 255, 0.9);
	}
	.prop-firm-phase .container .pf__partner .partner__text span {
		font-weight: 800;
	}
	.prop-firm-phase .container .pf__wrapper {
		display: flex;
		flex-flow: row wrap;
		gap: 2rem;
		margin-top: 3rem;
	}
	.prop-firm-phase .container .pf__wrapper .item {
		flex: 1 1 100%;
		padding: 40px;
		backdrop-filter: blur(15px);
		border-radius: 10px;
		position: relative;
		border: 2px solid rgba(194, 208, 228, 0.1);
	}
	.prop-firm-phase .container .pf__wrapper .item h3 {
		font-family: "Plus Jakarta Sans";
		font-style: normal;
		font-weight: 800;
		font-size: 30px;
		color: #fff;
		width: 100%;
		margin: 0 0 20px 0;
		text-align: left;
	}
	.prop-firm-phase .container .pf__wrapper .item h3 span {
		background: linear-gradient(90deg, #26f7dd -0.36%, #00b8dd 100.2%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.prop-firm-phase .container .pf__wrapper .item p {
		text-align: left;
		margin: 15px 0 0 0;
		color: rgba(194, 208, 228, 0.5);
	}
	.prop-firm-phase .container .pf__wrapper .item::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.prop-firm-phase .container .pf__wrapper .item:hover {
		border: 2px solid transparent;
	}
	.prop-firm-phase .container .pf__wrapper .item:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.prop-firm-phase .container .pf__features {
		max-width: 100%;
		display: flex;
		justify-content: center;
		flex-flow: row wrap;
		gap: 1rem;
		margin: 2rem auto;
	}
	.prop-firm-phase .container .pf__features .pf__feature {
		display: flex;
		flex-flow: row nowrap;
		gap: 1.5rem;
		align-items: center;
		padding: 9px;
		border-radius: 100px;
		width: 100%;
		border: 1px solid rgba(194, 208, 228, 0.15);
	}
	.prop-firm-phase .container .pf__features .pf__feature .f__icon {
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		flex-shrink: 0;
	}
	.prop-firm-phase .container .pf__features .pf__feature .f__icon img {
		height: 40px;
		width: 40px;
	}
	.prop-firm-phase .container .pf__features .pf__feature .f__text {
		color: #fff;
		font-size: 15px;
		font-weight: 500;
		transition: inherit;
	}
}

.faqs-phase {
	display: flex;
	width: 100%;
	position: relative;
	padding-top: 3rem;
	padding-bottom: 0rem;
	margin-top: 5rem;
}

.faqs-phase .container {
	max-width: 1440px;
	width: 100%;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	text-align: left;
	margin: 0 auto;
	min-height: 550px;
}

.faqs-phase .container .qw__info {
	flex: 1 1 40%;
	height: 500px;
	display: flex;
	align-items: center;
}

.faqs-phase .container .qw__info .qwi__header h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 60px;
	line-height: 1.1;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

.faqs-phase .container .qw__info .qwi__header h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
	display: block;
}

.faqs-phase .container .qw__info .qwi__text p {
	color: rgba(194, 208, 228, 0.5);
	font-weight: 400;
	max-width: 80%;
	margin: 0;
}

.faqs-phase .container .qw__info .qwi__btn {
	width: 100%;
	max-width: 100%;
	margin: 25px auto 0 auto;
}

.faqs-phase .container .qw__info .qwi__btn a {
	transition: all 0.5s ease-in-out;
	background: #1daa91;
	color: #fff;
	padding: 15px 30px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-weight: 600;
}

.faqs-phase .container .qw__info .qwi__btn:hover a {
	opacity: 0.8;
}

.faqs-phase .container .qw__questions {
	flex: 1 1 60%;
	display: flex;
	flex-flow: column nowrap;
}

.faqs-phase .container .qw__questions #support-accordion .buffer {
	height: 0.7rem;
}

.faqs-phase .container .qw__questions .qwq__single {
	background-color: #2b3643;
	border-radius: 10px;
	padding: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid transparent;
	position: relative;
	cursor: pointer;
	box-sizing: content-box;
	margin-bottom: 1rem;
}

.faqs-phase .container .qw__questions .qwq__single.active .single__btn img {
	transform: rotate(180deg);
}

.faqs-phase .container .qw__questions .qwq__single .single__q {
	color: #ffffff;
}

.faqs-phase .container .qw__questions .qwq__single .single__btn {
	background-color: #ffffff;
	border-radius: 100px;
	height: 24px;
	width: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.faqs-phase .container .qw__questions .qwq__single .single__btn img {
	transition: all 0.3s ease-in-out;
}

.faqs-phase .container .qw__questions .qwq__single::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.faqs-phase .container .qw__questions .qwq__single:hover {
	border: 1px solid transparent;
}

.faqs-phase .container .qw__questions .qwq__single:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.faqs-phase .container .qw__questions .qwq__single:hover .faq-button {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
}

.faqs-phase .container .qw__questions .qwq__single:hover .faq-button img {
	opacity: 1;
}

.faqs-phase .container .qw__questions .qwq__answer {
	padding: 1.8rem 1.8rem;
	background-color: rgba(194, 208, 228, 0.05);
	border-radius: 10px;
	color: #ffffff70;
	overflow: hidden;
	display: none;
	margin: 1rem 0;
}

@media (max-width: 992px) {
	.faqs-phase {
		display: flex;
		width: 100%;
		position: relative;
		margin-top: 5rem;
	}
	.faqs-phase .container {
		max-width: 1440px;
		width: 100%;
		position: relative;
		display: flex;
		flex-flow: row wrap;
		text-align: left;
		margin: 0 auto;
		min-height: 550px;
	}
	.faqs-phase .container .qw__info {
		flex: 1 1 100%;
		height: auto;
		display: flex;
		align-items: center;
		padding: 2rem 0;
	}
	.faqs-phase .container .qw__questions {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
	}
	.faqs-phase .container .qw__questions .qwq__single {
		background-color: #2b3643;
		border-radius: 10px;
		padding: 1.8rem;
		display: flex;
		align-items: center;
		gap: 7px;
		justify-content: space-between;
		border: 1px solid transparent;
		position: relative;
		cursor: pointer;
		box-sizing: content-box;
		margin-bottom: 1rem;
	}
	.faqs-phase .container .qw__questions .qwq__single .single__btn {
		flex-shrink: 0;
	}
}

@media (max-width: 768px) {
	.faqs-phase {
		display: flex;
		width: 100%;
		position: relative;
		margin-top: 5rem;
	}
	.faqs-phase .container {
		max-width: 1440px;
		width: 100%;
		position: relative;
		display: flex;
		flex-flow: row wrap;
		text-align: left;
		margin: 0 auto;
		min-height: 550px;
	}
	.faqs-phase .container .qw__info {
		flex: 1 1 100%;
		height: auto;
		display: flex;
		align-items: center;
		padding: 2rem 0;
	}
	.faqs-phase .container .qw__info .qwi__header h2 {
		font-size: 40px;
		line-height: 1.2;
	}
	.faqs-phase .container .qw__info .qwi__text p {
		max-width: 100%;
		font-size: 15px;
	}
	.faqs-phase .container .qw__info .qwi__btn {
		width: 100%;
		max-width: 100%;
		margin: 25px auto 0 auto;
	}
	.faqs-phase .container .qw__info .qwi__btn a {
		transition: all 0.5s ease-in-out;
		background: #1daa91;
		color: #fff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-weight: 600;
	}
	.faqs-phase .container .qw__info .qwi__btn:hover a {
		opacity: 0.8;
	}
	.faqs-phase .container .qw__questions {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
	}
	.faqs-phase .container .qw__questions #support-accordion .buffer {
		height: 0.7rem;
	}
	.faqs-phase .container .qw__questions .qwq__single {
		background-color: #2b3643;
		border-radius: 10px;
		padding: 1.8rem;
		display: flex;
		align-items: center;
		gap: 7px;
		justify-content: space-between;
		border: 1px solid transparent;
		position: relative;
		cursor: pointer;
		box-sizing: content-box;
		margin-bottom: 1rem;
	}
	.faqs-phase .container .qw__questions .qwq__single.active .single__btn img {
		transform: rotate(180deg);
	}
	.faqs-phase .container .qw__questions .qwq__single .single__q {
		color: #ffffff;
		font-size: 15px;
	}
	.faqs-phase .container .qw__questions .qwq__single .single__btn {
		flex-shrink: 0;
		background-color: #ffffff;
		border-radius: 100px;
		height: 24px;
		width: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.faqs-phase .container .qw__questions .qwq__single .single__btn img {
		transition: all 0.3s ease-in-out;
	}
	.faqs-phase .container .qw__questions .qwq__answer {
		padding: 1.8rem 1.8rem;
		background-color: rgba(194, 208, 228, 0.05);
		border-radius: 10px;
		color: #ffffff70;
		overflow: hidden;
		display: none;
		margin: 1rem 0;
	}
}

@media (max-width: 576px) {
	.faqs-phase {
		display: flex;
		width: 100%;
		position: relative;
		margin-top: 0;
		padding-top: 0;
	}
	.faqs-phase .container {
		max-width: 1440px;
		width: 100%;
		position: relative;
		display: flex;
		flex-flow: row wrap;
		text-align: left;
		margin: 0 auto;
		min-height: 550px;
	}
	.faqs-phase .container .qw__info {
		flex: 1 1 100%;
		height: auto;
		display: flex;
		align-items: center;
		padding: 2rem 0;
	}
	.faqs-phase .container .qw__info .qwi__header h2 {
		font-size: 40px;
		line-height: 1.2;
	}
	.faqs-phase .container .qw__info .qwi__text p {
		max-width: 100%;
		font-size: 15px;
	}
	.faqs-phase .container .qw__info .qwi__btn {
		width: 100%;
		max-width: 100%;
		margin: 25px auto 0 auto;
	}
	.faqs-phase .container .qw__info .qwi__btn a {
		transition: all 0.5s ease-in-out;
		background: #1daa91;
		color: #fff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-weight: 600;
	}
	.faqs-phase .container .qw__info .qwi__btn:hover a {
		opacity: 0.8;
	}
	.faqs-phase .container .qw__questions {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
	}
	.faqs-phase .container .qw__questions #support-accordion .buffer {
		height: 0.7rem;
	}
	.faqs-phase .container .qw__questions .qwq__single {
		background-color: #2b3643;
		border-radius: 10px;
		padding: 1.8rem;
		display: flex;
		align-items: center;
		gap: 7px;
		justify-content: space-between;
		border: 1px solid transparent;
		position: relative;
		cursor: pointer;
		box-sizing: content-box;
		margin-bottom: 1rem;
	}
	.faqs-phase .container .qw__questions .qwq__single.active .single__btn img {
		transform: rotate(180deg);
	}
	.faqs-phase .container .qw__questions .qwq__single .single__q {
		color: #ffffff;
		font-size: 15px;
	}
	.faqs-phase .container .qw__questions .qwq__single .single__btn {
		flex-shrink: 0;
		background-color: #ffffff;
		border-radius: 100px;
		height: 24px;
		width: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.faqs-phase .container .qw__questions .qwq__single .single__btn img {
		transition: all 0.3s ease-in-out;
	}
	.faqs-phase .container .qw__questions .qwq__answer {
		padding: 1.8rem 1.8rem;
		background-color: rgba(194, 208, 228, 0.05);
		border-radius: 10px;
		color: #ffffff70;
		overflow: hidden;
		display: none;
		margin: 1rem 0;
	}
}

.hiw-page {
	padding: 0px 1.5rem 0px 1.5rem;
}

.bgs {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.bgs .top-right {
	position: absolute;
	right: -50px;
	top: 156vh;
	width: 550px;
}

.bgs .top-left {
	position: absolute;
	left: -50px;
	top: 210vh;
	width: 550px;
}

.main-banner-hiw {
	height: 800px;
	display: flex;
	width: 100%;
	position: relative;
}

.main-banner-hiw .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 0 60px 0;
	position: relative;
}

.main-banner-hiw .container .left-section {
	flex: 1 1 40%;
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
}

.main-banner-hiw .container .left-section h1 {
	font-size: 94px;
	line-height: 1.2;
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 800;
	margin: 0;
	padding: 0;
}

.main-banner-hiw .container .left-section h1 b {
	text-shadow: 3px 3px 10px #0b0c10;
}

.main-banner-hiw .container .left-section h1 span {
	background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 3px transparent;
	padding: 0 0 3px 0;
	color: #101217;
}

.main-banner-hiw .container .left-section p {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: rgba(194, 208, 228, 0.5);
	padding: 0;
	letter-spacing: 0.5px;
	margin: 0;
}

.main-banner-hiw .container .left-section .cta {
	margin: 1.5rem 0;
}

.main-banner-hiw .container .left-section .cta a {
	background: #1daa91;
	color: #ffffff;
	padding: 20px 50px;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	transition: all 0.5s ease-in-out;
}

.main-banner-hiw .container .left-section .cta a:hover {
	opacity: 0.8;
}

.main-banner-hiw .container .right-section {
	flex: 1 1 55%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 8rem;
}

.main-banner-hiw .container .right-section img {
	width: 90%;
	height: auto;
}

@media (max-width: 992px) {
	.main-banner-hiw {
		height: auto;
		display: flex;
		width: 100%;
		position: relative;
	}
	.main-banner-hiw .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		height: 100%;
		padding: 0 0 60px 0;
		position: relative;
	}
	.main-banner-hiw .container .left-section {
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		gap: 0;
	}
	.main-banner-hiw .container .left-section h1 {
		font-size: 70px;
		line-height: 1.2;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 0;
		padding: 0;
	}
	.main-banner-hiw .container .left-section h1 b {
		text-shadow: 3px 3px 10px #0b0c10;
	}
	.main-banner-hiw .container .left-section h1 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: inline-block;
	}
	.main-banner-hiw .container .left-section p {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: rgba(194, 208, 228, 0.5);
		padding: 0;
		margin: 1rem 0 0;
		letter-spacing: 0.5px;
	}
	.main-banner-hiw .container .left-section .cta {
		margin: 2rem 0;
	}
	.main-banner-hiw .container .left-section .cta a {
		background: #1daa91;
		color: #ffffff;
		padding: 20px 50px;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 600;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		transition: all 0.5s ease-in-out;
	}
	.main-banner-hiw .container .left-section .cta a:hover {
		opacity: 0.8;
	}
	.main-banner-hiw .container .right-section {
		margin-top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.main-banner-hiw .container .right-section img {
		width: 90%;
		height: auto;
	}
	.main-banner-hiw .mb-bg {
		position: absolute;
		top: -186px;
		right: 0;
		width: 90vw;
		height: 100vh;
		z-index: -1;
	}
	.main-banner-hiw .mb-bg img {
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
	}
}

@media (max-width: 768px) {
	.main-banner-hiw {
		height: auto;
		display: flex;
		width: 100%;
		position: relative;
	}
	.main-banner-hiw .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		height: 100%;
		padding: 0 0 60px 0;
		position: relative;
	}
	.main-banner-hiw .container .left-section {
		flex: 1 1 100%;
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		gap: 0;
	}
	.main-banner-hiw .container .left-section h1 {
		font-size: 55px;
		line-height: 1.2;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 0;
		padding: 0;
	}
	.main-banner-hiw .container .left-section h1 b {
		text-shadow: 3px 3px 10px #0b0c10;
	}
	.main-banner-hiw .container .left-section h1 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: inline-block;
	}
	.main-banner-hiw .container .left-section p {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: rgba(194, 208, 228, 0.5);
		padding: 0;
		margin: 1rem 0 0;
		letter-spacing: 0.5px;
	}
	.main-banner-hiw .container .left-section .cta {
		margin: 2rem 0;
	}
	.main-banner-hiw .container .left-section .cta a {
		background: #1daa91;
		color: #ffffff;
		padding: 20px 50px;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 600;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		transition: all 0.5s ease-in-out;
	}
	.main-banner-hiw .container .left-section .cta a:hover {
		opacity: 0.8;
	}
	.main-banner-hiw .container .right-section {
		flex: 1 1 100%;
		margin-top: 2rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.main-banner-hiw .container .right-section img {
		width: 90%;
		height: auto;
	}
	.main-banner-hiw .mb-bg {
		position: absolute;
		top: -186px;
		right: 0;
		width: 90vw;
		height: 100vh;
		z-index: -1;
	}
	.main-banner-hiw .mb-bg img {
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
	}
}

@media (max-width: 576px) {
	.main-banner-hiw {
		height: auto;
		display: flex;
		width: 100%;
		position: relative;
	}
	.main-banner-hiw .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		height: 100%;
		padding: 0 0 60px 0;
		position: relative;
	}
	.main-banner-hiw .container .left-section {
		flex: 1 1 100%;
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		gap: 0;
	}
	.main-banner-hiw .container .left-section h1 {
		font-size: 55px;
		line-height: 1.2;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 0;
		padding: 0;
	}
	.main-banner-hiw .container .left-section h1 b {
		text-shadow: 3px 3px 10px #0b0c10;
	}
	.main-banner-hiw .container .left-section h1 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: inline-block;
	}
	.main-banner-hiw .container .left-section p {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: rgba(194, 208, 228, 0.5);
		padding: 0;
		margin: 1rem 0 0;
		letter-spacing: 0.5px;
	}
	.main-banner-hiw .container .left-section .cta {
		margin: 2rem 0;
	}
	.main-banner-hiw .container .left-section .cta a {
		background: #1daa91;
		color: #ffffff;
		padding: 20px 50px;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 600;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		transition: all 0.5s ease-in-out;
	}
	.main-banner-hiw .container .left-section .cta a:hover {
		opacity: 0.8;
	}
	.main-banner-hiw .container .right-section {
		flex: 1 1 100%;
		margin-top: 2rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.main-banner-hiw .container .right-section img {
		width: 90%;
		height: auto;
	}
	.main-banner-hiw .mb-bg {
		position: absolute;
		top: -186px;
		right: 0;
		width: 90vw;
		height: 100vh;
		z-index: -1;
	}
	.main-banner-hiw .mb-bg img {
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
	}
}

@property --conic-gradient-angle {
	syntax: '<angle>';
	initial-value: 0deg;
	inherits: false;
}

.fp__section {
	padding: 8rem 0 12rem;
	position: relative;
	z-index: 100;
}

.fp__section .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 2rem;
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
}

.fp__section html {
	font-size: 16px;
}

.fp__section .fp__h1 {
	font-size: 4.5rem;
	/* 72px */
}

.fp__section .fp__h2 {
	font-size: 3.375rem;
	/* 54px */
}

.fp__section .fp__h3 {
	font-size: 2.5rem;
	/* 40px */
}

.fp__section .fp__h4 {
	font-size: 1.875rem;
	/* 30px */
}

.fp__section .fp__h5 {
	font-size: 1.375rem;
	/* 22px */
}

.fp__section .fp__h6 {
	font-size: 1rem;
	/* 16px */
}

@media (max-width: 992px) {
	.fp__section .fp__h1 {
		font-size: 4rem;
		/* ~64px */
	}
	.fp__section .fp__h2 {
		font-size: 3rem;
		/* ~48px */
	}
	.fp__section .fp__h3 {
		font-size: 2.25rem;
		/* ~36px */
	}
	.fp__section .fp__h4 {
		font-size: 1.875rem;
		/* ~30px */
	}
	.fp__section .fp__h5 {
		font-size: 1.5rem;
		/* ~24px */
	}
	.fp__section .fp__h6 {
		font-size: 1.125rem;
		/* ~18px */
	}
}

@media (max-width: 768px) {
	.fp__section .fp__h1 {
		font-size: 3rem;
		/* ~48px */
	}
	.fp__section .fp__h2 {
		font-size: 2.5rem;
		/* ~40px */
	}
	.fp__section .fp__h3 {
		font-size: 2rem;
		/* ~32px */
	}
	.fp__section .fp__h4 {
		font-size: 1.75rem;
		/* ~28px */
	}
	.fp__section .fp__h5 {
		font-size: 1.5rem;
		/* ~24px */
	}
	.fp__section .fp__h6 {
		font-size: 1.25rem;
		/* ~20px */
	}
}

@media (max-width: 640px) {
	.fp__section .fp__h1 {
		font-size: 2.5rem;
		/* ~40px */
	}
	.fp__section .fp__h2 {
		font-size: 2rem;
		/* ~32px */
	}
	.fp__section .fp__h3 {
		font-size: 1.75rem;
		/* ~28px */
	}
	.fp__section .fp__h4 {
		font-size: 1.5rem;
		/* ~24px */
	}
	.fp__section .fp__h5 {
		font-size: 1.25rem;
		/* ~20px */
	}
	.fp__section .fp__h6 {
		font-size: 1rem;
		/* 16px */
	}
}

.fp__section .s1__dots-bg {
	position: absolute;
	top: -10%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: auto;
	text-align: center;
	z-index: -1;
}

.fp__section .s1__dots-bg img {
	width: 60%;
	height: auto;
	opacity: 0.5;
}

.fp__section .s1__top-heading {
	position: relative;
}

.fp__section .s1__top-heading::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 100px;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	padding: 2px;
	background: rgba(255, 255, 255, 0.05);
	background-color: rgba(255, 255, 255, 0.1);
	background-image: conic-gradient(from var(--conic-gradient-angle) at 50% 50%, transparent 80deg, rgba(255, 255, 255, 0.4) 90deg, rgba(255, 255, 255, 0.4) 100deg, transparent 110deg);
	animation: rotate-conic 4s linear infinite;
}

.fp__section .s1__top-heading .th__transparent {
	background: transparent;
	padding: 7px;
	border-radius: 100px;
	color: #1daa91;
}

.fp__section .s1__top-heading .th__transparent .th__inner {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
	text-align: center;
	font-size: 16px;
	padding: 8px 20px;
	line-height: 1;
	border-radius: 100px;
	overflow: hidden;
	position: relative;
}

.fp__section .s1__top-heading .th__transparent .th__inner span {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.5s ease;
	background: linear-gradient(to right, transparent 20px, white 60px, transparent);
	color: rgba(255, 255, 255, 0.4);
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 180px 100%;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	animation: clip-highlight 4s linear infinite;
	mix-blend-mode: color-dodge;
	pointer-events: none;
	user-select: none;
}

.fp__section .s1__heading .s1__h1 {
	line-height: 1.2;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 10px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
	text-shadow: 0px 4px 14px rgba(255, 255, 255, 0.4);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.fp__section .s1__heading .s1__h2 {
	line-height: 1.2;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
	letter-spacing: 1px;
}

.fp__section .s1__paragraph {
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	max-width: 50%;
	margin: 0 auto;
}

.fp__section .s1__paragraph span {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: underline;
	font-weight: 600;
}

.fp__section .s1__buttons {
	margin-top: 1rem;
	display: flex;
	flex-flow: row nowrap;
	gap: 1rem;
	align-items: center;
}

.fp__section .s1__buttons .s1__button {
	display: flex;
}

.fp__section .s1__buttons .s1__button.s1__2 a {
	background: rgba(194, 208, 228, 0.15) !important;
}

.fp__section .s1__buttons .s1__button.s1__2 a .word-container span::before {
	color: white !important;
}

.fp__section .s1__buttons .s1__button.s1__2 a .word-container span::after {
	color: white !important;
}

.fp__section .s1__buttons .s1__button.s1__2 a:hover {
	background: rgba(194, 208, 228, 0.25) !important;
}

@media (max-width: 1300px) {
	.fp__section {
		padding: 6rem 0;
	}
}

@media (max-width: 992px) {
	.fp__section {
		padding: 4rem 0;
		position: relative;
		z-index: 100;
	}
	.fp__section .s1__dots-bg {
		position: absolute;
		top: -10%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: auto;
		text-align: center;
		z-index: -1;
	}
	.fp__section .s1__dots-bg img {
		width: 70%;
		height: auto;
		opacity: 0.5;
	}
	.fp__section .s1__top-heading {
		position: relative;
	}
	.fp__section .s1__top-heading::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 100px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 2px;
		background: rgba(255, 255, 255, 0.05);
		background-color: rgba(255, 255, 255, 0.1);
		background-image: conic-gradient(from var(--conic-gradient-angle) at 50% 50%, transparent 80deg, rgba(255, 255, 255, 0.4) 90deg, rgba(255, 255, 255, 0.4) 100deg, transparent 110deg);
		animation: rotate-conic 4s linear infinite;
	}
	.fp__section .s1__top-heading .th__transparent {
		background: transparent;
		padding: 7px;
		border-radius: 100px;
		color: #1daa91;
	}
	.fp__section .s1__top-heading .th__transparent .th__inner {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
		text-align: center;
		font-size: 16px;
		padding: 8px 20px;
		line-height: 1;
		border-radius: 100px;
		overflow: hidden;
		position: relative;
	}
	.fp__section .s1__top-heading .th__transparent .th__inner span {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.5s ease;
		background: linear-gradient(to right, transparent 20px, white 60px, transparent);
		color: rgba(255, 255, 255, 0.4);
		-webkit-background-clip: text;
		background-clip: text;
		background-size: 180px 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		animation: clip-highlight 4s linear infinite;
		mix-blend-mode: color-dodge;
		pointer-events: none;
		user-select: none;
	}
	.fp__section .s1__heading .s1__h1 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
		text-shadow: 0px 4px 14px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.fp__section .s1__heading .s1__h2 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		letter-spacing: 1px;
	}
	.fp__section .s1__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 80%;
		margin: 0 auto;
	}
	.fp__section .s1__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
	.fp__section .s1__buttons {
		margin-top: 1rem;
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
		align-items: center;
	}
	.fp__section .s1__buttons .s1__button {
		display: flex;
	}
	.fp__section .s1__buttons .s1__button.s1__2 a {
		background: rgba(194, 208, 228, 0.15) !important;
	}
	.fp__section .s1__buttons .s1__button.s1__2 a .word-container span::before {
		color: white !important;
	}
	.fp__section .s1__buttons .s1__button.s1__2 a .word-container span::after {
		color: white !important;
	}
	.fp__section .s1__buttons .s1__button.s1__2 a:hover {
		background: rgba(194, 208, 228, 0.25) !important;
	}
}

@media (max-width: 768px) {
	.fp__section {
		padding: 2rem 0;
		position: relative;
		z-index: 100;
	}
	.fp__section .s1__dots-bg {
		position: absolute;
		top: 0%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: auto;
		text-align: center;
		z-index: -1;
	}
	.fp__section .s1__dots-bg img {
		width: 100%;
		height: auto;
		opacity: 0.5;
	}
	.fp__section .s1__top-heading {
		position: relative;
	}
	.fp__section .s1__top-heading::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 100px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 2px;
		background: rgba(255, 255, 255, 0.05);
		background-color: rgba(255, 255, 255, 0.1);
		background-image: conic-gradient(from var(--conic-gradient-angle) at 50% 50%, transparent 80deg, rgba(255, 255, 255, 0.4) 90deg, rgba(255, 255, 255, 0.4) 100deg, transparent 110deg);
		animation: rotate-conic 4s linear infinite;
	}
	.fp__section .s1__top-heading .th__transparent {
		background: transparent;
		padding: 7px;
		border-radius: 100px;
		color: #1daa91;
	}
	.fp__section .s1__top-heading .th__transparent .th__inner {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
		text-align: center;
		font-size: 16px;
		padding: 8px 20px;
		line-height: 1;
		border-radius: 100px;
		overflow: hidden;
		position: relative;
	}
	.fp__section .s1__top-heading .th__transparent .th__inner span {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.5s ease;
		background: linear-gradient(to right, transparent 20px, white 60px, transparent);
		color: rgba(255, 255, 255, 0.4);
		-webkit-background-clip: text;
		background-clip: text;
		background-size: 180px 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		animation: clip-highlight 4s linear infinite;
		mix-blend-mode: color-dodge;
		pointer-events: none;
		user-select: none;
	}
	.fp__section .s1__heading .s1__h1 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
		text-shadow: 0px 4px 14px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.fp__section .s1__heading .s1__h2 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		letter-spacing: 1px;
	}
	.fp__section .s1__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.fp__section .s1__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
	.fp__section .s1__buttons {
		margin-top: 1rem;
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		align-items: center;
	}
	.fp__section .s1__buttons .s1__button {
		display: flex;
	}
	.fp__section .s1__buttons .s1__button.s1__2 a {
		background: rgba(194, 208, 228, 0.15) !important;
	}
	.fp__section .s1__buttons .s1__button.s1__2 a .word-container span::before {
		color: white !important;
	}
	.fp__section .s1__buttons .s1__button.s1__2 a .word-container span::after {
		color: white !important;
	}
	.fp__section .s1__buttons .s1__button.s1__2 a:hover {
		background: rgba(194, 208, 228, 0.25) !important;
	}
}

@media (max-width: 640px) {
	.fp__section {
		padding: 4rem 0 8rem;
		position: relative;
		z-index: 100;
	}
	.fp__section .s1__dots-bg {
		position: absolute;
		top: 0%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: auto;
		text-align: center;
		z-index: -1;
	}
	.fp__section .s1__dots-bg img {
		width: 100%;
		height: auto;
		opacity: 0.5;
	}
	.fp__section .s1__top-heading {
		position: relative;
	}
	.fp__section .s1__top-heading::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 100px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 2px;
		background: rgba(255, 255, 255, 0.05);
		background-color: rgba(255, 255, 255, 0.1);
		background-image: conic-gradient(from var(--conic-gradient-angle) at 50% 50%, transparent 80deg, rgba(255, 255, 255, 0.4) 90deg, rgba(255, 255, 255, 0.4) 100deg, transparent 110deg);
		animation: rotate-conic 4s linear infinite;
	}
	.fp__section .s1__top-heading .th__transparent {
		background: transparent;
		padding: 7px;
		border-radius: 100px;
		color: #1daa91;
	}
	.fp__section .s1__top-heading .th__transparent .th__inner {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
		text-align: center;
		font-size: 16px;
		padding: 8px 20px;
		line-height: 1;
		border-radius: 100px;
		overflow: hidden;
		position: relative;
	}
	.fp__section .s1__top-heading .th__transparent .th__inner span {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.5s ease;
		background: linear-gradient(to right, transparent 20px, white 60px, transparent);
		color: rgba(255, 255, 255, 0.4);
		-webkit-background-clip: text;
		background-clip: text;
		background-size: 180px 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		animation: clip-highlight 4s linear infinite;
		mix-blend-mode: color-dodge;
		pointer-events: none;
		user-select: none;
	}
	.fp__section .s1__heading .s1__h1 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
		text-shadow: 0px 4px 14px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.fp__section .s1__heading .s1__h2 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		letter-spacing: 1px;
	}
	.fp__section .s1__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.fp__section .s1__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
	.fp__section .s1__buttons {
		margin-top: 1rem;
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		align-items: center;
	}
	.fp__section .s1__buttons .s1__button {
		flex: 1 1 100%;
		display: flex;
	}
	.fp__section .s1__buttons .s1__button a {
		width: 100%;
	}
	.fp__section .s1__buttons .s1__button.s1__2 a {
		background: rgba(194, 208, 228, 0.15) !important;
	}
	.fp__section .s1__buttons .s1__button.s1__2 a .word-container span::before {
		color: white !important;
	}
	.fp__section .s1__buttons .s1__button.s1__2 a .word-container span::after {
		color: white !important;
	}
	.fp__section .s1__buttons .s1__button.s1__2 a:hover {
		background: rgba(194, 208, 228, 0.25) !important;
	}
}

@property --color1 {
	syntax: "<color>";
	initial-value: #2cd9ff;
	inherits: false;
}

@property --color2 {
	syntax: "<color>";
	initial-value: #7effb2;
	inherits: false;
}

@property --color3 {
	syntax: "<color>";
	initial-value: #f4ff7a;
	inherits: false;
}

@property --color4 {
	syntax: "<color>";
	initial-value: #ffd80e;
	inherits: false;
}

@property --gradientAngle {
	syntax: "<angle>";
	initial-value: 260deg;
	inherits: false;
}

.step-one {
	display: flex;
	width: 100%;
	position: relative;
	padding-top: 3rem;
}

.step-one .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
}

.step-one .container .pill {
	padding: 2px;
	border-radius: 100px;
	overflow: hidden;
	width: fit-content;
	margin: 0 auto;
	background: -webkit-linear-gradient(260deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
}

.step-one .container .pill span {
	display: block;
	padding: 6px 28px;
	font-weight: 500;
	font-size: 16px;
	background-color: #101217;
	border-radius: 100px;
	display: inline-block;
	padding: 10px 20px;
	background: #101217;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	line-height: 20px;
	color: #fff;
}

.step-one .container h1 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 80px;
	line-height: 1.1;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

.step-one .container h1 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

.step-one .container .action-wrapper {
	display: flex;
	gap: 1rem;
	flex-flow: row nowrap;
	margin: 3rem auto 2rem;
	max-width: 100%;
}

.step-one .container .action-wrapper .single-action {
	border: 2px solid rgba(194, 208, 228, 0.15);
	min-height: 500px;
	flex: 1 1 320px;
	border-radius: 15px;
	padding: 2rem 1.5rem 1rem;
	display: flex;
	flex-flow: column;
	text-align: left;
	position: relative;
	transition: all 0.5s ease;
}

.step-one .container .action-wrapper .single-action a {
	text-decoration: none;
	display: flex;
	flex-flow: column nowrap;
	flex: 1 1 auto;
}

.step-one .container .action-wrapper .single-action[aria-hidden="true"] {
	transition: all 0.5s ease;
	opacity: 0.2;
}

.step-one .container .action-wrapper .single-action .action-count {
	font-weight: 600;
	color: #ffffff;
	font-size: 16px;
}

.step-one .container .action-wrapper .single-action .action-title {
	margin-top: auto;
}

.step-one .container .action-wrapper .single-action .action-title h2 {
	font-size: 40px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 1rem;
}

.step-one .container .action-wrapper .single-action .action-title h2 span {
	background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
	display: block;
	line-height: 1.2;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0 0 3px 0;
}

.step-one .container .action-wrapper .single-action .action-title p {
	margin: 1rem auto 0;
	color: rgba(194, 208, 228, 0.8);
	font-weight: 500;
}

.step-one .container .action-wrapper .single-action .action-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1.5rem;
}

.step-one .container .action-wrapper .single-action .action-footer .action-label {
	color: rgba(194, 208, 228, 0.5);
	transition: all 0.6s ease-in-out;
	font-weight: 600;
}

.step-one .container .action-wrapper .single-action .action-footer .action-button {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	height: 53px;
	width: 53px;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: rgba(194, 208, 228, 0.25);
	--color2: rgba(194, 208, 228, 0.25);
	--color3: rgba(194, 208, 228, 0.25);
	--color4: rgba(194, 208, 228, 0.25);
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	cursor: pointer;
}

.step-one .container .action-wrapper .single-action .action-footer .action-button img {
	opacity: 0.5;
}

.step-one .container .action-wrapper .single-action::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
	background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.step-one .container .action-wrapper .single-action:hover {
	border: 2px solid transparent;
}

.step-one .container .action-wrapper .single-action:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	--gradientAngle: 1000deg;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
	background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.step-one .container .action-wrapper .single-action:hover .action-footer .action-label {
	color: #c2d0e4;
}

.step-one .container .action-wrapper .single-action:hover .action-footer .action-button {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
}

.step-one .container .action-wrapper .single-action:hover .action-footer .action-button img {
	opacity: 1;
}

.step-one .container .vert-separator {
	margin: 0 auto;
}

@media (max-width: 992px) {
	.step-one .container h1 {
		font-size: 60px;
		line-height: 1.2;
	}
	.step-one .container .action-wrapper {
		flex-flow: row wrap;
		margin: 3rem auto;
		gap: 1rem;
	}
	.step-one .container .action-wrapper .single-action {
		flex: 1 0 40%;
		border-radius: 15px;
		padding: 2rem 2rem 1rem;
		min-height: 450px;
	}
	.step-one .container .action-wrapper .single-action:not(:last-of-type) {
		margin-right: 0rem;
	}
}

@media (max-width: 768px) {
	.step-one .container p {
		margin: 25px auto 0 auto;
	}
	.step-one .container h1 {
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
	}
	.step-one .container .sub-text {
		font-size: 15px;
		max-width: 100%;
	}
	.step-one .container .action-wrapper {
		flex-flow: row wrap;
		margin: 2rem auto;
	}
	.step-one .container .action-wrapper .single-action {
		flex: 1 0 100%;
		border-radius: 15px;
		padding: 2rem 2rem 1rem;
		min-height: 450px;
	}
}

@property --color1 {
	syntax: "<color>";
	initial-value: #2cd9ff;
	inherits: false;
}

@property --color2 {
	syntax: "<color>";
	initial-value: #7effb2;
	inherits: false;
}

@property --color3 {
	syntax: "<color>";
	initial-value: #f4ff7a;
	inherits: false;
}

@property --color4 {
	syntax: "<color>";
	initial-value: #ffd80e;
	inherits: false;
}

@property --gradientAngle {
	syntax: "<angle>";
	initial-value: 260deg;
	inherits: false;
}

@keyframes hoverAnim1 {
	0% {
		transform: translate3d(0, -15%, 0);
	}
	50% {
		transform: translate3d(0, -12%, 0);
	}
	100% {
		transform: translate3d(0, -15%, 0);
	}
}

@keyframes hoverAnim2 {
	0% {
		transform: translate3d(0, 0, 0);
	}
	50% {
		transform: translate3d(0, 4%, 0);
	}
	100% {
		transform: translate3d(0, 0%, 0);
	}
}

.step-two {
	display: flex;
	width: 100%;
	position: relative;
	padding-top: 2rem;
}

.step-two .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
}

.step-two .container p {
	max-width: 700px;
	margin: 25px auto 0 auto;
	color: #68717f;
}

.step-two .container .pill {
	padding: 2px;
	border-radius: 100px;
	overflow: hidden;
	width: fit-content;
	margin: 0 auto;
	background: -webkit-linear-gradient(260deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
}

.step-two .container .pill span {
	display: block;
	padding: 6px 28px;
	font-weight: 500;
	font-size: 16px;
	background-color: #101217;
	border-radius: 100px;
	display: inline-block;
	padding: 10px 20px;
	background: #101217;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	line-height: 20px;
	color: #fff;
}

.step-two .container h1 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 80px;
	line-height: 1.1;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

.step-two .container h1 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
	display: block;
}

.step-two .container .sub-text {
	color: rgba(194, 208, 228, 0.5);
	margin: 0 auto;
	font-weight: 500;
	max-width: 50%;
}

.step-two .container .sub-text a {
	color: #aad57a;
	text-decoration: none;
}

.step-two .container .st__cards {
	flex: 1 1 100%;
	display: flex;
	gap: 1rem;
	margin: 6rem 0 3rem;
}

.step-two .container .st__cards .tb-single {
	display: flex;
	flex-flow: column nowrap;
	border: 1px solid rgba(194, 208, 228, 0.15);
	background: url("../png/gradient-bg-tailor.png"), url("../svg/tailor-grid.svg"), rgba(11, 12, 16, 0.25);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: center, right bottom, center center;
	background-size: cover, auto, cover;
	border-radius: 15px;
	padding: 4.5rem 3rem;
	position: relative;
	overflow: hidden;
	flex: 1 1 20%;
}

.step-two .container .st__cards .tb-single.anim1 {
	animation: hoverAnim1 8s ease-in-out infinite;
}

@media (max-width: 1270px) {
	.step-two .container .st__cards .tb-single.anim1 {
		animation: unset;
	}
}

.step-two .container .st__cards .tb-single.anim2 {
	animation: hoverAnim2 6s ease-in-out infinite reverse;
}

@media (max-width: 1270px) {
	.step-two .container .st__cards .tb-single.anim2 {
		animation: unset;
	}
}

.step-two .container .st__cards .tb-single .tb-single__icon {
	margin-bottom: 0.5rem;
}

.step-two .container .st__cards .tb-single .tb-single__title {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
	color: #ffffff;
	margin-bottom: 1.1rem;
}

.step-two .container .st__cards .tb-single .tb-single__title span {
	font-weight: bolder;
}

.step-two .container .st__cards .tb-single .tb-single__text {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
}

.step-two .container .st__cards .tb-single:nth-of-type(3) {
	transform: translate3d(0, -15%, 0);
	-webkit-transform: translate3d(0, -15%, 0);
}

.step-two .container .st__cards .tb-single:nth-of-type(1) {
	transform: translate3d(0, -15%, 0);
	-webkit-transform: translate3d(0, -15%, 0);
}

.step-two .container .vert-separator {
	margin: 0 auto;
}

@media (max-width: 1270px) {
	.step-two .container .st__cards {
		flex: 1 1 100%;
		display: flex;
		gap: 1rem;
		margin: 8rem 0 3rem;
		flex-wrap: wrap;
	}
	.step-two .container .st__cards .tb-single {
		display: flex;
		flex-flow: column nowrap;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: url("../png/gradient-bg-tailor.png"), url("../svg/tailor-grid.svg"), rgba(11, 12, 16, 0.25);
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position: center, right bottom, center center;
		background-size: cover, auto, cover;
		border-radius: 15px;
		padding: 5.75rem 3rem;
		position: relative;
		overflow: hidden;
		flex: 1 1 42%;
	}
	.step-two .container .st__cards .tb-single .tb-single__icon {
		margin-bottom: 0.5rem;
	}
	.step-two .container .st__cards .tb-single .tb-single__title {
		font-style: normal;
		font-weight: 400;
		font-size: 26px;
		line-height: 33px;
		color: #ffffff;
		margin-bottom: 1.5rem;
	}
	.step-two .container .st__cards .tb-single .tb-single__title span {
		font-weight: bolder;
	}
	.step-two .container .st__cards .tb-single .tb-single__text {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
	}
	.step-two .container .st__cards .tb-single:nth-of-type(3) {
		transform: translate3d(0, -20%, 0);
		-webkit-transform: translate3d(0, -20%, 0);
	}
	.step-two .container .st__cards .tb-single:nth-of-type(2) {
		transform: none;
	}
	.step-two .container .st__cards .tb-single:nth-of-type(1) {
		transform: translate3d(0, -20%, 0);
		-webkit-transform: translate3d(0, -20%, 0);
	}
	.step-two .container .vert-separator {
		margin: 0 auto;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.step-two {
		display: flex;
		width: 100%;
		position: relative;
		padding-top: 2rem;
	}
	.step-two .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
		text-align: center;
	}
	.step-two .container p {
		margin: 25px auto 0 auto;
	}
	.step-two .container h1 {
		font-size: 60px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
	}
	.step-two .container .sub-text {
		font-size: 15px;
		max-width: 100%;
	}
	.step-two .container .st__cards {
		flex: 1 1 100%;
		display: flex;
		gap: 1rem;
		margin: 8rem 0 3rem;
		flex-wrap: wrap;
	}
	.step-two .container .st__cards .tb-single {
		display: flex;
		flex-flow: column nowrap;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: url("../png/gradient-bg-tailor.png"), url("../svg/tailor-grid.svg"), rgba(11, 12, 16, 0.25);
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position: center, right bottom, center center;
		background-size: cover, auto, cover;
		border-radius: 15px;
		padding: 5.75rem 3rem;
		position: relative;
		overflow: hidden;
		flex: 1 1 42%;
	}
	.step-two .container .st__cards .tb-single .tb-single__icon {
		margin-bottom: 0.5rem;
	}
	.step-two .container .st__cards .tb-single .tb-single__title {
		font-style: normal;
		font-weight: 400;
		font-size: 26px;
		line-height: 33px;
		color: #ffffff;
		margin-bottom: 1.5rem;
	}
	.step-two .container .st__cards .tb-single .tb-single__title span {
		font-weight: bolder;
	}
	.step-two .container .st__cards .tb-single .tb-single__text {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
	}
	.step-two .container .st__cards .tb-single:nth-of-type(3) {
		transform: translate3d(0, -20%, 0);
		-webkit-transform: translate3d(0, -20%, 0);
	}
	.step-two .container .st__cards .tb-single:nth-of-type(2) {
		transform: none;
	}
	.step-two .container .st__cards .tb-single:nth-of-type(1) {
		transform: translate3d(0, -20%, 0);
		-webkit-transform: translate3d(0, -20%, 0);
	}
	.step-two .container .vert-separator {
		margin: 0 auto;
	}
}

@media (max-width: 768px) {
	.step-two {
		display: flex;
		width: 100%;
		position: relative;
		padding-top: 2rem;
	}
	.step-two .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
		text-align: center;
	}
	.step-two .container p {
		margin: 25px auto 0 auto;
	}
	.step-two .container h1 {
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
	}
	.step-two .container .sub-text {
		font-size: 15px;
		max-width: 100%;
	}
	.step-two .container .st__cards {
		flex: 1 1 100%;
		display: flex;
		gap: 1rem;
		margin: 3rem 0 3rem;
		flex-wrap: wrap;
	}
	.step-two .container .st__cards .tb-single {
		display: flex;
		flex-flow: column nowrap;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: url("../png/gradient-bg-tailor.png"), url("../svg/tailor-grid.svg"), rgba(11, 12, 16, 0.25);
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position: center, right bottom, center center;
		background-size: cover, auto, cover;
		border-radius: 15px;
		padding: 4.5rem 3rem;
		position: relative;
		overflow: hidden;
		flex: 1 1 100%;
	}
	.step-two .container .st__cards .tb-single .tb-single__icon {
		margin-bottom: 0.5rem;
	}
	.step-two .container .st__cards .tb-single .tb-single__title {
		font-style: normal;
		font-weight: 400;
		font-size: 24px;
		line-height: 1.2;
		color: #ffffff;
		margin-bottom: 1.1rem;
	}
	.step-two .container .st__cards .tb-single .tb-single__title span {
		font-weight: bolder;
	}
	.step-two .container .st__cards .tb-single .tb-single__text {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
	}
	.step-two .container .st__cards .tb-single:nth-of-type(3) {
		transform: none;
	}
	.step-two .container .st__cards .tb-single:nth-of-type(1) {
		transform: none;
	}
	.step-two .container .vert-separator {
		margin: 0 auto;
	}
}

@property --color1 {
	syntax: "<color>";
	initial-value: #2cd9ff;
	inherits: false;
}

@property --color2 {
	syntax: "<color>";
	initial-value: #7effb2;
	inherits: false;
}

@property --color3 {
	syntax: "<color>";
	initial-value: #f4ff7a;
	inherits: false;
}

@property --color4 {
	syntax: "<color>";
	initial-value: #ffd80e;
	inherits: false;
}

@property --gradientAngle {
	syntax: "<angle>";
	initial-value: 260deg;
	inherits: false;
}

@keyframes verification-steps {
	0% {
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	}
	23.333% {
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	}
	33.333% {
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	}
	to {
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	}
}

.step-three {
	display: flex;
	width: 100%;
	position: relative;
	padding-top: 2rem;
}

.step-three .grid-bg {
	position: absolute;
	left: -1.5rem;
	top: 0;
}

.step-three .grid-bg img {
	height: 660px;
}

.step-three .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
}

.step-three .container p {
	max-width: 700px;
	margin: 25px auto 0 auto;
	color: #68717f;
}

.step-three .container .pill {
	padding: 2px;
	border-radius: 100px;
	overflow: hidden;
	width: fit-content;
	margin: 0 auto;
	background: -webkit-linear-gradient(260deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
}

.step-three .container .pill span {
	display: block;
	padding: 6px 28px;
	font-weight: 500;
	font-size: 16px;
	background-color: #101217;
	border-radius: 100px;
	display: inline-block;
	padding: 10px 20px;
	background: #101217;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	line-height: 20px;
	color: #fff;
}

.step-three .container h1 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 80px;
	line-height: 1.1;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

.step-three .container h1 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
	display: block;
}

.step-three .container .sub-text {
	color: rgba(194, 208, 228, 0.5);
	margin: 0 auto;
	font-weight: 500;
	max-width: 50%;
}

.step-three .container .sub-text a {
	color: #aad57a;
	text-decoration: none;
}

.step-three .container .evaluation-container {
	margin-top: 5.5rem;
	width: 100%;
	background: rgba(194, 208, 228, 0.05);
	border: 2px solid rgba(194, 208, 228, 0.15);
	border-radius: 15px;
}

.step-three .container .evaluation-container .ec__phases-switch {
	border-radius: 100px;
	background: rgba(194, 208, 228, 0.05);
	backdrop-filter: blur(50px);
	border: 1px solid rgba(194, 208, 228, 0.15);
	max-width: 57%;
	padding: 1rem;
	display: flex;
	flex-flow: row nowrap;
	gap: 1rem;
	margin: 0 auto;
	transform: translateY(-50%);
}

.step-three .container .evaluation-container .ec__phases-switch .ecp__phase {
	cursor: pointer;
	flex: 1 1 auto;
	border-radius: 100px;
	background: rgba(194, 208, 228, 0.05);
	border: 1px solid rgba(194, 208, 228, 0.15);
	padding: 8px;
	border-radius: 100px;
	text-align: center;
	color: rgba(194, 208, 228, 0.5);
	font-weight: 500;
	position: relative;
	transition: all 0.6s ease-in-out;
	font-size: 14px;
}

.step-three .container .evaluation-container .ec__phases-switch .ecp__phase::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, color 1s, background 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.step-three .container .evaluation-container .ec__phases-switch .ecp__phase.selected {
	color: #fff;
	background: rgba(11, 12, 16, 0.15);
}

.step-three .container .evaluation-container .ec__phases-switch .ecp__phase.selected::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 1s, color 1s, background 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

@media (max-width: 992px) {
	.step-three .container .evaluation-container .ec__phases-switch {
		max-width: 90%;
	}
}

@media (max-width: 576px) {
	.step-three .container .evaluation-container .ec__phases-switch {
		max-width: 100%;
		gap: 10px;
	}
	.step-three .container .evaluation-container .ec__phases-switch .ecp__phase {
		padding: 6px;
		font-size: 13px;
	}
}

.step-three .container .evaluation-container .ec__box-cont {
	display: flex;
	padding: 3rem;
	gap: 2.5rem;
}

@media (min-width: 1400px) {
	.step-three .container .evaluation-container .ec__box-cont {
		max-height: 715px;
	}
}

@media (max-width: 1200px) {
	.step-three .container .evaluation-container .ec__box-cont {
		gap: 1.5rem;
		padding: 2.5rem;
	}
}

@media (min-width: 992px) and (max-width: 1151px) {
	.step-three .container .evaluation-container .ec__box-cont {
		gap: 1rem;
		padding: 2rem;
	}
}

@media (max-width: 992px) {
	.step-three .container .evaluation-container .ec__box-cont {
		display: none;
	}
}

.step-three .container .evaluation-container .ec__box-cont .ec__left {
	width: 50%;
	display: flex;
	flex-flow: column nowrap;
	gap: 2rem;
}

.step-three .container .evaluation-container .ec__box-cont .ec__left .ecl__line {
	flex: 1 1 20%;
	display: flex;
	align-items: center;
	flex-flow: column nowrap;
}

@media (min-width: 992px) and (max-width: 1151px) {
	.step-three .container .evaluation-container .ec__box-cont .ec__left .ecl__line {
		max-width: 70%;
		margin: 0 auto;
	}
	.step-three .container .evaluation-container .ec__box-cont .ec__left .ecl__line svg {
		width: 370px;
	}
}

.step-three .container .evaluation-container .ec__box-cont .ec__left .ecl__line .line__text {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 1rem;
}

.step-three .container .evaluation-container .ec__box-cont .ec__left .ecl__boxes {
	flex: 1 1 auto;
	display: flex;
	gap: 2.5rem;
}

@media (max-width: 1200px) {
	.step-three .container .evaluation-container .ec__box-cont .ec__left .ecl__boxes {
		gap: 1.5rem;
	}
}

@media (min-width: 992px) and (max-width: 1151px) {
	.step-three .container .evaluation-container .ec__box-cont .ec__left .ecl__boxes {
		gap: 1rem;
	}
}

.step-three .container .evaluation-container .ec__box-cont .ec__right {
	width: 50%;
	display: flex;
	align-items: flex-end;
	flex: 0 1 auto;
}

.step-three .container .evaluation-container .ec__box-cont .ec__right .ec__box {
	width: 100%;
	max-height: 440px;
}

.step-three .container .evaluation-container .ec__box {
	width: 420px;
	min-height: 440px;
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	text-align: left;
	background: rgba(11, 12, 16, 0.35);
	border: 2px solid rgba(194, 208, 228, 0.15);
	border-radius: 15px;
	padding: 3rem;
	height: 100%;
	position: relative;
}

.step-three .container .evaluation-container .ec__box .ecb__number {
	background: linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 900;
	font-size: 80px;
	line-height: 1.2;
	overflow: hidden;
	min-height: 100px;
	position: relative;
}

.step-three .container .evaluation-container .ec__box .ecb__number-switch {
	position: relative;
	min-height: 100px;
	width: 150px;
	overflow: hidden;
}

.step-three .container .evaluation-container .ec__box .ecb__number-switch div {
	background: linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 900;
	font-size: 80px;
	line-height: 1.2;
	display: inline-block;
	transform: translateY(20px);
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.6s ease-in-out;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}

.step-three .container .evaluation-container .ec__box .ecb__number-switch div.active {
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}

.step-three .container .evaluation-container .ec__box .ecb__title {
	font-weight: 800;
	font-size: 32px;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 1rem;
}

.step-three .container .evaluation-container .ec__box .ecb__paragraph {
	color: rgba(194, 208, 228, 0.5);
	font-size: 16px;
	margin-bottom: 0.6rem;
}

.step-three .container .evaluation-container .ec__box.ec__box-1 {
	width: 100%;
}

.step-three .container .evaluation-container .ec__box::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.step-three .container .evaluation-container .ec__box:hover {
	border: 2px solid transparent;
}

.step-three .container .evaluation-container .ec__box:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

@media (max-width: 1400px) {
	.step-three .container .evaluation-container .ec__box .ecb__number {
		font-size: 70px;
		min-height: 90px;
	}
	.step-three .container .evaluation-container .ec__box .ecb__title {
		font-size: 35px;
	}
	.step-three .container .evaluation-container .ec__box .ecb__number-switch {
		position: relative;
		min-height: 90px;
		width: 150px;
		overflow: hidden;
	}
	.step-three .container .evaluation-container .ec__box .ecb__number-switch div {
		font-size: 70px;
	}
}

@media (max-width: 1280px) {
	.step-three .container .evaluation-container .ec__box {
		padding: 2rem;
	}
	.step-three .container .evaluation-container .ec__box .ecb__number {
		font-size: 60px;
		min-height: 80px;
	}
	.step-three .container .evaluation-container .ec__box .ecb__title {
		font-size: 30px;
	}
	.step-three .container .evaluation-container .ec__box .ecb__number-switch {
		position: relative;
		min-height: 80px;
		width: 150px;
		overflow: hidden;
	}
	.step-three .container .evaluation-container .ec__box .ecb__number-switch div {
		font-size: 60px;
	}
}

@media (min-width: 992px) and (max-width: 1151px) {
	.step-three .container .evaluation-container .ec__box {
		width: 50%;
	}
	.step-three .container .evaluation-container .ec__box .ecb__number {
		font-size: 50px;
		min-height: 70px;
	}
	.step-three .container .evaluation-container .ec__box .ecb__title {
		font-size: 25px;
	}
	.step-three .container .evaluation-container .ec__box .ecb__number-switch {
		min-height: 70px;
		width: 150px;
	}
	.step-three .container .evaluation-container .ec__box .ecb__number-switch div {
		font-size: 50px;
	}
	.step-three .container .evaluation-container .ec__box .ecb__paragraph {
		font-size: 15px;
	}
}

.step-three .container .evaluation-container .ec__box-cont-mobile {
	display: flex;
	padding: 0rem 1rem 1rem;
	gap: 2.5rem;
}

@media (min-width: 992px) {
	.step-three .container .evaluation-container .ec__box-cont-mobile {
		display: none;
	}
}

.step-three .container .evaluation-container .ec__box-cont-mobile .ecl__boxes {
	flex: 1 1 auto;
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
}

.step-three .container .evaluation-container .ec__box-mobile {
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	text-align: left;
	background: rgba(11, 12, 16, 0.35);
	border: 2px solid rgba(194, 208, 228, 0.15);
	border-radius: 15px;
	padding: 2rem;
	height: 100%;
	position: relative;
}

.step-three .container .evaluation-container .ec__box-mobile .ecb__tag {
	position: absolute;
	right: 20px;
	top: 20px;
	font-weight: 800;
	font-size: 13px;
	background: -webkit-linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%);
	background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.step-three .container .evaluation-container .ec__box-mobile .ecb__number {
	background: linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 900;
	font-size: 60px;
	line-height: 1.2;
	overflow: hidden;
	min-height: 80px;
	position: relative;
}

.step-three .container .evaluation-container .ec__box-mobile .ecb__number-switch {
	position: relative;
	min-height: 80px;
	width: 150px;
	overflow: hidden;
}

.step-three .container .evaluation-container .ec__box-mobile .ecb__number-switch div {
	background: linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 900;
	font-size: 60px;
	line-height: 1.2;
	display: inline-block;
	transform: translateY(20px);
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: all 0.6s ease-in-out;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}

.step-three .container .evaluation-container .ec__box-mobile .ecb__number-switch div.active {
	transform: translateY(0px);
	visibility: visible;
	opacity: 1;
}

.step-three .container .evaluation-container .ec__box-mobile .ecb__title {
	font-weight: 800;
	font-size: 30px;
	line-height: 1.2;
	color: #fff;
	margin-bottom: 1rem;
}

.step-three .container .evaluation-container .ec__box-mobile .ecb__paragraph {
	color: rgba(194, 208, 228, 0.5);
	font-size: 16px;
	margin-bottom: 1rem;
}

.step-three .container .evaluation-container .ec__box-mobile::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.step-three .container .evaluation-container .ec__box-mobile:hover {
	border: 2px solid transparent;
}

.step-three .container .evaluation-container .ec__box-mobile:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

@media (max-width: 992px) {
	.step-three .container p {
		margin: 25px auto 0 auto;
	}
	.step-three .container h1 {
		font-size: 60px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
	}
	.step-three .container .sub-text {
		font-size: 15px;
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.step-three .container p {
		margin: 25px auto 0 auto;
	}
	.step-three .container h1 {
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
	}
	.step-three .container .sub-text {
		font-size: 15px;
		max-width: 100%;
	}
}

@property --color1 {
	syntax: "<color>";
	initial-value: #2cd9ff;
	inherits: false;
}

@property --color2 {
	syntax: "<color>";
	initial-value: #7effb2;
	inherits: false;
}

@property --color3 {
	syntax: "<color>";
	initial-value: #f4ff7a;
	inherits: false;
}

@property --color4 {
	syntax: "<color>";
	initial-value: #ffd80e;
	inherits: false;
}

@property --gradientAngle {
	syntax: "<angle>";
	initial-value: 260deg;
	inherits: false;
}

.platform-selection-hiw {
	display: flex;
	width: 100%;
	position: relative;
}

.platform-selection-hiw .bgs {
	position: absolute;
	inset: 0;
	z-index: -1;
}

.platform-selection-hiw .bgs .to-left {
	position: absolute;
	left: 0px;
	top: -240px;
	width: 470px;
}

.platform-selection-hiw .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 122px 0;
	position: relative;
}

.platform-selection-hiw .container .selection__wrapper {
	margin: 80px 0 0 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 80px 0 130px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: url(../jpg/tailor-program_bg.jpg) #101217 no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.platform-selection-hiw .container .selection__wrapper h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 60px;
	line-height: 72px;
	color: #fff;
	margin: 0 auto;
	width: 100%;
	padding: 0;
	text-align: center;
	font-weight: 800;
}

.platform-selection-hiw .container .selection__wrapper h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

.platform-selection-hiw .container .selection__wrapper p {
	max-width: 700px;
	width: 100%;
	margin: 15px auto 0 auto;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: #68717f;
	text-align: center;
	font-weight: 400;
}

.platform-selection-hiw .container .selection__wrapper p span.disclaimer-text {
	font-style: italic;
	font-size: 14px;
	opacity: 0.8;
	margin-top: 10px;
	display: block;
}

.platform-selection-hiw .container .selection__wrapper .selection-options {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
	position: relative;
	margin-top: 4rem;
}

.platform-selection-hiw .container .selection__wrapper .selection-options .hor-line {
	width: 100%;
	position: absolute;
	bottom: 129px;
	height: 2px;
	background-color: rgba(194, 208, 228, 0.15);
}

.platform-selection-hiw .container .selection__wrapper .selection-options .selection {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 1rem;
	transition: all 0.8s ease-in-out;
}

.platform-selection-hiw .container .selection__wrapper .selection-options .selection h3 {
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 24px;
	text-align: center;
}

.platform-selection-hiw .container .selection__wrapper .selection-options .selection .selection__dot {
	height: 8px;
	width: 8px;
	border-radius: 10px;
	transform-origin: center;
	transition: inherit;
	background: linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
}

.platform-selection-hiw .container .selection__wrapper .selection-options .selection .selection__text {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 10px;
	text-align: center;
	color: rgba(194, 208, 228, 0.5);
	width: 300px;
	height: 110px;
	font-size: 15px;
}

.platform-selection-hiw .container .selection__wrapper .selection-options .selection .selection__text span {
	display: block;
}

@media (max-width: 1500px) {
	.platform-selection-hiw {
		display: flex;
		width: 100%;
		position: relative;
	}
	.platform-selection-hiw .bgs {
		position: absolute;
		inset: 0;
		z-index: -1;
	}
	.platform-selection-hiw .bgs .top-left {
		position: absolute;
		left: 0px;
		top: -240px;
		width: 470px;
	}
	.platform-selection-hiw .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 122px 0;
		position: relative;
	}
	.platform-selection-hiw .container .selection__wrapper {
		margin: 80px 0 0 0;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding: 80px 0 150px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		background: url(../jpg/tailor-program_bg.jpg) #101217 no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}
	.platform-selection-hiw .container .selection__wrapper h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 60px;
		line-height: 72px;
		color: #fff;
		margin: 0 auto;
		width: 100%;
		padding: 0;
		text-align: center;
		font-weight: 800;
	}
	.platform-selection-hiw .container .selection__wrapper h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.platform-selection-hiw .container .selection__wrapper p {
		max-width: 700px;
		width: 100%;
		margin: 15px auto 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: #68717f;
		text-align: center;
		font-weight: 400;
	}
	.platform-selection-hiw .container .selection__wrapper .selection-options {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 16px;
		position: relative;
		margin-top: 4rem;
	}
	.platform-selection-hiw .container .selection__wrapper .selection-options .hor-line {
		width: 100%;
		position: absolute;
		bottom: 129px;
		height: 2px;
		background-color: rgba(194, 208, 228, 0.15);
	}
	.platform-selection-hiw .container .selection__wrapper .selection-options .selection {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 1rem;
		transition: all 0.8s ease-in-out;
	}
	.platform-selection-hiw .container .selection__wrapper .selection-options .selection h3 {
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		margin: 0;
		padding: 0;
		font-size: 22px;
		text-align: center;
	}
	.platform-selection-hiw .container .selection__wrapper .selection-options .selection .selection__dot {
		height: 8px;
		width: 8px;
		border-radius: 10px;
		transform-origin: center;
		transition: inherit;
		background: linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.platform-selection-hiw .container .selection__wrapper .selection-options .selection .selection__text {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 8px;
		text-align: center;
		color: rgba(194, 208, 228, 0.5);
		width: 240px;
		height: 110px;
		font-size: 14px;
	}
	.platform-selection-hiw .container .selection__wrapper .selection-options .selection .selection__text span {
		display: block;
	}
	.platform-selection-hiw .container .selection__info {
		color: rgba(194, 208, 228, 0.5);
		text-align: center;
		max-width: 65%;
		margin: 1.5rem auto;
	}
}

@media (max-width: 1100px) {
	.platform-selection-hiw {
		display: flex;
		width: 100%;
		position: relative;
	}
	.platform-selection-hiw .bgs {
		position: absolute;
		inset: 0;
		z-index: -1;
	}
	.platform-selection-hiw .bgs .top-left {
		position: absolute;
		left: 0px;
		top: -240px;
		width: 470px;
	}
	.platform-selection-hiw .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 122px 0;
		position: relative;
	}
	.platform-selection-hiw .container .selection__wrapper {
		margin: 80px 0 0 0;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding: 80px 0px 120px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		background: url(../jpg/tailor-program_bg.jpg) #101217 no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}
	.platform-selection-hiw .container .selection__wrapper h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 60px;
		line-height: 72px;
		color: #fff;
		margin: 0 auto;
		width: 100%;
		padding: 0;
		text-align: center;
		font-weight: 800;
	}
	.platform-selection-hiw .container .selection__wrapper h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.platform-selection-hiw .container .selection__wrapper p {
		max-width: 700px;
		width: 100%;
		margin: 15px auto 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: #68717f;
		text-align: center;
		font-weight: 400;
	}
	.platform-selection-hiw .container .selection__wrapper .selection-options {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 14px;
		position: relative;
		margin-top: 2rem;
	}
	.platform-selection-hiw .container .selection__wrapper .selection-options .hor-line {
		width: 100%;
		position: absolute;
		bottom: 129px;
		height: 2px;
		background-color: rgba(194, 208, 228, 0.15);
	}
	.platform-selection-hiw .container .selection__wrapper .selection-options .selection {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 1rem;
		transition: all 0.8s ease-in-out;
	}
	.platform-selection-hiw .container .selection__wrapper .selection-options .selection h3 {
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		margin: 0;
		padding: 0;
		font-size: 18px;
		text-align: center;
	}
	.platform-selection-hiw .container .selection__wrapper .selection-options .selection .selection__dot {
		height: 8px;
		width: 8px;
		border-radius: 10px;
		transform-origin: center;
		transition: inherit;
		background: linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.platform-selection-hiw .container .selection__wrapper .selection-options .selection .selection__text {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 8px;
		text-align: center;
		color: rgba(194, 208, 228, 0.5);
		width: 220px;
		height: 110px;
		font-size: 13px;
	}
	.platform-selection-hiw .container .selection__wrapper .selection-options .selection .selection__text span {
		display: block;
	}
	.platform-selection-hiw .container .selection__info {
		color: rgba(194, 208, 228, 0.5);
		text-align: center;
		max-width: 65%;
		margin: 1.5rem auto;
	}
}

@media (max-width: 992px) {
	.platform-selection-hiw {
		display: flex;
		width: 100%;
		position: relative;
	}
	.platform-selection-hiw .bgs {
		position: absolute;
		z-index: -1;
	}
	.platform-selection-hiw .bgs .top-left {
		position: absolute;
		left: 0px;
		top: -240px;
		width: 470px;
	}
	.platform-selection-hiw .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	.platform-selection-hiw .container .selection__wrapper {
		margin: 80px 0 0 0;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding: 40px 2rem;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		background: url(../svg/tailor-1.svg), url(../png/tailor-mobile.png);
		background-repeat: no-repeat;
		background-position: right top, center center;
		background-size: contain, cover;
	}
	.platform-selection-hiw .container .selection__wrapper h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 0 auto;
		width: 100%;
		padding: 0;
		text-align: center;
		font-weight: 800;
	}
	.platform-selection-hiw .container .selection__wrapper h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.platform-selection-hiw .container .selection__wrapper p {
		max-width: 700px;
		width: 100%;
		margin: 15px auto 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		text-align: center;
		font-weight: 400;
	}
	.platform-selection-hiw .container .selection__wrapper .selection-options {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 2rem;
		position: relative;
		margin-top: 3rem;
		flex-wrap: wrap;
	}
	.platform-selection-hiw .container .selection__wrapper .selection-options .hor-line {
		display: none;
	}
	.platform-selection-hiw .container .selection__wrapper .selection-options .selection {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 0.8rem;
		transition: all 0.8s ease-in-out;
	}
	.platform-selection-hiw .container .selection__wrapper .selection-options .selection h3 {
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		margin: 0;
		padding: 0;
		font-size: 26px;
		text-align: left;
	}
	.platform-selection-hiw .container .selection__wrapper .selection-options .selection .selection__dot {
		height: 3px;
		width: 100%;
		border-radius: 10px;
		transform-origin: center;
		transition: inherit;
		background: linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.platform-selection-hiw .container .selection__wrapper .selection-options .selection .selection__text {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		text-align: center;
		color: rgba(194, 208, 228, 0.5);
		width: 100%;
		height: 100%;
	}
	.platform-selection-hiw .container .selection__wrapper .selection-options .selection .selection__text span {
		display: block;
	}
	.platform-selection-hiw .container .selection__info {
		color: rgba(194, 208, 228, 0.5);
		text-align: center;
		max-width: 100%;
		margin: 1.5rem auto;
	}
}

@media (max-width: 576px) {
	.platform-selection-hiw {
		display: flex;
		width: 100%;
		position: relative;
	}
	.platform-selection-hiw .bgs {
		position: absolute;
		z-index: -1;
	}
	.platform-selection-hiw .bgs .top-left {
		position: absolute;
		left: 0px;
		top: -240px;
		width: 470px;
	}
	.platform-selection-hiw .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	.platform-selection-hiw .container .selection__wrapper {
		margin: 80px 0 0 0;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding: 40px 2rem;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		background: url(../svg/tailor-1.svg), url(../png/tailor-mobile.png);
		background-repeat: no-repeat;
		background-position: right top, center center;
		background-size: contain, cover;
	}
	.platform-selection-hiw .container .selection__wrapper h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 0 auto;
		width: 100%;
		padding: 0;
		text-align: center;
		font-weight: 800;
	}
	.platform-selection-hiw .container .selection__wrapper h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.platform-selection-hiw .container .selection__wrapper p {
		max-width: 700px;
		width: 100%;
		margin: 15px auto 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		text-align: center;
		font-weight: 400;
	}
	.platform-selection-hiw .container .selection__wrapper .selection-options {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 2rem;
		position: relative;
		margin-top: 3rem;
		flex-wrap: wrap;
	}
	.platform-selection-hiw .container .selection__wrapper .selection-options .hor-line {
		display: none;
	}
	.platform-selection-hiw .container .selection__wrapper .selection-options .selection {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 0.8rem;
		transition: all 0.8s ease-in-out;
	}
	.platform-selection-hiw .container .selection__wrapper .selection-options .selection h3 {
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		margin: 0;
		padding: 0;
		font-size: 26px;
		text-align: left;
	}
	.platform-selection-hiw .container .selection__wrapper .selection-options .selection .selection__dot {
		height: 3px;
		width: 100%;
		border-radius: 10px;
		transform-origin: center;
		transition: inherit;
		background: linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.platform-selection-hiw .container .selection__wrapper .selection-options .selection .selection__text {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		text-align: center;
		color: rgba(194, 208, 228, 0.5);
		width: 100%;
		height: 100%;
	}
	.platform-selection-hiw .container .selection__wrapper .selection-options .selection .selection__text span {
		display: block;
	}
	.platform-selection-hiw .container .selection__info {
		color: rgba(194, 208, 228, 0.5);
		text-align: center;
		max-width: 100%;
		margin: 1.5rem auto;
	}
}

.profits-phase-hiw {
	display: flex;
	width: 100%;
	position: relative;
	padding: 95px 0;
}

.profits-phase-hiw .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	border-radius: 15px;
	display: flex;
	flex-flow: row wrap;
}

.profits-phase-hiw .container .left {
	flex: 1 1 40%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.profits-phase-hiw .container .left img {
	margin-left: -90px;
}

.profits-phase-hiw .container .right {
	flex: 1 1 60%;
}

.profits-phase-hiw .container .right .profits__heading .pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
	width: fit-content;
}

.profits-phase-hiw .container .right .profits__heading h3 {
	font-size: 52px;
	line-height: 1.2;
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 800;
	margin: 10px 0 0;
	padding: 0;
}

.profits-phase-hiw .container .right .profits__heading h3 span {
	background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 3px transparent;
	padding: 0 0 3px 0;
	color: #101217;
	display: block;
}

.profits-phase-hiw .container .right .profits__heading p {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: rgba(194, 208, 228, 0.5);
	padding: 0;
	letter-spacing: 0.5px;
	margin: 0.5rem 0;
}

.profits-phase-hiw .container .right .profits__flex {
	display: flex;
	flex-flow: row wrap;
	gap: 1.5rem;
	margin-top: 2rem;
}

.profits-phase-hiw .container .right .profits__flex .profits__item {
	flex: 1 1 40%;
	transition: all 0.5s ease-in-out;
	padding: 1rem;
	border-radius: 15px;
}

.profits-phase-hiw .container .right .profits__flex .profits__item h3 {
	font-size: 30px;
	color: #ffffff;
	margin: 0 0 10px;
}

.profits-phase-hiw .container .right .profits__flex .profits__item p {
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
}

.profits-phase-hiw .container .right .profits__flex .profits__item:hover {
	background-color: rgba(11, 12, 16, 0.4);
}

@media (max-width: 1200px) {
	.profits-phase-hiw {
		display: flex;
		width: 100%;
		position: relative;
		margin-top: 5rem;
	}
	.profits-phase-hiw .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		position: relative;
		border-radius: 15px;
		display: flex;
		flex-flow: row wrap;
		padding: 4rem 2rem 1rem;
	}
	.profits-phase-hiw .container .left {
		order: 2;
		flex: 1 1 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 2rem;
	}
	.profits-phase-hiw .container .left img {
		margin: 0;
		width: 50%;
	}
	.profits-phase-hiw .container .right {
		order: 1;
		flex: 1 1 100%;
	}
	.profits-phase-hiw .container .right .profits__heading .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.profits-phase-hiw .container .right .profits__heading h3 {
		font-size: 52px;
		line-height: 1.2;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 1rem 0 0;
		padding: 0;
	}
	.profits-phase-hiw .container .right .profits__heading h3 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	.profits-phase-hiw .container .right .profits__heading p {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: rgba(194, 208, 228, 0.5);
		padding: 0;
		letter-spacing: 0.5px;
		margin: 0.5rem 0;
	}
	.profits-phase-hiw .container .right .profits__flex {
		display: flex;
		flex-flow: row wrap;
		gap: 1.2rem;
		margin-top: 2rem;
	}
	.profits-phase-hiw .container .right .profits__flex .profits__item {
		flex: 1 1 40%;
		transition: all 0.5s ease-in-out;
		padding: 0;
		border-radius: 15px;
	}
	.profits-phase-hiw .container .right .profits__flex .profits__item h3 {
		font-size: 24px;
		color: #ffffff;
		margin: 0 0 10px;
	}
	.profits-phase-hiw .container .right .profits__flex .profits__item p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		font-size: 15px;
	}
	.profits-phase-hiw .container .right .profits__flex .profits__item:hover {
		background-color: unset;
	}
}

@media (max-width: 992px) {
	.profits-phase-hiw {
		display: flex;
		width: 100%;
		position: relative;
		margin-top: 0rem;
	}
	.profits-phase-hiw .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		position: relative;
		border-radius: 15px;
		display: flex;
		flex-flow: row wrap;
		padding: 4rem 2rem 1rem;
	}
	.profits-phase-hiw .container .left {
		order: 2;
		flex: 1 1 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 2rem;
	}
	.profits-phase-hiw .container .left img {
		margin: 0;
		width: 50%;
	}
	.profits-phase-hiw .container .right {
		order: 1;
		flex: 1 1 100%;
	}
	.profits-phase-hiw .container .right .profits__heading .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.profits-phase-hiw .container .right .profits__heading h3 {
		font-size: 50px;
		line-height: 1.2;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 1rem 0 0;
		padding: 0;
	}
	.profits-phase-hiw .container .right .profits__heading h3 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	.profits-phase-hiw .container .right .profits__heading p {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: rgba(194, 208, 228, 0.5);
		padding: 0;
		letter-spacing: 0.5px;
		margin: 0.5rem 0;
	}
	.profits-phase-hiw .container .right .profits__flex {
		display: flex;
		flex-flow: row wrap;
		gap: 1.2rem;
		margin-top: 2rem;
	}
	.profits-phase-hiw .container .right .profits__flex .profits__item {
		flex: 1 1 40%;
		transition: all 0.5s ease-in-out;
		padding: 0;
		border-radius: 15px;
	}
	.profits-phase-hiw .container .right .profits__flex .profits__item h3 {
		font-size: 24px;
		color: #ffffff;
		margin: 0 0 10px;
	}
	.profits-phase-hiw .container .right .profits__flex .profits__item p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		font-size: 15px;
	}
	.profits-phase-hiw .container .right .profits__flex .profits__item:hover {
		background-color: unset;
	}
}

@media (max-width: 768px) {
	.profits-phase-hiw {
		display: flex;
		width: 100%;
		position: relative;
		margin-top: 5rem;
	}
	.profits-phase-hiw .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		position: relative;
		border-radius: 15px;
		display: flex;
		flex-flow: row wrap;
		padding: 4rem 2rem 1rem;
	}
	.profits-phase-hiw .container .left {
		order: 2;
		flex: 1 1 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 1rem;
	}
	.profits-phase-hiw .container .left img {
		margin: 0;
	}
	.profits-phase-hiw .container .right {
		order: 1;
		flex: 1 1 100%;
	}
	.profits-phase-hiw .container .right .profits__heading .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.profits-phase-hiw .container .right .profits__heading h3 {
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 1rem 0 0;
		padding: 0;
	}
	.profits-phase-hiw .container .right .profits__heading h3 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	.profits-phase-hiw .container .right .profits__heading p {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: rgba(194, 208, 228, 0.5);
		padding: 0;
		letter-spacing: 0.5px;
		margin: 0.5rem 0;
	}
	.profits-phase-hiw .container .right .profits__flex {
		display: flex;
		flex-flow: row wrap;
		gap: 1.2rem;
		margin-top: 2rem;
	}
	.profits-phase-hiw .container .right .profits__flex .profits__item {
		flex: 1 1 40%;
		transition: all 0.5s ease-in-out;
		padding: 0;
		border-radius: 15px;
	}
	.profits-phase-hiw .container .right .profits__flex .profits__item h3 {
		font-size: 24px;
		color: #ffffff;
		margin: 0 0 10px;
	}
	.profits-phase-hiw .container .right .profits__flex .profits__item p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		font-size: 15px;
	}
	.profits-phase-hiw .container .right .profits__flex .profits__item:hover {
		background-color: unset;
	}
}

@media (max-width: 576px) {
	.profits-phase-hiw {
		display: flex;
		width: 100%;
		position: relative;
		margin-top: 5rem;
	}
	.profits-phase-hiw .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		position: relative;
		border-radius: 15px;
		display: flex;
		flex-flow: row wrap;
		padding: 0rem 2rem 0rem;
	}
	.profits-phase-hiw .container .left {
		order: 2;
		flex: 1 1 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 1rem;
	}
	.profits-phase-hiw .container .left img {
		margin: 0;
		width: 100%;
		height: auto;
	}
	.profits-phase-hiw .container .right {
		order: 1;
		flex: 1 1 100%;
	}
	.profits-phase-hiw .container .right .profits__heading .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.profits-phase-hiw .container .right .profits__heading h3 {
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 1rem 0 0;
		padding: 0;
	}
	.profits-phase-hiw .container .right .profits__heading h3 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	.profits-phase-hiw .container .right .profits__heading p {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: rgba(194, 208, 228, 0.5);
		padding: 0;
		letter-spacing: 0.5px;
		margin: 0.5rem 0;
	}
	.profits-phase-hiw .container .right .profits__flex {
		display: flex;
		flex-flow: row wrap;
		gap: 1.2rem;
		margin-top: 2rem;
	}
	.profits-phase-hiw .container .right .profits__flex .profits__item {
		flex: 1 1 100%;
		transition: all 0.5s ease-in-out;
		padding: 0;
		border-radius: 15px;
	}
	.profits-phase-hiw .container .right .profits__flex .profits__item h3 {
		font-size: 24px;
		color: #ffffff;
		margin: 0 0 10px;
	}
	.profits-phase-hiw .container .right .profits__flex .profits__item p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		font-size: 15px;
	}
	.profits-phase-hiw .container .right .profits__flex .profits__item:hover {
		background-color: unset;
	}
}

.why-us-hiw {
	display: flex;
	width: 100%;
	position: relative;
	padding-top: 95px;
}

.why-us-hiw .grid-bg {
	position: absolute;
	right: -1.5rem;
	top: -300px;
}

.why-us-hiw .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.why-us-hiw .container .why-us__flex {
	display: flex;
	flex-flow: row wrap;
}

.why-us-hiw .container .why-us__flex div.pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	width: fit-content;
	margin-bottom: 1rem;
}

.why-us-hiw .container .why-us__flex .why-us__heading {
	flex: 1 1 70%;
	margin-bottom: 3rem;
	text-align: left;
}

.why-us-hiw .container .why-us__flex .why-us__heading h1 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 80px;
	line-height: 1.2;
	color: #fff;
	margin: 0;
	padding: 0;
	font-weight: 800;
}

.why-us-hiw .container .why-us__flex .why-us__heading h1 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

.why-us-hiw .container .why-us__flex .why-us__heading p {
	max-width: 700px;
	width: 100%;
	margin: 15px 0px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: rgba(194, 208, 228, 0.5);
	font-weight: 500;
}

.why-us-hiw .container .why-us__flex .why-us-controls {
	flex: 1 1 30%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: flex-end;
	margin-bottom: 3rem;
}

.why-us-hiw .container .why-us__flex .why-us-controls .why-us-buttons {
	display: flex;
	gap: 1.5rem;
}

.why-us-hiw .container .why-us__flex .why-us-controls .why-us-buttons div {
	border-radius: 100%;
	display: flex;
	height: 50px;
	width: 50px;
	justify-content: center;
	align-items: center;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, transform 1s ease-in-out;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	cursor: pointer;
	user-select: none;
}

.why-us-hiw .container .why-us__flex .why-us-controls .why-us-buttons div.slick-disabled {
	cursor: auto;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	--color1: rgba(194, 208, 228, 0.25);
	--color2: rgba(194, 208, 228, 0.25);
	--color3: rgba(194, 208, 228, 0.25);
	--color4: rgba(194, 208, 228, 0.25);
}

.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item {
	border: 2px solid rgba(194, 208, 228, 0.15);
	width: 440px;
	border-radius: 15px;
	padding: 3rem;
	display: flex;
	flex-flow: row nowrap;
	position: relative;
	transition: all 0.5s ease;
}

.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item:not(:last-of-type) {
	margin-right: 1rem;
}

.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item .si__info .si__heading h3 {
	font-size: 30px;
	line-height: 1.4;
	color: #ffffff;
	font-weight: 800;
	margin: 0 0 5px;
}

.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item .si__info .si__heading h3 span {
	background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0 0 3px 0;
	font-weight: 800;
}

.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item .si__info .si__text {
	margin: 0px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: rgba(194, 208, 228, 0.5);
	font-weight: 400;
}

.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item:hover {
	border: 2px solid transparent;
}

.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item:hover .faq-button {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
}

.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item:hover .faq-button img {
	opacity: 1;
}

.why-us-hiw .container .why-us-tracker {
	padding: 0 0 3rem;
}

.why-us-hiw .container .why-us-tracker .slick-dots {
	display: flex;
	margin: 0;
	gap: 10px;
	padding: 1rem 0;
	list-style-type: none;
	position: static;
	bottom: unset;
	text-align: unset;
}

.why-us-hiw .container .why-us-tracker .slick-dots li {
	position: static;
	display: unset;
	width: unset;
	height: unset;
	margin: unset;
	padding: unset;
	cursor: pointer;
}

.why-us-hiw .container .why-us-tracker .slick-dots li button {
	transition: all 0.3s ease-in-out;
	width: 30px;
	border-radius: 100px;
	background: rgba(194, 208, 228, 0.25);
	height: 8px;
	padding: 2px;
}

.why-us-hiw .container .why-us-tracker .slick-dots li button::before {
	content: "";
}

.why-us-hiw .container .why-us-tracker .slick-dots li.slick-active button {
	width: 93px;
	background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
}

.why-us-hiw .container .why-us__grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 0px;
}

.why-us-hiw .container .why-us__grid .item {
	padding: 30px;
	border: 2px solid transparent;
	position: relative;
	border-radius: 15px;
}

.why-us-hiw .container .why-us__grid .item h3 {
	font-family: "Plus Jakarta Sans";
	font-style: normal;
	font-weight: 800;
	font-size: 30px;
	color: #fff;
	width: 100%;
	margin: 0 0 10px 0;
	text-align: left;
}

.why-us-hiw .container .why-us__grid .item h3 span {
	background: linear-gradient(90deg, #26f7dd -0.36%, #00b8dd 100.2%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.why-us-hiw .container .why-us__grid .item p {
	text-align: left;
	margin: 0;
	color: rgba(194, 208, 228, 0.5);
}

.why-us-hiw .container .why-us__grid .item::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.why-us-hiw .container .why-us__grid .item:hover {
	border: 2px solid transparent;
}

.why-us-hiw .container .why-us__grid .item:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.why-us-hiw .container .why-us__grid .item:hover .faq-button {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
}

.why-us-hiw .container .why-us__grid .item:hover .faq-button img {
	opacity: 1;
}

@media (max-width: 992px) {
	.why-us-hiw {
		display: flex;
		width: 100%;
		position: relative;
	}
	.why-us-hiw .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.why-us-hiw .container .why-us__flex {
		display: flex;
		flex-flow: row wrap;
	}
	.why-us-hiw .container .why-us__flex .why-us__heading {
		flex: 1 1 100%;
		margin-bottom: 1rem;
		text-align: left;
	}
	.why-us-hiw .container .why-us__flex .why-us__heading .top-text {
		font-size: 24px;
		color: #c2d0e4;
		margin: 0px;
	}
	.why-us-hiw .container .why-us__flex .why-us__heading h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 50px;
		line-height: 1.2;
		color: #fff;
		margin: 0;
		padding: 0;
		font-weight: 800;
	}
	.why-us-hiw .container .why-us__flex .why-us__heading h1 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.why-us-hiw .container .why-us__flex .why-us__heading p {
		max-width: 700px;
		width: 100%;
		margin: 15px 0px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: #68717f;
		font-weight: 400;
	}
	.why-us-hiw .container .why-us__flex .why-us-controls {
		flex: 1 1 100%;
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 1rem 0 2rem;
	}
	.why-us-hiw .container .why-us__flex .why-us-controls .why-us-buttons {
		display: flex;
		gap: 1.1rem;
	}
	.why-us-hiw .container .why-us__flex .why-us-controls .why-us-buttons div {
		border-radius: 100%;
		display: flex;
		height: 38px;
		width: 38px;
		justify-content: center;
		align-items: center;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, transform 1s ease-in-out;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		cursor: pointer;
		user-select: none;
	}
	.why-us-hiw .container .why-us__flex .why-us-controls .why-us-buttons div.slick-disabled {
		cursor: auto;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		--color1: rgba(194, 208, 228, 0.25);
		--color2: rgba(194, 208, 228, 0.25);
		--color3: rgba(194, 208, 228, 0.25);
		--color4: rgba(194, 208, 228, 0.25);
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item {
		border: 2px solid rgba(194, 208, 228, 0.15);
		width: 540px;
		border-radius: 15px;
		padding: 1.5rem 1.5rem 1.5rem 0;
		display: flex;
		flex-flow: row nowrap;
		position: relative;
		transition: all 0.5s ease;
		gap: 1rem;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item:not(:last-of-type) {
		margin-right: 1rem;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item .si__image {
		flex: 1 1 30%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item .si__info {
		flex: 1 1 60%;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item .si__info .si__heading h3 {
		font-size: 22px;
		line-height: 1.4;
		color: #ffffff;
		font-weight: 800;
		margin: 0 0 5px;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item .si__info .si__heading h3 span {
		background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		padding: 0 0 3px 0;
		font-weight: 800;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item .si__info .si__text {
		margin: 0px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item:hover {
		border: 2px solid transparent;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item:hover .faq-button {
		animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item:hover .faq-button img {
		opacity: 1;
	}
	.why-us-hiw .container .why-us-tracker .slick-dots {
		display: flex;
		margin: 0;
		gap: 10px;
		padding: 1rem 0;
		list-style-type: none;
		position: static;
		bottom: unset;
		text-align: unset;
	}
	.why-us-hiw .container .why-us-tracker .slick-dots li {
		position: static;
		display: unset;
		width: unset;
		height: unset;
		margin: unset;
		padding: unset;
		cursor: pointer;
	}
	.why-us-hiw .container .why-us-tracker .slick-dots li button {
		transition: all 0.3s ease-in-out;
		width: 30px;
		border-radius: 100px;
		background: rgba(194, 208, 228, 0.25);
		height: 8px;
		padding: 2px;
	}
	.why-us-hiw .container .why-us-tracker .slick-dots li button::before {
		content: "";
	}
	.why-us-hiw .container .why-us-tracker .slick-dots li.slick-active button {
		width: 93px;
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	}
}

@media (max-width: 992px) {
	.why-us-hiw {
		display: flex;
		width: 100%;
		position: relative;
	}
	.why-us-hiw .grid-bg {
		position: absolute;
		right: -1.5rem;
		top: -100px;
	}
	.why-us-hiw .grid-bg img {
		width: 500px;
	}
	.why-us-hiw .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.why-us-hiw .container .why-us__flex {
		display: flex;
		flex-flow: row wrap;
	}
	.why-us-hiw .container .why-us__flex .why-us__heading {
		flex: 1 1 100%;
		margin-bottom: 1rem;
		text-align: left;
	}
	.why-us-hiw .container .why-us__flex .why-us__heading .top-text {
		font-size: 24px;
		color: #c2d0e4;
		margin: 0px;
	}
	.why-us-hiw .container .why-us__flex .why-us__heading h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 60px;
		line-height: 1.2;
		color: #fff;
		margin: 0;
		padding: 0;
		font-weight: 800;
	}
	.why-us-hiw .container .why-us__flex .why-us__heading h1 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.why-us-hiw .container .why-us__flex .why-us__heading p {
		max-width: 700px;
		width: 100%;
		margin: 15px 0px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: #68717f;
		font-weight: 500;
	}
	.why-us-hiw .container .why-us__flex .why-us-controls {
		flex: 1 1 100%;
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 1rem 0 2rem;
	}
	.why-us-hiw .container .why-us__flex .why-us-controls .why-us-buttons {
		display: flex;
		gap: 1.1rem;
	}
	.why-us-hiw .container .why-us__flex .why-us-controls .why-us-buttons div {
		border-radius: 100%;
		display: flex;
		height: 38px;
		width: 38px;
		justify-content: center;
		align-items: center;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, transform 1s ease-in-out;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		cursor: pointer;
		user-select: none;
	}
	.why-us-hiw .container .why-us__flex .why-us-controls .why-us-buttons div.slick-disabled {
		cursor: auto;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		--color1: rgba(194, 208, 228, 0.25);
		--color2: rgba(194, 208, 228, 0.25);
		--color3: rgba(194, 208, 228, 0.25);
		--color4: rgba(194, 208, 228, 0.25);
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item {
		border: 2px solid rgba(194, 208, 228, 0.15);
		width: unset;
		border-radius: 15px;
		padding: 1.5rem;
		display: flex;
		flex-flow: row wrap;
		position: relative;
		transition: all 0.5s ease;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item:not(:last-of-type) {
		margin-right: 1rem;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item .si__image {
		flex: 1 1 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item .si__info {
		flex: 1 1 100%;
		margin-top: 0.5rem;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item .si__info .si__heading h3 {
		font-size: 22px;
		line-height: 1.4;
		color: #ffffff;
		font-weight: 800;
		margin: 0 0 5px;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item .si__info .si__heading h3 span {
		background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		padding: 0 0 3px 0;
		font-weight: 800;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item .si__info .si__text {
		margin: 0px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item:hover {
		border: 2px solid transparent;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item:hover .faq-button {
		animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item:hover .faq-button img {
		opacity: 1;
	}
	.why-us-hiw .container .why-us-tracker .slick-dots {
		display: flex;
		margin: 0;
		gap: 10px;
		padding: 1rem 0;
		list-style-type: none;
		position: static;
		bottom: unset;
		text-align: unset;
	}
	.why-us-hiw .container .why-us-tracker .slick-dots li {
		position: static;
		display: unset;
		width: unset;
		height: unset;
		margin: unset;
		padding: unset;
		cursor: pointer;
	}
	.why-us-hiw .container .why-us-tracker .slick-dots li button {
		transition: all 0.3s ease-in-out;
		width: 30px;
		border-radius: 100px;
		background: rgba(194, 208, 228, 0.25);
		height: 8px;
		padding: 2px;
	}
	.why-us-hiw .container .why-us-tracker .slick-dots li button::before {
		content: "";
	}
	.why-us-hiw .container .why-us-tracker .slick-dots li.slick-active button {
		width: 93px;
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	}
}

@media (max-width: 768px) {
	.why-us-hiw {
		display: flex;
		width: 100%;
		position: relative;
	}
	.why-us-hiw .grid-bg {
		position: absolute;
		right: -1.5rem;
		top: -100px;
	}
	.why-us-hiw .grid-bg img {
		width: 400px;
	}
	.why-us-hiw .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.why-us-hiw .container .why-us__flex {
		display: flex;
		flex-flow: row wrap;
	}
	.why-us-hiw .container .why-us__flex .why-us__heading {
		flex: 1 1 100%;
		margin-bottom: 1rem;
		text-align: left;
	}
	.why-us-hiw .container .why-us__flex .why-us__heading .top-text {
		font-size: 24px;
		color: #c2d0e4;
		margin: 0px;
	}
	.why-us-hiw .container .why-us__flex .why-us__heading h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 0;
		padding: 0;
		font-weight: 800;
	}
	.why-us-hiw .container .why-us__flex .why-us__heading h1 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.why-us-hiw .container .why-us__flex .why-us__heading p {
		max-width: 700px;
		width: 100%;
		margin: 15px 0px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		font-weight: 500;
	}
	.why-us-hiw .container .why-us__flex .why-us-controls {
		flex: 1 1 100%;
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 1rem 0 2rem;
	}
	.why-us-hiw .container .why-us__flex .why-us-controls .why-us-buttons {
		display: flex;
		gap: 1.1rem;
	}
	.why-us-hiw .container .why-us__flex .why-us-controls .why-us-buttons div {
		border-radius: 100%;
		display: flex;
		height: 38px;
		width: 38px;
		justify-content: center;
		align-items: center;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, transform 1s ease-in-out;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		cursor: pointer;
		user-select: none;
	}
	.why-us-hiw .container .why-us__flex .why-us-controls .why-us-buttons div.slick-disabled {
		cursor: auto;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		--color1: rgba(194, 208, 228, 0.25);
		--color2: rgba(194, 208, 228, 0.25);
		--color3: rgba(194, 208, 228, 0.25);
		--color4: rgba(194, 208, 228, 0.25);
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item {
		border: 2px solid rgba(194, 208, 228, 0.15);
		width: unset;
		border-radius: 15px;
		padding: 1.5rem;
		display: flex;
		flex-flow: row wrap;
		position: relative;
		transition: all 0.5s ease;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item:not(:last-of-type) {
		margin-right: 1rem;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item .si__image {
		flex: 1 1 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item .si__info {
		flex: 1 1 100%;
		margin-top: 0.5rem;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item .si__info .si__heading h3 {
		font-size: 22px;
		line-height: 1.4;
		color: #ffffff;
		font-weight: 800;
		margin: 0 0 5px;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item .si__info .si__heading h3 span {
		background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		padding: 0 0 3px 0;
		font-weight: 800;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item .si__info .si__text {
		margin: 0px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item:hover {
		border: 2px solid transparent;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item:hover .faq-button {
		animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item:hover .faq-button img {
		opacity: 1;
	}
	.why-us-hiw .container .why-us-tracker .slick-dots {
		display: flex;
		margin: 0;
		gap: 10px;
		padding: 1rem 0;
		list-style-type: none;
		position: static;
		bottom: unset;
		text-align: unset;
	}
	.why-us-hiw .container .why-us-tracker .slick-dots li {
		position: static;
		display: unset;
		width: unset;
		height: unset;
		margin: unset;
		padding: unset;
		cursor: pointer;
	}
	.why-us-hiw .container .why-us-tracker .slick-dots li button {
		transition: all 0.3s ease-in-out;
		width: 30px;
		border-radius: 100px;
		background: rgba(194, 208, 228, 0.25);
		height: 8px;
		padding: 2px;
	}
	.why-us-hiw .container .why-us-tracker .slick-dots li button::before {
		content: "";
	}
	.why-us-hiw .container .why-us-tracker .slick-dots li.slick-active button {
		width: 93px;
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	}
}

@media (max-width: 576px) {
	.why-us-hiw {
		display: flex;
		width: 100%;
		position: relative;
	}
	.why-us-hiw .grid-bg {
		position: absolute;
		right: -1.5rem;
		top: -100px;
	}
	.why-us-hiw .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	.why-us-hiw .container .why-us__flex {
		display: flex;
		flex-flow: row wrap;
	}
	.why-us-hiw .container .why-us__flex .why-us__heading {
		flex: 1 1 100%;
		margin-bottom: 1rem;
		text-align: left;
	}
	.why-us-hiw .container .why-us__flex .why-us__heading .top-text {
		font-size: 24px;
		color: #c2d0e4;
		margin: 0px;
	}
	.why-us-hiw .container .why-us__flex .why-us__heading h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 0;
		padding: 0;
		font-weight: 800;
	}
	.why-us-hiw .container .why-us__flex .why-us__heading h1 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.why-us-hiw .container .why-us__flex .why-us__heading p {
		max-width: 700px;
		width: 100%;
		margin: 15px 0px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		font-weight: 500;
	}
	.why-us-hiw .container .why-us__flex .why-us-controls {
		flex: 1 1 100%;
		display: flex;
		flex-flow: row nowrap;
		justify-content: flex-start;
		align-items: flex-start;
		margin: 1rem 0 2rem;
	}
	.why-us-hiw .container .why-us__flex .why-us-controls .why-us-buttons {
		display: flex;
		gap: 1.1rem;
	}
	.why-us-hiw .container .why-us__flex .why-us-controls .why-us-buttons div {
		border-radius: 100%;
		display: flex;
		height: 38px;
		width: 38px;
		justify-content: center;
		align-items: center;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, transform 1s ease-in-out;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		cursor: pointer;
		user-select: none;
	}
	.why-us-hiw .container .why-us__flex .why-us-controls .why-us-buttons div.slick-disabled {
		cursor: auto;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		--color1: rgba(194, 208, 228, 0.25);
		--color2: rgba(194, 208, 228, 0.25);
		--color3: rgba(194, 208, 228, 0.25);
		--color4: rgba(194, 208, 228, 0.25);
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item {
		border: 2px solid rgba(194, 208, 228, 0.15);
		width: unset;
		border-radius: 15px;
		padding: 1.5rem;
		display: flex;
		flex-flow: row wrap;
		position: relative;
		transition: all 0.5s ease;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item:not(:last-of-type) {
		margin-right: 0rem;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item .si__image {
		flex: 1 1 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item .si__info {
		flex: 1 1 100%;
		margin-top: 0.5rem;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item .si__info .si__heading h3 {
		font-size: 22px;
		line-height: 1.4;
		color: #ffffff;
		font-weight: 800;
		margin: 0 0 5px;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item .si__info .si__heading h3 span {
		background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		padding: 0 0 3px 0;
		font-weight: 800;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item .si__info .si__text {
		margin: 0px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item:hover {
		border: 2px solid transparent;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item:hover .faq-button {
		animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	}
	.why-us-hiw .container .why-us-wrapper .overflow-wrapper.why-us_slider .single-item:hover .faq-button img {
		opacity: 1;
	}
	.why-us-hiw .container .why-us-tracker .slick-dots {
		display: flex;
		margin: 0;
		gap: 10px;
		padding: 1rem 0;
		list-style-type: none;
		position: static;
		bottom: unset;
		text-align: unset;
	}
	.why-us-hiw .container .why-us-tracker .slick-dots li {
		position: static;
		display: unset;
		width: unset;
		height: unset;
		margin: unset;
		padding: unset;
		cursor: pointer;
	}
	.why-us-hiw .container .why-us-tracker .slick-dots li button {
		transition: all 0.3s ease-in-out;
		width: 30px;
		border-radius: 100px;
		background: rgba(194, 208, 228, 0.25);
		height: 8px;
		padding: 2px;
	}
	.why-us-hiw .container .why-us-tracker .slick-dots li button::before {
		content: "";
	}
	.why-us-hiw .container .why-us-tracker .slick-dots li.slick-active button {
		width: 93px;
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	}
}

.faqs-hiw {
	display: flex;
	width: 100%;
	position: relative;
	padding-top: 3rem;
	padding-bottom: 0rem;
	margin-top: 5rem;
}

.faqs-hiw .container {
	max-width: 1440px;
	width: 100%;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	text-align: left;
	margin: 0 auto;
	min-height: 550px;
}

.faqs-hiw .container .qw__info {
	flex: 1 1 40%;
	height: 500px;
	display: flex;
	align-items: center;
}

.faqs-hiw .container .qw__info .qwi__header h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 60px;
	line-height: 1.1;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

.faqs-hiw .container .qw__info .qwi__header h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
	display: block;
}

.faqs-hiw .container .qw__info .qwi__text p {
	color: rgba(194, 208, 228, 0.5);
	font-weight: 400;
	max-width: 80%;
	margin: 0;
}

.faqs-hiw .container .qw__info .qwi__btn {
	width: 100%;
	max-width: 100%;
	margin: 25px auto 0 auto;
}

.faqs-hiw .container .qw__info .qwi__btn a {
	transition: all 0.5s ease-in-out;
	background: #1daa91;
	color: #fff;
	padding: 15px 30px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-weight: 600;
}

.faqs-hiw .container .qw__info .qwi__btn:hover a {
	opacity: 0.8;
}

.faqs-hiw .container .qw__questions {
	flex: 1 1 60%;
	display: flex;
	flex-flow: column nowrap;
}

.faqs-hiw .container .qw__questions #support-accordion .buffer {
	height: 0.7rem;
}

.faqs-hiw .container .qw__questions .qwq__single {
	background-color: #2b3643;
	border-radius: 10px;
	padding: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid transparent;
	position: relative;
	cursor: pointer;
	box-sizing: content-box;
	margin-bottom: 1rem;
}

.faqs-hiw .container .qw__questions .qwq__single.active .single__btn img {
	transform: rotate(180deg);
}

.faqs-hiw .container .qw__questions .qwq__single .single__q {
	color: #ffffff;
}

.faqs-hiw .container .qw__questions .qwq__single .single__btn {
	background-color: #ffffff;
	border-radius: 100px;
	height: 24px;
	width: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.faqs-hiw .container .qw__questions .qwq__single .single__btn img {
	transition: all 0.3s ease-in-out;
}

.faqs-hiw .container .qw__questions .qwq__single::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.faqs-hiw .container .qw__questions .qwq__single:hover {
	border: 1px solid transparent;
}

.faqs-hiw .container .qw__questions .qwq__single:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.faqs-hiw .container .qw__questions .qwq__single:hover .faq-button {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
}

.faqs-hiw .container .qw__questions .qwq__single:hover .faq-button img {
	opacity: 1;
}

.faqs-hiw .container .qw__questions .qwq__answer {
	padding: 1.8rem 1.8rem;
	background-color: rgba(194, 208, 228, 0.05);
	border-radius: 10px;
	color: #ffffff70;
	overflow: hidden;
	display: none;
	margin: 1rem 0;
}

@media (max-width: 992px) {
	.faqs-hiw {
		display: flex;
		width: 100%;
		position: relative;
		margin-top: 0rem;
	}
	.faqs-hiw .container {
		max-width: 1440px;
		width: 100%;
		position: relative;
		display: flex;
		flex-flow: row wrap;
		text-align: left;
		margin: 0 auto;
		min-height: 550px;
	}
	.faqs-hiw .container .qw__info {
		flex: 1 1 100%;
		height: auto;
		display: flex;
		align-items: center;
		padding: 2rem 0;
	}
	.faqs-hiw .container .qw__questions {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
	}
	.faqs-hiw .container .qw__questions .qwq__single {
		background-color: #2b3643;
		border-radius: 10px;
		padding: 1.8rem;
		display: flex;
		align-items: center;
		gap: 7px;
		justify-content: space-between;
		border: 1px solid transparent;
		position: relative;
		cursor: pointer;
		box-sizing: content-box;
		margin-bottom: 1rem;
	}
	.faqs-hiw .container .qw__questions .qwq__single .single__btn {
		flex-shrink: 0;
	}
}

@media (max-width: 768px) {
	.faqs-hiw {
		display: flex;
		width: 100%;
		position: relative;
		margin-top: 0rem;
	}
	.faqs-hiw .container {
		max-width: 1440px;
		width: 100%;
		position: relative;
		display: flex;
		flex-flow: row wrap;
		text-align: left;
		margin: 0 auto;
		min-height: 550px;
	}
	.faqs-hiw .container .qw__info {
		flex: 1 1 100%;
		height: auto;
		display: flex;
		align-items: center;
		padding: 2rem 0;
	}
	.faqs-hiw .container .qw__info .qwi__header h2 {
		font-size: 40px;
		line-height: 1.2;
	}
	.faqs-hiw .container .qw__info .qwi__text p {
		max-width: 100%;
		font-size: 15px;
	}
	.faqs-hiw .container .qw__info .qwi__btn {
		width: 100%;
		max-width: 100%;
		margin: 25px auto 0 auto;
	}
	.faqs-hiw .container .qw__info .qwi__btn a {
		transition: all 0.5s ease-in-out;
		background: #1daa91;
		color: #fff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-weight: 600;
	}
	.faqs-hiw .container .qw__info .qwi__btn:hover a {
		opacity: 0.8;
	}
	.faqs-hiw .container .qw__questions {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
	}
	.faqs-hiw .container .qw__questions #support-accordion .buffer {
		height: 0.7rem;
	}
	.faqs-hiw .container .qw__questions .qwq__single {
		background-color: #2b3643;
		border-radius: 10px;
		padding: 1.8rem;
		display: flex;
		align-items: center;
		gap: 7px;
		justify-content: space-between;
		border: 1px solid transparent;
		position: relative;
		cursor: pointer;
		box-sizing: content-box;
		margin-bottom: 1rem;
	}
	.faqs-hiw .container .qw__questions .qwq__single.active .single__btn img {
		transform: rotate(180deg);
	}
	.faqs-hiw .container .qw__questions .qwq__single .single__q {
		color: #ffffff;
		font-size: 15px;
	}
	.faqs-hiw .container .qw__questions .qwq__single .single__btn {
		flex-shrink: 0;
		background-color: #ffffff;
		border-radius: 100px;
		height: 24px;
		width: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.faqs-hiw .container .qw__questions .qwq__single .single__btn img {
		transition: all 0.3s ease-in-out;
	}
	.faqs-hiw .container .qw__questions .qwq__answer {
		padding: 1.8rem 1.8rem;
		background-color: rgba(194, 208, 228, 0.05);
		border-radius: 10px;
		color: #ffffff70;
		overflow: hidden;
		display: none;
		margin: 1rem 0;
	}
}

@media (max-width: 576px) {
	.faqs-hiw {
		display: flex;
		width: 100%;
		position: relative;
		margin-top: 0rem;
	}
	.faqs-hiw .container {
		max-width: 1440px;
		width: 100%;
		position: relative;
		display: flex;
		flex-flow: row wrap;
		text-align: left;
		margin: 0 auto;
		min-height: 550px;
	}
	.faqs-hiw .container .qw__info {
		flex: 1 1 100%;
		height: auto;
		display: flex;
		align-items: center;
		padding: 2rem 0;
	}
	.faqs-hiw .container .qw__info .qwi__header h2 {
		font-size: 40px;
		line-height: 1.2;
	}
	.faqs-hiw .container .qw__info .qwi__text p {
		max-width: 100%;
		font-size: 15px;
	}
	.faqs-hiw .container .qw__info .qwi__btn {
		width: 100%;
		max-width: 100%;
		margin: 25px auto 0 auto;
	}
	.faqs-hiw .container .qw__info .qwi__btn a {
		transition: all 0.5s ease-in-out;
		background: #1daa91;
		color: #fff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-weight: 600;
	}
	.faqs-hiw .container .qw__info .qwi__btn:hover a {
		opacity: 0.8;
	}
	.faqs-hiw .container .qw__questions {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
	}
	.faqs-hiw .container .qw__questions #support-accordion .buffer {
		height: 0.7rem;
	}
	.faqs-hiw .container .qw__questions .qwq__single {
		background-color: #2b3643;
		border-radius: 10px;
		padding: 1.8rem;
		display: flex;
		align-items: center;
		gap: 7px;
		justify-content: space-between;
		border: 1px solid transparent;
		position: relative;
		cursor: pointer;
		box-sizing: content-box;
		margin-bottom: 1rem;
	}
	.faqs-hiw .container .qw__questions .qwq__single.active .single__btn img {
		transform: rotate(180deg);
	}
	.faqs-hiw .container .qw__questions .qwq__single .single__q {
		color: #ffffff;
		font-size: 15px;
	}
	.faqs-hiw .container .qw__questions .qwq__single .single__btn {
		flex-shrink: 0;
		background-color: #ffffff;
		border-radius: 100px;
		height: 24px;
		width: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.faqs-hiw .container .qw__questions .qwq__single .single__btn img {
		transition: all 0.3s ease-in-out;
	}
	.faqs-hiw .container .qw__questions .qwq__answer {
		padding: 1.8rem 1.8rem;
		background-color: rgba(194, 208, 228, 0.05);
		border-radius: 10px;
		color: #ffffff70;
		overflow: hidden;
		display: none;
		margin: 1rem 0;
	}
}

.experienced {
	display: flex;
	width: 100%;
	position: relative;
	position: relative;
}

.experienced.homepage {
	padding: 95px 1.5rem 95px 1.5rem;
}

.experienced.hiw {
	padding: 95px 0;
}

.experienced.hiw .grid-bg {
	position: absolute;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	top: -10%;
	width: 42%;
}

.experienced .grid-bg {
	position: absolute;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	top: -50%;
	width: 55%;
}

.experienced .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: center;
}

.experienced .container .pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
	width: fit-content;
}

.experienced .container h1,
.experienced .container h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 80px;
	line-height: 1.1;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

.experienced .container h1 span,
.experienced .container h2 span {
	background: -webkit-linear-gradient(90deg, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

.experienced .container .sub-text {
	max-width: 700px;
	margin: 25px auto 0 auto;
	color: rgba(194, 208, 228, 0.5);
	margin: 0 auto;
	font-weight: 500;
	max-width: 50%;
}

.experienced .container .buttons-wrapper {
	display: flex;
	gap: 1rem;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
}

.experienced .container .buttons-wrapper .single-btn {
	display: flex;
	justify-content: center;
}

.experienced .container .buttons-wrapper .single-btn a {
	padding: 20px 30px !important;
}

@media (max-width: 1300px) {
	.experienced .container .buttons-wrapper {
		flex-wrap: wrap;
	}
}

@media (max-width: 1200px) {
	.experienced .grid-bg {
		position: absolute;
		z-index: -1;
		left: 50%;
		transform: translateX(-50%);
		top: -20%;
		width: 70%;
	}
	.experienced .container h1,
	.experienced .container h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 70px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.experienced .container h1 span,
	.experienced .container h2 span {
		background: -webkit-linear-gradient(90deg, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.experienced .container .buttons-wrapper {
		flex-wrap: wrap;
	}
}

@media (max-width: 992px) {
	.experienced {
		display: flex;
		width: 100%;
		position: relative;
		margin: 7rem 0;
	}
	.experienced .grid-bg {
		position: absolute;
		z-index: -1;
		left: 50%;
		transform: translateX(-50%);
		top: -10%;
		width: 70%;
	}
	.experienced .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
		text-align: center;
	}
	.experienced .container .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.experienced .container h1,
	.experienced .container h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 60px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.experienced .container h1 span,
	.experienced .container h2 span {
		background: -webkit-linear-gradient(90deg, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.experienced .container .sub-text {
		max-width: 700px;
		margin: 25px auto 0 auto;
		color: rgba(194, 208, 228, 0.5);
		margin: 0 auto;
		font-weight: 500;
		max-width: 100%;
		font-size: 16px;
	}
	.experienced .container .buttons-wrapper {
		flex-wrap: wrap;
	}
}

@media (max-width: 768px) {
	.experienced {
		display: flex;
		width: 100%;
		position: relative;
		margin: 7rem 0 0;
	}
	.experienced.homepage {
		padding: 0px 1.5rem 0px 1.5rem;
	}
	.experienced .grid-bg {
		position: absolute;
		z-index: -1;
		left: 50%;
		transform: translateX(-50%);
		top: -20%;
		width: 100%;
	}
	.experienced .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
		text-align: center;
	}
	.experienced .container .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.experienced .container h1,
	.experienced .container h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.experienced .container h1 span,
	.experienced .container h2 span {
		background: -webkit-linear-gradient(90deg, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.experienced .container .sub-text {
		max-width: 700px;
		margin: 25px auto 0 auto;
		color: rgba(194, 208, 228, 0.5);
		margin: 0 auto;
		font-weight: 500;
		max-width: 100%;
		font-size: 15px;
	}
	.experienced .container .buttons-wrapper {
		display: flex;
		gap: 1rem;
		justify-content: center;
		align-items: center;
		margin-top: 2rem;
		flex-flow: row wrap;
	}
	.experienced .container .buttons-wrapper .single-btn {
		text-align: center;
		margin-top: auto;
		flex: 1 1 100%;
	}
	.experienced .container .buttons-wrapper .single-btn a {
		transition: all 0.5s ease-in-out;
		background: rgba(194, 208, 228, 0.15);
		color: #ffffff;
		padding: 15px 30px !important;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		width: inherit;
	}
	.experienced .container .buttons-wrapper .single-btn:hover a {
		opacity: 0.8;
	}
}

.main-banner-phase-account {
	display: flex;
	width: 100%;
	position: relative;
	padding: 5rem 1.5rem 5rem 1.5rem;
}

.main-banner-phase-account .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
}

.main-banner-phase-account .container .banner {
	flex: 1 1 33%;
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
}

.main-banner-phase-account .container .banner .pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
	width: fit-content;
}

.main-banner-phase-account .container .banner h1 {
	font-size: 80px;
	line-height: 112px;
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 800;
	margin: 0;
	padding: 0;
}

.main-banner-phase-account .container .banner h1 b {
	text-shadow: 3px 3px 10px #0b0c10;
}

.main-banner-phase-account .container .banner h1 span {
	background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 3px transparent;
	padding: 0 0 3px 0;
	color: #101217;
}

@media (max-width: 768px) {
	.main-banner-phase-account {
		display: flex;
		width: 100%;
		position: relative;
		padding: 2rem 1.5rem 0rem 1.5rem;
	}
	.main-banner-phase-account .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		height: 100%;
		position: relative;
	}
	.main-banner-phase-account .container .banner {
		flex: 1 1 33%;
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	.main-banner-phase-account .container .banner .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.main-banner-phase-account .container .banner h1 {
		font-size: 60px;
		line-height: 1.2;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 0;
		padding: 0;
	}
	.main-banner-phase-account .container .banner h1 b {
		text-shadow: 3px 3px 10px #0b0c10;
	}
	.main-banner-phase-account .container .banner h1 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
	}
}

@media (max-width: 576px) {
	.main-banner-phase-account {
		display: flex;
		width: 100%;
		position: relative;
		padding: 5rem 1.5rem 0rem 1.5rem;
	}
	.main-banner-phase-account .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		align-items: center;
		height: 100%;
		position: relative;
	}
	.main-banner-phase-account .container .banner {
		flex: 1 1 33%;
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	.main-banner-phase-account .container .banner .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.main-banner-phase-account .container .banner h1 {
		font-size: 50px;
		line-height: 1.2;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 0;
		padding: 0;
	}
	.main-banner-phase-account .container .banner h1 b {
		text-shadow: 3px 3px 10px #0b0c10;
	}
	.main-banner-phase-account .container .banner h1 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
	}
}

@property --color1 {
	syntax: "<color>";
	initial-value: #2cd9ff;
	inherits: false;
}

@property --color2 {
	syntax: "<color>";
	initial-value: #7effb2;
	inherits: false;
}

@property --color3 {
	syntax: "<color>";
	initial-value: #f4ff7a;
	inherits: false;
}

@property --color4 {
	syntax: "<color>";
	initial-value: #ffd80e;
	inherits: false;
}

@property --gradientAngle {
	syntax: "<angle>";
	initial-value: 260deg;
	inherits: false;
}

.account-selector {
	display: flex;
	width: 100%;
	position: relative;
	padding: 1rem 1.5rem 1rem 1.5rem;
}

.account-selector .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 122px 0;
	position: relative;
}

.account-selector .container .selector__heading {
	margin-top: 3rem;
}

.account-selector .container .selector__heading h2 {
	font-size: 60px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
	display: block;
}

.account-selector .container .selector__heading h2 img {
	display: inline-block;
	align-self: flex-start;
	vertical-align: middle;
}

.account-selector .container .selector__heading p {
	font-size: 16px;
	color: rgba(194, 208, 228, 0.5);
	padding: 0;
	letter-spacing: 0.5px;
	margin: 0;
}

.account-selector .container .selector__balance {
	display: flex;
	flex-flow: row wrap;
	gap: 1rem;
	margin-top: 1.5rem;
}

.account-selector .container .selector__balance .balance__single-option {
	flex: 0 1 310px;
}

.account-selector .container .selector__balance .balance__single-option input[type="radio"] {
	display: none;
}

.account-selector .container .selector__balance .balance__single-option input[type="radio"]:checked ~ .option__wrapper::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	--gradientAngle: 1000deg;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
	background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.account-selector .container .selector__balance .balance__single-option input[type="radio"]:checked ~ .option__wrapper .option__dot {
	background: #ffffff;
	box-shadow: inset 0px 0px 0px 3px #1daa91;
}

.account-selector .container .selector__balance .balance__single-option .option__wrapper {
	border: 1px solid rgba(194, 208, 228, 0.4);
	border-radius: 15px;
	background: rgba(194, 208, 228, 0.05);
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 1rem;
	padding: 1.2rem;
	cursor: pointer;
	transition: all 0.6s ease-in-out;
	position: relative;
}

.account-selector .container .selector__balance .balance__single-option .option__wrapper .option__dot {
	width: 20px;
	height: 20px;
	border-radius: 100px;
	background: rgba(209, 209, 209, 0.2);
	box-shadow: inset 0px 0px 0px 1px #d1d1d1;
	transition: inherit;
}

.account-selector .container .selector__balance .balance__single-option .option__wrapper .option__balance-value {
	color: #ffffff;
	font-weight: 700;
	font-size: 20px;
}

.account-selector .container .selector__balance .balance__single-option .option__wrapper .option__price {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	background-color: #1daa91;
	padding: 5px 16px;
	border-radius: 50px;
	margin-left: auto;
}

.account-selector .container .selector__balance .balance__single-option .option__wrapper:hover {
	border: 1px solid #c2d0e4;
}

.account-selector .container .selector__balance .balance__single-option .option__wrapper::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
	background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.account-selector .container .selector__balance .balance__single-option-2 {
	flex: 0 1 245px;
}

.account-selector .container .selector__balance .balance__single-option-2 input[type="radio"] {
	display: none;
}

.account-selector .container .selector__balance .balance__single-option-2 input[type="radio"]:checked ~ .option__wrapper::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	--gradientAngle: 1000deg;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
	background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.account-selector .container .selector__balance .balance__single-option-2 input[type="radio"]:checked ~ .option__wrapper .option__dot {
	opacity: 1;
}

.account-selector .container .selector__balance .balance__single-option-2 .option__wrapper {
	border: 1px solid rgba(194, 208, 228, 0.4);
	border-radius: 15px;
	background: rgba(194, 208, 228, 0.05);
	display: flex;
	flex-flow: column nowrap;
	padding: 1.8rem;
	cursor: pointer;
	transition: all 0.6s ease-in-out;
	position: relative;
}

.account-selector .container .selector__balance .balance__single-option-2 .option__wrapper .option__dot {
	position: absolute;
	top: 18px;
	right: 18px;
	opacity: 0;
	transition: inherit;
}

.account-selector .container .selector__balance .balance__single-option-2 .option__wrapper .option__balance-value {
	background: linear-gradient(65deg, #26f7dd 30%, #00c2dd 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 700;
	width: fit-content;
	font-weight: 800;
	font-size: 40px;
	line-height: 1;
	margin-bottom: 10px;
}

.account-selector .container .selector__balance .balance__single-option-2 .option__wrapper .option__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	color: #ffffff;
}

.account-selector .container .selector__balance .balance__single-option-2 .option__wrapper .option__subtitle {
	color: rgba(194, 208, 228, 0.5);
	font-size: 16px;
	margin-top: 4px;
}

.account-selector .container .selector__balance .balance__single-option-2 .option__wrapper:hover {
	border: 1px solid #c2d0e4;
}

.account-selector .container .selector__balance .balance__single-option-2 .option__wrapper::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
	background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.account-selector .container .selector__balance .balance__single-option-3 {
	flex: 1 1 0;
}

.account-selector .container .selector__balance .balance__single-option-3 input[type="radio"] {
	display: none;
}

.account-selector .container .selector__balance .balance__single-option-3 input[type="radio"]:checked ~ .option__wrapper::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	--gradientAngle: 1000deg;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
	background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.account-selector .container .selector__balance .balance__single-option-3 input[type="radio"]:checked ~ .option__wrapper .option__dot {
	opacity: 1;
}

.account-selector .container .selector__balance .balance__single-option-3 .option__wrapper {
	border: 1px solid rgba(194, 208, 228, 0.4);
	border-radius: 15px;
	background: rgba(194, 208, 228, 0.05);
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	padding: 2.3rem;
	cursor: pointer;
	transition: all 0.6s ease-in-out;
	position: relative;
}

.account-selector .container .selector__balance .balance__single-option-3 .option__wrapper .option__dot {
	position: absolute;
	top: 18px;
	right: 18px;
	opacity: 0;
	transition: inherit;
}

.account-selector .container .selector__balance .balance__single-option-3 .option__wrapper .option__pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
	width: fit-content;
}

.account-selector .container .selector__balance .balance__single-option-3 .option__wrapper .option__image {
	margin-top: 3px;
}

.account-selector .container .selector__balance .balance__single-option-3 .option__wrapper:hover {
	border: 1px solid #c2d0e4;
}

.account-selector .container .selector__balance .balance__single-option-3 .option__wrapper::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
	background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.account-selector .container .selector__total {
	background: rgba(194, 208, 228, 0.05);
	border: 1px solid rgba(194, 208, 228, 0.4);
	border-radius: 15px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-top: 1.5rem;
	padding: 1rem;
	position: relative;
}

.account-selector .container .selector__total .total__value {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1rem;
}

.account-selector .container .selector__total .total__value .value__label {
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	color: rgba(194, 208, 228, 0.4);
}

.account-selector .container .selector__total .total__value .value__price {
	background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 700;
	width: fit-content;
	font-weight: 800;
	font-size: 60px;
	line-height: 1;
}

.account-selector .container .selector__total .total__submit {
	flex: 0 1 600px;
	display: flex;
}

.account-selector .container .selector__total .total__submit a#cta-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
}

.account-selector .container .selector__total .total__submit a#cta-btn .word-container .char::before,
.account-selector .container .selector__total .total__submit a#cta-btn .word-container .char::after {
	color: #ffffff !important;
}

.account-selector .container .selector__total::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #26f7dd;
	--color2: #00b8dd;
	background: linear-gradient(90deg, var(--color1), var(--color2));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

@media (max-width: 992px) {
	.account-selector {
		display: flex;
		width: 100%;
		position: relative;
		padding: 1rem 1.5rem 1rem 1.5rem;
	}
	.account-selector .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 122px 0;
		position: relative;
	}
	.account-selector .container .selector__heading {
		margin-top: 3rem;
	}
	.account-selector .container .selector__heading h2 {
		font-size: 50px;
		font-weight: 700;
		color: #ffffff;
		margin: 0;
		display: block;
		max-width: 85%;
	}
	.account-selector .container .selector__heading h2 img {
		display: inline-block;
		align-self: flex-start;
		margin-top: 0px;
		margin-left: 3px;
	}
	.account-selector .container .selector__heading p {
		font-size: 16px;
		color: rgba(194, 208, 228, 0.5);
		padding: 0;
		letter-spacing: 0.5px;
		margin: 0;
	}
	.account-selector .container .selector__balance {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		margin-top: 1.5rem;
	}
	.account-selector .container .selector__balance .balance__single-option {
		flex: 1 1 310px;
	}
	.account-selector .container .selector__balance .balance__single-option input[type="radio"] {
		display: none;
	}
	.account-selector .container .selector__balance .balance__single-option input[type="radio"]:checked ~ .option__wrapper::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		--gradientAngle: 1000deg;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
		background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.account-selector .container .selector__balance .balance__single-option input[type="radio"]:checked ~ .option__wrapper .option__dot {
		background: #ffffff;
		box-shadow: inset 0px 0px 0px 3px #1daa91;
	}
	.account-selector .container .selector__balance .balance__single-option .option__wrapper {
		border: 1px solid rgba(194, 208, 228, 0.4);
		border-radius: 15px;
		background: rgba(194, 208, 228, 0.05);
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 1rem;
		padding: 1.2rem;
		cursor: pointer;
		transition: all 0.6s ease-in-out;
		position: relative;
	}
	.account-selector .container .selector__balance .balance__single-option .option__wrapper .option__dot {
		width: 20px;
		height: 20px;
		border-radius: 100px;
		background: rgba(209, 209, 209, 0.2);
		box-shadow: inset 0px 0px 0px 1px #d1d1d1;
		transition: inherit;
	}
	.account-selector .container .selector__balance .balance__single-option .option__wrapper .option__balance-value {
		color: #ffffff;
		font-weight: 700;
		font-size: 20px;
	}
	.account-selector .container .selector__balance .balance__single-option .option__wrapper .option__price {
		color: #ffffff;
		font-size: 16px;
		font-weight: 600;
		background-color: #1daa91;
		padding: 5px 16px;
		border-radius: 50px;
		margin-left: auto;
	}
	.account-selector .container .selector__balance .balance__single-option .option__wrapper:hover {
		border: 1px solid #c2d0e4;
	}
	.account-selector .container .selector__balance .balance__single-option .option__wrapper::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
		background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.account-selector .container .selector__balance .balance__single-option-2 {
		flex: 1 1 245px;
	}
	.account-selector .container .selector__balance .balance__single-option-2 input[type="radio"] {
		display: none;
	}
	.account-selector .container .selector__balance .balance__single-option-2 input[type="radio"]:checked ~ .option__wrapper::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		--gradientAngle: 1000deg;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
		background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.account-selector .container .selector__balance .balance__single-option-2 input[type="radio"]:checked ~ .option__wrapper .option__dot {
		opacity: 1;
	}
	.account-selector .container .selector__balance .balance__single-option-2 .option__wrapper {
		border: 1px solid rgba(194, 208, 228, 0.4);
		border-radius: 15px;
		background: rgba(194, 208, 228, 0.05);
		display: flex;
		flex-flow: column nowrap;
		padding: 1.8rem;
		cursor: pointer;
		transition: all 0.6s ease-in-out;
		position: relative;
	}
	.account-selector .container .selector__balance .balance__single-option-2 .option__wrapper .option__dot {
		position: absolute;
		top: 18px;
		right: 18px;
		opacity: 0;
		transition: inherit;
	}
	.account-selector .container .selector__balance .balance__single-option-2 .option__wrapper .option__balance-value {
		background: linear-gradient(65deg, #26f7dd 30%, #00c2dd 70%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-weight: 700;
		width: fit-content;
		font-weight: 800;
		font-size: 40px;
		line-height: 1;
		margin-bottom: 10px;
	}
	.account-selector .container .selector__balance .balance__single-option-2 .option__wrapper .option__title {
		font-weight: 700;
		font-size: 20px;
		line-height: 1.2;
		color: #ffffff;
	}
	.account-selector .container .selector__balance .balance__single-option-2 .option__wrapper .option__subtitle {
		color: rgba(194, 208, 228, 0.5);
		font-size: 16px;
		margin-top: 4px;
	}
	.account-selector .container .selector__balance .balance__single-option-2 .option__wrapper:hover {
		border: 1px solid #c2d0e4;
	}
	.account-selector .container .selector__balance .balance__single-option-2 .option__wrapper::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
		background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.account-selector .container .selector__balance .balance__single-option-3 {
		flex: 1 1 0;
	}
	.account-selector .container .selector__balance .balance__single-option-3 input[type="radio"] {
		display: none;
	}
	.account-selector .container .selector__balance .balance__single-option-3 input[type="radio"]:checked ~ .option__wrapper::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		--gradientAngle: 1000deg;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
		background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.account-selector .container .selector__balance .balance__single-option-3 input[type="radio"]:checked ~ .option__wrapper .option__dot {
		opacity: 1;
	}
	.account-selector .container .selector__balance .balance__single-option-3 .option__wrapper {
		border: 1px solid rgba(194, 208, 228, 0.4);
		border-radius: 15px;
		background: rgba(194, 208, 228, 0.05);
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		padding: 2.3rem;
		cursor: pointer;
		transition: all 0.6s ease-in-out;
		position: relative;
	}
	.account-selector .container .selector__balance .balance__single-option-3 .option__wrapper .option__dot {
		position: absolute;
		top: 18px;
		right: 18px;
		opacity: 0;
		transition: inherit;
	}
	.account-selector .container .selector__balance .balance__single-option-3 .option__wrapper .option__pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.account-selector .container .selector__balance .balance__single-option-3 .option__wrapper .option__image {
		margin-top: 3px;
	}
	.account-selector .container .selector__balance .balance__single-option-3 .option__wrapper:hover {
		border: 1px solid #c2d0e4;
	}
	.account-selector .container .selector__balance .balance__single-option-3 .option__wrapper::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
		background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.account-selector .container .selector__total {
		background: rgba(194, 208, 228, 0.05);
		border: 1px solid rgba(194, 208, 228, 0.4);
		border-radius: 15px;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		margin-top: 1.5rem;
		padding: 1rem;
		position: relative;
		gap: 1rem;
	}
	.account-selector .container .selector__total .total__value {
		display: flex;
		align-items: center;
		gap: 1rem;
		padding: 1rem;
	}
	.account-selector .container .selector__total .total__value .value__label {
		font-size: 24px;
		line-height: 1;
		font-weight: 700;
		color: rgba(194, 208, 228, 0.4);
	}
	.account-selector .container .selector__total .total__value .value__price {
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-weight: 700;
		width: fit-content;
		font-weight: 800;
		font-size: 40px;
		line-height: 1;
	}
	.account-selector .container .selector__total .total__submit {
		flex: 0 1 600px;
		display: flex;
	}
	.account-selector .container .selector__total .total__submit a#cta-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-grow: 1;
	}
	.account-selector .container .selector__total .total__submit a#cta-btn .word-container .char::before,
	.account-selector .container .selector__total .total__submit a#cta-btn .word-container .char::after {
		color: #ffffff !important;
	}
	.account-selector .container .selector__total::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #26f7dd;
		--color2: #00b8dd;
		background: linear-gradient(90deg, var(--color1), var(--color2));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
}

@media (max-width: 768px) {
	.account-selector {
		display: flex;
		width: 100%;
		position: relative;
	}
	.account-selector .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 60px 0;
		position: relative;
	}
	.account-selector .container .selector__heading {
		margin-top: 3rem;
	}
	.account-selector .container .selector__heading h2 {
		font-size: 40px;
		font-weight: 700;
		color: #ffffff;
		margin: 0;
		display: block;
		line-height: 1.2;
		max-width: 80%;
	}
	.account-selector .container .selector__heading h2 img.info-1 {
		display: inline-block;
		align-self: flex-start;
		margin-top: 0px;
		margin-left: 0px;
	}
	.account-selector .container .selector__heading h2 img.info-2 {
		display: inline-block;
		align-self: flex-start;
		margin-top: 0px;
		margin-left: 0px;
	}
	.account-selector .container .selector__heading p {
		font-size: 15px;
		color: rgba(194, 208, 228, 0.5);
		padding: 0;
		letter-spacing: 0.5px;
		margin: 1rem 0;
	}
	.account-selector .container .selector__balance {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		margin-top: 1.5rem;
	}
	.account-selector .container .selector__balance .balance__single-option {
		flex: 1 1 45%;
	}
	.account-selector .container .selector__balance .balance__single-option input[type="radio"] {
		display: none;
	}
	.account-selector .container .selector__balance .balance__single-option input[type="radio"]:checked ~ .option__wrapper::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		--gradientAngle: 1000deg;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
		background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.account-selector .container .selector__balance .balance__single-option input[type="radio"]:checked ~ .option__wrapper .option__dot {
		background: #ffffff;
		box-shadow: inset 0px 0px 0px 3px #1daa91;
	}
	.account-selector .container .selector__balance .balance__single-option .option__wrapper {
		border: 1px solid rgba(194, 208, 228, 0.4);
		border-radius: 15px;
		background: rgba(194, 208, 228, 0.05);
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 1rem;
		padding: 1.2rem;
		cursor: pointer;
		transition: all 0.6s ease-in-out;
		position: relative;
	}
	.account-selector .container .selector__balance .balance__single-option .option__wrapper .option__dot {
		width: 20px;
		height: 20px;
		border-radius: 100px;
		background: rgba(209, 209, 209, 0.2);
		box-shadow: inset 0px 0px 0px 1px #d1d1d1;
		transition: inherit;
	}
	.account-selector .container .selector__balance .balance__single-option .option__wrapper .option__balance-value {
		color: #ffffff;
		font-weight: 700;
		font-size: 20px;
	}
	.account-selector .container .selector__balance .balance__single-option .option__wrapper .option__price {
		color: #ffffff;
		font-size: 16px;
		font-weight: 600;
		background-color: #1daa91;
		padding: 5px 16px;
		border-radius: 50px;
		margin-left: auto;
	}
	.account-selector .container .selector__balance .balance__single-option .option__wrapper:hover {
		border: 1px solid #c2d0e4;
	}
	.account-selector .container .selector__balance .balance__single-option .option__wrapper::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
		background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.account-selector .container .selector__balance .balance__single-option-2 {
		flex: 1 1 245px;
	}
	.account-selector .container .selector__balance .balance__single-option-2 input[type="radio"] {
		display: none;
	}
	.account-selector .container .selector__balance .balance__single-option-2 input[type="radio"]:checked ~ .option__wrapper::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		--gradientAngle: 1000deg;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
		background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.account-selector .container .selector__balance .balance__single-option-2 input[type="radio"]:checked ~ .option__wrapper .option__dot {
		opacity: 1;
	}
	.account-selector .container .selector__balance .balance__single-option-2 .option__wrapper {
		border: 1px solid rgba(194, 208, 228, 0.4);
		border-radius: 15px;
		background: rgba(194, 208, 228, 0.05);
		display: flex;
		flex-flow: column nowrap;
		padding: 1.8rem;
		cursor: pointer;
		transition: all 0.6s ease-in-out;
		position: relative;
	}
	.account-selector .container .selector__balance .balance__single-option-2 .option__wrapper .option__dot {
		position: absolute;
		top: 18px;
		right: 18px;
		opacity: 0;
		transition: inherit;
	}
	.account-selector .container .selector__balance .balance__single-option-2 .option__wrapper .option__balance-value {
		background: linear-gradient(65deg, #26f7dd 30%, #00c2dd 70%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-weight: 700;
		width: fit-content;
		font-weight: 800;
		font-size: 40px;
		line-height: 1;
		margin-bottom: 10px;
	}
	.account-selector .container .selector__balance .balance__single-option-2 .option__wrapper .option__title {
		font-weight: 700;
		font-size: 20px;
		line-height: 1.2;
		color: #ffffff;
	}
	.account-selector .container .selector__balance .balance__single-option-2 .option__wrapper .option__subtitle {
		color: rgba(194, 208, 228, 0.5);
		font-size: 16px;
		margin-top: 4px;
	}
	.account-selector .container .selector__balance .balance__single-option-2 .option__wrapper:hover {
		border: 1px solid #c2d0e4;
	}
	.account-selector .container .selector__balance .balance__single-option-2 .option__wrapper::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
		background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.account-selector .container .selector__balance .balance__single-option-3 {
		flex: 1 1 100%;
	}
	.account-selector .container .selector__balance .balance__single-option-3 input[type="radio"] {
		display: none;
	}
	.account-selector .container .selector__balance .balance__single-option-3 input[type="radio"]:checked ~ .option__wrapper::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		--gradientAngle: 1000deg;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
		background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.account-selector .container .selector__balance .balance__single-option-3 input[type="radio"]:checked ~ .option__wrapper .option__dot {
		opacity: 1;
	}
	.account-selector .container .selector__balance .balance__single-option-3 .option__wrapper {
		border: 1px solid rgba(194, 208, 228, 0.4);
		border-radius: 15px;
		background: rgba(194, 208, 228, 0.05);
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		padding: 2.3rem;
		cursor: pointer;
		transition: all 0.6s ease-in-out;
		position: relative;
	}
	.account-selector .container .selector__balance .balance__single-option-3 .option__wrapper .option__dot {
		position: absolute;
		top: 18px;
		right: 18px;
		opacity: 0;
		transition: inherit;
	}
	.account-selector .container .selector__balance .balance__single-option-3 .option__wrapper .option__pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.account-selector .container .selector__balance .balance__single-option-3 .option__wrapper .option__image {
		margin-top: 3px;
	}
	.account-selector .container .selector__balance .balance__single-option-3 .option__wrapper:hover {
		border: 1px solid #c2d0e4;
	}
	.account-selector .container .selector__balance .balance__single-option-3 .option__wrapper::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
		background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.account-selector .container .selector__total {
		background: rgba(194, 208, 228, 0.05);
		border: 1px solid rgba(194, 208, 228, 0.4);
		border-radius: 15px;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		margin-top: 1.5rem;
		padding: 1rem;
		position: relative;
	}
	.account-selector .container .selector__total .total__value {
		display: flex;
		align-items: center;
		gap: 1rem;
		padding: 1rem;
		margin-bottom: 1rem;
	}
	.account-selector .container .selector__total .total__value .value__label {
		font-size: 26px;
		line-height: 1;
		font-weight: 700;
		color: rgba(194, 208, 228, 0.4);
	}
	.account-selector .container .selector__total .total__value .value__price {
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-weight: 700;
		width: fit-content;
		font-weight: 800;
		font-size: 50px;
		line-height: 1;
	}
	.account-selector .container .selector__total .total__submit {
		flex: 0 1 600px;
		display: flex;
	}
	.account-selector .container .selector__total .total__submit a#cta-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-grow: 1;
	}
	.account-selector .container .selector__total .total__submit a#cta-btn .word-container .char::before,
	.account-selector .container .selector__total .total__submit a#cta-btn .word-container .char::after {
		color: #ffffff !important;
	}
	.account-selector .container .selector__total::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #26f7dd;
		--color2: #00b8dd;
		background: linear-gradient(90deg, var(--color1), var(--color2));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
}

@media (max-width: 576px) {
	.account-selector {
		display: flex;
		width: 100%;
		position: relative;
	}
	.account-selector .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 60px 0;
		position: relative;
	}
	.account-selector .container .selector__heading {
		margin-top: 3rem;
	}
	.account-selector .container .selector__heading h2 {
		font-size: 40px;
		font-weight: 700;
		color: #ffffff;
		margin: 0;
		display: block;
		line-height: 1.2;
	}
	.account-selector .container .selector__heading h2 img.info-1 {
		display: inline-block;
		align-self: flex-start;
		margin-top: 0px;
		margin-left: 3px;
	}
	.account-selector .container .selector__heading h2 img.info-2 {
		display: inline-block;
		align-self: flex-start;
		margin-top: 0px;
		margin-left: 3px;
	}
	.account-selector .container .selector__heading p {
		font-size: 15px;
		color: rgba(194, 208, 228, 0.5);
		padding: 0;
		letter-spacing: 0.5px;
		margin: 1rem 0;
	}
	.account-selector .container .selector__balance {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		margin-top: 1.5rem;
	}
	.account-selector .container .selector__balance .balance__single-option {
		flex: 1 1 310px;
	}
	.account-selector .container .selector__balance .balance__single-option input[type="radio"] {
		display: none;
	}
	.account-selector .container .selector__balance .balance__single-option input[type="radio"]:checked ~ .option__wrapper::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		--gradientAngle: 1000deg;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
		background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.account-selector .container .selector__balance .balance__single-option input[type="radio"]:checked ~ .option__wrapper .option__dot {
		background: #ffffff;
		box-shadow: inset 0px 0px 0px 3px #1daa91;
	}
	.account-selector .container .selector__balance .balance__single-option .option__wrapper {
		border: 1px solid rgba(194, 208, 228, 0.4);
		border-radius: 15px;
		background: rgba(194, 208, 228, 0.05);
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 1rem;
		padding: 1.2rem;
		cursor: pointer;
		transition: all 0.6s ease-in-out;
		position: relative;
	}
	.account-selector .container .selector__balance .balance__single-option .option__wrapper .option__dot {
		width: 20px;
		height: 20px;
		border-radius: 100px;
		background: rgba(209, 209, 209, 0.2);
		box-shadow: inset 0px 0px 0px 1px #d1d1d1;
		transition: inherit;
	}
	.account-selector .container .selector__balance .balance__single-option .option__wrapper .option__balance-value {
		color: #ffffff;
		font-weight: 700;
		font-size: 20px;
	}
	.account-selector .container .selector__balance .balance__single-option .option__wrapper .option__price {
		color: #ffffff;
		font-size: 16px;
		font-weight: 600;
		background-color: #1daa91;
		padding: 5px 16px;
		border-radius: 50px;
		margin-left: auto;
	}
	.account-selector .container .selector__balance .balance__single-option .option__wrapper:hover {
		border: 1px solid #c2d0e4;
	}
	.account-selector .container .selector__balance .balance__single-option .option__wrapper::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
		background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.account-selector .container .selector__balance .balance__single-option-2 {
		flex: 1 1 245px;
	}
	.account-selector .container .selector__balance .balance__single-option-2 input[type="radio"] {
		display: none;
	}
	.account-selector .container .selector__balance .balance__single-option-2 input[type="radio"]:checked ~ .option__wrapper::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		--gradientAngle: 1000deg;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
		background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.account-selector .container .selector__balance .balance__single-option-2 input[type="radio"]:checked ~ .option__wrapper .option__dot {
		opacity: 1;
	}
	.account-selector .container .selector__balance .balance__single-option-2 .option__wrapper {
		border: 1px solid rgba(194, 208, 228, 0.4);
		border-radius: 15px;
		background: rgba(194, 208, 228, 0.05);
		display: flex;
		flex-flow: column nowrap;
		padding: 1.8rem;
		cursor: pointer;
		transition: all 0.6s ease-in-out;
		position: relative;
	}
	.account-selector .container .selector__balance .balance__single-option-2 .option__wrapper .option__dot {
		position: absolute;
		top: 18px;
		right: 18px;
		opacity: 0;
		transition: inherit;
	}
	.account-selector .container .selector__balance .balance__single-option-2 .option__wrapper .option__balance-value {
		background: linear-gradient(65deg, #26f7dd 30%, #00c2dd 70%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-weight: 700;
		width: fit-content;
		font-weight: 800;
		font-size: 40px;
		line-height: 1;
		margin-bottom: 10px;
	}
	.account-selector .container .selector__balance .balance__single-option-2 .option__wrapper .option__title {
		font-weight: 700;
		font-size: 20px;
		line-height: 1.2;
		color: #ffffff;
	}
	.account-selector .container .selector__balance .balance__single-option-2 .option__wrapper .option__subtitle {
		color: rgba(194, 208, 228, 0.5);
		font-size: 16px;
		margin-top: 4px;
	}
	.account-selector .container .selector__balance .balance__single-option-2 .option__wrapper:hover {
		border: 1px solid #c2d0e4;
	}
	.account-selector .container .selector__balance .balance__single-option-2 .option__wrapper::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
		background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.account-selector .container .selector__balance .balance__single-option-3 {
		flex: 1 1 100%;
	}
	.account-selector .container .selector__balance .balance__single-option-3 input[type="radio"] {
		display: none;
	}
	.account-selector .container .selector__balance .balance__single-option-3 input[type="radio"]:checked ~ .option__wrapper::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		--gradientAngle: 1000deg;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
		background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.account-selector .container .selector__balance .balance__single-option-3 input[type="radio"]:checked ~ .option__wrapper .option__dot {
		opacity: 1;
	}
	.account-selector .container .selector__balance .balance__single-option-3 .option__wrapper {
		border: 1px solid rgba(194, 208, 228, 0.4);
		border-radius: 15px;
		background: rgba(194, 208, 228, 0.05);
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		padding: 2.3rem;
		cursor: pointer;
		transition: all 0.6s ease-in-out;
		position: relative;
	}
	.account-selector .container .selector__balance .balance__single-option-3 .option__wrapper .option__dot {
		position: absolute;
		top: 18px;
		right: 18px;
		opacity: 0;
		transition: inherit;
	}
	.account-selector .container .selector__balance .balance__single-option-3 .option__wrapper .option__pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.account-selector .container .selector__balance .balance__single-option-3 .option__wrapper .option__image {
		margin-top: 3px;
	}
	.account-selector .container .selector__balance .balance__single-option-3 .option__wrapper:hover {
		border: 1px solid #c2d0e4;
	}
	.account-selector .container .selector__balance .balance__single-option-3 .option__wrapper::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
		background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.account-selector .container .selector__total {
		background: rgba(194, 208, 228, 0.05);
		border: 1px solid rgba(194, 208, 228, 0.4);
		border-radius: 15px;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		margin-top: 1.5rem;
		padding: 1rem;
		position: relative;
	}
	.account-selector .container .selector__total .total__value {
		display: flex;
		align-items: center;
		gap: 1rem;
		padding: 1rem;
		margin-bottom: 1rem;
	}
	.account-selector .container .selector__total .total__value .value__label {
		font-size: 26px;
		line-height: 1;
		font-weight: 700;
		color: rgba(194, 208, 228, 0.4);
	}
	.account-selector .container .selector__total .total__value .value__price {
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-weight: 700;
		width: fit-content;
		font-weight: 800;
		font-size: 50px;
		line-height: 1;
	}
	.account-selector .container .selector__total .total__submit {
		flex: 0 1 600px;
		display: flex;
	}
	.account-selector .container .selector__total .total__submit a#cta-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-grow: 1;
	}
	.account-selector .container .selector__total .total__submit a#cta-btn .word-container .char::before,
	.account-selector .container .selector__total .total__submit a#cta-btn .word-container .char::after {
		color: #ffffff !important;
	}
	.account-selector .container .selector__total::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #26f7dd;
		--color2: #00b8dd;
		background: linear-gradient(90deg, var(--color1), var(--color2));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
}

.account-features {
	display: flex;
	width: 100%;
	position: relative;
	margin: 7rem 0;
	padding: 0rem 1.5rem 0rem 1.5rem;
}

.account-features .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
}

.account-features .container .text-half {
	flex: 1 1 50%;
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
}

.account-features .container .text-half .pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
	width: fit-content;
}

.account-features .container .text-half h1 {
	font-size: 80px;
	line-height: 1.1;
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 800;
	margin: 0;
	padding: 0;
}

.account-features .container .text-half h1 b {
	text-shadow: 3px 3px 10px #0b0c10;
}

.account-features .container .text-half h1 span {
	background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 3px transparent;
	padding: 0 0 11px 0;
	color: #101217;
	display: block;
}

.account-features .container .text-half p {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: rgba(194, 208, 228, 0.5);
	padding: 0;
	letter-spacing: 0.5px;
	margin: 0;
}

.account-features .container .text-half .cta {
	margin: 1rem 0 0;
}

.account-features .container .text-half .cta a {
	background: #1daa91;
	color: #ffffff;
	padding: 20px 50px;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	transition: all 0.5s ease-in-out;
}

.account-features .container .text-half .cta a:hover {
	opacity: 0.8;
}

.account-features .container .image-half {
	flex: 1 1 50%;
	display: flex;
	align-items: center;
}

.account-features .container .image-half.left {
	justify-content: flex-start;
}

.account-features .container .image-half.right {
	justify-content: flex-end;
}

.account-features .container .image-half img {
	width: 90%;
	height: auto;
}

@media (max-width: 992px) {
	.account-features {
		display: flex;
		width: 100%;
		position: relative;
		margin: 3rem 0;
	}
	.account-features .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		height: 100%;
		position: relative;
	}
	.account-features .container .text-half {
		flex: 1 1 50%;
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	.account-features .container .text-half .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.account-features .container .text-half h1 {
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 0;
		padding: 0;
	}
	.account-features .container .text-half h1 b {
		text-shadow: 3px 3px 10px #0b0c10;
	}
	.account-features .container .text-half h1 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 11px 0;
		color: #101217;
		display: inline-block;
	}
	.account-features .container .text-half p {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: rgba(194, 208, 228, 0.5);
		padding: 0;
		letter-spacing: 0.5px;
		margin: 0;
	}
	.account-features .container .text-half .cta {
		margin: 1rem 0 0;
	}
	.account-features .container .text-half .cta a {
		background: #1daa91;
		color: #ffffff;
		padding: 20px 50px;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 600;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		transition: all 0.5s ease-in-out;
	}
	.account-features .container .text-half .cta a:hover {
		opacity: 0.8;
	}
	.account-features .container .image-half {
		flex: 1 1 50%;
		display: flex;
		align-items: center;
		margin-top: 2rem;
	}
	.account-features .container .image-half.left {
		justify-content: center;
	}
	.account-features .container .image-half.right {
		justify-content: center;
	}
	.account-features .container .image-half img {
		width: 90%;
		height: auto;
	}
}

@media (max-width: 768px) {
	.account-features {
		display: flex;
		width: 100%;
		position: relative;
		margin: 3rem 0;
	}
	.account-features .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		height: 100%;
		position: relative;
	}
	.account-features .container .text-half {
		order: 1;
		flex: 1 1 100%;
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	.account-features .container .text-half .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.account-features .container .text-half h1 {
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 0;
		padding: 0;
	}
	.account-features .container .text-half h1 b {
		text-shadow: 3px 3px 10px #0b0c10;
	}
	.account-features .container .text-half h1 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 11px 0;
		color: #101217;
		display: inline-block;
	}
	.account-features .container .text-half p {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: rgba(194, 208, 228, 0.5);
		padding: 0;
		letter-spacing: 0.5px;
		margin: 0;
	}
	.account-features .container .text-half .cta {
		margin: 1rem 0 0;
	}
	.account-features .container .text-half .cta a {
		background: #1daa91;
		color: #ffffff;
		padding: 20px 50px;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 600;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		transition: all 0.5s ease-in-out;
	}
	.account-features .container .text-half .cta a:hover {
		opacity: 0.8;
	}
	.account-features .container .image-half {
		order: 2;
		flex: 1 1 100%;
		display: flex;
		align-items: center;
		margin-top: 2rem;
	}
	.account-features .container .image-half.left {
		justify-content: center;
	}
	.account-features .container .image-half.right {
		justify-content: center;
	}
	.account-features .container .image-half img {
		width: 90%;
		height: auto;
	}
}

@media (max-width: 576px) {
	.account-features {
		display: flex;
		width: 100%;
		position: relative;
		margin: 3rem 0;
	}
	.account-features .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		height: 100%;
		position: relative;
	}
	.account-features .container .text-half {
		order: 1;
		flex: 1 1 100%;
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	.account-features .container .text-half .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.account-features .container .text-half h1 {
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 0;
		padding: 0;
	}
	.account-features .container .text-half h1 b {
		text-shadow: 3px 3px 10px #0b0c10;
	}
	.account-features .container .text-half h1 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 11px 0;
		color: #101217;
		display: inline-block;
	}
	.account-features .container .text-half p {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: rgba(194, 208, 228, 0.5);
		padding: 0;
		letter-spacing: 0.5px;
		margin: 0;
	}
	.account-features .container .text-half .cta {
		margin: 1rem 0 0;
	}
	.account-features .container .text-half .cta a {
		background: #1daa91;
		color: #ffffff;
		padding: 20px 50px;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 600;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		transition: all 0.5s ease-in-out;
	}
	.account-features .container .text-half .cta a:hover {
		opacity: 0.8;
	}
	.account-features .container .image-half {
		order: 2;
		flex: 1 1 100%;
		display: flex;
		align-items: center;
		margin-top: 2rem;
	}
	.account-features .container .image-half.left {
		justify-content: center;
	}
	.account-features .container .image-half.right {
		justify-content: center;
	}
	.account-features .container .image-half img {
		width: 90%;
		height: auto;
	}
}

@property --color1 {
	syntax: "<color>";
	initial-value: #2cd9ff;
	inherits: false;
}

@property --color2 {
	syntax: "<color>";
	initial-value: #7effb2;
	inherits: false;
}

@property --color3 {
	syntax: "<color>";
	initial-value: #f4ff7a;
	inherits: false;
}

@property --color4 {
	syntax: "<color>";
	initial-value: #ffd80e;
	inherits: false;
}

@property --gradientAngle {
	syntax: "<angle>";
	initial-value: 260deg;
	inherits: false;
}

.platform-selection {
	display: flex;
	width: 100%;
	position: relative;
	padding: 0rem 1.5rem 0rem 1.5rem;
}

.platform-selection .bgs {
	position: absolute;
	inset: 0;
	z-index: -1;
}

.platform-selection .bgs .top-left {
	position: absolute;
	left: 0px;
	top: -240px;
	width: 470px;
}

.platform-selection .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 122px 0;
	position: relative;
}

.platform-selection .container .selection__wrapper {
	margin: 80px 0 0 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 80px 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: url(../jpg/tailor-program_bg.jpg) #101217 no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.platform-selection .container .selection__wrapper h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 60px;
	line-height: 72px;
	color: #fff;
	margin: 0 auto;
	width: 100%;
	padding: 0;
	text-align: center;
	font-weight: 800;
}

.platform-selection .container .selection__wrapper h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

.platform-selection .container .selection__wrapper p {
	max-width: 700px;
	width: 100%;
	margin: 15px auto 0 auto;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: #68717f;
	text-align: center;
	font-weight: 400;
}

.platform-selection .container .selection__wrapper .selection-options {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 180px;
	position: relative;
	margin-top: 4rem;
}

.platform-selection .container .selection__wrapper .selection-options .hor-line {
	width: 100%;
	position: absolute;
	bottom: 129px;
	height: 2px;
	background-color: rgba(194, 208, 228, 0.15);
}

.platform-selection .container .selection__wrapper .selection-options .selection {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 1rem;
	transition: all 0.8s ease-in-out;
	flex-basis: 360px;
}

.platform-selection .container .selection__wrapper .selection-options .selection h3 {
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 30px;
	text-align: center;
}

.platform-selection .container .selection__wrapper .selection-options .selection .selection__dot {
	height: 8px;
	width: 8px;
	border-radius: 10px;
	transform-origin: center;
	transition: inherit;
	background: linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
}

.platform-selection .container .selection__wrapper .selection-options .selection .selection__text {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 10px;
	text-align: center;
	color: rgba(194, 208, 228, 0.5);
	width: 360px;
	height: 110px;
}

.platform-selection .container .selection__wrapper .selection-options .selection .selection__text a {
	color: rgba(194, 208, 228, 0.5);
	text-decoration: none;
	transition: inherit;
}

.platform-selection .container .selection__wrapper .selection-options .selection .selection__text a img {
	vertical-align: middle;
	margin-left: 4px;
	opacity: 0.4;
	transition: inherit;
}

.platform-selection .container .selection__info {
	color: rgba(194, 208, 228, 0.5);
	text-align: center;
	max-width: 65%;
	margin: 1.5rem auto;
}

@media (max-width: 992px) {
	.platform-selection {
		display: flex;
		width: 100%;
		position: relative;
	}
	.platform-selection .bgs {
		position: absolute;
		inset: 0;
		z-index: -1;
	}
	.platform-selection .bgs .top-left {
		position: absolute;
		left: 0px;
		top: -240px;
		width: 470px;
	}
	.platform-selection .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 122px 0;
		position: relative;
	}
	.platform-selection .container .selection__wrapper {
		margin: 80px 0 0 0;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding: 80px 0;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		background: url(../jpg/tailor-program_bg.jpg) #101217 no-repeat;
		background-position: center;
		background-size: 100% 100%;
	}
	.platform-selection .container .selection__wrapper h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 60px;
		line-height: 72px;
		color: #fff;
		margin: 0 auto;
		width: 100%;
		padding: 0;
		text-align: center;
		font-weight: 800;
	}
	.platform-selection .container .selection__wrapper h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.platform-selection .container .selection__wrapper p {
		max-width: 700px;
		width: 100%;
		margin: 15px auto 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: #68717f;
		text-align: center;
		font-weight: 400;
	}
	.platform-selection .container .selection__wrapper .selection-options {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 2rem;
		position: relative;
		margin-top: 4rem;
	}
	.platform-selection .container .selection__wrapper .selection-options .hor-line {
		width: 100%;
		position: absolute;
		bottom: 129px;
		height: 2px;
		background-color: rgba(194, 208, 228, 0.15);
	}
	.platform-selection .container .selection__wrapper .selection-options .selection {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 1rem;
		transition: all 0.8s ease-in-out;
		flex-basis: 360px;
	}
	.platform-selection .container .selection__wrapper .selection-options .selection h3 {
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		margin: 0;
		padding: 0;
		font-size: 30px;
		text-align: center;
	}
	.platform-selection .container .selection__wrapper .selection-options .selection .selection__dot {
		height: 8px;
		width: 8px;
		border-radius: 10px;
		transform-origin: center;
		transition: inherit;
		background: linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.platform-selection .container .selection__wrapper .selection-options .selection .selection__text {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 10px;
		text-align: center;
		color: rgba(194, 208, 228, 0.5);
		width: 360px;
		height: 110px;
	}
	.platform-selection .container .selection__wrapper .selection-options .selection .selection__text a {
		color: rgba(194, 208, 228, 0.5);
		text-decoration: none;
		transition: inherit;
	}
	.platform-selection .container .selection__wrapper .selection-options .selection .selection__text a img {
		vertical-align: middle;
		margin-left: 4px;
		opacity: 0.4;
		transition: inherit;
	}
	.platform-selection .container .selection__info {
		color: rgba(194, 208, 228, 0.5);
		text-align: center;
		max-width: 65%;
		margin: 1.5rem auto;
	}
}

@media (max-width: 768px) {
	.platform-selection {
		display: flex;
		width: 100%;
		position: relative;
	}
	.platform-selection .bgs {
		position: absolute;
		z-index: -1;
	}
	.platform-selection .bgs .top-left {
		position: absolute;
		left: 0px;
		top: -240px;
		width: 470px;
	}
	.platform-selection .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	.platform-selection .container .selection__wrapper {
		margin: 80px 0 0 0;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding: 40px 2rem;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		background: url(../svg/tailor-1.svg), url(../png/tailor-mobile.png);
		background-repeat: no-repeat;
		background-position: right top, center center;
		background-size: contain, cover;
	}
	.platform-selection .container .selection__wrapper h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 0 auto;
		width: 100%;
		padding: 0;
		text-align: center;
		font-weight: 800;
	}
	.platform-selection .container .selection__wrapper h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.platform-selection .container .selection__wrapper p {
		max-width: 700px;
		width: 100%;
		margin: 15px auto 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		text-align: center;
		font-weight: 400;
	}
	.platform-selection .container .selection__wrapper .selection-options {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 2rem;
		position: relative;
		margin-top: 3rem;
		flex-wrap: wrap;
	}
	.platform-selection .container .selection__wrapper .selection-options .hor-line {
		display: none;
	}
	.platform-selection .container .selection__wrapper .selection-options .selection {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 0.8rem;
		transition: all 0.8s ease-in-out;
	}
	.platform-selection .container .selection__wrapper .selection-options .selection h3 {
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		margin: 0;
		padding: 0;
		font-size: 26px;
		text-align: left;
	}
	.platform-selection .container .selection__wrapper .selection-options .selection .selection__dot {
		height: 3px;
		width: 100%;
		border-radius: 10px;
		transform-origin: center;
		transition: inherit;
		background: linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.platform-selection .container .selection__wrapper .selection-options .selection .selection__text {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 10px;
		text-align: center;
		color: rgba(194, 208, 228, 0.5);
		width: auto;
		height: auto;
	}
	.platform-selection .container .selection__wrapper .selection-options .selection .selection__text a {
		color: rgba(194, 208, 228, 0.5);
		text-decoration: none;
		transition: inherit;
	}
	.platform-selection .container .selection__wrapper .selection-options .selection .selection__text a img {
		vertical-align: middle;
		margin-left: 4px;
		opacity: 0.4;
		transition: inherit;
	}
	.platform-selection .container .selection__info {
		color: rgba(194, 208, 228, 0.5);
		text-align: center;
		max-width: 100%;
		margin: 1.5rem auto;
	}
}

@media (max-width: 576px) {
	.platform-selection {
		display: flex;
		width: 100%;
		position: relative;
	}
	.platform-selection .bgs {
		position: absolute;
		z-index: -1;
	}
	.platform-selection .bgs .top-left {
		position: absolute;
		left: 0px;
		top: -240px;
		width: 470px;
	}
	.platform-selection .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	.platform-selection .container .selection__wrapper {
		margin: 80px 0 0 0;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		padding: 40px 2rem;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		background: url(../svg/tailor-1.svg), url(../png/tailor-mobile.png);
		background-repeat: no-repeat;
		background-position: right top, center center;
		background-size: contain, cover;
	}
	.platform-selection .container .selection__wrapper h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 0 auto;
		width: 100%;
		padding: 0;
		text-align: center;
		font-weight: 800;
	}
	.platform-selection .container .selection__wrapper h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.platform-selection .container .selection__wrapper p {
		max-width: 700px;
		width: 100%;
		margin: 15px auto 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		text-align: center;
		font-weight: 400;
	}
	.platform-selection .container .selection__wrapper .selection-options {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 2rem;
		position: relative;
		margin-top: 3rem;
		flex-wrap: wrap;
	}
	.platform-selection .container .selection__wrapper .selection-options .hor-line {
		display: none;
	}
	.platform-selection .container .selection__wrapper .selection-options .selection {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 0.8rem;
		transition: all 0.8s ease-in-out;
	}
	.platform-selection .container .selection__wrapper .selection-options .selection h3 {
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		margin: 0;
		padding: 0;
		font-size: 26px;
		text-align: left;
	}
	.platform-selection .container .selection__wrapper .selection-options .selection .selection__dot {
		height: 3px;
		width: 100%;
		border-radius: 10px;
		transform-origin: center;
		transition: inherit;
		background: linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	.platform-selection .container .selection__wrapper .selection-options .selection .selection__text {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 10px;
		text-align: center;
		color: rgba(194, 208, 228, 0.5);
		width: auto;
		height: auto;
	}
	.platform-selection .container .selection__wrapper .selection-options .selection .selection__text a {
		color: rgba(194, 208, 228, 0.5);
		text-decoration: none;
		transition: inherit;
	}
	.platform-selection .container .selection__wrapper .selection-options .selection .selection__text a img {
		vertical-align: middle;
		margin-left: 4px;
		opacity: 0.4;
		transition: inherit;
	}
	.platform-selection .container .selection__info {
		color: rgba(194, 208, 228, 0.5);
		text-align: center;
		max-width: 100%;
		margin: 1.5rem auto;
	}
}

.faqs-phase-account {
	display: flex;
	width: 100%;
	position: relative;
	padding: 3rem 1.5rem 0rem 1.5rem;
	margin-top: 5rem;
}

.faqs-phase-account .container {
	max-width: 1440px;
	width: 100%;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	text-align: left;
	margin: 0 auto;
	min-height: 550px;
}

.faqs-phase-account .container .qw__info {
	flex: 1 1 40%;
	height: 500px;
	display: flex;
	align-items: center;
}

.faqs-phase-account .container .qw__info .qwi__header h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 60px;
	line-height: 1.1;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

.faqs-phase-account .container .qw__info .qwi__header h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
	display: block;
}

.faqs-phase-account .container .qw__info .qwi__text p {
	color: rgba(194, 208, 228, 0.5);
	font-weight: 400;
	max-width: 80%;
	margin: 0;
}

.faqs-phase-account .container .qw__info .qwi__btn {
	width: 100%;
	max-width: 100%;
	margin: 25px auto 0 auto;
}

.faqs-phase-account .container .qw__info .qwi__btn a {
	transition: all 0.5s ease-in-out;
	background: #1daa91;
	color: #fff;
	padding: 15px 30px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-weight: 600;
}

.faqs-phase-account .container .qw__info .qwi__btn:hover a {
	opacity: 0.8;
}

.faqs-phase-account .container .qw__questions {
	flex: 1 1 60%;
	display: flex;
	flex-flow: column nowrap;
}

.faqs-phase-account .container .qw__questions #support-accordion .buffer {
	height: 0.7rem;
}

.faqs-phase-account .container .qw__questions .qwq__single {
	background-color: #2b3643;
	border-radius: 10px;
	padding: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid transparent;
	position: relative;
	cursor: pointer;
	box-sizing: content-box;
	margin-bottom: 1rem;
}

.faqs-phase-account .container .qw__questions .qwq__single.active .single__btn img {
	transform: rotate(180deg);
}

.faqs-phase-account .container .qw__questions .qwq__single .single__q {
	color: #ffffff;
}

.faqs-phase-account .container .qw__questions .qwq__single .single__btn {
	background-color: #ffffff;
	border-radius: 100px;
	height: 24px;
	width: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.faqs-phase-account .container .qw__questions .qwq__single .single__btn img {
	transition: all 0.3s ease-in-out;
}

.faqs-phase-account .container .qw__questions .qwq__single::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.faqs-phase-account .container .qw__questions .qwq__single:hover {
	border: 1px solid transparent;
}

.faqs-phase-account .container .qw__questions .qwq__single:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.faqs-phase-account .container .qw__questions .qwq__single:hover .faq-button {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
}

.faqs-phase-account .container .qw__questions .qwq__single:hover .faq-button img {
	opacity: 1;
}

.faqs-phase-account .container .qw__questions .qwq__answer {
	padding: 1.8rem 1.8rem;
	background-color: rgba(194, 208, 228, 0.05);
	border-radius: 10px;
	color: #ffffff70;
	overflow: hidden;
	display: none;
	margin: 1rem 0;
}

@media (max-width: 992px) {
	.faqs-phase-account {
		display: flex;
		width: 100%;
		position: relative;
		margin-top: 5rem;
	}
	.faqs-phase-account .container {
		max-width: 1440px;
		width: 100%;
		position: relative;
		display: flex;
		flex-flow: row wrap;
		text-align: left;
		margin: 0 auto;
		min-height: 550px;
	}
	.faqs-phase-account .container .qw__info {
		flex: 1 1 100%;
		height: auto;
		display: flex;
		align-items: center;
		padding: 2rem 0;
	}
	.faqs-phase-account .container .qw__questions {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
	}
	.faqs-phase-account .container .qw__questions .qwq__single {
		background-color: #2b3643;
		border-radius: 10px;
		padding: 1.8rem;
		display: flex;
		align-items: center;
		gap: 7px;
		justify-content: space-between;
		border: 1px solid transparent;
		position: relative;
		cursor: pointer;
		box-sizing: content-box;
		margin-bottom: 1rem;
	}
	.faqs-phase-account .container .qw__questions .qwq__single .single__btn {
		flex-shrink: 0;
	}
}

@media (max-width: 768px) {
	.faqs-phase-account {
		display: flex;
		width: 100%;
		position: relative;
		margin-top: 5rem;
	}
	.faqs-phase-account .container {
		max-width: 1440px;
		width: 100%;
		position: relative;
		display: flex;
		flex-flow: row wrap;
		text-align: left;
		margin: 0 auto;
		min-height: 550px;
	}
	.faqs-phase-account .container .qw__info {
		flex: 1 1 100%;
		height: auto;
		display: flex;
		align-items: center;
		padding: 2rem 0;
	}
	.faqs-phase-account .container .qw__info .qwi__header h2 {
		font-size: 40px;
		line-height: 1.2;
	}
	.faqs-phase-account .container .qw__info .qwi__text p {
		max-width: 100%;
		font-size: 15px;
	}
	.faqs-phase-account .container .qw__info .qwi__btn {
		width: 100%;
		max-width: 100%;
		margin: 25px auto 0 auto;
	}
	.faqs-phase-account .container .qw__info .qwi__btn a {
		transition: all 0.5s ease-in-out;
		background: #1daa91;
		color: #fff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-weight: 600;
	}
	.faqs-phase-account .container .qw__info .qwi__btn:hover a {
		opacity: 0.8;
	}
	.faqs-phase-account .container .qw__questions {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
	}
	.faqs-phase-account .container .qw__questions #support-accordion .buffer {
		height: 0.7rem;
	}
	.faqs-phase-account .container .qw__questions .qwq__single {
		background-color: #2b3643;
		border-radius: 10px;
		padding: 1.8rem;
		display: flex;
		align-items: center;
		gap: 7px;
		justify-content: space-between;
		border: 1px solid transparent;
		position: relative;
		cursor: pointer;
		box-sizing: content-box;
		margin-bottom: 1rem;
	}
	.faqs-phase-account .container .qw__questions .qwq__single.active .single__btn img {
		transform: rotate(180deg);
	}
	.faqs-phase-account .container .qw__questions .qwq__single .single__q {
		color: #ffffff;
		font-size: 15px;
	}
	.faqs-phase-account .container .qw__questions .qwq__single .single__btn {
		flex-shrink: 0;
		background-color: #ffffff;
		border-radius: 100px;
		height: 24px;
		width: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.faqs-phase-account .container .qw__questions .qwq__single .single__btn img {
		transition: all 0.3s ease-in-out;
	}
	.faqs-phase-account .container .qw__questions .qwq__answer {
		padding: 1.8rem 1.8rem;
		background-color: rgba(194, 208, 228, 0.05);
		border-radius: 10px;
		color: #ffffff70;
		overflow: hidden;
		display: none;
		margin: 1rem 0;
	}
}

@media (max-width: 576px) {
	.faqs-phase-account {
		display: flex;
		width: 100%;
		position: relative;
		margin-top: 5rem;
	}
	.faqs-phase-account .container {
		max-width: 1440px;
		width: 100%;
		position: relative;
		display: flex;
		flex-flow: row wrap;
		text-align: left;
		margin: 0 auto;
		min-height: 550px;
	}
	.faqs-phase-account .container .qw__info {
		flex: 1 1 100%;
		height: auto;
		display: flex;
		align-items: center;
		padding: 2rem 0;
	}
	.faqs-phase-account .container .qw__info .qwi__header h2 {
		font-size: 40px;
		line-height: 1.2;
	}
	.faqs-phase-account .container .qw__info .qwi__text p {
		max-width: 100%;
		font-size: 15px;
	}
	.faqs-phase-account .container .qw__info .qwi__btn {
		width: 100%;
		max-width: 100%;
		margin: 25px auto 0 auto;
	}
	.faqs-phase-account .container .qw__info .qwi__btn a {
		transition: all 0.5s ease-in-out;
		background: #1daa91;
		color: #fff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-weight: 600;
	}
	.faqs-phase-account .container .qw__info .qwi__btn:hover a {
		opacity: 0.8;
	}
	.faqs-phase-account .container .qw__questions {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
	}
	.faqs-phase-account .container .qw__questions #support-accordion .buffer {
		height: 0.7rem;
	}
	.faqs-phase-account .container .qw__questions .qwq__single {
		background-color: #2b3643;
		border-radius: 10px;
		padding: 1.8rem;
		display: flex;
		align-items: center;
		gap: 7px;
		justify-content: space-between;
		border: 1px solid transparent;
		position: relative;
		cursor: pointer;
		box-sizing: content-box;
		margin-bottom: 1rem;
	}
	.faqs-phase-account .container .qw__questions .qwq__single.active .single__btn img {
		transform: rotate(180deg);
	}
	.faqs-phase-account .container .qw__questions .qwq__single .single__q {
		color: #ffffff;
		font-size: 15px;
	}
	.faqs-phase-account .container .qw__questions .qwq__single .single__btn {
		flex-shrink: 0;
		background-color: #ffffff;
		border-radius: 100px;
		height: 24px;
		width: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.faqs-phase-account .container .qw__questions .qwq__single .single__btn img {
		transition: all 0.3s ease-in-out;
	}
	.faqs-phase-account .container .qw__questions .qwq__answer {
		padding: 1.8rem 1.8rem;
		background-color: rgba(194, 208, 228, 0.05);
		border-radius: 10px;
		color: #ffffff70;
		overflow: hidden;
		display: none;
		margin: 1rem 0;
	}
}

.become-a-partner {
	padding: 0px 1.5rem 0px 1.5rem;
}

.main-banner-partner {
	height: calc(100vh - 120px);
	display: flex;
	width: 100%;
	position: relative;
}

.main-banner-partner .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 0 122px 0;
	position: relative;
}

.main-banner-partner .container .left-section {
	flex: 1 1 55%;
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	gap: 0.5rem;
}

.main-banner-partner .container .left-section h1 {
	font-size: 90px;
	line-height: 1.2;
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 800;
	margin: 0;
}

.main-banner-partner .container .left-section h1 b {
	text-shadow: 3px 3px 10px #0b0c10;
}

.main-banner-partner .container .left-section h1 span {
	background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 3px transparent;
	padding: 0 0 3px 0;
	color: #101217;
	display: block;
	padding-bottom: 1rem;
}

.main-banner-partner .container .left-section p {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: rgba(194, 208, 228, 0.5);
	padding: 0;
	letter-spacing: 0.5px;
	margin-top: 0;
	max-width: 70%;
}

.main-banner-partner .container .left-section .cta {
	margin: 0;
}

.main-banner-partner .container .left-section .cta a#cta-btn {
	background: #1daa91;
	transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	padding: 20px 50px;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	color: white;
	border-radius: 10px;
	outline: none;
	display: inline-block;
}

.main-banner-partner .container .left-section .cta a#cta-btn:focus, .main-banner-partner .container .left-section .cta a#cta-btn:active {
	outline: none;
	box-shadow: none;
}

.main-banner-partner .container .left-section .cta a#cta-btn .word-container {
	display: flex;
	gap: 0.4px;
	position: relative;
	overflow: hidden;
}

.main-banner-partner .container .left-section .cta a#cta-btn .word-container .char {
	color: transparent;
	position: relative;
}

.main-banner-partner .container .left-section .cta a#cta-btn .word-container .char::before {
	content: attr(data-char);
	position: absolute;
	top: 0;
	left: 0;
	user-select: none;
	transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	transition-delay: calc(0.02s * var(--char-index));
	transform: translateY(100%);
	color: #0b0c10;
}

.main-banner-partner .container .left-section .cta a#cta-btn .word-container .char::after {
	content: attr(data-char);
	position: absolute;
	top: 0;
	left: 0;
	user-select: none;
	transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
	color: #0b0c10;
}

.main-banner-partner .container .left-section .cta a#cta-btn .word-container .whitespace {
	width: 5px;
}

.main-banner-partner .container .left-section .cta a#cta-btn:hover {
	background: #03c3a1;
}

.main-banner-partner .container .left-section .cta a#cta-btn:hover .word-container .char::before {
	transform: translateY(0);
	transition-delay: calc(0.2s + (0.02s * var(--char-index)));
}

.main-banner-partner .container .left-section .cta a#cta-btn:hover .word-container .char::after {
	transform: translateY(100%);
	transition-delay: calc(0.02s * (var(--char-index)));
}

.main-banner-partner .container .right-section {
	flex: 1 1 45%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.main-banner-partner .container .right-section img {
	width: 90%;
	height: auto;
}

.main-banner-partner .mb-bg {
	position: absolute;
	top: -186px;
	right: 0;
	width: 90vw;
	height: 100vh;
	z-index: -1;
}

.main-banner-partner .mb-bg img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

@media (max-width: 1200px) {
	.main-banner-partner {
		height: 100%;
		display: flex;
		width: 100%;
		position: relative;
		padding-top: 4rem;
		padding-bottom: 1rem;
	}
	.main-banner-partner .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		height: 100%;
		padding: 0;
		position: relative;
	}
	.main-banner-partner .container .left-section {
		flex: 1 1 400px;
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		gap: 0.5rem;
	}
	.main-banner-partner .container .left-section h1 {
		font-size: 70px;
		line-height: 1.2;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 0;
	}
	.main-banner-partner .container .left-section h1 b {
		text-shadow: 3px 3px 10px #0b0c10;
	}
	.main-banner-partner .container .left-section h1 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
		padding-bottom: 1rem;
	}
	.main-banner-partner .container .left-section p {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: rgba(194, 208, 228, 0.5);
		padding: 0;
		letter-spacing: 0.5px;
		margin-top: 0;
		max-width: 100%;
	}
	.main-banner-partner .container .left-section .cta {
		margin: 0;
	}
	.main-banner-partner .container .left-section .cta a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 20px 50px;
		text-decoration: none;
		font-weight: 600;
		font-size: 18px;
		color: white;
		border-radius: 10px;
		outline: none;
		display: inline-block;
	}
	.main-banner-partner .container .left-section .cta a#cta-btn:focus, .main-banner-partner .container .left-section .cta a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	.main-banner-partner .container .left-section .cta a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
		justify-content: center;
	}
	.main-banner-partner .container .left-section .cta a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	.main-banner-partner .container .left-section .cta a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #ffffff;
	}
	.main-banner-partner .container .left-section .cta a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #ffffff;
	}
	.main-banner-partner .container .left-section .cta a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	.main-banner-partner .container .left-section .cta a#cta-btn:hover {
		background: #03c3a1;
	}
	.main-banner-partner .container .left-section .cta a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	.main-banner-partner .container .left-section .cta a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
	.main-banner-partner .container .right-section {
		flex: 1 1 400px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 3rem;
	}
	.main-banner-partner .container .right-section img {
		width: 70%;
		height: auto;
	}
	.main-banner-partner .mb-bg {
		position: absolute;
		top: -186px;
		right: 0;
		width: 90vw;
		height: 100vh;
		z-index: -1;
	}
	.main-banner-partner .mb-bg img {
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
	}
}

@media (max-width: 768px) {
	.main-banner-partner {
		height: 100%;
		display: flex;
		width: 100%;
		position: relative;
	}
	.main-banner-partner .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		height: 100%;
		padding: 0;
		position: relative;
	}
	.main-banner-partner .container .left-section {
		flex: 1 1 100%;
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		gap: 0.5rem;
	}
	.main-banner-partner .container .left-section h1 {
		font-size: 70px;
		line-height: 1.2;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 0;
	}
	.main-banner-partner .container .left-section h1 b {
		text-shadow: 3px 3px 10px #0b0c10;
	}
	.main-banner-partner .container .left-section h1 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
		padding-bottom: 1rem;
	}
	.main-banner-partner .container .left-section p {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: rgba(194, 208, 228, 0.5);
		padding: 0;
		letter-spacing: 0.5px;
		margin-top: 0;
		max-width: 100%;
	}
	.main-banner-partner .container .left-section .cta {
		margin: 0;
	}
	.main-banner-partner .container .left-section .cta a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 20px 50px;
		text-decoration: none;
		font-weight: 600;
		font-size: 18px;
		color: white;
		border-radius: 10px;
		outline: none;
		display: inline-block;
	}
	.main-banner-partner .container .left-section .cta a#cta-btn:focus, .main-banner-partner .container .left-section .cta a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	.main-banner-partner .container .left-section .cta a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
		justify-content: center;
	}
	.main-banner-partner .container .left-section .cta a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	.main-banner-partner .container .left-section .cta a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #ffffff;
	}
	.main-banner-partner .container .left-section .cta a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #ffffff;
	}
	.main-banner-partner .container .left-section .cta a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	.main-banner-partner .container .left-section .cta a#cta-btn:hover {
		background: #03c3a1;
	}
	.main-banner-partner .container .left-section .cta a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	.main-banner-partner .container .left-section .cta a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
	.main-banner-partner .container .right-section {
		flex: 1 1 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 3rem;
	}
	.main-banner-partner .container .right-section img {
		width: 70%;
		height: auto;
	}
	.main-banner-partner .mb-bg {
		position: absolute;
		top: -186px;
		right: 0;
		width: 90vw;
		height: 100vh;
		z-index: -1;
	}
	.main-banner-partner .mb-bg img {
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
	}
}

@media (max-width: 576px) {
	.main-banner-partner {
		height: 100%;
		display: flex;
		width: 100%;
		position: relative;
	}
	.main-banner-partner .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		height: 100%;
		padding: 0;
		position: relative;
	}
	.main-banner-partner .container .left-section {
		flex: 1 1 100%;
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		gap: 0.5rem;
	}
	.main-banner-partner .container .left-section h1 {
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 800;
		margin: 0;
	}
	.main-banner-partner .container .left-section h1 b {
		text-shadow: 3px 3px 10px #0b0c10;
	}
	.main-banner-partner .container .left-section h1 span {
		background: -webkit-linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
		padding-bottom: 1rem;
	}
	.main-banner-partner .container .left-section p {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: rgba(194, 208, 228, 0.5);
		padding: 0;
		letter-spacing: 0.5px;
		margin-top: 0;
		max-width: 100%;
	}
	.main-banner-partner .container .left-section .cta {
		margin: 0;
	}
	.main-banner-partner .container .left-section .cta a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 20px 50px;
		text-decoration: none;
		font-weight: 600;
		font-size: 18px;
		color: white;
		border-radius: 10px;
		outline: none;
		display: inline-block;
		width: 100%;
	}
	.main-banner-partner .container .left-section .cta a#cta-btn:focus, .main-banner-partner .container .left-section .cta a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	.main-banner-partner .container .left-section .cta a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
		justify-content: center;
	}
	.main-banner-partner .container .left-section .cta a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	.main-banner-partner .container .left-section .cta a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #ffffff;
	}
	.main-banner-partner .container .left-section .cta a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #ffffff;
	}
	.main-banner-partner .container .left-section .cta a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	.main-banner-partner .container .left-section .cta a#cta-btn:hover {
		background: #03c3a1;
	}
	.main-banner-partner .container .left-section .cta a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	.main-banner-partner .container .left-section .cta a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
	.main-banner-partner .container .right-section {
		flex: 1 1 100%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		margin-top: 3rem;
	}
	.main-banner-partner .container .right-section img {
		width: 100%;
		height: auto;
	}
	.main-banner-partner .mb-bg {
		position: absolute;
		top: -186px;
		right: 0;
		width: 90vw;
		height: 100vh;
		z-index: -1;
	}
	.main-banner-partner .mb-bg img {
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
	}
}

@property --color1 {
	syntax: "<color>";
	initial-value: #2cd9ff;
	inherits: false;
}

@property --color2 {
	syntax: "<color>";
	initial-value: #7effb2;
	inherits: false;
}

@property --color3 {
	syntax: "<color>";
	initial-value: #f4ff7a;
	inherits: false;
}

@property --color4 {
	syntax: "<color>";
	initial-value: #ffd80e;
	inherits: false;
}

@property --gradientAngle {
	syntax: "<angle>";
	initial-value: 260deg;
	inherits: false;
}

.model-partner {
	padding-top: 5rem;
	padding-bottom: 10rem;
	display: flex;
	width: 100%;
	position: relative;
}

.model-partner .bgs {
	position: absolute;
	inset: 0;
	z-index: -1;
}

.model-partner .bgs .top-left {
	position: absolute;
	left: -1.5rem;
	top: 14%;
	width: 470px;
}

.model-partner .bgs .top-right {
	position: absolute;
	right: -1.5rem;
	top: 13%;
	width: 570px;
}

.model-partner .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 122px 0;
	position: relative;
}

.model-partner .container .model__heading {
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
}

.model-partner .container .model__heading .pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
}

.model-partner .container .model__heading h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 80px;
	text-align: left;
	line-height: 1.2;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

.model-partner .container .model__heading h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

.model-partner .container .model__heading .sub-text {
	color: rgba(194, 208, 228, 0.5);
	margin: 0 auto;
	font-weight: 500;
	max-width: 40%;
	text-align: center;
}

.model-partner .container .model__heading .sub-text a {
	color: #aad57a;
	text-decoration: none;
}

.model-partner .container .model__boxes {
	display: flex;
	flex-flow: row nowrap;
	margin: 3rem auto;
	justify-content: center;
	gap: 1rem;
}

.model-partner .container .model__boxes .box-wrapper {
	display: flex;
	flex-flow: column nowrap;
	flex: 1 1 0;
	position: relative;
}

.model-partner .container .model__boxes .box-wrapper img {
	align-self: flex-end;
	margin-bottom: 2rem;
}

.model-partner .container .model__boxes .box-wrapper .badge {
	font-size: 30px;
	font-weight: 700;
	position: absolute;
	z-index: 999;
	border-radius: 15px;
	padding: 10px 14px;
	background: linear-gradient(135deg, rgba(194, 208, 228, 0.25), rgba(194, 208, 228, 0) 69%);
	backdrop-filter: blur(30px);
	color: #ffffff;
	width: fit-content;
	top: -32.5px;
}

.model-partner .container .model__boxes .box-wrapper .badge span {
	background: linear-gradient(65deg, #26f7dd 30%, #00c2dd 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 700;
	width: fit-content;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 10px;
}

.model-partner .container .model__boxes .box-wrapper .badge::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.model-partner .container .model__boxes .box-wrapper.bw-1 {
	transform: translateY(24%);
}

.model-partner .container .model__boxes .box-wrapper.bw-2 .badge {
	top: 120px;
}

.model-partner .container .model__boxes .box-wrapper.bw-3 {
	margin-top: 1rem;
}

.model-partner .container .model__boxes .box {
	border: 2px solid #c2d0e4;
	background: rgba(194, 208, 228, 0.02);
	border-radius: 15px;
	padding: 4.5rem 3rem;
	display: flex;
	flex-flow: column nowrap;
	max-width: 400px;
	align-self: center;
}

.model-partner .container .model__boxes .box .box__pill {
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
	width: fit-content;
}

.model-partner .container .model__boxes .box .box__heading {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 1rem 0;
}

.model-partner .container .model__boxes .box .box__heading h2 {
	font-size: 110px;
	font-weight: 800;
	line-height: 1;
	margin: 0;
	color: #ffffff;
}

.model-partner .container .model__boxes .box .box__heading span {
	background: linear-gradient(65deg, #26f7dd 30%, #00c2dd 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 700;
	width: fit-content;
	font-weight: 800;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 10px;
	display: block;
	align-self: flex-end;
}

.model-partner .container .model__boxes .box .box__text {
	color: rgba(194, 208, 228, 0.5);
	font-weight: 400;
	max-width: 80%;
	margin: 0;
}

@media (min-width: 1200px) and (max-width: 1500px) {
	.model-partner {
		padding-top: 5rem;
		padding-bottom: 10rem;
		display: flex;
		width: 100%;
		position: relative;
	}
	.model-partner .bgs {
		position: absolute;
		inset: 0;
		z-index: -1;
	}
	.model-partner .bgs .top-left {
		position: absolute;
		left: -1.5rem;
		top: 14%;
		width: 470px;
	}
	.model-partner .bgs .top-right {
		position: absolute;
		right: -1.5rem;
		top: 13%;
		width: 570px;
	}
	.model-partner .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 122px 0;
		position: relative;
	}
	.model-partner .container .model__heading {
		display: flex;
		flex-flow: column nowrap;
		align-items: flex-start;
	}
	.model-partner .container .model__heading .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.model-partner .container .model__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 80px;
		text-align: left;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.model-partner .container .model__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.model-partner .container .model__heading .sub-text {
		color: rgba(194, 208, 228, 0.5);
		margin: 0 auto;
		font-weight: 500;
		max-width: 40%;
		text-align: center;
	}
	.model-partner .container .model__heading .sub-text a {
		color: #aad57a;
		text-decoration: none;
	}
	.model-partner .container .model__boxes {
		display: flex;
		flex-flow: row nowrap;
		margin: 3rem auto;
		justify-content: center;
		gap: 1rem;
	}
	.model-partner .container .model__boxes .box-wrapper {
		display: flex;
		flex-flow: column nowrap;
		flex: 1 1 0;
		position: relative;
	}
	.model-partner .container .model__boxes .box-wrapper img {
		align-self: flex-end;
		margin-bottom: 2rem;
		height: 100px;
		margin-right: 1rem;
	}
	.model-partner .container .model__boxes .box-wrapper .badge {
		font-size: 22px;
		font-weight: 700;
		position: absolute;
		z-index: 999;
		border-radius: 15px;
		padding: 10px 14px;
		background: linear-gradient(135deg, rgba(194, 208, 228, 0.25), rgba(194, 208, 228, 0) 69%);
		backdrop-filter: blur(30px);
		color: #ffffff;
		width: fit-content;
		top: -32.5px;
		left: -10px;
	}
	.model-partner .container .model__boxes .box-wrapper .badge span {
		background: linear-gradient(65deg, #26f7dd 30%, #00c2dd 70%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-weight: 700;
		width: fit-content;
		font-weight: 800;
		line-height: 1;
		margin-bottom: 10px;
	}
	.model-partner .container .model__boxes .box-wrapper .badge::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.model-partner .container .model__boxes .box-wrapper.bw-1 {
		transform: translateY(24%);
	}
	.model-partner .container .model__boxes .box-wrapper.bw-2 .badge {
		top: 120px;
	}
	.model-partner .container .model__boxes .box-wrapper.bw-3 {
		margin-top: 1rem;
	}
	.model-partner .container .model__boxes .box {
		border: 2px solid #c2d0e4;
		background: rgba(194, 208, 228, 0.02);
		border-radius: 15px;
		padding: 4.5rem 3rem;
		display: flex;
		flex-flow: column nowrap;
		max-width: 400px;
		align-self: center;
	}
	.model-partner .container .model__boxes .box .box__pill {
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.model-partner .container .model__boxes .box .box__heading {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		margin: 1rem 0;
	}
	.model-partner .container .model__boxes .box .box__heading h2 {
		font-size: 110px;
		font-weight: 800;
		line-height: 1;
		margin: 0;
		color: #ffffff;
	}
	.model-partner .container .model__boxes .box .box__heading span {
		background: linear-gradient(65deg, #26f7dd 30%, #00c2dd 70%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-weight: 700;
		width: fit-content;
		font-weight: 800;
		font-size: 30px;
		line-height: 1;
		margin-bottom: 10px;
		display: block;
		align-self: flex-end;
	}
	.model-partner .container .model__boxes .box .box__text {
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
		max-width: 80%;
		margin: 0;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.model-partner {
		padding-top: 5rem;
		padding-bottom: 5rem;
		display: flex;
		width: 100%;
		position: relative;
	}
	.model-partner .bgs {
		position: absolute;
		inset: 0;
		z-index: -1;
	}
	.model-partner .bgs .top-left {
		position: absolute;
		left: 0px;
		top: 14%;
		width: 470px;
		display: none;
	}
	.model-partner .bgs .top-right {
		position: absolute;
		right: -1.5rem;
		top: 13%;
		width: 570px;
		display: none;
	}
	.model-partner .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 30px 0;
		position: relative;
	}
	.model-partner .container .model__heading {
		display: flex;
		flex-flow: column nowrap;
		align-items: flex-start;
	}
	.model-partner .container .model__heading .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.model-partner .container .model__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 60px;
		text-align: left;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.model-partner .container .model__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.model-partner .container .model__heading .sub-text {
		color: rgba(194, 208, 228, 0.5);
		margin: 0 auto;
		font-weight: 500;
		max-width: 40%;
		text-align: center;
	}
	.model-partner .container .model__heading .sub-text a {
		color: #aad57a;
		text-decoration: none;
	}
	.model-partner .container .model__boxes {
		display: flex;
		flex-flow: row wrap;
		margin: 3rem auto;
		justify-content: center;
		gap: 0rem;
	}
	.model-partner .container .model__boxes .box-wrapper {
		display: flex;
		flex-flow: column nowrap;
		flex: 1 1 100%;
		position: relative;
	}
	.model-partner .container .model__boxes .box-wrapper img {
		align-self: flex-end;
		margin-bottom: 2rem;
		order: 3;
	}
	.model-partner .container .model__boxes .box-wrapper .badge {
		font-size: 20px;
		font-weight: 700;
		position: absolute;
		z-index: 999;
		border-radius: 15px;
		padding: 10px 14px;
		background: linear-gradient(135deg, rgba(194, 208, 228, 0.25), rgba(194, 208, 228, 0) 69%);
		backdrop-filter: blur(30px);
		color: #ffffff;
		width: fit-content;
		top: -32.5px;
		left: 20px;
	}
	.model-partner .container .model__boxes .box-wrapper .badge span {
		background: linear-gradient(65deg, #26f7dd 30%, #00c2dd 70%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-weight: 700;
		width: fit-content;
		font-weight: 800;
		line-height: 1;
		margin-bottom: 10px;
	}
	.model-partner .container .model__boxes .box-wrapper .badge::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.model-partner .container .model__boxes .box-wrapper.bw-1 {
		flex: 1 1 0;
		transform: translateY(3%);
	}
	.model-partner .container .model__boxes .box-wrapper.bw-1 img {
		order: 1;
	}
	.model-partner .container .model__boxes .box-wrapper.bw-1 .box {
		order: 2;
		width: 90%;
		align-self: flex-start;
	}
	.model-partner .container .model__boxes .box-wrapper.bw-2 {
		flex: 1 1 0;
		margin-top: 2rem;
	}
	.model-partner .container .model__boxes .box-wrapper.bw-2 .badge {
		top: -25px;
	}
	.model-partner .container .model__boxes .box-wrapper.bw-2 .box {
		width: 90%;
		align-self: flex-end;
	}
	.model-partner .container .model__boxes .box-wrapper.bw-2 img {
		transform: rotate(180deg);
		margin: 2rem 1rem 0 0;
		align-self: flex-end;
	}
	.model-partner .container .model__boxes .box-wrapper.bw-3 {
		flex: 1 1 100%;
		margin-top: 2rem;
	}
	.model-partner .container .model__boxes .box-wrapper.bw-3 .badge {
		top: -25px;
		left: 50%;
	}
	.model-partner .container .model__boxes .box {
		order: 1;
		border: 2px solid #c2d0e4;
		background: rgba(194, 208, 228, 0.02);
		border-radius: 15px;
		padding: 4.5rem 3rem;
		display: flex;
		flex-flow: column nowrap;
		max-width: 100%;
		width: 100%;
		align-self: center;
	}
	.model-partner .container .model__boxes .box .box__pill {
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.model-partner .container .model__boxes .box .box__heading {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		margin: 1rem 0;
	}
	.model-partner .container .model__boxes .box .box__heading h2 {
		font-size: 110px;
		font-weight: 800;
		line-height: 1;
		margin: 0;
		color: #ffffff;
	}
	.model-partner .container .model__boxes .box .box__heading span {
		background: linear-gradient(65deg, #26f7dd 30%, #00c2dd 70%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-weight: 700;
		width: fit-content;
		font-weight: 800;
		font-size: 30px;
		line-height: 1;
		margin-bottom: 10px;
		display: block;
		align-self: flex-end;
	}
	.model-partner .container .model__boxes .box .box__text {
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
		max-width: 80%;
		margin: 0;
	}
}

@media (max-width: 768px) {
	.model-partner {
		padding-top: 5rem;
		padding-bottom: 5rem;
		display: flex;
		width: 100%;
		position: relative;
	}
	.model-partner .bgs {
		position: absolute;
		inset: 0;
		z-index: -1;
	}
	.model-partner .bgs .top-left {
		position: absolute;
		left: 0px;
		top: 14%;
		width: 470px;
		display: none;
	}
	.model-partner .bgs .top-right {
		position: absolute;
		right: -1.5rem;
		top: 13%;
		width: 570px;
		display: none;
	}
	.model-partner .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 30px 0;
		position: relative;
	}
	.model-partner .container .model__heading {
		display: flex;
		flex-flow: column nowrap;
		align-items: flex-start;
	}
	.model-partner .container .model__heading .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.model-partner .container .model__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		text-align: left;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.model-partner .container .model__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.model-partner .container .model__heading .sub-text {
		color: rgba(194, 208, 228, 0.5);
		margin: 0 auto;
		font-weight: 500;
		max-width: 40%;
		text-align: center;
	}
	.model-partner .container .model__heading .sub-text a {
		color: #aad57a;
		text-decoration: none;
	}
	.model-partner .container .model__boxes {
		display: flex;
		flex-flow: row wrap;
		margin: 3rem auto;
		justify-content: center;
		gap: 1rem;
	}
	.model-partner .container .model__boxes .box-wrapper {
		display: flex;
		flex-flow: column nowrap;
		flex: 1 1 100%;
		position: relative;
	}
	.model-partner .container .model__boxes .box-wrapper img {
		align-self: flex-end;
		margin-bottom: 2rem;
		order: 3;
	}
	.model-partner .container .model__boxes .box-wrapper .badge {
		font-size: 20px;
		font-weight: 700;
		position: absolute;
		z-index: 999;
		border-radius: 15px;
		padding: 10px 14px;
		background: linear-gradient(135deg, rgba(194, 208, 228, 0.25), rgba(194, 208, 228, 0) 69%);
		backdrop-filter: blur(30px);
		color: #ffffff;
		width: fit-content;
		top: -32.5px;
		left: 20px;
	}
	.model-partner .container .model__boxes .box-wrapper .badge span {
		background: linear-gradient(65deg, #26f7dd 30%, #00c2dd 70%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-weight: 700;
		width: fit-content;
		font-weight: 800;
		line-height: 1;
		margin-bottom: 10px;
	}
	.model-partner .container .model__boxes .box-wrapper .badge::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.model-partner .container .model__boxes .box-wrapper.bw-1 {
		flex: 1 1 100%;
		transform: none;
	}
	.model-partner .container .model__boxes .box-wrapper.bw-1 img {
		transform: rotate(180deg);
		margin: 2rem 1rem 0 0;
	}
	.model-partner .container .model__boxes .box-wrapper.bw-2 {
		flex: 1 1 100%;
		margin-top: 2rem;
	}
	.model-partner .container .model__boxes .box-wrapper.bw-2 .badge {
		top: -25px;
		left: 20px;
	}
	.model-partner .container .model__boxes .box-wrapper.bw-2 img {
		transform: rotate(180deg) scale(-1, 1);
		margin: 2rem 1rem 0 0;
		align-self: flex-start;
	}
	.model-partner .container .model__boxes .box-wrapper.bw-3 {
		flex: 1 1 100%;
		margin-top: 2rem;
	}
	.model-partner .container .model__boxes .box-wrapper.bw-3 .badge {
		top: -25px;
		left: 20px;
	}
	.model-partner .container .model__boxes .box {
		order: 1;
		border: 2px solid #c2d0e4;
		background: rgba(194, 208, 228, 0.02);
		border-radius: 15px;
		padding: 4.5rem 2rem;
		display: flex;
		flex-flow: column nowrap;
		max-width: 100%;
		width: 100%;
		align-self: center;
	}
	.model-partner .container .model__boxes .box .box__pill {
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.model-partner .container .model__boxes .box .box__heading {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		margin: 1rem 0;
	}
	.model-partner .container .model__boxes .box .box__heading h2 {
		font-size: 94px;
		font-weight: 800;
		line-height: 1;
		margin: 0;
		color: #ffffff;
	}
	.model-partner .container .model__boxes .box .box__heading span {
		background: linear-gradient(65deg, #26f7dd 30%, #00c2dd 70%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-weight: 700;
		width: fit-content;
		font-weight: 800;
		font-size: 30px;
		line-height: 1;
		margin-bottom: 10px;
		display: block;
		align-self: flex-end;
	}
	.model-partner .container .model__boxes .box .box__text {
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
		max-width: 80%;
		margin: 0;
	}
}

.refer .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 122px 0;
	position: relative;
}

.refer .container .refer__heading {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}

.refer .container .refer__heading .pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
}

.refer .container .refer__heading h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 80px;
	text-align: center;
	line-height: 1.2;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

.refer .container .refer__heading h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

.refer .container .refer__box-wrapper {
	display: flex;
	gap: 1.5rem;
	flex-flow: row nowrap;
	margin: 3.5rem auto;
	max-width: 1200px;
}

.refer .container .refer__box-wrapper .single-box {
	flex: 1 1 0;
	border: 1px solid rgba(194, 208, 228, 0.4);
	border-radius: 15px;
	padding: 2.5rem;
	text-align: left;
	display: flex;
	flex-flow: column nowrap;
	position: relative;
}

.refer .container .refer__box-wrapper .single-box::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.refer .container .refer__box-wrapper .single-box:hover {
	border: 1px solid transparent;
}

.refer .container .refer__box-wrapper .single-box:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.refer .container .refer__box-wrapper .single-box .sb__pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	margin: 0;
	width: fit-content;
}

.refer .container .refer__box-wrapper .single-box .sb__heading h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 80px;
	line-height: 1;
	margin: 1rem 0 0;
	padding: 0;
	font-weight: 800;
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

.refer .container .refer__box-wrapper .single-box .sb__heading h3 {
	font-weight: 800;
	font-size: 30px;
	color: #ffffff;
	margin: 0 0 10px 0;
}

.refer .container .refer__box-wrapper .single-box .sb__text p {
	margin: 0 auto;
	color: rgba(194, 208, 228, 0.5);
	font-weight: 400;
}

@media (max-width: 1200px) {
	.refer .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	.refer .container .refer__heading {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
	}
	.refer .container .refer__heading .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.refer .container .refer__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 60px;
		text-align: center;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.refer .container .refer__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.refer .container .refer__box-wrapper {
		display: flex;
		gap: 1.5rem;
		flex-flow: row wrap;
		margin-top: 3rem;
		max-width: 1200px;
	}
	.refer .container .refer__box-wrapper .single-box {
		flex: 1 1 30%;
		border: 1px solid rgba(194, 208, 228, 0.4);
		border-radius: 15px;
		padding: 2.5rem;
		text-align: left;
		display: flex;
		flex-flow: column nowrap;
		position: relative;
	}
	.refer .container .refer__box-wrapper .single-box::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.refer .container .refer__box-wrapper .single-box:hover {
		border: 1px solid transparent;
	}
	.refer .container .refer__box-wrapper .single-box:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.refer .container .refer__box-wrapper .single-box .sb__pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: #ffffff;
		margin: 0;
		width: fit-content;
	}
	.refer .container .refer__box-wrapper .single-box .sb__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 80px;
		line-height: 1;
		margin: 1rem 0 0;
		padding: 0;
		font-weight: 800;
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.refer .container .refer__box-wrapper .single-box .sb__heading h3 {
		font-weight: 800;
		font-size: 30px;
		color: #ffffff;
		margin: 0 0 10px 0;
	}
	.refer .container .refer__box-wrapper .single-box .sb__text p {
		margin: 0 auto;
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
	}
}

@media (max-width: 768px) {
	.refer .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	.refer .container .refer__heading {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
	}
	.refer .container .refer__heading .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.refer .container .refer__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		text-align: center;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.refer .container .refer__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.refer .container .refer__box-wrapper {
		display: flex;
		gap: 1.5rem;
		flex-flow: row wrap;
		margin-top: 3rem;
		max-width: 1200px;
	}
	.refer .container .refer__box-wrapper .single-box {
		flex: 1 1 100%;
		border: 1px solid rgba(194, 208, 228, 0.4);
		border-radius: 15px;
		padding: 2.5rem;
		text-align: left;
		display: flex;
		flex-flow: column nowrap;
		position: relative;
	}
	.refer .container .refer__box-wrapper .single-box::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.refer .container .refer__box-wrapper .single-box:hover {
		border: 1px solid transparent;
	}
	.refer .container .refer__box-wrapper .single-box:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.refer .container .refer__box-wrapper .single-box .sb__pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: #ffffff;
		margin: 0;
		width: fit-content;
	}
	.refer .container .refer__box-wrapper .single-box .sb__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 80px;
		line-height: 1;
		margin: 1rem 0 0;
		padding: 0;
		font-weight: 800;
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.refer .container .refer__box-wrapper .single-box .sb__heading h3 {
		font-weight: 800;
		font-size: 30px;
		color: #ffffff;
		margin: 0 0 10px 0;
	}
	.refer .container .refer__box-wrapper .single-box .sb__text p {
		margin: 0 auto;
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
	}
}

@media (max-width: 576px) {
	.refer .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	.refer .container .refer__heading {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
	}
	.refer .container .refer__heading .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.refer .container .refer__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		text-align: center;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.refer .container .refer__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.refer .container .refer__box-wrapper {
		display: flex;
		gap: 1.5rem;
		flex-flow: row wrap;
		margin-top: 3rem;
		max-width: 1200px;
	}
	.refer .container .refer__box-wrapper .single-box {
		flex: 1 1 0;
		border: 1px solid rgba(194, 208, 228, 0.4);
		border-radius: 15px;
		padding: 2.5rem;
		text-align: left;
		display: flex;
		flex-flow: column nowrap;
		position: relative;
	}
	.refer .container .refer__box-wrapper .single-box::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.refer .container .refer__box-wrapper .single-box:hover {
		border: 1px solid transparent;
	}
	.refer .container .refer__box-wrapper .single-box:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.refer .container .refer__box-wrapper .single-box .sb__pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: #ffffff;
		margin: 0;
		width: fit-content;
	}
	.refer .container .refer__box-wrapper .single-box .sb__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 80px;
		line-height: 1;
		margin: 1rem 0 0;
		padding: 0;
		font-weight: 800;
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.refer .container .refer__box-wrapper .single-box .sb__heading h3 {
		font-weight: 800;
		font-size: 30px;
		color: #ffffff;
		margin: 0 0 10px 0;
	}
	.refer .container .refer__box-wrapper .single-box .sb__text p {
		margin: 0 auto;
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
	}
}

.join {
	padding-top: 4rem;
	padding-bottom: 1rem;
}

.join .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 122px 0;
	position: relative;
}

.join .container .join__heading {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}

.join .container .join__heading .pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
}

.join .container .join__heading h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 80px;
	text-align: center;
	line-height: 1.2;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

.join .container .join__heading h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

.join .container .join__heading .sub-text {
	color: rgba(194, 208, 228, 0.5);
	margin: 1rem auto;
	font-weight: 500;
	max-width: 45%;
	text-align: center;
}

.join .container .join__step {
	display: flex;
	flex-flow: row wrap;
	margin-top: 4rem;
	align-items: center;
}

.join .container .join__step .step-info {
	flex: 1 1 0;
}

.join .container .join__step .step-info.left {
	padding-right: 2rem;
}

.join .container .join__step .step-info.right {
	padding-left: 2rem;
}

.join .container .join__step .step-info .step__pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
	width: fit-content;
}

.join .container .join__step .step-info .step__heading {
	display: flex;
	align-items: center;
	gap: 2.5rem;
	margin: 1.5rem 0;
}

.join .container .join__step .step-info .step__heading h1 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 80px;
	line-height: 1;
	margin: 0;
	padding: 0;
	font-weight: 800;
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

.join .container .join__step .step-info .step__heading h3 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0;
}

.join .container .join__step .step-info .step__text {
	color: rgba(194, 208, 228, 0.5);
	font-weight: 500;
	max-width: 80%;
}

.join .container .join__step .step-image {
	flex: 1 1 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

@media (max-width: 1200px) {
	.join .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 90px 0;
		position: relative;
	}
	.join .container .join__heading {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
	}
	.join .container .join__heading .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 1rem 0;
	}
	.join .container .join__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		text-align: center;
		color: #fff;
		font-size: 60px;
		margin: 0;
		padding: 0;
		font-weight: 800;
	}
	.join .container .join__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.join .container .join__heading .sub-text {
		color: rgba(194, 208, 228, 0.5);
		margin: 1rem auto;
		font-weight: 500;
		max-width: 60%;
		text-align: center;
		font-size: 15px;
	}
	.join .container .join__step {
		display: flex;
		flex-flow: row wrap;
		margin-top: 0rem;
		align-items: center;
	}
	.join .container .join__step .step-info {
		flex: 1 1 50%;
	}
	.join .container .join__step .step-info.left {
		padding-right: 0rem;
	}
	.join .container .join__step .step-info.right {
		padding-left: 0rem;
	}
	.join .container .join__step .step-info .step__pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.join .container .join__step .step-info .step__heading {
		display: flex;
		align-items: center;
		gap: 1.5rem;
		margin: 1.5rem 0;
	}
	.join .container .join__step .step-info .step__heading h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 60px;
		line-height: 1.2;
		margin: 0;
		padding: 0;
		font-weight: 800;
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.join .container .join__step .step-info .step__heading h3 {
		color: #ffffff;
		font-size: 24px;
		font-weight: 700;
		line-height: 1.2;
		margin: 0;
	}
	.join .container .join__step .step-info .step__text {
		color: rgba(194, 208, 228, 0.5);
		font-weight: 500;
		max-width: 100%;
		font-size: 15px;
	}
	.join .container .join__step .step-image {
		flex: 1 1 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 1rem;
	}
}

@media (max-width: 768px) {
	.join .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 90px 0;
		position: relative;
	}
	.join .container .join__heading {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
	}
	.join .container .join__heading .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 1rem 0;
	}
	.join .container .join__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		text-align: center;
		line-height: 1.2;
		color: #fff;
		margin: 0;
		padding: 0;
		font-weight: 800;
	}
	.join .container .join__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.join .container .join__heading .sub-text {
		color: rgba(194, 208, 228, 0.5);
		margin: 1rem auto;
		font-weight: 500;
		max-width: 100%;
		text-align: center;
		font-size: 15px;
	}
	.join .container .join__step {
		display: flex;
		flex-flow: row wrap;
		margin-top: 3rem;
		align-items: center;
	}
	.join .container .join__step .step-info {
		flex: 1 1 100%;
		order: 1;
	}
	.join .container .join__step .step-info.left {
		padding-right: 0rem;
	}
	.join .container .join__step .step-info.right {
		padding-left: 0rem;
	}
	.join .container .join__step .step-info .step__pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.join .container .join__step .step-info .step__heading {
		display: flex;
		align-items: center;
		gap: 1.5rem;
		margin: 1.5rem 0;
	}
	.join .container .join__step .step-info .step__heading h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 70px;
		line-height: 1.2;
		margin: 0;
		padding: 0;
		font-weight: 800;
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.join .container .join__step .step-info .step__heading h3 {
		color: #ffffff;
		font-size: 30px;
		font-weight: 700;
		line-height: 1.2;
		margin: 0;
	}
	.join .container .join__step .step-info .step__text {
		color: rgba(194, 208, 228, 0.5);
		font-weight: 500;
		max-width: 100%;
		font-size: 15px;
	}
	.join .container .join__step .step-image {
		order: 2;
		flex: 1 1 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 1rem;
	}
}

@media (max-width: 576px) {
	.join .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 90px 0;
		position: relative;
	}
	.join .container .join__heading {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
	}
	.join .container .join__heading .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 1rem 0;
	}
	.join .container .join__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		text-align: center;
		line-height: 1.2;
		color: #fff;
		margin: 0;
		padding: 0;
		font-weight: 800;
	}
	.join .container .join__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.join .container .join__heading .sub-text {
		color: rgba(194, 208, 228, 0.5);
		margin: 1rem auto;
		font-weight: 500;
		max-width: 100%;
		text-align: center;
		font-size: 15px;
	}
	.join .container .join__step {
		display: flex;
		flex-flow: row wrap;
		margin-top: 3rem;
		align-items: center;
	}
	.join .container .join__step .step-info {
		flex: 1 1 100%;
		order: 1;
	}
	.join .container .join__step .step-info.left {
		padding-right: 0rem;
	}
	.join .container .join__step .step-info.right {
		padding-left: 0rem;
	}
	.join .container .join__step .step-info .step__pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
		width: fit-content;
	}
	.join .container .join__step .step-info .step__heading {
		display: flex;
		align-items: center;
		gap: 1.5rem;
		margin: 1.5rem 0;
	}
	.join .container .join__step .step-info .step__heading h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 60px;
		line-height: 1.2;
		margin: 0;
		padding: 0;
		font-weight: 800;
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.join .container .join__step .step-info .step__heading h3 {
		color: #ffffff;
		font-size: 24px;
		font-weight: 700;
		line-height: 1.2;
		margin: 0;
	}
	.join .container .join__step .step-info .step__text {
		color: rgba(194, 208, 228, 0.5);
		font-weight: 500;
		max-width: 100%;
		font-size: 15px;
	}
	.join .container .join__step .step-image {
		order: 2;
		flex: 1 1 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 1rem;
	}
}

.why {
	margin: 5rem 0;
	position: relative;
	overflow: hidden;
}

.why #slider-bg {
	position: absolute;
	top: -300px;
	left: 0;
	height: 1500px;
	width: 100%;
	opacity: 0.02;
}

.why .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 122px 0;
	position: relative;
}

.why .container .wrapper {
	display: flex;
	align-items: center;
}

.why .container .wrapper .why__info {
	display: flex;
	flex-flow: column nowrap;
	flex: 1 0 580px;
	padding-right: 5rem;
	position: relative;
	z-index: 999;
}

.why .container .wrapper .why__info .info__top-text {
	font-weight: 600;
	font-size: 30px;
	color: #c2d0e4;
}

.why .container .wrapper .why__info .info__heading h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 60px;
	line-height: 1.2;
	color: #fff;
	margin: 0.5rem 0;
	padding: 0;
	font-weight: 800;
}

.why .container .wrapper .why__info .info__heading h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
	display: block;
}

.why .container .wrapper .why__info .info__text {
	color: rgba(194, 208, 228, 0.5);
	margin: 0.5rem auto;
	font-weight: 500;
}

.why .container .wrapper .why__info .slide__controls {
	margin-top: 2rem;
}

.why .container .wrapper .why__info .slide__controls .control-buttons {
	display: flex;
	gap: 1.1rem;
}

.why .container .wrapper .why__info .slide__controls .control-buttons div {
	border-radius: 100%;
	display: flex;
	height: 38px;
	width: 38px;
	justify-content: center;
	align-items: center;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, transform 1s ease-in-out;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	cursor: pointer;
	user-select: none;
}

.why .container .wrapper .why__info .slide__controls .control-buttons div.slick-disabled {
	cursor: auto;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	--color1: rgba(194, 208, 228, 0.25);
	--color2: rgba(194, 208, 228, 0.25);
	--color3: rgba(194, 208, 228, 0.25);
	--color4: rgba(194, 208, 228, 0.25);
}

.why .container .wrapper .why__slider {
	display: block;
	width: 100%;
	padding-left: 3px;
}

.why .container .wrapper .why__slider .slide__tracker {
	margin-bottom: 4rem;
	margin-left: 50%;
}

.why .container .wrapper .why__slider .slide__tracker .slick-dots {
	display: flex;
	margin: 0;
	gap: 10px;
	padding: 1rem 0;
	list-style-type: none;
	position: static;
	bottom: unset;
	text-align: unset;
}

.why .container .wrapper .why__slider .slide__tracker .slick-dots li {
	position: static;
	display: unset;
	width: unset;
	height: unset;
	margin: unset;
	padding: unset;
	cursor: pointer;
}

.why .container .wrapper .why__slider .slide__tracker .slick-dots li button {
	transition: all 0.3s ease-in-out;
	width: 30px;
	height: 5px;
	border-radius: 100px;
	background: rgba(194, 208, 228, 0.25);
	padding: 0;
}

.why .container .wrapper .why__slider .slide__tracker .slick-dots li button::before {
	content: "";
}

.why .container .wrapper .why__slider .slide__tracker .slick-dots li.slick-active button {
	width: 93px;
	background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
}

.why .container .wrapper .why__slider .slider__wrapper.partner_slider {
	margin-bottom: 0 !important;
	position: relative;
}

.why .container .wrapper .why__slider .slider__wrapper.partner_slider .slick-list .slick-track {
	display: flex !important;
	flex-flow: row nowrap;
	padding: 2px;
}

.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide {
	position: relative;
	flex: 0 0 450px;
	display: flex;
	flex-flow: column nowrap;
	border-radius: 10px;
	padding: 3.5rem 3rem;
}

.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide:not(:last-of-type) {
	margin-right: 1rem;
}

.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide .slide__heading {
	font-weight: 800;
	color: #ffffff;
	font-size: 30px;
	margin-top: 1rem;
}

.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide .slide__heading h3 {
	margin: 0;
	line-height: 1;
}

.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide .slide__separator {
	width: 60px;
	height: 3px;
	background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	margin: 1rem 0;
}

.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide .slide__text {
	color: rgba(194, 208, 228, 0.5);
	font-weight: 500;
}

@media (max-width: 1600px) {
	.why .container .wrapper .why__slider .slide__tracker {
		margin-bottom: 4rem;
		margin-left: 40%;
	}
}

@media (max-width: 1400px) {
	.why {
		margin: 5rem 0;
		position: relative;
		overflow: hidden;
	}
	.why #slider-bg {
		position: absolute;
		top: -300px;
		left: 0;
		height: 1500px;
		width: 100%;
		opacity: 0.02;
	}
	.why .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 122px 0;
		position: relative;
	}
	.why .container .wrapper {
		display: flex;
		align-items: center;
	}
	.why .container .wrapper .why__info {
		display: flex;
		flex-flow: column nowrap;
		flex: 1 0 580px;
		padding-right: 5rem;
		position: relative;
		z-index: 999999;
	}
	.why .container .wrapper .why__info .info__top-text {
		font-weight: 600;
		font-size: 30px;
		color: #c2d0e4;
	}
	.why .container .wrapper .why__info .info__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 60px;
		line-height: 1.2;
		color: #fff;
		margin: 0.5rem 0;
		padding: 0;
		font-weight: 800;
	}
	.why .container .wrapper .why__info .info__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.why .container .wrapper .why__info .info__text {
		color: rgba(194, 208, 228, 0.5);
		margin: 0.5rem auto;
		font-weight: 500;
	}
	.why .container .wrapper .why__info .slide__controls {
		margin-top: 2rem;
	}
	.why .container .wrapper .why__info .slide__controls .control-buttons {
		display: flex;
		gap: 1.1rem;
	}
	.why .container .wrapper .why__info .slide__controls .control-buttons div {
		border-radius: 100%;
		display: flex;
		height: 38px;
		width: 38px;
		justify-content: center;
		align-items: center;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, transform 1s ease-in-out;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		cursor: pointer;
		user-select: none;
	}
	.why .container .wrapper .why__info .slide__controls .control-buttons div.slick-disabled {
		cursor: auto;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		--color1: rgba(194, 208, 228, 0.25);
		--color2: rgba(194, 208, 228, 0.25);
		--color3: rgba(194, 208, 228, 0.25);
		--color4: rgba(194, 208, 228, 0.25);
	}
	.why .container .wrapper .why__slider {
		display: block;
		width: 100%;
	}
	.why .container .wrapper .why__slider .slide__tracker {
		margin-bottom: 4rem;
		margin-left: 35%;
	}
	.why .container .wrapper .why__slider .slide__tracker .slick-dots {
		display: flex;
		margin: 0;
		gap: 10px;
		padding: 1rem 0;
		list-style-type: none;
		position: static;
		bottom: unset;
		text-align: unset;
	}
	.why .container .wrapper .why__slider .slide__tracker .slick-dots li {
		position: static;
		display: unset;
		width: unset;
		height: unset;
		margin: unset;
		padding: unset;
		cursor: pointer;
	}
	.why .container .wrapper .why__slider .slide__tracker .slick-dots li button {
		transition: all 0.3s ease-in-out;
		width: 30px;
		height: 5px;
		border-radius: 100px;
		background: rgba(194, 208, 228, 0.25);
		padding: 0;
	}
	.why .container .wrapper .why__slider .slide__tracker .slick-dots li button::before {
		content: "";
	}
	.why .container .wrapper .why__slider .slide__tracker .slick-dots li.slick-active button {
		width: 93px;
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider {
		margin-bottom: 0 !important;
		position: relative;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .slick-list .slick-track {
		display: flex !important;
		flex-flow: row nowrap;
		padding: 2px;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide {
		position: relative;
		flex: 0 0 450px;
		display: flex;
		flex-flow: column nowrap;
		border-radius: 10px;
		padding: 3.5rem 3rem;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide:not(:last-of-type) {
		margin-right: 1rem;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide .slide__heading {
		font-weight: 800;
		color: #ffffff;
		font-size: 30px;
		margin-top: 1rem;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide .slide__heading h3 {
		margin: 0;
		line-height: 1;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide .slide__separator {
		width: 60px;
		height: 3px;
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
		margin: 1rem 0;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide .slide__text {
		color: rgba(194, 208, 228, 0.5);
		font-weight: 500;
	}
}

@media (max-width: 1200px) {
	.why {
		margin: 5rem 0;
		position: relative;
		overflow: hidden;
	}
	.why #slider-bg {
		position: absolute;
		top: -300px;
		left: 0;
		height: 1500px;
		width: 100%;
		opacity: 0.02;
	}
	.why .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 122px 0;
		position: relative;
	}
	.why .container .wrapper {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.why .container .wrapper .why__info {
		display: flex;
		flex-flow: column nowrap;
		flex: 1 0 100%;
		padding-right: 5rem;
		position: relative;
		z-index: 999999;
	}
	.why .container .wrapper .why__info .info__top-text {
		font-weight: 600;
		font-size: 24px;
		line-height: 1.2;
		color: #c2d0e4;
	}
	.why .container .wrapper .why__info .info__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		color: #fff;
		margin: 0.5rem 0;
		padding: 0;
		font-weight: 800;
	}
	.why .container .wrapper .why__info .info__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.why .container .wrapper .why__info .info__text {
		color: rgba(194, 208, 228, 0.5);
		margin: 0.5rem auto;
		font-weight: 500;
	}
	.why .container .wrapper .why__info .slide__controls {
		margin-top: 3rem;
	}
	.why .container .wrapper .why__info .slide__controls .control-buttons {
		display: flex;
		gap: 1.1rem;
	}
	.why .container .wrapper .why__info .slide__controls .control-buttons div {
		border-radius: 100%;
		display: flex;
		height: 38px;
		width: 38px;
		justify-content: center;
		align-items: center;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, transform 1s ease-in-out;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		cursor: pointer;
		user-select: none;
	}
	.why .container .wrapper .why__info .slide__controls .control-buttons div.slick-disabled {
		cursor: auto;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		--color1: rgba(194, 208, 228, 0.25);
		--color2: rgba(194, 208, 228, 0.25);
		--color3: rgba(194, 208, 228, 0.25);
		--color4: rgba(194, 208, 228, 0.25);
	}
	.why .container .wrapper .why__slider {
		flex: 1 1 100%;
		width: 100%;
		display: flex;
		flex-flow: column nowrap;
	}
	.why .container .wrapper .why__slider .slide__tracker {
		order: 2;
		margin: 2rem;
		margin-left: 0;
	}
	.why .container .wrapper .why__slider .slide__tracker .slick-dots {
		display: flex;
		margin: 0;
		gap: 10px;
		padding: 1rem 0;
		list-style-type: none;
		position: static;
		bottom: unset;
		text-align: unset;
	}
	.why .container .wrapper .why__slider .slide__tracker .slick-dots li {
		position: static;
		display: unset;
		width: unset;
		height: unset;
		margin: unset;
		padding: unset;
		cursor: pointer;
	}
	.why .container .wrapper .why__slider .slide__tracker .slick-dots li button {
		transition: all 0.3s ease-in-out;
		width: 30px;
		height: 5px;
		border-radius: 100px;
		background: rgba(194, 208, 228, 0.25);
		padding: 0;
	}
	.why .container .wrapper .why__slider .slide__tracker .slick-dots li button::before {
		content: "";
	}
	.why .container .wrapper .why__slider .slide__tracker .slick-dots li.slick-active button {
		width: 93px;
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider {
		margin-top: 2rem;
		margin-bottom: 0 !important;
		position: relative;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .slick-list {
		overflow: visible !important;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .slick-list .slick-track {
		display: block !important;
		flex-flow: unset;
		padding: unset;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide {
		position: relative;
		flex: unset;
		display: block;
		flex-flow: column nowrap;
		border-radius: 10px;
		padding: 3.5rem 3rem;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide:not(:last-of-type) {
		margin-right: 1rem;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide .slide__heading {
		font-weight: 800;
		color: #ffffff;
		font-size: 24px;
		margin-top: 1rem;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide .slide__heading h3 {
		margin: 0;
		line-height: 1;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide .slide__separator {
		width: 60px;
		height: 3px;
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
		margin: 1rem 0;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide .slide__text {
		color: rgba(194, 208, 228, 0.5);
		font-weight: 500;
	}
}

@media (max-width: 768px) {
	.why {
		margin: 5rem 0;
		position: relative;
		overflow: hidden;
	}
	.why #slider-bg {
		position: absolute;
		top: -300px;
		left: 0;
		height: 1500px;
		width: 100%;
		opacity: 0.02;
	}
	.why .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 122px 0;
		position: relative;
	}
	.why .container .wrapper {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.why .container .wrapper .why__info {
		display: flex;
		flex-flow: column nowrap;
		flex: 1 0 100%;
		padding-right: 5rem;
		position: relative;
		z-index: 999999;
	}
	.why .container .wrapper .why__info .info__top-text {
		font-weight: 600;
		font-size: 24px;
		line-height: 1.2;
		color: #c2d0e4;
	}
	.why .container .wrapper .why__info .info__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 0.5rem 0;
		padding: 0;
		font-weight: 800;
	}
	.why .container .wrapper .why__info .info__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.why .container .wrapper .why__info .info__text {
		color: rgba(194, 208, 228, 0.5);
		margin: 0.5rem auto;
		font-weight: 500;
		font-size: 15px;
	}
	.why .container .wrapper .why__info .slide__controls {
		margin-top: 3rem;
	}
	.why .container .wrapper .why__info .slide__controls .control-buttons {
		display: flex;
		gap: 1.1rem;
	}
	.why .container .wrapper .why__info .slide__controls .control-buttons div {
		border-radius: 100%;
		display: flex;
		height: 38px;
		width: 38px;
		justify-content: center;
		align-items: center;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, transform 1s ease-in-out;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		cursor: pointer;
		user-select: none;
	}
	.why .container .wrapper .why__info .slide__controls .control-buttons div.slick-disabled {
		cursor: auto;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		--color1: rgba(194, 208, 228, 0.25);
		--color2: rgba(194, 208, 228, 0.25);
		--color3: rgba(194, 208, 228, 0.25);
		--color4: rgba(194, 208, 228, 0.25);
	}
	.why .container .wrapper .why__slider {
		flex: 1 1 100%;
		width: 100%;
		display: flex;
		flex-flow: column nowrap;
	}
	.why .container .wrapper .why__slider .slide__tracker {
		order: 2;
		margin: 2rem;
		margin-left: 0;
	}
	.why .container .wrapper .why__slider .slide__tracker .slick-dots {
		display: flex;
		margin: 0;
		gap: 10px;
		padding: 1rem 0;
		list-style-type: none;
		position: static;
		bottom: unset;
		text-align: unset;
	}
	.why .container .wrapper .why__slider .slide__tracker .slick-dots li {
		position: static;
		display: unset;
		width: unset;
		height: unset;
		margin: unset;
		padding: unset;
		cursor: pointer;
	}
	.why .container .wrapper .why__slider .slide__tracker .slick-dots li button {
		transition: all 0.3s ease-in-out;
		width: 30px;
		height: 5px;
		border-radius: 100px;
		background: rgba(194, 208, 228, 0.25);
		padding: 0;
	}
	.why .container .wrapper .why__slider .slide__tracker .slick-dots li button::before {
		content: "";
	}
	.why .container .wrapper .why__slider .slide__tracker .slick-dots li.slick-active button {
		width: 93px;
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider {
		margin-top: 2rem;
		margin-bottom: 0 !important;
		position: relative;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .slick-list {
		overflow: visible !important;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .slick-list .slick-track {
		display: block !important;
		flex-flow: unset;
		padding: unset;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide {
		position: relative;
		flex: unset;
		display: block;
		flex-flow: column nowrap;
		border-radius: 10px;
		padding: 3.5rem 3rem;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide:not(:last-of-type) {
		margin-right: 1rem;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide .slide__heading {
		font-weight: 800;
		color: #ffffff;
		font-size: 24px;
		margin-top: 1rem;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide .slide__heading h3 {
		margin: 0;
		line-height: 1;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide .slide__separator {
		width: 60px;
		height: 3px;
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
		margin: 1rem 0;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide .slide__text {
		color: rgba(194, 208, 228, 0.5);
		font-weight: 500;
	}
}

@media (max-width: 576px) {
	.why {
		margin: 5rem 0;
		position: relative;
		overflow: hidden;
	}
	.why #slider-bg {
		position: absolute;
		top: -300px;
		left: 0;
		height: 1500px;
		width: 100%;
		opacity: 0.02;
	}
	.why .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}
	.why .container .wrapper {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.why .container .wrapper .why__info {
		display: flex;
		flex-flow: column nowrap;
		flex: 1 0 100%;
		padding-right: 0;
		position: relative;
		z-index: 999999;
	}
	.why .container .wrapper .why__info .info__top-text {
		font-weight: 600;
		font-size: 24px;
		line-height: 1.2;
		color: #c2d0e4;
	}
	.why .container .wrapper .why__info .info__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 0.5rem 0;
		padding: 0;
		font-weight: 800;
	}
	.why .container .wrapper .why__info .info__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.why .container .wrapper .why__info .info__text {
		color: rgba(194, 208, 228, 0.5);
		margin: 0.5rem auto;
		font-weight: 500;
		font-size: 15px;
	}
	.why .container .wrapper .why__info .slide__controls {
		margin-top: 3rem;
	}
	.why .container .wrapper .why__info .slide__controls .control-buttons {
		display: flex;
		gap: 1.1rem;
	}
	.why .container .wrapper .why__info .slide__controls .control-buttons div {
		border-radius: 100%;
		display: flex;
		height: 38px;
		width: 38px;
		justify-content: center;
		align-items: center;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, transform 1s ease-in-out;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		cursor: pointer;
		user-select: none;
	}
	.why .container .wrapper .why__info .slide__controls .control-buttons div.slick-disabled {
		cursor: auto;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		--color1: rgba(194, 208, 228, 0.25);
		--color2: rgba(194, 208, 228, 0.25);
		--color3: rgba(194, 208, 228, 0.25);
		--color4: rgba(194, 208, 228, 0.25);
	}
	.why .container .wrapper .why__slider {
		flex: 1 1 100%;
		width: 100%;
		display: flex;
		flex-flow: column nowrap;
	}
	.why .container .wrapper .why__slider .slide__tracker {
		order: 2;
		margin: 2rem;
		margin-left: 0;
	}
	.why .container .wrapper .why__slider .slide__tracker .slick-dots {
		display: flex;
		margin: 0;
		gap: 10px;
		padding: 1rem 0;
		list-style-type: none;
		position: static;
		bottom: unset;
		text-align: unset;
	}
	.why .container .wrapper .why__slider .slide__tracker .slick-dots li {
		position: static;
		display: unset;
		width: unset;
		height: unset;
		margin: unset;
		padding: unset;
		cursor: pointer;
	}
	.why .container .wrapper .why__slider .slide__tracker .slick-dots li button {
		transition: all 0.3s ease-in-out;
		width: 30px;
		height: 5px;
		border-radius: 100px;
		background: rgba(194, 208, 228, 0.25);
		padding: 0;
	}
	.why .container .wrapper .why__slider .slide__tracker .slick-dots li button::before {
		content: "";
	}
	.why .container .wrapper .why__slider .slide__tracker .slick-dots li.slick-active button {
		width: 93px;
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider {
		margin-top: 2rem;
		margin-bottom: 0 !important;
		position: relative;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .slick-list {
		overflow: visible !important;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .slick-list .slick-track {
		display: block !important;
		flex-flow: unset;
		padding: unset;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide {
		position: relative;
		flex: unset;
		display: block;
		flex-flow: column nowrap;
		border-radius: 10px;
		padding: 3.5rem 3rem;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide:not(:last-of-type) {
		margin-right: 1rem;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide .slide__heading {
		font-weight: 800;
		color: #ffffff;
		font-size: 24px;
		margin-top: 1rem;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide .slide__heading h3 {
		margin: 0;
		line-height: 1;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide .slide__separator {
		width: 60px;
		height: 3px;
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
		margin: 1rem 0;
	}
	.why .container .wrapper .why__slider .slider__wrapper.partner_slider .single__slide .slide__text {
		color: rgba(194, 208, 228, 0.5);
		font-weight: 500;
	}
}

.who .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 122px 0;
	position: relative;
	display: flex;
}

.who .who__info .who__heading h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 80px;
	line-height: 1.2;
	color: #fff;
	margin: 0.5rem 0;
	padding: 0;
	font-weight: 800;
}

.who .who__info .who__heading h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
	display: block;
}

.who .who__info .who__list {
	margin-top: 2.5rem;
	display: flex;
	flex-flow: column wrap;
	gap: 1rem;
	max-height: 300px;
}

.who .who__info .who__list .single__who {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.who .who__info .who__list .single__who .who__image {
	display: flex;
	justify-content: center;
	align-items: center;
}

.who .who__info .who__list .single__who .who__title {
	font-size: 16px;
	color: #c2d0e4;
	line-height: 1;
}

.who .who__info .who__button {
	margin-top: 2rem;
}

.who .who__info .who__button a {
	display: inline-block;
}

.who .who__info .who__button a .word-container .char::before,
.who .who__info .who__button a .word-container .char::after {
	color: #ffffff !important;
}

.who .who__visual {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
}

@media (max-width: 1200px) {
	.who .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 122px 0;
		position: relative;
		display: flex;
		flex-wrap: wrap;
	}
	.who .who__info {
		flex: 1 1 0;
	}
	.who .who__info .who__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		line-height: 1.2;
		font-size: 60px;
		color: #fff;
		margin: 0.5rem 0;
		padding: 0;
		font-weight: 800;
	}
	.who .who__info .who__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.who .who__info .who__list {
		margin-top: 2.5rem;
		display: flex;
		flex-flow: column wrap;
		gap: 1rem;
		max-height: 100%;
	}
	.who .who__info .who__list .single__who {
		display: flex;
		align-items: center;
		gap: 1rem;
		flex: 1 1 100%;
	}
	.who .who__info .who__list .single__who .who__image {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.who .who__info .who__list .single__who .who__title {
		font-size: 16px;
		color: #c2d0e4;
		line-height: 1;
	}
	.who .who__info .who__button {
		margin: 2rem auto;
	}
	.who .who__info .who__button a {
		display: inline-block;
	}
	.who .who__info .who__button a .word-container {
		justify-content: center;
	}
	.who .who__info .who__button a .word-container .char::before,
	.who .who__info .who__button a .word-container .char::after {
		color: #ffffff !important;
	}
	.who .who__visual {
		flex: 1 1 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	.who .who__visual img {
		width: auto;
		height: 70%;
	}
}

@media (max-width: 992px) {
	.who .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 90px 0;
		position: relative;
		display: flex;
		flex-wrap: wrap;
	}
	.who .who__info .who__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		line-height: 1.2;
		font-size: 60px;
		color: #fff;
		margin: 0.5rem 0;
		padding: 0;
		font-weight: 800;
	}
	.who .who__info .who__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.who .who__info .who__list {
		margin-top: 2.5rem;
		display: flex;
		flex-flow: column wrap;
		gap: 1rem;
		max-height: 300px;
	}
	.who .who__info .who__list .single__who {
		display: flex;
		align-items: center;
		gap: 1rem;
		flex: 1 1 100%;
	}
	.who .who__info .who__list .single__who .who__image {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.who .who__info .who__list .single__who .who__title {
		font-size: 16px;
		color: #c2d0e4;
		line-height: 1;
	}
	.who .who__info .who__button {
		margin: 2rem auto;
	}
	.who .who__info .who__button a {
		display: inline-block;
	}
	.who .who__info .who__button a .word-container {
		justify-content: center;
	}
	.who .who__info .who__button a .word-container .char::before,
	.who .who__info .who__button a .word-container .char::after {
		color: #ffffff !important;
	}
	.who .who__visual {
		flex: 1 1 auto;
		display: flex;
		justify-content: center;
		width: 100%;
		margin-top: 3rem;
		padding: 0;
	}
	.who .who__visual img {
		height: 100%;
		width: auto;
	}
}

@media (max-width: 768px) {
	.who .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 122px 0;
		position: relative;
		display: flex;
		flex-wrap: wrap;
	}
	.who .who__info .who__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 0.5rem 0;
		padding: 0;
		font-weight: 800;
	}
	.who .who__info .who__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.who .who__info .who__list {
		margin-top: 2.5rem;
		display: flex;
		flex-flow: column wrap;
		gap: 1rem;
	}
	.who .who__info .who__list .single__who {
		display: flex;
		align-items: center;
		gap: 1rem;
		flex: 1 1 100%;
	}
	.who .who__info .who__list .single__who .who__image {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.who .who__info .who__list .single__who .who__title {
		font-size: 16px;
		color: #c2d0e4;
		line-height: 1;
	}
	.who .who__info .who__button {
		width: 100%;
		margin: 2rem auto;
	}
	.who .who__info .who__button a {
		display: inline-block;
		width: 100%;
	}
	.who .who__info .who__button a .word-container {
		justify-content: center;
	}
	.who .who__info .who__button a .word-container .char::before,
	.who .who__info .who__button a .word-container .char::after {
		color: #ffffff !important;
	}
	.who .who__visual {
		flex: 1 1 auto;
		display: flex;
		justify-content: center;
		width: 100%;
		margin-top: 3rem;
	}
}

@media (max-width: 576px) {
	.who .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 122px 0;
		position: relative;
		display: flex;
		flex-wrap: wrap;
	}
	.who .who__info .who__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 0.5rem 0;
		padding: 0;
		font-weight: 800;
	}
	.who .who__info .who__heading h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.who .who__info .who__list {
		margin-top: 2.5rem;
		display: flex;
		flex-flow: column wrap;
		gap: 1rem;
		max-height: 100%;
	}
	.who .who__info .who__list .single__who {
		display: flex;
		align-items: center;
		gap: 1rem;
		flex: 1 1 100%;
	}
	.who .who__info .who__list .single__who .who__image {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.who .who__info .who__list .single__who .who__title {
		font-size: 16px;
		color: #c2d0e4;
		line-height: 1;
	}
	.who .who__info .who__button {
		width: 100%;
		margin: 2rem auto;
	}
	.who .who__info .who__button a {
		display: inline-block;
		font-size: 16px !important;
		width: 100%;
	}
	.who .who__info .who__button a .word-container {
		justify-content: center;
	}
	.who .who__info .who__button a .word-container .char::before,
	.who .who__info .who__button a .word-container .char::after {
		color: #ffffff !important;
	}
	.who .who__visual {
		flex: 1 1 auto;
		display: flex;
		justify-content: center;
		width: 100%;
		margin-top: 3rem;
	}
}

.terms-partner .container {
	max-width: 1440px;
	width: 100%;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	text-align: left;
	margin: 0 auto;
	min-height: 550px;
}

.terms-partner .container .qw__info {
	flex: 1 1 50%;
	height: 500px;
	display: flex;
	align-items: center;
	padding-left: 8rem;
}

.terms-partner .container .qw__info .qwi__header h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 60px;
	line-height: 1.2;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

.terms-partner .container .qw__info .qwi__header h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
	display: block;
}

.terms-partner .container .qw__info .qwi__text p {
	color: rgba(194, 208, 228, 0.5);
	font-weight: 400;
	max-width: 80%;
	margin: 0;
}

.terms-partner .container .qw__info .qwi__btn {
	width: 100%;
	max-width: 100%;
	margin: 25px auto 0 auto;
}

.terms-partner .container .qw__info .qwi__btn a {
	transition: all 0.5s ease-in-out;
	background: #1daa91;
	color: #fff;
	padding: 15px 30px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-weight: 600;
}

.terms-partner .container .qw__info .qwi__btn:hover a {
	opacity: 0.8;
}

.terms-partner .container .qw__questions {
	flex: 1 1 50%;
	display: flex;
	flex-flow: column nowrap;
}

.terms-partner .container .qw__questions #support-accordion .buffer {
	height: 0.7rem;
}

.terms-partner .container .qw__questions .qwq__single {
	background-color: #2b3643;
	border-radius: 10px;
	padding: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid transparent;
	position: relative;
	cursor: pointer;
	box-sizing: content-box;
	margin-bottom: 1rem;
}

.terms-partner .container .qw__questions .qwq__single.active .single__btn img {
	transform: rotate(180deg);
}

.terms-partner .container .qw__questions .qwq__single .single__q {
	color: #ffffff;
}

.terms-partner .container .qw__questions .qwq__single .single__btn {
	flex-shrink: 0;
	background-color: #ffffff;
	border-radius: 100px;
	height: 24px;
	width: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.terms-partner .container .qw__questions .qwq__single .single__btn img {
	transition: all 0.3s ease-in-out;
}

.terms-partner .container .qw__questions .qwq__single::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.terms-partner .container .qw__questions .qwq__single:hover {
	border: 1px solid transparent;
}

.terms-partner .container .qw__questions .qwq__single:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.terms-partner .container .qw__questions .qwq__single:hover .faq-button {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
}

.terms-partner .container .qw__questions .qwq__single:hover .faq-button img {
	opacity: 1;
}

.terms-partner .container .qw__questions .qwq__answer {
	padding: 1.8rem 1.8rem;
	background-color: rgba(194, 208, 228, 0.05);
	border-radius: 10px;
	color: #ffffff70;
	overflow: hidden;
	display: none;
	margin: 1rem 0;
}

@media (max-width: 1200px) {
	.terms-partner .container .qw__info {
		padding-left: 3rem;
	}
}

@media (max-width: 992px) {
	.terms-partner .container {
		display: flex;
		flex-flow: row wrap;
		margin: 0;
		padding: 40px 0;
		text-align: left;
		min-height: 550px;
		gap: 1rem;
	}
	.terms-partner .container .qw__info {
		order: 1;
		flex: 1 1 100%;
		height: auto;
		display: flex;
		align-items: center;
		padding: 0;
		margin-bottom: 3rem;
	}
	.terms-partner .container .qw__info .qwi__text p {
		max-width: 100%;
	}
	.terms-partner .container .qw__info .qwi__btn {
		width: 100%;
		max-width: 50%;
		margin: 25px 0 0;
	}
	.terms-partner .container .qw__info .qwi__btn a {
		transition: all 0.5s ease-in-out;
		background: #1daa91;
		color: #fff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-weight: 600;
	}
	.terms-partner .container .qw__info .qwi__btn:hover a {
		opacity: 0.8;
	}
	.terms-partner .container .qw__questions {
		order: 2;
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
	}
	.terms-partner .container .qw__questions #support-accordion .buffer {
		height: 0.7rem;
	}
	.terms-partner .container .qw__questions .qwq__single {
		background-color: #2b3643;
		border-radius: 10px;
		padding: 1.8rem;
		display: flex;
		align-items: center;
		gap: 7px;
		justify-content: space-between;
		border: 1px solid transparent;
		position: relative;
		cursor: pointer;
		box-sizing: content-box;
		margin-bottom: 1rem;
	}
	.terms-partner .container .qw__questions .qwq__single.active .single__btn img {
		transform: rotate(180deg);
	}
	.terms-partner .container .qw__questions .qwq__single .single__q {
		color: #ffffff;
		font-size: 15px;
	}
	.terms-partner .container .qw__questions .qwq__single .single__btn {
		flex-shrink: 0;
		background-color: #ffffff;
		border-radius: 100px;
		height: 24px;
		width: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.terms-partner .container .qw__questions .qwq__single .single__btn img {
		transition: all 0.3s ease-in-out;
	}
	.terms-partner .container .qw__questions .qwq__answer {
		padding: 1.8rem 1.8rem;
		background-color: rgba(194, 208, 228, 0.05);
		border-radius: 10px;
		color: #ffffff70;
		overflow: hidden;
		display: none;
		margin: 1rem 0;
	}
}

@media (max-width: 768px) {
	.terms-partner .container {
		display: flex;
		flex-flow: row wrap;
		margin: 0;
		padding: 40px 0;
		text-align: left;
		min-height: 550px;
	}
	.terms-partner .container .qw__info {
		order: 1;
		flex: 1 1 100%;
		height: auto;
		display: flex;
		align-items: center;
		padding: 0;
		margin-bottom: 3rem;
	}
	.terms-partner .container .qw__info .qwi__header h2 {
		font-size: 40px;
		line-height: 1.2;
	}
	.terms-partner .container .qw__info .qwi__text p {
		max-width: 100%;
		font-size: 15px;
	}
	.terms-partner .container .qw__info .qwi__btn {
		width: 100%;
		max-width: 100%;
		margin: 25px auto 0 auto;
	}
	.terms-partner .container .qw__info .qwi__btn a {
		transition: all 0.5s ease-in-out;
		background: #1daa91;
		color: #fff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-weight: 600;
	}
	.terms-partner .container .qw__info .qwi__btn:hover a {
		opacity: 0.8;
	}
	.terms-partner .container .qw__questions {
		order: 2;
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
	}
	.terms-partner .container .qw__questions #support-accordion .buffer {
		height: 0.7rem;
	}
	.terms-partner .container .qw__questions .qwq__single {
		background-color: #2b3643;
		border-radius: 10px;
		padding: 1.8rem;
		display: flex;
		align-items: center;
		gap: 7px;
		justify-content: space-between;
		border: 1px solid transparent;
		position: relative;
		cursor: pointer;
		box-sizing: content-box;
		margin-bottom: 1rem;
	}
	.terms-partner .container .qw__questions .qwq__single.active .single__btn img {
		transform: rotate(180deg);
	}
	.terms-partner .container .qw__questions .qwq__single .single__q {
		color: #ffffff;
		font-size: 15px;
	}
	.terms-partner .container .qw__questions .qwq__single .single__btn {
		flex-shrink: 0;
		background-color: #ffffff;
		border-radius: 100px;
		height: 24px;
		width: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.terms-partner .container .qw__questions .qwq__single .single__btn img {
		transition: all 0.3s ease-in-out;
	}
	.terms-partner .container .qw__questions .qwq__answer {
		padding: 1.8rem 1.8rem;
		background-color: rgba(194, 208, 228, 0.05);
		border-radius: 10px;
		color: #ffffff70;
		overflow: hidden;
		display: none;
		margin: 1rem 0;
	}
}

@media (max-width: 576px) {
	.terms-partner .container {
		display: flex;
		flex-flow: row wrap;
		margin: 0;
		padding: 40px 0;
		text-align: left;
		min-height: 550px;
	}
	.terms-partner .container .qw__info {
		order: 1;
		flex: 1 1 100%;
		height: auto;
		display: flex;
		align-items: center;
		padding: 0;
		margin-bottom: 3rem;
	}
	.terms-partner .container .qw__info .qwi__header h2 {
		font-size: 40px;
		line-height: 1.2;
	}
	.terms-partner .container .qw__info .qwi__text p {
		max-width: 100%;
		font-size: 15px;
	}
	.terms-partner .container .qw__info .qwi__btn {
		width: 100%;
		max-width: 100%;
		margin: 25px auto 0 auto;
	}
	.terms-partner .container .qw__info .qwi__btn a {
		transition: all 0.5s ease-in-out;
		background: #1daa91;
		color: #fff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-weight: 600;
	}
	.terms-partner .container .qw__info .qwi__btn:hover a {
		opacity: 0.8;
	}
	.terms-partner .container .qw__questions {
		order: 2;
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
	}
	.terms-partner .container .qw__questions #support-accordion .buffer {
		height: 0.7rem;
	}
	.terms-partner .container .qw__questions .qwq__single {
		background-color: #2b3643;
		border-radius: 10px;
		padding: 1.8rem;
		display: flex;
		align-items: center;
		gap: 7px;
		justify-content: space-between;
		border: 1px solid transparent;
		position: relative;
		cursor: pointer;
		box-sizing: content-box;
		margin-bottom: 1rem;
	}
	.terms-partner .container .qw__questions .qwq__single.active .single__btn img {
		transform: rotate(180deg);
	}
	.terms-partner .container .qw__questions .qwq__single .single__q {
		color: #ffffff;
		font-size: 15px;
	}
	.terms-partner .container .qw__questions .qwq__single .single__btn {
		flex-shrink: 0;
		background-color: #ffffff;
		border-radius: 100px;
		height: 24px;
		width: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.terms-partner .container .qw__questions .qwq__single .single__btn img {
		transition: all 0.3s ease-in-out;
	}
	.terms-partner .container .qw__questions .qwq__answer {
		padding: 1.8rem 1.8rem;
		background-color: rgba(194, 208, 228, 0.05);
		border-radius: 10px;
		color: #ffffff70;
		overflow: hidden;
		display: none;
		margin: 1rem 0;
	}
}

.partner {
	margin: 10rem 0;
}

.partner .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.partner .container .partner__info {
	flex: 1 1 55%;
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
}

.partner .container .partner__info .pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
}

.partner .container .partner__info h1 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 80px;
	line-height: 1.1;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

.partner .container .partner__info h1 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

.partner .container .partner__info .sub-text {
	color: rgba(194, 208, 228, 0.5);
	font-weight: 500;
	margin: 0;
	max-width: 80%;
}

.partner .container .partner__info .sub-text a {
	color: #aad57a;
	text-decoration: none;
}

.partner .container .partner__info .business-info {
	display: flex;
	flex-flow: column nowrap;
	gap: 2rem;
	margin: 4rem 0;
}

.partner .container .partner__info .business-info .single-info {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 1.7rem;
}

.partner .container .partner__info .business-info .single-info .icon {
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.partner .container .partner__info .business-info .single-info .text .top-text {
	background: linear-gradient(65deg, #26f7dd 30%, #00c2dd 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 700;
	width: fit-content;
}

.partner .container .partner__info .business-info .single-info .text .bottom-text {
	color: rgba(194, 208, 228, 0.5);
}

.partner .container .partner__info .business-info .single-info .text .bottom-text a {
	text-decoration: none;
	color: inherit;
	transition: all 0.5s ease;
}

.partner .container .partner__info .business-info .single-info .text .bottom-text a:hover {
	opacity: 0.8;
}

.partner .container .partner__info .socials-wrapper {
	display: flex;
	flex-flow: row wrap;
	gap: 1.7rem;
}

.partner .container .partner__info .socials-wrapper .single-social {
	background: rgba(194, 208, 228, 0.15);
	height: 48px;
	width: 48px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease-in-out;
}

.partner .container .partner__info .socials-wrapper .single-social svg stop {
	transition: all 0.6s ease-in-out;
}

.partner .container .partner__info .socials-wrapper .single-social#facebook-link svg {
	fill: url(#fb-gradient-c) white;
}

.partner .container .partner__info .socials-wrapper .single-social#twitter-link svg {
	fill: url(#twitter-gradient-c) white;
}

.partner .container .partner__info .socials-wrapper .single-social#youtube-link svg {
	fill: url(#youtube-gradient-c) white;
}

.partner .container .partner__info .socials-wrapper .single-social#discord-link svg {
	fill: url(#discord-gradient-c) white;
}

.partner .container .partner__info .socials-wrapper .single-social#instagram-link svg {
	fill: url(#instagram-gradient-c) white;
}

.partner .container .partner__info .socials-wrapper .single-social#telegram-link svg {
	fill: url(#telegram-gradient-c) white;
}

.partner .container .partner__info .socials-wrapper .single-social#tiktok-link {
	display: flex;
	position: relative;
}

.partner .container .partner__info .socials-wrapper .single-social#tiktok-link svg {
	transition: all 0.2s ease;
}

.partner .container .partner__info .socials-wrapper .single-social#tiktok-link svg path {
	transition: inherit;
}

.partner .container .partner__info .socials-wrapper .single-social#tiktok-link svg:first-child {
	position: absolute;
	left: -2px;
	top: 6px;
	width: 100%;
	z-index: 9999;
	fill: transparent;
}

.partner .container .partner__info .socials-wrapper .single-social#tiktok-link svg:last-child {
	fill: #ffffff;
}

.partner .container .partner__info .socials-wrapper .single-social:hover#facebook-link svg stop:first-child {
	stop-color: #17aafd;
}

.partner .container .partner__info .socials-wrapper .single-social:hover#facebook-link svg stop:last-child {
	stop-color: #0165e2;
}

.partner .container .partner__info .socials-wrapper .single-social:hover#twitter-link svg stop:first-child {
	stop-color: #3bb1fa;
}

.partner .container .partner__info .socials-wrapper .single-social:hover#twitter-link svg stop:last-child {
	stop-color: #1da1f2;
}

.partner .container .partner__info .socials-wrapper .single-social:hover#youtube-link svg stop {
	stop-color: #ff0700;
}

.partner .container .partner__info .socials-wrapper .single-social:hover#discord-link svg stop {
	stop-color: #5865f2;
}

.partner .container .partner__info .socials-wrapper .single-social:hover#telegram-link svg stop {
	stop-color: #3bb1fa;
}

.partner .container .partner__info .socials-wrapper .single-social:hover#telegram-link svg stop:first-child {
	stop-color: #3bb1fa;
}

.partner .container .partner__info .socials-wrapper .single-social:hover#telegram-link svg stop:last-child {
	stop-color: #3bb1fa;
}

.partner .container .partner__info .socials-wrapper .single-social:hover#instagram-link svg stop:first-child {
	stop-color: #feda75;
}

.partner .container .partner__info .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(2) {
	stop-color: #fa7e1e;
}

.partner .container .partner__info .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(3) {
	stop-color: #d62976;
}

.partner .container .partner__info .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(4) {
	stop-color: #962fbf;
}

.partner .container .partner__info .socials-wrapper .single-social:hover#instagram-link svg stop:last-child {
	stop-color: #4f5bd5;
}

.partner .container .partner__info .socials-wrapper .single-social:hover#tiktok-link svg:first-child {
	fill: #69c9d0;
}

.partner .container .partner__info .socials-wrapper .single-social:hover#tiktok-link svg:last-child {
	fill: #ee1d52;
}

.partner .container .partner__form {
	flex: 1 1 45%;
	display: flex;
	justify-content: center;
}

.partner .container .partner__form .form-wrapper {
	border: 1px solid rgba(194, 208, 228, 0.15);
	background: rgba(11, 12, 16, 0.25);
	padding: 3.5rem 2.5rem 2rem;
	border-radius: 15px;
	width: 90%;
	position: relative;
	overflow: hidden;
}

.partner .container .partner__form .form-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(15, 20, 32, 0.9) 60%, transparent 90%);
}

.partner .container .partner__form .form-wrapper form#partner-form {
	display: flex;
	flex-flow: column nowrap;
	position: relative;
	z-index: 9999;
}

.partner .container .partner__form .form-wrapper form#partner-form .form-row {
	margin: 8px 0;
	display: flex;
	flex-flow: row wrap;
	gap: 1rem;
}

.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item {
	flex: 1 1 100%;
}

.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item label {
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #ffffff;
	padding: 0rem;
	margin-bottom: 10px;
}

.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item label span {
	display: inline-block;
	color: #1daa91;
	font-weight: 600;
	margin-left: auto;
	background: linear-gradient(65deg, #26f7dd 50%, #00c2dd 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	width: fit-content;
}

.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item textarea {
	resize: none;
}

.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item input:not(#sociallinks),
.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item textarea {
	width: 100%;
	border-radius: 10px;
	background-color: rgba(194, 208, 228, 0.15);
	box-shadow: none;
	border: 1px solid transparent;
	outline: none;
	font-size: 16px;
	padding: 1rem 0rem 1rem 1.25rem;
	transition: all 0.7s ease;
	color: #ffffff;
	color: #ffffff;
}

.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item input:not(#sociallinks)::placeholder,
.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item textarea::placeholder {
	color: rgba(194, 208, 228, 0.5);
	font-size: inherit;
	font-weight: 400;
	letter-spacing: 0.1px;
}

.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item .sl__buffer {
	width: 100%;
	border-radius: 10px;
	background-color: #262e35;
	padding: 1rem 2rem;
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 68px;
	flex-flow: row wrap;
}

.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item .sl__buffer input {
	width: 300px;
	background: none;
	box-shadow: none;
	border: none;
	outline: none;
	font-size: 14px;
	padding: 0px;
	color: #ffffff;
}

.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item .sl__buffer input::placeholder {
	color: rgba(194, 208, 228, 0.5);
	font-size: inherit;
	font-weight: 400;
	letter-spacing: 0.1px;
}

.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item .sl__buffer .social-chip {
	flex: 0 0 auto;
	background-color: #ffffff;
	color: #101217;
	border-radius: 100px;
	padding: 3px 6px 3px 12px;
	font-size: 13px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 600;
	user-select: none;
}

.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item .sl__buffer .social-chip img {
	cursor: pointer;
}

.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item.half {
	flex: 1 1 0;
}

.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item button {
	margin-top: 1rem;
	background: #1daa91;
	color: #0b0c10;
	padding: 20px 50px;
	width: 100%;
	font-size: 18px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	outline: none;
	border: none;
	text-align: center;
	transition: all 0.6s ease-in-out;
	cursor: pointer;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 700;
}

.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item button:hover {
	opacity: 0.6;
}

.partner .container .partner__form .form-wrapper .form-notice {
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	text-align: center;
	padding: 8px 0 4px;
	color: rgba(194, 208, 228, 0.8);
	font-size: 14px;
}

@media (max-width: 1200px) {
	.partner {
		margin: 120px 0;
	}
	.partner .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		gap: 1rem;
	}
	.partner .container .partner__info {
		flex: 1 1 48%;
	}
	.partner .container .partner__info h1 {
		font-size: 60px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
	}
	.partner .container .partner__info .pill {
		margin: 0;
	}
	.partner .container .partner__info .sub-text {
		font-size: 15px;
		max-width: 100%;
	}
	.partner .container .partner__info .business-info {
		margin: 2rem 0 0;
	}
	.partner .container .partner__info .socials-wrapper {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		margin: 3rem 0;
	}
	.partner .container .partner__form {
		flex: 1 1 48%;
		margin-top: 3rem;
	}
	.partner .container .partner__form .form-wrapper {
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(11, 12, 16, 0.25);
		padding: 2rem 1rem 1rem;
		border-radius: 15px;
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.partner .container .partner__form .form-wrapper::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: linear-gradient(to bottom, rgba(15, 20, 32, 0.9) 70%, transparent 90%);
	}
	.partner .container .partner__form .form-wrapper form#partner-form {
		display: flex;
		flex-flow: column nowrap;
		position: relative;
		z-index: 9999;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row {
		margin: 8px 0;
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item {
		flex: 1 1 100%;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item label {
		display: flex;
		align-items: center;
		font-size: 16px;
		color: #ffffff;
		padding: 0rem;
		margin-bottom: 10px;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item label span {
		display: inline-block;
		color: #1daa91;
		font-weight: 600;
		margin-left: auto;
		background: linear-gradient(65deg, #26f7dd 50%, #00c2dd 70%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		width: fit-content;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item textarea {
		resize: none;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item input:not(#sociallinks),
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item textarea {
		width: 100%;
		border-radius: 10px;
		background-color: rgba(194, 208, 228, 0.15);
		box-shadow: none;
		border: 1px solid transparent;
		outline: none;
		font-size: 16px;
		padding: 1rem 0rem 1rem 1.25rem;
		transition: all 0.7s ease;
		color: #ffffff;
		color: #ffffff;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item input:not(#sociallinks)::placeholder,
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item textarea::placeholder {
		color: rgba(194, 208, 228, 0.5);
		font-size: inherit;
		font-weight: 400;
		letter-spacing: 0.1px;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item .sl__buffer {
		width: 100%;
		border-radius: 10px;
		background-color: #262e35;
		padding: 1rem 2rem;
		display: flex;
		align-items: center;
		gap: 10px;
		min-height: 68px;
		flex-flow: row wrap;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item .sl__buffer input {
		width: 100%;
		background: none;
		box-shadow: none;
		border: none;
		outline: none;
		font-size: 14px;
		padding: 0px;
		color: #ffffff;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item .sl__buffer input::placeholder {
		color: rgba(194, 208, 228, 0.5);
		font-size: inherit;
		font-weight: 400;
		letter-spacing: 0.1px;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item .sl__buffer .social-chip {
		flex: 0 0 auto;
		background-color: #ffffff;
		color: #101217;
		border-radius: 100px;
		padding: 3px 6px 3px 12px;
		font-size: 13px;
		display: flex;
		align-items: center;
		gap: 10px;
		font-weight: 600;
		user-select: none;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item .sl__buffer .social-chip img {
		cursor: pointer;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item.half {
		flex: 1 1 0;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item button {
		margin-top: 1rem;
		background: #1daa91;
		color: #0b0c10;
		padding: 20px 50px;
		width: 100%;
		font-size: 18px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		outline: none;
		border: none;
		text-align: center;
		transition: all 0.6s ease-in-out;
		cursor: pointer;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 700;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item button:hover {
		opacity: 0.6;
	}
}

@media (max-width: 992px) {
	.partner {
		margin: 120px 0;
	}
	.partner .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
	}
	.partner .container .partner__info {
		flex: 1 1 48%;
	}
	.partner .container .partner__info h1 {
		font-size: 60px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
	}
	.partner .container .partner__info .pill {
		margin: 0;
	}
	.partner .container .partner__info .sub-text {
		font-size: 15px;
		max-width: 80%;
	}
	.partner .container .partner__info .business-info {
		margin: 2rem 0 0;
	}
	.partner .container .partner__info .socials-wrapper {
		display: flex;
		flex-flow: row wrap;
		gap: 1.7rem;
		margin: 3rem 0;
	}
	.partner .container .partner__form {
		flex: 1 1 52%;
		margin-top: 1rem;
	}
}

@media (max-width: 768px) {
	.partner {
		margin: 120px 0;
	}
	.partner .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
	}
	.partner .container .partner__info {
		flex: 1 1 100%;
	}
	.partner .container .partner__info h1 {
		font-size: 60px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
	}
	.partner .container .partner__info .pill {
		margin: 0;
	}
	.partner .container .partner__info .sub-text {
		font-size: 15px;
		max-width: 100%;
	}
	.partner .container .partner__info .business-info {
		margin: 2rem 0 0;
	}
	.partner .container .partner__info .socials-wrapper {
		display: flex;
		flex-flow: row wrap;
		gap: 1.7rem;
		margin: 3rem 0;
	}
	.partner .container .partner__form {
		flex: 1 1 100%;
		margin-top: 3rem;
	}
}

@media (max-width: 576px) {
	.partner {
		margin: 120px 0;
	}
	.partner .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		position: relative;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
	}
	.partner .container .partner__info {
		align-items: center;
	}
	.partner .container .partner__info h1 {
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		text-align: center;
	}
	.partner .container .partner__info .pill {
		margin: 0 auto;
	}
	.partner .container .partner__info .sub-text {
		font-size: 15px;
		max-width: 100%;
		text-align: center;
	}
	.partner .container .partner__info .business-info {
		margin: 4rem 0 0;
	}
	.partner .container .partner__info .socials-wrapper {
		display: flex;
		flex-flow: row wrap;
		gap: 1.7rem;
		margin: 3rem 0;
	}
	.partner .container .partner__form {
		flex: 1 1 100%;
		margin-top: 0rem;
	}
	.partner .container .partner__form .form-wrapper {
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(11, 12, 16, 0.25);
		padding: 2rem 1rem 1rem;
		border-radius: 15px;
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.partner .container .partner__form .form-wrapper::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: linear-gradient(to bottom, rgba(15, 20, 32, 0.9) 70%, transparent 90%);
	}
	.partner .container .partner__form .form-wrapper form#partner-form {
		display: flex;
		flex-flow: column nowrap;
		position: relative;
		z-index: 9999;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row {
		margin: 8px 0;
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item {
		flex: 1 1 100%;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item label {
		display: flex;
		align-items: center;
		font-size: 14px;
		color: #ffffff;
		padding: 0rem;
		margin-bottom: 10px;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item label span {
		display: inline-block;
		color: #1daa91;
		font-weight: 600;
		margin-left: auto;
		background: linear-gradient(65deg, #26f7dd 50%, #00c2dd 70%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		width: fit-content;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item textarea {
		resize: none;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item input:not(#sociallinks),
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item textarea {
		width: 100%;
		border-radius: 10px;
		background-color: rgba(194, 208, 228, 0.15);
		box-shadow: none;
		border: 1px solid transparent;
		outline: none;
		font-size: 16px;
		padding: 1rem 0rem 1rem 1.25rem;
		transition: all 0.7s ease;
		color: #ffffff;
		color: #ffffff;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item input:not(#sociallinks)::placeholder,
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item textarea::placeholder {
		color: rgba(194, 208, 228, 0.5);
		font-size: inherit;
		font-weight: 400;
		letter-spacing: 0.1px;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item .sl__buffer {
		width: 100%;
		border-radius: 10px;
		background-color: #262e35;
		padding: 1rem 2rem;
		display: flex;
		align-items: center;
		gap: 10px;
		min-height: 68px;
		flex-flow: row wrap;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item .sl__buffer input {
		width: 100%;
		background: none;
		box-shadow: none;
		border: none;
		outline: none;
		font-size: 14px;
		padding: 0px;
		color: #ffffff;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item .sl__buffer input::placeholder {
		color: rgba(194, 208, 228, 0.5);
		font-size: inherit;
		font-weight: 400;
		letter-spacing: 0.1px;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item .sl__buffer .social-chip {
		flex: 0 0 auto;
		background-color: #ffffff;
		color: #101217;
		border-radius: 100px;
		padding: 3px 6px 3px 12px;
		font-size: 13px;
		display: flex;
		align-items: center;
		gap: 10px;
		font-weight: 600;
		user-select: none;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item .sl__buffer .social-chip img {
		cursor: pointer;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item.half {
		flex: 1 1 100%;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item button {
		margin-top: 1rem;
		background: #1daa91;
		color: #0b0c10;
		padding: 20px 50px;
		width: 100%;
		font-size: 18px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		outline: none;
		border: none;
		text-align: center;
		transition: all 0.6s ease-in-out;
		cursor: pointer;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-weight: 700;
	}
	.partner .container .partner__form .form-wrapper form#partner-form .form-row .form-item button:hover {
		opacity: 0.6;
	}
}

@property --color1 {
	syntax: "<color>";
	initial-value: #2cd9ff;
	inherits: false;
}

@property --color2 {
	syntax: "<color>";
	initial-value: #7effb2;
	inherits: false;
}

@property --color3 {
	syntax: "<color>";
	initial-value: #f4ff7a;
	inherits: false;
}

@property --color4 {
	syntax: "<color>";
	initial-value: #ffd80e;
	inherits: false;
}

@keyframes pulse {
	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}
	50% {
		opacity: 0.5;
		transform: scale(0.95);
	}
}

.support-header {
	text-align: center;
	width: 100%;
	padding: 80px 0 0px;
	background: url("../png/grid.png"), url("../png/grid-reversed.png");
	background-position: 104% 768px, 0% 1000px;
	background-repeat: no-repeat;
	padding: 40px 1.5rem 0px 1.5rem;
}

.support-header .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.support-header .container p {
	max-width: 700px;
	margin: 25px auto 0 auto;
	color: #68717f;
}

.support-header .container .pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
}

.support-header .container h1 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 80px;
	line-height: 100px;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

.support-header .container h1 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

.support-header .container .sub-text {
	color: rgba(194, 208, 228, 0.5);
	margin: 0 auto;
	font-weight: 600;
}

.support-header .container .sub-text a {
	color: #aad57a;
	text-decoration: none;
}

.support-header .container .action-wrapper {
	display: flex;
	gap: 1.5rem;
	flex-flow: row nowrap;
	margin: 3.5rem auto;
	max-width: 1200px;
}

.support-header .container .action-wrapper .single-action {
	flex: 1 1 0;
	border: 1px solid rgba(194, 208, 228, 0.4);
	background: rgba(194, 208, 228, 0.05);
	backdrop-filter: blur(20px);
	border-radius: 15px;
	padding: 2.5rem 1.5rem 1rem;
	text-align: left;
	display: flex;
	flex-flow: column nowrap;
	position: relative;
}

.support-header .container .action-wrapper .single-action::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.support-header .container .action-wrapper .single-action:hover {
	border: 1px solid transparent;
}

.support-header .container .action-wrapper .single-action:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.support-header .container .action-wrapper .single-action .sa__header h2 {
	font-size: 45px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 1rem;
}

.support-header .container .action-wrapper .single-action .sa__header h2 span {
	background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
	line-height: 1.2;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.support-header .container .action-wrapper .single-action .sa__text p {
	margin: 0 auto;
	color: rgba(194, 208, 228, 0.5);
	font-weight: 400;
}

.support-header .container .action-wrapper .single-action .sa__time {
	margin: 1.2rem 0;
	display: flex;
	gap: 10px;
	align-items: center;
}

.support-header .container .action-wrapper .single-action .sa__time .sat__icon img {
	vertical-align: middle;
}

.support-header .container .action-wrapper .single-action .sa__time .sat__text {
	color: #ffffff;
	line-height: 30px;
}

.support-header .container .action-wrapper .single-action .sa__btn {
	width: 100%;
	text-align: center;
	max-width: 100%;
	margin-top: auto;
}

.support-header .container .action-wrapper .single-action .sa__btn a#cta-btn {
	display: flex;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.support-header .container .questions-wrapper {
	display: flex;
	flex-flow: row wrap;
	margin: 7rem 0;
	text-align: left;
	min-height: 550px;
}

.support-header .container .questions-wrapper .qw__info {
	flex: 1 1 40%;
	height: 500px;
	display: flex;
	align-items: center;
}

.support-header .container .questions-wrapper .qw__info .qwi__header h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 60px;
	line-height: 1.1;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

.support-header .container .questions-wrapper .qw__info .qwi__header h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
	display: block;
}

.support-header .container .questions-wrapper .qw__info .qwi__text p {
	color: rgba(194, 208, 228, 0.5);
	font-weight: 400;
	max-width: 80%;
	margin: 0;
}

.support-header .container .questions-wrapper .qw__info .qwi__btn {
	width: 100%;
	max-width: 100%;
	margin: 25px auto 0 auto;
}

.support-header .container .questions-wrapper .qw__info .qwi__btn a {
	transition: all 0.5s ease-in-out;
	background: #1daa91;
	color: #fff;
	padding: 15px 30px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-weight: 600;
}

.support-header .container .questions-wrapper .qw__info .qwi__btn:hover a {
	opacity: 0.8;
}

.support-header .container .questions-wrapper .qw__questions {
	flex: 1 1 60%;
	display: flex;
	flex-flow: column nowrap;
}

.support-header .container .questions-wrapper .qw__questions #support-accordion .buffer {
	height: 0.7rem;
}

.support-header .container .questions-wrapper .qw__questions .qwq__single {
	background-color: #2b3643;
	border-radius: 10px;
	padding: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid transparent;
	position: relative;
	cursor: pointer;
	box-sizing: content-box;
	margin-bottom: 1rem;
}

.support-header .container .questions-wrapper .qw__questions .qwq__single.active .single__btn img {
	transform: rotate(180deg);
}

.support-header .container .questions-wrapper .qw__questions .qwq__single .single__q {
	color: #ffffff;
}

.support-header .container .questions-wrapper .qw__questions .qwq__single .single__btn {
	background-color: #ffffff;
	border-radius: 100px;
	height: 24px;
	width: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.support-header .container .questions-wrapper .qw__questions .qwq__single .single__btn img {
	transition: all 0.3s ease-in-out;
}

.support-header .container .questions-wrapper .qw__questions .qwq__single::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.support-header .container .questions-wrapper .qw__questions .qwq__single:hover {
	border: 1px solid transparent;
}

.support-header .container .questions-wrapper .qw__questions .qwq__single:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.support-header .container .questions-wrapper .qw__questions .qwq__single:hover .faq-button {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
}

.support-header .container .questions-wrapper .qw__questions .qwq__single:hover .faq-button img {
	opacity: 1;
}

.support-header .container .questions-wrapper .qw__questions .qwq__answer {
	padding: 1.8rem 1.8rem;
	background-color: rgba(194, 208, 228, 0.05);
	border-radius: 10px;
	color: #ffffff70;
	overflow: hidden;
	display: none;
	margin: 1rem 0;
}

.support-header .container .category-wrapper {
	margin: 4rem 0;
}

.support-header .container .category-wrapper .overflow-wrapper.faq_slider .slick-list {
	overflow: visible !important;
}

.support-header .container .category-wrapper .overflow-wrapper.faq_slider .slick-list .slick-track {
	display: flex !important;
	flex-flow: row nowrap;
}

.support-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category {
	border: 2px solid rgba(194, 208, 228, 0.15);
	min-height: 510px;
	flex: 1 0 420px;
	border-radius: 15px;
	padding: 3rem 2.5rem 2rem;
	display: flex;
	flex-flow: column;
	text-align: left;
	position: relative;
	transition: all 0.5s ease;
}

.support-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category a {
	text-decoration: none;
	display: flex;
	flex-flow: column nowrap;
	flex: 1 1 auto;
}

.support-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category[aria-hidden="true"] {
	transition: all 0.5s ease;
	opacity: 0.2;
}

.support-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category:not(:last-of-type) {
	margin-right: 1rem;
}

.support-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-count {
	font-weight: 600;
	color: #ffffff;
	font-size: 16px;
}

.support-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title {
	margin-top: auto;
}

.support-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title h2 {
	font-size: 45px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 1rem;
}

.support-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title h2 span {
	background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
	display: block;
	line-height: 1.2;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0 0 3px 0;
}

.support-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title p {
	margin: 0 auto;
	color: rgba(194, 208, 228, 0.5);
	font-weight: 500;
}

.support-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-button {
	align-self: flex-end;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1.5rem;
	border-radius: 100%;
	height: 53px;
	width: 53px;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: rgba(194, 208, 228, 0.25);
	--color2: rgba(194, 208, 228, 0.25);
	--color3: rgba(194, 208, 228, 0.25);
	--color4: rgba(194, 208, 228, 0.25);
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	cursor: pointer;
}

.support-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-button img {
	opacity: 0.5;
}

.support-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.support-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover {
	border: 2px solid transparent;
}

.support-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.support-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover .faq-button {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
}

.support-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover .faq-button img {
	opacity: 1;
}

.support-header .container .category-wrapper .category-controls {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 2rem 0;
}

.support-header .container .category-wrapper .category-controls .category-tracker .slick-dots {
	display: flex;
	margin: 0;
	gap: 10px;
	padding: 1rem 0;
	list-style-type: none;
	position: static;
	bottom: unset;
	text-align: unset;
}

.support-header .container .category-wrapper .category-controls .category-tracker .slick-dots li {
	position: static;
	display: unset;
	width: unset;
	height: unset;
	margin: unset;
	padding: unset;
	cursor: pointer;
}

.support-header .container .category-wrapper .category-controls .category-tracker .slick-dots li button {
	transition: all 0.3s ease-in-out;
	width: 30px;
	height: 5px;
	border-radius: 100px;
	background: rgba(194, 208, 228, 0.25);
}

.support-header .container .category-wrapper .category-controls .category-tracker .slick-dots li button::before {
	content: "";
}

.support-header .container .category-wrapper .category-controls .category-tracker .slick-dots li.slick-active button {
	width: 93px;
	background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
}

.support-header .container .category-wrapper .category-controls .category-buttons {
	display: flex;
	gap: 1.1rem;
}

.support-header .container .category-wrapper .category-controls .category-buttons div.slick-arrow {
	border-radius: 100%;
	display: flex;
	height: 38px;
	width: 38px;
	justify-content: center;
	align-items: center;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, transform 1s ease-in-out;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	cursor: pointer;
	user-select: none;
}

.support-header .container .category-wrapper .category-controls .category-buttons div.slick-arrow.slick-disabled {
	cursor: auto;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	--color1: rgba(194, 208, 228, 0.25);
	--color2: rgba(194, 208, 228, 0.25);
	--color3: rgba(194, 208, 228, 0.25);
	--color4: rgba(194, 208, 228, 0.25);
}

.support-header .container .action-wrapper-2 {
	display: flex;
	gap: 1.5rem;
	flex-flow: row nowrap;
	margin: 3.5rem auto;
}

.support-header .container .action-wrapper-2 .single-action {
	flex: 1 1 0;
	border: 1px solid rgba(194, 208, 228, 0.4);
	background: rgba(194, 208, 228, 0.05);
	backdrop-filter: blur(20px);
	border-radius: 15px;
	padding: 2.5rem 1.5rem 1rem;
	text-align: left;
	display: flex;
	flex-flow: column nowrap;
	min-height: 335px;
}

.support-header .container .action-wrapper-2 .single-action::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.support-header .container .action-wrapper-2 .single-action:hover {
	border: 1px solid transparent;
}

.support-header .container .action-wrapper-2 .single-action:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.support-header .container .action-wrapper-2 .single-action .sa__header h2 {
	font-size: 45px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 1rem;
}

.support-header .container .action-wrapper-2 .single-action .sa__header h2 span {
	background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
	line-height: 1.2;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: block;
}

.support-header .container .action-wrapper-2 .single-action .sa__text p {
	margin: 0 auto;
	color: rgba(194, 208, 228, 0.5);
	font-weight: 400;
}

.support-header .container .action-wrapper-2 .single-action .sa__btn {
	width: 100%;
	text-align: center;
	max-width: 100%;
	margin-top: auto;
}

.support-header .container .action-wrapper-2 .single-action .sa__btn a#cta-btn {
	display: flex;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

@media (max-width: 992px) {
	.support-header {
		padding: 40px 1.5rem 0px 1.5rem;
		background: url("../png/grid.png"), url("../png/grid-reversed.png");
		background-position: 0% 10%, 0% 50%;
		background-repeat: no-repeat;
	}
	.support-header .container .action-wrapper {
		flex-wrap: wrap;
	}
	.support-header .container .action-wrapper .single-action {
		flex: 1 1 0;
		min-height: 342px;
		border: 1px solid rgba(194, 208, 228, 0.4);
		background: rgba(194, 208, 228, 0.05);
		backdrop-filter: blur(20px);
		border-radius: 15px;
		padding: 2.5rem 1.5rem 1rem;
		text-align: left;
		display: flex;
		flex-flow: column nowrap;
	}
	.support-header .container .action-wrapper .single-action .sa__header h2 {
		font-size: 30px;
	}
	.support-header .container .action-wrapper .single-action .sa__text p {
		font-size: 15px;
	}
	.support-header .container .action-wrapper .single-action .sa__time .sat__icon {
		align-self: flex-start;
	}
	.support-header .container .action-wrapper .single-action .sa__time .sat__text {
		color: #ffffff;
		line-height: 1.4;
	}
	.support-header .container .questions-wrapper {
		display: flex;
		flex-flow: row wrap;
		margin: 0;
		padding: 40px 0;
		text-align: left;
		min-height: 550px;
	}
	.support-header .container .questions-wrapper .qw__info {
		flex: 1 1 100%;
		height: auto;
		display: flex;
		align-items: center;
		padding: 2rem 0;
	}
	.support-header .container .questions-wrapper .qw__questions {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
	}
	.support-header .container .questions-wrapper .qw__questions .qwq__single {
		background-color: #2b3643;
		border-radius: 10px;
		padding: 1.8rem;
		display: flex;
		align-items: center;
		gap: 7px;
		justify-content: space-between;
		border: 1px solid transparent;
		position: relative;
		cursor: pointer;
		box-sizing: content-box;
		margin-bottom: 1rem;
	}
	.support-header .container .questions-wrapper .qw__questions .qwq__single .single__btn {
		flex-shrink: 0;
	}
	.support-header .container .category-wrapper {
		margin: 4rem 0;
	}
	.support-header .container .category-wrapper .overflow-wrapper.faq_slider .slick-list {
		overflow: hidden !important;
	}
	.support-header .container .category-wrapper .overflow-wrapper.faq_slider .slick-list .slick-track {
		display: block !important;
	}
	.support-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category:not(:last-of-type) {
		margin-right: 1rem;
	}
}

@media (max-width: 768px) {
	.support-header {
		padding: 40px 1.5rem 0px 1.5rem;
		background: url("../png/grid.png"), url("../png/grid-reversed.png");
		background-position: 0% 10%, 0% 50%;
		background-repeat: no-repeat;
	}
	.support-header .container p {
		max-width: 700px;
		margin: 25px auto 0 auto;
		color: #68717f;
	}
	.support-header .container .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.support-header .container h1 {
		font-size: 60px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
	}
	.support-header .container .sub-text {
		font-size: 15px;
	}
	.support-header .container .action-wrapper {
		flex-wrap: wrap;
	}
	.support-header .container .action-wrapper .single-action {
		flex: 1 1 100%;
		min-height: 342px;
		border: 1px solid rgba(194, 208, 228, 0.4);
		background: rgba(194, 208, 228, 0.05);
		backdrop-filter: blur(20px);
		border-radius: 15px;
		padding: 2.5rem 1.5rem 1rem;
		text-align: left;
		display: flex;
		flex-flow: column nowrap;
	}
	.support-header .container .action-wrapper .single-action .sa__header h2 {
		font-size: 45px;
		color: #ffffff;
		font-weight: 700;
		line-height: 1;
		margin: 0 0 1rem;
	}
	.support-header .container .action-wrapper .single-action .sa__header h2 span {
		background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
		line-height: 1.2;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.support-header .container .action-wrapper .single-action .sa__text p {
		margin: 0 auto;
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
	}
	.support-header .container .action-wrapper .single-action .sa__time {
		margin: 1.2rem 0;
		display: flex;
		gap: 10px;
		align-items: center;
	}
	.support-header .container .action-wrapper .single-action .sa__time .sat__icon img {
		vertical-align: middle;
	}
	.support-header .container .action-wrapper .single-action .sa__time .sat__text {
		color: #ffffff;
		line-height: 30px;
	}
	.support-header .container .action-wrapper .single-action .sa__btn {
		width: 100%;
		text-align: center;
		max-width: 100%;
		margin-top: auto;
	}
	.support-header .container .action-wrapper .single-action .sa__btn a#cta-btn {
		display: flex;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	.support-header .container .questions-wrapper {
		display: flex;
		flex-flow: row wrap;
		margin: 0;
		padding: 40px 0;
		text-align: left;
		min-height: 550px;
	}
	.support-header .container .questions-wrapper .qw__info {
		flex: 1 1 100%;
		height: auto;
		display: flex;
		align-items: center;
		padding: 2rem 0;
	}
	.support-header .container .questions-wrapper .qw__info .qwi__header h2 {
		font-size: 40px;
		line-height: 1.2;
	}
	.support-header .container .questions-wrapper .qw__info .qwi__text p {
		max-width: 100%;
		font-size: 15px;
	}
	.support-header .container .questions-wrapper .qw__info .qwi__btn {
		width: 100%;
		max-width: 100%;
		margin: 25px auto 0 auto;
	}
	.support-header .container .questions-wrapper .qw__info .qwi__btn a {
		transition: all 0.5s ease-in-out;
		background: #1daa91;
		color: #fff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-weight: 600;
	}
	.support-header .container .questions-wrapper .qw__info .qwi__btn:hover a {
		opacity: 0.8;
	}
	.support-header .container .questions-wrapper .qw__questions {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
	}
	.support-header .container .questions-wrapper .qw__questions #support-accordion .buffer {
		height: 0.7rem;
	}
	.support-header .container .questions-wrapper .qw__questions .qwq__single {
		background-color: #2b3643;
		border-radius: 10px;
		padding: 1.8rem;
		display: flex;
		align-items: center;
		gap: 7px;
		justify-content: space-between;
		border: 1px solid transparent;
		position: relative;
		cursor: pointer;
		box-sizing: content-box;
		margin-bottom: 1rem;
	}
	.support-header .container .questions-wrapper .qw__questions .qwq__single.active .single__btn img {
		transform: rotate(180deg);
	}
	.support-header .container .questions-wrapper .qw__questions .qwq__single .single__q {
		color: #ffffff;
		font-size: 15px;
	}
	.support-header .container .questions-wrapper .qw__questions .qwq__single .single__btn {
		flex-shrink: 0;
		background-color: #ffffff;
		border-radius: 100px;
		height: 24px;
		width: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.support-header .container .questions-wrapper .qw__questions .qwq__single .single__btn img {
		transition: all 0.3s ease-in-out;
	}
	.support-header .container .questions-wrapper .qw__questions .qwq__answer {
		padding: 1.8rem 1.8rem;
		background-color: rgba(194, 208, 228, 0.05);
		border-radius: 10px;
		color: #ffffff70;
		overflow: hidden;
		display: none;
		margin: 1rem 0;
	}
	.support-header .container .category-wrapper {
		margin: 4rem 0;
	}
	.support-header .container .category-wrapper .overflow-wrapper.faq_slider .slick-list {
		overflow: hidden !important;
	}
	.support-header .container .category-wrapper .overflow-wrapper.faq_slider .slick-list .slick-track {
		display: block !important;
	}
	.support-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category:not(:last-of-type) {
		margin-right: 0rem;
	}
	.support-header .container .category-wrapper .category-controls {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		margin: 2rem 0;
	}
	.support-header .container .category-wrapper .category-controls .category-tracker .slick-dots {
		display: flex;
		margin: 0;
		gap: 6px;
		padding: 1rem 0;
		list-style-type: none;
		position: static;
		bottom: unset;
		text-align: unset;
	}
	.support-header .container .category-wrapper .category-controls .category-tracker .slick-dots li {
		position: static;
		display: unset;
		width: unset;
		height: unset;
		margin: unset;
		padding: unset;
		cursor: pointer;
	}
	.support-header .container .category-wrapper .category-controls .category-tracker .slick-dots li button {
		transition: all 0.3s ease-in-out;
		width: 20px;
		border-radius: 100px;
		background: rgba(194, 208, 228, 0.25);
		padding: 3px;
	}
	.support-header .container .category-wrapper .category-controls .category-tracker .slick-dots li button::before {
		content: "";
	}
	.support-header .container .category-wrapper .category-controls .category-tracker .slick-dots li.slick-active button {
		width: 35px;
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	}
}

@media (max-width: 576px) {
	.support-header {
		padding: 40px 1.5rem 0px 1.5rem;
		background: url("../png/grid.png");
		background-position: 0% 10%;
		background-repeat: no-repeat;
	}
	.support-header .container p {
		max-width: 700px;
		margin: 25px auto 0 auto;
		color: #68717f;
	}
	.support-header .container .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.support-header .container h1 {
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
	}
	.support-header .container .sub-text {
		font-size: 15px;
	}
	.support-header .container .action-wrapper {
		flex-wrap: wrap;
	}
	.support-header .container .action-wrapper .single-action {
		flex: 1 1 100%;
		min-height: 342px;
		border: 1px solid rgba(194, 208, 228, 0.4);
		background: rgba(194, 208, 228, 0.05);
		backdrop-filter: blur(20px);
		border-radius: 15px;
		padding: 2.5rem 1.5rem 1rem;
		text-align: left;
		display: flex;
		flex-flow: column nowrap;
	}
	.support-header .container .action-wrapper .single-action .sa__header h2 {
		font-size: 45px;
		color: #ffffff;
		font-weight: 700;
		line-height: 1;
		margin: 0 0 1rem;
	}
	.support-header .container .action-wrapper .single-action .sa__header h2 span {
		background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
		line-height: 1.2;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.support-header .container .action-wrapper .single-action .sa__text p {
		margin: 0 auto;
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
	}
	.support-header .container .action-wrapper .single-action .sa__time {
		margin: 1.2rem 0;
		display: flex;
		gap: 10px;
		align-items: center;
	}
	.support-header .container .action-wrapper .single-action .sa__time .sat__icon img {
		vertical-align: middle;
	}
	.support-header .container .action-wrapper .single-action .sa__time .sat__text {
		color: #ffffff;
		line-height: 30px;
	}
	.support-header .container .action-wrapper .single-action .sa__btn {
		width: 100%;
		text-align: center;
		max-width: 100%;
		margin-top: auto;
	}
	.support-header .container .action-wrapper .single-action .sa__btn a#cta-btn {
		display: flex;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	.support-header .container .questions-wrapper {
		display: flex;
		flex-flow: row wrap;
		margin: 0;
		padding: 40px 0;
		text-align: left;
		min-height: 550px;
	}
	.support-header .container .questions-wrapper .qw__info {
		flex: 1 1 100%;
		height: auto;
		display: flex;
		align-items: center;
		padding: 2rem 0;
	}
	.support-header .container .questions-wrapper .qw__info .qwi__header h2 {
		font-size: 40px;
		line-height: 1.2;
	}
	.support-header .container .questions-wrapper .qw__info .qwi__text p {
		max-width: 100%;
		font-size: 15px;
	}
	.support-header .container .questions-wrapper .qw__info .qwi__btn {
		width: 100%;
		max-width: 100%;
		margin: 25px auto 0 auto;
	}
	.support-header .container .questions-wrapper .qw__info .qwi__btn a {
		transition: all 0.5s ease-in-out;
		background: #1daa91;
		color: #fff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-weight: 600;
	}
	.support-header .container .questions-wrapper .qw__info .qwi__btn:hover a {
		opacity: 0.8;
	}
	.support-header .container .questions-wrapper .qw__questions {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
	}
	.support-header .container .questions-wrapper .qw__questions #support-accordion .buffer {
		height: 0.7rem;
	}
	.support-header .container .questions-wrapper .qw__questions .qwq__single {
		background-color: #2b3643;
		border-radius: 10px;
		padding: 1.8rem;
		display: flex;
		align-items: center;
		gap: 7px;
		justify-content: space-between;
		border: 1px solid transparent;
		position: relative;
		cursor: pointer;
		box-sizing: content-box;
		margin-bottom: 1rem;
	}
	.support-header .container .questions-wrapper .qw__questions .qwq__single.active .single__btn img {
		transform: rotate(180deg);
	}
	.support-header .container .questions-wrapper .qw__questions .qwq__single .single__q {
		color: #ffffff;
		font-size: 15px;
	}
	.support-header .container .questions-wrapper .qw__questions .qwq__single .single__btn {
		flex-shrink: 0;
		background-color: #ffffff;
		border-radius: 100px;
		height: 24px;
		width: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.support-header .container .questions-wrapper .qw__questions .qwq__single .single__btn img {
		transition: all 0.3s ease-in-out;
	}
	.support-header .container .questions-wrapper .qw__questions .qwq__answer {
		padding: 1.8rem 1.8rem;
		background-color: rgba(194, 208, 228, 0.05);
		border-radius: 10px;
		color: #ffffff70;
		overflow: hidden;
		display: none;
		margin: 1rem 0;
	}
	.support-header .container .category-wrapper {
		margin: 4rem 0;
	}
	.support-header .container .category-wrapper .overflow-wrapper.faq_slider .slick-list {
		overflow: hidden !important;
	}
	.support-header .container .category-wrapper .overflow-wrapper.faq_slider .slick-list .slick-track {
		display: block !important;
		padding-left: 2px;
	}
	.support-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category:not(:last-of-type) {
		margin-right: 2rem;
	}
	.support-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category[aria-hidden="true"] {
		opacity: 1;
	}
	.support-header .container .category-wrapper .category-controls {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		margin: 2rem 0;
	}
	.support-header .container .category-wrapper .category-controls .category-tracker .slick-dots {
		display: flex;
		margin: 0;
		gap: 6px;
		padding: 1rem 0;
		list-style-type: none;
		position: static;
		bottom: unset;
		text-align: unset;
	}
	.support-header .container .category-wrapper .category-controls .category-tracker .slick-dots li {
		position: static;
		display: unset;
		width: unset;
		height: unset;
		margin: unset;
		padding: unset;
		cursor: pointer;
	}
	.support-header .container .category-wrapper .category-controls .category-tracker .slick-dots li button {
		transition: all 0.3s ease-in-out;
		width: 20px;
		border-radius: 100px;
		background: rgba(194, 208, 228, 0.25);
		padding: 3px;
	}
	.support-header .container .category-wrapper .category-controls .category-tracker .slick-dots li button::before {
		content: "";
	}
	.support-header .container .category-wrapper .category-controls .category-tracker .slick-dots li.slick-active button {
		width: 35px;
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	}
}

@keyframes loading {
	0% {
		cy: 10;
	}
	25% {
		cy: 3;
	}
	50% {
		cy: 10;
	}
}

@property --color1 {
	syntax: "<color>";
	initial-value: #2cd9ff;
	inherits: false;
}

@property --color2 {
	syntax: "<color>";
	initial-value: #7effb2;
	inherits: false;
}

@property --color3 {
	syntax: "<color>";
	initial-value: #f4ff7a;
	inherits: false;
}

@property --color4 {
	syntax: "<color>";
	initial-value: #ffd80e;
	inherits: false;
}

@keyframes pulse {
	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}
	50% {
		opacity: 0.5;
		transform: scale(0.95);
	}
}

.expo-page {
	text-align: center;
	width: 100%;
	padding: 80px 0 0px;
	padding: 180px 1.5rem 180px 1.5rem;
}

.expo-page .container {
	padding: 7rem 0;
	border-radius: 15px;
	border: 1px solid rgba(194, 208, 228, 0.15);
	background: url("../png/gradient-bg-tailor.png"), url("../svg/tailor-grid.svg"), url("../svg/tailor-grid-rev.svg"), rgba(11, 12, 16, 0.25);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: center, right bottom, left top, center center;
	background-size: cover, auto, auto, cover;
	overflow: hidden;
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.expo-page .container .pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
}

.expo-page .container h1 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 80px;
	line-height: 100px;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

.expo-page .container h1 span {
	background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
	display: block;
}

.expo-page .container .sub-text {
	color: rgba(194, 208, 228, 0.5);
	margin: 0 auto;
	font-weight: 500;
	font-size: 24px;
}

.expo-page .container .sub-text a {
	color: #aad57a;
	text-decoration: none;
}

.expo-page .container .email-capture {
	position: relative;
	margin: 4rem auto 0.3rem;
}

.expo-page .container .email-capture #confetti-canvas-expo {
	position: absolute;
	right: 16%;
	bottom: -125px;
	width: 500px;
	height: 500px;
	pointer-events: none;
	z-index: 9999;
}

.expo-page .container .email-capture .subscribe-form {
	position: relative;
	position: relative;
	max-width: 700px;
	margin: 0 auto;
}

.expo-page .container .email-capture .subscribe-form form {
	background-color: rgba(255, 255, 255, 0.1);
	padding: 10px;
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}

.expo-page .container .email-capture .subscribe-form form input[type="email"] {
	background-color: transparent;
	outline: none;
	border: none;
	color: #c2d0e4;
	max-width: 85%;
	flex: 1 1 auto;
	padding: 15px 25px;
	font-weight: 400;
}

.expo-page .container .email-capture .subscribe-form form input[type="email"] ::placeholder {
	color: rgba(194, 208, 228, 0.4) !important;
}

.expo-page .container .email-capture .subscribe-form form button {
	background: #1daa91;
	color: #0b0c10;
	padding: 15px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: none;
	height: 67px;
	width: 205px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	position: relative;
	justify-content: center;
	overflow: hidden;
	cursor: pointer;
	transition: width 0.2s cubic-bezier(0.39, 1.86, 0.64, 1);
}

.expo-page .container .email-capture .subscribe-form form button .messageCont {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.expo-page .container .email-capture .subscribe-form form button.ready .readyMSG .button-text span {
	opacity: 1;
	transition: all 0.2s ease calc(var(--dr) + 600ms);
	transform: translate3d(0, 0, 0);
}

.expo-page .container .email-capture .subscribe-form form button.ready .readyMSG svg {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: transform 0.4s ease 600ms, opacity 0.3s linear 600ms;
}

.expo-page .container .email-capture .subscribe-form form button.loading {
	width: 160px;
	transition: width .3s ease 0.4s;
}

.expo-page .container .email-capture .subscribe-form form button.loading .loadingMSG {
	opacity: 1;
	transform: translate3d(-50%, -50%, 0);
}

.expo-page .container .email-capture .subscribe-form form button.loading .loadingMSG .loadingCircle {
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-name: loading;
}

.expo-page .container .email-capture .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(2) {
	animation-delay: 0.1s;
}

.expo-page .container .email-capture .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(3) {
	animation-delay: 0.2s;
}

.expo-page .container .email-capture .subscribe-form form button.success .successMSG .button-text span {
	opacity: 1;
	transition: all 0.2s ease calc(var(--d) + 700ms);
}

.expo-page .container .email-capture .subscribe-form form button.success .successMSG svg {
	opacity: 1;
	stroke-dashoffset: 0;
	transition: opacity 0.3s linear 300ms, stroke-dashoffset .3s ease-in-out 900ms;
}

.expo-page .container .email-capture .subscribe-form form button.error .errorMSG .button-text span {
	opacity: 1;
	transition: all 0.2s ease calc(var(--d) + 400ms);
}

.expo-page .container .email-capture .subscribe-form form button.error .errorMSG svg {
	opacity: 1;
	stroke-dashoffset: 0;
	transition: opacity 0.3s linear 300ms, stroke-dashoffset .3s ease-in-out 600ms;
}

.expo-page .container .email-capture .subscribe-form form button .readyMSG {
	flex: 0 0 auto;
	font-family: "Plus Jakarta Sans", sans-serif;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 8px;
}

.expo-page .container .email-capture .subscribe-form form button .readyMSG .button-text span {
	opacity: 0;
	display: inline-block;
	transform: translate3d(0, 20px, 0);
	transition: all 0.4s ease var(--d);
}

.expo-page .container .email-capture .subscribe-form form button .readyMSG svg {
	height: 18px;
	width: 18px;
	opacity: 0;
	transform: translate3d(0, 20px, 0);
	transition: transform 0.4s ease, opacity 0.3s linear;
}

.expo-page .container .email-capture .subscribe-form form button .loadingMSG {
	transform: translate3d(-50%, 50px, 0);
	transition: transform 0.3s cubic-bezier(0.22, 0, 0.41, -0.57), opacity 0.3s linear 0.3s;
	opacity: 0;
}

.expo-page .container .email-capture .subscribe-form form button .loadingMSG svg {
	fill: #0b0c10;
	margin: 0;
	width: 22px;
}

.expo-page .container .email-capture .subscribe-form form button .successMSG {
	flex: 0 0 auto;
	font-family: "Plus Jakarta Sans", sans-serif;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 8px;
}

.expo-page .container .email-capture .subscribe-form form button .successMSG .button-text span {
	opacity: 0;
	display: inline-block;
	transition: all 0.2s ease var(--dr);
}

.expo-page .container .email-capture .subscribe-form form button .successMSG svg {
	opacity: 0;
	height: 18px;
	width: 18px;
	stroke-dasharray: 30;
	stroke-dashoffset: 30;
	transition: transform 0.4s ease, opacity 0.3s linear, stroke-dashoffset .3s ease-in-out;
}

.expo-page .container .email-capture .subscribe-form form button .errorMSG {
	flex: 0 0 auto;
	font-family: "Plus Jakarta Sans", sans-serif;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 8px;
}

.expo-page .container .email-capture .subscribe-form form button .errorMSG .button-text span {
	opacity: 0;
	display: inline-block;
	transition: all 0.2s ease var(--dr);
}

.expo-page .container .email-capture .subscribe-form form button .errorMSG svg {
	opacity: 0;
	height: 18px;
	width: 18px;
	stroke-dasharray: 30;
	stroke-dashoffset: 30;
	transition: transform 0.4s ease, opacity 0.3s linear, stroke-dashoffset .3s ease-in-out;
}

.expo-page .container .email-capture .subscribe-form .subscribe-message {
	margin: 1rem 0;
	text-align: center;
	font-size: 16px;
	line-height: 1.2;
	opacity: 0;
	color: #c2d0e4;
	min-height: 40px;
}

.expo-page .container .email-capture .subscribe-form .subscribe-message p {
	margin: 0.7rem 0;
}

@media (min-width: 768px) and (max-width: 992px) {
	.expo-page {
		text-align: center;
		width: 100%;
		padding: 80px 0 0px;
		background: url("../png/grid.png"), url("../png/grid-reversed.png");
		background-position: 104% 768px, 0% 1000px;
		background-repeat: no-repeat;
		padding: 80px 1.5rem 80px 1.5rem;
	}
	.expo-page .container {
		padding: 5rem 1rem 1rem;
		border-radius: 15px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: url("../png/gradient-bg-tailor.png"), url("../svg/tailor-grid.svg"), url("../svg/tailor-grid-rev.svg"), rgba(11, 12, 16, 0.25);
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position: center, right bottom, left top, center center;
		background-size: cover, auto, auto, cover;
		overflow: hidden;
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
	}
	.expo-page .container .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.expo-page .container h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 72px;
		line-height: 1.4;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.expo-page .container h1 span {
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.expo-page .container .sub-text {
		color: rgba(194, 208, 228, 0.5);
		margin: 0 auto;
		font-weight: 500;
		font-size: 22px;
	}
	.expo-page .container .sub-text a {
		color: #aad57a;
		text-decoration: none;
	}
	.expo-page .container .email-capture {
		position: relative;
		margin: 3rem auto 0.3rem;
	}
	.expo-page .container .email-capture #confetti-canvas-expo {
		position: absolute;
		right: 10px;
		bottom: 0px;
		width: 205px;
		height: 205px;
		pointer-events: none;
		z-index: 9999;
		transform: scale(2);
	}
	.expo-page .container .email-capture .subscribe-form {
		position: relative;
		position: relative;
		max-width: 700px;
		margin: 0 auto;
	}
	.expo-page .container .email-capture .subscribe-form form {
		background-color: rgba(255, 255, 255, 0.1);
		padding: 10px;
		border-radius: 15px;
		display: flex;
		justify-content: space-between;
		position: relative;
		z-index: 10;
	}
	.expo-page .container .email-capture .subscribe-form form input[type="email"] {
		background-color: transparent;
		outline: none;
		border: none;
		color: #c2d0e4;
		max-width: 85%;
		flex: 1 1 auto;
		padding: 15px 25px;
		font-weight: 400;
	}
	.expo-page .container .email-capture .subscribe-form form input[type="email"] ::placeholder {
		color: rgba(194, 208, 228, 0.4) !important;
	}
	.expo-page .container .email-capture .subscribe-form form button {
		background: #1daa91;
		color: #0b0c10;
		padding: 15px 30px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		border: none;
		height: 67px;
		width: 205px;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		position: relative;
		justify-content: center;
		overflow: hidden;
		cursor: pointer;
		transition: width 0.2s cubic-bezier(0.39, 1.86, 0.64, 1);
	}
	.expo-page .container .email-capture .subscribe-form form button .messageCont {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate3d(-50%, -50%, 0);
	}
	.expo-page .container .email-capture .subscribe-form form button.ready .readyMSG .button-text span {
		opacity: 1;
		transition: all 0.2s ease calc(var(--dr) + 600ms);
		transform: translate3d(0, 0, 0);
	}
	.expo-page .container .email-capture .subscribe-form form button.ready .readyMSG svg {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition: transform 0.4s ease 600ms, opacity 0.3s linear 600ms;
	}
	.expo-page .container .email-capture .subscribe-form form button.loading {
		width: 160px;
		transition: width .3s ease 0.4s;
	}
	.expo-page .container .email-capture .subscribe-form form button.loading .loadingMSG {
		opacity: 1;
		transform: translate3d(-50%, -50%, 0);
	}
	.expo-page .container .email-capture .subscribe-form form button.loading .loadingMSG .loadingCircle {
		animation-duration: 1s;
		animation-iteration-count: infinite;
		animation-name: loading;
	}
	.expo-page .container .email-capture .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(2) {
		animation-delay: 0.1s;
	}
	.expo-page .container .email-capture .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(3) {
		animation-delay: 0.2s;
	}
	.expo-page .container .email-capture .subscribe-form form button.success .successMSG .button-text span {
		opacity: 1;
		transition: all 0.2s ease calc(var(--d) + 700ms);
	}
	.expo-page .container .email-capture .subscribe-form form button.success .successMSG svg {
		opacity: 1;
		stroke-dashoffset: 0;
		transition: opacity 0.3s linear 300ms, stroke-dashoffset .3s ease-in-out 900ms;
	}
	.expo-page .container .email-capture .subscribe-form form button.error .errorMSG .button-text span {
		opacity: 1;
		transition: all 0.2s ease calc(var(--d) + 400ms);
	}
	.expo-page .container .email-capture .subscribe-form form button.error .errorMSG svg {
		opacity: 1;
		stroke-dashoffset: 0;
		transition: opacity 0.3s linear 300ms, stroke-dashoffset .3s ease-in-out 600ms;
	}
	.expo-page .container .email-capture .subscribe-form form button .readyMSG {
		flex: 0 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 700;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 8px;
	}
	.expo-page .container .email-capture .subscribe-form form button .readyMSG .button-text span {
		opacity: 0;
		display: inline-block;
		transform: translate3d(0, 20px, 0);
		transition: all 0.4s ease var(--d);
	}
	.expo-page .container .email-capture .subscribe-form form button .readyMSG svg {
		height: 18px;
		width: 18px;
		opacity: 0;
		transform: translate3d(0, 20px, 0);
		transition: transform 0.4s ease, opacity 0.3s linear;
	}
	.expo-page .container .email-capture .subscribe-form form button .loadingMSG {
		transform: translate3d(-50%, 50px, 0);
		transition: transform 0.3s cubic-bezier(0.22, 0, 0.41, -0.57), opacity 0.3s linear 0.3s;
		opacity: 0;
	}
	.expo-page .container .email-capture .subscribe-form form button .loadingMSG svg {
		fill: #0b0c10;
		margin: 0;
		width: 22px;
	}
	.expo-page .container .email-capture .subscribe-form form button .successMSG {
		flex: 0 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 700;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 8px;
	}
	.expo-page .container .email-capture .subscribe-form form button .successMSG .button-text span {
		opacity: 0;
		display: inline-block;
		transition: all 0.2s ease var(--dr);
	}
	.expo-page .container .email-capture .subscribe-form form button .successMSG svg {
		opacity: 0;
		height: 18px;
		width: 18px;
		stroke-dasharray: 30;
		stroke-dashoffset: 30;
		transition: transform 0.4s ease, opacity 0.3s linear, stroke-dashoffset .3s ease-in-out;
	}
	.expo-page .container .email-capture .subscribe-form form button .errorMSG {
		flex: 0 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 700;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 8px;
	}
	.expo-page .container .email-capture .subscribe-form form button .errorMSG .button-text span {
		opacity: 0;
		display: inline-block;
		transition: all 0.2s ease var(--dr);
	}
	.expo-page .container .email-capture .subscribe-form form button .errorMSG svg {
		opacity: 0;
		height: 18px;
		width: 18px;
		stroke-dasharray: 30;
		stroke-dashoffset: 30;
		transition: transform 0.4s ease, opacity 0.3s linear, stroke-dashoffset .3s ease-in-out;
	}
	.expo-page .container .email-capture .subscribe-form .subscribe-message {
		text-align: center;
		line-height: 16px;
		opacity: 0;
		color: rgba(194, 208, 228, 0.8);
	}
	.expo-page .container .email-capture .subscribe-form .subscribe-message p {
		margin: 0.7rem 0;
	}
}

@media (min-width: 640px) and (max-width: 768px) {
	.expo-page {
		text-align: center;
		width: 100%;
		padding: 80px 0 0px;
		background: url("../png/grid.png"), url("../png/grid-reversed.png");
		background-position: 104% 768px, 0% 1000px;
		background-repeat: no-repeat;
		padding: 80px 1.5rem 80px 1.5rem;
	}
	.expo-page .container {
		padding: 5rem 1rem 1rem;
		border-radius: 15px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: url("../png/gradient-bg-tailor.png"), url("../svg/tailor-grid.svg"), url("../svg/tailor-grid-rev.svg"), rgba(11, 12, 16, 0.25);
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position: center, right bottom, left top, center center;
		background-size: cover, auto, auto, cover;
		overflow: hidden;
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
	}
	.expo-page .container .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.expo-page .container h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 52px;
		line-height: 1.4;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.expo-page .container h1 span {
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.expo-page .container .sub-text {
		color: rgba(194, 208, 228, 0.5);
		margin: 0 auto;
		font-weight: 500;
		font-size: 22px;
	}
	.expo-page .container .sub-text a {
		color: #aad57a;
		text-decoration: none;
	}
	.expo-page .container .email-capture {
		position: relative;
		margin: 3rem auto 0.3rem;
	}
	.expo-page .container .email-capture #confetti-canvas-expo {
		position: absolute;
		right: 10px;
		bottom: 0px;
		width: 205px;
		height: 205px;
		pointer-events: none;
		z-index: 9999;
		transform: scale(2);
	}
	.expo-page .container .email-capture .subscribe-form {
		position: relative;
		position: relative;
		max-width: 700px;
		margin: 0 auto;
	}
	.expo-page .container .email-capture .subscribe-form form {
		background-color: rgba(255, 255, 255, 0.1);
		padding: 10px;
		border-radius: 15px;
		display: flex;
		justify-content: space-between;
		position: relative;
		z-index: 10;
	}
	.expo-page .container .email-capture .subscribe-form form input[type="email"] {
		background-color: transparent;
		outline: none;
		border: none;
		color: #c2d0e4;
		max-width: 85%;
		flex: 1 1 auto;
		padding: 15px 25px;
		font-weight: 400;
	}
	.expo-page .container .email-capture .subscribe-form form input[type="email"] ::placeholder {
		color: rgba(194, 208, 228, 0.4) !important;
	}
	.expo-page .container .email-capture .subscribe-form form button {
		background: #1daa91;
		color: #0b0c10;
		padding: 15px 30px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		border: none;
		height: 67px;
		width: 205px;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		position: relative;
		justify-content: center;
		overflow: hidden;
		cursor: pointer;
		transition: width 0.2s cubic-bezier(0.39, 1.86, 0.64, 1);
	}
	.expo-page .container .email-capture .subscribe-form form button .messageCont {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate3d(-50%, -50%, 0);
	}
	.expo-page .container .email-capture .subscribe-form form button.ready .readyMSG .button-text span {
		opacity: 1;
		transition: all 0.2s ease calc(var(--dr) + 600ms);
		transform: translate3d(0, 0, 0);
	}
	.expo-page .container .email-capture .subscribe-form form button.ready .readyMSG svg {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition: transform 0.4s ease 600ms, opacity 0.3s linear 600ms;
	}
	.expo-page .container .email-capture .subscribe-form form button.loading {
		width: 160px;
		transition: width .3s ease 0.4s;
	}
	.expo-page .container .email-capture .subscribe-form form button.loading .loadingMSG {
		opacity: 1;
		transform: translate3d(-50%, -50%, 0);
	}
	.expo-page .container .email-capture .subscribe-form form button.loading .loadingMSG .loadingCircle {
		animation-duration: 1s;
		animation-iteration-count: infinite;
		animation-name: loading;
	}
	.expo-page .container .email-capture .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(2) {
		animation-delay: 0.1s;
	}
	.expo-page .container .email-capture .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(3) {
		animation-delay: 0.2s;
	}
	.expo-page .container .email-capture .subscribe-form form button.success .successMSG .button-text span {
		opacity: 1;
		transition: all 0.2s ease calc(var(--d) + 700ms);
	}
	.expo-page .container .email-capture .subscribe-form form button.success .successMSG svg {
		opacity: 1;
		stroke-dashoffset: 0;
		transition: opacity 0.3s linear 300ms, stroke-dashoffset .3s ease-in-out 900ms;
	}
	.expo-page .container .email-capture .subscribe-form form button.error .errorMSG .button-text span {
		opacity: 1;
		transition: all 0.2s ease calc(var(--d) + 400ms);
	}
	.expo-page .container .email-capture .subscribe-form form button.error .errorMSG svg {
		opacity: 1;
		stroke-dashoffset: 0;
		transition: opacity 0.3s linear 300ms, stroke-dashoffset .3s ease-in-out 600ms;
	}
	.expo-page .container .email-capture .subscribe-form form button .readyMSG {
		flex: 0 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 700;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 8px;
	}
	.expo-page .container .email-capture .subscribe-form form button .readyMSG .button-text span {
		opacity: 0;
		display: inline-block;
		transform: translate3d(0, 20px, 0);
		transition: all 0.4s ease var(--d);
	}
	.expo-page .container .email-capture .subscribe-form form button .readyMSG svg {
		height: 18px;
		width: 18px;
		opacity: 0;
		transform: translate3d(0, 20px, 0);
		transition: transform 0.4s ease, opacity 0.3s linear;
	}
	.expo-page .container .email-capture .subscribe-form form button .loadingMSG {
		transform: translate3d(-50%, 50px, 0);
		transition: transform 0.3s cubic-bezier(0.22, 0, 0.41, -0.57), opacity 0.3s linear 0.3s;
		opacity: 0;
	}
	.expo-page .container .email-capture .subscribe-form form button .loadingMSG svg {
		fill: #0b0c10;
		margin: 0;
		width: 22px;
	}
	.expo-page .container .email-capture .subscribe-form form button .successMSG {
		flex: 0 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 700;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 8px;
	}
	.expo-page .container .email-capture .subscribe-form form button .successMSG .button-text span {
		opacity: 0;
		display: inline-block;
		transition: all 0.2s ease var(--dr);
	}
	.expo-page .container .email-capture .subscribe-form form button .successMSG svg {
		opacity: 0;
		height: 18px;
		width: 18px;
		stroke-dasharray: 30;
		stroke-dashoffset: 30;
		transition: transform 0.4s ease, opacity 0.3s linear, stroke-dashoffset .3s ease-in-out;
	}
	.expo-page .container .email-capture .subscribe-form form button .errorMSG {
		flex: 0 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 700;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 8px;
	}
	.expo-page .container .email-capture .subscribe-form form button .errorMSG .button-text span {
		opacity: 0;
		display: inline-block;
		transition: all 0.2s ease var(--dr);
	}
	.expo-page .container .email-capture .subscribe-form form button .errorMSG svg {
		opacity: 0;
		height: 18px;
		width: 18px;
		stroke-dasharray: 30;
		stroke-dashoffset: 30;
		transition: transform 0.4s ease, opacity 0.3s linear, stroke-dashoffset .3s ease-in-out;
	}
	.expo-page .container .email-capture .subscribe-form .subscribe-message {
		text-align: center;
		line-height: 16px;
		opacity: 0;
		color: rgba(194, 208, 228, 0.8);
	}
	.expo-page .container .email-capture .subscribe-form .subscribe-message p {
		margin: 0.7rem 0;
	}
}

@media (max-width: 640px) {
	.expo-page {
		text-align: center;
		width: 100%;
		padding: 80px 0 0px;
		background: url("../png/grid.png"), url("../png/grid-reversed.png");
		background-position: 104% 768px, 0% 1000px;
		background-repeat: no-repeat;
		padding: 40px 1.5rem 0px 1.5rem;
		margin-bottom: -40px;
	}
	.expo-page .container {
		padding: 4rem 0 0rem;
		border-radius: 15px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: url("../png/gradient-bg-tailor.png"), url("../svg/tailor-grid.svg"), url("../svg/tailor-grid-rev.svg"), rgba(11, 12, 16, 0.25);
		background-repeat: no-repeat, no-repeat, no-repeat;
		background-position: center, right bottom, left top, center center;
		background-size: cover, auto, auto, cover;
		overflow: hidden;
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
	}
	.expo-page .container .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 15px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.expo-page .container h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.4;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.expo-page .container h1 span {
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
	}
	.expo-page .container .sub-text {
		color: rgba(194, 208, 228, 0.5);
		margin: 0 auto;
		font-weight: 500;
		font-size: 16px;
	}
	.expo-page .container .sub-text a {
		color: #aad57a;
		text-decoration: none;
	}
	.expo-page .container .email-capture {
		position: relative;
		margin: 3rem auto 0.3rem;
		padding: 0 1rem;
	}
	.expo-page .container .email-capture #confetti-canvas-expo {
		position: absolute;
		right: 0;
		left: 0;
		bottom: -125px;
		width: 100%;
		height: 500px;
		pointer-events: none;
		z-index: 9999;
	}
	.expo-page .container .email-capture .subscribe-form {
		max-width: 100%;
	}
	.expo-page .container .email-capture .subscribe-form form {
		background-color: transparent;
		padding: 0px;
		border-radius: 15px;
		display: flex;
		flex-wrap: wrap;
		gap: 0.5rem;
	}
	.expo-page .container .email-capture .subscribe-form form input[type="email"] {
		background-color: #30343d;
		border-radius: 10px;
		outline: none;
		color: #c2d0e4;
		max-width: 100%;
		flex: 1 1 auto;
		padding: 20px 25px;
		font-size: 15px;
	}
	.expo-page .container .email-capture .subscribe-form form button {
		flex: 1 0 100%;
	}
}

@property --color1 {
	syntax: "<color>";
	initial-value: #2cd9ff;
	inherits: false;
}

@property --color2 {
	syntax: "<color>";
	initial-value: #7effb2;
	inherits: false;
}

@property --color3 {
	syntax: "<color>";
	initial-value: #f4ff7a;
	inherits: false;
}

@property --color4 {
	syntax: "<color>";
	initial-value: #ffd80e;
	inherits: false;
}

@property --gradientAngle {
	syntax: "<angle>";
	initial-value: 90deg;
	inherits: false;
}

@keyframes pulse {
	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}
	50% {
		opacity: 0.5;
		transform: scale(0.95);
	}
}

.programs-header {
	text-align: center;
	width: 100%;
	padding: 40px 1.5rem 0px 1.5rem;
	background: url("../grid.html");
	background-position: 100% 190%;
	background-repeat: no-repeat;
}

.programs-header .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.programs-header .container p {
	max-width: 700px;
	margin: 25px auto 0 auto;
	color: #68717f;
}

.programs-header .container .pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
}

.programs-header .container h1 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 80px;
	line-height: 1.1;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

.programs-header .container h1 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
	display: block;
}

.programs-header .container .sub-text {
	color: rgba(194, 208, 228, 0.5);
	margin: 0 auto;
	font-weight: 600;
	max-width: 50%;
}

.programs-header .container .sub-text a {
	color: #aad57a;
	text-decoration: none;
}

.programs-header .container .action-wrapper {
	display: flex;
	gap: 1rem;
	flex-flow: row nowrap;
	margin: 5rem auto 8rem;
	max-width: 100%;
}

.programs-header .container .action-wrapper .single-action {
	border: 2px solid rgba(194, 208, 228, 0.15);
	min-height: 500px;
	flex: 1 0 300px;
	border-radius: 15px;
	padding: 2rem 2rem 2rem;
	display: flex;
	flex-flow: column;
	text-align: left;
	position: relative;
	transition: all 0.5s ease;
}

.programs-header .container .action-wrapper .single-action a {
	text-decoration: none;
	display: flex;
	flex-flow: column nowrap;
	flex: 1 1 auto;
}

.programs-header .container .action-wrapper .single-action[aria-hidden="true"] {
	transition: all 0.5s ease;
	opacity: 0.2;
}

.programs-header .container .action-wrapper .single-action:not(:last-of-type) {
	margin-right: 0rem;
}

.programs-header .container .action-wrapper .single-action .action-count {
	font-weight: 600;
	color: #ffffff;
	font-size: 16px;
}

.programs-header .container .action-wrapper .single-action .action-title {
	margin-top: auto;
}

.programs-header .container .action-wrapper .single-action .action-title h2 {
	font-size: 45px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 1rem;
}

.programs-header .container .action-wrapper .single-action .action-title h2 span {
	background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
	display: block;
	line-height: 1.2;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0 0 3px 0;
}

.programs-header .container .action-wrapper .single-action .action-title p {
	margin: 0rem auto 1rem;
	color: rgba(194, 208, 228, 0.5);
	font-weight: 500;
}

.programs-header .container .action-wrapper .single-action .action-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1.5rem;
}

.programs-header .container .action-wrapper .single-action .action-footer .action-label {
	color: rgba(194, 208, 228, 0.5);
	transition: all 0.6s ease-in-out;
	font-weight: 600;
}

.programs-header .container .action-wrapper .single-action .action-footer .action-button {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	height: 53px;
	width: 53px;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: rgba(194, 208, 228, 0.25);
	--color2: rgba(194, 208, 228, 0.25);
	--color3: rgba(194, 208, 228, 0.25);
	--color4: rgba(194, 208, 228, 0.25);
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	cursor: pointer;
}

.programs-header .container .action-wrapper .single-action .action-footer .action-button img {
	opacity: 0.5;
}

.programs-header .container .action-wrapper .single-action::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
	background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.programs-header .container .action-wrapper .single-action:hover {
	border: 2px solid transparent;
}

.programs-header .container .action-wrapper .single-action:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	--gradientAngle: 1000deg;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, --gradientAngle 3s;
	background: linear-gradient(var(--gradientAngle), var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.programs-header .container .action-wrapper .single-action:hover .action-footer .action-label {
	color: #c2d0e4;
}

.programs-header .container .action-wrapper .single-action:hover .action-footer .action-button {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
}

.programs-header .container .action-wrapper .single-action:hover .action-footer .action-button img {
	opacity: 1;
}

.programs-header .container .category-wrapper {
	margin: 4rem 0;
}

.programs-header .container .category-wrapper .overflow-wrapper.faq_slider .slick-list {
	overflow: visible !important;
}

.programs-header .container .category-wrapper .overflow-wrapper.faq_slider .slick-list .slick-track {
	display: flex !important;
	flex-flow: row nowrap;
}

.programs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category {
	border: 2px solid rgba(194, 208, 228, 0.15);
	min-height: 510px;
	flex: 1 0 420px;
	border-radius: 15px;
	padding: 3rem 2.5rem 2rem;
	display: flex;
	flex-flow: column;
	text-align: left;
	position: relative;
	transition: all 0.5s ease;
}

.programs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category a {
	text-decoration: none;
	display: flex;
	flex-flow: column nowrap;
	flex: 1 1 auto;
}

.programs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category[aria-hidden="true"] {
	transition: all 0.5s ease;
	opacity: 0.2;
}

.programs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category:not(:last-of-type) {
	margin-right: 1rem;
}

.programs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-count {
	font-weight: 600;
	color: #ffffff;
	font-size: 16px;
}

.programs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title {
	margin-top: auto;
}

.programs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title h2 {
	font-size: 45px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 1rem;
}

.programs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title h2 span {
	background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
	display: block;
	line-height: 1.2;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0 0 3px 0;
}

.programs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title p {
	margin: 0 auto;
	color: rgba(194, 208, 228, 0.5);
	font-weight: 500;
}

.programs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-button {
	align-self: flex-end;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1.5rem;
	border-radius: 100%;
	height: 53px;
	width: 53px;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: rgba(194, 208, 228, 0.25);
	--color2: rgba(194, 208, 228, 0.25);
	--color3: rgba(194, 208, 228, 0.25);
	--color4: rgba(194, 208, 228, 0.25);
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	cursor: pointer;
}

.programs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-button img {
	opacity: 0.5;
}

.programs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.programs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover {
	border: 2px solid transparent;
}

.programs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.programs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover .faq-button {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
}

.programs-header .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover .faq-button img {
	opacity: 1;
}

@media (max-width: 1400px) {
	.programs-header .container .action-wrapper {
		flex-flow: row wrap;
	}
	.programs-header .container .action-wrapper .single-action {
		flex: 1 0 45%;
	}
}

@media (max-width: 992px) {
	.programs-header {
		background: unset;
	}
	.programs-header .container .action-wrapper {
		flex-flow: row wrap;
	}
}

@media (max-width: 768px) {
	.programs-header .container p {
		margin: 25px auto 0 auto;
		color: #68717f;
	}
	.programs-header .container .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.programs-header .container h1 {
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
	}
	.programs-header .container .sub-text {
		font-size: 15px;
		max-width: 100%;
	}
	.programs-header .container .action-wrapper {
		flex-flow: row wrap;
		margin: 4rem auto;
	}
	.programs-header .container .action-wrapper .single-action {
		flex: 1 0 100%;
		border-radius: 15px;
		padding: 2rem 2rem 1rem;
	}
}

.contact-header {
	padding: 80px 1.5rem 0px 1.5rem;
	width: 100%;
	margin: 5rem 0 16rem;
}

.contact-header .container {
	max-width: 1255px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.contact-header .container .contact-left {
	flex: 1 1 45%;
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
}

.contact-header .container .contact-left .pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
}

.contact-header .container .contact-left h1 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 80px;
	line-height: 1.1;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

.contact-header .container .contact-left h1 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

.contact-header .container .contact-left .sub-text {
	color: rgba(194, 208, 228, 0.5);
	font-weight: 500;
	margin: 0;
	max-width: 80%;
}

.contact-header .container .contact-left .sub-text a {
	color: #aad57a;
	text-decoration: none;
}

.contact-header .container .contact-left .business-info {
	display: flex;
	flex-flow: column nowrap;
	gap: 2rem;
	margin: 4rem 0;
}

.contact-header .container .contact-left .business-info .single-info {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 1.7rem;
}

.contact-header .container .contact-left .business-info .single-info .icon {
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contact-header .container .contact-left .business-info .single-info .text .top-text {
	background: linear-gradient(65deg, #26f7dd 30%, #00c2dd 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 700;
	width: fit-content;
}

.contact-header .container .contact-left .business-info .single-info .text .bottom-text {
	color: rgba(194, 208, 228, 0.5);
}

.contact-header .container .contact-left .business-info .single-info .text .bottom-text a {
	text-decoration: none;
	color: inherit;
	transition: all 0.5s ease;
}

.contact-header .container .contact-left .business-info .single-info .text .bottom-text a:hover {
	opacity: 0.8;
}

.contact-header .container .contact-left .socials-wrapper {
	display: flex;
	flex-flow: row wrap;
	gap: 1.7rem;
}

.contact-header .container .contact-left .socials-wrapper .single-social {
	background: rgba(194, 208, 228, 0.15);
	height: 48px;
	width: 48px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease-in-out;
}

.contact-header .container .contact-left .socials-wrapper .single-social svg stop {
	transition: all 0.6s ease-in-out;
}

.contact-header .container .contact-left .socials-wrapper .single-social#facebook-link svg {
	fill: url(#fb-gradient-c) white;
}

.contact-header .container .contact-left .socials-wrapper .single-social#twitter-link svg {
	fill: url(#twitter-gradient-c) white;
}

.contact-header .container .contact-left .socials-wrapper .single-social#youtube-link svg {
	fill: url(#youtube-gradient-c) white;
}

.contact-header .container .contact-left .socials-wrapper .single-social#discord-link svg {
	fill: url(#discord-gradient-c) white;
}

.contact-header .container .contact-left .socials-wrapper .single-social#instagram-link svg {
	fill: url(#instagram-gradient-c) white;
}

.contact-header .container .contact-left .socials-wrapper .single-social#telegram-link svg {
	fill: url(#telegram-gradient-c) white;
}

.contact-header .container .contact-left .socials-wrapper .single-social#tiktok-link {
	display: flex;
	position: relative;
}

.contact-header .container .contact-left .socials-wrapper .single-social#tiktok-link svg {
	transition: all 0.2s ease;
}

.contact-header .container .contact-left .socials-wrapper .single-social#tiktok-link svg path {
	transition: inherit;
}

.contact-header .container .contact-left .socials-wrapper .single-social#tiktok-link svg:first-child {
	position: absolute;
	left: -2px;
	top: 6px;
	width: 100%;
	z-index: 9999;
	fill: transparent;
}

.contact-header .container .contact-left .socials-wrapper .single-social#tiktok-link svg:last-child {
	fill: #ffffff;
}

.contact-header .container .contact-left .socials-wrapper .single-social:hover#facebook-link svg stop:first-child {
	stop-color: #17aafd;
}

.contact-header .container .contact-left .socials-wrapper .single-social:hover#facebook-link svg stop:last-child {
	stop-color: #0165e2;
}

.contact-header .container .contact-left .socials-wrapper .single-social:hover#twitter-link svg stop:first-child {
	stop-color: #3bb1fa;
}

.contact-header .container .contact-left .socials-wrapper .single-social:hover#twitter-link svg stop:last-child {
	stop-color: #1da1f2;
}

.contact-header .container .contact-left .socials-wrapper .single-social:hover#youtube-link svg stop {
	stop-color: #ff0700;
}

.contact-header .container .contact-left .socials-wrapper .single-social:hover#discord-link svg stop {
	stop-color: #5865f2;
}

.contact-header .container .contact-left .socials-wrapper .single-social:hover#telegram-link svg stop {
	stop-color: #3bb1fa;
}

.contact-header .container .contact-left .socials-wrapper .single-social:hover#telegram-link svg stop:first-child {
	stop-color: #3bb1fa;
}

.contact-header .container .contact-left .socials-wrapper .single-social:hover#telegram-link svg stop:last-child {
	stop-color: #3bb1fa;
}

.contact-header .container .contact-left .socials-wrapper .single-social:hover#instagram-link svg stop:first-child {
	stop-color: #feda75;
}

.contact-header .container .contact-left .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(2) {
	stop-color: #fa7e1e;
}

.contact-header .container .contact-left .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(3) {
	stop-color: #d62976;
}

.contact-header .container .contact-left .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(4) {
	stop-color: #962fbf;
}

.contact-header .container .contact-left .socials-wrapper .single-social:hover#instagram-link svg stop:last-child {
	stop-color: #4f5bd5;
}

.contact-header .container .contact-left .socials-wrapper .single-social:hover#tiktok-link svg:first-child {
	fill: #69c9d0;
}

.contact-header .container .contact-left .socials-wrapper .single-social:hover#tiktok-link svg:last-child {
	fill: #ee1d52;
}

.contact-header .container .contact-right {
	flex: 1 1 55%;
	display: flex;
	justify-content: center;
}

.contact-header .container .contact-right .contact-wrapper {
	border: 1px solid rgba(194, 208, 228, 0.15);
	background: rgba(11, 12, 16, 0.25);
	padding: 2.5rem;
	border-radius: 15px;
	width: 85%;
}

.contact-header .container .contact-right .contact-wrapper .contact-heading {
	border-bottom: 1px solid rgba(194, 208, 228, 0.15);
	padding: 0 0 2rem 0;
	margin-bottom: 2rem;
	text-align: center;
}

.contact-header .container .contact-right .contact-wrapper .contact-heading h3 {
	font-size: 30px;
	line-height: 1.1;
	color: #ffffff;
	margin: 0;
}

.contact-header .container .contact-right .contact-wrapper form#main-contact-form {
	display: flex;
	flex-flow: column nowrap;
}

.contact-header .container .contact-right .contact-wrapper form#main-contact-form .form-row {
	margin: 8px 0;
	display: flex;
	flex-flow: row wrap;
	gap: 1rem;
}

.contact-header .container .contact-right .contact-wrapper form#main-contact-form .form-row .form-item {
	flex: 1 1 100%;
}

.contact-header .container .contact-right .contact-wrapper form#main-contact-form .form-row .form-item label {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #ffffff;
	padding: 0rem;
	margin-bottom: 10px;
}

.contact-header .container .contact-right .contact-wrapper form#main-contact-form .form-row .form-item label span {
	display: inline-block;
	color: #1daa91;
	font-weight: 600;
	margin-left: auto;
}

.contact-header .container .contact-right .contact-wrapper form#main-contact-form .form-row .form-item textarea {
	resize: none;
}

.contact-header .container .contact-right .contact-wrapper form#main-contact-form .form-row .form-item input,
.contact-header .container .contact-right .contact-wrapper form#main-contact-form .form-row .form-item textarea {
	width: 100%;
	border-radius: 10px;
	background-color: rgba(194, 208, 228, 0.15);
	box-shadow: none;
	border: none;
	outline: none;
	font-size: 14px;
	padding: 1rem 2rem;
	color: #ffffff;
}

.contact-header .container .contact-right .contact-wrapper form#main-contact-form .form-row .form-item input::placeholder,
.contact-header .container .contact-right .contact-wrapper form#main-contact-form .form-row .form-item textarea::placeholder {
	color: rgba(194, 208, 228, 0.5);
	font-size: inherit;
	font-weight: 400;
	letter-spacing: 0.1px;
}

.contact-header .container .contact-right .contact-wrapper form#main-contact-form .form-row .form-item.half {
	flex: 1 1 0;
}

.contact-header .container .contact-right .contact-wrapper form#main-contact-form .form-row .form-item button {
	margin-top: 1rem;
	background: #1daa91;
	color: #ffffff;
	padding: 20px 50px;
	width: 100%;
	font-size: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	outline: none;
	border: none;
	text-align: center;
	transition: all 0.6s ease-in-out;
	cursor: pointer;
}

.contact-header .container .contact-right .contact-wrapper form#main-contact-form .form-row .form-item button:hover {
	opacity: 0.6;
}

@media (max-width: 1200px) {
	.contact-header {
		margin: 3rem 0 8rem;
	}
	.contact-header .container .contact-right {
		justify-content: flex-end;
	}
}

@media (max-width: 992px) {
	.contact-header {
		padding-top: 40px;
		margin: 0;
	}
	.contact-header .container {
		gap: 1rem;
	}
	.contact-header .container .contact-left {
		flex: 1 1 48%;
	}
	.contact-header .container .contact-left h1 {
		font-size: 60px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
	}
	.contact-header .container .contact-left .pill {
		margin: 0;
	}
	.contact-header .container .contact-left .sub-text {
		font-size: 15px;
		max-width: 100%;
	}
	.contact-header .container .contact-left .business-info {
		margin: 2rem 0 0;
	}
	.contact-header .container .contact-left .socials-wrapper {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		margin: 3rem 0;
	}
	.contact-header .container .contact-right {
		flex: 1 1 48%;
		display: flex;
		justify-content: center;
	}
	.contact-header .container .contact-right .contact-wrapper {
		padding: 2rem 1rem 1rem;
		width: 100%;
	}
	.contact-header .container .contact-right .contact-wrapper .contact-heading {
		padding: 0 0 2rem 0;
		margin-bottom: 1rem;
		text-align: center;
	}
	.contact-header .container .contact-right .contact-wrapper .contact-heading h3 {
		font-size: 30px;
		line-height: 1.1;
	}
	.contact-header .container .contact-right .contact-wrapper form#main-contact-form {
		display: flex;
		flex-flow: column nowrap;
	}
	.contact-header .container .contact-right .contact-wrapper form#main-contact-form .form-row {
		margin: 12px 0;
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
	}
	.contact-header .container .contact-right .contact-wrapper form#main-contact-form .form-row .form-item {
		flex: 1 1 100%;
	}
	.contact-header .container .contact-right .contact-wrapper form#main-contact-form .form-row .form-item button {
		margin-top: 0;
	}
}

@media (max-width: 768px) {
	.contact-header {
		padding-top: 40px;
		margin: 0;
	}
	.contact-header .container .contact-left {
		flex: 1 1 100%;
	}
	.contact-header .container .contact-left h1 {
		font-size: 60px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
	}
	.contact-header .container .contact-left .pill {
		margin: 0;
	}
	.contact-header .container .contact-left .sub-text {
		font-size: 15px;
		max-width: 100%;
	}
	.contact-header .container .contact-left .business-info {
		margin: 2rem 0 0;
	}
	.contact-header .container .contact-left .socials-wrapper {
		display: flex;
		flex-flow: row wrap;
		gap: 1.7rem;
		margin: 3rem 0;
	}
	.contact-header .container .contact-right {
		flex: 1 1 100%;
		display: flex;
		justify-content: center;
	}
	.contact-header .container .contact-right .contact-wrapper {
		padding: 2rem 1rem 1rem;
		width: 100%;
	}
	.contact-header .container .contact-right .contact-wrapper .contact-heading {
		padding: 0 0 2rem 0;
		margin-bottom: 1rem;
		text-align: center;
	}
	.contact-header .container .contact-right .contact-wrapper .contact-heading h3 {
		font-size: 30px;
		line-height: 1.1;
	}
	.contact-header .container .contact-right .contact-wrapper form#main-contact-form {
		display: flex;
		flex-flow: column nowrap;
	}
	.contact-header .container .contact-right .contact-wrapper form#main-contact-form .form-row {
		margin: 12px 0;
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
	}
	.contact-header .container .contact-right .contact-wrapper form#main-contact-form .form-row .form-item {
		flex: 1 1 100%;
	}
	.contact-header .container .contact-right .contact-wrapper form#main-contact-form .form-row .form-item button {
		margin-top: 0;
	}
}

@media (max-width: 576px) {
	.contact-header {
		padding-top: 40px;
		margin: 0;
	}
	.contact-header .container .contact-left {
		align-items: center;
	}
	.contact-header .container .contact-left h1 {
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		text-align: center;
	}
	.contact-header .container .contact-left .pill {
		margin: 0 auto;
	}
	.contact-header .container .contact-left .sub-text {
		font-size: 15px;
		max-width: 100%;
		text-align: center;
	}
	.contact-header .container .contact-left .business-info {
		margin: 4rem 0 0;
	}
	.contact-header .container .contact-left .socials-wrapper {
		display: flex;
		flex-flow: row wrap;
		gap: 1.7rem;
		margin: 3rem 0;
	}
	.contact-header .container .contact-right {
		flex: 1 1 55%;
		display: flex;
		justify-content: center;
	}
	.contact-header .container .contact-right .contact-wrapper {
		padding: 2rem 1rem 1rem;
		width: 100%;
	}
	.contact-header .container .contact-right .contact-wrapper .contact-heading {
		padding: 0 0 2rem 0;
		margin-bottom: 1rem;
		text-align: center;
	}
	.contact-header .container .contact-right .contact-wrapper .contact-heading h3 {
		font-size: 30px;
		line-height: 1.1;
	}
}

.error-404 {
	text-align: center;
	width: 100%;
	padding: 80px 1.5rem 80px 1.5rem;
}

.error-404 .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.error-404 .container .error-wrapper {
	display: flex;
	flex-flow: column nowrap;
}

.error-404 .container .error-wrapper .e__img svg {
	width: 580px;
	height: 436px;
}

.error-404 .container .error-wrapper .e__title h1 {
	font-size: 80px;
	line-height: 100px;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

.error-404 .container .error-wrapper .e__buttons {
	display: flex;
	gap: 1rem;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
}

.error-404 .container .error-wrapper .e__buttons .e__btn {
	text-align: center;
	margin-top: auto;
}

.error-404 .container .error-wrapper .e__buttons .e__btn a {
	transition: all 0.5s ease-in-out;
	background: rgba(194, 208, 228, 0.15);
	color: #ffffff;
	padding: 15px 30px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: inherit;
}

.error-404 .container .error-wrapper .e__buttons .e__btn:hover a {
	opacity: 0.8;
}

.error-404 .container .error-wrapper .e__buttons .e__btn.e__btn-2 a {
	background: #1daa91;
}

@media (max-width: 768px) {
	.error-404 {
		text-align: center;
		width: 100%;
		padding-bottom: 80px;
	}
	.error-404 .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
	}
	.error-404 .container .error-wrapper {
		display: flex;
		flex-flow: column nowrap;
	}
	.error-404 .container .error-wrapper .e__img svg {
		width: 100%;
		height: auto;
	}
	.error-404 .container .error-wrapper .e__title h1 {
		font-size: 50px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.error-404 .container .error-wrapper .e__buttons {
		display: flex;
		flex-wrap: wrap;
		gap: 1rem;
		justify-content: center;
		align-items: center;
		margin-top: 2rem;
	}
	.error-404 .container .error-wrapper .e__buttons .e__btn {
		text-align: center;
		margin-top: auto;
		width: 100%;
	}
	.error-404 .container .error-wrapper .e__buttons .e__btn a {
		transition: all 0.5s ease-in-out;
		background: rgba(194, 208, 228, 0.15);
		color: #ffffff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		width: 100%;
	}
	.error-404 .container .error-wrapper .e__buttons .e__btn:hover a {
		opacity: 0.8;
	}
	.error-404 .container .error-wrapper .e__buttons .e__btn.e__btn-2 a {
		background: #1daa91;
	}
}

@media (max-width: 576px) {
	.error-404 {
		text-align: center;
		width: 100%;
		padding-top: 20px;
	}
	.error-404 .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
	}
	.error-404 .container .error-wrapper {
		display: flex;
		flex-flow: column nowrap;
	}
	.error-404 .container .error-wrapper .e__img svg {
		width: 100%;
		height: auto;
	}
	.error-404 .container .error-wrapper .e__title h1 {
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.error-404 .container .error-wrapper .e__buttons {
		display: flex;
		flex-wrap: wrap;
		gap: 1rem;
		justify-content: center;
		align-items: center;
		margin-top: 2rem;
	}
	.error-404 .container .error-wrapper .e__buttons .e__btn {
		text-align: center;
		margin-top: auto;
		width: 100%;
	}
	.error-404 .container .error-wrapper .e__buttons .e__btn a {
		transition: all 0.5s ease-in-out;
		background: rgba(194, 208, 228, 0.15);
		color: #ffffff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		width: 100%;
	}
	.error-404 .container .error-wrapper .e__buttons .e__btn:hover a {
		opacity: 0.8;
	}
	.error-404 .container .error-wrapper .e__buttons .e__btn.e__btn-2 a {
		background: #1daa91;
	}
}

.empty-cart {
	text-align: center;
	width: 100%;
	padding: 80px 1.5rem 80px 1.5rem;
	height: 70vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.empty-cart .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.empty-cart .container .cart-wrapper {
	display: flex;
	flex-flow: column nowrap;
}

.empty-cart .container .cart-wrapper .e__img svg {
	width: 580px;
	height: 436px;
}

.empty-cart .container .cart-wrapper .e__title h1 {
	font-size: 80px;
	line-height: 100px;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

.empty-cart .container .cart-wrapper .e__buttons {
	display: flex;
	gap: 1rem;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
}

.empty-cart .container .cart-wrapper .e__buttons .e__btn {
	text-align: center;
	margin-top: auto;
}

.empty-cart .container .cart-wrapper .e__buttons .e__btn a {
	transition: all 0.5s ease-in-out;
	background: rgba(194, 208, 228, 0.15);
	color: #ffffff;
	padding: 15px 30px;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: inherit;
}

.empty-cart .container .cart-wrapper .e__buttons .e__btn:hover a {
	opacity: 0.8;
}

.empty-cart .container .cart-wrapper .e__buttons .e__btn.e__btn-2 a {
	background: #1daa91;
}

@media (max-width: 768px) {
	.empty-cart {
		text-align: center;
		width: 100%;
		padding-bottom: 80px;
	}
	.empty-cart .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
	}
	.empty-cart .container .cart-wrapper {
		display: flex;
		flex-flow: column nowrap;
	}
	.empty-cart .container .cart-wrapper .e__img svg {
		width: 100%;
		height: auto;
	}
	.empty-cart .container .cart-wrapper .e__title h1 {
		font-size: 50px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.empty-cart .container .cart-wrapper .e__buttons {
		display: flex;
		flex-wrap: wrap;
		gap: 1rem;
		justify-content: center;
		align-items: center;
		margin-top: 2rem;
	}
	.empty-cart .container .cart-wrapper .e__buttons .e__btn {
		text-align: center;
		margin-top: auto;
		width: 100%;
	}
	.empty-cart .container .cart-wrapper .e__buttons .e__btn a {
		transition: all 0.5s ease-in-out;
		background: rgba(194, 208, 228, 0.15);
		color: #ffffff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		width: 100%;
	}
	.empty-cart .container .cart-wrapper .e__buttons .e__btn:hover a {
		opacity: 0.8;
	}
	.empty-cart .container .cart-wrapper .e__buttons .e__btn.e__btn-2 a {
		background: #1daa91;
	}
}

@media (max-width: 576px) {
	.empty-cart {
		text-align: center;
		width: 100%;
		padding-top: 20px;
	}
	.empty-cart .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
	}
	.empty-cart .container .cart-wrapper {
		display: flex;
		flex-flow: column nowrap;
	}
	.empty-cart .container .cart-wrapper .e__img svg {
		width: 100%;
		height: auto;
	}
	.empty-cart .container .cart-wrapper .e__title h1 {
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.empty-cart .container .cart-wrapper .e__buttons {
		display: flex;
		flex-wrap: wrap;
		gap: 1rem;
		justify-content: center;
		align-items: center;
		margin-top: 2rem;
	}
	.empty-cart .container .cart-wrapper .e__buttons .e__btn {
		text-align: center;
		margin-top: auto;
		width: 100%;
	}
	.empty-cart .container .cart-wrapper .e__buttons .e__btn a {
		transition: all 0.5s ease-in-out;
		background: rgba(194, 208, 228, 0.15);
		color: #ffffff;
		padding: 15px 30px;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		width: 100%;
	}
	.empty-cart .container .cart-wrapper .e__buttons .e__btn:hover a {
		opacity: 0.8;
	}
	.empty-cart .container .cart-wrapper .e__buttons .e__btn.e__btn-2 a {
		background: #1daa91;
	}
}

.line-test {
	margin: 23rem 0;
}

.line-test .line {
	width: 100%;
	max-width: 1000px;
	height: 8px;
	margin: 0 0 10px 0;
	position: relative;
	display: inline-block;
	background-color: white;
}

.marquees-wrapper-2 {
	overflow: scroll;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow-x: hidden;
	z-index: 1;
}

@media (max-width: 1400px) {
	.marquees-wrapper-2 {
		margin-top: 4rem;
	}
}

@media (max-width: 992px) {
	.marquees-wrapper-2 {
		margin-top: 6rem;
	}
}

.marquee-wrapper-2 .marquee {
	display: flex;
	gap: 3rem;
}

.marquee-wrapper-2 .marquee .item {
	background-color: white;
	height: 50px;
	width: 100px;
}

.hidden-message {
	display: none !important;
}

.woo-checkout {
	width: 100%;
	padding: 40px 1.5rem 0px 1.5rem;
}

.woo-checkout .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.woo-checkout .container .checkout-wrapper {
	max-width: 680px;
	background: rgba(194, 208, 228, 0.05);
	border: 2px solid rgba(194, 208, 228, 0.15);
	border-radius: 10px;
	margin: 0 auto;
	padding: 2rem 1rem 3rem;
}

.woo-checkout .container .checkout-wrapper .checkout-header {
	text-align: center;
}

.woo-checkout .container .checkout-wrapper .checkout-header .ch__pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
}

.woo-checkout .container .checkout-wrapper .checkout-header .ch__title {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 64px;
	line-height: 1.2;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

.woo-checkout .container .checkout-wrapper .checkout-header .ch__title span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 4px 0;
	color: #101217;
}

.woo-checkout .container .checkout-wrapper .checkout-header .ch__subtext {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: rgba(194, 208, 228, 0.5);
}

.woo-checkout .container .checkout-wrapper .checkout-header .ch__notice {
	padding: 0 1rem;
}

.woo-checkout .container .checkout-wrapper .checkout-header .ch__notice .woocommerce-error {
	padding: 15px 30px 15px 40px;
	border-radius: 13px;
	border-top: 2px solid #FF3131;
	background: rgba(11, 12, 16, 0.5);
	margin: 25px 0 25px;
	position: relative;
	background-color: rgba(11, 12, 16, 0.35);
	color: rgba(255, 255, 255, 0.5);
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
	overflow: hidden;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 18px;
	font-style: normal;
	line-height: 230%;
	font-weight: 400;
}

.woo-checkout .container .checkout-wrapper .checkout-header .ch__notice .woocommerce-notification {
	text-align: left;
	padding: 1em 2em 1em 3.5em;
	margin: 2rem 0 2em;
	position: relative;
	background-color: rgba(11, 12, 16, 0.35);
	color: rgba(255, 255, 255, 0.5);
	border-top: 3px solid #b81c23;
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
	overflow: hidden;
	border-radius: 15px;
}

@media (max-width: 768px) {
	.woo-checkout .container .checkout-wrapper .checkout-header .ch__title {
		font-size: 52px;
	}
	.woo-checkout .container .checkout-wrapper .checkout-header .ch__subtext {
		font-size: 15px;
	}
}

@media (max-width: 576px) {
	.woo-checkout .container .checkout-wrapper .checkout-header .ch__title {
		font-size: 40px;
	}
	.woo-checkout .container .checkout-wrapper .checkout-header .ch__subtext {
		font-size: 15px;
	}
}

.woo-checkout .container .checkout-wrapper .checkout-content .reload-wrapper {
	padding: 0 1rem;
}

.woo-checkout .container .checkout-wrapper .checkout-content .reload-wrapper .woocommerce-reload {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.8);
	padding: 1.75rem 1.5rem;
	background: #1daa91;
	border-radius: 13px;
	display: flex;
	justify-content: center;
	gap: 8px;
	align-items: center;
	width: 100%;
	outline: none;
	border: none;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	font-weight: 700;
	font-size: 18px;
}

.woo-checkout .container .checkout-wrapper .checkout-content .reload-wrapper .woocommerce-reload:hover {
	opacity: 0.8;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .woocommerce-notices-wrapper {
	padding: 0 1rem;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .woocommerce-error {
	padding: 15px 30px 15px 55px;
	border-radius: 13px;
	border-top: 2px solid #FF3131;
	background: rgba(11, 12, 16, 0.5);
	margin: 25px 0 25px;
	position: relative;
	background-color: rgba(11, 12, 16, 0.35);
	color: rgba(255, 255, 255, 0.5);
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
	overflow: hidden;
	font-family: Plus Jakarta Sans;
	font-size: 18px;
	font-style: normal;
	line-height: 1.4;
	font-weight: 400;
	text-align: left;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .woocommerce-error--custom {
	padding: 30px 40px;
	border-radius: 13px;
	border: 1px dashed #FF3131;
	background: rgba(11, 12, 16, 0.5);
	margin: 25px 0 25px;
	position: relative;
	background-color: rgba(11, 12, 16, 0.35);
	color: rgba(255, 255, 255, 0.5);
	list-style: none outside;
	width: auto;
	word-wrap: break-word;
	overflow: hidden;
	color: #FF3131;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.4;
	font-weight: 400;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .woocommerce-error--custom span.we__span {
	font-weight: 800;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .woocommerce-error--custom::before {
	content: '';
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .woocommerce-bank-notice {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 25px 1rem 35px;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .woocommerce-bank-notice svg {
	height: 25px;
	width: 25px;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .woocommerce-bank-notice .wbn__text {
	color: #FFF;
	font-family: Plus Jakarta Sans;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: 400;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .woocommerce-bank-notice .wbn__text span {
	font-weight: 700;
	display: block;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper {
	background: rgba(11, 12, 16, 0.35);
	border-radius: 12px;
	border: 1px solid rgba(194, 208, 228, 0.15);
	padding: 2rem 1.5rem;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-info {
	display: flex;
	justify-content: space-between;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid rgba(194, 208, 228, 0.15);
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-info .pi__title {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-info .pi__price {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: -0.18px;
	background: linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta {
	display: flex;
	gap: 0.5rem;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__balance {
	flex: 1 1 0;
	border-radius: 100px;
	border: 1px solid rgba(194, 208, 228, 0.15);
	background: rgba(194, 208, 228, 0.02);
	display: flex;
	padding: 1rem 1.5rem;
	align-items: center;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__balance .balance__tooltip {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 12px;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__balance .balance__tooltip .tooltip-text {
	visibility: hidden;
	background-color: #101217;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 14px;
	position: absolute;
	left: 50%;
	bottom: 190%;
	width: 200px;
	font-size: 14px;
	transform: translateX(-50%);
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__balance .balance__tooltip .tooltip-text::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #101217 transparent transparent transparent;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__balance .balance__tooltip:hover .tooltip-text {
	visibility: visible;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__balance .balance__label {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.05px;
	color: #ffffff;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__balance .balance__price {
	margin-left: auto;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	align-items: center;
	letter-spacing: -0.05px;
	background: linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__platform {
	flex: 1 1 0;
	border-radius: 100px;
	border: 1px solid rgba(194, 208, 228, 0.15);
	background: rgba(194, 208, 228, 0.02);
	display: flex;
	padding: 1rem 1.5rem;
	align-items: center;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__platform .platform__tooltip {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 12px;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__platform .platform__tooltip .tooltip-text {
	visibility: hidden;
	background-color: #101217;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 14px;
	position: absolute;
	left: 50%;
	bottom: 190%;
	width: 200px;
	font-size: 14px;
	transform: translateX(-50%);
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__platform .platform__tooltip .tooltip-text::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #101217 transparent transparent transparent;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__platform .platform__tooltip:hover .tooltip-text {
	visibility: visible;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__platform .platform__label {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.05px;
	color: #ffffff;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__platform .platform__version {
	margin-left: auto;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	align-items: center;
	letter-spacing: -0.05px;
	background: linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

@media (max-width: 650px) {
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper {
		background: rgba(11, 12, 16, 0.35);
		border-radius: 12px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		padding: 2rem 1.5rem;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta {
		display: flex;
		flex-flow: row wrap;
		gap: 0.5rem;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__balance {
		flex: 1 1 100%;
		border-radius: 100px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(194, 208, 228, 0.02);
		display: flex;
		padding: 1rem 1.5rem;
		align-items: center;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__balance .balance__tooltip {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 12px;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__balance .balance__tooltip .tooltip-text {
		visibility: hidden;
		background-color: #101217;
		color: #fff;
		text-align: center;
		border-radius: 6px;
		padding: 14px;
		position: absolute;
		left: 50%;
		bottom: 190%;
		width: 200px;
		font-size: 14px;
		transform: translateX(-50%);
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__balance .balance__tooltip .tooltip-text::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: #101217 transparent transparent transparent;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__balance .balance__tooltip:hover .tooltip-text {
		visibility: visible;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__balance .balance__label {
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		letter-spacing: -0.05px;
		color: #ffffff;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__balance .balance__price {
		margin-left: auto;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 20px;
		display: flex;
		align-items: center;
		letter-spacing: -0.05px;
		background: linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__platform {
		flex: 1 1 0;
		border-radius: 100px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(194, 208, 228, 0.02);
		display: flex;
		padding: 1rem 1.5rem;
		align-items: center;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__platform .platform__tooltip {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 12px;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__platform .platform__tooltip .tooltip-text {
		visibility: hidden;
		background-color: #101217;
		color: #fff;
		text-align: center;
		border-radius: 6px;
		padding: 14px;
		position: absolute;
		left: 50%;
		bottom: 190%;
		width: 200px;
		font-size: 14px;
		transform: translateX(-50%);
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__platform .platform__tooltip .tooltip-text::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: #101217 transparent transparent transparent;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__platform .platform__tooltip:hover .tooltip-text {
		visibility: visible;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__platform .platform__label {
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		letter-spacing: -0.05px;
		color: #ffffff;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__platform .platform__version {
		margin-left: auto;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 20px;
		display: flex;
		align-items: center;
		letter-spacing: -0.05px;
		background: linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
}

@media (max-width: 576px) {
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper {
		background: rgba(11, 12, 16, 0.35);
		border-radius: 12px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		padding: 2rem 1.5rem;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-info {
		display: flex;
		justify-content: space-between;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
		border-bottom: 1px solid rgba(194, 208, 228, 0.15);
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-info .pi__title {
		font-size: 16px;
		font-weight: 500;
		color: #fff;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-info .pi__price {
		font-style: normal;
		font-weight: 500;
		font-size: 17px;
		line-height: 22px;
		letter-spacing: -0.18px;
		background: linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta {
		display: flex;
		flex-flow: row wrap;
		gap: 0.5rem;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__balance {
		flex: 1 1 100%;
		border-radius: 100px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(194, 208, 228, 0.02);
		display: flex;
		padding: 1rem 1.5rem;
		align-items: center;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__balance .balance__tooltip {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 12px;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__balance .balance__tooltip .tooltip-text {
		visibility: hidden;
		background-color: #101217;
		color: #fff;
		text-align: center;
		border-radius: 6px;
		padding: 14px;
		position: absolute;
		left: 50%;
		bottom: 190%;
		width: 200px;
		font-size: 14px;
		transform: translateX(-50%);
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__balance .balance__tooltip .tooltip-text::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: #101217 transparent transparent transparent;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__balance .balance__tooltip:hover .tooltip-text {
		visibility: visible;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__balance .balance__label {
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		letter-spacing: -0.05px;
		color: #ffffff;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__balance .balance__price {
		margin-left: auto;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 20px;
		display: flex;
		align-items: center;
		letter-spacing: -0.05px;
		background: linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__platform {
		flex: 1 1 0;
		border-radius: 100px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(194, 208, 228, 0.02);
		display: flex;
		padding: 1rem 1.5rem;
		align-items: center;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__platform .platform__tooltip {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 12px;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__platform .platform__tooltip .tooltip-text {
		visibility: hidden;
		background-color: #101217;
		color: #fff;
		text-align: center;
		border-radius: 6px;
		padding: 14px;
		position: absolute;
		left: 50%;
		bottom: 190%;
		width: 200px;
		font-size: 14px;
		transform: translateX(-50%);
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__platform .platform__tooltip .tooltip-text::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -5px;
		border-width: 5px;
		border-style: solid;
		border-color: #101217 transparent transparent transparent;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__platform .platform__tooltip:hover .tooltip-text {
		visibility: visible;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__platform .platform__label {
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		letter-spacing: -0.05px;
		color: #ffffff;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__product-wrapper .or__product-meta .pm__platform .platform__version {
		margin-left: auto;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 20px;
		display: flex;
		align-items: center;
		letter-spacing: -0.05px;
		background: linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__payment-wrapper {
	background: rgba(11, 12, 16, 0.35);
	border-radius: 12px;
	border: 1px solid rgba(194, 208, 228, 0.15);
	padding: 2rem 1.5rem;
	margin-top: 1.5rem;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__payment-wrapper .or__payment-title {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__payment-wrapper .or__payments {
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
	margin-top: 1.5rem;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__payment-wrapper .or__payments .or_payment_method {
	background: rgba(194, 208, 228, 0.02);
	border: 1px solid rgba(194, 208, 228, 0.15);
	border-radius: 12px;
	padding: 1rem;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__payment-wrapper .or__payments .or_payment_method .pm__header {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__payment-wrapper .or__payments .or_payment_method .pm__header input[type="radio"] {
	display: none;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__payment-wrapper .or__payments .or_payment_method .pm__header input[type="radio"]:checked ~ .header__radio {
	background: #ffffff;
	box-shadow: inset 0px 0px 0px 3px #09e461;
	background-clip: content-box;
	padding: 2px;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__payment-wrapper .or__payments .or_payment_method .pm__header .header__radio {
	width: 16px;
	height: 16px;
	border-radius: 100px;
	background: #ffffff;
	box-shadow: inset 0px 0px 0px 1px #d1d1d1;
	transition: all 0.6s ease-in-out;
	margin-right: 12px;
	background-clip: content-box;
	flex-shrink: 0;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__payment-wrapper .or__payments .or_payment_method .pm__header .header__title {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__payment-wrapper .or__payments .or_payment_method .pm__header .header__logo {
	margin-left: auto;
	display: flex;
	align-items: center;
}

@media (max-width: 576px) {
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__payment-wrapper .or__payments .or_payment_method .pm__header {
		flex-wrap: wrap;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__payment-wrapper .or__payments .or_payment_method .pm__header .header__radio {
		flex: 0 1 auto;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__payment-wrapper .or__payments .or_payment_method .pm__header .header__title {
		flex: 1 1 0;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__payment-wrapper .or__payments .or_payment_method .pm__header .header__logo {
		flex: 1 1 100%;
		margin-top: 10px;
	}
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__payment-wrapper .or__payments .or_payment_method .pm__body {
	color: #fff;
	padding-top: 0.6rem;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__payment-wrapper .or__payments .or_payment_method .pm__body .card-frame {
	width: 100% !important;
}

@media (max-width: 576px) {
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__payment-wrapper .or__payments .or_payment_method .pm__body .multi-frame {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__payment-wrapper .or__payments .or_payment_method .pm__body {
		color: #fff;
		font-size: 15px;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__payment-wrapper .or__payments .or_payment_method .pm__body fieldset {
		border: none !important;
		margin: -1rem;
	}
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__sum-wrapper {
	background: rgba(11, 12, 16, 0.35);
	border-radius: 12px;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='12' ry='12' stroke='%23C2D0E433' stroke-width='2' stroke-dasharray='11%2c 11' stroke-dashoffset='6' stroke-linecap='square'/%3e%3c/svg%3e");
	padding: 2rem 1.5rem;
	margin-top: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__sum-wrapper .or__sum-text {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.26px;
	color: #ffffff;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__sum-wrapper .or__sum-text span {
	background: linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	display: inline-block;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__button-wrapper {
	margin: 1.5rem 0 0;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__button-wrapper button.or__button {
	padding: 1.5rem;
	background: #1daa91;
	border-radius: 13px;
	display: flex;
	justify-content: center;
	gap: 8px;
	align-items: center;
	width: 100%;
	outline: none;
	border: none;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
	font-weight: 700;
	font-size: 18px;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__button-wrapper button.or__button .button-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__button-wrapper button.or__button .button-text {
	font-weight: 700;
	font-size: 18px;
	color: #0b0c10;
	line-height: 22px;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__button-wrapper button.or__button:hover {
	opacity: 0.8;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__button-wrapper .or__notice .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #ffffff;
	max-width: 70%;
	margin: 1rem auto 0;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__button-wrapper .or__notice .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a {
	color: inherit;
	transition: all 0.5s ease;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__button-wrapper .or__notice .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p a:hover {
	opacity: 0.8;
}

@media (max-width: 576px) {
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .or__button-wrapper .or__notice .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
		max-width: 100%;
	}
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .woocommerce-order .wo__wrapper {
	background: rgba(11, 12, 16, 0.35);
	border-radius: 12px;
	border: 1px solid rgba(194, 208, 228, 0.15);
	padding: 2rem 1.5rem;
	margin-top: 2rem;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .woocommerce-order .wo__wrapper .wo__amount-wrapper {
	background: rgba(11, 12, 16, 0.35);
	border-radius: 12px;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='12' ry='12' stroke='%23C2D0E433' stroke-width='2' stroke-dasharray='11%2c 11' stroke-dashoffset='6' stroke-linecap='square'/%3e%3c/svg%3e");
	padding: 2rem 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .woocommerce-order .wo__wrapper .wo__amount-wrapper .wo__amount-text {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.26px;
	color: #ffffff;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .woocommerce-order .wo__wrapper .wo__amount-wrapper .wo__amount-text span {
	background: linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	display: inline-block;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .woocommerce-order .wo__wrapper .wo__message {
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: -0.18px;
	color: #ffffff;
	margin: 2rem 0;
	text-align: center;
	padding-bottom: 2rem;
	border-bottom: 1px solid rgba(194, 208, 228, 0.15);
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .woocommerce-order .wo__wrapper .wo__order-details {
	display: flex;
	flex-flow: row wrap;
	gap: 0.5rem;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .woocommerce-order .wo__wrapper .wo__order-details .od__single-detail {
	display: flex;
	flex-flow: column nowrap;
	border: 1px solid rgba(194, 208, 228, 0.15);
	background: rgba(194, 208, 228, 0.02);
	padding: 1.5rem;
	border-radius: 10px;
	flex: 1 1 45%;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .woocommerce-order .wo__wrapper .wo__order-details .od__single-detail .od__detail-title {
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -0.05px;
	color: #ffffff;
	margin-bottom: 0.5rem;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .woocommerce-order .wo__wrapper .wo__order-details .od__single-detail .od__detail-value {
	width: fit-content;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: -0.05px;
	background: linear-gradient(87.67deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .woocommerce-order .wo__button-wrapper {
	margin-top: 1.5rem;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .woocommerce-order .wo__button-wrapper a.wo__button {
	text-decoration: none;
	padding: 1.5rem;
	background: #1daa91;
	border-radius: 13px;
	display: flex;
	justify-content: center;
	gap: 1rem;
	align-items: center;
	width: 100%;
	outline: none;
	border: none;
	cursor: pointer;
	transition: all 0.5s ease-in-out;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .woocommerce-order .wo__button-wrapper a.wo__button .button-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .woocommerce-order .wo__button-wrapper a.wo__button .button-text {
	font-weight: 800;
	font-size: 18px;
	color: #0b0c10;
	line-height: 22px;
}

.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .woocommerce-order .wo__button-wrapper a.wo__button:hover {
	opacity: 0.8;
}

@media (max-width: 576px) {
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .woocommerce-order .wo__wrapper .wo__amount-wrapper .wo__amount-text {
		text-align: center;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .woocommerce-order .wo__wrapper .wo__amount-wrapper .wo__amount-text span {
		margin-top: 2px;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .woocommerce-order .wo__wrapper .wo__message {
		font-size: 16px;
		line-height: 1.3;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .woocommerce-order .wo__wrapper .wo__order-details .od__single-detail {
		flex: 1 1 100%;
	}
	.woo-checkout .container .checkout-wrapper .checkout-content .woocommerce .woocommerce-order .wo__button-wrapper a.wo__button .button-text {
		font-size: 16px;
	}
}

@property --color1 {
	syntax: "<color>";
	initial-value: #2cd9ff;
	inherits: false;
}

@property --color2 {
	syntax: "<color>";
	initial-value: #7effb2;
	inherits: false;
}

@property --color3 {
	syntax: "<color>";
	initial-value: #f4ff7a;
	inherits: false;
}

@property --color4 {
	syntax: "<color>";
	initial-value: #ffd80e;
	inherits: false;
}

@keyframes pulse {
	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}
	50% {
		opacity: 0.5;
		transform: scale(0.95);
	}
}

.single-blog-page {
	text-align: center;
	width: 100%;
	padding: 180px 1.5rem 0px 1.5rem;
}

.single-blog-page .pill-container {
	display: flex;
	flex-flow: wrap;
	gap: 10px;
	justify-content: center;
}

.single-blog-page article.active .container {
	background: #fff;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.single-blog-page article.active .container .pill {
	background: rgba(194, 208, 228, 0.25);
}

.single-blog-page article.active .container .pill a {
	color: #454d57;
}

.single-blog-page article.active .container h1 {
	color: #0b0c10;
}

.single-blog-page article.active .container .blog-excerpt {
	color: rgba(11, 12, 16, 0.8);
}

.single-blog-page article.active .container .blog-meta {
	color: rgba(11, 12, 16, 0.6);
}

.single-blog-page article.active .container .blog-meta .bm__dot {
	background: rgba(11, 12, 16, 0.2);
}

.single-blog-page article.active .container .blog-meta .bm__author span {
	color: rgba(11, 12, 16, 0.4);
}

.single-blog-page article.active .container .blog-switcher .faq__switcher {
	border-color: #1daa9160;
}

.single-blog-page article.active .container .blog-switcher .faq__switcher .svg-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.4s cubic-bezier(0, 0, 0, 1);
	transform: translate(20px);
	width: 34px;
	height: 34px;
	border-radius: 34px;
}

.single-blog-page article.active .container .blog-switcher .faq__switcher .svg-wrapper svg {
	width: 24px;
	height: 24px;
	stroke-linecap: round;
}

.single-blog-page article.active .container .blog-switcher .faq__switcher .svg-wrapper svg .moon,
.single-blog-page article.active .container .blog-switcher .faq__switcher .svg-wrapper svg .sun {
	fill: #1daa91;
}

.single-blog-page article.active .container .blog-switcher .faq__switcher .svg-wrapper svg .sun {
	transform: scale(1);
	transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
	transition-duration: .25s;
}

.single-blog-page article.active .container .blog-switcher .faq__switcher .svg-wrapper svg .moon circle {
	transform: translate(32px);
}

@supports (cx: 1) {
	.single-blog-page article.active .container .blog-switcher .faq__switcher .svg-wrapper svg .moon circle {
		cx: 32;
		transform: unset;
		transition: cx 0.25s cubic-bezier(0, 0, 0, 1);
	}
}

.single-blog-page article.active .container .blog-switcher .faq__switcher .svg-wrapper svg .sun-beams {
	transform: rotate(0deg);
	opacity: 1;
	stroke: #1daa91;
	stroke-width: 2px;
}

.single-blog-page article.active .container .blog-switcher .faq__switcher .svg-wrapper svg > :is(.moon, .sun, .sun-beams) {
	transform-origin: center center;
}

.single-blog-page article.active .container .single-blog-content {
	padding: 0 1rem;
	color: rgba(11, 12, 16, 0.8);
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__categories {
	border: 1px solid rgba(194, 208, 228, 0.55);
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__categories h4 {
	color: #0b0c10;
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term {
	border: 1px solid rgba(194, 208, 228, 0.55);
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term .term__name {
	color: rgba(11, 12, 16, 0.8);
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term:hover {
	background: rgba(194, 208, 228, 0.05);
	border: 1px solid rgba(194, 208, 228, 0.85);
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term:hover .blur-1 {
	transform: translate(50%, 0%) scaleX(1);
	opacity: 0.85;
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term:hover .term__name {
	opacity: 1;
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term:hover .term__arrow .arrow-wrapper {
	transform: translateY(0);
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__articles {
	border: 1px solid rgba(194, 208, 228, 0.55);
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__articles h4 {
	color: #0b0c10;
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article {
	display: flex;
	flex-flow: column nowrap;
	gap: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(194, 208, 228, 0.55);
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article:last-of-type {
	border-bottom: none;
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article a.article-link {
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	color: rgba(11, 12, 16, 0.8);
	transition: all 0.5s ease;
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article span.article-date {
	font-size: 12px;
	line-height: 1;
	color: rgba(11, 12, 16, 0.8);
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article:hover a.article-link {
	color: #0b0c10;
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social {
	border: 1px solid rgba(194, 208, 228, 0.55);
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social h4 {
	color: #0b0c10;
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper div a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social svg stop {
	transition: all 0.6s ease-in-out;
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#discord-link svg {
	fill: #0E1017;
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#telegram-link svg {
	fill: #0E1017;
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#twitter-link svg {
	fill: #0E1017;
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#instagram-link svg {
	fill: #0E1017;
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#facebook-link svg {
	fill: #0E1017;
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#telegram-link svg {
	fill: #0E1017;
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link {
	display: flex;
	position: relative;
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link svg {
	transition: all 0.3s ease;
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link svg path {
	transition: inherit;
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link svg:first-child {
	position: absolute;
	left: -2px;
	top: -4px;
	width: 100%;
	fill: transparent;
}

.single-blog-page article.active .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link svg:last-child {
	fill: #0E1017;
}

.single-blog-page .container {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	transition: all 0.5s ease;
	border-radius: 15px;
}

.single-blog-page .container .pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	margin: 1rem 0 1.5rem;
	transition: all 0.5s ease-in-out;
}

.single-blog-page .container .pill a {
	text-decoration: none;
	color: rgba(194, 208, 228, 0.5);
	transition: inherit;
}

.single-blog-page .container .pill:hover {
	background: rgba(194, 208, 228, 0.25);
}

.single-blog-page .container .pill:hover a {
	color: rgba(194, 208, 228, 0.9);
}

.single-blog-page .container h1 {
	transition: all 0.6s ease;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 72px;
	line-height: 1.2;
	color: #fff;
	margin: 1rem auto;
	padding: 0;
	font-weight: 800;
	max-width: 90%;
}

.single-blog-page .container .blog-excerpt {
	color: rgba(194, 208, 228, 0.9);
	font-weight: 500;
	font-size: 18px;
	max-width: 700px;
	margin: 25px auto 0 auto;
	transition: all 0.6s ease;
}

.single-blog-page .container .blog-meta {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	color: rgba(194, 208, 228, 0.8);
	gap: 0.7rem;
	font-weight: 600;
	margin: 0 0 1rem;
	transition: all 0.6s ease;
}

.single-blog-page .container .blog-meta .bm__dot {
	height: 6px;
	width: 6px;
	background: rgba(194, 208, 228, 0.4);
	border-radius: 100%;
	transition: inherit;
}

.single-blog-page .container .blog-meta .bm__author span {
	color: rgba(194, 208, 228, 0.5);
	font-weight: 500;
}

.single-blog-page .container .blog-switcher {
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 2rem 0;
}

.single-blog-page .container .blog-switcher .faq__switcher {
	border: 2px solid rgba(69, 77, 87, 0.8);
	border-radius: 100px;
	cursor: pointer;
	width: 60px;
	transition: inherit;
}

.single-blog-page .container .blog-switcher .faq__switcher .svg-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.4s cubic-bezier(0, 0, 0, 1);
	transform: translate(0);
	width: 34px;
	height: 34px;
	border-radius: 34px;
}

.single-blog-page .container .blog-switcher .faq__switcher .svg-wrapper svg {
	width: 24px;
	height: 24px;
	stroke-linecap: round;
}

.single-blog-page .container .blog-switcher .faq__switcher .svg-wrapper svg .moon,
.single-blog-page .container .blog-switcher .faq__switcher .svg-wrapper svg .sun {
	fill: rgba(255, 255, 255, 0.9);
}

.single-blog-page .container .blog-switcher .faq__switcher .svg-wrapper svg .sun {
	transform: scale(1.75);
	transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
	transition-duration: .25s;
	transition: transform 0.5s cubic-bezier(0.5, 1.25, 0.75, 1.25);
}

.single-blog-page .container .blog-switcher .faq__switcher .svg-wrapper svg .moon circle {
	transform: translateX(-7px);
	transition: translate 0.5s cubic-bezier(0, 0, 0, 1) 0.25s;
}

@supports (cx: 1) {
	.single-blog-page .container .blog-switcher .faq__switcher .svg-wrapper svg .moon circle {
		cx: 17;
		transform: translateX(0);
		transition: cx 0.5s cubic-bezier(0, 0, 0, 1) 0.25s;
	}
}

.single-blog-page .container .blog-switcher .faq__switcher .svg-wrapper svg .sun-beams {
	transform: rotate(-525deg);
	transition-duration: .25s;
	opacity: 0;
	stroke: rgba(255, 255, 255, 0.6);
	stroke-width: 2px;
	transition: transform 0.5s ease, opacity 0.5s cubic-bezier(0.25, 0, 0.3, 1);
}

.single-blog-page .container .blog-switcher .faq__switcher .svg-wrapper svg > :is(.moon, .sun, .sun-beams) {
	transform-origin: center center;
}

.single-blog-page .container .blog-image {
	max-width: 100%;
	overflow: hidden;
	border-radius: 15px;
	margin: 0 auto;
}

.single-blog-page .container .blog-image .post-thumbnail {
	height: 100%;
}

.single-blog-page .container .blog-image .post-thumbnail img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: fill;
	object-position: center;
}

.single-blog-page .container .single-blog-content {
	transition: all 0.6s ease;
	margin: 2rem auto 3rem;
	color: #c2d0e4;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	text-align: left;
	display: flex;
	flex-flow: row nowrap;
	gap: 2rem;
	align-items: flex-start;
}

.single-blog-page .container .single-blog-content .blog-content {
	flex: 0 1 auto;
	max-width: 70%;
}

.single-blog-page .container .single-blog-content .blog-content .blog-bottom {
	margin-top: 2rem;
	border-radius: 15px;
	background: rgba(11, 12, 16, 0.25);
	border: 1px solid #4d5766;
	padding: 4.5rem 3rem;
	backdrop-filter: blur(40px);
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
	position: relative;
	overflow: hidden;
	align-items: center;
}

.single-blog-page .container .single-blog-content .blog-content .blog-bottom .blur-1 {
	position: absolute;
	width: 206.33px;
	height: 230.61px;
	left: 5.31px;
	top: 153.74px;
	background: #1daa91;
	opacity: 0.1;
	filter: blur(95px);
	border-radius: 15px;
	z-index: 0;
}

.single-blog-page .container .single-blog-content .blog-content .blog-bottom .blur-2 {
	position: absolute;
	width: 440.74px;
	height: 236.51px;
	left: 227.25px;
	top: -38.62px;
	background: #c2d0e4;
	opacity: 0.15;
	filter: blur(115px);
	border-radius: 15px;
	z-index: 0;
}

.single-blog-page .container .single-blog-content .blog-content .blog-bottom .blur-3 {
	position: absolute;
	width: 240.74px;
	height: 236.51px;
	bottom: -38.62px;
	background: #afd0ff;
	opacity: 0.15;
	filter: blur(115px);
	border-radius: 15px;
	z-index: 0;
}

.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__logo {
	height: fit-content;
	opacity: 0.8;
}

.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__title h2 {
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 1.3;
	text-align: center;
	color: #ffffff;
	position: relative;
	z-index: 10;
	text-align: center;
	margin: 0 auto;
}

.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons {
	display: flex;
	gap: 1rem;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
}

.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn {
	display: flex;
	justify-content: center;
}

.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn {
	background: rgba(194, 208, 228, 0.15);
}

.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char {
	color: transparent;
}

.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::before, .single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::after {
	color: #fff;
}

.single-blog-page .container .single-blog-content .blog-sidebar {
	flex: 1 1 20%;
	margin-top: 1.5rem;
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories {
	border: 1px solid rgba(194, 208, 228, 0.2);
	padding: 1rem;
	border-radius: 15px;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories h4 {
	text-align: left;
	color: rgba(194, 208, 228, 0.6);
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper {
	display: flex;
	flex-flow: column nowrap;
	gap: 10px;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term {
	text-decoration: none;
	border: 1px solid rgba(194, 208, 228, 0.2);
	border-radius: 15px;
	text-align: left;
	position: relative;
	transition: all 0.5s ease;
	display: flex;
	align-items: center;
	transition: all 0.8s ease;
	padding: 0 1rem;
	overflow: hidden;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term .blur-1 {
	position: absolute;
	width: 100%;
	height: 70px;
	left: -50%;
	top: -50%;
	background: #1daa91;
	filter: blur(60px);
	border-radius: 15px;
	z-index: 0;
	transition: all 0.8s ease;
	transform-origin: center;
	transform: translate(50%, -140%) scaleX(0);
	opacity: 0;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term .term__name {
	flex: 1 0 auto;
	padding: 1rem 10px 1rem 0;
	padding-right: 10px;
	font-weight: 600;
	font-size: 15px;
	color: #ffffff;
	line-height: 1;
	position: relative;
	z-index: 10;
	transition: all 0.6s ease;
	opacity: 0.8;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term .term__arrow {
	flex: 0 0 auto;
	align-self: stretch;
	display: flex;
	justify-content: right;
	align-items: center;
	position: relative;
	overflow: hidden;
	width: 20px;
	z-index: 10;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term .term__arrow .arrow-wrapper {
	position: absolute;
	height: 20px;
	width: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.8s cubic-bezier(0.1, 0.405, 0, 1.1);
	transform: translateY(200%);
	opacity: 0.9;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term:hover {
	background: rgba(194, 208, 228, 0.05);
	border: 1px solid rgba(194, 208, 228, 0.45);
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term:hover .blur-1 {
	transform: translate(50%, 0%) scaleX(1);
	opacity: 0.45;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term:hover .term__name {
	opacity: 1;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__categories .categories-wrapper .c__single-term:hover .term__arrow .arrow-wrapper {
	transform: translateY(0);
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__articles {
	border: 1px solid rgba(194, 208, 228, 0.2);
	padding: 1rem;
	border-radius: 15px;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__articles h4 {
	text-align: left;
	color: rgba(194, 208, 228, 0.6);
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper {
	display: flex;
	flex-flow: column nowrap;
	gap: 10px;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article {
	display: flex;
	flex-flow: column nowrap;
	gap: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(194, 208, 228, 0.2);
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article:last-of-type {
	border-bottom: none;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article a.article-link {
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	color: rgba(255, 255, 255, 0.8);
	transition: all 0.5s ease;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article span.article-date {
	font-size: 12px;
	line-height: 1;
	color: rgba(194, 208, 228, 0.6);
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__articles .articles-wrapper .a__single-article:hover a.article-link {
	color: white;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social {
	border: 1px solid rgba(194, 208, 228, 0.2);
	padding: 1rem;
	border-radius: 15px;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social h4 {
	text-align: left;
	color: rgba(194, 208, 228, 0.6);
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 10px;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper div a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social svg stop {
	transition: all 0.6s ease-in-out;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#discord-link svg {
	fill: url(#discord-gradient-f) white;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#telegram-link svg {
	fill: url(#telegram-gradient-f) white;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#twitter-link svg {
	fill: url(#twitter-gradient-f) white;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#instagram-link svg {
	fill: url(#instagram-gradient-f) white;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#facebook-link svg {
	fill: url(#fb-gradient-f) white;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#telegram-link svg {
	fill: url(#telegram-gradient-f) white;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link {
	display: flex;
	position: relative;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link svg {
	transition: all 0.3s ease;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link svg path {
	transition: inherit;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link svg:first-child {
	position: absolute;
	left: -2px;
	top: -4px;
	width: 100%;
	fill: transparent;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social#tiktok-link svg:last-child {
	fill: #ffffff;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#discord-link svg stop {
	stop-color: #5865f2;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#telegram-link svg stop {
	stop-color: #0088cc;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#twitter-link svg stop:first-child {
	stop-color: #3bb1fa;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#twitter-link svg stop:last-child {
	stop-color: #1da1f2;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#instagram-link svg stop:first-child {
	stop-color: #feda75;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(2) {
	stop-color: #fa7e1e;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(3) {
	stop-color: #d62976;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(4) {
	stop-color: #962fbf;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#instagram-link svg stop:last-child {
	stop-color: #4f5bd5;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#facebook-link svg stop:first-child {
	stop-color: #17aafd;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#facebook-link svg stop:last-child {
	stop-color: #0165e2;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#telegram-link svg stop:first-child {
	stop-color: #0088CC;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#telegram-link svg stop:last-child {
	stop-color: #0088CC;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#tiktok-link svg:first-child {
	fill: #69c9d0;
}

.single-blog-page .container .single-blog-content .blog-sidebar div.bs__social .socials-wrapper .single-social:hover#tiktok-link svg:last-child {
	fill: #ee1d52;
}

@media (max-width: 992px) {
	.single-blog-page {
		text-align: center;
		width: 100%;
		padding: 60px 1.5rem 0px 1.5rem;
	}
	.single-blog-page .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.single-blog-page .container .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		margin: 1rem 0 1rem;
		transition: all 0.5s ease-in-out;
	}
	.single-blog-page .container .pill a {
		text-decoration: none;
		color: rgba(194, 208, 228, 0.5);
		transition: inherit;
	}
	.single-blog-page .container .pill:hover {
		background: rgba(194, 208, 228, 0.25);
	}
	.single-blog-page .container .pill:hover a {
		color: rgba(194, 208, 228, 0.9);
	}
	.single-blog-page .container h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 56px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem auto;
		padding: 0;
		font-weight: 800;
		max-width: 90%;
	}
	.single-blog-page .container .blog-excerpt {
		color: rgba(194, 208, 228, 0.9);
		font-weight: 500;
		font-size: 18px;
		max-width: 100%;
		margin: 25px auto 0 auto;
	}
	.single-blog-page .container .blog-meta {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: center;
		color: rgba(194, 208, 228, 0.8);
		gap: 0.7rem;
		font-weight: 600;
		margin: 0 0 3rem;
	}
	.single-blog-page .container .blog-meta .bm__dot {
		height: 6px;
		width: 6px;
		background: rgba(194, 208, 228, 0.4);
		border-radius: 100%;
	}
	.single-blog-page .container .blog-meta .bm__author span {
		color: rgba(194, 208, 228, 0.5);
		font-weight: 500;
	}
	.single-blog-page .container .blog-image {
		max-width: 100%;
		overflow: hidden;
		border-radius: 15px;
		margin: 0 auto;
	}
	.single-blog-page .container .blog-image .post-thumbnail {
		height: 100%;
	}
	.single-blog-page .container .blog-image .post-thumbnail img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: fill;
		object-position: center;
	}
	.single-blog-page .container .single-blog-content {
		margin: 2rem auto 1rem;
		flex-flow: row wrap;
	}
	.single-blog-page .container .single-blog-content .blog-content {
		max-width: 100%;
	}
	.single-blog-page .container .single-blog-content .blog-sidebar {
		flex: 1 1 100%;
	}
}

@media (max-width: 768px) {
	.single-blog-page {
		text-align: center;
		width: 100%;
		padding: 40px 0;
	}
	.single-blog-page .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.single-blog-page .container .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		margin: 1rem 0 1rem;
		transition: all 0.5s ease-in-out;
	}
	.single-blog-page .container .pill a {
		text-decoration: none;
		color: rgba(194, 208, 228, 0.5);
		transition: inherit;
	}
	.single-blog-page .container .pill:hover {
		background: rgba(194, 208, 228, 0.25);
	}
	.single-blog-page .container .pill:hover a {
		color: rgba(194, 208, 228, 0.9);
	}
	.single-blog-page .container h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 46px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem auto;
		padding: 0;
		font-weight: 800;
		max-width: 90%;
	}
	.single-blog-page .container .blog-excerpt {
		color: rgba(194, 208, 228, 0.9);
		font-weight: 500;
		font-size: 18px;
		max-width: 100%;
		margin: 25px auto 0 auto;
	}
	.single-blog-page .container .blog-meta {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: center;
		color: rgba(194, 208, 228, 0.8);
		gap: 0.7rem;
		font-weight: 600;
		margin: 0 0 3rem;
	}
	.single-blog-page .container .blog-meta .bm__dot {
		height: 6px;
		width: 6px;
		background: rgba(194, 208, 228, 0.4);
		border-radius: 100%;
	}
	.single-blog-page .container .blog-meta .bm__author span {
		color: rgba(194, 208, 228, 0.5);
		font-weight: 500;
	}
	.single-blog-page .container .blog-image {
		max-width: 100%;
		overflow: hidden;
		border-radius: 15px;
		margin: 0 auto;
	}
	.single-blog-page .container .blog-image .post-thumbnail {
		height: 100%;
	}
	.single-blog-page .container .blog-image .post-thumbnail img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: fill;
		object-position: center;
	}
	.single-blog-page .container .single-blog-content {
		margin: 2rem auto 1rem;
		flex-flow: row wrap;
	}
	.single-blog-page .container .single-blog-content .blog-content {
		max-width: 100%;
	}
	.single-blog-page .container .single-blog-content .blog-content .blog-bottom {
		margin-top: 2rem;
		border-radius: 15px;
		background: rgba(11, 12, 16, 0.25);
		border: 1px solid #4d5766;
		padding: 2.5rem 1.5rem;
		backdrop-filter: blur(40px);
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		position: relative;
		overflow: hidden;
		align-items: center;
	}
	.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__logo {
		height: fit-content;
		opacity: 0.8;
	}
	.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__title h2 {
		font-size: 24px;
		line-height: 1.3;
	}
	.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons {
		display: flex;
		gap: 10px;
		justify-content: center;
		align-items: stretch;
		margin-top: 2rem;
		flex-flow: row wrap;
	}
	.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn {
		flex: 1 1 100%;
		display: flex;
		justify-content: center;
	}
	.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn a {
		width: 100%;
	}
	.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn {
		background: rgba(194, 208, 228, 0.15);
	}
	.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char {
		color: transparent;
	}
	.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::before, .single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::after {
		color: #fff;
	}
	.single-blog-page .container .single-blog-content .blog-sidebar {
		flex: 1 1 100%;
	}
}

@media (max-width: 576px) {
	.single-blog-page {
		text-align: center;
		width: 100%;
		padding: 40px 0;
	}
	.single-blog-page .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.single-blog-page .container .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		margin: 1rem 0 1rem;
		transition: all 0.5s ease-in-out;
	}
	.single-blog-page .container .pill a {
		text-decoration: none;
		color: rgba(194, 208, 228, 0.5);
		transition: inherit;
	}
	.single-blog-page .container .pill:hover {
		background: rgba(194, 208, 228, 0.25);
	}
	.single-blog-page .container .pill:hover a {
		color: rgba(194, 208, 228, 0.9);
	}
	.single-blog-page .container h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 36px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem auto;
		padding: 0;
		font-weight: 800;
		max-width: 90%;
	}
	.single-blog-page .container .blog-excerpt {
		color: rgba(194, 208, 228, 0.9);
		font-weight: 500;
		font-size: 18px;
		max-width: 100%;
		margin: 25px auto 0 auto;
	}
	.single-blog-page .container .blog-meta {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: center;
		color: rgba(194, 208, 228, 0.8);
		gap: 0.7rem;
		font-weight: 600;
		margin: 0 0 3rem;
		font-size: 14px;
	}
	.single-blog-page .container .blog-meta .bm__dot {
		height: 6px;
		width: 6px;
		background: rgba(194, 208, 228, 0.4);
		border-radius: 100%;
	}
	.single-blog-page .container .blog-meta .bm__author span {
		color: rgba(194, 208, 228, 0.5);
		font-weight: 500;
	}
	.single-blog-page .container .blog-image {
		max-width: 100%;
		overflow: hidden;
		border-radius: 15px;
		margin: 0 auto;
	}
	.single-blog-page .container .blog-image .post-thumbnail {
		height: 100%;
	}
	.single-blog-page .container .blog-image .post-thumbnail img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: fill;
		object-position: center;
	}
	.single-blog-page .container .single-blog-content {
		margin: 2rem auto 1rem;
		flex-flow: row wrap;
	}
	.single-blog-page .container .single-blog-content .blog-content {
		max-width: 100%;
	}
	.single-blog-page .container .single-blog-content .blog-content .blog-bottom {
		margin-top: 2rem;
		border-radius: 15px;
		background: rgba(11, 12, 16, 0.25);
		border: 1px solid #4d5766;
		padding: 2.5rem 1.5rem;
		backdrop-filter: blur(40px);
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		position: relative;
		overflow: hidden;
		align-items: center;
	}
	.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__logo {
		height: fit-content;
		opacity: 0.8;
	}
	.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__title h2 {
		font-size: 24px;
		line-height: 1.3;
	}
	.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons {
		display: flex;
		gap: 10px;
		justify-content: center;
		align-items: stretch;
		margin-top: 2rem;
		flex-flow: row wrap;
	}
	.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn {
		flex: 1 1 100%;
		display: flex;
		justify-content: center;
	}
	.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn a {
		width: 100%;
	}
	.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn {
		background: rgba(194, 208, 228, 0.15);
	}
	.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char {
		color: transparent;
	}
	.single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::before, .single-blog-page .container .single-blog-content .blog-content .blog-bottom .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::after {
		color: #fff;
	}
	.single-blog-page .container .single-blog-content .blog-sidebar {
		flex: 1 1 100%;
	}
}

@property --color1 {
	syntax: "<color>";
	initial-value: #2cd9ff;
	inherits: false;
}

@property --color2 {
	syntax: "<color>";
	initial-value: #7effb2;
	inherits: false;
}

@property --color3 {
	syntax: "<color>";
	initial-value: #f4ff7a;
	inherits: false;
}

@property --color4 {
	syntax: "<color>";
	initial-value: #ffd80e;
	inherits: false;
}

@keyframes pulse {
	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}
	50% {
		opacity: 0.5;
		transform: scale(0.95);
	}
}

.blog-page {
	text-align: center;
	width: 100%;
	padding: 90px 1.5rem 0px 1.5rem;
}

.blog-page .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.blog-page .container p {
	max-width: 600px;
	margin: 25px auto 0 auto;
	color: #68717f;
}

.blog-page .container .pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
}

.blog-page .container h1 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 80px;
	line-height: 100px;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

.blog-page .container h1 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

.blog-page .container .sub-text {
	color: rgba(194, 208, 228, 0.5);
	margin: 0 auto;
	font-weight: 500;
}

.blog-page .container .sub-text a {
	color: #aad57a;
	text-decoration: none;
}

.blog-page .container .email-wrapper {
	position: relative;
	margin: 2rem auto 0.3rem;
}

.blog-page .container .email-wrapper #confetti-canvas-blog {
	position: absolute;
	right: 19%;
	bottom: -133px;
	width: 500px;
	height: 500px;
	pointer-events: none;
	z-index: 9999;
}

.blog-page .container .email-wrapper .subscribe-form {
	position: relative;
	max-width: 600px;
	margin: 0 auto;
}

.blog-page .container .email-wrapper .subscribe-form form {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}

.blog-page .container .email-wrapper .subscribe-form form input[type="email"] {
	background-color: transparent;
	outline: none;
	border: none;
	color: #c2d0e4;
	max-width: 85%;
	flex: 1 1 auto;
	padding: 15px 25px;
	font-weight: 400;
}

.blog-page .container .email-wrapper .subscribe-form form button {
	background: #1daa91;
	color: #0b0c10;
	padding: 15px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: none;
	height: 67px;
	width: 205px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	position: relative;
	justify-content: center;
	overflow: hidden;
	cursor: pointer;
	transition: width 0.2s cubic-bezier(0.39, 1.86, 0.64, 1);
}

.blog-page .container .email-wrapper .subscribe-form form button .button-text {
	font-size: 16px;
	white-space: nowrap;
}

.blog-page .container .email-wrapper .subscribe-form form button .messageCont {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.blog-page .container .email-wrapper .subscribe-form form button.ready .readyMSG .button-text span {
	opacity: 1;
	transition: all 0.2s ease calc(var(--dr) + 600ms);
	transform: translate3d(0, 0, 0);
}

.blog-page .container .email-wrapper .subscribe-form form button.ready .readyMSG .button-text span:nth-of-type(5) {
	margin: 0 2px;
}

.blog-page .container .email-wrapper .subscribe-form form button.ready .readyMSG svg {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: transform 0.4s ease 600ms, opacity 0.3s linear 600ms;
}

.blog-page .container .email-wrapper .subscribe-form form button.loading {
	width: 160px;
	transition: width 0.3s ease 0.4s;
}

.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG {
	opacity: 1;
	transform: translate3d(-50%, -50%, 0);
}

.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle {
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-name: loading;
}

.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(2) {
	animation-delay: 0.1s;
}

.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(3) {
	animation-delay: 0.2s;
}

.blog-page .container .email-wrapper .subscribe-form form button.success .successMSG .button-text span {
	opacity: 1;
	transition: all 0.2s ease calc(var(--d) + 700ms);
}

.blog-page .container .email-wrapper .subscribe-form form button.success .successMSG svg {
	opacity: 1;
	stroke-dashoffset: 0;
	transition: opacity 0.3s linear 300ms, stroke-dashoffset 0.3s ease-in-out 900ms;
}

.blog-page .container .email-wrapper .subscribe-form form button.error .errorMSG .button-text span {
	opacity: 1;
	transition: all 0.2s ease calc(var(--d) + 400ms);
}

.blog-page .container .email-wrapper .subscribe-form form button.error .errorMSG svg {
	opacity: 1;
	stroke-dashoffset: 0;
	transition: opacity 0.3s linear 300ms, stroke-dashoffset 0.3s ease-in-out 600ms;
}

.blog-page .container .email-wrapper .subscribe-form form button .readyMSG {
	flex: 0 0 auto;
	font-family: "Plus Jakarta Sans", sans-serif;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 8px;
}

.blog-page .container .email-wrapper .subscribe-form form button .readyMSG .button-text span {
	opacity: 0;
	display: inline-block;
	transform: translate3d(0, 20px, 0);
	transition: all 0.4s ease var(--d);
}

.blog-page .container .email-wrapper .subscribe-form form button .readyMSG svg {
	height: 18px;
	width: 18px;
	opacity: 0;
	transform: translate3d(0, 20px, 0);
	transition: transform 0.4s ease, opacity 0.3s linear;
}

.blog-page .container .email-wrapper .subscribe-form form button .loadingMSG {
	transform: translate3d(-50%, 50px, 0);
	transition: transform 0.3s cubic-bezier(0.22, 0, 0.41, -0.57), opacity 0.3s linear 0.3s;
	opacity: 0;
}

.blog-page .container .email-wrapper .subscribe-form form button .loadingMSG svg {
	fill: #0b0c10;
	margin: 0;
	width: 22px;
}

.blog-page .container .email-wrapper .subscribe-form form button .successMSG {
	flex: 0 0 auto;
	font-family: "Plus Jakarta Sans", sans-serif;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 8px;
}

.blog-page .container .email-wrapper .subscribe-form form button .successMSG .button-text span {
	opacity: 0;
	display: inline-block;
	transition: all 0.2s ease var(--dr);
}

.blog-page .container .email-wrapper .subscribe-form form button .successMSG svg {
	opacity: 0;
	height: 18px;
	width: 18px;
	stroke-dasharray: 30;
	stroke-dashoffset: 30;
	transition: transform 0.4s ease, opacity 0.3s linear, stroke-dashoffset 0.3s ease-in-out;
}

.blog-page .container .email-wrapper .subscribe-form form button .errorMSG {
	flex: 0 0 auto;
	font-family: "Plus Jakarta Sans", sans-serif;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 8px;
}

.blog-page .container .email-wrapper .subscribe-form form button .errorMSG .button-text span {
	opacity: 0;
	display: inline-block;
	transition: all 0.2s ease var(--dr);
}

.blog-page .container .email-wrapper .subscribe-form form button .errorMSG svg {
	opacity: 0;
	height: 18px;
	width: 18px;
	stroke-dasharray: 30;
	stroke-dashoffset: 30;
	transition: transform 0.4s ease, opacity 0.3s linear, stroke-dashoffset 0.3s ease-in-out;
}

.blog-page .container .email-wrapper .subscribe-form form ::placeholder {
	color: rgba(194, 208, 228, 0.8);
}

.blog-page .container .email-wrapper .subscribe-form .subscribe-message {
	text-align: center;
	line-height: 16px;
	opacity: 0;
	color: rgba(194, 208, 228, 0.8);
}

.blog-page .container .email-wrapper .subscribe-form .subscribe-message p {
	margin: 0.7rem 0;
}

.blog-page .container .social-wrapper {
	margin-top: -3rem;
}

.blog-page .container .social-wrapper.category-placement {
	margin-top: 2rem;
}

.blog-page .container .social-wrapper ul#social-ul {
	display: flex;
	width: 100%;
	margin: 5px auto;
	padding: 0;
	list-style: none;
	gap: 2rem;
	align-items: center;
	justify-content: center;
}

.blog-page .container .social-wrapper ul#social-ul li .single-social svg stop {
	transition: all 0.6s ease-in-out;
}

.blog-page .container .social-wrapper ul#social-ul li .single-social#discord-link svg {
	fill: url(#discord-gradient-1) white;
}

.blog-page .container .social-wrapper ul#social-ul li .single-social#telegram-link svg {
	fill: url(#telegram-gradient-1) white;
}

.blog-page .container .social-wrapper ul#social-ul li .single-social#twitter-link svg {
	fill: url(#twitter-gradient-1) white;
}

.blog-page .container .social-wrapper ul#social-ul li .single-social#instagram-link svg {
	fill: url(#instagram-gradient-1) white;
}

.blog-page .container .social-wrapper ul#social-ul li .single-social#facebook-link svg {
	fill: url(#fb-gradient-1) white;
}

.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link {
	display: flex;
	position: relative;
}

.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg {
	transition: all 0.3s ease;
}

.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg path {
	transition: inherit;
}

.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg:first-child {
	isolation: isolate;
	position: absolute;
	left: -2px;
	top: -4px;
	width: 100%;
	fill: transparent;
}

.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg:last-child {
	fill: #ffffff;
	margin-bottom: 4px;
}

.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#discord-link svg stop {
	stop-color: #5865f2;
}

.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#telegram-link svg stop:first-child {
	stop-color: #0088cc;
}

.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#telegram-link svg stop:last-child {
	stop-color: #0088cc;
}

.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#twitter-link svg stop:first-child {
	stop-color: #3bb1fa;
}

.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#twitter-link svg stop:last-child {
	stop-color: #1da1f2;
}

.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:first-child {
	stop-color: #feda75;
}

.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(2) {
	stop-color: #fa7e1e;
}

.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(3) {
	stop-color: #d62976;
}

.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(4) {
	stop-color: #962fbf;
}

.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:last-child {
	stop-color: #4f5bd5;
}

.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#facebook-link svg stop:first-child {
	stop-color: #17aafd;
}

.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#facebook-link svg stop:last-child {
	stop-color: #0165e2;
}

.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#tiktok-link svg:first-child {
	fill: #69c9d0;
}

.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#tiktok-link svg:last-child {
	fill: #ee1d52;
}

.blog-page .container .featured-posts {
	display: flex;
	flex-flow: row wrap;
	gap: 1rem;
	margin: 11rem 0 12rem;
}

.blog-page .container .featured-posts .single-fp {
	text-align: left;
	transition: all 0.5s ease-in-out;
}

.blog-page .container .featured-posts .single-fp.big {
	flex: 1 1 auto;
	border-radius: 15px;
	padding: 1rem;
	border: 1px solid rgba(194, 208, 228, 0.25);
	display: flex;
	flex-flow: column nowrap;
}

.blog-page .container .featured-posts .single-fp.big .sf__image {
	position: relative;
	border-radius: 15px;
	margin-bottom: 1rem;
	overflow: hidden;
	max-height: 400px;
}

.blog-page .container .featured-posts .single-fp.big .sf__image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: fill;
	object-position: center;
}

.blog-page .container .featured-posts .single-fp.big .sf__image .sf__category-tag {
	position: absolute;
	right: 1.5rem;
	bottom: 1.5rem;
	background: rgba(11, 12, 16, 0.25);
	border: 1px solid rgba(194, 208, 228, 0.25);
	backdrop-filter: blur(12.5px);
	border-radius: 100px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	padding: 10px 20px;
	transition: all 0.5s ease;
}

.blog-page .container .featured-posts .single-fp.big .sf__image .sf__category-tag a {
	text-decoration: none;
	color: #ffffff;
	transition: inherit;
}

.blog-page .container .featured-posts .single-fp.big .sf__image .sf__category-tag:hover {
	opacity: 0.8;
}

.blog-page .container .featured-posts .single-fp.big .sf__date {
	padding-left: 1.2rem;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 1rem 0 0.5rem;
}

.blog-page .container .featured-posts .single-fp.big .sf__title {
	padding-left: 1.2rem;
}

.blog-page .container .featured-posts .single-fp.big .sf__title a {
	text-decoration: none;
	font-style: normal;
	font-weight: 800;
	font-size: 40px;
	line-height: 112%;
	color: #ffffff;
	transition: all 0.5s ease;
}

.blog-page .container .featured-posts .single-fp.big .sf__title a:hover {
	opacity: 0.65;
}

.blog-page .container .featured-posts .single-fp.big .sf__excerpt {
	padding-left: 1.2rem;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 1.5rem 0 3rem;
}

.blog-page .container .featured-posts .single-fp.normal {
	flex: 1 1 auto;
	border-radius: 15px;
	padding: 1rem;
	border: 1px solid rgba(194, 208, 228, 0.25);
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	gap: 1.5rem;
}

.blog-page .container .featured-posts .single-fp.normal .sf__image {
	flex: 0 1 45%;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	max-height: 200px;
}

.blog-page .container .featured-posts .single-fp.normal .sf__image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	object-position: center;
}

.blog-page .container .featured-posts .single-fp.normal .sf__meta {
	flex: 0 1 53%;
	padding-right: 1rem;
}

.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.2rem;
}

.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__date {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
}

.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__category-tag {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
	text-decoration: none;
	transition: all 0.5s ease;
}

.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__category-tag a {
	text-decoration: none;
	color: #c2d0e4;
	transition: inherit;
}

.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__category-tag:hover {
	opacity: 0.8;
}

.blog-page .container .featured-posts .single-fp.normal .sf__meta .sf__title a {
	text-decoration: none;
	font-style: normal;
	font-weight: 800;
	font-size: 25px;
	line-height: 112%;
	color: #ffffff;
	transition: all 0.5s ease;
}

.blog-page .container .featured-posts .single-fp.normal .sf__meta .sf__title a:hover {
	opacity: 0.65;
}

.blog-page .container .featured-posts .single-fp:hover {
	border: 1px solid rgba(194, 208, 228, 0.65);
}

.blog-page .container .featured-posts .fp__left {
	flex: 1 1 0;
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
}

.blog-page .container .featured-posts .fp__right {
	flex: 1 1 0;
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
}

.blog-page .container .category-wrapper {
	margin: 6rem 0;
}

.blog-page .container .category-wrapper .category__title {
	text-align: left;
	margin-bottom: 4rem;
}

.blog-page .container .category-wrapper .category__title .ct__heading {
	margin-bottom: 1.3rem;
}

.blog-page .container .category-wrapper .category__title .ct__heading h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 80px;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 0.5rem 0;
	padding: 0;
	font-weight: 800;
}

.blog-page .container .category-wrapper .category__title .ct__heading h2 span {
	background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	width: fit-content;
	color: #101217;
}

.blog-page .container .category-wrapper .category__title .ct__text p {
	color: rgba(194, 208, 228, 0.5);
	margin: 0.8rem 0;
	font-weight: 500;
	font-size: 16px;
	max-width: 650px;
}

.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .slick-list {
	overflow: visible !important;
}

.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .slick-list .slick-track {
	display: flex !important;
	flex-flow: row nowrap;
}

.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category {
	border: 2px solid rgba(194, 208, 228, 0.15);
	min-height: 510px;
	flex: 1 0 420px;
	border-radius: 15px;
	padding: 3rem 2.5rem 2rem;
	display: flex;
	flex-flow: column;
	text-align: left;
	position: relative;
	transition: all 0.5s ease;
}

.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category a {
	text-decoration: none;
	display: flex;
	flex-flow: column nowrap;
	flex: 1 1 auto;
}

.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category[aria-hidden="true"] {
	transition: all 0.5s ease;
	opacity: 0.2;
}

.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:not(:last-of-type) {
	margin-right: 1rem;
}

.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-count {
	font-weight: 600;
	color: #ffffff;
	font-size: 16px;
}

.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title {
	margin-top: auto;
}

.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title h2 {
	font-size: 45px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 1rem;
}

.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title h2 span {
	background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
	display: block;
	line-height: 1.2;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 0 0 3px 0;
}

.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title p {
	margin: 0 auto;
	color: rgba(194, 208, 228, 0.5);
	font-weight: 500;
}

.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-button {
	align-self: flex-end;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1.5rem;
	border-radius: 100%;
	height: 53px;
	width: 53px;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: rgba(194, 208, 228, 0.25);
	--color2: rgba(194, 208, 228, 0.25);
	--color3: rgba(194, 208, 228, 0.25);
	--color4: rgba(194, 208, 228, 0.25);
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	cursor: pointer;
}

.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-button img {
	opacity: 0.5;
}

.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover {
	border: 2px solid transparent;
}

.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover .faq-button {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
}

.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover .faq-button img {
	opacity: 1;
}

.blog-page .container .category-wrapper .category-controls {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 2rem 0;
}

.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots {
	display: flex;
	margin: 0;
	gap: 10px;
	padding: 1rem 0;
	list-style-type: none;
	position: static;
	bottom: unset;
	text-align: unset;
}

.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li {
	position: static;
	display: unset;
	width: unset;
	height: unset;
	margin: unset;
	padding: unset;
	cursor: pointer;
}

.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li button {
	transition: all 0.3s ease-in-out;
	width: 30px;
	height: 5px;
	border-radius: 100px;
	background: rgba(194, 208, 228, 0.25);
}

.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li button::before {
	content: "";
}

.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li.slick-active button {
	width: 93px;
	background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
}

.blog-page .container .category-wrapper .category-controls .category-buttons {
	display: flex;
	gap: 1.1rem;
}

.blog-page .container .category-wrapper .category-controls .category-buttons div.slick-arrow {
	border-radius: 100%;
	display: flex;
	height: 38px;
	width: 38px;
	justify-content: center;
	align-items: center;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, transform 1s ease-in-out;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	cursor: pointer;
	user-select: none;
}

.blog-page .container .category-wrapper .category-controls .category-buttons div.slick-arrow.slick-disabled {
	cursor: auto;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	--color1: rgba(194, 208, 228, 0.25);
	--color2: rgba(194, 208, 228, 0.25);
	--color3: rgba(194, 208, 228, 0.25);
	--color4: rgba(194, 208, 228, 0.25);
}

.blog-page .container .latest-posts {
	display: flex;
	flex-flow: row wrap;
	gap: 1rem;
	margin: 6rem 0 12rem;
}

.blog-page .container .latest-posts.category {
	margin: 12rem 0 12rem;
}

.blog-page .container .latest-posts .lp__title {
	text-align: center;
	margin: 0 auto 3rem;
}

.blog-page .container .latest-posts .lp__title .lp__heading {
	margin-bottom: 1.3rem;
}

.blog-page .container .latest-posts .lp__title .lp__heading h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 80px;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 0.5rem 0;
	padding: 0;
	font-weight: 800;
}

.blog-page .container .latest-posts .lp__title .lp__heading h2 span {
	background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
	width: fit-content;
}

.blog-page .container .latest-posts .lp__title .lp__text p {
	color: rgba(194, 208, 228, 0.5);
	margin: 0.8rem 0;
	font-weight: 500;
	font-size: 16px;
	max-width: 600px;
}

.blog-page .container .latest-posts .lp__left {
	flex: 1 1 70%;
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
}

.blog-page .container .latest-posts .lp__left .ap-cont {
	flex: 1 1 auto;
	display: flex;
	flex-flow: row wrap;
	gap: 1rem;
}

.blog-page .container .latest-posts .lp__left .ap-cont.loading .single-lp {
	opacity: 0;
	transition: border 0.5s ease-in-out, opacity 0.5s ease;
	transition-delay: 0s, calc(1s * var(--out));
}

.blog-page .container .latest-posts .lp__left .ap-cont .single-lp {
	flex: 0 1 47%;
	border-radius: 15px;
	padding: 1rem;
	border: 1px solid rgba(194, 208, 228, 0.25);
	display: flex;
	flex-flow: column nowrap;
	text-align: left;
	height: 470px;
	transition: border 0.5s ease-in-out, opacity 0.5s ease;
	transition-delay: 0s, calc(1s * var(--in));
}

.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__image {
	border-radius: 15px;
	margin-bottom: 1rem;
	overflow: hidden;
	max-height: 180px;
	flex-shrink: 0;
}

.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}

.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.2rem;
	color: #c2d0e4;
}

.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
	text-decoration: none;
	transition: all 0.5s ease;
}

.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag a {
	text-decoration: none;
	color: #c2d0e4;
	transition: inherit;
}

.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag:hover {
	opacity: 0.8;
}

.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__date {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
}

.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title {
	margin-bottom: 1rem;
}

.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title a {
	text-decoration: none;
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 112%;
	color: #ffffff;
	transition: all 0.5s ease;
}

.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title a:hover {
	opacity: 0.65;
}

.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__excerpt {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin-bottom: 1rem;
}

.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__button {
	margin-top: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 30px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 10px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 230%;
	display: flex;
	align-items: center;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
	color: #ffffff;
	text-decoration: none;
}

.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__button:hover {
	background: rgba(194, 208, 228, 0.35);
}

.blog-page .container .latest-posts .lp__left .ap-cont .single-lp:hover {
	border: 1px solid rgba(194, 208, 228, 0.65);
}

.blog-page .container .latest-posts .lp__left .ap-cont.loading ~ .lp__pagination {
	pointer-events: none;
	user-select: none;
}

.blog-page .container .latest-posts .lp__left .lp__pagination {
	flex: 0 1 auto;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	margin-top: auto;
}

.blog-page .container .latest-posts .lp__left .lp__pagination a {
	outline: none;
}

.blog-page .container .latest-posts .lp__left .lp__pagination .next,
.blog-page .container .latest-posts .lp__left .lp__pagination .prev {
	margin-top: 1px;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
	cursor: pointer;
	display: inline-block;
	transition: all 0.5s ease-in-out;
}

.blog-page .container .latest-posts .lp__left .lp__pagination .next.disabled,
.blog-page .container .latest-posts .lp__left .lp__pagination .prev.disabled {
	opacity: 0.4;
	touch-action: none;
	pointer-events: none;
}

.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers {
	text-decoration: none;
	display: flex;
	align-items: center;
	color: rgba(194, 208, 228, 0.5);
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}

.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers.current {
	position: relative;
}

.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers.current::before {
	height: 100%;
	transition: all 5s ease;
}

.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers:hover {
	color: rgba(194, 208, 228, 0.6);
}

.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 0%;
	overflow: hidden;
	color: white;
	content: attr(data-number);
	transition: all 5s ease;
	-webkit-text-stroke-width: 1px;
}

.blog-page .container .latest-posts .lp__right {
	flex: 0 1 350px;
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
}

.blog-page .container .latest-posts .lp__right .single-card {
	border: 1px solid rgba(194, 208, 228, 0.1);
	border-radius: 15px;
	display: flex;
	flex-flow: column nowrap;
	min-height: 520px;
	padding: 2.5rem 1.6rem 2rem;
	text-align: left;
}

.blog-page .container .latest-posts .lp__right .single-card .sc__logo {
	margin-bottom: 3rem;
	padding-left: 0.8rem;
}

.blog-page .container .latest-posts .lp__right .single-card .sc__title {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 40px;
	line-height: 1.2;
	color: #fff;
	margin: 0 0 0.5rem 0;
	padding-left: 0.8rem;
	font-weight: 800;
}

.blog-page .container .latest-posts .lp__right .single-card .sc__title span {
	background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
	display: block;
	width: fit-content;
}

.blog-page .container .latest-posts .lp__right .single-card .sc__button {
	margin-top: auto;
}

.blog-page .container .latest-posts .lp__right .single-card .sc__button a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 30px;
	background: rgba(194, 208, 228, 0.15);
	backdrop-filter: blur(10px);
	border-radius: 10px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 230%;
	display: flex;
	align-items: center;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.6s ease-in-out;
}

.blog-page .container .latest-posts .lp__right .single-card .sc__button a:hover {
	transform: translateY(-4px);
	background: rgba(194, 208, 228, 0.05);
}

.blog-page .container .latest-posts .lp__right .single-card.top {
	background: url("../svg/card-1.svg"), radial-gradient(96.36% 96.36% at 8.71% 3.64%, #15181e 0%, #050508 100%);
	background-clip: padding-box;
	background-repeat: no-repeat, no-repeat;
	background-position: center bottom, center;
}

.blog-page .container .latest-posts .lp__right .single-card.bottom {
	background: url("../svg/banner-img.svg"), radial-gradient(96.36% 96.36% at 8.71% 3.64%, #15181e 0%, #050508 100%);
	background-clip: padding-box;
	background-repeat: no-repeat, no-repeat;
	background-position: center 136px, center;
	background-size: 326px auto, auto;
}

.blog-page .container .latest-posts .lp__right .single-card.bottom .sc__title {
	text-align: center;
	padding: 0;
}

.blog-page .container .latest-posts .lp__right .single-card.bottom .sc__title span {
	display: revert;
	width: fit-content;
}

.blog-page .container .action-wrapper-2 {
	display: flex;
	gap: 1.5rem;
	flex-flow: row nowrap;
	margin: 3.5rem auto;
}

.blog-page .container .action-wrapper-2 .single-action {
	flex: 1 1 0;
	border: 1px solid rgba(194, 208, 228, 0.4);
	background: rgba(194, 208, 228, 0.05);
	backdrop-filter: blur(20px);
	border-radius: 15px;
	padding: 2.5rem 1.5rem 1rem;
	text-align: left;
	display: flex;
	flex-flow: column nowrap;
	min-height: 335px;
}

.blog-page .container .action-wrapper-2 .single-action::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.blog-page .container .action-wrapper-2 .single-action:hover {
	border: 1px solid transparent;
}

.blog-page .container .action-wrapper-2 .single-action:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.blog-page .container .action-wrapper-2 .single-action .sa__header h2 {
	font-size: 45px;
	color: #ffffff;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 1rem;
}

.blog-page .container .action-wrapper-2 .single-action .sa__header h2 span {
	background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
	line-height: 1.2;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: block;
}

.blog-page .container .action-wrapper-2 .single-action .sa__text p {
	margin: 0 auto;
	color: rgba(194, 208, 228, 0.5);
	font-weight: 400;
}

.blog-page .container .action-wrapper-2 .single-action .sa__btn {
	width: 100%;
	text-align: center;
	max-width: 100%;
	margin-top: auto;
}

.blog-page .container .action-wrapper-2 .single-action .sa__btn a#cta-btn {
	display: flex;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

@media (max-width: 1305px) {
	.blog-page .container .latest-posts {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		margin: 0rem 0 180px;
	}
	.blog-page .container .latest-posts.category {
		margin: 16rem 0 12rem;
	}
	.blog-page .container .latest-posts .lp__title {
		text-align: center;
		margin: 0 auto 3rem;
	}
	.blog-page .container .latest-posts .lp__title .lp__heading {
		margin-bottom: 1.3rem;
	}
	.blog-page .container .latest-posts .lp__title .lp__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 56px;
		line-height: 1.2;
		color: #fff;
		margin: 0 0 0.5rem 0;
		padding: 0;
		font-weight: 800;
	}
	.blog-page .container .latest-posts .lp__title .lp__heading h2 span {
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		width: fit-content;
	}
	.blog-page .container .latest-posts .lp__title .lp__text p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0.8rem 0;
		font-weight: 500;
		font-size: 16px;
		max-width: 600px;
	}
	.blog-page .container .latest-posts .lp__left {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont {
		flex: 1 1 auto;
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont.loading .single-lp {
		opacity: 0;
		transition: border 0.5s ease-in-out, opacity 0.5s ease;
		transition-delay: 0s, calc(1s * var(--out));
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp {
		flex: 1 1 47%;
		border-radius: 15px;
		padding: 1rem;
		border: 1px solid rgba(194, 208, 228, 0.25);
		display: flex;
		flex-flow: column nowrap;
		text-align: left;
		height: 470px;
		transition: border 0.5s ease-in-out, opacity 0.5s ease;
		transition-delay: 0s, calc(1s * var(--in));
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__image {
		border-radius: 15px;
		margin-bottom: 1rem;
		overflow: hidden;
		max-height: 180px;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__image img {
		display: block;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 1.2rem;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag {
		font-weight: 600;
		font-size: 14px;
		line-height: 20px;
		text-align: right;
		text-decoration: none;
		transition: all 0.5s ease;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag a {
		text-decoration: none;
		color: #c2d0e4;
		transition: inherit;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag:hover {
		opacity: 0.8;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__date {
		font-weight: 600;
		font-size: 14px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title {
		margin-bottom: 1rem;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title a {
		text-decoration: none;
		font-style: normal;
		font-weight: 800;
		font-size: 20px;
		line-height: 112%;
		color: #ffffff;
		transition: all 0.5s ease;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title a:hover {
		opacity: 0.65;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__excerpt {
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin-bottom: 1rem;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__button {
		margin-top: auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 10px 30px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 10px;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 230%;
		display: flex;
		align-items: center;
		transition: all 0.5s ease-in-out;
		cursor: pointer;
		color: #ffffff;
		text-decoration: none;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__button:hover {
		background: rgba(194, 208, 228, 0.35);
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp:hover {
		border: 1px solid rgba(194, 208, 228, 0.65);
	}
	.blog-page .container .latest-posts .lp__left .ap-cont.loading ~ .lp__pagination {
		pointer-events: none;
		user-select: none;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination {
		flex: 0 1 auto;
		height: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 2rem;
		margin-top: auto;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination a {
		outline: none;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination .next,
	.blog-page .container .latest-posts .lp__left .lp__pagination .prev {
		margin-top: 1px;
		margin-left: 1.5rem;
		margin-right: 1.5rem;
		cursor: pointer;
		display: inline-block;
		transition: all 0.5s ease-in-out;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination .next.disabled,
	.blog-page .container .latest-posts .lp__left .lp__pagination .prev.disabled {
		opacity: 0.4;
		touch-action: none;
		pointer-events: none;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers {
		text-decoration: none;
		display: flex;
		align-items: center;
		color: rgba(194, 208, 228, 0.5);
		transition: all 0.5s ease-in-out;
		cursor: pointer;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers.current {
		position: relative;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers.current::before {
		height: 100%;
		transition: all 5s ease;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers:hover {
		color: rgba(194, 208, 228, 0.6);
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers::before {
		position: absolute;
		left: 0;
		top: 0;
		height: 0%;
		overflow: hidden;
		color: white;
		content: attr(data-number);
		transition: all 5s ease;
		-webkit-text-stroke-width: 1px;
	}
	.blog-page .container .latest-posts .lp__right {
		flex: 1 1 100%;
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
	}
	.blog-page .container .latest-posts .lp__right .single-card {
		flex: 1 1 0;
		border: 1px solid rgba(194, 208, 228, 0.1);
		border-radius: 15px;
		display: flex;
		flex-flow: column nowrap;
		min-height: 520px;
		padding: 2.5rem 1.6rem 2rem;
		text-align: left;
	}
	.blog-page .container .latest-posts .lp__right .single-card .sc__logo {
		margin-bottom: 3rem;
		padding-left: 0.8rem;
	}
	.blog-page .container .latest-posts .lp__right .single-card .sc__title {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 0 0 0.5rem 0;
		padding-left: 0.8rem;
		font-weight: 800;
	}
	.blog-page .container .latest-posts .lp__right .single-card .sc__title span {
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
		width: fit-content;
	}
	.blog-page .container .latest-posts .lp__right .single-card .sc__button {
		margin-top: auto;
	}
	.blog-page .container .latest-posts .lp__right .single-card .sc__button a {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 10px 30px;
		background: rgba(194, 208, 228, 0.15);
		backdrop-filter: blur(10px);
		border-radius: 10px;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 230%;
		display: flex;
		align-items: center;
		text-align: center;
		color: #ffffff;
		text-decoration: none;
		transition: all 0.6s ease-in-out;
	}
	.blog-page .container .latest-posts .lp__right .single-card .sc__button a:hover {
		transform: translateY(-4px);
		background: rgba(194, 208, 228, 0.05);
	}
	.blog-page .container .latest-posts .lp__right .single-card.top {
		background: url("../svg/card-1.svg"), radial-gradient(96.36% 96.36% at 8.71% 3.64%, #15181e 0%, #050508 100%);
		background-clip: padding-box;
		background-repeat: no-repeat, no-repeat;
		background-position: center bottom, center;
	}
	.blog-page .container .latest-posts .lp__right .single-card.bottom {
		background: url("../svg/banner-img.svg"), radial-gradient(96.36% 96.36% at 8.71% 3.64%, #15181e 0%, #050508 100%);
		background-clip: padding-box;
		background-repeat: no-repeat, no-repeat;
		background-position: center 136px, center;
		background-size: 326px auto, auto;
	}
	.blog-page .container .latest-posts .lp__right .single-card.bottom .sc__title {
		text-align: center;
		padding: 0;
	}
	.blog-page .container .latest-posts .lp__right .single-card.bottom .sc__title span {
		display: revert;
		width: fit-content;
	}
}

@media (max-width: 992px) {
	.blog-page {
		padding-top: 40px;
	}
	.blog-page .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
	}
	.blog-page .container p {
		max-width: 600px;
		margin: 25px auto 0 auto;
		color: #68717f;
	}
	.blog-page .container .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.blog-page .container h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 56px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.blog-page .container h1 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.blog-page .container .sub-text {
		color: rgba(194, 208, 228, 0.5);
		margin: 0 auto;
		font-weight: 500;
	}
	.blog-page .container .sub-text a {
		color: #aad57a;
		text-decoration: none;
	}
	.blog-page .container .email-wrapper {
		position: relative;
		margin: 2rem auto 0.3rem;
	}
	.blog-page .container .email-wrapper #confetti-canvas-blog {
		position: absolute;
		right: 0%;
		bottom: -133px;
		width: 100%;
		height: 500px;
		pointer-events: none;
		z-index: 9999;
	}
	.blog-page .container .email-wrapper .subscribe-form {
		position: relative;
		max-width: 600px;
		margin: 0 auto;
	}
	.blog-page .container .email-wrapper .subscribe-form form {
		background-color: rgba(255, 255, 255, 0.1);
		border-radius: 15px;
		display: flex;
		justify-content: space-between;
		position: relative;
		z-index: 10;
	}
	.blog-page .container .email-wrapper .subscribe-form form input[type="email"] {
		background-color: transparent;
		outline: none;
		border: none;
		color: #c2d0e4;
		max-width: 85%;
		flex: 1 1 auto;
		padding: 15px 25px;
		font-weight: 400;
	}
	.blog-page .container .email-wrapper .subscribe-form form button {
		background: #1daa91;
		color: #0b0c10;
		padding: 15px 30px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		border: none;
		height: 67px;
		width: 205px;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		position: relative;
		justify-content: center;
		overflow: hidden;
		cursor: pointer;
		transition: width 0.2s cubic-bezier(0.39, 1.86, 0.64, 1);
	}
	.blog-page .container .email-wrapper .subscribe-form form button .button-text {
		font-size: 16px;
		white-space: nowrap;
	}
	.blog-page .container .email-wrapper .subscribe-form form button .messageCont {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate3d(-50%, -50%, 0);
	}
	.blog-page .container .email-wrapper .subscribe-form form button.ready .readyMSG .button-text span {
		opacity: 1;
		transition: all 0.2s ease calc(var(--dr) + 600ms);
		transform: translate3d(0, 0, 0);
	}
	.blog-page .container .email-wrapper .subscribe-form form button.ready .readyMSG .button-text span:nth-of-type(5) {
		margin: 0 2px;
	}
	.blog-page .container .email-wrapper .subscribe-form form button.ready .readyMSG svg {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition: transform 0.4s ease 600ms, opacity 0.3s linear 600ms;
	}
	.blog-page .container .email-wrapper .subscribe-form form button.loading {
		width: 160px;
		transition: width 0.3s ease 0.4s;
	}
	.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG {
		opacity: 1;
		transform: translate3d(-50%, -50%, 0);
	}
	.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle {
		animation-duration: 1s;
		animation-iteration-count: infinite;
		animation-name: loading;
	}
	.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(2) {
		animation-delay: 0.1s;
	}
	.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(3) {
		animation-delay: 0.2s;
	}
	.blog-page .container .email-wrapper .subscribe-form form button.success .successMSG .button-text span {
		opacity: 1;
		transition: all 0.2s ease calc(var(--d) + 700ms);
	}
	.blog-page .container .email-wrapper .subscribe-form form button.success .successMSG svg {
		opacity: 1;
		stroke-dashoffset: 0;
		transition: opacity 0.3s linear 300ms, stroke-dashoffset 0.3s ease-in-out 900ms;
	}
	.blog-page .container .email-wrapper .subscribe-form form button.error .errorMSG .button-text span {
		opacity: 1;
		transition: all 0.2s ease calc(var(--d) + 400ms);
	}
	.blog-page .container .email-wrapper .subscribe-form form button.error .errorMSG svg {
		opacity: 1;
		stroke-dashoffset: 0;
		transition: opacity 0.3s linear 300ms, stroke-dashoffset 0.3s ease-in-out 600ms;
	}
	.blog-page .container .email-wrapper .subscribe-form form button .readyMSG {
		flex: 0 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 700;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 8px;
	}
	.blog-page .container .email-wrapper .subscribe-form form button .readyMSG .button-text span {
		opacity: 0;
		display: inline-block;
		transform: translate3d(0, 20px, 0);
		transition: all 0.4s ease var(--d);
	}
	.blog-page .container .email-wrapper .subscribe-form form button .readyMSG svg {
		height: 18px;
		width: 18px;
		opacity: 0;
		transform: translate3d(0, 20px, 0);
		transition: transform 0.4s ease, opacity 0.3s linear;
	}
	.blog-page .container .email-wrapper .subscribe-form form button .loadingMSG {
		transform: translate3d(-50%, 50px, 0);
		transition: transform 0.3s cubic-bezier(0.22, 0, 0.41, -0.57), opacity 0.3s linear 0.3s;
		opacity: 0;
	}
	.blog-page .container .email-wrapper .subscribe-form form button .loadingMSG svg {
		fill: #0b0c10;
		margin: 0;
		width: 22px;
	}
	.blog-page .container .email-wrapper .subscribe-form form button .successMSG {
		flex: 0 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 700;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 8px;
	}
	.blog-page .container .email-wrapper .subscribe-form form button .successMSG .button-text span {
		opacity: 0;
		display: inline-block;
		transition: all 0.2s ease var(--dr);
	}
	.blog-page .container .email-wrapper .subscribe-form form button .successMSG svg {
		opacity: 0;
		height: 18px;
		width: 18px;
		stroke-dasharray: 30;
		stroke-dashoffset: 30;
		transition: transform 0.4s ease, opacity 0.3s linear, stroke-dashoffset 0.3s ease-in-out;
	}
	.blog-page .container .email-wrapper .subscribe-form form button .errorMSG {
		flex: 0 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 700;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 8px;
	}
	.blog-page .container .email-wrapper .subscribe-form form button .errorMSG .button-text span {
		opacity: 0;
		display: inline-block;
		transition: all 0.2s ease var(--dr);
	}
	.blog-page .container .email-wrapper .subscribe-form form button .errorMSG svg {
		opacity: 0;
		height: 18px;
		width: 18px;
		stroke-dasharray: 30;
		stroke-dashoffset: 30;
		transition: transform 0.4s ease, opacity 0.3s linear, stroke-dashoffset 0.3s ease-in-out;
	}
	.blog-page .container .email-wrapper .subscribe-form form ::placeholder {
		color: rgba(194, 208, 228, 0.8);
	}
	.blog-page .container .email-wrapper .subscribe-form .subscribe-message {
		text-align: center;
		line-height: 16px;
		opacity: 0;
		color: rgba(194, 208, 228, 0.8);
	}
	.blog-page .container .email-wrapper .subscribe-form .subscribe-message p {
		margin: 0.7rem 0;
	}
	.blog-page .container .social-wrapper ul#social-ul {
		display: flex;
		width: 100%;
		margin: 5px auto;
		padding: 0;
		list-style: none;
		gap: 2rem;
		align-items: center;
		justify-content: center;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social svg stop {
		transition: all 0.6s ease-in-out;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#discord-link svg {
		fill: url(#discord-gradient-1) white;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#telegram-link svg {
		fill: url(#telegram-gradient-1) white;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#twitter-link svg {
		fill: url(#twitter-gradient-1) white;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#instagram-link svg {
		fill: url(#instagram-gradient-1) white;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#facebook-link svg {
		fill: url(#fb-gradient-1) white;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link {
		display: flex;
		position: relative;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg {
		transition: all 0.3s ease;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg path {
		transition: inherit;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg:first-child {
		isolation: isolate;
		position: absolute;
		left: -2px;
		top: -4px;
		width: 100%;
		fill: transparent;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg:last-child {
		fill: #ffffff;
		margin-bottom: 4px;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#discord-link svg stop {
		stop-color: #5865f2;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#telegram-link svg stop:first-child {
		stop-color: #0088cc;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#telegram-link svg stop:last-child {
		stop-color: #0088cc;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#twitter-link svg stop:first-child {
		stop-color: #3bb1fa;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#twitter-link svg stop:last-child {
		stop-color: #1da1f2;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:first-child {
		stop-color: #feda75;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(2) {
		stop-color: #fa7e1e;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(3) {
		stop-color: #d62976;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(4) {
		stop-color: #962fbf;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:last-child {
		stop-color: #4f5bd5;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#facebook-link svg stop:first-child {
		stop-color: #17aafd;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#facebook-link svg stop:last-child {
		stop-color: #0165e2;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#tiktok-link svg:first-child {
		fill: #69c9d0;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#tiktok-link svg:last-child {
		fill: #ee1d52;
	}
	.blog-page .container .featured-posts {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		margin: 11rem 0 12rem;
	}
	.blog-page .container .featured-posts .single-fp {
		text-align: left;
		transition: all 0.5s ease-in-out;
	}
	.blog-page .container .featured-posts .single-fp.big {
		flex: 1 1 auto;
		border-radius: 15px;
		padding: 1rem;
		border: 1px solid rgba(194, 208, 228, 0.25);
		display: flex;
		flex-flow: column nowrap;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__image {
		position: relative;
		border-radius: 15px;
		margin-bottom: 1rem;
		overflow: hidden;
		max-height: 400px;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__image img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: fill;
		object-position: center;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__image .sf__category-tag {
		position: absolute;
		right: 1.5rem;
		bottom: 1.5rem;
		background: rgba(11, 12, 16, 0.25);
		border: 1px solid rgba(194, 208, 228, 0.25);
		backdrop-filter: blur(12.5px);
		border-radius: 100px;
		font-weight: 600;
		font-size: 16px;
		line-height: 20px;
		text-align: center;
		padding: 10px 20px;
		transition: all 0.5s ease;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__image .sf__category-tag a {
		text-decoration: none;
		color: #ffffff;
		transition: inherit;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__image .sf__category-tag:hover {
		opacity: 0.8;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__date {
		padding-left: 1.2rem;
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 1rem 0 0.5rem;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__title {
		padding-left: 1.2rem;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__title a {
		text-decoration: none;
		font-style: normal;
		font-weight: 800;
		font-size: 22px;
		line-height: 112%;
		color: #ffffff;
		transition: all 0.5s ease;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__title a:hover {
		opacity: 0.65;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__excerpt {
		padding-left: 1.2rem;
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 1.5rem 0 3rem;
	}
	.blog-page .container .featured-posts .single-fp.normal {
		flex: 1 1 auto;
		border-radius: 15px;
		padding: 1rem;
		border: 1px solid rgba(194, 208, 228, 0.25);
		display: flex;
		align-items: center;
		flex-flow: row nowrap;
		gap: 1.5rem;
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__image {
		flex: 0 1 45%;
		position: relative;
		border-radius: 15px;
		overflow: hidden;
		height: 100%;
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__image img {
		width: 100%;
		height: 100%;
		display: block;
		object-fit: cover;
		object-position: center;
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__meta {
		flex: 0 1 53%;
		padding-right: 1rem;
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 1.2rem;
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__date {
		font-weight: 600;
		font-size: 14px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__category-tag {
		font-weight: 600;
		font-size: 14px;
		line-height: 20px;
		text-align: right;
		text-decoration: none;
		transition: all 0.5s ease;
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__category-tag a {
		text-decoration: none;
		color: #c2d0e4;
		transition: inherit;
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__category-tag:hover {
		opacity: 0.8;
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__meta .sf__title a {
		text-decoration: none;
		font-style: normal;
		font-weight: 800;
		font-size: 18px;
		line-height: 112%;
		color: #ffffff;
		transition: all 0.5s ease;
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__meta .sf__title a:hover {
		opacity: 0.65;
	}
	.blog-page .container .featured-posts .single-fp:hover {
		border: 1px solid rgba(194, 208, 228, 0.65);
	}
	.blog-page .container .featured-posts .fp__left {
		flex: 1 1 0;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	.blog-page .container .featured-posts .fp__right {
		flex: 1 1 0;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	.blog-page .container .category-wrapper {
		margin: 180px 0;
	}
	.blog-page .container .category-wrapper .category__title {
		text-align: left;
		margin-bottom: 0rem;
	}
	.blog-page .container .category-wrapper .category__title .ct__heading {
		margin-bottom: 1.5rem;
	}
	.blog-page .container .category-wrapper .category__title .ct__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 56px;
		line-height: 1.2;
		color: #fff;
		margin: 0 0 0.5rem 0;
		padding: 0;
		font-weight: 800;
	}
	.blog-page .container .category-wrapper .category__title .ct__heading h2 span {
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		width: fit-content;
		color: #101217;
	}
	.blog-page .container .category-wrapper .category__title .ct__text p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0.8rem 0;
		font-weight: 500;
		font-size: 16px;
		max-width: 100%;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .slick-list {
		overflow: hidden !important;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .slick-list .slick-track {
		display: block !important;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category {
		border: 2px solid rgba(194, 208, 228, 0.15);
		min-height: 510px;
		flex: 1 0 420px;
		border-radius: 15px;
		padding: 3rem 2.5rem 2rem;
		display: flex;
		flex-flow: column;
		text-align: left;
		position: relative;
		transition: all 0.5s ease;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category a {
		text-decoration: none;
		display: flex;
		flex-flow: column nowrap;
		flex: 1 1 auto;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category[aria-hidden="true"] {
		transition: all 0.5s ease;
		opacity: 0.2;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:not(:last-of-type) {
		margin-right: 1rem;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-count {
		font-weight: 600;
		color: #ffffff;
		font-size: 16px;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title {
		margin-top: auto;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title h2 {
		font-size: 45px;
		color: #ffffff;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 1rem;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title h2 span {
		background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
		display: block;
		line-height: 1.2;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		padding: 0 0 3px 0;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title p {
		margin: 0 auto;
		color: rgba(194, 208, 228, 0.5);
		font-weight: 500;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-button {
		align-self: flex-end;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 1.5rem;
		border-radius: 100%;
		height: 53px;
		width: 53px;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
		--color1: rgba(194, 208, 228, 0.25);
		--color2: rgba(194, 208, 228, 0.25);
		--color3: rgba(194, 208, 228, 0.25);
		--color4: rgba(194, 208, 228, 0.25);
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		cursor: pointer;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-button img {
		opacity: 0.5;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover {
		border: 2px solid transparent;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover .faq-button {
		animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover .faq-button img {
		opacity: 1;
	}
	.blog-page .container .category-wrapper .category-controls {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		margin: 2rem 0;
	}
	.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots {
		display: flex;
		margin: 0;
		gap: 10px;
		padding: 1rem 0;
		list-style-type: none;
		position: static;
		bottom: unset;
		text-align: unset;
	}
	.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li {
		position: static;
		display: unset;
		width: unset;
		height: unset;
		margin: unset;
		padding: unset;
		cursor: pointer;
	}
	.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li button {
		transition: all 0.3s ease-in-out;
		width: 30px;
		height: 5px;
		border-radius: 100px;
		background: rgba(194, 208, 228, 0.25);
	}
	.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li button::before {
		content: "";
	}
	.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li.slick-active button {
		width: 93px;
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	}
	.blog-page .container .category-wrapper .category-controls .category-buttons {
		display: flex;
		gap: 1.1rem;
	}
	.blog-page .container .category-wrapper .category-controls .category-buttons div.slick-arrow {
		border-radius: 100%;
		display: flex;
		height: 38px;
		width: 38px;
		justify-content: center;
		align-items: center;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, transform 1s ease-in-out;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		cursor: pointer;
		user-select: none;
	}
	.blog-page .container .category-wrapper .category-controls .category-buttons div.slick-arrow.slick-disabled {
		cursor: auto;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		--color1: rgba(194, 208, 228, 0.25);
		--color2: rgba(194, 208, 228, 0.25);
		--color3: rgba(194, 208, 228, 0.25);
		--color4: rgba(194, 208, 228, 0.25);
	}
	.blog-page .container .latest-posts {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		margin: 0rem 0 120px;
	}
	.blog-page .container .latest-posts.category {
		margin: 12rem 0 12rem;
	}
	.blog-page .container .latest-posts .lp__title {
		text-align: center;
		margin: 0 auto 0;
	}
	.blog-page .container .latest-posts .lp__title .lp__heading {
		margin-bottom: 1.3rem;
	}
	.blog-page .container .latest-posts .lp__title .lp__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 56px;
		line-height: 1.2;
		color: #fff;
		margin: 0 0 0.5rem 0;
		padding: 0;
		font-weight: 800;
	}
	.blog-page .container .latest-posts .lp__title .lp__heading h2 span {
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		width: fit-content;
	}
	.blog-page .container .latest-posts .lp__title .lp__text p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0.8rem 0;
		font-weight: 500;
		font-size: 16px;
		max-width: 600px;
	}
	.blog-page .container .latest-posts .lp__left {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont {
		flex: 1 1 auto;
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont.loading .single-lp {
		opacity: 0;
		transition: border 0.5s ease-in-out, opacity 0.5s ease;
		transition-delay: 0s, calc(1s * var(--out));
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp {
		flex: 1 1 47%;
		border-radius: 15px;
		padding: 1rem;
		border: 1px solid rgba(194, 208, 228, 0.25);
		display: flex;
		flex-flow: column nowrap;
		text-align: left;
		height: 470px;
		transition: border 0.5s ease-in-out, opacity 0.5s ease;
		transition-delay: 0s, calc(1s * var(--in));
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__image {
		border-radius: 15px;
		margin-bottom: 1rem;
		overflow: hidden;
		max-height: 180px;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__image img {
		display: block;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 1.2rem;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag {
		font-weight: 600;
		font-size: 14px;
		line-height: 20px;
		text-align: right;
		text-decoration: none;
		transition: all 0.5s ease;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag a {
		text-decoration: none;
		color: #c2d0e4;
		transition: inherit;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag:hover {
		opacity: 0.8;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__date {
		font-weight: 600;
		font-size: 14px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title {
		margin-bottom: 1rem;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title a {
		text-decoration: none;
		font-style: normal;
		font-weight: 800;
		font-size: 20px;
		line-height: 112%;
		color: #ffffff;
		transition: all 0.5s ease;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title a:hover {
		opacity: 0.65;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__excerpt {
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin-bottom: 1rem;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__button {
		margin-top: auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 10px 30px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 10px;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 230%;
		display: flex;
		align-items: center;
		transition: all 0.5s ease-in-out;
		cursor: pointer;
		color: #ffffff;
		text-decoration: none;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__button:hover {
		background: rgba(194, 208, 228, 0.35);
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp:hover {
		border: 1px solid rgba(194, 208, 228, 0.65);
	}
	.blog-page .container .latest-posts .lp__left .ap-cont.loading ~ .lp__pagination {
		pointer-events: none;
		user-select: none;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination {
		flex: 0 1 auto;
		height: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 2rem;
		margin-top: auto;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination a {
		outline: none;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination .next,
	.blog-page .container .latest-posts .lp__left .lp__pagination .prev {
		margin-top: 1px;
		margin-left: 1.5rem;
		margin-right: 1.5rem;
		cursor: pointer;
		display: inline-block;
		transition: all 0.5s ease-in-out;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination .next.disabled,
	.blog-page .container .latest-posts .lp__left .lp__pagination .prev.disabled {
		opacity: 0.4;
		touch-action: none;
		pointer-events: none;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers {
		text-decoration: none;
		display: flex;
		align-items: center;
		color: rgba(194, 208, 228, 0.5);
		transition: all 0.5s ease-in-out;
		cursor: pointer;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers.current {
		position: relative;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers.current::before {
		height: 100%;
		transition: all 5s ease;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers:hover {
		color: rgba(194, 208, 228, 0.6);
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers::before {
		position: absolute;
		left: 0;
		top: 0;
		height: 0%;
		overflow: hidden;
		color: white;
		content: attr(data-number);
		transition: all 5s ease;
		-webkit-text-stroke-width: 1px;
	}
	.blog-page .container .latest-posts .lp__right {
		flex: 1 1 100%;
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
	}
	.blog-page .container .latest-posts .lp__right .single-card {
		flex: 1 1 0;
		border: 1px solid rgba(194, 208, 228, 0.1);
		border-radius: 15px;
		display: flex;
		flex-flow: column nowrap;
		min-height: 520px;
		padding: 2.5rem 1.6rem 2rem;
		text-align: left;
	}
	.blog-page .container .latest-posts .lp__right .single-card .sc__logo {
		margin-bottom: 3rem;
		padding-left: 0.8rem;
	}
	.blog-page .container .latest-posts .lp__right .single-card .sc__title {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 0 0 0.5rem 0;
		padding-left: 0.8rem;
		font-weight: 800;
	}
	.blog-page .container .latest-posts .lp__right .single-card .sc__title span {
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
		width: fit-content;
	}
	.blog-page .container .latest-posts .lp__right .single-card .sc__button {
		margin-top: auto;
	}
	.blog-page .container .latest-posts .lp__right .single-card .sc__button a {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 10px 30px;
		background: rgba(194, 208, 228, 0.15);
		backdrop-filter: blur(10px);
		border-radius: 10px;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 230%;
		display: flex;
		align-items: center;
		text-align: center;
		color: #ffffff;
		text-decoration: none;
		transition: all 0.6s ease-in-out;
	}
	.blog-page .container .latest-posts .lp__right .single-card .sc__button a:hover {
		transform: translateY(-4px);
		background: rgba(194, 208, 228, 0.05);
	}
	.blog-page .container .latest-posts .lp__right .single-card.top {
		background: url("../svg/card-1.svg"), radial-gradient(96.36% 96.36% at 8.71% 3.64%, #15181e 0%, #050508 100%);
		background-clip: padding-box;
		background-repeat: no-repeat, no-repeat;
		background-position: center bottom, center;
	}
	.blog-page .container .latest-posts .lp__right .single-card.bottom {
		background: url("../svg/banner-img.svg"), radial-gradient(96.36% 96.36% at 8.71% 3.64%, #15181e 0%, #050508 100%);
		background-clip: padding-box;
		background-repeat: no-repeat, no-repeat;
		background-position: center 136px, center;
		background-size: 326px auto, auto;
	}
	.blog-page .container .latest-posts .lp__right .single-card.bottom .sc__title {
		text-align: center;
		padding: 0;
	}
	.blog-page .container .latest-posts .lp__right .single-card.bottom .sc__title span {
		display: revert;
		width: fit-content;
	}
	.blog-page .container .action-wrapper-2 {
		display: flex;
		gap: 1.5rem;
		flex-flow: row nowrap;
		margin: 3.5rem auto;
	}
	.blog-page .container .action-wrapper-2 .single-action {
		flex: 1 1 0;
		border: 1px solid rgba(194, 208, 228, 0.4);
		background: rgba(194, 208, 228, 0.05);
		backdrop-filter: blur(20px);
		border-radius: 15px;
		padding: 2.5rem 1.5rem 1rem;
		text-align: left;
		display: flex;
		flex-flow: column nowrap;
		min-height: 335px;
	}
	.blog-page .container .action-wrapper-2 .single-action::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.blog-page .container .action-wrapper-2 .single-action:hover {
		border: 1px solid transparent;
	}
	.blog-page .container .action-wrapper-2 .single-action:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.blog-page .container .action-wrapper-2 .single-action .sa__header h2 {
		font-size: 45px;
		color: #ffffff;
		font-weight: 700;
		line-height: 1;
		margin: 0 0 1rem;
	}
	.blog-page .container .action-wrapper-2 .single-action .sa__header h2 span {
		background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
		line-height: 1.2;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		display: block;
	}
	.blog-page .container .action-wrapper-2 .single-action .sa__text p {
		margin: 0 auto;
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
	}
	.blog-page .container .action-wrapper-2 .single-action .sa__btn {
		width: 100%;
		text-align: center;
		max-width: 100%;
		margin-top: auto;
	}
	.blog-page .container .action-wrapper-2 .single-action .sa__btn a#cta-btn {
		display: flex;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	.blog-page .container .experienced.homepage {
		padding: 0;
	}
}

@media (max-width: 768px) {
	.blog-page {
		padding: 40px 1.5rem 0px 1.5rem;
	}
	.blog-page .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
	}
	.blog-page .container p {
		max-width: 100%;
		margin: 25px auto 0 auto;
		color: #68717f;
	}
	.blog-page .container .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.blog-page .container h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 46px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.blog-page .container h1 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.blog-page .container .sub-text {
		color: rgba(194, 208, 228, 0.5);
		margin: 0 auto;
		font-weight: 500;
	}
	.blog-page .container .sub-text a {
		color: #aad57a;
		text-decoration: none;
	}
	.blog-page .container .email-wrapper {
		position: relative;
		margin: 2rem auto 0.3rem;
	}
	.blog-page .container .email-wrapper #confetti-canvas-blog {
		position: absolute;
		right: 0%;
		bottom: -133px;
		width: 100%;
		height: 500px;
		pointer-events: none;
		z-index: 9999;
	}
	.blog-page .container .email-wrapper .subscribe-form {
		position: relative;
		max-width: 600px;
		margin: 0 auto;
	}
	.blog-page .container .email-wrapper .subscribe-form form {
		background-color: rgba(255, 255, 255, 0.1);
		border-radius: 15px;
		display: flex;
		justify-content: space-between;
		position: relative;
		z-index: 10;
	}
	.blog-page .container .email-wrapper .subscribe-form form input[type="email"] {
		background-color: transparent;
		outline: none;
		border: none;
		color: #c2d0e4;
		max-width: 85%;
		flex: 1 1 auto;
		padding: 15px 25px;
		font-weight: 400;
	}
	.blog-page .container .email-wrapper .subscribe-form form button {
		background: #1daa91;
		color: #0b0c10;
		padding: 15px 30px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		border: none;
		height: 67px;
		width: 205px;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		position: relative;
		justify-content: center;
		overflow: hidden;
		cursor: pointer;
		transition: width 0.2s cubic-bezier(0.39, 1.86, 0.64, 1);
	}
	.blog-page .container .email-wrapper .subscribe-form form button .button-text {
		font-size: 16px;
		white-space: nowrap;
	}
	.blog-page .container .email-wrapper .subscribe-form form button .messageCont {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate3d(-50%, -50%, 0);
	}
	.blog-page .container .email-wrapper .subscribe-form form button.ready .readyMSG .button-text span {
		opacity: 1;
		transition: all 0.2s ease calc(var(--dr) + 600ms);
		transform: translate3d(0, 0, 0);
	}
	.blog-page .container .email-wrapper .subscribe-form form button.ready .readyMSG .button-text span:nth-of-type(5) {
		margin: 0 2px;
	}
	.blog-page .container .email-wrapper .subscribe-form form button.ready .readyMSG svg {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition: transform 0.4s ease 600ms, opacity 0.3s linear 600ms;
	}
	.blog-page .container .email-wrapper .subscribe-form form button.loading {
		width: 160px;
		transition: width 0.3s ease 0.4s;
	}
	.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG {
		opacity: 1;
		transform: translate3d(-50%, -50%, 0);
	}
	.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle {
		animation-duration: 1s;
		animation-iteration-count: infinite;
		animation-name: loading;
	}
	.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(2) {
		animation-delay: 0.1s;
	}
	.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(3) {
		animation-delay: 0.2s;
	}
	.blog-page .container .email-wrapper .subscribe-form form button.success .successMSG .button-text span {
		opacity: 1;
		transition: all 0.2s ease calc(var(--d) + 700ms);
	}
	.blog-page .container .email-wrapper .subscribe-form form button.success .successMSG svg {
		opacity: 1;
		stroke-dashoffset: 0;
		transition: opacity 0.3s linear 300ms, stroke-dashoffset 0.3s ease-in-out 900ms;
	}
	.blog-page .container .email-wrapper .subscribe-form form button.error .errorMSG .button-text span {
		opacity: 1;
		transition: all 0.2s ease calc(var(--d) + 400ms);
	}
	.blog-page .container .email-wrapper .subscribe-form form button.error .errorMSG svg {
		opacity: 1;
		stroke-dashoffset: 0;
		transition: opacity 0.3s linear 300ms, stroke-dashoffset 0.3s ease-in-out 600ms;
	}
	.blog-page .container .email-wrapper .subscribe-form form button .readyMSG {
		flex: 0 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 700;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 8px;
	}
	.blog-page .container .email-wrapper .subscribe-form form button .readyMSG .button-text span {
		opacity: 0;
		display: inline-block;
		transform: translate3d(0, 20px, 0);
		transition: all 0.4s ease var(--d);
	}
	.blog-page .container .email-wrapper .subscribe-form form button .readyMSG svg {
		height: 18px;
		width: 18px;
		opacity: 0;
		transform: translate3d(0, 20px, 0);
		transition: transform 0.4s ease, opacity 0.3s linear;
	}
	.blog-page .container .email-wrapper .subscribe-form form button .loadingMSG {
		transform: translate3d(-50%, 50px, 0);
		transition: transform 0.3s cubic-bezier(0.22, 0, 0.41, -0.57), opacity 0.3s linear 0.3s;
		opacity: 0;
	}
	.blog-page .container .email-wrapper .subscribe-form form button .loadingMSG svg {
		fill: #0b0c10;
		margin: 0;
		width: 22px;
	}
	.blog-page .container .email-wrapper .subscribe-form form button .successMSG {
		flex: 0 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 700;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 8px;
	}
	.blog-page .container .email-wrapper .subscribe-form form button .successMSG .button-text span {
		opacity: 0;
		display: inline-block;
		transition: all 0.2s ease var(--dr);
	}
	.blog-page .container .email-wrapper .subscribe-form form button .successMSG svg {
		opacity: 0;
		height: 18px;
		width: 18px;
		stroke-dasharray: 30;
		stroke-dashoffset: 30;
		transition: transform 0.4s ease, opacity 0.3s linear, stroke-dashoffset 0.3s ease-in-out;
	}
	.blog-page .container .email-wrapper .subscribe-form form button .errorMSG {
		flex: 0 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 700;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 8px;
	}
	.blog-page .container .email-wrapper .subscribe-form form button .errorMSG .button-text span {
		opacity: 0;
		display: inline-block;
		transition: all 0.2s ease var(--dr);
	}
	.blog-page .container .email-wrapper .subscribe-form form button .errorMSG svg {
		opacity: 0;
		height: 18px;
		width: 18px;
		stroke-dasharray: 30;
		stroke-dashoffset: 30;
		transition: transform 0.4s ease, opacity 0.3s linear, stroke-dashoffset 0.3s ease-in-out;
	}
	.blog-page .container .email-wrapper .subscribe-form form ::placeholder {
		color: rgba(194, 208, 228, 0.8);
	}
	.blog-page .container .email-wrapper .subscribe-form .subscribe-message {
		text-align: center;
		line-height: 16px;
		opacity: 0;
		color: rgba(194, 208, 228, 0.8);
	}
	.blog-page .container .email-wrapper .subscribe-form .subscribe-message p {
		margin: 0.7rem 0;
	}
	.blog-page .container .social-wrapper {
		margin-top: 2rem;
	}
	.blog-page .container .social-wrapper ul#social-ul {
		display: flex;
		width: 100%;
		margin: 5px auto;
		padding: 0;
		list-style: none;
		gap: 2rem;
		align-items: center;
		justify-content: center;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social svg stop {
		transition: all 0.6s ease-in-out;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#discord-link svg {
		fill: url(#discord-gradient-1) white;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#telegram-link svg {
		fill: url(#telegram-gradient-1) white;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#twitter-link svg {
		fill: url(#twitter-gradient-1) white;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#instagram-link svg {
		fill: url(#instagram-gradient-1) white;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#facebook-link svg {
		fill: url(#fb-gradient-1) white;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link {
		display: flex;
		position: relative;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg {
		transition: all 0.3s ease;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg path {
		transition: inherit;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg:first-child {
		isolation: isolate;
		position: absolute;
		left: -2px;
		top: -4px;
		width: 100%;
		fill: transparent;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg:last-child {
		fill: #ffffff;
		margin-bottom: 4px;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#discord-link svg stop {
		stop-color: #5865f2;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#telegram-link svg stop:first-child {
		stop-color: #0088cc;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#telegram-link svg stop:last-child {
		stop-color: #0088cc;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#twitter-link svg stop:first-child {
		stop-color: #3bb1fa;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#twitter-link svg stop:last-child {
		stop-color: #1da1f2;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:first-child {
		stop-color: #feda75;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(2) {
		stop-color: #fa7e1e;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(3) {
		stop-color: #d62976;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(4) {
		stop-color: #962fbf;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:last-child {
		stop-color: #4f5bd5;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#facebook-link svg stop:first-child {
		stop-color: #17aafd;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#facebook-link svg stop:last-child {
		stop-color: #0165e2;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#tiktok-link svg:first-child {
		fill: #69c9d0;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#tiktok-link svg:last-child {
		fill: #ee1d52;
	}
	.blog-page .container .featured-posts {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		margin: 90px 0;
	}
	.blog-page .container .featured-posts .single-fp {
		text-align: left;
		transition: all 0.5s ease-in-out;
	}
	.blog-page .container .featured-posts .single-fp.big {
		flex: 1 1 auto;
		border-radius: 15px;
		padding: 1rem;
		border: 1px solid rgba(194, 208, 228, 0.25);
		display: flex;
		flex-flow: column nowrap;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__image {
		position: relative;
		border-radius: 15px;
		margin-bottom: 1rem;
		overflow: hidden;
		max-height: 400px;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__image img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: fill;
		object-position: center;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__image .sf__category-tag {
		position: absolute;
		right: 1.5rem;
		bottom: 1.5rem;
		background: rgba(11, 12, 16, 0.25);
		border: 1px solid rgba(194, 208, 228, 0.25);
		backdrop-filter: blur(12.5px);
		border-radius: 100px;
		font-weight: 600;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
		padding: 10px 20px;
		transition: all 0.5s ease;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__image .sf__category-tag a {
		text-decoration: none;
		color: #ffffff;
		transition: inherit;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__image .sf__category-tag:hover {
		opacity: 0.8;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__date {
		padding-left: 0rem;
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 1rem 0 0.5rem;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__title {
		padding-left: 0rem;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__title a {
		text-decoration: none;
		font-style: normal;
		font-weight: 800;
		font-size: 24px;
		line-height: 1.2;
		color: #ffffff;
		transition: all 0.5s ease;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__title a:hover {
		opacity: 0.65;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__excerpt {
		padding-left: 0rem;
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 1.5rem 0 1rem;
	}
	.blog-page .container .featured-posts .single-fp.normal {
		flex: 1 1 auto;
		border-radius: 15px;
		padding: 1rem 1rem 1.5rem;
		border: 1px solid rgba(194, 208, 228, 0.25);
		display: flex;
		align-items: center;
		flex-flow: row wrap;
		gap: 1.5rem;
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__image {
		flex: 1 1 100%;
		position: relative;
		border-radius: 15px;
		overflow: hidden;
		height: auto;
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__image img {
		width: 100%;
		height: 100%;
		display: block;
		object-fit: cover;
		object-position: center;
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__meta {
		flex: 1 1 100%;
		padding-right: 0rem;
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 1.2rem;
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__date {
		font-weight: 600;
		font-size: 14px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__category-tag {
		font-weight: 600;
		font-size: 14px;
		line-height: 20px;
		text-align: right;
		text-decoration: none;
		transition: all 0.5s ease;
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__category-tag a {
		text-decoration: none;
		color: #c2d0e4;
		transition: inherit;
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__category-tag:hover {
		opacity: 0.8;
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__meta .sf__title a {
		text-decoration: none;
		font-style: normal;
		font-weight: 800;
		font-size: 24px;
		line-height: 112%;
		color: #ffffff;
		transition: all 0.5s ease;
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__meta .sf__title a:hover {
		opacity: 0.65;
	}
	.blog-page .container .featured-posts .single-fp:hover {
		border: 1px solid rgba(194, 208, 228, 0.65);
	}
	.blog-page .container .featured-posts .fp__left {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	.blog-page .container .featured-posts .fp__right {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	.blog-page .container .category-wrapper {
		margin: 120px 0;
	}
	.blog-page .container .category-wrapper .category__title {
		text-align: left;
		margin-bottom: 0;
	}
	.blog-page .container .category-wrapper .category__title .ct__heading {
		margin-bottom: 1.5rem;
	}
	.blog-page .container .category-wrapper .category__title .ct__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 46px;
		line-height: 1.2;
		color: #fff;
		margin: 0 0 0.5rem 0;
		padding: 0;
		font-weight: 800;
	}
	.blog-page .container .category-wrapper .category__title .ct__heading h2 span {
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		width: fit-content;
		color: #101217;
	}
	.blog-page .container .category-wrapper .category__title .ct__text p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0.8rem 0;
		font-weight: 500;
		font-size: 16px;
		max-width: 100%;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .slick-list {
		overflow: hidden !important;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .slick-list .slick-track {
		display: block !important;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category {
		border: 2px solid rgba(194, 208, 228, 0.15);
		min-height: 510px;
		flex: 1 0 420px;
		border-radius: 15px;
		padding: 3rem 2.5rem 2rem;
		display: flex;
		flex-flow: column;
		text-align: left;
		position: relative;
		transition: all 0.5s ease;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category a {
		text-decoration: none;
		display: flex;
		flex-flow: column nowrap;
		flex: 1 1 auto;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category[aria-hidden="true"] {
		transition: all 0.5s ease;
		opacity: 0.2;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:not(:last-of-type) {
		margin-right: 1rem;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-count {
		font-weight: 600;
		color: #ffffff;
		font-size: 16px;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title {
		margin-top: auto;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title h2 {
		font-size: 45px;
		color: #ffffff;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 1rem;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title h2 span {
		background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
		display: block;
		line-height: 1.2;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		padding: 0 0 3px 0;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title p {
		margin: 0 auto;
		color: rgba(194, 208, 228, 0.5);
		font-weight: 500;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-button {
		align-self: flex-end;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 1.5rem;
		border-radius: 100%;
		height: 53px;
		width: 53px;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
		--color1: rgba(194, 208, 228, 0.25);
		--color2: rgba(194, 208, 228, 0.25);
		--color3: rgba(194, 208, 228, 0.25);
		--color4: rgba(194, 208, 228, 0.25);
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		cursor: pointer;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-button img {
		opacity: 0.5;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover {
		border: 2px solid transparent;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover .faq-button {
		animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover .faq-button img {
		opacity: 1;
	}
	.blog-page .container .category-wrapper .category-controls {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		margin: 2rem 0;
	}
	.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots {
		display: flex;
		margin: 0;
		gap: 10px;
		padding: 1rem 0;
		list-style-type: none;
		position: static;
		bottom: unset;
		text-align: unset;
	}
	.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li {
		position: static;
		display: unset;
		width: unset;
		height: unset;
		margin: unset;
		padding: unset;
		cursor: pointer;
	}
	.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li button {
		transition: all 0.3s ease-in-out;
		width: 30px;
		height: 5px;
		border-radius: 100px;
		background: rgba(194, 208, 228, 0.25);
	}
	.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li button::before {
		content: "";
	}
	.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li.slick-active button {
		width: 93px;
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	}
	.blog-page .container .category-wrapper .category-controls .category-buttons {
		display: flex;
		gap: 1.1rem;
	}
	.blog-page .container .category-wrapper .category-controls .category-buttons div.slick-arrow {
		border-radius: 100%;
		display: flex;
		height: 38px;
		width: 38px;
		justify-content: center;
		align-items: center;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, transform 1s ease-in-out;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		cursor: pointer;
		user-select: none;
	}
	.blog-page .container .category-wrapper .category-controls .category-buttons div.slick-arrow.slick-disabled {
		cursor: auto;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		--color1: rgba(194, 208, 228, 0.25);
		--color2: rgba(194, 208, 228, 0.25);
		--color3: rgba(194, 208, 228, 0.25);
		--color4: rgba(194, 208, 228, 0.25);
	}
	.blog-page .container .latest-posts {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		margin: 0px 0 180px;
	}
	.blog-page .container .latest-posts.category {
		margin: 16rem 0 12rem;
	}
	.blog-page .container .latest-posts .lp__title {
		text-align: left;
		margin: 0 auto 0;
	}
	.blog-page .container .latest-posts .lp__title .lp__heading {
		margin-bottom: 1.3rem;
	}
	.blog-page .container .latest-posts .lp__title .lp__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 46px;
		line-height: 1.2;
		color: #fff;
		margin: 0 0 0.5rem 0;
		padding: 0;
		font-weight: 800;
	}
	.blog-page .container .latest-posts .lp__title .lp__heading h2 span {
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		width: fit-content;
	}
	.blog-page .container .latest-posts .lp__title .lp__text p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0.8rem 0;
		font-weight: 500;
		font-size: 16px;
		max-width: 600px;
	}
	.blog-page .container .latest-posts .lp__left {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont {
		flex: 1 1 auto;
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont.loading .single-lp {
		opacity: 0;
		transition: border 0.5s ease-in-out, opacity 0.5s ease;
		transition-delay: 0s, calc(1s * var(--out));
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp {
		flex: 1 1 100%;
		border-radius: 15px;
		padding: 1rem;
		border: 1px solid rgba(194, 208, 228, 0.25);
		display: flex;
		flex-flow: column nowrap;
		text-align: left;
		height: 470px;
		transition: border 0.5s ease-in-out, opacity 0.5s ease;
		transition-delay: 0s, calc(1s * var(--in));
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__image {
		border-radius: 15px;
		margin-bottom: 1rem;
		overflow: hidden;
		max-height: 180px;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__image img {
		display: block;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 1.2rem;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag {
		font-weight: 600;
		font-size: 14px;
		line-height: 20px;
		text-align: right;
		text-decoration: none;
		transition: all 0.5s ease;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag a {
		text-decoration: none;
		color: #c2d0e4;
		transition: inherit;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag:hover {
		opacity: 0.8;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__date {
		font-weight: 600;
		font-size: 14px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title {
		margin-bottom: 1rem;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title a {
		text-decoration: none;
		font-style: normal;
		font-weight: 800;
		font-size: 20px;
		line-height: 112%;
		color: #ffffff;
		transition: all 0.5s ease;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title a:hover {
		opacity: 0.65;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__excerpt {
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin-bottom: 1rem;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__button {
		margin-top: auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 10px 30px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 10px;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 230%;
		display: flex;
		align-items: center;
		transition: all 0.5s ease-in-out;
		cursor: pointer;
		color: #ffffff;
		text-decoration: none;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__button:hover {
		background: rgba(194, 208, 228, 0.35);
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp:hover {
		border: 1px solid rgba(194, 208, 228, 0.65);
	}
	.blog-page .container .latest-posts .lp__left .ap-cont.loading ~ .lp__pagination {
		pointer-events: none;
		user-select: none;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination {
		flex: 0 1 auto;
		height: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 2rem;
		margin-top: auto;
		margin-bottom: 2rem a;
		margin-bottom-outline: none;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination .next,
	.blog-page .container .latest-posts .lp__left .lp__pagination .prev {
		margin-top: 1px;
		margin-left: 1.5rem;
		margin-right: 1.5rem;
		cursor: pointer;
		display: inline-block;
		transition: all 0.5s ease-in-out;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination .next.disabled,
	.blog-page .container .latest-posts .lp__left .lp__pagination .prev.disabled {
		opacity: 0.4;
		touch-action: none;
		pointer-events: none;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers {
		text-decoration: none;
		display: flex;
		align-items: center;
		color: rgba(194, 208, 228, 0.5);
		transition: all 0.5s ease-in-out;
		cursor: pointer;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers.current {
		position: relative;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers.current::before {
		height: 100%;
		transition: all 5s ease;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers:hover {
		color: rgba(194, 208, 228, 0.6);
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers::before {
		position: absolute;
		left: 0;
		top: 0;
		height: 0%;
		overflow: hidden;
		color: white;
		content: attr(data-number);
		transition: all 5s ease;
		-webkit-text-stroke-width: 1px;
	}
	.blog-page .container .latest-posts .lp__right {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	.blog-page .container .latest-posts .lp__right .single-card {
		border: 1px solid rgba(194, 208, 228, 0.1);
		border-radius: 15px;
		display: flex;
		flex-flow: column nowrap;
		min-height: 520px;
		padding: 2.5rem 1.6rem 2rem;
		text-align: left;
	}
	.blog-page .container .latest-posts .lp__right .single-card .sc__logo {
		margin-bottom: 3rem;
		padding-left: 0.8rem;
	}
	.blog-page .container .latest-posts .lp__right .single-card .sc__title {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 0 0 0.5rem 0;
		padding-left: 0.8rem;
		font-weight: 800;
	}
	.blog-page .container .latest-posts .lp__right .single-card .sc__title span {
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
		width: fit-content;
	}
	.blog-page .container .latest-posts .lp__right .single-card .sc__button {
		margin-top: auto;
	}
	.blog-page .container .latest-posts .lp__right .single-card .sc__button a {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 10px 30px;
		background: rgba(194, 208, 228, 0.15);
		backdrop-filter: blur(10px);
		border-radius: 10px;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 230%;
		display: flex;
		align-items: center;
		text-align: center;
		color: #ffffff;
		text-decoration: none;
		transition: all 0.6s ease-in-out;
	}
	.blog-page .container .latest-posts .lp__right .single-card .sc__button a:hover {
		transform: translateY(-4px);
		background: rgba(194, 208, 228, 0.05);
	}
	.blog-page .container .latest-posts .lp__right .single-card.top {
		background: url("../svg/card-1.svg"), radial-gradient(96.36% 96.36% at 8.71% 3.64%, #15181e 0%, #050508 100%);
		background-clip: padding-box;
		background-repeat: no-repeat, no-repeat;
		background-position: center bottom, center;
	}
	.blog-page .container .latest-posts .lp__right .single-card.bottom {
		background: url("../svg/banner-img.svg"), radial-gradient(96.36% 96.36% at 8.71% 3.64%, #15181e 0%, #050508 100%);
		background-clip: padding-box;
		background-repeat: no-repeat, no-repeat;
		background-position: center 136px, center;
		background-size: 326px auto, auto;
	}
	.blog-page .container .latest-posts .lp__right .single-card.bottom .sc__title {
		text-align: center;
		padding: 0;
	}
	.blog-page .container .latest-posts .lp__right .single-card.bottom .sc__title span {
		display: revert;
		width: fit-content;
	}
	.blog-page .container .action-wrapper-2 {
		display: flex;
		gap: 1.5rem;
		flex-flow: row nowrap;
		margin: 3.5rem auto;
	}
	.blog-page .container .action-wrapper-2 .single-action {
		flex: 1 1 0;
		border: 1px solid rgba(194, 208, 228, 0.4);
		background: rgba(194, 208, 228, 0.05);
		backdrop-filter: blur(20px);
		border-radius: 15px;
		padding: 2.5rem 1.5rem 1rem;
		text-align: left;
		display: flex;
		flex-flow: column nowrap;
		min-height: 335px;
	}
	.blog-page .container .action-wrapper-2 .single-action::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.blog-page .container .action-wrapper-2 .single-action:hover {
		border: 1px solid transparent;
	}
	.blog-page .container .action-wrapper-2 .single-action:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.blog-page .container .action-wrapper-2 .single-action .sa__header h2 {
		font-size: 45px;
		color: #ffffff;
		font-weight: 700;
		line-height: 1;
		margin: 0 0 1rem;
	}
	.blog-page .container .action-wrapper-2 .single-action .sa__header h2 span {
		background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
		line-height: 1.2;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		display: block;
	}
	.blog-page .container .action-wrapper-2 .single-action .sa__text p {
		margin: 0 auto;
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
	}
	.blog-page .container .action-wrapper-2 .single-action .sa__btn {
		width: 100%;
		text-align: center;
		max-width: 100%;
		margin-top: auto;
	}
	.blog-page .container .action-wrapper-2 .single-action .sa__btn a#cta-btn {
		display: flex;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
}

@media (max-width: 576px) {
	.blog-page {
		padding: 40px 1.5rem 0px 1.5rem;
	}
	.blog-page .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
	}
	.blog-page .container p {
		max-width: 100%;
		margin: 25px auto 0 auto;
		color: #68717f;
	}
	.blog-page .container .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	.blog-page .container h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	.blog-page .container h1 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.blog-page .container .sub-text {
		color: rgba(194, 208, 228, 0.5);
		margin: 0 auto;
		font-weight: 500;
	}
	.blog-page .container .sub-text a {
		color: #aad57a;
		text-decoration: none;
	}
	.blog-page .container .email-wrapper {
		position: relative;
		margin: 2rem auto 0.3rem;
	}
	.blog-page .container .email-wrapper #confetti-canvas-blog {
		position: absolute;
		right: 0%;
		bottom: -133px;
		width: 100%;
		height: 500px;
		pointer-events: none;
		z-index: 9999;
	}
	.blog-page .container .email-wrapper .subscribe-form {
		position: relative;
		max-width: 600px;
		margin: 0 auto;
	}
	.blog-page .container .email-wrapper .subscribe-form form {
		background-color: transparent;
		padding: 0px;
		border-radius: 15px;
		display: flex;
		flex-wrap: wrap;
		gap: 0.5rem;
	}
	.blog-page .container .email-wrapper .subscribe-form form input[type="email"] {
		background-color: #30343d;
		padding: 10px;
		border-radius: 15px;
		outline: none;
		color: #c2d0e4;
		max-width: 100%;
		flex: 1 1 auto;
		padding: 15px 25px;
		font-size: 15px;
	}
	.blog-page .container .email-wrapper .subscribe-form form button {
		flex: 1 0 100%;
		background: #1daa91;
		color: #0b0c10;
		padding: 15px 30px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		border: none;
		height: 67px;
		width: 205px;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		position: relative;
		justify-content: center;
		overflow: hidden;
		cursor: pointer;
		transition: width 0.2s cubic-bezier(0.39, 1.86, 0.64, 1);
	}
	.blog-page .container .email-wrapper .subscribe-form form button .button-text {
		font-size: 16px;
		white-space: nowrap;
	}
	.blog-page .container .email-wrapper .subscribe-form form button .messageCont {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate3d(-50%, -50%, 0);
	}
	.blog-page .container .email-wrapper .subscribe-form form button.ready .readyMSG .button-text span {
		opacity: 1;
		transition: all 0.2s ease calc(var(--dr) + 600ms);
		transform: translate3d(0, 0, 0);
	}
	.blog-page .container .email-wrapper .subscribe-form form button.ready .readyMSG .button-text span:nth-of-type(5) {
		margin: 0 2px;
	}
	.blog-page .container .email-wrapper .subscribe-form form button.ready .readyMSG svg {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition: transform 0.4s ease 600ms, opacity 0.3s linear 600ms;
	}
	.blog-page .container .email-wrapper .subscribe-form form button.loading {
		width: 160px;
		transition: width 0.3s ease 0.4s;
	}
	.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG {
		opacity: 1;
		transform: translate3d(-50%, -50%, 0);
	}
	.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle {
		animation-duration: 1s;
		animation-iteration-count: infinite;
		animation-name: loading;
	}
	.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(2) {
		animation-delay: 0.1s;
	}
	.blog-page .container .email-wrapper .subscribe-form form button.loading .loadingMSG .loadingCircle:nth-child(3) {
		animation-delay: 0.2s;
	}
	.blog-page .container .email-wrapper .subscribe-form form button.success .successMSG .button-text span {
		opacity: 1;
		transition: all 0.2s ease calc(var(--d) + 700ms);
	}
	.blog-page .container .email-wrapper .subscribe-form form button.success .successMSG svg {
		opacity: 1;
		stroke-dashoffset: 0;
		transition: opacity 0.3s linear 300ms, stroke-dashoffset 0.3s ease-in-out 900ms;
	}
	.blog-page .container .email-wrapper .subscribe-form form button.error .errorMSG .button-text span {
		opacity: 1;
		transition: all 0.2s ease calc(var(--d) + 400ms);
	}
	.blog-page .container .email-wrapper .subscribe-form form button.error .errorMSG svg {
		opacity: 1;
		stroke-dashoffset: 0;
		transition: opacity 0.3s linear 300ms, stroke-dashoffset 0.3s ease-in-out 600ms;
	}
	.blog-page .container .email-wrapper .subscribe-form form button .readyMSG {
		flex: 0 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 700;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 8px;
	}
	.blog-page .container .email-wrapper .subscribe-form form button .readyMSG .button-text span {
		opacity: 0;
		display: inline-block;
		transform: translate3d(0, 20px, 0);
		transition: all 0.4s ease var(--d);
	}
	.blog-page .container .email-wrapper .subscribe-form form button .readyMSG svg {
		height: 18px;
		width: 18px;
		opacity: 0;
		transform: translate3d(0, 20px, 0);
		transition: transform 0.4s ease, opacity 0.3s linear;
	}
	.blog-page .container .email-wrapper .subscribe-form form button .loadingMSG {
		transform: translate3d(-50%, 50px, 0);
		transition: transform 0.3s cubic-bezier(0.22, 0, 0.41, -0.57), opacity 0.3s linear 0.3s;
		opacity: 0;
	}
	.blog-page .container .email-wrapper .subscribe-form form button .loadingMSG svg {
		fill: #0b0c10;
		margin: 0;
		width: 22px;
	}
	.blog-page .container .email-wrapper .subscribe-form form button .successMSG {
		flex: 0 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 700;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 8px;
	}
	.blog-page .container .email-wrapper .subscribe-form form button .successMSG .button-text span {
		opacity: 0;
		display: inline-block;
		transition: all 0.2s ease var(--dr);
	}
	.blog-page .container .email-wrapper .subscribe-form form button .successMSG svg {
		opacity: 0;
		height: 18px;
		width: 18px;
		stroke-dasharray: 30;
		stroke-dashoffset: 30;
		transition: transform 0.4s ease, opacity 0.3s linear, stroke-dashoffset 0.3s ease-in-out;
	}
	.blog-page .container .email-wrapper .subscribe-form form button .errorMSG {
		flex: 0 0 auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		text-decoration: none;
		display: inline-block;
		font-size: 18px;
		font-weight: 700;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 8px;
	}
	.blog-page .container .email-wrapper .subscribe-form form button .errorMSG .button-text span {
		opacity: 0;
		display: inline-block;
		transition: all 0.2s ease var(--dr);
	}
	.blog-page .container .email-wrapper .subscribe-form form button .errorMSG svg {
		opacity: 0;
		height: 18px;
		width: 18px;
		stroke-dasharray: 30;
		stroke-dashoffset: 30;
		transition: transform 0.4s ease, opacity 0.3s linear, stroke-dashoffset 0.3s ease-in-out;
	}
	.blog-page .container .email-wrapper .subscribe-form form ::placeholder {
		color: rgba(194, 208, 228, 0.8);
	}
	.blog-page .container .email-wrapper .subscribe-form .subscribe-message {
		text-align: center;
		line-height: 16px;
		opacity: 0;
		color: rgba(194, 208, 228, 0.8);
	}
	.blog-page .container .email-wrapper .subscribe-form .subscribe-message p {
		margin: 0.7rem 0;
	}
	.blog-page .container .social-wrapper {
		margin-top: 2rem;
	}
	.blog-page .container .social-wrapper ul#social-ul {
		display: flex;
		width: 100%;
		margin: 5px auto;
		padding: 0;
		list-style: none;
		gap: 2rem;
		align-items: center;
		justify-content: center;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social svg stop {
		transition: all 0.6s ease-in-out;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#discord-link svg {
		fill: url(#discord-gradient-1) white;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#telegram-link svg {
		fill: url(#telegram-gradient-1) white;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#twitter-link svg {
		fill: url(#twitter-gradient-1) white;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#instagram-link svg {
		fill: url(#instagram-gradient-1) white;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#facebook-link svg {
		fill: url(#fb-gradient-1) white;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link {
		display: flex;
		position: relative;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg {
		transition: all 0.3s ease;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg path {
		transition: inherit;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg:first-child {
		isolation: isolate;
		position: absolute;
		left: -2px;
		top: -4px;
		width: 100%;
		fill: transparent;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social#tiktok-link svg:last-child {
		fill: #ffffff;
		margin-bottom: 4px;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#discord-link svg stop {
		stop-color: #5865f2;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#telegram-link svg stop:first-child {
		stop-color: #0088cc;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#telegram-link svg stop:last-child {
		stop-color: #0088cc;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#twitter-link svg stop:first-child {
		stop-color: #3bb1fa;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#twitter-link svg stop:last-child {
		stop-color: #1da1f2;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:first-child {
		stop-color: #feda75;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(2) {
		stop-color: #fa7e1e;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(3) {
		stop-color: #d62976;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:nth-child(4) {
		stop-color: #962fbf;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#instagram-link svg stop:last-child {
		stop-color: #4f5bd5;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#facebook-link svg stop:first-child {
		stop-color: #17aafd;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#facebook-link svg stop:last-child {
		stop-color: #0165e2;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#tiktok-link svg:first-child {
		fill: #69c9d0;
	}
	.blog-page .container .social-wrapper ul#social-ul li .single-social:hover#tiktok-link svg:last-child {
		fill: #ee1d52;
	}
	.blog-page .container .featured-posts {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		margin: 90px 0;
	}
	.blog-page .container .featured-posts .single-fp {
		text-align: left;
		transition: all 0.5s ease-in-out;
	}
	.blog-page .container .featured-posts .single-fp.big {
		flex: 1 1 auto;
		border-radius: 15px;
		padding: 1rem;
		border: 1px solid rgba(194, 208, 228, 0.25);
		display: flex;
		flex-flow: column nowrap;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__image {
		position: relative;
		border-radius: 15px;
		margin-bottom: 1rem;
		overflow: hidden;
		max-height: 400px;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__image img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: fill;
		object-position: center;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__image .sf__category-tag {
		position: absolute;
		right: 1.5rem;
		bottom: 1.5rem;
		background: rgba(11, 12, 16, 0.25);
		border: 1px solid rgba(194, 208, 228, 0.25);
		backdrop-filter: blur(12.5px);
		border-radius: 100px;
		font-weight: 600;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
		padding: 10px 20px;
		transition: all 0.5s ease;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__image .sf__category-tag a {
		text-decoration: none;
		color: #ffffff;
		transition: inherit;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__image .sf__category-tag:hover {
		opacity: 0.8;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__date {
		padding-left: 0rem;
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 1rem 0 0.5rem;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__title {
		padding-left: 0rem;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__title a {
		text-decoration: none;
		font-style: normal;
		font-weight: 800;
		font-size: 24px;
		line-height: 1.2;
		color: #ffffff;
		transition: all 0.5s ease;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__title a:hover {
		opacity: 0.65;
	}
	.blog-page .container .featured-posts .single-fp.big .sf__excerpt {
		padding-left: 0rem;
		font-style: normal;
		font-weight: 500;
		font-size: 14px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 1.5rem 0 1rem;
	}
	.blog-page .container .featured-posts .single-fp.normal {
		flex: 1 1 auto;
		border-radius: 15px;
		padding: 1rem 1rem 1.5rem;
		border: 1px solid rgba(194, 208, 228, 0.25);
		display: flex;
		align-items: center;
		flex-flow: row wrap;
		gap: 1.5rem;
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__image {
		flex: 1 1 100%;
		position: relative;
		border-radius: 15px;
		overflow: hidden;
		height: auto;
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__image img {
		width: 100%;
		height: 100%;
		display: block;
		object-fit: cover;
		object-position: center;
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__meta {
		flex: 1 1 100%;
		padding-right: 0rem;
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 1.2rem;
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__date {
		font-weight: 600;
		font-size: 14px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__category-tag {
		font-weight: 600;
		font-size: 14px;
		line-height: 20px;
		text-align: right;
		text-decoration: none;
		transition: all 0.5s ease;
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__category-tag a {
		text-decoration: none;
		color: #c2d0e4;
		transition: inherit;
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__meta .flex-wrapper .sf__category-tag:hover {
		opacity: 0.8;
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__meta .sf__title a {
		text-decoration: none;
		font-style: normal;
		font-weight: 800;
		font-size: 24px;
		line-height: 112%;
		color: #ffffff;
		transition: all 0.5s ease;
	}
	.blog-page .container .featured-posts .single-fp.normal .sf__meta .sf__title a:hover {
		opacity: 0.65;
	}
	.blog-page .container .featured-posts .single-fp:hover {
		border: 1px solid rgba(194, 208, 228, 0.65);
	}
	.blog-page .container .featured-posts .fp__left {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	.blog-page .container .featured-posts .fp__right {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	.blog-page .container .category-wrapper {
		margin: 120px 0px;
	}
	.blog-page .container .category-wrapper .category__title {
		text-align: left;
		margin-bottom: 2rem;
	}
	.blog-page .container .category-wrapper .category__title .ct__heading {
		margin-bottom: 1.3rem;
	}
	.blog-page .container .category-wrapper .category__title .ct__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 0 0 0.5rem 0;
		padding: 0;
		font-weight: 800;
	}
	.blog-page .container .category-wrapper .category__title .ct__heading h2 span {
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		width: fit-content;
		color: #101217;
	}
	.blog-page .container .category-wrapper .category__title .ct__text p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0.8rem 0;
		font-weight: 500;
		font-size: 16px;
		max-width: 100%;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .slick-list {
		overflow: hidden !important;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .slick-list .slick-track {
		display: block !important;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category {
		border: 2px solid rgba(194, 208, 228, 0.15);
		min-height: 510px;
		flex: 1 0 420px;
		border-radius: 15px;
		padding: 3rem 2.5rem 2rem;
		display: flex;
		flex-flow: column;
		text-align: left;
		position: relative;
		transition: all 0.5s ease;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category a {
		text-decoration: none;
		display: flex;
		flex-flow: column nowrap;
		flex: 1 1 auto;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category[aria-hidden="true"] {
		transition: all 0.5s ease;
		opacity: 0.2;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:not(:last-of-type) {
		margin-right: 1rem;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-count {
		font-weight: 600;
		color: #ffffff;
		font-size: 16px;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title {
		margin-top: auto;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title h2 {
		font-size: 45px;
		color: #ffffff;
		font-weight: 700;
		line-height: 1;
		margin-bottom: 1rem;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title h2 span {
		background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
		display: block;
		line-height: 1.2;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		padding: 0 0 3px 0;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-title p {
		margin: 0 auto;
		color: rgba(194, 208, 228, 0.5);
		font-weight: 500;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-button {
		align-self: flex-end;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 1.5rem;
		border-radius: 100%;
		height: 53px;
		width: 53px;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
		--color1: rgba(194, 208, 228, 0.25);
		--color2: rgba(194, 208, 228, 0.25);
		--color3: rgba(194, 208, 228, 0.25);
		--color4: rgba(194, 208, 228, 0.25);
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		cursor: pointer;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category .faq-button img {
		opacity: 0.5;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover {
		border: 2px solid transparent;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover .faq-button {
		animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	}
	.blog-page .container .category-wrapper .overflow-wrapper.faq_slider .single-category:hover .faq-button img {
		opacity: 1;
	}
	.blog-page .container .category-wrapper .category-controls {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		margin: 2rem 0;
	}
	.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots {
		display: flex;
		margin: 0;
		gap: 10px;
		padding: 1rem 0;
		list-style-type: none;
		position: static;
		bottom: unset;
		text-align: unset;
	}
	.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li {
		position: static;
		display: unset;
		width: unset;
		height: unset;
		margin: unset;
		padding: unset;
		cursor: pointer;
	}
	.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li button {
		transition: all 0.3s ease-in-out;
		width: 30px;
		height: 5px;
		border-radius: 100px;
		background: rgba(194, 208, 228, 0.25);
	}
	.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li button::before {
		content: "";
	}
	.blog-page .container .category-wrapper .category-controls .category-tracker .slick-dots li.slick-active button {
		width: 93px;
		background: linear-gradient(90deg, #2cd9ff, #7effb2, #f4ff7a, #ffd80e);
	}
	.blog-page .container .category-wrapper .category-controls .category-buttons {
		display: flex;
		gap: 1.1rem;
	}
	.blog-page .container .category-wrapper .category-controls .category-buttons div.slick-arrow {
		border-radius: 100%;
		display: flex;
		height: 38px;
		width: 38px;
		justify-content: center;
		align-items: center;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, transform 1s ease-in-out;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		cursor: pointer;
		user-select: none;
	}
	.blog-page .container .category-wrapper .category-controls .category-buttons div.slick-arrow.slick-disabled {
		cursor: auto;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		--color1: rgba(194, 208, 228, 0.25);
		--color2: rgba(194, 208, 228, 0.25);
		--color3: rgba(194, 208, 228, 0.25);
		--color4: rgba(194, 208, 228, 0.25);
	}
	.blog-page .container .latest-posts {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		margin: 20px 0 60px;
	}
	.blog-page .container .latest-posts.category {
		margin: 120px 0 180px;
	}
	.blog-page .container .latest-posts .lp__title {
		text-align: left;
		margin: 0 auto 0;
	}
	.blog-page .container .latest-posts .lp__title .lp__heading {
		margin-bottom: 1.3rem;
	}
	.blog-page .container .latest-posts .lp__title .lp__heading h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 0 0 0.5rem 0;
		padding: 0;
		font-weight: 800;
	}
	.blog-page .container .latest-posts .lp__title .lp__heading h2 span {
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		width: fit-content;
	}
	.blog-page .container .latest-posts .lp__title .lp__text p {
		color: rgba(194, 208, 228, 0.5);
		margin: 0.8rem 0;
		font-weight: 500;
		font-size: 16px;
		max-width: 600px;
	}
	.blog-page .container .latest-posts .lp__left {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont {
		flex: 1 1 auto;
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont.loading .single-lp {
		opacity: 0;
		transition: border 0.5s ease-in-out, opacity 0.5s ease;
		transition-delay: 0s, calc(1s * var(--out));
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp {
		flex: 1 1 100%;
		border-radius: 15px;
		padding: 1rem;
		border: 1px solid rgba(194, 208, 228, 0.25);
		display: flex;
		flex-flow: column nowrap;
		text-align: left;
		height: 470px;
		transition: border 0.5s ease-in-out, opacity 0.5s ease;
		transition-delay: 0s, calc(1s * var(--in));
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__image {
		border-radius: 15px;
		margin-bottom: 1rem;
		overflow: hidden;
		max-height: 180px;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__image img {
		display: block;
		width: 100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 1.2rem;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag {
		font-weight: 600;
		font-size: 14px;
		line-height: 20px;
		text-align: right;
		text-decoration: none;
		transition: all 0.5s ease;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag a {
		text-decoration: none;
		color: #c2d0e4;
		transition: inherit;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__category-tag:hover {
		opacity: 0.8;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__meta .slp__date {
		font-weight: 600;
		font-size: 14px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title {
		margin-bottom: 1rem;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title a {
		text-decoration: none;
		font-style: normal;
		font-weight: 800;
		font-size: 20px;
		line-height: 112%;
		color: #ffffff;
		transition: all 0.5s ease;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__title a:hover {
		opacity: 0.65;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__excerpt {
		font-style: normal;
		font-weight: 600;
		font-size: 14px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin-bottom: 1rem;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__button {
		margin-top: auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 10px 30px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 10px;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 230%;
		display: flex;
		align-items: center;
		transition: all 0.5s ease-in-out;
		cursor: pointer;
		color: #ffffff;
		text-decoration: none;
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp .slp__button:hover {
		background: rgba(194, 208, 228, 0.35);
	}
	.blog-page .container .latest-posts .lp__left .ap-cont .single-lp:hover {
		border: 1px solid rgba(194, 208, 228, 0.65);
	}
	.blog-page .container .latest-posts .lp__left .ap-cont.loading ~ .lp__pagination {
		pointer-events: none;
		user-select: none;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination {
		flex: 0 1 auto;
		height: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 2rem;
		margin-top: auto;
		margin-bottom: 2rem a;
		margin-bottom-outline: none;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination .next,
	.blog-page .container .latest-posts .lp__left .lp__pagination .prev {
		margin-top: 1px;
		margin-left: 1.5rem;
		margin-right: 1.5rem;
		cursor: pointer;
		display: inline-block;
		transition: all 0.5s ease-in-out;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination .next.disabled,
	.blog-page .container .latest-posts .lp__left .lp__pagination .prev.disabled {
		opacity: 0.4;
		touch-action: none;
		pointer-events: none;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers {
		text-decoration: none;
		display: flex;
		align-items: center;
		color: rgba(194, 208, 228, 0.5);
		transition: all 0.5s ease-in-out;
		cursor: pointer;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers.current {
		position: relative;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers.current::before {
		height: 100%;
		transition: all 5s ease;
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers:hover {
		color: rgba(194, 208, 228, 0.6);
	}
	.blog-page .container .latest-posts .lp__left .lp__pagination .page-numbers::before {
		position: absolute;
		left: 0;
		top: 0;
		height: 0%;
		overflow: hidden;
		color: white;
		content: attr(data-number);
		transition: all 5s ease;
		-webkit-text-stroke-width: 1px;
	}
	.blog-page .container .latest-posts .lp__right {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	.blog-page .container .latest-posts .lp__right .single-card {
		border: 1px solid rgba(194, 208, 228, 0.1);
		border-radius: 15px;
		display: flex;
		flex-flow: column nowrap;
		min-height: 520px;
		padding: 2.5rem 1.6rem 2rem;
		text-align: left;
	}
	.blog-page .container .latest-posts .lp__right .single-card .sc__logo {
		margin-bottom: 3rem;
		padding-left: 0.8rem;
	}
	.blog-page .container .latest-posts .lp__right .single-card .sc__title {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 0 0 0.5rem 0;
		padding-left: 0.8rem;
		font-weight: 800;
	}
	.blog-page .container .latest-posts .lp__right .single-card .sc__title span {
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
		display: block;
		width: fit-content;
	}
	.blog-page .container .latest-posts .lp__right .single-card .sc__button {
		margin-top: auto;
	}
	.blog-page .container .latest-posts .lp__right .single-card .sc__button a {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 10px 30px;
		background: rgba(194, 208, 228, 0.15);
		backdrop-filter: blur(10px);
		border-radius: 10px;
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 230%;
		display: flex;
		align-items: center;
		text-align: center;
		color: #ffffff;
		text-decoration: none;
		transition: all 0.6s ease-in-out;
	}
	.blog-page .container .latest-posts .lp__right .single-card .sc__button a:hover {
		transform: translateY(-4px);
		background: rgba(194, 208, 228, 0.05);
	}
	.blog-page .container .latest-posts .lp__right .single-card.top {
		background: url("../svg/card-1.svg"), radial-gradient(96.36% 96.36% at 8.71% 3.64%, #15181e 0%, #050508 100%);
		background-clip: padding-box;
		background-repeat: no-repeat, no-repeat;
		background-position: center bottom, center;
	}
	.blog-page .container .latest-posts .lp__right .single-card.bottom {
		background: url("../svg/banner-img.svg"), radial-gradient(96.36% 96.36% at 8.71% 3.64%, #15181e 0%, #050508 100%);
		background-clip: padding-box;
		background-repeat: no-repeat, no-repeat;
		background-position: center 136px, center;
		background-size: 326px auto, auto;
	}
	.blog-page .container .latest-posts .lp__right .single-card.bottom .sc__title {
		text-align: center;
		padding: 0;
	}
	.blog-page .container .latest-posts .lp__right .single-card.bottom .sc__title span {
		display: revert;
		width: fit-content;
	}
	.blog-page .container .action-wrapper-2 {
		display: flex;
		gap: 1.5rem;
		flex-flow: row nowrap;
		margin: 3.5rem auto;
	}
	.blog-page .container .action-wrapper-2 .single-action {
		flex: 1 1 0;
		border: 1px solid rgba(194, 208, 228, 0.4);
		background: rgba(194, 208, 228, 0.05);
		backdrop-filter: blur(20px);
		border-radius: 15px;
		padding: 2.5rem 1.5rem 1rem;
		text-align: left;
		display: flex;
		flex-flow: column nowrap;
		min-height: 335px;
	}
	.blog-page .container .action-wrapper-2 .single-action::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.blog-page .container .action-wrapper-2 .single-action:hover {
		border: 1px solid transparent;
	}
	.blog-page .container .action-wrapper-2 .single-action:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	.blog-page .container .action-wrapper-2 .single-action .sa__header h2 {
		font-size: 45px;
		color: #ffffff;
		font-weight: 700;
		line-height: 1;
		margin: 0 0 1rem;
	}
	.blog-page .container .action-wrapper-2 .single-action .sa__header h2 span {
		background: -webkit-linear-gradient(90deg, #26f7dd, #00b8dd);
		line-height: 1.2;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		display: block;
	}
	.blog-page .container .action-wrapper-2 .single-action .sa__text p {
		margin: 0 auto;
		color: rgba(194, 208, 228, 0.5);
		font-weight: 400;
	}
	.blog-page .container .action-wrapper-2 .single-action .sa__btn {
		width: 100%;
		text-align: center;
		max-width: 100%;
		margin-top: auto;
	}
	.blog-page .container .action-wrapper-2 .single-action .sa__btn a#cta-btn {
		display: flex;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
}

@property --color1 {
	syntax: "<color>";
	initial-value: #2cd9ff;
	inherits: false;
}

@property --color2 {
	syntax: "<color>";
	initial-value: #7effb2;
	inherits: false;
}

@property --color3 {
	syntax: "<color>";
	initial-value: #f4ff7a;
	inherits: false;
}

@property --color4 {
	syntax: "<color>";
	initial-value: #ffd80e;
	inherits: false;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

main.position-calculator {
	backface-visibility: hidden;
	padding: 140px 1.5rem 120px 1.5rem;
	width: 100%;
}

main.position-calculator .container {
	max-width: 1130px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	row-gap: 2rem;
	justify-content: space-between;
	align-items: center;
}

main.position-calculator .container .calculator-left {
	flex: 0 1 40%;
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
}

main.position-calculator .container .calculator-left .pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
}

main.position-calculator .container .calculator-left h1 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 72px;
	line-height: 1.2;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

main.position-calculator .container .calculator-left h1 span {
	background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

main.position-calculator .container .calculator-left .sub-text {
	color: rgba(194, 208, 228, 0.5);
	font-weight: 500;
	margin: 0 0 1rem;
}

main.position-calculator .container .calculator-left .sub-text.white {
	color: white;
}

main.position-calculator .container .calculator-left .sub-text a {
	color: #aad57a;
	text-decoration: none;
}

main.position-calculator .container .calculator-right {
	flex: 0 1 580px;
	display: flex;
	justify-content: center;
	transition: all 0.5s ease;
}

main.position-calculator .container .calculator-right .calculator-wrapper {
	border: 1px solid rgba(194, 208, 228, 0.15);
	background: rgba(11, 12, 16, 0.25);
	padding: 40px;
	border-radius: 15px;
	flex: 1 1 auto;
	display: flex;
	flex-flow: column nowrap;
	gap: 2rem;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease;
	height: auto;
	min-height: 370px;
	will-change: contents;
}

main.position-calculator .container .calculator-right .calculator-wrapper.expanded {
	min-height: 503px;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator {
	display: flex;
	flex-flow: row wrap;
	gap: 1rem;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry {
	flex: 1 1 0px;
	display: flex;
	gap: 10px;
	flex-flow: column nowrap;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry label {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	display: block;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"] {
	border: 1px solid rgba(194, 208, 228, 0.2);
	border-radius: 10px;
	padding: 0 0 0 30px;
	height: 60px;
	outline: none;
	color: #FFF;
	font-family: Plus Jakarta Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	background-color: transparent;
	width: 100%;
	transition: all 0.5s ease;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"]::placeholder {
	font-weight: 500;
	color: rgba(194, 208, 228, 0.3);
	opacity: 1;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"]:-ms-input-placeholder {
	font-weight: 500;
	color: rgba(194, 208, 228, 0.3);
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"]::-ms-input-placeholder {
	font-weight: 500;
	color: rgba(194, 208, 228, 0.3);
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"]:focus {
	border: 1px solid rgba(194, 208, 228, 0.55);
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont {
	display: flex;
	flex-flow: row nowrap;
	gap: 1rem;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage {
	height: 60px;
	flex: 1 1 auto;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage input[type="radio"] {
	display: none;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage .option__wrapper {
	flex: 1 1 auto;
	border: 1px solid rgba(194, 208, 228, 0.2);
	border-radius: 6px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 1rem;
	padding: 20px;
	cursor: pointer;
	transition: all 0.6s ease-in-out;
	position: relative;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage .option__wrapper .option__dot {
	width: 18px;
	height: 18px;
	border-radius: 100px;
	background: rgba(29, 170, 145, 0.2);
	box-shadow: inset 0px 0px 0px 1px #d1d1d1;
	transition: inherit;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage .option__wrapper .option__leverage-value {
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(to right, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage .option__wrapper:hover {
	border: 1px solid rgba(194, 208, 228, 0.4);
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage input[type="radio"]:checked ~ .option__wrapper {
	background: rgba(255, 255, 255, 0.05);
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage input[type="radio"]:checked ~ .option__wrapper .option__dot {
	background: #ffffff;
	box-shadow: inset 0px 0px 0px 4px #1daa91;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes label {
	display: flex;
	flex-flow: row nowrap;
	gap: 6px;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes label .tooltip {
	margin-right: 5px;
	display: inline-block;
	position: relative;
	display: inline-flex;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes label .tooltip img.table-tooltip {
	vertical-align: middle;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes label .tooltip .tooltip-text {
	visibility: hidden;
	background-color: #101217;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 14px;
	position: absolute;
	left: 50%;
	top: 150%;
	width: 200px;
	font-size: 13px;
	transform: translateX(-50%);
	font-weight: 400;
	z-index: 100000;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes label .tooltip .tooltip-text::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent #101217 transparent;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes label .tooltip:hover .tooltip-text {
	visibility: visible;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets {
	flex: 1 1 100%;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade:invalid {
	opacity: 0.4;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button {
	width: 100%;
	border-radius: 10px;
	background: transparent;
	height: 60px;
	border: 1px solid rgba(194, 208, 228, 0.2);
	outline: none;
	font-family: Plus Jakarta Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	padding: 0 30px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	transition: all 0.5s ease;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button.ui-selectmenu-button-open .ui-selectmenu-icon {
	transform: rotate(180deg);
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button .ui-selectmenu-text {
	flex: 1 1 auto;
	order: 1;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	color: #fff;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button .ui-selectmenu-text.placeholder {
	color: rgba(194, 208, 228, 0.3);
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button .ui-selectmenu-icon {
	transition: all 0.3s ease;
	order: 2;
	height: 18px;
	width: 18px;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button .ui-selectmenu-icon.custom-dropdown-icon {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="5" viewBox="0 0 11 5" fill="none"><path d="M0.5 0.5L5.5 4.5L10.5 0.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button:focus {
	border: 1px solid rgba(194, 208, 228, 0.55) !important;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets select {
	border: 1px solid rgba(194, 208, 228, 0.2);
	border-radius: 10px;
	background: transparent;
	outline: none;
	color: transparent;
	font-family: Plus Jakarta Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	background-color: transparent;
	width: 100%;
	padding: 0;
	height: 60px;
	padding: 0 30px;
	transition: all 0.8s ease;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets select option {
	background: #1a1c27;
	padding: 8px 16px;
	border-radius: 0;
	outline: none;
	border: none;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets select option:hover {
	background: red;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets select:focus {
	border-color: rgba(194, 208, 228, 0.4);
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionResults {
	display: none;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__lots {
	text-align: center;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 0.6rem;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__lots .lots__title {
	margin: 0;
	color: #FFF;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__lots .lots__result {
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: linear-gradient(90deg, #2CD9FF 0%, rgba(126, 255, 178, 0.81) 18.23%, rgba(244, 255, 122, 0.82) 84.17%, #FFD80E 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__lots .lots__notice {
	margin: 0;
	color: #FFF;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation {
	margin: 2rem 0 0;
	border-radius: 15px;
	border: 1px solid rgba(194, 208, 228, 0.15);
	background: rgba(11, 12, 16, 0.25);
	display: flex;
	flex-flow: column nowrap;
	padding: 20px 30px;
	align-items: flex-start;
	gap: 10px;
	align-self: stretch;
	color: #FFF;
	font-family: Plus Jakarta Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation .equation__title {
	display: block;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation .equation__steps {
	font-weight: 400;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation .equation__steps span {
	font-weight: 700;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation .equation__steps span.no-bold {
	font-weight: 400;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation .equation__steps span#eq__lots {
	background: linear-gradient(90deg, #2CD9FF 0%, rgba(126, 255, 178, 0.81) 18.23%, rgba(244, 255, 122, 0.82) 84.17%, #FFD80E 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: Plus Jakarta Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionSubmitBtn {
	flex: 0 0 60px;
	margin-top: auto;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionSubmitBtn button.sb__submit-btn {
	transition: all 0.6s ease;
	width: 100%;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	background: #1DAA91;
	padding: 10px 30px;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	color: #fff;
	border: none;
	height: 100%;
	cursor: pointer;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionSubmitBtn button.sb__submit-btn:disabled {
	opacity: 0.6;
	pointer-events: none;
}

main.position-calculator .container .calculator-right .calculator-wrapper #positionSubmitBtn button.sb__submit-btn:hover {
	opacity: 0.8;
}

main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader {
	transition: backdrop-filter 0.4s;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.05);
	-webkit-backdrop-filter: blur(10px) opacity(1);
	backdrop-filter: blur(10px) opacity(1);
	color: white;
	display: none;
}

main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container {
	position: absolute;
	inset: 0;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	flex-flow: column nowrap;
	gap: 1rem;
}

main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container .loader {
	width: 8px;
	height: 40px;
	display: block;
	margin: 20px auto;
	position: relative;
	background: #1DAA91;
	color: #1DAA91;
	box-sizing: border-box;
	animation: animloader 0.3s 0.3s linear infinite alternate;
}

main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container .loader::after,
main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container .loader::before {
	content: '';
	width: 8px;
	height: 40px;
	background: currentColor;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	box-sizing: border-box;
	animation: animloader 0.3s 0.45s linear infinite alternate;
}

main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container .loader::before {
	left: -20px;
	animation-delay: 0s;
}

@keyframes animloader {
	0% {
		height: 48px;
	}
	100% {
		height: 4px;
	}
}

main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container .calc-error {
	display: none;
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	font-size: 13px;
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
	text-shadow: 0px 1px 0px #000000;
}

main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container .calc-error-symbol {
	display: none;
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	font-size: 13px;
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
	text-shadow: 0px 1px 0px #000000;
}

main.position-calculator .container .notice-bottom {
	flex: 1 1 100%;
	text-align: left;
	border-radius: 20px;
	border: 1px solid rgba(194, 208, 228, 0.15);
	background: rgba(11, 12, 16, 0.25);
	padding: 2rem;
	font-weight: 600;
	color: rgba(194, 208, 228, 0.5);
}

main.position-calculator .container .notice-bottom div {
	display: inline-block;
	margin-top: 0.3rem;
}

main.position-calculator .container .notice-bottom span {
	font-weight: 800;
	color: rgba(194, 208, 228, 0.75);
}

@media (max-width: 1200px) {
	main.position-calculator .container {
		max-width: 1130px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		row-gap: 2rem;
		justify-content: space-between;
		align-items: center;
	}
	main.position-calculator .container .calculator-left {
		flex: 0 1 40%;
		display: flex;
		flex-flow: column nowrap;
		align-items: flex-start;
	}
	main.position-calculator .container .calculator-left .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	main.position-calculator .container .calculator-left h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 64px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	main.position-calculator .container .calculator-left h1 span {
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	main.position-calculator .container .calculator-left .sub-text {
		color: rgba(194, 208, 228, 0.5);
		font-weight: 500;
		margin: 0 0 1rem;
	}
	main.position-calculator .container .calculator-left .sub-text a {
		color: #aad57a;
		text-decoration: none;
	}
	main.position-calculator .container .calculator-right {
		flex: 0 1 580px;
		display: flex;
		justify-content: center;
		transition: all 0.5s ease;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper {
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(11, 12, 16, 0.25);
		padding: 40px;
		border-radius: 15px;
		flex: 1 1 auto;
		display: flex;
		flex-flow: column nowrap;
		gap: 2rem;
		position: relative;
		overflow: hidden;
		transition: all 0.5s ease;
		height: auto;
		min-height: 370px;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper.expanded {
		min-height: 483px;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry {
		flex: 1 1 0px;
		display: flex;
		gap: 10px;
		flex-flow: column nowrap;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry label {
		font-size: 14px;
		font-weight: 600;
		color: #fff;
		display: block;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"] {
		border: 1px solid rgba(194, 208, 228, 0.2);
		border-radius: 10px;
		padding: 0 0 0 30px;
		height: 60px;
		outline: none;
		color: #FFF;
		font-family: Plus Jakarta Sans;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		background-color: transparent;
		width: 100%;
		transition: all 0.5s ease;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"]::placeholder {
		font-weight: 500;
		color: rgba(194, 208, 228, 0.3);
		opacity: 1;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"]:-ms-input-placeholder {
		font-weight: 500;
		color: rgba(194, 208, 228, 0.3);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"]::-ms-input-placeholder {
		font-weight: 500;
		color: rgba(194, 208, 228, 0.3);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"]:focus {
		border: 1px solid rgba(194, 208, 228, 0.55);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont {
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage {
		height: 60px;
		flex: 1 1 auto;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage input[type="radio"] {
		display: none;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage .option__wrapper {
		border: 1px solid rgba(194, 208, 228, 0.2);
		border-radius: 6px;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 1rem;
		padding: 20px;
		cursor: pointer;
		transition: all 0.6s ease-in-out;
		position: relative;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage .option__wrapper .option__dot {
		width: 18px;
		height: 18px;
		border-radius: 100px;
		background: rgba(29, 170, 145, 0.2);
		box-shadow: inset 0px 0px 0px 1px #d1d1d1;
		transition: inherit;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage .option__wrapper .option__leverage-value {
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(to right, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		font-weight: 600;
		font-size: 18px;
		line-height: 1;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage .option__wrapper:hover {
		border: 1px solid rgba(194, 208, 228, 0.4);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage input[type="radio"]:checked ~ .option__wrapper {
		background: rgba(255, 255, 255, 0.05);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage input[type="radio"]:checked ~ .option__wrapper .option__dot {
		background: #ffffff;
		box-shadow: inset 0px 0px 0px 4px #1daa91;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets {
		flex: 1 1 100%;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade:invalid {
		opacity: 0.4;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button {
		width: 100%;
		border-radius: 10px;
		background: transparent;
		height: 60px;
		border: 1px solid rgba(194, 208, 228, 0.2);
		outline: none;
		font-family: Plus Jakarta Sans;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		padding: 0 30px;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		transition: all 0.5s ease;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button.ui-selectmenu-button-open .ui-selectmenu-icon {
		transform: rotate(180deg);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button .ui-selectmenu-text {
		flex: 1 1 auto;
		order: 1;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		color: #fff;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button .ui-selectmenu-text.placeholder {
		color: rgba(194, 208, 228, 0.3);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button .ui-selectmenu-icon {
		transition: all 0.3s ease;
		order: 2;
		height: 18px;
		width: 18px;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button .ui-selectmenu-icon.custom-dropdown-icon {
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="5" viewBox="0 0 11 5" fill="none"><path d="M0.5 0.5L5.5 4.5L10.5 0.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button:focus {
		border: 1px solid rgba(194, 208, 228, 0.55) !important;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets select {
		border: 1px solid rgba(194, 208, 228, 0.2);
		border-radius: 10px;
		background: transparent;
		outline: none;
		color: transparent;
		font-family: Plus Jakarta Sans;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		background-color: transparent;
		width: 100%;
		padding: 0;
		height: 60px;
		padding: 0 30px;
		transition: all 0.8s ease;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets select option {
		background: #1a1c27;
		padding: 8px 16px;
		border-radius: 0;
		outline: none;
		border: none;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets select option:hover {
		background: red;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets select:focus {
		border-color: rgba(194, 208, 228, 0.4);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults {
		display: none;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__lots {
		text-align: center;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 0.6rem;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__lots .lots__title {
		margin: 0;
		color: #FFF;
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 16px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__lots .lots__result {
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		background: linear-gradient(90deg, #2CD9FF 0%, rgba(126, 255, 178, 0.81) 18.23%, rgba(244, 255, 122, 0.82) 84.17%, #FFD80E 100%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__lots .lots__notice {
		margin: 0;
		color: #FFF;
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation {
		margin: 2rem 0 0;
		border-radius: 15px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(11, 12, 16, 0.25);
		display: flex;
		flex-flow: column nowrap;
		padding: 20px 30px;
		align-items: flex-start;
		gap: 10px;
		align-self: stretch;
		color: #FFF;
		font-family: Plus Jakarta Sans;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation .equation__title {
		display: block;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation .equation__steps {
		font-weight: 400;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation .equation__steps span {
		font-weight: 700;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation .equation__steps span#eq__lots {
		background: linear-gradient(90deg, #2CD9FF 0%, rgba(126, 255, 178, 0.81) 18.23%, rgba(244, 255, 122, 0.82) 84.17%, #FFD80E 100%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-family: Plus Jakarta Sans;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionSubmitBtn {
		flex: 0 0 60px;
		margin-top: auto;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionSubmitBtn button.sb__submit-btn {
		transition: all 0.6s ease;
		width: 100%;
		outline: none;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		border-radius: 10px;
		background: #1DAA91;
		padding: 10px 30px;
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: 1;
		color: #fff;
		border: none;
		height: 100%;
		cursor: pointer;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionSubmitBtn button.sb__submit-btn.disabled {
		opacity: 0.6;
		pointer-events: none;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionSubmitBtn button.sb__submit-btn:hover {
		opacity: 0.8;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader {
		transition: backdrop-filter 0.4s;
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.05);
		-webkit-backdrop-filter: blur(10px) opacity(1);
		backdrop-filter: blur(10px) opacity(1);
		color: white;
		display: none;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container {
		position: absolute;
		inset: 0;
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container .loader {
		width: 8px;
		height: 40px;
		display: block;
		margin: 20px auto;
		position: relative;
		background: #1DAA91;
		color: #1DAA91;
		box-sizing: border-box;
		animation: animloader 0.3s 0.3s linear infinite alternate;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container .loader::after,
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container .loader::before {
		content: '';
		width: 8px;
		height: 40px;
		background: currentColor;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 20px;
		box-sizing: border-box;
		animation: animloader 0.3s 0.45s linear infinite alternate;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container .loader::before {
		left: -20px;
		animation-delay: 0s;
	}
	@keyframes animloader {
		0% {
			height: 48px;
		}
		100% {
			height: 4px;
		}
	}
	main.position-calculator .container .notice-bottom {
		flex: 1 1 100%;
		text-align: center;
		border-radius: 20px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(11, 12, 16, 0.25);
		padding: 2rem;
		font-weight: 600;
		color: rgba(194, 208, 228, 0.5);
	}
	main.position-calculator .container .notice-bottom span {
		font-weight: 800;
		color: rgba(194, 208, 228, 0.75);
	}
}

@media (max-width: 1115px) {
	main.position-calculator {
		padding: 24px 1.5rem 0px 1.5rem;
	}
	main.position-calculator .container {
		max-width: 1130px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		row-gap: 2rem;
		justify-content: space-between;
		align-items: center;
	}
	main.position-calculator .container .calculator-left {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
		align-items: flex-start;
	}
	main.position-calculator .container .calculator-left .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	main.position-calculator .container .calculator-left h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 64px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	main.position-calculator .container .calculator-left h1 span {
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	main.position-calculator .container .calculator-left .sub-text {
		color: rgba(194, 208, 228, 0.5);
		font-weight: 500;
		margin: 0 0 1rem;
	}
	main.position-calculator .container .calculator-left .sub-text a {
		color: #aad57a;
		text-decoration: none;
	}
	main.position-calculator .container .calculator-right {
		flex: 1 1 100%;
		display: flex;
		justify-content: center;
		transition: all 0.5s ease;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper {
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(11, 12, 16, 0.25);
		padding: 1.5rem 1rem 1rem;
		border-radius: 15px;
		flex: 1 1 auto;
		display: flex;
		flex-flow: column nowrap;
		gap: 2rem;
		position: relative;
		overflow: hidden;
		transition: all 0.5s ease;
		height: auto;
		min-height: 330px;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper.expanded {
		min-height: 423px;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry {
		flex: 1 1 200px;
		display: flex;
		gap: 10px;
		flex-flow: column nowrap;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry label {
		font-size: 14px;
		font-weight: 600;
		color: #fff;
		display: block;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"] {
		border: 1px solid rgba(194, 208, 228, 0.2);
		border-radius: 10px;
		padding: 0 0 0 30px;
		height: 60px;
		outline: none;
		color: #FFF;
		font-family: Plus Jakarta Sans;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		background-color: transparent;
		width: 100%;
		transition: all 0.5s ease;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"]::placeholder {
		font-weight: 500;
		color: rgba(194, 208, 228, 0.3);
		opacity: 1;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"]:-ms-input-placeholder {
		font-weight: 500;
		color: rgba(194, 208, 228, 0.3);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"]::-ms-input-placeholder {
		font-weight: 500;
		color: rgba(194, 208, 228, 0.3);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"]:focus {
		border: 1px solid rgba(194, 208, 228, 0.55);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont {
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage {
		height: 60px;
		flex: 1 1 auto;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage input[type="radio"] {
		display: none;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage .option__wrapper {
		border: 1px solid rgba(194, 208, 228, 0.2);
		border-radius: 6px;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 1rem;
		padding: 20px;
		cursor: pointer;
		transition: all 0.6s ease-in-out;
		position: relative;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage .option__wrapper .option__dot {
		width: 18px;
		height: 18px;
		border-radius: 100px;
		background: rgba(29, 170, 145, 0.2);
		box-shadow: inset 0px 0px 0px 1px #d1d1d1;
		transition: inherit;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage .option__wrapper .option__leverage-value {
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(to right, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		font-weight: 600;
		font-size: 18px;
		line-height: 1;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage .option__wrapper:hover {
		border: 1px solid rgba(194, 208, 228, 0.4);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage input[type="radio"]:checked ~ .option__wrapper {
		background: rgba(255, 255, 255, 0.05);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage input[type="radio"]:checked ~ .option__wrapper .option__dot {
		background: #ffffff;
		box-shadow: inset 0px 0px 0px 4px #1daa91;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets {
		flex: 1 1 100%;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade:invalid {
		opacity: 0.4;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button {
		width: 100%;
		border-radius: 10px;
		background: transparent;
		height: 60px;
		border: 1px solid rgba(194, 208, 228, 0.2);
		outline: none;
		font-family: Plus Jakarta Sans;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		padding: 0 30px;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		transition: all 0.5s ease;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button.ui-selectmenu-button-open .ui-selectmenu-icon {
		transform: rotate(180deg);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button .ui-selectmenu-text {
		flex: 1 1 auto;
		order: 1;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		color: #fff;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button .ui-selectmenu-text.placeholder {
		color: rgba(194, 208, 228, 0.3);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button .ui-selectmenu-icon {
		transition: all 0.3s ease;
		order: 2;
		height: 18px;
		width: 18px;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button .ui-selectmenu-icon.custom-dropdown-icon {
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="5" viewBox="0 0 11 5" fill="none"><path d="M0.5 0.5L5.5 4.5L10.5 0.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button:focus {
		border: 1px solid rgba(194, 208, 228, 0.55) !important;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets select {
		border: 1px solid rgba(194, 208, 228, 0.2);
		border-radius: 10px;
		background: transparent;
		outline: none;
		color: transparent;
		font-family: Plus Jakarta Sans;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		background-color: transparent;
		width: 100%;
		padding: 0;
		height: 60px;
		padding: 0 30px;
		transition: all 0.8s ease;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets select option {
		background: #1a1c27;
		padding: 8px 16px;
		border-radius: 0;
		outline: none;
		border: none;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets select option:hover {
		background: red;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets select:focus {
		border-color: rgba(194, 208, 228, 0.4);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults {
		display: none;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__lots {
		text-align: center;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 0.6rem;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__lots .lots__title {
		margin: 0;
		color: #FFF;
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__lots .lots__result {
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		background: linear-gradient(90deg, #2CD9FF 0%, rgba(126, 255, 178, 0.81) 18.23%, rgba(244, 255, 122, 0.82) 84.17%, #FFD80E 100%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__lots .lots__notice {
		margin: 0;
		color: #FFF;
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation {
		margin: 2rem 0 0;
		border-radius: 15px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(11, 12, 16, 0.25);
		display: flex;
		flex-flow: column nowrap;
		padding: 14px 24px;
		align-items: flex-start;
		gap: 10px;
		align-self: stretch;
		color: #FFF;
		font-family: Plus Jakarta Sans;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation .equation__title {
		display: block;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation .equation__steps {
		font-weight: 400;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation .equation__steps span {
		font-weight: 700;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation .equation__steps span#eq__lots {
		background: linear-gradient(90deg, #2CD9FF 0%, rgba(126, 255, 178, 0.81) 18.23%, rgba(244, 255, 122, 0.82) 84.17%, #FFD80E 100%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-family: Plus Jakarta Sans;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionSubmitBtn {
		flex: 0 0 60px;
		margin-top: auto;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionSubmitBtn button.sb__submit-btn {
		transition: all 0.6s ease;
		width: 100%;
		outline: none;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		border-radius: 10px;
		background: #1DAA91;
		padding: 10px 30px;
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 1;
		color: #fff;
		border: none;
		height: 100%;
		cursor: pointer;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionSubmitBtn button.sb__submit-btn.disabled {
		opacity: 0.6;
		pointer-events: none;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionSubmitBtn button.sb__submit-btn:hover {
		opacity: 0.8;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader {
		transition: backdrop-filter 0.4s;
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.05);
		-webkit-backdrop-filter: blur(10px) opacity(1);
		backdrop-filter: blur(10px) opacity(1);
		color: white;
		display: none;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container {
		position: absolute;
		inset: 0;
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container .loader {
		width: 8px;
		height: 40px;
		display: block;
		margin: 20px auto;
		position: relative;
		background: #1DAA91;
		color: #1DAA91;
		box-sizing: border-box;
		animation: animloader 0.3s 0.3s linear infinite alternate;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container .loader::after,
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container .loader::before {
		content: '';
		width: 8px;
		height: 40px;
		background: currentColor;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 20px;
		box-sizing: border-box;
		animation: animloader 0.3s 0.45s linear infinite alternate;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container .loader::before {
		left: -20px;
		animation-delay: 0s;
	}
	@keyframes animloader {
		0% {
			height: 48px;
		}
		100% {
			height: 4px;
		}
	}
	main.position-calculator .container .notice-bottom {
		flex: 1 1 100%;
		text-align: center;
		border-radius: 20px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(11, 12, 16, 0.25);
		padding: 2rem;
		font-weight: 600;
		color: rgba(194, 208, 228, 0.5);
		font-size: 15px;
	}
	main.position-calculator .container .notice-bottom span {
		font-weight: 800;
		color: rgba(194, 208, 228, 0.75);
	}
}

@media (max-width: 768px) {
	main.position-calculator {
		padding: 24px 1.5rem 0px 1.5rem;
	}
	main.position-calculator .container {
		max-width: 1130px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		row-gap: 2rem;
		justify-content: space-between;
		align-items: center;
	}
	main.position-calculator .container .calculator-left {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
		align-items: flex-start;
	}
	main.position-calculator .container .calculator-left .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	main.position-calculator .container .calculator-left h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 52px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	main.position-calculator .container .calculator-left h1 span {
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	main.position-calculator .container .calculator-left .sub-text {
		color: rgba(194, 208, 228, 0.5);
		font-weight: 500;
		margin: 0 0 1rem;
	}
	main.position-calculator .container .calculator-left .sub-text a {
		color: #aad57a;
		text-decoration: none;
	}
	main.position-calculator .container .calculator-right {
		flex: 1 1 100%;
		display: flex;
		justify-content: center;
		transition: all 0.5s ease;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper {
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(11, 12, 16, 0.25);
		padding: 1.5rem 1rem 1rem;
		border-radius: 15px;
		flex: 1 1 auto;
		display: flex;
		flex-flow: column nowrap;
		gap: 2rem;
		position: relative;
		overflow: hidden;
		transition: all 0.5s ease;
		height: auto;
		min-height: 330px;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper.expanded {
		min-height: 423px;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry {
		flex: 1 1 200px;
		display: flex;
		gap: 10px;
		flex-flow: column nowrap;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry label {
		font-size: 14px;
		font-weight: 600;
		color: #fff;
		display: block;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"] {
		border: 1px solid rgba(194, 208, 228, 0.2);
		border-radius: 10px;
		padding: 0 0 0 30px;
		height: 60px;
		outline: none;
		color: #FFF;
		font-family: Plus Jakarta Sans;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		background-color: transparent;
		width: 100%;
		transition: all 0.5s ease;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"]::placeholder {
		font-weight: 500;
		color: rgba(194, 208, 228, 0.3);
		opacity: 1;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"]:-ms-input-placeholder {
		font-weight: 500;
		color: rgba(194, 208, 228, 0.3);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"]::-ms-input-placeholder {
		font-weight: 500;
		color: rgba(194, 208, 228, 0.3);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"]:focus {
		border: 1px solid rgba(194, 208, 228, 0.55);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont {
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage {
		height: 60px;
		flex: 1 1 auto;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage input[type="radio"] {
		display: none;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage .option__wrapper {
		border: 1px solid rgba(194, 208, 228, 0.2);
		border-radius: 6px;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 1rem;
		padding: 20px;
		cursor: pointer;
		transition: all 0.6s ease-in-out;
		position: relative;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage .option__wrapper .option__dot {
		width: 18px;
		height: 18px;
		border-radius: 100px;
		background: rgba(29, 170, 145, 0.2);
		box-shadow: inset 0px 0px 0px 1px #d1d1d1;
		transition: inherit;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage .option__wrapper .option__leverage-value {
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(to right, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		font-weight: 600;
		font-size: 18px;
		line-height: 1;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage .option__wrapper:hover {
		border: 1px solid rgba(194, 208, 228, 0.4);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage input[type="radio"]:checked ~ .option__wrapper {
		background: rgba(255, 255, 255, 0.05);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage input[type="radio"]:checked ~ .option__wrapper .option__dot {
		background: #ffffff;
		box-shadow: inset 0px 0px 0px 4px #1daa91;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets {
		flex: 1 1 100%;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade:invalid {
		opacity: 0.4;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button {
		width: 100%;
		border-radius: 10px;
		background: transparent;
		height: 60px;
		border: 1px solid rgba(194, 208, 228, 0.2);
		outline: none;
		font-family: Plus Jakarta Sans;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		padding: 0 30px;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		transition: all 0.5s ease;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button.ui-selectmenu-button-open .ui-selectmenu-icon {
		transform: rotate(180deg);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button .ui-selectmenu-text {
		flex: 1 1 auto;
		order: 1;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		color: #fff;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button .ui-selectmenu-text.placeholder {
		color: rgba(194, 208, 228, 0.3);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button .ui-selectmenu-icon {
		transition: all 0.3s ease;
		order: 2;
		height: 18px;
		width: 18px;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button .ui-selectmenu-icon.custom-dropdown-icon {
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="5" viewBox="0 0 11 5" fill="none"><path d="M0.5 0.5L5.5 4.5L10.5 0.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button:focus {
		border: 1px solid rgba(194, 208, 228, 0.55) !important;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets select {
		border: 1px solid rgba(194, 208, 228, 0.2);
		border-radius: 10px;
		background: transparent;
		outline: none;
		color: transparent;
		font-family: Plus Jakarta Sans;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		background-color: transparent;
		width: 100%;
		padding: 0;
		height: 60px;
		padding: 0 30px;
		transition: all 0.8s ease;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets select option {
		background: #1a1c27;
		padding: 8px 16px;
		border-radius: 0;
		outline: none;
		border: none;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets select option:hover {
		background: red;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets select:focus {
		border-color: rgba(194, 208, 228, 0.4);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults {
		display: none;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__lots {
		text-align: center;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 0.6rem;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__lots .lots__title {
		margin: 0;
		color: #FFF;
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__lots .lots__result {
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		background: linear-gradient(90deg, #2CD9FF 0%, rgba(126, 255, 178, 0.81) 18.23%, rgba(244, 255, 122, 0.82) 84.17%, #FFD80E 100%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__lots .lots__notice {
		margin: 0;
		color: #FFF;
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation {
		margin: 2rem 0 0;
		border-radius: 15px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(11, 12, 16, 0.25);
		display: flex;
		flex-flow: column nowrap;
		padding: 14px 24px;
		align-items: flex-start;
		gap: 10px;
		align-self: stretch;
		color: #FFF;
		font-family: Plus Jakarta Sans;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation .equation__title {
		display: block;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation .equation__steps {
		font-weight: 400;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation .equation__steps span {
		font-weight: 700;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation .equation__steps span#eq__lots {
		background: linear-gradient(90deg, #2CD9FF 0%, rgba(126, 255, 178, 0.81) 18.23%, rgba(244, 255, 122, 0.82) 84.17%, #FFD80E 100%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-family: Plus Jakarta Sans;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionSubmitBtn {
		flex: 0 0 60px;
		margin-top: auto;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionSubmitBtn button.sb__submit-btn {
		transition: all 0.6s ease;
		width: 100%;
		outline: none;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		border-radius: 10px;
		background: #1DAA91;
		padding: 10px 30px;
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 1;
		color: #fff;
		border: none;
		height: 100%;
		cursor: pointer;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionSubmitBtn button.sb__submit-btn.disabled {
		opacity: 0.6;
		pointer-events: none;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionSubmitBtn button.sb__submit-btn:hover {
		opacity: 0.8;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader {
		transition: backdrop-filter 0.4s;
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.05);
		-webkit-backdrop-filter: blur(10px) opacity(1);
		backdrop-filter: blur(10px) opacity(1);
		color: white;
		display: none;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container {
		position: absolute;
		inset: 0;
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container .loader {
		width: 8px;
		height: 40px;
		display: block;
		margin: 20px auto;
		position: relative;
		background: #1DAA91;
		color: #1DAA91;
		box-sizing: border-box;
		animation: animloader 0.3s 0.3s linear infinite alternate;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container .loader::after,
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container .loader::before {
		content: '';
		width: 8px;
		height: 40px;
		background: currentColor;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 20px;
		box-sizing: border-box;
		animation: animloader 0.3s 0.45s linear infinite alternate;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container .loader::before {
		left: -20px;
		animation-delay: 0s;
	}
	@keyframes animloader {
		0% {
			height: 48px;
		}
		100% {
			height: 4px;
		}
	}
	main.position-calculator .container .notice-bottom {
		flex: 1 1 100%;
		text-align: center;
		border-radius: 20px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(11, 12, 16, 0.25);
		padding: 2rem;
		font-weight: 600;
		color: rgba(194, 208, 228, 0.5);
		font-size: 15px;
	}
	main.position-calculator .container .notice-bottom span {
		font-weight: 800;
		color: rgba(194, 208, 228, 0.75);
	}
}

@media (max-width: 576px) {
	main.position-calculator {
		padding: 64px 1.5rem 0px 1.5rem;
	}
	main.position-calculator .container {
		max-width: 1130px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		row-gap: 2rem;
		justify-content: space-between;
		align-items: center;
	}
	main.position-calculator .container .calculator-left {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
		align-items: flex-start;
	}
	main.position-calculator .container .calculator-left .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	main.position-calculator .container .calculator-left h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	main.position-calculator .container .calculator-left h1 span {
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	main.position-calculator .container .calculator-left .sub-text {
		color: rgba(194, 208, 228, 0.5);
		font-weight: 500;
		margin: 0 0 1rem;
	}
	main.position-calculator .container .calculator-left .sub-text a {
		color: #aad57a;
		text-decoration: none;
	}
	main.position-calculator .container .calculator-right {
		flex: 1 1 100%;
		display: flex;
		justify-content: center;
		transition: all 0.5s ease;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper {
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(11, 12, 16, 0.25);
		padding: 1.5rem 1rem 1rem;
		border-radius: 15px;
		flex: 1 1 auto;
		display: flex;
		flex-flow: column nowrap;
		gap: 2rem;
		position: relative;
		overflow: hidden;
		transition: all 0.5s ease;
		height: auto;
		min-height: 330px;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper.expanded {
		min-height: 423px;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry {
		flex: 1 1 200px;
		display: flex;
		gap: 10px;
		flex-flow: column nowrap;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry label {
		font-size: 14px;
		font-weight: 600;
		color: #fff;
		display: block;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"] {
		border: 1px solid rgba(194, 208, 228, 0.2);
		border-radius: 10px;
		padding: 0 0 0 30px;
		height: 60px;
		outline: none;
		color: #FFF;
		font-family: Plus Jakarta Sans;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		background-color: transparent;
		width: 100%;
		transition: all 0.5s ease;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"]::placeholder {
		font-weight: 500;
		color: rgba(194, 208, 228, 0.3);
		opacity: 1;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"]:-ms-input-placeholder {
		font-weight: 500;
		color: rgba(194, 208, 228, 0.3);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"]::-ms-input-placeholder {
		font-weight: 500;
		color: rgba(194, 208, 228, 0.3);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"]:focus {
		border: 1px solid rgba(194, 208, 228, 0.55);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont {
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage {
		height: 60px;
		flex: 1 1 auto;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage input[type="radio"] {
		display: none;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage .option__wrapper {
		border: 1px solid rgba(194, 208, 228, 0.2);
		border-radius: 6px;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 1rem;
		padding: 20px;
		cursor: pointer;
		transition: all 0.6s ease-in-out;
		position: relative;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage .option__wrapper .option__dot {
		width: 18px;
		height: 18px;
		border-radius: 100px;
		background: rgba(29, 170, 145, 0.2);
		box-shadow: inset 0px 0px 0px 1px #d1d1d1;
		transition: inherit;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage .option__wrapper .option__leverage-value {
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(to right, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		font-weight: 600;
		font-size: 18px;
		line-height: 1;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage .option__wrapper:hover {
		border: 1px solid rgba(194, 208, 228, 0.4);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage input[type="radio"]:checked ~ .option__wrapper {
		background: rgba(255, 255, 255, 0.05);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage input[type="radio"]:checked ~ .option__wrapper .option__dot {
		background: #ffffff;
		box-shadow: inset 0px 0px 0px 4px #1daa91;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets {
		flex: 1 1 100%;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade:invalid {
		opacity: 0.4;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button {
		width: 100%;
		border-radius: 10px;
		background: transparent;
		height: 60px;
		border: 1px solid rgba(194, 208, 228, 0.2);
		outline: none;
		font-family: Plus Jakarta Sans;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		padding: 0 30px;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		transition: all 0.5s ease;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button.ui-selectmenu-button-open .ui-selectmenu-icon {
		transform: rotate(180deg);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button .ui-selectmenu-text {
		flex: 1 1 auto;
		order: 1;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		color: #fff;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button .ui-selectmenu-text.placeholder {
		color: rgba(194, 208, 228, 0.3);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button .ui-selectmenu-icon {
		transition: all 0.3s ease;
		order: 2;
		height: 18px;
		width: 18px;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button .ui-selectmenu-icon.custom-dropdown-icon {
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="5" viewBox="0 0 11 5" fill="none"><path d="M0.5 0.5L5.5 4.5L10.5 0.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button:focus {
		border: 1px solid rgba(194, 208, 228, 0.55) !important;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets select {
		border: 1px solid rgba(194, 208, 228, 0.2);
		border-radius: 10px;
		background: transparent;
		outline: none;
		color: transparent;
		font-family: Plus Jakarta Sans;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		background-color: transparent;
		width: 100%;
		padding: 0;
		height: 60px;
		padding: 0 30px;
		transition: all 0.8s ease;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets select option {
		background: #1a1c27;
		padding: 8px 16px;
		border-radius: 0;
		outline: none;
		border: none;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets select option:hover {
		background: red;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets select:focus {
		border-color: rgba(194, 208, 228, 0.4);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults {
		display: none;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__lots {
		text-align: center;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 0.6rem;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__lots .lots__title {
		margin: 0;
		color: #FFF;
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__lots .lots__result {
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 28px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		background: linear-gradient(90deg, #2CD9FF 0%, rgba(126, 255, 178, 0.81) 18.23%, rgba(244, 255, 122, 0.82) 84.17%, #FFD80E 100%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__lots .lots__notice {
		margin: 0;
		color: #FFF;
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation {
		margin: 2rem 0 0;
		border-radius: 15px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(11, 12, 16, 0.25);
		display: flex;
		flex-flow: column nowrap;
		padding: 14px 24px;
		align-items: flex-start;
		gap: 10px;
		align-self: stretch;
		color: #FFF;
		font-family: Plus Jakarta Sans;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation .equation__title {
		display: block;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation .equation__steps {
		font-weight: 400;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation .equation__steps span {
		font-weight: 700;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation .equation__steps span#eq__lots {
		background: linear-gradient(90deg, #2CD9FF 0%, rgba(126, 255, 178, 0.81) 18.23%, rgba(244, 255, 122, 0.82) 84.17%, #FFD80E 100%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-family: Plus Jakarta Sans;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionSubmitBtn {
		flex: 0 0 60px;
		margin-top: auto;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionSubmitBtn button.sb__submit-btn {
		transition: all 0.6s ease;
		width: 100%;
		outline: none;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		border-radius: 10px;
		background: #1DAA91;
		padding: 10px 30px;
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 1;
		color: #fff;
		border: none;
		height: 100%;
		cursor: pointer;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionSubmitBtn button.sb__submit-btn.disabled {
		opacity: 0.6;
		pointer-events: none;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionSubmitBtn button.sb__submit-btn:hover {
		opacity: 0.8;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader {
		transition: backdrop-filter 0.4s;
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.05);
		-webkit-backdrop-filter: blur(10px) opacity(1);
		backdrop-filter: blur(10px) opacity(1);
		color: white;
		display: none;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container {
		position: absolute;
		inset: 0;
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container .loader {
		width: 8px;
		height: 40px;
		display: block;
		margin: 20px auto;
		position: relative;
		background: #1DAA91;
		color: #1DAA91;
		box-sizing: border-box;
		animation: animloader 0.3s 0.3s linear infinite alternate;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container .loader::after,
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container .loader::before {
		content: '';
		width: 8px;
		height: 40px;
		background: currentColor;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 20px;
		box-sizing: border-box;
		animation: animloader 0.3s 0.45s linear infinite alternate;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container .loader::before {
		left: -20px;
		animation-delay: 0s;
	}
	@keyframes animloader {
		0% {
			height: 48px;
		}
		100% {
			height: 4px;
		}
	}
	main.position-calculator .container .notice-bottom {
		flex: 1 1 100%;
		text-align: center;
		border-radius: 20px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(11, 12, 16, 0.25);
		padding: 2rem;
		font-weight: 600;
		color: rgba(194, 208, 228, 0.5);
		font-size: 15px;
	}
	main.position-calculator .container .notice-bottom span {
		font-weight: 800;
		color: rgba(194, 208, 228, 0.75);
	}
}

@media (max-width: 540px) {
	main.position-calculator {
		padding: 64px 1.5rem 0px 1.5rem;
	}
	main.position-calculator .container {
		max-width: 1130px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		row-gap: 2rem;
		justify-content: space-between;
		align-items: center;
	}
	main.position-calculator .container .calculator-left {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
		align-items: flex-start;
	}
	main.position-calculator .container .calculator-left .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	main.position-calculator .container .calculator-left h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	main.position-calculator .container .calculator-left h1 span {
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	main.position-calculator .container .calculator-left .sub-text {
		color: rgba(194, 208, 228, 0.5);
		font-weight: 500;
		margin: 0 0 1rem;
	}
	main.position-calculator .container .calculator-left .sub-text a {
		color: #aad57a;
		text-decoration: none;
	}
	main.position-calculator .container .calculator-right {
		flex: 1 1 100%;
		display: flex;
		justify-content: center;
		transition: all 0.5s ease;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper {
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(11, 12, 16, 0.25);
		padding: 1.5rem 1rem 1rem;
		border-radius: 15px;
		flex: 1 1 auto;
		display: flex;
		flex-flow: column nowrap;
		gap: 2rem;
		position: relative;
		overflow: hidden;
		transition: all 0.5s ease;
		height: auto;
		min-height: 370px;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper.expanded {
		min-height: 463px;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry {
		flex: 1 1 200px;
		display: flex;
		gap: 10px;
		flex-flow: column nowrap;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry label {
		font-size: 14px;
		font-weight: 600;
		color: #fff;
		display: block;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"] {
		border: 1px solid rgba(194, 208, 228, 0.2);
		border-radius: 10px;
		padding: 0 0 0 30px;
		height: 60px;
		outline: none;
		color: #FFF;
		font-family: Plus Jakarta Sans;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		background-color: transparent;
		width: 100%;
		transition: all 0.5s ease;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"]::placeholder {
		font-weight: 500;
		color: rgba(194, 208, 228, 0.3);
		opacity: 1;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"]:-ms-input-placeholder {
		font-weight: 500;
		color: rgba(194, 208, 228, 0.3);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"]::-ms-input-placeholder {
		font-weight: 500;
		color: rgba(194, 208, 228, 0.3);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.balance input[type="text"]:focus {
		border: 1px solid rgba(194, 208, 228, 0.55);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont {
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage {
		height: 60px;
		flex: 1 1 auto;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage input[type="radio"] {
		display: none;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage .option__wrapper {
		border: 1px solid rgba(194, 208, 228, 0.2);
		border-radius: 6px;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 1rem;
		padding: 20px;
		cursor: pointer;
		transition: all 0.6s ease-in-out;
		position: relative;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage .option__wrapper .option__dot {
		width: 18px;
		height: 18px;
		border-radius: 100px;
		background: rgba(29, 170, 145, 0.2);
		box-shadow: inset 0px 0px 0px 1px #d1d1d1;
		transition: inherit;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage .option__wrapper .option__leverage-value {
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(to right, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		font-weight: 600;
		font-size: 18px;
		line-height: 1;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage .option__wrapper:hover {
		border: 1px solid rgba(194, 208, 228, 0.4);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage input[type="radio"]:checked ~ .option__wrapper {
		background: rgba(255, 255, 255, 0.05);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.checkboxes .se__leverage-cont .single-leverage input[type="radio"]:checked ~ .option__wrapper .option__dot {
		background: #ffffff;
		box-shadow: inset 0px 0px 0px 4px #1daa91;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets {
		flex: 1 1 100%;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade:invalid {
		opacity: 0.4;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button {
		width: 100%;
		border-radius: 10px;
		background: transparent;
		height: 60px;
		border: 1px solid rgba(194, 208, 228, 0.2);
		outline: none;
		font-family: Plus Jakarta Sans;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		padding: 0 30px;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		transition: all 0.5s ease;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button.ui-selectmenu-button-open .ui-selectmenu-icon {
		transform: rotate(180deg);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button .ui-selectmenu-text {
		flex: 1 1 auto;
		order: 1;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		color: #fff;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button .ui-selectmenu-text.placeholder {
		color: rgba(194, 208, 228, 0.3);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button .ui-selectmenu-icon {
		transition: all 0.3s ease;
		order: 2;
		height: 18px;
		width: 18px;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button .ui-selectmenu-icon.custom-dropdown-icon {
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="5" viewBox="0 0 11 5" fill="none"><path d="M0.5 0.5L5.5 4.5L10.5 0.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets #assetToTrade-button:focus {
		border: 1px solid rgba(194, 208, 228, 0.55) !important;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets select {
		border: 1px solid rgba(194, 208, 228, 0.2);
		border-radius: 10px;
		background: transparent;
		outline: none;
		color: transparent;
		font-family: Plus Jakarta Sans;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		background-color: transparent;
		width: 100%;
		padding: 0;
		height: 60px;
		padding: 0 30px;
		transition: all 0.8s ease;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets select option {
		background: #1a1c27;
		padding: 8px 16px;
		border-radius: 0;
		outline: none;
		border: none;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets select option:hover {
		background: red;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionCalculator .pc__single-entry.assets select:focus {
		border-color: rgba(194, 208, 228, 0.4);
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults {
		display: none;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__lots {
		text-align: center;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 0.6rem;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__lots .lots__title {
		margin: 0;
		color: #FFF;
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 15px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__lots .lots__result {
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 30px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		background: linear-gradient(90deg, #2CD9FF 0%, rgba(126, 255, 178, 0.81) 18.23%, rgba(244, 255, 122, 0.82) 84.17%, #FFD80E 100%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__lots .lots__notice {
		margin: 0;
		color: #FFF;
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 15px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation {
		margin: 2rem 0 0;
		border-radius: 15px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(11, 12, 16, 0.25);
		display: flex;
		flex-flow: column nowrap;
		padding: 14px 24px;
		align-items: flex-start;
		gap: 10px;
		align-self: stretch;
		color: #FFF;
		font-family: Plus Jakarta Sans;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation .equation__title {
		display: block;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation .equation__steps {
		font-weight: 400;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation .equation__steps span {
		font-weight: 700;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionResults .pr__equation .equation__steps span#eq__lots {
		background: linear-gradient(90deg, #2CD9FF 0%, rgba(126, 255, 178, 0.81) 18.23%, rgba(244, 255, 122, 0.82) 84.17%, #FFD80E 100%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-family: Plus Jakarta Sans;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionSubmitBtn {
		flex: 0 0 60px;
		margin-top: auto;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionSubmitBtn button.sb__submit-btn {
		transition: all 0.6s ease;
		width: 100%;
		outline: none;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		border-radius: 10px;
		background: #1DAA91;
		padding: 10px 30px;
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 1;
		color: #fff;
		border: none;
		height: 100%;
		cursor: pointer;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionSubmitBtn button.sb__submit-btn.disabled {
		opacity: 0.6;
		pointer-events: none;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper #positionSubmitBtn button.sb__submit-btn:hover {
		opacity: 0.8;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader {
		transition: backdrop-filter 0.4s;
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.05);
		-webkit-backdrop-filter: blur(10px) opacity(1);
		backdrop-filter: blur(10px) opacity(1);
		color: white;
		display: none;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container {
		position: absolute;
		inset: 0;
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container .loader {
		width: 8px;
		height: 40px;
		display: block;
		margin: 20px auto;
		position: relative;
		background: #1DAA91;
		color: #1DAA91;
		box-sizing: border-box;
		animation: animloader 0.3s 0.3s linear infinite alternate;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container .loader::after,
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container .loader::before {
		content: '';
		width: 8px;
		height: 40px;
		background: currentColor;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 20px;
		box-sizing: border-box;
		animation: animloader 0.3s 0.45s linear infinite alternate;
	}
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container .loader::before {
		left: -20px;
		animation-delay: 0s;
	}
	@keyframes animloader {
		0% {
			height: 48px;
		}
		100% {
			height: 4px;
		}
	}
	main.position-calculator .container .calculator-right .calculator-wrapper .calc-loader .cl__container .calc-error {
		display: none;
		position: absolute;
		bottom: 2rem;
		left: 50%;
		transform: translateX(-50%);
		font-size: 13px;
		max-width: 100%;
		width: 90%;
		margin: 0 auto;
		text-align: center;
		text-shadow: 0px 1px 0px #000000;
	}
	main.position-calculator .container .notice-bottom {
		flex: 1 1 100%;
		text-align: center;
		border-radius: 20px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(11, 12, 16, 0.25);
		padding: 2rem;
		font-weight: 600;
		color: rgba(194, 208, 228, 0.5);
		font-size: 15px;
	}
	main.position-calculator .container .notice-bottom span {
		font-weight: 800;
		color: rgba(194, 208, 228, 0.75);
	}
}

.ui-widget-content {
	background: #1a1d27;
	border-radius: 10px;
	border: 1px solid rgba(194, 208, 228, 0.2) !important;
	color: rgba(194, 208, 228, 0.5);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #1DAA91;
	background: #1DAA91;
	font-weight: normal;
	color: #fff;
	padding: 10px 14px;
}

.ui-menu .ui-menu-item-wrapper {
	padding: 10px 14px;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: 0.5;
}

ul.ui-menu {
	max-height: 350px !important;
}

@property --color1 {
	syntax: "<color>";
	initial-value: #2cd9ff;
	inherits: false;
}

@property --color2 {
	syntax: "<color>";
	initial-value: #7effb2;
	inherits: false;
}

@property --color3 {
	syntax: "<color>";
	initial-value: #f4ff7a;
	inherits: false;
}

@property --color4 {
	syntax: "<color>";
	initial-value: #ffd80e;
	inherits: false;
}

@property --gradientAngle {
	syntax: "<angle>";
	initial-value: 260deg;
	inherits: false;
}

@keyframes shine {
	to {
		left: 100%;
	}
}

main.live-prices, section.live-prices {
	backface-visibility: hidden;
	padding: 100px 1.5rem 0px 1.5rem;
	width: 100%;
}

main.live-prices .container, section.live-prices .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

main.live-prices .container .lp__hero, section.live-prices .container .lp__hero {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

main.live-prices .container .lp__hero .hero__text, section.live-prices .container .lp__hero .hero__text {
	flex: 1 1 46%;
}

main.live-prices .container .lp__hero .hero__text .pill, section.live-prices .container .lp__hero .hero__text .pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
}

main.live-prices .container .lp__hero .hero__text h1, section.live-prices .container .lp__hero .hero__text h1 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 60px;
	line-height: 1.2;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

main.live-prices .container .lp__hero .hero__text h1 span, section.live-prices .container .lp__hero .hero__text h1 span {
	display: block;
	background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

main.live-prices .container .lp__hero .hero__text .sub-text, section.live-prices .container .lp__hero .hero__text .sub-text {
	color: rgba(194, 208, 228, 0.5);
	margin: 0 auto;
	font-weight: 600;
	font-size: 16px;
}

main.live-prices .container .lp__hero .hero__text .sub-text a, section.live-prices .container .lp__hero .hero__text .sub-text a {
	color: #aad57a;
	text-decoration: none;
}

main.live-prices .container .lp__hero .hero__image, section.live-prices .container .lp__hero .hero__image {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	flex: 1 1 54%;
}

main.live-prices .container .lp__hero .hero__image img, section.live-prices .container .lp__hero .hero__image img {
	width: 100%;
	height: auto;
}

main.live-prices .container .lp__accounts, section.live-prices .container .lp__accounts {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	gap: 1rem;
	margin: 8rem 0;
}

main.live-prices .container .lp__accounts .accounts__text, section.live-prices .container .lp__accounts .accounts__text {
	display: flex;
	flex-flow: column nowrap;
	gap: 1.5rem;
	flex: 1 1 45%;
}

main.live-prices .container .lp__accounts .accounts__text .at__h2, section.live-prices .container .lp__accounts .accounts__text .at__h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 55px;
	line-height: 1.3;
	color: #fff;
	padding: 0;
	font-weight: 800;
	margin: 0;
}

main.live-prices .container .lp__accounts .accounts__text .at__h2 span, section.live-prices .container .lp__accounts .accounts__text .at__h2 span {
	background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

main.live-prices .container .lp__accounts .accounts__text .at__sub-text, section.live-prices .container .lp__accounts .accounts__text .at__sub-text {
	color: rgba(194, 208, 228, 0.5);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.4;
}

main.live-prices .container .lp__accounts .accounts__text .at__buttons, section.live-prices .container .lp__accounts .accounts__text .at__buttons {
	display: flex;
	flex-flow: row nowrap;
	gap: 1rem;
	align-items: center;
}

main.live-prices .container .lp__accounts .accounts__text .at__buttons a, section.live-prices .container .lp__accounts .accounts__text .at__buttons a {
	display: flex;
	text-decoration: none;
	padding: 20px 30px;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	border-radius: 10px;
	background: rgba(194, 208, 228, 0.15);
	transition: all 0.8s ease;
}

main.live-prices .container .lp__accounts .accounts__text .at__buttons a:hover, section.live-prices .container .lp__accounts .accounts__text .at__buttons a:hover {
	opacity: 0.75;
}

main.live-prices .container .lp__accounts .accounts__data, section.live-prices .container .lp__accounts .accounts__data {
	flex: 1 1 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

main.live-prices .container .lp__accounts .accounts__data .ad__cont, section.live-prices .container .lp__accounts .accounts__data .ad__cont {
	display: flex;
	padding: 0px 30px 30px;
	flex-direction: column;
	border-radius: 10px;
	border: 1px solid rgba(194, 208, 228, 0.2);
	background: rgba(11, 12, 16, 0.5);
	max-width: 80%;
	width: 80%;
	position: relative;
}

main.live-prices .container .lp__accounts .accounts__data .ad__cont .dxtrade-curtain, section.live-prices .container .lp__accounts .accounts__data .ad__cont .dxtrade-curtain {
	position: absolute;
	inset: 0;
	backdrop-filter: blur(10px);
	background: rgba(14, 16, 23, 0.08);
	display: none;
	justify-content: center;
	align-items: center;
}

main.live-prices .container .lp__accounts .accounts__data .ad__cont .dxtrade-curtain a, section.live-prices .container .lp__accounts .accounts__data .ad__cont .dxtrade-curtain a {
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.09);
	padding: 18px 30px;
	transition: all 0.5s ease;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: white;
	font-weight: 700;
}

main.live-prices .container .lp__accounts .accounts__data .ad__cont .dxtrade-curtain a:hover, section.live-prices .container .lp__accounts .accounts__data .ad__cont .dxtrade-curtain a:hover {
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches {
	display: flex;
	flex-flow: row nowrap;
	gap: 1rem;
	transform: translateY(-50%);
	margin: 0 auto;
}

main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch {
	flex: 1 1 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	border: 1px solid rgba(194, 208, 228, 0.2);
	background: #18191D;
	padding: 25px 20px;
	position: relative;
	transition: all 0.5s ease;
	cursor: pointer;
}

main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch::before, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: transparent;
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch img, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch img {
	height: 30px;
	pointer-events: none;
}

main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch.active, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch.active {
	border-radius: 6px;
	background: #18191D;
}

main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch.active::before, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch.active::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container {
	display: flex;
	flex-flow: column nowrap;
	gap: 10px;
	margin-top: -1rem;
}

main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data {
	border-radius: 10px;
	border: 1px solid rgba(194, 208, 228, 0.2);
	display: flex;
	padding: 12px 12px 12px 24px;
	align-items: center;
	gap: 20px;
}

main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__title, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__title {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	flex: 1 0 35%;
}

main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy {
	flex: 1 1 64%;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.05);
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 18px 30px;
	transition: all 0.5s ease;
	cursor: pointer;
}

main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-icon, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-icon {
	display: flex;
	justify-content: center;
	align-items: center;
}

main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-icon svg path, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-icon svg path {
	transition: all 0.5s ease;
}

main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-value, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-value {
	color: #fff;
	font-family: Plus Jakarta Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	transition: all 0.5s ease;
}

main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy:hover, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy:hover {
	opacity: 0.8;
}

main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied {
	background: rgba(29, 170, 145, 0.1);
	border: 1px solid rgba(29, 170, 145, 0.2);
}

main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied .copy-icon svg path, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied .copy-icon svg path {
	fill: #1daa91;
}

main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied .copy-value, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied .copy-value {
	color: #1daa91;
}

main.live-prices section.price-ticker-v1, section.live-prices section.price-ticker-v1 {
	width: 100%;
	margin: 4rem auto;
	font-family: "Plus Jakarta Sans", sans-serif;
	--baseColor: 194, 208, 228;
}

main.live-prices section.price-ticker-v1 .pt__container, section.live-prices section.price-ticker-v1 .pt__container {
	width: 100%;
	border: 1px solid rgba(194, 208, 228, 0.15);
	background: rgba(11, 12, 16, 0.25);
	padding: 0 2rem 2rem;
	border-radius: 15px;
	position: relative;
}

main.live-prices section.price-ticker-v1 .pt__container .pt__nav, section.live-prices section.price-ticker-v1 .pt__container .pt__nav {
	position: relative;
	z-index: 100;
	margin: 0 auto;
	transform: translateY(-50%);
	transition: all 0.5s ease;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 4rem;
}

main.live-prices section.price-ticker-v1 .pt__container .pt__nav.disabled, section.live-prices section.price-ticker-v1 .pt__container .pt__nav.disabled {
	pointer-events: none;
}

main.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__account-type, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__account-type {
	display: flex;
	align-items: center;
	gap: 1rem;
	position: relative;
}

main.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__account-type p, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__account-type p {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	position: absolute;
	left: 0;
	margin: 0;
	top: -45px;
}

main.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__asset-type, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__asset-type {
	display: flex;
	flex-flow: row nowrap;
	gap: 1rem;
	align-items: center;
	position: relative;
}

main.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__asset-type p, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__asset-type p {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	position: absolute;
	left: 0;
	margin: 0;
	top: -45px;
}

main.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn {
	border-radius: 15px;
	border: 1px solid rgba(194, 208, 228, 0.25);
	background: rgba(194, 208, 228, 0.1);
	backdrop-filter: blur(20px);
	color: #FFF;
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
	padding: 15px 30px;
	position: relative;
	cursor: pointer;
	transition: all 0.5s ease;
}

main.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn::before, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: transparent;
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

main.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn.selected, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn.selected {
	color: white;
	background: rgba(194, 208, 228, 0.05);
	transition: background 1s ease;
	border: 1px solid rgba(194, 208, 228, 0.15);
}

main.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn.selected::before, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn.selected::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

main.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn:disabled, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn:disabled {
	opacity: 0.3;
}

main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 15px;
	color: white;
	z-index: 99;
}

main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container {
	position: absolute;
	inset: 0;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	flex-flow: column nowrap;
	gap: 1rem;
}

main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader {
	width: 8px;
	height: 40px;
	display: block;
	margin: 20px auto;
	position: relative;
	background: #1DAA91;
	color: #1DAA91;
	box-sizing: border-box;
	animation: animloader 0.3s 0.3s linear infinite alternate;
}

main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::after,
main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::before, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::after,
section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::before {
	content: '';
	width: 8px;
	height: 40px;
	background: currentColor;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	box-sizing: border-box;
	animation: animloader 0.3s 0.45s linear infinite alternate;
}

main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::before, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::before {
	left: -20px;
	animation-delay: 0s;
}

@keyframes animloader {
	0% {
		height: 48px;
	}
	100% {
		height: 4px;
	}
}

main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text {
	position: absolute;
	bottom: 4.5rem;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
	text-shadow: 0px 1px 0px #000000;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 4px;
	opacity: 0;
	transition: all 0.5s ease;
}

main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values {
	position: relative;
	transition: all 0.5s ease;
}

main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values .single-loader-text, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values .single-loader-text {
	line-height: 1;
	transition: all 0.5s ease;
	transform: translateY(20px);
	position: absolute;
	opacity: 0;
}

main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values .single-loader-text.active, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values .single-loader-text.active {
	position: relative;
	transform: translateY(0);
	opacity: 1;
}

main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-error, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-error {
	display: none;
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translateX(-50%);
	font-size: 13px;
	max-width: 80%;
	margin: 0 auto;
	text-align: center;
	text-shadow: 0px 1px 0px #000000;
}

main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt {
	min-height: 200px;
}

main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container {
	display: none;
	grid-auto-rows: max-content;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 1rem;
}

main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt {
	display: flex;
	flex-flow: row wrap;
	gap: 12px;
	border-radius: 10px;
	background: rgba(var(--baseColor), 0.05);
	position: relative;
	overflow: hidden;
	justify-content: space-between;
	position: relative;
}

main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info {
	flex: 1 1 0;
	display: flex;
	flex-flow: row nowrap;
	gap: 12px;
	align-items: center;
	position: relative;
	z-index: 100;
	width: fit-content;
	padding: 1rem 0 0 1rem;
}

main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__icon, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__icon {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: rgba(var(--baseColor), 0.12);
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-size: 16px;
	font-weight: 900;
	color: white;
}

main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__icon svg, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__icon svg {
	width: auto;
	height: 18px;
}

main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack {
	display: flex;
	flex-flow: column nowrap;
	gap: 4px;
}

main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__pair, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__pair {
	font-size: 14px;
	font-weight: 800;
	color: white;
}

main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend {
	transition: all 0.5s ease;
	display: flex;
	flex-flow: row nowrap;
	gap: 3px;
	align-items: center;
	font-size: 12px;
	border-radius: 4px;
}

main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend span, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend span {
	display: inline-block;
	font-weight: 600;
	line-height: 1;
	transition: all 0.5s ease;
}

main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend svg, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend svg {
	height: 12px;
	width: 12px;
	transition: all 0.5s ease;
}

main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend svg path, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend svg path {
	transition: inherit;
}

main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive {
	color: #1DAA91;
}

main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive svg, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive svg {
	transform: rotate(0deg);
}

main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive svg path, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive svg path {
	fill: #1DAA91;
}

main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative {
	color: #D22B2B;
}

main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative svg, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative svg {
	transform: rotate(180deg);
}

main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative svg path, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative svg path {
	fill: #D22B2B;
}

main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.hidden, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.hidden {
	opacity: 0;
}

main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread {
	flex: 1 0 0;
	display: flex;
	flex-flow: column nowrap;
	gap: 8px;
	position: relative;
	z-index: 100;
	width: fit-content;
	text-align: right;
	padding: 1rem 1rem 0 0;
}

main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread .spread__value, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread .spread__value {
	font-weight: 900;
	color: #1daa91;
	font-size: 20px;
	line-height: 1;
}

main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread .spread__rates, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread .spread__rates {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1;
	font-weight: 600;
}

main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__chart, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__chart {
	position: relative;
	margin-top: auto;
	flex: 1 1 100%;
	width: 100%;
	height: 95px;
	margin-bottom: -5px;
}

main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container.visible, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container.visible {
	display: grid;
}

@media (max-width: 1400px) {
	main.live-prices, section.live-prices {
		backface-visibility: hidden;
		padding: 80px 1.5rem 0px 1.5rem;
		width: 100%;
	}
	main.live-prices .container, section.live-prices .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
	}
	main.live-prices .container .lp__hero, section.live-prices .container .lp__hero {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
	}
	main.live-prices .container .lp__hero .hero__text, section.live-prices .container .lp__hero .hero__text {
		flex: 1 1 46%;
	}
	main.live-prices .container .lp__hero .hero__text .pill, section.live-prices .container .lp__hero .hero__text .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	main.live-prices .container .lp__hero .hero__text h1, section.live-prices .container .lp__hero .hero__text h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 52px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	main.live-prices .container .lp__hero .hero__text h1 span, section.live-prices .container .lp__hero .hero__text h1 span {
		display: block;
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	main.live-prices .container .lp__hero .hero__text .sub-text, section.live-prices .container .lp__hero .hero__text .sub-text {
		color: rgba(194, 208, 228, 0.5);
		margin: 0 auto;
		font-weight: 600;
		font-size: 16px;
	}
	main.live-prices .container .lp__hero .hero__text .sub-text a, section.live-prices .container .lp__hero .hero__text .sub-text a {
		color: #aad57a;
		text-decoration: none;
	}
	main.live-prices .container .lp__hero .hero__image, section.live-prices .container .lp__hero .hero__image {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		flex: 1 1 54%;
	}
	main.live-prices .container .lp__hero .hero__image img, section.live-prices .container .lp__hero .hero__image img {
		width: 100%;
		height: auto;
	}
	main.live-prices .container .lp__accounts, section.live-prices .container .lp__accounts {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		gap: 2rem;
		margin: 8rem 0;
	}
	main.live-prices .container .lp__accounts .accounts__text, section.live-prices .container .lp__accounts .accounts__text {
		display: flex;
		flex-flow: column nowrap;
		gap: 1.5rem;
		flex: 1 1 45%;
	}
	main.live-prices .container .lp__accounts .accounts__text .at__h2, section.live-prices .container .lp__accounts .accounts__text .at__h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 46px;
		line-height: 1.2;
		color: #fff;
		padding: 0;
		font-weight: 800;
		margin: 0;
	}
	main.live-prices .container .lp__accounts .accounts__text .at__h2 span, section.live-prices .container .lp__accounts .accounts__text .at__h2 span {
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	main.live-prices .container .lp__accounts .accounts__text .at__sub-text, section.live-prices .container .lp__accounts .accounts__text .at__sub-text {
		color: rgba(194, 208, 228, 0.5);
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 1.4;
	}
	main.live-prices .container .lp__accounts .accounts__text .at__buttons, section.live-prices .container .lp__accounts .accounts__text .at__buttons {
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
		align-items: center;
	}
	main.live-prices .container .lp__accounts .accounts__text .at__buttons a, section.live-prices .container .lp__accounts .accounts__text .at__buttons a {
		display: flex;
		text-decoration: none;
		padding: 20px 30px;
		justify-content: center;
		align-items: center;
		color: #fff;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 1.2;
		border-radius: 10px;
		background: rgba(194, 208, 228, 0.15);
		transition: all 0.8s ease;
	}
	main.live-prices .container .lp__accounts .accounts__text .at__buttons a:hover, section.live-prices .container .lp__accounts .accounts__text .at__buttons a:hover {
		opacity: 0.75;
	}
	main.live-prices .container .lp__accounts .accounts__data, section.live-prices .container .lp__accounts .accounts__data {
		flex: 1 1 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont, section.live-prices .container .lp__accounts .accounts__data .ad__cont {
		display: flex;
		padding: 0px 30px 30px;
		flex-direction: column;
		border-radius: 10px;
		border: 1px solid rgba(194, 208, 228, 0.2);
		background: rgba(11, 12, 16, 0.5);
		max-width: 600px;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches {
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
		transform: translateY(-50%);
		margin: 0 auto;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch {
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 6px;
		border: 1px solid rgba(194, 208, 228, 0.2);
		background: #18191D;
		padding: 25px 20px;
		position: relative;
		transition: all 0.5s ease;
		cursor: pointer;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch::before, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: transparent;
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch img, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch img {
		pointer-events: none;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch.active, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch.active {
		border-radius: 6px;
		background: #18191D;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch.active::before, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch.active::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
		margin-top: -1rem;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data {
		border-radius: 10px;
		border: 1px solid rgba(194, 208, 228, 0.2);
		display: flex;
		padding: 12px 12px 12px 24px;
		align-items: center;
		gap: 20px;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__title, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__title {
		color: #FFF;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		flex: 1 0 35%;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy {
		flex: 1 1 64%;
		border-radius: 10px;
		border: 1px solid rgba(255, 255, 255, 0.1);
		background: rgba(255, 255, 255, 0.05);
		display: flex;
		align-items: center;
		gap: 1rem;
		padding: 18px 30px;
		transition: all 0.5s ease;
		cursor: pointer;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-icon, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-icon {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-icon svg path, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-icon svg path {
		transition: all 0.5s ease;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-value, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-value {
		color: #fff;
		font-family: Plus Jakarta Sans;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		transition: all 0.5s ease;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy:hover, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy:hover {
		opacity: 0.8;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied {
		background: rgba(29, 170, 145, 0.1);
		border: 1px solid rgba(29, 170, 145, 0.2);
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied .copy-icon svg path, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied .copy-icon svg path {
		fill: #1daa91;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied .copy-value, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied .copy-value {
		color: #1daa91;
	}
	main.live-prices section.price-ticker-v1, section.live-prices section.price-ticker-v1 {
		width: 100%;
		margin: 6rem auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		--baseColor: 194, 208, 228;
	}
	main.live-prices section.price-ticker-v1 .pt__container, section.live-prices section.price-ticker-v1 .pt__container {
		width: 100%;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(11, 12, 16, 0.25);
		padding: 0 2rem 2rem;
		border-radius: 15px;
		position: relative;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav, section.live-prices section.price-ticker-v1 .pt__container .pt__nav {
		position: relative;
		z-index: 100;
		margin: 0 auto;
		transform: translateY(-50%);
		transition: all 0.5s ease;
		width: 100%;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 4rem;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav.disabled, section.live-prices section.price-ticker-v1 .pt__container .pt__nav.disabled {
		pointer-events: none;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__account-type, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__account-type {
		display: flex;
		align-items: center;
		gap: 1rem;
		position: relative;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__account-type p, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__account-type p {
		color: #FFF;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		position: absolute;
		left: 0;
		margin: 0;
		top: -45px;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__asset-type, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__asset-type {
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
		align-items: center;
		position: relative;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__asset-type p, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__asset-type p {
		color: #FFF;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		position: absolute;
		left: 0;
		margin: 0;
		top: -45px;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn {
		border-radius: 15px;
		border: 1px solid rgba(194, 208, 228, 0.25);
		background: rgba(194, 208, 228, 0.1);
		backdrop-filter: blur(20px);
		color: #FFF;
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 16px;
		font-style: normal;
		font-weight: 800;
		line-height: 1;
		padding: 12px 24px;
		position: relative;
		cursor: pointer;
		transition: all 0.5s ease;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn::before, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: transparent;
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn.selected, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn.selected {
		color: white;
		background: rgba(194, 208, 228, 0.05);
		transition: background 1s ease;
		border: 1px solid rgba(194, 208, 228, 0.15);
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn.selected::before, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn.selected::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn:disabled, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn:disabled {
		opacity: 0.3;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.05);
		border-radius: 15px;
		color: white;
		z-index: 99;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container {
		position: absolute;
		inset: 0;
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader {
		width: 8px;
		height: 40px;
		display: block;
		margin: 20px auto;
		position: relative;
		background: #1DAA91;
		color: #1DAA91;
		box-sizing: border-box;
		animation: animloader 0.3s 0.3s linear infinite alternate;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::after,
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::before, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::after,
	section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::before {
		content: '';
		width: 8px;
		height: 40px;
		background: currentColor;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 20px;
		box-sizing: border-box;
		animation: animloader 0.3s 0.45s linear infinite alternate;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::before, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::before {
		left: -20px;
		animation-delay: 0s;
	}
	@keyframes animloader {
		0% {
			height: 48px;
		}
		100% {
			height: 4px;
		}
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text {
		position: absolute;
		bottom: 4.5rem;
		left: 50%;
		transform: translateX(-50%);
		margin: 0 auto;
		text-align: center;
		font-size: 13px;
		text-shadow: 0px 1px 0px #000000;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 4px;
		opacity: 0;
		transition: all 0.5s ease;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values {
		position: relative;
		transition: all 0.5s ease;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values .single-loader-text, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values .single-loader-text {
		line-height: 1;
		transition: all 0.5s ease;
		transform: translateY(20px);
		position: absolute;
		opacity: 0;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values .single-loader-text.active, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values .single-loader-text.active {
		position: relative;
		transform: translateY(0);
		opacity: 1;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-error, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-error {
		display: none;
		position: absolute;
		bottom: 2rem;
		left: 50%;
		transform: translateX(-50%);
		font-size: 13px;
		max-width: 80%;
		margin: 0 auto;
		text-align: center;
		text-shadow: 0px 1px 0px #000000;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt {
		min-height: 200px;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container {
		display: none;
		grid-auto-rows: max-content;
		grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
		gap: 1rem;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt {
		display: flex;
		flex-flow: row wrap;
		gap: 12px;
		border-radius: 10px;
		background: rgba(var(--baseColor), 0.05);
		position: relative;
		overflow: hidden;
		justify-content: space-between;
		position: relative;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info {
		flex: 1 1 0;
		display: flex;
		flex-flow: row nowrap;
		gap: 12px;
		align-items: center;
		position: relative;
		z-index: 100;
		width: fit-content;
		padding: 1rem 0 0 1rem;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__icon, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__icon {
		width: 42px;
		height: 42px;
		border-radius: 12px;
		background: rgba(var(--baseColor), 0.12);
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1;
		font-size: 16px;
		font-weight: 900;
		color: white;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__icon svg, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__icon svg {
		width: auto;
		height: 18px;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack {
		display: flex;
		flex-flow: column nowrap;
		gap: 4px;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__pair, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__pair {
		font-size: 14px;
		font-weight: 800;
		color: white;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend {
		transition: all 0.5s ease;
		display: flex;
		flex-flow: row nowrap;
		gap: 3px;
		align-items: center;
		font-size: 12px;
		border-radius: 4px;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend span, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend span {
		display: inline-block;
		font-weight: 600;
		line-height: 1;
		transition: all 0.5s ease;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend svg, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend svg {
		height: 12px;
		width: 12px;
		transition: all 0.5s ease;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend svg path, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend svg path {
		transition: inherit;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive {
		color: #1DAA91;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive svg, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive svg {
		transform: rotate(0deg);
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive svg path, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive svg path {
		fill: #1DAA91;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative {
		color: #D22B2B;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative svg, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative svg {
		transform: rotate(180deg);
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative svg path, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative svg path {
		fill: #D22B2B;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.hidden, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.hidden {
		opacity: 0;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread {
		flex: 1 0 0;
		display: flex;
		flex-flow: column nowrap;
		gap: 8px;
		position: relative;
		z-index: 100;
		width: fit-content;
		text-align: right;
		padding: 1rem 1rem 0 0;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread .spread__value, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread .spread__value {
		font-weight: 900;
		color: #1daa91;
		font-size: 20px;
		line-height: 1;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread .spread__rates, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread .spread__rates {
		font-size: 12px;
		color: rgba(255, 255, 255, 0.9);
		line-height: 1;
		font-weight: 600;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__chart, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__chart {
		position: relative;
		margin-top: auto;
		flex: 1 1 100%;
		width: 100%;
		height: 95px;
		margin-bottom: -5px;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container.visible, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container.visible {
		display: grid;
	}
}

@media (max-width: 1100px) {
	main.live-prices, section.live-prices {
		backface-visibility: hidden;
		padding: 20px 1.5rem 0px 1.5rem;
		width: 100%;
	}
	main.live-prices .container, section.live-prices .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
	}
	main.live-prices .container .lp__hero, section.live-prices .container .lp__hero {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
	}
	main.live-prices .container .lp__hero .hero__text, section.live-prices .container .lp__hero .hero__text {
		flex: 1 1 100%;
		text-align: center;
	}
	main.live-prices .container .lp__hero .hero__text .pill, section.live-prices .container .lp__hero .hero__text .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0 auto;
	}
	main.live-prices .container .lp__hero .hero__text h1, section.live-prices .container .lp__hero .hero__text h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 48px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	main.live-prices .container .lp__hero .hero__text h1 span, section.live-prices .container .lp__hero .hero__text h1 span {
		display: block;
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	main.live-prices .container .lp__hero .hero__text .sub-text, section.live-prices .container .lp__hero .hero__text .sub-text {
		color: rgba(194, 208, 228, 0.5);
		margin: 0 auto;
		font-weight: 600;
		font-size: 16px;
	}
	main.live-prices .container .lp__hero .hero__text .sub-text a, section.live-prices .container .lp__hero .hero__text .sub-text a {
		color: #aad57a;
		text-decoration: none;
	}
	main.live-prices .container .lp__hero .hero__image, section.live-prices .container .lp__hero .hero__image {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		flex: 1 1 100%;
		margin-top: 2rem;
	}
	main.live-prices .container .lp__hero .hero__image img, section.live-prices .container .lp__hero .hero__image img {
		width: 100%;
		height: auto;
	}
	main.live-prices .container .lp__accounts, section.live-prices .container .lp__accounts {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		gap: 1rem;
		margin: 3rem 0;
	}
	main.live-prices .container .lp__accounts .accounts__text, section.live-prices .container .lp__accounts .accounts__text {
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		flex: 1 1 100%;
	}
	main.live-prices .container .lp__accounts .accounts__text .at__h2, section.live-prices .container .lp__accounts .accounts__text .at__h2 {
		font-size: 48px;
		line-height: 1.3;
		color: #fff;
		padding: 0;
		font-weight: 800;
		margin: 0;
	}
	main.live-prices .container .lp__accounts .accounts__text .at__h2 span, section.live-prices .container .lp__accounts .accounts__text .at__h2 span {
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	main.live-prices .container .lp__accounts .accounts__text .at__sub-text, section.live-prices .container .lp__accounts .accounts__text .at__sub-text {
		color: rgba(194, 208, 228, 0.5);
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 1.4;
	}
	main.live-prices .container .lp__accounts .accounts__text .at__buttons, section.live-prices .container .lp__accounts .accounts__text .at__buttons {
		display: flex;
		flex-flow: row nowrap;
		gap: 0.75rem;
		align-items: center;
	}
	main.live-prices .container .lp__accounts .accounts__text .at__buttons a, section.live-prices .container .lp__accounts .accounts__text .at__buttons a {
		flex: 1 1 auto;
		display: flex;
		text-decoration: none;
		padding: 20px 30px;
		justify-content: center;
		align-items: center;
		color: #fff;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		border-radius: 10px;
		background: rgba(194, 208, 228, 0.15);
		transition: all 0.8s ease;
	}
	main.live-prices .container .lp__accounts .accounts__text .at__buttons a:hover, section.live-prices .container .lp__accounts .accounts__text .at__buttons a:hover {
		opacity: 0.75;
	}
	main.live-prices .container .lp__accounts .accounts__data, section.live-prices .container .lp__accounts .accounts__data {
		flex: 1 1 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont, section.live-prices .container .lp__accounts .accounts__data .ad__cont {
		display: flex;
		padding: 14px;
		flex-direction: column;
		border-radius: 10px;
		border: 1px solid rgba(194, 208, 228, 0.2);
		background: rgba(11, 12, 16, 0.5);
		max-width: 600px;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches {
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
		transform: translateY(0);
		margin: 0 auto;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch {
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 6px;
		border: 1px solid rgba(194, 208, 228, 0.2);
		background: #18191D;
		padding: 25px 20px;
		position: relative;
		transition: all 0.5s ease;
		cursor: pointer;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch::before, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: transparent;
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch img, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch img {
		pointer-events: none;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch.active, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch.active {
		border-radius: 6px;
		background: #18191D;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch.active::before, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch.active::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
		margin-top: 2rem;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data {
		border-radius: 10px;
		border: 1px solid rgba(194, 208, 228, 0.2);
		display: flex;
		flex-flow: column nowrap;
		padding: 14px;
		align-items: center;
		gap: 20px;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__title, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__title {
		color: #FFF;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		flex: 1 0 100%;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy {
		flex: 1 1 100%;
		border-radius: 10px;
		border: 1px solid rgba(255, 255, 255, 0.1);
		background: rgba(255, 255, 255, 0.05);
		display: flex;
		align-items: center;
		gap: 1rem;
		padding: 18px 30px;
		transition: all 0.5s ease;
		cursor: pointer;
		width: 100%;
		justify-content: center;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-icon, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-icon {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-icon svg path, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-icon svg path {
		transition: all 0.5s ease;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-value, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-value {
		color: #fff;
		font-family: Plus Jakarta Sans;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		transition: all 0.5s ease;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy:hover, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy:hover {
		opacity: 0.8;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied {
		background: rgba(29, 170, 145, 0.1);
		border: 1px solid rgba(29, 170, 145, 0.2);
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied .copy-icon svg path, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied .copy-icon svg path {
		fill: #1daa91;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied .copy-value, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied .copy-value {
		color: #1daa91;
	}
	main.live-prices section.price-ticker-v1, section.live-prices section.price-ticker-v1 {
		width: 100%;
		margin: 4rem auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		--baseColor: 194, 208, 228;
	}
	main.live-prices section.price-ticker-v1 .pt__container, section.live-prices section.price-ticker-v1 .pt__container {
		width: 100%;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(11, 12, 16, 0.25);
		padding: 1.5rem;
		border-radius: 15px;
		position: relative;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav, section.live-prices section.price-ticker-v1 .pt__container .pt__nav {
		position: relative;
		z-index: 100;
		margin: 0 auto 2rem;
		transform: translateY(0);
		transition: all 0.5s ease;
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		gap: 2rem;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav.disabled, section.live-prices section.price-ticker-v1 .pt__container .pt__nav.disabled {
		pointer-events: none;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__account-type, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__account-type {
		flex: 1 1 100%;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		gap: 1rem;
		position: relative;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__account-type p, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__account-type p {
		flex: 1 1 100%;
		display: block;
		color: #FFF;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		position: relative;
		left: unset;
		margin: 0;
		top: unset;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__asset-type, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__asset-type {
		flex: 1 1 100%;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		gap: 1rem;
		position: relative;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__asset-type p, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__asset-type p {
		flex: 1 1 100%;
		display: block;
		color: #FFF;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		position: relative;
		left: unset;
		margin: 0;
		top: unset;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn {
		border-radius: 15px;
		border: 1px solid rgba(194, 208, 228, 0.25);
		background: rgba(194, 208, 228, 0.1);
		backdrop-filter: blur(20px);
		color: #FFF;
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 16px;
		font-style: normal;
		font-weight: 800;
		line-height: 1;
		padding: 10px 24px;
		position: relative;
		cursor: pointer;
		transition: all 0.5s ease;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn::before, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: transparent;
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn.selected, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn.selected {
		color: white;
		background: rgba(194, 208, 228, 0.05);
		transition: background 1s ease;
		border: 1px solid rgba(194, 208, 228, 0.15);
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn.selected::before, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn.selected::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn:disabled, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn:disabled {
		opacity: 0.3;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.05);
		border-radius: 15px;
		color: white;
		z-index: 99;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container {
		position: absolute;
		inset: 0;
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader {
		width: 8px;
		height: 40px;
		display: block;
		margin: 20px auto;
		position: relative;
		background: #1DAA91;
		color: #1DAA91;
		box-sizing: border-box;
		animation: animloader 0.3s 0.3s linear infinite alternate;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::after,
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::before, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::after,
	section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::before {
		content: '';
		width: 8px;
		height: 40px;
		background: currentColor;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 20px;
		box-sizing: border-box;
		animation: animloader 0.3s 0.45s linear infinite alternate;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::before, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::before {
		left: -20px;
		animation-delay: 0s;
	}
	@keyframes animloader {
		0% {
			height: 48px;
		}
		100% {
			height: 4px;
		}
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text {
		position: absolute;
		bottom: 4.5rem;
		left: 50%;
		transform: translateX(-50%);
		margin: 0 auto;
		text-align: center;
		font-size: 13px;
		text-shadow: 0px 1px 0px #000000;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 4px;
		opacity: 0;
		transition: all 0.5s ease;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values {
		position: relative;
		transition: all 0.5s ease;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values .single-loader-text, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values .single-loader-text {
		line-height: 1;
		transition: all 0.5s ease;
		transform: translateY(20px);
		position: absolute;
		opacity: 0;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values .single-loader-text.active, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values .single-loader-text.active {
		position: relative;
		transform: translateY(0);
		opacity: 1;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-error, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-error {
		display: none;
		position: absolute;
		bottom: 2rem;
		left: 50%;
		transform: translateX(-50%);
		font-size: 13px;
		max-width: 80%;
		margin: 0 auto;
		text-align: center;
		text-shadow: 0px 1px 0px #000000;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt {
		min-height: 200px;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container {
		display: none;
		grid-auto-rows: max-content;
		grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
		gap: 1rem;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt {
		display: flex;
		flex-flow: row wrap;
		gap: 12px;
		border-radius: 10px;
		background: rgba(var(--baseColor), 0.05);
		position: relative;
		overflow: hidden;
		justify-content: space-between;
		position: relative;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info {
		flex: 1 1 0;
		display: flex;
		flex-flow: row nowrap;
		gap: 12px;
		align-items: center;
		position: relative;
		z-index: 100;
		width: fit-content;
		padding: 1rem 0 0 1rem;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__icon, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__icon {
		width: 42px;
		height: 42px;
		border-radius: 12px;
		background: rgba(var(--baseColor), 0.12);
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1;
		font-size: 16px;
		font-weight: 900;
		color: white;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__icon svg, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__icon svg {
		width: auto;
		height: 18px;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack {
		display: flex;
		flex-flow: column nowrap;
		gap: 4px;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__pair, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__pair {
		font-size: 14px;
		font-weight: 800;
		color: white;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend {
		transition: all 0.5s ease;
		display: flex;
		flex-flow: row nowrap;
		gap: 3px;
		align-items: center;
		font-size: 12px;
		border-radius: 4px;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend span, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend span {
		display: inline-block;
		font-weight: 600;
		line-height: 1;
		transition: all 0.5s ease;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend svg, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend svg {
		height: 12px;
		width: 12px;
		transition: all 0.5s ease;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend svg path, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend svg path {
		transition: inherit;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive {
		color: #1DAA91;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive svg, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive svg {
		transform: rotate(0deg);
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive svg path, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive svg path {
		fill: #1DAA91;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative {
		color: #D22B2B;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative svg, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative svg {
		transform: rotate(180deg);
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative svg path, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative svg path {
		fill: #D22B2B;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.hidden, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.hidden {
		opacity: 0;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread {
		flex: 1 0 0;
		display: flex;
		flex-flow: column nowrap;
		gap: 8px;
		position: relative;
		z-index: 100;
		width: fit-content;
		text-align: right;
		padding: 1rem 1rem 0 0;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread .spread__value, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread .spread__value {
		font-weight: 900;
		color: #1daa91;
		font-size: 20px;
		line-height: 1;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread .spread__rates, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread .spread__rates {
		font-size: 12px;
		color: rgba(255, 255, 255, 0.9);
		line-height: 1;
		font-weight: 600;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__chart, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__chart {
		position: relative;
		margin-top: auto;
		flex: 1 1 100%;
		width: 100%;
		height: 95px;
		margin-bottom: -5px;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container.visible, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container.visible {
		display: grid;
	}
}

@media (max-width: 768px) {
	main.live-prices, section.live-prices {
		backface-visibility: hidden;
		padding: 20px 1.5rem 20px 1.5rem;
		width: 100%;
	}
	main.live-prices .container, section.live-prices .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
	}
	main.live-prices .container .lp__hero, section.live-prices .container .lp__hero {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
	}
	main.live-prices .container .lp__hero .hero__text, section.live-prices .container .lp__hero .hero__text {
		flex: 1 1 100%;
		text-align: center;
	}
	main.live-prices .container .lp__hero .hero__text .pill, section.live-prices .container .lp__hero .hero__text .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0 auto;
	}
	main.live-prices .container .lp__hero .hero__text h1, section.live-prices .container .lp__hero .hero__text h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	main.live-prices .container .lp__hero .hero__text h1 span, section.live-prices .container .lp__hero .hero__text h1 span {
		display: block;
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	main.live-prices .container .lp__hero .hero__text .sub-text, section.live-prices .container .lp__hero .hero__text .sub-text {
		color: rgba(194, 208, 228, 0.5);
		margin: 0 auto;
		font-weight: 600;
		font-size: 16px;
	}
	main.live-prices .container .lp__hero .hero__text .sub-text a, section.live-prices .container .lp__hero .hero__text .sub-text a {
		color: #aad57a;
		text-decoration: none;
	}
	main.live-prices .container .lp__hero .hero__image, section.live-prices .container .lp__hero .hero__image {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		flex: 1 1 100%;
		margin-top: 2rem;
	}
	main.live-prices .container .lp__hero .hero__image img, section.live-prices .container .lp__hero .hero__image img {
		width: 100%;
		height: auto;
	}
	main.live-prices .container .lp__accounts, section.live-prices .container .lp__accounts {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		gap: 1rem;
		margin: 3rem 0;
	}
	main.live-prices .container .lp__accounts .accounts__text, section.live-prices .container .lp__accounts .accounts__text {
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		flex: 1 1 100%;
	}
	main.live-prices .container .lp__accounts .accounts__text .at__h2, section.live-prices .container .lp__accounts .accounts__text .at__h2 {
		font-size: 32px;
		line-height: 1.3;
		color: #fff;
		padding: 0;
		font-weight: 800;
		margin: 0;
	}
	main.live-prices .container .lp__accounts .accounts__text .at__h2 span, section.live-prices .container .lp__accounts .accounts__text .at__h2 span {
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	main.live-prices .container .lp__accounts .accounts__text .at__sub-text, section.live-prices .container .lp__accounts .accounts__text .at__sub-text {
		color: rgba(194, 208, 228, 0.5);
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 1.4;
	}
	main.live-prices .container .lp__accounts .accounts__text .at__buttons, section.live-prices .container .lp__accounts .accounts__text .at__buttons {
		display: flex;
		flex-flow: row nowrap;
		gap: 0.75rem;
		align-items: center;
	}
	main.live-prices .container .lp__accounts .accounts__text .at__buttons a, section.live-prices .container .lp__accounts .accounts__text .at__buttons a {
		flex: 1 1 auto;
		display: flex;
		text-decoration: none;
		padding: 20px 30px;
		justify-content: center;
		align-items: center;
		color: #fff;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		border-radius: 10px;
		background: rgba(194, 208, 228, 0.15);
		transition: all 0.8s ease;
	}
	main.live-prices .container .lp__accounts .accounts__text .at__buttons a:hover, section.live-prices .container .lp__accounts .accounts__text .at__buttons a:hover {
		opacity: 0.75;
	}
	main.live-prices .container .lp__accounts .accounts__data, section.live-prices .container .lp__accounts .accounts__data {
		flex: 1 1 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont, section.live-prices .container .lp__accounts .accounts__data .ad__cont {
		display: flex;
		padding: 14px;
		flex-direction: column;
		border-radius: 10px;
		border: 1px solid rgba(194, 208, 228, 0.2);
		background: rgba(11, 12, 16, 0.5);
		max-width: 600px;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches {
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
		transform: translateY(0);
		margin: 0 auto;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch {
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 6px;
		border: 1px solid rgba(194, 208, 228, 0.2);
		background: #18191D;
		padding: 25px 20px;
		position: relative;
		transition: all 0.5s ease;
		cursor: pointer;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch::before, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: transparent;
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch img, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch img {
		pointer-events: none;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch.active, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch.active {
		border-radius: 6px;
		background: #18191D;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch.active::before, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch.active::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
		margin-top: 2rem;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data {
		border-radius: 10px;
		border: 1px solid rgba(194, 208, 228, 0.2);
		display: flex;
		flex-flow: column nowrap;
		padding: 14px;
		align-items: center;
		gap: 20px;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__title, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__title {
		color: #FFF;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		flex: 1 0 100%;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy {
		flex: 1 1 100%;
		border-radius: 10px;
		border: 1px solid rgba(255, 255, 255, 0.1);
		background: rgba(255, 255, 255, 0.05);
		display: flex;
		align-items: center;
		gap: 1rem;
		padding: 18px 30px;
		transition: all 0.5s ease;
		cursor: pointer;
		width: 100%;
		justify-content: center;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-icon, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-icon {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-icon svg path, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-icon svg path {
		transition: all 0.5s ease;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-value, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-value {
		color: #fff;
		font-family: Plus Jakarta Sans;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		transition: all 0.5s ease;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy:hover, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy:hover {
		opacity: 0.8;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied {
		background: rgba(29, 170, 145, 0.1);
		border: 1px solid rgba(29, 170, 145, 0.2);
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied .copy-icon svg path, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied .copy-icon svg path {
		fill: #1daa91;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied .copy-value, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied .copy-value {
		color: #1daa91;
	}
	main.live-prices section.price-ticker-v1, section.live-prices section.price-ticker-v1 {
		width: 100%;
		margin: 4rem auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		--baseColor: 194, 208, 228;
	}
	main.live-prices section.price-ticker-v1 .pt__container, section.live-prices section.price-ticker-v1 .pt__container {
		width: 100%;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(11, 12, 16, 0.25);
		padding: 1.5rem;
		border-radius: 15px;
		position: relative;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav, section.live-prices section.price-ticker-v1 .pt__container .pt__nav {
		position: relative;
		z-index: 100;
		margin: 0 auto 2rem;
		transform: translateY(0);
		transition: all 0.5s ease;
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		gap: 2rem;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav.disabled, section.live-prices section.price-ticker-v1 .pt__container .pt__nav.disabled {
		pointer-events: none;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__account-type, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__account-type {
		flex: 1 1 100%;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		gap: 1rem;
		position: relative;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__account-type p, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__account-type p {
		flex: 1 1 100%;
		display: block;
		color: #FFF;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		position: relative;
		left: unset;
		margin: 0;
		top: unset;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__asset-type, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__asset-type {
		flex: 1 1 100%;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		gap: 1rem;
		position: relative;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__asset-type p, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__asset-type p {
		flex: 1 1 100%;
		display: block;
		color: #FFF;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		position: relative;
		left: unset;
		margin: 0;
		top: unset;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn {
		border-radius: 15px;
		border: 1px solid rgba(194, 208, 228, 0.25);
		background: rgba(194, 208, 228, 0.1);
		backdrop-filter: blur(20px);
		color: #FFF;
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 16px;
		font-style: normal;
		font-weight: 800;
		line-height: 1;
		padding: 10px 24px;
		position: relative;
		cursor: pointer;
		transition: all 0.5s ease;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn::before, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: transparent;
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn.selected, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn.selected {
		color: white;
		background: rgba(194, 208, 228, 0.05);
		transition: background 1s ease;
		border: 1px solid rgba(194, 208, 228, 0.15);
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn.selected::before, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn.selected::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn:disabled, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn:disabled {
		opacity: 0.3;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.05);
		border-radius: 15px;
		color: white;
		z-index: 99;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container {
		position: absolute;
		inset: 0;
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader {
		width: 8px;
		height: 40px;
		display: block;
		margin: 20px auto;
		position: relative;
		background: #1DAA91;
		color: #1DAA91;
		box-sizing: border-box;
		animation: animloader 0.3s 0.3s linear infinite alternate;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::after,
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::before, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::after,
	section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::before {
		content: '';
		width: 8px;
		height: 40px;
		background: currentColor;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 20px;
		box-sizing: border-box;
		animation: animloader 0.3s 0.45s linear infinite alternate;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::before, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::before {
		left: -20px;
		animation-delay: 0s;
	}
	@keyframes animloader {
		0% {
			height: 48px;
		}
		100% {
			height: 4px;
		}
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text {
		position: absolute;
		bottom: 4.5rem;
		left: 50%;
		transform: translateX(-50%);
		margin: 0 auto;
		text-align: center;
		font-size: 13px;
		text-shadow: 0px 1px 0px #000000;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 4px;
		opacity: 0;
		transition: all 0.5s ease;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values {
		position: relative;
		transition: all 0.5s ease;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values .single-loader-text, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values .single-loader-text {
		line-height: 1;
		transition: all 0.5s ease;
		transform: translateY(20px);
		position: absolute;
		opacity: 0;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values .single-loader-text.active, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values .single-loader-text.active {
		position: relative;
		transform: translateY(0);
		opacity: 1;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-error, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-error {
		display: none;
		position: absolute;
		bottom: 2rem;
		left: 50%;
		transform: translateX(-50%);
		font-size: 13px;
		max-width: 80%;
		margin: 0 auto;
		text-align: center;
		text-shadow: 0px 1px 0px #000000;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt {
		min-height: 200px;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container {
		display: none;
		grid-auto-rows: max-content;
		grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
		gap: 1rem;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt {
		display: flex;
		flex-flow: row wrap;
		gap: 12px;
		border-radius: 10px;
		background: rgba(var(--baseColor), 0.05);
		position: relative;
		overflow: hidden;
		justify-content: space-between;
		position: relative;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info {
		flex: 1 1 0;
		display: flex;
		flex-flow: row nowrap;
		gap: 12px;
		align-items: center;
		position: relative;
		z-index: 100;
		width: fit-content;
		padding: 1rem 0 0 1rem;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__icon, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__icon {
		width: 42px;
		height: 42px;
		border-radius: 12px;
		background: rgba(var(--baseColor), 0.12);
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1;
		font-size: 16px;
		font-weight: 900;
		color: white;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__icon svg, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__icon svg {
		width: auto;
		height: 18px;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack {
		display: flex;
		flex-flow: column nowrap;
		gap: 4px;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__pair, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__pair {
		font-size: 14px;
		font-weight: 800;
		color: white;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend {
		transition: all 0.5s ease;
		display: flex;
		flex-flow: row nowrap;
		gap: 3px;
		align-items: center;
		font-size: 12px;
		border-radius: 4px;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend span, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend span {
		display: inline-block;
		font-weight: 600;
		line-height: 1;
		transition: all 0.5s ease;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend svg, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend svg {
		height: 12px;
		width: 12px;
		transition: all 0.5s ease;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend svg path, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend svg path {
		transition: inherit;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive {
		color: #1DAA91;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive svg, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive svg {
		transform: rotate(0deg);
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive svg path, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive svg path {
		fill: #1DAA91;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative {
		color: #D22B2B;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative svg, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative svg {
		transform: rotate(180deg);
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative svg path, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative svg path {
		fill: #D22B2B;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.hidden, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.hidden {
		opacity: 0;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread {
		flex: 1 0 0;
		display: flex;
		flex-flow: column nowrap;
		gap: 8px;
		position: relative;
		z-index: 100;
		width: fit-content;
		text-align: right;
		padding: 1rem 1rem 0 0;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread .spread__value, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread .spread__value {
		font-weight: 900;
		color: #1daa91;
		font-size: 20px;
		line-height: 1;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread .spread__rates, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread .spread__rates {
		font-size: 12px;
		color: rgba(255, 255, 255, 0.9);
		line-height: 1;
		font-weight: 600;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__chart, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__chart {
		position: relative;
		margin-top: auto;
		flex: 1 1 100%;
		width: 100%;
		height: 95px;
		margin-bottom: -5px;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container.visible, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container.visible {
		display: grid;
	}
}

@media (max-width: 576px) {
	main.live-prices, section.live-prices {
		backface-visibility: hidden;
		padding: 20px 1.5rem 20px 1.5rem;
		width: 100%;
	}
	main.live-prices .container, section.live-prices .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
	}
	main.live-prices .container .lp__hero, section.live-prices .container .lp__hero {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
	}
	main.live-prices .container .lp__hero .hero__text, section.live-prices .container .lp__hero .hero__text {
		flex: 1 1 100%;
		text-align: center;
	}
	main.live-prices .container .lp__hero .hero__text .pill, section.live-prices .container .lp__hero .hero__text .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0 auto;
	}
	main.live-prices .container .lp__hero .hero__text h1, section.live-prices .container .lp__hero .hero__text h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	main.live-prices .container .lp__hero .hero__text h1 span, section.live-prices .container .lp__hero .hero__text h1 span {
		display: block;
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	main.live-prices .container .lp__hero .hero__text .sub-text, section.live-prices .container .lp__hero .hero__text .sub-text {
		color: rgba(194, 208, 228, 0.5);
		margin: 0 auto;
		font-weight: 600;
		font-size: 16px;
	}
	main.live-prices .container .lp__hero .hero__text .sub-text a, section.live-prices .container .lp__hero .hero__text .sub-text a {
		color: #aad57a;
		text-decoration: none;
	}
	main.live-prices .container .lp__hero .hero__image, section.live-prices .container .lp__hero .hero__image {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		flex: 1 1 100%;
		margin-top: 2rem;
	}
	main.live-prices .container .lp__hero .hero__image img, section.live-prices .container .lp__hero .hero__image img {
		width: 100%;
		height: auto;
	}
	main.live-prices .container .lp__accounts, section.live-prices .container .lp__accounts {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		gap: 1rem;
		margin: 3rem 0;
	}
	main.live-prices .container .lp__accounts .accounts__text, section.live-prices .container .lp__accounts .accounts__text {
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		flex: 1 1 100%;
	}
	main.live-prices .container .lp__accounts .accounts__text .at__h2, section.live-prices .container .lp__accounts .accounts__text .at__h2 {
		font-size: 32px;
		line-height: 1.3;
		color: #fff;
		padding: 0;
		font-weight: 800;
		margin: 0;
	}
	main.live-prices .container .lp__accounts .accounts__text .at__h2 span, section.live-prices .container .lp__accounts .accounts__text .at__h2 span {
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	main.live-prices .container .lp__accounts .accounts__text .at__sub-text, section.live-prices .container .lp__accounts .accounts__text .at__sub-text {
		color: rgba(194, 208, 228, 0.5);
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 1.4;
	}
	main.live-prices .container .lp__accounts .accounts__text .at__buttons, section.live-prices .container .lp__accounts .accounts__text .at__buttons {
		display: flex;
		flex-flow: row wrap;
		gap: 0.75rem;
		align-items: center;
	}
	main.live-prices .container .lp__accounts .accounts__text .at__buttons a, section.live-prices .container .lp__accounts .accounts__text .at__buttons a {
		display: flex;
		text-decoration: none;
		padding: 20px 30px;
		justify-content: center;
		align-items: center;
		color: #fff;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		border-radius: 10px;
		background: rgba(194, 208, 228, 0.15);
		transition: all 0.8s ease;
		width: 100%;
	}
	main.live-prices .container .lp__accounts .accounts__text .at__buttons a:hover, section.live-prices .container .lp__accounts .accounts__text .at__buttons a:hover {
		opacity: 0.75;
	}
	main.live-prices .container .lp__accounts .accounts__data, section.live-prices .container .lp__accounts .accounts__data {
		flex: 1 1 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont, section.live-prices .container .lp__accounts .accounts__data .ad__cont {
		display: flex;
		padding: 14px;
		flex-direction: column;
		border-radius: 10px;
		border: 1px solid rgba(194, 208, 228, 0.2);
		background: rgba(11, 12, 16, 0.5);
		max-width: 600px;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches {
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
		transform: translateY(0);
		margin: 0 auto;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch {
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 6px;
		border: 1px solid rgba(194, 208, 228, 0.2);
		background: #18191D;
		padding: 25px 20px;
		position: relative;
		transition: all 0.5s ease;
		cursor: pointer;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch::before, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: transparent;
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch img, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch img {
		pointer-events: none;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch.active, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch.active {
		border-radius: 6px;
		background: #18191D;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch.active::before, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-switches .data-switch.active::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
		margin-top: 2rem;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data {
		border-radius: 10px;
		border: 1px solid rgba(194, 208, 228, 0.2);
		display: flex;
		flex-flow: column nowrap;
		padding: 14px;
		align-items: center;
		gap: 20px;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__title, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__title {
		color: #FFF;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		flex: 1 0 100%;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy {
		flex: 1 1 100%;
		border-radius: 10px;
		border: 1px solid rgba(255, 255, 255, 0.1);
		background: rgba(255, 255, 255, 0.05);
		display: flex;
		align-items: center;
		gap: 1rem;
		padding: 18px 30px;
		transition: all 0.5s ease;
		cursor: pointer;
		width: 100%;
		justify-content: center;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-icon, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-icon {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-icon svg path, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-icon svg path {
		transition: all 0.5s ease;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-value, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy .copy-value {
		color: #fff;
		font-family: Plus Jakarta Sans;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		transition: all 0.5s ease;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy:hover, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy:hover {
		opacity: 0.8;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied {
		background: rgba(29, 170, 145, 0.1);
		border: 1px solid rgba(29, 170, 145, 0.2);
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied .copy-icon svg path, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied .copy-icon svg path {
		fill: #1daa91;
	}
	main.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied .copy-value, section.live-prices .container .lp__accounts .accounts__data .ad__cont .data-container .single-data .ad__copy.copied .copy-value {
		color: #1daa91;
	}
	main.live-prices section.price-ticker-v1, section.live-prices section.price-ticker-v1 {
		width: 100%;
		margin: 4rem auto;
		font-family: "Plus Jakarta Sans", sans-serif;
		--baseColor: 194, 208, 228;
	}
	main.live-prices section.price-ticker-v1 .pt__container, section.live-prices section.price-ticker-v1 .pt__container {
		width: 100%;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: rgba(11, 12, 16, 0.25);
		padding: 1.5rem;
		border-radius: 15px;
		position: relative;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav, section.live-prices section.price-ticker-v1 .pt__container .pt__nav {
		position: relative;
		z-index: 100;
		margin: 0 auto 2rem;
		transform: translateY(0);
		transition: all 0.5s ease;
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		gap: 2rem;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav.disabled, section.live-prices section.price-ticker-v1 .pt__container .pt__nav.disabled {
		pointer-events: none;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__account-type, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__account-type {
		flex: 1 1 100%;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		gap: 1rem;
		position: relative;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__account-type p, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__account-type p {
		flex: 1 1 100%;
		display: block;
		color: #FFF;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		position: relative;
		left: unset;
		margin: 0;
		top: unset;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__asset-type, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__asset-type {
		flex: 1 1 100%;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		gap: 1rem;
		position: relative;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__asset-type p, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .pn__asset-type p {
		flex: 1 1 100%;
		display: block;
		color: #FFF;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		position: relative;
		left: unset;
		margin: 0;
		top: unset;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn {
		border-radius: 15px;
		border: 1px solid rgba(194, 208, 228, 0.25);
		background: rgba(194, 208, 228, 0.1);
		backdrop-filter: blur(20px);
		color: #FFF;
		text-align: center;
		font-family: Plus Jakarta Sans;
		font-size: 16px;
		font-style: normal;
		font-weight: 800;
		line-height: 1;
		padding: 10px 24px;
		position: relative;
		cursor: pointer;
		transition: all 0.5s ease;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn::before, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: transparent;
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn.selected, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn.selected {
		color: white;
		background: rgba(194, 208, 228, 0.05);
		transition: background 1s ease;
		border: 1px solid rgba(194, 208, 228, 0.15);
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn.selected::before, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn.selected::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
	}
	main.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn:disabled, section.live-prices section.price-ticker-v1 .pt__container .pt__nav .nav-option-btn:disabled {
		opacity: 0.3;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.05);
		border-radius: 15px;
		color: white;
		z-index: 99;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container {
		position: absolute;
		inset: 0;
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader {
		width: 8px;
		height: 40px;
		display: block;
		margin: 20px auto;
		position: relative;
		background: #1DAA91;
		color: #1DAA91;
		box-sizing: border-box;
		animation: animloader 0.3s 0.3s linear infinite alternate;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::after,
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::before, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::after,
	section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::before {
		content: '';
		width: 8px;
		height: 40px;
		background: currentColor;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 20px;
		box-sizing: border-box;
		animation: animloader 0.3s 0.45s linear infinite alternate;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::before, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader::before {
		left: -20px;
		animation-delay: 0s;
	}
	@keyframes animloader {
		0% {
			height: 48px;
		}
		100% {
			height: 4px;
		}
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text {
		position: absolute;
		bottom: 4.5rem;
		left: 50%;
		transform: translateX(-50%);
		margin: 0 auto;
		text-align: center;
		font-size: 13px;
		text-shadow: 0px 1px 0px #000000;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 4px;
		opacity: 0;
		transition: all 0.5s ease;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values {
		position: relative;
		transition: all 0.5s ease;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values .single-loader-text, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values .single-loader-text {
		line-height: 1;
		transition: all 0.5s ease;
		transform: translateY(20px);
		position: absolute;
		opacity: 0;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values .single-loader-text.active, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-text .loader-text-values .single-loader-text.active {
		position: relative;
		transform: translateY(0);
		opacity: 1;
	}
	main.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-error, section.live-prices section.price-ticker-v1 .pt__container .container-loader-alt .cl__container .loader-error {
		display: none;
		position: absolute;
		bottom: 2rem;
		left: 50%;
		transform: translateX(-50%);
		font-size: 13px;
		max-width: 80%;
		margin: 0 auto;
		text-align: center;
		text-shadow: 0px 1px 0px #000000;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt {
		min-height: 200px;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container {
		display: none;
		grid-auto-rows: max-content;
		grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
		gap: 1rem;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt {
		display: flex;
		flex-flow: row wrap;
		gap: 12px;
		border-radius: 10px;
		background: rgba(var(--baseColor), 0.05);
		position: relative;
		overflow: hidden;
		justify-content: space-between;
		position: relative;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info {
		flex: 1 1 0;
		display: flex;
		flex-flow: row nowrap;
		gap: 12px;
		align-items: center;
		position: relative;
		z-index: 100;
		width: fit-content;
		padding: 1rem 0 0 1rem;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__icon, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__icon {
		width: 42px;
		height: 42px;
		border-radius: 12px;
		background: rgba(var(--baseColor), 0.12);
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1;
		font-size: 16px;
		font-weight: 900;
		color: white;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__icon svg, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__icon svg {
		width: auto;
		height: 18px;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack {
		display: flex;
		flex-flow: column nowrap;
		gap: 4px;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__pair, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__pair {
		font-size: 14px;
		font-weight: 800;
		color: white;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend {
		transition: all 0.5s ease;
		display: flex;
		flex-flow: row nowrap;
		gap: 3px;
		align-items: center;
		font-size: 12px;
		border-radius: 4px;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend span, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend span {
		display: inline-block;
		font-weight: 600;
		line-height: 1;
		transition: all 0.5s ease;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend svg, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend svg {
		height: 12px;
		width: 12px;
		transition: all 0.5s ease;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend svg path, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend svg path {
		transition: inherit;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive {
		color: #1DAA91;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive svg, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive svg {
		transform: rotate(0deg);
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive svg path, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.positive svg path {
		fill: #1DAA91;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative {
		color: #D22B2B;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative svg, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative svg {
		transform: rotate(180deg);
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative svg path, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.negative svg path {
		fill: #D22B2B;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.hidden, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__info .info__v-stack .info__trend.hidden {
		opacity: 0;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread {
		flex: 1 0 0;
		display: flex;
		flex-flow: column nowrap;
		gap: 8px;
		position: relative;
		z-index: 100;
		width: fit-content;
		text-align: right;
		padding: 1rem 1rem 0 0;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread .spread__value, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread .spread__value {
		font-weight: 900;
		color: #1daa91;
		font-size: 20px;
		line-height: 1;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread .spread__rates, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__spread .spread__rates {
		font-size: 12px;
		color: rgba(255, 255, 255, 0.9);
		line-height: 1;
		font-weight: 600;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__chart, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container .single-ticker-alt .st__chart {
		position: relative;
		margin-top: auto;
		flex: 1 1 100%;
		width: 100%;
		height: 95px;
		margin-bottom: -5px;
	}
	main.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container.visible, section.live-prices section.price-ticker-v1 .pt__container .ticker-container-alt .symbols-container.visible {
		display: grid;
	}
}

main.trading-central {
	backface-visibility: hidden;
	padding: 120px 1.5rem 120px 1.5rem;
	width: 100%;
	overflow: hidden;
	position: relative;
}

main.trading-central .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	padding: 0 0 60px 0;
	position: relative;
}

main.trading-central .container section.tc__hero {
	display: flex;
	flex-flow: column nowrap;
	gap: 1.4rem;
	align-items: center;
}

main.trading-central .container section.tc__hero .hero__img {
	width: auto;
	height: 70px;
	transition: all 0.5s ease;
	opacity: 0;
	transform: translateY(-100px);
}

main.trading-central .container section.tc__hero .hero__img.entered {
	opacity: 1;
	transform: translateY(0px);
}

main.trading-central .container section.tc__hero h1.hero__h1 {
	font-size: 58px;
	line-height: 1.2;
	color: #fff;
	font-weight: 800;
	margin: 0;
	padding: 0;
	text-align: center;
	max-width: 60%;
	transition: all 0.5s ease;
	opacity: 0;
	transform: translateY(20px);
}

main.trading-central .container section.tc__hero h1.hero__h1.entered {
	opacity: 1;
	transform: translateY(0px);
}

main.trading-central .container section.tc__hero h1.hero__h1 span {
	background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 3px transparent;
	padding: 0 0 3px 0;
	color: #101217;
	display: block;
}

main.trading-central .container section.tc__hero .hero__paragraph {
	margin: 0;
	color: rgba(255, 255, 255, 0.75);
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 35ch;
	transition: all 0.5s ease;
	opacity: 0;
	transform: translateY(30px);
}

main.trading-central .container section.tc__hero .hero__paragraph.entered {
	opacity: 1;
	transform: translateY(0px);
}

main.trading-central .container section.tc__hero .hero__paragraph span {
	font-weight: 700;
}

main.trading-central .container section.tc__hero .hero__cta {
	margin: 1.5rem auto 0 auto;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 100;
	transition: all 0.5s ease;
	opacity: 0;
	transform: translateY(40px);
}

main.trading-central .container section.tc__hero .hero__cta.entered {
	opacity: 1;
	transform: translateY(0px);
}

main.trading-central .container section.tc__hero .hero__cta a#cta-btn {
	background: #1daa91;
	transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	padding: 20px 50px;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	color: white;
	border-radius: 10px;
	outline: none;
}

main.trading-central .container section.tc__hero .hero__cta a#cta-btn:focus, main.trading-central .container section.tc__hero .hero__cta a#cta-btn:active {
	outline: none;
	box-shadow: none;
}

main.trading-central .container section.tc__hero .hero__cta a#cta-btn .word-container {
	display: flex;
	gap: 0.4px;
	position: relative;
	overflow: hidden;
}

main.trading-central .container section.tc__hero .hero__cta a#cta-btn .word-container .char {
	color: transparent;
	position: relative;
}

main.trading-central .container section.tc__hero .hero__cta a#cta-btn .word-container .char::before {
	content: attr(data-char);
	position: absolute;
	top: 0;
	left: 0;
	user-select: none;
	transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	transition-delay: calc(0.02s * var(--char-index));
	transform: translateY(100%);
	color: #0b0c10;
}

main.trading-central .container section.tc__hero .hero__cta a#cta-btn .word-container .char::after {
	content: attr(data-char);
	position: absolute;
	top: 0;
	left: 0;
	user-select: none;
	transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
	color: #0b0c10;
}

main.trading-central .container section.tc__hero .hero__cta a#cta-btn .word-container .whitespace {
	width: 5px;
}

main.trading-central .container section.tc__hero .hero__cta a#cta-btn:hover {
	background: #03c3a1;
}

main.trading-central .container section.tc__hero .hero__cta a#cta-btn:hover .word-container .char::before {
	transform: translateY(0);
	transition-delay: calc(0.2s + (0.02s * var(--char-index)));
}

main.trading-central .container section.tc__hero .hero__cta a#cta-btn:hover .word-container .char::after {
	transform: translateY(100%);
	transition-delay: calc(0.02s * (var(--char-index)));
}

main.trading-central .container section.tc__hero .hero__visual {
	width: 80%;
	margin: 2rem auto 0;
	position: relative;
}

main.trading-central .container section.tc__hero .hero__visual .hero__screen-cont {
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 45.83%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
	backdrop-filter: blur(5px);
	padding: 8px 9px;
	mask-image: linear-gradient(to bottom, transparent, black);
	-webkit-mask-image: linear-gradient(to bottom, black, transparent);
	position: relative;
	z-index: 10;
	transition: all 0.5s ease;
	opacity: 0;
	transform: translateY(200px);
}

main.trading-central .container section.tc__hero .hero__visual .hero__screen-cont .hero__screen img {
	opacity: 0;
	transition: all 1.4s ease-in-out;
}

main.trading-central .container section.tc__hero .hero__visual .hero__screen-cont.entered {
	opacity: 1;
	transform: translateY(0px);
}

main.trading-central .container section.tc__hero .hero__visual .hero__screen-cont.entered .hero__screen img {
	opacity: 1;
}

main.trading-central .container section.tc__hero .hero__visual .hero__screen-cont .hero__screen {
	border-radius: 18px;
}

main.trading-central .container section.tc__hero .hero__visual .hero__blur {
	position: absolute;
	z-index: 1;
	transition: all 1.5s ease-in-out;
	opacity: 0;
}

main.trading-central .container section.tc__hero .hero__visual .hero__blur.blur1 {
	opacity: 0.7;
	width: 60%;
	height: 180px;
	background: #0AC1B7;
	filter: blur(100px);
	left: 50%;
	transform: translateX(-50%);
	top: -100px;
	opacity: 0;
}

main.trading-central .container section.tc__hero .hero__visual .hero__blur.blur1.entered {
	opacity: 0.7;
}

main.trading-central .container section.tc__hero .hero__visual .hero__blur.blur-l {
	opacity: 0.2;
	width: 400px;
	height: 400px;
	background: #0AC1B7;
	filter: blur(100px);
	left: -200px;
	top: -150px;
	opacity: 0;
}

main.trading-central .container section.tc__hero .hero__visual .hero__blur.blur-l.entered {
	opacity: 0.2;
}

main.trading-central .container section.tc__hero .hero__visual .hero__blur.blur-r {
	opacity: 0.2;
	width: 400px;
	height: 400px;
	background: #AA1D93;
	filter: blur(100px);
	right: -200px;
	top: -150px;
	opacity: 0;
}

main.trading-central .container section.tc__hero .hero__visual .hero__blur.blur-r.entered {
	opacity: 0.2;
}

main.trading-central .container section.tc__hero .hero__grid {
	position: absolute;
	top: 0;
	width: 100%;
	height: auto;
	z-index: -1;
	opacity: 0;
	transition: all 1s ease-in-out;
}

main.trading-central .container section.tc__hero .hero__grid.entered {
	opacity: 1;
}

@media (max-width: 1200px) {
	main.trading-central .container section.tc__hero {
		display: flex;
		flex-flow: column nowrap;
		gap: 1.4rem;
		align-items: center;
	}
	main.trading-central .container section.tc__hero .hero__img {
		width: auto;
		height: 80px;
	}
	main.trading-central .container section.tc__hero h1.hero__h1 {
		font-size: 52px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-align: center;
		max-width: 80%;
	}
	main.trading-central .container section.tc__hero h1.hero__h1 span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	main.trading-central .container section.tc__hero .hero__paragraph {
		margin: 0;
		color: rgba(255, 255, 255, 0.75);
		text-align: center;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		max-width: 35ch;
	}
	main.trading-central .container section.tc__hero .hero__paragraph span {
		font-weight: 700;
	}
	main.trading-central .container section.tc__hero .hero__cta {
		margin: 1.5rem auto 0 auto;
		display: flex;
		align-items: center;
		position: relative;
		z-index: 100;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 20px 50px;
		text-decoration: none;
		font-weight: 700;
		font-size: 18px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn:focus, main.trading-central .container section.tc__hero .hero__cta a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn:hover {
		background: #03c3a1;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
	main.trading-central .container section.tc__hero .hero__visual {
		width: 80%;
		margin: 2rem auto 0;
		position: relative;
	}
	main.trading-central .container section.tc__hero .hero__visual .hero__screen-cont {
		border-radius: 20px;
		border: 1px solid rgba(255, 255, 255, 0.2);
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 45.83%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
		backdrop-filter: blur(5px);
		padding: 8px 9px;
		mask-image: linear-gradient(to bottom, transparent, black);
		-webkit-mask-image: linear-gradient(to bottom, black, transparent);
		position: relative;
		z-index: 10;
	}
	main.trading-central .container section.tc__hero .hero__visual .hero__screen-cont .hero__screen {
		border-radius: 18px;
	}
	main.trading-central .container section.tc__hero .hero__visual .hero__blur {
		position: absolute;
		z-index: 1;
	}
	main.trading-central .container section.tc__hero .hero__visual .hero__blur.blur1 {
		opacity: 0.7;
		width: 60%;
		height: 180px;
		background: #0AC1B7;
		filter: blur(100px);
		left: 50%;
		transform: translateX(-50%);
		top: -100px;
	}
	main.trading-central .container section.tc__hero .hero__visual .hero__blur.blur-l {
		opacity: 0.2;
		width: 400px;
		height: 400px;
		background: #0AC1B7;
		filter: blur(100px);
		left: -200px;
		top: -150px;
	}
	main.trading-central .container section.tc__hero .hero__visual .hero__blur.blur-r {
		opacity: 0.2;
		width: 400px;
		height: 400px;
		background: #AA1D93;
		filter: blur(100px);
		right: -200px;
		top: -150px;
	}
	main.trading-central .container section.tc__hero .hero__grid {
		position: absolute;
		top: 0;
		width: 100%;
		height: auto;
		z-index: -1;
	}
}

@media (max-width: 992px) {
	main.trading-central .container section.tc__hero {
		display: flex;
		flex-flow: column nowrap;
		gap: 1.4rem;
		align-items: center;
	}
	main.trading-central .container section.tc__hero .hero__img {
		width: auto;
		height: 60px;
	}
	main.trading-central .container section.tc__hero h1.hero__h1 {
		font-size: 52px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-align: center;
		max-width: 100%;
	}
	main.trading-central .container section.tc__hero h1.hero__h1 span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	main.trading-central .container section.tc__hero .hero__paragraph {
		margin: 0;
		color: rgba(255, 255, 255, 0.75);
		text-align: center;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		max-width: 35ch;
	}
	main.trading-central .container section.tc__hero .hero__paragraph span {
		font-weight: 700;
	}
	main.trading-central .container section.tc__hero .hero__cta {
		margin: 1.5rem auto 0 auto;
		display: flex;
		align-items: center;
		position: relative;
		z-index: 100;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 20px 50px;
		text-decoration: none;
		font-weight: 700;
		font-size: 18px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn:focus, main.trading-central .container section.tc__hero .hero__cta a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn:hover {
		background: #03c3a1;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
	main.trading-central .container section.tc__hero .hero__visual {
		width: 80%;
		margin: 2rem auto 0;
		position: relative;
	}
	main.trading-central .container section.tc__hero .hero__visual .hero__screen-cont {
		border-radius: 20px;
		border: 1px solid rgba(255, 255, 255, 0.2);
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 45.83%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
		backdrop-filter: blur(5px);
		padding: 8px 9px;
		mask-image: linear-gradient(to bottom, transparent, black);
		-webkit-mask-image: linear-gradient(to bottom, black, transparent);
		position: relative;
		z-index: 10;
	}
	main.trading-central .container section.tc__hero .hero__visual .hero__screen-cont .hero__screen {
		border-radius: 18px;
	}
	main.trading-central .container section.tc__hero .hero__visual .hero__blur {
		position: absolute;
		z-index: 1;
	}
	main.trading-central .container section.tc__hero .hero__visual .hero__blur.blur1 {
		opacity: 0.7;
		width: 60%;
		height: 180px;
		background: #0AC1B7;
		filter: blur(100px);
		left: 50%;
		transform: translateX(-50%);
		top: -100px;
	}
	main.trading-central .container section.tc__hero .hero__visual .hero__blur.blur-l {
		opacity: 0.2;
		width: 400px;
		height: 400px;
		background: #0AC1B7;
		filter: blur(100px);
		left: -200px;
		top: -150px;
	}
	main.trading-central .container section.tc__hero .hero__visual .hero__blur.blur-r {
		opacity: 0.2;
		width: 400px;
		height: 400px;
		background: #AA1D93;
		filter: blur(100px);
		right: -200px;
		top: -150px;
	}
	main.trading-central .container section.tc__hero .hero__grid {
		position: absolute;
		top: 0;
		width: 100%;
		height: auto;
		z-index: -1;
	}
}

@media (max-width: 768px) {
	main.trading-central .container section.tc__hero .hero__img {
		width: auto;
		height: 60px;
	}
	main.trading-central .container section.tc__hero h1.hero__h1 {
		font-size: 46px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-align: center;
		max-width: 100%;
	}
	main.trading-central .container section.tc__hero h1.hero__h1 span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	main.trading-central .container section.tc__hero .hero__paragraph {
		margin: 0;
		color: rgba(255, 255, 255, 0.75);
		text-align: center;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		max-width: 100%;
	}
	main.trading-central .container section.tc__hero .hero__paragraph span {
		font-weight: 700;
	}
	main.trading-central .container section.tc__hero .hero__cta {
		margin: 1.5rem auto 0 auto;
		display: flex;
		align-items: center;
		position: relative;
		z-index: 100;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 20px 50px;
		text-decoration: none;
		font-weight: 700;
		font-size: 18px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn:focus, main.trading-central .container section.tc__hero .hero__cta a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn:hover {
		background: #03c3a1;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
	main.trading-central .container section.tc__hero .hero__visual {
		width: 95%;
		margin: 2rem auto 0;
		position: relative;
	}
	main.trading-central .container section.tc__hero .hero__visual .hero__screen-cont {
		border-radius: 20px;
		border: 1px solid rgba(255, 255, 255, 0.2);
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 45.83%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
		backdrop-filter: blur(5px);
		padding: 8px 9px;
		mask-image: linear-gradient(to bottom, transparent, black);
		-webkit-mask-image: linear-gradient(to bottom, black, transparent);
		position: relative;
		z-index: 10;
	}
	main.trading-central .container section.tc__hero .hero__visual .hero__screen-cont .hero__screen {
		border-radius: 18px;
	}
	main.trading-central .container section.tc__hero .hero__visual .hero__blur {
		position: absolute;
		z-index: 1;
	}
	main.trading-central .container section.tc__hero .hero__visual .hero__blur.blur1 {
		opacity: 0.8;
		width: 70%;
		height: 200px;
		background: #0AC1B7;
		filter: blur(100px);
		left: 50%;
		transform: translateX(-50%);
		top: -100px;
	}
	main.trading-central .container section.tc__hero .hero__visual .hero__blur.blur-l {
		opacity: 0.2;
		width: 300px;
		height: 300px;
		background: #0AC1B7;
		filter: blur(100px);
		left: -200px;
		top: -150px;
	}
	main.trading-central .container section.tc__hero .hero__visual .hero__blur.blur-r {
		opacity: 0.2;
		width: 400px;
		height: 400px;
		background: #AA1D93;
		filter: blur(100px);
		right: -200px;
		top: -200px;
	}
	main.trading-central .container section.tc__hero .hero__grid {
		position: absolute;
		top: 0;
		width: 100%;
		height: auto;
		z-index: -1;
	}
}

@media (max-width: 576px) {
	main.trading-central .container section.tc__hero .hero__img {
		width: auto;
		height: 40px;
	}
	main.trading-central .container section.tc__hero h1.hero__h1 {
		font-size: 38px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-align: center;
		max-width: 100%;
	}
	main.trading-central .container section.tc__hero h1.hero__h1 span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	main.trading-central .container section.tc__hero .hero__paragraph {
		margin: 0;
		color: rgba(255, 255, 255, 0.75);
		text-align: center;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		max-width: 100%;
	}
	main.trading-central .container section.tc__hero .hero__paragraph span {
		font-weight: 700;
	}
	main.trading-central .container section.tc__hero .hero__cta {
		margin: 1.5rem auto 0 auto;
		display: flex;
		align-items: center;
		position: relative;
		z-index: 100;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 20px 50px;
		text-decoration: none;
		font-weight: 700;
		font-size: 18px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn:focus, main.trading-central .container section.tc__hero .hero__cta a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn:hover {
		background: #03c3a1;
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	main.trading-central .container section.tc__hero .hero__cta a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
	main.trading-central .container section.tc__hero .hero__visual {
		width: 95%;
		margin: 2rem auto 0;
		position: relative;
	}
	main.trading-central .container section.tc__hero .hero__visual .hero__screen-cont {
		border-radius: 20px;
		border: 1px solid rgba(255, 255, 255, 0.2);
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 45.83%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
		backdrop-filter: blur(5px);
		padding: 8px 9px;
		mask-image: linear-gradient(to bottom, transparent, black);
		-webkit-mask-image: linear-gradient(to bottom, black, transparent);
		position: relative;
		z-index: 10;
	}
	main.trading-central .container section.tc__hero .hero__visual .hero__screen-cont .hero__screen {
		border-radius: 18px;
	}
	main.trading-central .container section.tc__hero .hero__visual .hero__blur {
		position: absolute;
		z-index: 1;
	}
	main.trading-central .container section.tc__hero .hero__visual .hero__blur.blur1 {
		opacity: 0.8;
		width: 70%;
		height: 200px;
		background: #0AC1B7;
		filter: blur(100px);
		left: 50%;
		transform: translateX(-50%);
		top: -100px;
	}
	main.trading-central .container section.tc__hero .hero__visual .hero__blur.blur-l {
		opacity: 0.2;
		width: 300px;
		height: 300px;
		background: #0AC1B7;
		filter: blur(100px);
		left: -200px;
		top: -150px;
	}
	main.trading-central .container section.tc__hero .hero__visual .hero__blur.blur-r {
		opacity: 0.2;
		width: 400px;
		height: 400px;
		background: #AA1D93;
		filter: blur(100px);
		right: -200px;
		top: -200px;
	}
	main.trading-central .container section.tc__hero .hero__grid {
		position: absolute;
		top: 0;
		width: 100%;
		height: auto;
		z-index: -1;
	}
}

main.trading-central .container section.tc__leverage {
	margin: 14rem 0;
	border-radius: 60px;
	background: linear-gradient(45deg, #47D8D380, #0D181E00, #0D181E00, #47D8D380);
	padding: 1px;
}

main.trading-central .container section.tc__leverage .leverage__cont {
	height: 100%;
	width: 100%;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	padding: 8rem 0 0;
	border-radius: 60px;
	min-height: 1000px;
	background: url("../jpg/bg-min.jpg");
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__grid {
	position: absolute;
	right: -100px;
	top: -100px;
	width: 600px;
	height: auto;
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__h2 {
	font-size: 58px;
	line-height: 1.2;
	color: #fff;
	font-weight: 800;
	margin: 0;
	padding: 0;
	text-align: center;
	max-width: 55%;
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__h2 span {
	background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 3px transparent;
	padding: 0 0 3px 0;
	color: #101217;
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__paragraph {
	margin-top: 1rem;
	color: rgba(194, 208, 228, 0.5);
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	max-width: 50ch;
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__paragraph span {
	color: rgba(194, 208, 228, 0.9);
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature {
	margin: 6rem 0;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature.s1 .feature__text {
	order: 1;
	padding: 0 0 0 5rem;
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature.s1 .feature__img {
	order: 2;
	transform: translateX(100px);
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature.s2 .feature__text {
	order: 2;
	padding: 0 5rem 0 0;
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature.s2 .feature__img {
	order: 1;
	transform: translateX(-100px);
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text {
	flex: 1 1 40%;
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text .ft__pill {
	width: fit-content;
	padding: 10px 20px;
	border-radius: 44px;
	background: rgba(194, 208, 228, 0.15);
	color: rgba(194, 208, 228, 0.5);
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text .ft__title {
	color: white;
	text-align: left;
	font-size: 46px;
	font-style: normal;
	font-weight: 800;
	line-height: 1.2;
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text .ft__title span {
	background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 3px transparent;
	padding: 0 0 3px 0;
	color: #101217;
	display: block;
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text .ft__text {
	color: rgba(194, 208, 228, 0.5);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text .ft__text a {
	color: rgba(194, 208, 228, 0.98);
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__img {
	flex: 1 1 60%;
	transform: translateX(100px);
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__img .fv__wrapper {
	width: fit-content;
	background: linear-gradient(to bottom, #26F7DD, #00B8DD);
	border-radius: 18px;
	padding: 3px;
	position: relative;
	z-index: 100;
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__img .fv__wrapper .fv__cont {
	margin: 0;
	padding: 0;
	border-radius: 18px;
	overflow: hidden;
	height: 450px;
	display: flex;
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__img .blur {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.4;
	width: 100%;
	height: 100%;
	background: #0AC1B7;
	filter: blur(100px);
	z-index: 1;
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta {
	margin: 4rem 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 500px;
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__img {
	position: absolute;
	bottom: -220px;
	width: 100%;
	height: auto;
	z-index: 2;
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button {
	margin: 1.5rem auto 0 auto;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 100;
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn {
	background: #1daa91;
	transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	padding: 20px 50px;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	color: white;
	border-radius: 10px;
	outline: none;
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn:focus, main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn:active {
	outline: none;
	box-shadow: none;
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn .word-container {
	display: flex;
	gap: 0.4px;
	position: relative;
	overflow: hidden;
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn .word-container .char {
	color: transparent;
	position: relative;
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn .word-container .char::before {
	content: attr(data-char);
	position: absolute;
	top: 0;
	left: 0;
	user-select: none;
	transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	transition-delay: calc(0.02s * var(--char-index));
	transform: translateY(100%);
	color: #0b0c10;
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn .word-container .char::after {
	content: attr(data-char);
	position: absolute;
	top: 0;
	left: 0;
	user-select: none;
	transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
	color: #0b0c10;
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn .word-container .whitespace {
	width: 5px;
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn:hover {
	background: #03c3a1;
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn:hover .word-container .char::before {
	transform: translateY(0);
	transition-delay: calc(0.2s + (0.02s * var(--char-index)));
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn:hover .word-container .char::after {
	transform: translateY(100%);
	transition-delay: calc(0.02s * (var(--char-index)));
}

main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .blur {
	position: absolute;
	bottom: -300px;
	width: 500px;
	height: 400px;
	background: #141F37;
	filter: blur(50px);
	z-index: 0;
}

@media (max-width: 1200px) {
	main.trading-central .container section.tc__leverage {
		margin: 10rem 0;
		border-radius: 60px;
		background: linear-gradient(45deg, #47D8D380, #0D181E00, #0D181E00, #47D8D380);
		padding: 1px;
	}
	main.trading-central .container section.tc__leverage .leverage__cont {
		height: 100%;
		width: 100%;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		padding: 8rem 0 0;
		border-radius: 60px;
		min-height: 1000px;
		background: url("../jpg/bg-min.jpg");
		background-position: center;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		position: relative;
		overflow: hidden;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__grid {
		position: absolute;
		right: -100px;
		top: -100px;
		width: 600px;
		height: auto;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__h2 {
		font-size: 52px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-align: center;
		max-width: 75%;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__h2 span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__paragraph {
		margin-top: 1rem;
		color: rgba(194, 208, 228, 0.5);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		max-width: 50ch;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__paragraph span {
		color: rgba(194, 208, 228, 0.9);
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature {
		margin: 6rem 0;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature.s1 .feature__text {
		order: 1;
		padding: 0 0 0 2rem;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature.s1 .feature__img {
		order: 2;
		transform: translateX(100px);
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature.s2 .feature__text {
		order: 2;
		padding: 0 2rem 0 0;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature.s2 .feature__img {
		order: 1;
		transform: translateX(-100px);
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text {
		flex: 1 1 60%;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text .ft__pill {
		width: fit-content;
		padding: 10px 20px;
		border-radius: 44px;
		background: rgba(194, 208, 228, 0.15);
		color: rgba(194, 208, 228, 0.5);
		text-align: center;
		font-size: 16px;
		font-weight: 600;
		line-height: normal;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text .ft__title {
		color: white;
		text-align: left;
		font-size: 38px;
		font-style: normal;
		font-weight: 800;
		line-height: 1.2;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text .ft__title span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text .ft__text {
		color: rgba(194, 208, 228, 0.5);
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text .ft__text a {
		color: rgba(194, 208, 228, 0.98);
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__img {
		flex: 1 1 40%;
		transform: translateX(100px);
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__img .fv__wrapper {
		width: fit-content;
		background: linear-gradient(to bottom, #26F7DD, #00B8DD);
		border-radius: 18px;
		padding: 3px;
		position: relative;
		z-index: 100;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__img .fv__wrapper .fv__cont {
		margin: 0;
		padding: 0;
		border-radius: 18px;
		overflow: hidden;
		height: 400px;
		display: flex;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__img .fv__wrapper .fv__cont video {
		height: 100%;
		width: auto;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__img .blur {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0.4;
		width: 100%;
		height: 100%;
		background: #0AC1B7;
		filter: blur(100px);
		z-index: 1;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta {
		margin: 4rem 0;
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 500px;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__img {
		position: absolute;
		bottom: -220px;
		width: 88%;
		height: auto;
		z-index: 2;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button {
		margin: 1.5rem auto 0 auto;
		display: flex;
		align-items: center;
		position: relative;
		z-index: 100;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 20px 50px;
		text-decoration: none;
		font-weight: 700;
		font-size: 18px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn:focus, main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn:hover {
		background: #03c3a1;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .blur {
		position: absolute;
		bottom: -300px;
		width: 500px;
		height: 500px;
		background: #141F37;
		filter: blur(50px);
		z-index: 0;
	}
}

@media (max-width: 992px) {
	main.trading-central .container section.tc__leverage {
		margin: 10rem 0;
		border-radius: 60px;
		background: linear-gradient(45deg, #47D8D380, #0D181E00, #0D181E00, #47D8D380);
		padding: 1px;
	}
	main.trading-central .container section.tc__leverage .leverage__cont {
		height: 100%;
		width: 100%;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		padding: 8rem 2rem 0;
		border-radius: 60px;
		min-height: 1000px;
		background: url("../jpg/bg-min.jpg");
		background-position: center;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		position: relative;
		overflow: hidden;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__grid {
		position: absolute;
		right: -100px;
		top: -100px;
		width: 500px;
		height: auto;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__h2 {
		font-size: 48px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-align: center;
		max-width: 55%;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__h2 span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__paragraph {
		margin-top: 1rem;
		color: rgba(194, 208, 228, 0.5);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		max-width: 50ch;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__paragraph span {
		color: rgba(194, 208, 228, 0.9);
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature {
		margin: 6rem 0;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		gap: 3rem;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature.s1 .feature__text {
		order: 1;
		padding: 0;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature.s1 .feature__img {
		order: 2;
		transform: translateX(0);
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature.s2 .feature__text {
		order: 1;
		padding: 0;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature.s2 .feature__img {
		order: 2;
		transform: translateX(0);
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text .ft__pill {
		width: fit-content;
		padding: 10px 20px;
		border-radius: 44px;
		background: rgba(194, 208, 228, 0.15);
		color: rgba(194, 208, 228, 0.5);
		text-align: center;
		font-size: 16px;
		font-weight: 600;
		line-height: normal;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text .ft__title {
		color: white;
		text-align: left;
		font-size: 42px;
		font-style: normal;
		font-weight: 800;
		line-height: 1.2;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text .ft__title span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text .ft__text {
		color: rgba(194, 208, 228, 0.5);
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text .ft__text a {
		color: rgba(194, 208, 228, 0.98);
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__img {
		flex: 1 1 100%;
		transform: translateX(0px);
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__img .fv__wrapper {
		width: fit-content;
		background: linear-gradient(to bottom, #26F7DD, #00B8DD);
		border-radius: 18px;
		padding: 3px;
		position: relative;
		z-index: 100;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__img .fv__wrapper .fv__cont {
		margin: 0;
		padding: 0;
		border-radius: 18px;
		overflow: hidden;
		height: auto;
		display: flex;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__img .fv__wrapper .fv__cont video {
		width: 100%;
		height: auto;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__img .blur {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0.4;
		width: 100%;
		height: 100%;
		background: #0AC1B7;
		filter: blur(100px);
		z-index: 1;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta {
		margin: 3rem 0;
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 500px;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__img {
		position: absolute;
		bottom: -220px;
		width: 100%;
		height: auto;
		z-index: 2;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button {
		margin: 1.5rem auto 0 auto;
		display: flex;
		align-items: center;
		position: relative;
		z-index: 100;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 20px 50px;
		text-decoration: none;
		font-weight: 700;
		font-size: 18px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn:focus, main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn:hover {
		background: #03c3a1;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .blur {
		position: absolute;
		bottom: -300px;
		width: 500px;
		height: 500px;
		background: #141F37;
		filter: blur(50px);
		z-index: 0;
	}
}

@media (max-width: 768px) {
	main.trading-central .container section.tc__leverage {
		margin: 10rem 0;
		border-radius: 40px;
		background: linear-gradient(83deg, #47D8D380, #0D181E00, #0D181E00, #47D8D380);
	}
	main.trading-central .container section.tc__leverage .leverage__cont {
		height: 100%;
		width: 100%;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		padding: 6rem 1rem 0;
		border-radius: 40px;
		min-height: 1000px;
		background: url("../jpg/bg-min.jpg");
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		overflow: hidden;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__grid {
		position: absolute;
		right: -50px;
		top: -50px;
		width: 300px;
		height: auto;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__h2 {
		font-size: 38px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-align: center;
		max-width: 100%;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__h2 span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__paragraph {
		margin-top: 1rem;
		color: rgba(194, 208, 228, 0.5);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		max-width: 100%;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__paragraph span {
		color: rgba(194, 208, 228, 0.9);
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature {
		margin: 4rem 0 2rem;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		position: relative;
		z-index: 100;
		gap: 2rem;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature.s1 .feature__text {
		order: 1;
		padding: 0 0 0 0;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature.s1 .feature__img {
		order: 2;
		transform: translateX(0px);
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature.s2 .feature__text {
		order: 1;
		padding: 0 0 0 0;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature.s2 .feature__img {
		order: 2;
		transform: translateX(0px);
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text .ft__pill {
		width: fit-content;
		padding: 10px 20px;
		border-radius: 44px;
		background: rgba(194, 208, 228, 0.15);
		color: rgba(194, 208, 228, 0.5);
		text-align: center;
		font-size: 16px;
		font-weight: 600;
		line-height: normal;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text .ft__title {
		color: white;
		text-align: left;
		font-size: 32px;
		font-style: normal;
		font-weight: 800;
		line-height: 1.2;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text .ft__title span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text .ft__text {
		color: rgba(194, 208, 228, 0.5);
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text .ft__text a {
		color: rgba(194, 208, 228, 0.98);
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__img {
		flex: 1 1 100%;
		transform: translateX(0px);
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__img .fv__wrapper {
		width: fit-content;
		background: linear-gradient(to bottom, #26F7DD, #00B8DD);
		border-radius: 18px;
		padding: 3px;
		position: relative;
		z-index: 100;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__img .fv__wrapper .fv__cont {
		margin: 0;
		padding: 0;
		border-radius: 18px;
		overflow: hidden;
		height: auto;
		display: flex;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__img .fv__wrapper .fv__cont video {
		width: 100%;
		height: auto;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__img .blur {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0.4;
		width: 100%;
		height: 100%;
		background: #0AC1B7;
		filter: blur(100px);
		z-index: 1;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta {
		margin: 3rem 0;
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__img {
		position: absolute;
		bottom: -220px;
		width: 70%;
		height: auto;
		z-index: 2;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button {
		margin: 1.5rem auto 0 auto;
		display: flex;
		align-items: center;
		position: relative;
		z-index: 100;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 20px 50px;
		text-decoration: none;
		font-weight: 700;
		font-size: 18px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn:focus, main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn:hover {
		background: #03c3a1;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .blur {
		position: absolute;
		bottom: -200px;
		width: 500px;
		height: 500px;
		background: #141F37;
		filter: blur(50px);
		z-index: 0;
	}
}

@media (max-width: 576px) {
	main.trading-central .container section.tc__leverage {
		margin: 8rem 0;
		border-radius: 40px;
		background: linear-gradient(83deg, #47D8D380, #0D181E00, #0D181E00, #47D8D380);
	}
	main.trading-central .container section.tc__leverage .leverage__cont {
		height: 100%;
		width: 100%;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		padding: 6rem 1rem 0;
		border-radius: 40px;
		min-height: 1000px;
		background: url("../jpg/bg-min.jpg");
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		position: relative;
		overflow: hidden;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__grid {
		position: absolute;
		right: -50px;
		top: -50px;
		width: 300px;
		height: auto;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__h2 {
		font-size: 32px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-align: center;
		max-width: 100%;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__h2 span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__paragraph {
		margin-top: 1rem;
		color: rgba(194, 208, 228, 0.5);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		max-width: 100%;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__paragraph span {
		color: rgba(194, 208, 228, 0.9);
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature {
		margin: 4rem 0 2rem;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		position: relative;
		z-index: 100;
		gap: 2rem;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature.s1 .feature__text {
		order: 1;
		padding: 0 0 0 0;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature.s1 .feature__img {
		order: 2;
		transform: translateX(0px);
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature.s2 .feature__text {
		order: 1;
		padding: 0 0 0 0;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature.s2 .feature__img {
		order: 2;
		transform: translateX(0px);
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text .ft__pill {
		width: fit-content;
		padding: 10px 20px;
		border-radius: 44px;
		background: rgba(194, 208, 228, 0.15);
		color: rgba(194, 208, 228, 0.5);
		text-align: center;
		font-size: 14px;
		font-weight: 600;
		line-height: normal;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text .ft__title {
		color: white;
		text-align: left;
		font-size: 28px;
		font-style: normal;
		font-weight: 800;
		line-height: 1.2;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text .ft__title span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text .ft__text {
		color: rgba(194, 208, 228, 0.5);
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__text .ft__text a {
		color: rgba(194, 208, 228, 0.98);
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__img {
		flex: 1 1 100%;
		transform: translateX(0px);
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__img .fv__wrapper {
		width: fit-content;
		background: linear-gradient(to bottom, #26F7DD, #00B8DD);
		border-radius: 18px;
		padding: 3px;
		position: relative;
		z-index: 100;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__img .fv__wrapper .fv__cont {
		margin: 0;
		padding: 0;
		border-radius: 18px;
		overflow: hidden;
		height: auto;
		display: flex;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__img .fv__wrapper .fv__cont video {
		width: 100%;
		height: auto;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__feature .feature__img .blur {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0.4;
		width: 100%;
		height: 100%;
		background: #0AC1B7;
		filter: blur(100px);
		z-index: 1;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta {
		margin: 3rem 0;
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__img {
		position: absolute;
		bottom: -220px;
		width: 100%;
		height: auto;
		z-index: 2;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button {
		margin: 1.5rem auto 0 auto;
		display: flex;
		align-items: center;
		position: relative;
		z-index: 100;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 20px 40px;
		text-decoration: none;
		font-weight: 700;
		font-size: 17px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn:focus, main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn:hover {
		background: #03c3a1;
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .lc__button a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
	main.trading-central .container section.tc__leverage .leverage__cont .leverage__cta .blur {
		position: absolute;
		bottom: -200px;
		width: 400px;
		height: 400px;
		background: #141F37;
		filter: blur(50px);
		z-index: 0;
	}
}

main.trading-central .container section.tc__tools {
	margin: 14rem 0;
}

main.trading-central .container section.tc__tools .tools__h2 {
	font-size: 58px;
	line-height: 1.2;
	color: #fff;
	font-weight: 800;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

main.trading-central .container section.tc__tools .tools__h2 span {
	background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 3px transparent;
	padding: 0 0 3px 0;
	color: #101217;
	display: block;
}

main.trading-central .container section.tc__tools .tools__step {
	margin: 10rem 0;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 10rem;
}

main.trading-central .container section.tc__tools .tools__step:first-of-type {
	margin-top: 6rem;
}

main.trading-central .container section.tc__tools .tools__step.s1 .step__text {
	order: 1;
}

main.trading-central .container section.tc__tools .tools__step.s1 .step__image {
	order: 2;
}

main.trading-central .container section.tc__tools .tools__step.s2 .step__text {
	order: 2;
}

main.trading-central .container section.tc__tools .tools__step.s2 .step__image {
	order: 1;
}

main.trading-central .container section.tc__tools .tools__step .step__text {
	flex: 1 1 40%;
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
}

main.trading-central .container section.tc__tools .tools__step .step__text .st__num {
	width: fit-content;
	font-size: 80px;
	font-style: normal;
	font-weight: 800;
	line-height: 1.2;
	background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 3px transparent;
	padding: 0 0 3px 0;
	color: #101217;
}

main.trading-central .container section.tc__tools .tools__step .step__text .st__text {
	color: rgba(194, 208, 228, 0.5);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	max-width: 70%;
}

main.trading-central .container section.tc__tools .tools__step .step__text .st__cta {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 1rem;
}

main.trading-central .container section.tc__tools .tools__step .step__text .st__cta a {
	border-radius: 10px;
	padding: 22px 35px;
	color: #070A0D;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: all 0.5s ease;
}

main.trading-central .container section.tc__tools .tools__step .step__text .st__cta a.s1 {
	background: #1DAA91;
}

main.trading-central .container section.tc__tools .tools__step .step__text .st__cta a.s2 {
	color: white;
	background: rgba(194, 208, 228, 0.15);
}

main.trading-central .container section.tc__tools .tools__step .step__text .st__cta a:hover {
	opacity: 0.8;
}

main.trading-central .container section.tc__tools .tools__step .step__image {
	flex: 1 1 60%;
	height: fit-content;
	width: fit-content;
	padding: 1px;
	background: linear-gradient(45deg, #26F7DD60, #00B8DD60);
	border-radius: 8px;
	display: flex;
}

main.trading-central .container section.tc__tools .tools__step .step__image img {
	border-radius: 8px;
}

main.trading-central .container section.tc__tools .tools__cta {
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
	align-items: center;
	position: relative;
}

main.trading-central .container section.tc__tools .tools__cta .blur {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.15;
	position: absolute;
	width: 80%;
	height: 500px;
	background: #0AC1B7;
	filter: blur(100px);
	z-index: 0;
}

main.trading-central .container section.tc__tools .tools__cta .cta__text {
	max-width: 40%;
	color: #C2D0E4;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 142%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

main.trading-central .container section.tc__tools .tools__cta .cta__text a {
	background: linear-gradient(90deg, #26F7DD 18.29%, #26F6DD 44.61%, #03BDDD 70.39%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 142%;
	text-decoration: underline;
	position: relative;
	transition: all 0.5s ease;
}

main.trading-central .container section.tc__tools .tools__cta .cta__text a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, #26F7DD 18.29%, #26F6DD 44.61%, #03BDDD 70.39%);
}

main.trading-central .container section.tc__tools .tools__cta .cta__text a:hover {
	opacity: 0.7;
}

main.trading-central .container section.tc__tools .tools__cta .cta__button {
	margin: 1.5rem auto 0 auto;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 100;
}

main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn {
	background: #1daa91;
	transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	padding: 20px 50px;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	color: white;
	border-radius: 10px;
	outline: none;
}

main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn:focus, main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn:active {
	outline: none;
	box-shadow: none;
}

main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn .word-container {
	display: flex;
	gap: 0.4px;
	position: relative;
	overflow: hidden;
}

main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn .word-container .char {
	color: transparent;
	position: relative;
}

main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn .word-container .char::before {
	content: attr(data-char);
	position: absolute;
	top: 0;
	left: 0;
	user-select: none;
	transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	transition-delay: calc(0.02s * var(--char-index));
	transform: translateY(100%);
	color: #0b0c10;
}

main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn .word-container .char::after {
	content: attr(data-char);
	position: absolute;
	top: 0;
	left: 0;
	user-select: none;
	transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
	color: #0b0c10;
}

main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn .word-container .whitespace {
	width: 5px;
}

main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn:hover {
	background: #03c3a1;
}

main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn:hover .word-container .char::before {
	transform: translateY(0);
	transition-delay: calc(0.2s + (0.02s * var(--char-index)));
}

main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn:hover .word-container .char::after {
	transform: translateY(100%);
	transition-delay: calc(0.02s * (var(--char-index)));
}

@media (max-width: 1200px) {
	main.trading-central .container section.tc__tools {
		margin: 14rem 0;
	}
	main.trading-central .container section.tc__tools .tools__h2 {
		font-size: 48px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
	main.trading-central .container section.tc__tools .tools__h2 span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	main.trading-central .container section.tc__tools .tools__step {
		margin: 10rem 0;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 6rem;
	}
	main.trading-central .container section.tc__tools .tools__step:first-of-type {
		margin-top: 6rem;
	}
	main.trading-central .container section.tc__tools .tools__step.s1 .step__text {
		order: 1;
	}
	main.trading-central .container section.tc__tools .tools__step.s1 .step__image {
		order: 2;
	}
	main.trading-central .container section.tc__tools .tools__step.s2 .step__text {
		order: 2;
	}
	main.trading-central .container section.tc__tools .tools__step.s2 .step__image {
		order: 1;
	}
	main.trading-central .container section.tc__tools .tools__step .step__text {
		flex: 1 1 40%;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	main.trading-central .container section.tc__tools .tools__step .step__text .st__num {
		width: fit-content;
		font-size: 80px;
		font-style: normal;
		font-weight: 800;
		line-height: 1.2;
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
	}
	main.trading-central .container section.tc__tools .tools__step .step__text .st__text {
		color: rgba(194, 208, 228, 0.5);
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		max-width: 100%;
	}
	main.trading-central .container section.tc__tools .tools__step .step__text .st__cta {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 1rem;
	}
	main.trading-central .container section.tc__tools .tools__step .step__text .st__cta a {
		border-radius: 10px;
		padding: 22px 35px;
		color: #070A0D;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		text-decoration: none;
		transition: all 0.5s ease;
	}
	main.trading-central .container section.tc__tools .tools__step .step__text .st__cta a.s1 {
		background: #1DAA91;
	}
	main.trading-central .container section.tc__tools .tools__step .step__text .st__cta a.s2 {
		color: white;
		background: rgba(194, 208, 228, 0.15);
	}
	main.trading-central .container section.tc__tools .tools__step .step__text .st__cta a:hover {
		opacity: 0.8;
	}
	main.trading-central .container section.tc__tools .tools__step .step__image {
		flex: 1 1 60%;
		height: fit-content;
		width: fit-content;
		padding: 1px;
		background: linear-gradient(45deg, #26F7DD60, #00B8DD60);
		border-radius: 8px;
		display: flex;
	}
	main.trading-central .container section.tc__tools .tools__step .step__image img {
		border-radius: 8px;
	}
	main.trading-central .container section.tc__tools .tools__cta {
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		align-items: center;
		position: relative;
	}
	main.trading-central .container section.tc__tools .tools__cta .blur {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0.15;
		position: absolute;
		width: 80%;
		height: 500px;
		background: #0AC1B7;
		filter: blur(100px);
		z-index: 0;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__text {
		max-width: 40%;
		color: #C2D0E4;
		text-align: center;
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: 142%;
		margin: 0 auto;
		position: relative;
		z-index: 10;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__text a {
		background: linear-gradient(90deg, #26F7DD 18.29%, #26F6DD 44.61%, #03BDDD 70.39%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: 142%;
		text-decoration: underline;
		position: relative;
		transition: all 0.5s ease;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__text a::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
		background: linear-gradient(90deg, #26F7DD 18.29%, #26F6DD 44.61%, #03BDDD 70.39%);
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__text a:hover {
		opacity: 0.7;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button {
		margin: 1.5rem auto 0 auto;
		display: flex;
		align-items: center;
		position: relative;
		z-index: 100;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 20px 50px;
		text-decoration: none;
		font-weight: 700;
		font-size: 18px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn:focus, main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn:hover {
		background: #03c3a1;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
}

@media (max-width: 992px) {
	main.trading-central .container section.tc__tools {
		margin: 10rem 0;
	}
	main.trading-central .container section.tc__tools .tools__h2 {
		font-size: 48px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
	main.trading-central .container section.tc__tools .tools__h2 span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	main.trading-central .container section.tc__tools .tools__step {
		margin: 6rem 0;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 10rem;
	}
	main.trading-central .container section.tc__tools .tools__step:first-of-type {
		margin-top: 4rem;
	}
	main.trading-central .container section.tc__tools .tools__step.s1 .step__text {
		order: 1;
	}
	main.trading-central .container section.tc__tools .tools__step.s1 .step__image {
		order: 2;
	}
	main.trading-central .container section.tc__tools .tools__step.s2 .step__text {
		order: 2;
	}
	main.trading-central .container section.tc__tools .tools__step.s2 .step__image {
		order: 1;
	}
	main.trading-central .container section.tc__tools .tools__step .step__text {
		flex: 1 1 40%;
		display: flex;
		flex-flow: column nowrap;
		gap: 0.5rem;
	}
	main.trading-central .container section.tc__tools .tools__step .step__text .st__num {
		width: fit-content;
		font-size: 80px;
		font-style: normal;
		font-weight: 800;
		line-height: 1.2;
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
	}
	main.trading-central .container section.tc__tools .tools__step .step__text .st__text {
		color: rgba(194, 208, 228, 0.5);
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		max-width: 100%;
	}
	main.trading-central .container section.tc__tools .tools__step .step__text .st__cta {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 1rem;
		margin-top: 1rem;
	}
	main.trading-central .container section.tc__tools .tools__step .step__text .st__cta a {
		border-radius: 10px;
		padding: 22px 35px;
		color: #070A0D;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		text-decoration: none;
		transition: all 0.5s ease;
	}
	main.trading-central .container section.tc__tools .tools__step .step__text .st__cta a.s1 {
		background: #1DAA91;
	}
	main.trading-central .container section.tc__tools .tools__step .step__text .st__cta a.s2 {
		color: white;
		background: rgba(194, 208, 228, 0.15);
	}
	main.trading-central .container section.tc__tools .tools__step .step__text .st__cta a:hover {
		opacity: 0.8;
	}
	main.trading-central .container section.tc__tools .tools__step .step__image {
		flex: 1 1 60%;
		height: fit-content;
		width: fit-content;
		padding: 1px;
		background: linear-gradient(45deg, #26F7DD60, #00B8DD60);
		border-radius: 8px;
		display: flex;
	}
	main.trading-central .container section.tc__tools .tools__step .step__image img {
		border-radius: 8px;
	}
	main.trading-central .container section.tc__tools .tools__cta {
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		align-items: center;
		position: relative;
	}
	main.trading-central .container section.tc__tools .tools__cta .blur {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0.15;
		position: absolute;
		width: 80%;
		height: 500px;
		background: #0AC1B7;
		filter: blur(100px);
		z-index: 0;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__text {
		max-width: 70%;
		color: #C2D0E4;
		text-align: center;
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: 142%;
		margin: 0 auto;
		position: relative;
		z-index: 10;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__text a {
		background: linear-gradient(90deg, #26F7DD 18.29%, #26F6DD 44.61%, #03BDDD 70.39%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: 142%;
		text-decoration: underline;
		position: relative;
		transition: all 0.5s ease;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__text a::after {
		content: "";
		display: none;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__text a:hover {
		opacity: 0.7;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button {
		margin: 1.5rem auto 0 auto;
		display: flex;
		align-items: center;
		position: relative;
		z-index: 100;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 20px 50px;
		text-decoration: none;
		font-weight: 700;
		font-size: 18px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn:focus, main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn:hover {
		background: #03c3a1;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
}

@media (max-width: 768px) {
	main.trading-central .container section.tc__tools {
		margin: 10rem 0;
	}
	main.trading-central .container section.tc__tools .tools__h2 {
		font-size: 38px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
	main.trading-central .container section.tc__tools .tools__h2 span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	main.trading-central .container section.tc__tools .tools__step {
		margin: 4rem 0;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		gap: 2rem;
	}
	main.trading-central .container section.tc__tools .tools__step:first-of-type {
		margin-top: 3rem;
	}
	main.trading-central .container section.tc__tools .tools__step.s1 .step__text {
		order: 1;
	}
	main.trading-central .container section.tc__tools .tools__step.s1 .step__image {
		order: 2;
	}
	main.trading-central .container section.tc__tools .tools__step.s2 .step__text {
		order: 1;
	}
	main.trading-central .container section.tc__tools .tools__step.s2 .step__image {
		order: 2;
	}
	main.trading-central .container section.tc__tools .tools__step .step__text {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	main.trading-central .container section.tc__tools .tools__step .step__text .st__num {
		width: fit-content;
		font-size: 80px;
		font-style: normal;
		font-weight: 800;
		line-height: 1.2;
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
	}
	main.trading-central .container section.tc__tools .tools__step .step__text .st__text {
		color: rgba(194, 208, 228, 0.5);
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		max-width: 100%;
	}
	main.trading-central .container section.tc__tools .tools__step .step__text .st__cta {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 1rem;
	}
	main.trading-central .container section.tc__tools .tools__step .step__text .st__cta a {
		flex: unset;
		border-radius: 10px;
		padding: 22px 35px;
		color: #070A0D;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		text-decoration: none;
		transition: all 0.5s ease;
	}
	main.trading-central .container section.tc__tools .tools__step .step__text .st__cta a.s1 {
		background: #1DAA91;
	}
	main.trading-central .container section.tc__tools .tools__step .step__text .st__cta a.s2 {
		color: white;
		background: rgba(194, 208, 228, 0.15);
	}
	main.trading-central .container section.tc__tools .tools__step .step__text .st__cta a:hover {
		opacity: 0.8;
	}
	main.trading-central .container section.tc__tools .tools__step .step__image {
		flex: 1 1 100%;
		height: fit-content;
		width: fit-content;
		padding: 1px;
		background: linear-gradient(45deg, #26F7DD60, #00B8DD60);
		border-radius: 8px;
		display: flex;
	}
	main.trading-central .container section.tc__tools .tools__step .step__image img {
		border-radius: 8px;
	}
	main.trading-central .container section.tc__tools .tools__cta {
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		align-items: center;
		position: relative;
	}
	main.trading-central .container section.tc__tools .tools__cta .blur {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0.15;
		position: absolute;
		width: 100%;
		height: 300px;
		background: #0AC1B7;
		filter: blur(100px);
		z-index: 0;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__text {
		max-width: 100%;
		color: #C2D0E4;
		text-align: center;
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: 142%;
		margin: 0 auto;
		position: relative;
		z-index: 10;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__text a {
		background: linear-gradient(90deg, #26F7DD 18.29%, #26F6DD 44.61%, #03BDDD 70.39%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: 142%;
		text-decoration: underline;
		position: relative;
		transition: all 0.5s ease;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__text a::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
		background: linear-gradient(90deg, #26F7DD 18.29%, #26F6DD 44.61%, #03BDDD 70.39%);
		display: none;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__text a:hover {
		opacity: 0.7;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button {
		margin: 1.5rem auto 0 auto;
		display: flex;
		align-items: center;
		position: relative;
		z-index: 100;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 20px 25px;
		text-decoration: none;
		font-weight: 700;
		font-size: 18px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn:focus, main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn:hover {
		background: #03c3a1;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
}

@media (max-width: 576px) {
	main.trading-central .container section.tc__tools {
		margin: 8rem 0;
	}
	main.trading-central .container section.tc__tools .tools__h2 {
		font-size: 32px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
	main.trading-central .container section.tc__tools .tools__h2 span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	main.trading-central .container section.tc__tools .tools__step {
		margin: 4rem 0;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		gap: 2rem;
	}
	main.trading-central .container section.tc__tools .tools__step:first-of-type {
		margin-top: 3rem;
	}
	main.trading-central .container section.tc__tools .tools__step.s1 .step__text {
		order: 1;
	}
	main.trading-central .container section.tc__tools .tools__step.s1 .step__image {
		order: 2;
	}
	main.trading-central .container section.tc__tools .tools__step.s2 .step__text {
		order: 1;
	}
	main.trading-central .container section.tc__tools .tools__step.s2 .step__image {
		order: 2;
	}
	main.trading-central .container section.tc__tools .tools__step .step__text {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
	}
	main.trading-central .container section.tc__tools .tools__step .step__text .st__num {
		width: fit-content;
		font-size: 80px;
		font-style: normal;
		font-weight: 800;
		line-height: 1.2;
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
	}
	main.trading-central .container section.tc__tools .tools__step .step__text .st__text {
		color: rgba(194, 208, 228, 0.5);
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		max-width: 100%;
	}
	main.trading-central .container section.tc__tools .tools__step .step__text .st__cta {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 1rem;
	}
	main.trading-central .container section.tc__tools .tools__step .step__text .st__cta a {
		flex: 1 1 0;
		border-radius: 10px;
		padding: 22px 35px;
		color: #070A0D;
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
		text-decoration: none;
		transition: all 0.5s ease;
	}
	main.trading-central .container section.tc__tools .tools__step .step__text .st__cta a.s1 {
		background: #1DAA91;
	}
	main.trading-central .container section.tc__tools .tools__step .step__text .st__cta a.s2 {
		color: white;
		background: rgba(194, 208, 228, 0.15);
	}
	main.trading-central .container section.tc__tools .tools__step .step__text .st__cta a:hover {
		opacity: 0.8;
	}
	main.trading-central .container section.tc__tools .tools__step .step__image {
		flex: 1 1 100%;
		height: fit-content;
		width: fit-content;
		padding: 1px;
		background: linear-gradient(45deg, #26F7DD60, #00B8DD60);
		border-radius: 8px;
		display: flex;
	}
	main.trading-central .container section.tc__tools .tools__step .step__image img {
		border-radius: 8px;
	}
	main.trading-central .container section.tc__tools .tools__cta {
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		align-items: center;
		position: relative;
	}
	main.trading-central .container section.tc__tools .tools__cta .blur {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0.15;
		position: absolute;
		width: 100%;
		height: 300px;
		background: #0AC1B7;
		filter: blur(100px);
		z-index: 0;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__text {
		max-width: 100%;
		color: #C2D0E4;
		text-align: center;
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: 142%;
		margin: 0 auto;
		position: relative;
		z-index: 10;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__text a {
		background: linear-gradient(90deg, #26F7DD 18.29%, #26F6DD 44.61%, #03BDDD 70.39%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: 142%;
		text-decoration: underline;
		position: relative;
		transition: all 0.5s ease;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__text a::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1px;
		background: linear-gradient(90deg, #26F7DD 18.29%, #26F6DD 44.61%, #03BDDD 70.39%);
		display: none;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__text a:hover {
		opacity: 0.7;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button {
		margin: 1.5rem auto 0 auto;
		display: flex;
		align-items: center;
		position: relative;
		z-index: 100;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 20px 25px;
		text-decoration: none;
		font-weight: 700;
		font-size: 17px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn:focus, main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn:hover {
		background: #03c3a1;
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	main.trading-central .container section.tc__tools .tools__cta .cta__button a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
}

main.trading-central .container section.tc__about {
	margin: 18rem 0;
	background: linear-gradient(45deg, #47D8D380, #0D181E00, #0D181E00, #47D8D380);
	padding: 1px;
	border-radius: 16px;
	overflow: hidden;
}

main.trading-central .container section.tc__about .about__cont {
	border-radius: 16px;
	background: url("../png/about-bg.png"), #101217;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 4rem;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 3rem;
}

main.trading-central .container section.tc__about .about__cont .about__text {
	flex: 1 1 50%;
	text-align: left;
}

main.trading-central .container section.tc__about .about__cont .about__text .at__title {
	font-size: 58px;
	line-height: 1.2;
	color: #fff;
	font-weight: 800;
	margin: 0 auto;
	padding: 0;
}

main.trading-central .container section.tc__about .about__cont .about__text .at__title span {
	background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 3px transparent;
	padding: 0 0 3px 0;
	color: #101217;
	display: block;
}

main.trading-central .container section.tc__about .about__cont .about__text .at__text p {
	color: rgba(194, 208, 228, 0.5);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 1rem;
}

main.trading-central .container section.tc__about .about__cont .about__text .at__button {
	margin: 1.5rem auto 0 auto;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 100;
}

main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn {
	background: #1daa91;
	transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	padding: 20px 50px;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	color: white;
	border-radius: 10px;
	outline: none;
}

main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn:focus, main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn:active {
	outline: none;
	box-shadow: none;
}

main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn .word-container {
	display: flex;
	gap: 0.4px;
	position: relative;
	overflow: hidden;
}

main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn .word-container .char {
	color: transparent;
	position: relative;
}

main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn .word-container .char::before {
	content: attr(data-char);
	position: absolute;
	top: 0;
	left: 0;
	user-select: none;
	transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	transition-delay: calc(0.02s * var(--char-index));
	transform: translateY(100%);
	color: #0b0c10;
}

main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn .word-container .char::after {
	content: attr(data-char);
	position: absolute;
	top: 0;
	left: 0;
	user-select: none;
	transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
	color: #0b0c10;
}

main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn .word-container .whitespace {
	width: 5px;
}

main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn:hover {
	background: #03c3a1;
}

main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn:hover .word-container .char::before {
	transform: translateY(0);
	transition-delay: calc(0.2s + (0.02s * var(--char-index)));
}

main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn:hover .word-container .char::after {
	transform: translateY(100%);
	transition-delay: calc(0.02s * (var(--char-index)));
}

main.trading-central .container section.tc__about .about__cont .about__image {
	flex: 1 1 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 1200px) {
	main.trading-central .container section.tc__about {
		margin: 14rem 0;
		background: linear-gradient(45deg, #47D8D380, #0D181E00, #0D181E00, #47D8D380);
		padding: 1px;
		border-radius: 16px;
		overflow: hidden;
	}
	main.trading-central .container section.tc__about .about__cont {
		border-radius: 16px;
		background: url("../png/about-bg.png"), #101217;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 4rem;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 3rem;
	}
	main.trading-central .container section.tc__about .about__cont .about__text {
		flex: 1 1 50%;
		text-align: left;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__title {
		font-size: 48px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0 auto;
		padding: 0;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__title span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__text p {
		color: rgba(194, 208, 228, 0.5);
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		margin-bottom: 1rem;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button {
		margin: 1.5rem auto 0 auto;
		display: flex;
		align-items: center;
		position: relative;
		z-index: 100;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 20px 50px;
		text-decoration: none;
		font-weight: 700;
		font-size: 18px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn:focus, main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn:hover {
		background: #03c3a1;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
	main.trading-central .container section.tc__about .about__cont .about__image {
		flex: 1 1 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media (max-width: 992px) {
	main.trading-central .container section.tc__about {
		margin: 14rem 0;
		background: linear-gradient(45deg, #47D8D380, #0D181E00, #0D181E00, #47D8D380);
		padding: 1px;
		border-radius: 16px;
		overflow: hidden;
	}
	main.trading-central .container section.tc__about .about__cont {
		border-radius: 16px;
		background: url("../png/about-bg.png"), #101217;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 3rem 2rem;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 3rem;
	}
	main.trading-central .container section.tc__about .about__cont .about__text {
		flex: 1 1 50%;
		text-align: left;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__title {
		font-size: 48px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0 auto;
		padding: 0;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__title span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__text p {
		color: rgba(194, 208, 228, 0.5);
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		margin-bottom: 1rem;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button {
		margin: 1.5rem auto 0 auto;
		display: flex;
		align-items: center;
		position: relative;
		z-index: 100;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 20px 50px;
		text-decoration: none;
		font-weight: 700;
		font-size: 18px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn:focus, main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn:hover {
		background: #03c3a1;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
	main.trading-central .container section.tc__about .about__cont .about__image {
		flex: 1 1 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media (max-width: 768px) {
	main.trading-central .container section.tc__about {
		margin: 10rem 0;
		background: linear-gradient(45deg, #47D8D380, #0D181E00, #0D181E00, #47D8D380);
		padding: 1px;
		border-radius: 16px;
		overflow: hidden;
	}
	main.trading-central .container section.tc__about .about__cont {
		border-radius: 16px;
		background: url("../png/about-bg.png"), #101217;
		background-size: cover;
		padding: 3rem 2rem 1rem;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		gap: 3rem;
	}
	main.trading-central .container section.tc__about .about__cont .about__text {
		flex: 1 1 100%;
		text-align: center;
		width: 100%;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__title {
		font-size: 38px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0 auto;
		padding: 0;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__title span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__text p {
		color: rgba(194, 208, 228, 0.5);
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		margin-bottom: 1rem;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button {
		margin: 2rem auto 0 auto;
		display: flex;
		align-items: center;
		position: relative;
		z-index: 100;
		justify-content: center;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 16px 40px;
		text-decoration: none;
		font-weight: 700;
		font-size: 18px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn:focus, main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn:hover {
		background: #03c3a1;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
	main.trading-central .container section.tc__about .about__cont .about__image {
		flex: 1 1 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	main.trading-central .container section.tc__about .about__cont .about__image img {
		width: 60%;
	}
}

@media (max-width: 576px) {
	main.trading-central .container section.tc__about {
		margin: 8rem 0;
		background: linear-gradient(45deg, #47D8D380, #0D181E00, #0D181E00, #47D8D380);
		padding: 1px;
		border-radius: 16px;
		overflow: hidden;
	}
	main.trading-central .container section.tc__about .about__cont {
		border-radius: 16px;
		background: url("../png/about-bg.png"), #101217;
		background-size: cover;
		padding: 3rem 2rem 2rem;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		gap: 3rem;
	}
	main.trading-central .container section.tc__about .about__cont .about__text {
		flex: 1 1 100%;
		text-align: center;
		width: 100%;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__title {
		font-size: 32px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0 auto;
		padding: 0;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__title span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__text p {
		color: rgba(194, 208, 228, 0.5);
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		margin-bottom: 1rem;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button {
		margin: 2rem auto 0 auto;
		display: flex;
		align-items: center;
		position: relative;
		z-index: 100;
		justify-content: center;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 16px 22px;
		text-decoration: none;
		font-weight: 700;
		font-size: 15px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn:focus, main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn:hover {
		background: #03c3a1;
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	main.trading-central .container section.tc__about .about__cont .about__text .at__button a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
	main.trading-central .container section.tc__about .about__cont .about__image {
		flex: 1 1 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

main.trading-central .container section.tc__advantage {
	margin: 14rem 0;
}

main.trading-central .container section.tc__advantage .advantage__cont {
	max-width: 80%;
	margin: 0 auto;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 1rem;
}

main.trading-central .container section.tc__advantage .advantage__cont .advantage__h2 {
	font-size: 58px;
	line-height: 1.2;
	color: #fff;
	font-weight: 800;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	max-width: 10ch;
}

main.trading-central .container section.tc__advantage .advantage__cont .advantage__h2 span {
	background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 3px transparent;
	padding: 0 0 3px 0;
	color: #101217;
}

main.trading-central .container section.tc__advantage .advantage__cont .advantage__paragraph {
	color: rgba(194, 208, 228, 0.5);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	max-width: 55%;
}

main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont {
	width: 100%;
	position: relative;
	padding: 2rem 2rem 0;
}

main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__background {
	z-index: -1;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	border: 1px solid rgba(70, 216, 211, 0.5);
	mask-image: linear-gradient(to bottom, transparent 40%, black);
	-webkit-mask-image: linear-gradient(to bottom, transparent 40%, black);
}

main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .blur {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.13;
	position: absolute;
	width: 80%;
	height: 500px;
	background: #0069FF;
	filter: blur(100px);
	z-index: 0;
}

main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__items {
	display: flex;
	flex-flow: row wrap;
	gap: 2rem;
	position: relative;
	z-index: 10;
}

main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__items .pi__single {
	flex: 1 1 45%;
	border-radius: 8px;
	border: 1.5px solid rgba(255, 255, 255, 0.1);
	background: rgba(194, 208, 228, 0.04);
	box-shadow: 0px 2.47558px 12.3779px 0px rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(9.28342px);
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 2rem;
	padding: 1.5rem 2rem;
}

main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__items .pi__single .pi__icon {
	display: flex;
	align-items: center;
}

main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__items .pi__single .pi__text {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	display: flex;
	align-items: center;
	gap: 10px;
}

main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__items .pi__single .pi__text .tooltip {
	margin-right: 5px;
	display: inline-block;
	position: relative;
	display: inline-flex;
}

main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__items .pi__single .pi__text .tooltip img.table-tooltip {
	vertical-align: middle;
	height: 16px;
	width: 16px;
}

main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__items .pi__single .pi__text .tooltip .tooltip-text {
	visibility: hidden;
	background-color: #101217;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 14px;
	position: absolute;
	left: 50%;
	bottom: 190%;
	width: 200px;
	font-size: 14px;
	transform: translateX(-50%);
	line-height: 1.3;
}

main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__items .pi__single .pi__text .tooltip .tooltip-text::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #101217 transparent transparent transparent;
}

main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__items .pi__single .pi__text .tooltip:hover .tooltip-text {
	visibility: visible;
}

main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__backed {
	text-align: center;
	margin: 3rem 0 2rem;
	color: white;
	font-family: Plus Jakarta Sans;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	position: relative;
	z-index: 11;
}

main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__backed span {
	color: #1DAA91;
	font-weight: 800;
}

main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn {
	margin: 0 auto 0 auto;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 100;
	justify-content: center;
	padding: 6px;
	border-radius: 12px;
	border: 1px solid rgba(29, 170, 145, 0.7);
	width: fit-content;
	transform: translateY(50%);
	background: #0e1017;
}

main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn {
	background: #1daa91;
	transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	padding: 20px 50px;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	color: white;
	border-radius: 10px;
	outline: none;
}

main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn:focus, main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn:active {
	outline: none;
	box-shadow: none;
}

main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn .word-container {
	display: flex;
	gap: 0.4px;
	position: relative;
	overflow: hidden;
}

main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn .word-container .char {
	color: transparent;
	position: relative;
}

main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn .word-container .char::before {
	content: attr(data-char);
	position: absolute;
	top: 0;
	left: 0;
	user-select: none;
	transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	transition-delay: calc(0.02s * var(--char-index));
	transform: translateY(100%);
	color: #0b0c10;
}

main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn .word-container .char::after {
	content: attr(data-char);
	position: absolute;
	top: 0;
	left: 0;
	user-select: none;
	transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
	color: #0b0c10;
}

main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn .word-container .whitespace {
	width: 5px;
}

main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn:hover {
	background: #03c3a1;
}

main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn:hover .word-container .char::before {
	transform: translateY(0);
	transition-delay: calc(0.2s + (0.02s * var(--char-index)));
}

main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn:hover .word-container .char::after {
	transform: translateY(100%);
	transition-delay: calc(0.02s * (var(--char-index)));
}

@media (max-width: 1200px) {
	main.trading-central .container section.tc__advantage {
		margin: 20rem 0;
	}
	main.trading-central .container section.tc__advantage .advantage__cont {
		max-width: 90%;
		margin: 0 auto;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 1rem;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__h2 {
		font-size: 48px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		max-width: 10ch;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__h2 span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__paragraph {
		color: rgba(194, 208, 228, 0.5);
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		max-width: 55%;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont {
		width: 100%;
		position: relative;
		padding: 2rem 2rem 0;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__background {
		z-index: -1;
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		border-radius: 20px;
		border: 1px solid rgba(70, 216, 211, 0.5);
		mask-image: linear-gradient(to bottom, transparent 40%, black);
		-webkit-mask-image: linear-gradient(to bottom, transparent 40%, black);
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .blur {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0.13;
		position: absolute;
		width: 80%;
		height: 500px;
		background: #0069FF;
		filter: blur(100px);
		z-index: 0;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__items {
		display: flex;
		flex-flow: row wrap;
		gap: 2rem;
		position: relative;
		z-index: 10;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__items .pi__single {
		flex: 1 1 45%;
		border-radius: 8px;
		border: 1.5px solid rgba(255, 255, 255, 0.1);
		background: rgba(194, 208, 228, 0.04);
		box-shadow: 0px 2.47558px 12.3779px 0px rgba(0, 0, 0, 0.4);
		backdrop-filter: blur(9.28342px);
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 2rem;
		padding: 1.5rem 2rem;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__items .pi__single .pi__icon {
		display: flex;
		align-items: center;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__items .pi__single .pi__text {
		color: #fff;
		font-size: 22px;
		font-style: normal;
		font-weight: 600;
		line-height: 1.2;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__backed {
		text-align: center;
		margin: 3rem 0 2rem;
		color: white;
		font-family: Plus Jakarta Sans;
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		position: relative;
		z-index: 11;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__backed span {
		color: #1DAA91;
		font-weight: 800;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn {
		margin: 0 auto 0 auto;
		display: flex;
		align-items: center;
		position: relative;
		z-index: 100;
		justify-content: center;
		padding: 6px;
		border-radius: 12px;
		border: 1px solid rgba(29, 170, 145, 0.7);
		width: fit-content;
		transform: translateY(50%);
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 20px 50px;
		text-decoration: none;
		font-weight: 700;
		font-size: 18px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn:focus, main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn:hover {
		background: #03c3a1;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
}

@media (max-width: 992px) {
	main.trading-central .container section.tc__advantage {
		margin: 12rem 0;
	}
	main.trading-central .container section.tc__advantage .advantage__cont {
		max-width: 90%;
		margin: 0 auto;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 1rem;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__h2 {
		font-size: 48px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		max-width: 10ch;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__h2 span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__paragraph {
		color: rgba(194, 208, 228, 0.5);
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		max-width: 75%;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont {
		width: 100%;
		position: relative;
		padding: 2rem 2rem 0;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__background {
		z-index: -1;
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		border-radius: 20px;
		border: 1px solid rgba(70, 216, 211, 0.5);
		mask-image: linear-gradient(to bottom, transparent 40%, black);
		-webkit-mask-image: linear-gradient(to bottom, transparent 40%, black);
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .blur {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0.13;
		position: absolute;
		width: 80%;
		height: 500px;
		background: #0069FF;
		filter: blur(100px);
		z-index: 0;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__items {
		display: flex;
		flex-flow: row wrap;
		gap: 2rem;
		position: relative;
		z-index: 10;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__items .pi__single {
		flex: 1 1 45%;
		border-radius: 8px;
		border: 1.5px solid rgba(255, 255, 255, 0.1);
		background: rgba(194, 208, 228, 0.04);
		box-shadow: 0px 2.47558px 12.3779px 0px rgba(0, 0, 0, 0.4);
		backdrop-filter: blur(9.28342px);
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 2rem;
		padding: 1.5rem 2rem;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__items .pi__single .pi__icon {
		flex-shrink: 0;
		display: flex;
		align-items: center;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__items .pi__single .pi__text {
		color: #fff;
		font-size: 22px;
		font-style: normal;
		font-weight: 600;
		line-height: 1.2;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__backed {
		text-align: center;
		margin: 3rem 0 2rem;
		color: white;
		font-family: Plus Jakarta Sans;
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		position: relative;
		z-index: 11;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__backed span {
		color: #1DAA91;
		font-weight: 800;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn {
		margin: 0 auto 0 auto;
		display: flex;
		align-items: center;
		position: relative;
		z-index: 100;
		justify-content: center;
		padding: 6px;
		border-radius: 12px;
		border: 1px solid rgba(29, 170, 145, 0.7);
		width: fit-content;
		transform: translateY(50%);
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 20px 50px;
		text-decoration: none;
		font-weight: 700;
		font-size: 18px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn:focus, main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn:hover {
		background: #03c3a1;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
}

@media (max-width: 768px) {
	main.trading-central .container section.tc__advantage {
		margin: 10rem 0;
	}
	main.trading-central .container section.tc__advantage .advantage__cont {
		max-width: 100%;
		margin: 0 auto;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 1rem;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__h2 {
		font-size: 38px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		max-width: 10ch;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__h2 span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__paragraph {
		color: rgba(194, 208, 228, 0.5);
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		max-width: 100%;
		margin-top: 0;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont {
		width: 100%;
		position: relative;
		padding: 0 1rem 0;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__background {
		z-index: -1;
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		border-radius: 20px;
		border: 1px solid rgba(70, 216, 211, 0.5);
		mask-image: linear-gradient(to bottom, transparent 40%, black);
		-webkit-mask-image: linear-gradient(to bottom, transparent 40%, black);
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .blur {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0.13;
		position: absolute;
		width: 80%;
		height: 500px;
		background: #0069FF;
		filter: blur(100px);
		z-index: 0;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__items {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		position: relative;
		z-index: 10;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__items .pi__single {
		flex: 1 1 100%;
		border-radius: 8px;
		border: 1.5px solid rgba(255, 255, 255, 0.1);
		background: rgba(194, 208, 228, 0.04);
		box-shadow: 0px 2.47558px 12.3779px 0px rgba(0, 0, 0, 0.4);
		backdrop-filter: blur(9.28342px);
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 2rem;
		padding: 1rem 1.5rem;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__items .pi__single .pi__icon {
		flex: 0 0 28px;
		display: flex;
		align-items: center;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__items .pi__single .pi__icon img {
		height: 28px;
		width: 28px;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__items .pi__single .pi__text {
		color: #fff;
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: 1.2;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__backed {
		text-align: center;
		margin: 3rem 0 0;
		color: white;
		font-family: Plus Jakarta Sans;
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: 1.2;
		position: relative;
		z-index: 11;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__backed span {
		color: #1DAA91;
		font-weight: 800;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn {
		margin: 0 auto 0 auto;
		display: flex;
		align-items: center;
		position: relative;
		z-index: 100;
		justify-content: center;
		padding: 6px;
		border-radius: 12px;
		border: 1px solid rgba(29, 170, 145, 0.7);
		width: fit-content;
		transform: translateY(50%);
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 16px 40px;
		text-decoration: none;
		font-weight: 700;
		font-size: 18px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn:focus, main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn:hover {
		background: #03c3a1;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
}

@media (max-width: 576px) {
	main.trading-central .container section.tc__advantage {
		margin: 8rem 0;
	}
	main.trading-central .container section.tc__advantage .advantage__cont {
		max-width: 100%;
		margin: 0 auto;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 1rem;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__h2 {
		font-size: 32px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		max-width: 10ch;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__h2 span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__paragraph {
		color: rgba(194, 208, 228, 0.5);
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		max-width: 100%;
		margin-top: 0;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont {
		width: 100%;
		position: relative;
		padding: 0 1rem 0;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__background {
		z-index: -1;
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		border-radius: 20px;
		border: 1px solid rgba(70, 216, 211, 0.5);
		mask-image: linear-gradient(to bottom, transparent 40%, black);
		-webkit-mask-image: linear-gradient(to bottom, transparent 40%, black);
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .blur {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0.13;
		position: absolute;
		width: 80%;
		height: 500px;
		background: #0069FF;
		filter: blur(100px);
		z-index: 0;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__items {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		position: relative;
		z-index: 10;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__items .pi__single {
		flex: 1 1 100%;
		border-radius: 8px;
		border: 1.5px solid rgba(255, 255, 255, 0.1);
		background: rgba(194, 208, 228, 0.04);
		box-shadow: 0px 2.47558px 12.3779px 0px rgba(0, 0, 0, 0.4);
		backdrop-filter: blur(9.28342px);
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 2rem;
		padding: 1rem 1.5rem;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__items .pi__single .pi__icon {
		flex: 0 0 28px;
		display: flex;
		align-items: center;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__items .pi__single .pi__icon img {
		height: 28px;
		width: 28px;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__items .pi__single .pi__text {
		color: #fff;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 1.2;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__backed {
		text-align: center;
		margin: 3rem 0 0;
		color: white;
		font-family: Plus Jakarta Sans;
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: 1.2;
		position: relative;
		z-index: 11;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__backed span {
		color: #1DAA91;
		font-weight: 800;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn {
		margin: 0 auto 0 auto;
		display: flex;
		align-items: center;
		position: relative;
		z-index: 100;
		justify-content: center;
		padding: 6px;
		border-radius: 12px;
		border: 1px solid rgba(29, 170, 145, 0.7);
		width: fit-content;
		transform: translateY(50%);
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 16px 40px;
		text-decoration: none;
		font-weight: 800;
		font-size: 17px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn:focus, main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn:hover {
		background: #03c3a1;
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	main.trading-central .container section.tc__advantage .advantage__cont .advantage__points-cont .points__btn a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
}

main.trading-central .container section.tc__reviews {
	margin: 20rem 0;
}

main.trading-central .container section.tc__reviews .reviews__cont {
	position: relative;
}

main.trading-central .container section.tc__reviews .reviews__cont .reviews__blur {
	position: absolute;
	top: 0;
	z-index: 1;
	background: #16947D;
	opacity: 0.2;
	height: 250px;
	width: 100%;
	transform: rotate(-5deg);
	filter: blur(140px);
}

main.trading-central .container section.tc__reviews .reviews__cont .reviews__map {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

main.trading-central .container section.tc__reviews .reviews__cont .reviews__map img {
	width: 100%;
	height: auto;
}

main.trading-central .container section.tc__reviews .reviews__cont .reviews__h2 {
	font-size: 58px;
	line-height: 1.2;
	color: #fff;
	font-weight: 800;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 3;
}

main.trading-central .container section.tc__reviews .reviews__cont .reviews__h2 span {
	background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 3px transparent;
	padding: 0 0 3px 0;
	color: #101217;
	display: block;
}

main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont {
	margin: 8rem 0 5rem;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	position: relative;
	z-index: 100;
	mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
	-webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
}

main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .slick-track {
	padding: 2rem 0;
}

main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide {
	border-radius: 15px;
	border: 1px solid rgba(194, 208, 228, 0.15);
	background: url("../png/review-bg.png"), url("../png/review-grid.png"), rgba(11, 12, 16, 0.55);
	background-size: 100% 100%, 212px 127px, cover;
	background-position: center, 110% 100%, center;
	background-repeat: no-repeat;
	backdrop-filter: blur(25px);
	box-shadow: 9px 12px 15px 0px rgba(0, 0, 0, 0.25);
	padding: 2rem;
	gap: 3rem;
	display: flex;
	flex-flow: column nowrap;
	width: 500px;
	z-index: 20;
	position: relative;
	transition: all 0.5s ease;
	margin-right: 2.5rem;
}

main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide:last-of-type {
	margin-right: 0;
}

main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__review {
	color: #C2D0E4;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}

main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__profile {
	flex: 1 1 auto;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 1rem;
}

main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__profile .profile__image {
	width: 55px;
	height: 55px;
	display: block;
	border-radius: 100%;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.2);
	color: white;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__profile .profile__stack {
	display: flex;
	flex-flow: column nowrap;
	gap: 6px;
}

main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__profile .profile__stack .ps__name {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
}

main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__profile .profile__stack .ps__profession {
	color: #C2D0E4;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
}

main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__rating {
	flex: 0 1 auto;
	border-radius: 100px;
	border: 1.238px solid rgba(255, 255, 255, 0.1);
	background: rgba(194, 208, 228, 0.04);
	box-shadow: 0px 2.47558px 12.3779px 0px rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(9.28342px);
	display: flex;
	flex-flow: row nowrap;
	gap: 4px;
	align-items: center;
	padding: 6px 10px;
	justify-content: center;
	align-items: center;
	height: fit-content;
}

main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide.slick-current {
	transform: scale(1.08);
}

main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide.slick-cloned {
	transition: all 0.5s ease;
}

main.trading-central .container section.tc__reviews .reviews__cont .reviews__controls {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	gap: 12px;
}

main.trading-central .container section.tc__reviews .reviews__cont .reviews__controls .rc__btn {
	border-radius: 100%;
	display: flex;
	height: 38px;
	width: 38px;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease;
	background: #1DAA91;
	cursor: pointer;
	user-select: none;
}

main.trading-central .container section.tc__reviews .reviews__cont .reviews__controls .rc__btn.slick-disabled {
	background: #C2D0E4;
	opacity: 0.25;
}

main.trading-central .container section.tc__reviews .reviews__cont .reviews__controls .rc__btn:hover {
	opacity: 0.7;
}

@media (max-width: 1200px) {
	main.trading-central .container section.tc__reviews {
		margin: 20rem 0;
	}
	main.trading-central .container section.tc__reviews .reviews__cont {
		position: relative;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__blur {
		position: absolute;
		top: 0;
		z-index: 1;
		background: #16947D;
		opacity: 0.2;
		height: 250px;
		width: 100%;
		transform: rotate(-5deg);
		filter: blur(140px);
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__map {
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 0;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__map img {
		width: 100%;
		height: auto;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__h2 {
		font-size: 48px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		position: relative;
		z-index: 3;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__h2 span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont {
		margin: 5rem 0 3rem;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		position: relative;
		z-index: 100;
		mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
		-webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .slick-track {
		padding: 2rem 0;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide {
		border-radius: 15px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: url("../png/review-bg.png"), url("../png/review-grid.png"), rgba(11, 12, 16, 0.55);
		background-size: 100% 100%, 212px 127px, cover;
		background-position: center, 110% 100%, center;
		background-repeat: no-repeat;
		backdrop-filter: blur(25px);
		box-shadow: 9px 12px 15px 0px rgba(0, 0, 0, 0.25);
		padding: 2rem;
		gap: 3rem;
		display: flex;
		flex-flow: column nowrap;
		width: 500px;
		z-index: 20;
		position: relative;
		transition: all 0.5s ease;
		margin-right: 2.5rem;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide:last-of-type {
		margin-right: 0;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__review {
		color: #C2D0E4;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 22px;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__profile {
		flex: 1 1 auto;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 1rem;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__profile .profile__image {
		width: 55px;
		height: 55px;
		display: block;
		border-radius: 100%;
		overflow: hidden;
		background: rgba(255, 255, 255, 0.2);
		color: white;
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__profile .profile__stack {
		display: flex;
		flex-flow: column nowrap;
		gap: 6px;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__profile .profile__stack .ps__name {
		color: #FFF;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__profile .profile__stack .ps__profession {
		color: #C2D0E4;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__rating {
		flex: 0 1 auto;
		border-radius: 100px;
		border: 1.238px solid rgba(255, 255, 255, 0.1);
		background: rgba(194, 208, 228, 0.04);
		box-shadow: 0px 2.47558px 12.3779px 0px rgba(0, 0, 0, 0.4);
		backdrop-filter: blur(9.28342px);
		display: flex;
		flex-flow: row nowrap;
		gap: 4px;
		align-items: center;
		padding: 6px 10px;
		justify-content: center;
		align-items: center;
		height: fit-content;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide.slick-current {
		transform: scale(1.08);
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide.slick-cloned {
		transition: all 0.5s ease;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__controls {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		gap: 12px;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__controls .rc__btn {
		border-radius: 100%;
		display: flex;
		height: 38px;
		width: 38px;
		justify-content: center;
		align-items: center;
		transition: all 0.5s ease;
		background: #1DAA91;
		cursor: pointer;
		user-select: none;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__controls .rc__btn.slick-disabled {
		background: #C2D0E4;
		opacity: 0.25;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__controls .rc__btn:hover {
		opacity: 0.7;
	}
}

@media (max-width: 992px) {
	main.trading-central .container section.tc__reviews {
		margin: 20rem 0;
	}
	main.trading-central .container section.tc__reviews .reviews__cont {
		position: relative;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__blur {
		position: absolute;
		top: 0;
		z-index: 1;
		background: #16947D;
		opacity: 0.2;
		height: 250px;
		width: 100%;
		transform: rotate(-5deg);
		filter: blur(140px);
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__map {
		position: absolute;
		top: 5%;
		width: 100%;
		z-index: 0;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__map img {
		width: 100%;
		height: auto;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__h2 {
		font-size: 48px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		position: relative;
		z-index: 3;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__h2 span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont {
		margin: 5rem 0 2rem;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		position: relative;
		z-index: 100;
		mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
		-webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .slick-track {
		padding: 2rem 0;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide {
		border-radius: 15px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: url("../png/review-bg.png"), url("../png/review-grid.png"), rgba(11, 12, 16, 0.55);
		background-size: 100% 100%, 212px 127px, cover;
		background-position: center, 110% 100%, center;
		background-repeat: no-repeat;
		backdrop-filter: blur(25px);
		box-shadow: 9px 12px 15px 0px rgba(0, 0, 0, 0.25);
		padding: 2rem;
		gap: 3rem;
		display: flex;
		flex-flow: column nowrap;
		width: 450px;
		z-index: 20;
		position: relative;
		transition: all 0.5s ease;
		margin-right: 2.5rem;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide:last-of-type {
		margin-right: 0;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__review {
		color: #C2D0E4;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 22px;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__profile {
		flex: 1 1 auto;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 1rem;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__profile .profile__image {
		width: 55px;
		height: 55px;
		display: block;
		border-radius: 100%;
		overflow: hidden;
		background: rgba(255, 255, 255, 0.2);
		color: white;
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__profile .profile__stack {
		display: flex;
		flex-flow: column nowrap;
		gap: 6px;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__profile .profile__stack .ps__name {
		color: #FFF;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__profile .profile__stack .ps__profession {
		color: #C2D0E4;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__rating {
		flex: 0 1 auto;
		border-radius: 100px;
		border: 1.238px solid rgba(255, 255, 255, 0.1);
		background: rgba(194, 208, 228, 0.04);
		box-shadow: 0px 2.47558px 12.3779px 0px rgba(0, 0, 0, 0.4);
		backdrop-filter: blur(9.28342px);
		display: flex;
		flex-flow: row nowrap;
		gap: 4px;
		align-items: center;
		padding: 6px 10px;
		justify-content: center;
		align-items: center;
		height: fit-content;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide.slick-current {
		transform: scale(1.08);
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide.slick-cloned {
		transition: all 0.5s ease;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__controls {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		gap: 12px;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__controls .rc__btn {
		border-radius: 100%;
		display: flex;
		height: 38px;
		width: 38px;
		justify-content: center;
		align-items: center;
		transition: all 0.5s ease;
		background: #1DAA91;
		cursor: pointer;
		user-select: none;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__controls .rc__btn.slick-disabled {
		background: #C2D0E4;
		opacity: 0.25;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__controls .rc__btn:hover {
		opacity: 0.7;
	}
}

@media (max-width: 768px) {
	main.trading-central .container section.tc__reviews {
		margin: 12rem 0;
	}
	main.trading-central .container section.tc__reviews .reviews__cont {
		position: relative;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__blur {
		position: absolute;
		top: 0;
		z-index: 1;
		background: #16947D;
		opacity: 0.2;
		height: 250px;
		width: 100%;
		transform: rotate(-5deg);
		filter: blur(140px);
		display: none;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__map {
		position: absolute;
		top: 10%;
		width: 100%;
		z-index: 0;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__map img {
		width: 100%;
		height: auto;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__h2 {
		font-size: 38px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		position: relative;
		z-index: 3;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__h2 span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont {
		margin: 4rem 0 2rem;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		position: relative;
		z-index: 100;
		mask-image: linear-gradient(to right, transparent, black 5%, black 97%, transparent);
		-webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 97%, transparent);
		display: block !important;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .slick-track {
		padding: 2rem 0;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide {
		border-radius: 15px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: url("../png/review-bg.png"), url("../png/review-grid.png"), rgba(11, 12, 16, 0.55);
		background-size: 100% 100%, 212px 127px, cover;
		background-position: center, 110% 100%, center;
		background-repeat: no-repeat;
		backdrop-filter: blur(25px);
		box-shadow: 9px 12px 15px 0px rgba(0, 0, 0, 0.25);
		padding: 1rem;
		gap: 2rem;
		display: flex;
		flex-flow: column nowrap;
		width: 370px;
		z-index: 20;
		position: relative;
		transition: all 0.5s ease;
		margin-right: 2.3rem;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide:last-of-type {
		margin-right: 0;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__review {
		color: #C2D0E4;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 22px;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__profile {
		flex: 1 1 auto;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 1rem;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__profile .profile__image {
		width: 55px;
		height: 55px;
		display: block;
		border-radius: 100%;
		overflow: hidden;
		background: rgba(255, 255, 255, 0.2);
		color: white;
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__profile .profile__stack {
		display: flex;
		flex-flow: column nowrap;
		gap: 6px;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__profile .profile__stack .ps__name {
		color: #FFF;
		font-size: 15px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__profile .profile__stack .ps__profession {
		color: #C2D0E4;
		font-size: 13px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__rating {
		flex: 0 1 auto;
		border-radius: 100px;
		border: 1.238px solid rgba(255, 255, 255, 0.1);
		background: rgba(194, 208, 228, 0.04);
		box-shadow: 0px 2.47558px 12.3779px 0px rgba(0, 0, 0, 0.4);
		backdrop-filter: blur(9.28342px);
		display: flex;
		flex-flow: row nowrap;
		gap: 4px;
		align-items: center;
		padding: 6px 10px;
		justify-content: center;
		align-items: center;
		height: fit-content;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__rating img {
		width: 16px;
		height: auto;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide.slick-current {
		transform: scale(1.08);
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide.slick-cloned {
		transition: all 0.5s ease;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__controls {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		gap: 12px;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__controls .rc__btn {
		border-radius: 100%;
		display: flex;
		height: 38px;
		width: 38px;
		justify-content: center;
		align-items: center;
		transition: all 0.5s ease;
		background: #1DAA91;
		cursor: pointer;
		user-select: none;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__controls .rc__btn.slick-disabled {
		background: #C2D0E4;
		opacity: 0.25;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__controls .rc__btn:hover {
		opacity: 0.7;
	}
}

@media (max-width: 576px) {
	main.trading-central .container section.tc__reviews {
		margin: 12rem -1.5rem;
	}
	main.trading-central .container section.tc__reviews .reviews__cont {
		position: relative;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__blur {
		position: absolute;
		top: 0;
		z-index: 1;
		background: #16947D;
		opacity: 0.2;
		height: 250px;
		width: 100%;
		transform: rotate(-5deg);
		filter: blur(140px);
		display: none;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__map {
		position: absolute;
		top: 15%;
		width: 100%;
		z-index: 0;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__map img {
		width: 100%;
		height: auto;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__h2 {
		font-size: 32px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		position: relative;
		z-index: 3;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__h2 span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont {
		margin: 4rem 0 2rem;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		position: relative;
		z-index: 100;
		mask-image: linear-gradient(to right, transparent, black 5%, black 97%, transparent);
		-webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 97%, transparent);
		display: block !important;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .slick-track {
		padding: 2rem 0;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide {
		border-radius: 15px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: url("../png/review-bg.png"), url("../png/review-grid.png"), rgba(11, 12, 16, 0.55);
		background-size: 100% 100%, 212px 127px, cover;
		background-position: center, 110% 100%, center;
		background-repeat: no-repeat;
		backdrop-filter: blur(25px);
		box-shadow: 9px 12px 15px 0px rgba(0, 0, 0, 0.25);
		padding: 1.3rem;
		gap: 2rem;
		display: flex;
		flex-flow: column nowrap;
		width: 300px;
		z-index: 20;
		position: relative;
		transition: all 0.5s ease;
		margin-right: 1.5rem;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide:last-of-type {
		margin-right: 0;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__review {
		color: #C2D0E4;
		font-size: 15px;
		font-style: normal;
		font-weight: 500;
		line-height: 22px;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-between;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__profile {
		flex: 1 1 auto;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 0.7rem;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__profile .profile__image {
		width: 55px;
		height: 55px;
		display: block;
		border-radius: 100%;
		overflow: hidden;
		background: rgba(255, 255, 255, 0.2);
		color: white;
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__profile .profile__stack {
		display: flex;
		flex-flow: column nowrap;
		gap: 6px;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__profile .profile__stack .ps__name {
		color: #FFF;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__profile .profile__stack .ps__profession {
		color: #C2D0E4;
		font-size: 12px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__rating {
		flex: 0 1 auto;
		border-radius: 100px;
		border: 1.238px solid rgba(255, 255, 255, 0.1);
		background: rgba(194, 208, 228, 0.04);
		box-shadow: 0px 2.47558px 12.3779px 0px rgba(0, 0, 0, 0.4);
		backdrop-filter: blur(9.28342px);
		display: flex;
		flex-flow: row nowrap;
		gap: 4px;
		align-items: center;
		padding: 6px 10px;
		justify-content: center;
		align-items: center;
		height: fit-content;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide .ss__flex .ss__rating img {
		width: 16px;
		height: auto;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide.slick-current {
		transform: scale(1.08);
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__slick-cont .rs__single-slide.slick-cloned {
		transition: all 0.5s ease;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__controls {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
		gap: 12px;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__controls .rc__btn {
		border-radius: 100%;
		display: flex;
		height: 38px;
		width: 38px;
		justify-content: center;
		align-items: center;
		transition: all 0.5s ease;
		background: #1DAA91;
		cursor: pointer;
		user-select: none;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__controls .rc__btn.slick-disabled {
		background: #C2D0E4;
		opacity: 0.25;
	}
	main.trading-central .container section.tc__reviews .reviews__cont .reviews__controls .rc__btn:hover {
		opacity: 0.7;
	}
}

main.trading-central .container section.tc__get-started {
	margin: 20rem 0;
}

main.trading-central .container section.tc__get-started .get-started__cont {
	position: relative;
}

main.trading-central .container section.tc__get-started .get-started__cont .blur {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.14;
	position: absolute;
	width: 700px;
	height: 700px;
	background: #0069FF;
	filter: blur(100px);
	z-index: 0;
}

main.trading-central .container section.tc__get-started .get-started__cont .gs__grid {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 700px;
	height: 700px;
	z-index: -1;
}

main.trading-central .container section.tc__get-started .get-started__cont .gs__grid img {
	width: auto;
	height: 100%;
}

main.trading-central .container section.tc__get-started .get-started__cont .gs__text {
	text-align: center;
	font-size: 80px;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
	margin: 10px 0;
	position: relative;
	z-index: 10;
}

main.trading-central .container section.tc__get-started .get-started__cont .gs__text.gs__1 {
	color: white;
}

main.trading-central .container section.tc__get-started .get-started__cont .gs__text.gs__2 {
	background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 3px transparent;
	padding: 0 0 12px 0;
	color: #101217;
	display: block;
}

main.trading-central .container section.tc__get-started .get-started__cont .gs__text.gs__3 {
	background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparen;
	padding: 0 0 3px 0;
	display: block;
	margin-top: -6px;
}

main.trading-central .container section.tc__get-started .get-started__cont .gs__paragraph {
	color: rgba(194, 208, 228, 0.5);
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	max-width: 40%;
	margin: 1.5rem auto 0;
	position: relative;
	z-index: 12;
}

main.trading-central .container section.tc__get-started .get-started__cont .gs__btn {
	margin: 3rem auto 0 auto;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 100;
	justify-content: center;
}

main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn {
	background: #1daa91;
	transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	padding: 20px 50px;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	color: white;
	border-radius: 10px;
	outline: none;
}

main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn:focus, main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn:active {
	outline: none;
	box-shadow: none;
}

main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn .word-container {
	display: flex;
	gap: 0.4px;
	position: relative;
	overflow: hidden;
}

main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn .word-container .char {
	color: transparent;
	position: relative;
}

main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn .word-container .char::before {
	content: attr(data-char);
	position: absolute;
	top: 0;
	left: 0;
	user-select: none;
	transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	transition-delay: calc(0.02s * var(--char-index));
	transform: translateY(100%);
	color: #0b0c10;
}

main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn .word-container .char::after {
	content: attr(data-char);
	position: absolute;
	top: 0;
	left: 0;
	user-select: none;
	transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
	color: #0b0c10;
}

main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn .word-container .whitespace {
	width: 5px;
}

main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn:hover {
	background: #03c3a1;
}

main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn:hover .word-container .char::before {
	transform: translateY(0);
	transition-delay: calc(0.2s + (0.02s * var(--char-index)));
}

main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn:hover .word-container .char::after {
	transform: translateY(100%);
	transition-delay: calc(0.02s * (var(--char-index)));
}

@media (max-width: 1200px) {
	main.trading-central .container section.tc__get-started {
		margin: 14rem 0;
	}
	main.trading-central .container section.tc__get-started .get-started__cont {
		position: relative;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .blur {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0.14;
		position: absolute;
		width: 700px;
		height: 700px;
		background: #0069FF;
		filter: blur(100px);
		z-index: 0;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__grid {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 700px;
		height: 700px;
		z-index: -1;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__grid img {
		width: auto;
		height: 100%;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__text {
		text-align: center;
		font-size: 70px;
		font-style: normal;
		font-weight: 800;
		line-height: 1;
		margin: 10px 0;
		position: relative;
		z-index: 10;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__text.gs__1 {
		color: white;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__text.gs__2 {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 12px 0;
		color: #101217;
		display: block;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__text.gs__3 {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		text-fill-color: transparen;
		padding: 0 0 3px 0;
		display: block;
		margin-top: -6px;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__paragraph {
		color: rgba(194, 208, 228, 0.5);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		max-width: 50%;
		margin: 1.5rem auto 0;
		position: relative;
		z-index: 12;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn {
		margin: 3rem auto 0 auto;
		display: flex;
		align-items: center;
		position: relative;
		z-index: 100;
		justify-content: center;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 20px 50px;
		text-decoration: none;
		font-weight: 700;
		font-size: 18px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn:focus, main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn:hover {
		background: #03c3a1;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
}

@media (max-width: 992px) {
	main.trading-central .container section.tc__get-started {
		margin: 12rem 0;
	}
	main.trading-central .container section.tc__get-started .get-started__cont {
		position: relative;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .blur {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0.14;
		position: absolute;
		width: 700px;
		height: 700px;
		background: #0069FF;
		filter: blur(100px);
		z-index: 0;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__grid {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 700px;
		height: 700px;
		z-index: -1;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__grid img {
		width: auto;
		height: 100%;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__text {
		text-align: center;
		font-size: 60px;
		font-style: normal;
		font-weight: 800;
		line-height: 1;
		margin: 10px 0;
		position: relative;
		z-index: 10;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__text.gs__1 {
		color: white;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__text.gs__2 {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 12px 0;
		color: #101217;
		display: block;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__text.gs__3 {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		text-fill-color: transparen;
		padding: 0 0 3px 0;
		display: block;
		margin-top: -6px;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__paragraph {
		color: rgba(194, 208, 228, 0.5);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		max-width: 60%;
		margin: 1.5rem auto 0;
		position: relative;
		z-index: 12;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn {
		margin: 3rem auto 0 auto;
		display: flex;
		align-items: center;
		position: relative;
		z-index: 100;
		justify-content: center;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 20px 50px;
		text-decoration: none;
		font-weight: 700;
		font-size: 18px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn:focus, main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn:hover {
		background: #03c3a1;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
}

@media (max-width: 768px) {
	main.trading-central .container section.tc__get-started {
		margin: 10rem 0;
	}
	main.trading-central .container section.tc__get-started .get-started__cont {
		position: relative;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .blur {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0.14;
		position: absolute;
		width: 500px;
		height: 500px;
		background: #0069FF;
		filter: blur(100px);
		z-index: 0;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__grid {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 500px;
		height: 500px;
		z-index: -1;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__grid img {
		width: auto;
		height: 100%;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__text {
		text-align: center;
		font-size: 56px;
		font-style: normal;
		font-weight: 800;
		line-height: 1;
		margin: 10px 0;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__text.gs__1 {
		color: white;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__text.gs__2 {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 12px 0;
		color: #101217;
		display: block;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__text.gs__3 {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		text-fill-color: transparen;
		padding: 0 0 3px 0;
		display: block;
		margin-top: -6px;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__paragraph {
		color: rgba(194, 208, 228, 0.5);
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		max-width: 100%;
		margin: 1.5rem auto 0;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn {
		margin: 3rem auto 0 auto;
		display: flex;
		align-items: center;
		position: relative;
		z-index: 100;
		justify-content: center;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 20px 50px;
		text-decoration: none;
		font-weight: 700;
		font-size: 18px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn:focus, main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn:hover {
		background: #03c3a1;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
}

@media (max-width: 576px) {
	main.trading-central .container section.tc__get-started {
		margin: 5rem 0;
	}
	main.trading-central .container section.tc__get-started .get-started__cont {
		position: relative;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .blur {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0.14;
		position: absolute;
		width: 500px;
		height: 500px;
		background: #0069FF;
		filter: blur(100px);
		z-index: 0;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__grid {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 500px;
		height: 500px;
		z-index: -1;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__grid img {
		width: auto;
		height: 100%;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__text {
		text-align: center;
		font-size: 46px;
		font-style: normal;
		font-weight: 800;
		line-height: 1;
		margin: 10px 0;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__text.gs__1 {
		color: white;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__text.gs__2 {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 12px 0;
		color: #101217;
		display: block;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__text.gs__3 {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		text-fill-color: transparen;
		padding: 0 0 3px 0;
		display: block;
		margin-top: -6px;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__paragraph {
		color: rgba(194, 208, 228, 0.5);
		text-align: center;
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		max-width: 100%;
		margin: 1.5rem auto 0;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn {
		margin: 3rem auto 0 auto;
		display: flex;
		align-items: center;
		position: relative;
		z-index: 100;
		justify-content: center;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 20px 50px;
		text-decoration: none;
		font-weight: 700;
		font-size: 17px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn:focus, main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn:hover {
		background: #03c3a1;
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	main.trading-central .container section.tc__get-started .get-started__cont .gs__btn a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
}

main.trading-central .container section.tc__faq {
	margin: 14rem 0 2rem;
}

main.trading-central .container section.tc__faq .faq__cont .faq__h2 {
	font-size: 58px;
	line-height: 1.2;
	color: #fff;
	font-weight: 800;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 3;
}

main.trading-central .container section.tc__faq .faq__cont .faq__h2 span {
	background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 3px transparent;
	padding: 0 0 3px 0;
	color: #101217;
	display: block;
}

main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper {
	margin-top: 3rem;
	display: flex;
	flex-flow: row nowrap;
	gap: 1rem;
}

main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions {
	flex: 1 1 60%;
	display: flex;
	flex-flow: column nowrap;
}

main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions #support-accordion .buffer {
	height: 0.7rem;
}

main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single {
	flex: 1 1 0;
	background-color: #2b3643;
	border-radius: 10px;
	padding: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid transparent;
	position: relative;
	cursor: pointer;
	box-sizing: content-box;
	margin-bottom: 1rem;
	gap: 1rem;
}

main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single.active .single__btn img {
	transform: rotate(180deg);
}

main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single .single__q {
	color: #ffffff;
}

main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single .single__btn {
	flex-shrink: 0;
	background-color: #ffffff;
	border-radius: 100px;
	height: 24px;
	width: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
}

main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single .single__btn img {
	transition: all 0.3s ease-in-out;
}

main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: transparent;
	--color2: transparent;
	--color3: transparent;
	--color4: transparent;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	mask-composite: exclude;
}

main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single:hover {
	border: 1px solid transparent;
}

main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single:hover::before {
	content: "";
	pointer-events: none;
	user-select: none;
	position: absolute;
	inset: -2px;
	border-radius: inherit;
	padding: 2px;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	mask-composite: exclude;
}

main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single:hover .faq-button {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
}

main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single:hover .faq-button img {
	opacity: 1;
}

main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__answer {
	flex: 1 1 0;
	padding: 1.8rem 1.8rem;
	background-color: rgba(194, 208, 228, 0.05);
	border-radius: 10px;
	color: #ffffff70;
	overflow: hidden;
	display: none;
	margin: 1rem 0;
}

main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__answer a {
	color: white;
	transition: all 0.5s ease;
}

main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__answer a:hover {
	opacity: 0.7;
}

main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__answer .spacer {
	height: 10px;
	width: 100%;
}

@media (max-width: 1200px) {
	main.trading-central .container section.tc__faq {
		margin: 14rem 0 2rem;
	}
	main.trading-central .container section.tc__faq .faq__cont .faq__h2 {
		font-size: 48px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		position: relative;
		z-index: 3;
	}
	main.trading-central .container section.tc__faq .faq__cont .faq__h2 span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper {
		margin-top: 3rem;
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions {
		flex: 1 1 60%;
		display: flex;
		flex-flow: column nowrap;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions #support-accordion .buffer {
		height: 0.7rem;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single {
		flex: 1 1 0;
		background-color: #2b3643;
		border-radius: 10px;
		padding: 1.8rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border: 1px solid transparent;
		position: relative;
		cursor: pointer;
		box-sizing: content-box;
		margin-bottom: 1rem;
		gap: 1rem;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single.active .single__btn img {
		transform: rotate(180deg);
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single .single__q {
		color: #ffffff;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single .single__btn {
		flex-shrink: 0;
		background-color: #ffffff;
		border-radius: 100px;
		height: 24px;
		width: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single .single__btn img {
		transition: all 0.3s ease-in-out;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
		mask-composite: exclude;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single:hover {
		border: 1px solid transparent;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
		mask-composite: exclude;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single:hover .faq-button {
		animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single:hover .faq-button img {
		opacity: 1;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__answer {
		flex: 1 1 0;
		padding: 1.8rem 1.8rem;
		background-color: rgba(194, 208, 228, 0.05);
		border-radius: 10px;
		color: #ffffff70;
		overflow: hidden;
		display: none;
		margin: 1rem 0;
	}
}

@media (max-width: 992px) {
	main.trading-central .container section.tc__faq {
		margin: 14rem 0 2rem;
	}
	main.trading-central .container section.tc__faq .faq__cont .faq__h2 {
		font-size: 48px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		position: relative;
		z-index: 3;
	}
	main.trading-central .container section.tc__faq .faq__cont .faq__h2 span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper {
		margin-top: 3rem;
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions {
		flex: 1 1 50%;
		display: flex;
		flex-flow: column nowrap;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions #support-accordion .buffer {
		height: 0.7rem;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single {
		background-color: #2b3643;
		border-radius: 10px;
		padding: 1.8rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border: 1px solid transparent;
		position: relative;
		cursor: pointer;
		box-sizing: content-box;
		margin-bottom: 1rem;
		flex: 1 1 0;
		gap: 12px;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single.active .single__btn img {
		transform: rotate(180deg);
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single .single__q {
		color: #ffffff;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single .single__btn {
		flex-shrink: 0;
		background-color: #ffffff;
		border-radius: 100px;
		height: 24px;
		width: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single .single__btn img {
		transition: all 0.3s ease-in-out;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: transparent;
		--color2: transparent;
		--color3: transparent;
		--color4: transparent;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
		mask-composite: exclude;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single:hover {
		border: 1px solid transparent;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single:hover::before {
		content: "";
		pointer-events: none;
		user-select: none;
		position: absolute;
		inset: -2px;
		border-radius: inherit;
		padding: 2px;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-mask: linear-gradient(black, black) content-box content-box, linear-gradient(black, black);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
		mask-composite: exclude;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single:hover .faq-button {
		animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single:hover .faq-button img {
		opacity: 1;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__answer {
		flex: 1 1 0;
		padding: 1.8rem 1.8rem;
		background-color: rgba(194, 208, 228, 0.05);
		border-radius: 10px;
		color: #ffffff70;
		overflow: hidden;
		display: none;
		margin: 1rem 0;
	}
}

@media (max-width: 768px) {
	main.trading-central .container section.tc__faq {
		margin: 10rem 0 -7rem;
	}
	main.trading-central .container section.tc__faq .faq__cont .faq__h2 {
		font-size: 38px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		position: relative;
		z-index: 3;
	}
	main.trading-central .container section.tc__faq .faq__cont .faq__h2 span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper {
		margin-top: 2rem;
		display: flex;
		flex-flow: row wrap;
		gap: 0rem;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions #support-accordion .buffer {
		height: 0.7rem;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single {
		background-color: #2b3643;
		border-radius: 10px;
		padding: 1.8rem;
		display: flex;
		align-items: center;
		gap: 10px;
		justify-content: space-between;
		border: 1px solid transparent;
		position: relative;
		cursor: pointer;
		box-sizing: content-box;
		margin-bottom: 1rem;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single.active .single__btn img {
		transform: rotate(180deg);
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single .single__q {
		color: #ffffff;
		font-size: 15px;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single .single__btn {
		flex-shrink: 0;
		background-color: #ffffff;
		border-radius: 100px;
		height: 24px;
		width: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single .single__btn img {
		transition: all 0.3s ease-in-out;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__answer {
		padding: 1.8rem 1.8rem;
		background-color: rgba(194, 208, 228, 0.05);
		border-radius: 10px;
		color: #ffffff70;
		overflow: hidden;
		display: none;
		margin: 1rem 0;
	}
}

@media (max-width: 576px) {
	main.trading-central .container section.tc__faq {
		margin: 10rem 0 -7rem;
	}
	main.trading-central .container section.tc__faq .faq__cont .faq__h2 {
		font-size: 32px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		position: relative;
		z-index: 3;
	}
	main.trading-central .container section.tc__faq .faq__cont .faq__h2 span {
		background: linear-gradient(to right, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 3px transparent;
		padding: 0 0 3px 0;
		color: #101217;
		display: block;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper {
		margin-top: 2rem;
		display: flex;
		flex-flow: row wrap;
		gap: 0rem;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions #support-accordion .buffer {
		height: 0.7rem;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single {
		background-color: #2b3643;
		border-radius: 10px;
		padding: 1.8rem;
		display: flex;
		align-items: center;
		gap: 10px;
		justify-content: space-between;
		border: 1px solid transparent;
		position: relative;
		cursor: pointer;
		box-sizing: content-box;
		margin-bottom: 1rem;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single.active .single__btn img {
		transform: rotate(180deg);
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single .single__q {
		color: #ffffff;
		font-size: 15px;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single .single__btn {
		flex-shrink: 0;
		background-color: #ffffff;
		border-radius: 100px;
		height: 24px;
		width: 24px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__single .single__btn img {
		transition: all 0.3s ease-in-out;
	}
	main.trading-central .container section.tc__faq .faq__cont .faqs__wrapper .qw__questions .qwq__answer {
		padding: 1.8rem 1.8rem;
		background-color: rgba(194, 208, 228, 0.05);
		border-radius: 10px;
		color: #ffffff70;
		overflow: hidden;
		display: none;
		margin: 1rem 0;
	}
}

main.trading-central .body-grid-1 {
	position: absolute;
	right: -100px;
	width: 700px;
	height: auto;
	top: 40%;
}

main.trading-central .body-grid-2 {
	position: absolute;
	left: -100px;
	width: 700px;
	height: auto;
	top: 45%;
}

@media (max-width: 1200px) {
	main.trading-central {
		padding: 90px 1.5rem 90px 1.5rem;
	}
	main.trading-central .body-grid-1 {
		position: absolute;
		right: -100px;
		width: 600px;
		height: auto;
		top: 40%;
	}
	main.trading-central .body-grid-2 {
		position: absolute;
		left: -100px;
		width: 600px;
		height: auto;
		top: 45%;
	}
}

@media (max-width: 992px) {
	main.trading-central {
		padding: 80px 1.5rem 80px 1.5rem;
	}
	main.trading-central .body-grid-1 {
		position: absolute;
		right: -100px;
		width: 500px;
		height: auto;
		top: 40%;
	}
	main.trading-central .body-grid-2 {
		position: absolute;
		left: -100px;
		width: 500px;
		height: auto;
		top: 45%;
	}
}

@media (max-width: 768px) {
	main.trading-central {
		padding: 60px 1.5rem 80px 1.5rem;
	}
	main.trading-central .body-grid-1 {
		position: absolute;
		right: -100px;
		width: 400px;
		height: auto;
		top: 40%;
	}
	main.trading-central .body-grid-2 {
		position: absolute;
		left: -100px;
		width: 400px;
		height: auto;
		top: 45%;
	}
}

@media (max-width: 576px) {
	main.trading-central {
		padding: 40px 1.5rem 60px 1.5rem;
	}
	main.trading-central .body-grid-1 {
		position: absolute;
		right: -100px;
		width: 300px;
		height: auto;
		top: 40%;
	}
	main.trading-central .body-grid-2 {
		position: absolute;
		left: -100px;
		width: 300px;
		height: auto;
		top: 45%;
	}
}

@property --gradientAngle {
	syntax: "<angle>";
	initial-value: 0deg;
	inherits: false;
}

main.account-table {
	backface-visibility: hidden;
	padding: 300px 1.5rem 300px 1.5rem;
	width: 100%;
}

main.account-table .container {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}

main.account-table .container .account-table-container {
	display: grid;
	grid-template-areas: "phases phases" "sizes sizes" "info info" "side price";
	grid-template-rows: min-content min-content 1fr min-content;
	grid-template-columns: 1fr 20%;
	gap: 14px;
}

@media (max-width: 576px) {
	main.account-table .container .account-table-container {
		display: flex;
		flex-flow: column nowrap;
	}
}

main.account-table .container div.table__phase-switcher {
	grid-area: phases;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 10px;
}

@property --color1 {
	main.account-table .container div.table__phase-switcher {
		syntax: "<color>";
		initial-value: #2cd9ff;
		inherits: false;
	}
}

@property --color2 {
	main.account-table .container div.table__phase-switcher {
		syntax: "<color>";
		initial-value: #7effb2;
		inherits: false;
	}
}

@property --color3 {
	main.account-table .container div.table__phase-switcher {
		syntax: "<color>";
		initial-value: #f4ff7a;
		inherits: false;
	}
}

@property --color4 {
	main.account-table .container div.table__phase-switcher {
		syntax: "<color>";
		initial-value: #ffd80e;
		inherits: false;
	}
}

main.account-table .container div.table__phase-switcher .single-phase-switcher {
	flex: 1 1 auto;
	font-family: Plus Jakarta Sans;
	opacity: 0.5;
	transition: all 1s ease;
}

main.account-table .container div.table__phase-switcher .single-phase-switcher.sp__outer-cont {
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 12px;
	padding: 1.6px;
	outline: 1px solid #343538;
	background: rgba(194, 208, 228, 0.04);
	transition: all 0.5s ease;
	position: relative;
}

main.account-table .container div.table__phase-switcher .single-phase-switcher.sp__outer-cont .phase-selected {
	display: inline-flex;
	padding: 3px 10px;
	position: absolute;
	top: -10px;
	right: 10%;
	border-radius: 200px;
	border: 1px solid rgba(217, 217, 217, 0.2);
	background: #4A4A4D;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
	color: #fff;
	line-height: 1;
	font-size: 13px;
	transform: translateY(-30px);
	opacity: 0;
	transition: all 0.8s ease;
}

main.account-table .container div.table__phase-switcher .single-phase-switcher.sp__outer-cont .sp__inner-cont {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	padding: 1.25rem;
	position: relative;
	overflow: hidden;
}

main.account-table .container div.table__phase-switcher .single-phase-switcher.sp__outer-cont .sp__inner-cont h3.phase-title {
	width: fit-content;
	font-size: 24px;
	font-weight: 800;
	line-height: 112%;
	margin: 0 0 8px;
	z-index: 11;
	position: relative;
	--color1: rgba(255, 255, 255, 1);
	--color2: rgba(255, 255, 255, 1);
	--color3: rgba(255, 255, 255, 1);
	--color4: rgba(255, 255, 255, 1);
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	-webkit-background: linear-gradient(to right, var(--color1), var(--color2), var(--color3), var(--color4));
	background: linear-gradient(to right, var(--color1), var(--color2), var(--color3), var(--color4));
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

main.account-table .container div.table__phase-switcher .single-phase-switcher.sp__outer-cont .sp__inner-cont .phase-text {
	color: rgba(194, 208, 228, 0.5);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	z-index: 10;
	position: relative;
}

main.account-table .container div.table__phase-switcher .single-phase-switcher.sp__outer-cont .sp__inner-cont .phase-blur {
	opacity: 0;
	transition: all 1.2s ease;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(100%);
	width: 60%;
	height: 90px;
	bottom: -8px;
	background: linear-gradient(to right, #68af7c, #8ad78a, #9cd47e, #aed97b, #b4d777);
	filter: blur(80px);
	z-index: 0;
}

main.account-table .container div.table__phase-switcher .single-phase-switcher.active {
	opacity: 1;
	outline: 1px solid transparent;
	background: linear-gradient(135deg, #4D805B -2%, #ffffff00 30%, #F1EFA700 70%, #E3DF5380 103%);
}

main.account-table .container div.table__phase-switcher .single-phase-switcher.active .phase-selected {
	opacity: 1;
	transform: translateY(0);
}

main.account-table .container div.table__phase-switcher .single-phase-switcher.active .sp__inner-cont {
	background: radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
}

main.account-table .container div.table__phase-switcher .single-phase-switcher.active .sp__inner-cont h3.phase-title {
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
	-webkit-background: linear-gradient(to right, var(--color1), var(--color2), var(--color3), var(--color4));
	background: linear-gradient(to right, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}

main.account-table .container div.table__phase-switcher .single-phase-switcher.active .sp__inner-cont .phase-text {
	color: rgba(194, 208, 228, 0.6);
}

main.account-table .container div.table__phase-switcher .single-phase-switcher.active .sp__inner-cont .phase-blur {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

main.account-table .container div.table__phase-switcher .single-phase-switcher:hover:not(.active) {
	opacity: 0.8;
}

@media (max-width: 576px) {
	main.account-table .container div.table__phase-switcher .single-phase-switcher {
		flex: 1 1 auto;
		font-family: Plus Jakarta Sans;
		opacity: 0.5;
		transition: all 1s ease;
	}
	main.account-table .container div.table__phase-switcher .single-phase-switcher.sp__outer-cont {
		cursor: pointer;
		-webkit-user-select: none;
		-ms-user-select: none;
		user-select: none;
		border-radius: 12px;
		padding: 1.6px;
		outline: 1px solid #343538;
		background: rgba(194, 208, 228, 0.04);
		transition: all 0.5s ease;
		position: relative;
	}
	main.account-table .container div.table__phase-switcher .single-phase-switcher.sp__outer-cont .phase-selected {
		display: inline-flex;
		padding: 2px 8px;
		position: absolute;
		top: -10px;
		left: 50%;
		right: unset;
		border-radius: 200px;
		border: 1px solid rgba(217, 217, 217, 0.2);
		background: #4A4A4D;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
		color: #fff;
		line-height: 1;
		font-size: 12px;
		transform: translateX(-50%) translateY(-30px);
		opacity: 0;
		transition: all 0.8s ease;
	}
	main.account-table .container div.table__phase-switcher .single-phase-switcher.sp__outer-cont .sp__inner-cont {
		width: 100%;
		height: 100%;
		border-radius: 12px;
		padding: 1rem 0.75rem;
		position: relative;
		overflow: hidden;
	}
	main.account-table .container div.table__phase-switcher .single-phase-switcher.sp__outer-cont .sp__inner-cont h3.phase-title {
		width: 100%;
		text-align: center;
		font-size: 18px;
		font-weight: 800;
		line-height: 112%;
		margin: 0 0 0px;
		z-index: 11;
		position: relative;
		--color1: rgba(255, 255, 255, 1);
		--color2: rgba(255, 255, 255, 1);
		--color3: rgba(255, 255, 255, 1);
		--color4: rgba(255, 255, 255, 1);
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		-webkit-background: linear-gradient(to right, var(--color1), var(--color2), var(--color3), var(--color4));
		background: linear-gradient(to right, var(--color1), var(--color2), var(--color3), var(--color4));
		background-clip: text;
		-webkit-background-clip: text;
		color: transparent;
		-webkit-text-fill-color: transparent;
	}
	main.account-table .container div.table__phase-switcher .single-phase-switcher.sp__outer-cont .sp__inner-cont .phase-text {
		color: rgba(194, 208, 228, 0.5);
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		z-index: 10;
		position: relative;
		display: none;
	}
	main.account-table .container div.table__phase-switcher .single-phase-switcher.sp__outer-cont .sp__inner-cont .phase-blur {
		opacity: 0;
		transition: all 1.2s ease;
		position: absolute;
		left: 50%;
		transform: translateX(-50%) translateY(100%);
		width: 60%;
		height: 90px;
		bottom: -8px;
		background: linear-gradient(to right, #68af7c, #8ad78a, #9cd47e, #aed97b, #b4d777);
		filter: blur(80px);
		z-index: 0;
	}
	main.account-table .container div.table__phase-switcher .single-phase-switcher.active {
		opacity: 1;
		outline: 1px solid transparent;
		background: linear-gradient(135deg, #4D805B -2%, #ffffff00 30%, #F1EFA700 70%, #E3DF5380 103%);
	}
	main.account-table .container div.table__phase-switcher .single-phase-switcher.active .phase-selected {
		opacity: 1;
		transform: translateX(-50%) translateY(0);
	}
	main.account-table .container div.table__phase-switcher .single-phase-switcher.active .sp__inner-cont {
		background: radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
	}
	main.account-table .container div.table__phase-switcher .single-phase-switcher.active .sp__inner-cont h3.phase-title {
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s;
		-webkit-background: linear-gradient(to right, var(--color1), var(--color2), var(--color3), var(--color4));
		background: linear-gradient(to right, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent;
	}
	main.account-table .container div.table__phase-switcher .single-phase-switcher.active .sp__inner-cont .phase-text {
		color: rgba(194, 208, 228, 0.6);
	}
	main.account-table .container div.table__phase-switcher .single-phase-switcher.active .sp__inner-cont .phase-blur {
		opacity: 1;
		transform: translateX(-50%) translateY(0);
	}
	main.account-table .container div.table__phase-switcher .single-phase-switcher:hover:not(.active) {
		opacity: 0.8;
	}
}

@media (max-width: 576px) {
	main.account-table .container div.table__phase-switcher {
		order: 1;
	}
}

main.account-table .container div.table__account-size-switcher {
	grid-area: sizes;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 10px;
}

main.account-table .container div.table__account-size-switcher .single-account-size-switcher {
	flex: 1 1 auto;
	font-family: Plus Jakarta Sans;
	opacity: 0.5;
	transition: all 0.8s ease;
}

main.account-table .container div.table__account-size-switcher .single-account-size-switcher.sa__outer-cont {
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 12px;
	padding: 1.6px;
	outline: 1px solid #343538;
	background: rgba(194, 208, 228, 0.04);
	transition: all 0.5s ease;
}

main.account-table .container div.table__account-size-switcher .single-account-size-switcher.sa__outer-cont .sa__inner-cont {
	width: 100%;
	height: 100%;
	border-radius: 12px;
	padding: 12px 16px;
	position: relative;
}

main.account-table .container div.table__account-size-switcher .single-account-size-switcher.sa__outer-cont .sa__inner-cont .account-size {
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
	color: #fff;
}

main.account-table .container div.table__account-size-switcher .single-account-size-switcher.active {
	opacity: 1;
	outline: 1px solid transparent;
	background: linear-gradient(135deg, #4D805B -2%, #ffffff00 30%, #F1EFA700 70%, #E3DF5380 103%);
}

main.account-table .container div.table__account-size-switcher .single-account-size-switcher.active .sa__inner-cont {
	background: url("../png/blur-circle.png"), radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
	background-position: center, center;
	background-size: cover, auto;
	background-repeat: no-repeat, no-repeat;
}

main.account-table .container div.table__account-size-switcher .single-account-size-switcher:hover:not(.active) {
	opacity: 0.8;
}

@media (max-width: 576px) {
	main.account-table .container div.table__account-size-switcher .single-account-size-switcher {
		flex: 0 1 auto;
		font-family: Plus Jakarta Sans;
		opacity: 0.5;
		transition: all 0.8s ease;
	}
	main.account-table .container div.table__account-size-switcher .single-account-size-switcher.sa__outer-cont {
		cursor: pointer;
		-webkit-user-select: none;
		-ms-user-select: none;
		user-select: none;
		border-radius: 12px;
		padding: 1.6px;
		outline: 1px solid #343538;
		background: rgba(194, 208, 228, 0.04);
		transition: all 0.5s ease;
	}
	main.account-table .container div.table__account-size-switcher .single-account-size-switcher.sa__outer-cont .sa__inner-cont {
		width: 100%;
		height: 100%;
		border-radius: 12px;
		padding: 12px 16px;
		position: relative;
	}
	main.account-table .container div.table__account-size-switcher .single-account-size-switcher.sa__outer-cont .sa__inner-cont .account-size {
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 800;
		line-height: 1;
		color: #fff;
	}
	main.account-table .container div.table__account-size-switcher .single-account-size-switcher.active {
		opacity: 1;
		outline: 1px solid transparent;
		background: linear-gradient(135deg, #4D805B -2%, #ffffff00 30%, #F1EFA700 70%, #E3DF5380 103%);
	}
	main.account-table .container div.table__account-size-switcher .single-account-size-switcher.active .sa__inner-cont {
		background: url("../png/blur-circle.png"), radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
		background-position: center, center;
		background-size: cover, auto;
		background-repeat: no-repeat, no-repeat;
	}
	main.account-table .container div.table__account-size-switcher .single-account-size-switcher:hover:not(.active) {
		opacity: 0.8;
	}
}

@media (max-width: 576px) {
	main.account-table .container div.table__account-size-switcher {
		padding: 0 0 12px;
		overflow-x: scroll;
		order: 2;
		flex-flow: row nowrap;
	}
}

main.account-table .container div.table__information-table {
	grid-area: info;
	display: flex;
	flex-flow: column nowrap;
	gap: 10px;
	--borderRadius: 20px;
	border-radius: var(--borderRadius);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(217, 217, 217, 0.2);
	background: rgba(194, 208, 228, 0.04);
	overflow: hidden;
}

main.account-table .container div.table__information-table .table-inner {
	width: 100%;
	height: 100%;
	background: url("../png/top-glow.png");
	background-position: center top, center;
	background-repeat: no-repeat;
	background-size: 100% auto, cover;
	position: relative;
	overflow: hidden;
}

main.account-table .container div.table__information-table .table-inner .info-content {
	padding: 2rem 2rem 1rem;
}

main.account-table .container div.table__information-table .table-inner .info-content .account-pill {
	padding: 2px;
	background: linear-gradient(to bottom, rgba(217, 217, 217, 0.2), rgba(217, 217, 217, 0));
	border-radius: 100px;
}

main.account-table .container div.table__information-table .table-inner .info-content .account-pill div {
	background: #41453E;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
	border-radius: 100px;
	width: 100%;
	height: 100%;
	padding: 6px 14px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
}

main.account-table .container div.table__information-table .table-inner .info-content .account-pill.small div {
	background: #41453E;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
	border-radius: 100px;
	width: 100%;
	height: 100%;
	padding: 4px 12px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
}

main.account-table .container div.table__information-table .table-inner .info-content .account-pill.hidden {
	visibility: hidden;
}

main.account-table .container div.table__information-table .table-inner .info-content .ic__account-size {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 12px;
}

main.account-table .container div.table__information-table .table-inner .info-content .ic__account-size h3 {
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
}

main.account-table .container div.table__information-table .table-inner .info-content .ic__account-size h3 span {
	font-weight: 700;
}

main.account-table .container div.table__information-table .table-inner .info-content .ic__table {
	margin: 2rem 0 0;
}

main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-header {
	border-top: 1px solid rgba(194, 208, 228, 0.15);
	border-bottom: 1px solid rgba(194, 208, 228, 0.15);
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	padding: 1.2rem 0;
}

main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-header .empty {
	flex: 1 0 300px;
}

main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-header .value {
	flex: 0 0 170px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	transition: all 0.5s ease;
}

main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-header .value.hidden {
	transform: translateY(-60px);
	opacity: 1;
}

main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-row {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	padding: 1.2rem 0;
}

main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-row:not(:last-of-type) {
	border-bottom: 1px solid rgba(194, 208, 228, 0.15);
}

main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-row .title {
	flex: 1 0 300px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 6px;
}

main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-row .title .title-tooltip {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease;
	cursor: pointer;
	position: relative;
}

main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-row .title .title-tooltip svg g {
	transition: all 0.5s ease;
}

main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-row .title .title-tooltip .tooltip-content {
	visibility: hidden;
	background-color: #4a4e4c;
	color: #fff;
	text-align: left;
	border-radius: 6px;
	padding: 12px;
	position: absolute;
	left: 50%;
	bottom: 190%;
	width: 260px;
	font-size: 13px;
	transform: translateX(-50%);
	line-height: 1.2;
	font-weight: 500;
}

main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-row .title .title-tooltip .tooltip-content::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	border-width: 9px;
	border-style: solid;
	border-color: #4a4e4c transparent transparent transparent;
	transform: translateX(-50%);
}

main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-row .title .title-tooltip:hover svg g {
	opacity: 1;
}

main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-row .title .title-tooltip:hover .tooltip-content {
	visibility: visible;
}

main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-row .value {
	flex: 0 0 170px;
	text-align: center;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-row .value.fee {
	flex-flow: row wrap;
	background: linear-gradient(to right, var(--color1), var(--color2), var(--color3), var(--color4));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	gap: 8px;
}

main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-row .value.fee span {
	display: block;
	color: #fff;
	background-clip: unset;
	-webkit-text-fill-color: #fff;
	opacity: 0.8;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-row:nth-of-type(even):not(:last-of-type) {
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
}

main.account-table .container div.table__information-table .table-inner .bottom-glow {
	position: absolute;
	width: 100%;
	height: 20px;
	bottom: -8px;
	background: linear-gradient(to right, #68af7c, #8ad78a, #9cd47e, #aed97b, #b4d777);
	filter: blur(80px);
}

@media (max-width: 576px) {
	main.account-table .container div.table__information-table .table-inner {
		width: 100%;
		height: 100%;
		background: url("../png/top-glow.png");
		background-position: center top, center;
		background-repeat: no-repeat;
		background-size: 100% auto, cover;
		position: relative;
		overflow: hidden;
	}
	main.account-table .container div.table__information-table .table-inner .info-content {
		padding: 1.25rem;
		overflow-x: scroll;
	}
	main.account-table .container div.table__information-table .table-inner .info-content .account-pill {
		padding: 2px;
		background: linear-gradient(to bottom, rgba(217, 217, 217, 0.2), rgba(217, 217, 217, 0));
		border-radius: 100px;
	}
	main.account-table .container div.table__information-table .table-inner .info-content .account-pill div {
		background: #41453E;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
		border-radius: 100px;
		width: 100%;
		height: 100%;
		padding: 4px 12px;
		color: #fff;
		font-size: 12px;
		line-height: 1;
	}
	main.account-table .container div.table__information-table .table-inner .info-content .account-pill.small div {
		background: #41453E;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
		border-radius: 100px;
		width: 100%;
		height: 100%;
		padding: 4px 12px;
		color: #fff;
		font-size: 12px;
		line-height: 1;
	}
	main.account-table .container div.table__information-table .table-inner .info-content .account-pill.hidden {
		visibility: hidden;
	}
	main.account-table .container div.table__information-table .table-inner .info-content .ic__account-size {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 12px;
	}
	main.account-table .container div.table__information-table .table-inner .info-content .ic__account-size h3 {
		margin: 0;
		color: #fff;
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 1;
	}
	main.account-table .container div.table__information-table .table-inner .info-content .ic__account-size h3 span {
		font-weight: 700;
	}
	main.account-table .container div.table__information-table .table-inner .info-content .ic__table {
		margin: 1rem 0 0;
	}
	main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-header {
		border-top: 1px solid rgba(194, 208, 228, 0.15);
		border-bottom: 1px solid rgba(194, 208, 228, 0.15);
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		padding: 1rem 0;
	}
	main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-header .empty {
		flex: 1 0 220px;
	}
	main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-header .value {
		flex: 0 0 170px;
		color: #fff;
		text-align: center;
		font-size: 15px;
		font-weight: 700;
		line-height: 1;
		transition: all 0.5s ease;
	}
	main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-row {
		display: flex;
		align-items: center;
		flex-flow: row nowrap;
		padding: 1rem 0;
	}
	main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-row:not(:last-of-type) {
		border-bottom: 1px solid rgba(194, 208, 228, 0.15);
	}
	main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-row .title {
		flex: 1 0 220px;
		color: rgba(255, 255, 255, 0.6);
		font-size: 14px;
		font-weight: 500;
		line-height: 1;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 6px;
	}
	main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-row .title svg {
		height: 15px;
		width: 15px;
	}
	main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-row .title .title-tooltip {
		display: flex;
		justify-content: center;
		align-items: center;
		transition: all 0.5s ease;
		cursor: pointer;
		position: relative;
	}
	main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-row .title .title-tooltip svg g {
		transition: all 0.5s ease;
	}
	main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-row .title .title-tooltip .tooltip-content {
		visibility: hidden;
		background-color: #4a4e4c;
		color: #fff;
		text-align: left;
		border-radius: 6px;
		padding: 12px;
		position: absolute;
		left: 50%;
		bottom: 190%;
		width: 260px;
		font-size: 13px;
		transform: translateX(-50%);
		line-height: 1.2;
		font-weight: 500;
	}
	main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-row .title .title-tooltip .tooltip-content::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		border-width: 9px;
		border-style: solid;
		border-color: #4a4e4c transparent transparent transparent;
		transform: translateX(-50%);
	}
	main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-row .title .title-tooltip:hover svg g {
		opacity: 1;
	}
	main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-row .title .title-tooltip:hover .tooltip-content {
		visibility: visible;
	}
	main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-row .value {
		flex: 0 0 170px;
		text-align: center;
		color: #fff;
		text-align: center;
		font-size: 15px;
		font-weight: 600;
		line-height: 1;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: center;
		gap: 6px;
	}
	main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-row .value.fee {
		flex-flow: row wrap;
		background: linear-gradient(to right, var(--color1), var(--color2), var(--color3), var(--color4));
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		color: transparent;
		font-size: 17px;
		font-weight: 700;
		line-height: 1;
		gap: 8px;
	}
	main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-row .value.fee span {
		display: block;
		color: #fff;
		background-clip: unset;
		-webkit-text-fill-color: #fff;
		opacity: 0.8;
		text-align: center;
		font-size: 12px;
		font-weight: 600;
		line-height: 1;
		width: 100%;
	}
	main.account-table .container div.table__information-table .table-inner .info-content .ic__table .table-row:nth-of-type(even):not(:last-of-type) {
		background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
	}
	main.account-table .container div.table__information-table .table-inner .bottom-glow {
		position: absolute;
		width: 100%;
		height: 20px;
		bottom: -8px;
		background: linear-gradient(to right, #68af7c, #8ad78a, #9cd47e, #aed97b, #b4d777);
		filter: blur(80px);
	}
}

@media (max-width: 576px) {
	main.account-table .container div.table__information-table {
		order: 3;
	}
}

main.account-table .container div.table__plan-includes {
	grid-area: side;
	--borderRadius: 20px;
	border-radius: var(--borderRadius);
	border: 1px solid rgba(217, 217, 217, 0.2);
	background: rgba(194, 208, 228, 0.04);
	backdrop-filter: blur(5px);
}

main.account-table .container div.table__plan-includes .pi__inner {
	width: 100%;
	height: 100%;
	padding: 20px 18px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
	gap: 8px;
}

main.account-table .container div.table__plan-includes .pi__inner h5 {
	grid-column: 1/-1;
	margin: 0;
	color: #fff;
	font-size: 14px;
	opacity: 0.7;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
}

main.account-table .container div.table__plan-includes .single-include {
	display: flex;
	flex: 1 1 200px;
	border: 1px solid rgba(217, 217, 217, 0.2);
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(217, 217, 217, 0.05) 0%, rgba(217, 217, 217, 0) 100%), rgba(217, 217, 217, 0.05);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
}

main.account-table .container div.table__plan-includes .single-include .si__inner {
	padding: 8px 12px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}

main.account-table .container div.table__plan-includes .single-include .si__cont {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
	gap: 6px;
}

main.account-table .container div.table__plan-includes .single-include .si__cont:not(:last-of-type) {
	margin-bottom: 3px;
}

main.account-table .container div.table__plan-includes .single-include .si__cont .si__title {
	color: rgba(255, 255, 255, 0.6);
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	margin: 0;
}

main.account-table .container div.table__plan-includes .single-include .si__cont .title-tooltip {
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease;
	cursor: pointer;
	position: relative;
}

main.account-table .container div.table__plan-includes .single-include .si__cont .title-tooltip svg g {
	transition: all 0.5s ease;
}

main.account-table .container div.table__plan-includes .single-include .si__cont .title-tooltip .tooltip-content {
	visibility: hidden;
	background-color: #4a4e4c;
	color: #fff;
	text-align: left;
	border-radius: 6px;
	padding: 12px;
	position: absolute;
	left: 50%;
	bottom: 190%;
	width: 260px;
	font-size: 13px;
	transform: translateX(-50%);
	line-height: 1.2;
	font-weight: 500;
}

main.account-table .container div.table__plan-includes .single-include .si__cont .title-tooltip .tooltip-content::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	border-width: 9px;
	border-style: solid;
	border-color: #4a4e4c transparent transparent transparent;
	transform: translateX(-50%);
}

main.account-table .container div.table__plan-includes .single-include .si__cont .title-tooltip:hover svg g {
	opacity: 1;
}

main.account-table .container div.table__plan-includes .single-include .si__cont .title-tooltip:hover .tooltip-content {
	visibility: visible;
}

main.account-table .container div.table__plan-includes .single-include .si__cont .si__icon {
	display: flex;
	justify-content: center;
	align-items: center;
}

main.account-table .container div.table__plan-includes .single-include .si__cont .si__icon svg {
	height: 17px;
	width: 17px;
}

main.account-table .container div.table__plan-includes .single-include .si__cont .si__value {
	color: #fff;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
}

@media (max-width: 576px) {
	main.account-table .container div.table__plan-includes .single-include {
		display: flex;
		flex: 1 1 auto;
		border-radius: 8px;
		border: 1px solid rgba(217, 217, 217, 0.2);
		background: linear-gradient(180deg, rgba(217, 217, 217, 0.05) 0%, rgba(217, 217, 217, 0) 100%), rgba(217, 217, 217, 0.05);
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
	}
	main.account-table .container div.table__plan-includes .single-include .si__inner {
		padding: 8px 12px;
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		flex: 1 1 auto;
		align-items: center;
	}
	main.account-table .container div.table__plan-includes .single-include .si__cont {
		display: flex;
		align-items: center;
		flex-flow: row nowrap;
		gap: 6px;
	}
	main.account-table .container div.table__plan-includes .single-include .si__cont:not(:last-of-type) {
		margin-bottom: 5px;
	}
	main.account-table .container div.table__plan-includes .single-include .si__cont .si__title {
		color: rgba(255, 255, 255, 0.6);
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 1;
		margin: 0;
	}
	main.account-table .container div.table__plan-includes .single-include .si__cont .title-tooltip {
		display: flex;
		justify-content: center;
		align-items: center;
		transition: all 0.5s ease;
		cursor: pointer;
		position: relative;
	}
	main.account-table .container div.table__plan-includes .single-include .si__cont .title-tooltip svg g {
		transition: all 0.5s ease;
	}
	main.account-table .container div.table__plan-includes .single-include .si__cont .title-tooltip .tooltip-content {
		visibility: hidden;
		background-color: #4a4e4c;
		color: #fff;
		text-align: left;
		border-radius: 6px;
		padding: 12px;
		position: absolute;
		left: 50%;
		bottom: 190%;
		width: 260px;
		font-size: 13px;
		transform: translateX(-50%);
		line-height: 1.2;
		font-weight: 500;
	}
	main.account-table .container div.table__plan-includes .single-include .si__cont .title-tooltip .tooltip-content::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 50%;
		border-width: 9px;
		border-style: solid;
		border-color: #4a4e4c transparent transparent transparent;
		transform: translateX(-50%);
	}
	main.account-table .container div.table__plan-includes .single-include .si__cont .title-tooltip:hover svg g {
		opacity: 1;
	}
	main.account-table .container div.table__plan-includes .single-include .si__cont .title-tooltip:hover .tooltip-content {
		visibility: visible;
	}
	main.account-table .container div.table__plan-includes .single-include .si__cont .si__icon {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	main.account-table .container div.table__plan-includes .single-include .si__cont .si__icon svg {
		height: 17px;
		width: 17px;
	}
	main.account-table .container div.table__plan-includes .single-include .si__cont .si__value {
		color: #fff;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
	}
}

@media (max-width: 576px) {
	main.account-table .container div.table__plan-includes {
		order: 5;
		grid-area: side;
		--borderRadius: 20px;
		border-radius: var(--borderRadius);
		border: 1px solid rgba(217, 217, 217, 0.2);
		background: rgba(194, 208, 228, 0.04);
		backdrop-filter: blur(5px);
	}
	main.account-table .container div.table__plan-includes .pi__inner {
		width: 100%;
		height: 100%;
		padding: 20px 18px;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
		gap: 8px;
	}
	main.account-table .container div.table__plan-includes .pi__inner h5 {
		grid-column: 1/-1;
		margin: 0 0 5px;
		color: #fff;
		font-size: 14px;
		opacity: 0.7;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
	}
}

main.account-table .container div.table__get-started {
	grid-area: price;
	--borderRadius: 20px;
	background: linear-gradient(135deg, #4D805B -2%, #ffffff00 30%, #F1EFA700 70%, #E3DF5380 103%);
	border-radius: var(--borderRadius);
	padding: 1px;
}

main.account-table .container div.table__get-started .gs__inner {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	gap: 1rem;
	padding: 24px 18px;
	width: 100%;
	height: 100%;
	border-radius: var(--borderRadius);
	background: url("../png/blur-circle.png"), url("../png/gs-grid.png"), radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
	background-position: center, center bottom, center;
	background-size: cover, 83% auto, auto;
	background-repeat: no-repeat;
}

main.account-table .container div.table__get-started .gs__inner .selected-plan {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid rgba(194, 208, 228, 0.15);
	padding: 0 0 16px;
}

main.account-table .container div.table__get-started .gs__inner .selected-plan .sp__left {
	color: rgba(255, 255, 255, 0.6);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
}

main.account-table .container div.table__get-started .gs__inner .selected-plan .sp__right {
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
}

main.account-table .container div.table__get-started .gs__inner .button-cont {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}

main.account-table .container div.table__get-started .gs__inner .button-cont .get-started-btn {
	flex: 1 1 100%;
	--borderRadiusVar: 15px;
	display: flex;
	border-radius: 15px;
	cursor: pointer;
	padding: 2px;
	-webkit-border-radius: var(--borderRadiusVar);
	-moz-border-radius: var(--borderRadiusVar);
	border-radius: var(--borderRadiusVar);
	font-family: "Plus Jakarta Sans", sans-serif;
	transition: --gradientAngle 1s;
	background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	font-size: 16px;
	color: #fff;
	margin: 0;
	text-decoration: none;
	text-align: center;
}

main.account-table .container div.table__get-started .gs__inner .button-cont .get-started-btn .inner-cont {
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3) inset;
	background: rgba(23, 25, 32, 0.45);
	-webkit-border-radius: var(--borderRadiusVar);
	-moz-border-radius: var(--borderRadiusVar);
	border-radius: var(--borderRadiusVar);
	display: inline-block;
	padding: 15px 0;
	width: 100%;
	color: #fff;
	text-decoration: none;
	transition: all 0.6s ease-in-out;
	font-size: 17px;
	font-weight: 600;
}

main.account-table .container div.table__get-started .gs__inner .button-cont .get-started-btn:hover {
	--gradientAngle: 360deg;
	background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
}

main.account-table .container div.table__get-started .gs__inner .button-cont .price-info {
	flex: 0 0 auto;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 5px;
}

main.account-table .container div.table__get-started .gs__inner .button-cont .price-info .price-value {
	font-size: 22px;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
	background: linear-gradient(to right, #68af7c, #8ad78a, #9cd47e, #aed97b, #b4d777);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

main.account-table .container div.table__get-started .gs__inner .button-cont .price-info .fee-text {
	color: rgba(255, 255, 255, 0.8);
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
}

main.account-table .container div.table__get-started .gs__inner .button-cont .price-info .fee-text .account-pill {
	padding: 2px;
	background: linear-gradient(to bottom, rgba(217, 217, 217, 0.2), rgba(217, 217, 217, 0));
	border-radius: 100px;
}

main.account-table .container div.table__get-started .gs__inner .button-cont .price-info .fee-text .account-pill div {
	background: #41453E;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
	border-radius: 100px;
	width: 100%;
	height: 100%;
	padding: 4px 12px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
}

main.account-table .container div.table__get-started .gs__inner .button-cont .price-info .fee-text .account-pill.hidden {
	visibility: hidden;
}

@media (max-width: 576px) {
	main.account-table .container div.table__get-started {
		order: 4;
		grid-area: price;
		--borderRadius: 20px;
		background: linear-gradient(135deg, #4D805B -2%, #ffffff00 30%, #F1EFA700 70%, #E3DF5380 103%);
		border-radius: var(--borderRadius);
		padding: 1px;
	}
	main.account-table .container div.table__get-started .gs__inner {
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		gap: 1rem;
		padding: 24px 18px;
		width: 100%;
		height: 100%;
		border-radius: var(--borderRadius);
		background: url("../png/blur-circle.png"), url("../png/gs-grid.png"), radial-gradient(100% 447.27% at 100% 0%, #171920 0%, #101217 100%);
		background-position: center, center bottom, center;
		background-size: cover, 83% auto, auto;
		background-repeat: no-repeat;
	}
	main.account-table .container div.table__get-started .gs__inner .selected-plan {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: center;
		border-bottom: 1px solid rgba(194, 208, 228, 0.15);
		padding: 0 0 16px;
	}
	main.account-table .container div.table__get-started .gs__inner .selected-plan .sp__left {
		color: rgba(255, 255, 255, 0.6);
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 1;
	}
	main.account-table .container div.table__get-started .gs__inner .selected-plan .sp__right {
		color: #fff;
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
	}
	main.account-table .container div.table__get-started .gs__inner .button-cont {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: center;
		gap: 1rem;
	}
	main.account-table .container div.table__get-started .gs__inner .button-cont .get-started-btn {
		flex: 1 1 100%;
		--borderRadiusVar: 15px;
		display: flex;
		border-radius: 15px;
		cursor: pointer;
		padding: 2px;
		-webkit-border-radius: var(--borderRadiusVar);
		-moz-border-radius: var(--borderRadiusVar);
		border-radius: var(--borderRadiusVar);
		font-family: "Plus Jakarta Sans", sans-serif;
		transition: --gradientAngle 1s;
		background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		font-size: 16px;
		color: #fff;
		margin: 0;
		text-decoration: none;
		text-align: center;
	}
	main.account-table .container div.table__get-started .gs__inner .button-cont .get-started-btn .inner-cont {
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3) inset;
		background: rgba(23, 25, 32, 0.45);
		-webkit-border-radius: var(--borderRadiusVar);
		-moz-border-radius: var(--borderRadiusVar);
		border-radius: var(--borderRadiusVar);
		display: inline-block;
		padding: 15px 0;
		width: 100%;
		color: #fff;
		text-decoration: none;
		transition: all 0.6s ease-in-out;
		font-size: 17px;
		font-weight: 600;
	}
	main.account-table .container div.table__get-started .gs__inner .button-cont .get-started-btn:hover {
		--gradientAngle: 360deg;
		background: -webkit-linear-gradient(var(--gradientAngle), #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	}
	main.account-table .container div.table__get-started .gs__inner .button-cont .price-info {
		flex: 0 0 auto;
		display: flex;
		flex-flow: column nowrap;
		align-items: flex-start;
		gap: 5px;
	}
	main.account-table .container div.table__get-started .gs__inner .button-cont .price-info .price-value {
		font-size: 22px;
		font-style: normal;
		font-weight: 800;
		line-height: 1;
		background: linear-gradient(to right, #68af7c, #8ad78a, #9cd47e, #aed97b, #b4d777);
		background-clip: text;
		-webkit-background-clip: text;
		color: transparent;
		-webkit-text-fill-color: transparent;
	}
	main.account-table .container div.table__get-started .gs__inner .button-cont .price-info .fee-text {
		color: rgba(255, 255, 255, 0.8);
		font-size: 13px;
		font-style: normal;
		font-weight: 600;
		line-height: 1;
	}
	main.account-table .container div.table__get-started .gs__inner .button-cont .price-info .fee-text .account-pill {
		padding: 2px;
		background: linear-gradient(to bottom, rgba(217, 217, 217, 0.2), rgba(217, 217, 217, 0));
		border-radius: 100px;
	}
	main.account-table .container div.table__get-started .gs__inner .button-cont .price-info .fee-text .account-pill div {
		background: #41453E;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
		border-radius: 100px;
		width: 100%;
		height: 100%;
		padding: 4px 12px;
		color: #fff;
		font-size: 12px;
		line-height: 1;
	}
	main.account-table .container div.table__get-started .gs__inner .button-cont .price-info .fee-text .account-pill.hidden {
		visibility: hidden;
	}
}

@media (max-width: 576px) {
	main.account-table {
		padding: 60px 1.5rem 0px 1.5rem;
	}
}

@keyframes rotateBeforeElement {
	to {
		transform: rotate(360deg) translateX(-50%);
	}
}

@keyframes rotate-conic-section-2 {
	0% {
		--conic-gradient-angle-section-2: 0deg;
	}
	100% {
		--conic-gradient-angle-section-2: 360deg;
	}
}

@keyframes statsScroll {
	to {
		transform: translate(calc(-100% - 1.5rem));
	}
}

@keyframes rotate-conic {
	0% {
		--conic-gradient-angle: 0deg;
	}
	100% {
		--conic-gradient-angle: 360deg;
	}
}

@keyframes infiniteGlow {
	0% {
		opacity: 0.3;
		transform: translateX(-50%) scaleY(50%);
	}
	50% {
		opacity: 1;
		transform: translateX(-50%) scaleY(100%);
	}
	100% {
		opacity: 0.3;
		transform: translateX(-50%) scaleY(50%);
	}
}

@keyframes infiniteSwing {
	0% {
		transform: translateX(-50%) rotate(45deg);
	}
	100% {
		transform: translateX(-50%) rotate(-45deg);
	}
}

@keyframes infiniteLightSwing {
	0% {
		transform: rotate(-40deg);
		opacity: 1;
	}
	100% {
		transform: rotate(-20deg);
		opacity: 0.7;
	}
}

@keyframes clip-highlight {
	0% {
		background-position: -110% 0%;
	}
	100% {
		background-position: 290% 0%;
	}
}

@keyframes highlighOutline {
	0% {
		background: rgba(255, 255, 255, 0.05);
	}
	100% {
		background: rgba(255, 255, 255, 0.2);
	}
}

@keyframes horizontalLineMovement {
	0% {
		left: 0%;
		transform: translateX(0px);
	}
	100% {
		left: 100%;
		transform: translateX(100%);
	}
}

@keyframes horizontalLineMovement-r {
	0% {
		right: 0%;
		transform: translateX(0px);
	}
	100% {
		right: 100%;
		transform: translateX(100%);
	}
}

@keyframes HeroMoveTopLight {
	0% {
		transform: translateX(-50%) rotate(-15deg);
	}
	100% {
		transform: translateX(-50%) rotate(15deg);
	}
}

@keyframes moveTopLightReflection {
	0% {
		transform: translateX(110%) scaleX(1);
	}
	100% {
		transform: translateX(-110%) scaleX(1);
	}
}

@keyframes backgroundSizeAnimation {
	0% {
		background-position: -100% 0%;
	}
	100% {
		background-position: 200% 0%;
	}
}

@keyframes backgroundSizeAnimationReverse {
	0% {
		background-position: 200% 0%;
	}
	100% {
		background-position: -100% 0%;
	}
}

@keyframes moveHighlight {
	0% {
		transform: skewX(-20deg) translateX(-60px);
	}
	100% {
		transform: skewX(-20deg) translateX(560px);
	}
}

@keyframes smoothBg {
	from {
		background-position: 50% 50%;
	}
	to {
		background-position: 350% 50%;
	}
}

@keyframes section5RotateConicGradient {
	0% {
		--conicAngle_1: 0deg;
		--conicAngle_2: 72deg;
		--conicAngle_3: 144deg;
		--conicAngle_4: 216deg;
		--conicAngle_5: 288deg;
	}
	100% {
		--conicAngle_1: 360deg;
		--conicAngle_2: 432deg;
		--conicAngle_3: 504deg;
		--conicAngle_4: 576deg;
		--conicAngle_5: 648deg;
	}
}

@keyframes scroll-vertical {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(calc(-100% - 10px));
	}
}

* {
	box-sizing: border-box;
}

.fast-payouts {
	width: 100%;
	position: relative;
	overflow-x: clip;
}

.fast-payouts .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 1.5rem 0px 1.5rem;
}

.fast-payouts .fp__reflection-canvas {
	position: absolute;
	top: -120px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.fast-payouts .fp__reflection-canvas canvas {
	width: 180px;
	height: 300px;
}

.fast-payouts .fp__reflector {
	transition: all 1s ease;
	opacity: 0;
	width: 320px;
	height: 1000px;
	position: absolute;
	top: -220px;
	left: 50%;
	z-index: -1;
	background: radial-gradient(50% 100% at top center, rgba(22, 148, 125, 0.6) 20%, rgba(22, 148, 125, 0.4) 50%, transparent);
	filter: blur(20px);
	transition: all 1s ease;
	transform-origin: top center;
	animation: HeroMoveTopLight 8s ease-in-out infinite alternate;
	transform: translateX(-50%) scaleY(0);
}

.fast-payouts .fp__reflector.bottom-reflector {
	filter: none;
	background: transparent;
}

.fast-payouts .fp__reflector.bottom-reflector .fp__reflection-canvas {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	mask-image: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
}

.fast-payouts .fp__reflector.bottom-reflector .fp__reflection-canvas canvas {
	width: 200px;
	height: 600px;
}

@media (max-width: 640px) {
	.fast-payouts .fp__reflector {
		width: 200px;
	}
}

.fast-payouts .fp__reflector.enter {
	transform: translateX(-50%) scaleY(1);
	opacity: 1;
	transition-delay: 1.6s;
}

.fast-payouts .fp__grid {
	position: absolute;
	left: 0;
	top: 0;
}

@media (max-width: 768px) {
	.fast-payouts .fp__grid img {
		width: 60%;
	}
}

@media (max-width: 640px) {
	.fast-payouts .fp__grid img {
		width: 70%;
	}
}

.fast-payouts html {
	font-size: 16px;
}

.fast-payouts .fp__h1 {
	font-size: 4.5rem;
	/* 72px */
}

.fast-payouts .fp__h2 {
	font-size: 3.375rem;
	/* 54px */
}

.fast-payouts .fp__h3 {
	font-size: 2.5rem;
	/* 40px */
}

.fast-payouts .fp__h4 {
	font-size: 1.875rem;
	/* 30px */
}

.fast-payouts .fp__h5 {
	font-size: 1.375rem;
	/* 22px */
}

.fast-payouts .fp__h6 {
	font-size: 1rem;
	/* 16px */
}

@media (max-width: 992px) {
	.fast-payouts .fp__h1 {
		font-size: 4rem;
		/* ~64px */
	}
	.fast-payouts .fp__h2 {
		font-size: 3rem;
		/* ~48px */
	}
	.fast-payouts .fp__h3 {
		font-size: 2.25rem;
		/* ~36px */
	}
	.fast-payouts .fp__h4 {
		font-size: 1.875rem;
		/* ~30px */
	}
	.fast-payouts .fp__h5 {
		font-size: 1.5rem;
		/* ~24px */
	}
	.fast-payouts .fp__h6 {
		font-size: 1.125rem;
		/* ~18px */
	}
}

@media (max-width: 768px) {
	.fast-payouts .fp__h1 {
		font-size: 3rem;
		/* ~48px */
	}
	.fast-payouts .fp__h2 {
		font-size: 2.5rem;
		/* ~40px */
	}
	.fast-payouts .fp__h3 {
		font-size: 2rem;
		/* ~32px */
	}
	.fast-payouts .fp__h4 {
		font-size: 1.75rem;
		/* ~28px */
	}
	.fast-payouts .fp__h5 {
		font-size: 1.5rem;
		/* ~24px */
	}
	.fast-payouts .fp__h6 {
		font-size: 1.25rem;
		/* ~20px */
	}
}

@media (max-width: 640px) {
	.fast-payouts .fp__h1 {
		font-size: 2.5rem;
		/* ~40px */
	}
	.fast-payouts .fp__h2 {
		font-size: 2rem;
		/* ~32px */
	}
	.fast-payouts .fp__h3 {
		font-size: 1.75rem;
		/* ~28px */
	}
	.fast-payouts .fp__h4 {
		font-size: 1.5rem;
		/* ~24px */
	}
	.fast-payouts .fp__h5 {
		font-size: 1.25rem;
		/* ~20px */
	}
	.fast-payouts .fp__h6 {
		font-size: 1rem;
		/* 16px */
	}
}

@property --conic-gradient-angle {
	syntax: '<angle>';
	initial-value: 0deg;
	inherits: false;
}

.fp__section-1 {
	padding: 8rem 0;
	position: relative;
	z-index: 100;
}

.fp__section-1 .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 2rem;
	position: relative;
}

.fp__section-1 .scroller-container {
	margin-top: 2rem;
}

.fp__section-1 .s1__dots-bg {
	opacity: 0;
	transition: all 1s ease;
	position: absolute;
	top: -10%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: auto;
	text-align: center;
	z-index: -1;
}

.fp__section-1 .s1__dots-bg img {
	width: 60%;
	height: auto;
	opacity: 0.5;
}

.fp__section-1 .s1__top-heading {
	opacity: 0;
	transform: translateY(-40px);
	transition: all 1s ease;
	position: relative;
}

.fp__section-1 .s1__top-heading::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 100px;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	padding: 2px;
	background: rgba(255, 255, 255, 0.05);
	background-color: rgba(255, 255, 255, 0.1);
	background-image: conic-gradient(from var(--conic-gradient-angle) at 50% 50%, transparent 80deg, rgba(255, 255, 255, 0.4) 90deg, rgba(255, 255, 255, 0.4) 100deg, transparent 110deg);
	animation: rotate-conic 4s linear infinite;
}

.fp__section-1 .s1__top-heading .th__transparent {
	background: transparent;
	padding: 7px;
	border-radius: 100px;
	color: #1daa91;
}

.fp__section-1 .s1__top-heading .th__transparent .th__inner {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
	text-align: center;
	font-size: 16px;
	padding: 8px 20px;
	line-height: 1;
	border-radius: 100px;
	overflow: hidden;
	position: relative;
}

.fp__section-1 .s1__top-heading .th__transparent .th__inner span {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.5s ease;
	background: linear-gradient(to right, transparent 20px, white 60px, transparent);
	color: rgba(255, 255, 255, 0.4);
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 180px 100%;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	animation: clip-highlight 4s linear infinite;
	mix-blend-mode: color-dodge;
	pointer-events: none;
	user-select: none;
}

.fp__section-1 .s1__heading .s1__h1 {
	opacity: 0;
	transform: translateY(-40px);
	transition: all 1s ease;
	line-height: 1.2;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 10px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
	text-shadow: 0px 4px 14px rgba(255, 255, 255, 0.4);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.fp__section-1 .s1__heading .s1__h2 {
	opacity: 0;
	transform: translateY(-40px);
	transition: all 1s ease;
	line-height: 1.2;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
	letter-spacing: 1px;
}

.fp__section-1 .s1__paragraph {
	opacity: 0;
	transform: translateY(-40px);
	transition: all 1s ease;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	max-width: 50%;
	margin: 0 auto;
}

.fp__section-1 .s1__paragraph span {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: underline;
	font-weight: 600;
}

.fp__section-1 .s1__buttons {
	margin-top: 1rem;
	display: flex;
	flex-flow: row nowrap;
	gap: 1rem;
	align-items: center;
}

.fp__section-1 .s1__buttons .s1__button {
	opacity: 0;
	transition: all 1s ease;
	transform: translateY(-40px);
	display: flex;
}

.fp__section-1 .s1__buttons .s1__button.s1__2 {
	transform: translateY(40px);
}

.fp__section-1 .s1__buttons .s1__button.s1__2 a {
	background: rgba(194, 208, 228, 0.15) !important;
}

.fp__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::before {
	color: white !important;
}

.fp__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::after {
	color: white !important;
}

.fp__section-1 .s1__buttons .s1__button.s1__2 a:hover {
	background: rgba(194, 208, 228, 0.25) !important;
}

.fp__section-1 .s1__rating {
	opacity: 0;
	transition: all 1s ease;
}

.fp__section-1 .s1__rating img {
	width: auto;
	height: 60px;
	opacity: 0.5;
}

.fp__section-1 .s1__top-reflection {
	transition: all 1s ease;
	opacity: 0;
	transform-origin: center;
	height: 10px;
	width: 200px;
	margin-bottom: -2.2rem;
	transform: translateX(95%) scaleX(0);
	animation: moveTopLightReflection 8s ease-in-out infinite alternate;
	background: radial-gradient(50% 100% at 50% 110%, white 20%, rgba(22, 148, 125, 0.6), transparent);
	filter: blur(4px);
	transition: all 1s;
}

.fp__section-1 .s1__scroller {
	transition: all 1s ease;
	opacity: 0;
	align-self: stretch;
	position: relative;
	padding: 3rem 0;
	-webkit-mask: linear-gradient(to right, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.2) 10%, black 20%, black 80%, rgba(0, 0, 0, 0.2) 90%, rgba(0, 0, 0, 0) 95%) border-box;
	overflow: hidden;
	display: flex;
	align-items: center;
	white-space: nowrap;
	gap: 1.5rem;
}

.fp__section-1 .s1__scroller .s1__scroll-container {
	display: flex;
	gap: 1.5rem;
	width: max-content;
	flex-wrap: nowrap;
	animation: statsScroll 10s forwards linear infinite;
}

.fp__section-1 .s1__scroller .s1__scroll-container .s1__scroll-item {
	flex-shrink: 0;
	border-radius: 15px;
	border: 1px solid rgba(194, 208, 228, 0.15);
	background: url("../png/review-bg.png"), url("../png/review-grid.png"), rgba(11, 12, 16, 0.55);
	background-size: 100% 100%, 200px 100px, cover;
	background-position: center, 110% 100%, center;
	background-repeat: no-repeat;
	backdrop-filter: blur(25px);
	box-shadow: 9px 12px 15px 0px rgba(0, 0, 0, 0.25);
	padding: 1.5rem;
	gap: 14px;
	display: flex;
	flex-flow: column nowrap;
	z-index: 20;
	position: relative;
	transition: all 0.5s ease;
}

.fp__section-1 .s1__scroller .s1__scroll-container .s1__scroll-item .s1__item-title {
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: normal;
	line-height: 1.2;
}

.fp__section-1 .s1__scroller .s1__scroll-container .s1__scroll-item .s1__item-value {
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	background: linear-gradient(113deg, #26F7DD -12.26%, rgba(244, 255, 122, 0.82) 121.26%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.fp__section-1 .s1__scroller .s1__top-border {
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background: rgba(22, 148, 125, 0.2);
	z-index: 9;
}

.fp__section-1 .s1__scroller .s1__top-border::before {
	opacity: 0;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
	width: 200px;
	background: linear-gradient(to right, transparent, #16947d);
	z-index: 10;
	border-radius: 100px;
	animation: horizontalLineMovement 10s linear infinite;
}

.fp__section-1 .s1__scroller .s1__bottom-border {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background: rgba(22, 148, 125, 0.2);
}

.fp__section-1 .s1__scroller .s1__bottom-border::before {
	opacity: 0;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 1px;
	width: 200px;
	background: linear-gradient(to left, transparent, #16947d);
	z-index: 10;
	border-radius: 100px;
	animation: horizontalLineMovement-r 7s linear infinite;
}

.fp__section-1 .s1__scroller::before {
	content: "";
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	height: calc(100% + 100px);
	background: #16947D;
	opacity: 0.09;
	z-index: -10;
	filter: blur(100px);
}

.fp__section-1.enter .s1__dots-bg {
	opacity: 1;
}

.fp__section-1.enter .s1__top-heading {
	opacity: 1;
	transform: translateY(0px);
}

.fp__section-1.enter .s1__heading .s1__h1 {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 0.5s;
}

.fp__section-1.enter .s1__heading .s1__h2 {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 0.7s;
}

.fp__section-1.enter .s1__paragraph {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 0.9s;
}

.fp__section-1.enter .s1__buttons .s1__button {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 1.2s;
	display: flex;
}

.fp__section-1.enter .s1__buttons .s1__button.s1__2 {
	transform: translateY(0px);
}

.fp__section-1.enter .s1__rating {
	opacity: 1;
	transition-delay: 1.4s;
}

.fp__section-1.enter .s1__top-reflection {
	opacity: 0.7;
	transform: translateX(95%) scaleX(1);
	transition-delay: 1.7s;
}

.fp__section-1.enter .s1__scroller {
	opacity: 1;
	transition-delay: 1.7s;
}

@media (max-width: 1300px) {
	.fp__section-1 {
		padding: 6rem 0;
	}
}

@media (max-width: 992px) {
	.fp__section-1 {
		padding: 4rem 0;
		position: relative;
		z-index: 100;
	}
	.fp__section-1 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 2rem;
		position: relative;
		overflow: hidden;
	}
	.fp__section-1 .scroller-container {
		margin-top: 2rem;
		max-width: 100%;
	}
	.fp__section-1 .s1__dots-bg {
		position: absolute;
		top: -10%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: auto;
		text-align: center;
		z-index: -1;
	}
	.fp__section-1 .s1__dots-bg img {
		width: 70%;
		height: auto;
		opacity: 0.5;
	}
	.fp__section-1 .s1__top-heading {
		position: relative;
	}
	.fp__section-1 .s1__top-heading::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 100px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 2px;
		background: rgba(255, 255, 255, 0.05);
		background-color: rgba(255, 255, 255, 0.1);
		background-image: conic-gradient(from var(--conic-gradient-angle) at 50% 50%, transparent 80deg, rgba(255, 255, 255, 0.4) 90deg, rgba(255, 255, 255, 0.4) 100deg, transparent 110deg);
		animation: rotate-conic 4s linear infinite;
	}
	.fp__section-1 .s1__top-heading .th__transparent {
		background: transparent;
		padding: 7px;
		border-radius: 100px;
		color: #1daa91;
	}
	.fp__section-1 .s1__top-heading .th__transparent .th__inner {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
		text-align: center;
		font-size: 16px;
		padding: 8px 20px;
		line-height: 1;
		border-radius: 100px;
		overflow: hidden;
		position: relative;
	}
	.fp__section-1 .s1__top-heading .th__transparent .th__inner span {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.5s ease;
		background: linear-gradient(to right, transparent 20px, white 60px, transparent);
		color: rgba(255, 255, 255, 0.4);
		-webkit-background-clip: text;
		background-clip: text;
		background-size: 180px 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		animation: clip-highlight 4s linear infinite;
		mix-blend-mode: color-dodge;
		pointer-events: none;
		user-select: none;
	}
	.fp__section-1 .s1__heading .s1__h1 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
		text-shadow: 0px 4px 14px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.fp__section-1 .s1__heading .s1__h2 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		letter-spacing: 1px;
	}
	.fp__section-1 .s1__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 80%;
		margin: 0 auto;
	}
	.fp__section-1 .s1__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
	.fp__section-1 .s1__buttons {
		margin-top: 1rem;
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
		align-items: center;
	}
	.fp__section-1 .s1__buttons .s1__button {
		display: flex;
	}
	.fp__section-1 .s1__buttons .s1__button.s1__2 a {
		background: rgba(194, 208, 228, 0.15) !important;
	}
	.fp__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::before {
		color: white !important;
	}
	.fp__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::after {
		color: white !important;
	}
	.fp__section-1 .s1__buttons .s1__button.s1__2 a:hover {
		background: rgba(194, 208, 228, 0.25) !important;
	}
	.fp__section-1 .s1__rating img {
		width: auto;
		height: 60px;
		opacity: 0.8;
	}
	.fp__section-1 .s1__top-reflection {
		height: 10px;
		width: 200px;
		margin-bottom: -2.2rem;
		transform: translateX(95%);
		animation: moveTopLightReflection 8s ease-in-out infinite alternate;
		background: radial-gradient(50% 100% at 50% 110%, white 20%, rgba(22, 148, 125, 0.6), transparent);
		filter: blur(4px);
		opacity: 0.7;
		transition: all 1s;
	}
	.fp__section-1 .s1__scroller {
		align-self: stretch;
		position: relative;
		padding: 2rem 0;
		-webkit-mask: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.2) 8%, black 20%, black 80%, rgba(0, 0, 0, 0.2) 91%, rgba(0, 0, 0, 0) 99%) border-box;
		overflow: hidden;
		display: flex;
		align-items: center;
		white-space: nowrap;
		gap: 1.5rem;
	}
	.fp__section-1 .s1__scroller .s1__scroll-container {
		display: flex;
		gap: 1rem;
		width: max-content;
		flex-wrap: nowrap;
		animation: statsScroll 8s forwards linear infinite;
	}
	.fp__section-1 .s1__scroller .s1__scroll-container .s1__scroll-item {
		flex-shrink: 0;
		border-radius: 15px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: url("../png/review-bg.png"), url("../png/review-grid.png"), rgba(11, 12, 16, 0.55);
		background-size: 100% 100%, 200px 100px, cover;
		background-position: center, 110% 100%, center;
		background-repeat: no-repeat;
		backdrop-filter: blur(25px);
		box-shadow: 9px 12px 15px 0px rgba(0, 0, 0, 0.25);
		padding: 1.5rem;
		gap: 14px;
		display: flex;
		flex-flow: column nowrap;
		z-index: 20;
		position: relative;
		transition: all 0.5s ease;
	}
	.fp__section-1 .s1__scroller .s1__scroll-container .s1__scroll-item .s1__item-title {
		font-size: 13px;
		font-weight: 500;
		color: rgba(255, 255, 255, 0.5);
		letter-spacing: normal;
		line-height: 1.2;
	}
	.fp__section-1 .s1__scroller .s1__scroll-container .s1__scroll-item .s1__item-value {
		font-weight: 700;
		font-size: 26px;
		line-height: 1;
		background: linear-gradient(113deg, #26F7DD -12.26%, rgba(244, 255, 122, 0.82) 121.26%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.fp__section-1 .s1__scroller .s1__top-border {
		position: absolute;
		top: 0;
		left: 0;
		height: 1px;
		width: 100%;
		background: rgba(22, 148, 125, 0.2);
		z-index: 9;
	}
	.fp__section-1 .s1__scroller .s1__top-border::before {
		opacity: 0;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 1px;
		width: 200px;
		background: linear-gradient(to right, transparent, #16947d);
		z-index: 10;
		border-radius: 100px;
		animation: horizontalLineMovement 10s linear infinite;
	}
	.fp__section-1 .s1__scroller .s1__bottom-border {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 1px;
		width: 100%;
		background: rgba(22, 148, 125, 0.2);
	}
	.fp__section-1 .s1__scroller .s1__bottom-border::before {
		opacity: 0;
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		height: 1px;
		width: 200px;
		background: linear-gradient(to left, transparent, #16947d);
		z-index: 10;
		border-radius: 100px;
		animation: horizontalLineMovement-r 7s linear infinite;
	}
	.fp__section-1 .s1__scroller::before {
		content: "";
		position: absolute;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
		height: calc(100% + 100px);
		background: #16947D;
		opacity: 0.09;
		z-index: -10;
		filter: blur(100px);
	}
}

@media (max-width: 768px) {
	.fp__section-1 {
		padding: 2rem 0;
		position: relative;
		z-index: 100;
	}
	.fp__section-1 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 2rem;
		position: relative;
	}
	.fp__section-1 .scroller-container {
		margin-top: 2rem;
		max-width: 100%;
	}
	.fp__section-1 .s1__dots-bg {
		position: absolute;
		top: 0%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: auto;
		text-align: center;
		z-index: -1;
	}
	.fp__section-1 .s1__dots-bg img {
		width: 100%;
		height: auto;
		opacity: 0.5;
	}
	.fp__section-1 .s1__top-heading {
		position: relative;
	}
	.fp__section-1 .s1__top-heading::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 100px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 2px;
		background: rgba(255, 255, 255, 0.05);
		background-color: rgba(255, 255, 255, 0.1);
		background-image: conic-gradient(from var(--conic-gradient-angle) at 50% 50%, transparent 80deg, rgba(255, 255, 255, 0.4) 90deg, rgba(255, 255, 255, 0.4) 100deg, transparent 110deg);
		animation: rotate-conic 4s linear infinite;
	}
	.fp__section-1 .s1__top-heading .th__transparent {
		background: transparent;
		padding: 7px;
		border-radius: 100px;
		color: #1daa91;
	}
	.fp__section-1 .s1__top-heading .th__transparent .th__inner {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
		text-align: center;
		font-size: 16px;
		padding: 8px 20px;
		line-height: 1;
		border-radius: 100px;
		overflow: hidden;
		position: relative;
	}
	.fp__section-1 .s1__top-heading .th__transparent .th__inner span {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.5s ease;
		background: linear-gradient(to right, transparent 20px, white 60px, transparent);
		color: rgba(255, 255, 255, 0.4);
		-webkit-background-clip: text;
		background-clip: text;
		background-size: 180px 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		animation: clip-highlight 4s linear infinite;
		mix-blend-mode: color-dodge;
		pointer-events: none;
		user-select: none;
	}
	.fp__section-1 .s1__heading .s1__h1 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
		text-shadow: 0px 4px 14px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.fp__section-1 .s1__heading .s1__h2 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		letter-spacing: 1px;
	}
	.fp__section-1 .s1__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.fp__section-1 .s1__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
	.fp__section-1 .s1__buttons {
		margin-top: 1rem;
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		align-items: center;
	}
	.fp__section-1 .s1__buttons .s1__button {
		display: flex;
	}
	.fp__section-1 .s1__buttons .s1__button.s1__2 a {
		background: rgba(194, 208, 228, 0.15) !important;
	}
	.fp__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::before {
		color: white !important;
	}
	.fp__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::after {
		color: white !important;
	}
	.fp__section-1 .s1__buttons .s1__button.s1__2 a:hover {
		background: rgba(194, 208, 228, 0.25) !important;
	}
	.fp__section-1 .s1__rating img {
		width: auto;
		height: 50px;
		opacity: 0.8;
	}
	.fp__section-1 .s1__top-reflection {
		height: 10px;
		width: 200px;
		margin-bottom: -2.2rem;
		transform: translateX(95%);
		animation: moveTopLightReflection 8s ease-in-out infinite alternate;
		background: radial-gradient(50% 100% at 50% 110%, white 20%, rgba(22, 148, 125, 0.6), transparent);
		filter: blur(4px);
		opacity: 0.7;
		transition: all 1s;
	}
	.fp__section-1 .s1__scroller {
		align-self: stretch;
		position: relative;
		padding: 2rem 0;
		-webkit-mask: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.2) 8%, black 20%, black 80%, rgba(0, 0, 0, 0.2) 91%, rgba(0, 0, 0, 0) 99%) border-box;
		overflow: hidden;
		display: flex;
		align-items: center;
		white-space: nowrap;
		gap: 1.5rem;
	}
	.fp__section-1 .s1__scroller .s1__scroll-container {
		display: flex;
		gap: 1rem;
		width: max-content;
		flex-wrap: nowrap;
		animation: statsScroll 8s forwards linear infinite;
	}
	.fp__section-1 .s1__scroller .s1__scroll-container .s1__scroll-item {
		flex-shrink: 0;
		border-radius: 15px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: url("../png/review-bg.png"), url("../png/review-grid.png"), rgba(11, 12, 16, 0.55);
		background-size: 100% 100%, 200px 100px, cover;
		background-position: center, 110% 100%, center;
		background-repeat: no-repeat;
		backdrop-filter: blur(25px);
		box-shadow: 9px 12px 15px 0px rgba(0, 0, 0, 0.25);
		padding: 1.5rem;
		gap: 14px;
		display: flex;
		flex-flow: column nowrap;
		z-index: 20;
		position: relative;
		transition: all 0.5s ease;
	}
	.fp__section-1 .s1__scroller .s1__scroll-container .s1__scroll-item .s1__item-title {
		font-size: 13px;
		font-weight: 500;
		color: rgba(255, 255, 255, 0.5);
		letter-spacing: normal;
		line-height: 1.2;
	}
	.fp__section-1 .s1__scroller .s1__scroll-container .s1__scroll-item .s1__item-value {
		font-weight: 700;
		font-size: 26px;
		line-height: 1;
		background: linear-gradient(113deg, #26F7DD -12.26%, rgba(244, 255, 122, 0.82) 121.26%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.fp__section-1 .s1__scroller .s1__top-border {
		position: absolute;
		top: 0;
		left: 0;
		height: 1px;
		width: 100%;
		background: rgba(22, 148, 125, 0.2);
		z-index: 9;
	}
	.fp__section-1 .s1__scroller .s1__top-border::before {
		opacity: 0;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 1px;
		width: 200px;
		background: linear-gradient(to right, transparent, #16947d);
		z-index: 10;
		border-radius: 100px;
		animation: horizontalLineMovement 10s linear infinite;
	}
	.fp__section-1 .s1__scroller .s1__bottom-border {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 1px;
		width: 100%;
		background: rgba(22, 148, 125, 0.2);
	}
	.fp__section-1 .s1__scroller .s1__bottom-border::before {
		opacity: 0;
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		height: 1px;
		width: 200px;
		background: linear-gradient(to left, transparent, #16947d);
		z-index: 10;
		border-radius: 100px;
		animation: horizontalLineMovement-r 7s linear infinite;
	}
	.fp__section-1 .s1__scroller::before {
		content: "";
		position: absolute;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
		height: calc(100% + 100px);
		background: #16947D;
		opacity: 0.09;
		z-index: -10;
		filter: blur(100px);
	}
}

@media (max-width: 640px) {
	.fp__section-1 {
		padding: 2rem 0;
		position: relative;
		z-index: 100;
	}
	.fp__section-1 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 2rem;
		position: relative;
	}
	.fp__section-1 .scroller-container {
		margin-top: 2rem;
		max-width: 100%;
	}
	.fp__section-1 .s1__dots-bg {
		position: absolute;
		top: 0%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: auto;
		text-align: center;
		z-index: -1;
	}
	.fp__section-1 .s1__dots-bg img {
		width: 100%;
		height: auto;
		opacity: 0.5;
	}
	.fp__section-1 .s1__top-heading {
		position: relative;
	}
	.fp__section-1 .s1__top-heading::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 100px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 2px;
		background: rgba(255, 255, 255, 0.05);
		background-color: rgba(255, 255, 255, 0.1);
		background-image: conic-gradient(from var(--conic-gradient-angle) at 50% 50%, transparent 80deg, rgba(255, 255, 255, 0.4) 90deg, rgba(255, 255, 255, 0.4) 100deg, transparent 110deg);
		animation: rotate-conic 4s linear infinite;
	}
	.fp__section-1 .s1__top-heading .th__transparent {
		background: transparent;
		padding: 7px;
		border-radius: 100px;
		color: #1daa91;
	}
	.fp__section-1 .s1__top-heading .th__transparent .th__inner {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
		text-align: center;
		font-size: 16px;
		padding: 8px 20px;
		line-height: 1;
		border-radius: 100px;
		overflow: hidden;
		position: relative;
	}
	.fp__section-1 .s1__top-heading .th__transparent .th__inner span {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.5s ease;
		background: linear-gradient(to right, transparent 20px, white 60px, transparent);
		color: rgba(255, 255, 255, 0.4);
		-webkit-background-clip: text;
		background-clip: text;
		background-size: 180px 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		animation: clip-highlight 4s linear infinite;
		mix-blend-mode: color-dodge;
		pointer-events: none;
		user-select: none;
	}
	.fp__section-1 .s1__heading .s1__h1 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
		text-shadow: 0px 4px 14px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.fp__section-1 .s1__heading .s1__h2 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		letter-spacing: 1px;
	}
	.fp__section-1 .s1__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.fp__section-1 .s1__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
	.fp__section-1 .s1__buttons {
		margin-top: 1rem;
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		align-items: center;
	}
	.fp__section-1 .s1__buttons .s1__button {
		flex: 1 1 100%;
		display: flex;
	}
	.fp__section-1 .s1__buttons .s1__button a {
		width: 100%;
	}
	.fp__section-1 .s1__buttons .s1__button.s1__2 a {
		background: rgba(194, 208, 228, 0.15) !important;
	}
	.fp__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::before {
		color: white !important;
	}
	.fp__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::after {
		color: white !important;
	}
	.fp__section-1 .s1__buttons .s1__button.s1__2 a:hover {
		background: rgba(194, 208, 228, 0.25) !important;
	}
	.fp__section-1 .s1__rating img {
		width: auto;
		height: 50px;
		opacity: 0.8;
	}
	.fp__section-1 .s1__top-reflection {
		height: 10px;
		width: 200px;
		margin-bottom: -2.2rem;
		transform: translateX(95%);
		animation: moveTopLightReflection 8s ease-in-out infinite alternate;
		background: radial-gradient(50% 100% at 50% 110%, white 20%, rgba(22, 148, 125, 0.6), transparent);
		filter: blur(4px);
		opacity: 0.7;
		transition: all 1s;
	}
	.fp__section-1 .s1__scroller {
		align-self: stretch;
		position: relative;
		padding: 2rem 0;
		-webkit-mask: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.2) 8%, black 20%, black 80%, rgba(0, 0, 0, 0.2) 91%, rgba(0, 0, 0, 0) 99%) border-box;
		overflow: hidden;
		display: flex;
		align-items: center;
		white-space: nowrap;
		gap: 1.5rem;
	}
	.fp__section-1 .s1__scroller .s1__scroll-container {
		display: flex;
		gap: 1rem;
		width: max-content;
		flex-wrap: nowrap;
		animation: statsScroll 8s forwards linear infinite;
	}
	.fp__section-1 .s1__scroller .s1__scroll-container .s1__scroll-item {
		flex-shrink: 0;
		border-radius: 15px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: url("../png/review-bg.png"), url("../png/review-grid.png"), rgba(11, 12, 16, 0.55);
		background-size: 100% 100%, 200px 100px, cover;
		background-position: center, 110% 100%, center;
		background-repeat: no-repeat;
		backdrop-filter: blur(25px);
		box-shadow: 9px 12px 15px 0px rgba(0, 0, 0, 0.25);
		padding: 1.5rem;
		gap: 14px;
		display: flex;
		flex-flow: column nowrap;
		z-index: 20;
		position: relative;
		transition: all 0.5s ease;
	}
	.fp__section-1 .s1__scroller .s1__scroll-container .s1__scroll-item .s1__item-title {
		font-size: 13px;
		font-weight: 500;
		color: rgba(255, 255, 255, 0.5);
		letter-spacing: normal;
		line-height: 1.2;
	}
	.fp__section-1 .s1__scroller .s1__scroll-container .s1__scroll-item .s1__item-value {
		font-weight: 700;
		font-size: 26px;
		line-height: 1;
		background: linear-gradient(113deg, #26F7DD -12.26%, rgba(244, 255, 122, 0.82) 121.26%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.fp__section-1 .s1__scroller .s1__top-border {
		position: absolute;
		top: 0;
		left: 0;
		height: 1px;
		width: 100%;
		background: rgba(22, 148, 125, 0.2);
		z-index: 9;
	}
	.fp__section-1 .s1__scroller .s1__top-border::before {
		opacity: 0;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 1px;
		width: 200px;
		background: linear-gradient(to right, transparent, #16947d);
		z-index: 10;
		border-radius: 100px;
		animation: horizontalLineMovement 10s linear infinite;
	}
	.fp__section-1 .s1__scroller .s1__bottom-border {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 1px;
		width: 100%;
		background: rgba(22, 148, 125, 0.2);
	}
	.fp__section-1 .s1__scroller .s1__bottom-border::before {
		opacity: 0;
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		height: 1px;
		width: 200px;
		background: linear-gradient(to left, transparent, #16947d);
		z-index: 10;
		border-radius: 100px;
		animation: horizontalLineMovement-r 7s linear infinite;
	}
	.fp__section-1 .s1__scroller::before {
		content: "";
		position: absolute;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
		height: calc(100% + 100px);
		background: #16947D;
		opacity: 0.09;
		z-index: -10;
		filter: blur(100px);
	}
}

@property --conic-gradient-angle-section-2 {
	syntax: '<angle>';
	initial-value: 0deg;
	inherits: false;
}

.fp__section-2 {
	padding: 12rem 0;
	position: relative;
	z-index: 10;
}

.fp__section-2 .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 1.5rem;
	position: relative;
}

.fp__section-2 .s2__grid {
	position: absolute;
	top: -50%;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fp__section-2 .s2__grid img {
	width: 70%;
}

.fp__section-2 .s2__heading .s2__h2 {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
	text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.fp__section-2 .s2__heading .s2__h2 span {
	font-weight: 700;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
	display: block;
}

.fp__section-2 .s2__paragraph {
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	max-width: 50%;
	margin: 0 auto;
}

.fp__section-2 .s2__paragraph span {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: underline;
	font-weight: 600;
}

.fp__section-2 .s2__boxes {
	margin-top: 3rem;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	gap: 2rem;
}

.fp__section-2 .s2__boxes .s2__box {
	flex: 1 1 0;
	padding: 10px;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	border: 1px solid transparent;
	background: transparent;
	transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
}

.fp__section-2 .s2__boxes .s2__box::before {
	opacity: 0;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	background: radial-gradient(60% 80px at 50% 100%, rgba(255, 255, 255, 0.18), transparent);
	filter: blur(3px);
	transition: all 2s ease;
}

.fp__section-2 .s2__boxes .s2__box .s2__outer {
	height: 100%;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
}

.fp__section-2 .s2__boxes .s2__box .s2__outer::before {
	content: "";
	position: absolute;
	inset: 0;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	z-index: 20;
	padding: 2px;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.1);
	background-image: conic-gradient(from var(--conic-gradient-angle-section-2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
	filter: blur(3px);
	animation: rotate-conic-section-2 4s linear infinite;
	opacity: 0;
	transition: all 0.5s ease;
}

.fp__section-2 .s2__boxes .s2__box .s2__outer .s2__inner {
	height: 100%;
	padding: 1.5rem;
	border-radius: 15px;
	position: relative;
	z-index: 10;
	background: rgba(255, 255, 255, 0.02);
	display: flex;
	gap: 10px;
	flex-flow: column nowrap;
	transition: all 2s ease;
}

.fp__section-2 .s2__boxes .s2__box .s2__outer .s2__inner .s2__box-title {
	font-weight: 800;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 40%, #ecfffa);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 20px;
	transition: inherit;
	opacity: 0.7;
}

.fp__section-2 .s2__boxes .s2__box .s2__outer .s2__inner .s2__box-paragraph {
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.4;
	transition: inherit;
	opacity: 0.5;
}

.fp__section-2 .s2__boxes .s2__box.active {
	transform: translateY(-25px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
}

.fp__section-2 .s2__boxes .s2__box.active::before {
	opacity: 1;
}

.fp__section-2 .s2__boxes .s2__box.active .s2__outer::before {
	opacity: 1;
}

.fp__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner {
	border-radius: 15px;
	position: relative;
	z-index: 10;
	background: rgba(255, 255, 255, 0.08);
}

.fp__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner .s2__box-title {
	opacity: 1;
}

.fp__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner .s2__box-paragraph {
	opacity: 1;
}

@media (max-width: 1300px) {
	.fp__section-2 {
		padding: 10rem 0;
	}
}

@media (max-width: 992px) {
	.fp__section-2 {
		padding: 6rem 0;
		position: relative;
		z-index: 10;
	}
	.fp__section-2 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 1.5rem;
		position: relative;
	}
	.fp__section-2 .s2__grid {
		position: absolute;
		top: -30%;
		z-index: -1;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fp__section-2 .s2__grid img {
		width: 80%;
	}
	.fp__section-2 .s2__heading .s2__h2 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.fp__section-2 .s2__heading .s2__h2 span {
		font-weight: 700;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.fp__section-2 .s2__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.fp__section-2 .s2__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
	.fp__section-2 .s2__boxes {
		margin-top: 2rem;
		display: flex;
		flex-flow: row wrap;
		align-items: stretch;
		gap: 0.5rem;
	}
	.fp__section-2 .s2__boxes .s2__box {
		flex: 1 1 0;
		padding: 10px;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		border: 1px solid transparent;
		background: transparent;
		transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
	}
	.fp__section-2 .s2__boxes .s2__box::before {
		opacity: 0;
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
		background: radial-gradient(60% 80px at 50% 100%, rgba(255, 255, 255, 0.18), transparent);
		filter: blur(3px);
		transition: all 2s ease;
	}
	.fp__section-2 .s2__boxes .s2__box .s2__outer {
		height: 100%;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
	}
	.fp__section-2 .s2__boxes .s2__box .s2__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		z-index: 20;
		padding: 2px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, 0.1);
		background-image: conic-gradient(from var(--conic-gradient-angle-section-2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		filter: blur(3px);
		animation: rotate-conic-section-2 4s linear infinite;
		opacity: 0;
		transition: all 0.5s ease;
	}
	.fp__section-2 .s2__boxes .s2__box .s2__outer .s2__inner {
		height: 100%;
		padding: 1rem;
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.02);
		display: flex;
		gap: 10px;
		flex-flow: column nowrap;
		transition: all 2s ease;
	}
	.fp__section-2 .s2__boxes .s2__box .s2__outer .s2__inner .s2__box-title {
		font-weight: 800;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 40%, #ecfffa);
		background-clip: text;
		-webkit-background-clip: text;
		color: transparent;
		-webkit-text-fill-color: transparent;
		font-size: 20px;
		transition: inherit;
		opacity: 0.7;
	}
	.fp__section-2 .s2__boxes .s2__box .s2__outer .s2__inner .s2__box-paragraph {
		color: rgba(255, 255, 255, 0.6);
		line-height: 1.4;
		transition: inherit;
		opacity: 0.5;
	}
	.fp__section-2 .s2__boxes .s2__box.active {
		transform: translateY(-25px);
		border: 1px solid rgba(255, 255, 255, 0.1);
		background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
	}
	.fp__section-2 .s2__boxes .s2__box.active::before {
		opacity: 1;
	}
	.fp__section-2 .s2__boxes .s2__box.active .s2__outer::before {
		opacity: 1;
	}
	.fp__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner {
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.08);
	}
	.fp__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner .s2__box-title {
		opacity: 1;
	}
	.fp__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner .s2__box-paragraph {
		opacity: 1;
	}
}

@media (max-width: 768px) {
	.fp__section-2 {
		padding: 8rem 0;
		position: relative;
		z-index: 10;
	}
	.fp__section-2 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 1.5rem;
		position: relative;
	}
	.fp__section-2 .s2__grid {
		position: absolute;
		top: -20%;
		z-index: -1;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fp__section-2 .s2__grid img {
		width: 100%;
	}
	.fp__section-2 .s2__heading .s2__h2 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.fp__section-2 .s2__heading .s2__h2 span {
		font-weight: 700;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.fp__section-2 .s2__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.fp__section-2 .s2__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
	.fp__section-2 .s2__boxes {
		margin-top: 2rem;
		display: flex;
		flex-flow: row wrap;
		align-items: stretch;
		gap: 0.5rem;
	}
	.fp__section-2 .s2__boxes .s2__box {
		flex: 1 1 100%;
		padding: 10px;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		border: 1px solid transparent;
		background: transparent;
		transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
	}
	.fp__section-2 .s2__boxes .s2__box::before {
		opacity: 0;
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
		background: radial-gradient(60% 80px at 50% 100%, rgba(255, 255, 255, 0.18), transparent);
		filter: blur(3px);
		transition: all 2s ease;
	}
	.fp__section-2 .s2__boxes .s2__box .s2__outer {
		height: 100%;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
	}
	.fp__section-2 .s2__boxes .s2__box .s2__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		z-index: 20;
		padding: 2px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, 0.1);
		background-image: conic-gradient(from var(--conic-gradient-angle-section-2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		filter: blur(3px);
		animation: rotate-conic-section-2 4s linear infinite;
		opacity: 0;
		transition: all 0.5s ease;
	}
	.fp__section-2 .s2__boxes .s2__box .s2__outer .s2__inner {
		height: 100%;
		padding: 1rem;
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.02);
		display: flex;
		gap: 10px;
		flex-flow: column nowrap;
		transition: all 2s ease;
	}
	.fp__section-2 .s2__boxes .s2__box .s2__outer .s2__inner .s2__box-title {
		font-weight: 800;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 40%, #ecfffa);
		background-clip: text;
		-webkit-background-clip: text;
		color: transparent;
		-webkit-text-fill-color: transparent;
		font-size: 20px;
		transition: inherit;
		opacity: 0.7;
	}
	.fp__section-2 .s2__boxes .s2__box .s2__outer .s2__inner .s2__box-paragraph {
		color: rgba(255, 255, 255, 0.6);
		line-height: 1.4;
		transition: inherit;
		opacity: 0.5;
	}
	.fp__section-2 .s2__boxes .s2__box.active {
		transform: translateY(0px);
		border: 1px solid rgba(255, 255, 255, 0.1);
		background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
	}
	.fp__section-2 .s2__boxes .s2__box.active::before {
		opacity: 1;
	}
	.fp__section-2 .s2__boxes .s2__box.active .s2__outer::before {
		opacity: 1;
	}
	.fp__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner {
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.08);
	}
	.fp__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner .s2__box-title {
		opacity: 1;
	}
	.fp__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner .s2__box-paragraph {
		opacity: 1;
	}
}

@media (max-width: 640px) {
	.fp__section-2 {
		padding: 6rem 0;
		position: relative;
		z-index: 10;
	}
	.fp__section-2 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 1.5rem;
		position: relative;
	}
	.fp__section-2 .s2__grid {
		position: absolute;
		top: -10%;
		z-index: -1;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fp__section-2 .s2__grid img {
		width: 100%;
	}
	.fp__section-2 .s2__heading .s2__h2 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.fp__section-2 .s2__heading .s2__h2 span {
		font-weight: 700;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.fp__section-2 .s2__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.fp__section-2 .s2__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
	.fp__section-2 .s2__boxes {
		margin-top: 2rem;
		display: flex;
		flex-flow: row wrap;
		align-items: stretch;
		gap: 0.5rem;
	}
	.fp__section-2 .s2__boxes .s2__box {
		flex: 1 1 100%;
		padding: 10px;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		border: 1px solid transparent;
		background: transparent;
		transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
	}
	.fp__section-2 .s2__boxes .s2__box::before {
		opacity: 0;
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
		background: radial-gradient(60% 80px at 50% 100%, rgba(255, 255, 255, 0.18), transparent);
		filter: blur(3px);
		transition: all 2s ease;
	}
	.fp__section-2 .s2__boxes .s2__box .s2__outer {
		height: 100%;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
	}
	.fp__section-2 .s2__boxes .s2__box .s2__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		z-index: 20;
		padding: 2px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, 0.1);
		background-image: conic-gradient(from var(--conic-gradient-angle-section-2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		filter: blur(3px);
		animation: rotate-conic-section-2 4s linear infinite;
		opacity: 0;
		transition: all 0.5s ease;
	}
	.fp__section-2 .s2__boxes .s2__box .s2__outer .s2__inner {
		height: 100%;
		padding: 1rem;
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.02);
		display: flex;
		gap: 10px;
		flex-flow: column nowrap;
		transition: all 2s ease;
	}
	.fp__section-2 .s2__boxes .s2__box .s2__outer .s2__inner .s2__box-title {
		font-weight: 800;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 40%, #ecfffa);
		background-clip: text;
		-webkit-background-clip: text;
		color: transparent;
		-webkit-text-fill-color: transparent;
		font-size: 20px;
		transition: inherit;
		opacity: 0.7;
	}
	.fp__section-2 .s2__boxes .s2__box .s2__outer .s2__inner .s2__box-paragraph {
		color: rgba(255, 255, 255, 0.6);
		line-height: 1.4;
		transition: inherit;
		opacity: 0.5;
	}
	.fp__section-2 .s2__boxes .s2__box.active {
		transform: translateY(0px);
		border: 1px solid rgba(255, 255, 255, 0.1);
		background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
	}
	.fp__section-2 .s2__boxes .s2__box.active::before {
		opacity: 1;
	}
	.fp__section-2 .s2__boxes .s2__box.active .s2__outer::before {
		opacity: 1;
	}
	.fp__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner {
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.08);
	}
	.fp__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner .s2__box-title {
		opacity: 1;
	}
	.fp__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner .s2__box-paragraph {
		opacity: 1;
	}
}

@property --conic-gradient-angle-section-2 {
	syntax: '<angle>';
	initial-value: 0deg;
	inherits: false;
}

.fp__section-3 {
	padding: 12rem 0;
	background: radial-gradient(120% 120% at 50% 0%, transparent 40%, rgba(29, 170, 145, 0.05) 65%, rgba(29, 170, 145, 0.7) 100%);
	border-radius: 100px;
	position: relative;
	z-index: 9;
}

.fp__section-3 #s3__canvas {
	position: absolute;
	width: 100%;
	height: 500px;
	z-index: -1;
	top: -200px;
}

.fp__section-3 .container {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 2rem;
	position: relative;
	z-index: 10;
}

.fp__section-3 .s3__left {
	flex: 0 1 45%;
}

.fp__section-3 .s3__left .s3__top-heading {
	line-height: 1.2;
	font-weight: 500;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.9);
}

.fp__section-3 .s3__left .s3__bottom-heading {
	line-height: 1.2;
	font-weight: 800;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 4px 6px rgba(3, 195, 161, 0.7);
	display: block;
}

.fp__section-3 .s3__left .s3__paragraph {
	color: rgba(255, 255, 255, 0.8);
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	max-width: 80%;
}

.fp__section-3 .s3__right {
	flex: 1 1 55%;
	max-width: 775px;
	min-width: 772px;
}

.fp__section-3 .s3__right .s3__table .s3__outer {
	padding: 10px;
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(120deg, rgba(255, 255, 255, 0.01), transparent);
	backdrop-filter: blur(2px);
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
	gap: 10px;
	position: relative;
}

.fp__section-3 .s3__right .s3__table .s3__outer .s3__icon {
	z-index: 100;
	position: absolute;
	top: -2px;
	left: 195px;
	transform: translateY(-50%) translateX(-50%);
}

.fp__section-3 .s3__right .s3__table .s3__outer .s3__icon img {
	width: 150px;
	height: auto;
}

.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table {
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(to bottom, rgba(22, 148, 125, 0.05), rgba(255, 255, 255, 0.03), transparent);
	display: flex;
	flex-flow: column nowrap;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table .s3__header {
	flex: 0 0 112px;
	font-weight: 700;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.2;
	padding: 2rem 1rem;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
}

.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table .s3__row {
	flex: 0 0 105px;
	font-weight: 500;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	padding: 1rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table .s3__row span {
	font-weight: 800;
	background: linear-gradient(87deg, #BDFF7A -3.2%, #0BF0FF 102.91%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table .s3__row:not(:last-of-type) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table.others {
	box-shadow: none;
	border: none;
	background: transparent;
	opacity: 0.9;
}

.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table.others .s3__row strong {
	font-weight: 700;
	color: #FF2971;
}

.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table.others::after, .fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table.others::before {
	content: none;
}

.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table::before {
	content: "";
	position: absolute;
	left: -34px;
	top: -5px;
	width: 80px;
	height: 140%;
	background: radial-gradient(50% 100% at top center, rgba(22, 148, 125, 0.3) 40%, transparent);
	transform-origin: top center;
	transform: rotate(-40deg);
	filter: blur(20px);
	z-index: 1;
	animation: infiniteLightSwing 5s ease-in-out infinite alternate;
}

.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table::after {
	content: "";
	position: absolute;
	bottom: -13%;
	left: 50%;
	transform: translateX(-50%);
	transform-origin: top center;
	width: 700px;
	height: 60%;
	background: radial-gradient(100% 140px at 50% 100%, rgba(22, 148, 125, 0.4), transparent);
	filter: blur(8px);
	animation: infiniteSwing 4s ease-in-out infinite alternate;
}

.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table .s3__dots {
	position: absolute;
	z-index: -1;
	top: -10%;
	right: -40%;
	width: 400px;
	opacity: 0.8;
}

.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table .s3__dots img {
	width: 100%;
	height: auto;
}

.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table .s3__particles #s3__canvas {
	width: 100%;
	height: 200px;
	z-index: 100;
}

@media (max-width: 1300px) {
	.fp__section-3 {
		padding: 10rem 0 5rem;
		border-radius: 60px;
	}
}

@media (max-width: 1200px) {
	.fp__section-3 {
		padding: 6rem 0 3rem;
		background: radial-gradient(120% 120% at 50% 0%, transparent 40%, rgba(29, 170, 145, 0.05) 65%, rgba(29, 170, 145, 0.7) 100%);
		border-radius: 40px;
		position: relative;
		z-index: 9;
	}
	.fp__section-3 #s3__canvas {
		position: absolute;
		width: 100%;
		height: 500px;
		z-index: -1;
	}
	.fp__section-3 .container {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		gap: 4rem;
		position: relative;
		z-index: 10;
	}
	.fp__section-3 .s3__left {
		flex: 0 1 100%;
	}
	.fp__section-3 .s3__left .s3__top-heading {
		line-height: 1.2;
		font-weight: 500;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.9);
		text-align: center;
	}
	.fp__section-3 .s3__left .s3__bottom-heading {
		text-align: center;
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 6px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.fp__section-3 .s3__left .s3__paragraph {
		color: rgba(255, 255, 255, 0.8);
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 80%;
		text-align: center;
		margin: 0 auto;
	}
	.fp__section-3 .s3__right {
		flex: 1 1 100%;
		max-width: 775px;
		margin: 0 auto;
		min-width: auto;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer {
		padding: 10px;
		border-radius: 15px;
		border: 1px solid rgba(255, 255, 255, 0.1);
		background: linear-gradient(120deg, rgba(255, 255, 255, 0.01), transparent);
		backdrop-filter: blur(2px);
		display: flex;
		flex-flow: row nowrap;
		align-items: stretch;
		gap: 10px;
		position: relative;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__icon {
		z-index: 100;
		position: absolute;
		top: -2px;
		left: 182px;
		transform: translateY(-50%) translateX(-50%);
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__icon img {
		width: 150px;
		height: auto;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table {
		border-radius: 15px;
		border: 1px solid rgba(255, 255, 255, 0.1);
		background: linear-gradient(to bottom, rgba(22, 148, 125, 0.05), rgba(255, 255, 255, 0.03), transparent);
		display: flex;
		flex-flow: column nowrap;
		position: relative;
		overflow: hidden;
		z-index: 10;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table .s3__header {
		flex: 0 0 112px;
		font-weight: 700;
		font-size: 18px;
		color: rgba(255, 255, 255, 0.9);
		line-height: 1.2;
		padding: 2rem 1rem;
		text-align: center;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table .s3__row {
		flex: 0 0 105px;
		font-weight: 500;
		font-size: 16px;
		color: rgba(255, 255, 255, 0.6);
		padding: 1rem;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table .s3__row span {
		color: rgba(255, 255, 255, 0.8);
		font-weight: 600;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table .s3__row:not(:last-of-type) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table.others {
		box-shadow: none;
		border: none;
		background: transparent;
		opacity: 0.9;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table.others .s3__row strong {
		font-weight: 700;
		color: #FF2971;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table.others::after, .fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table.others::before {
		content: none;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table::before {
		content: "";
		position: absolute;
		left: -34px;
		top: -5px;
		width: 80px;
		height: 140%;
		background: radial-gradient(50% 100% at top center, rgba(22, 148, 125, 0.3) 40%, transparent);
		transform-origin: top center;
		transform: rotate(-40deg);
		filter: blur(20px);
		z-index: 1;
		animation: infiniteLightSwing 5s ease-in-out infinite alternate;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table::after {
		content: "";
		position: absolute;
		bottom: -13%;
		left: 50%;
		transform: translateX(-50%);
		transform-origin: top center;
		width: 700px;
		height: 60%;
		background: radial-gradient(100% 140px at 50% 100%, rgba(22, 148, 125, 0.4), transparent);
		filter: blur(8px);
		animation: infiniteSwing 4s ease-in-out infinite alternate;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table .s3__dots {
		position: absolute;
		z-index: -1;
		top: -10%;
		right: -40%;
		width: 400px;
		opacity: 0.8;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table .s3__dots img {
		width: 100%;
		height: auto;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table .s3__particles #s3__canvas {
		width: 100%;
		height: 200px;
		z-index: 100;
	}
}

@media (max-width: 768px) {
	.fp__section-3 {
		padding: 8rem 0 3rem;
		background: radial-gradient(120% 120% at 50% 0%, transparent 40%, rgba(29, 170, 145, 0.05) 65%, rgba(29, 170, 145, 0.7) 100%);
		border-radius: 30px;
		position: relative;
		z-index: 9;
	}
	.fp__section-3 #s3__canvas {
		display: none;
		position: absolute;
		width: 100%;
		height: 500px;
		z-index: -1;
	}
	.fp__section-3 .container {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		gap: 4rem;
		position: relative;
		z-index: 10;
	}
	.fp__section-3 .s3__left {
		flex: 0 1 100%;
	}
	.fp__section-3 .s3__left .s3__top-heading {
		line-height: 1.2;
		font-weight: 500;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.9);
	}
	.fp__section-3 .s3__left .s3__bottom-heading {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 6px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.fp__section-3 .s3__left .s3__paragraph {
		color: rgba(255, 255, 255, 0.8);
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
	}
	.fp__section-3 .s3__right {
		flex: 1 1 100%;
		max-width: 775px;
		min-width: auto;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer {
		padding: 10px;
		border-radius: 15px;
		border: 1px solid rgba(255, 255, 255, 0.1);
		background: linear-gradient(120deg, rgba(255, 255, 255, 0.01), transparent);
		backdrop-filter: blur(2px);
		display: flex;
		flex-flow: row wrap;
		align-items: stretch;
		gap: 10px;
		position: relative;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__icon {
		z-index: 100;
		position: absolute;
		top: -2px;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__icon img {
		width: 150px;
		height: auto;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table {
		flex: 1 1 100%;
		border-radius: 15px;
		border: 1px solid rgba(255, 255, 255, 0.1);
		background: linear-gradient(to bottom, rgba(22, 148, 125, 0.05), rgba(255, 255, 255, 0.03), transparent);
		display: flex;
		flex-flow: column nowrap;
		position: relative;
		overflow: hidden;
		z-index: 10;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table .s3__header {
		flex: 0 0 112px;
		font-weight: 700;
		font-size: 18px;
		color: rgba(255, 255, 255, 0.9);
		line-height: 1.2;
		padding: 2rem 1rem;
		text-align: center;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table .s3__row {
		flex: 0 0 105px;
		font-weight: 500;
		font-size: 16px;
		color: rgba(255, 255, 255, 0.6);
		padding: 1rem;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table .s3__row span {
		color: rgba(255, 255, 255, 0.8);
		font-weight: 600;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table .s3__row:not(:last-of-type) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table.others {
		box-shadow: none;
		border: none;
		background: transparent;
		opacity: 0.9;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table.others .s3__row {
		flex: 1 1 85px;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table.others .s3__row strong {
		font-weight: 700;
		color: #FF2971;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table.others::after, .fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table.others::before {
		content: none;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table::before {
		content: "";
		position: absolute;
		left: -34px;
		top: -5px;
		width: 80px;
		height: 140%;
		background: radial-gradient(50% 100% at top center, rgba(22, 148, 125, 0.3) 40%, transparent);
		transform-origin: top center;
		transform: rotate(-40deg);
		filter: blur(20px);
		z-index: 1;
		animation: infiniteLightSwing 5s ease-in-out infinite alternate;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table::after {
		content: "";
		position: absolute;
		bottom: -30%;
		left: 50%;
		transform: translateX(-50%);
		transform-origin: top center;
		width: 700px;
		height: 90%;
		background: radial-gradient(100% 200px at 50% 100%, rgba(22, 148, 125, 0.4), transparent);
		filter: blur(8px);
		animation: infiniteSwing 4s ease-in-out infinite alternate;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table .s3__dots {
		position: absolute;
		z-index: -1;
		top: -10%;
		right: -40%;
		width: 500px;
		opacity: 0.8;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table .s3__dots img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 640px) {
	.fp__section-3 {
		padding: 6rem 0 3rem;
		background: radial-gradient(120% 120% at 50% 0%, transparent 40%, rgba(29, 170, 145, 0.05) 65%, rgba(29, 170, 145, 0.7) 100%);
		border-radius: 30px;
		position: relative;
		z-index: 9;
	}
	.fp__section-3 #s3__canvas {
		display: none;
		position: absolute;
		width: 100%;
		height: 500px;
		z-index: -1;
	}
	.fp__section-3 .container {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		gap: 4rem;
		position: relative;
		z-index: 10;
	}
	.fp__section-3 .s3__left {
		flex: 0 1 100%;
	}
	.fp__section-3 .s3__left .s3__top-heading {
		line-height: 1.2;
		font-weight: 500;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.9);
	}
	.fp__section-3 .s3__left .s3__bottom-heading {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 6px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.fp__section-3 .s3__left .s3__paragraph {
		color: rgba(255, 255, 255, 0.8);
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
	}
	.fp__section-3 .s3__right {
		flex: 1 1 100%;
		max-width: 775px;
		min-width: auto;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer {
		padding: 10px;
		border-radius: 15px;
		border: 1px solid rgba(255, 255, 255, 0.1);
		background: linear-gradient(120deg, rgba(255, 255, 255, 0.01), transparent);
		backdrop-filter: blur(2px);
		display: flex;
		flex-flow: row wrap;
		align-items: stretch;
		gap: 10px;
		position: relative;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__icon {
		z-index: 100;
		position: absolute;
		top: -2px;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__icon img {
		width: 150px;
		height: auto;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table {
		flex: 1 1 100%;
		border-radius: 15px;
		border: 1px solid rgba(255, 255, 255, 0.1);
		background: linear-gradient(to bottom, rgba(22, 148, 125, 0.05), rgba(255, 255, 255, 0.03), transparent);
		display: flex;
		flex-flow: column nowrap;
		position: relative;
		overflow: hidden;
		z-index: 10;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table .s3__header {
		flex: 0 0 112px;
		font-weight: 700;
		font-size: 18px;
		color: rgba(255, 255, 255, 0.9);
		line-height: 1.2;
		padding: 2rem 1rem;
		text-align: center;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table .s3__row {
		flex: 0 0 105px;
		font-weight: 500;
		font-size: 16px;
		color: rgba(255, 255, 255, 0.6);
		padding: 1rem;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table .s3__row span {
		color: rgba(255, 255, 255, 0.8);
		font-weight: 600;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table .s3__row:not(:last-of-type) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table.others {
		box-shadow: none;
		border: none;
		background: transparent;
		opacity: 0.9;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table.others .s3__row {
		flex: 1 1 85px;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table.others .s3__row strong {
		font-weight: 700;
		color: #FF2971;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table.others::after, .fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table.others::before {
		content: none;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table::before {
		content: "";
		position: absolute;
		left: -34px;
		top: -5px;
		width: 80px;
		height: 140%;
		background: radial-gradient(50% 100% at top center, rgba(22, 148, 125, 0.3) 40%, transparent);
		transform-origin: top center;
		transform: rotate(-40deg);
		filter: blur(20px);
		z-index: 1;
		animation: infiniteLightSwing 5s ease-in-out infinite alternate;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table::after {
		content: "";
		position: absolute;
		bottom: -20%;
		left: 50%;
		transform: translateX(-50%);
		transform-origin: top center;
		width: 700px;
		height: 80%;
		background: radial-gradient(100% 140px at 50% 100%, rgba(22, 148, 125, 0.4), transparent);
		filter: blur(8px);
		animation: infiniteSwing 4s ease-in-out infinite alternate;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table .s3__dots {
		position: absolute;
		z-index: -1;
		top: -10%;
		right: -40%;
		width: 400px;
		opacity: 0.8;
	}
	.fp__section-3 .s3__right .s3__table .s3__outer .s3__inner-table .s3__dots img {
		width: 100%;
		height: auto;
	}
}

.fp__section-4 {
	padding: 18rem 0 12rem;
}

.fp__section-4 .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 10;
}

.fp__section-4 .s4__top-heading {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
	text-shadow: 0px 3px 8px rgba(255, 255, 255, 0.4);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.fp__section-4 .s4__bottom-heading {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
	display: block;
}

.fp__section-4 .s4__paragraph {
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	max-width: 50%;
	margin: 0 auto;
}

.fp__section-4 .s4__table {
	width: 100%;
	margin-top: 4rem;
	border-collapse: collapse;
}

.fp__section-4 .s4__table .s4__grid-table {
	display: grid;
	grid-template-areas: "header1 header2 header3" "row row row";
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: minmax(50px, auto);
}

.fp__section-4 .s4__table .s4__grid-table .s4__table-header {
	font-weight: 400;
	letter-spacing: normal;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: none !important;
	padding: 12px 12px 20px !important;
}

.fp__section-4 .s4__table .s4__grid-table .s4__table-item {
	text-align: center;
	font-size: 15px;
	line-height: 1.4;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px;
	color: rgba(255, 255, 255, 0.6);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide {
	grid-row-start: 2;
	grid-row-end: 3;
	grid-column-start: 1;
	grid-column-end: -1;
	border-top: 2px solid rgba(22, 148, 125, 0.32);
	border-bottom: 2px solid rgba(22, 148, 125, 0.32);
	position: relative;
	padding: 0px;
}

.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide .highlight {
	opacity: 0.6;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8;
	--stripes: repeating-linear-gradient(to right, transparent 10%, rgba(22, 148, 125, 0.2), transparent 20%);
	background: var(--stripes);
	background-size: 200%;
	background-position: 50% 50%;
}

.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide .highlight::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: var(--stripes);
	background-position: 50% 50%;
	background-size: 50%;
	animation: smoothBg 60s linear infinite;
	background-attachment: fixed;
	mix-blend-mode: difference;
}

.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide .s4__grid {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 1.5rem 0;
	position: relative;
	z-index: 9;
}

.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide .s4__grid div {
	padding: 0 12px;
	color: #03c3a1;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide::before {
	content: "";
	position: absolute;
	top: -2px;
	height: 2px;
	background: linear-gradient(to right, transparent, rgba(22, 148, 125, 0.7), rgba(255, 255, 255, 0.6), rgba(22, 148, 125, 0.7), transparent);
	background-size: 50% 100%;
	background-position: -100% 0;
	background-repeat: no-repeat;
	z-index: 10;
	border-radius: 100px;
	width: 100%;
	animation: backgroundSizeAnimation 10s ease-in-out infinite;
	fill: blur(3px);
}

.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide::after {
	content: "";
	position: absolute;
	bottom: -2px;
	height: 2px;
	background: linear-gradient(to right, transparent, rgba(22, 148, 125, 0.7), rgba(255, 255, 255, 0.6), rgba(22, 148, 125, 0.7), transparent);
	background-size: 50% 100%;
	background-position: 200% 0;
	background-repeat: no-repeat;
	z-index: 10;
	border-radius: 100px;
	width: 100%;
	animation: backgroundSizeAnimationReverse 10s ease-in-out infinite;
	fill: blur(3px);
}

.fp__section-4 .s4__table .s4__grid-table .s4__table-item.merge {
	grid-area: 6 / 3 / span 3 / 4;
}

.fp__section-4 .s4__table .s4__grid-table .s4__table-item.merge-2 {
	grid-area: 11 / 3 / span 2 / 4;
}

.fp__section-4 .s4__table .s4__grid-table .s4__table-item.no-border {
	border: none;
}

.fp__section-4 .s4__table .s4__grid-table .s4__table-item.disclaimer {
	opacity: 0.8;
	grid-column-start: 1;
	grid-column-end: -1;
	font-size: 13px;
	font-weight: 600;
}

.fp__section-4 .s4__grid-bg {
	width: 100%;
	margin-top: -3rem;
	z-index: -1;
}

.fp__section-4 .s4__grid-bg img {
	width: 100%;
	height: auto;
}

@media (max-width: 1200px) {
	.fp__section-4 {
		padding: 10rem 0 6rem;
	}
	.fp__section-4 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 1rem;
		position: relative;
		z-index: 10;
	}
	.fp__section-4 .s4__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 8px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.fp__section-4 .s4__bottom-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.fp__section-4 .s4__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.fp__section-4 .s4__table {
		width: 100%;
		margin-top: 4rem;
		border-collapse: collapse;
	}
	.fp__section-4 .s4__table .s4__grid-table {
		display: grid;
		grid-template-areas: "header1 header2 header3" "row row row";
		grid-template-columns: 1fr 1fr 1fr;
		grid-auto-rows: minmax(50px, auto);
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-header {
		font-weight: 400;
		letter-spacing: normal;
		font-size: 16px;
		color: rgba(255, 255, 255, 0.6);
		line-height: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		border-bottom: none !important;
		padding: 12px 12px 20px !important;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item {
		text-align: center;
		font-size: 15px;
		line-height: 1.4;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 12px;
		color: rgba(255, 255, 255, 0.6);
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide {
		grid-row-start: 2;
		grid-row-end: 3;
		grid-column-start: 1;
		grid-column-end: -1;
		border-top: 2px solid rgba(22, 148, 125, 0.32);
		border-bottom: 2px solid rgba(22, 148, 125, 0.32);
		position: relative;
		padding: 0px;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide .highlight {
		opacity: 0.6;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 8;
		--stripes: repeating-linear-gradient(to right, transparent 20%, rgba(22, 148, 125, 0.2), transparent 50%);
		background: var(--stripes);
		background-size: 200%;
		background-position: 50% 50%;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide .highlight::before {
		content: "";
		position: absolute;
		inset: 0;
		background-image: var(--stripes);
		background-position: 50% 50%;
		background-size: 50%;
		animation: smoothBg 60s linear infinite;
		background-attachment: fixed;
		mix-blend-mode: difference;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide .s4__grid {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		padding: 1.5rem 0;
		position: relative;
		z-index: 9;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide .s4__grid div {
		color: #03c3a1;
		font-weight: 700;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 12px;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide::before {
		content: "";
		position: absolute;
		top: -2px;
		height: 2px;
		background: linear-gradient(to right, transparent, rgba(22, 148, 125, 0.7), rgba(255, 255, 255, 0.6), rgba(22, 148, 125, 0.7), transparent);
		background-size: 50% 100%;
		background-position: -100% 0;
		background-repeat: no-repeat;
		z-index: 10;
		border-radius: 100px;
		width: 100%;
		animation: backgroundSizeAnimation 10s ease-in-out infinite;
		fill: blur(3px);
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide::after {
		content: "";
		position: absolute;
		bottom: -2px;
		height: 2px;
		background: linear-gradient(to right, transparent, rgba(22, 148, 125, 0.7), rgba(255, 255, 255, 0.6), rgba(22, 148, 125, 0.7), transparent);
		background-size: 50% 100%;
		background-position: 200% 0;
		background-repeat: no-repeat;
		z-index: 10;
		border-radius: 100px;
		width: 100%;
		animation: backgroundSizeAnimationReverse 10s ease-in-out infinite;
		fill: blur(3px);
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.merge {
		grid-area: 6 / 3 / span 3 / 4;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.merge-2 {
		grid-area: 11 / 3 / span 2 / 4;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.no-border {
		border: none;
	}
	.fp__section-4 .s4__grid-bg {
		width: 100%;
		margin-top: -3rem;
	}
	.fp__section-4 .s4__grid-bg img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 992px) {
	.fp__section-4 {
		padding: 10rem 0 6rem;
	}
	.fp__section-4 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 1rem;
		position: relative;
		z-index: 10;
	}
	.fp__section-4 .s4__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 8px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.fp__section-4 .s4__bottom-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.fp__section-4 .s4__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.fp__section-4 .s4__table {
		width: 100%;
		margin-top: 4rem;
		border-collapse: collapse;
	}
	.fp__section-4 .s4__table .s4__grid-table {
		display: grid;
		grid-template-areas: "header1 header2 header3" "row row row";
		grid-template-columns: 1fr 1fr 1fr;
		grid-auto-rows: minmax(50px, auto);
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-header {
		font-weight: 400;
		letter-spacing: normal;
		font-size: 16px;
		color: rgba(255, 255, 255, 0.6);
		line-height: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		border-bottom: none !important;
		padding: 12px 12px 20px !important;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item {
		text-align: center;
		font-size: 15px;
		line-height: 1.4;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 12px;
		color: rgba(255, 255, 255, 0.6);
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide {
		grid-row-start: 2;
		grid-row-end: 3;
		grid-column-start: 1;
		grid-column-end: -1;
		border-top: 2px solid rgba(22, 148, 125, 0.32);
		border-bottom: 2px solid rgba(22, 148, 125, 0.32);
		position: relative;
		padding: 0px;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide .highlight {
		opacity: 0.6;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 8;
		--stripes: repeating-linear-gradient(to right, transparent 20%, rgba(22, 148, 125, 0.2), transparent 50%);
		background: var(--stripes);
		background-size: 200%;
		background-position: 50% 50%;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide .highlight::before {
		content: "";
		position: absolute;
		inset: 0;
		background-image: var(--stripes);
		background-position: 50% 50%;
		background-size: 50%;
		animation: smoothBg 60s linear infinite;
		background-attachment: fixed;
		mix-blend-mode: difference;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide .s4__grid {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		padding: 1.5rem 0;
		position: relative;
		z-index: 9;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide .s4__grid div {
		color: #03c3a1;
		font-weight: 700;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 12px;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide::before {
		content: "";
		position: absolute;
		top: -2px;
		height: 2px;
		background: linear-gradient(to right, transparent, rgba(22, 148, 125, 0.7), rgba(255, 255, 255, 0.6), rgba(22, 148, 125, 0.7), transparent);
		background-size: 50% 100%;
		background-position: -100% 0;
		background-repeat: no-repeat;
		z-index: 10;
		border-radius: 100px;
		width: 100%;
		animation: backgroundSizeAnimation 10s ease-in-out infinite;
		fill: blur(3px);
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide::after {
		content: "";
		position: absolute;
		bottom: -2px;
		height: 2px;
		background: linear-gradient(to right, transparent, rgba(22, 148, 125, 0.7), rgba(255, 255, 255, 0.6), rgba(22, 148, 125, 0.7), transparent);
		background-size: 50% 100%;
		background-position: 200% 0;
		background-repeat: no-repeat;
		z-index: 10;
		border-radius: 100px;
		width: 100%;
		animation: backgroundSizeAnimationReverse 10s ease-in-out infinite;
		fill: blur(3px);
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.merge {
		grid-area: 6 / 3 / span 3 / 4;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.merge-2 {
		grid-area: 11 / 3 / span 2 / 4;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.no-border {
		border: none;
	}
	.fp__section-4 .s4__grid-bg {
		width: 100%;
		margin-top: -3rem;
	}
	.fp__section-4 .s4__grid-bg img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 768px) {
	.fp__section-4 {
		padding: 10rem 0 8rem;
	}
	.fp__section-4 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.fp__section-4 .s4__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 8px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.fp__section-4 .s4__bottom-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.fp__section-4 .s4__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.fp__section-4 .s4__table {
		width: 100%;
		margin-top: 4rem;
		border-collapse: collapse;
	}
	.fp__section-4 .s4__table .s4__grid-table {
		display: grid;
		grid-template-areas: "header1 header2 header3" "row row row";
		grid-template-columns: 1fr 1fr 1fr;
		grid-auto-rows: minmax(50px, auto);
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-header {
		font-weight: 400;
		letter-spacing: normal;
		font-size: 14px !important;
		color: rgba(255, 255, 255, 0.6);
		line-height: 1;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		border-bottom: none !important;
		padding: 12px 12px 20px !important;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item {
		text-align: left;
		font-size: 15px;
		line-height: 1.4;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 12px;
		color: rgba(255, 255, 255, 0.6);
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide {
		grid-row-start: 2;
		grid-row-end: 3;
		grid-column-start: 1;
		grid-column-end: -1;
		border-top: 2px solid rgba(22, 148, 125, 0.32);
		border-bottom: 2px solid rgba(22, 148, 125, 0.32);
		position: relative;
		padding: 0px;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide .highlight {
		opacity: 0.6;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 8;
		--stripes: repeating-linear-gradient(to right, transparent 40%, rgba(22, 148, 125, 0.2), transparent 60%);
		background: var(--stripes);
		background-size: 200%;
		background-position: 50% 50%;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide .highlight::before {
		content: "";
		position: absolute;
		inset: 0;
		background-image: var(--stripes);
		background-position: 50% 50%;
		background-size: 50%;
		animation: smoothBg 60s linear infinite;
		background-attachment: fixed;
		mix-blend-mode: difference;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide .s4__grid {
		width: 100%;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		padding: 1rem 0;
		position: relative;
		z-index: 9;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide .s4__grid div {
		color: #03c3a1;
		font-weight: 700;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 12px;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide::before {
		content: "";
		position: absolute;
		top: -2px;
		height: 2px;
		background: linear-gradient(to right, transparent, rgba(22, 148, 125, 0.7), rgba(255, 255, 255, 0.6), rgba(22, 148, 125, 0.7), transparent);
		background-size: 50% 100%;
		background-position: -100% 0;
		background-repeat: no-repeat;
		z-index: 10;
		border-radius: 100px;
		width: 100%;
		animation: backgroundSizeAnimation 10s ease-in-out infinite;
		fill: blur(3px);
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide::after {
		content: "";
		position: absolute;
		bottom: -2px;
		height: 2px;
		background: linear-gradient(to right, transparent, rgba(22, 148, 125, 0.7), rgba(255, 255, 255, 0.6), rgba(22, 148, 125, 0.7), transparent);
		background-size: 50% 100%;
		background-position: 200% 0;
		background-repeat: no-repeat;
		z-index: 10;
		border-radius: 100px;
		width: 100%;
		animation: backgroundSizeAnimationReverse 10s ease-in-out infinite;
		fill: blur(3px);
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.merge {
		grid-area: 6 / 3 / span 3 / 4;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.merge-2 {
		grid-area: 11 / 3 / span 2 / 4;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.no-border {
		border: none;
	}
	.fp__section-4 .s4__grid-bg {
		width: 100%;
		margin-top: 0rem;
	}
	.fp__section-4 .s4__grid-bg img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 640px) {
	.fp__section-4 {
		padding: 10rem 0 2rem;
	}
	.fp__section-4 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.fp__section-4 .s4__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 8px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.fp__section-4 .s4__bottom-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.fp__section-4 .s4__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.fp__section-4 .s4__table {
		width: 100%;
		margin-top: 2rem;
		border-collapse: collapse;
	}
	.fp__section-4 .s4__table .s4__grid-table {
		display: grid;
		grid-template-areas: "header1 header2 header3" "row row row";
		grid-template-columns: minmax(90px, 100px) 1fr 1fr;
		grid-auto-rows: minmax(50px, auto);
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-header {
		font-weight: 400;
		letter-spacing: 0.8px;
		font-size: 12px !important;
		color: rgba(255, 255, 255, 0.6);
		line-height: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		border-bottom: none !important;
		padding: 6px 6px 10px !important;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item {
		text-align: left;
		font-size: 13px;
		line-height: 1.4;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		padding: 8px;
		color: rgba(255, 255, 255, 0.6);
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide {
		grid-row-start: 2;
		grid-row-end: 3;
		grid-column-start: 1;
		grid-column-end: -1;
		border-top: 2px solid rgba(22, 148, 125, 0.32);
		border-bottom: 2px solid rgba(22, 148, 125, 0.32);
		position: relative;
		padding: 0px;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide .highlight {
		opacity: 0.6;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 8;
		--stripes: repeating-linear-gradient(to right, transparent 20%, rgba(22, 148, 125, 0.2), transparent 80%);
		background: var(--stripes);
		background-size: 200%;
		background-position: 50% 50%;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide .highlight::before {
		content: "";
		position: absolute;
		inset: 0;
		background-image: var(--stripes);
		background-position: 50% 50%;
		background-size: 50%;
		animation: smoothBg 60s linear infinite;
		background-attachment: fixed;
		mix-blend-mode: difference;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide .s4__grid {
		width: 100%;
		display: grid;
		grid-template-columns: minmax(90px, 100px) 1fr 1fr;
		padding: 1rem 0;
		position: relative;
		z-index: 9;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide .s4__grid div {
		padding: 8px 10px;
		color: #03c3a1;
		font-weight: 600;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide::before {
		content: "";
		position: absolute;
		top: -2px;
		height: 2px;
		background: linear-gradient(to right, transparent, rgba(22, 148, 125, 0.7), rgba(255, 255, 255, 0.6), rgba(22, 148, 125, 0.7), transparent);
		background-size: 50% 100%;
		background-position: -100% 0;
		background-repeat: no-repeat;
		z-index: 10;
		border-radius: 100px;
		width: 100%;
		animation: backgroundSizeAnimation 10s ease-in-out infinite;
		fill: blur(3px);
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.wide::after {
		content: "";
		position: absolute;
		bottom: -2px;
		height: 2px;
		background: linear-gradient(to right, transparent, rgba(22, 148, 125, 0.7), rgba(255, 255, 255, 0.6), rgba(22, 148, 125, 0.7), transparent);
		background-size: 50% 100%;
		background-position: 200% 0;
		background-repeat: no-repeat;
		z-index: 10;
		border-radius: 100px;
		width: 100%;
		animation: backgroundSizeAnimationReverse 10s ease-in-out infinite;
		fill: blur(3px);
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.merge {
		grid-area: 6 / 3 / span 3 / 4;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.merge-2 {
		grid-area: 11 / 3 / span 2 / 4;
	}
	.fp__section-4 .s4__table .s4__grid-table .s4__table-item.no-border {
		border: none;
	}
	.fp__section-4 .s4__grid-bg {
		width: 100%;
		margin-top: 0rem;
	}
	.fp__section-4 .s4__grid-bg img {
		width: 100%;
		height: auto;
	}
}

@property --conicAngle_1 {
	syntax: '<angle>';
	initial-value: 0deg;
	inherits: false;
}

@property --conicAngle_2 {
	syntax: '<angle>';
	initial-value: 72deg;
	inherits: false;
}

@property --conicAngle_3 {
	syntax: '<angle>';
	initial-value: 144deg;
	inherits: false;
}

@property --conicAngle_4 {
	syntax: '<angle>';
	initial-value: 216deg;
	inherits: false;
}

@property --conicAngle_5 {
	syntax: '<angle>';
	initial-value: 288deg;
	inherits: false;
}

.fp__section-5 {
	padding: 12rem 0;
}

.fp__section-5 .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 10;
}

.fp__section-5 .s5__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: minmax(320px, 1fr);
	gap: 1rem;
}

.fp__section-5 .s5__grid .s5__grid-item.text .s5__h3 {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.9);
}

.fp__section-5 .s5__grid .s5__grid-item.text .s5__h3 span {
	line-height: 1.2;
	font-weight: 800;
	margin: 0;
	padding: 0;
	text-shadow: 0px 4px 6px rgba(3, 195, 161, 0.7);
	display: block;
	background: linear-gradient(to right, #88E980, #0AC1B7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.fp__section-5 .s5__grid .s5__grid-item.text .s5__paragraph {
	color: rgba(255, 255, 255, 0.8);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	max-width: 90%;
}

.fp__section-5 .s5__grid .s5__grid-item.box {
	flex: 1 1 0;
	padding: 10px;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
}

.fp__section-5 .s5__grid .s5__grid-item.box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	background: radial-gradient(60% 80px at 50% 0%, rgba(22, 148, 125, 0.3), transparent);
	filter: blur(3px);
	transition: all 2s ease;
}

.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer {
	height: 100%;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer::before {
	content: "";
	position: absolute;
	inset: 0;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	z-index: 20;
	padding: 2px;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.05);
	filter: blur(10px);
	transition: all 0.5s ease;
}

.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer.first::before {
	background-image: conic-gradient(from var(--conicAngle_1), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
	animation: section5RotateConicGradient 4s linear infinite reverse;
}

.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer.second::before {
	background-image: conic-gradient(from var(--conicAngle_2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
	animation: section5RotateConicGradient 5s linear infinite;
}

.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer.third::before {
	background-image: conic-gradient(from var(--conicAngle_3), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
	animation: section5RotateConicGradient 4s linear infinite reverse;
}

.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer.fourth::before {
	background-image: conic-gradient(from var(--conicAngle_4), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
	animation: section5RotateConicGradient 5s linear infinite;
}

.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer.fifth::before {
	background-image: conic-gradient(from var(--conicAngle_5), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
	animation: section5RotateConicGradient 5s linear infinite reverse;
}

.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner {
	height: 100%;
	padding: 3.5rem;
	border-radius: 15px;
	position: relative;
	z-index: 10;
	background: rgba(255, 255, 255, 0.02);
	display: flex;
	gap: 10px;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	transition: all 2s ease;
	text-align: center;
}

.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-image {
	flex: 0 0 146px;
}

.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-title {
	font-weight: 800;
	background: linear-gradient(to right, #88E980, #0AC1B7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-size: 24px;
	transition: inherit;
}

.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-paragraph {
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.5;
	transition: inherit;
	font-size: 18px;
	font-weight: 500;
}

.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__dots-bg {
	position: absolute;
	bottom: -20%;
	right: -20%;
}

.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__dots-bg img {
	width: 500px;
	height: auto;
}

@media (max-width: 1300px) {
	.fp__section-5 {
		padding: 10rem 0;
	}
}

@media (max-width: 992px) {
	.fp__section-5 {
		padding: 6rem 0;
	}
	.fp__section-5 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.fp__section-5 .s5__grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: minmax(320px, 1fr);
		gap: 1rem;
	}
	.fp__section-5 .s5__grid .s5__grid-item.text .s5__h3 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.9);
	}
	.fp__section-5 .s5__grid .s5__grid-item.text .s5__h3 span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-shadow: 0px 4px 6px rgba(3, 195, 161, 0.7);
		display: block;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.fp__section-5 .s5__grid .s5__grid-item.text .s5__paragraph {
		color: rgba(255, 255, 255, 0.8);
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 90%;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box {
		flex: 1 1 0;
		padding: 10px;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
		border: 1px solid rgba(255, 255, 255, 0.08);
		background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
	}
	.fp__section-5 .s5__grid .s5__grid-item.box::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
		background: radial-gradient(60% 80px at 50% 0%, rgba(22, 148, 125, 0.3), transparent);
		filter: blur(3px);
		transition: all 2s ease;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer {
		height: 100%;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		z-index: 1;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		z-index: 20;
		padding: 2px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, 0.05);
		filter: blur(10px);
		transition: all 0.5s ease;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer.first::before {
		background-image: conic-gradient(from var(--conicAngle_1), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer.second::before {
		background-image: conic-gradient(from var(--conicAngle_2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer.third::before {
		background-image: conic-gradient(from var(--conicAngle_3), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer.fourth::before {
		background-image: conic-gradient(from var(--conicAngle_4), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer.fifth::before {
		background-image: conic-gradient(from var(--conicAngle_5), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite reverse;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner {
		height: 100%;
		padding: 2.5rem;
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.02);
		display: flex;
		gap: 10px;
		flex-flow: column nowrap;
		align-items: center;
		justify-content: center;
		transition: all 2s ease;
		text-align: center;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-image {
		flex: 0 0 146px;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-title {
		font-weight: 800;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-size: 24px;
		transition: inherit;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-paragraph {
		text-align: center;
		color: rgba(255, 255, 255, 0.5);
		line-height: 1.5;
		transition: inherit;
		font-size: 18px;
		font-weight: 500;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__dots-bg {
		position: absolute;
		bottom: -20%;
		right: -20%;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__dots-bg img {
		width: 500px;
		height: auto;
	}
}

@media (max-width: 768px) {
	.fp__section-5 {
		padding: 8rem 0;
	}
	.fp__section-5 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.fp__section-5 .s5__grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: auto;
		gap: 1rem;
	}
	.fp__section-5 .s5__grid .s5__grid-item.text .s5__h3 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.9);
	}
	.fp__section-5 .s5__grid .s5__grid-item.text .s5__h3 span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-shadow: 0px 4px 6px rgba(3, 195, 161, 0.7);
		display: block;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.fp__section-5 .s5__grid .s5__grid-item.text .s5__paragraph {
		color: rgba(255, 255, 255, 0.8);
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 90%;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box {
		flex: 1 1 0;
		padding: 10px;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
		border: 1px solid rgba(255, 255, 255, 0.08);
		background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
	}
	.fp__section-5 .s5__grid .s5__grid-item.box::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
		background: radial-gradient(60% 80px at 50% 0%, rgba(22, 148, 125, 0.3), transparent);
		filter: blur(3px);
		transition: all 2s ease;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer {
		height: 100%;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		z-index: 1;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		z-index: 20;
		padding: 2px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, 0.05);
		filter: blur(10px);
		transition: all 0.5s ease;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer.first::before {
		background-image: conic-gradient(from var(--conicAngle_1), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer.second::before {
		background-image: conic-gradient(from var(--conicAngle_2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer.third::before {
		background-image: conic-gradient(from var(--conicAngle_3), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer.fourth::before {
		background-image: conic-gradient(from var(--conicAngle_4), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer.fifth::before {
		background-image: conic-gradient(from var(--conicAngle_5), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite reverse;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner {
		height: 100%;
		padding: 2rem;
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.02);
		display: flex;
		gap: 10px;
		flex-flow: column nowrap;
		align-items: center;
		justify-content: center;
		transition: all 2s ease;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-image {
		flex: 0 0 100px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-image img {
		width: auto;
		height: 100px;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-title {
		font-weight: 800;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-size: 22px;
		transition: inherit;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-paragraph {
		text-align: center;
		color: rgba(255, 255, 255, 0.5);
		line-height: 1.5;
		transition: inherit;
		font-size: 16px;
		font-weight: 500;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__dots-bg {
		position: absolute;
		bottom: -20%;
		right: -20%;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__dots-bg img {
		width: 500px;
		height: auto;
	}
}

@media (max-width: 640px) {
	.fp__section-5 {
		padding: 6rem 0;
	}
	.fp__section-5 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.fp__section-5 .s5__grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-auto-rows: auto;
		gap: 1rem;
	}
	.fp__section-5 .s5__grid .s5__grid-item.text .s5__h3 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.9);
	}
	.fp__section-5 .s5__grid .s5__grid-item.text .s5__h3 span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-shadow: 0px 4px 6px rgba(3, 195, 161, 0.7);
		display: block;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.fp__section-5 .s5__grid .s5__grid-item.text .s5__paragraph {
		color: rgba(255, 255, 255, 0.8);
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 90%;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box {
		flex: 1 1 0;
		padding: 10px;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
		border: 1px solid rgba(255, 255, 255, 0.08);
		background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
	}
	.fp__section-5 .s5__grid .s5__grid-item.box::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
		background: radial-gradient(60% 80px at 50% 0%, rgba(22, 148, 125, 0.3), transparent);
		filter: blur(3px);
		transition: all 2s ease;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer {
		height: 100%;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		z-index: 1;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		z-index: 20;
		padding: 2px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, 0.05);
		filter: blur(10px);
		transition: all 0.5s ease;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer.first::before {
		background-image: conic-gradient(from var(--conicAngle_1), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer.second::before {
		background-image: conic-gradient(from var(--conicAngle_2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer.third::before {
		background-image: conic-gradient(from var(--conicAngle_3), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer.fourth::before {
		background-image: conic-gradient(from var(--conicAngle_4), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer.fifth::before {
		background-image: conic-gradient(from var(--conicAngle_5), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite reverse;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner {
		height: 100%;
		padding: 2rem;
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.02);
		display: flex;
		gap: 10px;
		flex-flow: column nowrap;
		align-items: center;
		justify-content: center;
		transition: all 2s ease;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-image {
		flex: 0 0 100px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-image img {
		width: auto;
		height: 100px;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-title {
		font-weight: 800;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-size: 22px;
		transition: inherit;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-paragraph {
		text-align: center;
		color: rgba(255, 255, 255, 0.5);
		line-height: 1.5;
		transition: inherit;
		font-size: 16px;
		font-weight: 500;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__dots-bg {
		position: absolute;
		bottom: -20%;
		right: -20%;
	}
	.fp__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__dots-bg img {
		width: 500px;
		height: auto;
	}
}

.fp__section-6 {
	padding: 12rem 0;
	position: relative;
}

.fp__section-6 .section-container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 10;
	padding-bottom: 2rem;
}

@media (min-width: 1200px) and (max-width: 1520px) {
	.fp__section-6 .section-container {
		padding-bottom: 9rem;
	}
}

.fp__section-6 .container-b {
	max-width: 1690px;
}

.fp__section-6 .s6__line-bg {
	position: absolute;
	transform: translateY(-30%);
	top: 0;
	width: 100%;
}

.fp__section-6 .s6__line-bg img {
	width: 100%;
	height: auto;
}

.fp__section-6 .s6__h2 {
	line-height: 1.2;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 10px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
	text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.fp__section-6 .s6__paragraph {
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	max-width: 50%;
	margin: 0 auto;
}

@media (max-width: 1600px) {
	.fp__section-6 {
		padding: 10rem 0;
	}
}

@media (max-width: 992px) {
	.fp__section-6 {
		padding: 6rem 0;
		position: relative;
	}
	.fp__section-6 .section-container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
		padding-bottom: 0rem;
	}
	.fp__section-6 .container-b {
		max-width: 1500px;
	}
	.fp__section-6 .s6__line-bg {
		position: absolute;
		transform: translateY(-30%);
		top: 0;
		width: 100%;
	}
	.fp__section-6 .s6__line-bg img {
		width: 100%;
		height: auto;
	}
	.fp__section-6 .s6__h2 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.fp__section-6 .s6__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 80%;
		margin: 0 auto;
		margin-bottom: 3rem;
	}
	.fp__section-6 .pricing-table .container .pricing-table-wrapper {
		margin: 0px;
	}
}

@media (max-width: 768px) {
	.fp__section-6 {
		padding: 8rem 0;
		position: relative;
	}
	.fp__section-6 .section-container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
		padding-bottom: 0rem;
	}
	.fp__section-6 .container-b {
		max-width: 1500px;
	}
	.fp__section-6 .s6__line-bg {
		position: absolute;
		transform: translateY(-30%);
		top: 0;
		width: 100%;
		z-index: -1;
	}
	.fp__section-6 .s6__line-bg img {
		width: 100%;
		height: auto;
	}
	.fp__section-6 .s6__h2 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
		z-index: 10;
	}
	.fp__section-6 .s6__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
		margin-bottom: 2rem;
	}
	.fp__section-6 .options__table-mobile {
		margin: 0px;
	}
}

@media (max-width: 640px) {
	.fp__section-6 {
		padding: 6rem 0;
		position: relative;
	}
	.fp__section-6 .section-container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
		padding-bottom: 0rem;
	}
	.fp__section-6 .container-b {
		max-width: 1500px;
	}
	.fp__section-6 .s6__line-bg {
		position: absolute;
		transform: translateY(-30%);
		top: 0;
		width: 100%;
		z-index: -1;
	}
	.fp__section-6 .s6__line-bg img {
		width: 100%;
		height: auto;
	}
	.fp__section-6 .s6__h2 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
		z-index: 10;
	}
	.fp__section-6 .s6__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
		margin-bottom: 2rem;
	}
	.fp__section-6 .options__table-mobile {
		margin: 0px;
	}
}

.fp__section-7 {
	padding: 12rem 0;
	position: relative;
}

.fp__section-7 .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 10;
}

.fp__section-7 .s7__grid-img {
	position: absolute;
	z-index: -1;
	left: 0;
	top: -10%;
}

.fp__section-7 .s7__top-heading {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
	text-shadow: 0px 3px 8px rgba(255, 255, 255, 0.4);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.fp__section-7 .s7__bottom-heading {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
	display: block;
}

.fp__section-7 .s7__tp-rating {
	margin: 1rem 0 2rem;
}

.fp__section-7 .s7__tp-rating img {
	width: 150px;
	height: auto;
}

.fp__section-7 .s7__tp-container {
	display: flex;
	flex-flow: row wrap;
	gap: 10px;
	max-height: 700px;
	overflow: hidden;
	-webkit-mask: linear-gradient(to bottom, transparent 10%, #000, transparent 90%);
	mask: linear-gradient(to bottom, transparent, #000 15%, #000 90%, transparent);
}

.fp__section-7 .s7__tp-container .tp-scroller {
	flex: 1 1 0;
	display: flex;
	flex-flow: column nowrap;
}

.fp__section-7 .s7__tp-container .tp-scroller.mobile-1-col {
	display: none;
}

.fp__section-7 .s7__tp-container .tp-scroller.mobile-2-col {
	display: none;
}

.fp__section-7 .s7__tp-container .tp-scroller.mobile-3-col {
	display: none;
}

.fp__section-7 .s7__tp-container .tp-scroller .tp-vertical {
	display: flex;
	flex-flow: column nowrap;
	gap: 10px;
}

.fp__section-7 .s7__tp-container .tp-scroller .tp-vertical img {
	width: 100%;
	height: auto;
}

.fp__section-7 .s7__tp-container .tp-scroller .tp-vertical:not(:last-of-type) {
	margin-bottom: 10px;
}

.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(1) .tp-vertical {
	animation: scroll-vertical 10s linear infinite;
}

.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(1):hover .tp-vertical {
	animation-play-state: paused;
}

.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(2) .tp-vertical {
	animation: scroll-vertical 9s linear infinite;
}

.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(2):hover .tp-vertical {
	animation-play-state: paused;
}

.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(3) .tp-vertical {
	animation: scroll-vertical 12s linear infinite;
}

.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(3):hover .tp-vertical {
	animation-play-state: paused;
}

.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(4) .tp-vertical {
	animation: scroll-vertical 13s linear infinite;
}

.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(4):hover .tp-vertical {
	animation-play-state: paused;
}

.fp__section-7 .s7__tp-button {
	margin-top: 5rem;
	display: flex;
}

@media (max-width: 1300px) {
	.fp__section-7 {
		padding: 10rem 0;
	}
}

@media (max-width: 992px) {
	.fp__section-7 {
		padding: 8rem 0;
		position: relative;
	}
	.fp__section-7 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.fp__section-7 .s7__grid-img {
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
		z-index: -1;
	}
	.fp__section-7 .s7__grid-img img {
		height: 300px;
		width: 100%;
	}
	.fp__section-7 .s7__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 8px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.fp__section-7 .s7__bottom-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.fp__section-7 .s7__tp-rating {
		margin: 1rem 0 2rem;
	}
	.fp__section-7 .s7__tp-rating img {
		width: 100px;
		height: auto;
	}
	.fp__section-7 .s7__tp-container {
		display: flex;
		flex-flow: row wrap;
		gap: 10px;
		max-height: 700px;
		overflow: hidden;
		-webkit-mask: linear-gradient(to bottom, transparent 10%, #000, transparent 90%);
		mask: linear-gradient(to bottom, transparent, #000 15%, #000 90%, transparent);
		z-index: 10;
	}
	.fp__section-7 .s7__tp-container .tp-scroller {
		display: none;
		flex: 1 1 30%;
		flex-flow: column nowrap;
	}
	.fp__section-7 .s7__tp-container .tp-scroller.mobile-1-col {
		display: flex;
	}
	.fp__section-7 .s7__tp-container .tp-scroller.mobile-1-col .tp-vertical {
		animation: scroll-vertical 18s linear infinite;
	}
	.fp__section-7 .s7__tp-container .tp-scroller.mobile-1-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.fp__section-7 .s7__tp-container .tp-scroller.mobile-2-col {
		display: flex;
	}
	.fp__section-7 .s7__tp-container .tp-scroller.mobile-2-col .tp-vertical {
		animation: scroll-vertical 20s linear infinite;
	}
	.fp__section-7 .s7__tp-container .tp-scroller.mobile-2-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.fp__section-7 .s7__tp-container .tp-scroller.mobile-3-col {
		display: flex;
	}
	.fp__section-7 .s7__tp-container .tp-scroller.mobile-3-col .tp-vertical {
		animation: scroll-vertical 19s linear infinite;
	}
	.fp__section-7 .s7__tp-container .tp-scroller.mobile-3-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.fp__section-7 .s7__tp-container .tp-scroller .tp-vertical {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
	}
	.fp__section-7 .s7__tp-container .tp-scroller .tp-vertical img {
		width: 100%;
		height: auto;
	}
	.fp__section-7 .s7__tp-container .tp-scroller .tp-vertical:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(1) .tp-vertical {
		animation: scroll-vertical 10s linear infinite;
	}
	.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(1):hover .tp-vertical {
		animation-play-state: paused;
	}
	.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(2) .tp-vertical {
		animation: scroll-vertical 9s linear infinite;
	}
	.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(2):hover .tp-vertical {
		animation-play-state: paused;
	}
	.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(3) .tp-vertical {
		animation: scroll-vertical 12s linear infinite;
	}
	.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(3):hover .tp-vertical {
		animation-play-state: paused;
	}
	.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(4) .tp-vertical {
		animation: scroll-vertical 13s linear infinite;
	}
	.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(4):hover .tp-vertical {
		animation-play-state: paused;
	}
	.fp__section-7 .s7__tp-button {
		margin-top: 3rem;
		display: flex;
	}
}

@media (max-width: 768px) {
	.fp__section-7 {
		padding: 8rem 0;
		position: relative;
	}
	.fp__section-7 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.fp__section-7 .s7__grid-img {
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
	}
	.fp__section-7 .s7__grid-img img {
		height: 300px;
		width: 100%;
	}
	.fp__section-7 .s7__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 8px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.fp__section-7 .s7__bottom-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.fp__section-7 .s7__tp-rating {
		margin: 1rem 0 2rem;
	}
	.fp__section-7 .s7__tp-rating img {
		width: 100px;
		height: auto;
	}
	.fp__section-7 .s7__tp-container {
		display: flex;
		flex-flow: row wrap;
		gap: 10px;
		max-height: 700px;
		overflow: hidden;
		-webkit-mask: linear-gradient(to bottom, transparent 10%, #000, transparent 90%);
		mask: linear-gradient(to bottom, transparent, #000 15%, #000 90%, transparent);
	}
	.fp__section-7 .s7__tp-container .tp-scroller {
		display: none;
		flex: 1 1 40%;
		flex-flow: column nowrap;
	}
	.fp__section-7 .s7__tp-container .tp-scroller.mobile-1-col {
		display: flex;
	}
	.fp__section-7 .s7__tp-container .tp-scroller.mobile-1-col .tp-vertical {
		animation: scroll-vertical 18s linear infinite;
	}
	.fp__section-7 .s7__tp-container .tp-scroller.mobile-1-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.fp__section-7 .s7__tp-container .tp-scroller.mobile-2-col {
		display: flex;
	}
	.fp__section-7 .s7__tp-container .tp-scroller.mobile-2-col .tp-vertical {
		animation: scroll-vertical 20s linear infinite;
	}
	.fp__section-7 .s7__tp-container .tp-scroller.mobile-2-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.fp__section-7 .s7__tp-container .tp-scroller .tp-vertical {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
	}
	.fp__section-7 .s7__tp-container .tp-scroller .tp-vertical img {
		width: 100%;
		height: auto;
	}
	.fp__section-7 .s7__tp-container .tp-scroller .tp-vertical:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(1) .tp-vertical {
		animation: scroll-vertical 10s linear infinite;
	}
	.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(1):hover .tp-vertical {
		animation-play-state: paused;
	}
	.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(2) .tp-vertical {
		animation: scroll-vertical 9s linear infinite;
	}
	.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(2):hover .tp-vertical {
		animation-play-state: paused;
	}
	.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(3) .tp-vertical {
		animation: scroll-vertical 12s linear infinite;
	}
	.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(3):hover .tp-vertical {
		animation-play-state: paused;
	}
	.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(4) .tp-vertical {
		animation: scroll-vertical 13s linear infinite;
	}
	.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(4):hover .tp-vertical {
		animation-play-state: paused;
	}
	.fp__section-7 .s7__tp-button {
		margin-top: 3rem;
		display: flex;
	}
}

@media (max-width: 640px) {
	.fp__section-7 {
		padding: 6rem 0;
		position: relative;
	}
	.fp__section-7 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.fp__section-7 .s7__grid-img {
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
	}
	.fp__section-7 .s7__grid-img img {
		height: 300px;
		width: 100%;
	}
	.fp__section-7 .s7__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 8px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.fp__section-7 .s7__bottom-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.fp__section-7 .s7__tp-rating {
		margin: 1rem 0 2rem;
	}
	.fp__section-7 .s7__tp-rating img {
		width: 100px;
		height: auto;
	}
	.fp__section-7 .s7__tp-container {
		display: flex;
		flex-flow: row wrap;
		gap: 10px;
		max-height: 700px;
		overflow: hidden;
		-webkit-mask: linear-gradient(to bottom, transparent 10%, #000, transparent 90%);
		mask: linear-gradient(to bottom, transparent, #000 15%, #000 90%, transparent);
	}
	.fp__section-7 .s7__tp-container .tp-scroller {
		display: none;
		flex: 1 1 40%;
		flex-flow: column nowrap;
	}
	.fp__section-7 .s7__tp-container .tp-scroller.mobile-1-col {
		display: flex;
	}
	.fp__section-7 .s7__tp-container .tp-scroller.mobile-1-col .tp-vertical {
		animation: scroll-vertical 18s linear infinite;
	}
	.fp__section-7 .s7__tp-container .tp-scroller.mobile-1-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.fp__section-7 .s7__tp-container .tp-scroller .tp-vertical {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
	}
	.fp__section-7 .s7__tp-container .tp-scroller .tp-vertical img {
		width: 100%;
		height: auto;
	}
	.fp__section-7 .s7__tp-container .tp-scroller .tp-vertical:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(1) .tp-vertical {
		animation: scroll-vertical 10s linear infinite;
	}
	.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(1):hover .tp-vertical {
		animation-play-state: paused;
	}
	.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(2) .tp-vertical {
		animation: scroll-vertical 9s linear infinite;
	}
	.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(2):hover .tp-vertical {
		animation-play-state: paused;
	}
	.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(3) .tp-vertical {
		animation: scroll-vertical 12s linear infinite;
	}
	.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(3):hover .tp-vertical {
		animation-play-state: paused;
	}
	.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(4) .tp-vertical {
		animation: scroll-vertical 13s linear infinite;
	}
	.fp__section-7 .s7__tp-container .tp-scroller:nth-of-type(4):hover .tp-vertical {
		animation-play-state: paused;
	}
	.fp__section-7 .s7__tp-button {
		margin-top: 3rem;
		display: flex;
	}
}

.fp__section-8 {
	padding: 12rem 0;
}

.fp__section-8 .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 10;
}

.fp__section-8 .s8__top-heading {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
	text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.4);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.fp__section-8 .s8__bottom-heading {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
	display: block;
}

.fp__section-8 .s8__c-container {
	cursor: grab;
	opacity: 0;
	margin-top: 6rem;
	display: flex;
	flex-flow: row nowrap;
	gap: 1.5rem;
	-webkit-mask: linear-gradient(to right, transparent 10%, #000, transparent 90%);
	mask: linear-gradient(to right, transparent 10%, #000 15%, #000 80%, transparent 90%);
}

.fp__section-8 .s8__c-container .s8__cert {
	transition: transform 1s, filter 1s;
}

.fp__section-8 .s8__c-container .s8__cert img {
	width: 100% !important;
	height: auto;
	display: block;
	margin: 0 auto;
}

.fp__section-8 .s8__c-container .s8__cert.slick-center {
	filter: brightness(1);
}

.fp__section-8 .s8__c-container .s8__cert:not(.slick-center) {
	filter: brightness(0.5);
	transform: scale(0.87);
}

.fp__section-8 .s8__tp-button {
	margin-top: 5rem;
	display: flex;
}

@media (max-width: 1300px) {
	.fp__section-8 {
		padding: 10rem 0;
	}
}

@media (max-width: 992px) {
	.fp__section-8 {
		padding: 6rem 0;
	}
	.fp__section-8 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.fp__section-8 .s8__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.fp__section-8 .s8__bottom-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.fp__section-8 .s8__c-container {
		cursor: grab;
		opacity: 0;
		margin-top: 6rem;
		display: flex;
		flex-flow: row nowrap;
		gap: 1.5rem;
		-webkit-mask: linear-gradient(to right, transparent 10%, #000, transparent 90%);
		mask: linear-gradient(to right, transparent 10%, #000 15%, #000 80%, transparent 90%);
	}
	.fp__section-8 .s8__c-container .s8__cert {
		transition: transform 1s, filter 1s;
	}
	.fp__section-8 .s8__c-container .s8__cert img {
		width: 100% !important;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	.fp__section-8 .s8__c-container .s8__cert.slick-center {
		filter: brightness(1);
	}
	.fp__section-8 .s8__c-container .s8__cert:not(.slick-center) {
		filter: brightness(0.5);
		transform: scale(0.87);
	}
	.fp__section-8 .s8__tp-button {
		margin-top: 3rem;
		display: flex;
	}
}

@media (max-width: 768px) {
	.fp__section-8 {
		padding: 6rem 0;
	}
	.fp__section-8 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.fp__section-8 .s8__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.fp__section-8 .s8__bottom-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.fp__section-8 .s8__c-container {
		padding: 0 24px;
		cursor: grab;
		opacity: 0;
		margin-top: 3rem;
		display: flex;
		flex-flow: row nowrap;
		gap: 1.5rem;
		-webkit-mask: linear-gradient(to right, transparent 2%, #000, transparent 98%);
		mask: linear-gradient(to right, transparent 2%, #000, #000, transparent 98%);
	}
	.fp__section-8 .s8__c-container .s8__cert {
		transition: transform 1s, filter 1s;
	}
	.fp__section-8 .s8__c-container .s8__cert img {
		height: auto;
		width: 100%;
		max-width: 100%;
	}
	.fp__section-8 .s8__c-container .s8__cert.slick-center {
		filter: brightness(1);
	}
	.fp__section-8 .s8__c-container .s8__cert:not(.slick-center) {
		filter: brightness(0.5);
		transform: scale(0.87);
	}
	.fp__section-8 .s8__tp-button {
		margin-top: 3rem;
		display: flex;
	}
}

@media (max-width: 640px) {
	.fp__section-8 {
		padding: 6rem 0;
	}
	.fp__section-8 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.fp__section-8 .s8__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.fp__section-8 .s8__bottom-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.fp__section-8 .s8__c-container {
		padding: 0 24px;
		cursor: grab;
		opacity: 0;
		margin-top: 3rem;
		display: flex;
		flex-flow: row nowrap;
		gap: 1.5rem;
		-webkit-mask: linear-gradient(to right, transparent 1%, #000, transparent 99%);
		mask: linear-gradient(to right, transparent 1%, #000, #000, transparent 99%);
	}
	.fp__section-8 .s8__c-container .s8__cert {
		transition: transform 1s, filter 1s;
	}
	.fp__section-8 .s8__c-container .s8__cert img {
		height: auto;
		width: 100%;
		max-width: 100%;
	}
	.fp__section-8 .s8__c-container .s8__cert.slick-center {
		filter: brightness(1);
	}
	.fp__section-8 .s8__c-container .s8__cert:not(.slick-center) {
		filter: brightness(0.5);
		transform: scale(0.87);
	}
	.fp__section-8 .s8__tp-button {
		margin-top: 3rem;
		display: flex;
	}
}

.fp__section-9 {
	padding-bottom: 10rem;
}

.fp__section-9 .container {
	display: flex;
	flex-flow: column nowrap;
	gap: 10px;
	position: relative;
	z-index: 10;
}

.fp__section-9 .s9__outer {
	position: relative;
	padding: 12px;
}

.fp__section-9 .s9__outer::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 15px;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	padding: 1px;
	background: rgba(255, 255, 255, 0.05);
	background-color: rgba(255, 255, 255, 0.1);
	background-image: linear-gradient(41deg, transparent, rgba(255, 255, 255, 0.42), transparent);
}

.fp__section-9 .s9__outer .s9__inner {
	border-radius: 15px;
	background: url("../png/s9_bg_2.png"), rgba(11, 12, 16, 0.25);
	background-repeat: no-repeat;
	background-size: 100% 100%, cover;
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 4.5rem 3rem;
	backdrop-filter: blur(40px);
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
	position: relative;
	overflow: hidden;
	align-items: center;
}

.fp__section-9 .s9__outer .s9__inner .blur-1 {
	position: absolute;
	width: 206.33px;
	height: 230.61px;
	left: 5.31px;
	top: 153.74px;
	background: #1daa91;
	opacity: 0.25;
	filter: blur(95px);
	border-radius: 15px;
	z-index: -1;
}

.fp__section-9 .s9__outer .s9__inner .blur-2 {
	position: absolute;
	width: 440.74px;
	height: 236.51px;
	left: 227.25px;
	top: -38.62px;
	background: #c2d0e4;
	opacity: 0.25;
	filter: blur(115px);
	border-radius: 15px;
	z-index: -1;
}

.fp__section-9 .s9__outer .s9__inner .blur-3 {
	position: absolute;
	width: 240.74px;
	height: 236.51px;
	bottom: -38.62px;
	background: #afd0ff;
	opacity: 0.25;
	filter: blur(115px);
	border-radius: 15px;
	z-index: -1;
}

.fp__section-9 .s9__outer .s9__inner .bottom__logo {
	height: fit-content;
	opacity: 0.8;
}

.fp__section-9 .s9__outer .s9__inner .bottom__title .s9__heading {
	text-align: center;
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.9);
}

.fp__section-9 .s9__outer .s9__inner .bottom__title .s9__heading span {
	line-height: 1.2;
	font-weight: 800;
	margin: 0;
	padding: 0;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 4px 5px rgba(3, 195, 161, 0.7);
	display: block;
}

.fp__section-9 .s9__outer .s9__inner .bottom__buttons {
	display: flex;
	gap: 1rem;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
}

.fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn {
	display: flex;
	justify-content: center;
}

.fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn {
	background: rgba(194, 208, 228, 0.15);
}

.fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char {
	color: transparent;
}

.fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::before, .fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::after {
	color: #fff;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper {
	margin-top: 2rem;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper div a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social svg stop {
	transition: all 0.6s ease-in-out;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#discord-link svg {
	fill: url(#discord-gradient-f) white;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
	fill: url(#telegram-gradient-f) white;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#twitter-link svg {
	fill: url(#twitter-gradient-f) white;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#instagram-link svg {
	fill: url(#instagram-gradient-f) white;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#facebook-link svg {
	fill: url(#fb-gradient-f) white;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
	fill: url(#telegram-gradient-f) white;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link {
	display: flex;
	position: relative;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg {
	transition: all 0.3s ease;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg path {
	transition: inherit;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:first-child {
	position: absolute;
	left: -2px;
	top: -4px;
	width: 100%;
	fill: transparent;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:last-child {
	fill: #ffffff;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#discord-link svg stop {
	stop-color: #5865f2;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop {
	stop-color: #0088cc;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:first-child {
	stop-color: #3bb1fa;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:last-child {
	stop-color: #1da1f2;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:first-child {
	stop-color: #feda75;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(2) {
	stop-color: #fa7e1e;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(3) {
	stop-color: #d62976;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(4) {
	stop-color: #962fbf;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:last-child {
	stop-color: #4f5bd5;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:first-child {
	stop-color: #17aafd;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:last-child {
	stop-color: #0165e2;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:first-child {
	stop-color: #0088CC;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:last-child {
	stop-color: #0088CC;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:first-child {
	fill: #69c9d0;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:last-child {
	fill: #ee1d52;
}

@media (max-width: 1300px) {
	.fp__section-9 {
		padding: 10rem 0 6rem;
	}
}

@media (max-width: 992px) {
	.fp__section-9 {
		padding: 6rem 0;
	}
}

@media (max-width: 768px) {
	.fp__section-9 {
		padding: 8rem 0 1rem;
	}
	.fp__section-9 .container {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.fp__section-9 .s9__outer {
		position: relative;
		padding: 12px;
	}
	.fp__section-9 .s9__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 15px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 1px;
		background: rgba(255, 255, 255, 0.05);
		background-color: rgba(255, 255, 255, 0.1);
		background-image: linear-gradient(41deg, transparent, rgba(255, 255, 255, 0.42), transparent);
	}
	.fp__section-9 .s9__outer .s9__inner {
		border-radius: 15px;
		background: url("../png/s9_bg_2.png"), rgba(11, 12, 16, 0.25);
		background-repeat: no-repeat;
		background-size: 100% 100%, cover;
		border: 1px solid rgba(255, 255, 255, 0.1);
		padding: 3rem 2rem;
		backdrop-filter: blur(40px);
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		position: relative;
		overflow: hidden;
		align-items: center;
	}
	.fp__section-9 .s9__outer .s9__inner .blur-1 {
		position: absolute;
		width: 206.33px;
		height: 230.61px;
		left: 5.31px;
		top: 153.74px;
		background: #1daa91;
		opacity: 0.25;
		filter: blur(95px);
		border-radius: 15px;
		z-index: -1;
	}
	.fp__section-9 .s9__outer .s9__inner .blur-2 {
		position: absolute;
		width: 440.74px;
		height: 236.51px;
		left: 227.25px;
		top: -38.62px;
		background: #c2d0e4;
		opacity: 0.25;
		filter: blur(115px);
		border-radius: 15px;
		z-index: -1;
	}
	.fp__section-9 .s9__outer .s9__inner .blur-3 {
		position: absolute;
		width: 240.74px;
		height: 236.51px;
		bottom: -38.62px;
		background: #afd0ff;
		opacity: 0.25;
		filter: blur(115px);
		border-radius: 15px;
		z-index: -1;
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__logo {
		height: fit-content;
		opacity: 0.8;
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__title .s9__heading {
		text-align: center;
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.9);
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__title .s9__heading span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 5px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__buttons {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		justify-content: center;
		align-items: center;
		margin-top: 2rem;
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn {
		flex: 1 1 100%;
		display: flex;
		justify-content: center;
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn a {
		width: 100%;
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn {
		background: rgba(194, 208, 228, 0.15);
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char {
		color: transparent;
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::before, .fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::after {
		color: #fff;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper {
		margin-top: 2rem;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper div {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper div a {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social svg stop {
		transition: all 0.6s ease-in-out;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#discord-link svg {
		fill: url(#discord-gradient-f) white;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
		fill: url(#telegram-gradient-f) white;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#twitter-link svg {
		fill: url(#twitter-gradient-f) white;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#instagram-link svg {
		fill: url(#instagram-gradient-f) white;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#facebook-link svg {
		fill: url(#fb-gradient-f) white;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
		fill: url(#telegram-gradient-f) white;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link {
		display: flex;
		position: relative;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg {
		transition: all 0.3s ease;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg path {
		transition: inherit;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:first-child {
		position: absolute;
		left: -2px;
		top: -4px;
		width: 100%;
		fill: transparent;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:last-child {
		fill: #ffffff;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#discord-link svg stop {
		stop-color: #5865f2;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop {
		stop-color: #0088cc;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:first-child {
		stop-color: #3bb1fa;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:last-child {
		stop-color: #1da1f2;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:first-child {
		stop-color: #feda75;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(2) {
		stop-color: #fa7e1e;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(3) {
		stop-color: #d62976;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(4) {
		stop-color: #962fbf;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:last-child {
		stop-color: #4f5bd5;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:first-child {
		stop-color: #17aafd;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:last-child {
		stop-color: #0165e2;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:first-child {
		stop-color: #0088CC;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:last-child {
		stop-color: #0088CC;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:first-child {
		fill: #69c9d0;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:last-child {
		fill: #ee1d52;
	}
}

@media (max-width: 640px) {
	.fp__section-9 {
		padding: 6rem 0 1rem;
	}
	.fp__section-9 .container {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.fp__section-9 .s9__outer {
		position: relative;
		padding: 12px;
	}
	.fp__section-9 .s9__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 15px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 1px;
		background: rgba(255, 255, 255, 0.05);
		background-color: rgba(255, 255, 255, 0.1);
		background-image: linear-gradient(41deg, transparent, rgba(255, 255, 255, 0.42), transparent);
	}
	.fp__section-9 .s9__outer .s9__inner {
		border-radius: 15px;
		background: url("../png/s9_bg_2.png"), rgba(11, 12, 16, 0.25);
		background-repeat: no-repeat;
		background-size: 100% 100%, cover;
		border: 1px solid rgba(255, 255, 255, 0.1);
		padding: 3rem 2rem;
		backdrop-filter: blur(40px);
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		position: relative;
		overflow: hidden;
		align-items: center;
	}
	.fp__section-9 .s9__outer .s9__inner .blur-1 {
		position: absolute;
		width: 206.33px;
		height: 230.61px;
		left: 5.31px;
		top: 153.74px;
		background: #1daa91;
		opacity: 0.25;
		filter: blur(95px);
		border-radius: 15px;
		z-index: -1;
	}
	.fp__section-9 .s9__outer .s9__inner .blur-2 {
		position: absolute;
		width: 440.74px;
		height: 236.51px;
		left: 227.25px;
		top: -38.62px;
		background: #c2d0e4;
		opacity: 0.25;
		filter: blur(115px);
		border-radius: 15px;
		z-index: -1;
	}
	.fp__section-9 .s9__outer .s9__inner .blur-3 {
		position: absolute;
		width: 240.74px;
		height: 236.51px;
		bottom: -38.62px;
		background: #afd0ff;
		opacity: 0.25;
		filter: blur(115px);
		border-radius: 15px;
		z-index: -1;
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__logo {
		height: fit-content;
		opacity: 0.8;
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__title .s9__heading {
		text-align: center;
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.9);
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__title .s9__heading span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 5px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__buttons {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		justify-content: center;
		align-items: center;
		margin-top: 2rem;
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn {
		flex: 1 1 100%;
		display: flex;
		justify-content: center;
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn a {
		width: 100%;
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn {
		background: rgba(194, 208, 228, 0.15);
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char {
		color: transparent;
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::before, .fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::after {
		color: #fff;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper {
		margin-top: 2rem;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper div {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper div a {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social svg stop {
		transition: all 0.6s ease-in-out;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#discord-link svg {
		fill: url(#discord-gradient-f) white;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
		fill: url(#telegram-gradient-f) white;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#twitter-link svg {
		fill: url(#twitter-gradient-f) white;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#instagram-link svg {
		fill: url(#instagram-gradient-f) white;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#facebook-link svg {
		fill: url(#fb-gradient-f) white;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
		fill: url(#telegram-gradient-f) white;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link {
		display: flex;
		position: relative;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg {
		transition: all 0.3s ease;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg path {
		transition: inherit;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:first-child {
		position: absolute;
		left: -2px;
		top: -4px;
		width: 100%;
		fill: transparent;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:last-child {
		fill: #ffffff;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#discord-link svg stop {
		stop-color: #5865f2;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop {
		stop-color: #0088cc;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:first-child {
		stop-color: #3bb1fa;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:last-child {
		stop-color: #1da1f2;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:first-child {
		stop-color: #feda75;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(2) {
		stop-color: #fa7e1e;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(3) {
		stop-color: #d62976;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(4) {
		stop-color: #962fbf;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:last-child {
		stop-color: #4f5bd5;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:first-child {
		stop-color: #17aafd;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:last-child {
		stop-color: #0165e2;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:first-child {
		stop-color: #0088CC;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:last-child {
		stop-color: #0088CC;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:first-child {
		fill: #69c9d0;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:last-child {
		fill: #ee1d52;
	}
}

@keyframes rotateBeforeElement {
	to {
		transform: rotate(360deg) translateX(-50%);
	}
}

@keyframes rotate-conic-section-2 {
	0% {
		--conic-gradient-angle-section-2: 0deg;
	}
	100% {
		--conic-gradient-angle-section-2: 360deg;
	}
}

@keyframes statsScroll {
	to {
		transform: translate(calc(-100% - 1.5rem));
	}
}

@keyframes rotate-conic {
	0% {
		--conic-gradient-angle: 0deg;
	}
	100% {
		--conic-gradient-angle: 360deg;
	}
}

@keyframes infiniteGlow {
	0% {
		opacity: 0.3;
		transform: translateX(-50%) scaleY(50%);
	}
	50% {
		opacity: 1;
		transform: translateX(-50%) scaleY(100%);
	}
	100% {
		opacity: 0.3;
		transform: translateX(-50%) scaleY(50%);
	}
}

@keyframes infiniteSwing {
	0% {
		transform: translateX(-50%) rotate(45deg);
	}
	100% {
		transform: translateX(-50%) rotate(-45deg);
	}
}

@keyframes infiniteLightSwing {
	0% {
		transform: rotate(-40deg);
		opacity: 1;
	}
	100% {
		transform: rotate(-20deg);
		opacity: 0.7;
	}
}

@keyframes clip-highlight-bb {
	0% {
		background-position: -110% 0%;
	}
	100% {
		background-position: 290% 0%;
	}
}

@keyframes highlighOutline {
	0% {
		background: rgba(255, 255, 255, 0.05);
	}
	100% {
		background: rgba(255, 255, 255, 0.2);
	}
}

@keyframes horizontalLineMovement {
	0% {
		left: 0%;
		transform: translateX(0px);
	}
	100% {
		left: 100%;
		transform: translateX(100%);
	}
}

@keyframes horizontalLineMovement-r {
	0% {
		right: 0%;
		transform: translateX(0px);
	}
	100% {
		right: 100%;
		transform: translateX(100%);
	}
}

@keyframes HeroMoveTopLight {
	0% {
		transform: translateX(-50%) rotate(-15deg);
	}
	100% {
		transform: translateX(-50%) rotate(15deg);
	}
}

@keyframes moveTopLightReflection {
	0% {
		transform: translateX(110%) scaleX(1);
	}
	100% {
		transform: translateX(-110%) scaleX(1);
	}
}

@keyframes backgroundSizeAnimation {
	0% {
		background-position: -100% 0%;
	}
	100% {
		background-position: 200% 0%;
	}
}

@keyframes backgroundSizeAnimationReverse {
	0% {
		background-position: 200% 0%;
	}
	100% {
		background-position: -100% 0%;
	}
}

@keyframes moveHighlight {
	0% {
		transform: skewX(-20deg) translateX(-60px);
	}
	100% {
		transform: skewX(-20deg) translateX(560px);
	}
}

@keyframes smoothBg {
	from {
		background-position: 50% 50%;
	}
	to {
		background-position: 350% 50%;
	}
}

@keyframes section5RotateConicGradient {
	0% {
		--conicAngle_1: 0deg;
		--conicAngle_2: 72deg;
		--conicAngle_3: 144deg;
		--conicAngle_4: 216deg;
		--conicAngle_5: 288deg;
	}
	100% {
		--conicAngle_1: 360deg;
		--conicAngle_2: 432deg;
		--conicAngle_3: 504deg;
		--conicAngle_4: 576deg;
		--conicAngle_5: 648deg;
	}
}

@keyframes scroll-vertical {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(calc(-100% - 10px));
	}
}

@keyframes dot-hover {
	0% {
		transform: translateY(-10px);
	}
	100% {
		transform: translateY(10px);
	}
}

@keyframes dot-hover-r {
	0% {
		transform: translateY(15px);
	}
	100% {
		transform: translateY(-15px);
	}
}

@keyframes image-hover {
	0% {
		transform: translateY(15px);
	}
	100% {
		transform: translateY(-15px);
	}
}

@keyframes image-hover-r {
	0% {
		transform: translateY(-15px);
	}
	100% {
		transform: translateY(15px);
	}
}

* {
	box-sizing: border-box;
}

.backed-by-broker {
	width: 100%;
	position: relative;
	overflow-x: clip;
}

.backed-by-broker .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 1.5rem 0px 1.5rem;
}

.backed-by-broker html {
	font-size: 16px;
}

.backed-by-broker .fp__h1 {
	font-size: 4.5rem;
	/* 72px */
}

.backed-by-broker .fp__h2 {
	font-size: 3.375rem;
	/* 54px */
}

.backed-by-broker .fp__h3 {
	font-size: 2.5rem;
	/* 40px */
}

.backed-by-broker .fp__h4 {
	font-size: 1.875rem;
	/* 30px */
}

.backed-by-broker .fp__h5 {
	font-size: 1.375rem;
	/* 22px */
}

.backed-by-broker .fp__h6 {
	font-size: 1rem;
	/* 16px */
}

@media (max-width: 992px) {
	.backed-by-broker .fp__h1 {
		font-size: 4rem;
		/* ~64px */
	}
	.backed-by-broker .fp__h2 {
		font-size: 3rem;
		/* ~48px */
	}
	.backed-by-broker .fp__h3 {
		font-size: 2.25rem;
		/* ~36px */
	}
	.backed-by-broker .fp__h4 {
		font-size: 1.875rem;
		/* ~30px */
	}
	.backed-by-broker .fp__h5 {
		font-size: 1.5rem;
		/* ~24px */
	}
	.backed-by-broker .fp__h6 {
		font-size: 1.125rem;
		/* ~18px */
	}
}

@media (max-width: 768px) {
	.backed-by-broker .fp__h1 {
		font-size: 3rem;
		/* ~48px */
	}
	.backed-by-broker .fp__h2 {
		font-size: 2.5rem;
		/* ~40px */
	}
	.backed-by-broker .fp__h3 {
		font-size: 2rem;
		/* ~32px */
	}
	.backed-by-broker .fp__h4 {
		font-size: 1.75rem;
		/* ~28px */
	}
	.backed-by-broker .fp__h5 {
		font-size: 1.5rem;
		/* ~24px */
	}
	.backed-by-broker .fp__h6 {
		font-size: 1.25rem;
		/* ~20px */
	}
}

@media (max-width: 640px) {
	.backed-by-broker .fp__h1 {
		font-size: 2.5rem;
		/* ~40px */
	}
	.backed-by-broker .fp__h2 {
		font-size: 2rem;
		/* ~32px */
	}
	.backed-by-broker .fp__h3 {
		font-size: 1.75rem;
		/* ~28px */
	}
	.backed-by-broker .fp__h4 {
		font-size: 1.5rem;
		/* ~24px */
	}
	.backed-by-broker .fp__h5 {
		font-size: 1.25rem;
		/* ~20px */
	}
	.backed-by-broker .fp__h6 {
		font-size: 1rem;
		/* 16px */
	}
}

@property --conic-gradient-angle {
	syntax: '<angle>';
	initial-value: 0deg;
	inherits: false;
}

.bb__section-1 {
	padding: 8rem 0 0;
	position: relative;
	z-index: 100;
}

.bb__section-1 .container {
	display: flex;
	flex-flow: row wrap;
	gap: 1.5rem;
	position: relative;
}

.bb__section-1 .s1__left {
	flex: 1 1 0;
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	gap: 1.5rem;
}

.bb__section-1 .s1__right {
	flex: 1 1 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bb__section-1 #s1__canvas {
	opacity: 0;
	transition: all 1s ease;
	position: absolute;
	width: 100%;
	height: 500px;
	z-index: -1;
	bottom: -5%;
}

.bb__section-1 .s1__dots-bg {
	opacity: 0;
	transition: all 1s ease;
	position: absolute;
	top: -10%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: auto;
	text-align: center;
	z-index: -1;
}

.bb__section-1 .s1__dots-bg img {
	width: 60%;
	height: auto;
	opacity: 0.5;
}

.bb__section-1 .s1__top-heading {
	opacity: 0;
	transform: translateY(-40px);
	transition: all 1s ease;
	position: relative;
}

.bb__section-1 .s1__top-heading::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 100px;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	padding: 2px;
	background: rgba(255, 255, 255, 0.05);
	background-color: rgba(255, 255, 255, 0.1);
	background-image: conic-gradient(from var(--conic-gradient-angle) at 50% 50%, transparent 80deg, rgba(255, 255, 255, 0.4) 90deg, rgba(255, 255, 255, 0.4) 100deg, transparent 110deg);
	animation: rotate-conic 4s linear infinite;
}

.bb__section-1 .s1__top-heading .th__transparent {
	background: transparent;
	padding: 7px;
	border-radius: 100px;
	color: #1daa91;
}

.bb__section-1 .s1__top-heading .th__transparent .th__inner {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
	text-align: center;
	font-size: 16px;
	padding: 8px 20px;
	line-height: 1;
	border-radius: 100px;
	overflow: hidden;
	position: relative;
}

.bb__section-1 .s1__top-heading .th__transparent .th__inner span {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.5s ease;
	background: linear-gradient(to right, transparent 20px, white 60px, transparent);
	color: rgba(255, 255, 255, 0.4);
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 90px 100%;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	animation: clip-highlight 4s linear infinite;
	mix-blend-mode: color-dodge;
	pointer-events: none;
	user-select: none;
}

.bb__section-1 .s1__heading .s1__h1 {
	opacity: 0;
	transform: translateY(-40px);
	transition: all 1s ease;
	line-height: 1.2;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-align: left;
	margin-bottom: 0px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
	text-shadow: 0px 4px 14px rgba(255, 255, 255, 0.4);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.bb__section-1 .s1__heading .s1__h2 {
	opacity: 0;
	transform: translateY(-40px);
	transition: all 1s ease;
	line-height: 1.2;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-align: left;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
	letter-spacing: 1px;
}

.bb__section-1 .s1__paragraph {
	opacity: 0;
	transform: translateY(-40px);
	transition: all 1s ease;
	color: rgba(255, 255, 255, 0.8);
	text-align: left;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
}

.bb__section-1 .s1__paragraph span {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: underline;
	font-weight: 600;
}

.bb__section-1 .s1__buttons {
	margin-top: 1rem;
	display: flex;
	flex-flow: row nowrap;
	gap: 1rem;
	align-items: center;
}

.bb__section-1 .s1__buttons .s1__button {
	opacity: 0;
	transition: all 1s ease;
	transform: translateY(-40px);
	display: flex;
}

.bb__section-1 .s1__buttons .s1__button.s1__2 {
	transform: translateY(40px);
}

.bb__section-1 .s1__buttons .s1__button.s1__2 a {
	background: rgba(194, 208, 228, 0.15) !important;
}

.bb__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::before {
	color: white !important;
}

.bb__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::after {
	color: white !important;
}

.bb__section-1 .s1__buttons .s1__button.s1__2 a:hover {
	background: rgba(194, 208, 228, 0.25) !important;
}

.bb__section-1 .s1__rating {
	opacity: 0;
	transition: all 1s ease;
	height: 100px;
	width: auto;
}

.bb__section-1 .s1__rating .tp-star__canvas {
	fill: blue;
}

.bb__section-1 .s1__image {
	opacity: 0;
	transition: all 1s ease;
	transform: translateY(40px);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2rem;
	width: 100%;
	height: 750px;
}

.bb__section-1 .s1__image .s1__phone_1 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: auto;
	height: 80%;
	animation: image-hover 4s ease-in-out infinite alternate;
}

.bb__section-1 .s1__image .s1__phone_2 {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
	width: auto;
	height: 80%;
	animation: image-hover-r 5s ease-in-out infinite alternate;
}

.bb__section-1 .s1__image .s1__phones {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	animation: image-hover 5s ease-in-out infinite alternate;
}

.bb__section-1 .s1__image .s1__grid {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: -1;
}

.bb__section-1.enter #s1__canvas {
	opacity: 1;
	transition-delay: 1.5s;
}

.bb__section-1.enter .s1__dots-bg {
	opacity: 1;
	transition-delay: 1.5s;
}

.bb__section-1.enter .s1__top-heading {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 0.3s;
}

.bb__section-1.enter .s1__heading .s1__h1 {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 0.5s;
}

.bb__section-1.enter .s1__heading .s1__h2 {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 0.7s;
}

.bb__section-1.enter .s1__paragraph {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 0.9s;
}

.bb__section-1.enter .s1__buttons .s1__button {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 1.2s;
	display: flex;
}

.bb__section-1.enter .s1__buttons .s1__button.s1__2 {
	transform: translateY(0px);
}

.bb__section-1.enter .s1__rating {
	opacity: 1;
	transition-delay: 1.4s;
}

.bb__section-1.enter .s1__image {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 1.4s;
}

@media (max-width: 1250px) {
	.bb__section-1 {
		padding: 6rem 0;
	}
	.bb__section-1 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 2rem;
		position: relative;
		overflow: visible;
	}
	.bb__section-1 .s1__left {
		flex: 1 1 0;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 1.5rem;
	}
	.bb__section-1 .s1__image {
		opacity: 0;
		transition: all 1s ease;
		transform: translateY(40px);
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 2rem;
		width: 100%;
		height: auto;
	}
	.bb__section-1 .s1__image .s1__phone_1 {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		width: auto;
		height: 100%;
		animation: image-hover 4s ease-in-out infinite alternate;
	}
	.bb__section-1 .s1__image .s1__phone_2 {
		position: absolute;
		right: -30px;
		bottom: -80px;
		z-index: 9;
		width: auto;
		height: 100%;
		animation: image-hover-r 5s ease-in-out infinite alternate;
	}
	.bb__section-1 .s1__image .s1__grid {
		position: relative;
		width: 100%;
		height: auto;
		z-index: -1;
	}
}

@media (max-width: 992px) {
	.bb__section-1 {
		padding: 4rem 0;
		position: relative;
		z-index: 100;
	}
	.bb__section-1 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 2rem;
		position: relative;
		overflow: visible;
	}
	.bb__section-1 .s1__left {
		flex: 1 1 0;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 1.5rem;
	}
	.bb__section-1 .s1__dots-bg {
		position: absolute;
		top: -10%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: auto;
		text-align: center;
		z-index: -1;
	}
	.bb__section-1 .s1__dots-bg img {
		width: 70%;
		height: auto;
		opacity: 0.5;
	}
	.bb__section-1 .s1__top-heading {
		position: relative;
	}
	.bb__section-1 .s1__top-heading::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 100px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 2px;
		background: rgba(255, 255, 255, 0.05);
		background-color: rgba(255, 255, 255, 0.1);
		background-image: conic-gradient(from var(--conic-gradient-angle) at 50% 50%, transparent 80deg, rgba(255, 255, 255, 0.4) 90deg, rgba(255, 255, 255, 0.4) 100deg, transparent 110deg);
		animation: rotate-conic 4s linear infinite;
	}
	.bb__section-1 .s1__top-heading .th__transparent {
		background: transparent;
		padding: 7px;
		border-radius: 100px;
		color: #1daa91;
	}
	.bb__section-1 .s1__top-heading .th__transparent .th__inner {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
		text-align: center;
		font-size: 16px;
		padding: 8px 20px;
		line-height: 1;
		border-radius: 100px;
		overflow: hidden;
		position: relative;
	}
	.bb__section-1 .s1__top-heading .th__transparent .th__inner span {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.5s ease;
		background: linear-gradient(to right, transparent 20px, white 60px, transparent);
		color: rgba(255, 255, 255, 0.4);
		-webkit-background-clip: text;
		background-clip: text;
		background-size: 180px 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		animation: clip-highlight 4s linear infinite;
		mix-blend-mode: color-dodge;
		pointer-events: none;
		user-select: none;
	}
	.bb__section-1 .s1__heading .s1__h1 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
		text-shadow: 0px 4px 14px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.bb__section-1 .s1__heading .s1__h2 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		letter-spacing: 1px;
	}
	.bb__section-1 .s1__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 80%;
		margin: 0 auto;
	}
	.bb__section-1 .s1__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
	.bb__section-1 .s1__buttons {
		margin-top: 1rem;
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
		align-items: center;
	}
	.bb__section-1 .s1__buttons .s1__button {
		display: flex;
	}
	.bb__section-1 .s1__buttons .s1__button.s1__2 a {
		background: rgba(194, 208, 228, 0.15) !important;
	}
	.bb__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::before {
		color: white !important;
	}
	.bb__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::after {
		color: white !important;
	}
	.bb__section-1 .s1__buttons .s1__button.s1__2 a:hover {
		background: rgba(194, 208, 228, 0.25) !important;
	}
	.bb__section-1 .s1__rating img {
		width: auto;
		height: 60px;
		opacity: 0.8;
	}
	.bb__section-1 .s1__image {
		opacity: 0;
		transition: all 1s ease;
		transform: translateY(40px);
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 2rem;
		width: 100%;
		height: auto;
	}
	.bb__section-1 .s1__image .s1__phone_1 {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		width: auto;
		height: 100%;
		animation: image-hover 4s ease-in-out infinite alternate;
	}
	.bb__section-1 .s1__image .s1__phone_2 {
		position: absolute;
		right: -30px;
		bottom: -80px;
		z-index: 9;
		width: auto;
		height: 100%;
		animation: image-hover-r 5s ease-in-out infinite alternate;
	}
	.bb__section-1 .s1__image .s1__grid {
		position: relative;
		width: 100%;
		height: auto;
		z-index: -1;
	}
}

@media (max-width: 768px) {
	.bb__section-1 {
		padding: 2rem 0;
		position: relative;
		z-index: 100;
	}
	.bb__section-1 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 2rem;
		position: relative;
		overflow: visible;
	}
	.bb__section-1 .s1__left {
		flex: 1 1 0;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 1.5rem;
	}
	.bb__section-1 #s1__canvas {
		display: none;
	}
	.bb__section-1 .s1__dots-bg {
		position: absolute;
		top: 0%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: auto;
		text-align: center;
		z-index: -1;
	}
	.bb__section-1 .s1__dots-bg img {
		width: 100%;
		height: auto;
		opacity: 0.5;
	}
	.bb__section-1 .s1__top-heading {
		position: relative;
	}
	.bb__section-1 .s1__top-heading::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 100px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 2px;
		background: rgba(255, 255, 255, 0.05);
		background-color: rgba(255, 255, 255, 0.1);
		background-image: conic-gradient(from var(--conic-gradient-angle) at 50% 50%, transparent 80deg, rgba(255, 255, 255, 0.4) 90deg, rgba(255, 255, 255, 0.4) 100deg, transparent 110deg);
		animation: rotate-conic 4s linear infinite;
	}
	.bb__section-1 .s1__top-heading .th__transparent {
		background: transparent;
		padding: 7px;
		border-radius: 100px;
		color: #1daa91;
	}
	.bb__section-1 .s1__top-heading .th__transparent .th__inner {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
		text-align: center;
		font-size: 16px;
		padding: 8px 20px;
		line-height: 1;
		border-radius: 100px;
		overflow: hidden;
		position: relative;
	}
	.bb__section-1 .s1__top-heading .th__transparent .th__inner span {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.5s ease;
		background: linear-gradient(to right, transparent 20px, white 60px, transparent);
		color: rgba(255, 255, 255, 0.4);
		-webkit-background-clip: text;
		background-clip: text;
		background-size: 180px 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		animation: clip-highlight 4s linear infinite;
		mix-blend-mode: color-dodge;
		pointer-events: none;
		user-select: none;
	}
	.bb__section-1 .s1__heading .s1__h1 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
		text-shadow: 0px 4px 14px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.bb__section-1 .s1__heading .s1__h2 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		letter-spacing: 1px;
	}
	.bb__section-1 .s1__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.bb__section-1 .s1__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
	.bb__section-1 .s1__buttons {
		margin-top: 1rem;
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		align-items: center;
	}
	.bb__section-1 .s1__buttons .s1__button {
		display: flex;
	}
	.bb__section-1 .s1__buttons .s1__button.s1__2 a {
		background: rgba(194, 208, 228, 0.15) !important;
	}
	.bb__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::before {
		color: white !important;
	}
	.bb__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::after {
		color: white !important;
	}
	.bb__section-1 .s1__buttons .s1__button.s1__2 a:hover {
		background: rgba(194, 208, 228, 0.25) !important;
	}
	.bb__section-1 .s1__rating img {
		width: auto;
		height: 50px;
		opacity: 0.8;
	}
	.bb__section-1 .s1__image {
		opacity: 0;
		transition: all 1s ease;
		transform: translateY(40px);
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 2rem;
		width: 100%;
		height: auto;
	}
	.bb__section-1 .s1__image .s1__phone_1 {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		width: auto;
		width: 60%;
		height: auto;
		animation: image-hover 4s ease-in-out infinite alternate;
	}
	.bb__section-1 .s1__image .s1__phone_2 {
		position: absolute;
		right: -30px;
		bottom: -50px;
		z-index: 9;
		width: 80%;
		height: auto;
		animation: image-hover-r 5s ease-in-out infinite alternate;
	}
	.bb__section-1 .s1__image .s1__grid {
		position: relative;
		width: 100%;
		height: auto;
		z-index: -1;
	}
}

@media (max-width: 640px) {
	.bb__section-1 {
		padding: 2rem 0;
		position: relative;
		z-index: 100;
	}
	.bb__section-1 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 2rem;
		position: relative;
		overflow: visible;
	}
	.bb__section-1 .s1__left {
		flex: 1 1 0;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 1.5rem;
	}
	.bb__section-1 .s1__right {
		width: 100%;
	}
	.bb__section-1 .s1__dots-bg {
		position: absolute;
		top: 0%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: auto;
		text-align: center;
		z-index: -1;
	}
	.bb__section-1 .s1__dots-bg img {
		width: 100%;
		height: auto;
		opacity: 0.5;
	}
	.bb__section-1 .s1__top-heading {
		position: relative;
	}
	.bb__section-1 .s1__top-heading::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 100px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 2px;
		background: rgba(255, 255, 255, 0.05);
		background-color: rgba(255, 255, 255, 0.1);
		background-image: conic-gradient(from var(--conic-gradient-angle) at 50% 50%, transparent 80deg, rgba(255, 255, 255, 0.4) 90deg, rgba(255, 255, 255, 0.4) 100deg, transparent 110deg);
		animation: rotate-conic 4s linear infinite;
	}
	.bb__section-1 .s1__top-heading .th__transparent {
		background: transparent;
		padding: 7px;
		border-radius: 100px;
		color: #1daa91;
	}
	.bb__section-1 .s1__top-heading .th__transparent .th__inner {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
		text-align: center;
		font-size: 16px;
		padding: 8px 20px;
		line-height: 1;
		border-radius: 100px;
		overflow: hidden;
		position: relative;
	}
	.bb__section-1 .s1__top-heading .th__transparent .th__inner span {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.5s ease;
		background: linear-gradient(to right, transparent 20px, white 60px, transparent);
		color: rgba(255, 255, 255, 0.4);
		-webkit-background-clip: text;
		background-clip: text;
		background-size: 180px 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		animation: clip-highlight 4s linear infinite;
		mix-blend-mode: color-dodge;
		pointer-events: none;
		user-select: none;
	}
	.bb__section-1 .s1__heading .s1__h1 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
		text-shadow: 0px 4px 14px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.bb__section-1 .s1__heading .s1__h2 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		letter-spacing: 1px;
	}
	.bb__section-1 .s1__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.bb__section-1 .s1__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
	.bb__section-1 .s1__buttons {
		margin-top: 1rem;
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		align-items: center;
	}
	.bb__section-1 .s1__buttons .s1__button {
		flex: 1 1 100%;
		display: flex;
	}
	.bb__section-1 .s1__buttons .s1__button a {
		width: 100%;
	}
	.bb__section-1 .s1__buttons .s1__button.s1__2 a {
		background: rgba(194, 208, 228, 0.15) !important;
	}
	.bb__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::before {
		color: white !important;
	}
	.bb__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::after {
		color: white !important;
	}
	.bb__section-1 .s1__buttons .s1__button.s1__2 a:hover {
		background: rgba(194, 208, 228, 0.25) !important;
	}
	.bb__section-1 .s1__rating img {
		width: auto;
		height: 50px;
		opacity: 0.8;
	}
	.bb__section-1 .s1__image {
		opacity: 0;
		transition: all 1s ease;
		transform: translateY(40px);
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 1rem;
		width: 100%;
		height: auto;
	}
	.bb__section-1 .s1__image .s1__phone_1 {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		width: auto;
		height: 450px;
		animation: image-hover 4s ease-in-out infinite alternate;
	}
	.bb__section-1 .s1__image .s1__phone_2 {
		position: absolute;
		right: -30px;
		bottom: -100px;
		z-index: 9;
		width: auto;
		height: 450px;
		animation: image-hover-r 5s ease-in-out infinite alternate;
	}
	.bb__section-1 .s1__image .s1__grid {
		position: relative;
		width: 100%;
		height: auto;
		z-index: -1;
	}
}

.bb__section-2 {
	padding: 12rem 0 16rem;
	position: relative;
	background: radial-gradient(120% 120% at 50% 0%, transparent 40%, rgba(29, 170, 145, 0.05) 65%, rgba(29, 170, 145, 0.7) 100%);
	border-radius: 100px;
	z-index: 9;
}

.bb__section-2 .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 1.5rem;
	position: relative;
}

.bb__section-2 .s2__grid {
	position: absolute;
	top: -50%;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bb__section-2 .s2__grid img {
	width: 100%;
}

.bb__section-2 .s2__heading .s2__h2 {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
	text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.bb__section-2 .s2__heading .s2__h2 span {
	font-weight: 700;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
	display: block;
}

.bb__section-2 .s2__paragraph {
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	max-width: 60%;
	margin: 0 auto;
}

.bb__section-2 .s2__paragraph span {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: underline;
	font-weight: 600;
}

@media (max-width: 1300px) {
	.bb__section-2 {
		padding: 10rem 0;
	}
}

@media (max-width: 992px) {
	.bb__section-2 {
		padding: 6rem 0;
		position: relative;
		z-index: 10;
	}
	.bb__section-2 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 1.5rem;
		position: relative;
	}
	.bb__section-2 .s2__grid {
		position: absolute;
		top: -30%;
		z-index: -1;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.bb__section-2 .s2__grid img {
		width: 80%;
	}
	.bb__section-2 .s2__heading .s2__h2 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.bb__section-2 .s2__heading .s2__h2 span {
		font-weight: 700;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.bb__section-2 .s2__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.bb__section-2 .s2__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
}

@media (max-width: 768px) {
	.bb__section-2 {
		padding: 8rem 0;
		position: relative;
		z-index: 10;
		border-radius: 50px;
	}
	.bb__section-2 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 1.5rem;
		position: relative;
	}
	.bb__section-2 .s2__grid {
		position: absolute;
		top: -20%;
		z-index: -1;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.bb__section-2 .s2__grid img {
		width: 100%;
	}
	.bb__section-2 .s2__heading .s2__h2 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.bb__section-2 .s2__heading .s2__h2 span {
		font-weight: 700;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.bb__section-2 .s2__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.bb__section-2 .s2__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
}

@media (max-width: 640px) {
	.bb__section-2 {
		padding: 6rem 0;
		position: relative;
		z-index: 10;
		border-radius: 50px;
	}
	.bb__section-2 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 1.5rem;
		position: relative;
	}
	.bb__section-2 .s2__grid {
		position: absolute;
		top: -10%;
		z-index: -1;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.bb__section-2 .s2__grid img {
		width: 100%;
	}
	.bb__section-2 .s2__heading .s2__h2 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.bb__section-2 .s2__heading .s2__h2 span {
		font-weight: 700;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.bb__section-2 .s2__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.bb__section-2 .s2__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
}

.bb__section-3 {
	padding: 16rem 0 12rem;
	position: relative;
	z-index: 9;
	background: url("../png/s3_bg_2.png");
	background-repeat: no-repeat;
	background-position: center bottom -80px;
	background-size: contain;
}

.bb__section-3 .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
	gap: 2rem;
	position: relative;
	z-index: 10;
}

.bb__section-3 .dots {
	position: absolute;
	z-index: -2;
	width: 100%;
	height: 50%;
	bottom: 0;
}

.bb__section-3 .dots .dot {
	position: absolute;
	height: 3px;
	width: 3px;
	filter: blur(1px);
	animation: dot-hover 5s ease-in-out infinite alternate;
}

.bb__section-3 .dots .dot-1 {
	top: 3%;
	left: 33%;
	background: rgba(255, 255, 255, 0.5);
}

.bb__section-3 .dots .dot-2 {
	top: 67%;
	left: 66%;
	background: rgba(255, 255, 255, 0.5);
}

.bb__section-3 .dots .dot-3 {
	top: 77%;
	left: 69%;
	background: rgba(255, 255, 255, 0.7);
}

.bb__section-3 .dots .dot-4 {
	top: 47%;
	left: 53%;
	background: rgba(255, 255, 255, 0.3);
}

.bb__section-3 .dots .dot-5 {
	top: 83%;
	left: 80%;
	background: rgba(255, 255, 255, 0.4);
}

.bb__section-3 .dots .dot-6 {
	top: 86%;
	left: 72%;
	background: rgba(255, 255, 255, 0.5);
}

.bb__section-3 .dots .dot-7 {
	top: 45%;
	left: 75%;
	background: rgba(255, 255, 255, 0.7);
}

.bb__section-3 .dots .dot-8 {
	top: 90%;
	left: 36%;
	background: rgba(255, 255, 255, 0.2);
}

.bb__section-3 .dots .dot-9 {
	top: 21%;
	left: 30%;
	background: rgba(255, 255, 255, 0.2);
}

.bb__section-3 .dots .dot-10 {
	top: 45%;
	left: 88%;
	background: rgba(255, 255, 255, 0.6);
}

.bb__section-3 .dots .dot-11 {
	top: 81%;
	left: 67%;
	background: rgba(255, 255, 255, 0.5);
}

.bb__section-3 .dots .dot-12 {
	top: 44%;
	left: 81%;
	background: rgba(255, 255, 255, 0.5);
}

.bb__section-3 .dots .dot-13 {
	top: 91%;
	left: 65%;
	background: rgba(255, 255, 255, 0.4);
}

.bb__section-3 .dots .dot-14 {
	top: 10%;
	left: 95%;
	background: rgba(255, 255, 255, 0.7);
}

.bb__section-3 .dots .dot-15 {
	top: 68%;
	left: 87%;
	background: rgba(255, 255, 255, 0.2);
}

.bb__section-3 .dots .dot-16 {
	top: 28%;
	left: 66%;
	background: rgba(255, 255, 255, 0.4);
}

.bb__section-3 .dots .dot-17 {
	top: 68%;
	left: 81%;
	background: rgba(255, 255, 255, 0.2);
}

.bb__section-3 .dots .dot-18 {
	top: 94%;
	left: 1%;
	background: rgba(255, 255, 255, 0.3);
}

.bb__section-3 .dots .dot-19 {
	top: 50%;
	left: 51%;
	background: rgba(255, 255, 255, 0.2);
}

.bb__section-3 .dots .dot-20 {
	top: 16%;
	left: 5%;
	background: rgba(255, 255, 255, 0.7);
}

.bb__section-3 .dots .dot-21 {
	top: 31%;
	left: 82%;
	background: rgba(255, 255, 255, 0.4);
}

.bb__section-3 .dots .dot-22 {
	top: 48%;
	left: 13%;
	background: rgba(255, 255, 255, 0.2);
}

.bb__section-3 .dots .dot-23 {
	top: 95%;
	left: 19%;
	background: rgba(255, 255, 255, 0.4);
}

.bb__section-3 .dots .dot-24 {
	top: 25%;
	left: 75%;
	background: rgba(255, 255, 255, 0.5);
}

.bb__section-3 .dots .dot-25 {
	top: 66%;
	left: 62%;
	background: rgba(255, 255, 255, 0.6);
}

.bb__section-3 .dots .dot-26 {
	top: 93%;
	left: 19%;
	background: rgba(255, 255, 255, 0.4);
}

.bb__section-3 .dots .dot-27 {
	top: 62%;
	left: 19%;
	background: rgba(255, 255, 255, 0.2);
}

.bb__section-3 .dots .dot-28 {
	top: 96%;
	left: 67%;
	background: rgba(255, 255, 255, 0.3);
}

.bb__section-3 .dots .dot-29 {
	top: 57%;
	left: 27%;
	background: rgba(255, 255, 255, 0.4);
}

.bb__section-3 .dots .dot-30 {
	top: 76%;
	left: 39%;
	background: rgba(255, 255, 255, 0.4);
}

.bb__section-3 .dots .dot-31 {
	top: 16%;
	left: 30%;
	background: rgba(255, 255, 255, 0.2);
}

.bb__section-3 .dots .dot-32 {
	top: 26%;
	left: 70%;
	background: rgba(255, 255, 255, 0.5);
}

.bb__section-3 .dots .dot-33 {
	top: 62%;
	left: 86%;
	background: rgba(255, 255, 255, 0.3);
}

.bb__section-3 .dots .dot-34 {
	top: 98%;
	left: 33%;
	background: rgba(255, 255, 255, 0.3);
}

.bb__section-3 .dots .dot-35 {
	top: 14%;
	left: 11%;
	background: rgba(255, 255, 255, 0.7);
}

.bb__section-3 .dots .dot-36 {
	top: 39%;
	left: 99%;
	background: rgba(255, 255, 255, 0.3);
}

.bb__section-3 .dots .dot-37 {
	top: 95%;
	left: 22%;
	background: rgba(255, 255, 255, 0.5);
}

.bb__section-3 .dots .dot-38 {
	top: 63%;
	left: 76%;
	background: rgba(255, 255, 255, 0.2);
}

.bb__section-3 .dots .dot-39 {
	top: 6%;
	left: 35%;
	background: rgba(255, 255, 255, 0.6);
}

.bb__section-3 .dots .dot-40 {
	top: 89%;
	left: 15%;
	background: rgba(255, 255, 255, 0.2);
}

.bb__section-3 .dots .dot-1 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-3 .dots .dot-2 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-3 .dots .dot-3 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-3 .dots .dot-4 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-3 .dots .dot-5 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-3 .dots .dot-6 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-3 .dots .dot-7 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-3 .dots .dot-8 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-3 .dots .dot-9 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-3 .dots .dot-10 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-3 .dots .dot-11 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-3 .dots .dot-12 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-3 .dots .dot-13 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-3 .dots .dot-14 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-3 .dots .dot-15 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-3 .dots .dot-16 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-3 .dots .dot-17 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-3 .dots .dot-18 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-3 .dots .dot-19 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-3 .dots .dot-20 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-3 .s3__top .s3__top-heading {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
}

.bb__section-3 .s3__top .s3__bottom-heading {
	font-size: 10rem;
	line-height: 1.2;
	font-weight: 800;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	background: linear-gradient(40deg, rgba(189, 255, 122, 0.17) 20%, #BDFF7A, #0BF0FF, rgba(11, 240, 255, 0.17) 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	display: block;
	text-align: center;
}

.bb__section-3 .s3__bottom {
	align-self: stretch;
}

.bb__section-3 .s3__bottom .s3__table {
	max-width: 70%;
	margin: 0 auto;
}

.bb__section-3 .s3__bottom .s3__table .s3__outer {
	padding: 10px;
	border-radius: 15px;
	border: 1px solid rgba(22, 148, 125, 0.4);
	backdrop-filter: blur(20px);
	display: flex;
	flex-flow: row nowrap;
	gap: 10px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 20px 20px rgba(14, 18, 27, 0.4);
}

.bb__section-3 .s3__bottom .s3__table .s3__outer .light-1 {
	opacity: 0.6;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(100% 80% at 10% 100%, rgba(189, 255, 122, 0.6) 12%, rgba(11, 240, 255, 0.4) 40%, transparent 10%);
	filter: blur(30px);
}

.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table {
	flex: 1 1 0;
	border-radius: 15px;
	border: 1px solid rgba(22, 148, 125, 0.6);
	background: linear-gradient(to bottom, rgba(22, 148, 125, 0.05), rgba(255, 255, 255, 0.03), transparent);
	display: flex;
	flex-flow: column nowrap;
	position: relative;
	z-index: 10;
}

.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table .s3__header {
	flex: 0 0 90px;
	font-weight: 700;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.2;
	padding: 2rem 1rem;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
}

.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table .s3__row {
	flex: 0 0 90px;
	font-weight: 500;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	padding: 1rem 1.5rem;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 6px;
}

.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table .s3__row .s3__icon {
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 4px;
}

.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table .s3__row:not(:last-of-type) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table.others {
	box-shadow: none;
	border: none;
	background: transparent;
	opacity: 0.8;
}

.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table.others .s3__row strong {
	font-weight: 700;
	color: #f7709e;
}

.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table.others::after, .bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table.others::before {
	content: none;
}

.bb__section-3 .s3__paragraph {
	color: rgba(255, 255, 255, 0.8);
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	margin-top: 1rem;
}

@media (max-width: 1300px) {
	.bb__section-3 {
		padding: 10rem 0 5rem;
		border-radius: 60px;
		margin: 6rem 0;
	}
}

@media (max-width: 1200px) {
	.bb__section-3 {
		padding: 6rem 0 3rem;
		margin: 6rem 0;
		position: relative;
		z-index: 9;
		background: url("../png/s3_bg_2.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.bb__section-3 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: stretch;
		gap: 2rem;
		position: relative;
		z-index: 10;
	}
	.bb__section-3 .dots {
		position: absolute;
		z-index: -2;
		width: 100%;
		height: 50%;
		bottom: 0;
	}
	.bb__section-3 .dots .dot {
		position: absolute;
		height: 3px;
		width: 3px;
		filter: blur(1px);
		animation: dot-hover 5s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-1 {
		top: 22%;
		left: 89%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-3 .dots .dot-2 {
		top: 70%;
		left: 94%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-3 .dots .dot-3 {
		top: 79%;
		left: 76%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-3 .dots .dot-4 {
		top: 17%;
		left: 65%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-3 .dots .dot-5 {
		top: 5%;
		left: 7%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-3 .dots .dot-6 {
		top: 55%;
		left: 94%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-3 .dots .dot-7 {
		top: 44%;
		left: 64%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-3 .dots .dot-8 {
		top: 30%;
		left: 61%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-3 .dots .dot-9 {
		top: 95%;
		left: 50%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-3 .dots .dot-10 {
		top: 37%;
		left: 99%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-3 .dots .dot-11 {
		top: 20%;
		left: 67%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-3 .dots .dot-12 {
		top: 64%;
		left: 26%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-3 .dots .dot-13 {
		top: 92%;
		left: 81%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-3 .dots .dot-14 {
		top: 60%;
		left: 75%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-3 .dots .dot-15 {
		top: 92%;
		left: 58%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-3 .dots .dot-16 {
		top: 18%;
		left: 35%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-3 .dots .dot-17 {
		top: 41%;
		left: 76%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-3 .dots .dot-18 {
		top: 30%;
		left: 20%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-3 .dots .dot-19 {
		top: 42%;
		left: 59%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-3 .dots .dot-20 {
		top: 91%;
		left: 41%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-3 .dots .dot-21 {
		top: 37%;
		left: 16%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-3 .dots .dot-22 {
		top: 37%;
		left: 94%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-3 .dots .dot-23 {
		top: 51%;
		left: 34%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-3 .dots .dot-24 {
		top: 78%;
		left: 34%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-3 .dots .dot-25 {
		top: 69%;
		left: 37%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-3 .dots .dot-26 {
		top: 100%;
		left: 64%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-3 .dots .dot-27 {
		top: 2%;
		left: 36%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-3 .dots .dot-28 {
		top: 69%;
		left: 100%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-3 .dots .dot-29 {
		top: 35%;
		left: 52%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-3 .dots .dot-30 {
		top: 79%;
		left: 73%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-3 .dots .dot-31 {
		top: 56%;
		left: 65%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-3 .dots .dot-32 {
		top: 81%;
		left: 7%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-3 .dots .dot-33 {
		top: 36%;
		left: 18%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-3 .dots .dot-34 {
		top: 10%;
		left: 3%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-3 .dots .dot-35 {
		top: 15%;
		left: 23%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-3 .dots .dot-36 {
		top: 16%;
		left: 79%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-3 .dots .dot-37 {
		top: 76%;
		left: 14%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-3 .dots .dot-38 {
		top: 37%;
		left: 73%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-3 .dots .dot-39 {
		top: 25%;
		left: 50%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-3 .dots .dot-40 {
		top: 56%;
		left: 74%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-3 .dots .dot-1 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-2 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-3 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-4 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-5 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-6 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-7 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-8 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-9 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-10 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-11 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-12 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-13 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-14 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-15 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-16 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-17 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-18 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-19 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-20 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .s3__top .s3__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.7);
		text-align: center;
	}
	.bb__section-3 .s3__top .s3__bottom-heading {
		font-size: 7rem;
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		background: linear-gradient(40deg, rgba(189, 255, 122, 0.17) 20%, #BDFF7A, #0BF0FF, rgba(11, 240, 255, 0.17) 80%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		display: block;
		text-align: center;
	}
	.bb__section-3 .s3__bottom {
		align-self: stretch;
	}
	.bb__section-3 .s3__bottom .s3__table {
		max-width: 100%;
		margin: 0 auto;
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer {
		padding: 10px;
		border-radius: 15px;
		border: 1px solid rgba(22, 148, 125, 0.4);
		backdrop-filter: blur(20px);
		display: flex;
		flex-flow: row wrap;
		gap: 10px;
		position: relative;
		overflow: hidden;
		box-shadow: 0px 0px 20px 20px rgba(14, 18, 27, 0.4);
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer .light-1 {
		opacity: 0.6;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: radial-gradient(100% 60% at 50% 100%, rgba(189, 255, 122, 0.6) 12%, rgba(11, 240, 255, 0.4) 30%, transparent 60%);
		filter: blur(30px);
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table {
		flex: 1 1 100%;
		border-radius: 15px;
		border: 1px solid rgba(22, 148, 125, 0.6);
		background: linear-gradient(to bottom, rgba(22, 148, 125, 0.05), rgba(255, 255, 255, 0.03), transparent);
		display: flex;
		flex-flow: column nowrap;
		position: relative;
		z-index: 10;
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table .s3__header {
		flex: 0 0 90px;
		font-weight: 700;
		font-size: 20px;
		color: rgba(255, 255, 255, 0.9);
		line-height: 1.2;
		padding: 2rem 1rem;
		text-align: center;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table .s3__row {
		flex: 0 0 90px;
		font-weight: 500;
		font-size: 16px;
		color: rgba(255, 255, 255, 0.8);
		padding: 1rem 1.5rem;
		text-align: left;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 6px;
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table .s3__row .s3__icon {
		flex: 0 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 4px;
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table .s3__row:not(:last-of-type) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table.others {
		flex: 1 1 100%;
		box-shadow: none;
		border: none;
		background: transparent;
		opacity: 0.8;
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table.others .s3__row strong {
		font-weight: 700;
		color: #FF2971;
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table.others::after, .bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table.others::before {
		content: none;
	}
	.bb__section-3 .s3__paragraph {
		color: rgba(255, 255, 255, 0.8);
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		text-align: center;
		margin-top: 1rem;
	}
}

@media (max-width: 768px) {
	.bb__section-3 {
		padding: 8rem 0 3rem;
		margin: 6rem 0;
		position: relative;
		z-index: 9;
		background: url("../png/s3_bg_2.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.bb__section-3 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: stretch;
		gap: 2rem;
		position: relative;
		z-index: 10;
	}
	.bb__section-3 .dots {
		position: absolute;
		z-index: -2;
		width: 100%;
		height: 50%;
		bottom: 0;
	}
	.bb__section-3 .dots .dot {
		position: absolute;
		height: 3px;
		width: 3px;
		filter: blur(1px);
		animation: dot-hover 5s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-1 {
		top: 50%;
		left: 98%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-3 .dots .dot-2 {
		top: 57%;
		left: 77%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-3 .dots .dot-3 {
		top: 95%;
		left: 7%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-3 .dots .dot-4 {
		top: 97%;
		left: 40%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-3 .dots .dot-5 {
		top: 92%;
		left: 95%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-3 .dots .dot-6 {
		top: 33%;
		left: 16%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-3 .dots .dot-7 {
		top: 100%;
		left: 91%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-3 .dots .dot-8 {
		top: 44%;
		left: 51%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-3 .dots .dot-9 {
		top: 43%;
		left: 90%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-3 .dots .dot-10 {
		top: 90%;
		left: 84%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-3 .dots .dot-11 {
		top: 42%;
		left: 44%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-3 .dots .dot-12 {
		top: 42%;
		left: 54%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-3 .dots .dot-13 {
		top: 36%;
		left: 47%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-3 .dots .dot-14 {
		top: 67%;
		left: 42%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-3 .dots .dot-15 {
		top: 50%;
		left: 64%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-3 .dots .dot-16 {
		top: 92%;
		left: 90%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-3 .dots .dot-17 {
		top: 58%;
		left: 50%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-3 .dots .dot-18 {
		top: 27%;
		left: 26%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-3 .dots .dot-19 {
		top: 70%;
		left: 61%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-3 .dots .dot-20 {
		top: 91%;
		left: 29%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-3 .dots .dot-21 {
		top: 89%;
		left: 41%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-3 .dots .dot-22 {
		top: 55%;
		left: 85%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-3 .dots .dot-23 {
		top: 33%;
		left: 35%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-3 .dots .dot-24 {
		top: 5%;
		left: 11%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-3 .dots .dot-25 {
		top: 98%;
		left: 92%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-3 .dots .dot-26 {
		top: 75%;
		left: 87%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-3 .dots .dot-27 {
		top: 62%;
		left: 92%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-3 .dots .dot-28 {
		top: 79%;
		left: 84%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-3 .dots .dot-29 {
		top: 26%;
		left: 7%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-3 .dots .dot-30 {
		top: 67%;
		left: 57%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-3 .dots .dot-31 {
		top: 93%;
		left: 4%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-3 .dots .dot-32 {
		top: 33%;
		left: 13%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-3 .dots .dot-33 {
		top: 76%;
		left: 27%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-3 .dots .dot-34 {
		top: 49%;
		left: 45%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-3 .dots .dot-35 {
		top: 75%;
		left: 16%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-3 .dots .dot-36 {
		top: 14%;
		left: 70%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-3 .dots .dot-37 {
		top: 87%;
		left: 37%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-3 .dots .dot-38 {
		top: 62%;
		left: 34%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-3 .dots .dot-39 {
		top: 84%;
		left: 72%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-3 .dots .dot-40 {
		top: 24%;
		left: 40%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-3 .dots .dot-1 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-2 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-3 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-4 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-5 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-6 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-7 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-8 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-9 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-10 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-11 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-12 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-13 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-14 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-15 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-16 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-17 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-18 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-19 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-20 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .s3__top .s3__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.7);
		text-align: center;
	}
	.bb__section-3 .s3__top .s3__bottom-heading {
		font-size: 6rem;
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		background: linear-gradient(40deg, rgba(189, 255, 122, 0.17) 20%, #BDFF7A, #0BF0FF, rgba(11, 240, 255, 0.17) 80%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		display: block;
		text-align: center;
	}
	.bb__section-3 .s3__bottom {
		align-self: stretch;
	}
	.bb__section-3 .s3__bottom .s3__table {
		max-width: 100%;
		margin: 0 auto;
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer {
		padding: 10px;
		border-radius: 15px;
		border: 1px solid rgba(22, 148, 125, 0.4);
		backdrop-filter: blur(20px);
		display: flex;
		flex-flow: row wrap;
		gap: 10px;
		position: relative;
		overflow: hidden;
		box-shadow: 0px 0px 20px 20px rgba(14, 18, 27, 0.4);
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer .light-1 {
		opacity: 0.6;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: radial-gradient(100% 60% at 50% 100%, rgba(189, 255, 122, 0.6) 12%, rgba(11, 240, 255, 0.4) 30%, transparent 60%);
		filter: blur(30px);
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table {
		flex: 1 1 100%;
		border-radius: 15px;
		border: 1px solid rgba(22, 148, 125, 0.6);
		background: linear-gradient(to bottom, rgba(22, 148, 125, 0.05), rgba(255, 255, 255, 0.03), transparent);
		display: flex;
		flex-flow: column nowrap;
		position: relative;
		z-index: 10;
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table .s3__header {
		flex: 0 0 90px;
		font-weight: 700;
		font-size: 20px;
		color: rgba(255, 255, 255, 0.9);
		line-height: 1.2;
		padding: 2rem 1rem;
		text-align: center;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table .s3__row {
		flex: 0 0 90px;
		font-weight: 500;
		font-size: 16px;
		color: rgba(255, 255, 255, 0.8);
		padding: 1rem 1.5rem;
		text-align: left;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 6px;
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table .s3__row .s3__icon {
		flex: 0 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 4px;
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table .s3__row:not(:last-of-type) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table.others {
		flex: 1 1 100%;
		box-shadow: none;
		border: none;
		background: transparent;
		opacity: 0.8;
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table.others .s3__row strong {
		font-weight: 700;
		color: #FF2971;
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table.others::after, .bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table.others::before {
		content: none;
	}
	.bb__section-3 .s3__paragraph {
		color: rgba(255, 255, 255, 0.8);
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		text-align: center;
		margin-top: 1rem;
	}
}

@media (max-width: 640px) {
	.bb__section-3 {
		margin: 3rem 0;
		padding: 6rem 0 4rem;
		position: relative;
		z-index: 9;
		background: url("../png/s3_bg_2.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.bb__section-3 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: stretch;
		gap: 2rem;
		position: relative;
		z-index: 10;
	}
	.bb__section-3 .dots {
		position: absolute;
		z-index: -2;
		width: 100%;
		height: 50%;
		bottom: 0;
	}
	.bb__section-3 .dots .dot {
		position: absolute;
		height: 3px;
		width: 3px;
		filter: blur(1px);
		animation: dot-hover 5s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-1 {
		top: 56%;
		left: 94%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-3 .dots .dot-2 {
		top: 89%;
		left: 38%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-3 .dots .dot-3 {
		top: 43%;
		left: 51%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-3 .dots .dot-4 {
		top: 54%;
		left: 82%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-3 .dots .dot-5 {
		top: 23%;
		left: 13%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-3 .dots .dot-6 {
		top: 75%;
		left: 83%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-3 .dots .dot-7 {
		top: 18%;
		left: 31%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-3 .dots .dot-8 {
		top: 10%;
		left: 39%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-3 .dots .dot-9 {
		top: 78%;
		left: 64%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-3 .dots .dot-10 {
		top: 86%;
		left: 24%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-3 .dots .dot-11 {
		top: 43%;
		left: 83%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-3 .dots .dot-12 {
		top: 100%;
		left: 68%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-3 .dots .dot-13 {
		top: 98%;
		left: 82%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-3 .dots .dot-14 {
		top: 98%;
		left: 86%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-3 .dots .dot-15 {
		top: 58%;
		left: 3%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-3 .dots .dot-16 {
		top: 20%;
		left: 32%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-3 .dots .dot-17 {
		top: 83%;
		left: 37%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-3 .dots .dot-18 {
		top: 69%;
		left: 4%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-3 .dots .dot-19 {
		top: 86%;
		left: 97%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-3 .dots .dot-20 {
		top: 12%;
		left: 48%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-3 .dots .dot-21 {
		top: 9%;
		left: 59%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-3 .dots .dot-22 {
		top: 84%;
		left: 50%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-3 .dots .dot-23 {
		top: 28%;
		left: 10%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-3 .dots .dot-24 {
		top: 82%;
		left: 67%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-3 .dots .dot-25 {
		top: 55%;
		left: 18%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-3 .dots .dot-26 {
		top: 13%;
		left: 82%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-3 .dots .dot-27 {
		top: 53%;
		left: 7%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-3 .dots .dot-28 {
		top: 31%;
		left: 78%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-3 .dots .dot-29 {
		top: 91%;
		left: 86%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-3 .dots .dot-30 {
		top: 84%;
		left: 1%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-3 .dots .dot-31 {
		top: 40%;
		left: 74%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-3 .dots .dot-32 {
		top: 47%;
		left: 79%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-3 .dots .dot-33 {
		top: 87%;
		left: 50%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-3 .dots .dot-34 {
		top: 81%;
		left: 63%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-3 .dots .dot-35 {
		top: 38%;
		left: 1%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-3 .dots .dot-36 {
		top: 14%;
		left: 22%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-3 .dots .dot-37 {
		top: 38%;
		left: 84%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-3 .dots .dot-38 {
		top: 23%;
		left: 53%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-3 .dots .dot-39 {
		top: 47%;
		left: 27%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-3 .dots .dot-40 {
		top: 96%;
		left: 88%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-3 .dots .dot-1 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-2 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-3 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-4 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-5 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-6 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-7 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-8 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-9 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-10 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-11 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-12 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-13 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-14 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-15 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-16 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-17 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-18 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-19 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .dots .dot-20 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-3 .s3__top .s3__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.7);
		text-align: center;
	}
	.bb__section-3 .s3__top .s3__bottom-heading {
		font-size: 4rem;
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		background: linear-gradient(40deg, rgba(189, 255, 122, 0.17) 20%, #BDFF7A, #0BF0FF, rgba(11, 240, 255, 0.17) 80%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		display: block;
		text-align: center;
	}
	.bb__section-3 .s3__bottom {
		align-self: stretch;
	}
	.bb__section-3 .s3__bottom .s3__table {
		max-width: 100%;
		margin: 0 auto;
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer {
		padding: 10px;
		border-radius: 15px;
		border: 1px solid rgba(22, 148, 125, 0.4);
		backdrop-filter: blur(20px);
		display: flex;
		flex-flow: row wrap;
		gap: 10px;
		position: relative;
		overflow: hidden;
		box-shadow: 0px 0px 20px 20px rgba(14, 18, 27, 0.4);
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer .light-1 {
		opacity: 0.6;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: radial-gradient(100% 60% at 50% 100%, rgba(189, 255, 122, 0.6) 12%, rgba(11, 240, 255, 0.4) 30%, transparent 60%);
		filter: blur(30px);
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table {
		flex: 1 1 100%;
		border-radius: 15px;
		border: 1px solid rgba(22, 148, 125, 0.6);
		background: linear-gradient(to bottom, rgba(22, 148, 125, 0.05), rgba(255, 255, 255, 0.03), transparent);
		display: flex;
		flex-flow: column nowrap;
		position: relative;
		z-index: 10;
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table .s3__header {
		flex: 0 0 90px;
		font-weight: 700;
		font-size: 20px;
		color: rgba(255, 255, 255, 0.9);
		line-height: 1.2;
		padding: 2rem 1rem;
		text-align: center;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table .s3__row {
		flex: 0 0 90px;
		font-weight: 500;
		font-size: 16px;
		color: rgba(255, 255, 255, 0.8);
		padding: 1rem 1.5rem;
		text-align: left;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 6px;
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table .s3__row .s3__icon {
		flex: 0 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 4px;
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table .s3__row:not(:last-of-type) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table.others {
		flex: 1 1 100%;
		box-shadow: none;
		border: none;
		background: transparent;
		opacity: 0.8;
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table.others .s3__row strong {
		font-weight: 700;
		color: #FF2971;
	}
	.bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table.others::after, .bb__section-3 .s3__bottom .s3__table .s3__outer .s3__inner-table.others::before {
		content: none;
	}
	.bb__section-3 .s3__paragraph {
		color: rgba(255, 255, 255, 0.8);
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		text-align: center;
		margin-top: 1rem;
	}
}

@property --conic-gradient-angle-section-2 {
	syntax: '<angle>';
	initial-value: 0deg;
	inherits: false;
}

.bb__section-4 {
	padding: 12rem 0 6rem;
	position: relative;
	z-index: 9;
	mask: radial-gradient(100% 100% at center top, #000 80%, transparent);
	-webkit-mask: radial-gradient(100% 100% at center top, #000 80%, transparent);
}

.bb__section-4 .container {
	z-index: 10;
	position: relative;
}

.bb__section-4 .container .s4__bg {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: -10;
}

.bb__section-4 .container .outer-container {
	position: relative;
	padding: 1rem;
	z-index: 20;
}

.bb__section-4 .container .outer-container .top-glare {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 90px;
	background: radial-gradient(50% 100% at center top, rgba(22, 148, 125, 0.3) 20%, transparent);
}

.bb__section-4 .container .outer-container::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 20px;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	padding: 2px;
	background: rgba(255, 255, 255, 0.05);
	background-image: linear-gradient(120deg, rgba(255, 255, 255, 0.35) -10%, transparent 10%, rgba(0, 0, 0, 0) 80%, rgba(10, 193, 183, 0.4) 90%);
	background-size: 100% 100%;
}

.bb__section-4 .container .outer-container .inner-container {
	border: 1px solid rgba(10, 193, 183, 0.4);
	border-radius: 20px;
	padding-top: 4rem;
	padding-bottom: 4rem;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	background: rgba(10, 193, 183, 0.02);
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	z-index: 30;
}

.bb__section-4 .s4__glare {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-20deg);
	width: 120%;
	height: 120px;
	background: linear-gradient(to right, rgba(189, 255, 122, 0.2) -3.2%, rgba(11, 240, 255, 0.1) 102.91%);
	filter: blur(40px);
	z-index: -1;
}

.bb__section-4 .s4__grid {
	position: absolute;
	top: -50%;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bb__section-4 .s4__grid img {
	width: 70%;
}

.bb__section-4 .s4__heading .s4__h2 {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6) 90%);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	width: fit-content;
	z-index: 10;
}

.bb__section-4 .s4__heading .s4__h2 span {
	font-weight: 700;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.bb__section-4 .s4__numbers-container {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin: 4rem 0 5rem;
	position: relative;
	z-index: 11;
}

.bb__section-4 .s4__numbers-container .s4__stat {
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	gap: 6px;
}

.bb__section-4 .s4__numbers-container .s4__stat .s4__stat__value {
	font-weight: 700;
	font-size: 46px;
	line-height: 1;
	background: linear-gradient(113deg, #26F7DD -12.26%, rgba(244, 255, 122, 0.82) 121.26%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bb__section-4 .s4__numbers-container .s4__stat .s4__stat__title {
	font-size: 18px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: normal;
	line-height: 1.2;
}

.bb__section-4 .s4__numbers-container .s4__sep {
	width: 1px;
	height: 80px;
	background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.bb__section-4 .dots {
	inset: 0;
	position: absolute;
	z-index: -2;
	width: 100%;
	height: 100%;
}

.bb__section-4 .dots .dot {
	position: absolute;
	height: 3px;
	width: 3px;
	filter: blur(1px);
	animation: dot-hover 5s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-1 {
	top: 8%;
	left: 3%;
	background: white;
}

.bb__section-4 .dots .dot-2 {
	top: 37%;
	left: 65%;
	background: rgba(255, 255, 255, 0.8);
}

.bb__section-4 .dots .dot-3 {
	top: 57%;
	left: 99%;
	background: rgba(255, 255, 255, 0.5);
}

.bb__section-4 .dots .dot-4 {
	top: 45%;
	left: 79%;
	background: rgba(255, 255, 255, 0.9);
}

.bb__section-4 .dots .dot-5 {
	top: 15%;
	left: 27%;
	background: rgba(255, 255, 255, 0.5);
}

.bb__section-4 .dots .dot-6 {
	top: 56%;
	left: 28%;
	background: rgba(255, 255, 255, 0.7);
}

.bb__section-4 .dots .dot-7 {
	top: 8%;
	left: 86%;
	background: rgba(255, 255, 255, 0.4);
}

.bb__section-4 .dots .dot-8 {
	top: 39%;
	left: 27%;
	background: rgba(255, 255, 255, 0.7);
}

.bb__section-4 .dots .dot-9 {
	top: 31%;
	left: 65%;
	background: rgba(255, 255, 255, 0.3);
}

.bb__section-4 .dots .dot-10 {
	top: 38%;
	left: 73%;
	background: rgba(255, 255, 255, 0.5);
}

.bb__section-4 .dots .dot-11 {
	top: 23%;
	left: 3%;
	background: rgba(255, 255, 255, 0.2);
}

.bb__section-4 .dots .dot-12 {
	top: 5%;
	left: 79%;
	background: rgba(255, 255, 255, 0.4);
}

.bb__section-4 .dots .dot-13 {
	top: 43%;
	left: 80%;
	background: rgba(255, 255, 255, 0.7);
}

.bb__section-4 .dots .dot-14 {
	top: 7%;
	left: 69%;
	background: rgba(255, 255, 255, 0.3);
}

.bb__section-4 .dots .dot-15 {
	top: 3%;
	left: 24%;
	background: rgba(255, 255, 255, 0.9);
}

.bb__section-4 .dots .dot-16 {
	top: 37%;
	left: 98%;
	background: rgba(255, 255, 255, 0.5);
}

.bb__section-4 .dots .dot-17 {
	top: 5%;
	left: 48%;
	background: rgba(255, 255, 255, 0.7);
}

.bb__section-4 .dots .dot-18 {
	top: 16%;
	left: 55%;
	background: rgba(255, 255, 255, 0.2);
}

.bb__section-4 .dots .dot-19 {
	top: 21%;
	left: 49%;
	background: rgba(255, 255, 255, 0.4);
}

.bb__section-4 .dots .dot-20 {
	top: 32%;
	left: 62%;
	background: rgba(255, 255, 255, 0.6);
}

.bb__section-4 .dots .dot-21 {
	top: 41%;
	left: 62%;
	background: rgba(255, 255, 255, 0.9);
}

.bb__section-4 .dots .dot-22 {
	top: 53%;
	left: 72%;
	background: rgba(255, 255, 255, 0.4);
}

.bb__section-4 .dots .dot-23 {
	top: 31%;
	left: 30%;
	background: rgba(255, 255, 255, 0.3);
}

.bb__section-4 .dots .dot-24 {
	top: 37%;
	left: 77%;
	background: rgba(255, 255, 255, 0.3);
}

.bb__section-4 .dots .dot-25 {
	top: 51%;
	left: 87%;
	background: rgba(255, 255, 255, 0.9);
}

.bb__section-4 .dots .dot-26 {
	top: 11%;
	left: 46%;
	background: rgba(255, 255, 255, 0.8);
}

.bb__section-4 .dots .dot-27 {
	top: 9%;
	left: 15%;
	background: rgba(255, 255, 255, 0.4);
}

.bb__section-4 .dots .dot-28 {
	top: 58%;
	left: 84%;
	background: rgba(255, 255, 255, 0.4);
}

.bb__section-4 .dots .dot-29 {
	top: 54%;
	left: 44%;
	background: rgba(255, 255, 255, 0.5);
}

.bb__section-4 .dots .dot-30 {
	top: 5%;
	left: 26%;
	background: white;
}

.bb__section-4 .dots .dot-31 {
	top: 34%;
	left: 8%;
	background: rgba(255, 255, 255, 0.3);
}

.bb__section-4 .dots .dot-32 {
	top: 39%;
	left: 50%;
	background: rgba(255, 255, 255, 0.6);
}

.bb__section-4 .dots .dot-33 {
	top: 60%;
	left: 95%;
	background: rgba(255, 255, 255, 0.4);
}

.bb__section-4 .dots .dot-34 {
	top: 9%;
	left: 13%;
	background: white;
}

.bb__section-4 .dots .dot-35 {
	top: 58%;
	left: 31%;
	background: rgba(255, 255, 255, 0.3);
}

.bb__section-4 .dots .dot-36 {
	top: 3%;
	left: 11%;
	background: rgba(255, 255, 255, 0.4);
}

.bb__section-4 .dots .dot-37 {
	top: 31%;
	left: 95%;
	background: white;
}

.bb__section-4 .dots .dot-38 {
	top: 9%;
	left: 39%;
	background: rgba(255, 255, 255, 0.5);
}

.bb__section-4 .dots .dot-39 {
	top: 6%;
	left: 88%;
	background: rgba(255, 255, 255, 0.9);
}

.bb__section-4 .dots .dot-40 {
	top: 42%;
	left: 100%;
	background: rgba(255, 255, 255, 0.8);
}

.bb__section-4 .dots .dot-41 {
	top: 21%;
	left: 65%;
	background: white;
}

.bb__section-4 .dots .dot-42 {
	top: 26%;
	left: 22%;
	background: rgba(255, 255, 255, 0.4);
}

.bb__section-4 .dots .dot-43 {
	top: 41%;
	left: 33%;
	background: white;
}

.bb__section-4 .dots .dot-44 {
	top: 42%;
	left: 51%;
	background: white;
}

.bb__section-4 .dots .dot-45 {
	top: 41%;
	left: 93%;
	background: white;
}

.bb__section-4 .dots .dot-46 {
	top: 44%;
	left: 28%;
	background: rgba(255, 255, 255, 0.8);
}

.bb__section-4 .dots .dot-47 {
	top: 16%;
	left: 4%;
	background: rgba(255, 255, 255, 0.5);
}

.bb__section-4 .dots .dot-48 {
	top: 49%;
	left: 95%;
	background: rgba(255, 255, 255, 0.4);
}

.bb__section-4 .dots .dot-49 {
	top: 28%;
	left: 32%;
	background: rgba(255, 255, 255, 0.7);
}

.bb__section-4 .dots .dot-50 {
	top: 52%;
	left: 15%;
	background: rgba(255, 255, 255, 0.7);
}

.bb__section-4 .dots .dot-51 {
	top: 27%;
	left: 29%;
	background: rgba(255, 255, 255, 0.6);
}

.bb__section-4 .dots .dot-52 {
	top: 59%;
	left: 15%;
	background: rgba(255, 255, 255, 0.6);
}

.bb__section-4 .dots .dot-53 {
	top: 55%;
	left: 67%;
	background: rgba(255, 255, 255, 0.4);
}

.bb__section-4 .dots .dot-54 {
	top: 1%;
	left: 33%;
	background: rgba(255, 255, 255, 0.2);
}

.bb__section-4 .dots .dot-55 {
	top: 32%;
	left: 86%;
	background: rgba(255, 255, 255, 0.2);
}

.bb__section-4 .dots .dot-56 {
	top: 52%;
	left: 69%;
	background: rgba(255, 255, 255, 0.2);
}

.bb__section-4 .dots .dot-57 {
	top: 56%;
	left: 85%;
	background: white;
}

.bb__section-4 .dots .dot-58 {
	top: 31%;
	left: 21%;
	background: rgba(255, 255, 255, 0.5);
}

.bb__section-4 .dots .dot-59 {
	top: 49%;
	left: 72%;
	background: rgba(255, 255, 255, 0.7);
}

.bb__section-4 .dots .dot-60 {
	top: 57%;
	left: 69%;
	background: rgba(255, 255, 255, 0.4);
}

.bb__section-4 .dots .dot-61 {
	top: 48%;
	left: 48%;
	background: white;
}

.bb__section-4 .dots .dot-62 {
	top: 43%;
	left: 78%;
	background: rgba(255, 255, 255, 0.4);
}

.bb__section-4 .dots .dot-63 {
	top: 33%;
	left: 16%;
	background: rgba(255, 255, 255, 0.8);
}

.bb__section-4 .dots .dot-64 {
	top: 10%;
	left: 4%;
	background: rgba(255, 255, 255, 0.5);
}

.bb__section-4 .dots .dot-65 {
	top: 9%;
	left: 21%;
	background: rgba(255, 255, 255, 0.3);
}

.bb__section-4 .dots .dot-66 {
	top: 10%;
	left: 18%;
	background: rgba(255, 255, 255, 0.6);
}

.bb__section-4 .dots .dot-67 {
	top: 34%;
	left: 70%;
	background: white;
}

.bb__section-4 .dots .dot-68 {
	top: 57%;
	left: 96%;
	background: rgba(255, 255, 255, 0.9);
}

.bb__section-4 .dots .dot-69 {
	top: 37%;
	left: 67%;
	background: rgba(255, 255, 255, 0.7);
}

.bb__section-4 .dots .dot-70 {
	top: 17%;
	left: 93%;
	background: rgba(255, 255, 255, 0.7);
}

.bb__section-4 .dots .dot-71 {
	top: 56%;
	left: 12%;
	background: rgba(255, 255, 255, 0.8);
}

.bb__section-4 .dots .dot-72 {
	top: 17%;
	left: 24%;
	background: rgba(255, 255, 255, 0.3);
}

.bb__section-4 .dots .dot-73 {
	top: 4%;
	left: 51%;
	background: rgba(255, 255, 255, 0.7);
}

.bb__section-4 .dots .dot-74 {
	top: 32%;
	left: 35%;
	background: rgba(255, 255, 255, 0.8);
}

.bb__section-4 .dots .dot-75 {
	top: 52%;
	left: 22%;
	background: rgba(255, 255, 255, 0.8);
}

.bb__section-4 .dots .dot-76 {
	top: 2%;
	left: 29%;
	background: white;
}

.bb__section-4 .dots .dot-77 {
	top: 53%;
	left: 75%;
	background: rgba(255, 255, 255, 0.7);
}

.bb__section-4 .dots .dot-78 {
	top: 42%;
	left: 20%;
	background: rgba(255, 255, 255, 0.5);
}

.bb__section-4 .dots .dot-79 {
	top: 28%;
	left: 78%;
	background: rgba(255, 255, 255, 0.5);
}

.bb__section-4 .dots .dot-80 {
	top: 2%;
	left: 57%;
	background: rgba(255, 255, 255, 0.5);
}

.bb__section-4 .dots .dot-1 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-2 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-3 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-4 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-5 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-6 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-7 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-8 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-9 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-10 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-11 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-12 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-13 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-14 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-15 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-16 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-17 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-18 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-19 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-20 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-21 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-22 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-23 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-24 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-25 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-26 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-27 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-28 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-29 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-30 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-31 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-32 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-33 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-34 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-35 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-36 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-37 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-38 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-39 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.bb__section-4 .dots .dot-40 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

@media (max-width: 1300px) {
	.bb__section-4 {
		padding: 10rem 0 6rem;
	}
}

@media (max-width: 992px) {
	.bb__section-4 {
		padding: 6rem 0;
		position: relative;
		z-index: 9;
		mask: radial-gradient(100% 100% at center top, #000 96%, transparent);
		-webkit-mask: radial-gradient(100% 100% at center top, #000 96%, transparent);
	}
	.bb__section-4 .container {
		z-index: 10;
		position: relative;
	}
	.bb__section-4 .container .s4__bg {
		position: absolute;
		width: 100%;
		top: unset;
		left: 50%;
		transform: translateX(-50%);
		bottom: -90px;
		z-index: -10;
	}
	.bb__section-4 .container .outer-container {
		position: relative;
		padding: 1rem;
		z-index: 20;
	}
	.bb__section-4 .container .outer-container .top-glare {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 90px;
		background: radial-gradient(50% 100% at center top, rgba(22, 148, 125, 0.3) 20%, transparent);
	}
	.bb__section-4 .container .outer-container::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 20px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 2px;
		background: rgba(255, 255, 255, 0.05);
		background-image: linear-gradient(120deg, rgba(255, 255, 255, 0.35) -10%, transparent 10%, rgba(0, 0, 0, 0) 80%, rgba(10, 193, 183, 0.4) 90%);
		background-size: 100% 100%;
	}
	.bb__section-4 .container .outer-container .inner-container {
		border: 1px solid rgba(10, 193, 183, 0.4);
		border-radius: 20px;
		padding: 4rem 2rem;
		overflow: hidden;
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		background: rgba(10, 193, 183, 0.02);
		backdrop-filter: blur(50px);
		-webkit-backdrop-filter: blur(50px);
		z-index: 30;
	}
	.bb__section-4 .s4__glare {
		position: absolute;
		top: 50%;
		transform: translateY(-50%) rotate(-20deg);
		width: 120%;
		height: 120px;
		background: linear-gradient(to right, rgba(189, 255, 122, 0.2) -3.2%, rgba(11, 240, 255, 0.1) 102.91%);
		filter: blur(40px);
		z-index: -1;
	}
	.bb__section-4 .s4__grid {
		position: absolute;
		top: -50%;
		z-index: -1;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.bb__section-4 .s4__grid img {
		width: 70%;
	}
	.bb__section-4 .s4__heading .s4__h2 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6) 90%);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
		width: fit-content;
		z-index: 10;
	}
	.bb__section-4 .s4__heading .s4__h2 span {
		font-weight: 700;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.bb__section-4 .s4__numbers-container {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
		margin: 4rem 0 2rem;
		position: relative;
		z-index: 11;
	}
	.bb__section-4 .s4__numbers-container .s4__stat {
		display: flex;
		flex-flow: column nowrap;
		align-items: flex-start;
		gap: 6px;
	}
	.bb__section-4 .s4__numbers-container .s4__stat .s4__stat__value {
		font-weight: 700;
		font-size: 42px;
		line-height: 1;
		background: linear-gradient(113deg, #26F7DD -12.26%, rgba(244, 255, 122, 0.82) 121.26%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.bb__section-4 .s4__numbers-container .s4__stat .s4__stat__title {
		font-size: 18px;
		font-weight: 400;
		color: rgba(255, 255, 255, 0.5);
		letter-spacing: normal;
		line-height: 1.2;
	}
	.bb__section-4 .s4__numbers-container .s4__sep {
		width: 1px;
		height: 80px;
		background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.2), transparent);
	}
	.bb__section-4 .dots {
		inset: 0;
		position: absolute;
		z-index: -2;
		width: 100%;
		height: 100%;
	}
	.bb__section-4 .dots .dot {
		position: absolute;
		height: 3px;
		width: 3px;
		filter: blur(1px);
		animation: dot-hover 5s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-1 {
		top: 26%;
		left: 52%;
		background: white;
	}
	.bb__section-4 .dots .dot-2 {
		top: 45%;
		left: 41%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-4 .dots .dot-3 {
		top: 21%;
		left: 93%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-4 .dots .dot-4 {
		top: 35%;
		left: 15%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-4 .dots .dot-5 {
		top: 40%;
		left: 56%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-6 {
		top: 56%;
		left: 69%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-4 .dots .dot-7 {
		top: 30%;
		left: 94%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-4 .dots .dot-8 {
		top: 3%;
		left: 55%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-9 {
		top: 32%;
		left: 77%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-10 {
		top: 51%;
		left: 22%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-4 .dots .dot-11 {
		top: 43%;
		left: 96%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-12 {
		top: 38%;
		left: 36%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-4 .dots .dot-13 {
		top: 26%;
		left: 7%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-14 {
		top: 58%;
		left: 27%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-15 {
		top: 29%;
		left: 41%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-4 .dots .dot-16 {
		top: 17%;
		left: 62%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-4 .dots .dot-17 {
		top: 31%;
		left: 45%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-18 {
		top: 17%;
		left: 46%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-4 .dots .dot-19 {
		top: 22%;
		left: 53%;
		background: rgba(255, 255, 255, 0.9);
	}
	.bb__section-4 .dots .dot-20 {
		top: 44%;
		left: 27%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-21 {
		top: 9%;
		left: 52%;
		background: white;
	}
	.bb__section-4 .dots .dot-22 {
		top: 45%;
		left: 69%;
		background: rgba(255, 255, 255, 0.9);
	}
	.bb__section-4 .dots .dot-23 {
		top: 19%;
		left: 41%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-24 {
		top: 22%;
		left: 91%;
		background: rgba(255, 255, 255, 0.9);
	}
	.bb__section-4 .dots .dot-25 {
		top: 30%;
		left: 97%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-26 {
		top: 57%;
		left: 41%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-27 {
		top: 20%;
		left: 59%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-28 {
		top: 8%;
		left: 44%;
		background: white;
	}
	.bb__section-4 .dots .dot-29 {
		top: 51%;
		left: 58%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-30 {
		top: 7%;
		left: 56%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-31 {
		top: 10%;
		left: 46%;
		background: white;
	}
	.bb__section-4 .dots .dot-32 {
		top: 3%;
		left: 14%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-4 .dots .dot-33 {
		top: 21%;
		left: 31%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-4 .dots .dot-34 {
		top: 3%;
		left: 47%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-4 .dots .dot-35 {
		top: 12%;
		left: 2%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-4 .dots .dot-36 {
		top: 17%;
		left: 81%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-4 .dots .dot-37 {
		top: 50%;
		left: 88%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-38 {
		top: 24%;
		left: 65%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-39 {
		top: 32%;
		left: 73%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-40 {
		top: 33%;
		left: 15%;
		background: white;
	}
	.bb__section-4 .dots .dot-41 {
		top: 4%;
		left: 64%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-42 {
		top: 30%;
		left: 23%;
		background: rgba(255, 255, 255, 0.9);
	}
	.bb__section-4 .dots .dot-43 {
		top: 19%;
		left: 73%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-44 {
		top: 56%;
		left: 67%;
		background: white;
	}
	.bb__section-4 .dots .dot-45 {
		top: 53%;
		left: 96%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-46 {
		top: 23%;
		left: 86%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-47 {
		top: 34%;
		left: 30%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-48 {
		top: 25%;
		left: 62%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-4 .dots .dot-49 {
		top: 60%;
		left: 11%;
		background: white;
	}
	.bb__section-4 .dots .dot-50 {
		top: 49%;
		left: 99%;
		background: rgba(255, 255, 255, 0.9);
	}
	.bb__section-4 .dots .dot-51 {
		top: 15%;
		left: 82%;
		background: rgba(255, 255, 255, 0.9);
	}
	.bb__section-4 .dots .dot-52 {
		top: 35%;
		left: 84%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-4 .dots .dot-53 {
		top: 47%;
		left: 5%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-4 .dots .dot-54 {
		top: 49%;
		left: 48%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-4 .dots .dot-55 {
		top: 55%;
		left: 62%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-4 .dots .dot-56 {
		top: 40%;
		left: 62%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-57 {
		top: 5%;
		left: 29%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-58 {
		top: 11%;
		left: 10%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-4 .dots .dot-59 {
		top: 52%;
		left: 72%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-4 .dots .dot-60 {
		top: 35%;
		left: 47%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-61 {
		top: 40%;
		left: 1%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-4 .dots .dot-62 {
		top: 58%;
		left: 91%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-4 .dots .dot-63 {
		top: 27%;
		left: 32%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-64 {
		top: 44%;
		left: 75%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-4 .dots .dot-65 {
		top: 57%;
		left: 48%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-66 {
		top: 28%;
		left: 52%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-4 .dots .dot-67 {
		top: 44%;
		left: 75%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-4 .dots .dot-68 {
		top: 39%;
		left: 27%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-69 {
		top: 5%;
		left: 25%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-4 .dots .dot-70 {
		top: 30%;
		left: 62%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-4 .dots .dot-71 {
		top: 55%;
		left: 18%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-72 {
		top: 15%;
		left: 37%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-4 .dots .dot-73 {
		top: 33%;
		left: 94%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-4 .dots .dot-74 {
		top: 23%;
		left: 81%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-4 .dots .dot-75 {
		top: 14%;
		left: 17%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-4 .dots .dot-76 {
		top: 26%;
		left: 6%;
		background: white;
	}
	.bb__section-4 .dots .dot-77 {
		top: 22%;
		left: 11%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-78 {
		top: 49%;
		left: 52%;
		background: white;
	}
	.bb__section-4 .dots .dot-79 {
		top: 45%;
		left: 6%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-4 .dots .dot-80 {
		top: 8%;
		left: 98%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-1 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-2 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-3 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-4 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-5 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-6 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-7 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-8 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-9 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-10 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-11 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-12 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-13 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-14 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-15 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-16 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-17 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-18 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-19 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-20 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-21 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-22 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-23 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-24 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-25 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-26 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-27 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-28 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-29 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-30 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-31 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-32 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-33 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-34 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-35 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-36 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-37 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-38 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-39 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-40 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
}

@media (max-width: 768px) {
	.bb__section-4 {
		padding: 8rem 0;
		overflow: hidden;
		position: relative;
		z-index: 9;
		mask: unset;
	}
	.bb__section-4 .container {
		z-index: 10;
		position: relative;
	}
	.bb__section-4 .container .s4__bg {
		position: absolute;
		width: 800px;
		height: auto;
		top: unset;
		bottom: -90px;
		left: 50%;
		transform: translateX(-50%);
		z-index: -10;
	}
	.bb__section-4 .container .outer-container {
		position: relative;
		padding: 1rem;
		z-index: 20;
	}
	.bb__section-4 .container .outer-container .top-glare {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 90px;
		background: radial-gradient(50% 100% at center top, rgba(22, 148, 125, 0.3) 20%, transparent);
	}
	.bb__section-4 .container .outer-container::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 20px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 2px;
		background: rgba(255, 255, 255, 0.05);
		background-image: linear-gradient(120deg, rgba(255, 255, 255, 0.35) -10%, transparent 10%, rgba(0, 0, 0, 0) 80%, rgba(10, 193, 183, 0.4) 90%);
		background-size: 100% 100%;
	}
	.bb__section-4 .container .outer-container .inner-container {
		border: 1px solid rgba(10, 193, 183, 0.4);
		border-radius: 20px;
		padding: 4rem 2rem;
		overflow: hidden;
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		background: rgba(10, 193, 183, 0.02);
		backdrop-filter: blur(50px);
		-webkit-backdrop-filter: blur(50px);
		z-index: 30;
	}
	.bb__section-4 .s4__glare {
		position: absolute;
		top: 50%;
		transform: translateY(-50%) rotate(-60deg);
		width: 250%;
		height: 120px;
		background: linear-gradient(to right, rgba(189, 255, 122, 0.2) -3.2%, rgba(11, 240, 255, 0.1) 102.91%);
		filter: blur(40px);
		z-index: -1;
	}
	.bb__section-4 .s4__grid {
		position: absolute;
		top: -50%;
		z-index: -1;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.bb__section-4 .s4__grid img {
		width: 70%;
	}
	.bb__section-4 .s4__heading .s4__h2 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6) 90%);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
		width: fit-content;
		z-index: 10;
	}
	.bb__section-4 .s4__heading .s4__h2 span {
		font-weight: 700;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.bb__section-4 .s4__numbers-container {
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-between;
		gap: 2rem;
		margin: 4rem 0 0;
		position: relative;
		z-index: 11;
	}
	.bb__section-4 .s4__numbers-container .s4__stat {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 6px;
	}
	.bb__section-4 .s4__numbers-container .s4__stat .s4__stat__value {
		font-weight: 700;
		font-size: 46px;
		line-height: 1;
		background: linear-gradient(113deg, #26F7DD -12.26%, rgba(244, 255, 122, 0.82) 121.26%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.bb__section-4 .s4__numbers-container .s4__stat .s4__stat__title {
		font-size: 18px;
		font-weight: 400;
		color: rgba(255, 255, 255, 0.5);
		letter-spacing: normal;
		line-height: 1.2;
	}
	.bb__section-4 .s4__numbers-container .s4__sep {
		width: 100%;
		height: 1px;
		background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
	}
	.bb__section-4 .dots {
		inset: 0;
		position: absolute;
		z-index: -2;
		width: 100%;
		height: 100%;
	}
	.bb__section-4 .dots .dot {
		position: absolute;
		height: 3px;
		width: 3px;
		filter: blur(1px);
		animation: dot-hover 5s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-1 {
		top: 47%;
		left: 37%;
		background: rgba(255, 255, 255, 0.9);
	}
	.bb__section-4 .dots .dot-2 {
		top: 56%;
		left: 47%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-3 {
		top: 26%;
		left: 1%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-4 .dots .dot-4 {
		top: 28%;
		left: 100%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-5 {
		top: 43%;
		left: 84%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-6 {
		top: 9%;
		left: 27%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-7 {
		top: 12%;
		left: 15%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-4 .dots .dot-8 {
		top: 19%;
		left: 56%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-4 .dots .dot-9 {
		top: 29%;
		left: 19%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-10 {
		top: 8%;
		left: 53%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-11 {
		top: 18%;
		left: 67%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-4 .dots .dot-12 {
		top: 60%;
		left: 43%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-13 {
		top: 27%;
		left: 80%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-14 {
		top: 31%;
		left: 51%;
		background: rgba(255, 255, 255, 0.9);
	}
	.bb__section-4 .dots .dot-15 {
		top: 59%;
		left: 79%;
		background: white;
	}
	.bb__section-4 .dots .dot-16 {
		top: 34%;
		left: 43%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-17 {
		top: 5%;
		left: 27%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-18 {
		top: 37%;
		left: 76%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-19 {
		top: 1%;
		left: 76%;
		background: rgba(255, 255, 255, 0.9);
	}
	.bb__section-4 .dots .dot-20 {
		top: 2%;
		left: 7%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-21 {
		top: 47%;
		left: 25%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-4 .dots .dot-22 {
		top: 49%;
		left: 18%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-4 .dots .dot-23 {
		top: 56%;
		left: 83%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-24 {
		top: 18%;
		left: 77%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-25 {
		top: 9%;
		left: 58%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-26 {
		top: 38%;
		left: 82%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-27 {
		top: 36%;
		left: 14%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-4 .dots .dot-28 {
		top: 50%;
		left: 70%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-29 {
		top: 30%;
		left: 5%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-30 {
		top: 34%;
		left: 24%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-31 {
		top: 55%;
		left: 79%;
		background: white;
	}
	.bb__section-4 .dots .dot-32 {
		top: 10%;
		left: 53%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-4 .dots .dot-33 {
		top: 15%;
		left: 27%;
		background: white;
	}
	.bb__section-4 .dots .dot-34 {
		top: 33%;
		left: 47%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-35 {
		top: 10%;
		left: 34%;
		background: white;
	}
	.bb__section-4 .dots .dot-36 {
		top: 55%;
		left: 88%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-4 .dots .dot-37 {
		top: 9%;
		left: 49%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-4 .dots .dot-38 {
		top: 34%;
		left: 54%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-4 .dots .dot-39 {
		top: 31%;
		left: 83%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-40 {
		top: 6%;
		left: 2%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-4 .dots .dot-41 {
		top: 3%;
		left: 15%;
		background: rgba(255, 255, 255, 0.9);
	}
	.bb__section-4 .dots .dot-42 {
		top: 38%;
		left: 29%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-4 .dots .dot-43 {
		top: 12%;
		left: 11%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-44 {
		top: 17%;
		left: 19%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-4 .dots .dot-45 {
		top: 13%;
		left: 79%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-46 {
		top: 38%;
		left: 1%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-4 .dots .dot-47 {
		top: 15%;
		left: 93%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-4 .dots .dot-48 {
		top: 11%;
		left: 27%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-4 .dots .dot-49 {
		top: 7%;
		left: 68%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-4 .dots .dot-50 {
		top: 1%;
		left: 74%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-4 .dots .dot-51 {
		top: 7%;
		left: 2%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-52 {
		top: 4%;
		left: 95%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-53 {
		top: 33%;
		left: 57%;
		background: rgba(255, 255, 255, 0.9);
	}
	.bb__section-4 .dots .dot-54 {
		top: 46%;
		left: 7%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-4 .dots .dot-55 {
		top: 59%;
		left: 77%;
		background: rgba(255, 255, 255, 0.9);
	}
	.bb__section-4 .dots .dot-56 {
		top: 23%;
		left: 22%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-4 .dots .dot-57 {
		top: 4%;
		left: 93%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-58 {
		top: 5%;
		left: 39%;
		background: white;
	}
	.bb__section-4 .dots .dot-59 {
		top: 45%;
		left: 36%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-60 {
		top: 43%;
		left: 86%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-61 {
		top: 37%;
		left: 96%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-62 {
		top: 58%;
		left: 75%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-4 .dots .dot-63 {
		top: 59%;
		left: 61%;
		background: rgba(255, 255, 255, 0.9);
	}
	.bb__section-4 .dots .dot-64 {
		top: 42%;
		left: 59%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-4 .dots .dot-65 {
		top: 7%;
		left: 44%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-4 .dots .dot-66 {
		top: 41%;
		left: 69%;
		background: rgba(255, 255, 255, 0.9);
	}
	.bb__section-4 .dots .dot-67 {
		top: 29%;
		left: 13%;
		background: white;
	}
	.bb__section-4 .dots .dot-68 {
		top: 47%;
		left: 49%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-4 .dots .dot-69 {
		top: 55%;
		left: 9%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-4 .dots .dot-70 {
		top: 41%;
		left: 38%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-4 .dots .dot-71 {
		top: 9%;
		left: 51%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-4 .dots .dot-72 {
		top: 60%;
		left: 2%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-73 {
		top: 19%;
		left: 45%;
		background: rgba(255, 255, 255, 0.9);
	}
	.bb__section-4 .dots .dot-74 {
		top: 47%;
		left: 33%;
		background: rgba(255, 255, 255, 0.9);
	}
	.bb__section-4 .dots .dot-75 {
		top: 39%;
		left: 34%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-4 .dots .dot-76 {
		top: 39%;
		left: 70%;
		background: rgba(255, 255, 255, 0.9);
	}
	.bb__section-4 .dots .dot-77 {
		top: 4%;
		left: 16%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-4 .dots .dot-78 {
		top: 55%;
		left: 99%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-4 .dots .dot-79 {
		top: 58%;
		left: 60%;
		background: rgba(255, 255, 255, 0.9);
	}
	.bb__section-4 .dots .dot-80 {
		top: 9%;
		left: 38%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-4 .dots .dot-1 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-2 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-3 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-4 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-5 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-6 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-7 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-8 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-9 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-10 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-11 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-12 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-13 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-14 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-15 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-16 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-17 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-18 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-19 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-20 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-21 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-22 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-23 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-24 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-25 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-26 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-27 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-28 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-29 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-30 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-31 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-32 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-33 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-34 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-35 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-36 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-37 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-38 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-39 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-40 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
}

@media (max-width: 640px) {
	.bb__section-4 {
		overflow: hidden;
		padding: 6rem 0;
		position: relative;
		z-index: 9;
		mask: unset;
	}
	.bb__section-4 .container {
		z-index: 10;
		position: relative;
	}
	.bb__section-4 .container .s4__bg {
		position: absolute;
		width: 800px;
		height: auto;
		top: unset;
		bottom: -90px;
		left: 50%;
		transform: translateX(-50%);
		z-index: -10;
	}
	.bb__section-4 .container .outer-container {
		position: relative;
		padding: 1rem;
		z-index: 20;
	}
	.bb__section-4 .container .outer-container .top-glare {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 90px;
		background: radial-gradient(50% 100% at center top, rgba(22, 148, 125, 0.3) 20%, transparent);
	}
	.bb__section-4 .container .outer-container::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 20px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 2px;
		background: rgba(255, 255, 255, 0.05);
		background-image: linear-gradient(120deg, rgba(255, 255, 255, 0.35) -10%, transparent 10%, rgba(0, 0, 0, 0) 80%, rgba(10, 193, 183, 0.4) 90%);
		background-size: 100% 100%;
	}
	.bb__section-4 .container .outer-container .inner-container {
		border: 1px solid rgba(10, 193, 183, 0.4);
		border-radius: 20px;
		padding: 4rem 2rem;
		overflow: hidden;
		position: relative;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		background: rgba(10, 193, 183, 0.02);
		backdrop-filter: blur(50px);
		-webkit-backdrop-filter: blur(50px);
		z-index: 30;
	}
	.bb__section-4 .s4__glare {
		position: absolute;
		top: 50%;
		transform: translateY(-50%) rotate(-60deg);
		width: 250%;
		height: 120px;
		background: linear-gradient(to right, rgba(189, 255, 122, 0.2) -3.2%, rgba(11, 240, 255, 0.1) 102.91%);
		filter: blur(40px);
		z-index: -1;
	}
	.bb__section-4 .s4__grid {
		position: absolute;
		top: -50%;
		z-index: -1;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.bb__section-4 .s4__grid img {
		width: 70%;
	}
	.bb__section-4 .s4__heading .s4__h2 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6) 90%);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
		width: fit-content;
		z-index: 10;
	}
	.bb__section-4 .s4__heading .s4__h2 span {
		font-weight: 700;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.bb__section-4 .s4__numbers-container {
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-between;
		gap: 2rem;
		margin: 4rem 0 0;
		position: relative;
		z-index: 11;
	}
	.bb__section-4 .s4__numbers-container .s4__stat {
		flex: 1 1 100%;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 6px;
	}
	.bb__section-4 .s4__numbers-container .s4__stat .s4__stat__value {
		font-weight: 700;
		font-size: 46px;
		line-height: 1;
		background: linear-gradient(113deg, #26F7DD -12.26%, rgba(244, 255, 122, 0.82) 121.26%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.bb__section-4 .s4__numbers-container .s4__stat .s4__stat__title {
		font-size: 18px;
		font-weight: 400;
		color: rgba(255, 255, 255, 0.5);
		letter-spacing: normal;
		line-height: 1.2;
	}
	.bb__section-4 .s4__numbers-container .s4__sep {
		width: 100%;
		height: 1px;
		background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
	}
	.bb__section-4 .dots {
		inset: 0;
		position: absolute;
		z-index: -2;
		width: 100%;
		height: 100%;
	}
	.bb__section-4 .dots .dot {
		position: absolute;
		height: 3px;
		width: 3px;
		filter: blur(1px);
		animation: dot-hover 5s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-1 {
		top: 20%;
		left: 26%;
		background: rgba(255, 255, 255, 0.9);
	}
	.bb__section-4 .dots .dot-2 {
		top: 17%;
		left: 14%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-4 .dots .dot-3 {
		top: 20%;
		left: 53%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-4 .dots .dot-4 {
		top: 40%;
		left: 91%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-5 {
		top: 22%;
		left: 98%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-6 {
		top: 14%;
		left: 6%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-7 {
		top: 19%;
		left: 34%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-4 .dots .dot-8 {
		top: 52%;
		left: 100%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-9 {
		top: 7%;
		left: 67%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-10 {
		top: 8%;
		left: 25%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-11 {
		top: 51%;
		left: 19%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-12 {
		top: 40%;
		left: 87%;
		background: white;
	}
	.bb__section-4 .dots .dot-13 {
		top: 14%;
		left: 26%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-14 {
		top: 58%;
		left: 58%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-4 .dots .dot-15 {
		top: 47%;
		left: 25%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-16 {
		top: 36%;
		left: 80%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-17 {
		top: 31%;
		left: 97%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-18 {
		top: 2%;
		left: 71%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-4 .dots .dot-19 {
		top: 1%;
		left: 98%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-20 {
		top: 2%;
		left: 73%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-21 {
		top: 18%;
		left: 99%;
		background: white;
	}
	.bb__section-4 .dots .dot-22 {
		top: 42%;
		left: 41%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-4 .dots .dot-23 {
		top: 37%;
		left: 58%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-4 .dots .dot-24 {
		top: 26%;
		left: 42%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-4 .dots .dot-25 {
		top: 50%;
		left: 81%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-4 .dots .dot-26 {
		top: 56%;
		left: 6%;
		background: white;
	}
	.bb__section-4 .dots .dot-27 {
		top: 26%;
		left: 5%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-4 .dots .dot-28 {
		top: 18%;
		left: 3%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-29 {
		top: 4%;
		left: 25%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-4 .dots .dot-30 {
		top: 37%;
		left: 43%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-31 {
		top: 49%;
		left: 77%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-4 .dots .dot-32 {
		top: 46%;
		left: 39%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-33 {
		top: 22%;
		left: 88%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-34 {
		top: 25%;
		left: 26%;
		background: white;
	}
	.bb__section-4 .dots .dot-35 {
		top: 39%;
		left: 90%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-36 {
		top: 44%;
		left: 85%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-37 {
		top: 12%;
		left: 98%;
		background: white;
	}
	.bb__section-4 .dots .dot-38 {
		top: 55%;
		left: 84%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-39 {
		top: 37%;
		left: 24%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-4 .dots .dot-40 {
		top: 2%;
		left: 60%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-4 .dots .dot-41 {
		top: 3%;
		left: 3%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-4 .dots .dot-42 {
		top: 21%;
		left: 92%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-4 .dots .dot-43 {
		top: 55%;
		left: 83%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-4 .dots .dot-44 {
		top: 56%;
		left: 77%;
		background: rgba(255, 255, 255, 0.9);
	}
	.bb__section-4 .dots .dot-45 {
		top: 15%;
		left: 85%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-4 .dots .dot-46 {
		top: 50%;
		left: 43%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-4 .dots .dot-47 {
		top: 16%;
		left: 85%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-4 .dots .dot-48 {
		top: 24%;
		left: 93%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-4 .dots .dot-49 {
		top: 33%;
		left: 90%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-4 .dots .dot-50 {
		top: 60%;
		left: 73%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-4 .dots .dot-51 {
		top: 6%;
		left: 69%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-4 .dots .dot-52 {
		top: 23%;
		left: 81%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-4 .dots .dot-53 {
		top: 37%;
		left: 61%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-54 {
		top: 27%;
		left: 55%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-4 .dots .dot-55 {
		top: 3%;
		left: 70%;
		background: rgba(255, 255, 255, 0.9);
	}
	.bb__section-4 .dots .dot-56 {
		top: 38%;
		left: 7%;
		background: white;
	}
	.bb__section-4 .dots .dot-57 {
		top: 56%;
		left: 12%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-58 {
		top: 25%;
		left: 9%;
		background: white;
	}
	.bb__section-4 .dots .dot-59 {
		top: 33%;
		left: 2%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-60 {
		top: 18%;
		left: 86%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-61 {
		top: 24%;
		left: 17%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-4 .dots .dot-62 {
		top: 58%;
		left: 53%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-63 {
		top: 8%;
		left: 78%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-64 {
		top: 51%;
		left: 56%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-65 {
		top: 34%;
		left: 48%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-4 .dots .dot-66 {
		top: 3%;
		left: 89%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-67 {
		top: 13%;
		left: 15%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-68 {
		top: 30%;
		left: 3%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-69 {
		top: 47%;
		left: 100%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-70 {
		top: 26%;
		left: 11%;
		background: rgba(255, 255, 255, 0.3);
	}
	.bb__section-4 .dots .dot-71 {
		top: 33%;
		left: 32%;
		background: rgba(255, 255, 255, 0.8);
	}
	.bb__section-4 .dots .dot-72 {
		top: 38%;
		left: 8%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-4 .dots .dot-73 {
		top: 39%;
		left: 58%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-74 {
		top: 50%;
		left: 72%;
		background: rgba(255, 255, 255, 0.4);
	}
	.bb__section-4 .dots .dot-75 {
		top: 34%;
		left: 31%;
		background: rgba(255, 255, 255, 0.9);
	}
	.bb__section-4 .dots .dot-76 {
		top: 24%;
		left: 34%;
		background: rgba(255, 255, 255, 0.6);
	}
	.bb__section-4 .dots .dot-77 {
		top: 56%;
		left: 92%;
		background: rgba(255, 255, 255, 0.5);
	}
	.bb__section-4 .dots .dot-78 {
		top: 32%;
		left: 80%;
		background: rgba(255, 255, 255, 0.2);
	}
	.bb__section-4 .dots .dot-79 {
		top: 59%;
		left: 40%;
		background: white;
	}
	.bb__section-4 .dots .dot-80 {
		top: 57%;
		left: 13%;
		background: rgba(255, 255, 255, 0.7);
	}
	.bb__section-4 .dots .dot-1 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-2 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-3 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-4 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-5 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-6 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-7 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-8 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-9 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-10 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-11 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-12 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-13 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-14 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-15 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-16 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-17 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-18 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-19 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-20 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-21 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-22 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-23 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-24 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-25 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-26 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-27 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-28 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-29 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-30 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-31 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-32 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-33 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-34 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-35 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-36 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-37 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-38 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-39 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
	.bb__section-4 .dots .dot-40 {
		animation: dot-hover-r 6s ease-in-out infinite alternate;
	}
}

@property --conicAngle_1 {
	syntax: '<angle>';
	initial-value: 0deg;
	inherits: false;
}

@property --conicAngle_2 {
	syntax: '<angle>';
	initial-value: 72deg;
	inherits: false;
}

@property --conicAngle_3 {
	syntax: '<angle>';
	initial-value: 144deg;
	inherits: false;
}

@property --conicAngle_4 {
	syntax: '<angle>';
	initial-value: 216deg;
	inherits: false;
}

@property --conicAngle_5 {
	syntax: '<angle>';
	initial-value: 288deg;
	inherits: false;
}

.bb__section-5 {
	padding: 12rem 0;
}

.bb__section-5 .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 10;
}

.bb__section-5 .s5__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: minmax(320px, 1fr);
	gap: 1rem;
}

.bb__section-5 .s5__grid .s5__grid-item.text .s5__h3 {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.9);
}

.bb__section-5 .s5__grid .s5__grid-item.text .s5__h3 span {
	line-height: 1.2;
	font-weight: 800;
	margin: 0;
	padding: 0;
	text-shadow: 0px 4px 6px rgba(3, 195, 161, 0.7);
	display: block;
	background: linear-gradient(to right, #88E980, #0AC1B7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.bb__section-5 .s5__grid .s5__grid-item.text .s5__paragraph {
	color: rgba(255, 255, 255, 0.8);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	max-width: 90%;
}

.bb__section-5 .s5__grid .s5__grid-item.box {
	flex: 1 1 0;
	padding: 10px;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
}

.bb__section-5 .s5__grid .s5__grid-item.box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	background: radial-gradient(60% 80px at 50% 0%, rgba(22, 148, 125, 0.3), transparent);
	filter: blur(3px);
	transition: all 2s ease;
}

.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer {
	height: 100%;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer::before {
	content: "";
	position: absolute;
	inset: 0;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	z-index: 20;
	padding: 2px;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.05);
	filter: blur(10px);
	transition: all 0.5s ease;
}

.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer.first::before {
	background-image: conic-gradient(from var(--conicAngle_1), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
	animation: section5RotateConicGradient 4s linear infinite reverse;
}

.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer.second::before {
	background-image: conic-gradient(from var(--conicAngle_2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
	animation: section5RotateConicGradient 5s linear infinite;
}

.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer.third::before {
	background-image: conic-gradient(from var(--conicAngle_3), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
	animation: section5RotateConicGradient 4s linear infinite reverse;
}

.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer.fourth::before {
	background-image: conic-gradient(from var(--conicAngle_4), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
	animation: section5RotateConicGradient 5s linear infinite;
}

.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer.fifth::before {
	background-image: conic-gradient(from var(--conicAngle_5), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
	animation: section5RotateConicGradient 5s linear infinite reverse;
}

.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner {
	height: 100%;
	padding: 3.5rem;
	border-radius: 15px;
	position: relative;
	z-index: 10;
	background: rgba(255, 255, 255, 0.02);
	display: flex;
	gap: 10px;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	transition: all 2s ease;
	text-align: center;
}

.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-image {
	flex: 0 0 146px;
}

.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-title {
	font-weight: 800;
	background: linear-gradient(to right, #88E980, #0AC1B7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-size: 24px;
	transition: inherit;
}

.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-paragraph {
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.5;
	transition: inherit;
	font-size: 18px;
	font-weight: 500;
}

.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__dots-bg {
	position: absolute;
	bottom: -20%;
	right: -20%;
}

.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__dots-bg img {
	width: 500px;
	height: auto;
}

@media (max-width: 1300px) {
	.bb__section-5 {
		padding: 10rem 0;
	}
}

@media (max-width: 992px) {
	.bb__section-5 {
		padding: 6rem 0;
	}
	.bb__section-5 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.bb__section-5 .s5__grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: minmax(320px, 1fr);
		gap: 1rem;
	}
	.bb__section-5 .s5__grid .s5__grid-item.text .s5__h3 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.9);
	}
	.bb__section-5 .s5__grid .s5__grid-item.text .s5__h3 span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-shadow: 0px 4px 6px rgba(3, 195, 161, 0.7);
		display: block;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.bb__section-5 .s5__grid .s5__grid-item.text .s5__paragraph {
		color: rgba(255, 255, 255, 0.8);
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 90%;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box {
		flex: 1 1 0;
		padding: 10px;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
		border: 1px solid rgba(255, 255, 255, 0.08);
		background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
	}
	.bb__section-5 .s5__grid .s5__grid-item.box::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
		background: radial-gradient(60% 80px at 50% 0%, rgba(22, 148, 125, 0.3), transparent);
		filter: blur(3px);
		transition: all 2s ease;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer {
		height: 100%;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		z-index: 1;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		z-index: 20;
		padding: 2px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, 0.05);
		filter: blur(10px);
		transition: all 0.5s ease;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer.first::before {
		background-image: conic-gradient(from var(--conicAngle_1), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer.second::before {
		background-image: conic-gradient(from var(--conicAngle_2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer.third::before {
		background-image: conic-gradient(from var(--conicAngle_3), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer.fourth::before {
		background-image: conic-gradient(from var(--conicAngle_4), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer.fifth::before {
		background-image: conic-gradient(from var(--conicAngle_5), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite reverse;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner {
		height: 100%;
		padding: 2.5rem;
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.02);
		display: flex;
		gap: 10px;
		flex-flow: column nowrap;
		align-items: center;
		justify-content: center;
		transition: all 2s ease;
		text-align: center;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-image {
		flex: 0 0 146px;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-title {
		font-weight: 800;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-size: 24px;
		transition: inherit;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-paragraph {
		text-align: center;
		color: rgba(255, 255, 255, 0.5);
		line-height: 1.5;
		transition: inherit;
		font-size: 18px;
		font-weight: 500;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__dots-bg {
		position: absolute;
		bottom: -20%;
		right: -20%;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__dots-bg img {
		width: 500px;
		height: auto;
	}
}

@media (max-width: 768px) {
	.bb__section-5 {
		padding: 8rem 0;
	}
	.bb__section-5 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.bb__section-5 .s5__grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: auto;
		gap: 1rem;
	}
	.bb__section-5 .s5__grid .s5__grid-item.text .s5__h3 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.9);
	}
	.bb__section-5 .s5__grid .s5__grid-item.text .s5__h3 span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-shadow: 0px 4px 6px rgba(3, 195, 161, 0.7);
		display: block;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.bb__section-5 .s5__grid .s5__grid-item.text .s5__paragraph {
		color: rgba(255, 255, 255, 0.8);
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 90%;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box {
		flex: 1 1 0;
		padding: 10px;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
		border: 1px solid rgba(255, 255, 255, 0.08);
		background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
	}
	.bb__section-5 .s5__grid .s5__grid-item.box::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
		background: radial-gradient(60% 80px at 50% 0%, rgba(22, 148, 125, 0.3), transparent);
		filter: blur(3px);
		transition: all 2s ease;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer {
		height: 100%;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		z-index: 1;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		z-index: 20;
		padding: 2px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, 0.05);
		filter: blur(10px);
		transition: all 0.5s ease;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer.first::before {
		background-image: conic-gradient(from var(--conicAngle_1), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer.second::before {
		background-image: conic-gradient(from var(--conicAngle_2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer.third::before {
		background-image: conic-gradient(from var(--conicAngle_3), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer.fourth::before {
		background-image: conic-gradient(from var(--conicAngle_4), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer.fifth::before {
		background-image: conic-gradient(from var(--conicAngle_5), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite reverse;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner {
		height: 100%;
		padding: 2rem;
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.02);
		display: flex;
		gap: 10px;
		flex-flow: column nowrap;
		align-items: center;
		justify-content: center;
		transition: all 2s ease;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-image {
		flex: 0 0 100px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-image img {
		width: auto;
		height: 100px;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-title {
		font-weight: 800;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-size: 22px;
		transition: inherit;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-paragraph {
		text-align: center;
		color: rgba(255, 255, 255, 0.5);
		line-height: 1.5;
		transition: inherit;
		font-size: 16px;
		font-weight: 500;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__dots-bg {
		position: absolute;
		bottom: -20%;
		right: -20%;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__dots-bg img {
		width: 500px;
		height: auto;
	}
}

@media (max-width: 640px) {
	.bb__section-5 {
		padding: 6rem 0;
	}
	.bb__section-5 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.bb__section-5 .s5__grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-auto-rows: auto;
		gap: 1rem;
	}
	.bb__section-5 .s5__grid .s5__grid-item.text .s5__h3 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.9);
	}
	.bb__section-5 .s5__grid .s5__grid-item.text .s5__h3 span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-shadow: 0px 4px 6px rgba(3, 195, 161, 0.7);
		display: block;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.bb__section-5 .s5__grid .s5__grid-item.text .s5__paragraph {
		color: rgba(255, 255, 255, 0.8);
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 90%;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box {
		flex: 1 1 0;
		padding: 10px;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
		border: 1px solid rgba(255, 255, 255, 0.08);
		background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
	}
	.bb__section-5 .s5__grid .s5__grid-item.box::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
		background: radial-gradient(60% 80px at 50% 0%, rgba(22, 148, 125, 0.3), transparent);
		filter: blur(3px);
		transition: all 2s ease;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer {
		height: 100%;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		z-index: 1;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		z-index: 20;
		padding: 2px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, 0.05);
		filter: blur(10px);
		transition: all 0.5s ease;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer.first::before {
		background-image: conic-gradient(from var(--conicAngle_1), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer.second::before {
		background-image: conic-gradient(from var(--conicAngle_2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer.third::before {
		background-image: conic-gradient(from var(--conicAngle_3), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer.fourth::before {
		background-image: conic-gradient(from var(--conicAngle_4), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer.fifth::before {
		background-image: conic-gradient(from var(--conicAngle_5), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite reverse;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner {
		height: 100%;
		padding: 2rem;
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.02);
		display: flex;
		gap: 10px;
		flex-flow: column nowrap;
		align-items: center;
		justify-content: center;
		transition: all 2s ease;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-image {
		flex: 0 0 100px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-image img {
		width: auto;
		height: 100px;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-title {
		font-weight: 800;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-size: 22px;
		transition: inherit;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-paragraph {
		text-align: center;
		color: rgba(255, 255, 255, 0.5);
		line-height: 1.5;
		transition: inherit;
		font-size: 16px;
		font-weight: 500;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__dots-bg {
		position: absolute;
		bottom: -20%;
		right: -20%;
	}
	.bb__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__dots-bg img {
		width: 500px;
		height: auto;
	}
}

.bb__section-6 {
	padding: 5rem 0 0;
	position: relative;
	margin: 0;
	width: 100%;
}

.bb__section-6 .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
	gap: 2rem;
	position: relative;
	z-index: 10;
}

.bb__section-6 .s6__line-bg {
	position: absolute;
	transform: translateY(-45%);
	top: 0;
	width: 100%;
}

.bb__section-6 .s6__line-bg img {
	width: 100%;
	height: auto;
}

.bb__section-6 .container {
	max-width: 1440px;
	width: 100%;
}

.bb__section-6 .container header h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 52px;
	line-height: 1.2;
	color: #fff;
	margin: 15px 0 0 0;
	padding: 0;
	font-weight: 800;
}

.bb__section-6 .container header h2 span {
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

.bb__section-6 .container header p {
	max-width: 700px;
	width: 100%;
	margin: 15px 0 0 0;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: #68717f;
	font-weight: 400;
}

.bb__section-6 .container .steps {
	width: 100%;
	margin: 60px 0 0 0;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 15px;
	grid-row-gap: 0;
}

@media (max-width: 992px) {
	.bb__section-6 .container .steps {
		display: none;
	}
}

.bb__section-6 .container .steps .step .step-number {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 60px;
	line-height: 72px;
	margin: 15px 0 0 0;
	font-weight: 800;
	background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #0b0c10;
}

.bb__section-6 .container .steps .step h3 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 30px;
	margin: 0;
	padding: 0;
	color: #fff;
}

.bb__section-6 .container .steps .step p {
	width: 100%;
	margin: 15px 0 0 0;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: #68717f;
	font-weight: 400;
}

.bb__section-6 .container .steps .step .line {
	height: 2px;
	width: 100%;
	background: rgba(194, 208, 228, 0.15);
}

.bb__section-6 .container .steps .linearrow {
	width: 200px;
	flex-basis: 200px;
	display: flex;
	align-items: center;
	position: relative;
}

.bb__section-6 .container .steps .linearrow .arrow-blob {
	transform: scale(0);
	flex: 0 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	height: 43px;
	width: 43px;
	transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
	--color1: #2cd9ff;
	--color2: #7effb2;
	--color3: #f4ff7a;
	--color4: #ffd80e;
	background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
	user-select: none;
	position: absolute;
}

@media (min-width: 992px) {
	.bb__section-6 .container .steps-mobile {
		display: none;
	}
}

@media (max-width: 992px) {
	.bb__section-6 {
		width: 100%;
		margin: 0;
		padding: 80px 1.5rem 0px 1.5rem;
		display: flex;
		justify-content: center;
		position: relative;
	}
	.bb__section-6 .bgs {
		position: absolute;
		inset: 0;
		z-index: -1;
	}
	.bb__section-6 .bgs .top-right {
		right: 0;
		width: 450px;
	}
	.bb__section-6 .bgs .top-left {
		position: absolute;
		left: 0;
		top: 300px;
		width: 450px;
	}
	.bb__section-6 .container {
		max-width: 1440px;
		width: 100%;
	}
	.bb__section-6 .container header h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 15px 0 0 0;
		padding: 0;
		font-weight: 800;
	}
	.bb__section-6 .container header h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.bb__section-6 .container header p {
		max-width: 700px;
		width: 100%;
		margin: 15px 0 0 0;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		font-weight: 400;
	}
	.bb__section-6 .container .steps-mobile {
		width: 100%;
		margin: 3rem 0 0 0;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: 1fr;
		grid-row-gap: 1rem;
	}
	.bb__section-6 .container .steps-mobile .step .step-number {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 60px;
		line-height: 72px;
		margin: 0px;
		font-weight: 800;
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #0b0c10;
	}
	.bb__section-6 .container .steps-mobile .step h3 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 30px;
		margin: 0;
		padding: 0;
		color: #fff;
	}
	.bb__section-6 .container .steps-mobile .step p {
		width: 100%;
		margin: 15px 0 0 0;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: #68717f;
		font-weight: 400;
	}
	.bb__section-6 .container .steps-mobile .step .line {
		width: 2px;
		height: 200px;
		background: rgba(194, 208, 228, 0.15);
		margin-left: 22px;
	}
	.bb__section-6 .container .steps-mobile .linearrow {
		height: 200px;
		display: flex;
		align-items: flex-start;
		position: relative;
	}
	.bb__section-6 .container .steps-mobile .linearrow .arrow-blob {
		transform: scale(0);
		flex: 0 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 100%;
		height: 44px;
		width: 44px;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		user-select: none;
		position: absolute;
	}
	.bb__section-6 .container .steps-mobile .linearrow .arrow-blob img {
		transform: rotate(90deg);
	}
}

@media (max-width: 576px) {
	.bb__section-6 {
		width: 100%;
		margin: 0;
		padding: 80px 1.5rem 0px 1.5rem;
		display: flex;
		justify-content: center;
		position: relative;
	}
	.bb__section-6 .bgs {
		position: absolute;
		inset: 0;
		z-index: -1;
	}
	.bb__section-6 .bgs .top-right {
		display: none;
	}
	.bb__section-6 .bgs .top-left {
		position: absolute;
		left: -50px;
		top: 80px;
		width: 550px;
	}
	.bb__section-6 .container {
		max-width: 1440px;
		width: 100%;
	}
	.bb__section-6 .container header h2 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 15px 0 0 0;
		padding: 0;
		font-weight: 800;
	}
	.bb__section-6 .container header h2 span {
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	.bb__section-6 .container header p {
		max-width: 700px;
		width: 100%;
		margin: 15px 0 0 0;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 15px;
		color: #68717f;
		font-weight: 400;
	}
	.bb__section-6 .container .steps-mobile {
		width: 100%;
		margin: 3rem 0 0 0;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: 1fr;
		grid-row-gap: 1rem;
	}
	.bb__section-6 .container .steps-mobile .step .step-number {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 60px;
		line-height: 72px;
		margin: 0px;
		font-weight: 800;
		background: -webkit-linear-gradient(90deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #0b0c10;
	}
	.bb__section-6 .container .steps-mobile .step h3 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 30px;
		margin: 0;
		padding: 0;
		color: #fff;
	}
	.bb__section-6 .container .steps-mobile .step p {
		width: 100%;
		margin: 15px 0 0 0;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 16px;
		color: #68717f;
		font-weight: 400;
	}
	.bb__section-6 .container .steps-mobile .step .line {
		width: 2px;
		height: 150px;
		background: rgba(194, 208, 228, 0.15);
		margin-left: 22px;
	}
	.bb__section-6 .container .steps-mobile .linearrow {
		height: 150px;
		display: flex;
		align-items: flex-start;
		position: relative;
	}
	.bb__section-6 .container .steps-mobile .linearrow .arrow-blob {
		transform: scale(0);
		flex: 0 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 100%;
		height: 44px;
		width: 44px;
		transition: --color1 1s, --color2 1s, --color3 1s, --color4 1s, opacity 1s;
		--color1: #2cd9ff;
		--color2: #7effb2;
		--color3: #f4ff7a;
		--color4: #ffd80e;
		background: linear-gradient(90deg, var(--color1), var(--color2), var(--color3), var(--color4));
		user-select: none;
		position: absolute;
	}
	.bb__section-6 .container .steps-mobile .linearrow .arrow-blob img {
		transform: rotate(90deg);
	}
}

.bb__section-7 {
	padding: 12rem 0;
	position: relative;
}

.bb__section-7 .container-b {
	max-width: 1690px;
}

@media (max-width: 1600px) {
	.bb__section-7 {
		padding: 10rem 0;
	}
}

@media (max-width: 992px) {
	.bb__section-7 {
		padding: 6rem 0;
		position: relative;
	}
	.bb__section-7 .section-container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
		padding-bottom: 2rem;
	}
	.bb__section-7 .container-b {
		max-width: 1500px;
	}
	.bb__section-7 .s7__line-bg {
		position: absolute;
		transform: translateY(-30%);
		top: 0;
		width: 100%;
	}
	.bb__section-7 .s7__line-bg img {
		width: 100%;
		height: auto;
	}
	.bb__section-7 .s7__h2 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.bb__section-7 .s7__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 80%;
		margin: 0 auto;
		margin-bottom: 3rem;
	}
	.bb__section-7 .pricing-table .container .pricing-table-wrapper {
		margin: 0px;
	}
}

@media (max-width: 768px) {
	.bb__section-7 {
		padding: 8rem 0;
		position: relative;
	}
	.bb__section-7 .section-container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
		padding-bottom: 2rem;
	}
	.bb__section-7 .container-b {
		max-width: 1500px;
	}
	.bb__section-7 .s7__line-bg {
		position: absolute;
		transform: translateY(-30%);
		top: 0;
		width: 100%;
		z-index: -1;
	}
	.bb__section-7 .s7__line-bg img {
		width: 100%;
		height: auto;
	}
	.bb__section-7 .s7__h2 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
		z-index: 10;
	}
	.bb__section-7 .s7__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
		margin-bottom: 2rem;
	}
	.bb__section-7 .options__table-mobile {
		margin: 0px;
	}
}

@media (max-width: 640px) {
	.bb__section-7 {
		padding: 6rem 0;
		position: relative;
	}
	.bb__section-7 .section-container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
		padding-bottom: 2rem;
	}
	.bb__section-7 .container-b {
		max-width: 1500px;
	}
	.bb__section-7 .s7__line-bg {
		position: absolute;
		transform: translateY(-30%);
		top: 0;
		width: 100%;
		z-index: -1;
	}
	.bb__section-7 .s7__line-bg img {
		width: 100%;
		height: auto;
	}
	.bb__section-7 .s7__h2 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
		z-index: 10;
	}
	.bb__section-7 .s7__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
		margin-bottom: 2rem;
	}
	.bb__section-7 .options__table-mobile {
		margin: 0px;
	}
}

.bb__section-8 {
	padding: 12rem 0;
	position: relative;
}

.bb__section-8 .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 10;
}

.bb__section-8 .s8__grid-img {
	position: absolute;
	z-index: -1;
	left: 0;
	top: -10%;
}

.bb__section-8 .s8__top-heading {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
	text-shadow: 0px 3px 8px rgba(255, 255, 255, 0.4);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.bb__section-8 .s8__bottom-heading {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
	display: block;
}

.bb__section-8 .s8__tp-rating {
	margin: 1rem 0 2rem;
}

.bb__section-8 .s8__tp-rating img {
	width: 150px;
	height: auto;
}

.bb__section-8 .s8__tp-container {
	display: flex;
	flex-flow: row wrap;
	gap: 10px;
	max-height: 700px;
	overflow: hidden;
	-webkit-mask: linear-gradient(to bottom, transparent 10%, #000, transparent 90%);
	mask: linear-gradient(to bottom, transparent, #000 15%, #000 90%, transparent);
}

.bb__section-8 .s8__tp-container .tp-scroller {
	flex: 1 1 0;
	display: flex;
	flex-flow: column nowrap;
}

.bb__section-8 .s8__tp-container .tp-scroller.mobile-1-col {
	display: none;
}

.bb__section-8 .s8__tp-container .tp-scroller.mobile-2-col {
	display: none;
}

.bb__section-8 .s8__tp-container .tp-scroller.mobile-3-col {
	display: none;
}

.bb__section-8 .s8__tp-container .tp-scroller .tp-vertical {
	display: flex;
	flex-flow: column nowrap;
	gap: 10px;
}

.bb__section-8 .s8__tp-container .tp-scroller .tp-vertical img {
	width: 100%;
	height: auto;
}

.bb__section-8 .s8__tp-container .tp-scroller .tp-vertical:not(:last-of-type) {
	margin-bottom: 10px;
}

.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(1) .tp-vertical {
	animation: scroll-vertical 10s linear infinite;
}

.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(1):hover .tp-vertical {
	animation-play-state: paused;
}

.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(2) .tp-vertical {
	animation: scroll-vertical 9s linear infinite;
}

.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(2):hover .tp-vertical {
	animation-play-state: paused;
}

.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(3) .tp-vertical {
	animation: scroll-vertical 12s linear infinite;
}

.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(3):hover .tp-vertical {
	animation-play-state: paused;
}

.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(4) .tp-vertical {
	animation: scroll-vertical 13s linear infinite;
}

.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(4):hover .tp-vertical {
	animation-play-state: paused;
}

.bb__section-8 .s8__tp-button {
	margin-top: 5rem;
	display: flex;
}

@media (max-width: 1300px) {
	.bb__section-8 {
		padding: 10rem 0;
	}
}

@media (max-width: 992px) {
	.bb__section-8 {
		padding: 8rem 0;
		position: relative;
	}
	.bb__section-8 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.bb__section-8 .s8__grid-img {
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
		z-index: -1;
	}
	.bb__section-8 .s8__grid-img img {
		height: 300px;
		width: 100%;
	}
	.bb__section-8 .s8__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 8px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.bb__section-8 .s8__bottom-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.bb__section-8 .s8__tp-rating {
		margin: 1rem 0 2rem;
	}
	.bb__section-8 .s8__tp-rating img {
		width: 100px;
		height: auto;
	}
	.bb__section-8 .s8__tp-container {
		display: flex;
		flex-flow: row wrap;
		gap: 10px;
		max-height: 700px;
		overflow: hidden;
		-webkit-mask: linear-gradient(to bottom, transparent 10%, #000, transparent 90%);
		mask: linear-gradient(to bottom, transparent, #000 15%, #000 90%, transparent);
		z-index: 10;
	}
	.bb__section-8 .s8__tp-container .tp-scroller {
		display: none;
		flex: 1 1 30%;
		flex-flow: column nowrap;
	}
	.bb__section-8 .s8__tp-container .tp-scroller.mobile-1-col {
		display: flex;
	}
	.bb__section-8 .s8__tp-container .tp-scroller.mobile-1-col .tp-vertical {
		animation: scroll-vertical 18s linear infinite;
	}
	.bb__section-8 .s8__tp-container .tp-scroller.mobile-1-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.bb__section-8 .s8__tp-container .tp-scroller.mobile-2-col {
		display: flex;
	}
	.bb__section-8 .s8__tp-container .tp-scroller.mobile-2-col .tp-vertical {
		animation: scroll-vertical 20s linear infinite;
	}
	.bb__section-8 .s8__tp-container .tp-scroller.mobile-2-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.bb__section-8 .s8__tp-container .tp-scroller.mobile-3-col {
		display: flex;
	}
	.bb__section-8 .s8__tp-container .tp-scroller.mobile-3-col .tp-vertical {
		animation: scroll-vertical 19s linear infinite;
	}
	.bb__section-8 .s8__tp-container .tp-scroller.mobile-3-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.bb__section-8 .s8__tp-container .tp-scroller .tp-vertical {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
	}
	.bb__section-8 .s8__tp-container .tp-scroller .tp-vertical img {
		width: 100%;
		height: auto;
	}
	.bb__section-8 .s8__tp-container .tp-scroller .tp-vertical:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(1) .tp-vertical {
		animation: scroll-vertical 10s linear infinite;
	}
	.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(1):hover .tp-vertical {
		animation-play-state: paused;
	}
	.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(2) .tp-vertical {
		animation: scroll-vertical 9s linear infinite;
	}
	.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(2):hover .tp-vertical {
		animation-play-state: paused;
	}
	.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(3) .tp-vertical {
		animation: scroll-vertical 12s linear infinite;
	}
	.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(3):hover .tp-vertical {
		animation-play-state: paused;
	}
	.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(4) .tp-vertical {
		animation: scroll-vertical 13s linear infinite;
	}
	.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(4):hover .tp-vertical {
		animation-play-state: paused;
	}
	.bb__section-8 .s8__tp-button {
		margin-top: 3rem;
		display: flex;
	}
}

@media (max-width: 768px) {
	.bb__section-8 {
		padding: 8rem 0;
		position: relative;
	}
	.bb__section-8 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.bb__section-8 .s8__grid-img {
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
	}
	.bb__section-8 .s8__grid-img img {
		height: 300px;
		width: 100%;
	}
	.bb__section-8 .s8__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 8px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.bb__section-8 .s8__bottom-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.bb__section-8 .s8__tp-rating {
		margin: 1rem 0 2rem;
	}
	.bb__section-8 .s8__tp-rating img {
		width: 100px;
		height: auto;
	}
	.bb__section-8 .s8__tp-container {
		display: flex;
		flex-flow: row wrap;
		gap: 10px;
		max-height: 700px;
		overflow: hidden;
		-webkit-mask: linear-gradient(to bottom, transparent 10%, #000, transparent 90%);
		mask: linear-gradient(to bottom, transparent, #000 15%, #000 90%, transparent);
	}
	.bb__section-8 .s8__tp-container .tp-scroller {
		display: none;
		flex: 1 1 40%;
		flex-flow: column nowrap;
	}
	.bb__section-8 .s8__tp-container .tp-scroller.mobile-1-col {
		display: flex;
	}
	.bb__section-8 .s8__tp-container .tp-scroller.mobile-1-col .tp-vertical {
		animation: scroll-vertical 18s linear infinite;
	}
	.bb__section-8 .s8__tp-container .tp-scroller.mobile-1-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.bb__section-8 .s8__tp-container .tp-scroller.mobile-2-col {
		display: flex;
	}
	.bb__section-8 .s8__tp-container .tp-scroller.mobile-2-col .tp-vertical {
		animation: scroll-vertical 20s linear infinite;
	}
	.bb__section-8 .s8__tp-container .tp-scroller.mobile-2-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.bb__section-8 .s8__tp-container .tp-scroller .tp-vertical {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
	}
	.bb__section-8 .s8__tp-container .tp-scroller .tp-vertical img {
		width: 100%;
		height: auto;
	}
	.bb__section-8 .s8__tp-container .tp-scroller .tp-vertical:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(1) .tp-vertical {
		animation: scroll-vertical 10s linear infinite;
	}
	.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(1):hover .tp-vertical {
		animation-play-state: paused;
	}
	.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(2) .tp-vertical {
		animation: scroll-vertical 9s linear infinite;
	}
	.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(2):hover .tp-vertical {
		animation-play-state: paused;
	}
	.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(3) .tp-vertical {
		animation: scroll-vertical 12s linear infinite;
	}
	.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(3):hover .tp-vertical {
		animation-play-state: paused;
	}
	.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(4) .tp-vertical {
		animation: scroll-vertical 13s linear infinite;
	}
	.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(4):hover .tp-vertical {
		animation-play-state: paused;
	}
	.bb__section-8 .s8__tp-button {
		margin-top: 3rem;
		display: flex;
	}
}

@media (max-width: 640px) {
	.bb__section-8 {
		padding: 6rem 0;
		position: relative;
	}
	.bb__section-8 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.bb__section-8 .s8__grid-img {
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
	}
	.bb__section-8 .s8__grid-img img {
		height: 300px;
		width: 100%;
	}
	.bb__section-8 .s8__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 8px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.bb__section-8 .s8__bottom-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.bb__section-8 .s8__tp-rating {
		margin: 1rem 0 2rem;
	}
	.bb__section-8 .s8__tp-rating img {
		width: 100px;
		height: auto;
	}
	.bb__section-8 .s8__tp-container {
		display: flex;
		flex-flow: row wrap;
		gap: 10px;
		max-height: 700px;
		overflow: hidden;
		-webkit-mask: linear-gradient(to bottom, transparent 10%, #000, transparent 90%);
		mask: linear-gradient(to bottom, transparent, #000 15%, #000 90%, transparent);
	}
	.bb__section-8 .s8__tp-container .tp-scroller {
		display: none;
		flex: 1 1 40%;
		flex-flow: column nowrap;
	}
	.bb__section-8 .s8__tp-container .tp-scroller.mobile-1-col {
		display: flex;
	}
	.bb__section-8 .s8__tp-container .tp-scroller.mobile-1-col .tp-vertical {
		animation: scroll-vertical 18s linear infinite;
	}
	.bb__section-8 .s8__tp-container .tp-scroller.mobile-1-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.bb__section-8 .s8__tp-container .tp-scroller .tp-vertical {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
	}
	.bb__section-8 .s8__tp-container .tp-scroller .tp-vertical img {
		width: 100%;
		height: auto;
	}
	.bb__section-8 .s8__tp-container .tp-scroller .tp-vertical:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(1) .tp-vertical {
		animation: scroll-vertical 10s linear infinite;
	}
	.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(1):hover .tp-vertical {
		animation-play-state: paused;
	}
	.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(2) .tp-vertical {
		animation: scroll-vertical 9s linear infinite;
	}
	.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(2):hover .tp-vertical {
		animation-play-state: paused;
	}
	.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(3) .tp-vertical {
		animation: scroll-vertical 12s linear infinite;
	}
	.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(3):hover .tp-vertical {
		animation-play-state: paused;
	}
	.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(4) .tp-vertical {
		animation: scroll-vertical 13s linear infinite;
	}
	.bb__section-8 .s8__tp-container .tp-scroller:nth-of-type(4):hover .tp-vertical {
		animation-play-state: paused;
	}
	.bb__section-8 .s8__tp-button {
		margin-top: 3rem;
		display: flex;
	}
}

.fp__section-9 {
	padding-bottom: 10rem;
}

.fp__section-9 .container {
	display: flex;
	flex-flow: column nowrap;
	gap: 10px;
	position: relative;
	z-index: 10;
}

.fp__section-9 .s9__outer {
	position: relative;
	padding: 12px;
}

.fp__section-9 .s9__outer::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 15px;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	padding: 1px;
	background: rgba(255, 255, 255, 0.05);
	background-color: rgba(255, 255, 255, 0.1);
	background-image: linear-gradient(41deg, transparent, rgba(255, 255, 255, 0.42), transparent);
}

.fp__section-9 .s9__outer .s9__inner {
	border-radius: 15px;
	background: url("../png/s9_bg_2.png"), rgba(11, 12, 16, 0.25);
	background-repeat: no-repeat;
	background-size: 100% 100%, cover;
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 4.5rem 3rem;
	backdrop-filter: blur(40px);
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
	position: relative;
	overflow: hidden;
	align-items: center;
}

.fp__section-9 .s9__outer .s9__inner .blur-1 {
	position: absolute;
	width: 206.33px;
	height: 230.61px;
	left: 5.31px;
	top: 153.74px;
	background: #1daa91;
	opacity: 0.25;
	filter: blur(95px);
	border-radius: 15px;
	z-index: -1;
}

.fp__section-9 .s9__outer .s9__inner .blur-2 {
	position: absolute;
	width: 440.74px;
	height: 236.51px;
	left: 227.25px;
	top: -38.62px;
	background: #c2d0e4;
	opacity: 0.25;
	filter: blur(115px);
	border-radius: 15px;
	z-index: -1;
}

.fp__section-9 .s9__outer .s9__inner .blur-3 {
	position: absolute;
	width: 240.74px;
	height: 236.51px;
	bottom: -38.62px;
	background: #afd0ff;
	opacity: 0.25;
	filter: blur(115px);
	border-radius: 15px;
	z-index: -1;
}

.fp__section-9 .s9__outer .s9__inner .bottom__logo {
	height: fit-content;
	opacity: 0.8;
}

.fp__section-9 .s9__outer .s9__inner .bottom__title .s9__heading {
	text-align: center;
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.9);
}

.fp__section-9 .s9__outer .s9__inner .bottom__title .s9__heading span {
	line-height: 1.2;
	font-weight: 800;
	margin: 0;
	padding: 0;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 2px 10px 0px rgba(3, 195, 161, 0.7);
	display: block;
}

.fp__section-9 .s9__outer .s9__inner .bottom__buttons {
	display: flex;
	gap: 1rem;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
}

.fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn {
	display: flex;
	justify-content: center;
}

.fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn {
	background: rgba(194, 208, 228, 0.15);
}

.fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char {
	color: transparent;
}

.fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::before, .fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::after {
	color: #fff;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper {
	margin-top: 2rem;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper div a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social svg stop {
	transition: all 0.6s ease-in-out;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#discord-link svg {
	fill: url(#discord-gradient-f) white;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
	fill: url(#telegram-gradient-f) white;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#twitter-link svg {
	fill: url(#twitter-gradient-f) white;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#instagram-link svg {
	fill: url(#instagram-gradient-f) white;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#facebook-link svg {
	fill: url(#fb-gradient-f) white;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
	fill: url(#telegram-gradient-f) white;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link {
	display: flex;
	position: relative;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg {
	transition: all 0.3s ease;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg path {
	transition: inherit;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:first-child {
	position: absolute;
	left: -2px;
	top: -4px;
	width: 100%;
	fill: transparent;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:last-child {
	fill: #ffffff;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#discord-link svg stop {
	stop-color: #5865f2;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop {
	stop-color: #0088cc;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:first-child {
	stop-color: #3bb1fa;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:last-child {
	stop-color: #1da1f2;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:first-child {
	stop-color: #feda75;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(2) {
	stop-color: #fa7e1e;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(3) {
	stop-color: #d62976;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(4) {
	stop-color: #962fbf;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:last-child {
	stop-color: #4f5bd5;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:first-child {
	stop-color: #17aafd;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:last-child {
	stop-color: #0165e2;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:first-child {
	stop-color: #0088CC;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:last-child {
	stop-color: #0088CC;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:first-child {
	fill: #69c9d0;
}

.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:last-child {
	fill: #ee1d52;
}

@media (max-width: 1300px) {
	.fp__section-9 {
		padding: 10rem 0 6rem;
	}
}

@media (max-width: 992px) {
	.fp__section-9 {
		padding: 6rem 0;
	}
}

@media (max-width: 768px) {
	.fp__section-9 {
		padding: 8rem 0 1rem;
	}
	.fp__section-9 .container {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.fp__section-9 .s9__outer {
		position: relative;
		padding: 12px;
	}
	.fp__section-9 .s9__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 15px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 1px;
		background: rgba(255, 255, 255, 0.05);
		background-color: rgba(255, 255, 255, 0.1);
		background-image: linear-gradient(41deg, transparent, rgba(255, 255, 255, 0.42), transparent);
	}
	.fp__section-9 .s9__outer .s9__inner {
		border-radius: 15px;
		background: url("../png/s9_bg_2.png"), rgba(11, 12, 16, 0.25);
		background-repeat: no-repeat;
		background-size: 100% 100%, cover;
		border: 1px solid rgba(255, 255, 255, 0.1);
		padding: 3rem 2rem;
		backdrop-filter: blur(40px);
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		position: relative;
		overflow: hidden;
		align-items: center;
	}
	.fp__section-9 .s9__outer .s9__inner .blur-1 {
		position: absolute;
		width: 206.33px;
		height: 230.61px;
		left: 5.31px;
		top: 153.74px;
		background: #1daa91;
		opacity: 0.25;
		filter: blur(95px);
		border-radius: 15px;
		z-index: -1;
	}
	.fp__section-9 .s9__outer .s9__inner .blur-2 {
		position: absolute;
		width: 440.74px;
		height: 236.51px;
		left: 227.25px;
		top: -38.62px;
		background: #c2d0e4;
		opacity: 0.25;
		filter: blur(115px);
		border-radius: 15px;
		z-index: -1;
	}
	.fp__section-9 .s9__outer .s9__inner .blur-3 {
		position: absolute;
		width: 240.74px;
		height: 236.51px;
		bottom: -38.62px;
		background: #afd0ff;
		opacity: 0.25;
		filter: blur(115px);
		border-radius: 15px;
		z-index: -1;
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__logo {
		height: fit-content;
		opacity: 0.8;
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__title .s9__heading {
		text-align: center;
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.9);
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__title .s9__heading span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 5px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__buttons {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		justify-content: center;
		align-items: center;
		margin-top: 2rem;
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn {
		flex: 1 1 100%;
		display: flex;
		justify-content: center;
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn a {
		width: 100%;
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn {
		background: rgba(194, 208, 228, 0.15);
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char {
		color: transparent;
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::before, .fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::after {
		color: #fff;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper {
		margin-top: 2rem;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper div {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper div a {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social svg stop {
		transition: all 0.6s ease-in-out;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#discord-link svg {
		fill: url(#discord-gradient-f) white;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
		fill: url(#telegram-gradient-f) white;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#twitter-link svg {
		fill: url(#twitter-gradient-f) white;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#instagram-link svg {
		fill: url(#instagram-gradient-f) white;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#facebook-link svg {
		fill: url(#fb-gradient-f) white;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
		fill: url(#telegram-gradient-f) white;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link {
		display: flex;
		position: relative;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg {
		transition: all 0.3s ease;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg path {
		transition: inherit;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:first-child {
		position: absolute;
		left: -2px;
		top: -4px;
		width: 100%;
		fill: transparent;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:last-child {
		fill: #ffffff;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#discord-link svg stop {
		stop-color: #5865f2;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop {
		stop-color: #0088cc;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:first-child {
		stop-color: #3bb1fa;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:last-child {
		stop-color: #1da1f2;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:first-child {
		stop-color: #feda75;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(2) {
		stop-color: #fa7e1e;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(3) {
		stop-color: #d62976;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(4) {
		stop-color: #962fbf;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:last-child {
		stop-color: #4f5bd5;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:first-child {
		stop-color: #17aafd;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:last-child {
		stop-color: #0165e2;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:first-child {
		stop-color: #0088CC;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:last-child {
		stop-color: #0088CC;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:first-child {
		fill: #69c9d0;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:last-child {
		fill: #ee1d52;
	}
}

@media (max-width: 640px) {
	.fp__section-9 {
		padding: 6rem 0 1rem;
	}
	.fp__section-9 .container {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.fp__section-9 .s9__outer {
		position: relative;
		padding: 12px;
	}
	.fp__section-9 .s9__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 15px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 1px;
		background: rgba(255, 255, 255, 0.05);
		background-color: rgba(255, 255, 255, 0.1);
		background-image: linear-gradient(41deg, transparent, rgba(255, 255, 255, 0.42), transparent);
	}
	.fp__section-9 .s9__outer .s9__inner {
		border-radius: 15px;
		background: url("../png/s9_bg_2.png"), rgba(11, 12, 16, 0.25);
		background-repeat: no-repeat;
		background-size: 100% 100%, cover;
		border: 1px solid rgba(255, 255, 255, 0.1);
		padding: 3rem 2rem;
		backdrop-filter: blur(40px);
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		position: relative;
		overflow: hidden;
		align-items: center;
	}
	.fp__section-9 .s9__outer .s9__inner .blur-1 {
		position: absolute;
		width: 206.33px;
		height: 230.61px;
		left: 5.31px;
		top: 153.74px;
		background: #1daa91;
		opacity: 0.25;
		filter: blur(95px);
		border-radius: 15px;
		z-index: -1;
	}
	.fp__section-9 .s9__outer .s9__inner .blur-2 {
		position: absolute;
		width: 440.74px;
		height: 236.51px;
		left: 227.25px;
		top: -38.62px;
		background: #c2d0e4;
		opacity: 0.25;
		filter: blur(115px);
		border-radius: 15px;
		z-index: -1;
	}
	.fp__section-9 .s9__outer .s9__inner .blur-3 {
		position: absolute;
		width: 240.74px;
		height: 236.51px;
		bottom: -38.62px;
		background: #afd0ff;
		opacity: 0.25;
		filter: blur(115px);
		border-radius: 15px;
		z-index: -1;
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__logo {
		height: fit-content;
		opacity: 0.8;
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__title .s9__heading {
		text-align: center;
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.9);
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__title .s9__heading span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 5px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__buttons {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		justify-content: center;
		align-items: center;
		margin-top: 2rem;
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn {
		flex: 1 1 100%;
		display: flex;
		justify-content: center;
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn a {
		width: 100%;
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn {
		background: rgba(194, 208, 228, 0.15);
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char {
		color: transparent;
	}
	.fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::before, .fp__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::after {
		color: #fff;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper {
		margin-top: 2rem;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper div {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper div a {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social svg stop {
		transition: all 0.6s ease-in-out;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#discord-link svg {
		fill: url(#discord-gradient-f) white;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
		fill: url(#telegram-gradient-f) white;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#twitter-link svg {
		fill: url(#twitter-gradient-f) white;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#instagram-link svg {
		fill: url(#instagram-gradient-f) white;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#facebook-link svg {
		fill: url(#fb-gradient-f) white;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
		fill: url(#telegram-gradient-f) white;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link {
		display: flex;
		position: relative;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg {
		transition: all 0.3s ease;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg path {
		transition: inherit;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:first-child {
		position: absolute;
		left: -2px;
		top: -4px;
		width: 100%;
		fill: transparent;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:last-child {
		fill: #ffffff;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#discord-link svg stop {
		stop-color: #5865f2;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop {
		stop-color: #0088cc;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:first-child {
		stop-color: #3bb1fa;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:last-child {
		stop-color: #1da1f2;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:first-child {
		stop-color: #feda75;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(2) {
		stop-color: #fa7e1e;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(3) {
		stop-color: #d62976;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(4) {
		stop-color: #962fbf;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:last-child {
		stop-color: #4f5bd5;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:first-child {
		stop-color: #17aafd;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:last-child {
		stop-color: #0165e2;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:first-child {
		stop-color: #0088CC;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:last-child {
		stop-color: #0088CC;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:first-child {
		fill: #69c9d0;
	}
	.fp__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:last-child {
		fill: #ee1d52;
	}
}

@keyframes rotateBeforeElement {
	to {
		transform: rotate(360deg) translateX(-50%);
	}
}

@keyframes rotate-conic-section-2 {
	0% {
		--conic-gradient-angle-section-2: 0deg;
	}
	100% {
		--conic-gradient-angle-section-2: 360deg;
	}
}

@keyframes statsScroll {
	to {
		transform: translate(calc(-100% - 1.5rem));
	}
}

@keyframes rotate-conic {
	0% {
		--conic-gradient-angle: 0deg;
	}
	100% {
		--conic-gradient-angle: 360deg;
	}
}

@keyframes infiniteGlow {
	0% {
		opacity: 0.3;
		transform: translateX(-50%) scaleY(50%);
	}
	50% {
		opacity: 1;
		transform: translateX(-50%) scaleY(100%);
	}
	100% {
		opacity: 0.3;
		transform: translateX(-50%) scaleY(50%);
	}
}

@keyframes infiniteSwing {
	0% {
		transform: translateX(-50%) rotate(45deg);
	}
	100% {
		transform: translateX(-50%) rotate(-45deg);
	}
}

@keyframes infiniteLightSwing {
	0% {
		transform: rotate(-40deg);
		opacity: 1;
	}
	100% {
		transform: rotate(-20deg);
		opacity: 0.7;
	}
}

@keyframes clip-highlight-cc {
	0% {
		background-position: -180% 0%;
	}
	100% {
		background-position: 290% 0%;
	}
}

@keyframes highlighOutline {
	0% {
		background: rgba(255, 255, 255, 0.05);
	}
	100% {
		background: rgba(255, 255, 255, 0.2);
	}
}

@keyframes horizontalLineMovement {
	0% {
		left: 0%;
		transform: translateX(0px);
	}
	100% {
		left: 100%;
		transform: translateX(100%);
	}
}

@keyframes horizontalLineMovement-r {
	0% {
		right: 0%;
		transform: translateX(0px);
	}
	100% {
		right: 100%;
		transform: translateX(100%);
	}
}

@keyframes HeroMoveTopLight {
	0% {
		transform: translateX(-50%) rotate(-15deg);
	}
	100% {
		transform: translateX(-50%) rotate(15deg);
	}
}

@keyframes moveTopLightReflection {
	0% {
		transform: translateX(110%) scaleX(1);
	}
	100% {
		transform: translateX(-110%) scaleX(1);
	}
}

@keyframes backgroundSizeAnimation {
	0% {
		background-position: -100% 0%;
	}
	100% {
		background-position: 200% 0%;
	}
}

@keyframes backgroundSizeAnimationReverse {
	0% {
		background-position: 200% 0%;
	}
	100% {
		background-position: -100% 0%;
	}
}

@keyframes moveHighlight {
	0% {
		transform: skewX(-20deg) translateX(-60px);
	}
	100% {
		transform: skewX(-20deg) translateX(560px);
	}
}

@keyframes smoothBg {
	from {
		background-position: 50% 50%;
	}
	to {
		background-position: 350% 50%;
	}
}

@keyframes section5RotateConicGradient {
	0% {
		--conicAngle_1: 0deg;
		--conicAngle_2: 72deg;
		--conicAngle_3: 144deg;
		--conicAngle_4: 216deg;
		--conicAngle_5: 288deg;
	}
	100% {
		--conicAngle_1: 360deg;
		--conicAngle_2: 432deg;
		--conicAngle_3: 504deg;
		--conicAngle_4: 576deg;
		--conicAngle_5: 648deg;
	}
}

@keyframes scroll-vertical {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(calc(-100% - 10px));
	}
}

@keyframes swipeHelperMove {
	0% {
		transform: translateX(-10%);
	}
	100% {
		transform: translateX(10%);
	}
}

* {
	box-sizing: border-box;
}

.competitor-comparison {
	width: 100%;
	position: relative;
	overflow-x: clip;
}

.competitor-comparison .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 1.5rem 0px 1.5rem;
}

.competitor-comparison .cc__reflection-canvas {
	position: absolute;
	top: -120px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.competitor-comparison .cc__reflection-canvas canvas {
	width: 180px;
	height: 300px;
}

.competitor-comparison .cc__reflector {
	transition: all 1s ease;
	opacity: 0;
	width: 320px;
	height: 1000px;
	position: absolute;
	top: -220px;
	left: 50%;
	z-index: -1;
	background: radial-gradient(50% 100% at top center, rgba(22, 148, 125, 0.6) 20%, rgba(22, 148, 125, 0.4) 50%, transparent);
	filter: blur(20px);
	transition: all 1s ease;
	transform-origin: top center;
	animation: HeroMoveTopLight 8s ease-in-out infinite alternate;
	transform: translateX(-50%) scaleY(0);
}

.competitor-comparison .cc__reflector.bottom-reflector {
	filter: none;
	background: transparent;
}

.competitor-comparison .cc__reflector.bottom-reflector .cc__reflection-canvas {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	mask-image: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
}

.competitor-comparison .cc__reflector.bottom-reflector .cc__reflection-canvas canvas {
	width: 200px;
	height: 600px;
}

@media (max-width: 640px) {
	.competitor-comparison .cc__reflector {
		width: 200px;
	}
}

.competitor-comparison .cc__reflector.enter {
	transform: translateX(-50%) scaleY(1);
	opacity: 1;
	transition-delay: 1.6s;
}

.competitor-comparison .cc__grid {
	position: absolute;
	left: 0;
	top: 0;
}

@media (max-width: 768px) {
	.competitor-comparison .cc__grid img {
		width: 60%;
	}
}

@media (max-width: 640px) {
	.competitor-comparison .cc__grid img {
		width: 70%;
	}
}

.competitor-comparison html {
	font-size: 16px;
}

.competitor-comparison .cc__h1 {
	font-size: 4.5rem;
	/* 72px */
}

.competitor-comparison .cc__h2 {
	font-size: 3.375rem;
	/* 54px */
}

.competitor-comparison .cc__h3 {
	font-size: 2.5rem;
	/* 40px */
}

.competitor-comparison .cc__h4 {
	font-size: 1.875rem;
	/* 30px */
}

.competitor-comparison .cc__h5 {
	font-size: 1.375rem;
	/* 22px */
}

.competitor-comparison .cc__h6 {
	font-size: 1rem;
	/* 16px */
}

@media (max-width: 992px) {
	.competitor-comparison .cc__h1 {
		font-size: 4rem;
		/* ~64px */
	}
	.competitor-comparison .cc__h2 {
		font-size: 3rem;
		/* ~48px */
	}
	.competitor-comparison .cc__h3 {
		font-size: 2.25rem;
		/* ~36px */
	}
	.competitor-comparison .cc__h4 {
		font-size: 1.875rem;
		/* ~30px */
	}
	.competitor-comparison .cc__h5 {
		font-size: 1.5rem;
		/* ~24px */
	}
	.competitor-comparison .cc__h6 {
		font-size: 1.125rem;
		/* ~18px */
	}
}

@media (max-width: 768px) {
	.competitor-comparison .cc__h1 {
		font-size: 3rem;
		/* ~48px */
	}
	.competitor-comparison .cc__h2 {
		font-size: 2.5rem;
		/* ~40px */
	}
	.competitor-comparison .cc__h3 {
		font-size: 2rem;
		/* ~32px */
	}
	.competitor-comparison .cc__h4 {
		font-size: 1.75rem;
		/* ~28px */
	}
	.competitor-comparison .cc__h5 {
		font-size: 1.5rem;
		/* ~24px */
	}
	.competitor-comparison .cc__h6 {
		font-size: 1.25rem;
		/* ~20px */
	}
}

@media (max-width: 640px) {
	.competitor-comparison .cc__h1 {
		font-size: 2.5rem;
		/* ~40px */
	}
	.competitor-comparison .cc__h2 {
		font-size: 2rem;
		/* ~32px */
	}
	.competitor-comparison .cc__h3 {
		font-size: 1.75rem;
		/* ~28px */
	}
	.competitor-comparison .cc__h4 {
		font-size: 1.5rem;
		/* ~24px */
	}
	.competitor-comparison .cc__h5 {
		font-size: 1.25rem;
		/* ~20px */
	}
	.competitor-comparison .cc__h6 {
		font-size: 1rem;
		/* 16px */
	}
}

@property --conic-gradient-angle {
	syntax: '<angle>';
	initial-value: 0deg;
	inherits: false;
}

.cc__section-1 {
	padding: 8rem 0;
	position: relative;
	z-index: 100;
}

.cc__section-1 .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 2rem;
	position: relative;
}

.cc__section-1 .scroller-container {
	margin-top: 6rem;
}

.cc__section-1 .s1__dots-bg {
	opacity: 0;
	transition: all 1s ease;
	position: absolute;
	top: -10%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: auto;
	text-align: center;
	z-index: -1;
}

.cc__section-1 .s1__dots-bg img {
	width: 60%;
	height: auto;
	opacity: 0.5;
}

.cc__section-1 .s1__top-heading {
	opacity: 0;
	transform: translateY(-40px);
	transition: all 1s ease;
	position: relative;
}

.cc__section-1 .s1__top-heading::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 100px;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	padding: 2px;
	background: rgba(255, 255, 255, 0.05);
	background-color: rgba(255, 255, 255, 0.1);
	background-image: conic-gradient(from var(--conic-gradient-angle) at 50% 50%, transparent 80deg, rgba(255, 255, 255, 0.4) 90deg, rgba(255, 255, 255, 0.4) 100deg, transparent 110deg);
	animation: rotate-conic 4s linear infinite;
}

.cc__section-1 .s1__top-heading .th__transparent {
	background: transparent;
	padding: 7px;
	border-radius: 100px;
	color: #1daa91;
}

.cc__section-1 .s1__top-heading .th__transparent .th__inner {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
	text-align: center;
	font-size: 16px;
	padding: 8px 20px;
	line-height: 1;
	border-radius: 100px;
	overflow: hidden;
	position: relative;
}

.cc__section-1 .s1__top-heading .th__transparent .th__inner span {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.5s ease;
	background: linear-gradient(to right, transparent 20px, white 60px, transparent);
	color: rgba(255, 255, 255, 0.4);
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 180px 100%;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	animation: clip-highlight-cc 4s linear infinite;
	mix-blend-mode: color-dodge;
	pointer-events: none;
	user-select: none;
}

.cc__section-1 .s1__heading .s1__h1 {
	opacity: 0;
	transform: translateY(-40px);
	transition: all 1s ease;
	line-height: 1.2;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 10px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
	text-shadow: 0px 4px 14px rgba(255, 255, 255, 0.4);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.cc__section-1 .s1__heading .s1__h2 {
	opacity: 0;
	transform: translateY(-40px);
	transition: all 1s ease;
	line-height: 1.2;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
	letter-spacing: 1px;
}

.cc__section-1 .s1__paragraph {
	opacity: 0;
	transform: translateY(-40px);
	transition: all 1s ease;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	max-width: 50%;
	margin: 0 auto;
}

.cc__section-1 .s1__paragraph span {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: underline;
	font-weight: 600;
}

.cc__section-1 .s1__buttons {
	margin-top: 1rem;
	display: flex;
	flex-flow: row nowrap;
	gap: 1rem;
	align-items: center;
}

.cc__section-1 .s1__buttons .s1__button {
	opacity: 0;
	transition: all 1s ease;
	transform: translateY(-40px);
	display: flex;
}

.cc__section-1 .s1__buttons .s1__button.s1__2 {
	transform: translateY(40px);
}

.cc__section-1 .s1__buttons .s1__button.s1__2 a {
	background: rgba(194, 208, 228, 0.15) !important;
}

.cc__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::before {
	color: white !important;
}

.cc__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::after {
	color: white !important;
}

.cc__section-1 .s1__buttons .s1__button.s1__2 a:hover {
	background: rgba(194, 208, 228, 0.25) !important;
}

.cc__section-1 .s1__scroller {
	transition: all 1s ease;
	opacity: 0;
	align-self: stretch;
	position: relative;
	padding: 3rem 0;
	-webkit-mask: linear-gradient(to right, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.2) 10%, black 20%, black 80%, rgba(0, 0, 0, 0.2) 90%, rgba(0, 0, 0, 0) 95%) border-box;
	overflow: hidden;
	display: flex;
	align-items: center;
	white-space: nowrap;
	gap: 1.5rem;
}

.cc__section-1 .s1__scroller .s1__scroll-container {
	display: flex;
	gap: 1.5rem;
	width: max-content;
	flex-wrap: nowrap;
	animation: statsScroll 10s forwards linear infinite;
}

.cc__section-1 .s1__scroller .s1__scroll-container .s1__scroll-item {
	flex-shrink: 0;
	border-radius: 15px;
	border: 1px solid rgba(194, 208, 228, 0.15);
	background: url("../png/review-bg.png"), url("../png/review-grid.png"), rgba(11, 12, 16, 0.55);
	background-size: 100% 100%, 200px 100px, cover;
	background-position: center, 110% 100%, center;
	background-repeat: no-repeat;
	backdrop-filter: blur(25px);
	box-shadow: 9px 12px 15px 0px rgba(0, 0, 0, 0.25);
	padding: 1.5rem;
	gap: 14px;
	display: flex;
	flex-flow: column nowrap;
	z-index: 20;
	position: relative;
	transition: all 0.5s ease;
}

.cc__section-1 .s1__scroller .s1__scroll-container .s1__scroll-item .s1__item-title {
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.5);
	letter-spacing: normal;
	line-height: 1.2;
}

.cc__section-1 .s1__scroller .s1__scroll-container .s1__scroll-item .s1__item-value {
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	background: linear-gradient(113deg, #26F7DD -12.26%, rgba(244, 255, 122, 0.82) 121.26%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.cc__section-1 .s1__scroller .s1__top-border {
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background: rgba(22, 148, 125, 0.2);
	z-index: 9;
}

.cc__section-1 .s1__scroller .s1__top-border::before {
	opacity: 0;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
	width: 200px;
	background: linear-gradient(to right, transparent, #16947d);
	z-index: 10;
	border-radius: 100px;
	animation: horizontalLineMovement 10s linear infinite;
}

.cc__section-1 .s1__scroller .s1__bottom-border {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background: rgba(22, 148, 125, 0.2);
}

.cc__section-1 .s1__scroller .s1__bottom-border::before {
	opacity: 0;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 1px;
	width: 200px;
	background: linear-gradient(to left, transparent, #16947d);
	z-index: 10;
	border-radius: 100px;
	animation: horizontalLineMovement-r 7s linear infinite;
}

.cc__section-1 .s1__scroller::before {
	content: "";
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	height: calc(100% + 100px);
	background: #16947D;
	opacity: 0.09;
	z-index: -10;
	filter: blur(100px);
}

.cc__section-1.enter .s1__dots-bg {
	opacity: 1;
}

.cc__section-1.enter .s1__top-heading {
	opacity: 1;
	transform: translateY(0px);
}

.cc__section-1.enter .s1__heading .s1__h1 {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 0.5s;
}

.cc__section-1.enter .s1__heading .s1__h2 {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 0.7s;
}

.cc__section-1.enter .s1__paragraph {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 0.9s;
}

.cc__section-1.enter .s1__buttons .s1__button {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 1.2s;
	display: flex;
}

.cc__section-1.enter .s1__buttons .s1__button.s1__2 {
	transform: translateY(0px);
}

.cc__section-1.enter .s1__rating {
	opacity: 1;
	transition-delay: 1.4s;
}

.cc__section-1.enter .s1__top-reflection {
	opacity: 0.7;
	transform: translateX(95%) scaleX(1);
	transition-delay: 1.7s;
}

.cc__section-1.enter .s1__scroller {
	opacity: 1;
	transition-delay: 1.7s;
}

@media (max-width: 1300px) {
	.cc__section-1 {
		padding: 6rem 0;
	}
}

@media (max-width: 992px) {
	.cc__section-1 {
		padding: 4rem 0;
		position: relative;
		z-index: 100;
	}
	.cc__section-1 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 2rem;
		position: relative;
		overflow: hidden;
	}
	.cc__section-1 .scroller-container {
		margin-top: 4rem;
		max-width: 100%;
	}
	.cc__section-1 .s1__dots-bg {
		position: absolute;
		top: -10%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: auto;
		text-align: center;
		z-index: -1;
	}
	.cc__section-1 .s1__dots-bg img {
		width: 70%;
		height: auto;
		opacity: 0.5;
	}
	.cc__section-1 .s1__top-heading {
		position: relative;
	}
	.cc__section-1 .s1__top-heading::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 100px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 2px;
		background: rgba(255, 255, 255, 0.05);
		background-color: rgba(255, 255, 255, 0.1);
		background-image: conic-gradient(from var(--conic-gradient-angle) at 50% 50%, transparent 80deg, rgba(255, 255, 255, 0.4) 90deg, rgba(255, 255, 255, 0.4) 100deg, transparent 110deg);
		animation: rotate-conic 4s linear infinite;
	}
	.cc__section-1 .s1__top-heading .th__transparent {
		background: transparent;
		padding: 7px;
		border-radius: 100px;
		color: #1daa91;
	}
	.cc__section-1 .s1__top-heading .th__transparent .th__inner {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
		text-align: center;
		font-size: 16px;
		padding: 8px 20px;
		line-height: 1;
		border-radius: 100px;
		overflow: hidden;
		position: relative;
	}
	.cc__section-1 .s1__top-heading .th__transparent .th__inner span {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.5s ease;
		background: linear-gradient(to right, transparent 20px, white 60px, transparent);
		color: rgba(255, 255, 255, 0.4);
		-webkit-background-clip: text;
		background-clip: text;
		background-size: 180px 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		animation: clip-highlight 4s linear infinite;
		mix-blend-mode: color-dodge;
		pointer-events: none;
		user-select: none;
	}
	.cc__section-1 .s1__heading .s1__h1 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
		text-shadow: 0px 4px 14px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.cc__section-1 .s1__heading .s1__h2 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		letter-spacing: 1px;
	}
	.cc__section-1 .s1__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 80%;
		margin: 0 auto;
	}
	.cc__section-1 .s1__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
	.cc__section-1 .s1__buttons {
		margin-top: 1rem;
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
		align-items: center;
	}
	.cc__section-1 .s1__buttons .s1__button {
		display: flex;
	}
	.cc__section-1 .s1__buttons .s1__button.s1__2 a {
		background: rgba(194, 208, 228, 0.15) !important;
	}
	.cc__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::before {
		color: white !important;
	}
	.cc__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::after {
		color: white !important;
	}
	.cc__section-1 .s1__buttons .s1__button.s1__2 a:hover {
		background: rgba(194, 208, 228, 0.25) !important;
	}
	.cc__section-1 .s1__scroller {
		align-self: stretch;
		position: relative;
		padding: 2rem 0;
		-webkit-mask: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.2) 8%, black 20%, black 80%, rgba(0, 0, 0, 0.2) 91%, rgba(0, 0, 0, 0) 99%) border-box;
		overflow: hidden;
		display: flex;
		align-items: center;
		white-space: nowrap;
		gap: 1.5rem;
	}
	.cc__section-1 .s1__scroller .s1__scroll-container {
		display: flex;
		gap: 1rem;
		width: max-content;
		flex-wrap: nowrap;
		animation: statsScroll 8s forwards linear infinite;
	}
	.cc__section-1 .s1__scroller .s1__scroll-container .s1__scroll-item {
		flex-shrink: 0;
		border-radius: 15px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: url("../png/review-bg.png"), url("../png/review-grid.png"), rgba(11, 12, 16, 0.55);
		background-size: 100% 100%, 200px 100px, cover;
		background-position: center, 110% 100%, center;
		background-repeat: no-repeat;
		backdrop-filter: blur(25px);
		box-shadow: 9px 12px 15px 0px rgba(0, 0, 0, 0.25);
		padding: 1.5rem;
		gap: 14px;
		display: flex;
		flex-flow: column nowrap;
		z-index: 20;
		position: relative;
		transition: all 0.5s ease;
	}
	.cc__section-1 .s1__scroller .s1__scroll-container .s1__scroll-item .s1__item-title {
		font-size: 13px;
		font-weight: 500;
		color: rgba(255, 255, 255, 0.5);
		letter-spacing: normal;
		line-height: 1.2;
	}
	.cc__section-1 .s1__scroller .s1__scroll-container .s1__scroll-item .s1__item-value {
		font-weight: 700;
		font-size: 26px;
		line-height: 1;
		background: linear-gradient(113deg, #26F7DD -12.26%, rgba(244, 255, 122, 0.82) 121.26%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.cc__section-1 .s1__scroller .s1__top-border {
		position: absolute;
		top: 0;
		left: 0;
		height: 1px;
		width: 100%;
		background: rgba(22, 148, 125, 0.2);
		z-index: 9;
	}
	.cc__section-1 .s1__scroller .s1__top-border::before {
		opacity: 0;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 1px;
		width: 200px;
		background: linear-gradient(to right, transparent, #16947d);
		z-index: 10;
		border-radius: 100px;
		animation: horizontalLineMovement 10s linear infinite;
	}
	.cc__section-1 .s1__scroller .s1__bottom-border {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 1px;
		width: 100%;
		background: rgba(22, 148, 125, 0.2);
	}
	.cc__section-1 .s1__scroller .s1__bottom-border::before {
		opacity: 0;
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		height: 1px;
		width: 200px;
		background: linear-gradient(to left, transparent, #16947d);
		z-index: 10;
		border-radius: 100px;
		animation: horizontalLineMovement-r 7s linear infinite;
	}
	.cc__section-1 .s1__scroller::before {
		content: "";
		position: absolute;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
		height: calc(100% + 100px);
		background: #16947D;
		opacity: 0.09;
		z-index: -10;
		filter: blur(100px);
	}
}

@media (max-width: 768px) {
	.cc__section-1 {
		padding: 2rem 0;
		position: relative;
		z-index: 100;
	}
	.cc__section-1 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 2rem;
		position: relative;
	}
	.cc__section-1 .scroller-container {
		margin-top: 4rem;
		max-width: 100%;
	}
	.cc__section-1 .s1__dots-bg {
		position: absolute;
		top: 0%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: auto;
		text-align: center;
		z-index: -1;
	}
	.cc__section-1 .s1__dots-bg img {
		width: 100%;
		height: auto;
		opacity: 0.5;
	}
	.cc__section-1 .s1__top-heading {
		position: relative;
	}
	.cc__section-1 .s1__top-heading::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 100px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 2px;
		background: rgba(255, 255, 255, 0.05);
		background-color: rgba(255, 255, 255, 0.1);
		background-image: conic-gradient(from var(--conic-gradient-angle) at 50% 50%, transparent 80deg, rgba(255, 255, 255, 0.4) 90deg, rgba(255, 255, 255, 0.4) 100deg, transparent 110deg);
		animation: rotate-conic 4s linear infinite;
	}
	.cc__section-1 .s1__top-heading .th__transparent {
		background: transparent;
		padding: 7px;
		border-radius: 100px;
		color: #1daa91;
	}
	.cc__section-1 .s1__top-heading .th__transparent .th__inner {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
		text-align: center;
		font-size: 16px;
		padding: 8px 20px;
		line-height: 1;
		border-radius: 100px;
		overflow: hidden;
		position: relative;
	}
	.cc__section-1 .s1__top-heading .th__transparent .th__inner span {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.5s ease;
		background: linear-gradient(to right, transparent 20px, white 60px, transparent);
		color: rgba(255, 255, 255, 0.4);
		-webkit-background-clip: text;
		background-clip: text;
		background-size: 180px 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		animation: clip-highlight 4s linear infinite;
		mix-blend-mode: color-dodge;
		pointer-events: none;
		user-select: none;
	}
	.cc__section-1 .s1__heading .s1__h1 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
		text-shadow: 0px 4px 14px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.cc__section-1 .s1__heading .s1__h2 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		letter-spacing: 1px;
	}
	.cc__section-1 .s1__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.cc__section-1 .s1__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
	.cc__section-1 .s1__buttons {
		margin-top: 1rem;
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		align-items: center;
	}
	.cc__section-1 .s1__buttons .s1__button {
		display: flex;
	}
	.cc__section-1 .s1__buttons .s1__button.s1__2 a {
		background: rgba(194, 208, 228, 0.15) !important;
	}
	.cc__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::before {
		color: white !important;
	}
	.cc__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::after {
		color: white !important;
	}
	.cc__section-1 .s1__buttons .s1__button.s1__2 a:hover {
		background: rgba(194, 208, 228, 0.25) !important;
	}
	.cc__section-1 .s1__scroller {
		align-self: stretch;
		position: relative;
		padding: 2rem 0;
		-webkit-mask: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.2) 8%, black 20%, black 80%, rgba(0, 0, 0, 0.2) 91%, rgba(0, 0, 0, 0) 99%) border-box;
		overflow: hidden;
		display: flex;
		align-items: center;
		white-space: nowrap;
		gap: 1.5rem;
	}
	.cc__section-1 .s1__scroller .s1__scroll-container {
		display: flex;
		gap: 1rem;
		width: max-content;
		flex-wrap: nowrap;
		animation: statsScroll 8s forwards linear infinite;
	}
	.cc__section-1 .s1__scroller .s1__scroll-container .s1__scroll-item {
		flex-shrink: 0;
		border-radius: 15px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: url("../png/review-bg.png"), url("../png/review-grid.png"), rgba(11, 12, 16, 0.55);
		background-size: 100% 100%, 200px 100px, cover;
		background-position: center, 110% 100%, center;
		background-repeat: no-repeat;
		backdrop-filter: blur(25px);
		box-shadow: 9px 12px 15px 0px rgba(0, 0, 0, 0.25);
		padding: 1.5rem;
		gap: 14px;
		display: flex;
		flex-flow: column nowrap;
		z-index: 20;
		position: relative;
		transition: all 0.5s ease;
	}
	.cc__section-1 .s1__scroller .s1__scroll-container .s1__scroll-item .s1__item-title {
		font-size: 13px;
		font-weight: 500;
		color: rgba(255, 255, 255, 0.5);
		letter-spacing: normal;
		line-height: 1.2;
	}
	.cc__section-1 .s1__scroller .s1__scroll-container .s1__scroll-item .s1__item-value {
		font-weight: 700;
		font-size: 26px;
		line-height: 1;
		background: linear-gradient(113deg, #26F7DD -12.26%, rgba(244, 255, 122, 0.82) 121.26%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.cc__section-1 .s1__scroller .s1__top-border {
		position: absolute;
		top: 0;
		left: 0;
		height: 1px;
		width: 100%;
		background: rgba(22, 148, 125, 0.2);
		z-index: 9;
	}
	.cc__section-1 .s1__scroller .s1__top-border::before {
		opacity: 0;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 1px;
		width: 200px;
		background: linear-gradient(to right, transparent, #16947d);
		z-index: 10;
		border-radius: 100px;
		animation: horizontalLineMovement 10s linear infinite;
	}
	.cc__section-1 .s1__scroller .s1__bottom-border {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 1px;
		width: 100%;
		background: rgba(22, 148, 125, 0.2);
	}
	.cc__section-1 .s1__scroller .s1__bottom-border::before {
		opacity: 0;
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		height: 1px;
		width: 200px;
		background: linear-gradient(to left, transparent, #16947d);
		z-index: 10;
		border-radius: 100px;
		animation: horizontalLineMovement-r 7s linear infinite;
	}
	.cc__section-1 .s1__scroller::before {
		content: "";
		position: absolute;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
		height: calc(100% + 100px);
		background: #16947D;
		opacity: 0.09;
		z-index: -10;
		filter: blur(100px);
	}
}

@media (max-width: 640px) {
	.cc__section-1 {
		padding: 2rem 0;
		position: relative;
		z-index: 100;
	}
	.cc__section-1 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 2rem;
		position: relative;
	}
	.cc__section-1 .scroller-container {
		margin-top: 4rem;
		max-width: 100%;
	}
	.cc__section-1 .s1__dots-bg {
		position: absolute;
		top: 0%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: auto;
		text-align: center;
		z-index: -1;
	}
	.cc__section-1 .s1__dots-bg img {
		width: 100%;
		height: auto;
		opacity: 0.5;
	}
	.cc__section-1 .s1__top-heading {
		position: relative;
	}
	.cc__section-1 .s1__top-heading::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 100px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 2px;
		background: rgba(255, 255, 255, 0.05);
		background-color: rgba(255, 255, 255, 0.1);
		background-image: conic-gradient(from var(--conic-gradient-angle) at 50% 50%, transparent 80deg, rgba(255, 255, 255, 0.4) 90deg, rgba(255, 255, 255, 0.4) 100deg, transparent 110deg);
		animation: rotate-conic 4s linear infinite;
	}
	.cc__section-1 .s1__top-heading .th__transparent {
		background: transparent;
		padding: 7px;
		border-radius: 100px;
		color: #1daa91;
	}
	.cc__section-1 .s1__top-heading .th__transparent .th__inner {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
		text-align: center;
		font-size: 16px;
		padding: 8px 20px;
		line-height: 1;
		border-radius: 100px;
		overflow: hidden;
		position: relative;
	}
	.cc__section-1 .s1__top-heading .th__transparent .th__inner span {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.5s ease;
		background: linear-gradient(to right, transparent 20px, white 60px, transparent);
		color: rgba(255, 255, 255, 0.4);
		-webkit-background-clip: text;
		background-clip: text;
		background-size: 180px 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		animation: clip-highlight 4s linear infinite;
		mix-blend-mode: color-dodge;
		pointer-events: none;
		user-select: none;
	}
	.cc__section-1 .s1__heading .s1__h1 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
		text-shadow: 0px 4px 14px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.cc__section-1 .s1__heading .s1__h2 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		letter-spacing: 1px;
	}
	.cc__section-1 .s1__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.cc__section-1 .s1__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
	.cc__section-1 .s1__buttons {
		margin-top: 1rem;
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		align-items: center;
	}
	.cc__section-1 .s1__buttons .s1__button {
		flex: 1 1 100%;
		display: flex;
	}
	.cc__section-1 .s1__buttons .s1__button a {
		width: 100%;
	}
	.cc__section-1 .s1__buttons .s1__button.s1__2 a {
		background: rgba(194, 208, 228, 0.15) !important;
	}
	.cc__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::before {
		color: white !important;
	}
	.cc__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::after {
		color: white !important;
	}
	.cc__section-1 .s1__buttons .s1__button.s1__2 a:hover {
		background: rgba(194, 208, 228, 0.25) !important;
	}
	.cc__section-1 .s1__scroller {
		align-self: stretch;
		position: relative;
		padding: 2rem 0;
		-webkit-mask: linear-gradient(to right, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.2) 8%, black 20%, black 80%, rgba(0, 0, 0, 0.2) 91%, rgba(0, 0, 0, 0) 99%) border-box;
		overflow: hidden;
		display: flex;
		align-items: center;
		white-space: nowrap;
		gap: 1.5rem;
	}
	.cc__section-1 .s1__scroller .s1__scroll-container {
		display: flex;
		gap: 1rem;
		width: max-content;
		flex-wrap: nowrap;
		animation: statsScroll 8s forwards linear infinite;
	}
	.cc__section-1 .s1__scroller .s1__scroll-container .s1__scroll-item {
		flex-shrink: 0;
		border-radius: 15px;
		border: 1px solid rgba(194, 208, 228, 0.15);
		background: url("../png/review-bg.png"), url("../png/review-grid.png"), rgba(11, 12, 16, 0.55);
		background-size: 100% 100%, 200px 100px, cover;
		background-position: center, 110% 100%, center;
		background-repeat: no-repeat;
		backdrop-filter: blur(25px);
		box-shadow: 9px 12px 15px 0px rgba(0, 0, 0, 0.25);
		padding: 1.5rem;
		gap: 14px;
		display: flex;
		flex-flow: column nowrap;
		z-index: 20;
		position: relative;
		transition: all 0.5s ease;
	}
	.cc__section-1 .s1__scroller .s1__scroll-container .s1__scroll-item .s1__item-title {
		font-size: 13px;
		font-weight: 500;
		color: rgba(255, 255, 255, 0.5);
		letter-spacing: normal;
		line-height: 1.2;
	}
	.cc__section-1 .s1__scroller .s1__scroll-container .s1__scroll-item .s1__item-value {
		font-weight: 700;
		font-size: 26px;
		line-height: 1;
		background: linear-gradient(113deg, #26F7DD -12.26%, rgba(244, 255, 122, 0.82) 121.26%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.cc__section-1 .s1__scroller .s1__top-border {
		position: absolute;
		top: 0;
		left: 0;
		height: 1px;
		width: 100%;
		background: rgba(22, 148, 125, 0.2);
		z-index: 9;
	}
	.cc__section-1 .s1__scroller .s1__top-border::before {
		opacity: 0;
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		height: 1px;
		width: 200px;
		background: linear-gradient(to right, transparent, #16947d);
		z-index: 10;
		border-radius: 100px;
		animation: horizontalLineMovement 10s linear infinite;
	}
	.cc__section-1 .s1__scroller .s1__bottom-border {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 1px;
		width: 100%;
		background: rgba(22, 148, 125, 0.2);
	}
	.cc__section-1 .s1__scroller .s1__bottom-border::before {
		opacity: 0;
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		height: 1px;
		width: 200px;
		background: linear-gradient(to left, transparent, #16947d);
		z-index: 10;
		border-radius: 100px;
		animation: horizontalLineMovement-r 7s linear infinite;
	}
	.cc__section-1 .s1__scroller::before {
		content: "";
		position: absolute;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
		height: calc(100% + 100px);
		background: #16947D;
		opacity: 0.09;
		z-index: -10;
		filter: blur(100px);
	}
}

.cc__section-2 {
	padding: 12rem 0;
}

.cc__section-2 .container {
	position: relative;
	z-index: 10;
}

.cc__section-2 .s2__heading {
	margin-bottom: 1.5rem;
}

.cc__section-2 .s2__heading .s2__h2 {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
	text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.cc__section-2 .s2__heading .s2__h2 span {
	font-weight: 700;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
}

.cc__section-2 .s2__paragraph {
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	max-width: 50%;
	margin: 0 auto;
}

.cc__section-2 .s2__paragraph span {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: underline;
	font-weight: 600;
}

.cc__section-2 .swipe-helper {
	margin-top: 3rem;
	opacity: 0;
	margin-left: auto;
	display: flex;
	flex-flow: row nowrap;
	gap: 10px;
	align-items: center;
	justify-content: center;
	transition: all 0.6s ease;
	padding: 0 1rem 12px 1rem;
}

.cc__section-2 .swipe-helper .swipe__inner {
	width: 120px;
	display: flex;
	flex-flow: row nowrap;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.cc__section-2 .swipe-helper .swipe__inner svg {
	flex: 0 0 auto;
	stroke: rgba(255, 255, 255, 0.8);
}

.cc__section-2 .swipe-helper .swipe__inner svg:nth-of-type(2) {
	flex: 1 1 auto;
	animation: swipeHelperMove 1s linear infinite alternate;
}

.cc__section-2 .table-container {
	position: relative;
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	overflow: hidden;
	--grid-auto-rows: 70px 70px 125px repeat(8, 70px);
}

.cc__section-2 .table-container .table-loader {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	backdrop-filter: blur(30px);
	z-index: 100;
	transition: all 0.5s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	/* HTML: <div class="loader"></div> */
}

.cc__section-2 .table-container .table-loader .loader {
	width: 60px;
	aspect-ratio: 2;
	--_g: no-repeat radial-gradient(circle closest-side, rgba(255, 255, 255, 0.9) 90%, #0000);
	background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
	background-size: calc(100%/3) 50%;
	animation: l3 1s infinite linear;
}

@keyframes l3 {
	20% {
		background-position: 0% 0%, 50% 50%, 100% 50%;
	}
	40% {
		background-position: 0% 100%, 50% 0%, 100% 50%;
	}
	60% {
		background-position: 0% 50%, 50% 100%, 100% 0%;
	}
	80% {
		background-position: 0% 50%, 50% 50%, 100% 100%;
	}
}

.cc__section-2 .table-container .sticky-container {
	display: none;
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	height: calc(100% + 2px);
	width: auto;
	grid-template-columns: 250px 190px;
	grid-template-rows: var(--grid-auto-rows);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(to right, #11141c, rgba(29, 170, 145, 0.25));
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

.cc__section-2 .table-container .s2__comparison-table {
	display: grid;
	grid-template-columns: 250px repeat(6, 190px);
	grid-template-rows: var(--grid-auto-rows);
	position: relative;
	overflow-x: auto;
}

.cc__section-2 .table-container .s2__comparison-table .table__cell:nth-last-of-type(-n + 7) {
	border-bottom: none;
}

.cc__section-2 .table-container .s2__comparison-table .fxify-highlight-container {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: grid;
	grid-template-columns: 250px repeat(6, 190px);
	grid-template-rows: 1fr;
	z-index: -1;
}

.cc__section-2 .table-container .s2__comparison-table .fxify-highlight-container .fxify-highlight {
	position: relative;
	grid-area: 1 / 2 / -1 / 3;
}

.cc__section-2 .table-container .s2__comparison-table .fxify-highlight-container .fxify-highlight::before {
	content: '';
	opacity: 0.5;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, white 5px, rgba(189, 255, 122, 0.6) 8px, rgba(11, 240, 255, 0.4) 30%, transparent 100%);
	filter: blur(30px);
	z-index: 2;
}

.cc__section-2 .table-container .s2__comparison-table .fxify-highlight-container .fxify-highlight::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, transparent, rgba(189, 255, 122, 0.8), transparent);
	z-index: 3;
	box-shadow: 0 2px 15px 3px rgba(13, 16, 23, 0.3);
}

.cc__section-2 .table-container .table__cell {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cc__section-2 .table-container .table__cell span.italic-bottom {
	flex: 1 1 100%;
	font-size: 12px;
	display: block;
	font-weight: 400;
	font-style: italic;
	line-height: 1;
}

.cc__section-2 .table-container .table__cell.cell__header {
	text-align: left;
	justify-content: flex-start;
	color: rgba(255, 255, 255, 0.9);
}

.cc__section-2 .table-container .table__cell.cell__fxify-mobile {
	color: white;
}

.cc__section-2 .table-container .table__cell.gradient-text {
	background: linear-gradient(113deg, #26F7DD -12.26%, rgba(244, 255, 122, 0.82) 121.26%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 800;
}

.cc__section-2 .table-container .table__cell .tooltip {
	margin-left: 5px;
	display: inline-block;
	position: relative;
	display: inline-flex;
}

.cc__section-2 .table-container .table__cell .tooltip svg {
	transition: all 0.5s ease;
	cursor: pointer;
}

.cc__section-2 .table-container .table__cell .tooltip .tooltip-text {
	visibility: hidden;
	border: 1px solid rgba(255, 255, 255, 0.1);
	background-color: #101217;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 10px;
	position: absolute;
	left: 20px;
	top: 50%;
	width: 230px;
	font-size: 12px;
	line-height: 1.4;
	transform: translateY(-50%);
	font-weight: 400;
	z-index: 70;
}

.cc__section-2 .table-container .table__cell .tooltip:hover .tooltip-text {
	visibility: visible;
}

.cc__section-2 .table-container .table__cell .tooltip:hover svg {
	opacity: 0.7;
}

@media (max-width: 992px) {
	.cc__section-2 .table-container {
		--grid-auto-rows: 70px 70px 145px repeat(8, 70px);
	}
	.cc__section-2 .table-container .sticky-container {
		position: absolute;
		display: grid;
		grid-template-columns: 120px 130px;
		grid-template-rows: var(--grid-auto-rows);
	}
	.cc__section-2 .table-container .sticky-container .table__cell:not(.cell__header) {
		color: white;
	}
	.cc__section-2 .table-container .sticky-container .table__cell:nth-last-child(-n + 2) {
		border-bottom: none;
	}
	.cc__section-2 .table-container .s2__comparison-table {
		display: grid;
		grid-template-columns: 120px repeat(6, 130px);
		grid-template-rows: var(--grid-auto-rows);
		position: relative;
		overflow-x: auto;
	}
	.cc__section-2 .table-container .s2__comparison-table .fxify-highlight-container {
		display: none;
	}
	.cc__section-2 .table-container .table__cell {
		font-size: 13px;
		flex-flow: row wrap;
		align-content: center;
		gap: 4px;
	}
	.cc__section-2 .table-container .table__cell .tooltip {
		flex: 1 1 100%;
		margin-left: 0;
		display: flex;
		justify-content: center;
	}
	.cc__section-2 .table-container .table__cell .tooltip .tooltip-text {
		visibility: hidden;
		border: 1px solid rgba(255, 255, 255, 0.1);
		background-color: #101217;
		color: #fff;
		text-align: center;
		border-radius: 6px;
		padding: 10px;
		position: absolute;
		left: 50%;
		top: 130%;
		width: 230px;
		font-size: 12px;
		line-height: 1.4;
		transform: translateX(-50%);
		font-weight: 400;
	}
	.cc__section-2 .table-container .table__cell.cell__header {
		font-size: 12px;
	}
	.cc__section-2 .table-container .table__cell.cell__fxify-mobile, .cc__section-2 .table-container .table__cell.cell__header-mobile {
		opacity: 0;
	}
}

@media (max-width: 992px) {
	.cc__section-2 {
		padding: 6rem 0;
	}
	.cc__section-2 .s2__heading .s2__h2 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.cc__section-2 .s2__heading .s2__h2 span {
		font-weight: 700;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.cc__section-2 .s2__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.cc__section-2 .s2__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
}

@media (max-width: 768px) {
	.cc__section-2 {
		padding: 8rem 0;
	}
	.cc__section-2 .s2__heading .s2__h2 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.cc__section-2 .s2__heading .s2__h2 span {
		font-weight: 700;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.cc__section-2 .s2__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.cc__section-2 .s2__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
}

@media (max-width: 640px) {
	.cc__section-2 {
		padding: 6rem 0;
	}
	.cc__section-2 .s2__heading .s2__h2 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.cc__section-2 .s2__heading .s2__h2 span {
		font-weight: 700;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.cc__section-2 .s2__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.cc__section-2 .s2__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
}

@property --conicAngle_1 {
	syntax: '<angle>';
	initial-value: 0deg;
	inherits: false;
}

@property --conicAngle_2 {
	syntax: '<angle>';
	initial-value: 72deg;
	inherits: false;
}

@property --conicAngle_3 {
	syntax: '<angle>';
	initial-value: 144deg;
	inherits: false;
}

@property --conicAngle_4 {
	syntax: '<angle>';
	initial-value: 216deg;
	inherits: false;
}

@property --conicAngle_5 {
	syntax: '<angle>';
	initial-value: 288deg;
	inherits: false;
}

.cc__section-5 {
	padding: 12rem 0;
}

.cc__section-5 .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 10;
}

.cc__section-5 .s5__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: minmax(320px, 1fr);
	gap: 1rem;
}

.cc__section-5 .s5__grid .s5__grid-item.text .s5__h2 {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.9);
}

.cc__section-5 .s5__grid .s5__grid-item.text .s5__h2 span {
	line-height: 1.2;
	font-weight: 800;
	margin: 0;
	padding: 0;
	text-shadow: 0px 4px 6px rgba(3, 195, 161, 0.7);
	display: block;
	background: linear-gradient(to right, #88E980, #0AC1B7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.cc__section-5 .s5__grid .s5__grid-item.text .s5__paragraph {
	color: rgba(255, 255, 255, 0.8);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	max-width: 90%;
}

.cc__section-5 .s5__grid .s5__grid-item.box {
	flex: 1 1 0;
	padding: 10px;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
}

.cc__section-5 .s5__grid .s5__grid-item.box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	background: radial-gradient(60% 80px at 50% 0%, rgba(22, 148, 125, 0.3), transparent);
	filter: blur(3px);
	transition: all 2s ease;
}

.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer {
	height: 100%;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer::before {
	content: "";
	position: absolute;
	inset: 0;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	z-index: 20;
	padding: 2px;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.05);
	filter: blur(10px);
	transition: all 0.5s ease;
}

.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer.first::before {
	background-image: conic-gradient(from var(--conicAngle_1), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
	animation: section5RotateConicGradient 4s linear infinite reverse;
}

.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer.second::before {
	background-image: conic-gradient(from var(--conicAngle_2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
	animation: section5RotateConicGradient 5s linear infinite;
}

.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer.third::before {
	background-image: conic-gradient(from var(--conicAngle_3), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
	animation: section5RotateConicGradient 4s linear infinite reverse;
}

.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer.fourth::before {
	background-image: conic-gradient(from var(--conicAngle_4), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
	animation: section5RotateConicGradient 5s linear infinite;
}

.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer.fifth::before {
	background-image: conic-gradient(from var(--conicAngle_5), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
	animation: section5RotateConicGradient 5s linear infinite reverse;
}

.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner {
	height: 100%;
	padding: 3.5rem;
	border-radius: 15px;
	position: relative;
	z-index: 10;
	background: rgba(255, 255, 255, 0.02);
	display: flex;
	gap: 10px;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	transition: all 2s ease;
	text-align: center;
}

.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-image {
	flex: 0 0 146px;
}

.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-title {
	font-weight: 800;
	background: linear-gradient(to right, #88E980, #0AC1B7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-size: 24px;
	transition: inherit;
}

.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-paragraph {
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.5;
	transition: inherit;
	font-size: 18px;
	font-weight: 500;
}

.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__dots-bg {
	position: absolute;
	bottom: -20%;
	right: -20%;
}

.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__dots-bg img {
	width: 500px;
	height: auto;
}

@media (max-width: 1300px) {
	.cc__section-5 {
		padding: 10rem 0;
	}
}

@media (max-width: 992px) {
	.cc__section-5 {
		padding: 6rem 0;
	}
	.cc__section-5 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.cc__section-5 .s5__grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: minmax(320px, 1fr);
		gap: 1rem;
	}
	.cc__section-5 .s5__grid .s5__grid-item.text .s5__h3 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.9);
	}
	.cc__section-5 .s5__grid .s5__grid-item.text .s5__h3 span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-shadow: 0px 4px 6px rgba(3, 195, 161, 0.7);
		display: block;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.cc__section-5 .s5__grid .s5__grid-item.text .s5__paragraph {
		color: rgba(255, 255, 255, 0.8);
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 90%;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box {
		flex: 1 1 0;
		padding: 10px;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
		border: 1px solid rgba(255, 255, 255, 0.08);
		background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
	}
	.cc__section-5 .s5__grid .s5__grid-item.box::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
		background: radial-gradient(60% 80px at 50% 0%, rgba(22, 148, 125, 0.3), transparent);
		filter: blur(3px);
		transition: all 2s ease;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer {
		height: 100%;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		z-index: 1;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		z-index: 20;
		padding: 2px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, 0.05);
		filter: blur(10px);
		transition: all 0.5s ease;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer.first::before {
		background-image: conic-gradient(from var(--conicAngle_1), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer.second::before {
		background-image: conic-gradient(from var(--conicAngle_2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer.third::before {
		background-image: conic-gradient(from var(--conicAngle_3), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer.fourth::before {
		background-image: conic-gradient(from var(--conicAngle_4), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer.fifth::before {
		background-image: conic-gradient(from var(--conicAngle_5), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite reverse;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner {
		height: 100%;
		padding: 2.5rem;
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.02);
		display: flex;
		gap: 10px;
		flex-flow: column nowrap;
		align-items: center;
		justify-content: center;
		transition: all 2s ease;
		text-align: center;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-image {
		flex: 0 0 146px;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-title {
		font-weight: 800;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-size: 24px;
		transition: inherit;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-paragraph {
		text-align: center;
		color: rgba(255, 255, 255, 0.5);
		line-height: 1.5;
		transition: inherit;
		font-size: 18px;
		font-weight: 500;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__dots-bg {
		position: absolute;
		bottom: -20%;
		right: -20%;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__dots-bg img {
		width: 500px;
		height: auto;
	}
}

@media (max-width: 768px) {
	.cc__section-5 {
		padding: 8rem 0;
	}
	.cc__section-5 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.cc__section-5 .s5__grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: auto;
		gap: 1rem;
	}
	.cc__section-5 .s5__grid .s5__grid-item.text .s5__h3 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.9);
	}
	.cc__section-5 .s5__grid .s5__grid-item.text .s5__h3 span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-shadow: 0px 4px 6px rgba(3, 195, 161, 0.7);
		display: block;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.cc__section-5 .s5__grid .s5__grid-item.text .s5__paragraph {
		color: rgba(255, 255, 255, 0.8);
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 90%;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box {
		flex: 1 1 0;
		padding: 10px;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
		border: 1px solid rgba(255, 255, 255, 0.08);
		background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
	}
	.cc__section-5 .s5__grid .s5__grid-item.box::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
		background: radial-gradient(60% 80px at 50% 0%, rgba(22, 148, 125, 0.3), transparent);
		filter: blur(3px);
		transition: all 2s ease;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer {
		height: 100%;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		z-index: 1;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		z-index: 20;
		padding: 2px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, 0.05);
		filter: blur(10px);
		transition: all 0.5s ease;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer.first::before {
		background-image: conic-gradient(from var(--conicAngle_1), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer.second::before {
		background-image: conic-gradient(from var(--conicAngle_2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer.third::before {
		background-image: conic-gradient(from var(--conicAngle_3), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer.fourth::before {
		background-image: conic-gradient(from var(--conicAngle_4), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer.fifth::before {
		background-image: conic-gradient(from var(--conicAngle_5), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite reverse;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner {
		height: 100%;
		padding: 2rem;
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.02);
		display: flex;
		gap: 10px;
		flex-flow: column nowrap;
		align-items: center;
		justify-content: center;
		transition: all 2s ease;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-image {
		flex: 0 0 100px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-image img {
		width: auto;
		height: 100px;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-title {
		font-weight: 800;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-size: 22px;
		transition: inherit;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-paragraph {
		text-align: center;
		color: rgba(255, 255, 255, 0.5);
		line-height: 1.5;
		transition: inherit;
		font-size: 16px;
		font-weight: 500;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__dots-bg {
		position: absolute;
		bottom: -20%;
		right: -20%;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__dots-bg img {
		width: 500px;
		height: auto;
	}
}

@media (max-width: 640px) {
	.cc__section-5 {
		padding: 6rem 0;
	}
	.cc__section-5 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.cc__section-5 .s5__grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-auto-rows: auto;
		gap: 1rem;
	}
	.cc__section-5 .s5__grid .s5__grid-item.text .s5__h3 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.9);
	}
	.cc__section-5 .s5__grid .s5__grid-item.text .s5__h3 span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-shadow: 0px 4px 6px rgba(3, 195, 161, 0.7);
		display: block;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.cc__section-5 .s5__grid .s5__grid-item.text .s5__paragraph {
		color: rgba(255, 255, 255, 0.8);
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 90%;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box {
		flex: 1 1 0;
		padding: 10px;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
		border: 1px solid rgba(255, 255, 255, 0.08);
		background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
	}
	.cc__section-5 .s5__grid .s5__grid-item.box::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
		background: radial-gradient(60% 80px at 50% 0%, rgba(22, 148, 125, 0.3), transparent);
		filter: blur(3px);
		transition: all 2s ease;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer {
		height: 100%;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		z-index: 1;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		z-index: 20;
		padding: 2px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, 0.05);
		filter: blur(10px);
		transition: all 0.5s ease;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer.first::before {
		background-image: conic-gradient(from var(--conicAngle_1), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer.second::before {
		background-image: conic-gradient(from var(--conicAngle_2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer.third::before {
		background-image: conic-gradient(from var(--conicAngle_3), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer.fourth::before {
		background-image: conic-gradient(from var(--conicAngle_4), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer.fifth::before {
		background-image: conic-gradient(from var(--conicAngle_5), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite reverse;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner {
		height: 100%;
		padding: 2rem;
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.02);
		display: flex;
		gap: 10px;
		flex-flow: column nowrap;
		align-items: center;
		justify-content: center;
		transition: all 2s ease;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-image {
		flex: 0 0 100px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-image img {
		width: auto;
		height: 100px;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-title {
		font-weight: 800;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-size: 22px;
		transition: inherit;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__box-paragraph {
		text-align: center;
		color: rgba(255, 255, 255, 0.5);
		line-height: 1.5;
		transition: inherit;
		font-size: 16px;
		font-weight: 500;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__dots-bg {
		position: absolute;
		bottom: -20%;
		right: -20%;
	}
	.cc__section-5 .s5__grid .s5__grid-item.box .s5__outer .s5__inner .s5__dots-bg img {
		width: 500px;
		height: auto;
	}
}

.cc__section-6 {
	padding: 12rem 0;
	position: relative;
}

.cc__section-6 .section-container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 10;
	padding-bottom: 2rem;
}

@media (min-width: 1200px) and (max-width: 1520px) {
	.cc__section-6 .section-container {
		padding-bottom: 9rem;
	}
}

.cc__section-6 .container-b {
	max-width: 1690px;
}

.cc__section-6 .s6__line-bg {
	position: absolute;
	transform: translateY(-30%);
	top: 0;
	width: 100%;
}

.cc__section-6 .s6__line-bg img {
	width: 100%;
	height: auto;
}

.cc__section-6 .s6__h2 {
	line-height: 1.2;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 10px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
	text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.cc__section-6 .s6__h2 span {
	line-height: 1.2;
	font-weight: 800;
	margin: 0;
	padding: 0;
	text-shadow: 0px 4px 6px rgba(3, 195, 161, 0.7);
	background: linear-gradient(to right, #88E980, #0AC1B7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.cc__section-6 .s6__paragraph {
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	max-width: 50%;
	margin: 0 auto;
}

@media (max-width: 1600px) {
	.cc__section-6 {
		padding: 10rem 0;
	}
}

@media (max-width: 992px) {
	.cc__section-6 {
		padding: 6rem 0;
		position: relative;
	}
	.cc__section-6 .section-container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
		padding-bottom: 0rem;
	}
	.cc__section-6 .container-b {
		max-width: 1500px;
	}
	.cc__section-6 .s6__line-bg {
		position: absolute;
		transform: translateY(-30%);
		top: 0;
		width: 100%;
	}
	.cc__section-6 .s6__line-bg img {
		width: 100%;
		height: auto;
	}
	.cc__section-6 .s6__h2 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.cc__section-6 .s6__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 80%;
		margin: 0 auto;
		margin-bottom: 3rem;
	}
	.cc__section-6 .pricing-table .container .pricing-table-wrapper {
		margin: 0px;
	}
}

@media (max-width: 768px) {
	.cc__section-6 {
		padding: 8rem 0;
		position: relative;
	}
	.cc__section-6 .section-container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
		padding-bottom: 0rem;
	}
	.cc__section-6 .container-b {
		max-width: 1500px;
	}
	.cc__section-6 .s6__line-bg {
		position: absolute;
		transform: translateY(-30%);
		top: 0;
		width: 100%;
		z-index: -1;
	}
	.cc__section-6 .s6__line-bg img {
		width: 100%;
		height: auto;
	}
	.cc__section-6 .s6__h2 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
		z-index: 10;
	}
	.cc__section-6 .s6__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
		margin-bottom: 2rem;
	}
	.cc__section-6 .options__table-mobile {
		margin: 0px;
	}
}

@media (max-width: 640px) {
	.cc__section-6 {
		padding: 6rem 0;
		position: relative;
	}
	.cc__section-6 .section-container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
		padding-bottom: 0rem;
	}
	.cc__section-6 .container-b {
		max-width: 1500px;
	}
	.cc__section-6 .s6__line-bg {
		position: absolute;
		transform: translateY(-30%);
		top: 0;
		width: 100%;
		z-index: -1;
	}
	.cc__section-6 .s6__line-bg img {
		width: 100%;
		height: auto;
	}
	.cc__section-6 .s6__h2 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
		z-index: 10;
	}
	.cc__section-6 .s6__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
		margin-bottom: 2rem;
	}
	.cc__section-6 .options__table-mobile {
		margin: 0px;
	}
}

.cc__section-7 {
	padding-bottom: 12rem;
	position: relative;
}

.cc__section-7 .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 10;
}

.cc__section-7 .s7__grid-img {
	position: absolute;
	z-index: -1;
	left: 0;
	top: -10%;
}

.cc__section-7 .s7__top-heading {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
	text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.4);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.cc__section-7 .s7__bottom-heading {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
	display: block;
}

.cc__section-7 .s7__tp-rating {
	margin: 1rem 0 2rem;
}

.cc__section-7 .s7__tp-rating img {
	width: 150px;
	height: auto;
}

.cc__section-7 .s7__tp-container {
	display: flex;
	flex-flow: row wrap;
	gap: 10px;
	max-height: 700px;
	overflow: hidden;
	-webkit-mask: linear-gradient(to bottom, transparent 10%, #000, transparent 90%);
	mask: linear-gradient(to bottom, transparent, #000 15%, #000 90%, transparent);
}

.cc__section-7 .s7__tp-container .tp-scroller {
	flex: 1 1 0;
	display: flex;
	flex-flow: column nowrap;
}

.cc__section-7 .s7__tp-container .tp-scroller.mobile-1-col {
	display: none;
}

.cc__section-7 .s7__tp-container .tp-scroller.mobile-2-col {
	display: none;
}

.cc__section-7 .s7__tp-container .tp-scroller.mobile-3-col {
	display: none;
}

.cc__section-7 .s7__tp-container .tp-scroller .tp-vertical {
	display: flex;
	flex-flow: column nowrap;
	gap: 10px;
}

.cc__section-7 .s7__tp-container .tp-scroller .tp-vertical img {
	width: 100%;
	height: auto;
}

.cc__section-7 .s7__tp-container .tp-scroller .tp-vertical:not(:last-of-type) {
	margin-bottom: 10px;
}

.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(1) .tp-vertical {
	animation: scroll-vertical 10s linear infinite;
}

.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(1):hover .tp-vertical {
	animation-play-state: paused;
}

.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(2) .tp-vertical {
	animation: scroll-vertical 9s linear infinite;
}

.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(2):hover .tp-vertical {
	animation-play-state: paused;
}

.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(3) .tp-vertical {
	animation: scroll-vertical 12s linear infinite;
}

.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(3):hover .tp-vertical {
	animation-play-state: paused;
}

.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(4) .tp-vertical {
	animation: scroll-vertical 13s linear infinite;
}

.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(4):hover .tp-vertical {
	animation-play-state: paused;
}

.cc__section-7 .s7__tp-button {
	margin-top: 5rem;
	display: flex;
}

@media (max-width: 1300px) {
	.cc__section-7 {
		padding: 10rem 0;
	}
}

@media (max-width: 992px) {
	.cc__section-7 {
		padding: 8rem 0;
		position: relative;
	}
	.cc__section-7 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.cc__section-7 .s7__grid-img {
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
		z-index: -1;
	}
	.cc__section-7 .s7__grid-img img {
		height: 300px;
		width: 100%;
	}
	.cc__section-7 .s7__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 8px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.cc__section-7 .s7__bottom-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.cc__section-7 .s7__tp-rating {
		margin: 1rem 0 2rem;
	}
	.cc__section-7 .s7__tp-rating img {
		width: 100px;
		height: auto;
	}
	.cc__section-7 .s7__tp-container {
		display: flex;
		flex-flow: row wrap;
		gap: 10px;
		max-height: 700px;
		overflow: hidden;
		-webkit-mask: linear-gradient(to bottom, transparent 10%, #000, transparent 90%);
		mask: linear-gradient(to bottom, transparent, #000 15%, #000 90%, transparent);
		z-index: 10;
	}
	.cc__section-7 .s7__tp-container .tp-scroller {
		display: none;
		flex: 1 1 30%;
		flex-flow: column nowrap;
	}
	.cc__section-7 .s7__tp-container .tp-scroller.mobile-1-col {
		display: flex;
	}
	.cc__section-7 .s7__tp-container .tp-scroller.mobile-1-col .tp-vertical {
		animation: scroll-vertical 18s linear infinite;
	}
	.cc__section-7 .s7__tp-container .tp-scroller.mobile-1-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.cc__section-7 .s7__tp-container .tp-scroller.mobile-2-col {
		display: flex;
	}
	.cc__section-7 .s7__tp-container .tp-scroller.mobile-2-col .tp-vertical {
		animation: scroll-vertical 20s linear infinite;
	}
	.cc__section-7 .s7__tp-container .tp-scroller.mobile-2-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.cc__section-7 .s7__tp-container .tp-scroller.mobile-3-col {
		display: flex;
	}
	.cc__section-7 .s7__tp-container .tp-scroller.mobile-3-col .tp-vertical {
		animation: scroll-vertical 19s linear infinite;
	}
	.cc__section-7 .s7__tp-container .tp-scroller.mobile-3-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.cc__section-7 .s7__tp-container .tp-scroller .tp-vertical {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
	}
	.cc__section-7 .s7__tp-container .tp-scroller .tp-vertical img {
		width: 100%;
		height: auto;
	}
	.cc__section-7 .s7__tp-container .tp-scroller .tp-vertical:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(1) .tp-vertical {
		animation: scroll-vertical 10s linear infinite;
	}
	.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(1):hover .tp-vertical {
		animation-play-state: paused;
	}
	.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(2) .tp-vertical {
		animation: scroll-vertical 9s linear infinite;
	}
	.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(2):hover .tp-vertical {
		animation-play-state: paused;
	}
	.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(3) .tp-vertical {
		animation: scroll-vertical 12s linear infinite;
	}
	.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(3):hover .tp-vertical {
		animation-play-state: paused;
	}
	.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(4) .tp-vertical {
		animation: scroll-vertical 13s linear infinite;
	}
	.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(4):hover .tp-vertical {
		animation-play-state: paused;
	}
	.cc__section-7 .s7__tp-button {
		margin-top: 3rem;
		display: flex;
	}
}

@media (max-width: 768px) {
	.cc__section-7 {
		padding: 8rem 0;
		position: relative;
	}
	.cc__section-7 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.cc__section-7 .s7__grid-img {
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
	}
	.cc__section-7 .s7__grid-img img {
		height: 300px;
		width: 100%;
	}
	.cc__section-7 .s7__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 8px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.cc__section-7 .s7__bottom-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.cc__section-7 .s7__tp-rating {
		margin: 1rem 0 2rem;
	}
	.cc__section-7 .s7__tp-rating img {
		width: 100px;
		height: auto;
	}
	.cc__section-7 .s7__tp-container {
		display: flex;
		flex-flow: row wrap;
		gap: 10px;
		max-height: 700px;
		overflow: hidden;
		-webkit-mask: linear-gradient(to bottom, transparent 10%, #000, transparent 90%);
		mask: linear-gradient(to bottom, transparent, #000 15%, #000 90%, transparent);
	}
	.cc__section-7 .s7__tp-container .tp-scroller {
		display: none;
		flex: 1 1 40%;
		flex-flow: column nowrap;
	}
	.cc__section-7 .s7__tp-container .tp-scroller.mobile-1-col {
		display: flex;
	}
	.cc__section-7 .s7__tp-container .tp-scroller.mobile-1-col .tp-vertical {
		animation: scroll-vertical 18s linear infinite;
	}
	.cc__section-7 .s7__tp-container .tp-scroller.mobile-1-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.cc__section-7 .s7__tp-container .tp-scroller.mobile-2-col {
		display: flex;
	}
	.cc__section-7 .s7__tp-container .tp-scroller.mobile-2-col .tp-vertical {
		animation: scroll-vertical 20s linear infinite;
	}
	.cc__section-7 .s7__tp-container .tp-scroller.mobile-2-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.cc__section-7 .s7__tp-container .tp-scroller .tp-vertical {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
	}
	.cc__section-7 .s7__tp-container .tp-scroller .tp-vertical img {
		width: 100%;
		height: auto;
	}
	.cc__section-7 .s7__tp-container .tp-scroller .tp-vertical:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(1) .tp-vertical {
		animation: scroll-vertical 10s linear infinite;
	}
	.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(1):hover .tp-vertical {
		animation-play-state: paused;
	}
	.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(2) .tp-vertical {
		animation: scroll-vertical 9s linear infinite;
	}
	.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(2):hover .tp-vertical {
		animation-play-state: paused;
	}
	.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(3) .tp-vertical {
		animation: scroll-vertical 12s linear infinite;
	}
	.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(3):hover .tp-vertical {
		animation-play-state: paused;
	}
	.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(4) .tp-vertical {
		animation: scroll-vertical 13s linear infinite;
	}
	.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(4):hover .tp-vertical {
		animation-play-state: paused;
	}
	.cc__section-7 .s7__tp-button {
		margin-top: 3rem;
		display: flex;
	}
}

@media (max-width: 640px) {
	.cc__section-7 {
		padding: 6rem 0 2rem;
		position: relative;
	}
	.cc__section-7 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.cc__section-7 .s7__grid-img {
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
	}
	.cc__section-7 .s7__grid-img img {
		height: 300px;
		width: 100%;
	}
	.cc__section-7 .s7__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 8px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.cc__section-7 .s7__bottom-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.cc__section-7 .s7__tp-rating {
		margin: 1rem 0 2rem;
	}
	.cc__section-7 .s7__tp-rating img {
		width: 100px;
		height: auto;
	}
	.cc__section-7 .s7__tp-container {
		display: flex;
		flex-flow: row wrap;
		gap: 10px;
		max-height: 700px;
		overflow: hidden;
		-webkit-mask: linear-gradient(to bottom, transparent 10%, #000, transparent 90%);
		mask: linear-gradient(to bottom, transparent, #000 15%, #000 90%, transparent);
	}
	.cc__section-7 .s7__tp-container .tp-scroller {
		display: none;
		flex: 1 1 40%;
		flex-flow: column nowrap;
	}
	.cc__section-7 .s7__tp-container .tp-scroller.mobile-1-col {
		display: flex;
	}
	.cc__section-7 .s7__tp-container .tp-scroller.mobile-1-col .tp-vertical {
		animation: scroll-vertical 18s linear infinite;
	}
	.cc__section-7 .s7__tp-container .tp-scroller.mobile-1-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.cc__section-7 .s7__tp-container .tp-scroller .tp-vertical {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
	}
	.cc__section-7 .s7__tp-container .tp-scroller .tp-vertical img {
		width: 100%;
		height: auto;
	}
	.cc__section-7 .s7__tp-container .tp-scroller .tp-vertical:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(1) .tp-vertical {
		animation: scroll-vertical 10s linear infinite;
	}
	.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(1):hover .tp-vertical {
		animation-play-state: paused;
	}
	.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(2) .tp-vertical {
		animation: scroll-vertical 9s linear infinite;
	}
	.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(2):hover .tp-vertical {
		animation-play-state: paused;
	}
	.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(3) .tp-vertical {
		animation: scroll-vertical 12s linear infinite;
	}
	.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(3):hover .tp-vertical {
		animation-play-state: paused;
	}
	.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(4) .tp-vertical {
		animation: scroll-vertical 13s linear infinite;
	}
	.cc__section-7 .s7__tp-container .tp-scroller:nth-of-type(4):hover .tp-vertical {
		animation-play-state: paused;
	}
	.cc__section-7 .s7__tp-button {
		margin-top: 3rem;
		display: flex;
	}
}

.cc__section-8 {
	padding: 12rem 0;
}

.cc__section-8 .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 10;
}

.cc__section-8 .s8__top-heading {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
	text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.4);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.cc__section-8 .s8__bottom-heading {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
	display: block;
}

.cc__section-8 .s8__c-container {
	cursor: grab;
	opacity: 0;
	margin-top: 6rem;
	display: flex;
	flex-flow: row nowrap;
	gap: 1.5rem;
	-webkit-mask: linear-gradient(to right, transparent 10%, #000, transparent 90%);
	mask: linear-gradient(to right, transparent 10%, #000 15%, #000 80%, transparent 90%);
}

.cc__section-8 .s8__c-container .s8__cert {
	transition: transform 1s, filter 1s;
}

.cc__section-8 .s8__c-container .s8__cert img {
	width: 100% !important;
	height: auto;
	display: block;
	margin: 0 auto;
}

.cc__section-8 .s8__c-container .s8__cert.slick-center {
	filter: brightness(1);
}

.cc__section-8 .s8__c-container .s8__cert:not(.slick-center) {
	filter: brightness(0.5);
	transform: scale(0.87);
}

.cc__section-8 .s8__tp-button {
	margin-top: 5rem;
	display: flex;
}

@media (max-width: 1300px) {
	.cc__section-8 {
		padding: 10rem 0;
	}
}

@media (max-width: 992px) {
	.cc__section-8 {
		padding: 6rem 0;
	}
	.cc__section-8 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.cc__section-8 .s8__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.cc__section-8 .s8__bottom-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.cc__section-8 .s8__c-container {
		cursor: grab;
		opacity: 0;
		margin-top: 6rem;
		display: flex;
		flex-flow: row nowrap;
		gap: 1.5rem;
		-webkit-mask: linear-gradient(to right, transparent 10%, #000, transparent 90%);
		mask: linear-gradient(to right, transparent 10%, #000 15%, #000 80%, transparent 90%);
	}
	.cc__section-8 .s8__c-container .s8__cert {
		transition: transform 1s, filter 1s;
	}
	.cc__section-8 .s8__c-container .s8__cert img {
		width: 100% !important;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	.cc__section-8 .s8__c-container .s8__cert.slick-center {
		filter: brightness(1);
	}
	.cc__section-8 .s8__c-container .s8__cert:not(.slick-center) {
		filter: brightness(0.5);
		transform: scale(0.87);
	}
	.cc__section-8 .s8__tp-button {
		margin-top: 3rem;
		display: flex;
	}
}

@media (max-width: 768px) {
	.cc__section-8 {
		padding: 6rem 0;
	}
	.cc__section-8 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.cc__section-8 .s8__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.cc__section-8 .s8__bottom-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.cc__section-8 .s8__c-container {
		padding: 0 24px;
		cursor: grab;
		opacity: 0;
		margin-top: 3rem;
		display: flex;
		flex-flow: row nowrap;
		gap: 1.5rem;
		-webkit-mask: linear-gradient(to right, transparent 2%, #000, transparent 98%);
		mask: linear-gradient(to right, transparent 2%, #000, #000, transparent 98%);
	}
	.cc__section-8 .s8__c-container .s8__cert {
		transition: transform 1s, filter 1s;
	}
	.cc__section-8 .s8__c-container .s8__cert img {
		height: auto;
		width: 100%;
		max-width: 100%;
	}
	.cc__section-8 .s8__c-container .s8__cert.slick-center {
		filter: brightness(1);
	}
	.cc__section-8 .s8__c-container .s8__cert:not(.slick-center) {
		filter: brightness(0.5);
		transform: scale(0.87);
	}
	.cc__section-8 .s8__tp-button {
		margin-top: 3rem;
		display: flex;
	}
}

@media (max-width: 640px) {
	.cc__section-8 {
		padding: 6rem 0;
	}
	.cc__section-8 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.cc__section-8 .s8__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.cc__section-8 .s8__bottom-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.cc__section-8 .s8__c-container {
		padding: 0 24px;
		cursor: grab;
		opacity: 0;
		margin-top: 3rem;
		display: flex;
		flex-flow: row nowrap;
		gap: 1.5rem;
		-webkit-mask: linear-gradient(to right, transparent 1%, #000, transparent 99%);
		mask: linear-gradient(to right, transparent 1%, #000, #000, transparent 99%);
	}
	.cc__section-8 .s8__c-container .s8__cert {
		transition: transform 1s, filter 1s;
	}
	.cc__section-8 .s8__c-container .s8__cert img {
		height: auto;
		width: 100%;
		max-width: 100%;
	}
	.cc__section-8 .s8__c-container .s8__cert.slick-center {
		filter: brightness(1);
	}
	.cc__section-8 .s8__c-container .s8__cert:not(.slick-center) {
		filter: brightness(0.5);
		transform: scale(0.87);
	}
	.cc__section-8 .s8__tp-button {
		margin-top: 3rem;
		display: flex;
	}
}

.cc__section-9 {
	padding-bottom: 12rem;
}

.cc__section-9 .container {
	display: flex;
	flex-flow: column nowrap;
	gap: 10px;
	position: relative;
	z-index: 10;
}

.cc__section-9 .s9__outer {
	position: relative;
	padding: 12px;
}

.cc__section-9 .s9__outer::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 15px;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	padding: 1px;
	background: rgba(255, 255, 255, 0.05);
	background-color: rgba(255, 255, 255, 0.1);
	background-image: linear-gradient(41deg, transparent, rgba(255, 255, 255, 0.42), transparent);
}

.cc__section-9 .s9__outer .s9__inner {
	border-radius: 15px;
	background: url("../png/s9_bg_2.png"), rgba(11, 12, 16, 0.25);
	background-repeat: no-repeat;
	background-size: 100% 100%, cover;
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 4.5rem 3rem;
	backdrop-filter: blur(40px);
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
	position: relative;
	overflow: hidden;
	align-items: center;
}

.cc__section-9 .s9__outer .s9__inner .blur-1 {
	position: absolute;
	width: 206.33px;
	height: 230.61px;
	left: 5.31px;
	top: 153.74px;
	background: #1daa91;
	opacity: 0.25;
	filter: blur(95px);
	border-radius: 15px;
	z-index: -1;
}

.cc__section-9 .s9__outer .s9__inner .blur-2 {
	position: absolute;
	width: 440.74px;
	height: 236.51px;
	left: 227.25px;
	top: -38.62px;
	background: #c2d0e4;
	opacity: 0.25;
	filter: blur(115px);
	border-radius: 15px;
	z-index: -1;
}

.cc__section-9 .s9__outer .s9__inner .blur-3 {
	position: absolute;
	width: 240.74px;
	height: 236.51px;
	bottom: -38.62px;
	background: #afd0ff;
	opacity: 0.25;
	filter: blur(115px);
	border-radius: 15px;
	z-index: -1;
}

.cc__section-9 .s9__outer .s9__inner .bottom__logo {
	height: fit-content;
	opacity: 0.8;
}

.cc__section-9 .s9__outer .s9__inner .bottom__title .s9__heading {
	text-align: center;
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.9);
}

.cc__section-9 .s9__outer .s9__inner .bottom__title .s9__heading span {
	line-height: 1.2;
	font-weight: 800;
	margin: 0;
	padding: 0;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 4px 5px rgba(3, 195, 161, 0.7);
	display: block;
}

.cc__section-9 .s9__outer .s9__inner .bottom__buttons {
	display: flex;
	gap: 1rem;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
}

.cc__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn {
	display: flex;
	justify-content: center;
}

.cc__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn {
	background: rgba(194, 208, 228, 0.15);
}

.cc__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char {
	color: transparent;
}

.cc__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::before, .cc__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::after {
	color: #fff;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper {
	margin-top: 2rem;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper div a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social svg stop {
	transition: all 0.6s ease-in-out;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#discord-link svg {
	fill: url(#discord-gradient-f) white;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
	fill: url(#telegram-gradient-f) white;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#twitter-link svg {
	fill: url(#twitter-gradient-f) white;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#instagram-link svg {
	fill: url(#instagram-gradient-f) white;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#facebook-link svg {
	fill: url(#fb-gradient-f) white;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
	fill: url(#telegram-gradient-f) white;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link {
	display: flex;
	position: relative;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg {
	transition: all 0.3s ease;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg path {
	transition: inherit;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:first-child {
	position: absolute;
	left: -2px;
	top: -4px;
	width: 100%;
	fill: transparent;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:last-child {
	fill: #ffffff;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#discord-link svg stop {
	stop-color: #5865f2;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop {
	stop-color: #0088cc;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:first-child {
	stop-color: #3bb1fa;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:last-child {
	stop-color: #1da1f2;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:first-child {
	stop-color: #feda75;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(2) {
	stop-color: #fa7e1e;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(3) {
	stop-color: #d62976;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(4) {
	stop-color: #962fbf;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:last-child {
	stop-color: #4f5bd5;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:first-child {
	stop-color: #17aafd;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:last-child {
	stop-color: #0165e2;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:first-child {
	stop-color: #0088CC;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:last-child {
	stop-color: #0088CC;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:first-child {
	fill: #69c9d0;
}

.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:last-child {
	fill: #ee1d52;
}

@media (max-width: 1300px) {
	.cc__section-9 {
		padding: 10rem 0 6rem;
	}
}

@media (max-width: 992px) {
	.cc__section-9 {
		padding: 6rem 0;
	}
}

@media (max-width: 768px) {
	.cc__section-9 {
		padding: 8rem 0;
	}
	.cc__section-9 .container {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.cc__section-9 .s9__outer {
		position: relative;
		padding: 12px;
	}
	.cc__section-9 .s9__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 15px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 1px;
		background: rgba(255, 255, 255, 0.05);
		background-color: rgba(255, 255, 255, 0.1);
		background-image: linear-gradient(41deg, transparent, rgba(255, 255, 255, 0.42), transparent);
	}
	.cc__section-9 .s9__outer .s9__inner {
		border-radius: 15px;
		background: url("../png/s9_bg_2.png"), rgba(11, 12, 16, 0.25);
		background-repeat: no-repeat;
		background-size: 100% 100%, cover;
		border: 1px solid rgba(255, 255, 255, 0.1);
		padding: 3rem 2rem;
		backdrop-filter: blur(40px);
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		position: relative;
		overflow: hidden;
		align-items: center;
	}
	.cc__section-9 .s9__outer .s9__inner .blur-1 {
		position: absolute;
		width: 206.33px;
		height: 230.61px;
		left: 5.31px;
		top: 153.74px;
		background: #1daa91;
		opacity: 0.25;
		filter: blur(95px);
		border-radius: 15px;
		z-index: -1;
	}
	.cc__section-9 .s9__outer .s9__inner .blur-2 {
		position: absolute;
		width: 440.74px;
		height: 236.51px;
		left: 227.25px;
		top: -38.62px;
		background: #c2d0e4;
		opacity: 0.25;
		filter: blur(115px);
		border-radius: 15px;
		z-index: -1;
	}
	.cc__section-9 .s9__outer .s9__inner .blur-3 {
		position: absolute;
		width: 240.74px;
		height: 236.51px;
		bottom: -38.62px;
		background: #afd0ff;
		opacity: 0.25;
		filter: blur(115px);
		border-radius: 15px;
		z-index: -1;
	}
	.cc__section-9 .s9__outer .s9__inner .bottom__logo {
		height: fit-content;
		opacity: 0.8;
	}
	.cc__section-9 .s9__outer .s9__inner .bottom__title .s9__heading {
		text-align: center;
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.9);
	}
	.cc__section-9 .s9__outer .s9__inner .bottom__title .s9__heading span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 5px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.cc__section-9 .s9__outer .s9__inner .bottom__buttons {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		justify-content: center;
		align-items: center;
		margin-top: 2rem;
	}
	.cc__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn {
		flex: 1 1 100%;
		display: flex;
		justify-content: center;
	}
	.cc__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn a {
		width: 100%;
	}
	.cc__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn {
		background: rgba(194, 208, 228, 0.15);
	}
	.cc__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char {
		color: transparent;
	}
	.cc__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::before, .cc__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::after {
		color: #fff;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper {
		margin-top: 2rem;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper div {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper div a {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social svg stop {
		transition: all 0.6s ease-in-out;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#discord-link svg {
		fill: url(#discord-gradient-f) white;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
		fill: url(#telegram-gradient-f) white;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#twitter-link svg {
		fill: url(#twitter-gradient-f) white;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#instagram-link svg {
		fill: url(#instagram-gradient-f) white;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#facebook-link svg {
		fill: url(#fb-gradient-f) white;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
		fill: url(#telegram-gradient-f) white;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link {
		display: flex;
		position: relative;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg {
		transition: all 0.3s ease;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg path {
		transition: inherit;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:first-child {
		position: absolute;
		left: -2px;
		top: -4px;
		width: 100%;
		fill: transparent;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:last-child {
		fill: #ffffff;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#discord-link svg stop {
		stop-color: #5865f2;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop {
		stop-color: #0088cc;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:first-child {
		stop-color: #3bb1fa;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:last-child {
		stop-color: #1da1f2;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:first-child {
		stop-color: #feda75;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(2) {
		stop-color: #fa7e1e;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(3) {
		stop-color: #d62976;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(4) {
		stop-color: #962fbf;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:last-child {
		stop-color: #4f5bd5;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:first-child {
		stop-color: #17aafd;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:last-child {
		stop-color: #0165e2;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:first-child {
		stop-color: #0088CC;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:last-child {
		stop-color: #0088CC;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:first-child {
		fill: #69c9d0;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:last-child {
		fill: #ee1d52;
	}
}

@media (max-width: 640px) {
	.cc__section-9 {
		padding: 6rem 0;
	}
	.cc__section-9 .container {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.cc__section-9 .s9__outer {
		position: relative;
		padding: 12px;
	}
	.cc__section-9 .s9__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 15px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 1px;
		background: rgba(255, 255, 255, 0.05);
		background-color: rgba(255, 255, 255, 0.1);
		background-image: linear-gradient(41deg, transparent, rgba(255, 255, 255, 0.42), transparent);
	}
	.cc__section-9 .s9__outer .s9__inner {
		border-radius: 15px;
		background: url("../png/s9_bg_2.png"), rgba(11, 12, 16, 0.25);
		background-repeat: no-repeat;
		background-size: 100% 100%, cover;
		border: 1px solid rgba(255, 255, 255, 0.1);
		padding: 3rem 2rem;
		backdrop-filter: blur(40px);
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		position: relative;
		overflow: hidden;
		align-items: center;
	}
	.cc__section-9 .s9__outer .s9__inner .blur-1 {
		position: absolute;
		width: 206.33px;
		height: 230.61px;
		left: 5.31px;
		top: 153.74px;
		background: #1daa91;
		opacity: 0.25;
		filter: blur(95px);
		border-radius: 15px;
		z-index: -1;
	}
	.cc__section-9 .s9__outer .s9__inner .blur-2 {
		position: absolute;
		width: 440.74px;
		height: 236.51px;
		left: 227.25px;
		top: -38.62px;
		background: #c2d0e4;
		opacity: 0.25;
		filter: blur(115px);
		border-radius: 15px;
		z-index: -1;
	}
	.cc__section-9 .s9__outer .s9__inner .blur-3 {
		position: absolute;
		width: 240.74px;
		height: 236.51px;
		bottom: -38.62px;
		background: #afd0ff;
		opacity: 0.25;
		filter: blur(115px);
		border-radius: 15px;
		z-index: -1;
	}
	.cc__section-9 .s9__outer .s9__inner .bottom__logo {
		height: fit-content;
		opacity: 0.8;
	}
	.cc__section-9 .s9__outer .s9__inner .bottom__title .s9__heading {
		text-align: center;
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.9);
	}
	.cc__section-9 .s9__outer .s9__inner .bottom__title .s9__heading span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 5px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.cc__section-9 .s9__outer .s9__inner .bottom__buttons {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		justify-content: center;
		align-items: center;
		margin-top: 2rem;
	}
	.cc__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn {
		flex: 1 1 100%;
		display: flex;
		justify-content: center;
	}
	.cc__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn a {
		width: 100%;
	}
	.cc__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn {
		background: rgba(194, 208, 228, 0.15);
	}
	.cc__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char {
		color: transparent;
	}
	.cc__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::before, .cc__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::after {
		color: #fff;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper {
		margin-top: 2rem;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper div {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper div a {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social svg stop {
		transition: all 0.6s ease-in-out;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#discord-link svg {
		fill: url(#discord-gradient-f) white;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
		fill: url(#telegram-gradient-f) white;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#twitter-link svg {
		fill: url(#twitter-gradient-f) white;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#instagram-link svg {
		fill: url(#instagram-gradient-f) white;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#facebook-link svg {
		fill: url(#fb-gradient-f) white;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
		fill: url(#telegram-gradient-f) white;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link {
		display: flex;
		position: relative;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg {
		transition: all 0.3s ease;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg path {
		transition: inherit;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:first-child {
		position: absolute;
		left: -2px;
		top: -4px;
		width: 100%;
		fill: transparent;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:last-child {
		fill: #ffffff;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#discord-link svg stop {
		stop-color: #5865f2;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop {
		stop-color: #0088cc;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:first-child {
		stop-color: #3bb1fa;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:last-child {
		stop-color: #1da1f2;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:first-child {
		stop-color: #feda75;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(2) {
		stop-color: #fa7e1e;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(3) {
		stop-color: #d62976;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(4) {
		stop-color: #962fbf;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:last-child {
		stop-color: #4f5bd5;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:first-child {
		stop-color: #17aafd;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:last-child {
		stop-color: #0165e2;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:first-child {
		stop-color: #0088CC;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:last-child {
		stop-color: #0088CC;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:first-child {
		fill: #69c9d0;
	}
	.cc__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:last-child {
		fill: #ee1d52;
	}
}

@keyframes rotateBeforeElement {
	to {
		transform: rotate(360deg) translateX(-50%);
	}
}

@keyframes rotate-conic-section-2 {
	0% {
		--conic-gradient-angle-section-2: 0deg;
	}
	100% {
		--conic-gradient-angle-section-2: 360deg;
	}
}

@keyframes statsScroll {
	to {
		transform: translate(calc(-100% - 1.5rem));
	}
}

@keyframes rotate-conic {
	0% {
		--conic-gradient-angle: 0deg;
	}
	100% {
		--conic-gradient-angle: 360deg;
	}
}

@keyframes infiniteGlow {
	0% {
		opacity: 0.3;
		transform: translateX(-50%) scaleY(50%);
	}
	50% {
		opacity: 1;
		transform: translateX(-50%) scaleY(100%);
	}
	100% {
		opacity: 0.3;
		transform: translateX(-50%) scaleY(50%);
	}
}

@keyframes infiniteSwing {
	0% {
		transform: translateX(-50%) rotate(45deg);
	}
	100% {
		transform: translateX(-50%) rotate(-45deg);
	}
}

@keyframes infiniteLightSwing {
	0% {
		transform: rotate(-40deg);
		opacity: 1;
	}
	100% {
		transform: rotate(-20deg);
		opacity: 0.7;
	}
}

@keyframes clip-highlight-ii {
	0% {
		background-position: -180% 0%;
	}
	100% {
		background-position: 290% 0%;
	}
}

@keyframes highlighOutline {
	0% {
		background: rgba(255, 255, 255, 0.05);
	}
	100% {
		background: rgba(255, 255, 255, 0.2);
	}
}

@keyframes horizontalLineMovement {
	0% {
		left: 0%;
		transform: translateX(0px);
	}
	100% {
		left: 100%;
		transform: translateX(100%);
	}
}

@keyframes horizontalLineMovement-r {
	0% {
		right: 0%;
		transform: translateX(0px);
	}
	100% {
		right: 100%;
		transform: translateX(100%);
	}
}

@keyframes HeroMoveTopLight {
	0% {
		transform: translateX(-50%) rotate(-15deg);
	}
	100% {
		transform: translateX(-50%) rotate(15deg);
	}
}

@keyframes moveTopLightReflection {
	0% {
		transform: translateX(110%) scaleX(1);
	}
	100% {
		transform: translateX(-110%) scaleX(1);
	}
}

@keyframes backgroundSizeAnimation {
	0% {
		background-position: -100% 0%;
	}
	100% {
		background-position: 200% 0%;
	}
}

@keyframes backgroundSizeAnimationReverse {
	0% {
		background-position: 200% 0%;
	}
	100% {
		background-position: -100% 0%;
	}
}

@keyframes moveHighlight {
	0% {
		transform: skewX(-20deg) translateX(-60px);
	}
	100% {
		transform: skewX(-20deg) translateX(560px);
	}
}

@keyframes smoothBg {
	from {
		background-position: 50% 50%;
	}
	to {
		background-position: 350% 50%;
	}
}

@keyframes section5RotateConicGradient {
	0% {
		--conicAngle_1: 0deg;
		--conicAngle_2: 72deg;
		--conicAngle_3: 144deg;
		--conicAngle_4: 216deg;
		--conicAngle_5: 288deg;
	}
	100% {
		--conicAngle_1: 360deg;
		--conicAngle_2: 432deg;
		--conicAngle_3: 504deg;
		--conicAngle_4: 576deg;
		--conicAngle_5: 648deg;
	}
}

@keyframes scroll-vertical {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(calc(-100% - 10px));
	}
}

@keyframes swipeHelperMove {
	0% {
		transform: translateX(-10%);
	}
	100% {
		transform: translateX(10%);
	}
}

* {
	box-sizing: border-box;
}

.page-template-page-instant-funding .page-bg {
	display: none;
}

.instant-funding {
	width: 100%;
	position: relative;
	overflow-x: clip;
}

.instant-funding .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 1.5rem 0px 1.5rem;
}

.instant-funding .ii__grid {
	position: absolute;
	left: 0;
	top: 0;
}

@media (max-width: 768px) {
	.instant-funding .ii__grid img {
		width: 60%;
	}
}

@media (max-width: 640px) {
	.instant-funding .ii__grid img {
		width: 70%;
	}
}

.instant-funding .ii__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	z-index: -1;
	opacity: 0.25;
}

.instant-funding .ii__bg img {
	width: 100%;
	height: auto;
}

.instant-funding html {
	font-size: 16px;
}

.instant-funding .ii__h1 {
	font-size: 4.5rem;
	/* 72px */
}

.instant-funding .ii__h2 {
	font-size: 3.375rem;
	/* 54px */
}

.instant-funding .ii__h3 {
	font-size: 2.5rem;
	/* 40px */
}

.instant-funding .ii__h4 {
	font-size: 1.875rem;
	/* 30px */
}

.instant-funding .ii__h5 {
	font-size: 1.375rem;
	/* 22px */
}

.instant-funding .ii__h6 {
	font-size: 1rem;
	/* 16px */
}

@media (max-width: 992px) {
	.instant-funding .ii__h1 {
		font-size: 4rem;
		/* ~64px */
	}
	.instant-funding .ii__h2 {
		font-size: 3rem;
		/* ~48px */
	}
	.instant-funding .ii__h3 {
		font-size: 2.25rem;
		/* ~36px */
	}
	.instant-funding .ii__h4 {
		font-size: 1.875rem;
		/* ~30px */
	}
	.instant-funding .ii__h5 {
		font-size: 1.5rem;
		/* ~24px */
	}
	.instant-funding .ii__h6 {
		font-size: 1.125rem;
		/* ~18px */
	}
}

@media (max-width: 768px) {
	.instant-funding .ii__h1 {
		font-size: 3rem;
		/* ~48px */
	}
	.instant-funding .ii__h2 {
		font-size: 2.5rem;
		/* ~40px */
	}
	.instant-funding .ii__h3 {
		font-size: 2rem;
		/* ~32px */
	}
	.instant-funding .ii__h4 {
		font-size: 1.75rem;
		/* ~28px */
	}
	.instant-funding .ii__h5 {
		font-size: 1.5rem;
		/* ~24px */
	}
	.instant-funding .ii__h6 {
		font-size: 1.25rem;
		/* ~20px */
	}
}

@media (max-width: 640px) {
	.instant-funding .ii__h1 {
		font-size: 2.5rem;
		/* ~40px */
	}
	.instant-funding .ii__h2 {
		font-size: 2rem;
		/* ~32px */
	}
	.instant-funding .ii__h3 {
		font-size: 1.75rem;
		/* ~28px */
	}
	.instant-funding .ii__h4 {
		font-size: 1.5rem;
		/* ~24px */
	}
	.instant-funding .ii__h5 {
		font-size: 1.25rem;
		/* ~20px */
	}
	.instant-funding .ii__h6 {
		font-size: 1rem;
		/* 16px */
	}
}

@property --conic-gradient-angle {
	syntax: '<angle>';
	initial-value: 0deg;
	inherits: false;
}

.ii__section-1 {
	padding: 8rem 0;
	position: relative;
	z-index: 100;
}

.ii__section-1 .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 2rem;
	position: relative;
	overflow: visible;
}

.ii__section-1 .scroller-container {
	margin-top: 6rem;
}

.ii__section-1 .s1__dots-bg {
	opacity: 0;
	transition: all 1s ease;
	position: absolute;
	top: -10%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: auto;
	text-align: center;
	z-index: -1;
}

.ii__section-1 .s1__dots-bg img {
	width: 60%;
	height: auto;
	opacity: 0.5;
}

.ii__section-1 .s1__top-heading {
	opacity: 0;
	transform: translateY(-40px);
	transition: all 1s ease;
	position: relative;
}

.ii__section-1 .s1__top-heading::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 100px;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	padding: 2px;
	background: rgba(255, 255, 255, 0.05);
	background-color: rgba(255, 255, 255, 0.1);
	background-image: conic-gradient(from var(--conic-gradient-angle) at 50% 50%, transparent 80deg, rgba(255, 255, 255, 0.4) 90deg, rgba(255, 255, 255, 0.4) 100deg, transparent 110deg);
	animation: rotate-conic 4s linear infinite;
}

.ii__section-1 .s1__top-heading .th__transparent {
	background: transparent;
	padding: 7px;
	border-radius: 100px;
	color: #1daa91;
}

.ii__section-1 .s1__top-heading .th__transparent .th__inner {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
	text-align: center;
	font-size: 16px;
	padding: 8px 20px;
	line-height: 1;
	border-radius: 100px;
	overflow: hidden;
	position: relative;
}

.ii__section-1 .s1__top-heading .th__transparent .th__inner span {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.5s ease;
	background: linear-gradient(to right, transparent 20px, white 60px, transparent);
	color: rgba(255, 255, 255, 0.4);
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 100px 100%;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	animation: clip-highlight-ii 4s linear infinite;
	mix-blend-mode: color-dodge;
	pointer-events: none;
	user-select: none;
}

.ii__section-1 .s1__heading .s1__h1 {
	opacity: 0;
	transform: translateY(-40px);
	transition: all 1s ease;
	line-height: 1;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 10px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	display: flex;
	align-items: center;
}

.ii__section-1 .s1__heading .s1__h1 .s1__switch-wrapper {
	padding: 0 1.25rem;
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	overflow: hidden;
	mask-image: linear-gradient(to bottom, transparent, #000 10%, #000 90%, transparent);
	-webkit-mask-image: linear-gradient(to bottom, transparent, #000 10%, #000 90%, transparent);
}

.ii__section-1 .s1__heading .s1__h1 .s1__switch-wrapper .s1__switch {
	transition: all 0.8s cubic-bezier(0.98, -0.01, 0.64, 0.58);
}

.ii__section-1 .s1__heading .s1__h1 .s1__switch-wrapper .s1__switch .s1__switch-item {
	padding: 12px 0;
	text-align: left;
	font-weight: 700;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 3px 12px rgba(3, 195, 161, 0.7);
	transition: all 0.8s ease;
	filter: blur(10px);
}

.ii__section-1 .s1__heading .s1__h1 .s1__switch-wrapper .s1__switch .s1__switch-item.active {
	filter: blur(0);
}

.ii__section-1 .s1__heading .s1__h1 .s1__switch-wrapper .s1__switch.tick {
	transform: translateY(var(--calculated-height));
}

.ii__section-1 .s1__heading .s1__h2 {
	opacity: 0;
	transform: translateY(-40px);
	transition: all 1s ease;
	line-height: 1.2;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
	letter-spacing: 1px;
}

.ii__section-1 .s1__paragraph {
	opacity: 0;
	transform: translateY(-40px);
	transition: all 1s ease;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	max-width: 50%;
	margin: 0 auto;
}

.ii__section-1 .s1__paragraph span {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: underline;
	font-weight: 600;
}

.ii__section-1 .s1__buttons {
	margin-top: 1rem;
	display: flex;
	flex-flow: row nowrap;
	gap: 1rem;
	align-items: center;
}

.ii__section-1 .s1__buttons .s1__cta {
	opacity: 0;
	transition: all 1s ease;
	transform: translateY(-40px);
	margin-top: auto;
	position: relative;
	border-radius: 16px;
}

.ii__section-1 .s1__buttons .s1__cta .effect-container {
	transition: all 0.5s ease;
	opacity: 0;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .sparkle {
	transition: all 0.7s ease-in-out;
	width: auto;
	position: absolute;
	display: flex;
	align-items: center;
	flex-flow: column nowrap;
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .sparkle .s__blur {
	width: 12px;
	height: 12px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.7);
	filter: blur(6px);
	position: relative;
	z-index: 1;
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .sparkle .s__line {
	width: 1px;
	height: 40px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), transparent);
	border-radius: 2px;
	margin-top: -7px;
	position: relative;
	z-index: 2;
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .sparkle.sp-1 {
	left: 10%;
	bottom: 0;
	transform: translateY(100px);
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .sparkle.sp-2 {
	left: 30%;
	bottom: 0;
	transform: translateY(80px);
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .sparkle.sp-3 {
	left: 70%;
	bottom: 0;
	transform: translateY(120px);
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .sparkle.sp-4 {
	left: 90%;
	bottom: 0;
	transform: translateY(90px);
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .sparkle.sp-5 {
	left: 80%;
	bottom: 0;
	transform: translateY(160px);
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .sparkle.sp-6 {
	left: 20%;
	bottom: 0;
	transform: translateY(70px);
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .dot {
	position: absolute;
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-1 {
	width: 2px;
	height: 2px;
	bottom: 70%;
	left: 10%;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	animation: dotLevitation 12s ease-in-out infinite;
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-2 {
	width: 3px;
	height: 3px;
	bottom: 30%;
	left: 20%;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation-alt 10s ease-in-out infinite;
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-3 {
	width: 2px;
	height: 2px;
	bottom: 45%;
	left: 30%;
	background: rgba(255, 255, 255, 0.4);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
	animation: dotLevitation 12s ease-in-out infinite;
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-4 {
	width: 2px;
	height: 2px;
	bottom: 50%;
	left: 40%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
	animation: dotLevitation-alt 14s ease-in-out infinite;
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-5 {
	width: 3px;
	height: 3px;
	bottom: 10%;
	left: 50%;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	animation: dotLevitation 11s ease-in-out infinite;
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-6 {
	width: 2px;
	height: 2px;
	bottom: 60%;
	left: 60%;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation-alt 13s ease-in-out infinite;
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-7 {
	width: 3px;
	height: 3px;
	bottom: 70%;
	left: 80%;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
	animation: dotLevitation 15s ease-in-out infinite;
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-8 {
	width: 2px;
	height: 2px;
	bottom: 25%;
	left: 80%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
	animation: dotLevitation-alt 12s ease-in-out infinite;
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-9 {
	width: 2px;
	height: 2px;
	bottom: 32%;
	left: 8%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	animation: dotLevitation 10s ease-in-out infinite;
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-10 {
	width: 3px;
	height: 3px;
	bottom: 55%;
	left: 100%;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation-alt 14s ease-in-out infinite;
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-11 {
	width: 2px;
	height: 2px;
	bottom: 15%;
	left: 85%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
	animation: dotLevitation 11s ease-in-out infinite;
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-12 {
	width: 2px;
	height: 2px;
	bottom: 90%;
	left: 95%;
	background: rgba(255, 255, 255, 0.4);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation-alt 10s ease-in-out infinite;
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-13 {
	width: 3px;
	height: 3px;
	bottom: 40%;
	left: 65%;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
	animation: dotLevitation 12s ease-in-out infinite;
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-14 {
	width: 2px;
	height: 2px;
	bottom: 65%;
	left: 90%;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	animation: dotLevitation-alt 13s ease-in-out infinite;
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-15 {
	width: 3px;
	height: 3px;
	bottom: 75%;
	left: 45%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
	animation: dotLevitation 15s ease-in-out infinite;
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-16 {
	width: 2px;
	height: 2px;
	bottom: 65%;
	left: 25%;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation-alt 12s ease-in-out infinite;
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-17 {
	width: 2px;
	height: 2px;
	bottom: 30%;
	left: 55%;
	background: rgba(255, 255, 255, 0.4);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
	animation: dotLevitation 11s ease-in-out infinite;
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-18 {
	width: 3px;
	height: 3px;
	bottom: 20%;
	left: 15%;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	animation: dotLevitation-alt 14s ease-in-out infinite;
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-19 {
	width: 3px;
	height: 3px;
	bottom: 75%;
	left: 70%;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation 10s ease-in-out infinite;
}

.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-20 {
	width: 2px;
	height: 2px;
	bottom: 50%;
	left: 40%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
	animation: dotLevitation-alt 12s ease-in-out infinite;
}

.ii__section-1 .s1__buttons .s1__cta a {
	transition: all 0.6s ease;
	display: flex;
	justify-content: center;
	align-self: center;
	padding: 1.25rem 3rem;
	text-align: center;
	background: rgba(29, 170, 145, 0.1);
	border: 2px solid rgba(29, 170, 145, 0.5);
	box-shadow: 0px 0px 10px 3px rgba(29, 170, 145, 0.1);
	color: #1daa91;
	border-radius: 16px;
	line-height: 1;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	position: relative;
}

.ii__section-1 .s1__buttons .s1__cta a:hover {
	background: rgba(29, 170, 145, 0.3);
	border: 2px solid rgba(29, 170, 145, 0.8);
	color: #23d1b1;
	box-shadow: 0px 0px 10px 7px rgba(29, 170, 145, 0.4);
}

.ii__section-1 .s1__buttons .s1__cta a:hover::before {
	opacity: 1;
	height: 100%;
}

.ii__section-1 .s1__buttons .s1__cta a::before {
	content: '';
	opacity: 0;
	transition: inherit;
	position: absolute;
	width: 100%;
	height: 0%;
	bottom: 0;
	background: radial-gradient(60% 90% at center bottom, rgba(29, 170, 145, 0.5), rgba(29, 170, 145, 0));
}

.ii__section-1 .s1__buttons .s1__cta:hover .effect-container {
	opacity: 1;
}

.ii__section-1 .s1__buttons .s1__cta:hover .effect-container .sparkle.sp-1 {
	animation: moveSparkle 1.4s linear infinite forwards;
}

.ii__section-1 .s1__buttons .s1__cta:hover .effect-container .sparkle.sp-2 {
	animation: moveSparkle 0.8s linear infinite forwards;
}

.ii__section-1 .s1__buttons .s1__cta:hover .effect-container .sparkle.sp-3 {
	animation: moveSparkle 1.2s linear infinite forwards;
}

.ii__section-1 .s1__buttons .s1__cta:hover .effect-container .sparkle.sp-4 {
	animation: moveSparkle 1.3s linear infinite forwards;
}

.ii__section-1 .s1__buttons .s1__cta:hover .effect-container .sparkle.sp-5 {
	animation: moveSparkle 1.1s linear infinite forwards;
}

.ii__section-1 .s1__buttons .s1__cta:hover .effect-container .sparkle.sp-6 {
	animation: moveSparkle 1s linear infinite forwards;
}

.ii__section-1 .s1__buttons:hover ~ .s1__light {
	opacity: 1;
	transform: scaleY(1);
}

.ii__section-1 .s1__light {
	opacity: 0;
	transform-origin: top center;
	position: absolute;
	top: 0;
	left: calc(50% - 250px);
	transform: scaleY(0);
	height: 100%;
	width: 500px;
	background: radial-gradient(50% 100% at top center, rgba(22, 148, 125, 0.6) 20%, rgba(22, 148, 125, 0.4) 70%, transparent);
	filter: blur(20px);
	transition: all 1s ease;
	z-index: -1;
}

.ii__section-1.enter .s1__dots-bg {
	opacity: 1;
}

.ii__section-1.enter .s1__top-heading {
	opacity: 1;
	transform: translateY(0px);
}

.ii__section-1.enter .s1__heading .s1__h1 {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 0.5s;
}

.ii__section-1.enter .s1__heading .s1__h2 {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 0.7s;
}

.ii__section-1.enter .s1__paragraph {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 0.9s;
}

.ii__section-1.enter .s1__buttons .s1__cta {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 1.2s;
}

.ii__section-1.enter .s1__rating {
	opacity: 1;
	transition-delay: 1.4s;
}

.ii__section-1.enter .s1__top-reflection {
	opacity: 0.7;
	transform: translateX(95%) scaleX(1);
	transition-delay: 1.7s;
}

.ii__section-1.enter .s1__scroller {
	opacity: 1;
	transition-delay: 1.7s;
}

@media (max-width: 1300px) {
	.ii__section-1 {
		padding: 6rem 0;
	}
	.ii__section-1 .s1__heading .s1__h1 {
		font-size: 3.5rem;
	}
}

@media (max-width: 992px) {
	.ii__section-1 {
		padding: 4rem 0;
		position: relative;
		z-index: 100;
	}
	.ii__section-1 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 2rem;
		position: relative;
	}
	.ii__section-1 .scroller-container {
		margin-top: 4rem;
		max-width: 100%;
	}
	.ii__section-1 .s1__dots-bg {
		position: absolute;
		top: -10%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: auto;
		text-align: center;
		z-index: -1;
	}
	.ii__section-1 .s1__dots-bg img {
		width: 70%;
		height: auto;
		opacity: 0.5;
	}
	.ii__section-1 .s1__top-heading {
		position: relative;
	}
	.ii__section-1 .s1__top-heading::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 100px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 2px;
		background: rgba(255, 255, 255, 0.05);
		background-color: rgba(255, 255, 255, 0.1);
		background-image: conic-gradient(from var(--conic-gradient-angle) at 50% 50%, transparent 80deg, rgba(255, 255, 255, 0.4) 90deg, rgba(255, 255, 255, 0.4) 100deg, transparent 110deg);
		animation: rotate-conic 4s linear infinite;
	}
	.ii__section-1 .s1__top-heading .th__transparent {
		background: transparent;
		padding: 7px;
		border-radius: 100px;
		color: #1daa91;
	}
	.ii__section-1 .s1__top-heading .th__transparent .th__inner {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
		text-align: center;
		font-size: 16px;
		padding: 8px 20px;
		line-height: 1;
		border-radius: 100px;
		overflow: hidden;
		position: relative;
	}
	.ii__section-1 .s1__top-heading .th__transparent .th__inner span {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.5s ease;
		background: linear-gradient(to right, transparent 20px, white 60px, transparent);
		color: rgba(255, 255, 255, 0.4);
		-webkit-background-clip: text;
		background-clip: text;
		background-size: 180px 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		animation: clip-highlight 4s linear infinite;
		mix-blend-mode: color-dodge;
		pointer-events: none;
		user-select: none;
	}
	.ii__section-1 .s1__heading .s1__h1 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
		text-shadow: 0px 4px 14px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
		font-size: 3rem;
		flex-wrap: wrap;
		justify-content: center;
	}
	.ii__section-1 .s1__heading .s1__h1 .s1__switch-wrapper {
		flex: 1 1 100%;
		padding: 0 0rem;
		align-items: center;
	}
	.ii__section-1 .s1__heading .s1__h1 .s1__switch-wrapper .s1__switch .s1__switch-item {
		text-align: center;
	}
	.ii__section-1 .s1__heading .s1__h2 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		letter-spacing: 1px;
	}
	.ii__section-1 .s1__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 80%;
		margin: 0 auto;
	}
	.ii__section-1 .s1__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
	.ii__section-1 .s1__buttons {
		margin-top: 1rem;
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
		align-items: center;
	}
	.ii__section-1 .s1__buttons .s1__button {
		display: flex;
	}
	.ii__section-1 .s1__buttons .s1__button.s1__2 a {
		background: rgba(194, 208, 228, 0.15) !important;
	}
	.ii__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::before {
		color: white !important;
	}
	.ii__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::after {
		color: white !important;
	}
	.ii__section-1 .s1__buttons .s1__button.s1__2 a:hover {
		background: rgba(194, 208, 228, 0.25) !important;
	}
}

@media (max-width: 768px) {
	.ii__section-1 {
		padding: 2rem 0;
		position: relative;
		z-index: 100;
	}
	.ii__section-1 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 2rem;
		position: relative;
	}
	.ii__section-1 .scroller-container {
		margin-top: 4rem;
		max-width: 100%;
	}
	.ii__section-1 .s1__dots-bg {
		position: absolute;
		top: 0%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: auto;
		text-align: center;
		z-index: -1;
	}
	.ii__section-1 .s1__dots-bg img {
		width: 100%;
		height: auto;
		opacity: 0.5;
	}
	.ii__section-1 .s1__top-heading {
		position: relative;
	}
	.ii__section-1 .s1__top-heading::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 100px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 2px;
		background: rgba(255, 255, 255, 0.05);
		background-color: rgba(255, 255, 255, 0.1);
		background-image: conic-gradient(from var(--conic-gradient-angle) at 50% 50%, transparent 80deg, rgba(255, 255, 255, 0.4) 90deg, rgba(255, 255, 255, 0.4) 100deg, transparent 110deg);
		animation: rotate-conic 4s linear infinite;
	}
	.ii__section-1 .s1__top-heading .th__transparent {
		background: transparent;
		padding: 7px;
		border-radius: 100px;
		color: #1daa91;
	}
	.ii__section-1 .s1__top-heading .th__transparent .th__inner {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
		text-align: center;
		font-size: 16px;
		padding: 8px 20px;
		line-height: 1;
		border-radius: 100px;
		overflow: hidden;
		position: relative;
	}
	.ii__section-1 .s1__top-heading .th__transparent .th__inner span {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.5s ease;
		background: linear-gradient(to right, transparent 20px, white 60px, transparent);
		color: rgba(255, 255, 255, 0.4);
		-webkit-background-clip: text;
		background-clip: text;
		background-size: 180px 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		animation: clip-highlight 4s linear infinite;
		mix-blend-mode: color-dodge;
		pointer-events: none;
		user-select: none;
	}
	.ii__section-1 .s1__heading .s1__h1 {
		opacity: 0;
		transform: translateY(-40px);
		transition: all 1s ease;
		line-height: 1;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
		text-shadow: 0px 4px 14px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	.ii__section-1 .s1__heading .s1__h1 .s1__switch-wrapper {
		flex: 1 1 100%;
		padding: 0 0rem;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		overflow: hidden;
		mask-image: linear-gradient(to bottom, transparent, #000 10%, #000 90%, transparent);
		-webkit-mask-image: linear-gradient(to bottom, transparent, #000 10%, #000 90%, transparent);
	}
	.ii__section-1 .s1__heading .s1__h1 .s1__switch-wrapper .s1__switch {
		transition: all 0.8s cubic-bezier(0.98, -0.01, 0.64, 0.58);
	}
	.ii__section-1 .s1__heading .s1__h1 .s1__switch-wrapper .s1__switch .s1__switch-item {
		padding: 12px 0;
		text-align: center;
		font-weight: 700;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 3px 12px rgba(3, 195, 161, 0.7);
		transition: all 0.8s ease;
		filter: blur(10px);
	}
	.ii__section-1 .s1__heading .s1__h1 .s1__switch-wrapper .s1__switch .s1__switch-item.active {
		filter: blur(0);
	}
	.ii__section-1 .s1__heading .s1__h1 .s1__switch-wrapper .s1__switch.tick {
		transform: translateY(var(--calculated-height));
	}
	.ii__section-1 .s1__h2 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		letter-spacing: 1px;
	}
	.ii__section-1 .s1__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.ii__section-1 .s1__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
	.ii__section-1 .s1__buttons {
		margin-top: 1rem;
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		align-items: center;
	}
	.ii__section-1 .s1__buttons .s1__button {
		display: flex;
	}
	.ii__section-1 .s1__buttons .s1__button.s1__2 a {
		background: rgba(194, 208, 228, 0.15) !important;
	}
	.ii__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::before {
		color: white !important;
	}
	.ii__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::after {
		color: white !important;
	}
	.ii__section-1 .s1__buttons .s1__button.s1__2 a:hover {
		background: rgba(194, 208, 228, 0.25) !important;
	}
}

@media (max-width: 640px) {
	.ii__section-1 {
		padding: 2rem 0;
		position: relative;
		z-index: 100;
	}
	.ii__section-1 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 2rem;
		position: relative;
		overflow: visible;
	}
	.ii__section-1 .scroller-container {
		margin-top: 4rem;
		max-width: 100%;
	}
	.ii__section-1 .s1__dots-bg {
		position: absolute;
		top: 0%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: auto;
		text-align: center;
		z-index: -1;
	}
	.ii__section-1 .s1__dots-bg img {
		width: 100%;
		height: auto;
		opacity: 0.5;
	}
	.ii__section-1 .s1__top-heading {
		position: relative;
	}
	.ii__section-1 .s1__top-heading::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 100px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 2px;
		background: rgba(255, 255, 255, 0.05);
		background-color: rgba(255, 255, 255, 0.1);
		background-image: conic-gradient(from var(--conic-gradient-angle) at 50% 50%, transparent 80deg, rgba(255, 255, 255, 0.4) 90deg, rgba(255, 255, 255, 0.4) 100deg, transparent 110deg);
		animation: rotate-conic 4s linear infinite;
	}
	.ii__section-1 .s1__top-heading .th__transparent {
		background: transparent;
		padding: 7px;
		border-radius: 100px;
		color: #1daa91;
	}
	.ii__section-1 .s1__top-heading .th__transparent .th__inner {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
		text-align: center;
		font-size: 16px;
		padding: 8px 20px;
		line-height: 1;
		border-radius: 100px;
		overflow: hidden;
		position: relative;
	}
	.ii__section-1 .s1__top-heading .th__transparent .th__inner span {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.5s ease;
		background: linear-gradient(to right, transparent 20px, white 60px, transparent);
		color: rgba(255, 255, 255, 0.4);
		-webkit-background-clip: text;
		background-clip: text;
		background-size: 90px 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		animation: clip-highlight 4s linear infinite;
		mix-blend-mode: color-dodge;
		pointer-events: none;
		user-select: none;
	}
	.ii__section-1 .s1__heading .s1__h1 {
		opacity: 0;
		transform: translateY(-40px);
		transition: all 1s ease;
		line-height: 1;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
		text-shadow: 0px 4px 14px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		font-size: 2rem;
		justify-content: center;
	}
	.ii__section-1 .s1__heading .s1__h1 .s1__switch-wrapper {
		flex: 1 1 100%;
		padding: 0 0rem;
		display: flex;
		flex-flow: column nowrap;
		align-items: flex-start;
		overflow: hidden;
		mask-image: linear-gradient(to bottom, transparent, #000 10%, #000 90%, transparent);
		-webkit-mask-image: linear-gradient(to bottom, transparent, #000 10%, #000 90%, transparent);
		align-items: center;
	}
	.ii__section-1 .s1__heading .s1__h1 .s1__switch-wrapper .s1__switch {
		transition: all 0.8s cubic-bezier(0.98, -0.01, 0.64, 0.58);
	}
	.ii__section-1 .s1__heading .s1__h1 .s1__switch-wrapper .s1__switch .s1__switch-item {
		padding: 12px 0;
		text-align: center;
		font-weight: 700;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 3px 12px rgba(3, 195, 161, 0.7);
		transition: all 0.8s ease;
		filter: blur(10px);
	}
	.ii__section-1 .s1__heading .s1__h1 .s1__switch-wrapper .s1__switch .s1__switch-item.active {
		filter: blur(0);
	}
	.ii__section-1 .s1__heading .s1__h1 .s1__switch-wrapper .s1__switch.tick {
		transform: translateY(var(--calculated-height));
	}
	.ii__section-1 .s1__heading .s1__h2 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		letter-spacing: 1px;
	}
	.ii__section-1 .s1__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.ii__section-1 .s1__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
	.ii__section-1 .s1__buttons {
		margin-top: 1rem;
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
		align-items: center;
	}
	.ii__section-1 .s1__buttons .s1__cta {
		opacity: 0;
		transition: all 1s ease;
		transform: translateY(-40px);
		margin-top: auto;
		position: relative;
		border-radius: 16px;
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container {
		transition: all 0.5s ease;
		opacity: 0;
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .sparkle {
		transition: all 0.7s ease-in-out;
		width: auto;
		position: absolute;
		display: flex;
		align-items: center;
		flex-flow: column nowrap;
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .sparkle .s__blur {
		width: 12px;
		height: 12px;
		border-radius: 100px;
		background: rgba(255, 255, 255, 0.7);
		filter: blur(6px);
		position: relative;
		z-index: 1;
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .sparkle .s__line {
		width: 1px;
		height: 40px;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), transparent);
		border-radius: 2px;
		margin-top: -7px;
		position: relative;
		z-index: 2;
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .sparkle.sp-1 {
		left: 10%;
		bottom: 0;
		transform: translateY(100px);
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .sparkle.sp-2 {
		left: 30%;
		bottom: 0;
		transform: translateY(80px);
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .sparkle.sp-3 {
		left: 70%;
		bottom: 0;
		transform: translateY(120px);
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .sparkle.sp-4 {
		left: 90%;
		bottom: 0;
		transform: translateY(90px);
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .sparkle.sp-5 {
		left: 80%;
		bottom: 0;
		transform: translateY(160px);
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .sparkle.sp-6 {
		left: 20%;
		bottom: 0;
		transform: translateY(70px);
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .dot {
		position: absolute;
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-1 {
		width: 2px;
		height: 2px;
		bottom: 70%;
		left: 10%;
		background: rgba(255, 255, 255, 0.7);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
		animation: dotLevitation 12s ease-in-out infinite;
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-2 {
		width: 3px;
		height: 3px;
		bottom: 30%;
		left: 20%;
		background: rgba(255, 255, 255, 0.5);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
		animation: dotLevitation-alt 10s ease-in-out infinite;
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-3 {
		width: 2px;
		height: 2px;
		bottom: 45%;
		left: 30%;
		background: rgba(255, 255, 255, 0.4);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
		animation: dotLevitation 12s ease-in-out infinite;
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-4 {
		width: 2px;
		height: 2px;
		bottom: 50%;
		left: 40%;
		background: rgba(255, 255, 255, 0.6);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
		animation: dotLevitation-alt 14s ease-in-out infinite;
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-5 {
		width: 3px;
		height: 3px;
		bottom: 10%;
		left: 50%;
		background: rgba(255, 255, 255, 0.8);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
		animation: dotLevitation 11s ease-in-out infinite;
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-6 {
		width: 2px;
		height: 2px;
		bottom: 60%;
		left: 60%;
		background: rgba(255, 255, 255, 0.7);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
		animation: dotLevitation-alt 13s ease-in-out infinite;
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-7 {
		width: 3px;
		height: 3px;
		bottom: 70%;
		left: 80%;
		background: rgba(255, 255, 255, 0.5);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
		animation: dotLevitation 15s ease-in-out infinite;
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-8 {
		width: 2px;
		height: 2px;
		bottom: 25%;
		left: 80%;
		background: rgba(255, 255, 255, 0.6);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
		animation: dotLevitation-alt 12s ease-in-out infinite;
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-9 {
		width: 2px;
		height: 2px;
		bottom: 32%;
		left: 8%;
		background: rgba(255, 255, 255, 0.6);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
		animation: dotLevitation 10s ease-in-out infinite;
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-10 {
		width: 3px;
		height: 3px;
		bottom: 55%;
		left: 100%;
		background: rgba(255, 255, 255, 0.7);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
		animation: dotLevitation-alt 14s ease-in-out infinite;
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-11 {
		width: 2px;
		height: 2px;
		bottom: 15%;
		left: 85%;
		background: rgba(255, 255, 255, 0.6);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
		animation: dotLevitation 11s ease-in-out infinite;
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-12 {
		width: 2px;
		height: 2px;
		bottom: 90%;
		left: 95%;
		background: rgba(255, 255, 255, 0.4);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
		animation: dotLevitation-alt 10s ease-in-out infinite;
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-13 {
		width: 3px;
		height: 3px;
		bottom: 40%;
		left: 65%;
		background: rgba(255, 255, 255, 0.5);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
		animation: dotLevitation 12s ease-in-out infinite;
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-14 {
		width: 2px;
		height: 2px;
		bottom: 65%;
		left: 90%;
		background: rgba(255, 255, 255, 0.9);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
		animation: dotLevitation-alt 13s ease-in-out infinite;
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-15 {
		width: 3px;
		height: 3px;
		bottom: 75%;
		left: 45%;
		background: rgba(255, 255, 255, 0.6);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
		animation: dotLevitation 15s ease-in-out infinite;
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-16 {
		width: 2px;
		height: 2px;
		bottom: 65%;
		left: 25%;
		background: rgba(255, 255, 255, 0.8);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
		animation: dotLevitation-alt 12s ease-in-out infinite;
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-17 {
		width: 2px;
		height: 2px;
		bottom: 30%;
		left: 55%;
		background: rgba(255, 255, 255, 0.4);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
		animation: dotLevitation 11s ease-in-out infinite;
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-18 {
		width: 3px;
		height: 3px;
		bottom: 20%;
		left: 15%;
		background: rgba(255, 255, 255, 0.7);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
		animation: dotLevitation-alt 14s ease-in-out infinite;
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-19 {
		width: 3px;
		height: 3px;
		bottom: 75%;
		left: 70%;
		background: rgba(255, 255, 255, 0.5);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
		animation: dotLevitation 10s ease-in-out infinite;
	}
	.ii__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-20 {
		width: 2px;
		height: 2px;
		bottom: 50%;
		left: 40%;
		background: rgba(255, 255, 255, 0.6);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
		animation: dotLevitation-alt 12s ease-in-out infinite;
	}
	.ii__section-1 .s1__buttons .s1__cta a {
		transition: all 0.6s ease;
		display: flex;
		justify-content: center;
		align-self: center;
		padding: 1rem 2.5rem;
		text-align: center;
		background: rgba(29, 170, 145, 0.1);
		border: 2px solid rgba(29, 170, 145, 0.5);
		box-shadow: 0px 0px 10px 3px rgba(29, 170, 145, 0.1);
		color: #1daa91;
		border-radius: 16px;
		line-height: 1;
		font-size: 16px;
		font-weight: 700;
		text-decoration: none;
		position: relative;
	}
	.ii__section-1 .s1__buttons .s1__cta a:hover {
		background: rgba(29, 170, 145, 0.3);
		border: 2px solid rgba(29, 170, 145, 0.8);
		color: #23d1b1;
		box-shadow: 0px 0px 10px 7px rgba(29, 170, 145, 0.4);
	}
	.ii__section-1 .s1__buttons .s1__cta a:hover::before {
		opacity: 1;
		height: 100%;
	}
	.ii__section-1 .s1__buttons .s1__cta a::before {
		content: '';
		opacity: 0;
		transition: inherit;
		position: absolute;
		width: 100%;
		height: 0%;
		bottom: 0;
		background: radial-gradient(60% 90% at center bottom, rgba(29, 170, 145, 0.5), rgba(29, 170, 145, 0));
	}
	.ii__section-1 .s1__buttons .s1__cta:hover .effect-container {
		opacity: 1;
	}
	.ii__section-1 .s1__buttons .s1__cta:hover .effect-container .sparkle.sp-1 {
		animation: moveSparkle 1.4s linear infinite forwards;
	}
	.ii__section-1 .s1__buttons .s1__cta:hover .effect-container .sparkle.sp-2 {
		animation: moveSparkle 0.8s linear infinite forwards;
	}
	.ii__section-1 .s1__buttons .s1__cta:hover .effect-container .sparkle.sp-3 {
		animation: moveSparkle 1.2s linear infinite forwards;
	}
	.ii__section-1 .s1__buttons .s1__cta:hover .effect-container .sparkle.sp-4 {
		animation: moveSparkle 1.3s linear infinite forwards;
	}
	.ii__section-1 .s1__buttons .s1__cta:hover .effect-container .sparkle.sp-5 {
		animation: moveSparkle 1.1s linear infinite forwards;
	}
	.ii__section-1 .s1__buttons .s1__cta:hover .effect-container .sparkle.sp-6 {
		animation: moveSparkle 1s linear infinite forwards;
	}
	.ii__section-1 .s1__buttons:hover ~ .s1__light {
		opacity: 1;
		transform: scaleY(1);
	}
}

@property --conic-gradient-angle-section-2 {
	syntax: '<angle>';
	initial-value: 0deg;
	inherits: false;
}

.ii__section-2 {
	margin: 100px 0;
	padding: 14rem 0;
	position: relative;
	z-index: 10;
}

.ii__section-2 .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 1.5rem;
	position: relative;
}

.ii__section-2 .ii__light {
	width: 70%;
	height: 130px;
	position: absolute;
	left: 50%;
	background: radial-gradient(ellipse at center center, #26F7DD, #26F7DD 20%, transparent 55%);
	filter: blur(30px);
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ii__section-2 .ii__light.l1 {
	top: 0;
	transform: translateX(-50%) translateY(-50%);
}

.ii__section-2 .ii__light.l2 {
	bottom: 0;
	transform: translateX(-50%) translateY(50%);
}

.ii__section-2 .ii__light .circle-light {
	width: 10%;
	height: 80%;
	background: #67ffed;
	opacity: 0.2;
}

.ii__section-2::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 300px;
	transform: translateY(-100%);
	z-index: 10;
	background: linear-gradient(to top, rgba(14, 16, 23, 0.2), transparent 40%);
	backdrop-filter: blur(40px);
	mask-image: linear-gradient(to right, transparent, #000, transparent);
	-webkit-mask-image: linear-gradient(to right, transparent, #000, transparent);
	z-index: 10;
}

.ii__section-2::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 300px;
	transform: translateY(100%);
	z-index: 10;
	background: linear-gradient(to bottom, rgba(14, 16, 23, 0.2), transparent 40%);
	backdrop-filter: blur(40px);
	mask-image: linear-gradient(to right, transparent, #000, transparent);
	-webkit-mask-image: linear-gradient(to right, transparent, #000, transparent);
	z-index: 10;
}

.ii__section-2 .s2__grid {
	position: absolute;
	top: -50%;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ii__section-2 .s2__grid img {
	width: 70%;
}

.ii__section-2 .s2__heading .s2__h2 {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
	text-shadow: 0px 3px 10px rgba(255, 255, 255, 0.4);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.ii__section-2 .s2__heading .s2__h2 span {
	font-weight: 700;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 3px 10px rgba(3, 195, 161, 0.7);
	display: block;
}

.ii__section-2 .s2__paragraph {
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	max-width: 50%;
	margin: 0 auto;
}

.ii__section-2 .s2__paragraph span {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: underline;
	font-weight: 600;
}

.ii__section-2 .s2__boxes {
	margin-top: 3rem;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	gap: 2rem;
}

.ii__section-2 .s2__boxes .s2__box {
	flex: 1 1 0;
	padding: 10px;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	border: 1px solid transparent;
	background: transparent;
	transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
}

.ii__section-2 .s2__boxes .s2__box::before {
	opacity: 0;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	background: radial-gradient(60% 80px at 50% 100%, rgba(255, 255, 255, 0.18), transparent);
	filter: blur(3px);
	transition: all 2s ease;
}

.ii__section-2 .s2__boxes .s2__box .s2__outer {
	height: 100%;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
}

.ii__section-2 .s2__boxes .s2__box .s2__outer::before {
	content: "";
	position: absolute;
	inset: 0;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	z-index: 20;
	padding: 2px;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.1);
	background-image: conic-gradient(from var(--conic-gradient-angle-section-2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
	filter: blur(3px);
	animation: rotate-conic-section-2 4s linear infinite;
	opacity: 0;
	transition: all 0.5s ease;
}

.ii__section-2 .s2__boxes .s2__box .s2__outer .s2__inner {
	height: 100%;
	padding: 1.5rem;
	border-radius: 15px;
	position: relative;
	z-index: 10;
	background: rgba(255, 255, 255, 0.02);
	display: flex;
	gap: 10px;
	flex-flow: column nowrap;
	transition: all 2s ease;
}

.ii__section-2 .s2__boxes .s2__box .s2__outer .s2__inner .s2__box-title {
	font-weight: 800;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 40%, #ecfffa);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 20px;
	transition: inherit;
	opacity: 0.7;
}

.ii__section-2 .s2__boxes .s2__box .s2__outer .s2__inner .s2__box-paragraph {
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.4;
	transition: inherit;
	opacity: 0.5;
}

.ii__section-2 .s2__boxes .s2__box.active {
	transform: translateY(-25px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
}

.ii__section-2 .s2__boxes .s2__box.active::before {
	opacity: 1;
}

.ii__section-2 .s2__boxes .s2__box.active .s2__outer::before {
	opacity: 1;
}

.ii__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner {
	border-radius: 15px;
	position: relative;
	z-index: 10;
	background: rgba(255, 255, 255, 0.08);
}

.ii__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner .s2__box-title {
	opacity: 1;
}

.ii__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner .s2__box-paragraph {
	opacity: 1;
}

@media (max-width: 1300px) {
	.ii__section-2 {
		padding: 10rem 0;
	}
	.ii__section-2 .ii__light {
		width: 70%;
		height: 130px;
		position: absolute;
		left: 50%;
		background: radial-gradient(ellipse at center center, #26F7DD, #26F7DD 20%, transparent 55%);
		filter: blur(30px);
		z-index: 9;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-2 .ii__light.l1 {
		top: 0;
		transform: translateX(-50%) translateY(-50%);
	}
	.ii__section-2 .ii__light.l2 {
		bottom: 0;
		transform: translateX(-50%) translateY(50%);
	}
	.ii__section-2 .ii__light .circle-light {
		width: 10%;
		height: 80%;
		background: #67ffed;
		opacity: 0.2;
	}
	.ii__section-2::before {
		content: "";
		position: absolute;
		top: 0;
		width: 100%;
		height: 300px;
		transform: translateY(-100%);
		z-index: 10;
		background: linear-gradient(to top, rgba(14, 16, 23, 0.2), transparent 40%);
		backdrop-filter: blur(40px);
		mask-image: linear-gradient(to right, transparent, #000, transparent);
		-webkit-mask-image: linear-gradient(to right, transparent, #000, transparent);
		z-index: 10;
	}
	.ii__section-2::after {
		content: "";
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 300px;
		transform: translateY(100%);
		z-index: 10;
		background: linear-gradient(to bottom, rgba(14, 16, 23, 0.2), transparent 40%);
		backdrop-filter: blur(40px);
		mask-image: linear-gradient(to right, transparent, #000, transparent);
		-webkit-mask-image: linear-gradient(to right, transparent, #000, transparent);
		z-index: 10;
	}
}

@media (max-width: 992px) {
	.ii__section-2 {
		padding: 6rem 0;
		position: relative;
		z-index: 10;
	}
	.ii__section-2 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 1.5rem;
		position: relative;
	}
	.ii__section-2 .ii__light {
		width: 70%;
		height: 130px;
		position: absolute;
		left: 50%;
		background: radial-gradient(ellipse at center center, #26F7DD, #26F7DD 20%, transparent 75%);
		filter: blur(30px);
		z-index: 9;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-2 .ii__light.l1 {
		top: 0;
		transform: translateX(-50%) translateY(-50%);
	}
	.ii__section-2 .ii__light.l2 {
		bottom: 0;
		transform: translateX(-50%) translateY(50%);
	}
	.ii__section-2 .ii__light .circle-light {
		width: 20%;
		height: 80%;
		background: #67ffed;
		opacity: 0.2;
	}
	.ii__section-2::before {
		content: "";
		position: absolute;
		top: 0;
		width: 100%;
		height: 200px;
		transform: translateY(-100%);
		z-index: 10;
		background: linear-gradient(to top, rgba(14, 16, 23, 0.2), transparent 40%);
		backdrop-filter: blur(40px);
		mask-image: linear-gradient(to right, transparent, #000, transparent);
		-webkit-mask-image: linear-gradient(to right, transparent, #000, transparent);
		z-index: 10;
	}
	.ii__section-2::after {
		content: "";
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 300px;
		transform: translateY(100%);
		z-index: 10;
		background: linear-gradient(to bottom, rgba(14, 16, 23, 0.2), transparent 40%);
		backdrop-filter: blur(40px);
		mask-image: linear-gradient(to right, transparent, #000, transparent);
		-webkit-mask-image: linear-gradient(to right, transparent, #000, transparent);
		z-index: 10;
	}
	.ii__section-2 .s2__grid {
		position: absolute;
		top: -30%;
		z-index: -1;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-2 .s2__grid img {
		width: 80%;
	}
	.ii__section-2 .s2__heading .s2__h2 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.ii__section-2 .s2__heading .s2__h2 span {
		font-weight: 700;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.ii__section-2 .s2__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.ii__section-2 .s2__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
	.ii__section-2 .s2__boxes {
		margin-top: 2rem;
		display: flex;
		flex-flow: row wrap;
		align-items: stretch;
		gap: 0.5rem;
	}
	.ii__section-2 .s2__boxes .s2__box {
		flex: 1 1 0;
		padding: 10px;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		border: 1px solid transparent;
		background: transparent;
		transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
	}
	.ii__section-2 .s2__boxes .s2__box::before {
		opacity: 0;
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
		background: radial-gradient(60% 80px at 50% 100%, rgba(255, 255, 255, 0.18), transparent);
		filter: blur(3px);
		transition: all 2s ease;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer {
		height: 100%;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		z-index: 20;
		padding: 2px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, 0.1);
		background-image: conic-gradient(from var(--conic-gradient-angle-section-2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		filter: blur(3px);
		animation: rotate-conic-section-2 4s linear infinite;
		opacity: 0;
		transition: all 0.5s ease;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer .s2__inner {
		height: 100%;
		padding: 1rem;
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.02);
		display: flex;
		gap: 10px;
		flex-flow: column nowrap;
		transition: all 2s ease;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer .s2__inner .s2__box-title {
		font-weight: 800;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 40%, #ecfffa);
		background-clip: text;
		-webkit-background-clip: text;
		color: transparent;
		-webkit-text-fill-color: transparent;
		font-size: 20px;
		transition: inherit;
		opacity: 0.7;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer .s2__inner .s2__box-paragraph {
		color: rgba(255, 255, 255, 0.6);
		line-height: 1.4;
		transition: inherit;
		opacity: 0.5;
	}
	.ii__section-2 .s2__boxes .s2__box.active {
		transform: translateY(-25px);
		border: 1px solid rgba(255, 255, 255, 0.1);
		background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
	}
	.ii__section-2 .s2__boxes .s2__box.active::before {
		opacity: 1;
	}
	.ii__section-2 .s2__boxes .s2__box.active .s2__outer::before {
		opacity: 1;
	}
	.ii__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner {
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.08);
	}
	.ii__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner .s2__box-title {
		opacity: 1;
	}
	.ii__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner .s2__box-paragraph {
		opacity: 1;
	}
}

@media (max-width: 768px) {
	.ii__section-2 {
		padding: 8rem 0;
		position: relative;
		z-index: 10;
	}
	.ii__section-2 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 1.5rem;
		position: relative;
	}
	.ii__section-2 .ii__light {
		width: 100%;
		height: 100px;
		position: absolute;
		left: 50%;
		background: radial-gradient(ellipse at center center, #26F7DD, #26F7DD 20%, transparent 75%);
		filter: blur(30px);
		z-index: 9;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-2 .ii__light.l1 {
		top: 0;
		transform: translateX(-50%) translateY(-50%);
	}
	.ii__section-2 .ii__light.l2 {
		bottom: 0;
		transform: translateX(-50%) translateY(50%);
	}
	.ii__section-2 .ii__light .circle-light {
		width: 20%;
		height: 80%;
		background: #67ffed;
		opacity: 0.2;
	}
	.ii__section-2::before {
		content: "";
		position: absolute;
		top: 0;
		width: 100%;
		height: 200px;
		transform: translateY(-100%);
		z-index: 10;
		background: linear-gradient(to top, rgba(14, 16, 23, 0.2), transparent 40%);
		backdrop-filter: blur(40px);
		mask-image: linear-gradient(to right, transparent, #000, transparent);
		-webkit-mask-image: linear-gradient(to right, transparent, #000, transparent);
		z-index: 10;
	}
	.ii__section-2::after {
		content: "";
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 300px;
		transform: translateY(100%);
		z-index: 10;
		background: linear-gradient(to bottom, rgba(14, 16, 23, 0.2), transparent 40%);
		backdrop-filter: blur(40px);
		mask-image: linear-gradient(to right, transparent, #000, transparent);
		-webkit-mask-image: linear-gradient(to right, transparent, #000, transparent);
		z-index: 10;
	}
	.ii__section-2 .s2__grid {
		position: absolute;
		top: -20%;
		z-index: -1;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-2 .s2__grid img {
		width: 100%;
	}
	.ii__section-2 .s2__heading .s2__h2 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.ii__section-2 .s2__heading .s2__h2 span {
		font-weight: 700;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.ii__section-2 .s2__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.ii__section-2 .s2__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
	.ii__section-2 .s2__boxes {
		margin-top: 2rem;
		display: flex;
		flex-flow: row wrap;
		align-items: stretch;
		gap: 0.5rem;
	}
	.ii__section-2 .s2__boxes .s2__box {
		flex: 1 1 100%;
		padding: 10px;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		border: 1px solid transparent;
		background: transparent;
		transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
	}
	.ii__section-2 .s2__boxes .s2__box::before {
		opacity: 0;
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
		background: radial-gradient(60% 80px at 50% 100%, rgba(255, 255, 255, 0.18), transparent);
		filter: blur(3px);
		transition: all 2s ease;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer {
		height: 100%;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		z-index: 20;
		padding: 2px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, 0.1);
		background-image: conic-gradient(from var(--conic-gradient-angle-section-2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		filter: blur(3px);
		animation: rotate-conic-section-2 4s linear infinite;
		opacity: 0;
		transition: all 0.5s ease;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer .s2__inner {
		height: 100%;
		padding: 1rem;
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.02);
		display: flex;
		gap: 10px;
		flex-flow: column nowrap;
		transition: all 2s ease;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer .s2__inner .s2__box-title {
		font-weight: 800;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 40%, #ecfffa);
		background-clip: text;
		-webkit-background-clip: text;
		color: transparent;
		-webkit-text-fill-color: transparent;
		font-size: 20px;
		transition: inherit;
		opacity: 0.7;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer .s2__inner .s2__box-paragraph {
		color: rgba(255, 255, 255, 0.6);
		line-height: 1.4;
		transition: inherit;
		opacity: 0.5;
	}
	.ii__section-2 .s2__boxes .s2__box.active {
		transform: translateY(0px);
		border: 1px solid rgba(255, 255, 255, 0.1);
		background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
	}
	.ii__section-2 .s2__boxes .s2__box.active::before {
		opacity: 1;
	}
	.ii__section-2 .s2__boxes .s2__box.active .s2__outer::before {
		opacity: 1;
	}
	.ii__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner {
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.08);
	}
	.ii__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner .s2__box-title {
		opacity: 1;
	}
	.ii__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner .s2__box-paragraph {
		opacity: 1;
	}
}

@media (max-width: 640px) {
	.ii__section-2 {
		padding: 6rem 0;
		position: relative;
		z-index: 10;
	}
	.ii__section-2 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 1.5rem;
		position: relative;
	}
	.ii__section-2 .ii__light {
		width: 100%;
		height: 100px;
		position: absolute;
		left: 50%;
		background: radial-gradient(ellipse at center center, #26F7DD, #26F7DD 20%, transparent 75%);
		filter: blur(30px);
		z-index: 9;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-2 .ii__light.l1 {
		top: 0;
		transform: translateX(-50%) translateY(-50%);
	}
	.ii__section-2 .ii__light.l2 {
		bottom: 0;
		transform: translateX(-50%) translateY(50%);
	}
	.ii__section-2 .ii__light .circle-light {
		width: 20%;
		height: 80%;
		background: #67ffed;
		opacity: 0.2;
	}
	.ii__section-2::before {
		content: "";
		position: absolute;
		top: 0;
		width: 100%;
		height: 200px;
		transform: translateY(-100%);
		z-index: 10;
		background: linear-gradient(to top, rgba(14, 16, 23, 0.2), transparent 40%);
		backdrop-filter: blur(40px);
		mask-image: linear-gradient(to right, transparent, #000, transparent);
		-webkit-mask-image: linear-gradient(to right, transparent, #000, transparent);
		z-index: 10;
	}
	.ii__section-2::after {
		content: "";
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 300px;
		transform: translateY(100%);
		z-index: 10;
		background: linear-gradient(to bottom, rgba(14, 16, 23, 0.2), transparent 40%);
		backdrop-filter: blur(40px);
		mask-image: linear-gradient(to right, transparent, #000, transparent);
		-webkit-mask-image: linear-gradient(to right, transparent, #000, transparent);
		z-index: 10;
	}
	.ii__section-2 .s2__grid {
		position: absolute;
		top: -10%;
		z-index: -1;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-2 .s2__grid img {
		width: 100%;
	}
	.ii__section-2 .s2__heading .s2__h2 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.ii__section-2 .s2__heading .s2__h2 span {
		font-weight: 700;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.ii__section-2 .s2__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.ii__section-2 .s2__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
	.ii__section-2 .s2__boxes {
		margin-top: 1rem;
		display: flex;
		flex-flow: row wrap;
		align-items: stretch;
		gap: 0.5rem;
	}
	.ii__section-2 .s2__boxes .s2__box {
		flex: 1 1 100%;
		padding: 10px;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		border: 1px solid transparent;
		background: transparent;
		transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
	}
	.ii__section-2 .s2__boxes .s2__box::before {
		opacity: 0;
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
		background: radial-gradient(60% 80px at 50% 100%, rgba(255, 255, 255, 0.18), transparent);
		filter: blur(3px);
		transition: all 2s ease;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer {
		height: 100%;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		z-index: 20;
		padding: 2px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, 0.1);
		background-image: conic-gradient(from var(--conic-gradient-angle-section-2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		filter: blur(3px);
		animation: rotate-conic-section-2 4s linear infinite;
		opacity: 0;
		transition: all 0.5s ease;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer .s2__inner {
		height: 100%;
		padding: 1rem;
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.02);
		display: flex;
		gap: 10px;
		flex-flow: column nowrap;
		transition: all 2s ease;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer .s2__inner .s2__box-title {
		font-weight: 800;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 40%, #ecfffa);
		background-clip: text;
		-webkit-background-clip: text;
		color: transparent;
		-webkit-text-fill-color: transparent;
		font-size: 20px;
		transition: inherit;
		opacity: 0.7;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer .s2__inner .s2__box-paragraph {
		color: rgba(255, 255, 255, 0.6);
		line-height: 1.4;
		transition: inherit;
		opacity: 0.5;
	}
	.ii__section-2 .s2__boxes .s2__box.active {
		transform: translateY(0px);
		border: 1px solid rgba(255, 255, 255, 0.1);
		background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
	}
	.ii__section-2 .s2__boxes .s2__box.active::before {
		opacity: 1;
	}
	.ii__section-2 .s2__boxes .s2__box.active .s2__outer::before {
		opacity: 1;
	}
	.ii__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner {
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.08);
	}
	.ii__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner .s2__box-title {
		opacity: 1;
	}
	.ii__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner .s2__box-paragraph {
		opacity: 1;
	}
}

.ii__section-3 {
	padding: 12rem 0;
	position: relative;
	z-index: 10;
	background: url("../png/s3_bg_2.png");
	background-repeat: no-repeat;
	background-position: center bottom -80px;
	background-size: contain;
}

.ii__section-3 .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 1.5rem;
	position: relative;
}

.ii__section-3 .s3__heading .s3__h2 {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
	text-shadow: 0px 3px 12px rgba(255, 255, 255, 0.4);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.ii__section-3 .s3__heading .s3__h2 span {
	font-weight: 700;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 3px 12px rgba(3, 195, 161, 0.7);
}

.ii__section-3 .s3__paragraph {
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	max-width: 50%;
	margin: 0 auto;
}

.ii__section-3 .s3__paragraph span {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: underline;
	font-weight: 600;
}

.ii__section-3 .s3__table-container {
	margin: 2rem auto 0;
	position: relative;
	padding: 1rem;
	width: 70%;
	max-width: 70%;
	--s3__templateColumns: repeat(3, 1fr);
}

.ii__section-3 .s3__table-container::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 20px;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	padding: 2px;
	background: rgba(255, 255, 255, 0.05);
	background-image: linear-gradient(120deg, rgba(10, 193, 183, 0.3) -10%, transparent 10%, rgba(0, 0, 0, 0) 80%, rgba(10, 193, 183, 0.2) 90%);
	background-size: 100% 100%;
}

.ii__section-3 .s3__table-container .s3__inner-container {
	border: 1px solid rgba(10, 193, 183, 0.3);
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	background: rgba(10, 193, 183, 0.02);
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	z-index: 30;
}

.ii__section-3 .s3__table-container .s3__inner-container .s3__row {
	color: white;
	padding: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 500;
	font-size: 15px;
	position: relative;
	z-index: 1;
}

.ii__section-3 .s3__table-container .s3__inner-container .s3__row.row-hor-header, .ii__section-3 .s3__table-container .s3__inner-container .s3__row.row-vert-header {
	font-weight: 400;
	color: rgba(255, 255, 255, 0.9);
}

.ii__section-3 .s3__table-container .s3__inner-container .s3__row.instant-funding {
	font-weight: 500;
	color: white;
}

.ii__section-3 .s3__table-container .s3__inner-container .s3__row.evaluation {
	color: rgba(255, 255, 255, 0.5);
}

.ii__section-3 .s3__table-container .s3__inner-container .s3__row span {
	font-weight: 700;
	background: linear-gradient(87deg, #BDFF7A -3.2%, #0BF0FF 102.91%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ii__section-3 .s3__table-container .s3__inner-container .s3__row:not(:nth-last-child(-n+3)) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ii__section-3 .s3__table-container .s3__inner-container .s3__sticky-container {
	display: none;
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	height: calc(100% + 2px);
	width: auto;
	grid-template-columns: var(--s3__templateColumns);
	grid-auto-rows: auto;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(to right, #11141c, rgba(29, 170, 145, 0.25));
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

.ii__section-3 .s3__table-container .s3__inner-container .s3__table {
	display: grid;
	grid-template-columns: var(--s3__templateColumns);
	grid-auto-rows: auto;
	position: relative;
}

.ii__section-3 .s3__table-container .s3__inner-container .s3__table .if__highlight {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.ii__section-3 .s3__table-container .s3__inner-container .s3__table .if__highlight .if__light {
	grid-area: 1 / 2 / -1 / 3;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: radial-gradient(100% 100% at 50% 100%, rgba(189, 255, 122, 0.6) 12%, rgba(11, 240, 255, 0.4) 40%, transparent);
	filter: blur(30px);
}

@media (max-width: 992px) {
	.ii__section-3 .s3__table-container {
		width: 80%;
		max-width: 80%;
	}
}

@media (max-width: 768px) {
	.ii__section-3 .s3__table-container {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 576px) {
	.ii__section-3 .s3__table-container {
		margin: 1rem auto 0;
		position: relative;
		padding: 1rem;
		--s3__templateColumns: 150px repeat(2, 200px);
		--s3__templateRows: 72px 117px 117px 138px;
	}
	.ii__section-3 .s3__table-container::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 20px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 2px;
		background: rgba(255, 255, 255, 0.05);
		background-image: linear-gradient(120deg, rgba(10, 193, 183, 0.3) -10%, transparent 10%, rgba(0, 0, 0, 0) 80%, rgba(10, 193, 183, 0.2) 90%);
		background-size: 100% 100%;
	}
	.ii__section-3 .s3__table-container .s3__inner-container {
		border: 1px solid rgba(10, 193, 183, 0.3);
		border-radius: 20px;
		overflow: hidden;
		position: relative;
		background: rgba(10, 193, 183, 0.02);
		backdrop-filter: unset;
		-webkit-backdrop-filter: unset;
		z-index: 30;
	}
	.ii__section-3 .s3__table-container .s3__inner-container .s3__row {
		color: white;
		padding: 1.5rem;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-weight: 500;
		font-size: 14px;
		position: relative;
		z-index: 1;
	}
	.ii__section-3 .s3__table-container .s3__inner-container .s3__row.row-hor-header, .ii__section-3 .s3__table-container .s3__inner-container .s3__row.row-vert-header {
		font-weight: 400;
		color: rgba(255, 255, 255, 0.9);
		font-size: 14px;
	}
	.ii__section-3 .s3__table-container .s3__inner-container .s3__row.instant-funding {
		font-weight: 500;
		color: white;
	}
	.ii__section-3 .s3__table-container .s3__inner-container .s3__row.evaluation {
		color: rgba(255, 255, 255, 0.5);
	}
	.ii__section-3 .s3__table-container .s3__inner-container .s3__row span {
		font-weight: 700;
		background: linear-gradient(87deg, #BDFF7A -3.2%, #0BF0FF 102.91%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.ii__section-3 .s3__table-container .s3__inner-container .s3__row:not(:nth-last-child(-n+3)) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.ii__section-3 .s3__table-container .s3__inner-container .s3__row.mobile-hide {
		opacity: 0;
	}
	.ii__section-3 .s3__table-container .s3__inner-container .s3__sticky-container {
		display: grid;
		position: absolute;
		z-index: 5;
		left: 0;
		top: 0;
		height: calc(100% + 2px);
		width: auto;
		grid-template-columns: 150px;
		grid-template-rows: var(--s3__templateRows);
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		background: linear-gradient(to right, #11141c, rgba(29, 170, 145, 0.25));
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
		border-right: 1px solid rgba(29, 170, 145, 0.8);
	}
	.ii__section-3 .s3__table-container .s3__inner-container .s3__sticky-container .s3__row:not(:last-child) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.ii__section-3 .s3__table-container .s3__inner-container .s3__table {
		display: grid;
		grid-template-columns: var(--s3__templateColumns);
		grid-template-rows: var(--s3__templateRows);
		grid-auto-rows: auto;
		position: relative;
		overflow-x: scroll;
	}
	.ii__section-3 .s3__table-container .s3__inner-container .s3__table .if__highlight {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	.ii__section-3 .s3__table-container .s3__inner-container .s3__table .if__highlight .if__light {
		grid-area: 1 / 2 / -1 / 3;
		width: 100%;
		height: 100%;
		opacity: 0.5;
		background: radial-gradient(100% 100% at 50% 100%, rgba(189, 255, 122, 0.6) 12%, rgba(11, 240, 255, 0.4) 40%, transparent);
		filter: blur(30px);
	}
}

@media (max-width: 1300px) {
	.ii__section-3 {
		padding: 10rem 0;
	}
}

@media (max-width: 992px) {
	.ii__section-3 {
		padding: 6rem 0;
		position: relative;
		z-index: 10;
		background-position: center center;
		background-size: cover;
	}
	.ii__section-3 .s3__heading .s3__h2 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.ii__section-3 .s3__heading .s3__h2 span {
		font-weight: 700;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.ii__section-3 .s3__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 80%;
		margin: 0 auto;
	}
	.ii__section-3 .s3__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
}

@media (max-width: 768px) {
	.ii__section-3 {
		padding: 8rem 0;
		position: relative;
		z-index: 10;
	}
	.ii__section-3 .s3__heading .s3__h2 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.ii__section-3 .s3__heading .s3__h2 span {
		font-weight: 700;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		display: inline-block;
	}
	.ii__section-3 .s3__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.ii__section-3 .s3__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
}

@media (max-width: 640px) {
	.ii__section-3 {
		padding: 6rem 0;
		position: relative;
		z-index: 10;
		background-position: center center;
		background-size: cover;
	}
	.ii__section-3 .s3__heading .s3__h2 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.ii__section-3 .s3__heading .s3__h2 span {
		font-weight: 700;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.ii__section-3 .s3__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.ii__section-3 .s3__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
}

@property --conicAngle_1 {
	syntax: '<angle>';
	initial-value: 0deg;
	inherits: false;
}

@property --conicAngle_2 {
	syntax: '<angle>';
	initial-value: 72deg;
	inherits: false;
}

@property --conicAngle_3 {
	syntax: '<angle>';
	initial-value: 144deg;
	inherits: false;
}

@property --conicAngle_4 {
	syntax: '<angle>';
	initial-value: 216deg;
	inherits: false;
}

@property --conicAngle_5 {
	syntax: '<angle>';
	initial-value: 288deg;
	inherits: false;
}

.ii__section-4 {
	padding: 8rem 0;
	position: relative;
}

.ii__section-4 .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 10;
}

.ii__section-4 #ii__s4__canvas {
	position: absolute;
	width: 100%;
	height: 500px;
	z-index: -1;
	top: -200px;
}

.ii__section-4 .s4__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: minmax(320px, 1fr);
	gap: 1rem;
}

.ii__section-4 .s4__grid .s4__grid-item.text .s4__h2 {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.9);
}

.ii__section-4 .s4__grid .s4__grid-item.text .s4__h2 span {
	line-height: 1.2;
	font-weight: 800;
	margin: 0;
	padding: 0;
	text-shadow: 0px 4px 6px rgba(3, 195, 161, 0.7);
	display: block;
	background: linear-gradient(to right, #88E980, #0AC1B7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.ii__section-4 .s4__grid .s4__grid-item.text .s4__paragraph {
	color: rgba(255, 255, 255, 0.8);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	max-width: 90%;
}

.ii__section-4 .s4__grid .s4__grid-item.box {
	flex: 1 1 0;
	padding: 10px;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
}

.ii__section-4 .s4__grid .s4__grid-item.box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	background: radial-gradient(60% 80px at 50% 0%, rgba(22, 148, 125, 0.3), transparent);
	filter: blur(3px);
	transition: all 2s ease;
}

.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer {
	height: 100%;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer::before {
	content: "";
	position: absolute;
	inset: 0;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	z-index: 20;
	padding: 2px;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.05);
	filter: blur(10px);
	transition: all 0.5s ease;
}

.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.first::before {
	background-image: conic-gradient(from var(--conicAngle_1), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
	animation: section5RotateConicGradient 4s linear infinite reverse;
}

.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.second::before {
	background-image: conic-gradient(from var(--conicAngle_2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
	animation: section5RotateConicGradient 5s linear infinite;
}

.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.third::before {
	background-image: conic-gradient(from var(--conicAngle_3), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
	animation: section5RotateConicGradient 4s linear infinite reverse;
}

.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.fourth::before {
	background-image: conic-gradient(from var(--conicAngle_4), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
	animation: section5RotateConicGradient 5s linear infinite;
}

.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.fifth::before {
	background-image: conic-gradient(from var(--conicAngle_5), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
	animation: section5RotateConicGradient 5s linear infinite reverse;
}

.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner {
	height: 100%;
	padding: 3.5rem;
	border-radius: 15px;
	position: relative;
	z-index: 10;
	background: rgba(255, 255, 255, 0.02);
	display: flex;
	gap: 10px;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	transition: all 2s ease;
	text-align: center;
}

.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__box-image {
	flex: 0 0 146px;
}

.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__box-title {
	font-weight: 800;
	background: linear-gradient(to right, #88E980, #0AC1B7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-size: 24px;
	transition: inherit;
}

.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__box-paragraph {
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.5;
	transition: inherit;
	font-size: 18px;
	font-weight: 500;
}

.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__dots-bg {
	position: absolute;
	bottom: -20%;
	right: -20%;
}

.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__dots-bg img {
	width: 500px;
	height: auto;
}

@media (max-width: 1300px) {
	.ii__section-4 {
		padding: 10rem 0;
	}
}

@media (max-width: 992px) {
	.ii__section-4 {
		padding: 6rem 0;
	}
	.ii__section-4 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.ii__section-4 .s4__grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: minmax(320px, 1fr);
		gap: 1rem;
	}
	.ii__section-4 .s4__grid .s4__grid-item.text .s4__h3 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.9);
	}
	.ii__section-4 .s4__grid .s4__grid-item.text .s4__h3 span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-shadow: 0px 4px 6px rgba(3, 195, 161, 0.7);
		display: block;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.ii__section-4 .s4__grid .s4__grid-item.text .s4__paragraph {
		color: rgba(255, 255, 255, 0.8);
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 90%;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box {
		flex: 1 1 0;
		padding: 10px;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
		border: 1px solid rgba(255, 255, 255, 0.08);
		background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
	}
	.ii__section-4 .s4__grid .s4__grid-item.box::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
		background: radial-gradient(60% 80px at 50% 0%, rgba(22, 148, 125, 0.3), transparent);
		filter: blur(3px);
		transition: all 2s ease;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer {
		height: 100%;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		z-index: 1;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		z-index: 20;
		padding: 2px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, 0.05);
		filter: blur(10px);
		transition: all 0.5s ease;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.first::before {
		background-image: conic-gradient(from var(--conicAngle_1), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.second::before {
		background-image: conic-gradient(from var(--conicAngle_2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.third::before {
		background-image: conic-gradient(from var(--conicAngle_3), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.fourth::before {
		background-image: conic-gradient(from var(--conicAngle_4), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.fifth::before {
		background-image: conic-gradient(from var(--conicAngle_5), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite reverse;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner {
		height: 100%;
		padding: 2.5rem;
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.02);
		display: flex;
		gap: 10px;
		flex-flow: column nowrap;
		align-items: center;
		justify-content: center;
		transition: all 2s ease;
		text-align: center;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__box-image {
		flex: 0 0 146px;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__box-title {
		font-weight: 800;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-size: 24px;
		transition: inherit;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__box-paragraph {
		text-align: center;
		color: rgba(255, 255, 255, 0.5);
		line-height: 1.5;
		transition: inherit;
		font-size: 18px;
		font-weight: 500;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__dots-bg {
		position: absolute;
		bottom: -20%;
		right: -20%;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__dots-bg img {
		width: 500px;
		height: auto;
	}
}

@media (max-width: 768px) {
	.ii__section-4 {
		padding: 8rem 0;
	}
	.ii__section-4 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.ii__section-4 #ii__s4__canvas {
		display: none;
	}
	.ii__section-4 .s4__grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: auto;
		gap: 1rem;
	}
	.ii__section-4 .s4__grid .s4__grid-item.text .s4__h3 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.9);
	}
	.ii__section-4 .s4__grid .s4__grid-item.text .s4__h3 span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-shadow: 0px 4px 6px rgba(3, 195, 161, 0.7);
		display: block;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.ii__section-4 .s4__grid .s4__grid-item.text .s4__paragraph {
		color: rgba(255, 255, 255, 0.8);
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 90%;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box {
		flex: 1 1 0;
		padding: 10px;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
		border: 1px solid rgba(255, 255, 255, 0.08);
		background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
	}
	.ii__section-4 .s4__grid .s4__grid-item.box::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
		background: radial-gradient(60% 80px at 50% 0%, rgba(22, 148, 125, 0.3), transparent);
		filter: blur(3px);
		transition: all 2s ease;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer {
		height: 100%;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		z-index: 1;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		z-index: 20;
		padding: 2px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, 0.05);
		filter: blur(10px);
		transition: all 0.5s ease;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.first::before {
		background-image: conic-gradient(from var(--conicAngle_1), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.second::before {
		background-image: conic-gradient(from var(--conicAngle_2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.third::before {
		background-image: conic-gradient(from var(--conicAngle_3), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.fourth::before {
		background-image: conic-gradient(from var(--conicAngle_4), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.fifth::before {
		background-image: conic-gradient(from var(--conicAngle_5), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite reverse;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner {
		height: 100%;
		padding: 2rem;
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.02);
		display: flex;
		gap: 10px;
		flex-flow: column nowrap;
		align-items: center;
		justify-content: center;
		transition: all 2s ease;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__box-image {
		flex: 0 0 100px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__box-image img {
		width: auto;
		height: 100px;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__box-title {
		font-weight: 800;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-size: 22px;
		transition: inherit;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__box-paragraph {
		text-align: center;
		color: rgba(255, 255, 255, 0.5);
		line-height: 1.5;
		transition: inherit;
		font-size: 16px;
		font-weight: 500;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__dots-bg {
		position: absolute;
		bottom: -20%;
		right: -20%;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__dots-bg img {
		width: 500px;
		height: auto;
	}
}

@media (max-width: 640px) {
	.ii__section-4 {
		padding: 6rem 0;
	}
	.ii__section-4 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.ii__section-4 .s4__grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-auto-rows: auto;
		gap: 1rem;
	}
	.ii__section-4 .s4__grid .s4__grid-item.text .s4__h3 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.9);
	}
	.ii__section-4 .s4__grid .s4__grid-item.text .s4__h3 span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-shadow: 0px 4px 6px rgba(3, 195, 161, 0.7);
		display: block;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.ii__section-4 .s4__grid .s4__grid-item.text .s4__paragraph {
		color: rgba(255, 255, 255, 0.8);
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 90%;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box {
		flex: 1 1 0;
		padding: 10px;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
		border: 1px solid rgba(255, 255, 255, 0.08);
		background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
	}
	.ii__section-4 .s4__grid .s4__grid-item.box::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
		background: radial-gradient(60% 80px at 50% 0%, rgba(22, 148, 125, 0.3), transparent);
		filter: blur(3px);
		transition: all 2s ease;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer {
		height: 100%;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		z-index: 1;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		z-index: 20;
		padding: 2px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, 0.05);
		filter: blur(10px);
		transition: all 0.5s ease;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.first::before {
		background-image: conic-gradient(from var(--conicAngle_1), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.second::before {
		background-image: conic-gradient(from var(--conicAngle_2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.third::before {
		background-image: conic-gradient(from var(--conicAngle_3), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.fourth::before {
		background-image: conic-gradient(from var(--conicAngle_4), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.fifth::before {
		background-image: conic-gradient(from var(--conicAngle_5), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite reverse;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner {
		height: 100%;
		padding: 2rem;
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.02);
		display: flex;
		gap: 10px;
		flex-flow: column nowrap;
		align-items: center;
		justify-content: center;
		transition: all 2s ease;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__box-image {
		flex: 0 0 100px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__box-image img {
		width: auto;
		height: 100px;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__box-title {
		font-weight: 800;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-size: 22px;
		transition: inherit;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__box-paragraph {
		text-align: center;
		color: rgba(255, 255, 255, 0.5);
		line-height: 1.5;
		transition: inherit;
		font-size: 16px;
		font-weight: 500;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__dots-bg {
		position: absolute;
		bottom: -20%;
		right: -20%;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__dots-bg img {
		width: 500px;
		height: auto;
	}
}

@property --bg-opacity {
	syntax: '<number>';
	inherits: false;
	initial-value: 0.3;
}

.ii__section-5 {
	margin: 100px 0 20px;
	padding: 12rem 0;
	position: relative;
	z-index: 10;
}

.ii__section-5 .container-5 {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 10;
}

.ii__section-5 .light-container {
	height: 450px;
	width: 100%;
	position: absolute;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	transform: translateX(-50%) translateY(-50%);
	background: url(../png/if-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	mask-image: radial-gradient(100% 140% at center, #000 10%, transparent 33%);
	-webkit-mask-image: radial-gradient(100% 140% at center, #000 10%, transparent 33%);
}

.ii__section-5 .light-container .ii__light {
	width: 60%;
	height: 110px;
	background: radial-gradient(ellipse at center center, #26F7DD, #26F7DD 20%, transparent 55%);
	filter: blur(30px);
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ii__section-5 .light-container .ii__light .circle-light {
	width: 10%;
	height: 80%;
	background: #67ffed;
	opacity: 0.2;
}

.ii__section-5::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 300px;
	transform: translateY(-100%);
	z-index: 10;
	background: linear-gradient(to top, rgba(14, 16, 23, 0.4), transparent 40%);
	mask-image: linear-gradient(to right, transparent, #000, transparent);
	-webkit-mask-image: linear-gradient(to right, transparent, #000, transparent);
	z-index: 10;
}

.ii__section-5 .s5__top-heading {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
	text-shadow: 0px 3px 12px rgba(255, 255, 255, 0.4);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.ii__section-5 .s5__top-heading span {
	line-height: 1.2;
	font-weight: 800;
	margin: 0;
	padding: 0;
	text-shadow: 0px 4px 12px rgba(3, 195, 161, 0.7);
	background: linear-gradient(to right, #88E980, #0AC1B7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.ii__section-5 .s5__paragraph {
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	max-width: 50%;
	margin: 0 auto;
}

.ii__section-5 #fxify-pricing-table-v1 {
	margin: 4rem 0 0 !important;
	padding: 0 !important;
}

.ii__section-5 #fxify-pricing-table-v1 .container {
	max-width: unset !important;
	width: unset !important;
	margin: unset !important;
	padding: unset !important;
	display: block !important;
	align-items: unset !important;
}

.ii__section-5 .s5__table {
	width: 80%;
	margin: 4rem auto 0;
	--s5__templateColumns: repeat(7, 1fr);
}

.ii__section-5 .s5__table .s5__table-item {
	text-align: center;
	font-size: 15px;
	line-height: 1.4;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px;
	color: rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ii__section-5 .s5__table .s5__table-item.span-full-1 {
	grid-area: 2 / 2 / 3 / -1;
}

.ii__section-5 .s5__table .s5__table-item.span-full-2 {
	grid-area: 3 / 2 / 4 / -1;
}

.ii__section-5 .s5__table .s5__table-item.span-full-3 {
	grid-area: 4 / 2 / 5 / -1;
}

.ii__section-5 .s5__table .s5__table-item.no-border {
	border: none;
}

.ii__section-5 .s5__table .s5__table-item.emph {
	font-weight: 700;
	background: linear-gradient(87deg, #BDFF7A -3.2%, #0BF0FF 102.91%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}

.ii__section-5 .s5__table .s5__table-item.emph::before {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(100% 40% at 50% 100%, #BDFF7A, transparent 25%);
}

.ii__section-5 .s5__table .s5__table-item.price {
	font-weight: 600;
	color: white;
}

.ii__section-5 .s5__table .s5__table-item.header-item {
	justify-content: flex-start;
	text-align: left;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.ii__section-5 .s5__table .s5__table-item:nth-last-of-type(-n+7) {
	border-bottom: none;
}

.ii__section-5 .s5__table .s5__table-item.cta-button a {
	padding: 2px;
	background: -webkit-linear-gradient(-45deg, rgba(244, 255, 122, var(--bg-opacity)), rgba(44, 217, 255, var(--bg-opacity)));
	background: linear-gradient(-45deg, rgba(244, 255, 122, var(--bg-opacity)), rgba(44, 217, 255, var(--bg-opacity)));
	border-radius: 12px;
	text-decoration: none;
	transition: --bg-opacity 0.8s ease;
}

.ii__section-5 .s5__table .s5__table-item.cta-button a div {
	font-size: 14px;
	padding: 12px 16px;
	border-radius: inherit;
	line-height: 1;
	font-weight: 600;
	background: #101F23;
	color: #fff;
}

.ii__section-5 .s5__table .s5__table-item.cta-button a:hover {
	--bg-opacity: 1;
}

.ii__section-5 .s5__table .s5__sticky-container {
	display: none;
}

.ii__section-5 .s5__table .s5__grid-table {
	display: grid;
	grid-template-areas: "header1 header2 header3" "row row row";
	grid-template-columns: repeat(7, 1fr);
	grid-auto-rows: minmax(50px, auto);
}

.ii__section-5 .s5__grid-bg {
	width: 100%;
	margin-top: -6rem;
	z-index: -1;
}

.ii__section-5 .s5__grid-bg img {
	width: 100%;
	height: auto;
}

@media (max-width: 1200px) {
	.ii__section-5 {
		padding: 10rem 0 5rem;
		margin: 0;
	}
	.ii__section-5 .light-container {
		height: 250px;
		width: 100%;
		position: absolute;
		left: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		top: 0;
		transform: translateX(-50%) translateY(-50%);
		background: url(../png/if-bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		mask-image: radial-gradient(100% 140% at center, #000 10%, transparent 33%);
		-webkit-mask-image: radial-gradient(100% 140% at center, #000 10%, transparent 33%);
	}
	.ii__section-5 .light-container .ii__light {
		width: 90%;
		height: 110px;
		background: radial-gradient(ellipse at center center, #26F7DD, #26F7DD 20%, transparent 55%);
		filter: blur(30px);
		z-index: 9;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-5 .light-container .ii__light .circle-light {
		width: 10%;
		height: 80%;
		background: #67ffed;
		opacity: 0.2;
	}
	.ii__section-5 .s5__table {
		width: 100%;
		margin: 2rem auto 0;
		--s5__templateColumns: repeat(7, 140px);
		position: relative;
		overflow: hidden;
	}
	.ii__section-5 .s5__grid-bg {
		width: 100%;
		margin-top: -5rem;
	}
	.ii__section-5 .s5__grid-bg img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 992px) {
	.ii__section-5 {
		padding: 6rem 0 3rem;
		margin: 0;
	}
	.ii__section-5 .container-5 {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.ii__section-5 .light-container {
		height: 300px;
		width: 100%;
		position: absolute;
		left: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		top: 0;
		transform: translateX(-50%) translateY(-50%);
		background: url(../png/if-bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		mask-image: radial-gradient(100% 140% at center, #000 10%, transparent 33%);
		-webkit-mask-image: radial-gradient(100% 140% at center, #000 10%, transparent 33%);
	}
	.ii__section-5 .light-container .ii__light {
		width: 80%;
		height: 110px;
		background: radial-gradient(ellipse at center center, #26F7DD, #26F7DD 20%, transparent 55%);
		filter: blur(30px);
		z-index: 9;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-5 .light-container .ii__light .circle-light {
		width: 10%;
		height: 80%;
		background: #67ffed;
		opacity: 0.2;
	}
	.ii__section-5 .s5__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 8px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.ii__section-5 .s5__top-heading span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-shadow: 0px 4px 12px rgba(3, 195, 161, 0.7);
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.ii__section-5 .s5__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.ii__section-5 .s5__table {
		width: 100%;
		margin: 2rem auto 0;
		--s5__templateColumns: repeat(7, 140px);
		position: relative;
		overflow: hidden;
	}
	.ii__section-5 .s5__table .s5__table-item {
		text-align: center;
		font-size: 15px;
		line-height: 1.4;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 12px;
		color: rgba(255, 255, 255, 0.8);
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.ii__section-5 .s5__table .s5__table-item.span-full-1 {
		grid-area: 2 / 2 / 3 / -1;
	}
	.ii__section-5 .s5__table .s5__table-item.span-full-2 {
		grid-area: 3 / 2 / 4 / -1;
	}
	.ii__section-5 .s5__table .s5__table-item.span-full-3 {
		grid-area: 4 / 2 / 5 / -1;
	}
	.ii__section-5 .s5__table .s5__table-item.no-border {
		border: none;
	}
	.ii__section-5 .s5__table .s5__table-item.emph {
		font-weight: 700;
		background: linear-gradient(87deg, #BDFF7A -3.2%, #0BF0FF 102.91%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		position: relative;
	}
	.ii__section-5 .s5__table .s5__table-item.emph::before {
		content: "";
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: radial-gradient(100% 40% at 50% 100%, #BDFF7A, transparent 25%);
	}
	.ii__section-5 .s5__table .s5__table-item.price {
		font-weight: 600;
		color: white;
	}
	.ii__section-5 .s5__table .s5__table-item:nth-last-of-type(-n+7) {
		border-bottom: none;
	}
	.ii__section-5 .s5__table .s5__table-item.header-item {
		justify-content: flex-start;
		text-align: left;
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		font-size: 13px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.ii__section-5 .s5__table .s5__table-item.mobile-hide {
		opacity: 0;
	}
	.ii__section-5 .s5__table .s5__table-item.cta-button a {
		padding: 2px;
		background: -webkit-linear-gradient(-45deg, rgba(244, 255, 122, var(--bg-opacity)), rgba(44, 217, 255, var(--bg-opacity)));
		background: linear-gradient(-45deg, rgba(244, 255, 122, var(--bg-opacity)), rgba(44, 217, 255, var(--bg-opacity)));
		border-radius: 12px;
		text-decoration: none;
		transition: --bg-opacity 0.8s ease;
	}
	.ii__section-5 .s5__table .s5__table-item.cta-button a div {
		font-size: 13px;
		padding: 10px 16px;
		border-radius: inherit;
		line-height: 1;
		font-weight: 600;
		background: #101F23;
		color: #fff;
	}
	.ii__section-5 .s5__table .s5__table-item.cta-button a:hover {
		--bg-opacity: 1;
	}
	.ii__section-5 .s5__table .s5__sticky-container {
		display: grid;
		position: absolute;
		z-index: 5;
		left: 0;
		top: 0;
		height: calc(100% + 2px);
		width: auto;
		grid-template-columns: 140px;
		grid-auto-rows: 50px;
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		background: linear-gradient(to right, #11141c, rgba(29, 170, 145, 0.25));
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
		border-right: 1px solid rgba(29, 170, 145, 0.8);
	}
	.ii__section-5 .s5__table .s5__grid-table {
		display: grid;
		grid-template-areas: "header1 header2 header3" "row row row";
		grid-template-columns: var(--s5__templateColumns);
		grid-auto-rows: 50px;
		overflow-x: scroll;
	}
	.ii__section-5 .s5__grid-bg {
		width: 100%;
		margin-top: -3rem;
		z-index: -1;
	}
	.ii__section-5 .s5__grid-bg img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 768px) {
	.ii__section-5 {
		padding: 8rem 0 4rem;
		margin: 0;
	}
	.ii__section-5 .container-5 {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.ii__section-5 .light-container {
		height: 250px;
		width: 100%;
		position: absolute;
		left: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		top: 0;
		transform: translateX(-50%) translateY(-50%);
		background: url(../png/if-bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		mask-image: radial-gradient(100% 140% at center, #000 10%, transparent 33%);
		-webkit-mask-image: radial-gradient(100% 140% at center, #000 10%, transparent 33%);
	}
	.ii__section-5 .light-container .ii__light {
		width: 90%;
		height: 110px;
		background: radial-gradient(ellipse at center center, #26F7DD, #26F7DD 20%, transparent 55%);
		filter: blur(30px);
		z-index: 9;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-5 .light-container .ii__light .circle-light {
		width: 10%;
		height: 80%;
		background: #67ffed;
		opacity: 0.2;
	}
	.ii__section-5 .s5__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 8px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.ii__section-5 .s5__top-heading span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-shadow: 0px 4px 12px rgba(3, 195, 161, 0.7);
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.ii__section-5 .s5__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.ii__section-5 .s5__table {
		width: 100%;
		margin: 2rem auto 0;
		--s5__templateColumns: repeat(7, 140px);
		position: relative;
		overflow: hidden;
	}
	.ii__section-5 .s5__table .s5__table-item {
		text-align: center;
		font-size: 15px;
		line-height: 1.4;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 12px;
		color: rgba(255, 255, 255, 0.8);
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.ii__section-5 .s5__table .s5__table-item.span-full-1 {
		grid-area: 2 / 2 / 3 / -1;
	}
	.ii__section-5 .s5__table .s5__table-item.span-full-2 {
		grid-area: 3 / 2 / 4 / -1;
	}
	.ii__section-5 .s5__table .s5__table-item.span-full-3 {
		grid-area: 4 / 2 / 5 / -1;
	}
	.ii__section-5 .s5__table .s5__table-item.no-border {
		border: none;
	}
	.ii__section-5 .s5__table .s5__table-item.emph {
		font-weight: 700;
		background: linear-gradient(87deg, #BDFF7A -3.2%, #0BF0FF 102.91%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		position: relative;
	}
	.ii__section-5 .s5__table .s5__table-item.emph::before {
		content: "";
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: radial-gradient(100% 40% at 50% 100%, #BDFF7A, transparent 25%);
	}
	.ii__section-5 .s5__table .s5__table-item.price {
		font-weight: 600;
		color: white;
	}
	.ii__section-5 .s5__table .s5__table-item:nth-last-of-type(-n+7) {
		border-bottom: none;
	}
	.ii__section-5 .s5__table .s5__table-item.header-item {
		justify-content: flex-start;
		text-align: left;
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		font-size: 13px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.ii__section-5 .s5__table .s5__table-item.mobile-hide {
		opacity: 0;
	}
	.ii__section-5 .s5__table .s5__table-item.cta-button a {
		padding: 2px;
		background: -webkit-linear-gradient(-45deg, rgba(244, 255, 122, var(--bg-opacity)), rgba(44, 217, 255, var(--bg-opacity)));
		background: linear-gradient(-45deg, rgba(244, 255, 122, var(--bg-opacity)), rgba(44, 217, 255, var(--bg-opacity)));
		border-radius: 12px;
		text-decoration: none;
		transition: --bg-opacity 0.8s ease;
	}
	.ii__section-5 .s5__table .s5__table-item.cta-button a div {
		font-size: 13px;
		padding: 10px 16px;
		border-radius: inherit;
		line-height: 1;
		font-weight: 600;
		background: #101F23;
		color: #fff;
	}
	.ii__section-5 .s5__table .s5__table-item.cta-button a:hover {
		--bg-opacity: 1;
	}
	.ii__section-5 .s5__table .s5__sticky-container {
		display: grid;
		position: absolute;
		z-index: 5;
		left: 0;
		top: 0;
		height: calc(100% + 2px);
		width: auto;
		grid-template-columns: 140px;
		grid-auto-rows: 50px;
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		background: linear-gradient(to right, #11141c, rgba(29, 170, 145, 0.25));
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
		border-right: 1px solid rgba(29, 170, 145, 0.8);
	}
	.ii__section-5 .s5__table .s5__grid-table {
		display: grid;
		grid-template-areas: "header1 header2 header3" "row row row";
		grid-template-columns: var(--s5__templateColumns);
		grid-auto-rows: 50px;
		overflow-x: scroll;
	}
	.ii__section-5 .s5__grid-bg {
		width: 100%;
		margin-top: -3rem;
		z-index: -1;
	}
	.ii__section-5 .s5__grid-bg img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 640px) {
	.ii__section-5 {
		padding: 6rem 0 3rem;
		margin: 0;
	}
	.ii__section-5 .light-container {
		height: 250px;
		width: 100%;
		position: absolute;
		left: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		top: 0;
		transform: translateX(-50%) translateY(-50%);
		background: url(../png/if-bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		mask-image: radial-gradient(100% 140% at center, #000 10%, transparent 33%);
		-webkit-mask-image: radial-gradient(100% 140% at center, #000 10%, transparent 33%);
	}
	.ii__section-5 .light-container .ii__light {
		width: 90%;
		height: 110px;
		background: radial-gradient(ellipse at center center, #26F7DD, #26F7DD 20%, transparent 55%);
		filter: blur(30px);
		z-index: 9;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-5 .light-container .ii__light .circle-light {
		width: 10%;
		height: 80%;
		background: #67ffed;
		opacity: 0.2;
	}
	.ii__section-5 .s5__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 8px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.ii__section-5 .s5__top-heading span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-shadow: 0px 4px 12px rgba(3, 195, 161, 0.7);
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.ii__section-5 .s5__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.ii__section-5 .s5__table {
		width: 100%;
		margin: 2rem auto 0;
		--s5__templateColumns: repeat(7, 140px);
		position: relative;
		overflow: hidden;
	}
	.ii__section-5 .s5__table .s5__table-item {
		text-align: center;
		font-size: 15px;
		line-height: 1.4;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 12px;
		color: rgba(255, 255, 255, 0.8);
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.ii__section-5 .s5__table .s5__table-item.span-full-1 {
		grid-area: 2 / 2 / 3 / -1;
	}
	.ii__section-5 .s5__table .s5__table-item.span-full-2 {
		grid-area: 3 / 2 / 4 / -1;
	}
	.ii__section-5 .s5__table .s5__table-item.span-full-3 {
		grid-area: 4 / 2 / 5 / -1;
	}
	.ii__section-5 .s5__table .s5__table-item.no-border {
		border: none;
	}
	.ii__section-5 .s5__table .s5__table-item.emph {
		font-weight: 700;
		background: linear-gradient(87deg, #BDFF7A -3.2%, #0BF0FF 102.91%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		position: relative;
	}
	.ii__section-5 .s5__table .s5__table-item.emph::before {
		content: "";
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: radial-gradient(100% 40% at 50% 100%, #BDFF7A, transparent 25%);
	}
	.ii__section-5 .s5__table .s5__table-item.price {
		font-weight: 600;
		color: white;
	}
	.ii__section-5 .s5__table .s5__table-item:nth-last-of-type(-n+7) {
		border-bottom: none;
	}
	.ii__section-5 .s5__table .s5__table-item.header-item {
		justify-content: flex-start;
		text-align: left;
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		font-size: 13px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.ii__section-5 .s5__table .s5__table-item.mobile-hide {
		opacity: 0;
	}
	.ii__section-5 .s5__table .s5__table-item.cta-button a {
		padding: 2px;
		background: -webkit-linear-gradient(-45deg, rgba(244, 255, 122, var(--bg-opacity)), rgba(44, 217, 255, var(--bg-opacity)));
		background: linear-gradient(-45deg, rgba(244, 255, 122, var(--bg-opacity)), rgba(44, 217, 255, var(--bg-opacity)));
		border-radius: 12px;
		text-decoration: none;
		transition: --bg-opacity 0.8s ease;
	}
	.ii__section-5 .s5__table .s5__table-item.cta-button a div {
		font-size: 13px;
		padding: 10px 16px;
		border-radius: inherit;
		line-height: 1;
		font-weight: 600;
		background: #101F23;
		color: #fff;
	}
	.ii__section-5 .s5__table .s5__table-item.cta-button a:hover {
		--bg-opacity: 1;
	}
	.ii__section-5 .s5__table .s5__sticky-container {
		display: grid;
		position: absolute;
		z-index: 5;
		left: 0;
		top: 0;
		height: calc(100% + 2px);
		width: auto;
		grid-template-columns: 140px;
		grid-auto-rows: 50px;
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		background: linear-gradient(to right, #11141c, rgba(29, 170, 145, 0.25));
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
		border-right: 1px solid rgba(29, 170, 145, 0.8);
	}
	.ii__section-5 .s5__table .s5__grid-table {
		display: grid;
		grid-template-areas: "header1 header2 header3" "row row row";
		grid-template-columns: var(--s5__templateColumns);
		grid-auto-rows: 50px;
		overflow-x: scroll;
	}
	.ii__section-5 .s5__grid-bg {
		width: 100%;
		margin-top: -2rem;
	}
	.ii__section-5 .s5__grid-bg img {
		width: 100%;
		height: auto;
	}
}

.ii__section-7 {
	padding-bottom: 12rem;
	position: relative;
}

.ii__section-7 .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 10;
}

.ii__section-7 .s7__grid-img {
	position: absolute;
	z-index: -1;
	left: 0;
	top: -10%;
}

.ii__section-7 .s7__top-heading {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
	text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.4);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.ii__section-7 .s7__bottom-heading {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
	display: block;
}

.ii__section-7 .s7__tp-rating {
	margin: 1rem 0 2rem;
}

.ii__section-7 .s7__tp-rating img {
	width: 150px;
	height: auto;
}

.ii__section-7 .s7__tp-container {
	display: flex;
	flex-flow: row wrap;
	gap: 10px;
	max-height: 700px;
	overflow: hidden;
	-webkit-mask: linear-gradient(to bottom, transparent 10%, #000, transparent 90%);
	mask: linear-gradient(to bottom, transparent, #000 15%, #000 90%, transparent);
}

.ii__section-7 .s7__tp-container .tp-scroller {
	flex: 1 1 0;
	display: flex;
	flex-flow: column nowrap;
}

.ii__section-7 .s7__tp-container .tp-scroller.mobile-1-col {
	display: none;
}

.ii__section-7 .s7__tp-container .tp-scroller.mobile-2-col {
	display: none;
}

.ii__section-7 .s7__tp-container .tp-scroller.mobile-3-col {
	display: none;
}

.ii__section-7 .s7__tp-container .tp-scroller .tp-vertical {
	display: flex;
	flex-flow: column nowrap;
	gap: 10px;
}

.ii__section-7 .s7__tp-container .tp-scroller .tp-vertical img {
	width: 100%;
	height: auto;
}

.ii__section-7 .s7__tp-container .tp-scroller .tp-vertical:not(:last-of-type) {
	margin-bottom: 10px;
}

.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(1) .tp-vertical {
	animation: scroll-vertical 10s linear infinite;
}

.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(1):hover .tp-vertical {
	animation-play-state: paused;
}

.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(2) .tp-vertical {
	animation: scroll-vertical 9s linear infinite;
}

.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(2):hover .tp-vertical {
	animation-play-state: paused;
}

.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(3) .tp-vertical {
	animation: scroll-vertical 12s linear infinite;
}

.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(3):hover .tp-vertical {
	animation-play-state: paused;
}

.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(4) .tp-vertical {
	animation: scroll-vertical 13s linear infinite;
}

.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(4):hover .tp-vertical {
	animation-play-state: paused;
}

.ii__section-7 .s7__tp-button {
	margin-top: 5rem;
	display: flex;
}

@media (max-width: 1300px) {
	.ii__section-7 {
		padding: 10rem 0;
	}
}

@media (max-width: 992px) {
	.ii__section-7 {
		padding: 8rem 0;
		position: relative;
	}
	.ii__section-7 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.ii__section-7 .s7__grid-img {
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
		z-index: -1;
	}
	.ii__section-7 .s7__grid-img img {
		height: 300px;
		width: 100%;
	}
	.ii__section-7 .s7__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 8px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.ii__section-7 .s7__bottom-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.ii__section-7 .s7__tp-rating {
		margin: 1rem 0 2rem;
	}
	.ii__section-7 .s7__tp-rating img {
		width: 100px;
		height: auto;
	}
	.ii__section-7 .s7__tp-container {
		display: flex;
		flex-flow: row wrap;
		gap: 10px;
		max-height: 700px;
		overflow: hidden;
		-webkit-mask: linear-gradient(to bottom, transparent 10%, #000, transparent 90%);
		mask: linear-gradient(to bottom, transparent, #000 15%, #000 90%, transparent);
		z-index: 10;
	}
	.ii__section-7 .s7__tp-container .tp-scroller {
		display: none;
		flex: 1 1 30%;
		flex-flow: column nowrap;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-1-col {
		display: flex;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-1-col .tp-vertical {
		animation: scroll-vertical 18s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-1-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-2-col {
		display: flex;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-2-col .tp-vertical {
		animation: scroll-vertical 20s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-2-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-3-col {
		display: flex;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-3-col .tp-vertical {
		animation: scroll-vertical 19s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-3-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller .tp-vertical {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
	}
	.ii__section-7 .s7__tp-container .tp-scroller .tp-vertical img {
		width: 100%;
		height: auto;
	}
	.ii__section-7 .s7__tp-container .tp-scroller .tp-vertical:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(1) .tp-vertical {
		animation: scroll-vertical 10s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(1):hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(2) .tp-vertical {
		animation: scroll-vertical 9s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(2):hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(3) .tp-vertical {
		animation: scroll-vertical 12s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(3):hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(4) .tp-vertical {
		animation: scroll-vertical 13s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(4):hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-button {
		margin-top: 3rem;
		display: flex;
	}
}

@media (max-width: 768px) {
	.ii__section-7 {
		padding: 8rem 0;
		position: relative;
	}
	.ii__section-7 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.ii__section-7 .s7__grid-img {
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
	}
	.ii__section-7 .s7__grid-img img {
		height: 300px;
		width: 100%;
	}
	.ii__section-7 .s7__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 8px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.ii__section-7 .s7__bottom-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.ii__section-7 .s7__tp-rating {
		margin: 1rem 0 2rem;
	}
	.ii__section-7 .s7__tp-rating img {
		width: 100px;
		height: auto;
	}
	.ii__section-7 .s7__tp-container {
		display: flex;
		flex-flow: row wrap;
		gap: 10px;
		max-height: 700px;
		overflow: hidden;
		-webkit-mask: linear-gradient(to bottom, transparent 10%, #000, transparent 90%);
		mask: linear-gradient(to bottom, transparent, #000 15%, #000 90%, transparent);
	}
	.ii__section-7 .s7__tp-container .tp-scroller {
		display: none;
		flex: 1 1 40%;
		flex-flow: column nowrap;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-1-col {
		display: flex;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-1-col .tp-vertical {
		animation: scroll-vertical 18s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-1-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-2-col {
		display: flex;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-2-col .tp-vertical {
		animation: scroll-vertical 20s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-2-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller .tp-vertical {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
	}
	.ii__section-7 .s7__tp-container .tp-scroller .tp-vertical img {
		width: 100%;
		height: auto;
	}
	.ii__section-7 .s7__tp-container .tp-scroller .tp-vertical:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(1) .tp-vertical {
		animation: scroll-vertical 10s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(1):hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(2) .tp-vertical {
		animation: scroll-vertical 9s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(2):hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(3) .tp-vertical {
		animation: scroll-vertical 12s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(3):hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(4) .tp-vertical {
		animation: scroll-vertical 13s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(4):hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-button {
		margin-top: 3rem;
		display: flex;
	}
}

@media (max-width: 640px) {
	.ii__section-7 {
		padding: 6rem 0 2rem;
		position: relative;
	}
	.ii__section-7 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.ii__section-7 .s7__grid-img {
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
	}
	.ii__section-7 .s7__grid-img img {
		height: 300px;
		width: 100%;
	}
	.ii__section-7 .s7__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 8px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.ii__section-7 .s7__bottom-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.ii__section-7 .s7__tp-rating {
		margin: 1rem 0 2rem;
	}
	.ii__section-7 .s7__tp-rating img {
		width: 100px;
		height: auto;
	}
	.ii__section-7 .s7__tp-container {
		display: flex;
		flex-flow: row wrap;
		gap: 10px;
		max-height: 700px;
		overflow: hidden;
		-webkit-mask: linear-gradient(to bottom, transparent 10%, #000, transparent 90%);
		mask: linear-gradient(to bottom, transparent, #000 15%, #000 90%, transparent);
	}
	.ii__section-7 .s7__tp-container .tp-scroller {
		display: none;
		flex: 1 1 40%;
		flex-flow: column nowrap;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-1-col {
		display: flex;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-1-col .tp-vertical {
		animation: scroll-vertical 18s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-1-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller .tp-vertical {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
	}
	.ii__section-7 .s7__tp-container .tp-scroller .tp-vertical img {
		width: 100%;
		height: auto;
	}
	.ii__section-7 .s7__tp-container .tp-scroller .tp-vertical:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(1) .tp-vertical {
		animation: scroll-vertical 10s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(1):hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(2) .tp-vertical {
		animation: scroll-vertical 9s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(2):hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(3) .tp-vertical {
		animation: scroll-vertical 12s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(3):hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(4) .tp-vertical {
		animation: scroll-vertical 13s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(4):hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-button {
		margin-top: 3rem;
		display: flex;
	}
}

.ii__section-9 {
	padding-bottom: 12rem;
}

.ii__section-9 .container {
	display: flex;
	flex-flow: column nowrap;
	gap: 10px;
	position: relative;
	z-index: 10;
}

.ii__section-9 .s9__outer {
	position: relative;
	padding: 12px;
}

.ii__section-9 .s9__outer::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 15px;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	padding: 1px;
	background: rgba(255, 255, 255, 0.05);
	background-color: rgba(255, 255, 255, 0.1);
	background-image: linear-gradient(41deg, transparent, rgba(255, 255, 255, 0.42), transparent);
}

.ii__section-9 .s9__outer .s9__inner {
	border-radius: 15px;
	background: url("../png/s9_bg_2.png"), rgba(11, 12, 16, 0.25);
	background-repeat: no-repeat;
	background-size: 100% 100%, cover;
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 4.5rem 3rem;
	backdrop-filter: blur(40px);
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
	position: relative;
	overflow: hidden;
	align-items: center;
}

.ii__section-9 .s9__outer .s9__inner .blur-1 {
	position: absolute;
	width: 206.33px;
	height: 230.61px;
	left: 5.31px;
	top: 153.74px;
	background: #1daa91;
	opacity: 0.25;
	filter: blur(95px);
	border-radius: 15px;
	z-index: -1;
}

.ii__section-9 .s9__outer .s9__inner .blur-2 {
	position: absolute;
	width: 440.74px;
	height: 236.51px;
	left: 227.25px;
	top: -38.62px;
	background: #c2d0e4;
	opacity: 0.25;
	filter: blur(115px);
	border-radius: 15px;
	z-index: -1;
}

.ii__section-9 .s9__outer .s9__inner .blur-3 {
	position: absolute;
	width: 240.74px;
	height: 236.51px;
	bottom: -38.62px;
	background: #afd0ff;
	opacity: 0.25;
	filter: blur(115px);
	border-radius: 15px;
	z-index: -1;
}

.ii__section-9 .s9__outer .s9__inner .bottom__logo {
	height: fit-content;
	opacity: 0.8;
}

.ii__section-9 .s9__outer .s9__inner .bottom__title .s9__heading {
	text-align: center;
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.9);
}

.ii__section-9 .s9__outer .s9__inner .bottom__title .s9__heading span {
	line-height: 1.2;
	font-weight: 800;
	margin: 0;
	padding: 0;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
	display: block;
}

.ii__section-9 .s9__outer .s9__inner .bottom__buttons {
	display: flex;
	gap: 1rem;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
}

.ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn {
	display: flex;
	justify-content: center;
}

.ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn {
	background: rgba(194, 208, 228, 0.15);
}

.ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char {
	color: transparent;
}

.ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::before, .ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::after {
	color: #fff;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper {
	margin-top: 2rem;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper div a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social svg stop {
	transition: all 0.6s ease-in-out;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#discord-link svg {
	fill: url(#discord-gradient-f) white;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
	fill: url(#telegram-gradient-f) white;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#twitter-link svg {
	fill: url(#twitter-gradient-f) white;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#instagram-link svg {
	fill: url(#instagram-gradient-f) white;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#facebook-link svg {
	fill: url(#fb-gradient-f) white;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
	fill: url(#telegram-gradient-f) white;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link {
	display: flex;
	position: relative;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg {
	transition: all 0.3s ease;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg path {
	transition: inherit;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:first-child {
	position: absolute;
	left: -2px;
	top: -4px;
	width: 100%;
	fill: transparent;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:last-child {
	fill: #ffffff;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#discord-link svg stop {
	stop-color: #5865f2;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop {
	stop-color: #0088cc;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:first-child {
	stop-color: #3bb1fa;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:last-child {
	stop-color: #1da1f2;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:first-child {
	stop-color: #feda75;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(2) {
	stop-color: #fa7e1e;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(3) {
	stop-color: #d62976;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(4) {
	stop-color: #962fbf;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:last-child {
	stop-color: #4f5bd5;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:first-child {
	stop-color: #17aafd;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:last-child {
	stop-color: #0165e2;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:first-child {
	stop-color: #0088CC;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:last-child {
	stop-color: #0088CC;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:first-child {
	fill: #69c9d0;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:last-child {
	fill: #ee1d52;
}

.ii__section-9 .s9__disclaimer {
	margin: 4rem auto;
	color: rgba(255, 255, 255, 0.4);
	text-align: center;
	font-size: 14px;
	font-style: italic;
	max-width: 70%;
}

@media (max-width: 1300px) {
	.ii__section-9 {
		padding: 10rem 0 6rem;
	}
}

@media (max-width: 992px) {
	.ii__section-9 {
		padding: 6rem 0;
	}
	.ii__section-9 .s9__disclaimer {
		margin: 2rem auto 0;
		color: rgba(255, 255, 255, 0.4);
		text-align: center;
		font-size: 14px;
		font-style: italic;
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.ii__section-9 {
		padding: 8rem 0 2rem;
	}
	.ii__section-9 .container {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.ii__section-9 .s9__outer {
		position: relative;
		padding: 12px;
	}
	.ii__section-9 .s9__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 15px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 1px;
		background: rgba(255, 255, 255, 0.05);
		background-color: rgba(255, 255, 255, 0.1);
		background-image: linear-gradient(41deg, transparent, rgba(255, 255, 255, 0.42), transparent);
	}
	.ii__section-9 .s9__outer .s9__inner {
		border-radius: 15px;
		background: url("../png/s9_bg_2.png"), rgba(11, 12, 16, 0.25);
		background-repeat: no-repeat;
		background-size: 100% 100%, cover;
		border: 1px solid rgba(255, 255, 255, 0.1);
		padding: 3rem 2rem;
		backdrop-filter: blur(40px);
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		position: relative;
		overflow: hidden;
		align-items: center;
	}
	.ii__section-9 .s9__outer .s9__inner .blur-1 {
		position: absolute;
		width: 206.33px;
		height: 230.61px;
		left: 5.31px;
		top: 153.74px;
		background: #1daa91;
		opacity: 0.25;
		filter: blur(95px);
		border-radius: 15px;
		z-index: -1;
	}
	.ii__section-9 .s9__outer .s9__inner .blur-2 {
		position: absolute;
		width: 440.74px;
		height: 236.51px;
		left: 227.25px;
		top: -38.62px;
		background: #c2d0e4;
		opacity: 0.25;
		filter: blur(115px);
		border-radius: 15px;
		z-index: -1;
	}
	.ii__section-9 .s9__outer .s9__inner .blur-3 {
		position: absolute;
		width: 240.74px;
		height: 236.51px;
		bottom: -38.62px;
		background: #afd0ff;
		opacity: 0.25;
		filter: blur(115px);
		border-radius: 15px;
		z-index: -1;
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__logo {
		height: fit-content;
		opacity: 0.8;
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__title .s9__heading {
		text-align: center;
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.9);
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__title .s9__heading span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 5px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__buttons {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		justify-content: center;
		align-items: center;
		margin-top: 2rem;
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn {
		flex: 1 1 100%;
		display: flex;
		justify-content: center;
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn a {
		width: 100%;
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn {
		background: rgba(194, 208, 228, 0.15);
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char {
		color: transparent;
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::before, .ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::after {
		color: #fff;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper {
		margin-top: 2rem;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper div {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper div a {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social svg stop {
		transition: all 0.6s ease-in-out;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#discord-link svg {
		fill: url(#discord-gradient-f) white;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
		fill: url(#telegram-gradient-f) white;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#twitter-link svg {
		fill: url(#twitter-gradient-f) white;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#instagram-link svg {
		fill: url(#instagram-gradient-f) white;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#facebook-link svg {
		fill: url(#fb-gradient-f) white;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
		fill: url(#telegram-gradient-f) white;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link {
		display: flex;
		position: relative;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg {
		transition: all 0.3s ease;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg path {
		transition: inherit;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:first-child {
		position: absolute;
		left: -2px;
		top: -4px;
		width: 100%;
		fill: transparent;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:last-child {
		fill: #ffffff;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#discord-link svg stop {
		stop-color: #5865f2;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop {
		stop-color: #0088cc;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:first-child {
		stop-color: #3bb1fa;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:last-child {
		stop-color: #1da1f2;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:first-child {
		stop-color: #feda75;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(2) {
		stop-color: #fa7e1e;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(3) {
		stop-color: #d62976;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(4) {
		stop-color: #962fbf;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:last-child {
		stop-color: #4f5bd5;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:first-child {
		stop-color: #17aafd;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:last-child {
		stop-color: #0165e2;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:first-child {
		stop-color: #0088CC;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:last-child {
		stop-color: #0088CC;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:first-child {
		fill: #69c9d0;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:last-child {
		fill: #ee1d52;
	}
	.ii__section-9 .s9__disclaimer {
		margin: 2rem auto 0;
		color: rgba(255, 255, 255, 0.4);
		text-align: center;
		font-size: 14px;
		font-style: italic;
		max-width: 100%;
	}
}

@media (max-width: 640px) {
	.ii__section-9 {
		padding: 6rem 0 2rem;
	}
	.ii__section-9 .container {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.ii__section-9 .s9__outer {
		position: relative;
		padding: 12px;
	}
	.ii__section-9 .s9__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 15px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 1px;
		background: rgba(255, 255, 255, 0.05);
		background-color: rgba(255, 255, 255, 0.1);
		background-image: linear-gradient(41deg, transparent, rgba(255, 255, 255, 0.42), transparent);
	}
	.ii__section-9 .s9__outer .s9__inner {
		border-radius: 15px;
		background: url("../png/s9_bg_2.png"), rgba(11, 12, 16, 0.25);
		background-repeat: no-repeat;
		background-size: 100% 100%, cover;
		border: 1px solid rgba(255, 255, 255, 0.1);
		padding: 3rem 2rem;
		backdrop-filter: blur(40px);
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		position: relative;
		overflow: hidden;
		align-items: center;
	}
	.ii__section-9 .s9__outer .s9__inner .blur-1 {
		position: absolute;
		width: 206.33px;
		height: 230.61px;
		left: 5.31px;
		top: 153.74px;
		background: #1daa91;
		opacity: 0.25;
		filter: blur(95px);
		border-radius: 15px;
		z-index: -1;
	}
	.ii__section-9 .s9__outer .s9__inner .blur-2 {
		position: absolute;
		width: 440.74px;
		height: 236.51px;
		left: 227.25px;
		top: -38.62px;
		background: #c2d0e4;
		opacity: 0.25;
		filter: blur(115px);
		border-radius: 15px;
		z-index: -1;
	}
	.ii__section-9 .s9__outer .s9__inner .blur-3 {
		position: absolute;
		width: 240.74px;
		height: 236.51px;
		bottom: -38.62px;
		background: #afd0ff;
		opacity: 0.25;
		filter: blur(115px);
		border-radius: 15px;
		z-index: -1;
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__logo {
		height: fit-content;
		opacity: 0.8;
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__title .s9__heading {
		text-align: center;
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.9);
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__title .s9__heading span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 5px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__buttons {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		justify-content: center;
		align-items: center;
		margin-top: 2rem;
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn {
		flex: 1 1 100%;
		display: flex;
		justify-content: center;
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn a {
		width: 100%;
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn {
		background: rgba(194, 208, 228, 0.15);
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char {
		color: transparent;
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::before, .ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::after {
		color: #fff;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper {
		margin-top: 2rem;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper div {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper div a {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social svg stop {
		transition: all 0.6s ease-in-out;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#discord-link svg {
		fill: url(#discord-gradient-f) white;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
		fill: url(#telegram-gradient-f) white;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#twitter-link svg {
		fill: url(#twitter-gradient-f) white;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#instagram-link svg {
		fill: url(#instagram-gradient-f) white;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#facebook-link svg {
		fill: url(#fb-gradient-f) white;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
		fill: url(#telegram-gradient-f) white;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link {
		display: flex;
		position: relative;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg {
		transition: all 0.3s ease;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg path {
		transition: inherit;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:first-child {
		position: absolute;
		left: -2px;
		top: -4px;
		width: 100%;
		fill: transparent;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:last-child {
		fill: #ffffff;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#discord-link svg stop {
		stop-color: #5865f2;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop {
		stop-color: #0088cc;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:first-child {
		stop-color: #3bb1fa;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:last-child {
		stop-color: #1da1f2;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:first-child {
		stop-color: #feda75;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(2) {
		stop-color: #fa7e1e;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(3) {
		stop-color: #d62976;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(4) {
		stop-color: #962fbf;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:last-child {
		stop-color: #4f5bd5;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:first-child {
		stop-color: #17aafd;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:last-child {
		stop-color: #0165e2;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:first-child {
		stop-color: #0088CC;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:last-child {
		stop-color: #0088CC;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:first-child {
		fill: #69c9d0;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:last-child {
		fill: #ee1d52;
	}
	.ii__section-9 .s9__disclaimer {
		margin: 2rem auto 0;
		color: rgba(255, 255, 255, 0.4);
		text-align: center;
		font-size: 14px;
		font-style: italic;
		max-width: 100%;
	}
}

@keyframes rotateBeforeElement {
	to {
		transform: rotate(360deg) translateX(-50%);
	}
}

@keyframes rotate-conic-section-2 {
	0% {
		--conic-gradient-angle-section-2: 0deg;
	}
	100% {
		--conic-gradient-angle-section-2: 360deg;
	}
}

@keyframes statsScroll {
	to {
		transform: translate(calc(-100% - 1.5rem));
	}
}

@keyframes rotate-conic {
	0% {
		--conic-gradient-angle: 0deg;
	}
	100% {
		--conic-gradient-angle: 360deg;
	}
}

@keyframes infiniteGlow {
	0% {
		opacity: 0.3;
		transform: translateX(-50%) scaleY(50%);
	}
	50% {
		opacity: 1;
		transform: translateX(-50%) scaleY(100%);
	}
	100% {
		opacity: 0.3;
		transform: translateX(-50%) scaleY(50%);
	}
}

@keyframes infiniteSwing {
	0% {
		transform: translateX(-50%) rotate(45deg);
	}
	100% {
		transform: translateX(-50%) rotate(-45deg);
	}
}

@keyframes infiniteLightSwing {
	0% {
		transform: rotate(-40deg);
		opacity: 1;
	}
	100% {
		transform: rotate(-20deg);
		opacity: 0.7;
	}
}

@keyframes clip-highlight-ii {
	0% {
		background-position: -180% 0%;
	}
	100% {
		background-position: 290% 0%;
	}
}

@keyframes highlighOutline {
	0% {
		background: rgba(255, 255, 255, 0.05);
	}
	100% {
		background: rgba(255, 255, 255, 0.2);
	}
}

@keyframes horizontalLineMovement {
	0% {
		left: 0%;
		transform: translateX(0px);
	}
	100% {
		left: 100%;
		transform: translateX(100%);
	}
}

@keyframes horizontalLineMovement-r {
	0% {
		right: 0%;
		transform: translateX(0px);
	}
	100% {
		right: 100%;
		transform: translateX(100%);
	}
}

@keyframes HeroMoveTopLight {
	0% {
		transform: translateX(-50%) rotate(-15deg);
	}
	100% {
		transform: translateX(-50%) rotate(15deg);
	}
}

@keyframes moveTopLightReflection {
	0% {
		transform: translateX(110%) scaleX(1);
	}
	100% {
		transform: translateX(-110%) scaleX(1);
	}
}

@keyframes backgroundSizeAnimation {
	0% {
		background-position: -100% 0%;
	}
	100% {
		background-position: 200% 0%;
	}
}

@keyframes backgroundSizeAnimationReverse {
	0% {
		background-position: 200% 0%;
	}
	100% {
		background-position: -100% 0%;
	}
}

@keyframes moveHighlight {
	0% {
		transform: skewX(-20deg) translateX(-60px);
	}
	100% {
		transform: skewX(-20deg) translateX(560px);
	}
}

@keyframes smoothBg {
	from {
		background-position: 50% 50%;
	}
	to {
		background-position: 350% 50%;
	}
}

@keyframes section5RotateConicGradient {
	0% {
		--conicAngle_1: 0deg;
		--conicAngle_2: 72deg;
		--conicAngle_3: 144deg;
		--conicAngle_4: 216deg;
		--conicAngle_5: 288deg;
	}
	100% {
		--conicAngle_1: 360deg;
		--conicAngle_2: 432deg;
		--conicAngle_3: 504deg;
		--conicAngle_4: 576deg;
		--conicAngle_5: 648deg;
	}
}

@keyframes scroll-vertical {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(calc(-100% - 10px));
	}
}

@keyframes swipeHelperMove {
	0% {
		transform: translateX(-10%);
	}
	100% {
		transform: translateX(10%);
	}
}

* {
	box-sizing: border-box;
}

.page-template-page-instant-funding .page-bg {
	display: none;
}

.lightning-program {
	width: 100%;
	position: relative;
	overflow-x: clip;
}

.lightning-program .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 1.5rem 0px 1.5rem;
}

.lightning-program .ii__grid {
	position: absolute;
	left: 0;
	top: 0;
}

@media (max-width: 768px) {
	.lightning-program .ii__grid img {
		width: 60%;
	}
}

@media (max-width: 640px) {
	.lightning-program .ii__grid img {
		width: 70%;
	}
}

.lightning-program .ii__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	z-index: -1;
	opacity: 0.25;
}

.lightning-program .ii__bg img {
	width: 100%;
	height: auto;
}

.lightning-program html {
	font-size: 16px;
}

.lightning-program .ii__h1 {
	font-size: 4.5rem;
	/* 72px */
}

.lightning-program .ii__h2 {
	font-size: 3.375rem;
	/* 54px */
}

.lightning-program .ii__h3 {
	font-size: 2.5rem;
	/* 40px */
}

.lightning-program .ii__h4 {
	font-size: 1.875rem;
	/* 30px */
}

.lightning-program .ii__h5 {
	font-size: 1.375rem;
	/* 22px */
}

.lightning-program .ii__h6 {
	font-size: 1rem;
	/* 16px */
}

@media (max-width: 992px) {
	.lightning-program .ii__h1 {
		font-size: 4rem;
		/* ~64px */
	}
	.lightning-program .ii__h2 {
		font-size: 3rem;
		/* ~48px */
	}
	.lightning-program .ii__h3 {
		font-size: 2.25rem;
		/* ~36px */
	}
	.lightning-program .ii__h4 {
		font-size: 1.875rem;
		/* ~30px */
	}
	.lightning-program .ii__h5 {
		font-size: 1.5rem;
		/* ~24px */
	}
	.lightning-program .ii__h6 {
		font-size: 1.125rem;
		/* ~18px */
	}
}

@media (max-width: 768px) {
	.lightning-program .ii__h1 {
		font-size: 3rem;
		/* ~48px */
	}
	.lightning-program .ii__h2 {
		font-size: 2.5rem;
		/* ~40px */
	}
	.lightning-program .ii__h3 {
		font-size: 2rem;
		/* ~32px */
	}
	.lightning-program .ii__h4 {
		font-size: 1.75rem;
		/* ~28px */
	}
	.lightning-program .ii__h5 {
		font-size: 1.5rem;
		/* ~24px */
	}
	.lightning-program .ii__h6 {
		font-size: 1.25rem;
		/* ~20px */
	}
}

@media (max-width: 640px) {
	.lightning-program .ii__h1 {
		font-size: 2.5rem;
		/* ~40px */
	}
	.lightning-program .ii__h2 {
		font-size: 2rem;
		/* ~32px */
	}
	.lightning-program .ii__h3 {
		font-size: 1.75rem;
		/* ~28px */
	}
	.lightning-program .ii__h4 {
		font-size: 1.5rem;
		/* ~24px */
	}
	.lightning-program .ii__h5 {
		font-size: 1.25rem;
		/* ~20px */
	}
	.lightning-program .ii__h6 {
		font-size: 1rem;
		/* 16px */
	}
}

@property --conic-gradient-angle {
	syntax: '<angle>';
	initial-value: 0deg;
	inherits: false;
}

.lp__section-1 {
	padding: 8rem 0;
	position: relative;
	z-index: 100;
}

.lp__section-1 .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 2rem;
	position: relative;
	overflow: visible;
}

.lp__section-1 .scroller-container {
	margin-top: 6rem;
}

.lp__section-1 .s1__dots-bg {
	opacity: 0;
	transition: all 1s ease;
	position: absolute;
	top: -10%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: auto;
	text-align: center;
	z-index: -1;
}

.lp__section-1 .s1__dots-bg img {
	width: 60%;
	height: auto;
	opacity: 0.5;
}

.lp__section-1 .s1__top-heading {
	opacity: 0;
	transform: translateY(-40px);
	transition: all 1s ease;
	position: relative;
}

.lp__section-1 .s1__top-heading::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 100px;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	padding: 2px;
	background: rgba(255, 255, 255, 0.05);
	background-color: rgba(255, 255, 255, 0.1);
	background-image: conic-gradient(from var(--conic-gradient-angle) at 50% 50%, transparent 80deg, rgba(255, 255, 255, 0.4) 90deg, rgba(255, 255, 255, 0.4) 100deg, transparent 110deg);
	animation: rotate-conic 4s linear infinite;
}

.lp__section-1 .s1__top-heading .th__transparent {
	background: transparent;
	padding: 7px;
	border-radius: 100px;
	color: #1daa91;
}

.lp__section-1 .s1__top-heading .th__transparent .th__inner {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
	text-align: center;
	font-size: 16px;
	padding: 8px 20px;
	line-height: 1;
	border-radius: 100px;
	overflow: hidden;
	position: relative;
}

.lp__section-1 .s1__top-heading .th__transparent .th__inner span {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.5s ease;
	background: linear-gradient(to right, transparent 20px, white 60px, transparent);
	color: rgba(255, 255, 255, 0.4);
	-webkit-background-clip: text;
	background-clip: text;
	background-size: 100px 100%;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	animation: clip-highlight-ii 4s linear infinite;
	mix-blend-mode: color-dodge;
	pointer-events: none;
	user-select: none;
}

.lp__section-1 .s1__heading .s1__h1 {
	opacity: 0;
	transform: translateY(-40px);
	transition: all 1s ease;
	line-height: 1;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 10px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	display: flex;
	align-items: center;
	column-gap: 1rem;
}

.lp__section-1 .s1__heading .s1__h1 span {
	font-weight: 700;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 3px 10px rgba(3, 195, 161, 0.7);
	display: inline-block;
}

.lp__section-1 .s1__heading .s1__h2 {
	opacity: 0;
	transform: translateY(-40px);
	transition: all 1s ease;
	line-height: 1.2;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
	letter-spacing: 1px;
}

.lp__section-1 .s1__paragraph {
	opacity: 0;
	transform: translateY(-40px);
	transition: all 1s ease;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	max-width: 50%;
	margin: 0 auto;
}

.lp__section-1 .s1__paragraph span {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: underline;
	font-weight: 600;
}

.lp__section-1 .s1__buttons {
	margin-top: 1rem;
	display: flex;
	flex-flow: row nowrap;
	gap: 1rem;
	align-items: center;
}

.lp__section-1 .s1__buttons .s1__cta {
	opacity: 0;
	transition: all 1s ease;
	transform: translateY(-40px);
	margin-top: auto;
	position: relative;
	border-radius: 16px;
}

.lp__section-1 .s1__buttons .s1__cta .effect-container {
	transition: all 0.5s ease;
	opacity: 0;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .sparkle {
	transition: all 0.7s ease-in-out;
	width: auto;
	position: absolute;
	display: flex;
	align-items: center;
	flex-flow: column nowrap;
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .sparkle .s__blur {
	width: 12px;
	height: 12px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.7);
	filter: blur(6px);
	position: relative;
	z-index: 1;
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .sparkle .s__line {
	width: 1px;
	height: 40px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), transparent);
	border-radius: 2px;
	margin-top: -7px;
	position: relative;
	z-index: 2;
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .sparkle.sp-1 {
	left: 10%;
	bottom: 0;
	transform: translateY(100px);
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .sparkle.sp-2 {
	left: 30%;
	bottom: 0;
	transform: translateY(80px);
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .sparkle.sp-3 {
	left: 70%;
	bottom: 0;
	transform: translateY(120px);
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .sparkle.sp-4 {
	left: 90%;
	bottom: 0;
	transform: translateY(90px);
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .sparkle.sp-5 {
	left: 80%;
	bottom: 0;
	transform: translateY(160px);
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .sparkle.sp-6 {
	left: 20%;
	bottom: 0;
	transform: translateY(70px);
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .dot {
	position: absolute;
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-1 {
	width: 2px;
	height: 2px;
	bottom: 70%;
	left: 10%;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	animation: dotLevitation 12s ease-in-out infinite;
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-2 {
	width: 3px;
	height: 3px;
	bottom: 30%;
	left: 20%;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation-alt 10s ease-in-out infinite;
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-3 {
	width: 2px;
	height: 2px;
	bottom: 45%;
	left: 30%;
	background: rgba(255, 255, 255, 0.4);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
	animation: dotLevitation 12s ease-in-out infinite;
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-4 {
	width: 2px;
	height: 2px;
	bottom: 50%;
	left: 40%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
	animation: dotLevitation-alt 14s ease-in-out infinite;
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-5 {
	width: 3px;
	height: 3px;
	bottom: 10%;
	left: 50%;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	animation: dotLevitation 11s ease-in-out infinite;
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-6 {
	width: 2px;
	height: 2px;
	bottom: 60%;
	left: 60%;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation-alt 13s ease-in-out infinite;
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-7 {
	width: 3px;
	height: 3px;
	bottom: 70%;
	left: 80%;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
	animation: dotLevitation 15s ease-in-out infinite;
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-8 {
	width: 2px;
	height: 2px;
	bottom: 25%;
	left: 80%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
	animation: dotLevitation-alt 12s ease-in-out infinite;
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-9 {
	width: 2px;
	height: 2px;
	bottom: 32%;
	left: 8%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	animation: dotLevitation 10s ease-in-out infinite;
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-10 {
	width: 3px;
	height: 3px;
	bottom: 55%;
	left: 100%;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation-alt 14s ease-in-out infinite;
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-11 {
	width: 2px;
	height: 2px;
	bottom: 15%;
	left: 85%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
	animation: dotLevitation 11s ease-in-out infinite;
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-12 {
	width: 2px;
	height: 2px;
	bottom: 90%;
	left: 95%;
	background: rgba(255, 255, 255, 0.4);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation-alt 10s ease-in-out infinite;
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-13 {
	width: 3px;
	height: 3px;
	bottom: 40%;
	left: 65%;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
	animation: dotLevitation 12s ease-in-out infinite;
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-14 {
	width: 2px;
	height: 2px;
	bottom: 65%;
	left: 90%;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	animation: dotLevitation-alt 13s ease-in-out infinite;
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-15 {
	width: 3px;
	height: 3px;
	bottom: 75%;
	left: 45%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
	animation: dotLevitation 15s ease-in-out infinite;
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-16 {
	width: 2px;
	height: 2px;
	bottom: 65%;
	left: 25%;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation-alt 12s ease-in-out infinite;
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-17 {
	width: 2px;
	height: 2px;
	bottom: 30%;
	left: 55%;
	background: rgba(255, 255, 255, 0.4);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
	animation: dotLevitation 11s ease-in-out infinite;
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-18 {
	width: 3px;
	height: 3px;
	bottom: 20%;
	left: 15%;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	animation: dotLevitation-alt 14s ease-in-out infinite;
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-19 {
	width: 3px;
	height: 3px;
	bottom: 75%;
	left: 70%;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation 10s ease-in-out infinite;
}

.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-20 {
	width: 2px;
	height: 2px;
	bottom: 50%;
	left: 40%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
	animation: dotLevitation-alt 12s ease-in-out infinite;
}

.lp__section-1 .s1__buttons .s1__cta a {
	transition: all 0.6s ease;
	display: flex;
	justify-content: center;
	align-self: center;
	padding: 1.25rem 3rem;
	text-align: center;
	background: rgba(29, 170, 145, 0.1);
	border: 2px solid rgba(29, 170, 145, 0.5);
	box-shadow: 0px 0px 10px 3px rgba(29, 170, 145, 0.1);
	color: #1daa91;
	border-radius: 16px;
	line-height: 1;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	position: relative;
}

.lp__section-1 .s1__buttons .s1__cta a:hover {
	background: rgba(29, 170, 145, 0.3);
	border: 2px solid rgba(29, 170, 145, 0.8);
	color: #23d1b1;
	box-shadow: 0px 0px 10px 7px rgba(29, 170, 145, 0.4);
}

.lp__section-1 .s1__buttons .s1__cta a:hover::before {
	opacity: 1;
	height: 100%;
}

.lp__section-1 .s1__buttons .s1__cta a::before {
	content: '';
	opacity: 0;
	transition: inherit;
	position: absolute;
	width: 100%;
	height: 0%;
	bottom: 0;
	background: radial-gradient(60% 90% at center bottom, rgba(29, 170, 145, 0.5), rgba(29, 170, 145, 0));
}

.lp__section-1 .s1__buttons .s1__cta:hover .effect-container {
	opacity: 1;
}

.lp__section-1 .s1__buttons .s1__cta:hover .effect-container .sparkle.sp-1 {
	animation: moveSparkle 1.4s linear infinite forwards;
}

.lp__section-1 .s1__buttons .s1__cta:hover .effect-container .sparkle.sp-2 {
	animation: moveSparkle 0.8s linear infinite forwards;
}

.lp__section-1 .s1__buttons .s1__cta:hover .effect-container .sparkle.sp-3 {
	animation: moveSparkle 1.2s linear infinite forwards;
}

.lp__section-1 .s1__buttons .s1__cta:hover .effect-container .sparkle.sp-4 {
	animation: moveSparkle 1.3s linear infinite forwards;
}

.lp__section-1 .s1__buttons .s1__cta:hover .effect-container .sparkle.sp-5 {
	animation: moveSparkle 1.1s linear infinite forwards;
}

.lp__section-1 .s1__buttons .s1__cta:hover .effect-container .sparkle.sp-6 {
	animation: moveSparkle 1s linear infinite forwards;
}

.lp__section-1 .s1__buttons:hover ~ .s1__light {
	opacity: 1;
	transform: scaleY(1);
}

.lp__section-1 .s1__light {
	opacity: 0;
	transform-origin: top center;
	position: absolute;
	top: 0;
	left: calc(50% - 250px);
	transform: scaleY(0);
	height: 100%;
	width: 500px;
	background: radial-gradient(50% 100% at top center, rgba(22, 148, 125, 0.6) 20%, rgba(22, 148, 125, 0.4) 70%, transparent);
	filter: blur(20px);
	transition: all 1s ease;
	z-index: -1;
}

.lp__section-1.enter .s1__dots-bg {
	opacity: 1;
}

.lp__section-1.enter .s1__top-heading {
	opacity: 1;
	transform: translateY(0px);
}

.lp__section-1.enter .s1__heading .s1__h1 {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 0.5s;
}

.lp__section-1.enter .s1__heading .s1__h2 {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 0.7s;
}

.lp__section-1.enter .s1__paragraph {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 0.9s;
}

.lp__section-1.enter .s1__buttons .s1__cta {
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 1.2s;
}

.lp__section-1.enter .s1__rating {
	opacity: 1;
	transition-delay: 1.4s;
}

.lp__section-1.enter .s1__top-reflection {
	opacity: 0.7;
	transform: translateX(95%) scaleX(1);
	transition-delay: 1.7s;
}

.lp__section-1.enter .s1__scroller {
	opacity: 1;
	transition-delay: 1.7s;
}

@media (max-width: 1300px) {
	.lp__section-1 {
		padding: 6rem 0;
	}
	.lp__section-1 .s1__heading .s1__h1 {
		font-size: 3.5rem;
	}
}

@media (max-width: 992px) {
	.lp__section-1 {
		padding: 4rem 0;
		position: relative;
		z-index: 100;
	}
	.lp__section-1 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 2rem;
		position: relative;
	}
	.lp__section-1 .scroller-container {
		margin-top: 4rem;
		max-width: 100%;
	}
	.lp__section-1 .s1__dots-bg {
		position: absolute;
		top: -10%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: auto;
		text-align: center;
		z-index: -1;
	}
	.lp__section-1 .s1__dots-bg img {
		width: 70%;
		height: auto;
		opacity: 0.5;
	}
	.lp__section-1 .s1__top-heading {
		position: relative;
	}
	.lp__section-1 .s1__top-heading::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 100px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 2px;
		background: rgba(255, 255, 255, 0.05);
		background-color: rgba(255, 255, 255, 0.1);
		background-image: conic-gradient(from var(--conic-gradient-angle) at 50% 50%, transparent 80deg, rgba(255, 255, 255, 0.4) 90deg, rgba(255, 255, 255, 0.4) 100deg, transparent 110deg);
		animation: rotate-conic 4s linear infinite;
	}
	.lp__section-1 .s1__top-heading .th__transparent {
		background: transparent;
		padding: 7px;
		border-radius: 100px;
		color: #1daa91;
	}
	.lp__section-1 .s1__top-heading .th__transparent .th__inner {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
		text-align: center;
		font-size: 16px;
		padding: 8px 20px;
		line-height: 1;
		border-radius: 100px;
		overflow: hidden;
		position: relative;
	}
	.lp__section-1 .s1__top-heading .th__transparent .th__inner span {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.5s ease;
		background: linear-gradient(to right, transparent 20px, white 60px, transparent);
		color: rgba(255, 255, 255, 0.4);
		-webkit-background-clip: text;
		background-clip: text;
		background-size: 180px 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		animation: clip-highlight 4s linear infinite;
		mix-blend-mode: color-dodge;
		pointer-events: none;
		user-select: none;
	}
	.lp__section-1 .s1__heading .s1__h1 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
		text-shadow: 0px 4px 14px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
		font-size: 3rem;
		flex-wrap: wrap;
		justify-content: center;
	}
	.lp__section-1 .s1__heading .s1__h1 .s1__switch-wrapper {
		flex: 1 1 100%;
		padding: 0 0rem;
		align-items: center;
	}
	.lp__section-1 .s1__heading .s1__h1 .s1__switch-wrapper .s1__switch .s1__switch-item {
		text-align: center;
	}
	.lp__section-1 .s1__heading .s1__h2 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		letter-spacing: 1px;
	}
	.lp__section-1 .s1__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 80%;
		margin: 0 auto;
	}
	.lp__section-1 .s1__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
	.lp__section-1 .s1__buttons {
		margin-top: 1rem;
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
		align-items: center;
	}
	.lp__section-1 .s1__buttons .s1__button {
		display: flex;
	}
	.lp__section-1 .s1__buttons .s1__button.s1__2 a {
		background: rgba(194, 208, 228, 0.15) !important;
	}
	.lp__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::before {
		color: white !important;
	}
	.lp__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::after {
		color: white !important;
	}
	.lp__section-1 .s1__buttons .s1__button.s1__2 a:hover {
		background: rgba(194, 208, 228, 0.25) !important;
	}
}

@media (max-width: 768px) {
	.lp__section-1 {
		padding: 2rem 0;
		position: relative;
		z-index: 100;
	}
	.lp__section-1 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 2rem;
		position: relative;
	}
	.lp__section-1 .scroller-container {
		margin-top: 4rem;
		max-width: 100%;
	}
	.lp__section-1 .s1__dots-bg {
		position: absolute;
		top: 0%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: auto;
		text-align: center;
		z-index: -1;
	}
	.lp__section-1 .s1__dots-bg img {
		width: 100%;
		height: auto;
		opacity: 0.5;
	}
	.lp__section-1 .s1__top-heading {
		position: relative;
	}
	.lp__section-1 .s1__top-heading::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 100px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 2px;
		background: rgba(255, 255, 255, 0.05);
		background-color: rgba(255, 255, 255, 0.1);
		background-image: conic-gradient(from var(--conic-gradient-angle) at 50% 50%, transparent 80deg, rgba(255, 255, 255, 0.4) 90deg, rgba(255, 255, 255, 0.4) 100deg, transparent 110deg);
		animation: rotate-conic 4s linear infinite;
	}
	.lp__section-1 .s1__top-heading .th__transparent {
		background: transparent;
		padding: 7px;
		border-radius: 100px;
		color: #1daa91;
	}
	.lp__section-1 .s1__top-heading .th__transparent .th__inner {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
		text-align: center;
		font-size: 16px;
		padding: 8px 20px;
		line-height: 1;
		border-radius: 100px;
		overflow: hidden;
		position: relative;
	}
	.lp__section-1 .s1__top-heading .th__transparent .th__inner span {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.5s ease;
		background: linear-gradient(to right, transparent 20px, white 60px, transparent);
		color: rgba(255, 255, 255, 0.4);
		-webkit-background-clip: text;
		background-clip: text;
		background-size: 180px 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		animation: clip-highlight 4s linear infinite;
		mix-blend-mode: color-dodge;
		pointer-events: none;
		user-select: none;
	}
	.lp__section-1 .s1__heading .s1__h1 {
		opacity: 0;
		transform: translateY(-40px);
		transition: all 1s ease;
		line-height: 1;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
		text-shadow: 0px 4px 14px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	.lp__section-1 .s1__heading .s1__h1 .s1__switch-wrapper {
		flex: 1 1 100%;
		padding: 0 0rem;
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		overflow: hidden;
		mask-image: linear-gradient(to bottom, transparent, #000 10%, #000 90%, transparent);
		-webkit-mask-image: linear-gradient(to bottom, transparent, #000 10%, #000 90%, transparent);
	}
	.lp__section-1 .s1__heading .s1__h1 .s1__switch-wrapper .s1__switch {
		transition: all 0.8s cubic-bezier(0.98, -0.01, 0.64, 0.58);
	}
	.lp__section-1 .s1__heading .s1__h1 .s1__switch-wrapper .s1__switch .s1__switch-item {
		padding: 12px 0;
		text-align: center;
		font-weight: 700;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 3px 12px rgba(3, 195, 161, 0.7);
		transition: all 0.8s ease;
		filter: blur(10px);
	}
	.lp__section-1 .s1__heading .s1__h1 .s1__switch-wrapper .s1__switch .s1__switch-item.active {
		filter: blur(0);
	}
	.lp__section-1 .s1__heading .s1__h1 .s1__switch-wrapper .s1__switch.tick {
		transform: translateY(var(--calculated-height));
	}
	.lp__section-1 .s1__h2 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		letter-spacing: 1px;
	}
	.lp__section-1 .s1__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.lp__section-1 .s1__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
	.lp__section-1 .s1__buttons {
		margin-top: 1rem;
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		align-items: center;
	}
	.lp__section-1 .s1__buttons .s1__button {
		display: flex;
	}
	.lp__section-1 .s1__buttons .s1__button.s1__2 a {
		background: rgba(194, 208, 228, 0.15) !important;
	}
	.lp__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::before {
		color: white !important;
	}
	.lp__section-1 .s1__buttons .s1__button.s1__2 a .word-container span::after {
		color: white !important;
	}
	.lp__section-1 .s1__buttons .s1__button.s1__2 a:hover {
		background: rgba(194, 208, 228, 0.25) !important;
	}
}

@media (max-width: 640px) {
	.lp__section-1 {
		padding: 2rem 0;
		position: relative;
		z-index: 100;
	}
	.lp__section-1 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 2rem;
		position: relative;
		overflow: visible;
	}
	.lp__section-1 .scroller-container {
		margin-top: 4rem;
		max-width: 100%;
	}
	.lp__section-1 .s1__dots-bg {
		position: absolute;
		top: 0%;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: auto;
		text-align: center;
		z-index: -1;
	}
	.lp__section-1 .s1__dots-bg img {
		width: 100%;
		height: auto;
		opacity: 0.5;
	}
	.lp__section-1 .s1__top-heading {
		position: relative;
	}
	.lp__section-1 .s1__top-heading::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 100px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 2px;
		background: rgba(255, 255, 255, 0.05);
		background-color: rgba(255, 255, 255, 0.1);
		background-image: conic-gradient(from var(--conic-gradient-angle) at 50% 50%, transparent 80deg, rgba(255, 255, 255, 0.4) 90deg, rgba(255, 255, 255, 0.4) 100deg, transparent 110deg);
		animation: rotate-conic 4s linear infinite;
	}
	.lp__section-1 .s1__top-heading .th__transparent {
		background: transparent;
		padding: 7px;
		border-radius: 100px;
		color: #1daa91;
	}
	.lp__section-1 .s1__top-heading .th__transparent .th__inner {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
		text-align: center;
		font-size: 16px;
		padding: 8px 20px;
		line-height: 1;
		border-radius: 100px;
		overflow: hidden;
		position: relative;
	}
	.lp__section-1 .s1__top-heading .th__transparent .th__inner span {
		width: 100%;
		height: 100%;
		display: block;
		transition: all 0.5s ease;
		background: linear-gradient(to right, transparent 20px, white 60px, transparent);
		color: rgba(255, 255, 255, 0.4);
		-webkit-background-clip: text;
		background-clip: text;
		background-size: 90px 100%;
		background-position: 0% 0%;
		background-repeat: no-repeat;
		animation: clip-highlight 4s linear infinite;
		mix-blend-mode: color-dodge;
		pointer-events: none;
		user-select: none;
	}
	.lp__section-1 .s1__heading .s1__h1 {
		opacity: 0;
		transform: translateY(-40px);
		transition: all 1s ease;
		line-height: 1;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 10px;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 10%, white 50%, rgba(255, 255, 255, 0.5) 90%);
		text-shadow: 0px 4px 14px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		font-size: 2rem;
		justify-content: center;
		column-gap: 10px;
	}
	.lp__section-1 .s1__heading .s1__h1 span {
		margin-left: unset;
	}
	.lp__section-1 .s1__heading .s1__h2 {
		line-height: 1.2;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		letter-spacing: 1px;
	}
	.lp__section-1 .s1__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.lp__section-1 .s1__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
	.lp__section-1 .s1__buttons {
		margin-top: 1rem;
		display: flex;
		flex-flow: row nowrap;
		gap: 1rem;
		align-items: center;
	}
	.lp__section-1 .s1__buttons .s1__cta {
		opacity: 0;
		transition: all 1s ease;
		transform: translateY(-40px);
		margin-top: auto;
		position: relative;
		border-radius: 16px;
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container {
		transition: all 0.5s ease;
		opacity: 0;
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .sparkle {
		transition: all 0.7s ease-in-out;
		width: auto;
		position: absolute;
		display: flex;
		align-items: center;
		flex-flow: column nowrap;
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .sparkle .s__blur {
		width: 12px;
		height: 12px;
		border-radius: 100px;
		background: rgba(255, 255, 255, 0.7);
		filter: blur(6px);
		position: relative;
		z-index: 1;
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .sparkle .s__line {
		width: 1px;
		height: 40px;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), transparent);
		border-radius: 2px;
		margin-top: -7px;
		position: relative;
		z-index: 2;
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .sparkle.sp-1 {
		left: 10%;
		bottom: 0;
		transform: translateY(100px);
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .sparkle.sp-2 {
		left: 30%;
		bottom: 0;
		transform: translateY(80px);
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .sparkle.sp-3 {
		left: 70%;
		bottom: 0;
		transform: translateY(120px);
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .sparkle.sp-4 {
		left: 90%;
		bottom: 0;
		transform: translateY(90px);
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .sparkle.sp-5 {
		left: 80%;
		bottom: 0;
		transform: translateY(160px);
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .sparkle.sp-6 {
		left: 20%;
		bottom: 0;
		transform: translateY(70px);
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .dot {
		position: absolute;
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-1 {
		width: 2px;
		height: 2px;
		bottom: 70%;
		left: 10%;
		background: rgba(255, 255, 255, 0.7);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
		animation: dotLevitation 12s ease-in-out infinite;
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-2 {
		width: 3px;
		height: 3px;
		bottom: 30%;
		left: 20%;
		background: rgba(255, 255, 255, 0.5);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
		animation: dotLevitation-alt 10s ease-in-out infinite;
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-3 {
		width: 2px;
		height: 2px;
		bottom: 45%;
		left: 30%;
		background: rgba(255, 255, 255, 0.4);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
		animation: dotLevitation 12s ease-in-out infinite;
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-4 {
		width: 2px;
		height: 2px;
		bottom: 50%;
		left: 40%;
		background: rgba(255, 255, 255, 0.6);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
		animation: dotLevitation-alt 14s ease-in-out infinite;
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-5 {
		width: 3px;
		height: 3px;
		bottom: 10%;
		left: 50%;
		background: rgba(255, 255, 255, 0.8);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
		animation: dotLevitation 11s ease-in-out infinite;
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-6 {
		width: 2px;
		height: 2px;
		bottom: 60%;
		left: 60%;
		background: rgba(255, 255, 255, 0.7);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
		animation: dotLevitation-alt 13s ease-in-out infinite;
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-7 {
		width: 3px;
		height: 3px;
		bottom: 70%;
		left: 80%;
		background: rgba(255, 255, 255, 0.5);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
		animation: dotLevitation 15s ease-in-out infinite;
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-8 {
		width: 2px;
		height: 2px;
		bottom: 25%;
		left: 80%;
		background: rgba(255, 255, 255, 0.6);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
		animation: dotLevitation-alt 12s ease-in-out infinite;
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-9 {
		width: 2px;
		height: 2px;
		bottom: 32%;
		left: 8%;
		background: rgba(255, 255, 255, 0.6);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
		animation: dotLevitation 10s ease-in-out infinite;
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-10 {
		width: 3px;
		height: 3px;
		bottom: 55%;
		left: 100%;
		background: rgba(255, 255, 255, 0.7);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
		animation: dotLevitation-alt 14s ease-in-out infinite;
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-11 {
		width: 2px;
		height: 2px;
		bottom: 15%;
		left: 85%;
		background: rgba(255, 255, 255, 0.6);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
		animation: dotLevitation 11s ease-in-out infinite;
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-12 {
		width: 2px;
		height: 2px;
		bottom: 90%;
		left: 95%;
		background: rgba(255, 255, 255, 0.4);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
		animation: dotLevitation-alt 10s ease-in-out infinite;
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-13 {
		width: 3px;
		height: 3px;
		bottom: 40%;
		left: 65%;
		background: rgba(255, 255, 255, 0.5);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
		animation: dotLevitation 12s ease-in-out infinite;
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-14 {
		width: 2px;
		height: 2px;
		bottom: 65%;
		left: 90%;
		background: rgba(255, 255, 255, 0.9);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
		animation: dotLevitation-alt 13s ease-in-out infinite;
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-15 {
		width: 3px;
		height: 3px;
		bottom: 75%;
		left: 45%;
		background: rgba(255, 255, 255, 0.6);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
		animation: dotLevitation 15s ease-in-out infinite;
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-16 {
		width: 2px;
		height: 2px;
		bottom: 65%;
		left: 25%;
		background: rgba(255, 255, 255, 0.8);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
		animation: dotLevitation-alt 12s ease-in-out infinite;
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-17 {
		width: 2px;
		height: 2px;
		bottom: 30%;
		left: 55%;
		background: rgba(255, 255, 255, 0.4);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
		animation: dotLevitation 11s ease-in-out infinite;
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-18 {
		width: 3px;
		height: 3px;
		bottom: 20%;
		left: 15%;
		background: rgba(255, 255, 255, 0.7);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
		animation: dotLevitation-alt 14s ease-in-out infinite;
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-19 {
		width: 3px;
		height: 3px;
		bottom: 75%;
		left: 70%;
		background: rgba(255, 255, 255, 0.5);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
		animation: dotLevitation 10s ease-in-out infinite;
	}
	.lp__section-1 .s1__buttons .s1__cta .effect-container .dot.dt-20 {
		width: 2px;
		height: 2px;
		bottom: 50%;
		left: 40%;
		background: rgba(255, 255, 255, 0.6);
		box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
		animation: dotLevitation-alt 12s ease-in-out infinite;
	}
	.lp__section-1 .s1__buttons .s1__cta a {
		transition: all 0.6s ease;
		display: flex;
		justify-content: center;
		align-self: center;
		padding: 1rem 2.5rem;
		text-align: center;
		background: rgba(29, 170, 145, 0.1);
		border: 2px solid rgba(29, 170, 145, 0.5);
		box-shadow: 0px 0px 10px 3px rgba(29, 170, 145, 0.1);
		color: #1daa91;
		border-radius: 16px;
		line-height: 1;
		font-size: 16px;
		font-weight: 700;
		text-decoration: none;
		position: relative;
	}
	.lp__section-1 .s1__buttons .s1__cta a:hover {
		background: rgba(29, 170, 145, 0.3);
		border: 2px solid rgba(29, 170, 145, 0.8);
		color: #23d1b1;
		box-shadow: 0px 0px 10px 7px rgba(29, 170, 145, 0.4);
	}
	.lp__section-1 .s1__buttons .s1__cta a:hover::before {
		opacity: 1;
		height: 100%;
	}
	.lp__section-1 .s1__buttons .s1__cta a::before {
		content: '';
		opacity: 0;
		transition: inherit;
		position: absolute;
		width: 100%;
		height: 0%;
		bottom: 0;
		background: radial-gradient(60% 90% at center bottom, rgba(29, 170, 145, 0.5), rgba(29, 170, 145, 0));
	}
	.lp__section-1 .s1__buttons .s1__cta:hover .effect-container {
		opacity: 1;
	}
	.lp__section-1 .s1__buttons .s1__cta:hover .effect-container .sparkle.sp-1 {
		animation: moveSparkle 1.4s linear infinite forwards;
	}
	.lp__section-1 .s1__buttons .s1__cta:hover .effect-container .sparkle.sp-2 {
		animation: moveSparkle 0.8s linear infinite forwards;
	}
	.lp__section-1 .s1__buttons .s1__cta:hover .effect-container .sparkle.sp-3 {
		animation: moveSparkle 1.2s linear infinite forwards;
	}
	.lp__section-1 .s1__buttons .s1__cta:hover .effect-container .sparkle.sp-4 {
		animation: moveSparkle 1.3s linear infinite forwards;
	}
	.lp__section-1 .s1__buttons .s1__cta:hover .effect-container .sparkle.sp-5 {
		animation: moveSparkle 1.1s linear infinite forwards;
	}
	.lp__section-1 .s1__buttons .s1__cta:hover .effect-container .sparkle.sp-6 {
		animation: moveSparkle 1s linear infinite forwards;
	}
	.lp__section-1 .s1__buttons:hover ~ .s1__light {
		opacity: 1;
		transform: scaleY(1);
	}
}

@property --conic-gradient-angle-section-2 {
	syntax: '<angle>';
	initial-value: 0deg;
	inherits: false;
}

.ii__section-2 {
	margin: 100px 0;
	padding: 14rem 0;
	position: relative;
	z-index: 10;
}

.ii__section-2 .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 1.5rem;
	position: relative;
}

.ii__section-2 .ii__light {
	width: 70%;
	height: 130px;
	position: absolute;
	left: 50%;
	background: radial-gradient(ellipse at center center, #26F7DD, #26F7DD 20%, transparent 55%);
	filter: blur(30px);
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ii__section-2 .ii__light.l1 {
	top: 0;
	transform: translateX(-50%) translateY(-50%);
}

.ii__section-2 .ii__light.l2 {
	bottom: 0;
	transform: translateX(-50%) translateY(50%);
}

.ii__section-2 .ii__light .circle-light {
	width: 10%;
	height: 80%;
	background: #67ffed;
	opacity: 0.2;
}

.ii__section-2::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 300px;
	transform: translateY(-100%);
	z-index: 10;
	background: linear-gradient(to top, rgba(14, 16, 23, 0.2), transparent 40%);
	backdrop-filter: blur(40px);
	mask-image: linear-gradient(to right, transparent, #000, transparent);
	-webkit-mask-image: linear-gradient(to right, transparent, #000, transparent);
	z-index: 10;
}

.ii__section-2::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 300px;
	transform: translateY(100%);
	z-index: 10;
	background: linear-gradient(to bottom, rgba(14, 16, 23, 0.2), transparent 40%);
	backdrop-filter: blur(40px);
	mask-image: linear-gradient(to right, transparent, #000, transparent);
	-webkit-mask-image: linear-gradient(to right, transparent, #000, transparent);
	z-index: 10;
}

.ii__section-2 .s2__grid {
	position: absolute;
	top: -50%;
	z-index: -1;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ii__section-2 .s2__grid img {
	width: 70%;
}

.ii__section-2 .s2__heading .s2__h2 {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
	text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.ii__section-2 .s2__heading .s2__h2 span {
	font-weight: 700;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 3px 10px rgba(3, 195, 161, 0.7);
	display: block;
}

.ii__section-2 .s2__paragraph {
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	max-width: 50%;
	margin: 0 auto;
}

.ii__section-2 .s2__paragraph span {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: underline;
	font-weight: 600;
}

.ii__section-2 .s2__boxes {
	margin-top: 3rem;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	gap: 2rem;
}

.ii__section-2 .s2__boxes .s2__box {
	flex: 1 1 0;
	padding: 10px;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	border: 1px solid transparent;
	background: transparent;
	transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
}

.ii__section-2 .s2__boxes .s2__box::before {
	opacity: 0;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	background: radial-gradient(60% 80px at 50% 100%, rgba(255, 255, 255, 0.18), transparent);
	filter: blur(3px);
	transition: all 2s ease;
}

.ii__section-2 .s2__boxes .s2__box .s2__outer {
	height: 100%;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
}

.ii__section-2 .s2__boxes .s2__box .s2__outer::before {
	content: "";
	position: absolute;
	inset: 0;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	z-index: 20;
	padding: 2px;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.1);
	background-image: conic-gradient(from var(--conic-gradient-angle-section-2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
	filter: blur(3px);
	animation: rotate-conic-section-2 4s linear infinite;
	opacity: 0;
	transition: all 0.5s ease;
}

.ii__section-2 .s2__boxes .s2__box .s2__outer .s2__inner {
	height: 100%;
	padding: 1.5rem;
	border-radius: 15px;
	position: relative;
	z-index: 10;
	background: rgba(255, 255, 255, 0.02);
	display: flex;
	gap: 10px;
	flex-flow: column nowrap;
	transition: all 2s ease;
}

.ii__section-2 .s2__boxes .s2__box .s2__outer .s2__inner .s2__box-title {
	font-weight: 800;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 40%, #ecfffa);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	font-size: 20px;
	transition: inherit;
	opacity: 0.7;
}

.ii__section-2 .s2__boxes .s2__box .s2__outer .s2__inner .s2__box-paragraph {
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.4;
	transition: inherit;
	opacity: 0.5;
}

.ii__section-2 .s2__boxes .s2__box.active {
	transform: translateY(-25px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
}

.ii__section-2 .s2__boxes .s2__box.active::before {
	opacity: 1;
}

.ii__section-2 .s2__boxes .s2__box.active .s2__outer::before {
	opacity: 1;
}

.ii__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner {
	border-radius: 15px;
	position: relative;
	z-index: 10;
	background: rgba(255, 255, 255, 0.08);
}

.ii__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner .s2__box-title {
	opacity: 1;
}

.ii__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner .s2__box-paragraph {
	opacity: 1;
}

@media (max-width: 1300px) {
	.ii__section-2 {
		padding: 10rem 0;
	}
	.ii__section-2 .ii__light {
		width: 70%;
		height: 130px;
		position: absolute;
		left: 50%;
		background: radial-gradient(ellipse at center center, #26F7DD, #26F7DD 20%, transparent 55%);
		filter: blur(30px);
		z-index: 9;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-2 .ii__light.l1 {
		top: 0;
		transform: translateX(-50%) translateY(-50%);
	}
	.ii__section-2 .ii__light.l2 {
		bottom: 0;
		transform: translateX(-50%) translateY(50%);
	}
	.ii__section-2 .ii__light .circle-light {
		width: 10%;
		height: 80%;
		background: #67ffed;
		opacity: 0.2;
	}
	.ii__section-2::before {
		content: "";
		position: absolute;
		top: 0;
		width: 100%;
		height: 300px;
		transform: translateY(-100%);
		z-index: 10;
		background: linear-gradient(to top, rgba(14, 16, 23, 0.2), transparent 40%);
		backdrop-filter: blur(40px);
		mask-image: linear-gradient(to right, transparent, #000, transparent);
		-webkit-mask-image: linear-gradient(to right, transparent, #000, transparent);
		z-index: 10;
	}
	.ii__section-2::after {
		content: "";
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 300px;
		transform: translateY(100%);
		z-index: 10;
		background: linear-gradient(to bottom, rgba(14, 16, 23, 0.2), transparent 40%);
		backdrop-filter: blur(40px);
		mask-image: linear-gradient(to right, transparent, #000, transparent);
		-webkit-mask-image: linear-gradient(to right, transparent, #000, transparent);
		z-index: 10;
	}
}

@media (max-width: 992px) {
	.ii__section-2 {
		padding: 6rem 0;
		position: relative;
		z-index: 10;
	}
	.ii__section-2 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 1.5rem;
		position: relative;
	}
	.ii__section-2 .ii__light {
		width: 70%;
		height: 130px;
		position: absolute;
		left: 50%;
		background: radial-gradient(ellipse at center center, #26F7DD, #26F7DD 20%, transparent 75%);
		filter: blur(30px);
		z-index: 9;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-2 .ii__light.l1 {
		top: 0;
		transform: translateX(-50%) translateY(-50%);
	}
	.ii__section-2 .ii__light.l2 {
		bottom: 0;
		transform: translateX(-50%) translateY(50%);
	}
	.ii__section-2 .ii__light .circle-light {
		width: 20%;
		height: 80%;
		background: #67ffed;
		opacity: 0.2;
	}
	.ii__section-2::before {
		content: "";
		position: absolute;
		top: 0;
		width: 100%;
		height: 200px;
		transform: translateY(-100%);
		z-index: 10;
		background: linear-gradient(to top, rgba(14, 16, 23, 0.2), transparent 40%);
		backdrop-filter: blur(40px);
		mask-image: linear-gradient(to right, transparent, #000, transparent);
		-webkit-mask-image: linear-gradient(to right, transparent, #000, transparent);
		z-index: 10;
	}
	.ii__section-2::after {
		content: "";
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 300px;
		transform: translateY(100%);
		z-index: 10;
		background: linear-gradient(to bottom, rgba(14, 16, 23, 0.2), transparent 40%);
		backdrop-filter: blur(40px);
		mask-image: linear-gradient(to right, transparent, #000, transparent);
		-webkit-mask-image: linear-gradient(to right, transparent, #000, transparent);
		z-index: 10;
	}
	.ii__section-2 .s2__grid {
		position: absolute;
		top: -30%;
		z-index: -1;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-2 .s2__grid img {
		width: 80%;
	}
	.ii__section-2 .s2__heading .s2__h2 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.ii__section-2 .s2__heading .s2__h2 span {
		font-weight: 700;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.ii__section-2 .s2__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.ii__section-2 .s2__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
	.ii__section-2 .s2__boxes {
		margin-top: 2rem;
		display: flex;
		flex-flow: row wrap;
		align-items: stretch;
		gap: 0.5rem;
	}
	.ii__section-2 .s2__boxes .s2__box {
		flex: 1 1 0;
		padding: 10px;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		border: 1px solid transparent;
		background: transparent;
		transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
	}
	.ii__section-2 .s2__boxes .s2__box::before {
		opacity: 0;
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
		background: radial-gradient(60% 80px at 50% 100%, rgba(255, 255, 255, 0.18), transparent);
		filter: blur(3px);
		transition: all 2s ease;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer {
		height: 100%;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		z-index: 20;
		padding: 2px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, 0.1);
		background-image: conic-gradient(from var(--conic-gradient-angle-section-2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		filter: blur(3px);
		animation: rotate-conic-section-2 4s linear infinite;
		opacity: 0;
		transition: all 0.5s ease;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer .s2__inner {
		height: 100%;
		padding: 1rem;
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.02);
		display: flex;
		gap: 10px;
		flex-flow: column nowrap;
		transition: all 2s ease;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer .s2__inner .s2__box-title {
		font-weight: 800;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 40%, #ecfffa);
		background-clip: text;
		-webkit-background-clip: text;
		color: transparent;
		-webkit-text-fill-color: transparent;
		font-size: 20px;
		transition: inherit;
		opacity: 0.7;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer .s2__inner .s2__box-paragraph {
		color: rgba(255, 255, 255, 0.6);
		line-height: 1.4;
		transition: inherit;
		opacity: 0.5;
	}
	.ii__section-2 .s2__boxes .s2__box.active {
		transform: translateY(-25px);
		border: 1px solid rgba(255, 255, 255, 0.1);
		background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
	}
	.ii__section-2 .s2__boxes .s2__box.active::before {
		opacity: 1;
	}
	.ii__section-2 .s2__boxes .s2__box.active .s2__outer::before {
		opacity: 1;
	}
	.ii__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner {
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.08);
	}
	.ii__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner .s2__box-title {
		opacity: 1;
	}
	.ii__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner .s2__box-paragraph {
		opacity: 1;
	}
}

@media (max-width: 768px) {
	.ii__section-2 {
		padding: 8rem 0;
		position: relative;
		z-index: 10;
	}
	.ii__section-2 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 1.5rem;
		position: relative;
	}
	.ii__section-2 .ii__light {
		width: 100%;
		height: 100px;
		position: absolute;
		left: 50%;
		background: radial-gradient(ellipse at center center, #26F7DD, #26F7DD 20%, transparent 75%);
		filter: blur(30px);
		z-index: 9;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-2 .ii__light.l1 {
		top: 0;
		transform: translateX(-50%) translateY(-50%);
	}
	.ii__section-2 .ii__light.l2 {
		bottom: 0;
		transform: translateX(-50%) translateY(50%);
	}
	.ii__section-2 .ii__light .circle-light {
		width: 20%;
		height: 80%;
		background: #67ffed;
		opacity: 0.2;
	}
	.ii__section-2::before {
		content: "";
		position: absolute;
		top: 0;
		width: 100%;
		height: 200px;
		transform: translateY(-100%);
		z-index: 10;
		background: linear-gradient(to top, rgba(14, 16, 23, 0.2), transparent 40%);
		backdrop-filter: blur(40px);
		mask-image: linear-gradient(to right, transparent, #000, transparent);
		-webkit-mask-image: linear-gradient(to right, transparent, #000, transparent);
		z-index: 10;
	}
	.ii__section-2::after {
		content: "";
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 300px;
		transform: translateY(100%);
		z-index: 10;
		background: linear-gradient(to bottom, rgba(14, 16, 23, 0.2), transparent 40%);
		backdrop-filter: blur(40px);
		mask-image: linear-gradient(to right, transparent, #000, transparent);
		-webkit-mask-image: linear-gradient(to right, transparent, #000, transparent);
		z-index: 10;
	}
	.ii__section-2 .s2__grid {
		position: absolute;
		top: -20%;
		z-index: -1;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-2 .s2__grid img {
		width: 100%;
	}
	.ii__section-2 .s2__heading .s2__h2 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.ii__section-2 .s2__heading .s2__h2 span {
		font-weight: 700;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.ii__section-2 .s2__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.ii__section-2 .s2__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
	.ii__section-2 .s2__boxes {
		margin-top: 2rem;
		display: flex;
		flex-flow: row wrap;
		align-items: stretch;
		gap: 0.5rem;
	}
	.ii__section-2 .s2__boxes .s2__box {
		flex: 1 1 100%;
		padding: 10px;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		border: 1px solid transparent;
		background: transparent;
		transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
	}
	.ii__section-2 .s2__boxes .s2__box::before {
		opacity: 0;
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
		background: radial-gradient(60% 80px at 50% 100%, rgba(255, 255, 255, 0.18), transparent);
		filter: blur(3px);
		transition: all 2s ease;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer {
		height: 100%;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		z-index: 20;
		padding: 2px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, 0.1);
		background-image: conic-gradient(from var(--conic-gradient-angle-section-2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		filter: blur(3px);
		animation: rotate-conic-section-2 4s linear infinite;
		opacity: 0;
		transition: all 0.5s ease;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer .s2__inner {
		height: 100%;
		padding: 1rem;
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.02);
		display: flex;
		gap: 10px;
		flex-flow: column nowrap;
		transition: all 2s ease;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer .s2__inner .s2__box-title {
		font-weight: 800;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 40%, #ecfffa);
		background-clip: text;
		-webkit-background-clip: text;
		color: transparent;
		-webkit-text-fill-color: transparent;
		font-size: 20px;
		transition: inherit;
		opacity: 0.7;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer .s2__inner .s2__box-paragraph {
		color: rgba(255, 255, 255, 0.6);
		line-height: 1.4;
		transition: inherit;
		opacity: 0.5;
	}
	.ii__section-2 .s2__boxes .s2__box.active {
		transform: translateY(0px);
		border: 1px solid rgba(255, 255, 255, 0.1);
		background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
	}
	.ii__section-2 .s2__boxes .s2__box.active::before {
		opacity: 1;
	}
	.ii__section-2 .s2__boxes .s2__box.active .s2__outer::before {
		opacity: 1;
	}
	.ii__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner {
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.08);
	}
	.ii__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner .s2__box-title {
		opacity: 1;
	}
	.ii__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner .s2__box-paragraph {
		opacity: 1;
	}
}

@media (max-width: 640px) {
	.ii__section-2 {
		padding: 6rem 0;
		position: relative;
		z-index: 10;
	}
	.ii__section-2 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 1.5rem;
		position: relative;
	}
	.ii__section-2 .ii__light {
		width: 100%;
		height: 100px;
		position: absolute;
		left: 50%;
		background: radial-gradient(ellipse at center center, #26F7DD, #26F7DD 20%, transparent 75%);
		filter: blur(30px);
		z-index: 9;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-2 .ii__light.l1 {
		top: 0;
		transform: translateX(-50%) translateY(-50%);
	}
	.ii__section-2 .ii__light.l2 {
		bottom: 0;
		transform: translateX(-50%) translateY(50%);
	}
	.ii__section-2 .ii__light .circle-light {
		width: 20%;
		height: 80%;
		background: #67ffed;
		opacity: 0.2;
	}
	.ii__section-2::before {
		content: "";
		position: absolute;
		top: 0;
		width: 100%;
		height: 200px;
		transform: translateY(-100%);
		z-index: 10;
		background: linear-gradient(to top, rgba(14, 16, 23, 0.2), transparent 40%);
		backdrop-filter: blur(40px);
		mask-image: linear-gradient(to right, transparent, #000, transparent);
		-webkit-mask-image: linear-gradient(to right, transparent, #000, transparent);
		z-index: 10;
	}
	.ii__section-2::after {
		content: "";
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 300px;
		transform: translateY(100%);
		z-index: 10;
		background: linear-gradient(to bottom, rgba(14, 16, 23, 0.2), transparent 40%);
		backdrop-filter: blur(40px);
		mask-image: linear-gradient(to right, transparent, #000, transparent);
		-webkit-mask-image: linear-gradient(to right, transparent, #000, transparent);
		z-index: 10;
	}
	.ii__section-2 .s2__grid {
		position: absolute;
		top: -10%;
		z-index: -1;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-2 .s2__grid img {
		width: 100%;
	}
	.ii__section-2 .s2__heading .s2__h2 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.ii__section-2 .s2__heading .s2__h2 span {
		font-weight: 700;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.ii__section-2 .s2__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.ii__section-2 .s2__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
	.ii__section-2 .s2__boxes {
		margin-top: 1rem;
		display: flex;
		flex-flow: row wrap;
		align-items: stretch;
		gap: 0.5rem;
	}
	.ii__section-2 .s2__boxes .s2__box {
		flex: 1 1 100%;
		padding: 10px;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		border: 1px solid transparent;
		background: transparent;
		transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
	}
	.ii__section-2 .s2__boxes .s2__box::before {
		opacity: 0;
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
		background: radial-gradient(60% 80px at 50% 100%, rgba(255, 255, 255, 0.18), transparent);
		filter: blur(3px);
		transition: all 2s ease;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer {
		height: 100%;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		z-index: 20;
		padding: 2px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, 0.1);
		background-image: conic-gradient(from var(--conic-gradient-angle-section-2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		filter: blur(3px);
		animation: rotate-conic-section-2 4s linear infinite;
		opacity: 0;
		transition: all 0.5s ease;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer .s2__inner {
		height: 100%;
		padding: 1rem;
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.02);
		display: flex;
		gap: 10px;
		flex-flow: column nowrap;
		transition: all 2s ease;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer .s2__inner .s2__box-title {
		font-weight: 800;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 40%, #ecfffa);
		background-clip: text;
		-webkit-background-clip: text;
		color: transparent;
		-webkit-text-fill-color: transparent;
		font-size: 20px;
		transition: inherit;
		opacity: 0.7;
	}
	.ii__section-2 .s2__boxes .s2__box .s2__outer .s2__inner .s2__box-paragraph {
		color: rgba(255, 255, 255, 0.6);
		line-height: 1.4;
		transition: inherit;
		opacity: 0.5;
	}
	.ii__section-2 .s2__boxes .s2__box.active {
		transform: translateY(0px);
		border: 1px solid rgba(255, 255, 255, 0.1);
		background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
	}
	.ii__section-2 .s2__boxes .s2__box.active::before {
		opacity: 1;
	}
	.ii__section-2 .s2__boxes .s2__box.active .s2__outer::before {
		opacity: 1;
	}
	.ii__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner {
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.08);
	}
	.ii__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner .s2__box-title {
		opacity: 1;
	}
	.ii__section-2 .s2__boxes .s2__box.active .s2__outer .s2__inner .s2__box-paragraph {
		opacity: 1;
	}
}

.ii__section-3 {
	padding: 12rem 0;
	position: relative;
	z-index: 10;
	background: url("../png/s3_bg_2.png");
	background-repeat: no-repeat;
	background-position: center bottom -80px;
	background-size: contain;
}

.ii__section-3 .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 1.5rem;
	position: relative;
}

.ii__section-3 .s3__heading .s3__h2 {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
	text-shadow: 0px 3px 12px rgba(255, 255, 255, 0.4);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.ii__section-3 .s3__heading .s3__h2 span {
	font-weight: 700;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 3px 12px rgba(3, 195, 161, 0.7);
}

.ii__section-3 .s3__paragraph {
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	max-width: 50%;
	margin: 0 auto;
}

.ii__section-3 .s3__paragraph span {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: underline;
	font-weight: 600;
}

.ii__section-3 .s3__table-container {
	margin: 2rem auto 0;
	position: relative;
	padding: 1rem;
	width: 70%;
	max-width: 70%;
	--s3__templateColumns: repeat(3, 1fr);
}

.ii__section-3 .s3__table-container::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 20px;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	padding: 2px;
	background: rgba(255, 255, 255, 0.05);
	background-image: linear-gradient(120deg, rgba(10, 193, 183, 0.3) -10%, transparent 10%, rgba(0, 0, 0, 0) 80%, rgba(10, 193, 183, 0.2) 90%);
	background-size: 100% 100%;
}

.ii__section-3 .s3__table-container .s3__inner-container {
	border: 1px solid rgba(10, 193, 183, 0.3);
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	background: rgba(10, 193, 183, 0.02);
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	z-index: 30;
}

.ii__section-3 .s3__table-container .s3__inner-container .s3__row {
	color: white;
	padding: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 500;
	font-size: 15px;
	position: relative;
	z-index: 1;
}

.ii__section-3 .s3__table-container .s3__inner-container .s3__row.row-hor-header, .ii__section-3 .s3__table-container .s3__inner-container .s3__row.row-vert-header {
	font-weight: 400;
	color: rgba(255, 255, 255, 0.9);
}

.ii__section-3 .s3__table-container .s3__inner-container .s3__row.instant-funding {
	font-weight: 500;
	color: white;
}

.ii__section-3 .s3__table-container .s3__inner-container .s3__row.evaluation {
	color: rgba(255, 255, 255, 0.5);
}

.ii__section-3 .s3__table-container .s3__inner-container .s3__row span {
	font-weight: 700;
	background: linear-gradient(87deg, #BDFF7A -3.2%, #0BF0FF 102.91%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ii__section-3 .s3__table-container .s3__inner-container .s3__row span.no-style {
	background: unset;
	background-clip: unset;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: unset;
}

.ii__section-3 .s3__table-container .s3__inner-container .s3__row span.new-line {
	display: block;
}

.ii__section-3 .s3__table-container .s3__inner-container .s3__row:not(:nth-last-child(-n+3)) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ii__section-3 .s3__table-container .s3__inner-container .s3__sticky-container {
	display: none;
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	height: calc(100% + 2px);
	width: auto;
	grid-template-columns: var(--s3__templateColumns);
	grid-auto-rows: auto;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	background: linear-gradient(to right, #11141c, rgba(29, 170, 145, 0.25));
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
}

.ii__section-3 .s3__table-container .s3__inner-container .s3__table {
	display: grid;
	grid-template-columns: var(--s3__templateColumns);
	grid-auto-rows: auto;
	position: relative;
}

.ii__section-3 .s3__table-container .s3__inner-container .s3__table .if__highlight {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.ii__section-3 .s3__table-container .s3__inner-container .s3__table .if__highlight .if__light {
	grid-area: 1 / 2 / -1 / 3;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: radial-gradient(100% 100% at 50% 100%, rgba(189, 255, 122, 0.6) 12%, rgba(11, 240, 255, 0.4) 40%, transparent);
	filter: blur(30px);
}

@media (max-width: 992px) {
	.ii__section-3 .s3__table-container {
		width: 80%;
		max-width: 80%;
	}
}

@media (max-width: 768px) {
	.ii__section-3 .s3__table-container {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 576px) {
	.ii__section-3 .s3__table-container {
		margin: 1rem auto 0;
		position: relative;
		padding: 1rem;
		--s3__templateColumns: 150px repeat(2, 200px);
		--s3__templateRows: 72px 117px 117px 138px;
	}
	.ii__section-3 .s3__table-container::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 20px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 2px;
		background: rgba(255, 255, 255, 0.05);
		background-image: linear-gradient(120deg, rgba(10, 193, 183, 0.3) -10%, transparent 10%, rgba(0, 0, 0, 0) 80%, rgba(10, 193, 183, 0.2) 90%);
		background-size: 100% 100%;
	}
	.ii__section-3 .s3__table-container .s3__inner-container {
		border: 1px solid rgba(10, 193, 183, 0.3);
		border-radius: 20px;
		overflow: hidden;
		position: relative;
		background: rgba(10, 193, 183, 0.02);
		backdrop-filter: unset;
		-webkit-backdrop-filter: unset;
		z-index: 30;
	}
	.ii__section-3 .s3__table-container .s3__inner-container .s3__row {
		color: white;
		padding: 1.5rem;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-weight: 500;
		font-size: 14px;
		position: relative;
		z-index: 1;
	}
	.ii__section-3 .s3__table-container .s3__inner-container .s3__row.row-hor-header, .ii__section-3 .s3__table-container .s3__inner-container .s3__row.row-vert-header {
		font-weight: 400;
		color: rgba(255, 255, 255, 0.9);
		font-size: 14px;
	}
	.ii__section-3 .s3__table-container .s3__inner-container .s3__row.instant-funding {
		font-weight: 500;
		color: white;
	}
	.ii__section-3 .s3__table-container .s3__inner-container .s3__row.evaluation {
		color: rgba(255, 255, 255, 0.5);
	}
	.ii__section-3 .s3__table-container .s3__inner-container .s3__row span {
		font-weight: 700;
		background: linear-gradient(87deg, #BDFF7A -3.2%, #0BF0FF 102.91%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.ii__section-3 .s3__table-container .s3__inner-container .s3__row:not(:nth-last-child(-n+3)) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.ii__section-3 .s3__table-container .s3__inner-container .s3__row.mobile-hide {
		opacity: 0;
	}
	.ii__section-3 .s3__table-container .s3__inner-container .s3__sticky-container {
		display: grid;
		position: absolute;
		z-index: 5;
		left: 0;
		top: 0;
		height: calc(100% + 2px);
		width: auto;
		grid-template-columns: 150px;
		grid-template-rows: var(--s3__templateRows);
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		background: linear-gradient(to right, #11141c, rgba(29, 170, 145, 0.25));
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
		border-right: 1px solid rgba(29, 170, 145, 0.8);
	}
	.ii__section-3 .s3__table-container .s3__inner-container .s3__sticky-container .s3__row:not(:last-child) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.ii__section-3 .s3__table-container .s3__inner-container .s3__table {
		display: grid;
		grid-template-columns: var(--s3__templateColumns);
		grid-template-rows: var(--s3__templateRows);
		grid-auto-rows: auto;
		position: relative;
		overflow-x: scroll;
	}
	.ii__section-3 .s3__table-container .s3__inner-container .s3__table .if__highlight {
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	.ii__section-3 .s3__table-container .s3__inner-container .s3__table .if__highlight .if__light {
		grid-area: 1 / 2 / -1 / 3;
		width: 100%;
		height: 100%;
		opacity: 0.5;
		background: radial-gradient(100% 100% at 50% 100%, rgba(189, 255, 122, 0.6) 12%, rgba(11, 240, 255, 0.4) 40%, transparent);
		filter: blur(30px);
	}
}

@media (max-width: 1300px) {
	.ii__section-3 {
		padding: 10rem 0;
	}
}

@media (max-width: 992px) {
	.ii__section-3 {
		padding: 6rem 0;
		position: relative;
		z-index: 10;
		background-position: center center;
		background-size: cover;
	}
	.ii__section-3 .s3__heading .s3__h2 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.ii__section-3 .s3__heading .s3__h2 span {
		font-weight: 700;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.ii__section-3 .s3__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 80%;
		margin: 0 auto;
	}
	.ii__section-3 .s3__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
}

@media (max-width: 768px) {
	.ii__section-3 {
		padding: 8rem 0;
		position: relative;
		z-index: 10;
	}
	.ii__section-3 .s3__heading .s3__h2 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.ii__section-3 .s3__heading .s3__h2 span {
		font-weight: 700;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		display: inline-block;
	}
	.ii__section-3 .s3__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.ii__section-3 .s3__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
}

@media (max-width: 640px) {
	.ii__section-3 {
		padding: 6rem 0;
		position: relative;
		z-index: 10;
		background-position: center center;
		background-size: cover;
	}
	.ii__section-3 .s3__heading .s3__h2 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 4px 10px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.ii__section-3 .s3__heading .s3__h2 span {
		font-weight: 700;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.ii__section-3 .s3__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.ii__section-3 .s3__paragraph span {
		color: rgba(255, 255, 255, 0.8);
		text-decoration: underline;
		font-weight: 600;
	}
}

@property --conicAngle_1 {
	syntax: '<angle>';
	initial-value: 0deg;
	inherits: false;
}

@property --conicAngle_2 {
	syntax: '<angle>';
	initial-value: 72deg;
	inherits: false;
}

@property --conicAngle_3 {
	syntax: '<angle>';
	initial-value: 144deg;
	inherits: false;
}

@property --conicAngle_4 {
	syntax: '<angle>';
	initial-value: 216deg;
	inherits: false;
}

@property --conicAngle_5 {
	syntax: '<angle>';
	initial-value: 288deg;
	inherits: false;
}

.ii__section-4 {
	padding: 8rem 0;
	position: relative;
}

.ii__section-4 .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 10;
}

.ii__section-4 #ii__s4__canvas {
	position: absolute;
	width: 100%;
	height: 500px;
	z-index: -1;
	top: -200px;
}

.ii__section-4 .s4__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: minmax(320px, 1fr);
	gap: 1rem;
}

.ii__section-4 .s4__grid .s4__grid-item.text .s4__h2 {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.9);
}

.ii__section-4 .s4__grid .s4__grid-item.text .s4__h2 span {
	line-height: 1.2;
	font-weight: 800;
	margin: 0;
	padding: 0;
	text-shadow: 0px 4px 6px rgba(3, 195, 161, 0.7);
	display: block;
	background: linear-gradient(to right, #88E980, #0AC1B7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.ii__section-4 .s4__grid .s4__grid-item.text .s4__paragraph {
	color: rgba(255, 255, 255, 0.8);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	max-width: 90%;
}

.ii__section-4 .s4__grid .s4__grid-item.box {
	flex: 1 1 0;
	padding: 10px;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
}

.ii__section-4 .s4__grid .s4__grid-item.box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	background: radial-gradient(60% 80px at 50% 0%, rgba(22, 148, 125, 0.3), transparent);
	filter: blur(3px);
	transition: all 2s ease;
}

.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer {
	height: 100%;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer::before {
	content: "";
	position: absolute;
	inset: 0;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	z-index: 20;
	padding: 2px;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.05);
	filter: blur(10px);
	transition: all 0.5s ease;
}

.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.first::before {
	background-image: conic-gradient(from var(--conicAngle_1), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
	animation: section5RotateConicGradient 4s linear infinite reverse;
}

.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.second::before {
	background-image: conic-gradient(from var(--conicAngle_2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
	animation: section5RotateConicGradient 5s linear infinite;
}

.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.third::before {
	background-image: conic-gradient(from var(--conicAngle_3), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
	animation: section5RotateConicGradient 4s linear infinite reverse;
}

.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.fourth::before {
	background-image: conic-gradient(from var(--conicAngle_4), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
	animation: section5RotateConicGradient 5s linear infinite;
}

.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.fifth::before {
	background-image: conic-gradient(from var(--conicAngle_5), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
	animation: section5RotateConicGradient 5s linear infinite reverse;
}

.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner {
	height: 100%;
	padding: 3.5rem;
	border-radius: 15px;
	position: relative;
	z-index: 10;
	background: rgba(255, 255, 255, 0.02);
	display: flex;
	gap: 10px;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	transition: all 2s ease;
	text-align: center;
}

.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__box-image {
	flex: 0 0 106px;
}

.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__box-image img {
	height: 120px;
	width: auto;
}

.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__box-title {
	font-weight: 800;
	background: linear-gradient(to right, #88E980, #0AC1B7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-size: 24px;
	transition: inherit;
}

.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__box-paragraph {
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.5;
	transition: inherit;
	font-size: 18px;
	font-weight: 500;
}

.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__dots-bg {
	position: absolute;
	bottom: -20%;
	right: -20%;
}

.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__dots-bg img {
	width: 500px;
	height: auto;
}

@media (max-width: 1300px) {
	.ii__section-4 {
		padding: 10rem 0;
	}
}

@media (max-width: 992px) {
	.ii__section-4 {
		padding: 6rem 0;
	}
	.ii__section-4 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.ii__section-4 .s4__grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: minmax(320px, 1fr);
		gap: 1rem;
	}
	.ii__section-4 .s4__grid .s4__grid-item.text .s4__h3 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.9);
	}
	.ii__section-4 .s4__grid .s4__grid-item.text .s4__h3 span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-shadow: 0px 4px 6px rgba(3, 195, 161, 0.7);
		display: block;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.ii__section-4 .s4__grid .s4__grid-item.text .s4__paragraph {
		color: rgba(255, 255, 255, 0.8);
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 90%;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box {
		flex: 1 1 0;
		padding: 10px;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
		border: 1px solid rgba(255, 255, 255, 0.08);
		background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
	}
	.ii__section-4 .s4__grid .s4__grid-item.box::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
		background: radial-gradient(60% 80px at 50% 0%, rgba(22, 148, 125, 0.3), transparent);
		filter: blur(3px);
		transition: all 2s ease;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer {
		height: 100%;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		z-index: 1;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		z-index: 20;
		padding: 2px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, 0.05);
		filter: blur(10px);
		transition: all 0.5s ease;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.first::before {
		background-image: conic-gradient(from var(--conicAngle_1), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.second::before {
		background-image: conic-gradient(from var(--conicAngle_2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.third::before {
		background-image: conic-gradient(from var(--conicAngle_3), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.fourth::before {
		background-image: conic-gradient(from var(--conicAngle_4), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.fifth::before {
		background-image: conic-gradient(from var(--conicAngle_5), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite reverse;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner {
		height: 100%;
		padding: 2.5rem;
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.02);
		display: flex;
		gap: 10px;
		flex-flow: column nowrap;
		align-items: center;
		justify-content: center;
		transition: all 2s ease;
		text-align: center;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__box-image {
		flex: 0 0 146px;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__box-title {
		font-weight: 800;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-size: 24px;
		transition: inherit;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__box-paragraph {
		text-align: center;
		color: rgba(255, 255, 255, 0.5);
		line-height: 1.5;
		transition: inherit;
		font-size: 18px;
		font-weight: 500;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__dots-bg {
		position: absolute;
		bottom: -20%;
		right: -20%;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__dots-bg img {
		width: 500px;
		height: auto;
	}
}

@media (max-width: 768px) {
	.ii__section-4 {
		padding: 8rem 0;
	}
	.ii__section-4 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.ii__section-4 #ii__s4__canvas {
		display: none;
	}
	.ii__section-4 .s4__grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-auto-rows: auto;
		gap: 1rem;
	}
	.ii__section-4 .s4__grid .s4__grid-item.text .s4__h3 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.9);
	}
	.ii__section-4 .s4__grid .s4__grid-item.text .s4__h3 span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-shadow: 0px 4px 6px rgba(3, 195, 161, 0.7);
		display: block;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.ii__section-4 .s4__grid .s4__grid-item.text .s4__paragraph {
		color: rgba(255, 255, 255, 0.8);
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 90%;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box {
		flex: 1 1 0;
		padding: 10px;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
		border: 1px solid rgba(255, 255, 255, 0.08);
		background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
	}
	.ii__section-4 .s4__grid .s4__grid-item.box::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
		background: radial-gradient(60% 80px at 50% 0%, rgba(22, 148, 125, 0.3), transparent);
		filter: blur(3px);
		transition: all 2s ease;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer {
		height: 100%;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		z-index: 1;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		z-index: 20;
		padding: 2px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, 0.05);
		filter: blur(10px);
		transition: all 0.5s ease;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.first::before {
		background-image: conic-gradient(from var(--conicAngle_1), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.second::before {
		background-image: conic-gradient(from var(--conicAngle_2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.third::before {
		background-image: conic-gradient(from var(--conicAngle_3), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.fourth::before {
		background-image: conic-gradient(from var(--conicAngle_4), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.fifth::before {
		background-image: conic-gradient(from var(--conicAngle_5), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite reverse;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner {
		height: 100%;
		padding: 2rem;
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.02);
		display: flex;
		gap: 10px;
		flex-flow: column nowrap;
		align-items: center;
		justify-content: center;
		transition: all 2s ease;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__box-image {
		flex: 0 0 100px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__box-image img {
		width: auto;
		height: 100px;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__box-title {
		font-weight: 800;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-size: 22px;
		transition: inherit;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__box-paragraph {
		text-align: center;
		color: rgba(255, 255, 255, 0.5);
		line-height: 1.5;
		transition: inherit;
		font-size: 16px;
		font-weight: 500;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__dots-bg {
		position: absolute;
		bottom: -20%;
		right: -20%;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__dots-bg img {
		width: 500px;
		height: auto;
	}
}

@media (max-width: 640px) {
	.ii__section-4 {
		padding: 6rem 0;
	}
	.ii__section-4 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.ii__section-4 .s4__grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-auto-rows: auto;
		gap: 1rem;
	}
	.ii__section-4 .s4__grid .s4__grid-item.text .s4__h3 {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.9);
	}
	.ii__section-4 .s4__grid .s4__grid-item.text .s4__h3 span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-shadow: 0px 4px 6px rgba(3, 195, 161, 0.7);
		display: block;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.ii__section-4 .s4__grid .s4__grid-item.text .s4__paragraph {
		color: rgba(255, 255, 255, 0.8);
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 90%;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box {
		flex: 1 1 0;
		padding: 10px;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		transition: all 2s cubic-bezier(1, 0.04, 0.41, 1.05), border 1s ease, background 2s ease;
		border: 1px solid rgba(255, 255, 255, 0.08);
		background: linear-gradient(120deg, rgba(255, 255, 255, 0.02), transparent);
	}
	.ii__section-4 .s4__grid .s4__grid-item.box::before {
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
		height: 100%;
		background: radial-gradient(60% 80px at 50% 0%, rgba(22, 148, 125, 0.3), transparent);
		filter: blur(3px);
		transition: all 2s ease;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer {
		height: 100%;
		border-radius: 15px;
		position: relative;
		overflow: hidden;
		z-index: 1;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		z-index: 20;
		padding: 2px;
		border-radius: 15px;
		background-color: rgba(255, 255, 255, 0.05);
		filter: blur(10px);
		transition: all 0.5s ease;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.first::before {
		background-image: conic-gradient(from var(--conicAngle_1), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.second::before {
		background-image: conic-gradient(from var(--conicAngle_2), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.third::before {
		background-image: conic-gradient(from var(--conicAngle_3), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 4s linear infinite reverse;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.fourth::before {
		background-image: conic-gradient(from var(--conicAngle_4), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer.fifth::before {
		background-image: conic-gradient(from var(--conicAngle_5), rgba(0, 0, 0, 0) 0deg, #b3fff1 38deg, #03c3a1 51deg, transparent 100deg);
		animation: section5RotateConicGradient 5s linear infinite reverse;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner {
		height: 100%;
		padding: 2rem;
		border-radius: 15px;
		position: relative;
		z-index: 10;
		background: rgba(255, 255, 255, 0.02);
		display: flex;
		gap: 10px;
		flex-flow: column nowrap;
		align-items: center;
		justify-content: center;
		transition: all 2s ease;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__box-image {
		flex: 0 0 100px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__box-image img {
		width: auto;
		height: 100px;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__box-title {
		font-weight: 800;
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		font-size: 22px;
		transition: inherit;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__box-paragraph {
		text-align: center;
		color: rgba(255, 255, 255, 0.5);
		line-height: 1.5;
		transition: inherit;
		font-size: 16px;
		font-weight: 500;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__dots-bg {
		position: absolute;
		bottom: -20%;
		right: -20%;
	}
	.ii__section-4 .s4__grid .s4__grid-item.box .s4__outer .s4__inner .s4__dots-bg img {
		width: 500px;
		height: auto;
	}
}

@property --bg-opacity {
	syntax: '<number>';
	inherits: false;
	initial-value: 0.3;
}

.lp__section-5 {
	margin: 100px 0 20px;
	padding: 12rem 0;
	position: relative;
	z-index: 10;
}

.lp__section-5 .container-5 {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 10;
}

.lp__section-5 .light-container {
	height: 450px;
	width: 100%;
	position: absolute;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	transform: translateX(-50%) translateY(-50%);
	background: url(../png/if-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	mask-image: radial-gradient(100% 140% at center, #000 10%, transparent 33%);
	-webkit-mask-image: radial-gradient(100% 140% at center, #000 10%, transparent 33%);
}

.lp__section-5 .light-container .ii__light {
	width: 60%;
	height: 110px;
	background: radial-gradient(ellipse at center center, #26F7DD, #26F7DD 20%, transparent 55%);
	filter: blur(30px);
	z-index: 9;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lp__section-5 .light-container .ii__light .circle-light {
	width: 10%;
	height: 80%;
	background: #67ffed;
	opacity: 0.2;
}

.lp__section-5::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 300px;
	transform: translateY(-100%);
	z-index: 10;
	background: linear-gradient(to top, rgba(14, 16, 23, 0.4), transparent 40%);
	mask-image: linear-gradient(to right, transparent, #000, transparent);
	-webkit-mask-image: linear-gradient(to right, transparent, #000, transparent);
	z-index: 10;
}

.lp__section-5 .s5__top-heading {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
	text-shadow: 0px 3px 12px rgba(255, 255, 255, 0.4);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.lp__section-5 .s5__top-heading span {
	line-height: 1.2;
	font-weight: 800;
	margin: 0;
	padding: 0;
	text-shadow: 0px 4px 12px rgba(3, 195, 161, 0.7);
	background: linear-gradient(to right, #88E980, #0AC1B7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.lp__section-5 .s5__paragraph {
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	max-width: 50%;
	margin: 0 auto;
}

.lp__section-5 #fxify-pricing-table-v1 {
	margin: 4rem 0 0 !important;
	padding: 0 !important;
}

.lp__section-5 #fxify-pricing-table-v1 .container {
	max-width: unset !important;
	width: unset !important;
	margin: unset !important;
	padding: unset !important;
	display: block !important;
	align-items: unset !important;
}

.lp__section-5 .s5__table {
	width: 80%;
	margin: 4rem auto 0;
	--s5__templateColumns: repeat(5, 1fr);
}

.lp__section-5 .s5__table .s5__table-item {
	text-align: center;
	font-size: 15px;
	line-height: 1.4;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px;
	color: rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lp__section-5 .s5__table .s5__table-item.span-full-1 {
	grid-area: 2 / 2 / 3 / -1;
}

.lp__section-5 .s5__table .s5__table-item.span-full-2 {
	grid-area: 3 / 2 / 4 / -1;
}

.lp__section-5 .s5__table .s5__table-item.span-full-3 {
	grid-area: 4 / 2 / 5 / -1;
}

.lp__section-5 .s5__table .s5__table-item.span-full-4 {
	grid-area: 5 / 2 / 6 / -1;
}

.lp__section-5 .s5__table .s5__table-item.span-full-5 {
	grid-area: 6 / 2 / 7 / -1;
}

.lp__section-5 .s5__table .s5__table-item.span-full-6 {
	grid-area: 7 / 2 / 8 / -1;
}

.lp__section-5 .s5__table .s5__table-item.span-full-7 {
	grid-area: 8 / 2 / 9 / -1;
}

.lp__section-5 .s5__table .s5__table-item.no-border {
	border: none;
}

.lp__section-5 .s5__table .s5__table-item.emph {
	font-weight: 700;
	background: linear-gradient(87deg, #BDFF7A -3.2%, #0BF0FF 102.91%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}

.lp__section-5 .s5__table .s5__table-item.emph::before {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(100% 40% at 50% 100%, #BDFF7A, transparent 25%);
}

.lp__section-5 .s5__table .s5__table-item.price {
	font-weight: 600;
	color: white;
}

.lp__section-5 .s5__table .s5__table-item.header-item {
	justify-content: flex-start;
	text-align: left;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.lp__section-5 .s5__table .s5__table-item:nth-last-of-type(-n+7) {
	border-bottom: none;
}

.lp__section-5 .s5__table .s5__table-item.cta-button a {
	padding: 2px;
	background: -webkit-linear-gradient(-45deg, rgba(244, 255, 122, var(--bg-opacity)), rgba(44, 217, 255, var(--bg-opacity)));
	background: linear-gradient(-45deg, rgba(244, 255, 122, var(--bg-opacity)), rgba(44, 217, 255, var(--bg-opacity)));
	border-radius: 12px;
	text-decoration: none;
	transition: --bg-opacity 0.8s ease;
}

.lp__section-5 .s5__table .s5__table-item.cta-button a div {
	font-size: 14px;
	padding: 12px 16px;
	border-radius: inherit;
	line-height: 1;
	font-weight: 600;
	background: #101F23;
	color: #fff;
}

.lp__section-5 .s5__table .s5__table-item.cta-button a:hover {
	--bg-opacity: 1;
}

.lp__section-5 .s5__table .s5__sticky-container {
	display: none;
}

.lp__section-5 .s5__table .s5__grid-table {
	display: grid;
	grid-template-areas: "header1 header2 header3" "row row row";
	grid-template-columns: repeat(5, 1fr);
	grid-auto-rows: minmax(50px, auto);
}

.lp__section-5 .s5__grid-bg {
	width: 100%;
	margin-top: -6rem;
	z-index: -1;
}

.lp__section-5 .s5__grid-bg img {
	width: 100%;
	height: auto;
}

@media (max-width: 1200px) {
	.lp__section-5 {
		padding: 10rem 0 5rem;
		margin: 0;
	}
	.lp__section-5 .light-container {
		height: 250px;
		width: 100%;
		position: absolute;
		left: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		top: 0;
		transform: translateX(-50%) translateY(-50%);
		background: url(../png/if-bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		mask-image: radial-gradient(100% 140% at center, #000 10%, transparent 33%);
		-webkit-mask-image: radial-gradient(100% 140% at center, #000 10%, transparent 33%);
	}
	.lp__section-5 .light-container .ii__light {
		width: 90%;
		height: 110px;
		background: radial-gradient(ellipse at center center, #26F7DD, #26F7DD 20%, transparent 55%);
		filter: blur(30px);
		z-index: 9;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.lp__section-5 .light-container .ii__light .circle-light {
		width: 10%;
		height: 80%;
		background: #67ffed;
		opacity: 0.2;
	}
	.lp__section-5 .s5__table {
		width: 100%;
		margin: 2rem auto 0;
		--s5__templateColumns: repeat(5, 140px);
		position: relative;
		overflow: hidden;
	}
	.lp__section-5 .s5__grid-bg {
		width: 100%;
		margin-top: -5rem;
	}
	.lp__section-5 .s5__grid-bg img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 992px) {
	.lp__section-5 {
		padding: 6rem 0 3rem;
		margin: 0;
	}
	.lp__section-5 .container-5 {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.lp__section-5 .light-container {
		height: 300px;
		width: 100%;
		position: absolute;
		left: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		top: 0;
		transform: translateX(-50%) translateY(-50%);
		background: url(../png/if-bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		mask-image: radial-gradient(100% 140% at center, #000 10%, transparent 33%);
		-webkit-mask-image: radial-gradient(100% 140% at center, #000 10%, transparent 33%);
	}
	.lp__section-5 .light-container .ii__light {
		width: 80%;
		height: 110px;
		background: radial-gradient(ellipse at center center, #26F7DD, #26F7DD 20%, transparent 55%);
		filter: blur(30px);
		z-index: 9;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.lp__section-5 .light-container .ii__light .circle-light {
		width: 10%;
		height: 80%;
		background: #67ffed;
		opacity: 0.2;
	}
	.lp__section-5 .s5__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 8px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.lp__section-5 .s5__top-heading span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-shadow: 0px 4px 12px rgba(3, 195, 161, 0.7);
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.lp__section-5 .s5__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.lp__section-5 .s5__table {
		width: 100%;
		margin: 2rem auto 0;
		--s5__templateColumns: repeat(5, 140px);
		position: relative;
		overflow: hidden;
	}
	.lp__section-5 .s5__table .s5__table-item {
		text-align: center;
		font-size: 15px;
		line-height: 1.4;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 12px;
		color: rgba(255, 255, 255, 0.8);
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.lp__section-5 .s5__table .s5__table-item.span-full-1 {
		grid-area: 2 / 2 / 3 / -1;
	}
	.lp__section-5 .s5__table .s5__table-item.span-full-2 {
		grid-area: 3 / 2 / 4 / -1;
	}
	.lp__section-5 .s5__table .s5__table-item.span-full-3 {
		grid-area: 4 / 2 / 5 / -1;
	}
	.lp__section-5 .s5__table .s5__table-item.no-border {
		border: none;
	}
	.lp__section-5 .s5__table .s5__table-item.emph {
		font-weight: 700;
		background: linear-gradient(87deg, #BDFF7A -3.2%, #0BF0FF 102.91%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		position: relative;
	}
	.lp__section-5 .s5__table .s5__table-item.emph::before {
		content: "";
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: radial-gradient(100% 40% at 50% 100%, #BDFF7A, transparent 25%);
	}
	.lp__section-5 .s5__table .s5__table-item.price {
		font-weight: 600;
		color: white;
	}
	.lp__section-5 .s5__table .s5__table-item:nth-last-of-type(-n+7) {
		border-bottom: none;
	}
	.lp__section-5 .s5__table .s5__table-item.header-item {
		justify-content: flex-start;
		text-align: left;
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		font-size: 13px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.lp__section-5 .s5__table .s5__table-item.mobile-hide {
		opacity: 0;
	}
	.lp__section-5 .s5__table .s5__table-item.cta-button a {
		padding: 2px;
		background: -webkit-linear-gradient(-45deg, rgba(244, 255, 122, var(--bg-opacity)), rgba(44, 217, 255, var(--bg-opacity)));
		background: linear-gradient(-45deg, rgba(244, 255, 122, var(--bg-opacity)), rgba(44, 217, 255, var(--bg-opacity)));
		border-radius: 12px;
		text-decoration: none;
		transition: --bg-opacity 0.8s ease;
	}
	.lp__section-5 .s5__table .s5__table-item.cta-button a div {
		font-size: 13px;
		padding: 10px 16px;
		border-radius: inherit;
		line-height: 1;
		font-weight: 600;
		background: #101F23;
		color: #fff;
	}
	.lp__section-5 .s5__table .s5__table-item.cta-button a:hover {
		--bg-opacity: 1;
	}
	.lp__section-5 .s5__table .s5__sticky-container {
		display: grid;
		position: absolute;
		z-index: 5;
		left: 0;
		top: 0;
		height: calc(100% + 2px);
		width: auto;
		grid-template-columns: 140px;
		grid-auto-rows: 50px;
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		background: linear-gradient(to right, #11141c, rgba(29, 170, 145, 0.25));
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
		border-right: 1px solid rgba(29, 170, 145, 0.8);
	}
	.lp__section-5 .s5__table .s5__grid-table {
		display: grid;
		grid-template-areas: "header1 header2 header3" "row row row";
		grid-template-columns: var(--s5__templateColumns);
		grid-auto-rows: 50px;
		overflow-x: scroll;
	}
	.lp__section-5 .s5__grid-bg {
		width: 100%;
		margin-top: -3rem;
		z-index: -1;
	}
	.lp__section-5 .s5__grid-bg img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 768px) {
	.lp__section-5 {
		padding: 8rem 0 4rem;
		margin: 0;
	}
	.lp__section-5 .container-5 {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.lp__section-5 .light-container {
		height: 250px;
		width: 100%;
		position: absolute;
		left: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		top: 0;
		transform: translateX(-50%) translateY(-50%);
		background: url(../png/if-bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		mask-image: radial-gradient(100% 140% at center, #000 10%, transparent 33%);
		-webkit-mask-image: radial-gradient(100% 140% at center, #000 10%, transparent 33%);
	}
	.lp__section-5 .light-container .ii__light {
		width: 90%;
		height: 110px;
		background: radial-gradient(ellipse at center center, #26F7DD, #26F7DD 20%, transparent 55%);
		filter: blur(30px);
		z-index: 9;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.lp__section-5 .light-container .ii__light .circle-light {
		width: 10%;
		height: 80%;
		background: #67ffed;
		opacity: 0.2;
	}
	.lp__section-5 .s5__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 8px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.lp__section-5 .s5__top-heading span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-shadow: 0px 4px 12px rgba(3, 195, 161, 0.7);
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.lp__section-5 .s5__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.lp__section-5 .s5__table {
		width: 100%;
		margin: 2rem auto 0;
		--s5__templateColumns: repeat(5, 140px);
		position: relative;
		overflow: hidden;
	}
	.lp__section-5 .s5__table .s5__table-item {
		text-align: center;
		font-size: 15px;
		line-height: 1.4;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 12px;
		color: rgba(255, 255, 255, 0.8);
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.lp__section-5 .s5__table .s5__table-item.span-full-1 {
		grid-area: 2 / 2 / 3 / -1;
	}
	.lp__section-5 .s5__table .s5__table-item.span-full-2 {
		grid-area: 3 / 2 / 4 / -1;
	}
	.lp__section-5 .s5__table .s5__table-item.span-full-3 {
		grid-area: 4 / 2 / 5 / -1;
	}
	.lp__section-5 .s5__table .s5__table-item.no-border {
		border: none;
	}
	.lp__section-5 .s5__table .s5__table-item.emph {
		font-weight: 700;
		background: linear-gradient(87deg, #BDFF7A -3.2%, #0BF0FF 102.91%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		position: relative;
	}
	.lp__section-5 .s5__table .s5__table-item.emph::before {
		content: "";
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: radial-gradient(100% 40% at 50% 100%, #BDFF7A, transparent 25%);
	}
	.lp__section-5 .s5__table .s5__table-item.price {
		font-weight: 600;
		color: white;
	}
	.lp__section-5 .s5__table .s5__table-item:nth-last-of-type(-n+7) {
		border-bottom: none;
	}
	.lp__section-5 .s5__table .s5__table-item.header-item {
		justify-content: flex-start;
		text-align: left;
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		font-size: 13px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.lp__section-5 .s5__table .s5__table-item.mobile-hide {
		opacity: 0;
	}
	.lp__section-5 .s5__table .s5__table-item.cta-button a {
		padding: 2px;
		background: -webkit-linear-gradient(-45deg, rgba(244, 255, 122, var(--bg-opacity)), rgba(44, 217, 255, var(--bg-opacity)));
		background: linear-gradient(-45deg, rgba(244, 255, 122, var(--bg-opacity)), rgba(44, 217, 255, var(--bg-opacity)));
		border-radius: 12px;
		text-decoration: none;
		transition: --bg-opacity 0.8s ease;
	}
	.lp__section-5 .s5__table .s5__table-item.cta-button a div {
		font-size: 13px;
		padding: 10px 16px;
		border-radius: inherit;
		line-height: 1;
		font-weight: 600;
		background: #101F23;
		color: #fff;
	}
	.lp__section-5 .s5__table .s5__table-item.cta-button a:hover {
		--bg-opacity: 1;
	}
	.lp__section-5 .s5__table .s5__sticky-container {
		display: grid;
		position: absolute;
		z-index: 5;
		left: 0;
		top: 0;
		height: calc(100% + 2px);
		width: auto;
		grid-template-columns: 140px;
		grid-auto-rows: 50px;
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		background: linear-gradient(to right, #11141c, rgba(29, 170, 145, 0.25));
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
		border-right: 1px solid rgba(29, 170, 145, 0.8);
	}
	.lp__section-5 .s5__table .s5__grid-table {
		display: grid;
		grid-template-areas: "header1 header2 header3" "row row row";
		grid-template-columns: var(--s5__templateColumns);
		grid-auto-rows: 50px;
		overflow-x: scroll;
	}
	.lp__section-5 .s5__grid-bg {
		width: 100%;
		margin-top: -3rem;
		z-index: -1;
	}
	.lp__section-5 .s5__grid-bg img {
		width: 100%;
		height: auto;
	}
}

@media (max-width: 640px) {
	.lp__section-5 {
		padding: 6rem 0 3rem;
		margin: 0;
	}
	.lp__section-5 .light-container {
		height: 250px;
		width: 100%;
		position: absolute;
		left: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		top: 0;
		transform: translateX(-50%) translateY(-50%);
		background: url(../png/if-bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		mask-image: radial-gradient(100% 140% at center, #000 10%, transparent 33%);
		-webkit-mask-image: radial-gradient(100% 140% at center, #000 10%, transparent 33%);
	}
	.lp__section-5 .light-container .ii__light {
		width: 90%;
		height: 110px;
		background: radial-gradient(ellipse at center center, #26F7DD, #26F7DD 20%, transparent 55%);
		filter: blur(30px);
		z-index: 9;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.lp__section-5 .light-container .ii__light .circle-light {
		width: 10%;
		height: 80%;
		background: #67ffed;
		opacity: 0.2;
	}
	.lp__section-5 .s5__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 8px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.lp__section-5 .s5__top-heading span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-shadow: 0px 4px 12px rgba(3, 195, 161, 0.7);
		background: linear-gradient(to right, #88E980, #0AC1B7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}
	.lp__section-5 .s5__paragraph {
		color: rgba(255, 255, 255, 0.8);
		text-align: center;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.4;
		max-width: 100%;
		margin: 0 auto;
	}
	.lp__section-5 .s5__table {
		width: 100%;
		margin: 2rem auto 0;
		--s5__templateColumns: repeat(5, 140px);
		position: relative;
		overflow: hidden;
	}
	.lp__section-5 .s5__table .s5__table-item {
		text-align: center;
		font-size: 15px;
		line-height: 1.4;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 12px;
		color: rgba(255, 255, 255, 0.8);
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.lp__section-5 .s5__table .s5__table-item.span-full-1 {
		grid-area: 2 / 2 / 3 / -1;
	}
	.lp__section-5 .s5__table .s5__table-item.span-full-2 {
		grid-area: 3 / 2 / 4 / -1;
	}
	.lp__section-5 .s5__table .s5__table-item.span-full-3 {
		grid-area: 4 / 2 / 5 / -1;
	}
	.lp__section-5 .s5__table .s5__table-item.no-border {
		border: none;
	}
	.lp__section-5 .s5__table .s5__table-item.emph {
		font-weight: 700;
		background: linear-gradient(87deg, #BDFF7A -3.2%, #0BF0FF 102.91%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		position: relative;
	}
	.lp__section-5 .s5__table .s5__table-item.emph::before {
		content: "";
		position: absolute;
		inset: 0;
		width: 100%;
		height: 100%;
		background: radial-gradient(100% 40% at 50% 100%, #BDFF7A, transparent 25%);
	}
	.lp__section-5 .s5__table .s5__table-item.price {
		font-weight: 600;
		color: white;
	}
	.lp__section-5 .s5__table .s5__table-item:nth-last-of-type(-n+7) {
		border-bottom: none;
	}
	.lp__section-5 .s5__table .s5__table-item.header-item {
		justify-content: flex-start;
		text-align: left;
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		font-size: 13px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}
	.lp__section-5 .s5__table .s5__table-item.mobile-hide {
		opacity: 0;
	}
	.lp__section-5 .s5__table .s5__table-item.cta-button a {
		padding: 2px;
		background: -webkit-linear-gradient(-45deg, rgba(244, 255, 122, var(--bg-opacity)), rgba(44, 217, 255, var(--bg-opacity)));
		background: linear-gradient(-45deg, rgba(244, 255, 122, var(--bg-opacity)), rgba(44, 217, 255, var(--bg-opacity)));
		border-radius: 12px;
		text-decoration: none;
		transition: --bg-opacity 0.8s ease;
	}
	.lp__section-5 .s5__table .s5__table-item.cta-button a div {
		font-size: 13px;
		padding: 10px 16px;
		border-radius: inherit;
		line-height: 1;
		font-weight: 600;
		background: #101F23;
		color: #fff;
	}
	.lp__section-5 .s5__table .s5__table-item.cta-button a:hover {
		--bg-opacity: 1;
	}
	.lp__section-5 .s5__table .s5__sticky-container {
		display: grid;
		position: absolute;
		z-index: 5;
		left: 0;
		top: 0;
		height: calc(100% + 2px);
		width: auto;
		grid-template-columns: 140px;
		grid-auto-rows: 50px;
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		background: linear-gradient(to right, #11141c, rgba(29, 170, 145, 0.25));
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
		border-right: 1px solid rgba(29, 170, 145, 0.8);
	}
	.lp__section-5 .s5__table .s5__grid-table {
		display: grid;
		grid-template-areas: "header1 header2 header3" "row row row";
		grid-template-columns: var(--s5__templateColumns);
		grid-auto-rows: 50px;
		overflow-x: scroll;
	}
	.lp__section-5 .s5__grid-bg {
		width: 100%;
		margin-top: -2rem;
	}
	.lp__section-5 .s5__grid-bg img {
		width: 100%;
		height: auto;
	}
}

.ii__section-7 {
	padding-bottom: 12rem;
	position: relative;
}

.ii__section-7 .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: 10px;
	position: relative;
	z-index: 10;
}

.ii__section-7 .s7__grid-img {
	position: absolute;
	z-index: -1;
	left: 0;
	top: -10%;
}

.ii__section-7 .s7__top-heading {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
	text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.4);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.ii__section-7 .s7__bottom-heading {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
	display: block;
}

.ii__section-7 .s7__tp-rating {
	margin: 1rem 0 2rem;
}

.ii__section-7 .s7__tp-rating img {
	width: 150px;
	height: auto;
}

.ii__section-7 .s7__tp-container {
	display: flex;
	flex-flow: row wrap;
	gap: 10px;
	max-height: 700px;
	overflow: hidden;
	-webkit-mask: linear-gradient(to bottom, transparent 10%, #000, transparent 90%);
	mask: linear-gradient(to bottom, transparent, #000 15%, #000 90%, transparent);
}

.ii__section-7 .s7__tp-container .tp-scroller {
	flex: 1 1 0;
	display: flex;
	flex-flow: column nowrap;
}

.ii__section-7 .s7__tp-container .tp-scroller.mobile-1-col {
	display: none;
}

.ii__section-7 .s7__tp-container .tp-scroller.mobile-2-col {
	display: none;
}

.ii__section-7 .s7__tp-container .tp-scroller.mobile-3-col {
	display: none;
}

.ii__section-7 .s7__tp-container .tp-scroller .tp-vertical {
	display: flex;
	flex-flow: column nowrap;
	gap: 10px;
}

.ii__section-7 .s7__tp-container .tp-scroller .tp-vertical img {
	width: 100%;
	height: auto;
}

.ii__section-7 .s7__tp-container .tp-scroller .tp-vertical:not(:last-of-type) {
	margin-bottom: 10px;
}

.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(1) .tp-vertical {
	animation: scroll-vertical 10s linear infinite;
}

.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(1):hover .tp-vertical {
	animation-play-state: paused;
}

.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(2) .tp-vertical {
	animation: scroll-vertical 9s linear infinite;
}

.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(2):hover .tp-vertical {
	animation-play-state: paused;
}

.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(3) .tp-vertical {
	animation: scroll-vertical 12s linear infinite;
}

.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(3):hover .tp-vertical {
	animation-play-state: paused;
}

.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(4) .tp-vertical {
	animation: scroll-vertical 13s linear infinite;
}

.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(4):hover .tp-vertical {
	animation-play-state: paused;
}

.ii__section-7 .s7__tp-button {
	margin-top: 5rem;
	display: flex;
}

@media (max-width: 1300px) {
	.ii__section-7 {
		padding: 10rem 0;
	}
}

@media (max-width: 992px) {
	.ii__section-7 {
		padding: 8rem 0;
		position: relative;
	}
	.ii__section-7 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.ii__section-7 .s7__grid-img {
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
		z-index: -1;
	}
	.ii__section-7 .s7__grid-img img {
		height: 300px;
		width: 100%;
	}
	.ii__section-7 .s7__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 8px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.ii__section-7 .s7__bottom-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.ii__section-7 .s7__tp-rating {
		margin: 1rem 0 2rem;
	}
	.ii__section-7 .s7__tp-rating img {
		width: 100px;
		height: auto;
	}
	.ii__section-7 .s7__tp-container {
		display: flex;
		flex-flow: row wrap;
		gap: 10px;
		max-height: 700px;
		overflow: hidden;
		-webkit-mask: linear-gradient(to bottom, transparent 10%, #000, transparent 90%);
		mask: linear-gradient(to bottom, transparent, #000 15%, #000 90%, transparent);
		z-index: 10;
	}
	.ii__section-7 .s7__tp-container .tp-scroller {
		display: none;
		flex: 1 1 30%;
		flex-flow: column nowrap;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-1-col {
		display: flex;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-1-col .tp-vertical {
		animation: scroll-vertical 18s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-1-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-2-col {
		display: flex;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-2-col .tp-vertical {
		animation: scroll-vertical 20s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-2-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-3-col {
		display: flex;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-3-col .tp-vertical {
		animation: scroll-vertical 19s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-3-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller .tp-vertical {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
	}
	.ii__section-7 .s7__tp-container .tp-scroller .tp-vertical img {
		width: 100%;
		height: auto;
	}
	.ii__section-7 .s7__tp-container .tp-scroller .tp-vertical:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(1) .tp-vertical {
		animation: scroll-vertical 10s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(1):hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(2) .tp-vertical {
		animation: scroll-vertical 9s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(2):hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(3) .tp-vertical {
		animation: scroll-vertical 12s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(3):hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(4) .tp-vertical {
		animation: scroll-vertical 13s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(4):hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-button {
		margin-top: 3rem;
		display: flex;
	}
}

@media (max-width: 768px) {
	.ii__section-7 {
		padding: 8rem 0;
		position: relative;
	}
	.ii__section-7 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.ii__section-7 .s7__grid-img {
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
	}
	.ii__section-7 .s7__grid-img img {
		height: 300px;
		width: 100%;
	}
	.ii__section-7 .s7__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 8px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.ii__section-7 .s7__bottom-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.ii__section-7 .s7__tp-rating {
		margin: 1rem 0 2rem;
	}
	.ii__section-7 .s7__tp-rating img {
		width: 100px;
		height: auto;
	}
	.ii__section-7 .s7__tp-container {
		display: flex;
		flex-flow: row wrap;
		gap: 10px;
		max-height: 700px;
		overflow: hidden;
		-webkit-mask: linear-gradient(to bottom, transparent 10%, #000, transparent 90%);
		mask: linear-gradient(to bottom, transparent, #000 15%, #000 90%, transparent);
	}
	.ii__section-7 .s7__tp-container .tp-scroller {
		display: none;
		flex: 1 1 40%;
		flex-flow: column nowrap;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-1-col {
		display: flex;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-1-col .tp-vertical {
		animation: scroll-vertical 18s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-1-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-2-col {
		display: flex;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-2-col .tp-vertical {
		animation: scroll-vertical 20s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-2-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller .tp-vertical {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
	}
	.ii__section-7 .s7__tp-container .tp-scroller .tp-vertical img {
		width: 100%;
		height: auto;
	}
	.ii__section-7 .s7__tp-container .tp-scroller .tp-vertical:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(1) .tp-vertical {
		animation: scroll-vertical 10s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(1):hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(2) .tp-vertical {
		animation: scroll-vertical 9s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(2):hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(3) .tp-vertical {
		animation: scroll-vertical 12s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(3):hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(4) .tp-vertical {
		animation: scroll-vertical 13s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(4):hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-button {
		margin-top: 3rem;
		display: flex;
	}
}

@media (max-width: 640px) {
	.ii__section-7 {
		padding: 6rem 0 2rem;
		position: relative;
	}
	.ii__section-7 .container {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.ii__section-7 .s7__grid-img {
		position: absolute;
		z-index: -1;
		left: 0;
		top: 0;
	}
	.ii__section-7 .s7__grid-img img {
		height: 300px;
		width: 100%;
	}
	.ii__section-7 .s7__top-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
		text-shadow: 0px 3px 8px rgba(255, 255, 255, 0.4);
		color: transparent;
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.ii__section-7 .s7__bottom-heading {
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		text-align: center;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 3px 6px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.ii__section-7 .s7__tp-rating {
		margin: 1rem 0 2rem;
	}
	.ii__section-7 .s7__tp-rating img {
		width: 100px;
		height: auto;
	}
	.ii__section-7 .s7__tp-container {
		display: flex;
		flex-flow: row wrap;
		gap: 10px;
		max-height: 700px;
		overflow: hidden;
		-webkit-mask: linear-gradient(to bottom, transparent 10%, #000, transparent 90%);
		mask: linear-gradient(to bottom, transparent, #000 15%, #000 90%, transparent);
	}
	.ii__section-7 .s7__tp-container .tp-scroller {
		display: none;
		flex: 1 1 40%;
		flex-flow: column nowrap;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-1-col {
		display: flex;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-1-col .tp-vertical {
		animation: scroll-vertical 18s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller.mobile-1-col:hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller .tp-vertical {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
	}
	.ii__section-7 .s7__tp-container .tp-scroller .tp-vertical img {
		width: 100%;
		height: auto;
	}
	.ii__section-7 .s7__tp-container .tp-scroller .tp-vertical:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(1) .tp-vertical {
		animation: scroll-vertical 10s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(1):hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(2) .tp-vertical {
		animation: scroll-vertical 9s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(2):hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(3) .tp-vertical {
		animation: scroll-vertical 12s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(3):hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(4) .tp-vertical {
		animation: scroll-vertical 13s linear infinite;
	}
	.ii__section-7 .s7__tp-container .tp-scroller:nth-of-type(4):hover .tp-vertical {
		animation-play-state: paused;
	}
	.ii__section-7 .s7__tp-button {
		margin-top: 3rem;
		display: flex;
	}
}

.ii__section-9 {
	padding-bottom: 12rem;
}

.ii__section-9 .container {
	display: flex;
	flex-flow: column nowrap;
	gap: 10px;
	position: relative;
	z-index: 10;
}

.ii__section-9 .s9__outer {
	position: relative;
	padding: 12px;
}

.ii__section-9 .s9__outer::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 15px;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	padding: 1px;
	background: rgba(255, 255, 255, 0.05);
	background-color: rgba(255, 255, 255, 0.1);
	background-image: linear-gradient(41deg, transparent, rgba(255, 255, 255, 0.42), transparent);
}

.ii__section-9 .s9__outer .s9__inner {
	border-radius: 15px;
	background: url("../png/s9_bg_2.png"), rgba(11, 12, 16, 0.25);
	background-repeat: no-repeat;
	background-size: 100% 100%, cover;
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 4.5rem 3rem;
	backdrop-filter: blur(40px);
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
	position: relative;
	overflow: hidden;
	align-items: center;
}

.ii__section-9 .s9__outer .s9__inner .blur-1 {
	position: absolute;
	width: 206.33px;
	height: 230.61px;
	left: 5.31px;
	top: 153.74px;
	background: #1daa91;
	opacity: 0.25;
	filter: blur(95px);
	border-radius: 15px;
	z-index: -1;
}

.ii__section-9 .s9__outer .s9__inner .blur-2 {
	position: absolute;
	width: 440.74px;
	height: 236.51px;
	left: 227.25px;
	top: -38.62px;
	background: #c2d0e4;
	opacity: 0.25;
	filter: blur(115px);
	border-radius: 15px;
	z-index: -1;
}

.ii__section-9 .s9__outer .s9__inner .blur-3 {
	position: absolute;
	width: 240.74px;
	height: 236.51px;
	bottom: -38.62px;
	background: #afd0ff;
	opacity: 0.25;
	filter: blur(115px);
	border-radius: 15px;
	z-index: -1;
}

.ii__section-9 .s9__outer .s9__inner .bottom__logo {
	height: fit-content;
	opacity: 0.8;
}

.ii__section-9 .s9__outer .s9__inner .bottom__title .s9__heading {
	text-align: center;
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.9);
}

.ii__section-9 .s9__outer .s9__inner .bottom__title .s9__heading span {
	line-height: 1.2;
	font-weight: 800;
	margin: 0;
	padding: 0;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-shadow: 0px 4px 10px rgba(3, 195, 161, 0.7);
	display: block;
}

.ii__section-9 .s9__outer .s9__inner .bottom__buttons {
	display: flex;
	gap: 1rem;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
}

.ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn {
	display: flex;
	justify-content: center;
}

.ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn {
	background: rgba(194, 208, 228, 0.15);
}

.ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char {
	color: transparent;
}

.ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::before, .ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::after {
	color: #fff;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper {
	margin-top: 2rem;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper div {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper div a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social svg stop {
	transition: all 0.6s ease-in-out;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#discord-link svg {
	fill: url(#discord-gradient-f) white;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
	fill: url(#telegram-gradient-f) white;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#twitter-link svg {
	fill: url(#twitter-gradient-f) white;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#instagram-link svg {
	fill: url(#instagram-gradient-f) white;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#facebook-link svg {
	fill: url(#fb-gradient-f) white;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
	fill: url(#telegram-gradient-f) white;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link {
	display: flex;
	position: relative;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg {
	transition: all 0.3s ease;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg path {
	transition: inherit;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:first-child {
	position: absolute;
	left: -2px;
	top: -4px;
	width: 100%;
	fill: transparent;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:last-child {
	fill: #ffffff;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#discord-link svg stop {
	stop-color: #5865f2;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop {
	stop-color: #0088cc;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:first-child {
	stop-color: #3bb1fa;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:last-child {
	stop-color: #1da1f2;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:first-child {
	stop-color: #feda75;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(2) {
	stop-color: #fa7e1e;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(3) {
	stop-color: #d62976;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(4) {
	stop-color: #962fbf;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:last-child {
	stop-color: #4f5bd5;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:first-child {
	stop-color: #17aafd;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:last-child {
	stop-color: #0165e2;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:first-child {
	stop-color: #0088CC;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:last-child {
	stop-color: #0088CC;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:first-child {
	fill: #69c9d0;
}

.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:last-child {
	fill: #ee1d52;
}

.ii__section-9 .s9__disclaimer {
	margin: 4rem auto;
	color: rgba(255, 255, 255, 0.4);
	text-align: center;
	font-size: 14px;
	font-style: italic;
	max-width: 70%;
}

@media (max-width: 1300px) {
	.ii__section-9 {
		padding: 10rem 0 6rem;
	}
}

@media (max-width: 992px) {
	.ii__section-9 {
		padding: 6rem 0;
	}
	.ii__section-9 .s9__disclaimer {
		margin: 2rem auto 0;
		color: rgba(255, 255, 255, 0.4);
		text-align: center;
		font-size: 14px;
		font-style: italic;
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.ii__section-9 {
		padding: 8rem 0 2rem;
	}
	.ii__section-9 .container {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.ii__section-9 .s9__outer {
		position: relative;
		padding: 12px;
	}
	.ii__section-9 .s9__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 15px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 1px;
		background: rgba(255, 255, 255, 0.05);
		background-color: rgba(255, 255, 255, 0.1);
		background-image: linear-gradient(41deg, transparent, rgba(255, 255, 255, 0.42), transparent);
	}
	.ii__section-9 .s9__outer .s9__inner {
		border-radius: 15px;
		background: url("../png/s9_bg_2.png"), rgba(11, 12, 16, 0.25);
		background-repeat: no-repeat;
		background-size: 100% 100%, cover;
		border: 1px solid rgba(255, 255, 255, 0.1);
		padding: 3rem 2rem;
		backdrop-filter: blur(40px);
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		position: relative;
		overflow: hidden;
		align-items: center;
	}
	.ii__section-9 .s9__outer .s9__inner .blur-1 {
		position: absolute;
		width: 206.33px;
		height: 230.61px;
		left: 5.31px;
		top: 153.74px;
		background: #1daa91;
		opacity: 0.25;
		filter: blur(95px);
		border-radius: 15px;
		z-index: -1;
	}
	.ii__section-9 .s9__outer .s9__inner .blur-2 {
		position: absolute;
		width: 440.74px;
		height: 236.51px;
		left: 227.25px;
		top: -38.62px;
		background: #c2d0e4;
		opacity: 0.25;
		filter: blur(115px);
		border-radius: 15px;
		z-index: -1;
	}
	.ii__section-9 .s9__outer .s9__inner .blur-3 {
		position: absolute;
		width: 240.74px;
		height: 236.51px;
		bottom: -38.62px;
		background: #afd0ff;
		opacity: 0.25;
		filter: blur(115px);
		border-radius: 15px;
		z-index: -1;
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__logo {
		height: fit-content;
		opacity: 0.8;
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__title .s9__heading {
		text-align: center;
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.9);
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__title .s9__heading span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 5px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__buttons {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		justify-content: center;
		align-items: center;
		margin-top: 2rem;
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn {
		flex: 1 1 100%;
		display: flex;
		justify-content: center;
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn a {
		width: 100%;
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn {
		background: rgba(194, 208, 228, 0.15);
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char {
		color: transparent;
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::before, .ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::after {
		color: #fff;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper {
		margin-top: 2rem;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper div {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper div a {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social svg stop {
		transition: all 0.6s ease-in-out;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#discord-link svg {
		fill: url(#discord-gradient-f) white;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
		fill: url(#telegram-gradient-f) white;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#twitter-link svg {
		fill: url(#twitter-gradient-f) white;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#instagram-link svg {
		fill: url(#instagram-gradient-f) white;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#facebook-link svg {
		fill: url(#fb-gradient-f) white;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
		fill: url(#telegram-gradient-f) white;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link {
		display: flex;
		position: relative;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg {
		transition: all 0.3s ease;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg path {
		transition: inherit;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:first-child {
		position: absolute;
		left: -2px;
		top: -4px;
		width: 100%;
		fill: transparent;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:last-child {
		fill: #ffffff;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#discord-link svg stop {
		stop-color: #5865f2;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop {
		stop-color: #0088cc;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:first-child {
		stop-color: #3bb1fa;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:last-child {
		stop-color: #1da1f2;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:first-child {
		stop-color: #feda75;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(2) {
		stop-color: #fa7e1e;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(3) {
		stop-color: #d62976;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(4) {
		stop-color: #962fbf;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:last-child {
		stop-color: #4f5bd5;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:first-child {
		stop-color: #17aafd;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:last-child {
		stop-color: #0165e2;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:first-child {
		stop-color: #0088CC;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:last-child {
		stop-color: #0088CC;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:first-child {
		fill: #69c9d0;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:last-child {
		fill: #ee1d52;
	}
	.ii__section-9 .s9__disclaimer {
		margin: 2rem auto 0;
		color: rgba(255, 255, 255, 0.4);
		text-align: center;
		font-size: 14px;
		font-style: italic;
		max-width: 100%;
	}
}

@media (max-width: 640px) {
	.ii__section-9 {
		padding: 6rem 0 2rem;
	}
	.ii__section-9 .container {
		display: flex;
		flex-flow: column nowrap;
		gap: 10px;
		position: relative;
		z-index: 10;
	}
	.ii__section-9 .s9__outer {
		position: relative;
		padding: 12px;
	}
	.ii__section-9 .s9__outer::before {
		content: "";
		position: absolute;
		inset: 0;
		border-radius: 15px;
		-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
		mask-composite: exclude;
		-webkit-mask-composite: xor;
		padding: 1px;
		background: rgba(255, 255, 255, 0.05);
		background-color: rgba(255, 255, 255, 0.1);
		background-image: linear-gradient(41deg, transparent, rgba(255, 255, 255, 0.42), transparent);
	}
	.ii__section-9 .s9__outer .s9__inner {
		border-radius: 15px;
		background: url("../png/s9_bg_2.png"), rgba(11, 12, 16, 0.25);
		background-repeat: no-repeat;
		background-size: 100% 100%, cover;
		border: 1px solid rgba(255, 255, 255, 0.1);
		padding: 3rem 2rem;
		backdrop-filter: blur(40px);
		display: flex;
		flex-flow: column nowrap;
		gap: 1rem;
		position: relative;
		overflow: hidden;
		align-items: center;
	}
	.ii__section-9 .s9__outer .s9__inner .blur-1 {
		position: absolute;
		width: 206.33px;
		height: 230.61px;
		left: 5.31px;
		top: 153.74px;
		background: #1daa91;
		opacity: 0.25;
		filter: blur(95px);
		border-radius: 15px;
		z-index: -1;
	}
	.ii__section-9 .s9__outer .s9__inner .blur-2 {
		position: absolute;
		width: 440.74px;
		height: 236.51px;
		left: 227.25px;
		top: -38.62px;
		background: #c2d0e4;
		opacity: 0.25;
		filter: blur(115px);
		border-radius: 15px;
		z-index: -1;
	}
	.ii__section-9 .s9__outer .s9__inner .blur-3 {
		position: absolute;
		width: 240.74px;
		height: 236.51px;
		bottom: -38.62px;
		background: #afd0ff;
		opacity: 0.25;
		filter: blur(115px);
		border-radius: 15px;
		z-index: -1;
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__logo {
		height: fit-content;
		opacity: 0.8;
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__title .s9__heading {
		text-align: center;
		line-height: 1.2;
		font-weight: 600;
		margin: 0;
		padding: 0;
		margin-bottom: 10px;
		color: rgba(255, 255, 255, 0.9);
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__title .s9__heading span {
		line-height: 1.2;
		font-weight: 800;
		margin: 0;
		padding: 0;
		background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
		text-shadow: 0px 4px 5px rgba(3, 195, 161, 0.7);
		display: block;
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__buttons {
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
		justify-content: center;
		align-items: center;
		margin-top: 2rem;
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn {
		flex: 1 1 100%;
		display: flex;
		justify-content: center;
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn a {
		width: 100%;
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn {
		background: rgba(194, 208, 228, 0.15);
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char {
		color: transparent;
	}
	.ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::before, .ii__section-9 .s9__outer .s9__inner .bottom__buttons .single-btn:last-of-type #cta-btn .word-container .char::after {
		color: #fff;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper {
		margin-top: 2rem;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper div {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper div a {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social svg stop {
		transition: all 0.6s ease-in-out;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#discord-link svg {
		fill: url(#discord-gradient-f) white;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
		fill: url(#telegram-gradient-f) white;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#twitter-link svg {
		fill: url(#twitter-gradient-f) white;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#instagram-link svg {
		fill: url(#instagram-gradient-f) white;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#facebook-link svg {
		fill: url(#fb-gradient-f) white;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#telegram-link svg {
		fill: url(#telegram-gradient-f) white;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link {
		display: flex;
		position: relative;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg {
		transition: all 0.3s ease;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg path {
		transition: inherit;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:first-child {
		position: absolute;
		left: -2px;
		top: -4px;
		width: 100%;
		fill: transparent;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social#tiktok-link svg:last-child {
		fill: #ffffff;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#discord-link svg stop {
		stop-color: #5865f2;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop {
		stop-color: #0088cc;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:first-child {
		stop-color: #3bb1fa;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#twitter-link svg stop:last-child {
		stop-color: #1da1f2;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:first-child {
		stop-color: #feda75;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(2) {
		stop-color: #fa7e1e;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(3) {
		stop-color: #d62976;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:nth-child(4) {
		stop-color: #962fbf;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#instagram-link svg stop:last-child {
		stop-color: #4f5bd5;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:first-child {
		stop-color: #17aafd;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#facebook-link svg stop:last-child {
		stop-color: #0165e2;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:first-child {
		stop-color: #0088CC;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#telegram-link svg stop:last-child {
		stop-color: #0088CC;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:first-child {
		fill: #69c9d0;
	}
	.ii__section-9 .s9__outer .s9__inner .socials-wrapper .single-social:hover#tiktok-link svg:last-child {
		fill: #ee1d52;
	}
	.ii__section-9 .s9__disclaimer {
		margin: 2rem auto 0;
		color: rgba(255, 255, 255, 0.4);
		text-align: center;
		font-size: 14px;
		font-style: italic;
		max-width: 100%;
	}
}

* {
	box-sizing: border-box;
}

.affiliate-page {
	width: 100%;
	position: relative;
}

.affiliate-page .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 1.5rem 0px 1.5rem;
}

.affiliate-page html {
	font-size: 16px;
}

.affiliate-page .fp__h1 {
	font-size: 4.5rem;
	/* 72px */
}

.affiliate-page .fp__h2 {
	font-size: 3.375rem;
	/* 54px */
}

.affiliate-page .fp__h3 {
	font-size: 2.5rem;
	/* 40px */
}

.affiliate-page .fp__h4 {
	font-size: 1.875rem;
	/* 30px */
}

.affiliate-page .fp__h5 {
	font-size: 1.375rem;
	/* 22px */
}

.affiliate-page .fp__h6 {
	font-size: 1rem;
	/* 16px */
}

@media (max-width: 992px) {
	.affiliate-page .fp__h1 {
		font-size: 4rem;
		/* ~64px */
	}
	.affiliate-page .fp__h2 {
		font-size: 3rem;
		/* ~48px */
	}
	.affiliate-page .fp__h3 {
		font-size: 2.25rem;
		/* ~36px */
	}
	.affiliate-page .fp__h4 {
		font-size: 1.875rem;
		/* ~30px */
	}
	.affiliate-page .fp__h5 {
		font-size: 1.5rem;
		/* ~24px */
	}
	.affiliate-page .fp__h6 {
		font-size: 1.125rem;
		/* ~18px */
	}
}

@media (max-width: 768px) {
	.affiliate-page .fp__h1 {
		font-size: 3rem;
		/* ~48px */
	}
	.affiliate-page .fp__h2 {
		font-size: 2.5rem;
		/* ~40px */
	}
	.affiliate-page .fp__h3 {
		font-size: 2rem;
		/* ~32px */
	}
	.affiliate-page .fp__h4 {
		font-size: 1.75rem;
		/* ~28px */
	}
	.affiliate-page .fp__h5 {
		font-size: 1.5rem;
		/* ~24px */
	}
	.affiliate-page .fp__h6 {
		font-size: 1.25rem;
		/* ~20px */
	}
}

@media (max-width: 640px) {
	.affiliate-page .fp__h1 {
		font-size: 2.5rem;
		/* ~40px */
	}
	.affiliate-page .fp__h2 {
		font-size: 2rem;
		/* ~32px */
	}
	.affiliate-page .fp__h3 {
		font-size: 1.75rem;
		/* ~28px */
	}
	.affiliate-page .fp__h4 {
		font-size: 1.5rem;
		/* ~24px */
	}
	.affiliate-page .fp__h5 {
		font-size: 1.25rem;
		/* ~20px */
	}
	.affiliate-page .fp__h6 {
		font-size: 1rem;
		/* 16px */
	}
}

section.ap__section-1 {
	padding: 8rem 0;
}

section.ap__section-1 .container {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-end;
	gap: 1rem;
}

section.ap__section-1 .s1__left {
	flex: 1 1 0;
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	gap: 1rem;
}

section.ap__section-1 .s1__left .s1__heading .s1__h1 {
	transition: all 1s ease;
	line-height: 1.2;
	font-weight: 800;
	margin: 0;
	padding: 0;
	text-align: left;
	margin-bottom: 0px;
	color: #fff;
	font-size: 3.5rem;
}

section.ap__section-1 .s1__left .s1__heading .s1__h1 span {
	display: block;
	transition: all 1s ease;
	line-height: 1.2;
	font-weight: 800;
	margin: 0;
	padding: 0;
	text-align: left;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	letter-spacing: 1px;
	padding-bottom: 2px;
}

section.ap__section-1 .s1__left .s1__paragraph {
	transition: all 1s ease;
	color: rgba(255, 255, 255, 0.8);
	text-align: left;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
}

section.ap__section-1 .s1__left .s1__cta {
	margin-top: 3rem;
	transition: all 1s ease;
	position: relative;
	border-radius: 16px;
}

section.ap__section-1 .s1__left .s1__cta .effect-container {
	transition: all 0.5s ease;
	opacity: 0;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

section.ap__section-1 .s1__left .s1__cta .effect-container .sparkle {
	transition: all 0.7s ease-in-out;
	width: auto;
	position: absolute;
	display: flex;
	align-items: center;
	flex-flow: column nowrap;
}

section.ap__section-1 .s1__left .s1__cta .effect-container .sparkle .s__blur {
	width: 12px;
	height: 12px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.7);
	filter: blur(6px);
	position: relative;
	z-index: 1;
}

section.ap__section-1 .s1__left .s1__cta .effect-container .sparkle .s__line {
	width: 1px;
	height: 40px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), transparent);
	border-radius: 2px;
	margin-top: -7px;
	position: relative;
	z-index: 2;
}

section.ap__section-1 .s1__left .s1__cta .effect-container .sparkle.sp-1 {
	left: 10%;
	bottom: 0;
	transform: translateY(100px);
}

section.ap__section-1 .s1__left .s1__cta .effect-container .sparkle.sp-2 {
	left: 30%;
	bottom: 0;
	transform: translateY(80px);
}

section.ap__section-1 .s1__left .s1__cta .effect-container .sparkle.sp-3 {
	left: 70%;
	bottom: 0;
	transform: translateY(120px);
}

section.ap__section-1 .s1__left .s1__cta .effect-container .sparkle.sp-4 {
	left: 90%;
	bottom: 0;
	transform: translateY(90px);
}

section.ap__section-1 .s1__left .s1__cta .effect-container .sparkle.sp-5 {
	left: 80%;
	bottom: 0;
	transform: translateY(160px);
}

section.ap__section-1 .s1__left .s1__cta .effect-container .sparkle.sp-6 {
	left: 20%;
	bottom: 0;
	transform: translateY(70px);
}

section.ap__section-1 .s1__left .s1__cta .effect-container .dot {
	position: absolute;
}

section.ap__section-1 .s1__left .s1__cta .effect-container .dot.dt-1 {
	width: 2px;
	height: 2px;
	bottom: 70%;
	left: 10%;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	animation: dotLevitation 12s ease-in-out infinite;
}

section.ap__section-1 .s1__left .s1__cta .effect-container .dot.dt-2 {
	width: 3px;
	height: 3px;
	bottom: 30%;
	left: 20%;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation-alt 10s ease-in-out infinite;
}

section.ap__section-1 .s1__left .s1__cta .effect-container .dot.dt-3 {
	width: 2px;
	height: 2px;
	bottom: 45%;
	left: 30%;
	background: rgba(255, 255, 255, 0.4);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
	animation: dotLevitation 12s ease-in-out infinite;
}

section.ap__section-1 .s1__left .s1__cta .effect-container .dot.dt-4 {
	width: 2px;
	height: 2px;
	bottom: 50%;
	left: 40%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
	animation: dotLevitation-alt 14s ease-in-out infinite;
}

section.ap__section-1 .s1__left .s1__cta .effect-container .dot.dt-5 {
	width: 3px;
	height: 3px;
	bottom: 10%;
	left: 50%;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	animation: dotLevitation 11s ease-in-out infinite;
}

section.ap__section-1 .s1__left .s1__cta .effect-container .dot.dt-6 {
	width: 2px;
	height: 2px;
	bottom: 60%;
	left: 60%;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation-alt 13s ease-in-out infinite;
}

section.ap__section-1 .s1__left .s1__cta .effect-container .dot.dt-7 {
	width: 3px;
	height: 3px;
	bottom: 70%;
	left: 80%;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
	animation: dotLevitation 15s ease-in-out infinite;
}

section.ap__section-1 .s1__left .s1__cta .effect-container .dot.dt-8 {
	width: 2px;
	height: 2px;
	bottom: 25%;
	left: 80%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
	animation: dotLevitation-alt 12s ease-in-out infinite;
}

section.ap__section-1 .s1__left .s1__cta .effect-container .dot.dt-9 {
	width: 2px;
	height: 2px;
	bottom: 32%;
	left: 8%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	animation: dotLevitation 10s ease-in-out infinite;
}

section.ap__section-1 .s1__left .s1__cta .effect-container .dot.dt-10 {
	width: 3px;
	height: 3px;
	bottom: 55%;
	left: 100%;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation-alt 14s ease-in-out infinite;
}

section.ap__section-1 .s1__left .s1__cta .effect-container .dot.dt-11 {
	width: 2px;
	height: 2px;
	bottom: 15%;
	left: 85%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
	animation: dotLevitation 11s ease-in-out infinite;
}

section.ap__section-1 .s1__left .s1__cta .effect-container .dot.dt-12 {
	width: 2px;
	height: 2px;
	bottom: 90%;
	left: 95%;
	background: rgba(255, 255, 255, 0.4);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation-alt 10s ease-in-out infinite;
}

section.ap__section-1 .s1__left .s1__cta .effect-container .dot.dt-13 {
	width: 3px;
	height: 3px;
	bottom: 40%;
	left: 65%;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
	animation: dotLevitation 12s ease-in-out infinite;
}

section.ap__section-1 .s1__left .s1__cta .effect-container .dot.dt-14 {
	width: 2px;
	height: 2px;
	bottom: 65%;
	left: 90%;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	animation: dotLevitation-alt 13s ease-in-out infinite;
}

section.ap__section-1 .s1__left .s1__cta .effect-container .dot.dt-15 {
	width: 3px;
	height: 3px;
	bottom: 75%;
	left: 45%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
	animation: dotLevitation 15s ease-in-out infinite;
}

section.ap__section-1 .s1__left .s1__cta .effect-container .dot.dt-16 {
	width: 2px;
	height: 2px;
	bottom: 65%;
	left: 25%;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation-alt 12s ease-in-out infinite;
}

section.ap__section-1 .s1__left .s1__cta .effect-container .dot.dt-17 {
	width: 2px;
	height: 2px;
	bottom: 30%;
	left: 55%;
	background: rgba(255, 255, 255, 0.4);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
	animation: dotLevitation 11s ease-in-out infinite;
}

section.ap__section-1 .s1__left .s1__cta .effect-container .dot.dt-18 {
	width: 3px;
	height: 3px;
	bottom: 20%;
	left: 15%;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	animation: dotLevitation-alt 14s ease-in-out infinite;
}

section.ap__section-1 .s1__left .s1__cta .effect-container .dot.dt-19 {
	width: 3px;
	height: 3px;
	bottom: 75%;
	left: 70%;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation 10s ease-in-out infinite;
}

section.ap__section-1 .s1__left .s1__cta .effect-container .dot.dt-20 {
	width: 2px;
	height: 2px;
	bottom: 50%;
	left: 40%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
	animation: dotLevitation-alt 12s ease-in-out infinite;
}

section.ap__section-1 .s1__left .s1__cta a {
	transition: all 0.6s ease;
	display: flex;
	justify-content: center;
	align-self: center;
	padding: 1.25rem 3rem;
	text-align: center;
	background: rgba(189, 255, 122, 0.05);
	border: 2px solid rgba(189, 255, 122, 0.5);
	box-shadow: 0px 0px 10px 3px rgba(29, 170, 145, 0.1);
	color: rgba(189, 255, 122, 0.8);
	border-radius: 16px;
	line-height: 1;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	position: relative;
}

section.ap__section-1 .s1__left .s1__cta a:hover {
	background: rgba(189, 255, 122, 0.2);
	border: 2px solid rgba(189, 255, 122, 0.8);
	color: #bdff7a;
	box-shadow: 0px 0px 10px 7px rgba(189, 255, 122, 0.3);
}

section.ap__section-1 .s1__left .s1__cta a:hover .cta-blur {
	opacity: 1;
	transform: scaleY(1);
}

section.ap__section-1 .s1__left .s1__cta a .cta-blur {
	transform-origin: center bottom;
	opacity: 0;
	transition: inherit;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	transform: scaleY(0);
	background: radial-gradient(60% 90% at center bottom, rgba(189, 255, 122, 0.5), rgba(29, 170, 145, 0));
}

section.ap__section-1 .s1__left .s1__cta:hover .effect-container {
	opacity: 1;
}

section.ap__section-1 .s1__left .s1__cta:hover .effect-container .sparkle.sp-1 {
	animation: moveSparkle 1.4s linear infinite forwards;
}

section.ap__section-1 .s1__left .s1__cta:hover .effect-container .sparkle.sp-2 {
	animation: moveSparkle 0.8s linear infinite forwards;
}

section.ap__section-1 .s1__left .s1__cta:hover .effect-container .sparkle.sp-3 {
	animation: moveSparkle 1.2s linear infinite forwards;
}

section.ap__section-1 .s1__left .s1__cta:hover .effect-container .sparkle.sp-4 {
	animation: moveSparkle 1.3s linear infinite forwards;
}

section.ap__section-1 .s1__left .s1__cta:hover .effect-container .sparkle.sp-5 {
	animation: moveSparkle 1.1s linear infinite forwards;
}

section.ap__section-1 .s1__left .s1__cta:hover .effect-container .sparkle.sp-6 {
	animation: moveSparkle 1s linear infinite forwards;
}

section.ap__section-1 .s1__right {
	flex: 1 1 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

section.ap__section-1 .s1__right .s1__chart-container {
	display: flex;
	flex-flow: column nowrap;
	position: relative;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__image {
	mask-image: linear-gradient(to right, transparent 2%, #fff 4%, #fff 96%, transparent 98%);
	-webkit-mask-image: linear-gradient(to right, transparent 2%, #fff 4%, #fff 96%, transparent 98%);
}

section.ap__section-1 .s1__right .s1__chart-container .chart__image svg circle {
	position: relative;
	z-index: 10;
	transition: all 0.5s ease;
	offset-path: path("M0 274.5C203.5 274.5 459 216.5 600 0.5");
	offset-distance: 0px;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__image svg path#motionPath {
	stroke-dasharray: 700;
	stroke-dashoffset: 700;
	transition: stroke-dashoffset 1s ease-in-out;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__image svg path#gradientPath {
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons {
	display: flex;
	gap: 1rem;
	position: relative;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn {
	opacity: 0;
	flex: 1 1 0;
	border-radius: 100px;
	font-size: 13px;
	line-height: 1;
	color: rgba(189, 255, 122, 0.6);
	border: 1px solid rgba(189, 255, 122, 0.1);
	background: rgba(189, 255, 122, 0.05);
	transition: all 0.5s ease;
	position: relative;
	cursor: pointer;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn .btn__text-cont {
	padding: 6px 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	overflow: hidden;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn .btn__text-cont .sales-word {
	font-size: inherit;
	line-height: 1;
	transition: all 0.5s ease;
	opacity: 0;
	width: 0px;
	color: inherit;
	transform: translateY(10px);
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn .chart__line {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 100%;
	opacity: 0;
	transition: all 0.5s ease;
	z-index: 2;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn .chart__line .chart__tooltip {
	--tooltipBg: #BDFF7A;
	position: absolute;
	top: 0;
	left: 50%;
	width: 100px;
	height: auto;
	background: var(--tooltipBg);
	border-radius: 6px;
	color: #0e1118;
	transform: translateY(-190%) translateX(-50%);
	padding: 10px;
	display: flex;
	flex-flow: column nowrap;
	gap: 6px;
	align-items: flex-start;
	justify-content: center;
	transition: all .5s ease;
	transition-delay: .5s;
	opacity: 0;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn .chart__line .chart__tooltip span {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.1;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn .chart__line .chart__tooltip .scramble-container {
	line-height: 1;
	display: flex;
	flex-flow: row nowrap;
	gap: 0.5px;
	height: 17px;
	overflow: hidden;
	padding: 0 2px 0 0;
	font-weight: 600;
	line-height: 1;
	font-size: 18px;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn .chart__line .chart__tooltip .scramble-container .fixed-word {
	font-family: monospace;
	width: 1ch;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn .chart__line .chart__tooltip .scramble-container .single-word {
	font-family: monospace;
	width: 1ch;
	transition: all 0.5s ease;
	transition-delay: 0s;
	transform: translateY(0);
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn .chart__line .chart__tooltip::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(95%);
	bottom: 0;
	width: 20px;
	height: 20px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid var(--tooltipBg);
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn .chart__line svg {
	--chartBtnHeight: 27px;
	transition: all .8s ease;
	transition-delay: .5s;
	width: 2px;
	height: calc(100% - var(--chartBtnHeight));
	position: absolute;
	bottom: var(--chartBtnHeight);
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	transform-origin: center bottom;
	opacity: 0;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn.active .chart__line .chart__tooltip .scramble-container .single-word {
	transform: translateY(-17px);
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn.active .chart__line .chart__tooltip .scramble-container .single-word:nth-of-type(1) {
	transition-delay: var(--entrance);
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn.active .chart__line .chart__tooltip .scramble-container .single-word:nth-of-type(2) {
	transition-delay: var(--entrance);
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn.active .chart__line .chart__tooltip .scramble-container .single-word:nth-of-type(3) {
	transition-delay: var(--entrance);
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn.active .chart__line .chart__tooltip .scramble-container .single-word:nth-of-type(4) {
	transition-delay: var(--entrance);
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn.active .chart__line .chart__tooltip .scramble-container .single-word:nth-of-type(5) {
	transition-delay: var(--entrance);
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn.active .chart__line .chart__tooltip .scramble-container .single-word:nth-of-type(6) {
	transition-delay: var(--entrance);
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn.active .chart__line .chart__tooltip .scramble-container .single-word:nth-of-type(7) {
	transition-delay: var(--entrance);
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn.active .chart__line .chart__tooltip .scramble-container .single-word:nth-of-type(8) {
	transition-delay: var(--entrance);
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn.active .chart__line .chart__tooltip .scramble-container .single-word:nth-of-type(9) {
	transition-delay: var(--entrance);
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn.active .chart__line .chart__tooltip .scramble-container .single-word:nth-of-type(10) {
	transition-delay: var(--entrance);
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn.active:nth-of-type(1) {
	color: #bdff7a;
	border: 1px solid rgba(189, 255, 122, 0.3);
	background: rgba(189, 255, 122, 0.2);
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn.active:nth-of-type(1) .btn__text-cont .sales-word {
	color: inherit;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn.active:nth-of-type(2) {
	color: #9FFD90;
	border: 1px solid rgba(159, 253, 144, 0.3);
	background: rgba(159, 253, 144, 0.2);
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn.active:nth-of-type(2) .btn__text-cont .sales-word {
	color: inherit;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn.active:nth-of-type(3) {
	color: #82FAA6;
	border: 1px solid rgba(130, 250, 166, 0.3);
	background: rgba(130, 250, 166, 0.2);
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn.active:nth-of-type(3) .btn__text-cont .sales-word {
	color: inherit;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn.active:nth-of-type(4) {
	color: #64F8BD;
	border: 1px solid rgba(100, 248, 189, 0.3);
	background: rgba(100, 248, 189, 0.2);
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn.active:nth-of-type(4) .btn__text-cont .sales-word {
	color: inherit;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn.active:nth-of-type(5) {
	color: #46F5D3;
	border: 1px solid rgba(70, 245, 211, 0.3);
	background: rgba(70, 245, 211, 0.2);
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn.active:nth-of-type(5) .btn__text-cont .sales-word {
	color: inherit;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn.active:nth-of-type(6) {
	color: #29F3E9;
	border: 1px solid rgba(41, 243, 233, 0.3);
	background: rgba(41, 243, 233, 0.2);
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn.active:nth-of-type(6) .btn__text-cont .sales-word {
	color: inherit;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn.active:nth-of-type(7) {
	color: #0BF0FF;
	border: 1px solid rgba(11, 240, 255, 0.3);
	background: rgba(11, 240, 255, 0.2);
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn.active:nth-of-type(7) .btn__text-cont .sales-word {
	color: inherit;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn.active .btn__text-cont .sales-word {
	opacity: 1;
	width: 32px;
	padding-left: 4px;
	transform: translateY(0px);
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn.active .chart__line {
	opacity: 1;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn.active .chart__line .chart__tooltip {
	transform: translateY(-170%) translateX(-50%);
	opacity: 1;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn.active .chart__line svg {
	opacity: 1;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn:nth-of-type(1) {
	transition-delay: 0s;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn:nth-of-type(1) .btn__text-cont .sales-word {
	color: #BDFF7A;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn:nth-of-type(1) .chart__line {
	height: 97px;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn:nth-of-type(1) .chart__line .chart__tooltip {
	--tooltipBg: #BDFF7A;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn:nth-of-type(2) {
	transition-delay: 0.1s;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn:nth-of-type(2) .btn__text-cont .sales-word {
	color: #9FFD90;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn:nth-of-type(2) .chart__line {
	height: 107px;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn:nth-of-type(2) .chart__line .chart__tooltip {
	--tooltipBg: #9FFD90;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn:nth-of-type(3) {
	transition-delay: 0.2s;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn:nth-of-type(3) .btn__text-cont .sales-word {
	color: #82FAA6;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn:nth-of-type(3) .chart__line {
	height: 122px;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn:nth-of-type(3) .chart__line .chart__tooltip {
	--tooltipBg: #82FAA6;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn:nth-of-type(4) {
	transition-delay: 0.3s;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn:nth-of-type(4) .btn__text-cont .sales-word {
	color: #64F8BD;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn:nth-of-type(4) .chart__line {
	height: 146px;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn:nth-of-type(4) .chart__line .chart__tooltip {
	--tooltipBg: #64F8BD;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn:nth-of-type(5) {
	transition-delay: 0.4s;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn:nth-of-type(5) .btn__text-cont .sales-word {
	color: #46F5D3;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn:nth-of-type(5) .chart__line {
	height: 182px;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn:nth-of-type(5) .chart__line .chart__tooltip {
	--tooltipBg: #46F5D3;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn:nth-of-type(6) {
	transition-delay: 0.5s;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn:nth-of-type(6) .btn__text-cont .sales-word {
	color: #29F3E9;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn:nth-of-type(6) .chart__line {
	height: 234px;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn:nth-of-type(6) .chart__line .chart__tooltip {
	--tooltipBg: #29F3E9;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn:nth-of-type(7) {
	transition-delay: 0.6s;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn:nth-of-type(7) .btn__text-cont .sales-word {
	color: #0BF0FF;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn:nth-of-type(7) .chart__line {
	height: 312px;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__buttons .chart__btn:nth-of-type(7) .chart__line .chart__tooltip {
	--tooltipBg: #0BF0FF;
}

section.ap__section-1 .s1__right .s1__chart-container .chart__disclaimer {
	position: absolute;
	bottom: 0;
	transform: translateY(150%);
	right: 0;
	margin-top: 1.5rem;
	width: 100%;
	text-align: right;
	color: rgba(189, 255, 122, 0.6);
	font-size: 13px;
	font-weight: 400;
	transition: all 0.5s ease;
	opacity: 0;
}

.ap__section-2 {
	padding: 12rem 0;
	position: relative;
	z-index: 9;
}

.ap__section-2 .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
	position: relative;
	z-index: 10;
}

.ap__section-2 .dots {
	position: absolute;
	z-index: -2;
	width: 100%;
	height: 50%;
	bottom: 0;
}

.ap__section-2 .dots .dot {
	position: absolute;
	height: 3px;
	width: 3px;
	filter: blur(1px);
	animation: dot-hover 5s ease-in-out infinite alternate;
}

.ap__section-2 .dots .dot-1 {
	top: 30%;
	left: 49%;
	background: rgba(255, 255, 255, 0.7);
}

.ap__section-2 .dots .dot-2 {
	top: 70%;
	left: 16%;
	background: rgba(255, 255, 255, 0.7);
}

.ap__section-2 .dots .dot-3 {
	top: 64%;
	left: 72%;
	background: rgba(255, 255, 255, 0.7);
}

.ap__section-2 .dots .dot-4 {
	top: 42%;
	left: 29%;
	background: rgba(255, 255, 255, 0.2);
}

.ap__section-2 .dots .dot-5 {
	top: 48%;
	left: 100%;
	background: rgba(255, 255, 255, 0.3);
}

.ap__section-2 .dots .dot-6 {
	top: 24%;
	left: 22%;
	background: rgba(255, 255, 255, 0.2);
}

.ap__section-2 .dots .dot-7 {
	top: 44%;
	left: 39%;
	background: rgba(255, 255, 255, 0.6);
}

.ap__section-2 .dots .dot-8 {
	top: 7%;
	left: 47%;
	background: rgba(255, 255, 255, 0.6);
}

.ap__section-2 .dots .dot-9 {
	top: 66%;
	left: 70%;
	background: rgba(255, 255, 255, 0.7);
}

.ap__section-2 .dots .dot-10 {
	top: 76%;
	left: 43%;
	background: rgba(255, 255, 255, 0.5);
}

.ap__section-2 .dots .dot-11 {
	top: 83%;
	left: 79%;
	background: rgba(255, 255, 255, 0.2);
}

.ap__section-2 .dots .dot-12 {
	top: 29%;
	left: 60%;
	background: rgba(255, 255, 255, 0.4);
}

.ap__section-2 .dots .dot-13 {
	top: 65%;
	left: 73%;
	background: rgba(255, 255, 255, 0.4);
}

.ap__section-2 .dots .dot-14 {
	top: 89%;
	left: 31%;
	background: rgba(255, 255, 255, 0.2);
}

.ap__section-2 .dots .dot-15 {
	top: 86%;
	left: 46%;
	background: rgba(255, 255, 255, 0.3);
}

.ap__section-2 .dots .dot-16 {
	top: 81%;
	left: 7%;
	background: rgba(255, 255, 255, 0.5);
}

.ap__section-2 .dots .dot-17 {
	top: 89%;
	left: 24%;
	background: rgba(255, 255, 255, 0.4);
}

.ap__section-2 .dots .dot-18 {
	top: 98%;
	left: 99%;
	background: rgba(255, 255, 255, 0.2);
}

.ap__section-2 .dots .dot-19 {
	top: 79%;
	left: 80%;
	background: rgba(255, 255, 255, 0.4);
}

.ap__section-2 .dots .dot-20 {
	top: 42%;
	left: 28%;
	background: rgba(255, 255, 255, 0.5);
}

.ap__section-2 .dots .dot-21 {
	top: 17%;
	left: 11%;
	background: rgba(255, 255, 255, 0.3);
}

.ap__section-2 .dots .dot-22 {
	top: 96%;
	left: 16%;
	background: rgba(255, 255, 255, 0.7);
}

.ap__section-2 .dots .dot-23 {
	top: 34%;
	left: 2%;
	background: rgba(255, 255, 255, 0.5);
}

.ap__section-2 .dots .dot-24 {
	top: 49%;
	left: 57%;
	background: rgba(255, 255, 255, 0.3);
}

.ap__section-2 .dots .dot-25 {
	top: 94%;
	left: 13%;
	background: rgba(255, 255, 255, 0.6);
}

.ap__section-2 .dots .dot-26 {
	top: 79%;
	left: 11%;
	background: rgba(255, 255, 255, 0.2);
}

.ap__section-2 .dots .dot-27 {
	top: 37%;
	left: 2%;
	background: rgba(255, 255, 255, 0.6);
}

.ap__section-2 .dots .dot-28 {
	top: 48%;
	left: 24%;
	background: rgba(255, 255, 255, 0.2);
}

.ap__section-2 .dots .dot-29 {
	top: 81%;
	left: 54%;
	background: rgba(255, 255, 255, 0.5);
}

.ap__section-2 .dots .dot-30 {
	top: 64%;
	left: 92%;
	background: rgba(255, 255, 255, 0.2);
}

.ap__section-2 .dots .dot-31 {
	top: 71%;
	left: 70%;
	background: rgba(255, 255, 255, 0.4);
}

.ap__section-2 .dots .dot-32 {
	top: 85%;
	left: 43%;
	background: rgba(255, 255, 255, 0.5);
}

.ap__section-2 .dots .dot-33 {
	top: 55%;
	left: 100%;
	background: rgba(255, 255, 255, 0.6);
}

.ap__section-2 .dots .dot-34 {
	top: 30%;
	left: 54%;
	background: rgba(255, 255, 255, 0.7);
}

.ap__section-2 .dots .dot-35 {
	top: 10%;
	left: 10%;
	background: rgba(255, 255, 255, 0.5);
}

.ap__section-2 .dots .dot-36 {
	top: 31%;
	left: 14%;
	background: rgba(255, 255, 255, 0.4);
}

.ap__section-2 .dots .dot-37 {
	top: 41%;
	left: 40%;
	background: rgba(255, 255, 255, 0.2);
}

.ap__section-2 .dots .dot-38 {
	top: 9%;
	left: 55%;
	background: rgba(255, 255, 255, 0.3);
}

.ap__section-2 .dots .dot-39 {
	top: 85%;
	left: 33%;
	background: rgba(255, 255, 255, 0.4);
}

.ap__section-2 .dots .dot-40 {
	top: 45%;
	left: 18%;
	background: rgba(255, 255, 255, 0.7);
}

.ap__section-2 .dots .dot-1 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .dots .dot-2 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .dots .dot-3 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .dots .dot-4 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .dots .dot-5 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .dots .dot-6 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .dots .dot-7 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .dots .dot-8 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .dots .dot-9 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .dots .dot-10 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .dots .dot-11 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .dots .dot-12 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .dots .dot-13 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .dots .dot-14 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .dots .dot-15 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .dots .dot-16 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .dots .dot-17 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .dots .dot-18 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .dots .dot-19 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .dots .dot-20 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .s2__top-heading {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
}

.ap__section-2 .s2__bottom-heading {
	font-size: 6rem;
	line-height: 1.2;
	font-weight: 800;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	background: linear-gradient(40deg, rgba(189, 255, 122, 0.17) 20%, #BDFF7A, #0BF0FF, rgba(11, 240, 255, 0.17) 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	display: block;
	text-align: center;
}

.ap__section-2 .bento-wrapper {
	margin-top: 2rem;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
}

.ap__section-2 .bento-wrapper .bento-grid {
	display: grid;
	grid-template-areas: "a b c" "a d d";
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: 1fr min-content;
	gap: 10px;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item {
	transition: --lg-color-1 0.6s, --lg-color-2 0.6s;
	border-radius: 10px;
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
	padding: 2rem;
	position: relative;
	overflow: hidden;
	transition: all 0.8s ease;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item h2.bi__title {
	margin: 0;
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.4;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item p.bi__text {
	margin: 0;
	font-size: 15px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 400;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots {
	position: absolute;
	z-index: -2;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot {
	position: absolute;
	height: 3px;
	width: 3px;
	filter: blur(1px);
	animation: dot-hover 5s ease-in-out infinite alternate;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-1 {
	top: 73%;
	left: 55%;
	background: rgba(255, 255, 255, 0.6);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-2 {
	top: 3%;
	left: 13%;
	background: rgba(255, 255, 255, 0.4);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-3 {
	top: 54%;
	left: 90%;
	background: rgba(255, 255, 255, 0.8);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-4 {
	top: 100%;
	left: 31%;
	background: rgba(255, 255, 255, 0.3);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-5 {
	top: 81%;
	left: 97%;
	background: rgba(255, 255, 255, 0.4);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-6 {
	top: 54%;
	left: 46%;
	background: rgba(255, 255, 255, 0.6);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-7 {
	top: 46%;
	left: 40%;
	background: rgba(255, 255, 255, 0.9);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-8 {
	top: 78%;
	left: 56%;
	background: rgba(255, 255, 255, 0.4);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-9 {
	top: 17%;
	left: 96%;
	background: rgba(255, 255, 255, 0.4);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-10 {
	top: 79%;
	left: 68%;
	background: rgba(255, 255, 255, 0.8);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-11 {
	top: 90%;
	left: 52%;
	background: rgba(255, 255, 255, 0.6);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-12 {
	top: 74%;
	left: 88%;
	background: rgba(255, 255, 255, 0.4);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-13 {
	top: 72%;
	left: 60%;
	background: rgba(255, 255, 255, 0.9);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-14 {
	top: 53%;
	left: 51%;
	background: rgba(255, 255, 255, 0.4);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-15 {
	top: 19%;
	left: 30%;
	background: rgba(255, 255, 255, 0.6);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-16 {
	top: 37%;
	left: 38%;
	background: rgba(255, 255, 255, 0.4);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-17 {
	top: 43%;
	left: 93%;
	background: rgba(255, 255, 255, 0.9);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-18 {
	top: 39%;
	left: 14%;
	background: rgba(255, 255, 255, 0.3);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-19 {
	top: 82%;
	left: 11%;
	background: rgba(255, 255, 255, 0.3);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-20 {
	top: 98%;
	left: 20%;
	background: rgba(255, 255, 255, 0.5);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-21 {
	top: 64%;
	left: 5%;
	background: rgba(255, 255, 255, 0.3);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-22 {
	top: 10%;
	left: 75%;
	background: rgba(255, 255, 255, 0.8);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-23 {
	top: 58%;
	left: 96%;
	background: rgba(255, 255, 255, 0.6);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-24 {
	top: 62%;
	left: 81%;
	background: rgba(255, 255, 255, 0.3);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-25 {
	top: 23%;
	left: 71%;
	background: rgba(255, 255, 255, 0.3);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-26 {
	top: 3%;
	left: 12%;
	background: rgba(255, 255, 255, 0.4);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-27 {
	top: 76%;
	left: 7%;
	background: rgba(255, 255, 255, 0.7);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-28 {
	top: 3%;
	left: 26%;
	background: rgba(255, 255, 255, 0.7);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-29 {
	top: 84%;
	left: 99%;
	background: rgba(255, 255, 255, 0.5);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-30 {
	top: 71%;
	left: 98%;
	background: rgba(255, 255, 255, 0.6);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-31 {
	top: 25%;
	left: 92%;
	background: rgba(255, 255, 255, 0.7);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-32 {
	top: 90%;
	left: 30%;
	background: rgba(255, 255, 255, 0.3);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-33 {
	top: 12%;
	left: 20%;
	background: rgba(255, 255, 255, 0.4);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-34 {
	top: 43%;
	left: 77%;
	background: rgba(255, 255, 255, 0.8);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-35 {
	top: 51%;
	left: 71%;
	background: rgba(255, 255, 255, 0.7);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-36 {
	top: 87%;
	left: 32%;
	background: rgba(255, 255, 255, 0.4);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-37 {
	top: 39%;
	left: 77%;
	background: rgba(255, 255, 255, 0.5);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-38 {
	top: 4%;
	left: 50%;
	background: rgba(255, 255, 255, 0.4);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-39 {
	top: 93%;
	left: 39%;
	background: rgba(255, 255, 255, 0.4);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-40 {
	top: 43%;
	left: 95%;
	background: rgba(255, 255, 255, 0.7);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-1 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-2 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-3 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-4 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-5 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-6 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-7 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-8 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-9 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-10 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-11 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-12 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-13 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-14 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-15 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-16 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-17 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-18 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-19 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .dots .dot-20 {
	animation: dot-hover-r 6s ease-in-out infinite alternate;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .bi__bg-icon {
	position: absolute;
	right: -15%;
	bottom: 0%;
	z-index: -1;
	opacity: 0.5;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item .bi__bg-icon img {
	height: 400px;
	width: auto;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item.bi__a {
	min-height: 500px;
	grid-area: a;
	justify-content: flex-end;
	background-image: linear-gradient(150deg, transparent 25%, 55%, #03484c 75%, 90%, #719949);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item.bi__b {
	grid-area: b;
	background-image: linear-gradient(50deg, transparent 25%, 55%, #03484c 75%, 90%, #84b355);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item.bi__b .list__ul {
	display: flex;
	flex-flow: column nowrap;
	align-items: flex-start;
	gap: 6px;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item.bi__b .list__ul div {
	padding: 4px 10px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	background: rgba(255, 255, 255, 0.03);
	border-radius: 6px;
	font-size: 13px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 400;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item.bi__b .bi__bg-icon {
	mask-image: linear-gradient(120deg, transparent, #fff);
	right: -35%;
	bottom: -35%;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item.bi__c {
	grid-area: c;
	background-image: linear-gradient(-50deg, transparent 25%, 55%, #03484c 75%, 90%, #84b355);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item.bi__c .bi__bg-icon {
	mask-image: linear-gradient(150deg, transparent 10%, 50%, #fff);
	right: -35%;
	bottom: -35%;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item.bi__d {
	padding: 0;
	grid-area: d;
	display: flex;
	gap: 0;
	flex-flow: row nowrap;
	background-image: linear-gradient(-150deg, transparent 25%, 55%, #03484c 75%, 90%, #719949);
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item.bi__d .bid__item {
	flex: 1 1 0;
	display: flex;
	flex-flow: column nowrap;
	gap: 10px;
	padding: 2rem;
	position: relative;
	overflow: hidden;
	transition: all 0.8s ease;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item.bi__d .bid__item h2.bid__title {
	margin: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item.bi__d .bid__item p.bid__text {
	margin: 0;
	font-size: 15px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 400;
}

.ap__section-2 .bento-wrapper .bento-grid .bento-item.bi__d .bid__line {
	height: 90%;
	align-self: center;
	width: 1px;
	background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.ap__section-3 {
	padding: 8rem 0;
	position: relative;
	z-index: 9;
}

.ap__section-3 .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
	position: relative;
	z-index: 10;
}

.ap__section-3 .s3__heading .s3__h2 {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.ap__section-3 .s3__heading .s3__h2 span {
	font-weight: 700;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	display: block;
	width: fit-content;
	margin: 0 auto;
}

.ap__section-3 .s3__steps {
	margin-top: 14rem;
	display: flex;
	flex-flow: row nowrap;
	gap: 2rem;
}

.ap__section-3 .s3__steps .s3__step {
	flex: 1 1 0;
	position: relative;
	display: flex;
	flex-flow: column nowrap;
}

.ap__section-3 .s3__steps .s3__step .step__number {
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(-80%);
	font-weight: 800;
	font-size: 14rem;
	margin: 0;
	padding: 0;
	background: linear-gradient(to top, transparent 5%, 25%, #03484c 55%, 80%, #84b355);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	width: fit-content;
	line-height: 1;
}

.ap__section-3 .s3__steps .s3__step .step__card {
	height: 100%;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	backdrop-filter: blur(10px);
}

.ap__section-3 .s3__steps .s3__step .step__card::before {
	content: "";
	position: absolute;
	inset: 0;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	padding: 2px;
	border-radius: 15px;
	filter: blur(8px);
	background-image: linear-gradient(to top, transparent 5%, 35%, #03484c 75%, 90%, #719949);
}

.ap__section-3 .s3__steps .s3__step .step__card .step__img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.ap__section-3 .s3__steps .s3__step .step__card .step__img img {
	width: 100%;
	height: auto;
}

.ap__section-3 .s3__steps .s3__step .step__title {
	margin: 0;
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 10px;
}

.ap__section-3 .s3__steps .s3__step .step__title sup {
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: fit-content;
}

.ap__section-3 .s3__steps .s3__step .step__text {
	margin: 0;
	font-size: 15px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.6);
	font-weight: 400;
}

.ap__section-3 .s3__steps .s3__step:nth-of-type(3) .step__card .step__img img {
	width: 85%;
}

.ap__section-3 .s3__cta-wrapper {
	margin-top: 5rem;
	display: flex;
	flex-flow: column nowrap;
	gap: 1rem;
}

.ap__section-3 .s3__cta-wrapper .s3__cta {
	display: flex;
	justify-content: center;
}

.ap__section-3 .s3__cta-wrapper .cta__title {
	margin: 2rem 0 0;
	padding-top: 2rem;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	color: white;
	position: relative;
}

.ap__section-3 .s3__cta-wrapper .cta__title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: 1px;
	background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.ap__section-3 .s3__cta-wrapper .cta__paragraph {
	margin: 0;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
}

.ap__section-3 .s3__cta-wrapper .cta__paragraph a {
	display: inline-block;
	padding: 4px 8px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.05);
	line-height: 1;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8);
	border-radius: 4px;
	font-size: 13px;
	margin: 0 4px;
	transition: all 0.5s ease;
}

.ap__section-3 .s3__cta-wrapper .cta__paragraph a:hover {
	border: 1px solid rgba(29, 170, 145, 0.4);
	background: rgba(29, 170, 145, 0.1);
	color: #03c3a1;
}

.ap__section-4 {
	padding: 8rem 0;
	position: relative;
	z-index: 9;
}

.ap__section-4 .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
	position: relative;
	z-index: 10;
}

.ap__section-4 .s4__wrapper {
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	padding: 10px;
}

.ap__section-4 .s4__wrapper .s4__inner {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	background: radial-gradient(110% 100% at 50% 5%, transparent 40%, #03484c 60%, #719949 100%);
	border-radius: 10px;
	padding: 3rem 2rem;
	gap: 2rem;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__title {
	margin: 0;
	color: #fff;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.2;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__title span {
	display: block;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	width: fit-content;
	margin: 0 auto;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__items {
	display: flex;
	flex-flow: row wrap;
	max-width: 65%;
	margin: 0 auto;
	gap: 6px;
	justify-content: center;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__items .s4__item {
	flex: 0 0 auto;
	padding: 4px 10px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.12), transparent);
	border-radius: 6px;
	font-size: 14px;
	line-height: 1.4;
	color: white;
	font-weight: 400;
	display: flex;
	flex-flow: row nowrap;
	gap: 3px;
	align-items: center;
	opacity: 0.2;
	transition: all 0.8s ease;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__items .s4__item svg {
	stroke: white;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__items .s4__item.active {
	opacity: 1;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta {
	margin-top: 1rem;
	transition: all 1s ease;
	position: relative;
	border-radius: 16px;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container {
	transition: all 0.5s ease;
	opacity: 0;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .sparkle {
	transition: all 0.7s ease-in-out;
	width: auto;
	position: absolute;
	display: flex;
	align-items: center;
	flex-flow: column nowrap;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .sparkle .s__blur {
	width: 12px;
	height: 12px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.7);
	filter: blur(6px);
	position: relative;
	z-index: 1;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .sparkle .s__line {
	width: 1px;
	height: 40px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), transparent);
	border-radius: 2px;
	margin-top: -7px;
	position: relative;
	z-index: 2;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .sparkle.sp-1 {
	left: 10%;
	bottom: 0;
	transform: translateY(100px);
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .sparkle.sp-2 {
	left: 30%;
	bottom: 0;
	transform: translateY(80px);
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .sparkle.sp-3 {
	left: 70%;
	bottom: 0;
	transform: translateY(120px);
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .sparkle.sp-4 {
	left: 90%;
	bottom: 0;
	transform: translateY(90px);
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .sparkle.sp-5 {
	left: 80%;
	bottom: 0;
	transform: translateY(160px);
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .sparkle.sp-6 {
	left: 20%;
	bottom: 0;
	transform: translateY(70px);
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .dot {
	position: absolute;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .dot.dt-1 {
	width: 2px;
	height: 2px;
	bottom: 70%;
	left: 10%;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	animation: dotLevitation 12s ease-in-out infinite;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .dot.dt-2 {
	width: 3px;
	height: 3px;
	bottom: 30%;
	left: 20%;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation-alt 10s ease-in-out infinite;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .dot.dt-3 {
	width: 2px;
	height: 2px;
	bottom: 45%;
	left: 30%;
	background: rgba(255, 255, 255, 0.4);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
	animation: dotLevitation 12s ease-in-out infinite;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .dot.dt-4 {
	width: 2px;
	height: 2px;
	bottom: 50%;
	left: 40%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
	animation: dotLevitation-alt 14s ease-in-out infinite;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .dot.dt-5 {
	width: 3px;
	height: 3px;
	bottom: 10%;
	left: 50%;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	animation: dotLevitation 11s ease-in-out infinite;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .dot.dt-6 {
	width: 2px;
	height: 2px;
	bottom: 60%;
	left: 60%;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation-alt 13s ease-in-out infinite;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .dot.dt-7 {
	width: 3px;
	height: 3px;
	bottom: 70%;
	left: 80%;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
	animation: dotLevitation 15s ease-in-out infinite;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .dot.dt-8 {
	width: 2px;
	height: 2px;
	bottom: 25%;
	left: 80%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
	animation: dotLevitation-alt 12s ease-in-out infinite;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .dot.dt-9 {
	width: 2px;
	height: 2px;
	bottom: 32%;
	left: 8%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	animation: dotLevitation 10s ease-in-out infinite;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .dot.dt-10 {
	width: 3px;
	height: 3px;
	bottom: 55%;
	left: 100%;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation-alt 14s ease-in-out infinite;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .dot.dt-11 {
	width: 2px;
	height: 2px;
	bottom: 15%;
	left: 85%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
	animation: dotLevitation 11s ease-in-out infinite;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .dot.dt-12 {
	width: 2px;
	height: 2px;
	bottom: 90%;
	left: 95%;
	background: rgba(255, 255, 255, 0.4);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation-alt 10s ease-in-out infinite;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .dot.dt-13 {
	width: 3px;
	height: 3px;
	bottom: 40%;
	left: 65%;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
	animation: dotLevitation 12s ease-in-out infinite;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .dot.dt-14 {
	width: 2px;
	height: 2px;
	bottom: 65%;
	left: 90%;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	animation: dotLevitation-alt 13s ease-in-out infinite;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .dot.dt-15 {
	width: 3px;
	height: 3px;
	bottom: 75%;
	left: 45%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
	animation: dotLevitation 15s ease-in-out infinite;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .dot.dt-16 {
	width: 2px;
	height: 2px;
	bottom: 65%;
	left: 25%;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation-alt 12s ease-in-out infinite;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .dot.dt-17 {
	width: 2px;
	height: 2px;
	bottom: 30%;
	left: 55%;
	background: rgba(255, 255, 255, 0.4);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
	animation: dotLevitation 11s ease-in-out infinite;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .dot.dt-18 {
	width: 3px;
	height: 3px;
	bottom: 20%;
	left: 15%;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	animation: dotLevitation-alt 14s ease-in-out infinite;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .dot.dt-19 {
	width: 3px;
	height: 3px;
	bottom: 75%;
	left: 70%;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation 10s ease-in-out infinite;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta .effect-container .dot.dt-20 {
	width: 2px;
	height: 2px;
	bottom: 50%;
	left: 40%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
	animation: dotLevitation-alt 12s ease-in-out infinite;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta a {
	transition: all 0.6s ease;
	display: flex;
	justify-content: center;
	align-self: center;
	padding: 1.25rem 2rem;
	text-align: center;
	background: rgba(255, 255, 255, 0.05);
	border: 2px solid rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 10px 3px rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.8);
	border-radius: 16px;
	line-height: 1;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	position: relative;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta a:hover {
	background: rgba(255, 255, 255, 0.2);
	border: 2px solid rgba(255, 255, 255, 0.8);
	color: white;
	box-shadow: 0px 0px 10px 7px rgba(255, 255, 255, 0.3);
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta a:hover::before {
	opacity: 1;
	height: 100%;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta a::before {
	content: '';
	opacity: 0;
	transition: inherit;
	position: absolute;
	width: 100%;
	height: 0%;
	bottom: 0;
	background: radial-gradient(60% 90% at center bottom, rgba(255, 255, 255, 0.5), rgba(29, 170, 145, 0));
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta:hover .effect-container {
	opacity: 1;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta:hover .effect-container .sparkle.sp-1 {
	animation: moveSparkle 1.4s linear infinite forwards;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta:hover .effect-container .sparkle.sp-2 {
	animation: moveSparkle 0.8s linear infinite forwards;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta:hover .effect-container .sparkle.sp-3 {
	animation: moveSparkle 1.2s linear infinite forwards;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta:hover .effect-container .sparkle.sp-4 {
	animation: moveSparkle 1.3s linear infinite forwards;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta:hover .effect-container .sparkle.sp-5 {
	animation: moveSparkle 1.1s linear infinite forwards;
}

.ap__section-4 .s4__wrapper .s4__inner .s4__cta:hover .effect-container .sparkle.sp-6 {
	animation: moveSparkle 1s linear infinite forwards;
}

.ap__section-5 {
	padding: 8rem 0;
}

.ap__section-5 .container .qw__info .qwi__heading h2.fp__h2 {
	margin: 0;
	color: #fff;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.2;
}

.ap__section-5 .container .qw__info .qwi__heading h2.fp__h2 span {
	display: block;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	width: fit-content;
	text-align: left;
}

.ap__section-5 .container .qw__info .qwi__text p {
	margin-top: 1rem;
	color: rgba(255, 255, 255, 0.8);
	text-align: left;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
}

.ap__section-6 {
	padding: 8rem 0;
	margin: 0;
}

.ap__section-6 .container h2 {
	margin: 10px 0;
	color: #fff;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	line-height: 1.2;
}

.ap__section-6 .container h2 span {
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	width: fit-content;
	text-align: left;
}

.ap__section-6 .container .partner__info .sub-text {
	color: rgba(255, 255, 255, 0.6);
}

.ap__section-6 .container .partner__info .business-info {
	margin: 2rem 0;
}

.ap__section-7 {
	padding: 8rem 0;
	position: relative;
	z-index: 9;
}

.ap__section-7 .container {
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
	position: relative;
	z-index: 10;
}

.ap__section-7 .s7__heading .s7__h2 {
	line-height: 1.2;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
	background: linear-gradient(to right, rgba(255, 255, 255, 0.3) 10%, white 50%, rgba(255, 255, 255, 0.3) 90%);
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	padding-bottom: 4px;
}

.ap__section-7 .s7__heading .s7__h2 span {
	font-weight: 700;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	display: block;
	width: fit-content;
	margin: 0 auto;
}

.ap__section-7 .s7__stats {
	margin-top: 4rem;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	gap: 1rem;
}

.ap__section-7 .s7__stats .s7__stat {
	flex: 1 1 0;
	display: flex;
	flex-flow: column nowrap;
	gap: 8px;
	align-items: center;
	justify-content: space-between;
}

.ap__section-7 .s7__stats .s7__stat .stat__value {
	line-height: 1;
	font-size: 50px;
	font-weight: 800;
	color: white;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	width: fit-content;
}

.ap__section-7 .s7__stats .s7__stat .stat__text {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
}

.ap__section-7 .s7__stats .stat__line {
	height: 120px;
	align-self: center;
	width: 2px;
	background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.ap__section-7 .s7__box {
	margin-top: 4rem;
	border: 1px solid rgba(22, 148, 125, 0.3);
	border-radius: 16px;
	padding: 10px;
}

.ap__section-7 .s7__box .s7__inner {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	border-radius: 10px;
	padding: 4rem 6rem;
	border: 1px solid rgba(22, 148, 125, 0.5);
	background: rgba(10, 193, 183, 0.02);
	backdrop-filter: blur(50px);
	gap: 10px;
	position: relative;
	overflow: hidden;
}

.ap__section-7 .s7__box .s7__inner .s7__left {
	flex: 1 0 0;
	display: flex;
	flex-flow: column nowrap;
	position: relative;
	z-index: 1;
}

.ap__section-7 .s7__box .s7__inner .s7__left .s7__heading {
	margin: 0;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 1rem;
}

.ap__section-7 .s7__box .s7__inner .s7__left .s7__heading span {
	display: block;
	background: linear-gradient(40deg, #BDFF7A, #0BF0FF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	width: fit-content;
}

.ap__section-7 .s7__box .s7__inner .s7__left .s7__text {
	color: rgba(255, 255, 255, 0.8);
	text-align: left;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	margin: 6px 0;
}

.ap__section-7 .s7__box .s7__inner .s7__left .s7__text a {
	display: inline-block;
	padding: 4px 8px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.05);
	line-height: 1;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8);
	border-radius: 4px;
	font-size: 16px;
	margin: 0 4px;
	transition: all 0.5s ease;
}

.ap__section-7 .s7__box .s7__inner .s7__left .s7__text a:hover {
	border: 1px solid rgba(29, 170, 145, 0.4);
	background: rgba(29, 170, 145, 0.1);
	color: #03c3a1;
}

.ap__section-7 .s7__box .s7__inner .s7__right {
	flex: 1 0 0;
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 1;
}

.ap__section-7 .s7__box .s7__inner .s7__right .s7__cta {
	margin-left: auto;
	display: flex;
}

.ap__section-7 .s7__box .s7__inner .s7__inner-glare {
	position: absolute;
	bottom: 0;
	left: -20%;
	height: 200px;
	width: 100%;
	background: radial-gradient(50% 100% at center bottom, rgba(22, 148, 125, 0.2) 20%, transparent);
	z-index: -1;
}

.ap__section-7 .s7__box .s7__inner .s7__diag-glare {
	position: absolute;
	top: 50%;
	width: 120%;
	height: 120px;
	filter: blur(40px);
	z-index: -1;
}

.ap__section-7 .s7__box .s7__inner .s7__diag-glare.dg1 {
	background: linear-gradient(to right, rgba(189, 255, 122, 0.3) -3.2%, rgba(11, 240, 255, 0.1) 102.91%);
	transform: translateY(-50%) rotate(20deg);
}

.ap__section-7 .s7__box .s7__inner .s7__diag-glare.dg2 {
	height: 90px;
	background: linear-gradient(to right, #03484c 75%, 90%, #71994990);
	transform: translateY(-50%) translateX(30%) rotate(20deg);
}

.v2 .card-1 {
	display: flex;
	padding: 20px 20px 0px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	flex: 1 0 0;
	align-self: stretch;
	border-radius: 10px;
	background: linear-gradient(0deg, rgba(212, 247, 241, 0.05) 0.08%, rgba(212, 247, 241, 0) 99.92%);
	position: relative;
}

@media (max-width: 992px) {
	.v2 .card-1 {
		flex: 1 1 45%;
	}
}

@media (max-width: 768px) {
	.v2 .card-1 {
		flex: 1 1 100%;
	}
}

.v2 .card-1 .c__title {
	color: var(--accent-soft);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

.v2 .card-1 .c__text {
	color: var(--accent-soft);
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	opacity: 0.6;
}

.v2 .card-1 .c__text p {
	margin-bottom: var(--spacing-2);
}

.v2 .card-1 .c__image {
	flex: 0 1 220px;
	width: 100%;
}

.v2 .card-1 .c__image img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	max-height: 220px;
}

.v2 .card-2 {
	display: flex;
	padding: 0px 20px 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	flex: 1 0 25%;
	align-self: stretch;
	border-radius: 10px;
	background: linear-gradient(0deg, rgba(212, 247, 241, 0.05) 0.08%, rgba(212, 247, 241, 0) 99.92%);
	position: relative;
	overflow: hidden;
}

@media (max-width: 992px) {
	.v2 .card-2 {
		flex: 1 1 45%;
	}
}

@media (max-width: 576px) {
	.v2 .card-2 {
		flex: 1 1 100%;
	}
}

.v2 .card-2 .c__title {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

.v2 .card-2 .c__text {
	color: #fff;
	opacity: 0.5;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	opacity: 0.6;
}

.v2 .card-2 .c__text p {
	margin-bottom: var(--spacing-2);
}

.v2 .card-2 .c__image {
	flex: 1 1 170px;
	width: 100%;
	z-index: -1;
}

.v2 .card-2 .c__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

@media (min-width: 576px) and (max-width: 768px) {
	.v2 .card-2 .c__image {
		flex-basis: 120px;
	}
}

.v2 .card-3 {
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	flex: 1 0 25%;
	position: relative;
	padding: var(--spacing-3) var(--spacing-3) 0;
	border-right: 1px solid var(--border);
	row-gap: var(--spacing-3);
}

@media (max-width: 768px) {
	.v2 .card-3 {
		flex: 1 1 100%;
		border-bottom: 1px solid var(--border);
		border-right: none;
	}
}

@media (max-width: 576px) {
	.v2 .card-3 {
		padding: var(--spacing-3) 0 0;
	}
}

.v2 .card-3:first-of-type, .v2 .card-3:last-of-type {
	border-right: none;
}

.v2 .card-3 .left {
	flex: 1 1 100%;
	display: flex;
	flex-flow: column nowrap;
	gap: var(--spacing-3);
}

.v2 .card-3 .right {
	flex: 1 1 100%;
	display: flex;
	flex-flow: column nowrap;
}

.v2 .card-3 .c__title {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

.v2 .card-3 .c__text {
	color: #fff;
	opacity: 0.5;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 140%;
	opacity: 0.6;
}

.v2 .card-3 .c__text p {
	margin-bottom: var(--spacing-2);
}

.v2 .card-3 .c__list {
	display: flex;
	flex-flow: column nowrap;
	gap: var(--spacing-3);
}

.v2 .card-3 .c__list .list-item {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: var(--spacing-2);
}

.v2 .card-3 .c__list .list-item div {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	opacity: 0.9;
}

.v2 .card-3 .c__image {
	flex: 1 1 220px;
	width: 100%;
	display: flex;
	align-items: flex-end;
}

.v2 .card-3 .c__image img {
	width: 100%;
	height: auto;
}

.v2 .card-3.big {
	flex: 1 1 100%;
	border-bottom: 1px solid var(--border);
	min-height: 600px;
	padding: 0;
	gap: 0;
}

@media (max-width: 768px) {
	.v2 .card-3.big {
		min-height: 450px;
	}
}

.v2 .card-3.big .left {
	flex: 1 1 25%;
}

@media (max-width: 1200px) {
	.v2 .card-3.big .left {
		flex: 1 1 35%;
	}
}

@media (max-width: 992px) {
	.v2 .card-3.big .left {
		flex: 1 1 100%;
	}
}

.v2 .card-3.big .right {
	flex: 1 1 75%;
}

@media (max-width: 1200px) {
	.v2 .card-3.big .right {
		flex: 1 1 65%;
	}
}

@media (max-width: 992px) {
	.v2 .card-3.big .right {
		flex: 1 1 100%;
	}
}

.v2 .card-3.big .c__image {
	height: 100%;
	position: relative;
}

.v2 .card-3.big .c__image img {
	position: absolute;
	left: -15%;
	width: 120%;
	max-width: none;
}

@media (max-width: 1200px) {
	.v2 .card-3.big .c__image img {
		left: -30%;
		width: 140%;
	}
}

@media (max-width: 992px) {
	.v2 .card-3.big .c__image img {
		left: 0;
		width: 100%;
	}
}

.v2 .card-4 {
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-end;
	gap: var(--spacing-1);
	padding: var(--spacing-3);
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(10px);
	flex: 1 0 320px;
	overflow: hidden;
}

@media (max-width: 768px) {
	.v2 .card-4 {
		flex: 0 0 350px;
		width: 350px;
	}
}

@media (max-width: 576px) {
	.v2 .card-4 {
		flex: 0 0 320px;
		width: 320px;
	}
}

.v2 .card-4 .c__image {
	flex: 1 1 120px;
}

.v2 .card-4 .c__image img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.v2 .card-4 .c__title {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

@media (max-width: 576px) {
	.v2 .card-4 .c__title {
		font-size: 15px;
	}
}

.v2 .card-4 .c__text {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	opacity: 0.6;
}

@media (max-width: 576px) {
	.v2 .card-4 .c__text {
		font-size: 13px;
	}
}

.v2 .hero-card-wrapper {
	padding: var(--spacing-2);
	flex: 1 1 0;
}

.v2 .hero-card-wrapper:not(:last-of-type) {
	border-right: 1px solid var(--border);
}

@media (max-width: 1200px) {
	.v2 .hero-card-wrapper {
		flex: 1 1 45%;
		border: none !important;
	}
}

@media (max-width: 768px) {
	.v2 .hero-card-wrapper {
		flex: 1 1 100%;
	}
}

.v2 .hero-card-wrapper .hero-card {
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	background: rgba(129, 233, 215, 0.03);
	backdrop-filter: blur(5px);
	gap: var(--spacing-2);
	display: flex;
	flex-flow: column nowrap;
	height: 100%;
}

.v2 .hero-card-wrapper .hero-card .hc__header {
	overflow: hidden;
	display: flex;
	align-items: center;
	padding: var(--spacing-2) var(--spacing-3);
	gap: var(--spacing-2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	position: relative;
}

.v2 .hero-card-wrapper .hero-card .hc__header::before {
	content: '';
	width: 150px;
	height: 25px;
	position: absolute;
	left: -5px;
	top: -5px;
	background: rgba(29, 170, 144, 0.25);
	filter: blur(30px);
	transform: rotate(33.01deg);
}

.v2 .hero-card-wrapper .hero-card .hc__header span {
	color: var(--accent-soft);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -0.556px;
}

.v2 .hero-card-wrapper .hero-card .hc__body {
	display: flex;
	flex-flow: column nowrap;
	padding: 0 var(--spacing-2) var(--spacing-2);
	gap: var(--spacing-1);
	flex: 1 1 auto;
}

.v2 .hero-card-wrapper .hero-card .hc__body .hero-title {
	color: #FFF;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -1.5px;
}

.v2 .hero-card-wrapper .hero-card .hc__body .hero-sub {
	color: var(--accent-soft);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.v2 .hero-card-wrapper .hero-card .hc__body .hero-title-2 {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -0.85px;
}

.v2 .hero-card-wrapper .hero-card .hc__body .hero-paragraph-2 {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.37px;
	opacity: 0.8;
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__active-traders {
	flex: 1 1 auto;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	display: flex;
	padding: var(--spacing-3);
	align-items: stretch;
	position: relative;
	overflow: hidden;
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__active-traders::after {
	content: '';
	position: absolute;
	right: -65.967px;
	top: -0.926px;
	width: 256.632px;
	height: 54.785px;
	transform: rotate(11.567deg);
	border-radius: 256.632px;
	background: rgba(29, 170, 145, 0.2);
	filter: blur(37.03704px);
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__active-traders .left {
	flex: 1 1 0;
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__active-traders .right {
	flex: 1 1 0;
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__active-traders .right img {
	position: absolute;
	height: 100%;
	width: auto;
	right: 10px;
	bottom: 0;
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__countries {
	flex: 1 1 auto;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	display: flex;
	padding: var(--spacing-3);
	align-items: center;
	position: relative;
	overflow: hidden;
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__countries::after {
	content: '';
	position: absolute;
	left: -65.967px;
	top: -0.926px;
	width: 256.632px;
	height: 54.785px;
	transform: rotate(11.567deg);
	border-radius: 256.632px;
	background: rgba(29, 170, 145, 0.2);
	filter: blur(37.03704px);
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__countries .left {
	flex: 1 1 0;
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__countries .left img {
	position: absolute;
	height: 100%;
	width: auto;
	left: 0px;
	bottom: 0;
	z-index: -1;
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__countries .right {
	flex: 1 1 0;
	text-align: right;
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__socials {
	flex: 1 1 auto;
	display: flex;
	align-items: stretch;
	gap: var(--spacing-2);
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__socials a.social {
	display: flex;
	flex-flow: column nowrap;
	gap: var(--spacing-2);
	text-decoration: none;
	padding: var(--spacing-2);
	flex-direction: column;
	align-items: center;
	gap: var(--spacing-1);
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	outline: none;
	position: relative;
	justify-content: center;
	overflow: hidden;
	transition: all 0.8s ease;
	flex: 1 1 0;
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__socials a.social::before {
	content: '';
	width: 103.196px;
	height: 18.411px;
	position: absolute;
	right: -14.622px;
	top: -1.852px;
	background: rgba(29, 170, 145, 0.2);
	filter: blur(14px);
	transition: all 0.8s ease;
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__socials a.social .s__icon {
	display: flex;
	justify-content: center;
	align-items: center;
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__socials a.social .s__icon svg {
	fill: #FFF;
	filter: drop-shadow(0px 0px 1px #FFFfff90);
	height: 24px;
	width: auto;
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__socials a.social .s__icon svg path {
	transition: all 0.8s ease;
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__socials a.social .s__title {
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.648px;
	margin-top: var(--spacing-2);
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__socials a.social .s__text {
	color: var(--accent-soft);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.556px;
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__socials a.social:hover {
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__socials a.social:hover::before {
	background: rgba(29, 170, 145, 0.5);
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__socials a.social:hover .s__icon svg path {
	fill: var(--accent);
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__payouts {
	flex: 1 1 auto;
	display: flex;
	flex-flow: row nowrap;
	gap: var(--spacing-1);
}

@media (max-width: 576px) {
	.v2 .hero-card-wrapper .hero-card .hc__body .hc__payouts {
		flex-wrap: wrap;
	}
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__payouts .left,
.v2 .hero-card-wrapper .hero-card .hc__body .hc__payouts .right {
	flex: 1 1 0;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	padding: var(--spacing-3);
	display: flex;
	flex-flow: column nowrap;
	gap: var(--spacing-1);
	position: relative;
	overflow: hidden;
}

@media (max-width: 576px) {
	.v2 .hero-card-wrapper .hero-card .hc__body .hc__payouts .left,
	.v2 .hero-card-wrapper .hero-card .hc__body .hc__payouts .right {
		flex: 1 1 100%;
	}
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__payouts .left::before,
.v2 .hero-card-wrapper .hero-card .hc__body .hc__payouts .right::before {
	content: '';
	width: 256.632px;
	height: 54.785px;
	transform: rotate(11.567deg);
	border-radius: 256.632px;
	background: rgba(29, 170, 145, 0.2);
	filter: blur(37.03704px);
	position: absolute;
	left: -53.249px;
	bottom: 0.156px;
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__payouts .left .hc__image,
.v2 .hero-card-wrapper .hero-card .hc__body .hc__payouts .right .hc__image {
	flex: 0 1 70px;
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__payouts .left .hc__image img,
.v2 .hero-card-wrapper .hero-card .hc__body .hc__payouts .right .hc__image img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__payouts .right {
	text-align: right;
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__weekly-payouts {
	flex: 1 1 auto;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	padding: var(--spacing-3);
	display: flex;
	align-items: flex-start;
	position: relative;
	overflow: hidden;
}

@media (max-width: 576px) {
	.v2 .hero-card-wrapper .hero-card .hc__body .hc__weekly-payouts {
		flex-wrap: wrap;
	}
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__weekly-payouts::after {
	content: '';
	width: 256.632px;
	height: 54.785px;
	transform: rotate(11.567deg);
	position: absolute;
	right: -65.967px;
	top: -0.926px;
	border-radius: 256.632px;
	background: rgba(29, 170, 145, 0.2);
	filter: blur(37.03704px);
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__weekly-payouts .title {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	position: relative;
	z-index: 10;
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__weekly-payouts .image img {
	position: absolute;
	height: 100%;
	width: auto;
	bottom: 0;
	right: 0;
	z-index: -1;
}

@media (max-width: 768px) {
	.v2 .hero-card-wrapper .hero-card .hc__body .hc__weekly-payouts .image {
		flex: 1 1 100%;
		height: 80px;
	}
	.v2 .hero-card-wrapper .hero-card .hc__body .hc__weekly-payouts .image img {
		height: 80%;
	}
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__announcements {
	display: flex;
	flex-flow: row wrap;
	gap: var(--spacing-1);
	flex: 1 1 100%;
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__announcements .left {
	flex: 1 1 0;
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 6px;
	padding: var(--spacing-3);
	display: flex;
	flex-flow: column nowrap;
	gap: var(--spacing-1);
	overflow: hidden;
	position: relative;
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__announcements .left::before {
	content: '';
	width: 256.632px;
	height: 54.785px;
	transform: rotate(11.567deg);
	position: absolute;
	right: -55.013px;
	bottom: 0.156px;
	border-radius: 256.632px;
	background: rgba(29, 170, 145, 0.2);
	filter: blur(37.03704px);
	z-index: -1;
}

@media (max-width: 576px) {
	.v2 .hero-card-wrapper .hero-card .hc__body .hc__announcements .left {
		flex: 1 1 100%;
	}
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__announcements .right {
	flex: 1 1 0;
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 6px;
	padding: var(--spacing-3);
	display: flex;
	flex-flow: column nowrap;
	gap: var(--spacing-1);
	overflow: hidden;
	position: relative;
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__announcements .right::before {
	content: '';
	width: 256.632px;
	height: 54.785px;
	transform: rotate(11.567deg);
	position: absolute;
	right: -55.013px;
	bottom: 0.156px;
	border-radius: 256.632px;
	background: rgba(29, 170, 145, 0.2);
	filter: blur(37.03704px);
	z-index: -1;
}

@media (max-width: 576px) {
	.v2 .hero-card-wrapper .hero-card .hc__body .hc__announcements .right {
		flex: 1 1 100%;
	}
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__announcements .left,
.v2 .hero-card-wrapper .hero-card .hc__body .hc__announcements .right {
	display: flex;
	flex-flow: column nowrap;
	gap: var(--spacing-3);
}

.v2 .hero-card-wrapper .hero-card .hc__body .hc__announcements .left .a__container,
.v2 .hero-card-wrapper .hero-card .hc__body .hc__announcements .right .a__container {
	display: flex;
	flex-flow: column nowrap;
	gap: var(--spacing-1);
	flex: 1 1 auto;
}

.v2 .course-card {
	flex: 0 1 350px;
	display: flex;
	flex-flow: column nowrap;
	padding: var(--spacing-4) 0;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	background: rgba(255, 255, 255, 0.03);
	box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.25);
	gap: var(--spacing-3);
	transition: all 0.5s ease-in-out;
	position: relative;
	overflow: hidden;
}

.v2 .course-card:hover {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.v2 .course-card .cc__header {
	flex: 0 0 90px;
	display: flex;
	flex-flow: column nowrap;
	gap: var(--spacing-1);
	align-items: center;
	text-align: center;
	padding: 0 var(--spacing-4) var(--spacing-3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.v2 .course-card .cc__header .cc__top-text {
	color: rgba(255, 255, 255, 0.5);
	text-align: center;
	font-family: var(--font-mono);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
}

.v2 .course-card .cc__header .cc__title {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

.v2 .course-card .cc__body {
	flex: 1 1 200px;
	padding: 0 var(--spacing-4);
	display: flex;
	flex-flow: column nowrap;
}

.v2 .course-card .cc__body .cc__description {
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: -0.36px;
}

.v2 .course-card .cc__body .cc__cta {
	align-self: stretch;
	margin-top: auto;
	display: flex;
	justify-content: center;
}

.v2 .course-card .cc__body .cc__cta a {
	width: 80%;
}

.v2 .course-card .cc__body .cc__cta a.cta-disabled {
	pointer-events: none;
	text-decoration: line-through;
}

.v2 .course-card .cc__body .cc__progress {
	color: white;
	font-size: 13px;
	font-family: var(--font-mono);
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	margin-top: var(--spacing-2);
	text-align: center;
	opacity: 0.5;
}

.v2 .course-card .cc__footer {
	flex: 0 0 100px;
	display: flex;
	align-items: flex-end;
}

.v2 .course-card .cc__footer .cc__reward {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: var(--spacing-1);
	flex: 1 1 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(20px);
	padding: var(--spacing-2);
	text-align: center;
}

.v2 .course-card .cc__footer .cc__reward svg {
	color: #FFF;
}

.v2 .course-card .cc__footer .cc__reward span {
	color: #fff;
	font-size: 13px;
	font-family: var(--font-mono);
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}

.v2 .course-card .cc__bg {
	position: absolute;
	bottom: -2px;
	right: 0;
	width: 100%;
	height: auto;
	z-index: -1;
	opacity: 0.5;
}

.v2 .course-card.available {
	border: 1px solid rgba(29, 170, 145, 0.15);
	background: rgba(29, 170, 145, 0.1);
}

.v2 .course-card.available .cc__header .cc__top-text {
	color: var(--accent-soft);
}

.v2 .course-card.available .cc__body .cc__description {
	color: var(--accent-soft);
}

.v2 .course-card.available .cc__body .cc__progress {
	color: var(--accent-soft);
}

.v2 .course-card.available .cc__footer .cc__reward {
	border-top: 1px solid rgba(29, 170, 145, 0.15);
	border-bottom: 1px solid rgba(29, 170, 145, 0.15);
	background: rgba(29, 170, 145, 0.05);
	color: var(--accent);
}

.v2 .course-card.available .cc__footer .cc__reward svg {
	color: var(--accent);
}

.v2 .course-card.available .cc__footer .cc__reward span {
	color: var(--accent);
}

.v2 .course-card.available:hover {
	transform: translateY(-4px);
	border: 1px solid rgba(29, 170, 145, 0.23);
	background: rgba(29, 170, 145, 0.18);
}

.v2 .table-wrapper {
	border-radius: 0px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	border-left: 1px solid rgba(255, 255, 255, 0.05);
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(10px);
	z-index: 0;
	position: relative;
	min-height: 440px;
	flex: 1 1 0;
}

.v2 .table-wrapper:nth-of-type(1) {
	border-radius: 10px 0px 0px 10px;
}

.v2 .table-wrapper:nth-of-type(4) {
	border-radius: 0px 10px 10px 0px;
}

.v2 .table-wrapper .table-inner {
	display: flex;
	flex-flow: column nowrap;
	height: 100%;
}

.v2 .table-wrapper .table-inner .table-top {
	display: flex;
	flex-flow: column nowrap;
	gap: var(--spacing-4);
}

.v2 .table-wrapper .table-inner .table-top .padding-wrapper {
	display: flex;
	flex-flow: column nowrap;
	gap: var(--spacing-3);
	padding: 0 var(--spacing-4) 0;
}

.v2 .table-wrapper .table-inner .table-top h5.table-title {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	padding-top: var(--spacing-4);
}

.v2 .table-wrapper .table-inner .table-top p.table-text {
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	min-height: 58.8px;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.v2 .table-wrapper .table-inner .table-top p.table-text {
		min-height: 100px;
	}
}

@media (min-width: 576px) and (max-width: 768px) {
	.v2 .table-wrapper .table-inner .table-top p.table-text {
		min-height: 100px;
	}
}

.v2 .table-wrapper .table-inner .table-top .table-ribbon {
	color: #fff;
	font-size: 13px;
	font-family: var(--font-mono);
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	text-transform: uppercase;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(10px);
	padding: var(--spacing-2);
	text-align: center;
}

.v2 .table-wrapper .table-inner .table-top .table-list {
	display: flex;
	flex-flow: column nowrap;
	gap: var(--spacing-3);
}

.v2 .table-wrapper .table-inner .table-top .table-list .list-item {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: var(--spacing-2);
}

.v2 .table-wrapper .table-inner .table-top .table-list .list-item svg {
	flex-shrink: 0;
}

.v2 .table-wrapper .table-inner .table-top .table-list .list-item div {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	opacity: 0.9;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.v2 .table-wrapper .table-inner .table-top .table-list .list-item div {
		font-size: 13px;
	}
}

.v2 .table-wrapper .table-inner .table-bottom {
	margin-top: auto;
	padding: var(--spacing-4);
}

.v2 .table-wrapper .table-inner .table-bottom a {
	width: 100%;
}

.v2 .table-wrapper.emphasized {
	margin: calc(-1 * var(--spacing-3)) 0;
	padding: var(--spacing-3) 0;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	background: rgba(255, 255, 255, 0.03);
	box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(10px);
	z-index: 1;
}

.v2 .table-wrapper.emphasized .table-inner .table-top .table-ribbon {
	border-top: 1px solid rgba(29, 170, 145, 0.15);
	border-bottom: 1px solid rgba(29, 170, 145, 0.15);
	background: rgba(29, 170, 145, 0.1);
	color: var(--accent);
}

.v2 .table-wrapper.emphasized .table-inner .table-top .table-list .list-item svg path {
	stroke: var(--accent);
}

@media (max-width: 992px) {
	.v2 .table-wrapper {
		flex: 1 1 45%;
		border-radius: 10px !important;
		border: 1px solid rgba(255, 255, 255, 0.05) !important;
	}
	.v2 .table-wrapper.emphasized {
		margin: 0;
		padding: 0;
	}
}

@media (max-width: 576px) {
	.v2 .table-wrapper {
		flex: 1 1 100%;
		border-radius: 10px !important;
		border: 1px solid rgba(255, 255, 255, 0.05) !important;
	}
	.v2 .table-wrapper.emphasized {
		margin: 0;
		padding: 0;
	}
}

.v2 a.cta-normal {
	display: flex;
	padding: 14px 16px;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	width: fit-content;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	text-decoration: none;
	text-align: center;
	font-family: var(--font-family-Font-1, "Plus Jakarta Sans");
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	transition: all 0.8s ease;
	min-width: 140px;
	color: rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.05);
}

.v2 a.cta-normal:hover {
	color: white;
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.v2 a.cta-emphasized,
.v2 button.cta-emphasized {
	display: flex;
	padding: 14px 16px;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	width: fit-content;
	border-radius: 6px;
	text-decoration: none;
	text-align: center;
	font-family: var(--font-family-Font-1, "Plus Jakarta Sans");
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	transition: all 0.8s ease;
	border: 1px solid rgba(29, 170, 145, 0.8);
	background: rgba(29, 170, 145, 0.5);
	color: rgba(255, 255, 255, 0.7);
	position: relative;
	z-index: 1;
	overflow: hidden;
	min-width: 140px;
}

.v2 a.cta-emphasized .effect-container,
.v2 button.cta-emphasized .effect-container {
	transition: all 0.5s ease;
	opacity: 0;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.v2 a.cta-emphasized .effect-container .sparkle,
.v2 button.cta-emphasized .effect-container .sparkle {
	transition: all 0.7s ease-in-out;
	width: auto;
	position: absolute;
	display: flex;
	align-items: center;
	flex-flow: column nowrap;
}

.v2 a.cta-emphasized .effect-container .sparkle .s__blur,
.v2 button.cta-emphasized .effect-container .sparkle .s__blur {
	width: 12px;
	height: 12px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.7);
	filter: blur(6px);
	position: relative;
	z-index: 1;
}

.v2 a.cta-emphasized .effect-container .sparkle .s__line,
.v2 button.cta-emphasized .effect-container .sparkle .s__line {
	width: 1px;
	height: 40px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), transparent);
	border-radius: 2px;
	margin-top: -7px;
	position: relative;
	z-index: 2;
}

.v2 a.cta-emphasized .effect-container .sparkle.sp-1,
.v2 button.cta-emphasized .effect-container .sparkle.sp-1 {
	left: 10%;
	bottom: 0;
	transform: translateY(100px);
}

.v2 a.cta-emphasized .effect-container .sparkle.sp-2,
.v2 button.cta-emphasized .effect-container .sparkle.sp-2 {
	left: 30%;
	bottom: 0;
	transform: translateY(80px);
}

.v2 a.cta-emphasized .effect-container .sparkle.sp-3,
.v2 button.cta-emphasized .effect-container .sparkle.sp-3 {
	left: 70%;
	bottom: 0;
	transform: translateY(120px);
}

.v2 a.cta-emphasized .effect-container .sparkle.sp-4,
.v2 button.cta-emphasized .effect-container .sparkle.sp-4 {
	left: 90%;
	bottom: 0;
	transform: translateY(90px);
}

.v2 a.cta-emphasized .effect-container .sparkle.sp-5,
.v2 button.cta-emphasized .effect-container .sparkle.sp-5 {
	left: 80%;
	bottom: 0;
	transform: translateY(160px);
}

.v2 a.cta-emphasized .effect-container .sparkle.sp-6,
.v2 button.cta-emphasized .effect-container .sparkle.sp-6 {
	left: 20%;
	bottom: 0;
	transform: translateY(70px);
}

.v2 a.cta-emphasized .effect-container .dot,
.v2 button.cta-emphasized .effect-container .dot {
	position: absolute;
	opacity: 0.4;
}

.v2 a.cta-emphasized .effect-container .dot.dt-1,
.v2 button.cta-emphasized .effect-container .dot.dt-1 {
	width: 2px;
	height: 2px;
	bottom: 70%;
	left: 10%;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	animation: dotLevitation 12s ease-in-out infinite;
}

.v2 a.cta-emphasized .effect-container .dot.dt-2,
.v2 button.cta-emphasized .effect-container .dot.dt-2 {
	width: 3px;
	height: 3px;
	bottom: 30%;
	left: 20%;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation-alt 10s ease-in-out infinite;
}

.v2 a.cta-emphasized .effect-container .dot.dt-3,
.v2 button.cta-emphasized .effect-container .dot.dt-3 {
	width: 2px;
	height: 2px;
	bottom: 45%;
	left: 30%;
	background: rgba(255, 255, 255, 0.4);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
	animation: dotLevitation 12s ease-in-out infinite;
}

.v2 a.cta-emphasized .effect-container .dot.dt-4,
.v2 button.cta-emphasized .effect-container .dot.dt-4 {
	width: 2px;
	height: 2px;
	bottom: 50%;
	left: 40%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
	animation: dotLevitation-alt 14s ease-in-out infinite;
}

.v2 a.cta-emphasized .effect-container .dot.dt-5,
.v2 button.cta-emphasized .effect-container .dot.dt-5 {
	width: 3px;
	height: 3px;
	bottom: 10%;
	left: 50%;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	animation: dotLevitation 11s ease-in-out infinite;
}

.v2 a.cta-emphasized .effect-container .dot.dt-6,
.v2 button.cta-emphasized .effect-container .dot.dt-6 {
	width: 2px;
	height: 2px;
	bottom: 60%;
	left: 60%;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation-alt 13s ease-in-out infinite;
}

.v2 a.cta-emphasized .effect-container .dot.dt-7,
.v2 button.cta-emphasized .effect-container .dot.dt-7 {
	width: 3px;
	height: 3px;
	bottom: 70%;
	left: 80%;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
	animation: dotLevitation 15s ease-in-out infinite;
}

.v2 a.cta-emphasized .effect-container .dot.dt-8,
.v2 button.cta-emphasized .effect-container .dot.dt-8 {
	width: 2px;
	height: 2px;
	bottom: 25%;
	left: 80%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
	animation: dotLevitation-alt 12s ease-in-out infinite;
}

.v2 a.cta-emphasized .effect-container .dot.dt-9,
.v2 button.cta-emphasized .effect-container .dot.dt-9 {
	width: 2px;
	height: 2px;
	bottom: 32%;
	left: 8%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	animation: dotLevitation 10s ease-in-out infinite;
}

.v2 a.cta-emphasized .effect-container .dot.dt-10,
.v2 button.cta-emphasized .effect-container .dot.dt-10 {
	width: 3px;
	height: 3px;
	bottom: 55%;
	left: 100%;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation-alt 14s ease-in-out infinite;
}

.v2 a.cta-emphasized .effect-container .dot.dt-11,
.v2 button.cta-emphasized .effect-container .dot.dt-11 {
	width: 2px;
	height: 2px;
	bottom: 15%;
	left: 85%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
	animation: dotLevitation 11s ease-in-out infinite;
}

.v2 a.cta-emphasized .effect-container .dot.dt-12,
.v2 button.cta-emphasized .effect-container .dot.dt-12 {
	width: 2px;
	height: 2px;
	bottom: 90%;
	left: 95%;
	background: rgba(255, 255, 255, 0.4);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation-alt 10s ease-in-out infinite;
}

.v2 a.cta-emphasized .effect-container .dot.dt-13,
.v2 button.cta-emphasized .effect-container .dot.dt-13 {
	width: 3px;
	height: 3px;
	bottom: 40%;
	left: 65%;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
	animation: dotLevitation 12s ease-in-out infinite;
}

.v2 a.cta-emphasized .effect-container .dot.dt-14,
.v2 button.cta-emphasized .effect-container .dot.dt-14 {
	width: 2px;
	height: 2px;
	bottom: 65%;
	left: 90%;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	animation: dotLevitation-alt 13s ease-in-out infinite;
}

.v2 a.cta-emphasized .effect-container .dot.dt-15,
.v2 button.cta-emphasized .effect-container .dot.dt-15 {
	width: 3px;
	height: 3px;
	bottom: 75%;
	left: 45%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
	animation: dotLevitation 15s ease-in-out infinite;
}

.v2 a.cta-emphasized .effect-container .dot.dt-16,
.v2 button.cta-emphasized .effect-container .dot.dt-16 {
	width: 2px;
	height: 2px;
	bottom: 65%;
	left: 25%;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation-alt 12s ease-in-out infinite;
}

.v2 a.cta-emphasized .effect-container .dot.dt-17,
.v2 button.cta-emphasized .effect-container .dot.dt-17 {
	width: 2px;
	height: 2px;
	bottom: 30%;
	left: 55%;
	background: rgba(255, 255, 255, 0.4);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.1);
	animation: dotLevitation 11s ease-in-out infinite;
}

.v2 a.cta-emphasized .effect-container .dot.dt-18,
.v2 button.cta-emphasized .effect-container .dot.dt-18 {
	width: 3px;
	height: 3px;
	bottom: 20%;
	left: 15%;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.3);
	animation: dotLevitation-alt 14s ease-in-out infinite;
}

.v2 a.cta-emphasized .effect-container .dot.dt-19,
.v2 button.cta-emphasized .effect-container .dot.dt-19 {
	width: 3px;
	height: 3px;
	bottom: 75%;
	left: 70%;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.2);
	animation: dotLevitation 10s ease-in-out infinite;
}

.v2 a.cta-emphasized .effect-container .dot.dt-20,
.v2 button.cta-emphasized .effect-container .dot.dt-20 {
	width: 2px;
	height: 2px;
	bottom: 50%;
	left: 40%;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
	animation: dotLevitation-alt 12s ease-in-out infinite;
}

.v2 a.cta-emphasized::before,
.v2 button.cta-emphasized::before {
	content: '';
	opacity: 0;
	transition: inherit;
	position: absolute;
	width: 100%;
	height: 0%;
	bottom: 0;
	background: radial-gradient(60% 90% at center bottom, rgba(29, 170, 145, 0.5), rgba(29, 170, 145, 0));
}

.v2 a.cta-emphasized:hover,
.v2 button.cta-emphasized:hover {
	color: white;
	background: rgba(29, 170, 145, 0.3);
	border: 1px solid rgba(29, 170, 145, 0.8);
	box-shadow: 0px 0px 10px 7px rgba(29, 170, 145, 0.4);
}

.v2 a.cta-emphasized:hover::before,
.v2 button.cta-emphasized:hover::before {
	opacity: 1;
	height: 100%;
}

.v2 a.cta-emphasized:hover .effect-container,
.v2 button.cta-emphasized:hover .effect-container {
	opacity: 1;
}

.v2 a.cta-emphasized:hover .effect-container .sparkle.sp-1,
.v2 button.cta-emphasized:hover .effect-container .sparkle.sp-1 {
	animation: moveSparkle 1.4s linear infinite forwards;
}

.v2 a.cta-emphasized:hover .effect-container .sparkle.sp-2,
.v2 button.cta-emphasized:hover .effect-container .sparkle.sp-2 {
	animation: moveSparkle 0.8s linear infinite forwards;
}

.v2 a.cta-emphasized:hover .effect-container .sparkle.sp-3,
.v2 button.cta-emphasized:hover .effect-container .sparkle.sp-3 {
	animation: moveSparkle 1.2s linear infinite forwards;
}

.v2 a.cta-emphasized:hover .effect-container .sparkle.sp-4,
.v2 button.cta-emphasized:hover .effect-container .sparkle.sp-4 {
	animation: moveSparkle 1.3s linear infinite forwards;
}

.v2 a.cta-emphasized:hover .effect-container .sparkle.sp-5,
.v2 button.cta-emphasized:hover .effect-container .sparkle.sp-5 {
	animation: moveSparkle 1.1s linear infinite forwards;
}

.v2 a.cta-emphasized:hover .effect-container .sparkle.sp-6,
.v2 button.cta-emphasized:hover .effect-container .sparkle.sp-6 {
	animation: moveSparkle 1s linear infinite forwards;
}

.v2 a.cta-emphasized.discord,
.v2 button.cta-emphasized.discord {
	border: 1px solid rgba(114, 137, 218, 0.8);
	background: rgba(114, 137, 218, 0.5);
}

.v2 a.cta-emphasized.discord::before,
.v2 button.cta-emphasized.discord::before {
	background: radial-gradient(60% 90% at center bottom, rgba(114, 137, 218, 0.5), rgba(29, 170, 145, 0));
}

.v2 a.cta-emphasized.discord:hover,
.v2 button.cta-emphasized.discord:hover {
	color: white;
	background: rgba(114, 137, 218, 0.3);
	border: 1px solid rgba(114, 137, 218, 0.8);
	box-shadow: 0px 0px 10px 7px rgba(114, 137, 218, 0.4);
}

@keyframes moveSparkle {
	to {
		transform: translateY(-150%);
	}
}

.v2 .single-payout {
	display: flex;
	padding: var(--spacing-2);
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	background: rgba(255, 255, 255, 0.03);
	gap: var(--spacing-2);
}

.v2 .single-payout .name {
	color: #FFF;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}

.v2 .single-payout .country-container {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 2px;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	background: rgba(255, 255, 255, 0.05);
	padding: 2px 4px;
}

.v2 .single-payout .country-container .icon {
	display: flex;
	justify-content: center;
	align-items: center;
}

.v2 .single-payout .country-container .text {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
}

.v2 .single-payout .amount {
	margin-left: auto;
	color: var(--accent-soft);
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.6px;
}

.v2 .trustpilot-review {
	display: flex;
	flex-flow: column nowrap;
	gap: var(--spacing-3);
	padding: var(--spacing-3);
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
}

.v2 .trustpilot-review .tr__top {
	display: flex;
	align-items: center;
	gap: 10px;
}

.v2 .trustpilot-review .tr__top .top__rating {
	height: 14px;
}

.v2 .trustpilot-review .tr__top .top__verified {
	display: flex;
	align-items: center;
	gap: 2px;
	opacity: 0.5;
}

.v2 .trustpilot-review .tr__top .top__verified div {
	color: #FFF;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
}

.v2 .trustpilot-review .tr__middle .tr__author {
	color: rgba(255, 255, 255, 0.6);
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

.v2 .trustpilot-review .tr__middle .tr__author span {
	color: #fff;
	font-weight: 600;
}

.v2 .trustpilot-review .tr__bottom {
	display: flex;
	gap: 6px;
	flex-flow: column nowrap;
}

.v2 .trustpilot-review .tr__bottom .tr__title {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}

.v2 .trustpilot-review .tr__bottom .tr__paragraph {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	opacity: 0.8;
}

.v2 .blog-card {
	flex: 1 1 0;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	background: rgba(255, 255, 255, 0.03);
	display: flex;
	padding: var(--spacing-3);
	flex-direction: column;
	gap: var(--spacing-3);
	transition: all 0.8s ease;
}

@media (max-width: 1200px) {
	.v2 .blog-card {
		flex: 1 1 45%;
	}
}

@media (max-width: 576px) {
	.v2 .blog-card {
		flex: 1 1 100%;
	}
}

.v2 .blog-card .bc__image {
	flex: 0 1 150px;
	position: relative;
	border-radius: var(--spacing-3);
	overflow: hidden;
}

.v2 .blog-card .bc__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.v2 .blog-card .bc__meta {
	display: flex;
	align-items: center;
	gap: 6px;
	opacity: 0.4;
}

.v2 .blog-card .bc__meta .bc__date,
.v2 .blog-card .bc__meta .bc__rt {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}

.v2 .blog-card .bc__meta .vertical {
	height: 100%;
	width: 1px;
	background: #fff;
}

.v2 .blog-card .bc__title a {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	text-decoration: none;
}

.v2 .blog-card .bc__title a:focus {
	outline: none;
}

.v2 .blog-card .bc__rm {
	margin-top: auto;
	display: flex;
	align-items: center;
	gap: 2px;
	transition: all 0.8s ease;
}

.v2 .blog-card .bc__rm a {
	color: var(--accent);
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: inherit;
}

.v2 .blog-card .bc__rm svg {
	width: 12px;
	height: auto;
	transition: inherit;
}

.v2 .blog-card .bc__rm svg path {
	transition: inherit;
}

.v2 .blog-card .bc__rm:hover a {
	color: var(--accent-soft);
}

.v2 .blog-card .bc__rm:hover svg {
	transform: translateX(5px);
}

.v2 .blog-card .bc__rm:hover svg path {
	stroke: var(--accent-soft);
}

.v2 .blog-card:hover {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.v2 .faq-item {
	transition: all 0.8s ease;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.v2 .faq-item .faq-question {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	transition: inherit;
	padding: var(--spacing-4);
}

@media (max-width: 768px) {
	.v2 .faq-item .faq-question {
		padding: var(--spacing-4) 0;
	}
}

.v2 .faq-item .faq-question .faq-title {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4;
	transition: inherit;
}

@media (max-width: 768px) {
	.v2 .faq-item .faq-question .faq-title {
		max-width: 80%;
	}
}

.v2 .faq-item .faq-question .faq-icon {
	height: 16px;
	width: auto;
	transition: inherit;
	flex-shrink: 0;
}

.v2 .faq-item .faq-question[aria-expanded="true"] .faq-title {
	color: var(--accent-soft);
}

.v2 .faq-item .faq-question[aria-expanded="true"] .faq-icon {
	transform: rotate(180deg);
}

.v2 .faq-item .faq-answer {
	padding: var(--spacing-2) var(--spacing-4) var(--spacing-4);
	color: #FFF;
	opacity: 0.8;
	font-size: 14px;
	font-weight: 400;
}

@media (max-width: 768px) {
	.v2 .faq-item .faq-answer {
		padding: var(--spacing-2) 0 var(--spacing-4);
	}
}

.v2 .faq-item:hover {
	cursor: pointer;
	background: rgba(255, 255, 255, 0.03);
}

.v2 .single-ups {
	display: flex;
	padding: var(--spacing-2) var(--spacing-3);
	justify-content: center;
	align-items: center;
	gap: 6px;
	border-radius: 10px;
	border: 1px solid rgba(129, 233, 215, 0.1);
	background: rgba(129, 233, 215, 0.05);
	backdrop-filter: blur(5);
	user-select: none;
}

.v2 .single-ups svg {
	opacity: 0.8;
	stroke: var(--accent-soft);
}

.v2 .single-ups .su__text {
	color: var(--accent-soft);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	opacity: 0.8;
}

@media (max-width: 576px) {
	.v2 .single-ups svg {
		height: 16px;
		width: auto;
	}
	.v2 .single-ups .su__text {
		font-size: 13px;
	}
}

.v2 .single-promotion {
	display: flex;
	flex-flow: column nowrap;
	padding: var(--spacing-2);
	gap: var(--spacing-2);
	border: 1px solid var(--border);
	border-radius: 6px;
}

.v2 .single-promotion .sp__title {
	display: flex;
	align-items: flex-start;
	gap: var(--spacing-2);
}

.v2 .single-promotion .sp__title svg {
	margin-top: 4px;
	flex-shrink: 0;
}

.v2 .single-promotion .sp__title div {
	color: var(--accent-soft);
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

.v2 .single-promotion .sp__title div span {
	color: var(--accent);
	font-weight: 500;
}

.v2 .single-promotion .sp__text {
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -0.139px;
}

.v2 .single-promotion .sp__cta {
	display: flex;
	flex-flow: column wrap;
	align-items: stretch;
	gap: var(--spacing-2);
}

.v2 .single-promotion .sp__cta .sp__btn {
	display: flex;
	padding: 5px 16px;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	border: 1px solid #1DAA9195;
	background: linear-gradient(180deg, var(--accent-10, rgba(29, 170, 145, 0.1)) 0%, var(--accent-30, rgba(29, 170, 145, 0.3)) 100%);
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.111px;
	transition: all 0.8s ease;
	cursor: pointer;
}

.v2 .single-promotion .sp__cta .sp__btn:hover {
	opacity: 0.5;
}

.v2 .single-promotion .sp__cta .sp__expiration {
	font-size: 10px;
	opacity: 0.5;
	color: #FFF;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	text-align: center;
}

.v2 .single-update {
	display: flex;
	flex-flow: column nowrap;
	padding: var(--spacing-2);
	gap: var(--spacing-2);
	border: 1px solid var(--border);
	border-radius: 6px;
}

.v2 .single-update .sp__date {
	color: var(--accent-soft);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	opacity: 0.4;
}

.v2 .single-update .sp__title {
	display: flex;
	align-items: flex-start;
	gap: var(--spacing-2);
}

.v2 .single-update .sp__title svg {
	margin-top: 4px;
	flex-shrink: 0;
}

.v2 .single-update .sp__title div {
	color: var(--accent-soft);
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

.v2 .profile-float {
	position: fixed;
	left: 1rem;
	bottom: 1rem;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(10px);
	padding: var(--spacing-2);
	transition: all 0.5s ease-in-out;
	z-index: 100;
	text-decoration: none;
	outline: none;
	display: flex;
	align-items: center;
	width: auto;
	max-width: fit-content;
	gap: var(--spacing-3);
}

.v2 .profile-float .pf__user {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: var(--spacing-2);
}

.v2 .profile-float .pf__user .pf__icon-wrap {
	position: relative;
	width: var(--ring-size);
	height: var(--ring-size);
	overflow: visible;
}

.v2 .profile-float .pf__user .pf__icon-wrap .pf__progress-ring {
	position: absolute;
	top: 0;
	left: 0;
	transform: rotate(-90deg);
}

.v2 .profile-float .pf__user .pf__icon-wrap .pf__progress-ring circle {
	fill: none;
	stroke-width: 4;
	stroke-linecap: round;
}

.v2 .profile-float .pf__user .pf__icon-wrap .pf__progress-ring .pf__bg {
	stroke: rgba(255, 255, 255, 0.1);
}

.v2 .profile-float .pf__user .pf__icon-wrap .pf__progress-ring .pf__bar {
	stroke: var(--accent);
	stroke-dasharray: var(--circumference);
	stroke-dashoffset: var(--circumference);
	transition: all 0.5s ease-in-out;
}

.v2 .profile-float .pf__user .pf__icon-wrap .pf__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(var(--ring-size) - 10px);
	height: calc(var(--ring-size) - 10px);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	overflow: hidden;
}

.v2 .profile-float .pf__user .pf__icon-wrap .pf__icon svg {
	stroke: rgba(255, 255, 255, 0.5);
	transform: translateY(3px);
}

.v2 .profile-float .pf__user .pf__data {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	gap: var(--spacing-2);
}

.v2 .profile-float .pf__user .pf__data .pf__name {
	display: flex;
	font-size: 16px;
	line-height: 1;
	color: white;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}

.v2 .profile-float .pf__user .pf__data .pf__completion {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: var(--spacing-1);
	font-family: var(--font-mono);
}

.v2 .profile-float .pf__user .pf__data .pf__completion .pf__number {
	color: var(--accent);
	font-weight: 900;
	line-height: 1;
}

.v2 .profile-float .pf__user .pf__data .pf__completion .pf__text {
	color: rgba(255, 255, 255, 0.5);
	line-height: 1;
	margin-top: 1px;
	font-size: 13px;
}

.v2 .profile-float .pf__chevron {
	width: 22px;
	height: 22px;
	max-width: 0;
	transition: all 0.5s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.v2 .profile-float .pf__chevron svg {
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-80%, -50%);
	stroke: rgba(255, 255, 255, 0.7);
	transition: all 0.5s ease;
}

.v2 .profile-float:hover {
	border: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.06);
}

.v2 .profile-float:hover .pf__user .pf__icon-wrap .pf__progress-ring .pf__bar {
	animation: pulseProgress 1.4s ease-in-out;
	animation-delay: 0.5s;
	animation-fill-mode: both;
}

.v2 .profile-float:hover .pf__chevron {
	max-width: 22px;
}

.v2 .profile-float:hover .pf__chevron svg {
	opacity: 1;
	transition: all 0.5s ease 0.5s;
	transform: translate(-50%, -50%);
}

@keyframes pulseProgress {
	0% {
		stroke-dashoffset: var(--dashoffset);
	}
	50% {
		stroke-dashoffset: 0;
	}
	100% {
		stroke-dashoffset: var(--dashoffset);
	}
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* Select2
--------------------------------------------- */
.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	margin: 0 0 -4px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-search--inline {
	float: left;
	padding: 0;
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option[aria-selected], .select2-results__option[data-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
	margin: 5px 5px 0 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before {
	content: "";
	display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #000 1px;
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: 0 0;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
	background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #0073aa;
	color: #fff;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #0073aa;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #0073aa;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: 0 0;
	border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
	background-repeat: repeat-x;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #0073aa;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #0073aa;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none;
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected], .select2-container--classic .select2-results__option--highlighted[data-selected] {
	background-color: #3875d7;
	color: #fff;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #0073aa;
}

.select2-container--default .select2-selection--single {
	background: transparent;
	border: 1px solid rgba(194, 208, 228, 0.2);
	height: 60px;
	border-radius: 10px !important;
	display: flex;
	align-items: center;
	padding: 0 0 0 30px;
	transition: all 0.5s ease;
	outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	color: #fff;
	line-height: 1;
	padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	height: 26px;
	margin-right: 20px;
	padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	font-size: 18px;
	color: rgba(194, 208, 228, 0.3);
	font-weight: 500;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	transition: all 0.3s ease;
	transform-origin: center;
	height: 18px;
	width: 18px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="5" viewBox="0 0 11 5" fill="none"><path d="M0.5 0.5L5.5 4.5L10.5 0.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-container--default .select2-selection--single:focus {
	border: 1px solid rgba(194, 208, 228, 0.55) !important;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border: 1px solid rgba(194, 208, 228, 0.55) !important;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__arrow,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple .select2-selection__arrow {
	transform: translateY(-50%) rotate(180deg);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: none !important;
	border-bottom: 1px solid rgba(194, 208, 228, 0.2) !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 350px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
	color: rgba(194, 208, 228, 0.5);
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
	padding: 0;
}

.select2-container--default .select2-results__option--disabled {
	color: #999;
}

.select2-container--default .select2-results__option--selected {
	background-color: #1DAA91;
	color: white !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #1DAA91;
	color: white !important;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px 1em;
	color: #1daa908f;
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.select2-dropdown {
	background-color: #1a1d27;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding: 16px;
	color: rgba(194, 208, 228, 0.5);
	user-select: none;
	-webkit-user-select: none;
}

.select2-results__option--selectable {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-radius: 10px;
	border: 1px solid rgba(194, 208, 228, 0.2);
	overflow: hidden;
}

.select2-container--open .select2-dropdown--below {
	top: 16px;
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-radius: 10px;
	border: 1px solid rgba(194, 208, 228, 0.2);
	overflow: hidden;
}

.select2-search--dropdown {
	display: block;
	padding: 0px;
}

.select2-search--dropdown .select2-search__field {
	color: white !important;
	border-radius: 0 !important;
	border: none;
	outline: none;
	background: transparent;
	padding: 16px;
	width: 100%;
	box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-search--dropdown .select2-search__field::placeholder {
	color: rgba(194, 208, 228, 0.3);
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

/*--------------------------------------------------------------
# CPT
--------------------------------------------------------------*/
@keyframes randomPulse {
	50% {
		transform: translateY(-50%) translateX(-50%) scale(0.65);
	}
}

main.archive-jobs {
	text-align: center;
	width: 100%;
	padding: 120px 1.5rem 0px 1.5rem;
}

main.archive-jobs .container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

main.archive-jobs .container p {
	max-width: 700px;
	margin: 25px auto 0 auto;
	color: #68717f;
}

main.archive-jobs .container .pill {
	display: inline-block;
	padding: 10px 20px;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 44px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: rgba(194, 208, 228, 0.5);
	margin: 0;
}

main.archive-jobs .container h1 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 80px;
	line-height: 100px;
	color: #fff;
	margin: 1rem 0;
	padding: 0;
	font-weight: 800;
}

main.archive-jobs .container h1 span {
	background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
	-webkit-background-clip: text;
	-webkit-text-stroke: 2px transparent;
	padding: 0 0 2px 0;
	color: #101217;
}

main.archive-jobs .container .sub-text {
	color: rgba(194, 208, 228, 0.5);
	margin: 0 auto;
	font-weight: 600;
}

main.archive-jobs .container .sub-text a {
	color: #aad57a;
	text-decoration: none;
}

main.archive-jobs .container section.jobs-container {
	margin: 5rem 0;
}

main.archive-jobs .container section.jobs-container .single-job {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	padding: 2rem;
	border-top: 1px solid #4d5766;
	border-bottom: 1px solid #4d5766;
	color: white;
	transition: all 0.5s ease;
	justify-content: space-between;
	gap: 3rem;
	position: relative;
	z-index: 1;
	text-align: left;
	line-height: 1;
	text-decoration: none;
}

main.archive-jobs .container section.jobs-container .single-job:not(:first-of-type) {
	margin-top: -1px;
}

main.archive-jobs .container section.jobs-container .single-job .sj__icon {
	display: flex;
	align-items: center;
	gap: 6px;
}

main.archive-jobs .container section.jobs-container .single-job .sj__icon svg {
	width: 17px;
	height: 17px;
}

main.archive-jobs .container section.jobs-container .single-job .sj__title {
	flex: 0 1 320px;
	text-align: left;
}

main.archive-jobs .container section.jobs-container .single-job .sj__location {
	flex: 0 0 100px;
}

main.archive-jobs .container section.jobs-container .single-job .sj__type {
	flex: 0 0 100px;
}

main.archive-jobs .container section.jobs-container .single-job .sj__department {
	flex: 0 0 200px;
}

main.archive-jobs .container section.jobs-container .single-job .sj__expiration {
	flex: 0 0 auto;
}

main.archive-jobs .container section.jobs-container .single-job .sj__apply-btn {
	flex: 1 1 auto;
	text-align: right;
}

main.archive-jobs .container section.jobs-container .single-job .sj__apply-btn button {
	outline: none;
	background: rgba(194, 208, 228, 0.15);
	border-radius: 10px;
	padding: 14px 26px;
	text-decoration: none;
	color: white;
	font-size: 15px;
	line-height: 1;
	font-weight: 600;
	position: relative;
	z-index: 1;
	border: 1px solid rgba(194, 208, 228, 0.2);
	transition: all 0.6s ease-in-out;
	outline: none;
}

main.archive-jobs .container section.jobs-container .single-job .sj__apply-btn button::before {
	opacity: 0;
	content: '';
	position: absolute;
	z-index: -1;
	width: 130%;
	height: 140%;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	background: #0AC1B7;
	filter: blur(35px);
	transition: all 1s ease-in-out;
}

main.archive-jobs .container section.jobs-container .single-job .sj__apply-btn button:hover {
	background: #0AC1B790;
	border: 1px solid #0AC1B7;
}

main.archive-jobs .container section.jobs-container .single-job:hover {
	z-index: 2;
	border-color: #1DAA91;
	background: rgba(255, 255, 255, 0.05);
}

main.archive-jobs .container section.jobs-container .single-job:hover .sj__apply-btn button::before {
	opacity: 0.8;
	animation: randomPulse 4s ease 0s infinite alternate none;
}

main.archive-jobs .container section.jobs-container .single-job.disabled {
	opacity: 0.4;
	pointer-events: none;
}

@media (max-width: 1400px) {
	main.archive-jobs {
		text-align: center;
		width: 100%;
		padding: 120px 1.5rem 0px 1.5rem;
	}
	main.archive-jobs .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
	}
	main.archive-jobs .container p {
		max-width: 700px;
		margin: 25px auto 0 auto;
		color: #68717f;
	}
	main.archive-jobs .container .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	main.archive-jobs .container h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 58px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	main.archive-jobs .container h1 span {
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	main.archive-jobs .container .sub-text {
		color: rgba(194, 208, 228, 0.5);
		margin: 0 auto;
		font-weight: 600;
	}
	main.archive-jobs .container .sub-text a {
		color: #aad57a;
		text-decoration: none;
	}
	main.archive-jobs .container section.jobs-container {
		margin: 5rem 0;
	}
	main.archive-jobs .container section.jobs-container .single-job {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		padding: 2rem;
		border-top: 1px solid #4d5766;
		border-bottom: 1px solid #4d5766;
		color: white;
		transition: all 0.5s ease;
		justify-content: space-between;
		gap: 3rem;
		position: relative;
		z-index: 1;
		text-align: left;
		line-height: 1;
		text-decoration: none;
	}
	main.archive-jobs .container section.jobs-container .single-job:not(:first-of-type) {
		margin-top: -1px;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__icon {
		display: flex;
		align-items: center;
		gap: 6px;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__icon svg {
		width: 17px;
		height: 17px;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__title {
		flex: 0 1 200px;
		text-align: left;
		line-height: 1.2;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__location {
		flex: 0 0 100px;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__type {
		flex: 0 0 100px;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__department {
		flex: 0 0 200px;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__expiration {
		flex: 0 0 auto;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__apply-btn {
		flex: 1 1 auto;
		text-align: right;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__apply-btn button {
		outline: none;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 10px;
		padding: 14px 26px;
		text-decoration: none;
		color: white;
		font-size: 15px;
		line-height: 1;
		font-weight: 600;
		position: relative;
		z-index: 1;
		border: 1px solid rgba(194, 208, 228, 0.2);
		transition: all 0.6s ease-in-out;
		outline: none;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__apply-btn button::before {
		opacity: 0;
		content: '';
		position: absolute;
		z-index: -1;
		width: 130%;
		height: 140%;
		left: 50%;
		top: 50%;
		transform: translateY(-50%) translateX(-50%);
		background: #0AC1B7;
		filter: blur(35px);
		transition: all 1s ease-in-out;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__apply-btn button:hover {
		background: #0AC1B790;
		border: 1px solid #0AC1B7;
	}
	main.archive-jobs .container section.jobs-container .single-job:hover {
		z-index: 2;
		border-color: #1DAA91;
		background: rgba(255, 255, 255, 0.05);
	}
	main.archive-jobs .container section.jobs-container .single-job:hover .sj__apply-btn button::before {
		opacity: 0.8;
		animation: randomPulse 4s ease 0s infinite alternate none;
	}
	main.archive-jobs .container section.jobs-container .single-job.disabled {
		opacity: 0.4;
		pointer-events: none;
	}
}

@media (max-width: 1200px) {
	main.archive-jobs {
		text-align: center;
		width: 100%;
		padding: 80px 1.5rem 80px 1.5rem;
	}
	main.archive-jobs .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
	}
	main.archive-jobs .container p {
		max-width: 700px;
		margin: 25px auto 0 auto;
		color: #68717f;
	}
	main.archive-jobs .container .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	main.archive-jobs .container h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 52px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	main.archive-jobs .container h1 span {
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	main.archive-jobs .container .sub-text {
		color: rgba(194, 208, 228, 0.5);
		margin: 0 auto;
		font-weight: 600;
	}
	main.archive-jobs .container .sub-text a {
		color: #aad57a;
		text-decoration: none;
	}
	main.archive-jobs .container section.jobs-container {
		margin: 2rem 0;
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
	}
	main.archive-jobs .container section.jobs-container .single-job {
		flex: 1 1 280px;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		padding: 1.5rem;
		border: 1px solid #4d5766;
		border-radius: 16px;
		color: white;
		transition: all 0.5s ease;
		justify-content: space-between;
		gap: 1rem;
		position: relative;
		z-index: 1;
		text-align: left;
		line-height: 1;
		text-decoration: none;
	}
	main.archive-jobs .container section.jobs-container .single-job:not(:first-of-type) {
		margin-top: 0rem;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__icon {
		display: flex;
		align-items: center;
		gap: 6px;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__icon svg {
		width: 17px;
		height: 17px;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__title {
		font-size: 20px;
		flex: 0 1 100%;
		text-align: left;
		margin-bottom: 1rem;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__location {
		flex: 1 0 100%;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__type {
		flex: 1 0 100%;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__department {
		flex: 1 0 100%;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__expiration {
		flex: 1 0 100%;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__apply-btn {
		margin-top: 1rem;
		flex: 1 1 100%;
		text-align: right;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__apply-btn button {
		outline: none;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 10px;
		padding: 14px 26px;
		text-decoration: none;
		color: white;
		font-size: 15px;
		line-height: 1;
		font-weight: 600;
		position: relative;
		z-index: 1;
		border: 1px solid rgba(194, 208, 228, 0.2);
		transition: all 0.6s ease-in-out;
		outline: none;
		width: 100%;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__apply-btn button::before {
		opacity: 0;
		content: '';
		position: absolute;
		z-index: -1;
		width: 130%;
		height: 140%;
		left: 50%;
		top: 50%;
		transform: translateY(-50%) translateX(-50%);
		background: #0AC1B7;
		filter: blur(35px);
		transition: all 1s ease-in-out;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__apply-btn button:hover {
		background: #0AC1B790;
		border: 1px solid #0AC1B7;
	}
	main.archive-jobs .container section.jobs-container .single-job:hover {
		z-index: 2;
		border-color: #1DAA91;
		background: rgba(255, 255, 255, 0.05);
	}
	main.archive-jobs .container section.jobs-container .single-job:hover .sj__apply-btn button::before {
		opacity: 0.8;
		animation: randomPulse 4s ease 0s infinite alternate none;
	}
	main.archive-jobs .container section.jobs-container .single-job.disabled {
		opacity: 0.4;
		pointer-events: none;
	}
}

@media (max-width: 992px) {
	main.archive-jobs {
		text-align: center;
		width: 100%;
		padding: 20px 1.5rem 0px 1.5rem;
	}
	main.archive-jobs .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
	}
	main.archive-jobs .container p {
		max-width: 700px;
		margin: 25px auto 0 auto;
		color: #68717f;
	}
	main.archive-jobs .container .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	main.archive-jobs .container h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 48px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	main.archive-jobs .container h1 span {
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	main.archive-jobs .container .sub-text {
		color: rgba(194, 208, 228, 0.5);
		margin: 0 auto;
		font-weight: 600;
	}
	main.archive-jobs .container .sub-text a {
		color: #aad57a;
		text-decoration: none;
	}
	main.archive-jobs .container section.jobs-container {
		margin: 2rem 0;
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
	}
	main.archive-jobs .container section.jobs-container .single-job {
		flex: 1 1 280px;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		padding: 1.5rem;
		border: 1px solid #4d5766;
		border-radius: 16px;
		color: white;
		transition: all 0.5s ease;
		justify-content: space-between;
		gap: 1rem;
		position: relative;
		z-index: 1;
		text-align: left;
		line-height: 1;
		text-decoration: none;
	}
	main.archive-jobs .container section.jobs-container .single-job:not(:first-of-type) {
		margin-top: 0rem;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__icon {
		display: flex;
		align-items: center;
		gap: 6px;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__icon svg {
		width: 17px;
		height: 17px;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__title {
		font-size: 20px;
		flex: 0 1 100%;
		text-align: left;
		margin-bottom: 1rem;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__location {
		flex: 1 0 100%;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__type {
		flex: 1 0 100%;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__department {
		flex: 1 0 100%;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__expiration {
		flex: 1 0 100%;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__apply-btn {
		margin-top: 1rem;
		flex: 1 1 100%;
		text-align: right;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__apply-btn button {
		outline: none;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 10px;
		padding: 14px 26px;
		text-decoration: none;
		color: white;
		font-size: 15px;
		line-height: 1;
		font-weight: 600;
		position: relative;
		z-index: 1;
		border: 1px solid rgba(194, 208, 228, 0.2);
		transition: all 0.6s ease-in-out;
		outline: none;
		width: 100%;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__apply-btn button::before {
		opacity: 0;
		content: '';
		position: absolute;
		z-index: -1;
		width: 130%;
		height: 140%;
		left: 50%;
		top: 50%;
		transform: translateY(-50%) translateX(-50%);
		background: #0AC1B7;
		filter: blur(35px);
		transition: all 1s ease-in-out;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__apply-btn button:hover {
		background: #0AC1B790;
		border: 1px solid #0AC1B7;
	}
	main.archive-jobs .container section.jobs-container .single-job:hover {
		z-index: 2;
		border-color: #1DAA91;
		background: rgba(255, 255, 255, 0.05);
	}
	main.archive-jobs .container section.jobs-container .single-job:hover .sj__apply-btn button::before {
		opacity: 0.8;
		animation: randomPulse 4s ease 0s infinite alternate none;
	}
	main.archive-jobs .container section.jobs-container .single-job.disabled {
		opacity: 0.4;
		pointer-events: none;
	}
}

@media (max-width: 768px) {
	main.archive-jobs {
		text-align: center;
		width: 100%;
		padding: 20px 1.5rem 0px 1.5rem;
	}
	main.archive-jobs .container {
		max-width: 1440px;
		width: 100%;
		margin: 0 auto;
	}
	main.archive-jobs .container p {
		max-width: 700px;
		margin: 25px auto 0 auto;
		color: #68717f;
	}
	main.archive-jobs .container .pill {
		display: inline-block;
		padding: 10px 20px;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 44px;
		font-family: "Plus Jakarta Sans", sans-serif;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: rgba(194, 208, 228, 0.5);
		margin: 0;
	}
	main.archive-jobs .container h1 {
		font-family: "Plus Jakarta Sans", sans-serif;
		font-size: 40px;
		line-height: 1.2;
		color: #fff;
		margin: 1rem 0;
		padding: 0;
		font-weight: 800;
	}
	main.archive-jobs .container h1 span {
		background: -webkit-linear-gradient(0deg, #2cd9ff 1.98%, rgba(126, 255, 178, 0.81) 19.5%, rgba(244, 255, 122, 0.82) 82.86%, #ffd80e 98.07%);
		-webkit-background-clip: text;
		-webkit-text-stroke: 2px transparent;
		padding: 0 0 2px 0;
		color: #101217;
	}
	main.archive-jobs .container .sub-text {
		color: rgba(194, 208, 228, 0.5);
		margin: 0 auto;
		font-weight: 600;
	}
	main.archive-jobs .container .sub-text a {
		color: #aad57a;
		text-decoration: none;
	}
	main.archive-jobs .container section.jobs-container {
		margin: 2rem 0;
		display: flex;
		flex-flow: row wrap;
		gap: 1rem;
	}
	main.archive-jobs .container section.jobs-container .single-job {
		flex: 1 1 280px;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		padding: 1.5rem;
		border: 1px solid #4d5766;
		border-radius: 16px;
		color: white;
		transition: all 0.5s ease;
		justify-content: space-between;
		gap: 1rem;
		position: relative;
		z-index: 1;
		text-align: left;
		line-height: 1;
		text-decoration: none;
	}
	main.archive-jobs .container section.jobs-container .single-job:not(:first-of-type) {
		margin-top: 0rem;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__icon {
		display: flex;
		align-items: center;
		gap: 6px;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__icon svg {
		width: 17px;
		height: 17px;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__title {
		font-size: 20px;
		flex: 0 1 100%;
		text-align: left;
		margin-bottom: 1rem;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__location {
		flex: 1 0 100%;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__type {
		flex: 1 0 100%;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__department {
		flex: 1 0 100%;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__expiration {
		flex: 1 0 100%;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__apply-btn {
		margin-top: 1rem;
		flex: 1 1 100%;
		text-align: right;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__apply-btn button {
		outline: none;
		background: rgba(194, 208, 228, 0.15);
		border-radius: 10px;
		padding: 14px 26px;
		text-decoration: none;
		color: white;
		font-size: 15px;
		line-height: 1;
		font-weight: 600;
		position: relative;
		z-index: 1;
		border: 1px solid rgba(194, 208, 228, 0.2);
		transition: all 0.6s ease-in-out;
		outline: none;
		width: 100%;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__apply-btn button::before {
		opacity: 0;
		content: '';
		position: absolute;
		z-index: -1;
		width: 130%;
		height: 140%;
		left: 50%;
		top: 50%;
		transform: translateY(-50%) translateX(-50%);
		background: #0AC1B7;
		filter: blur(35px);
		transition: all 1s ease-in-out;
	}
	main.archive-jobs .container section.jobs-container .single-job .sj__apply-btn button:hover {
		background: #0AC1B790;
		border: 1px solid #0AC1B7;
	}
	main.archive-jobs .container section.jobs-container .single-job:hover {
		z-index: 2;
		border-color: #1DAA91;
		background: rgba(255, 255, 255, 0.05);
	}
	main.archive-jobs .container section.jobs-container .single-job:hover .sj__apply-btn button::before {
		opacity: 0.8;
		animation: randomPulse 4s ease 0s infinite alternate none;
	}
	main.archive-jobs .container section.jobs-container .single-job.disabled {
		opacity: 0.4;
		pointer-events: none;
	}
}

main.single-job article header.single-job-header {
	padding: 10rem 0;
	background: rgba(255, 255, 255, 0.05);
	border-bottom: 1px solid rgba(10, 193, 183, 0.5);
	position: relative;
	overflow: hidden;
	text-align: center;
}

main.single-job article header.single-job-header h1.job-title {
	font-size: 52px;
	line-height: 1.2;
	color: #fff;
	font-weight: 800;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 10;
}

main.single-job article header.single-job-header h4.job-location {
	font-size: 20px;
	color: rgba(255, 255, 255, 0.75);
	font-weight: 500;
	margin: 1rem 0;
}

main.single-job article header.single-job-header .blur {
	position: absolute;
	bottom: -150px;
	width: 40%;
	height: 300px;
	left: 50%;
	transform: translateX(-50%);
	background: #0AC1B7;
	filter: blur(100px);
	z-index: 0;
	opacity: 0.4;
}

main.single-job article header.single-job-header .grid-bg-img {
	position: absolute;
	bottom: -180px;
	left: 50%;
	transform: translateX(-50%);
	width: 450px;
	height: auto;
	z-index: 2;
}

main.single-job article section.sj__tab-container {
	border-bottom: 1px solid rgba(10, 193, 183, 0.2);
	padding: 0 1.5rem;
}

main.single-job article section.sj__tab-container .container {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: 3rem;
	padding: 1rem 0;
	position: relative;
}

main.single-job article section.sj__tab-container .container .content-tab {
	padding: 1rem 0;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	outline: none;
	transition: all 0.8s ease;
}

main.single-job article section.sj__tab-container .container .content-tab.selected {
	color: white;
}

main.single-job article section.sj__tab-container .container .movingLine {
	position: absolute;
	left: 0;
	height: 2px;
	width: 0;
	background: #0AC1B7;
	bottom: -1px;
	z-index: 1;
	transition: all 0.8s ease;
}

main.single-job article .container {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	padding: 0 1.5rem;
}

main.single-job article .container .sj__content-container {
	display: none;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
	margin: 4rem 0;
}

main.single-job article .container .sj__content-container.active {
	display: block;
}

main.single-job article .container .sj__content-container .sj__apply-btn {
	margin: 4rem 0 1rem;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: center;
	z-index: 100;
}

main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn {
	background: #1daa91;
	transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	padding: 20px 50px;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	color: white;
	border-radius: 10px;
	outline: none;
}

main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn:focus, main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn:active {
	outline: none;
	box-shadow: none;
}

main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn .word-container {
	display: flex;
	gap: 0.4px;
	position: relative;
	overflow: hidden;
}

main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn .word-container .char {
	color: transparent;
	position: relative;
}

main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn .word-container .char::before {
	content: attr(data-char);
	position: absolute;
	top: 0;
	left: 0;
	user-select: none;
	transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	transition-delay: calc(0.02s * var(--char-index));
	transform: translateY(100%);
	color: #0b0c10;
}

main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn .word-container .char::after {
	content: attr(data-char);
	position: absolute;
	top: 0;
	left: 0;
	user-select: none;
	transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
	transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
	color: #0b0c10;
}

main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn .word-container .whitespace {
	width: 5px;
}

main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn:hover {
	background: #03c3a1;
}

main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn:hover .word-container .char::before {
	transform: translateY(0);
	transition-delay: calc(0.2s + (0.02s * var(--char-index)));
}

main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn:hover .word-container .char::after {
	transform: translateY(100%);
	transition-delay: calc(0.02s * (var(--char-index)));
}

@media (max-width: 992px) {
	main.single-job article header.single-job-header {
		padding: 7rem 0;
		background: rgba(255, 255, 255, 0.05);
		border-bottom: 1px solid rgba(10, 193, 183, 0.5);
		position: relative;
		overflow: hidden;
		text-align: center;
	}
	main.single-job article header.single-job-header h1.job-title {
		font-size: 48px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-align: center;
		position: relative;
		z-index: 10;
	}
	main.single-job article header.single-job-header h4.job-location {
		font-size: 18px;
		color: rgba(255, 255, 255, 0.75);
		font-weight: 500;
		margin: 1rem 0;
	}
	main.single-job article header.single-job-header .blur {
		position: absolute;
		bottom: -150px;
		width: 40%;
		height: 300px;
		left: 50%;
		transform: translateX(-50%);
		background: #0AC1B7;
		filter: blur(100px);
		z-index: 0;
		opacity: 0.4;
	}
	main.single-job article header.single-job-header .grid-bg-img {
		position: absolute;
		bottom: -160px;
		left: 50%;
		transform: translateX(-50%);
		width: 380px;
		height: auto;
		z-index: 2;
	}
	main.single-job article section.sj__tab-container {
		padding: 0 1.5rem;
		border-bottom: 1px solid rgba(10, 193, 183, 0.2);
	}
	main.single-job article section.sj__tab-container .container {
		max-width: 1140px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 3rem;
		padding: 1rem 0;
		position: relative;
	}
	main.single-job article section.sj__tab-container .container .content-tab {
		padding: 1rem 0;
		font-weight: 700;
		color: rgba(255, 255, 255, 0.5);
		text-decoration: none;
		outline: none;
		transition: all 0.8s ease;
	}
	main.single-job article section.sj__tab-container .container .content-tab.selected {
		color: white;
	}
	main.single-job article section.sj__tab-container .container .movingLine {
		position: absolute;
		left: 0;
		height: 2px;
		width: 0;
		background: #0AC1B7;
		bottom: -1px;
		z-index: 1;
		transition: all 0.8s ease;
	}
	main.single-job article .container {
		padding: 0 1.5rem;
		max-width: 1140px;
		width: 100%;
		margin: 0 auto;
	}
	main.single-job article .container .sj__content-container {
		display: none;
		font-size: 18px;
		color: rgba(255, 255, 255, 0.8);
		margin: 4rem 0;
	}
	main.single-job article .container .sj__content-container.active {
		display: block;
	}
	main.single-job article .container .sj__content-container .sj__apply-btn {
		margin: 4rem 0 1rem;
		display: flex;
		align-items: center;
		position: relative;
		justify-content: center;
		z-index: 100;
	}
	main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 18px 40px;
		text-decoration: none;
		font-weight: 700;
		font-size: 16px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn:focus, main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn:hover {
		background: #03c3a1;
	}
	main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
}

@media (max-width: 768px) {
	main.single-job article header.single-job-header {
		padding: 7rem 0;
		background: rgba(255, 255, 255, 0.05);
		border-bottom: 1px solid rgba(10, 193, 183, 0.5);
		position: relative;
		overflow: hidden;
		text-align: center;
	}
	main.single-job article header.single-job-header h1.job-title {
		font-size: 38px;
		line-height: 1.2;
		color: #fff;
		font-weight: 800;
		margin: 0;
		padding: 0;
		text-align: center;
		position: relative;
		z-index: 10;
	}
	main.single-job article header.single-job-header h4.job-location {
		font-size: 18px;
		color: rgba(255, 255, 255, 0.75);
		font-weight: 500;
		margin: 1rem 0;
	}
	main.single-job article header.single-job-header .blur {
		position: absolute;
		bottom: -150px;
		width: 40%;
		height: 300px;
		left: 50%;
		transform: translateX(-50%);
		background: #0AC1B7;
		filter: blur(100px);
		z-index: 0;
		opacity: 0.4;
	}
	main.single-job article header.single-job-header .grid-bg-img {
		position: absolute;
		bottom: -60px;
		left: 50%;
		transform: translateX(-50%);
		width: 300px;
		height: auto;
		z-index: 2;
	}
	main.single-job article section.sj__tab-container {
		padding: 0 1.5rem;
		border-bottom: 1px solid rgba(10, 193, 183, 0.2);
	}
	main.single-job article section.sj__tab-container .container {
		max-width: 1140px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		gap: 3rem;
		padding: 1rem 0;
		position: relative;
	}
	main.single-job article section.sj__tab-container .container .content-tab {
		padding: 1rem 0;
		font-weight: 700;
		color: rgba(255, 255, 255, 0.5);
		text-decoration: none;
		outline: none;
		transition: all 0.8s ease;
	}
	main.single-job article section.sj__tab-container .container .content-tab.selected {
		color: white;
	}
	main.single-job article section.sj__tab-container .container .movingLine {
		position: absolute;
		left: 0;
		height: 2px;
		width: 0;
		background: #0AC1B7;
		bottom: -1px;
		z-index: 1;
		transition: all 0.8s ease;
	}
	main.single-job article .container {
		padding: 0 1.5rem;
		max-width: 1140px;
		width: 100%;
		margin: 0 auto;
	}
	main.single-job article .container .sj__content-container {
		display: none;
		font-size: 16px;
		color: rgba(255, 255, 255, 0.8);
		margin: 4rem 0;
	}
	main.single-job article .container .sj__content-container.active {
		display: block;
	}
	main.single-job article .container .sj__content-container .sj__apply-btn {
		margin: 4rem 0 1rem;
		display: flex;
		align-items: center;
		position: relative;
		justify-content: center;
		z-index: 100;
	}
	main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn {
		background: #1daa91;
		transition: all 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		padding: 18px 40px;
		text-decoration: none;
		font-weight: 700;
		font-size: 16px;
		color: white;
		border-radius: 10px;
		outline: none;
	}
	main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn:focus, main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn:active {
		outline: none;
		box-shadow: none;
	}
	main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn .word-container {
		display: flex;
		gap: 0.4px;
		position: relative;
		overflow: hidden;
	}
	main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn .word-container .char {
		color: transparent;
		position: relative;
	}
	main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn .word-container .char::before {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.02s * var(--char-index));
		transform: translateY(100%);
		color: #0b0c10;
	}
	main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn .word-container .char::after {
		content: attr(data-char);
		position: absolute;
		top: 0;
		left: 0;
		user-select: none;
		transition: transform 0.5s cubic-bezier(0.9, 0, 0.2, 1);
		transition-delay: calc(0.2s + (0.02s * (var(--char-index))));
		color: #0b0c10;
	}
	main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn .word-container .whitespace {
		width: 5px;
	}
	main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn:hover {
		background: #03c3a1;
	}
	main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn:hover .word-container .char::before {
		transform: translateY(0);
		transition-delay: calc(0.2s + (0.02s * var(--char-index)));
	}
	main.single-job article .container .sj__content-container .sj__apply-btn a#cta-btn:hover .word-container .char::after {
		transform: translateY(100%);
		transition-delay: calc(0.02s * (var(--char-index)));
	}
}

/*--------------------------------------------------------------
# FP Hero link
--------------------------------------------------------------*/
@property --conic-gradient-angle {
	syntax: '<angle>';
	initial-value: -95deg;
	inherits: false;
}

@keyframes rotate-conic {
	0% {
		--conic-gradient-angle: -95deg;
	}
	100% {
		--conic-gradient-angle: -455deg;
	}
}

@keyframes flash-1 {
	0% {
		background-position: -80% 50%;
	}
	100% {
		background-position: 210% 50%;
	}
}

@keyframes text-highlight {
	0% {
		background-position: -110% 0%;
	}
	100% {
		background-position: 290% 0%;
	}
}

.testing-container {
	margin: 12rem auto;
	max-width: 1440px;
	width: 100%;
	z-index: 100;
	position: relative;
	padding: 0px 1.5rem 0px 1.5rem;
}

.testing-container .button-stack {
	display: flex;
	flex-flow: column nowrap;
	position: relative;
	width: fit-content;
}

.testing-container .button-stack .main-cta {
	display: flex;
	position: relative;
	z-index: 0;
}

.testing-container .button-stack .hero-fp__cta-wrapper {
	position: absolute;
	left: 50%;
	top: 70%;
	height: 100%;
	width: 100%;
	transform: translateX(-50%);
	z-index: -1;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.testing-container .button-stack .hero-fp__cta-wrapper::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 10px;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	padding: 2px;
	background-color: rgba(255, 255, 255, 0.1);
	background-image: conic-gradient(from var(--conic-gradient-angle) at 50% 50%, transparent 80deg, rgba(255, 255, 255, 0.4) 90deg, rgba(255, 255, 255, 0.4) 100deg, transparent 110deg);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 90% 100%, 90% 95%, 10% 95%, 10% 100%, 0% 100%);
}

.testing-container .button-stack .hero-fp__cta-wrapper.start::before {
	animation: rotate-conic 6s linear infinite;
}

.testing-container .button-stack .hero-fp__cta-wrapper .hero-fp__container {
	position: absolute;
	left: 50%;
	top: 72%;
	transform: translateX(-50%);
	height: 50%;
	width: 80%;
	z-index: 1;
	border-radius: 10px;
	overflow: hidden;
}

.testing-container .button-stack .hero-fp__cta-wrapper .hero-fp__container::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 10px;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	padding: 2px;
	background-color: rgba(255, 255, 255, 0.1);
	background-image: linear-gradient(to right, transparent 15%, rgba(255, 255, 255, 0.4) 45%, transparent 75%);
	background-repeat: no-repeat;
	background-size: 50% 100%;
	background-position: -80% 50%;
}

.testing-container .button-stack .hero-fp__cta-wrapper .hero-fp__container.animate::before {
	animation: flash-1 3s linear;
}

.testing-container .button-stack .hero-fp__cta-wrapper .hero-fp__container .hero-fp__link {
	transition: all 1s ease;
	height: 100%;
	position: relative;
	padding: 0 6px;
	text-align: center;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
}

.testing-container .button-stack .hero-fp__cta-wrapper .hero-fp__container .hero-fp__link div {
	line-height: 1;
	font-weight: 600;
	transition: inherit;
	transition: all 0.5s ease;
	background: linear-gradient(to right, transparent 20px, white 60px, transparent);
	color: rgba(255, 255, 255, 0.5);
	-webkit-background-clip: text;
	background-clip: text;
	background-position: -110% 0%;
	background-size: 50% 100%;
	background-repeat: no-repeat;
	mix-blend-mode: color-dodge;
}

.testing-container .button-stack .hero-fp__cta-wrapper .hero-fp__container .hero-fp__link div.animate {
	animation: text-highlight 3.6s linear;
}

.testing-container .button-stack .hero-fp__cta-wrapper .hero-fp__container .hero-fp__link:hover {
	background: rgba(255, 255, 255, 0.15);
	font-size: 12px;
	text-decoration: none;
	line-height: 1;
	font-weight: 600;
}

.testing-container .button-stack .hero-fp__cta-wrapper .hero-fp__container .hero-fp__link:hover div {
	color: rgba(255, 255, 255, 0.9);
}

.fp-link-enabled {
	display: flex;
	position: relative;
	z-index: 10;
}

.fp-link-enabled .hero-fp__cta-wrapper {
	position: absolute;
	left: 50%;
	top: 70%;
	height: 100%;
	width: 100%;
	transform: translateX(-50%);
	z-index: -1;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.fp-link-enabled .hero-fp__cta-wrapper::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 10px;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	padding: 2px;
	background-color: rgba(255, 255, 255, 0.1);
	background-image: conic-gradient(from var(--conic-gradient-angle) at 50% 50%, transparent 80deg, rgba(255, 255, 255, 0.4) 90deg, rgba(255, 255, 255, 0.4) 100deg, transparent 110deg);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 90% 100%, 90% 95%, 10% 95%, 10% 100%, 0% 100%);
}

.fp-link-enabled .hero-fp__cta-wrapper.start::before {
	animation: rotate-conic 6s linear infinite;
}

.fp-link-enabled .hero-fp__cta-wrapper .hero-fp__container {
	position: absolute;
	left: 50%;
	top: 72%;
	transform: translateX(-50%);
	height: 50%;
	width: 80%;
	z-index: 10;
	border-radius: 10px;
	overflow: hidden;
}

.fp-link-enabled .hero-fp__cta-wrapper .hero-fp__container::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 10px;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) border-box;
	mask-composite: exclude;
	-webkit-mask-composite: xor;
	padding: 2px;
	background-color: rgba(255, 255, 255, 0.1);
	background-image: linear-gradient(to right, transparent 15%, rgba(255, 255, 255, 0.4) 45%, transparent 75%);
	background-repeat: no-repeat;
	background-size: 50% 100%;
	background-position: -80% 50%;
}

.fp-link-enabled .hero-fp__cta-wrapper .hero-fp__container.animate::before {
	animation: flash-1 3s linear;
}

.fp-link-enabled .hero-fp__cta-wrapper .hero-fp__container .hero-fp__link {
	transition: all 1s ease;
	height: 100%;
	position: relative;
	padding: 0 6px;
	text-align: center;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
}

.fp-link-enabled .hero-fp__cta-wrapper .hero-fp__container .hero-fp__link div {
	line-height: 1;
	font-weight: 600;
	transition: inherit;
	transition: all 0.5s ease;
	background: linear-gradient(to right, transparent 20px, white 60px, transparent);
	color: rgba(255, 255, 255, 0.5);
	-webkit-background-clip: text;
	background-clip: text;
	background-position: -110% 0%;
	background-size: 50% 100%;
	background-repeat: no-repeat;
	mix-blend-mode: color-dodge;
}

.fp-link-enabled .hero-fp__cta-wrapper .hero-fp__container .hero-fp__link div.animate {
	animation: text-highlight 3.6s linear;
}

.fp-link-enabled .hero-fp__cta-wrapper .hero-fp__container .hero-fp__link:hover {
	background: rgba(255, 255, 255, 0.15);
	font-size: 12px;
	text-decoration: none;
	line-height: 1;
	font-weight: 600;
}

.fp-link-enabled .hero-fp__cta-wrapper .hero-fp__container .hero-fp__link:hover div {
	color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 992px) {
	.fp-link-enabled {
		margin-bottom: 4rem;
	}
}

@media (max-width: 620px) {
	.fp-link-enabled {
		width: 100%;
		margin-bottom: 4rem;
	}
	.fp-link-enabled a {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# V2
--------------------------------------------------------------*/
body.home {
	padding: 0;
}

body.home .page-bg {
	display: none;
}

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

.homepage #fxify-pricing-table-v1 {
	margin: 0 !important;
}

body .learndash {
	--ld-color-brand-primary: #1DAA91;
	--ld-color-system-dark: #1DAA91;
	--ld-color-system-body-text: rgba(255, 255, 255, 0.8);
	--ld-color-system-border: rgba(255, 255, 255, 0.05);
	--ld-border-radius: 10px;
	--ld-border-radius-small: 10px;
	--ld-color-system-light-1: rgba(255, 255, 255, 0.03);
	--ld-color-system-light-2: rgba(255, 255, 255, 0.03);
	--ld-color-system-middle-gray-light: #0e1017;
	--ld-color-field-bg: rgba(255, 255, 255, 0.03);
	--ld-color-field-bg-hover: rgba(255, 255, 255, 0.05);
	--ld-color-field-border: rgba(255, 255, 255, 0.05);
	--ld-color-field-border-active: #D4F7F1;
}

body.post-type-archive-sfwd-courses {
	padding: 0;
}

body.post-type-archive-sfwd-courses .page-bg {
	display: none;
}

.archive-courses {
	overflow: hidden;
	position: relative;
}

body.single-sfwd-courses {
	padding: 0;
}

body.single-sfwd-courses .page-bg {
	display: none;
}

.single-course {
	position: relative;
}

.single-course .h1-course-heading {
	width: 100%;
	font-family: var(--font-sans-serif);
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -1.5px;
	color: #fff;
	padding-bottom: var(--spacing-3);
	margin-bottom: var(--spacing-3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.single-course .sc__main-content {
	color: rgba(255, 255, 255, 0.9);
	font-family: var(--font-sans-serif);
}

.single-course .sc__main-content .ld-enrollment {
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(10px);
}

.single-course .sc__main-content .ld-enrollment .ld-enrollment__pricing-label {
	color: rgba(255, 255, 255, 0.5);
}

.single-course .sc__main-content .ld-enrollment .ld-enrollment__pricing-price {
	color: var(--accent-soft);
}

.single-course .sc__main-content .ld-enrollment .ld-enrollment__join-button {
	display: flex;
	padding: 14px 16px;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	width: fit-content;
	border-radius: 6px;
	border: 1px solid rgba(29, 170, 145, 0.8);
	background: rgba(29, 170, 145, 0.5);
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	font-family: var(--font-sans-serif);
	transition: all 0.8s ease;
	position: relative;
	outline: none;
}

.single-course .sc__main-content .ld-enrollment .ld-enrollment__join-button::before {
	content: '';
	opacity: 0;
	transition: inherit;
	position: absolute;
	width: 100%;
	height: 0%;
	bottom: 0;
	background: radial-gradient(60% 90% at center bottom, rgba(29, 170, 145, 0.5), rgba(29, 170, 145, 0));
}

.single-course .sc__main-content .ld-enrollment .ld-enrollment__join-button:hover {
	color: white;
	background: rgba(29, 170, 145, 0.3);
	border: 1px solid rgba(29, 170, 145, 0.8);
	box-shadow: 0px 0px 10px 7px rgba(29, 170, 145, 0.4);
}

.single-course .sc__main-content .ld-enrollment .ld-enrollment__join-button:hover::before {
	opacity: 1;
	height: 100%;
}

.single-course .sc__main-content .ld-enrollment .ld-enrollment__login {
	display: none !important;
	align-items: center;
	gap: var(--spacing-1);
}

.single-course .sc__main-content .ld-enrollment .ld-enrollment__login .ld-enrollment__login-text {
	line-height: 1;
}

.single-course .sc__main-content .ld-enrollment .ld-enrollment__login .ld-enrollment__login-link {
	line-height: 1;
}

.single-course .sc__main-content .ld-details {
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.03);
	backdrop-filter: blur(10px);
}

.single-course .sc__main-content .ld-accordion__content .ld-accordion__item-title {
	outline: none;
}

.single-course .sc__main-content .ld-accordion__content .ld-accordion__item {
	outline: none;
}

.single-course .sc__main-content .ld-accordion__content .ld-accordion__item .ld-accordion__expand-button::before {
	display: none !important;
}

.single-course .sc__main-content .ld-accordion__content .ld-accordion__item:hover .ld-accordion__expand-button[aria-expanded=false]:before {
	display: none !important;
}

.single-course .sc__main-content .learndash-wrapper .ld-course-status.ld-course-status-enrolled {
	background: rgba(255, 255, 255, 0.05);
}

.single-course .sc__main-content .learndash-wrapper .ld-alert-certificate.ld-alert-success {
	color: rgba(255, 255, 255, 0.9);
}

.single-course .sc__main-content .learndash-wrapper .ld-alert-success {
	border-radius: 10px;
	border: 1px solid rgba(29, 170, 145, 0.15);
	background: rgba(29, 170, 145, 0.05) !important;
	color: var(--accent);
}

.single-course .sc__main-content .learndash-wrapper .ld-alert .ld-button {
	display: flex;
	padding: 14px 16px;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	width: fit-content;
	border-radius: 6px;
	border: 1px solid rgba(29, 170, 145, 0.8) !important;
	background: rgba(29, 170, 145, 0.5) !important;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	font-family: var(--font-sans-serif);
	transition: all 0.8s ease;
	position: relative;
	outline: none;
	gap: 10px;
	white-space: nowrap;
	margin: 0 auto;
}

.single-course .sc__main-content .learndash-wrapper .ld-alert .ld-button::before {
	content: '';
	opacity: 0;
	transition: inherit;
	position: absolute;
	width: 100%;
	height: 0%;
	bottom: 0;
	background: radial-gradient(60% 90% at center bottom, rgba(29, 170, 145, 0.5), rgba(29, 170, 145, 0));
}

.single-course .sc__main-content .learndash-wrapper .ld-alert .ld-button:hover {
	color: white;
	background: rgba(29, 170, 145, 0.3);
	border: 1px solid rgba(29, 170, 145, 0.8);
	box-shadow: 0px 0px 10px 7px rgba(29, 170, 145, 0.4);
}

.single-course .sc__main-content .learndash-wrapper .ld-alert .ld-button:hover::before {
	opacity: 1;
	height: 100%;
}

.single-course .sc__main-content .learndash-wrapper .ld-alert .ld-button .ld-icon {
	transform: unset;
	left: unset;
	top: unset;
	position: relative;
	margin-right: 0;
}

.single-course .sc__main-content .learndash-wrapper .ld-progress .ld-progress-bar {
	background: rgba(255, 255, 255, 0.1);
}

.wpProQuiz_certificate {
	display: none !important;
}

.single-course-registration .learndash-wrap .ld-registration__wrapper p {
	color: rgba(255, 255, 255, 0.8);
}

.single-course-registration .learndash-wrap .ld-registration__wrapper .ld-registration__heading.ld-registration-register__heading,
.single-course-registration .learndash-wrap .ld-registration__wrapper .ld-registration__heading.ld-registration-login__heading {
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: var(--spacing-2);
}

.single-course-registration .learndash-wrap .ld-registration__wrapper .ld-registration__form {
	margin: 0 auto;
	padding-right: 0;
	border-right: none;
}

.single-course-registration .learndash-wrap .ld-registration__wrapper .ld-registration__form label {
	color: rgba(255, 255, 255, 0.8);
}

.single-course-registration .learndash-wrap .ld-registration__wrapper .ld-registration__form label span.required {
	color: var(--accent-soft);
	font-size: 12px;
	vertical-align: middle;
}

.single-course-registration .learndash-wrap .ld-registration__wrapper .ld-registration__form input {
	background: rgba(255, 255, 255, 0.03);
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	color: #fff;
	outline-color: var(--accent-soft);
}

.single-course-registration .learndash-wrap .ld-registration__wrapper .ld-registration__form .ld-form.ld-form__field:active,
.single-course-registration .learndash-wrap .ld-registration__wrapper .ld-registration__form .ld-form .ld-form__field:focus {
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
}

.single-course-registration .learndash-wrap .ld-registration__wrapper .ld-registration__form .ld-registration__register-submit-wrapper {
	margin-top: var(--spacing-3);
}

.single-course-registration .learndash-wrap .ld-registration__wrapper .ld-registration__form input[name="wp-submit"] {
	display: flex;
	padding: 14px 16px;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	width: fit-content;
	border-radius: 6px;
	border: 1px solid rgba(29, 170, 145, 0.8);
	background: rgba(29, 170, 145, 0.5);
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	font-family: var(--font-sans-serif);
	transition: all 0.8s ease;
	position: relative;
	outline: none;
}

.single-course-registration .learndash-wrap .ld-registration__wrapper .ld-registration__form input[name="wp-submit"]::before {
	content: '';
	opacity: 0;
	transition: inherit;
	position: absolute;
	width: 100%;
	height: 0%;
	bottom: 0;
	background: radial-gradient(60% 90% at center bottom, rgba(29, 170, 145, 0.5), rgba(29, 170, 145, 0));
}

.single-course-registration .learndash-wrap .ld-registration__wrapper .ld-registration__form input[name="wp-submit"]:hover {
	color: white;
	background: rgba(29, 170, 145, 0.3);
	border: 1px solid rgba(29, 170, 145, 0.8);
	box-shadow: 0px 0px 10px 7px rgba(29, 170, 145, 0.4);
}

.single-course-registration .learndash-wrap .ld-registration__wrapper .ld-registration__form input[name="wp-submit"]:hover::before {
	opacity: 1;
	height: 100%;
}

.single-course-registration .learndash-wrap .ld-registration__wrapper .ld-registration__form .ld-button.ld-button--secondary {
	display: flex;
	padding: 14px 16px;
	justify-content: center;
	align-items: center;
	align-self: stretch;
	width: fit-content;
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	text-decoration: none;
	text-align: center;
	font-family: var(--font-family-Font-1, "Plus Jakarta Sans");
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	transition: all 0.8s ease;
	color: rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.05);
}

.single-course-registration .learndash-wrap .ld-registration__wrapper .ld-registration__form .ld-button.ld-button--secondary:hover {
	color: white;
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.single-course-registration .learndash-wrap .ld-registration__wrapper .ld-coupon__alerts {
	display: none;
}

.single-course-registration .learndash-wrap .ld-registration__wrapper .ld-alert.ld-alert-success {
	border: 1px solid rgba(255, 255, 255, 0.05) !important;
	background: rgba(255, 255, 255, 0.03) !important;
	backdrop-filter: blur(10px) !important;
	outline: none !important;
}

.single-course-registration .learndash-wrap .ld-registration__wrapper .ld-registration-order {
	display: none;
}

.single-course-registration .learndash-wrap .ld-registration__wrapper .ld-registration-order__return-wrapper {
	margin: 0 auto;
	border-right: none;
	padding-right: none;
}

.single-course-registration .learndash-wrap .ld-registration__wrapper .ld-registration-order__return-wrapper .ld-registration-order__return {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.single-course-registration .learndash-wrap .ld-registration__wrapper .ld-registration-order__return-wrapper .ld-registration-order__return a {
	transition: all 0.5s ease;
	padding: 3px 6px;
	text-decoration: none;
}

.single-course-registration .learndash-wrap .ld-registration__wrapper .ld-registration-order__return-wrapper .ld-registration-order__return a span {
	transition: inherit;
}

.single-course-registration .learndash-wrap .ld-registration__wrapper .ld-registration-order__return-wrapper .ld-registration-order__return a:hover {
	background: rgba(29, 170, 145, 0.1);
	border-radius: 4px;
}

.single-course-registration .learndash-wrap .ld-registration__wrapper .ld-registration-order__return-wrapper .ld-registration-order__return a:hover span {
	transform: translateX(-4px);
}

.single-course-registration .profile-page-btn {
	display: flex;
	justify-content: center;
}

.single-course-registration .profile-page-btn a {
	width: 200px;
}

.single-profile .ld-profile-heading {
	color: white;
}

.single-profile .learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat {
	border-right: 1px solid var(--border);
	flex: 0 0 120px;
}

.single-profile .learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat strong {
	color: var(--accent);
}

.single-profile .learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat span {
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.2;
}

.single-profile .learndash-wrapper .ld-profile-summary .ld-profile-card a.ld-profile-edit-link {
	color: var(--accent-soft);
}

.single-profile .learndash-wrapper #ld-profile button.ld-icon-search.ld-icon {
	display: none !important;
}

.single-profile .learndash-wrapper .ld-item-list .ld-item-list-item {
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	background: rgba(255, 255, 255, 0.03);
}

.single-profile .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded:before {
	background: rgba(255, 255, 255, 0.1);
}

.single-profile .learndash-wrapper .ld-progress {
	margin-bottom: 0;
}

.single-profile .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress {
	background: rgba(255, 255, 255, 0.06);
	color: rgba(255, 255, 255, 0.8);
}

.single-profile .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon {
	margin: 0 6px 0 0 !important;
}

.single-profile .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
	align-items: center;
}

.single-profile .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name .ld-course-title {
	color: rgba(255, 255, 255, 0.8);
}

.single-profile .learndash-wrapper #ld-profile .ld-section-heading {
	color: rgba(255, 255, 255, 0.9);
}

.single-profile .learndash-wrapper .ld-table-list .ld-table-list-items {
	color: rgba(255, 255, 255, 0.8);
}

.single-profile .learndash-wrapper .ld-progress .ld-progress-bar {
	background: rgba(255, 255, 255, 0.1);
}

.single-profile .ld-logout.ld-logout.ld-login-text.ld-login-button.ld-button {
	margin: 2rem auto 0;
}

.single-profile .learndash-wrapper .ld-expand-button .ld-text {
	white-space: nowrap;
}

.single-profile .learndash-wrapper .ld-progress .ld-progress-heading {
	gap: 10px;
}

.single-profile .single-profile .learndash-wrapper .ld-progress {
	gap: 10px;
}

.single-profile .learndash-wrapper .ld-alert-warning {
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	background: rgba(255, 255, 255, 0.03);
}

.single-profile .ld-alert-messages {
	color: rgba(255, 255, 255, 0.8);
}

section.hero-section {
	padding-bottom: var(--spacing-9);
	position: relative;
}

@media (max-width: 1200px) {
	section.hero-section {
		padding-bottom: var(--spacing-8);
	}
}

section.hero-section .hero-background-circle {
	position: absolute;
	height: 200px;
	width: 900px;
	left: 50%;
	top: 20%;
	transform: translateX(-50%);
	background: rgba(29, 170, 145, 0.2);
	filter: blur(140px);
	z-index: -1;
}

section.hero-section .hero-background {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

section.hero-section .hero-background img {
	width: 75%;
	margin: 0 auto;
}

@media (max-width: 1800px) {
	section.hero-section .hero-background {
		height: 60vh;
	}
	section.hero-section .hero-background img {
		width: 100%;
		max-width: unset;
	}
}

@media (max-width: 1200px) {
	section.hero-section .hero-background {
		height: 60vh;
	}
	section.hero-section .hero-background img {
		width: 150%;
		max-width: unset;
	}
}

section.hero-section .content {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: var(--spacing-4);
}

section.hero-section .content .top-heading,
section.hero-section .content .h1-heading,
section.hero-section .content .paragraph {
	text-align: center;
}

section.hero-section .content .paragraph {
	max-width: 40%;
}

@media (max-width: 768px) {
	section.hero-section .content .paragraph {
		max-width: 100%;
	}
}

section.hero-section .content .h__buttons {
	display: flex;
	align-items: center;
	gap: var(--spacing-3);
	margin-top: var(--spacing-3);
}

section.hero-section .content .h__scroller {
	overflow: hidden;
	display: flex;
	gap: var(--spacing-3);
	align-self: flex-start;
	margin-top: var(--spacing-6);
	width: 100%;
	mask-image: linear-gradient(to right, transparent, #fff, transparent);
	-webkit-mask-image: linear-gradient(to right, transparent, #fff, transparent);
}

section.hero-section .content .h__scroller .ups-container {
	flex: 1 0 auto;
	display: flex;
	flex-flow: row nowrap;
	gap: var(--spacing-3);
	animation: scrollCardsUPS 50s linear infinite;
	will-change: transform;
}

@media (max-width: 576px) {
	section.hero-section .content .h__scroller .ups-container {
		animation: scrollCardsUPS 30s linear infinite;
	}
}

section.hero-section .content .h__scroller:hover .ups-container {
	animation-play-state: paused;
}

@media (max-width: 576px) {
	section.hero-section .content .h__scroller {
		margin-top: var(--spacing-4);
	}
}

section.hero-section .content .h__cards {
	align-self: stretch;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
}

section.hero-section .content .h__featured {
	display: flex;
	flex-flow: column nowrap;
	gap: var(--spacing-4);
}

section.hero-section .content .h__featured .f__logos {
	display: flex;
	align-items: center;
	gap: var(--spacing-4);
}

section.hero-section .content .h__featured .f__logos a {
	text-decoration: none;
	display: flex;
	align-items: center;
}

section.hero-section .content .h__featured .f__logos a img {
	height: 24px;
	width: auto;
	opacity: 0.6;
	transition: all 0.8s ease;
}

section.hero-section .content .h__featured .f__logos a:hover img {
	opacity: 1;
}

@media (max-width: 576px) {
	section.hero-section .content .h__featured .f__logos {
		flex-wrap: wrap;
	}
	section.hero-section .content .h__featured .f__logos a {
		flex: 1 1 45%;
	}
}

@keyframes scrollCardsUPS {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(calc(-100% - var(--spacing-3)));
	}
}

section.how-it-works-section .content {
	display: flex;
	flex-flow: column nowrap;
	gap: var(--spacing-2);
}

section.how-it-works-section .content .cards-container {
	margin-top: var(--spacing-4);
	border-top: 1px solid var(--border);
	display: flex;
	flex-flow: row wrap;
	gap: var(--spacing-3);
}

section.how-it-works-section .content .cards-container .vertical {
	width: 1px;
	background: var(--border);
}

@media (max-width: 992px) {
	section.how-it-works-section .content .cards-container .vertical {
		display: none;
	}
}

section.programs-section {
	position: relative;
}

section.programs-section .bg-left {
	position: absolute;
	left: 0;
	bottom: 0;
	width: auto;
	height: 100%;
	z-index: -2;
}

section.programs-section .bg-left img {
	height: 100%;
	width: auto;
}

@media (max-width: 992px) {
	section.programs-section .bg-left img {
		height: 400px;
		width: auto;
	}
}

@media (max-width: 768px) {
	section.programs-section .bg-left img {
		height: 300px;
		width: auto;
	}
}

@media (max-width: 576px) {
	section.programs-section .bg-left img {
		height: 200px;
		width: auto;
	}
}

section.programs-section .bg-right {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	height: 100%;
	z-index: -2;
}

section.programs-section .bg-right img {
	height: 100%;
	width: auto;
}

@media (max-width: 992px) {
	section.programs-section .bg-right img {
		height: 400px;
		width: auto;
	}
}

@media (max-width: 768px) {
	section.programs-section .bg-right img {
		height: 300px;
		width: auto;
	}
}

@media (max-width: 576px) {
	section.programs-section .bg-right img {
		height: 200px;
		width: auto;
	}
}

section.programs-section .bg-bottom {
	position: absolute;
	width: 100%;
	height: 100px;
	bottom: 0;
	left: 0;
	opacity: 0.15;
	background: var(--accent);
	mix-blend-mode: lighten;
	filter: blur(50px);
	z-index: -1;
}

@media (max-width: 992px) {
	section.programs-section .bg-bottom {
		display: none;
	}
}

section.programs-section .content {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: var(--spacing-2);
}

section.programs-section .content .top-heading,
section.programs-section .content .h3-heading,
section.programs-section .content .paragraph {
	text-align: center;
}

section.programs-section .content .paragraph {
	max-width: 40%;
}

@media (max-width: 992px) {
	section.programs-section .content .paragraph {
		max-width: 60%;
	}
}

@media (max-width: 768px) {
	section.programs-section .content .paragraph {
		max-width: 100%;
	}
}

section.programs-section .content .table-container {
	margin-top: var(--spacing-4);
	display: flex;
	flex-flow: row nowrap;
	padding: var(--spacing-3) 0;
}

@media (max-width: 992px) {
	section.programs-section .content .table-container {
		flex-wrap: wrap;
		gap: var(--spacing-2);
	}
}

section.benefits-section .content {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: var(--spacing-2);
}

section.benefits-section .content .top-heading,
section.benefits-section .content .h3-heading,
section.benefits-section .content .paragraph {
	text-align: center;
}

section.benefits-section .content .paragraph {
	max-width: 40%;
}

@media (max-width: 768px) {
	section.benefits-section .content .paragraph {
		max-width: 100%;
	}
}

section.benefits-section .content .cards-container {
	margin-top: var(--spacing-5);
	display: flex;
	flex-flow: row wrap;
	gap: var(--spacing-3);
}

section.powered-by-section .content {
	display: flex;
	flex-flow: column nowrap;
	gap: var(--spacing-2);
}

section.powered-by-section .content .paragraph {
	max-width: 40%;
}

@media (max-width: 768px) {
	section.powered-by-section .content .paragraph {
		max-width: 100%;
	}
}

section.powered-by-section .content .cards-container {
	margin-top: var(--spacing-5);
	display: flex;
	flex-flow: row wrap;
}

section.payouts-section .content {
	display: flex;
	flex-flow: row wrap;
	gap: var(--spacing-2);
}

section.payouts-section .content .left {
	flex: 1 1 0;
	display: flex;
	flex-flow: column nowrap;
	gap: var(--spacing-3);
	border-right: 1px solid var(--border);
}

@media (max-width: 992px) {
	section.payouts-section .content .left {
		flex: 1 1 100%;
		border-right: none;
	}
}

@media (max-width: 768px) {
	section.payouts-section .content .left {
		flex: 1 1 100%;
		border-right: none;
	}
}

section.payouts-section .content .left .bottom-container {
	display: flex;
	flex-flow: row wrap;
	border-top: 1px solid var(--border);
	flex: 1 1 auto;
}

section.payouts-section .content .left .bottom-container .payouts-container {
	flex: 1 1 0;
	display: flex;
	flex-flow: column nowrap;
	gap: var(--spacing-3);
	padding-top: var(--spacing-3);
	padding-right: var(--spacing-3);
	border-right: 1px solid var(--border);
}

@media (min-width: 992px) and (max-width: 1200px) {
	section.payouts-section .content .left .bottom-container .payouts-container {
		flex: 1 1 100%;
		border-right: none;
	}
}

@media (max-width: 768px) {
	section.payouts-section .content .left .bottom-container .payouts-container {
		flex: 1 1 100%;
		border-right: none;
		padding-right: 0;
	}
}

section.payouts-section .content .left .bottom-container .payouts-container .title {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}

section.payouts-section .content .left .bottom-container .payouts-container .payouts {
	display: flex;
	flex-flow: column nowrap;
	gap: var(--spacing-1);
	mask-image: linear-gradient(to bottom, #fff, transparent);
	-webkit-mask-image: linear-gradient(to bottom, #fff, transparent);
	flex: 1 1 auto;
}

section.payouts-section .content .left .bottom-container .stats-container {
	flex: 1 1 0;
	display: flex;
	flex-flow: column nowrap;
	background: url("../svg/payouts3.svg"), linear-gradient(to bottom, rgba(29, 170, 145, 0.05), transparent);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: top center;
}

@media (max-width: 768px) {
	section.payouts-section .content .left .bottom-container .stats-container {
		flex: 1 1 100%;
	}
}

section.payouts-section .content .left .bottom-container .stats-container .stats {
	flex: 1 1 0;
	display: flex;
	flex-flow: column nowrap;
	padding: var(--spacing-3);
	gap: var(--spacing-1);
}

section.payouts-section .content .left .bottom-container .stats-container .stats:first-of-type {
	border-bottom: 1px solid var(--border);
}

section.payouts-section .content .left .bottom-container .stats-container .stats .title {
	color: #FFF;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -1.5px;
}

section.payouts-section .content .left .bottom-container .stats-container .stats .text {
	color: var(--accent-soft);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}

section.payouts-section .content .right {
	flex: 1 1 0;
	display: flex;
	flex-flow: row nowrap;
	padding: var(--spacing-2);
}

@media (min-width: 992px) and (max-width: 1200px) {
	section.payouts-section .content .right {
		align-self: flex-start;
	}
}

@media (max-width: 992px) {
	section.payouts-section .content .right {
		padding: 0;
	}
}

@media (max-width: 768px) {
	section.payouts-section .content .right {
		flex: 1 1 100%;
		flex-wrap: wrap;
	}
}

section.payouts-section .content .right .comparison-table {
	flex: 1 1 0;
	display: flex;
	flex-flow: column nowrap;
}

@media (max-width: 768px) {
	section.payouts-section .content .right .comparison-table {
		flex: 1 1 100%;
	}
}

section.payouts-section .content .right .comparison-table .ct__header {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	gap: var(--spacing-2);
	padding: var(--spacing-3);
	flex: 0 0 110px;
}

section.payouts-section .content .right .comparison-table .ct__header img {
	width: 45px;
	height: auto;
}

section.payouts-section .content .right .comparison-table .ct__header .ct__title {
	color: #FFF;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.7px;
	max-width: 70%;
}

section.payouts-section .content .right .comparison-table .ct__row {
	padding: var(--spacing-4) var(--spacing-3);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
}

section.payouts-section .content .right .comparison-table > div:not(:last-of-type) {
	border-bottom: 1px solid var(--border);
}

section.payouts-section .content .right .comparison-table.fxify {
	border-radius: 10px;
	border: 1px solid rgba(29, 170, 145, 0.1);
	background: rgba(29, 170, 145, 0.05);
	backdrop-filter: blur(5px);
	position: relative;
	overflow: hidden;
}

section.payouts-section .content .right .comparison-table.fxify .ct__row {
	color: var(--accent-soft);
}

section.payouts-section .content .right .comparison-table.fxify::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -40px;
	width: 277.162px;
	height: 131.736px;
	transform: translateX(-50%);
	border-radius: 277.162px;
	background: rgba(29, 170, 145, 0.2);
	filter: blur(40px);
}

section.payouts-section .content .right .comparison-table.others {
	opacity: 0.6;
	border: 1px solid transparent;
}

section.payouts-section .content .right .comparison-table.others .ct__row {
	color: #fff;
}

section.addons-section .addons-container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: var(--spacing-5);
	padding: var(--spacing-8) 0;
	border-radius: 24px;
	border: 1px solid rgba(29, 170, 145, 0.15);
	background: url("../svg/stars.svg"), url("../png/addonsbgpng.png"), radial-gradient(120.62% 103.22% at 50% 0px, rgba(14, 16, 23, 0) 0%, rgba(17, 45, 46, 0.5) 68.07%, rgba(29, 170, 145, 0.6) 100%);
	background-origin: border-box;
	background-repeat: no-repeat;
	background-size: 100% auto, 100% auto, auto;
	background-position: center top, center bottom, center;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

@media (max-width: 576px) {
	section.addons-section .addons-container {
		padding: var(--spacing-6) 0;
		gap: var(--spacing-4);
	}
}

section.addons-section .addons-container::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -35%;
	width: 296px;
	height: 251px;
	opacity: 0.6;
	background: linear-gradient(25deg, var(--accent) 15.39%, var(--accent-soft) 54.82%);
	filter: blur(100px);
	z-index: -1;
}

section.addons-section .addons-container .a__heading {
	display: flex;
	flex-flow: column nowrap;
	gap: var(--spacing-2);
	align-items: center;
	padding: 0 var(--spacing-3);
}

section.addons-section .addons-container .a__heading .paragraph {
	text-align: center;
}

section.addons-section .addons-container .scroller-container {
	overflow: hidden;
	display: flex;
	gap: var(--spacing-3);
	align-self: flex-start;
}

section.addons-section .addons-container .scroller-container .cards-container {
	flex: 1 0 auto;
	display: flex;
	flex-flow: row nowrap;
	padding-top: var(--spacing-5);
	gap: var(--spacing-3);
	animation: scrollCards 18s linear infinite;
	will-change: transform;
}

@media (max-width: 576px) {
	section.addons-section .addons-container .scroller-container .cards-container {
		animation: scrollCards 12s linear infinite;
	}
}

section.addons-section .addons-container .scroller-container:hover .cards-container {
	animation-play-state: paused;
}

@keyframes scrollCards {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(calc(-100% - var(--spacing-3)));
	}
}

section.discord-section {
	position: relative;
	overflow: hidden;
}

section.discord-section .content {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: var(--spacing-2);
}

section.discord-section .content .top-heading,
section.discord-section .content .h3-heading,
section.discord-section .content .paragraph {
	text-align: center;
}

section.discord-section .content .paragraph {
	color: rgba(187, 197, 237, 0.6);
}

section.discord-section .content .discord__image {
	margin-top: var(--spacing-4);
}

section.discord-section .content .discord__channels {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	gap: var(--spacing-3);
	margin-top: calc(-1 * var(--spacing-8));
}

@media (max-width: 992px) {
	section.discord-section .content .discord__channels {
		flex-wrap: wrap;
		margin-top: calc(-1 * var(--spacing-2));
	}
}

@media (max-width: 576px) {
	section.discord-section .content .discord__channels {
		flex-wrap: wrap;
		margin-top: calc(-1 * var(--spacing-2));
	}
}

section.discord-section .content .discord__channels .channel {
	display: flex;
	flex-flow: column nowrap;
	border: 1px solid rgba(114, 137, 218, 0.1);
	border-radius: 10px;
	backdrop-filter: blur(10px);
	padding: var(--spacing-3);
	flex: 0 1 250px;
	gap: var(--spacing-2);
	transition: all 0.5s ease;
}

@media (max-width: 576px) {
	section.discord-section .content .discord__channels .channel {
		min-height: 220px;
	}
}

section.discord-section .content .discord__channels .channel:nth-of-type(1) {
	background: linear-gradient(180deg, rgba(114, 137, 218, 0.03) 0%, rgba(114, 137, 218, 0.1) 100%), url("../png/ch1.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

section.discord-section .content .discord__channels .channel:nth-of-type(2) {
	background: linear-gradient(180deg, rgba(114, 137, 218, 0.03) 0%, rgba(114, 137, 218, 0.1) 100%), url("../png/ch2.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

section.discord-section .content .discord__channels .channel:nth-of-type(3) {
	background: linear-gradient(180deg, rgba(114, 137, 218, 0.03) 0%, rgba(114, 137, 218, 0.1) 100%), url("../png/ch3.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

section.discord-section .content .discord__channels .channel:nth-of-type(4) {
	background: linear-gradient(180deg, rgba(114, 137, 218, 0.03) 0%, rgba(114, 137, 218, 0.1) 100%), url("../png/ch4.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}

@media (max-width: 992px) {
	section.discord-section .content .discord__channels .channel {
		flex: 1 1 45%;
	}
}

@media (max-width: 576px) {
	section.discord-section .content .discord__channels .channel {
		flex: 1 1 100%;
	}
}

section.discord-section .content .discord__channels .channel .channel__horizontal {
	display: flex;
	align-items: center;
	gap: 6px;
	transition: all 0.5s ease;
}

section.discord-section .content .discord__channels .channel .channel__horizontal .channel__icon {
	height: 18px;
	width: 18px;
}

section.discord-section .content .discord__channels .channel .channel__horizontal .channel__title {
	color: var(--discord);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
}

section.discord-section .content .discord__channels .channel .channel__text {
	color: rgba(114, 137, 218, 0.5);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}

section.discord-section .content .discord__channels .channel .channel__list {
	margin-top: var(--spacing-2);
	display: flex;
	flex-flow: column nowrap;
	gap: var(--spacing-2);
}

section.discord-section .content .discord__channels .channel .channel__list .single-channel {
	display: flex;
	align-items: center;
	gap: var(--spacing-1);
}

section.discord-section .content .discord__channels .channel .channel__list .single-channel .si__name {
	color: var(--discord);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	padding-bottom: 4px;
}

section.discord-section .content .join-button {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	margin-top: var(--spacing-5);
	gap: var(--spacing-2);
}

section.discord-section .content .join-button p {
	opacity: 0.8;
	color: var(--discord);
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

section.discord-section::before {
	content: '';
	transition: all 0.5s ease;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	background: radial-gradient(148.87% 100% at 50% 0%, rgba(14, 16, 23, 0) 68.07%, rgba(114, 137, 218, 0.5) 100%);
	z-index: -1;
}

section.discord-section.active::before {
	opacity: 1;
	border-radius: 20px;
	transform: scale(0.98);
}

@media (max-width: 576px) {
	section.discord-section.active::before {
		transform: scaleX(0.92);
	}
}

section.discord-section.active .discord__channels .channel {
	border: 1px solid rgba(114, 137, 218, 0.3);
	background: rgba(114, 137, 218, 0.15);
}

section.trustpilot-section {
	position: relative;
	overflow: hidden;
}

section.trustpilot-section .content {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	gap: var(--spacing-2);
}

@media (max-width: 768px) {
	section.trustpilot-section .content {
		flex-wrap: wrap;
		gap: var(--spacing-6);
	}
}

section.trustpilot-section .content .left {
	flex: 1 1 0;
	display: flex;
	flex-flow: column nowrap;
	gap: var(--spacing-2);
}

section.trustpilot-section .content .left .cta-normal {
	margin-top: var(--spacing-3);
}

@media (max-width: 768px) {
	section.trustpilot-section .content .left {
		flex: 1 1 100%;
	}
}

section.trustpilot-section .content .right {
	flex: 1 1 0;
}

@media (max-width: 768px) {
	section.trustpilot-section .content .right {
		flex: 1 1 100%;
	}
}

section.trustpilot-section .content .right .top-container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: var(--spacing-2);
}

section.trustpilot-section .content .right .top-container .tc__rating {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	display: flex;
	align-items: center;
	gap: var(--spacing-2);
}

section.trustpilot-section .content .right .top-container .tc__rating img {
	height: 20px;
	width: auto;
}

section.trustpilot-section .content .right .top-container .tc__text {
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	display: flex;
	align-items: center;
	gap: 3px;
	opacity: 0.7;
}

section.trustpilot-section .content .right .top-container .tc__text img {
	height: 18px;
	width: auto;
}

section.trustpilot-section .content .right .reviews-container {
	display: flex;
	flex-flow: row nowrap;
	gap: var(--spacing-2);
	max-height: 500px;
	overflow: hidden;
	mask-image: linear-gradient(to bottom, transparent, #fff, transparent);
	-webkit-mask-image: linear-gradient(to bottom, transparent, #fff, transparent);
}

section.trustpilot-section .content .right .reviews-container .vertical-scroller {
	flex: 1 1 0;
	display: flex;
	flex-flow: column nowrap;
	gap: var(--spacing-2);
}

section.trustpilot-section .content .right .reviews-container .vertical-scroller .reviews {
	display: flex;
	flex-flow: column nowrap;
	gap: var(--spacing-2);
	animation: scrollReviews 15s linear infinite;
}

section.trustpilot-section .content .right .reviews-container .vertical-scroller:nth-of-type(2) .reviews {
	animation: scrollReviews-R 15s linear infinite;
}

section.trustpilot-section .content .right .reviews-container .vertical-scroller:hover .reviews {
	animation-play-state: paused;
}

@keyframes scrollReviews {
	0% {
		transform: translateY(0%);
	}
	100% {
		transform: translateY(calc(-100% - var(--spacing-2)));
	}
}

@keyframes scrollReviews-R {
	0% {
		transform: translateY(calc(-100% - var(--spacing-2)));
	}
	100% {
		transform: translateY(0%);
	}
}

section.blog-section .content {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: var(--spacing-2);
}

section.blog-section .content .top-heading,
section.blog-section .content .h3-heading,
section.blog-section .content .paragraph {
	text-align: center;
}

section.blog-section .content .paragraph {
	max-width: 40%;
}

@media (max-width: 768px) {
	section.blog-section .content .paragraph {
		max-width: 100%;
	}
}

section.blog-section .content .blog__posts {
	margin: var(--spacing-5) auto 0;
	display: flex;
	flex-flow: row wrap;
	gap: var(--spacing-3);
	max-width: 85%;
}

@media (max-width: 992px) {
	section.blog-section .content .blog__posts {
		max-width: 100%;
	}
}

section.blog-section .content .blog__cta {
	margin: var(--spacing-5) auto 0;
}

section.get-started-section {
	margin: var(--spacing-10) 0 0;
	background: url("../svg/gsbg.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}

@media (max-width: 1200px) {
	section.get-started-section {
		margin: 0;
		padding-bottom: 0;
	}
}

@media (max-width: 992px) {
	section.get-started-section {
		margin: 0;
	}
}

section.get-started-section .content {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: var(--spacing-3);
}

section.get-started-section .content .top-heading,
section.get-started-section .content .gs__heading,
section.get-started-section .content .paragraph {
	text-align: center;
}

section.get-started-section .content .paragraph {
	max-width: 40%;
}

@media (max-width: 768px) {
	section.get-started-section .content .paragraph {
		max-width: 100%;
	}
}

section.get-started-section .content .gs__heading {
	color: #FFF;
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -2.4px;
}

section.get-started-section .content .gs__heading span {
	display: block;
	background: linear-gradient(179deg, #FFF 8.45%, #1DAA91 91.25%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media (max-width: 992px) {
	section.get-started-section .content .gs__heading {
		font-size: 42px;
		letter-spacing: -2px;
	}
}

@media (max-width: 768px) {
	section.get-started-section .content .gs__heading {
		font-size: 36px;
		letter-spacing: -2px;
	}
}

@media (max-width: 576px) {
	section.get-started-section .content .gs__heading {
		font-size: 32px;
		letter-spacing: -1.5px;
	}
}

section.get-started-section .content .gs__button {
	margin-top: var(--spacing-5);
}

section.faqs-section .content {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	gap: var(--spacing-2);
}

@media (max-width: 768px) {
	section.faqs-section .content {
		flex-wrap: wrap;
		gap: var(--spacing-5);
	}
}

section.faqs-section .content .left {
	flex: 1 1 0;
	display: flex;
	flex-flow: column nowrap;
	gap: var(--spacing-3);
}

@media (max-width: 1200px) {
	section.faqs-section .content .left {
		flex: 1 1 40%;
	}
}

@media (max-width: 768px) {
	section.faqs-section .content .left {
		flex: 1 1 100%;
	}
}

section.faqs-section .content .left .buttons-container {
	display: flex;
	align-items: center;
	gap: var(--spacing-2);
}

section.faqs-section .content .right {
	flex: 1 1 0;
	display: flex;
	flex-flow: column nowrap;
	max-height: 300px;
}

@media (max-width: 1200px) {
	section.faqs-section .content .right {
		flex: 1 1 60%;
	}
}

@media (max-width: 768px) {
	section.faqs-section .content .right {
		flex: 1 1 100%;
	}
}

section.subscribe-section .content {
	display: flex;
	flex-flow: row wrap;
	gap: var(--spacing-3);
}

section.subscribe-section .content .left {
	flex: 1 1 0;
}

@media (max-width: 992px) {
	section.subscribe-section .content .left {
		flex: 1 1 100%;
	}
}

section.subscribe-section .content .left .subscribe-container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	padding: var(--spacing-6);
	gap: var(--spacing-4);
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	background: url("../svg/subscribebg.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

@media (max-width: 576px) {
	section.subscribe-section .content .left .subscribe-container {
		padding: var(--spacing-4);
	}
}

section.subscribe-section .content .left .subscribe-container .h4-heading {
	text-align: center;
	max-width: 60%;
	margin: 0 auto;
}

@media (min-width: 992px) and (max-width: 1200px) {
	section.subscribe-section .content .left .subscribe-container .h4-heading {
		max-width: 80%;
	}
}

@media (max-width: 768px) {
	section.subscribe-section .content .left .subscribe-container .h4-heading {
		max-width: 80%;
	}
}

section.subscribe-section .content .left .subscribe-container .subscribe-form {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: var(--spacing-3);
	width: 50%;
}

@media (min-width: 992px) and (max-width: 1200px) {
	section.subscribe-section .content .left .subscribe-container .subscribe-form {
		width: 70%;
	}
}

@media (max-width: 768px) {
	section.subscribe-section .content .left .subscribe-container .subscribe-form {
		width: 60%;
	}
}

@media (max-width: 576px) {
	section.subscribe-section .content .left .subscribe-container .subscribe-form {
		width: 80%;
	}
}

section.subscribe-section .content .left .subscribe-container .subscribe-form input[type="text"],
section.subscribe-section .content .left .subscribe-container .subscribe-form input[type="email"] {
	border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.05);
	background: rgba(255, 255, 255, 0.03);
	padding: 8px 10px;
	transition: all 0.8s ease;
	color: #fff;
	outline: 1px solid rgba(255, 255, 255, 0);
	width: 100%;
}

section.subscribe-section .content .left .subscribe-container .subscribe-form input[type="text"]:hover, section.subscribe-section .content .left .subscribe-container .subscribe-form input[type="text"]:focus,
section.subscribe-section .content .left .subscribe-container .subscribe-form input[type="email"]:hover,
section.subscribe-section .content .left .subscribe-container .subscribe-form input[type="email"]:focus {
	outline: 1px solid rgba(255, 255, 255, 0.25);
	background: rgba(255, 255, 255, 0.06);
}

section.subscribe-section .content .left .subscribe-container .subscribe-form input[type="text"]::placeholder,
section.subscribe-section .content .left .subscribe-container .subscribe-form input[type="email"]::placeholder {
	color: rgba(255, 255, 255, 0.3);
}

section.subscribe-section .content .left .subscribe-container .subscribe-form button {
	margin: 0 auto;
	cursor: pointer;
}

section.subscribe-section .content .left .subscribe-container .submission-container {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(50px);
	left: 0;
	top: 0;
	transition: all 0.8s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	z-index: -10;
}

section.subscribe-section .content .left .subscribe-container .submission-container .sc__text {
	font-size: 14px;
	font-weight: 500;
	color: var(--accent-soft);
}

section.subscribe-section .content .left .subscribe-container .submission-container .loading-container {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	text-align: center;
	gap: 6px;
	position: relative;
}

section.subscribe-section .content .left .subscribe-container .submission-container .loading-container .loader {
	width: 35px;
	padding: 5px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--accent);
	--_m:
                                conic-gradient(#0000 10%, #000),
                                linear-gradient(#000 0 0) content-box;
	-webkit-mask: var(--_m);
	mask: var(--_m);
	-webkit-mask-composite: source-out;
	mask-composite: subtract;
	animation: l3 1s infinite linear;
	transition: all 0.8s ease;
}

section.subscribe-section .content .left .subscribe-container .submission-container .loading-container .success {
	width: 35px;
	height: 35px;
	border-radius: 100px;
	background: var(--accent);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 50%;
	transition: all 0.8s ease;
	transform: translateX(-50%) scale(0);
}

section.subscribe-section .content .left .subscribe-container .submission-container .loading-container .success svg {
	stroke: #ffffff80;
}

section.subscribe-section .content .left .subscribe-container .submission-container.active {
	opacity: 1;
	z-index: 1111;
}

section.subscribe-section .content .left .subscribe-container .submission-container.completed .loading-container .loader {
	animation: none;
	transform: scale(0);
}

section.subscribe-section .content .left .subscribe-container .submission-container.completed .loading-container .success {
	transform: translateX(-50%) scale(1);
}

@keyframes l3 {
	to {
		transform: rotate(1turn);
	}
}

section.subscribe-section .content .right {
	flex: 1 1 0;
	display: flex;
	flex-flow: column nowrap;
	gap: var(--spacing-3);
}

@media (max-width: 992px) {
	section.subscribe-section .content .right {
		min-height: 400px;
	}
}

@media (max-width: 992px) {
	section.subscribe-section .content .right {
		flex: 1 1 100%;
	}
}

@media (max-width: 992px) {
	section.subscribe-section .content .right {
		flex: 1 1 100%;
	}
}

section.subscribe-section .content .right .discord-container {
	flex: 1 1 0;
	display: flex;
	flex-flow: row wrap;
	padding: var(--spacing-4);
	border-radius: 10px;
	border: 1px solid rgba(114, 137, 218, 0.15);
	background: linear-gradient(180deg, rgba(114, 137, 218, 0.08) 0%, rgba(114, 137, 218, 0.03) 100%);
	position: relative;
	overflow: hidden;
}

section.subscribe-section .content .right .discord-container .dc__text {
	display: flex;
	flex-flow: column nowrap;
	gap: var(--spacing-1);
	flex: 0 1 auto;
}

section.subscribe-section .content .right .discord-container .dc__text .dc__top-title {
	font-size: 18px;
	opacity: 1;
}

section.subscribe-section .content .right .discord-container .dc__text .dc__title {
	color: #fff;
	background: unset;
	background-clip: unset;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: unset;
}

section.subscribe-section .content .right .discord-container .dc__text .dc__button {
	margin-top: auto;
}

section.subscribe-section .content .right .discord-container .dc__img {
	flex: 1 1 auto;
}

section.subscribe-section .content .right .discord-container .dc__img img {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
}

@media (max-width: 576px) {
	section.subscribe-section .content .right .discord-container .dc__img img {
		bottom: -10%;
	}
}

section.subscribe-section .content .right .socials-container {
	flex: 1 1 0;
	display: flex;
	padding: var(--spacing-3);
	border-radius: 10px;
	border: 1px solid rgba(212, 247, 241, 0.1);
	background: rgba(212, 247, 241, 0.03);
	position: relative;
	overflow: hidden;
}

section.subscribe-section .content .right .socials-container .sc__text {
	display: flex;
	flex-flow: column nowrap;
	gap: var(--spacing-1);
	flex: 0 1 auto;
}

section.subscribe-section .content .right .socials-container .sc__text .sc__top-title {
	font-size: 18px;
	opacity: 1;
}

section.subscribe-section .content .right .socials-container .sc__text .sc__title {
	color: #fff;
	background: unset;
	background-clip: unset;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: unset;
}

section.subscribe-section .content .right .socials-container .sc__text .sc__button {
	margin-top: auto;
}

section.subscribe-section .content .right .socials-container .sc__img {
	flex: 1 1 auto;
}

section.subscribe-section .content .right .socials-container .sc__img svg {
	position: absolute;
	right: -24%;
	bottom: -105%;
	width: 110%;
}

@media (max-width: 1200px) {
	section.subscribe-section .content .right .socials-container .sc__img svg {
		width: 130%;
		right: -32%;
		bottom: -100%;
	}
}

@media (max-width: 576px) {
	section.subscribe-section .content .right .socials-container .sc__img svg {
		width: 150%;
		right: -32%;
		bottom: -100%;
	}
}

section.subscribe-section .content .right .socials-container .sc__img svg .hover-a {
	outline: none;
}

section.subscribe-section .content .right .socials-container .sc__img svg .hover-a .hover-style {
	transition: all 0.5s ease;
}

section.subscribe-section .content .right .socials-container .sc__img svg .hover-a:hover .hover-style {
	fill: #fff;
}

section.company-section .content {
	display: flex;
	flex-flow: column wrap;
}

section.company-section .content .c__title {
	background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0.16%, #1DAA91 51.3%, rgba(255, 255, 255, 0.7) 102.45%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-size: 86px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -4.3px;
	width: fit-content;
	margin: 0 auto;
	-webkit-mask: linear-gradient(to right, transparent, #fff, transparent);
	mask: linear-gradient(to right, rgba(255, 255, 255, 0.1), #fff, rgba(255, 255, 255, 0.1));
}

@media (max-width: 1200px) {
	section.company-section .content .c__title {
		font-size: 72px;
		letter-spacing: -3.3px;
	}
}

@media (max-width: 992px) {
	section.company-section .content .c__title {
		font-size: 64px;
		letter-spacing: -3.3px;
	}
}

@media (max-width: 768px) {
	section.company-section .content .c__title {
		font-size: 56px;
		letter-spacing: -2.3px;
	}
}

@media (max-width: 576px) {
	section.company-section .content .c__title {
		font-size: 42px;
		letter-spacing: -1.3px;
	}
}

section.company-section .content .c__map {
	align-self: stretch;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid var(--border);
}

section.company-section .content .c__map img {
	width: 100%;
	height: auto;
}

@media (max-width: 576px) {
	section.company-section .content .c__map img {
		transform: scale(1.5);
	}
}

section.company-section .content .c__stats {
	display: flex;
}

@media (max-width: 768px) {
	section.company-section .content .c__stats {
		flex-wrap: wrap;
	}
}

section.company-section .content .c__stats .stat {
	padding: var(--spacing-3);
	display: flex;
	flex-flow: column nowrap;
	gap: var(--spacing-2);
}

section.company-section .content .c__stats .stat:not(:last-of-type) {
	border-right: 1px solid var(--border);
}

@media (min-width: 576px) and (max-width: 768px) {
	section.company-section .content .c__stats .stat:first-of-type {
		border-left: 1px solid var(--border);
	}
}

section.company-section .content .c__stats .stat h3 {
	color: #FFF;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -1.5px;
}

section.company-section .content .c__stats .stat p {
	color: var(--accent-soft);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	width: max-content;
}

@media (max-width: 992px) {
	section.company-section .content .c__stats .stat p {
		width: auto;
	}
}

section.company-section .content .c__stats .stat.stat-1, section.company-section .content .c__stats .stat.stat-2, section.company-section .content .c__stats .stat.stat-3 {
	flex: 0 0 150px;
}

@media (min-width: 768px) and (max-width: 992px) {
	section.company-section .content .c__stats .stat.stat-1, section.company-section .content .c__stats .stat.stat-2, section.company-section .content .c__stats .stat.stat-3 {
		flex: 1 1 0;
	}
}

@media (max-width: 768px) {
	section.company-section .content .c__stats .stat.stat-1, section.company-section .content .c__stats .stat.stat-2, section.company-section .content .c__stats .stat.stat-3 {
		flex: 1 1 0;
		border-bottom: 1px solid var(--border);
	}
}

section.company-section .content .c__stats .stat.stat-4 {
	flex: 1 1 auto;
}

section.company-section .content .c__stats .stat.stat-4 p {
	font-size: 18px;
	width: fit-content;
}

@media (max-width: 768px) {
	section.company-section .content .c__stats .stat.stat-4 {
		flex: 1 1 100%;
	}
}

@media (max-width: 576px) {
	section.company-section .content .c__stats .stat {
		flex: 1 1 100% !important;
		border-bottom: 1px solid var(--border) !important;
		border-left: 1px solid var(--border) !important;
		border-right: 1px solid var(--border) !important;
	}
}

.archive-courses section.courses-hero-section {
	position: relative;
}

.archive-courses section.courses-hero-section .hero-background {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: visible;
}

.archive-courses section.courses-hero-section .hero-background img {
	position: absolute;
	top: 10%;
	height: 145%;
	width: auto;
	min-width: unset;
	max-width: none;
}

.archive-courses section.courses-hero-section .content {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: var(--spacing-4);
}

.archive-courses section.courses-hero-section .content .top-heading,
.archive-courses section.courses-hero-section .content .h1-heading,
.archive-courses section.courses-hero-section .content .paragraph {
	text-align: center;
}

.archive-courses section.courses-hero-section .content .paragraph {
	max-width: 35%;
}

@media (max-width: 992px) {
	.archive-courses section.courses-hero-section .content .paragraph {
		max-width: 50%;
	}
}

@media (max-width: 768px) {
	.archive-courses section.courses-hero-section .content .paragraph {
		max-width: 100%;
	}
}

.archive-courses section.s1-section {
	padding-top: var(--spacing-12);
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

@media (max-width: 1200px) {
	.archive-courses section.s1-section {
		padding-top: var(--spacing-9);
	}
}

.archive-courses section.s1-section .content {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: var(--spacing-3);
}

.archive-courses section.s1-section .content .h4-heading,
.archive-courses section.s1-section .content .paragraph {
	text-align: center;
}

.archive-courses section.s1-section .content .paragraph {
	max-width: 40%;
}

@media (max-width: 992px) {
	.archive-courses section.s1-section .content .paragraph {
		max-width: 60%;
	}
}

@media (max-width: 768px) {
	.archive-courses section.s1-section .content .paragraph {
		max-width: 100%;
	}
}

.archive-courses section.s1-section .content .s1-btn {
	margin-top: var(--spacing-3);
}

.archive-courses section.s1-section .content .prizes-container {
	display: flex;
	flex-flow: row nowrap;
	gap: var(--spacing-2);
	margin: var(--spacing-3) 0 0;
}

.archive-courses section.s1-section .content .prizes-container .single-prize {
	flex: 1 1 250px;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	justify-content: center;
	padding: var(--spacing-4);
	border-radius: 10px;
	border: 1px solid rgba(29, 170, 145, 0.15);
	background: rgba(29, 170, 145, 0.1);
	box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.25);
	gap: var(--spacing-2);
	transition: all 0.5s ease-in-out;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.archive-courses section.s1-section .content .prizes-container .single-prize .sp__title {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: var(--spacing-1);
	color: var(--accent);
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

.archive-courses section.s1-section .content .prizes-container .single-prize .sp__title svg {
	height: 18px;
	width: 18px;
	flex: 1 0 100%;
}

.archive-courses section.s1-section .content .prizes-container .single-prize .sp__text {
	color: var(--accent);
	opacity: 0.8;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
}

@media (max-width: 1200px) {
	.archive-courses section.s1-section .content .prizes-container {
		flex-flow: row wrap;
		justify-content: center;
	}
	.archive-courses section.s1-section .content .prizes-container .single-prize {
		flex: 1 1 30%;
	}
}

@media (max-width: 768px) {
	.archive-courses section.s1-section .content .prizes-container .single-prize {
		flex: 1 1 45%;
	}
}

@media (max-width: 576px) {
	.archive-courses section.s1-section .content .prizes-container .single-prize {
		flex: 1 1 100%;
	}
}

.archive-courses section.courses-section {
	padding-bottom: var(--spacing-8);
}

@media (max-width: 1200px) {
	.archive-courses section.courses-section {
		padding-bottom: var(--spacing-7);
	}
}

.archive-courses section.courses-section .content {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	gap: var(--spacing-4);
}

.archive-courses section.courses-section .content .h3-heading {
	text-align: center;
}

.archive-courses section.courses-section .content .courses-container {
	display: flex;
	flex-flow: row wrap;
	max-width: calc(1050px + var(--spacing-2) * 2);
	justify-content: center;
	gap: var(--spacing-2);
}

@media (max-width: 768px) {
	.archive-courses section.courses-section .content .courses-container {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 576px) {
	.archive-courses section.courses-section .content .courses-container {
		display: grid;
		grid-template-columns: 1fr;
	}
}

.archive-courses section.courses-section .content .cta-btn {
	margin-top: var(--spacing-5);
}

.archive-courses section.courses-section .content .cta-disclaimer {
	text-align: center;
	color: var(--accent-soft);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	opacity: 0.6;
}

/*# sourceMappingURL=style.css.map */