/*!
Theme Name: Genesis
Theme URI: http://underscores.me/
Author: MrclTech
Author URI: https://mrcltech.com/
Description: Simple Genesis wp theme
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: gen
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.

Genesis 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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%;
}

/* 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
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	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%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}


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

/* Forms
--------------------------------------------- */
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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.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;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# 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;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* =====================================================================
========================= custom styles.css ============================
===================================================================== */

* {
	box-sizing: border-box;
}

body.custom-background {
	background-image: url(/wp-content/themes/gen/assets/bg.png);
	background-position: top center;
	background-repeat: no-repeat;

	overflow-x: hidden;
}

.hidden {
	display: none !important;
}

.site .tradingview-widget-container {
	background-color: rgb(31, 31, 31);
	z-index: 111;
	position: relative;
}

.container {
	max-width: 1230px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.img-wrap {
	line-height: 0;
	font-size: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

.site ul {
	margin: 0;
	padding: 0 0 0 1em;
	display: grid;
	gap: 18px;
}

.post,
.page {
	margin: 0 0;
}

.site {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;

	color: #fff;
}

.site h1,
.site h2,
.site h3,
.site h4 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-top: 0;
}

.site h1 {
	font-size: 64px;
	line-height: 1.125em;
	margin: 0 auto 32px;
}

.site h1 span,
.site h2 span {
	color: #5ADF89;
}

.site h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2em;
	margin: 0 0 24px;
}

.site h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.16667em;
}

.btn {
	display: flex;
	padding: 20px 32px;
	justify-content: center;
	align-items: center;
	height: 58px;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
	border-radius: 100px;
	white-space: nowrap;
	cursor: pointer;
}

.btn-gradient {
	background: linear-gradient(93deg, #DEF84C 0%, #5ADF89 49.55%, #36DAE5 100%);
	color: #141414;
	transition: all 0.4s ease;
	background-size: 150% 150%;
}

.btn-gradient:hover {
	background-position: right center;
	/* transform: scale(1.05); */
	box-shadow: 0 8px 20px rgba(255, 255, 255, 0.20);
}

.btn-transparent {
	padding: 14px 14px 14px 30px;
	gap: 16px;
	border: 1px solid #DEF74D;

	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	position: relative;
}

.btn-transparent:hover {
	border-color: #5ADF89;
	box-shadow: 0 8px 20px rgba(255, 255, 255, 0.20);
}

.btn-transparent .btn-arr {
	background: linear-gradient(93deg, #DEF84C 0%, #5ADF89 49.55%, #36DAE5 100%);
	border-radius: 100px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	font-size: 0;

	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-transparent:hover .btn-arr {
	transform: translateX(4px) scale(1.1);
	box-shadow: 0 0 8px rgba(54, 218, 229, 0.6);
}

.btn-white {
	background: #fff;
	color: #141414;
	transition: all 0.4s ease;
}
.btn-white:hover {
	background-color: #141414;
	color: #fff;
	box-shadow: 0 8px 20px rgba(255, 255, 255, 0.20);
}

section:not(.hero) {
	margin: 150px auto;
}

@media (max-width: 768px) {
	.site {
		font-size: 16px;
	}

	.site h1 {
		font-size: 40px;
		margin-bottom: 12px;
	}

	.site h2 {
		font-size: 32px;
	}

	.site h3 {
		font-size: 20px;
		line-height: 1.2em;
	}

	section:not(.hero) {
		margin: 60px auto;
	}
}


/* ========================= footer ============================ */

.footer-main {
	display: flex;
	align-items: flex-start;
	gap: 60px;
	align-self: stretch;
}

footer {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4286em;
}

.footer-column {
	width: 22%;
}

.logo-col {
	width: 33%;
	display: grid;
	gap: 40px;
	max-width: 320px;
}

.footer-logo {
	max-width: 196px;
}

.footer-menu-title {
	color: #5ADF89;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5556em;
	margin: 0 0 20px;
	font-family: "Poppins", sans-serif;
}

.footer-btn {
	display: block;
	width: 146px;
	height: 44px;
	background-size: contain;
	background-position: left center;
}

.footer-btn.appstore {
	background-image: url(/wp-content/themes/gen/assets/appstore-btn.png);
}

.footer-btn.googleplay {
	background-image: url(/wp-content/themes/gen/assets/googleplay-btn.png);
	margin-top: 14px;
}

.site-info {
	padding: 28px 0 40px;
	margin-top: 40px;
	border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.site-info .text p {
	margin: 0;
}

.site-info .text .title {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5556em;
	margin: 0 0 16px;
	font-family: "Poppins", sans-serif;
}

@media (max-width: 768px) {
	.footer-main {
		flex-wrap: wrap;
		gap: 40px;
	}

	.footer-column {
		width: calc(50% - 20px);
	}

	.logo-col {
		width: 100%;
	}

	.footer-buttons {
		display: flex;
		gap: 16px;
	}

	.footer-btn.googleplay {
		margin-top: 0;
	}
}


/* =====================================================================
HOME page
===================================================================== */

/* ========================= hero ============================ */
.gen-main .hero {
	text-align: center;
}

.gen-main .hero .logo {
	max-width: 226px;
	display: block;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 72px;
}

.gen-main .hero .container {
	position: relative;
	min-height: 700px;
	padding: 64px 15px;
}

.bg-bullet {
	width: 55px;
	height: 55px;
	border-radius: 100px;
	position: absolute;
	transform-origin: center;
}

.bg-bullets {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.bg-bullet--lt {
	background: rgba(255, 255, 255, 0.00);
	box-shadow: 0px 0px 85px -2px #F7931A;
	top: 176px;
	left: min(81px, 5.625vw);


}

.bg-bullet--lb {
	background: rgba(255, 255, 255, 0.00);
	box-shadow: 0px 0px 68px -2px #4D6DE9;
	bottom: 210px;
	left: min(56px, 3.89vw);


}

.bg-bullet--rt {
	background: rgba(255, 255, 255, 0.00);
	box-shadow: 0px 0px 68px -2px #F9BC2D;
	top: 159px;
	right: min(113px, 7.85vw);


}

.bg-bullet--rc {
	background: rgba(255, 255, 255, 0.00);
	box-shadow: 0px 0px 85px -2px #26A17B;
	top: 45%;
	right: 15px;

}

.bg-bullet--rb {
	background: rgba(255, 255, 255, 0.00);
	box-shadow: 0px 0px 68px -2px #F3BA2F;
	bottom: 139px;
	right: min(100px, 6.94vw);

}

.gen-main h1,
.gen-main .hero p {
	max-width: 770px;
}

.gen-main .hero p {
	margin: 0 auto 32px;
}

.hero .btns-wrap {
	max-width: 431px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 52px auto 0;
}



@keyframes gentle-sway {

	0%,
	100% {
		transform: rotate(-5deg);
	}

	50% {
		transform: rotate(5deg);
	}
}

@keyframes subtle-glow {

	0%,
	100% {
		box-shadow: 0 0 68px -2px rgba(255, 255, 255, 0.2);
	}

	50% {
		box-shadow: 0 0 85px 0 rgba(255, 255, 255, 0.3);
	}
}

@keyframes glow-orange {

	0%,
	100% {
		box-shadow: 0 0 68px -2px rgba(247, 147, 26, 0.5);
	}

	50% {
		box-shadow: 0 0 90px 0 rgba(247, 147, 26, 0.8);
	}
}

@keyframes glow-blue {

	0%,
	100% {
		box-shadow: 0 0 68px -2px rgba(77, 109, 233, 0.4);
	}

	50% {
		box-shadow: 0 0 90px 0 rgba(77, 109, 233, 0.7);
	}
}

@keyframes glow-yellow {

	0%,
	100% {
		box-shadow: 0 0 68px -2px rgba(249, 188, 45, 0.4);
	}

	50% {
		box-shadow: 0 0 90px 0 rgba(249, 188, 45, 0.8);
	}
}

@keyframes glow-green {

	0%,
	100% {
		box-shadow: 0 0 68px -2px rgba(38, 161, 123, 0.4);
	}

	50% {
		box-shadow: 0 0 90px 0 rgba(38, 161, 123, 0.8);
	}
}

@keyframes glow-strong {

	0%,
	100% {
		box-shadow: 0 0 0px rgba(0, 0, 0, 0);
	}

	50% {
		box-shadow: 0 0 60px 15px var(--glow-color);
	}
}

@media (min-width: 1200px) {
	.gen-main .hero {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: calc(100vh - 80px);
	}
}

@media (max-width: 990px) {
	.gen-main .hero .logo {
		min-width: 144px;
		margin-bottom: 40px;
	}

	.hero .bg-bullet {
		width: 38px;
		height: 38px;
	}

	.hero .bg-bullet.bg-bullet--lt {
		top: 27px;
	}

	.hero .bg-bullet.bg-bullet--lb {
		bottom: 54px;
		transform: translateY(-100%);
		top: unset;
		left: 0;
	}

	.hero .bg-bullet.bg-bullet--rt {
		top: -8px;
	}

	.hero .bg-bullet.bg-bullet--rc {
		top: 68px;
		right: 0;
	}

	.hero .bg-bullet.bg-bullet--rb {
		bottom: 0px;
		transform: translateY(-100%);
		top: unset;
	}

	.gen-contacts .bg-bullet.bg-bullet--lb {
		bottom: 0;
	}

	.gen-contacts .bg-bullet.bg-bullet--rb {
		transform: translateY(-50%);
	}
}

@media (max-width: 768px) {
	.hero .btns-wrap {
		margin-top: 40px;
	}
}

@media (max-width: 470px) {
	.hero .btns-wrap {
		display: grid;
		justify-content: unset;
		gap: 16px;
	}
}

/* ========================= explore ============================ */

.explore {
	padding: 100px 0 0;
	margin-bottom: 150px;
}

.gen-main .hero+.explore {
	padding: 0;
	margin-top: 100px;
}

.explore h2,
.explore .subtitle {
	text-align: center;
}

.explore .subtitle {
	max-width: 750px;
	margin: 0 auto 40px;
}

.explore .cards {
	display: grid;
	gap: 8px;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 60px;
	border-radius: 36px;
	background: rgba(129, 129, 139, 0.10);
}

.explore .cards .col {
	display: grid;
	grid-template-rows: auto auto;
	gap: 8px;
}

.explore .card {
	border-radius: 32px;
	background: rgba(129, 129, 139, 0.10);
	padding: 40px 30px;
	position: relative;
	overflow: hidden;
}

.explore .card .full-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
}

.explore .card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle at top left, rgba(255, 100, 150, 0.3) 0%, transparent 60%);
	transform: scale(1);
	transform-origin: top left;
	transition: transform .5s ease-out;
	pointer-events: none;
	z-index: 0;
	/* filter: blur(110px); */
}

.explore .pink::before {
	background: radial-gradient(circle at top left, rgba(251, 100, 154, 0.3) 0%, transparent 60%);
}

.explore .fiol::before {
	background: radial-gradient(circle at top left, rgba(103, 100, 251, 0.3) 0%, transparent 60%);
}

.explore .oran::before {
	background: radial-gradient(circle at top left, rgba(255, 148, 18, 0.3) 0%, transparent 60%);
}

.explore .fuxi::before {
	background: radial-gradient(circle at top left, rgba(255, 44, 221, 0.3) 0%, transparent 60%);
}

.explore .blue::before {
	background: radial-gradient(circle at top left, rgba(54, 218, 229, 0.3) 0%, transparent 60%);
}

.explore .green::before {
	background: radial-gradient(circle at top left, rgba(17, 227, 38, 0.3) 0%, transparent 60%);
}

.explore .card:hover::before {
	transform: scale(2);
}

.explore .card h3 {
	/* font-size: 24px;
	font-weight: 600;
	line-height: 1.1667em; */
	margin-bottom: 8px;
}

.explore .card p {
	margin-bottom: 0;
}

.explore .card .icon {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	padding: 14px;
	margin-bottom: 20px;
}

.pink .icon {
	background: #FB649A;
}

.fiol .icon {
	background: #6764FB;
}

.oran .icon {
	background: #FF9412;
}

.fuxi .icon {
	background: #FF2CDD;
}

.blue .icon {
	background: #36DAE5;
}

.green .icon {
	background: #11E326;
}

@media (max-width: 990px) {

	.explore .cards {
		grid-template-columns: 1fr;
	}

	.explore .cards .col {
		grid-template-rows: 1fr;
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 768px) {
	.gen-main .hero+.explore {
		padding-top: 0;
		margin-top: 40px;
	}

	.explore .cards {
		padding: 20px;
	}

	.explore .card {
		padding: 28px 20px;
	}
}

@media (max-width: 600px) {
	.explore .cards .col {
		grid-template-columns: 1fr;
	}
}

/* ========================= jorney ============================ */
.jorney {
	margin: 150px auto;
}

.jorney .container {
	max-width: 930px;
}

.jorney h2,
.jorney .subtitle {
	text-align: center;
}

.jorney h2 {
	margin-bottom: 60px;
}

.jorney .subtitle {
	margin-bottom: 24px;
}

.jorney .subtitle span {
	color: #5ADF89;
}

.row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 100px;
}

.jorney .item {
	display: grid;
	grid-template-columns: 70px 1fr;
	gap: 16px;
}

.jorney .item+.item {
	margin-top: 68px;
}

.jorney .item-numb {
	display: flex;
	width: 70px;
	height: 70px;
	padding: 14px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 15px;
	border: 1px solid #DEF84C;

	font-size: 35px;
	font-weight: 600;
	line-height: 1.2em;
	letter-spacing: 1px;
}

.jorney .item h3 {
	margin-bottom: 4px;
}

.jorney .item p {
	margin: 0 0 24px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
	line-height: 1.5em;
}

.jorney .item p:last-child {
	margin-bottom: 0;
}

a.link-border {
	color: #fff;
	display: table;
	font-family: 'Poppins', sans-serif;
	position: relative;
	transition: .3s ease-in;
}

a.link-border::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: linear-gradient(93deg, #DEF84C 0%, #5ADF89 49.55%, #36DAE5 100%);
	margin-top: 4px;
}

a.link-border:hover {
	color: #DEF84C;
}

a.link-border:hover::after {
	background: #DEF84C;
}

@media (max-width: 768px) {
	.jorney {
		margin: 60px auto;
	}

	.jorney h2 {
		margin-bottom: 32px;
	}

	.jorney .subtitle {
		margin-bottom: 12px;
	}

	.jorney .row {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.jorney .item+.item {
		margin-top: 40px;
	}

	.jorney .item {
		grid-template-columns: 1fr;
	}
}

/* ========================= support ============================ */

.support {
	margin: 150px auto;
}

.support .cards {
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr 300px;
	padding: 60px;
	border-radius: 36px;
	background: rgba(129, 129, 139, 0.10);
}

.support .cards .col {
	display: grid;
	grid-template-rows: 1fr 1fr;
	gap: 16px;
}

.support .card {
	border-radius: 32px;
	background: linear-gradient(89deg, #DEF84C 0%, #5ADF89 48.65%, #21D4E1 100%);
	padding: 40px;
	position: relative;
	overflow: hidden;
}

.support .icon {
	line-height: 0;
	font-size: 0;
	width: 60px;
	height: 60px;
}

.support .col .card {
	display: grid;
	grid-template-columns: 60px 1fr;
	align-items: center;
	gap: 20px;
	padding: 32px;
	background: rgba(129, 129, 139, 0.10);
}

.support .col .card h3 {
	margin-bottom: 0;
}

.support .col .card h3 span {
	background: linear-gradient(89deg, #DEF84C 0%, #5ADF89 70.65%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

	font-size: 36px;
	font-weight: 600;
	line-height: 1.2222em;
	letter-spacing: 1px;
}

.support .grad {
	text-align: center;
	color: #141414;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.support .grad h3 {
	margin-bottom: 4px;
	font-family: 'Inter';
	font-size: 40px;
	font-weight: 800;
	line-height: 1.2em;
}

.support .grad p {
	margin: 0 0 40px;
}

.support .btn-white {
	width: 100%;
}

@media (max-width: 990px) {
	.support .col .card {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.support {
		margin: 60px auto;
	}

	.support .cards {
		grid-template-columns: 1fr;
		padding: 20px;
	}

	.support .col .card h3 span {
		font-size: 28px;
	}

	.support .col .card {
		padding: 20px;
	}
}

/* ========================= access ============================ */
.access {
	margin: 150px auto;
}

.access h2,
.access .subtitle {
	text-align: center;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.access .subtitle {
	margin-bottom: 60px;
}

.access h2 span {
	color: #5ADF89;
}

.access .cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;

	position: relative;
}

.access .card {
	display: grid;
	gap: 16px;
}

.access .card+.card {
	margin-top: 80px;
}

.access .left .card {
	grid-template-columns: 1fr 60px;
	text-align: right;
}

.access .right .card {
	grid-template-columns: 60px 1fr;
}

.access .card .icon {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	padding: 14px;
}

.access .card h3 {
	margin-bottom: 4px;
}

.access .card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
}

.pulse-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 33vw;
	height: 33vw;
	margin: 0 auto;
	/* overflow: hidden; */
	z-index: -1;
}

.circle {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	border: 1px solid rgba(255, 255, 255, 0.4);
	animation: pulse 2.5s infinite ease-in-out;
}

.circle1 {
	width: 23vw;
	height: 23vw;
	animation-delay: 0s;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.circle2 {
	width: 28vw;
	height: 28vw;
	animation-delay: 0.1s;
	border: 1px solid rgba(255, 255, 255, 0.4);
}

.circle3 {
	width: 33vw;
	height: 33vw;
	animation-delay: 0.2s;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.grad-bg {
	border-radius: 100px;
	background: linear-gradient(89deg, #DEF84C 0%, #5ADF89 48.65%, #21D4E1 100%);
	filter: blur(110px);
	width: 300px;
	height: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-origin: center center;
	animation: rotateAround 10s linear infinite;
}

@keyframes pulse {

	0%,
	100% {
		opacity: 0.6;
		transform: translate(-50%, -50%) scale(0.8);
	}

	50% {
		opacity: 0.2;
		transform: translate(-50%, -50%) scale(1);
	}
}

@keyframes rotateAround {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@media (max-width: 1080px) {
	.access .cards {
		grid-template-columns: 1fr 1fr;
		gap: 60px 40px;
		align-items: start;
	}

	.access .center {
		order: 1;
		grid-column: 1/3;
		max-width: 400px;
		margin: auto;
	}

	.access .left {
		order: 2;
	}

	.access .right {
		order: 3;
	}

	.access .card+.card {
		margin-top: 40px;
	}

	.circle1 {
		width: 400px;
		height: 400px;
	}

	.circle2 {
		width: 460px;
		height: 460px;
	}

	.circle3 {
		width: 520px;
		height: 520px;
	}

	.pulse-wrapper {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
		width: 520px;
		height: 520px;
	}
}

@media (max-width: 768px) {
	.access h2 {
		margin-bottom: 12px;
	}

	.access .subtitle {
		margin-bottom: 32px;
	}

	.access .cards {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.access .center {
		grid-column: 1/2;
		margin-bottom: 12px;
		max-width: unset;
	}

	.access .left .card {
		grid-template-columns: 60px 1fr;
		text-align: left;
	}

	.access .left .card>div:not(.icon) {
		order: 2;
	}

	.access .left .icon {
		order: 1;
	}

	.access .card+.card {
		margin-top: 20px;
	}

	.access .center .img-wrap {
		width: calc(100vw - 30px);
		height: calc(100vw - 30px);
	}

	.access .center .img-wrap img {
		object-fit: contain;
		height: 100%;
		object-position: center;
		margin: auto;
		display: block;
	}

	.circle1 {
		width: calc(100vw - 110px);
		height: calc(100vw - 110px);
	}

	.circle2 {
		width: calc(100vw - 70px);
		height: calc(100vw - 70px);
	}

	.circle3 {
		width: calc(100vw - 30px);
		height: calc(100vw - 30px);
	}

	.pulse-wrapper {
		width: calc(100vw - 30px);
		height: calc(100vw - 30px);
	}
}

/* ========================= reviews ============================ */

.reviews {
	margin: 150px auto;
}

.reviews h2 {
	text-align: center;
}

.reviews .cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);

	padding: 60px;
	border-radius: 36px;
	background: rgba(129, 129, 139, 0.10);
	gap: 8px;
	margin-top: 40px;
}

.reviews .card {
	padding: 40px 30px;
	border-radius: 32px;
	background: rgba(129, 129, 139, 0.10);
}

.reviews .card+.card {
	margin-top: 8px;
}

.reviews .card-header {
	display: grid;
	grid-template-columns: 54px 1fr;
	gap: 20px;
	align-items: center;
	margin-bottom: 20px;
}

.reviews .name {
	display: block;
	font-weight: 700;
	line-height: 1.55556em;
	margin-bottom: 4px;
}

.reviews .time {
	display: block;
	font-size: 16px;
	line-height: 1.5em;
	color: rgba(255, 255, 255, 0.72);
}

.reviews .btn {
	display: table;
	margin: 40px auto 0;
	grid-column: 2 / 3;
}

.avatar {
	width: 54px;
	height: 54px;
	border-radius: 100px;
	aspect-ratio: 1/1;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.avatar--initials-1,
.avatar--initials-7,
.avatar--initials-13 {
	background: #FF9412;
}

.avatar--initials-2,
.avatar--initials-8,
.avatar--initials-14 {
	background: #FB6464;
}

.avatar--initials-3,
.avatar--initials-9,
.avatar--initials-15 {
	background: #6764FB;
}

.avatar--initials-4,
.avatar--initials-10,
.avatar--initials-16 {
	background: #FF2CDD;
}

.avatar--initials-5,
.avatar--initials-11,
.avatar--initials-17 {
	background: #36DAE5;
}

.avatar--initials-6,
.avatar--initials-12,
.avatar--initials-18 {
	background: #11E326;
}

.avatar--initials {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.33em;
}

.rating {
	margin-bottom: 8px;
}

.reviews .cards .visible {
	margin-top: 8px;
}

.read-more {
	cursor: pointer;
}

@media (max-width: 990px) {
	.reviews .cards {
		padding: 20px;
	}

	.reviews .card {
		padding: 30px 20px;
	}

	.reviews .card-header {
		gap: 12px;
	}

	.reviews .card .text {
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.reviews .cards {
		grid-template-columns: 1fr;
	}

	.reviews .btn {
		grid-column: 1 / 2;
		margin-top: 12px;

		width: 100%;
		text-align: center;
	}

	/* .reviews .cards .col + .col {
		margin-top: 8px;
	} */
}

/* ========================= trade ============================ */

.trade {
	margin: 150px auto;
	color: #141414;
}

.trade .row {
	border-radius: 30px;
	background: linear-gradient(101deg, #DEF84C 0%, #5ADF89 47.99%, #21D4E1 100%);
	padding: 80px 80px 0 80px;
	gap: 60px;
	grid-template-columns: 0.92534381139fr 1fr;
}

.trade h2 {
	margin-bottom: 4px;
	font-size: 60px;
	line-height: 1.2em;
}

.trade .subtitle {
	font-weight: 600;
	margin: 0 0 40px;
}

.trade .btns-wrap {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 16px;
	margin-top: 40px;
}

.trade .text {
	font-size: 16px;
}

.trade .img-wrap {
	display: flex;
	align-items: flex-end;
}

.trade .content {
	padding-bottom: 60px;
}

.btn.appstore,
.btn.googleplay {
	display: block;
	width: 100%;
	max-width: 168px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	border-radius: 6px;
}

.btn.appstore {
	background-image: url(/wp-content/themes/gen/assets/appstore-btn-2.png);
}

.btn.googleplay {
	background-image: url(/wp-content/themes/gen/assets/googleplay-btn-2.png);
}

@media (max-width:1080px) {
	.trade h2 {
		font-size: 40px;
	}

	.trade .subtitle {
		margin-bottom: 20px;
	}

	.trade .row {
		padding: 40px 20px 0 20px;
		gap: 40px;
	}
}

@media (max-width:768px) {
	.trade .row {
		grid-template-columns: 1fr;
	}

	.trade .img-wrap {
		order: 2;
	}

	.trade .content {
		padding-bottom: 0;
		text-align: center;
	}

	.trade .btns-wrap {
		justify-content: center;
	}
}

/* ========================= faq ============================ */

.faq {
	margin: 150px auto;
}

.faq .container {
	max-width: 930px;
}

.faq h2 {
	text-align: center;
	margin-bottom: 30px;
}

.faq .accordion-item {
	border-radius: 28px;
	background: rgba(129, 129, 139, 0.10);
	padding: 24px 32px;
}

.faq .accordion-content {
	padding-right: 44px;
	margin-top: 20px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
	display: none;
}

/* .faq .accordion-item.active .accordion-content {
	display: block;
} */

.faq .accordion-content p {
	margin-top: 0;
}

.faq .accordion-content p:last-child {
	margin-bottom: 0;
}

.faq .accordion-btn {
	display: grid;
	grid-template-columns: 1fr 24px;
	gap: 20px;
	align-items: center;
	cursor: pointer;
}

.faq .accordion-btn .icon {
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	background: linear-gradient(86deg, #DEF84C 0%, #21D4E1 100%);
}

.faq .accordion-btn .icon::before {
	content: '+';
	color: rgba(20, 20, 20, 1);
	line-height: 12px;
	font-size: 24px;
	padding-bottom: 2px;
}

.faq .active .accordion-btn .icon::before {
	content: '-'
}

.faq .accordion-item:not(.active) svg:first-child {
	display: none;
}

.faq .accordion-item.active svg:first-child {
	display: block;
}

.faq .accordion-item:not(.active) svg:last-child {
	display: block;
}

.faq .accordion-item.active svg:last-child {
	display: none;
}

.faq .accordion-btn h3 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2em;
}

.faq .accordion-item+.accordion-item {
	margin-top: 8px;
}

@media (max-width: 768px) {

	.faq {
		margin: 60px auto;
	}

	.faq .accordion-item {
		padding: 20px;
	}
}



/* =====================================================================
MARKETS page
===================================================================== */
.gen-inner .hero {
	text-align: center;
	padding: 80px 0;
}

.gen-markets .hero .container {
	max-width: 860px;
}

.gen-inner .hero .btns-wrap {
	max-width: 390px;
}

@media (max-width: 768px) {}

@media (max-width: 450px) {
	.gen-inner .hero .btns-wrap {
		width: 100%;
		flex-direction: column;
	}

	.gen-inner .hero .btn {
		width: 100%;
	}
}

.spreads {
	margin: 100px auto;
}

.spreads h2,
.spreads .subtitle {
	text-align: center;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.spreads-wrap {
	border-radius: 36px;
	background: rgba(129, 129, 139, 0.10);
	padding: 60px;
	margin-top: 40px;
}

@media (max-width: 768px) {
	.spreads {
		margin: 60px auto;
	}

	.spreads-wrap {
		padding: 20px;
	}
}


.why .container {
	max-width: 1230px;
}

.why .container>.row {
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	gap: 40px;
}

.why .left .item {
	grid-template-columns: 1fr 70px;
}

.why .row .row {
	gap: 30px;
}

.why h2,
.why .subtitle {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.why h2 {
	margin-bottom: 24px;
}

.why .subtitle {
	margin-bottom: 60px;
	margin-top: 0;
}

.offer-card {
	margin: 52px 0 36px;
	background-color: rgba(255, 255, 255, 0.05);
	border-radius: 15px;
	border: 0.1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
}

.offer-card .btn {
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 20px auto -20px;
}

.offer-card .icon {
	background-color: rgba(234, 98, 98, 0.2);
	width: 60px;
	height: 60px;
	padding: 10px;
	border-radius: 60px;
	margin: -35px auto 16px;
}

.offer-card .title {
	color: #FFF;
	font-family: 'Poppins';
	font-size: 18px;
	font-weight: 600;
	line-height: 1.16667em;
	margin: 0 0 6px;
}

.offer-card .desc {
	margin: 0 0 20px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
}

.profit {
	display: block;
	margin: 20px auto;
}

.offer-icon {
	display: block;
	width: 98px;
	height: 98px;
	padding: 24px;
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.05);
	border: 0.1px solid rgba(255, 255, 255, 0.1);
}

.offer-icon.red {
	background-color: rgba(232, 65, 66, 0.20);
	border: 0.1px solid rgba(232, 65, 66, 0.30);
}

.offer-icon.green {
	background-color: rgba(0, 230, 50, 0.20);
	border: 0.1px solid rgba(0, 230, 50, 0.30);
	margin-left: auto;
}

@media (max-width: 990px) {
	.why .container>.row {
		grid-template-columns: 1fr 1fr;
		gap: 60px;
		align-items: unset;
	}

	.why .center-wrap {
		order: 1;
		grid-column: 1/3;
	}

	.why .left {
		order: 2;
	}

	.why .right {
		order: 3;
	}
}

@media (max-width: 768px) {
	.why .container>.row {
		grid-template-columns: 1fr;
	}

	.why .left .item {
		grid-template-columns: 1fr;
	}

	.why .left .item-numb {
		order: 1;
	}

	.why .left .item-text {
		order: 2;
	}

	.why .center-wrap {
		order: 1;
		grid-column: 1/2;
	}

	.why .row .row {
		grid-template-columns: 1fr 1fr;
	}
}


.stories .cards {
	border-radius: 36px;
	background: rgba(129, 129, 139, 0.10);
	padding: 60px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 120px;
}

.stories .cards .card {
	border-radius: 20px;
	background: #000510;
}

.stories .subtitle {
	background: linear-gradient(89deg, #DEF84C 0%, #5ADF89 48.65%, #21D4E1 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


@media (max-width: 990px) {
	.stories .cards {
		gap: 60px;
	}
}

@media (max-width: 768px) {
	.stories .cards {
		grid-template-columns: 1fr;
		padding: 20px;
		gap: 40px;
	}

	.stories .cards .card {
		height: 450px;
	}
}

/* =====================================================================
ABOUT page
===================================================================== */
.gen-about .hero .container {
	max-width: 890px;
}

.gen-inner .explore {
	padding: 0;
}

.gen-about .explore .col {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.gen-about .explore .card p {
	letter-spacing: 0.2px;
}

.img-text .row {
	align-items: center;
}

.img-text .subtitle {
	background: linear-gradient(89deg, #DEF84C 0%, #5ADF89 48.65%, #21D4E1 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.vision .img-wrap {
	max-width: 497px;
	margin-left: auto;
}

.partner .row {
	grid-template-columns: 1fr 1.37068965517fr;
}

@media (max-width: 1199px) {
	.partner .row {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 1080px) {
	.img-text .row {
		gap: 60px;
	}
}

@media (max-width: 990px) {
	.img-text .row {
		gap: 40px;
	}

	.gen-about .explore .col {
		display: grid;
		grid-template-rows: 1fr;
		grid-template-columns: 1fr 1fr;
		align-items: unset;
	}
}

@media (max-width: 768px) {
	.img-text .row {
		gap: 40px;
		grid-template-columns: 1fr;
		text-align: center;
	}

	.vision .img-wrap {
		order: 2;
	}
}

@media (max-width: 600px) {
	.gen-about .explore .col {
		grid-template-columns: 1fr;
	}
}

/* =====================================================================
HOW TO WITHDRAW page
===================================================================== */
.gen-howto .explore .cards {
	grid-template-columns: repeat(4, 1fr);
	padding: 0;
	background: none;
}

.gen-howto .explore .card {
	text-align: center;
	display: flex;
	flex-direction: column;
	padding: 40px 20px;
}

.gen-contacts .explore .card::before,
.gen-howto .explore .card::before {
	width: 100%;
	transform-origin: top center;
}

.gen-contacts .explore .pink::before,
.gen-howto .explore .pink::before {
	background: radial-gradient(circle at center top, rgba(251, 100, 154, 0.3) 0%, transparent 60%);
}

.gen-contacts .explore .oran::before,
.gen-howto .explore .oran::before {
	background: radial-gradient(circle at center top, rgba(255, 148, 18, 0.3) 0%, transparent 60%);
}

.gen-contacts .explore .fuxi::before,
.gen-howto .explore .fuxi::before {
	background: radial-gradient(circle at center top, rgba(255, 44, 221, 0.3) 0%, transparent 60%);
}

.gen-howto .explore .green::before {
	background: radial-gradient(circle at center top, rgba(17, 227, 38, 0.3) 0%, transparent 60%);
}

.gen-contacts .explore .blue::before,
.gen-howto .explore .blue::before {
	background: radial-gradient(circle at center top, rgba(54, 218, 229, 0.3) 0%, transparent 60%);
}

.gen-howto .explore .icon-full {
	height: 60px;
	margin-bottom: 20px;
}

.gen-contacts .explore .icon,
.gen-howto .explore .icon {
	margin: 0 auto 20px;
}

.gen-howto .explore .icon-full img {
	height: 100%;
	object-fit: contain;
}

.gen-howto .explore h3 {
	margin-bottom: 28px;
}

.gen-howto .explore h3+p {
	font-size: 16px;
	margin: 0 0 8px;
}

.gen-howto .currency {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 4px;
	padding: 0;
	margin: 0 0 auto;
}

.currency li {
	display: flex;
	padding: 4px 4px 4px 12px;
	align-items: center;
	gap: 8px;
	border-radius: 28px;
	background: rgba(129, 129, 139, 0.10);

	color: #FFF;
	font-size: 12px;
	line-height: 1.66667em;
}

.currency .grad span {
	background: linear-gradient(89deg, #DEF84C 0%, #5ADF89 48.65%, #21D4E1 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.currency .grad {
	padding: 4px 12px;
}

.gen-howto .explore h4 {
	color: rgba(255, 255, 255, 0.72);
	font-family: 'Inter';
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5556em;
	margin: 28px 0 12px;
}

.gen-howto .explore p.small {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	margin: 0;
}

.gen-howto .hero .container {
	max-width: 890px;
}

.gen-howto .hero h1+p {
	max-width: 725px;
	margin-left: auto;
	margin-right: auto;
}

.gen-howto .explore .btn {
	margin-top: 28px;
}

.gen-howto .explore .btn-fee {
	display: flex;
	height: 30px;
	padding: 0px 7px;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	background: linear-gradient(128deg, #DEF84C 0%, #21D4E1 100%);
	color: #000510;

	font-family: 'Poppins';
	font-size: 18px;
	line-height: 18px;
}

@media (max-width: 1080px) {
	.gen-howto .explore .cards {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.gen-howto .explore .cards {
		grid-template-columns: 1fr;
	}
}

/* =====================================================================
LEGACY page
===================================================================== */
.gen-legacy .hero .container {
	max-width: 890px;
}

.gen-legacy .hero {
	padding: 106px 0;
}

.gen-legacy .legacy-content .container {
	max-width: 830px;
}

.gen-legacy .legacy-content {
	margin-top: 0;
}

.gen-legacy .text-block {
	border-radius: 36px;
	background: rgba(129, 129, 139, 0.10);
	padding: 60px;
}

.gen-legacy .text-block+.text-block {
	margin-top: 20px;
}

.gen-legacy .text-block .subtitle {
	background: linear-gradient(89deg, #DEF84C 0%, #5ADF89 48.65%, #21D4E1 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.site ul {
	gap: 4px;
	padding-left: 1.5em;
}

.gen-legacy .text-block .text {
	font-size: 16px;
}

.gen-legacy .text-block p:last-child {
	margin-bottom: 0;
}

.gen-legacy .text-block:last-child p {
	margin: 0;
}

.gen-legacy .text-block a {
	background: linear-gradient(89deg, #DEF84C 0%, #5ADF89 48.65%, #21D4E1 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.gen-legacy .text-block a:hover {
	background: #21D4E1;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
	.gen-legacy .text-block {
		padding: 20px;
	}

	.gen-legacy .text-block .text {
		font-size: 14px;
	}
}

/* =====================================================================
GET IN TOUCH page
===================================================================== */
.gen-contacts .hero .form-wrap {
	max-width: 520px;
	margin: 40px auto 0;
}

.gen-contacts .explore {
	padding: 0;
}

.gen-contacts .explore .card {
	text-align: center;
}

.gen-contacts .explore .card p {
	font-size: 16px;
}

.gen-contacts .hero p {
	max-width: 690px;
}

.form-wrap input,
.form-wrap textarea {
	width: 100%;
	height: 49px;
	border-radius: 30px;
	background: #222126;
	border: none;
	color: #fff;
	padding: 15px 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
}

.form-wrap textarea {
	resize: none;
	height: 120px;
	border-radius: 20px;
}

.form-wrap label {
	display: block;
	margin-bottom: 10px;
}

.form-wrap .btn {
	margin-top: 20px;
	width: 100%;
	border: none;
}

.form-wrap p:first-of-type {
	margin-bottom: 20px;
}

.form-wrap p:last-of-type {
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 16px;
}

.gen-contacts .bg-bullet--lt {
	top: 106px;
}

.gen-contacts .bg-bullet--lb {
	top: 364px;
}

.gen-contacts .bg-bullet--rt {
	top: 89px;
}

.gen-contacts .bg-bullet--rc {
	top: 215px;
}

.gen-contacts .bg-bullet--rb {
	top: 435px;
}