:root {
	--bg: #101722;
	--dark3: #171e28;
	--darktwo: #252f3b;
	--navborder: #384555;
	--bluegrey: #9d9d9d;
	--tabgrey: #9d9d9d;
	--dandelion: #fcdf08;
	--ya: #ffed35;
	--yb: #ffd101;
	--onY: #181400;
	--white: #fff;
	--offwhite: #f5f5f0;
	--muted: #d3d3d3;
	--cookie-consent-accept-bg: var(--dandelion);
	--cookie-consent-accept-color: var(--onY);
}
@font-face {
	font-family: 'Canaro';
	src: url('../fonts/Canaro-BoldItalic.woff2') format('woff2');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}
* {
	box-sizing: border-box;
}
html {
	scroll-behavior: auto;
}
html,
body {
	margin: 0;
	width: 100%;
	background: var(--bg);
}
body {
	background: var(--bg);
	color: #fff;
	font-family: 'Montserrat', system-ui, sans-serif;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	overflow-x: clip;
}
img {
	display: block;
	max-width: 100%;
}
a {
	color: var(--dandelion);
	text-decoration: none;
}
:focus-visible {
	outline: 3px solid var(--ya);
	outline-offset: 3px;
}
::-moz-selection {
	background: var(--dandelion);
	color: var(--onY);
}
::selection {
	background: var(--dandelion);
	color: var(--onY);
}
@media (prefers-reduced-motion:no-preference) {
	:root {
		scroll-behavior: unset;
	}
}
p {
	margin: 13px 0;
}
p:first-child {
	margin-top: 0;
}
p:last-child {
	margin-bottom: 0;
}
.wpcf7 {
	direction: rtl;
}
.wpcf7-form p {
	margin: 0;
}
.wpcf7-form br {
	display: none;
}
.swiper-navigation-icon {
	display: none !important;
}
select,
textarea,
input[type="url"],
input[type="tel"],
input[type="text"],
input[type="date"],
input[type="time"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="password"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: var(--inputs-border-radius, 0);
}
input[type="submit"],
input[type="button"],
button {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	line-height: inherit;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}
*,
*::before,
*::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	content-visibility: visible !important;
}
html {
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	margin: 0 !important;
}
.sr-zones-nav-a {
	background: yellow;
	color: #000;
	text-decoration: none;
	padding: 7px 20px;
	outline: 2px solid #000;
	font-weight: 700;
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	opacity: 0;
	position: fixed;
	top: 100px;
	right: 20px;
	z-index: 999;
}
.sr-zones-nav-a:focus {
	z-index: 1000;
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	opacity: 1;
}
.sr-only,
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only.sr-only-focusable {
	top: 10%;
	left: 20px;
	z-index: 1000;
	text-decoration: none;
}
.sr-only.sr-only-focusable:focus {
	width: auto;
	height: auto;
	font-size: 24px;
	padding: 5px 20px;
	clip: unset;
}
[role="tab"],
[role="button"],
.wpcf7-acceptance label,
.wpcf7-checkbox label,
button:not(:disabled),
input[type="button"]:not(:disabled),
input[type="submit"]:not(:disabled),
input[type="image"]:not(:disabled),
input[type="reset"]:not(:disabled),
select:not(:disabled) {
	cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
	cursor: pointer;
}
input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
}
figure {
	margin: 0;
	font-size: 0;
	line-height: 1px;
}
svg {
	vertical-align: top;
}
hr,
embed,
object,
iframe {
	max-width: 100%;
}
textarea {
	overflow: auto;
	resize: vertical;
}
form,
blockquote {
	margin: 0;
	padding: 0;
}
a img {
	border: 0;
	text-decoration: none;
}
table {
	border-collapse: collapse;
}
::-webkit-input-placeholder {
	color: #5a5a5a;
	opacity: 1;
}
:-moz-placeholder {
	color: #5a5a5a;
	opacity: 1;
}
input.error,
textarea.error,
select.error {
	color: red;
	border: 1px solid red !important;
}
.error::-webkit-input-placeholder {
	color: red !important;
	opacity: 1;
}
.error:-moz-placeholder {
	color: red !important;
	opacity: 1;
}
input[type="checkbox"].error ~ span {
	color: red;
}
label.error {
	color: red;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
	min-height: 1px;
	margin: 0 0 -1px 0;
}
.clear {
	display: block;
	clear: both;
	min-height: 1px;
}
.hide {
	display: none !important;
}
.cover-img,
.img-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
html #wpadminbar {
	position: fixed;
	white-space: nowrap;
}
#wp-toolbar {
	display: flex;
	justify-content: space-between;
}
#wpadminbar .quicklinks > ul {
	display: flex;
}
.animate-zoom-bg {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all 3s ease;
	transition: all 3s ease;
}
.waypoint.active .animate-zoom-bg {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.animate-to-top {
	-webkit-transform: translate(0, 30px);
	transform: translate(0, 30px);
	opacity: 0;
	-webkit-transition: opacity 1s ease, transform 1s ease;
	transition: opacity 1s ease, transform 1s ease;
}
.waypoint.active .animate-to-top {
	-webkit-transform: none;
	transform: none;
	opacity: 1;
}
.delay02 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.delay04 {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.delay06 {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.delay08 {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.delay10 {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.delay12 {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.wrap1200 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.display {
	font-family: 'Canaro', 'Montserrat', system-ui, sans-serif;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	line-height: 0.99;
	letter-spacing: 0;
}
.black {
	font-weight: 900;
	text-transform: uppercase;
}
.h2 {
	font-size: clamp(36px, 3vw, 57px);
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.05;
	color: #fff;
	text-align: center;
	margin: 0;
}
.cta-pill {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(to top, var(--yb) 7%, var(--ya) 108%);
	border: 1.333px solid rgba(255, 255, 255, 0.71);
	border-radius: 73px;
	color: var(--onY);
	font-weight: 900;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}
.cta-pill::after {
	content: "";
	position: absolute;
	inset: -40% -70%;
	background: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, 0.42) 50%, transparent 65%);
	transform: translateX(-65%) rotate(8deg);
	transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
	pointer-events: none;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	height: 74px;
	background: rgba(13, 33, 58, 0.72);
	-webkit-backdrop-filter: blur(18px) saturate(1.35);
	backdrop-filter: blur(18px) saturate(1.35);
	border-bottom: 0.625px solid rgba(255, 255, 255, 0.08);
	transition: background 0.24s ease, box-shadow 0.24s ease, -webkit-backdrop-filter 0.24s ease, backdrop-filter 0.24s ease;
}
.admin-bar header {
	top: 32px;
}
.admin-bar .hero {
	padding-top: 152px;
}
.nav {
	height: 74px;
	display: flex;
	justify-content: space-between;
}
.brand {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 900;
	font-size: 22px;
	letter-spacing: 0.03em;
}
.brand svg {
	width: 30px;
	height: 30px;
}
.nav-right {
	display: flex;
	gap: 48px;
}
.site-menu {
	display: flex;
}
.site-menu-list {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.site-menu-list .menu-item {
	margin: 0;
}
.site-menu-list > li {
	display: flex;
	position: relative;
}
.site-menu-list > li > .menu-link {
	color: var(--muted);
	font-weight: 600;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 0;
}
.site-menu-list > li.menu-item-has-children > a::after {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 1.5px solid var(--muted);
	border-bottom: 1.5px solid var(--muted);
	transform: rotate(45deg);
	margin-top: -4px;
}
.sub-menu {
	background: #202a36;
	list-style: none;
	position: absolute;
	right: -18px;
	top: 100%;
	width: 298px;
	max-height: calc(100vh - 86px);
	overflow: auto;
	margin: 6px 0 0 0;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 8px;
	box-shadow: 0 20px 52px rgba(0, 0, 0, 0.36);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-8px);
	transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}
.admin-bar .sub-menu {
	max-height: calc(100vh - 126px);
}
.sub-menu::before {
	content: "";
	height: 6px;
	position: absolute;
	inset: -6px 0 auto 0;
}
.sub-menu .menu-link {
	display: block;
	padding: 12px 13px;
	border-radius: 8px;
	color: var(--muted);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
}
.sub-menu .menu-link:hover,
.sub-menu .menu-link:focus-visible {
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}
.sub-menu li:first-child .menu-link {
	background: rgba(252, 223, 8, 0.07);
	color: var(--dandelion);
}
.nav .cta-pill {
	height: 38px;
	padding: 0 24px;
	font-size: 13px;
	letter-spacing: 0.06em;
	font-weight: 800;
	margin: auto 0;
}
.yBoxOverlay {
	background-color: rgba(0, 0, 0, 0.82);
}
#download-app-popup {
	width: 440px;
	max-width: 100%;
}
.download-app-popup-title {
	margin: 0 0 30px 0;
	color: #fff;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
}
.qr-code-img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
	border-radius: 40px;
	border: 15px solid var(--dark3);
}
.brand {
	display: flex;
	align-items: center;
}
.brand .logo-svg {
	height: 30px;
	width: auto;
	display: block;
}
.hero {
	position: relative;
	text-align: center;
	padding: 120px 0 50px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.hero .herobg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	object-fit: cover;
	object-position: center 0px;
	z-index: 0;
	opacity: 1;
	transform: translateY(var(--hero-parallax, 0px));
	will-change: transform;
}
.hero .herobg-fade {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: linear-gradient(180deg, rgba(8, 12, 20, 0.18) 0%, rgba(8, 12, 20, 0.12) 35%, rgba(8, 12, 20, 0.55) 78%, var(--bg) 100%);
	opacity: var(--hero-fade-opacity, 1);
}
.hero .glow {
	position: absolute;
	left: 62%;
	top: 90px;
	transform: translate3d(-50%, 0, 0) scale(1);
	width: 733px;
	height: 668px;
	border-radius: 50%;
	background: radial-gradient(closest-side, rgba(255, 209, 1, 0.10), rgba(255, 209, 1, 0) 70%);
	filter: blur(6px);
	z-index: 0;
	pointer-events: none;
	will-change: transform, opacity;
}
.hero>* {
	position: relative;
	z-index: 1;
}
.hero>.herobg,
.hero>.herobg-fade,
.hero>.glow {
	z-index: 0;
}
.ratings,
.hero .hero-title,
.hero .sub,
.hero .stores,
.hero .cta-pill {
	will-change: opacity;
}
.ratings {
	display: block;
	margin: 0 auto 8px;
	width: auto;
	height: auto;
	max-height: 100px;
}
.hero .hero-title {
	margin: 18px auto 0;
	width: 1180px;
	max-width: calc(100% - 48px);
	font-family: 'Montserrat', system-ui, sans-serif;
	font-size: clamp(50px, 4.2vw, 80px);
	font-style: italic;
	font-weight: 900;
	line-height: 0.875;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
.hero .hero-title span {
	display: block;
}
.hero .sub {
	margin: 34px auto 0;
	width: 846px;
	max-width: calc(100% - 48px);
	font-weight: 500;
	font-size: 20px;
	line-height: 1.65;
	color: #fff;
}
.hero .sub b {
	font-weight: 800;
}
.stores {
	display: flex;
	justify-content: center;
	gap: 18px;
	margin-top: 60px;
}
.appstores-svg {
	width: 319px;
	height: 37px;
	display: block;
}
.stores .store-link {
	display: block;
}
.stores .store-logo {
	height: 45px;
	width: auto;
	display: block;
}
.store {
	display: flex;
	align-items: center;
	gap: 9px;
	height: 56px;
	padding: 0 18px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.03);
}
.store svg {
	width: 26px;
	height: 26px;
}
.store .s {
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #cfd3da;
	line-height: 1;
}
.store .b {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.15;
}
.hero .cta-pill {
	margin-top: 60px;
	width: 448px;
	height: 80px;
	font-size: 24px;
	font-weight: 700;
	box-shadow: 0 0 40px rgba(255, 209, 1, 0.45);
}
.featured {
	background: var(--dark3);
	padding: 36px 0 89px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 30px;
}
.featured .eyebrow {
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--muted);
	margin: 0;
}
.logos {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px 44px;
	opacity: 0.92;
	flex-wrap: wrap;
	max-width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
.logos span,
.logos svg {
	color: #eceef2;
}
.logo-img {
	display: block;
	height: 56px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}
.logo-sprite {
	display: block;
	flex: none;
	background-image: url("../../images/sections/news.svg");
	background-repeat: no-repeat;
	background-size: 1410px 82.2px;
}
.lg-img-usa {
	width: 96px;
	height: 55.5px;
	background-position: -39px -13.5px;
}
.lg-img-ms {
	width: 94.5px;
	height: 75px;
	background-position: -213px -3px;
}
.lg-img-nyt {
	width: 427.5px;
	height: 63px;
	background-position: -393px -10.5px;
}
.lg-img-mf {
	width: 243px;
	height: 66px;
	background-position: -880.5px -7.5px;
}
.lg-img-wh {
	width: 231px;
	height: 51px;
	background-position: -1162.5px -12px;
}
.lg-usa {
	display: inline-flex;
	align-items: center;
	gap: 9px;
}
.lg-usa .flag {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
	overflow: hidden;
}
.lg-usa .flag svg,
.lg-usa .flag img {
	width: 16px;
	height: 16px;
	border-radius: 50%;
}
.lg-usa .word {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 15px;
	line-height: 0.95;
	letter-spacing: -0.01em;
	color: #fff;
	text-align: left;
}
.lg-usa .word div:first-child {
	font-size: 13px;
	font-weight: 700;
}
.lg-ms {
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: 800;
	font-style: italic;
	font-size: 32px;
	letter-spacing: -0.02em;
	color: #fff;
	transform: skewX(-3deg);
}
.lg-nyt {
	font-family: 'Times New Roman', Georgia, serif;
	font-weight: 400;
	font-size: 29px;
	letter-spacing: -0.005em;
	color: #fff;
	font-variant: small-caps;
}
.lg-mf {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 18px;
	letter-spacing: -0.01em;
	color: #fff;
	transform: scaleX(0.92);
	display: inline-block;
}
.lg-wh {
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 26px;
	color: #fff;
	letter-spacing: -0.01em;
}
.lg-wh b {
	font-weight: 700;
}
.lg-wh i {
	font-style: italic;
	font-weight: 400;
}
.section {
	padding: 96px 0;
}
.sec-title {
	margin: 0 auto 20px;
	padding: 0 20px;
	text-align: center;
}
.plan {
	position: relative;
	overflow: hidden;
	background: #101722;
}
.plan::before {
	content: "";
	position: absolute;
	top: 0;
	right: -220px;
	bottom: 0;
	width: 1350px;
	background: url("../../images/sections/ellipse-2.svg") center/contain no-repeat;
	transform: scaleX(-1);
	opacity: 1;
	pointer-events: none;
	z-index: 0;
	filter: hue-rotate(32deg) saturate(1.35) brightness(0.95);
	animation: ellipsePulse 5.5s ease-in-out infinite;
}
.plan::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(16, 23, 34, 0.04), rgba(16, 23, 34, 0.10) 55%, #101722 100%);
	pointer-events: none;
	z-index: 1;
}
.plan .wrap1200 {
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: clamp(36px, 5vw, 332px);
}
.plan-text {
	width: 568px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.plan-title {
	margin: 0;
	font-size: 57px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.04;
	color: #fff;
}
.plan-p-wrap {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.65;
	color: #fff;
	width: 560px;
	max-width: 100%;
}
.plan-p-wrap p {
	margin: 0;
}
.plan-text ul {
	list-style: none;
	margin: 30px 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.plan-text li {
	position: relative;
	padding-left: 30px;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
}
.plan-text li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: var(--dandelion);
	background-image: url("../../images/svg/check.svg");
	background-repeat: no-repeat;
	background-size: 11px 11px;
	background-position: center;
}
.phone {
	width: 300px;
	height: 635px;
	border-radius: 40px;
	background: var(--dark3);
	border: 5px solid var(--dark3);
	padding: 5px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 0 1px #383838, 0 48px 96px rgba(0, 0, 0, 0.8);
}
.phone__screen {
	width: 100%;
	height: 100%;
	border-radius: 34px;
	overflow: hidden;
	background: #000;
	position: relative;
}
.phone__screen .phone-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	background: #000;
}
.journey {
	padding: 120px 0 130px 0;
	position: relative;
	overflow: hidden;
}
.swiper-carousel-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1740px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
.gallery-section .swiper-carousel-wrap,
.progress .swiper-carousel-wrap {
	max-width: 100%;
}
.swiper-carousel {
	width: 100%;
	height: 678px;
	padding: 60px 0 30px 0;
}
.swiper-carousel .swiper-slide {
	width: 360px;
	height: 100%;
	max-width: 100%;
}
.before-wrap .swiper-carousel-item-img {
	filter: grayscale(1);
}
.before-after-tag {
	background: url("../../images/swiper/after-bg.svg") center center/contain no-repeat;
	height: 46px;
	line-height: 46px;
	padding: 0 11px;
	position: absolute;
	left: 20px;
	top: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	z-index: 1;
}
.before-wrap .before-after-tag {
	background-image: url("../../images/swiper/before-bg.svg");
	color: #5285ff;
}
.before-after-tag .tag-label {
	display: block;
	-webkit-transform: rotate(-14deg);
	transform: rotate(-14deg);
}
.swiper-item-small-logo {
	background: #fff;
	display: flex;
	width: 41px;
	height: 41px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1;
}
.swiper-carousel-item-img {
	border-radius: 40px;
}
.swiper-button-lock {
	display: none !important;
}
.swiper-carousel-wrap .prev.swiper-button-disabled,
.swiper-carousel-wrap .next.swiper-button-disabled {
	opacity: 0.25;
	cursor: default;
}
.powered {
	text-align: center;
	color: #fff;
	padding: 0 20px;
	font-size: 16px;
	line-height: 1.375;
	font-weight: 800;
	margin-top: 8px;
}
.progress .swiper-pagination,
.gallery-section .swiper-pagination,
.method .swiper-pagination {
	position: relative;
	margin-top: 18px;
	--swiper-pagination-color: #fff;
	--swiper-pagination-bullet-inactive-color: #566b85;
	--swiper-pagination-bullet-inactive-opacity: 1;
}
.progress {
	background: var(--dark3);
	position: relative;
	width: 100%;
}
.testimonials-swiper {
	padding: 10px 20px;
}
.tcard {
	width: 320px;
	height: 318px;
	background: var(--darktwo);
	border: 0.625px solid var(--navborder);
	border-radius: 20px;
	padding: 32.625px;
	display: flex;
	flex-direction: column;
}
.tcard .stars {
	color: var(--dandelion);
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 16px;
}
.tcard .quote {
	font-weight: 800;
	font-size: 18px;
	line-height: 1.35;
	margin: 0 0 14px;
}
.tcard .body {
	font-weight: 500;
	font-size: 15px;
	line-height: 1.7;
	color: var(--muted);
	margin: 0;
	flex: 1;
}
.tcard .who {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: auto;
}
.tcard .who img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
	border: 1.875px solid #fff;
}
.tcard .nm {
	font-weight: 700;
	font-size: 14px;
}
.tcard .hd {
	font-size: 12px;
	color: var(--bluegrey);
	letter-spacing: 0.03em;
}
.gallery-swiper-wrap {
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
}
.gallery-swiper {
	width: 100%;
	padding: 0 20px;
}
.gcard {
	width: clamp(350px, 27.1vw, 520px);
	height: auto;
	aspect-ratio: 520 / 774;
	max-height: calc(100vh - 94px);
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	background: var(--dark3);
}
.admin-bar .gcard {
	max-height: calc(100vh - 126px);
}
.gcard .card-media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gcard .veil {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(10, 10, 10, 0.1), rgba(10, 10, 10, 0.15) 40%, rgba(10, 10, 10, 0.92));
}
.gcard .gcard-link {
	position: absolute;
	inset: 0;
	z-index: 2;
}
.gcard .body {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 24px;
}
.gcard .gcard-title {
	margin: 0;
	font-weight: 900;
	text-transform: uppercase;
	font-size: clamp(35px, 3vw, 56px);
	line-height: 0.9;
	color: #fff;
}
.gcard .hr {
	height: 1px;
	width: 32px;
	background: var(--dandelion);
	margin: 20px 0 16px;
}
.gcard .gcard-text {
	margin: 0;
	font-weight: 700;
	font-size: 16px;
	color: var(--muted);
	max-width: 460px;
}
.bento {
	display: flex;
	flex-wrap: wrap;
	width: 1600px;
	padding: 0 20px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	gap: 10px;
}
.bento-item {
	display: flex;
	flex-direction: column;
	width: calc(33.333% - 7px);
	position: relative;
	min-height: 360px;
	border-radius: 16px;
	overflow: hidden;
	z-index: 0;
	padding: 24px;
}
.b-big {
	width: calc(67% - 5px);
}
.b-big,
.b-load {
	min-height: clamp(300px, 27vw, 420px);
}
.exercise-ellipse-bg {
	position: absolute;
	left: 930px;
	top: -80px;
	width: 760px;
	height: auto;
	z-index: 2;
	pointer-events: none;
}
.b-big {
	z-index: 3;
}
.b-big .card-media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.b-big .veil {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(158deg, rgba(8, 8, 8, 0.6), rgba(0, 0, 0, 0) 50%), linear-gradient(0deg, rgba(8, 8, 8, 0.95), rgba(0, 0, 0, 0) 55%);
}
.b-big .c {
	margin: auto 0 0 0;
}
.b-big .n {
	font-weight: 900;
	font-size: clamp(42px, 6.67vw, 104px);
	line-height: 0.85;
	letter-spacing: -0.04em;
	margin: 0;
}
.b-big .row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-top: 14px;
}
.b-big .big-title {
	margin: 0;
	font-weight: 800;
	font-size: 22.4px;
	text-transform: uppercase;
	color: var(--offwhite);
	letter-spacing: -0.02em;
}
.b-big .big-text {
	margin: 6px 0 0;
	font-weight: 700;
	font-size: 16px;
	color: var(--muted);
	max-width: 360px;
}
.tile {
	background: var(--dark3);
	border: 1px solid rgba(255, 255, 255, 0.06);
	padding: 29px;
	flex-direction: column;
	justify-content: space-between;
}
.b-load {
	width: calc(33% - 5px);
}
.tile .tile-title {
	margin: 0;
	font-weight: 900;
	font-size: clamp(25px, 2.57vw, 40px);
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: -0.03em;
	color: #fff;
}
.tile .hr {
	height: 2px;
	width: 32px;
	background: var(--dandelion);
	margin: 16px 0 14px;
}
.tile .tile-text {
	margin: 0;
	font-weight: 700;
	font-size: 16px;
	color: var(--muted);
	max-width: 457px;
}
.glow-tile {
	position: absolute;
	right: -30px;
	top: -60px;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	background: var(--dandelion);
	filter: blur(60px);
	opacity: 0.07;
	pointer-events: none;
}
.bars {
	display: flex;
	align-items: flex-end;
	gap: 6px;
	height: 80px;
}
.bars i {
	flex: 1;
	border-radius: 4px 4px 0 0;
	background: rgba(255, 255, 255, 0.08);
}
.bars i.y {
	background: var(--dandelion);
}
.imgtile .card-media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
.imgtile .veil {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: -1;
}
.imgtile .lbl {
	font-weight: 900;
	font-size: clamp(25px, 2.57vw, 40px);
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: -0.04em;
	margin: auto 0 0 0;
}
.imgtile .eye {
	font-weight: 700;
	font-size: 10px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.35);
}
.imgtile .cap {
	margin: auto 0 0 0;
}
.imgtile .way-text {
	margin: 12px 0 0;
	font-weight: 700;
	font-size: 16px;
	color: var(--muted);
	max-width: 457px;
}
.method {
	background: var(--darktwo);
	padding: 100px 0;
}
.method .eye {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 20px;
}
.method .eye .dash {
	height: 2px;
	width: 24px;
	background: var(--dandelion);
}
.method .eye span {
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}
.method .h2 {
	margin: 0 0 20px;
}
.method .lead {
	text-align: center;
	margin: 0 auto 0;
	width: 584px;
	font-weight: 700;
	font-size: 16px;
	color: var(--muted);
}
.method-content {
	padding: 0 20px;
}
.method-swiper-wrap {
	margin-top: 36px;
}
.method-swiper {
	width: 100%;
	overflow: hidden;
	padding: 0 20px;
}
.mcell {
	border: 1px solid rgba(255, 255, 255, 0.07);
	display: flex;
	flex-direction: column;
	min-width: 0;
	height: auto;
}
.mcell .txt {
	padding: 36px 28px 32px;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.mcell .mcell-title {
	margin: 28px 0 0;
	font-weight: 800;
	font-size: 22.4px;
	line-height: 1.2;
	letter-spacing: -0.025em;
}
.mcell .hr {
	height: 1.5px;
	width: 24px;
	background: var(--dandelion);
	opacity: 0.6;
	margin: 16px 0 14px;
	flex-shrink: 0;
}
.mcell .mcell-text {
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 16px;
	color: var(--muted);
}
.mcell-img-wrap {
	aspect-ratio: 425 / 259;
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.mcell .card-media {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.method-learn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	min-height: 34px;
	margin-top: auto;
	padding: 0 16px;
	border: 0;
	border-radius: 999px;
	background: var(--dandelion);
	color: #181400;
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
}
.faq {
	padding: 100px 0 100px;
}
.faq .h2 {
	margin: 0 0 50px;
}
.faq-list {
	width: 800px;
	max-width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}
.faq details {
	border-bottom: 0.625px solid var(--navborder);
	overflow: hidden;
}
.faq details:first-child {
	border-top: 0.625px solid var(--navborder);
}
.faq summary {
	display: flex;
	min-height: 72px;
	list-style: none;
	cursor: pointer;
	align-items: center;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	transition: color 0.22s ease;
}
.faq summary::-webkit-details-marker {
	display: none;
}
.summary-inner {
	display: flex;
	width: 100%;
	gap: 10px;
	justify-content: space-between;
}
.faq summary .ic {
	width: 20px;
	height: 20px;
	position: relative;
	flex: none;
	transition: transform 0.36s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.faq summary .ic::before,
.faq summary .ic::after {
	content: "";
	position: absolute;
	background: var(--muted);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.faq summary .ic::before {
	width: 14px;
	height: 2px;
}
.faq summary .ic::after {
	width: 2px;
	height: 14px;
	transition: transform 0.36s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.faq details[open] summary .ic {
	transform: rotate(180deg);
}
.faq details[open] summary .ic::after {
	transform: translate(-50%, -50%) scaleY(0);
}
.faq-panel {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: height 0.42s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.28s ease;
}
.faq details[open] .faq-panel {
	opacity: 1;
}
.faq details[open] summary {
	color: #FFDB13;
}
.faq-panel p {
	margin: 0 0 24px;
	color: var(--muted);
	font-weight: 500;
	font-size: 15px;
	line-height: 1.7;
	max-width: 680px;
}
.cta {
	position: relative;
	background: var(--dark3);
	min-height: 36vw;
	overflow: hidden;
	padding: 100px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 0;
}
.cta .mark {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-weight: 900;
	font-size: 15vw;
	line-height: 1;
	color: rgba(255, 255, 255, 0.05);
	text-transform: uppercase;
	letter-spacing: -0.02em;
	white-space: nowrap;
	z-index: -1;
}
.cta .glow {
	position: absolute;
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
	width: 900px;
	height: 300px;
	background: radial-gradient(closest-side, rgba(252, 223, 8, 0.07), transparent 70%);
	z-index: -1;
}
.cta .h2 {
	margin: 0 0 14px;
}
.cta .sub {
	font-weight: 700;
	font-size: 24px;
	color: var(--muted);
	text-align: center;
	margin: 0 0 26px;
	line-height: 1.3;
}
.cta .cta-pill {
	width: 320px;
	height: 54px;
	font-size: 20px;
	font-weight: 700;
}
.cta .fine {
	margin-top: 16px;
	font-size: 14px;
	color: #ddd;
}
footer {
	height: 300px;
	background: #0d141c;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.foot {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: space-between;
	padding-top: 36.5px;
}
.foot .h {
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 20px;
}
.socials {
	display: flex;
	gap: 14px;
	margin-bottom: 24px;
}
.socials .social-link {
	width: 28px;
	height: 28px;
	display: grid;
	place-items: center;
}
.socials .social-icon {
	width: 24px;
	height: 24px;
	opacity: 0.85;
}
.copyright {
	font-size: 13px;
	color: #7a8492;
}
.legal .h {
	margin-bottom: 14px;
}
.legal .legal-link {
	display: block;
	color: var(--muted);
	font-size: 15px;
	margin-bottom: 10px;
}
@keyframes softPulse {
	0%,
	100% {
		opacity: 0.65;
		filter: blur(6px);
	}
	50% {
		opacity: 1;
		filter: blur(12px);
	}
}
@keyframes ellipsePulse {
	0%,
	100% {
		opacity: 0.65;
		filter: saturate(1) brightness(0.95);
	}
	50% {
		opacity: 1;
		filter: saturate(1.35) brightness(1.2);
	}
}
.hero .glow,
.cta .glow {
	animation: softPulse 5.8s ease-in-out infinite;
}
.store,
.tcard,
.gcard,
.tile,
.b-big,
.imgtile,
.jcard,
.journey-full-card,
.phone {
	transition: transform 0.34s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.34s ease, border-color 0.24s ease, filter 0.34s ease;
}
.card-media {
	transition: transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.5s ease;
}
.hero-video-mobile {
	display: none;
	transform: translateY(var(--hero-parallax, 0px));
	will-change: transform;
}
.hamburger {
	display: none;
}
video {
	display: block;
	pointer-events: none;
}
video::-webkit-media-controls,
video::-webkit-media-controls-panel,
video::-webkit-media-controls-play-button,
video::-webkit-media-controls-start-playback-button {
	display: none !important;
	-webkit-appearance: none;
}
.transformation-arrow {
	background: url(../../images/svg/next.svg) center center no-repeat;
	display: grid;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	z-index: 5;
	margin-top: -25px;
}
.transformation-arrow.prev {
	background-image: url(../../images/svg/prev.svg);
	left: 18px;
}
.transformation-arrow.next {
	right: 18px;
}