@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Tektur:wght@400..900&display=swap');

@font-face {
	font-family: "Etude Noire";
	src: url('../fonts/Etude_Noire_Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Etude Noire";
	src: url('../fonts/Etude_Noire_Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tektur:wght@400..900&display=swap'); */




:root {
	--section-padding: 5.75rem;
	--c-f-padding: 1.87rem;

	--font-family: "IBM Plex Mono", sans-serif;
	--second-family: "Etude Noire";
	/* --third-family: "Wix Madefor Display", sans-serif;
	--font3: "Inter", sans-serif; */


	--new-neon-blue: #3bf;
	--new-blue: #06c;
	--new-black: #000;
	--new-gray-8: #0f0f1a;
	--new-gray-12: #171727;
	--new-gray-24: #313a49;
	--new-gray-60: #8592ad;
	--new-gray-72: #a9b3c6;
	--new-gray-80: #c2c9d6;
	--new-white: #fff;
	--black: #000;
	--gray-60: #8592ad;

}

/* width */
::-webkit-scrollbar {
	width: 0.513rem;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 0.313rem #767680;
	border-radius: 0.313rem;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: linear-gradient(135deg, #767680 0%, #767680 100%);

	border-radius: 0.625rem;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #FFFFFF;
}

html {
	box-sizing: border-box;
	font-size: 1.111vw;

	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
	font-family: var(--font-family);
	font-optical-sizing: auto;
	margin: 0;

}

body {
	max-width: 100rem;
	font-weight: 400;
	color: var(--white);
	background: var(--new-gray-8);
	overscroll-behavior: none;
	overflow-x: hidden;
}

.title {
	font-optical-sizing: auto;
}

a {
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
}



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

/*////////////////////////////////*/

.d-flex {
	display: flex;
}


.container {
	max-width: 100rem;
	padding-left: var(--section-padding);
	padding-right: var(--section-padding);
	margin-left: auto;
	margin-right: auto;
}

.container-fluid {
	max-width: 100rem;
	padding-left: var(--c-f-padding);
	padding-right: var(--c-f-padding);
	margin-left: auto;
	margin-right: auto;
}

.gradient-text {
	background: linear-gradient(90deg, #33f 0%, #ff6720 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.white-text {
	color: var(--white);
}

.mob-img {
	display: none;
}

header {
	position: absolute;
	z-index: 1;
	width: 100%;
	padding: 1.25rem 0;
	transition: 0.4s;

	opacity: 0;
}

.header_wrap {
	justify-content: space-between;
	align-items: center;

}

.logo img {
	width: 10rem;
}


.navbar-toggler-wrap {
	display: none;
}

.nav {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;



}

.nav ul {
	column-gap: 2rem;
}

.nav li {
	list-style: none;
}

.nav li a {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 1rem;
	line-height: 130%;
	letter-spacing: -0.05em;
	text-align: center;
	color: var(--new-gray-72);
	transition: all 0.2s;
}

.nav li a:hover {
	color: var(--new-neon-blue);
}



/* /////////////////////////////////////// */
.gap-1 {
	gap: 1rem;
}

/*////////////////////////////*/
/* .languages {
	position: absolute;
	top: 1.5rem;
	left: 50%;
	transform: translateX(-50%);
} */



.languages li {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4.75rem;

	/* border-radius: 0 0 1.25rem 1.25rem; */
	/* background: linear-gradient(135deg, #383DC2 0%, #4131A8 100%); */
	cursor: pointer;
	z-index: 1;
	opacity: 0;
	transform: translateY(-2rem);
	transition: all 0.4s ease-out;
	overflow: hidden;



}

/* .languages:hover li:nth-child(2) {
	opacity: 1;
	transform: translateY(2.4rem);
} */

.languages:hover li:last-child {
	opacity: 1;
	/* transform: translateY(2.4rem); */
	transform: translateY(0rem);
	/* border-radius: 0 0 1.25rem 1.25rem; */
}

.languages li.current {


	position: relative;
	/* border-radius: 1.25rem; */
	opacity: 1;
	transform: translateY(0);
	z-index: 2;
	/* background: var(--gray-12); */


}

.languages:hover li {

	opacity: 1;
	transform: translateY(0rem);
	background: #313a49;
}

.languages:hover li.current {
	/* border-radius: 1.25rem 1.25rem 0 0; */
}

.languages:hover a,
.languages:hover li.current a {

	background: #171727;
}

/* .languages img {
	width: 0.625rem;
	transition: all 0.4s ease-out;
}

.languages:hover img {
	transform: rotate(180deg);
} */

.icon_lang {
	display: block;
	width: 0.8rem;
	height: 0.625rem;
	background-image: url(../images/icon-lang.svg);
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 0.3s ease-out;
}

.languages:hover .icon_lang {
	transform: rotate(360deg);
	background-image: url(../images/icon-lang-h.svg);
	background-size: contain;
}


.languages li.current a {
	color: var(--new-gray-80);
}

.languages a {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 1rem;
	line-height: 130%;
	color: var(--new-gray-80);

	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	column-gap: 0.625rem;

	padding: 0.5rem 0rem;
}

.languages a:hover {
	background: var(--gray-24);
}


/*////////////////////////////////*/

.banner {
	position: relative;
	padding: 6.75rem 0 8.438rem;
	/* overflow: hidden; */
}


.banner-row {
	display: flex;
	justify-content: space-between;

}

.banner-row .banner_text_wrap {
	position: relative;
	z-index: 1;
	flex-shrink: 0;
	max-width: 43rem;

}

.banner_title {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 3.12rem;
	line-height: 115%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: var(--new-neon-blue);
	margin-bottom: 3.25rem;
	margin-top: 3rem;
	/**/

	opacity: 0;
	transform: translateY(5rem);
}

.banner_title b {
	font-weight: 500;
	color: var(--new-white);
}

.banner_title span {
	color: var(--new-gray-60);
}


.banner_list {
	display: flex;
	gap: 2rem;
	margin-bottom: 5.25rem;
}

.banner_list li {
	position: relative;
	box-sizing: border-box;
	/* width: 50%; */
	max-width: 17.75rem;

	font-weight: 400;
	font-size: 1rem;
	line-height: 130%;
	letter-spacing: -0.05em;
	color: var(--new-gray-72);

	list-style: none;

	padding: 0.75rem 1.75rem 1rem 1.75rem;

	opacity: 0;
	transform: translateY(4rem);
}

.banner_list li span {
	font-weight: 500;
	color: var(--new-neon-blue);
}

.banner_list li b {
	font-weight: 500;
	color: var(--new-white);
}



.banner_list li::after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 1.25rem;
	height: 1.25rem;
	background-image: url(../images/icon-corner.svg);
	background-size: cover;
}

.banner_list li::before {
	content: " ";
	position: absolute;
	right: 0;
	bottom: 0;
	transform: rotate(180deg);
	width: 1.25rem;
	height: 1.25rem;
	background-image: url(../images/icon-corner.svg);
	background-size: cover;
}

.banner_btn_wrap {
	display: flex;
	gap: 2.5rem;
	align-items: center;

	opacity: 0;
	transform: translateY(4rem);
}

.banner_btn_wrap p {
	font-weight: 500;
	font-size: 1.12rem;
	line-height: 130%;
	letter-spacing: -0.05em;
	text-align: right;
	color: var(--new-gray-72);
}

.banner_btn_wrap p b {
	display: block;
	font-weight: 500;
	color: var(--new-white);
}


.banner .banner_btn {
	opacity: 0;
	transform: translateY(5rem);
}

/* .btn_shadow{
	box-shadow: 0 0 40px 0 rgba(51, 187, 255, 0.8);
} */

.btn {
	/* width: max-content; */


	width: 24rem;
    justify-content: center;


	box-sizing: border-box;
	flex-shrink: 0;
	position: relative;
	display: flex;
	gap: 0.625rem;

	padding: 1.62rem 2.25rem;


	font-family: var(--font-family);
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 130%;
	text-transform: uppercase;
	text-align: center;
	color: var(--new-black);




	transition: all 0.5s ease-out;
	animation-name: attentionAnimation;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in;
}


.btn_icon_wrap {
	position: relative;
}

.btn img {
	width: 1.75rem;
	transition: 0.3s;
}

.btn_hover_icon {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.btn:hover .btn_hover_icon {
	opacity: 1;
}

.btn:hover .btn_icon {
	opacity: 0;
}


.btn::before,
.btn::after {
	content: "";
	position: absolute;
	left: -2.8rem;
	top: -2.8rem;
	width: 29.25rem;
	height: 10rem;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	transition: opacity 0.5s ease-in-out;
	pointer-events: none;
}

.btn::before {
	background-image: url(../images/Btn_White.svg);
	opacity: 1;
}

.btn::after {
	background-image: url(../images/Click.svg);
	opacity: 0;
}

.btn:hover::after {
	opacity: 1;
}

.btn:hover::before {
	opacity: 0;
}

.btn .circle {
	pointer-events: none;
}


@keyframes attentionAnimation {
	0% {
		left: 0
	}

	1% {
		left: -0.188rem
	}

	2% {
		left: 0.313rem
	}

	3% {
		left: -0.5rem
	}

	4% {
		left: 0.5rem
	}

	5% {
		left: -0.313rem
	}

	6% {
		left: 0.188rem
	}

	7% {
		left: 0
	}
}

.baner_img_wrap {
	position: relative;
	opacity: 0;
	transform: translateY(4rem);
	cursor: pointer;
}

.video_wrap {
	position: relative;
	width: 35rem;
	
}

.banner_video {
	width: 100%;

	-webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 560 560' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M56.0197 0L56.0197 224L0 280L0.02185 560L504.002 560L504.002 168L560 112L560 0L56.0197 0Z' fill='white'/%3E%3C/svg%3E");

	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: cover;

	mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 560 560' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M56.0197 0L56.0197 224L0 280L0.02185 560L504.002 560L504.002 168L560 112L560 0L56.0197 0Z' fill='white'/%3E%3C/svg%3E");
	mask-repeat: no-repeat;
	mask-size: cover;
}


.baner_img_wrap::before {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 35rem;
	height: 35rem;
	background-image: url(../images/SVG_Video_Border.svg);
	background-size: cover;
	z-index: 1;
}

.btn_play_wrap {
	position: absolute;
	left: -2rem;
	top: -2rem;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 0.375rem;
	justify-content: center;
	border-radius: 12.5rem;

	width: 10rem;
	height: 10rem;

	backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.05);

	background-image: url(../images/btn-circle.svg);
	background-size: cover;
	z-index: 2;
	transition: 0.3s ease-in-out;
	/* cursor: pointer; */

	padding: 0.5rem;
    box-sizing: border-box;

}

/* .btn_play_wrap:hover {
	background: rgba(255, 255, 255, 0.1);
	background-image: url(../images/btn-circle.svg);
	background-size: cover;
}

.btn_play_wrap.active {
	background-color: rgba(255, 255, 255, 0.05);
	background-image: url(../images/pause-wrap.svg);
	background-size: cover;
}

.btn_play_wrap.active:hover {
	background: rgba(255, 255, 255, 0.1);
	background-image: url(../images/pause-wrap.svg);
	background-size: cover;
} */

.btn_play_wrap p {
	font-family: var(--font-family);
font-weight: 500;
font-size: 1rem;
line-height: 130%;
letter-spacing: -0.05em;
text-align: center;
color: var(--new-white);
}

.btn_play_wrap p span{
	color: var(--new-neon-blue);
}

/* .btn_play_wrap img {
	width: 1.5rem;
} */
.new_btn__wap{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.new_btn_v{
	position: relative;

	width: 6.25rem;
	height: 6.25rem;
	background-image: url(../images/new-play-btn.svg);
	background-size: cover;
	transition: 0.3s;

	transition: all 0.5s ease-out;
	animation-name: attentionAnimation;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in;
}

.baner_img_wrap.active .new_btn_v{
	/* opacity: 0;
	transition-delay: 1s; */
	background-image: url(../images/WhilePlay.svg);
	background-size: cover;
	animation: none;
}

.baner_img_wrap:hover .new_btn_v{
	background-image: url(../images/Hover.svg);
	background-size: cover;
}


.baner_img_wrap.active:hover .new_btn_v{
	/* opacity: 1;
	transition-delay: 1s; */

	background-image: url(../images/WhilePlayHover.svg);
	background-size: cover;
}

.icon-pointer{
	position: absolute;
	right: -0.5rem;
	bottom: -0.5rem;
	width: 2.5rem;
	/* box-shadow: 0 10px 20px 0 var(--new-gray-8); */
	transform: rotate(-15deg);
}

.baner_img_wrap.active .icon-pointer{
	display: none;
}


/* .btn-pause,
.btn_play_wrap.active .btn-play {
	display: none;
}

.btn_play_wrap.active .btn-pause {
	display: block;
} */

.circle {
	position: absolute;
	z-index: -1;
}

.circle-200 {
	width: 37.5rem !important;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -2;

}

.circle-300 {
	width: 56.25rem;
	right: -13rem;
	top: 9rem;
}

.circle-400 {
	width: 75rem;
	left: 0rem;
	top: -42.5rem;
}


/* 
////////////////////////////////////////// */
.who {
	padding: 0rem 0 8rem;
}

.title {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 3.12rem;
	line-height: 115%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: var(--new-neon-blue);
	margin-bottom: 3.75rem;
}

.title span {
	color: var(--new-white);
}

.who_wrap {
	display: flex;
}

.who_item {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	box-sizing: border-box;
}

.who_item:first-child {
	padding: 2rem 6rem 2rem 2.5rem;
	background-image: url(../images/SVG-who-left.svg);
	background-size: 99.8%;
	background-repeat: no-repeat;
}

.who_item:last-child {
	padding: 2rem 2.5rem 2rem 6rem;
	background-image: url(../images/SVG-who-right.svg);
	background-size: 99.8%;
	background-repeat: no-repeat;
}

.who_item h3 {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 120%;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: var(--new-gray-60);
}

.who_item h3 span {
	color: var(--new-neon-blue);
}

.who_item h3 b {
	font-weight: 400;
	color: var(--new-white);
}

.who_item img {
	width: 14rem;
	margin: 0 auto;
}

.who_item p {
	font-weight: 400;
	font-size: 1rem;
	line-height: 130%;
	letter-spacing: -0.05em;
	color: var(--new-gray-72);
}

.who_item p b {
	font-weight: 500;
	color: var(--new-white);
}

/* /////////////////////////////////////////// */
.help {
	padding: 0 0 9.25rem;
}

.help_wrap {
	display: flex;
	align-items: flex-start;
	gap: 6.25rem;
}

.help_wrap_inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 5rem;


	/* height: 400vh; */
}

.help_item_wrap {
	position: relative;
	max-width: 28rem;
	display: flex;
	flex-direction: column;
	gap: 5rem;


}

.help_item {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 1rem;

}

.help_item_wrap .help_item {
	opacity: 0.5;
	transition: 0.3s;
}


.help_item_wrap .help_item.active {
	opacity: 1;
	transform: scale(1.04);
}

.help_item p {
	position: relative;
	box-sizing: border-box;
	padding: 0.75rem 1.75rem 1rem 1.75rem;
	font-weight: 400;
	font-size: 1rem;
	line-height: 130%;
	letter-spacing: -0.05em;
	color: var(--new-gray-72);
}

.help_item p b {
	font-weight: 500;
	color: var(--new-white);
}

.help_item p span {
	font-weight: 500;
	color: var(--new-neon-blue);
}

.help_item p::after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	width: 1.25rem;
	height: 1.25rem;
	background-image: url(../images/icon-corner.svg);
	background-size: 100%;
}

.help_item p::before {
	content: " ";
	position: absolute;
	right: 0;
	bottom: 0;
	transform: rotate(180deg);
	width: 1.25rem;
	height: 1.25rem;
	background-image: url(../images/icon-corner.svg);
	background-size: 100%;
}


.BrainFly {
	position: sticky;
	top: 2.5rem;
	width: 43.75rem;
	margin-top: -6.063rem;
}

.help_bottom h4 {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 120%;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: var(--new-gray-60);
	margin-bottom: 2.5rem;
}

.help_bottom h4 b {
	font-weight: 400;
	color: var(--new-white);
}

.help_bottom h4 span {
	color: var(--new-neon-blue);
}

.circle_help {
	left: 27.75rem;
	top: 85.75rem;
}

/* /////////////////////////////////////// */
.beginner {
	position: relative;
}

.title b {
	font-weight: 500;
	color: var(--new-gray-60);
}

.beginner_wrap {
	padding: 10.75rem 3.75rem 3.625rem;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 2.5rem;

	background-image: url(../images/SVGForWho.svg);
	background-size: 99.8%;
	background-repeat: no-repeat;

	margin-top: -8rem;
}

.beginner_item {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 4.25rem;
}

.beginner_item img {
	width: 12.5rem;
}

.beginner_item_border {
	box-sizing: border-box;
	border-bottom: 0.07rem solid var(--new-neon-blue);
	padding: 3.25rem 0rem;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 4.25rem;
}

.beginner_item:last-child .beginner_item_border {
	border-bottom: none;
}

.beginner_item h3 {
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 120%;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: var(--new-white);
}

.beginner_item h3 span {
	color: var(--new-neon-blue);
}

.beginner_item p {
	width: 20rem;
	flex-shrink: 0;
	font-weight: 400;
	font-size: 1rem;
	line-height: 130%;
	letter-spacing: -0.05em;
	color: var(--new-gray-72);
}

.beginner_item p b {
	font-weight: 500;
	color: var(--new-white);
}

.beginner_item p span {
	font-weight: 500;
	color: var(--new-neon-blue);
}

.beginner .circle-300 {
	top: 12.5rem;
	left: -28rem;
	right: auto;
	bottom: auto;
}

/* ////////////////////////////////////////////// */
.cta {
	position: relative;
	padding-bottom: 4.5rem;
}

.cta_wrap {
	padding: 9.5rem 3.75rem 7.875rem;

	background-image: url(../images/SVG_CTA.svg);
	background-size: 99.8%;
	background-repeat: no-repeat;
}

.cta_left_col {
	max-width: 35rem;
}

.cta_left_col .title {
	margin-bottom: 2.5rem;

}

.cta .help_item {
	max-width: 26rem;
	margin-bottom: 2.5rem;
}

.cta_gift {
	position: absolute;
	top: 3.75rem;
	right: -3.75rem;
	width: 49rem;
}

.cta .circle-300 {
	right: 0rem;
	top: -10rem;
}


/* //////////////////////////// */

.footer {
	padding: 0rem 0 2rem;
	position: relative;
	z-index: 4;
}

.f_logo {
	width: 10rem;
}

.footer_wrap {
	display: flex;
	gap: 5.813rem;
	align-items: center;
	justify-content: space-between;
}

.social {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.social a {
	border-radius: 3.12rem;
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;

	backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.05);
	background-image: url(../images/social_icon_b.svg);
	background-size: cover;

}

.social a path {
	transition: 0.3s;
}

/* .social a img{
	width: 1.875rem;
} */
/* .social svg{
	width: 1.875rem;
} */

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

.social a:hover path {
	fill: var(--new-neon-blue);
}



.policy {
	display: flex;
	gap: 2rem;
	align-items: center;
}


.copy {
	font-weight: 400;
	font-size: 0.88rem;
	line-height: 130%;
	letter-spacing: -0.04em;
	text-align: center;
	color: var(--gray-60);
}

.policy a {
	font-weight: 400;
	font-size: 0.88rem;
	line-height: 130%;
	letter-spacing: -0.04em;
	text-align: center;
	color: var(--gray-60);
	transition: 0.3s;
}

.policy a:hover {
	color: var(--new-neon-blue);
}


/*////////////////////////////////////////////////////////*/



.mob_fixet_wrap {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 4.62rem;

	align-items: center;
	justify-content: center;
	backdrop-filter: blur(50px);
	z-index: 5;
	opacity: 0;
	transform: translateY(4rem);
	transition: 3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.mob_fixet_wrap.active {
	opacity: 1;
	transform: translateY(0rem);
}

.mob_fixet_btn {
	background-image: url(../images/Btn-bg-m.svg);
	background-size: contain;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 1.62rem 2.25rem;
	width: 22.75rem;
	height: 3.25rem;
	text-align: center;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 1.12rem;
	line-height: 130%;
	text-transform: uppercase;
	color: var(--black);
	display: flex;
	align-items: center;
	gap: 0.625rem;
}


.m_br {
	display: none;
}


/*////////////////////////////////////////////////////////*/
@media (max-width: 851px) {

	html {
		font-size: 2.083vw;
	}

	:root {
		--section-padding: 1rem;
		/* --c-f-padding: 1.87rem; */
	}

	.body_wrap {
		overflow: hidden;
	}

	.mob_fixet_wrap {
		display: flex;
	}

	.m_br {
		display: block !important;
	}
	.d_br{
		display: none;
	}


	header {
		padding: 1.25rem 0;
		position: relative;
		z-index: 2;
		/* background: var(--gray-12); */
	}

	.header_wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.gap-1 {
		gap: 0.438rem;
	}


	.logo img {
		width: 8.125rem;
		transition: all 200ms ease-in-out;
	}


	.navbar-toggler-wrap {
		display: inline-flex;
		cursor: pointer;
		position: relative;
		/* top: 1.98rem;
		right: var(--section-padding); */
		transition: all 0.2s;
	}

	.navbar-toggler {
		width: 2.75rem;
		height: 2.75rem;
		background: url("../images/Icon-burger.svg") center no-repeat;
		transition: all 0.2s;
	}

	.navbar-toggler.deactive {
		background: url("../images/icon-close.svg") center no-repeat;
	}


	.nav {
		width: -webkit-fill-available;
		display: block;
		position: absolute;
		top: 5rem;
		left: 0;
		/* border-radius: 0 0 2.5rem 2.5rem; */
		background: var(--black);
		padding: 1.25rem 1rem 1.875rem;

		opacity: 0;
		transform: translateY(5rem);
		transition: all 0.3s ease-in-out;
		pointer-events: none;
	}

	.nav.active {
		opacity: 1;
		transform: translateY(0rem);
		pointer-events: inherit;
	}

	#header.active {
		background: var(--black);
	}

	.mob_wrap_nav {
		position: relative;
		transition: all 0.3s ease-in-out;

	}

	.mob_wrap_nav.visible-menu {
		opacity: 1;
		visibility: visible;
		display: block;
		transition: all 300ms ease-in-out;
	}


	.menu ul {
		list-style-type: none;
		padding: 0;
	}


	.mob_wrap_nav ul {
		flex-wrap: wrap;
	}

	.mob_wrap_nav ul li {
		width: calc(50% - 1.25rem);
	}

	.nav li a {
		box-sizing: border-box;
		font-weight: 400;
		font-size: 1rem;
		line-height: 130%;
		letter-spacing: -0.05em;
		text-align: center;
		color: var(--new-gray-72);
		padding: 0.9rem 0;
		display: inline-flex;
	}


	.banner {
		padding-top: 3.25rem;
		padding-bottom: 5.5rem;
	}

	.banner-row {
		flex-direction: column;
		gap: 4.25rem;
	}

	.banner-row .banner_text_wrap {
		/* max-width: 100%; */
		max-width: 100%;
	}

	.banner_title {
		font-size: 1.69rem;
		line-height: 130%;
		letter-spacing: -0.01em;
		margin: 0 auto 2rem;
	}



	.banner_list {
		flex-direction: column;
		gap: 0.5rem;
		margin-bottom: 2rem;
	}

	.banner_list li {
		width: 100%;
		max-width: 100%;
		padding: 0.75rem 1.25rem 1rem 1.25rem;

		font-size: 1rem;
		line-height: 130%;
		letter-spacing: -0.05em;
	}

	.banner_list li br {
		display: none;
	}

	.banner_btn_wrap {
		flex-direction: column;
		gap: 1.25rem;
		align-items: flex-start;
	}

	.banner_btn_wrap p{
		font-size: 0.9rem;
	}

	.banner_btn_wrap p b {
		display: inline-block;
	}


	.baner_img_wrap {
		display: flex;
		justify-content: center;
	}

	.video_wrap {
		width: 22.75rem;

	}


	.btn_play_wrap {
		width: 8rem;
		height: 8rem;
		left: -0.5rem;
	}

	.btn_play_wrap p {
		font-size: 0.88rem;
		line-height: 130%;
		letter-spacing: -0.04em;
	}
	.btn_play_wrap p br{
		display: none;
	}


	.new_btn_v{
		width: 5rem;
		height: 5rem;
	}
	.icon-pointer {
		position: absolute;
		right: -0.5rem;
		bottom: -1rem;
	}

	.baner_img_wrap::before {
		width: 22.75rem;
		height: 22.75rem;
		left: 50%;
		transform: translateX(-50%);
	}

	.circle-400 {
		width: 37.5rem;
		left: auto;
		right: -10rem;
		top: -26.5rem;
	}

	.circle-300 {
		width: 37.5rem;
		right: -11rem;
		top: 39rem;
	}


	/* ////////////////////////////////////// */
	.who {
		padding-bottom: 5rem;
	}

	.title {
		font-size: 1.69rem;
		line-height: 130%;
		letter-spacing: -0.01em;
		margin-bottom: 2.25rem;
	}

	.who_wrap {
		flex-direction: column;
	}

	.who_item {
		width: 100%;
		gap: 1.75rem;
	}

	.who_item h3 {
		font-size: 1rem;
		line-height: 135%;
		max-width: 15rem;
	}

	.who_item h3 br {
		display: none;
	}

	.who_item h3 b {
		display: block;
	}

	.who_item img {
		width: 11.25rem;
	}

	.who_item p {
		font-size: 1rem;
		line-height: 130%;
		letter-spacing: -0.05em;
	}
	.who_item p br{
		display: none;
	}

	.who_item:first-child {
		background-image: url(../images/SVG-who-left-m.svg);
		background-size: 97.8%;
		background-position: bottom;
		background-repeat: no-repeat;
		padding: 3rem 1.25rem 4.25rem 1.25rem;
	}

	.who_item:last-child {
		background-image: url(../images/SVG-who-right-m.svg);
		background-size: 97.8%;
		background-position: top;
		background-repeat: no-repeat;
		padding: 5.25rem 1.25rem;
		/* padding: 4.25rem 1.25rem; */


	}

	.who_item:last-child h3 {
		max-width: 19rem;
	}
	.who_item:last-child h3 b {
		display: inline-block;
	}

	/* /////////////////////////////////////// */
	.help {
		padding: 0 0 5rem;
	}

	.help_wrap {
		flex-direction: column-reverse;
		gap: 3.25rem;
	}

	.BrainFly {
		position: relative;
		top: 0;
		width: 100%;
		margin-top: 0;
	}

	.help_item_wrap {
		max-width: 100%;
		gap: 3.25rem;
	}

	.help_item {
		gap: 0.5rem;
	}

	.help_item p {
		padding: 0.75rem 1.25rem 1rem 1.25rem;
	}

	.help_bottom h4 {
		font-size: 1.12rem;
		line-height: 135%;
	}

	.circle_help {
		left: -5rem;
		top: 137.75rem;
	}

	/* ///////////////////////////////////////////////////////////// */
	.beginner .title {
		max-width: 20rem;
	}

	.beginner_wrap {
		background-image: url(../images/SVGForWho-m.svg);
		background-size: 99.8%;
		background-repeat: no-repeat;
		padding: 6.75rem 1.25rem 1.75rem;
		margin-top: -6rem;
	}

	.beginner_item {
		flex-direction: column;
		gap: 1rem;
	}

	.beginner_item_border {
		padding: 0 0 2.75rem;
		flex-direction: column;
		gap: 0.5rem;
	}

	.beginner .circle-300 {
		top: 10.5rem;
		left: 8rem;
	}

	/* ///////////////////////////////////////////////////////////// */
	.cta {
		padding-bottom: 2.5rem;
	}

	.cta_wrap {
		padding: 28rem 1.25rem 6.75rem;
		background-image: url(../images/SVGCTA-m.svg);
		background-size: 99.8%;
		background-repeat: no-repeat;
	}

	.cta_gift {
		width: 25.25rem;
		right: auto;
		left: 2.5rem;
		top: 4.75rem;
	}

	.cta_left_col .title,
	.cta .help_item {
		margin-bottom: 2rem;
	}

	.cta .circle-300 {
		right: -5rem;
		top: -6rem;
	}

	.cta .btn {
		width: -webkit-fill-available;
		padding: 1.2rem 1.25rem;
		font-size: 1.12rem;
	}

	.cta .btn::before,
	.cta .btn::after {
		width: 26.25rem;
		height: 9rem;
	}

	/* ///////////////////////////////////////////////////////////// */
	.footer_wrap {
		flex-direction: column;
		gap: 1.75rem;
	}

	.policy {
		flex-direction: column;
		gap: 1.063rem;
	}

	/* ///////////////////////////////////////////////////////////// */


}

@media (max-width: 480px) {

	html {
		font-size: 3.951vw;
	}

	.banner_list li br {
		display: none;
	}

}






.swipe-section {
	position: relative;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}

.swipe-section .panel {
	position: absolute;
}