@keyframes fadeIn {
	from {
		opacity: 0;

	}

	to {
		opacity: 1;

	}
}

@keyframes fadeOut {
	from {
		opacity: 1;

	}

	to {
		opacity: 0;

	}
}

.cust-gl-slider {
	text-align: center;
	clear: both;
	-webkit-tap-highlight-color: #0000;
	tap-highlight-color: #0000;
	background: #ddd;
	height: 300px;
	position: relative;
}

.cust-gl-slider-mask {
	z-index: 1;
	white-space: nowrap;
	height: 100%;
	display: block;
	position: relative;
	left: 0;
	right: 0;
	overflow: hidden;
}

.cust-gl-slide {
	vertical-align: top;
	white-space: normal;
	text-align: left;
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
}

.cust-gl-slider-nav {
	z-index: 2;
	text-align: center;
	-webkit-tap-highlight-color: #0000;
	tap-highlight-color: #0000;
	height: 40px;
	margin: auto;
	padding-top: 10px;
	position: absolute;
	inset: auto 0 0;
}

.cust-gl-slider-nav.cust-gl-round>div {
	border-radius: 100%;
}

.cust-gl-slider-nav.cust-gl-num>div {
	font-size: inherit;
	line-height: inherit;
	width: auto;
	height: auto;
	padding: 0.2em 0.5em;
}

.cust-gl-slider-nav.cust-gl-shadow>div {
	box-shadow: 0 0 3px #3336;
}

.cust-gl-slider-nav-invert {
	color: #fff;
}

.cust-gl-slider-nav-invert>div {
	background-color: #2226;
}

.cust-gl-slider-nav-invert>div.cust-gl-active {
	background-color: #222;
}

.cust-gl-slider-dot {
	cursor: pointer;
	background-color: #fff6;
	width: 1em;
	height: 1em;
	margin: 0 3px 0.5em;
	transition: background-color 0.1s, color 0.1s;
	display: inline-block;
	position: relative;
}

.cust-gl-slider-dot.cust-gl-active {
	background-color: #fff;
}

.bottom-text {
	text-align: center;
}

.block-text p,
.input-field label,
.form-components__block-label {
	color: #D4E8FF !important;
}

.block-checkbox {
	justify-content: center !important;
}

.cust-gl-slider-dot:focus {
	outline: none;
	box-shadow: 0 0 0 2px #fff;
}

.cust-gl-slider-dot:focus.cust-gl-active {
	box-shadow: none;
}

.cust-gl-slider-arrow-left,
.cust-gl-slider-arrow-right {
	cursor: pointer;
	color: #fff;
	-webkit-tap-highlight-color: #0000;
	tap-highlight-color: #0000;
	-webkit-user-select: none;
	-moz-user-select: none;
	     user-select: none;
	width: 80px;
	margin: auto;
	font-size: 40px;
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.cust-gl-slider-arrow-left [class^='w-icon-'],
.cust-gl-slider-arrow-right [class^='w-icon-'],
.cust-gl-slider-arrow-left [class*=' w-icon-'],
.cust-gl-slider-arrow-right [class*=' w-icon-'] {
	position: absolute;
}

.cust-gl-slider-arrow-left:focus,
.cust-gl-slider-arrow-right:focus {
	outline: 0;
}

.cust-gl-slider-arrow-left {
	z-index: 3;
	right: auto;
}

.cust-gl-slider-arrow-right {
	z-index: 4;
	left: auto;
}

.cust-gl-icon-slider-left,
.cust-gl-icon-slider-right {
	width: 1em;
	height: 1em;
	margin: auto;
	inset: 0;
}

.cust-gl-slider-aria-label {
	clip: rect(0 0 0 0);
	border: 0;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	overflow: hidden;
}

.cust-gl-slider-force-show {
	display: block !important;
}

.cust-gl-tabs {
	position: relative;
}

.cust-gl-tabs:before,
.cust-gl-tabs:after {
	content: ' ';
	grid-area: 1 / 1 / 2 / 2;
	display: table;
}

.cust-gl-tabs:after {
	clear: both;
}

.cust-gl-tab-menu {
	position: relative;
}

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

.cust-gl-tab-link.active {
	background-color: #c8c8c8;
}

.cust-gl-tab-link:focus {
	outline: 0;
}

.cust-gl-tab-content {
	display: block;
	position: relative;
	overflow: hidden;
}

.cust-gl-tab-pane {
	display: none;
	position: relative;
}

.cust-gl-tab-active {
	display: block;
}

.cust-section-title-wrapper {
	text-align: center;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	display: flex;
}

.cust-section-title-wrapper.cust-blog {
	text-align: left;
	flex-flow: row;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 60px;
}

.cust-breakdown-section {
	background-image: url('/images/breakdown-section.png');
	background-repeat: no-repeat, no-repeat;
	background-position: 50% 0;
	position: relative;
	background-size: auto;
	padding-top: 405px;
}

.cust-breakdown-circle {
	width: 100%;
	max-width: 340px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	inset: 0% 0 auto;
	transform-style: preserve-3d;
	will-change: transform;
	transition: transform 0.1s linear;
}

.cust-breakdown-container {
	width: 100%;
	max-width: 264px;
	position: sticky;
	top: 20px;
}

.cust-testimonial-logo {
	display: initial;
}

.container {
	width: 100%;

	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.try-image-container-wrapper {
	grid-row-gap: 16px;
	perspective: 1000px;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	display: flex;
	transform: perspective(1000px);
	width: 100%;
	background-image: radial-gradient(circle closest-side, #005cf40f 12%, #01050300);
}

.image-animation-container {
	transform: perspective(1000px);
	perspective: 1000px;
	margin-top: 25px;
}

.try-image-container {
	width: 100%;
	max-width: 437px;
	margin-right: auto;
}

.now-image-container {
	width: 100%;
	max-width: 863px;
	margin-left: auto;
}

.try-now-mob-image {
	width: 100%;
	max-width: 344px;
	position: absolute;
}

.try-now-mob-image:not(.active) {
	transform: translate3d(0, 0, 0) rotateX(0deg) rotateY(0deg);
}

.cust-testimonial-slider {
	background-color: #fff0;
	width: 100%;
	height: 100%;
}

.cust-testimonial-top-content {
	width: 100%;
	max-width: 526px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.cust-testimonial-author-wrapper {
	justify-content: space-between;
	width: 100%;
	max-width: 442px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	position: absolute;
	inset: 38px 0 auto;
}

.cust-testimonial-slide-nav {
	flex-flow: column;
	justify-content: center;
	align-items: center;
	display: none;
}

.cust-testimonial-slider-mask {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.cust-testimonial-slide {
	flex-shrink: 0;
}

.cust-testimonial-content {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s ease, transform 0.6s ease;
}

.cust-testimonial-content.active {
	opacity: 1;
	transform: translateY(0);
}

.cust-testimonial-bottom-content {
	z-index: 1;
	background-image: url('/images/Testimonial_Back.png');
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -265px;
	padding-top: 85px;
	padding-bottom: 60px;
	position: relative;
}

.cust-testimonial-typography {
	text-align: center;
	width: 100%;
	max-width: 624px;
	margin-left: auto;
	margin-right: auto;
}

.cust-testimonial-logo-wrapper,
.cust-testimonial-description-wrapper {
	margin-bottom: 56px;
}

.cust-testimonial-logo-wrapper img {
	width: 350px;
}

.cust-testimonial-description {
	letter-spacing: -0.28px;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(#b8d3fa, #e5effe);
	-webkit-background-clip: text;
	background-clip: text;
	font-size: 28px;
	line-height: 36px;
}

.cust-testimonial-author-name-bio {
	grid-row-gap: 4px;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	display: flex;
}

.cust-testimonial-author-name {
	letter-spacing: -0.09px;
	font-size: 18px;
	line-height: 24px;
	display: inline-block;
}

.cust-testimonial-author-bio {
	display: inline-block;
	font-size: 16px;
	color: #D8E7FEB2;
}

.cust-link-block-arrow-wrap.cust-testimonial-slider-arrow {
	max-width: -moz-fit-content;
	max-width: fit-content;
	height: auto;
	position: absolute;
	inset: 0% auto auto 0%;
}

.cust-link-block-arrow-wrap.cust-testimonial-slider-arrow.left {
	inset: auto auto 208px 128px;
}

.cust-link-block-arrow-wrap.cust-testimonial-slider-arrow.right {
	inset: auto 128px 208px auto;
}

.cust-link-block-arrow-wrap {
	background-color: #D4E8FF03;
	box-shadow:
		inset 0px 3px 12px 0px #D4E8FF14,
		inset 0px 1px 3px 0px #D4E8FF14,
		inset 0px 0.5px 0.5px 0px #D4E8FF1F,
		inset 0px 0px 0px 1px #D4E8FF14;
}

.cust-team-image-wrapper {
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	background-color: #d4e8ff03;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 76px;
	height: 76px;
	display: flex;
	box-shadow: inset 0 0 0 1px #d4e8ff14, inset 0 0.5px 0.5px #d4e8ff1f,
		inset 0 1px 3px #d4e8ff14, inset 0 3px 12px #d4e8ff14;
}

.cust-team-image-wrapper img {
	border-radius: 999px;
}

.cust-team-image-wrapper.cust-mt {
	margin-top: 48px;
}

.prose {
	max-width: 100% !important;
}

.cust-blog-collection-list {
	grid-column-gap: 24px;
	grid-row-gap: 16px;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
}

.cust-blog-single {
	flex: 1;
	background-color: #d4e8ff03;
	padding: 8px 8px 16px;
	min-height: 420px;
	position: relative;
	box-shadow: inset 0 0 0 1px #d4e8ff14, inset 0 0.5px 0.5px #d4e8ff1f,
		inset 0 3px 12px #d4e8ff14, inset 0 -16px 32px #d4e8ff14;
}

.cust-blog-image-wrapper {
	border: 1px solid #d4e8ff14;
	display: block;
	overflow: hidden;
}

.cust-blog-image {
	width: 100%;
	height: 100%;
	transition: transform 0.6s ease, filter 0.6s ease;
	transform: scale(1);
	will-change: transform;
}

.cust-blog-image-wrapper:hover .cust-blog-image {
	transform: scale(1.08);

	filter: brightness(1.1);

}

.cust-blog-typography {
	padding-left: 8px;
	padding-right: 8px;
}

.cust-blog-category-date-wrap {
	border-bottom: 1px solid #d4e8ff14;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	display: flex;
}

.cust-blog-category-date-text {
	letter-spacing: -0.12px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Geist Mono", sans-serif;
	color: #d8e7feb3;
}

.cust-blog-post-name {
	background-image: linear-gradient(180deg,
			var(--_color-palette---tertiary),
			var(--_color-palette---quaternary));
	letter-spacing: -0.28px;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	margin-bottom: 35px;
	font-size: 22px;
	font-weight: 500;
	line-height: 32px;
	text-decoration: none;
	display: block;
}

.cust-blog-button-wrap {
	justify-content: space-between;
	align-items: center;
	display: flex;
}

.cust-blog-button-text-link {
	color: #d8e7fe;
	font-size: var(--_text-style---paragraph-small);
	letter-spacing: -0.12px;
	text-transform: uppercase;
	text-decoration: none;
}

.cust-faq-section {
	background-color: #010513;
}

.cust-faq-content-wrapper {
	width: 100%;
	max-width: 624px;
	margin-left: auto;
	margin-right: auto;
}

.cust-faq-tabs-menu {
	text-align: center;
	border-bottom: 1px solid #d4e8ff14;
	width: 100%;

	margin-bottom: 64px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 16px;
}

.cust-faq-tabs-menu.hv2 {
	max-width: 100%;
}

.cust-faq-tabs-menu.blog {
	max-width: none;
	margin-bottom: 48px;
}

.cust-faq-tab-link {
	color: var(--_color-palette---primary);
	font-size: var(--_text-style---paragraph-regular);
	text-align: center;
	letter-spacing: -0.07px;
	background-color: #fff0;
	padding: 8px 20px;
	line-height: 20px;
	position: relative;
}

.cust-faq-tab-link.active {
	width: auto;
	margin: 0 auto;
	background-color: #d4e8ff03;
	box-shadow: inset 0 0 0 1px #d4e8ff14, inset 0 0.5px 0.5px #d4e8ff1f,
		inset 0 3px 12px #d4e8ff14, inset 0 -16px 32px #d4e8ff14;
}

.cust-faq-tab-link-active-line {
	background-color: var(--_color-palette---tertiary);
	opacity: 0;
	width: 100%;
	max-width: 32px;
	height: 2px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	inset: auto 0 -17px;
	box-shadow: 0 -0.66px 1.6px #b8d3fa24, 0 -1.5px 3.6px #b8d3fa05,
		0 -2.5px 6.25px #b8d3fa40, 0 -4.2px 10.5px #b8d3fa4d, 0 -12px 24px #b8d3fa8f,
		0 -10px 24px #b8d3fa7a, 0 -16px 40px #b8d3faa3, 0 -33px 80px #b8d3fa99;
}

.cust-faq-tab-link-line-element {
	opacity: 0;
}

.cust-faq-tab-link-line-element.one {
	position: absolute;
	inset: 0% auto auto 0%;
}

.cust-faq-tab-link-line-element.two {
	position: absolute;
	inset: 0% 0% auto auto;
}

.cust-faq-tab-link-line-element.three {
	position: absolute;
	inset: auto auto 0% 0%;
}

.cust-faq-tab-link-line-element.four {
	position: absolute;
	inset: auto 0% 0% auto;
}

.cust-faq-accordion-question-wrap {
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	justify-content: space-between;
	align-items: center;
	display: flex;
}

.cust-faq-icon-wrapper {
	background-color: #d4e8ff03;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 28px;
	height: 28px;
	display: flex;
	position: relative;
	box-shadow: inset 0 0 0 1px #d4e8ff14, inset 0 0.5px 0.5px #d4e8ff1f,
		inset 0 1px 3px #d4e8ff14, inset 0 3px 12px #d4e8ff14;
}

.cust-faq-accordion-wrapper {
	flex-direction: column;
}

.cust-faq-icon {
	transition: transform 0.3s ease;
}

.cust-faq-answer {
	color: #5f7589;
	width: 100%;
	max-width: 100%;
	margin-top: 16px;
	font-size: 16px;
	line-height: 26px;
}

.cust-faq-answer-text {
	color: #d8e7feb3;
	font-size: var(--_text-style---paragraph-regular);
	letter-spacing: -0.07px;
	line-height: 20px;
	width: 624px;
}

.cust-faq-question {
	color: var(--_color-palette---primary);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.cust-single-faq-accordion-wrap {
	background-color: #fff0;
	border-bottom: 1px solid #d4e8ff14;
	padding: 30px 0;
	text-decoration: none;
	position: relative;
}

.cust-single-faq-accordion-wrap.active {
	background-color: #fff0;
}

.cust-single-faq-accordion-wrap._1st {
	padding-top: 0;
}

.cust-faq-icon {
	z-index: 1;
}

.cust-faq-accordion-answer-wrap {
	overflow: hidden;
}

.vue-file-agent .file-preview-new svg {
	justify-self: center !important;
}

.cust-form-search__result {
	border-radius: 0;
	flex-direction: column;
	/* box-shadow: 0px 3px 12px 0px #d4e8ff14 inset, 0px 1px 3px 0px #d4e8ff14 inset, 0px 0.5px 0.5px 0px #d4e8ff1f inset, 0px 0px 0px 1px #d4e8ff14 inset; */
}

.form-search__result {

	width: 100% !important;
	display: flex;
	flex-wrap: wrap;
	padding: 1rem;
}

.form-search__container {
	margin-bottom: 0 !important;
}

.form-search__result-block {
	width: 33% !important;
}

.form-search__result-item {
	width: auto !important;
}

.try-image-container img,
.now-image-container img,
.try-now-mob-image {
	will-change: transform;
	transform-style: preserve-3d;
	transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

html {
	scroll-behavior: smooth;
}

.fade-in {
	animation: fadeIn 0.8s ease-out forwards;
}

.fade-in-up {
	animation: fadeInUp 0.8s ease-out forwards;
}

.fade-in-left {
	animation: fadeInLeft 0.8s ease-out forwards;
}

.fade-in-right {
	animation: fadeInRight 0.8s ease-out forwards;
}

.scale-in {
	animation: scaleIn 0.6s ease-out forwards;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(50px);
	}

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

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translateX(-50px);
	}

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

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translateX(50px);
	}

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

@keyframes scaleIn {
	from {
		opacity: 0;
		transform: scale(0.9);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

.stagger-1 {
	animation-delay: 0.1s;
}

.stagger-2 {
	animation-delay: 0.2s;
}

.stagger-3 {
	animation-delay: 0.3s;
}

.stagger-4 {
	animation-delay: 0.4s;
}

.stagger-5 {
	animation-delay: 0.5s;
}

.stagger-6 {
	animation-delay: 0.6s;
}

.cust-feature-card,
.choose-card,
.feature-card,
.cust-blog-single,
.metric {
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.md\:w-1\/3 {
	width: 50% !important;
}

.cust-gl-tab-pane {
	transition: opacity .3s ease;
}

.cust-faq-tab-link-active-line,
.faqs-corner {
	transition: opacity .3s ease;
	opacity: 0;
}

.tab-button.active .cust-faq-tab-link-active-line,
.tab-button.active .faqs-corner {
	opacity: 1 !important;
}

.check {
	height: 0px;
}

.cust-testimonial-slider {
	overflow: hidden;
}

.cust-testimonial-slider-mask {
	overflow: hidden;
}

@keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

body .swap-container {
	width: 50%;
}

.v-toast--fade-out {
	animation-name: fadeOut
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.v-toast--fade-in-down {
	animation-name: fadeInDown
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.v-toast--fade-in-up {
	animation-name: fadeInUp
}

.fade-enter-active,
.fade-leave-active {
	transition: opacity 150ms ease-out
}

.fade-enter,
.fade-leave-to {
	opacity: 0
}

.v-toast {
	position: fixed;
	display: flex;
	top: 0;
	bottom: 100px;
	left: 0;
	right: 0;
	padding: 2em;
	overflow: hidden;
	z-index: 1052;
	pointer-events: none
}

.v-toast__item {
	display: inline-flex;
	align-items: center;
	animation-duration: 150ms;
	margin: .5em 0;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
	border-radius: .25em;
	pointer-events: auto;
	opacity: .92;
	color: #fff;
	min-height: 3em;
	cursor: pointer
}

.v-toast__item--success {
	background-color: #229E6B;
}

.v-toast__item--info {
	background-color: #1c85d5
}

.v-toast__item--warning {
	background-color: #febc22
}

.v-toast__item--error {
	background-color: #EE2844;
}

.v-toast__item--default {
	background-color: #343a40
}

.v-toast__item.v-toast__item--top,
.v-toast__item.v-toast__item--bottom {
	align-self: center
}

.v-toast__item.v-toast__item--top-right,
.v-toast__item.v-toast__item--bottom-right {
	align-self: flex-end
}

.v-toast__item.v-toast__item--top-left,
.v-toast__item.v-toast__item--bottom-left {
	align-self: flex-start
}

.v-toast__text {
	margin: 0;
	padding: .5em 1em;
	word-break: break-word
}

.v-toast__icon {
	display: none
}

.v-toast.v-toast--top {
	flex-direction: column
}

.v-toast.v-toast--bottom {
	flex-direction: column-reverse
}

.v-toast.v-toast--custom-parent {
	position: absolute
}

.v-toast__item {
	opacity: 1;
	min-height: 3em
}

.v-toast__item .v-toast__text {
	padding: 0.8em 1em
}

.v-toast__item .v-toast__icon {
	display: block;
	width: 20px;
	min-width: 20px;
	height: 20px;
	margin-left: 1em;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45.999 45.999'%3e %3cpath fill='%23fff' d='M39.264 6.736c-8.982-8.981-23.545-8.982-32.528 0-8.982 8.982-8.981 23.545 0 32.528 8.982 8.98 23.545 8.981 32.528 0 8.981-8.983 8.98-23.545 0-32.528zM25.999 33a3 3 0 11-6 0V21a3 3 0 116 0v12zm-3.053-17.128c-1.728 0-2.88-1.224-2.844-2.735-.036-1.584 1.116-2.771 2.879-2.771 1.764 0 2.88 1.188 2.917 2.771-.001 1.511-1.152 2.735-2.952 2.735z'/%3e %3c/svg%3e") no-repeat
}

.v-toast__item.v-toast__item--success .v-toast__icon {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 52'%3e %3cpath fill='%23fff' d='M26 0C11.664 0 0 11.663 0 26s11.664 26 26 26 26-11.663 26-26S40.336 0 26 0zm14.495 17.329l-16 18a1.997 1.997 0 01-2.745.233l-10-8a2 2 0 012.499-3.124l8.517 6.813L37.505 14.67a2.001 2.001 0 012.99 2.659z'/%3e %3c/svg%3e") no-repeat
}

.v-toast__item.v-toast__item--error .v-toast__icon {
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 51.976 51.976'%3e %3cpath fill='%23fff' d='M44.373 7.603c-10.137-10.137-26.632-10.138-36.77 0-10.138 10.138-10.137 26.632 0 36.77s26.632 10.138 36.77 0c10.137-10.138 10.137-26.633 0-36.77zm-8.132 28.638a2 2 0 01-2.828 0l-7.425-7.425-7.778 7.778a2 2 0 11-2.828-2.828l7.778-7.778-7.425-7.425a2 2 0 112.828-2.828l7.425 7.425 7.071-7.071a2 2 0 112.828 2.828l-7.071 7.071 7.425 7.425a2 2 0 010 2.828z'/%3e %3c/svg%3e") no-repeat
}

.v-toast__item.v-toast__item--warning .v-toast__icon {
	background: url("data:image/svg+xml,%3csvg viewBox='0 0 52 52' xmlns='http://www.w3.org/2000/svg'%3e %3cpath fill='%23fff' d='M49.466 41.26L29.216 6.85c-.69-1.16-1.89-1.85-3.22-1.85-1.32 0-2.53.69-3.21 1.85L2.536 41.26c-.71 1.2-.72 2.64-.03 3.85.68 1.18 1.89 1.89 3.24 1.89h40.51c1.35 0 2.56-.71 3.23-1.89.7-1.21.69-2.65-.02-3.85zm-25.53-21.405h3.381v3.187l-.724 8.92H24.66l-.725-8.92v-3.187zm2.97 17.344a1.712 1.712 0 01-1.267.543c-.491 0-.914-.181-1.268-.543a1.788 1.788 0 01-.531-1.297c0-.502.176-.935.53-1.297a1.712 1.712 0 011.269-.544c.49 0 .914.181 1.268.544s.53.795.53 1.297c0 .503-.176.934-.53 1.297z'/%3e %3c/svg%3e") no-repeat
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.cust-error-page {
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #010513;
	background-image: url('/images/error-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #d4e8ff;
}

.cust-error-text {
	margin-top: 20px;
	color: #b8d3fa;
	font-size: 18px;
}

.cust-error-bedge {
	box-shadow: inset 0 0 0 1px #d4e8ff14;
	margin: 0 auto;
	font-weight: 500 !important;
	margin-top: 50px;
	padding: 2px 15px !important;
}

.goto-home-btn {
	background-color: #D4E8FF1A;
	padding: 5px 10px;
	color: #b8d3fa;
	box-shadow:
		0px -16px 32px 0px #D4E8FF14 inset,
		0px 3px 12px 0px #D4E8FF14 inset,
		0px 0.5px 0.5px 0px #D4E8FF1F inset,
		0px 0px 0px 1px #D4E8FF14 inset;
}

.buy-now-header-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.change-icon {
	margin-right: 5px;
}

.swap-main-container {
	max-width: 560px;
	margin: 0 auto !important;
	margin-top: 20px !important;
}

.swap-btn {
	width: 100% !important;
}

.swap-exchange-text {
	display: flex;
	justify-content: center;
	align-items: center;
}

.module-orderform__sell-icon {
	color: white !important;
}

label {
	-moz-columns: #D4E8FF !important;
	     columns: #D4E8FF !important;
	font-weight: 400 !important;
}

.components-filter__button {
	height: 56px !important;
	margin-top: 0px !important;
}

.dash-mkt-table {
	width: 214px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: #D4E8FF03;
	box-shadow:
		0px 3px 12px 0px #D4E8FF14 inset,
		0px 1px 3px 0px #D4E8FF14 inset,
		0px 0.5px 0.5px 0px #D4E8FF1F inset,
		0px 0px 0px 1px #D4E8FF14 inset;
	padding: 15px;
}

.dash {
	background-color: #D4E8FF03;
	box-shadow:
		0px 3px 12px 0px #D4E8FF14 inset,
		0px 1px 3px 0px #D4E8FF14 inset,
		0px 0.5px 0.5px 0px #D4E8FF1F inset,
		0px 0px 0px 1px #D4E8FF14 inset;
	width: 100%;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bottom-line {
	border: 1px solid #D4E8FF14;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.table-sidebar a {
	font-size: 17px;
	font-weight: 400;
	padding: 10px;
	color: #D4E8FFB2;
}

.table-sidebar a:hover {
	background: rgba(59, 130, 246, 0.08);
	color: white;
}

.dash-table {
	background-color: #D4E8FF03;
	box-shadow:
		0px 3px 12px 0px #D4E8FF14 inset,
		0px 1px 3px 0px #D4E8FF14 inset,
		0px 0.5px 0.5px 0px #D4E8FF1F inset,
		0px 0px 0px 1px #D4E8FF14 inset;
	position: relative;
}

.auth-button-header {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 16px;
	padding: 5px 15px;
}

.auth-button-header.active {
	background-color: #A747EB;
	border: 1px solid #FFFFFF1A;
	box-shadow:
		0px -16px 32px 0px #D4E8FF14 inset,
		0px 3px 12px 0px #D4E8FF14 inset,
		0px 0.5px 0.5px 0px #D4E8FF1F inset,
		0px 0px 0px 1px #D4E8FF14 inset;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 16px;
	padding: 5px 15px;
}

.header-dropdown {
	margin-left: 0px !important;
}

.about-feature {
	margin-top: 125px;
}

.trust-marquee-container {
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.about-us-partner-shape {
	background-image: linear-gradient(90deg, #010513, #01051300 25%, #01051300 75%, #010513);
}

.trust-track {
	display: flex;
	width: -moz-max-content;
	width: max-content;
	animation: scrollLeft 35s linear infinite;
	will-change: transform;
	transform: translateZ(0);
}

.trust-track:hover {
	animation-play-state: paused;
}

.partner-card {
	flex-shrink: 0;
}

@keyframes scrollLeft {
	from {
		transform: translateX(0);
	}

	to {

		transform: translateX(calc(-50% - 2px));
	}
}

.sub-image-wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	perspective: 1000px;
}

.outer-img {
	display: block;
	width: 100%;
	animation: rotateSpin 20s linear infinite;
	transform-origin: center;
}

.inner-img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 138px;

	pointer-events: none;
}

@keyframes rotateSpin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.referral-bg-img {
	inset: 0;
	background-image: url('/images/trade-trust-right-bgimg.svg');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
}

.referral-img {
	animation: floatUpDown 3s ease-in-out infinite;
	will-change: transform;
}

@keyframes floatUpDown {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-12px);
	}

	100% {
		transform: translateY(0px);
	}
}

.cust-container {
	width: 100%;
	max-width: 1158px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.cust-section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.cust-benefit-section {
	padding-top: 80px;
	padding-bottom: 110px;
}

.benefit-card-1 {
	padding-bottom: 110px;
	border-bottom: 1px solid #d4e8ff14;
}

.benefit-card-2 {
	padding-top: 110px;
	padding-bottom: 110px;
}

.cust-feature-section {
	padding-top: 80px;
}

.cust-mkt-table-section {
	padding-bottom: 80px;
	padding-top: 80px;
}

.hero-three-steps {
	margin-top: 60px;
}

.dash-input-field {
	width: 325px;
}

.cust-head-title-not-log p {
	max-width: 410px;
}

.summery-counter-wrap {
	display: flex;
	overflow: hidden;
	height: 60px;
	align-items: flex-start;
}

.single-counter-wrap {
	display: flex;
	flex-direction: column;
	transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
}

.number-digit {
	height: 60px;
	line-height: 60px;
	margin: 0;
	font-size: 56px;
	font-weight: 500;
}

.suffix {
	margin-left: 4px;
}

/* ============================= */

/* SECTION */

/* ============================= */

.feature-scroll-section {
	height: 150vh;
	position: relative;
}

.feature-sticky {
	position: sticky;
	top: calc(50% - 300px);
	transform-style: preserve-3d;
}

.feature-all-cards {
	position: relative;
	perspective: 1200px;
	transform-style: preserve-3d;
	width: 100%;
	height: 500px;
}

.feature-card {
	width: 32%;
	transform-style: preserve-3d;
	will-change: transform, opacity;
}

.feature-card:first-child {
	position: relative;
	left: 0%;
	z-index: 5;
	opacity: 1 !important;
	width: 100%;
}

.feature-card:nth-child(2) {
	position: absolute;
	top: 0;
	left: 34%;
	z-index: 4;
}

.feature-card:nth-child(3) {
	position: absolute;
	top: 0;
	left: 68%;
	z-index: 3;
	transform-origin: center top;
}

.feature-card {
	backface-visibility: hidden;
}

.cust-home-v1-banner-title-single {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
}

.cust-home-v1-banner-title {
	z-index: 2;
	letter-spacing: -.72px;
	font-size: 72px;
	line-height: 80px;
	display: inline-block;
	position: relative;
	font-weight: 500;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	background-image: linear-gradient(180deg, #B8D3FA 0%, #E5EFFE 100%);
}

.cust-home-v1-banner-title.abs {
	filter: blur(5px);
	position: absolute;
}

.signup-btn-dash {
	border: 1px solid #FFFFFF1A;
	box-shadow:
		0px -16px 32px 0px #D4E8FF14 inset,
		0px 3px 12px 0px #D4E8FF14 inset,
		0px 0.5px 0.5px 0px #D4E8FF1F inset,
		0px 0px 0px 1px #D4E8FF14 inset;
}

.tag-margin {
	margin-bottom: 20px;
}

.feature-tag-margin {
	margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
	.cust-breakdown-container {
		position: static;
		top: auto;
		max-width: 100%;
	}

	.trust-image img {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 300px;
		margin: 0 auto;
	}

	.get-started-num {
		font-size: 62px;
	}

	.get-started-right-text {
		font-size: 16px;
	}

	.get-started-right-span-text {
		font-size: 14px;
		text-align: center !important;
	}

	.cust-breakdown-section {
		padding-top: 0 !important;
	}

}

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

@media (min-width: 1536px) {}

@media screen and (min-width: 1280px) {}

@media screen and (max-width: 991px) {
	.cust-breakdown-circle {
		max-width: 230px;
	}

	.cust-section-title-wrapper.cust-pricing,
	.cust-section-title-wrapper.cust-faq,
	.cust-section-title-wrapper.cust-flexible-plans,
	.cust-section-title-wrapper.cust-testimonial {
		margin-bottom: 40px;
	}

	.cust-testimonial-bottom-content {
		padding: 40px;
	}

	.cust-testimonial-typography {
		max-width: 500px;
	}

	.cust-link-block-arrow-wrap.cust-testimonial-slider-arrow.left {
		left: 20px;
	}

	.cust-link-block-arrow-wrap.cust-testimonial-slider-arrow.right {
		right: 20px;
	}

	.cust-blog-collection-list {
		grid-column-gap: 16px;
		grid-template-columns: 1fr 1fr;
	}

	.cust-blog-category-date-wrap {
		margin-bottom: 12px;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.cust-blog-post-name {
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 34px;
	}

	.spinner {
		max-width: 400px;
		height: auto;
		top: -200px;
	}

	.cust-testimonial-content .spinner {
		max-width: 100%;
	}

	.cust-head-title {
		padding-top: 25px;
	}

	.container {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.cust-faq-tabs-menu {
		margin-bottom: 40px;
	}

	.cust-faq-accordion-wrapper {
		grid-row-gap: 16px;
	}

	.cust-faq-answer {
		max-width: 100%;
		font-size: 16px;
	}

	.cust-single-faq-accordion-wrap {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.ready-header {
		line-height: 58px;
		font-size: 48px;
	}

	.try-now-mob-image {
		max-width: 260px;
	}

	.try-image-container {
		max-width: 300px;
	}

	.now-image-container {
		max-width: 400px;
	}

	.ready-header-section.try-now {
		margin-bottom: 60px;
	}

	.cust-breakdown-section {
		background-size: cover;
		padding-top: 280px;
		padding-bottom: 0;
	}
}

@media screen and (max-width: 769px) {
	.cust-faq-answer-text {
		width: 100% !important;
	}

	.cust-breakdown-circle {
		display: none;
	}

	.cust-blog-single {
		min-height: 380px !important;
	}

	.cust-breakdown-section {
		background-image: none;
		background-repeat: repeat;
		background-size: auto;
		padding-top: 4rem;
	}

	.trust-right-inside-text h1 {
		font-size: 36px;
	}

	.cust-faq-tab-link.active {
		width: 100%;
	}

	.cust-testimonial--top-content {
		max-width: 380px;
	}

	.cust-testimonial--author-wrapper {
		max-width: 280px;
	}

	.cust-testimonial--bottom-content {
		margin-top: -190px;
		padding: 24px;
	}

	.cust-testimonial--typography {
		max-width: 380px;
	}

	.cust-testimonial--logo-wrapper,
	.cust-testimonial--description-wrapper {
		margin-bottom: 20px;
	}

	.cust-testimonial--description {
		font-size: 20px;
		line-height: 30px;
	}

	.cust-link--block-arrow-wrap.cust-testimonial--slider-arrow.left {
		inset: auto auto 0% 0%;
	}

	.cust-link--block-arrow-wrap.cust-testimonial--slider-arrow.right {
		inset: auto 0% 0% auto;
	}

	.cust-team-image-wrapper {
		max-width: 60px;
		height: 60px;
	}

	.cust-team-image-wrapper.cust-mt {
		margin-top: 24px;
	}

	.cust-blog-collection-list {
		grid-template-columns: 1fr;
	}

	.spinner {
		max-width: 300px;
		display: none;
		top: -150px;
	}

	.cust-testimonial-content .spinner {
		display: block;
	}

	.crypto-text {
		font-size: 26px;
		line-height: 32px;
	}

	.cust-head-title {
		margin: auto;
		padding-top: 40px;
		font-size: 32px;
	}

	.feature-all-cards {
		flex-direction: column;
		gap: 16px;
		padding-top: 0px !important;
	}

	.feature-all-cards .feature-card {
		margin-top: 0;
		width: 100%;
		height: 100% !important;
	}

	.cust-testimonial-top-content {
		max-width: 380px;
	}

	.cust-testimonial-author-wrapper {
		max-width: 280px;
	}

	.cust-testimonial-bottom-content {
		margin-top: -190px;
		padding: 24px;
	}

	.cust-testimonial-typography {
		max-width: 380px;
	}

	.cust-testimonial-logo-wrapper,
	.cust-testimonial-description-wrapper {
		margin-bottom: 20px;
	}

	.cust-testimonial-description {
		font-size: 20px;
		line-height: 30px;
	}

	.cust-link-block-arrow-wrap.cust-testimonial-slider-arrow.left {
		inset: auto auto 0% 0%;
	}

	.cust-link-block-arrow-wrap.cust-testimonial-slider-arrow.right {
		inset: auto 0% 0% auto;
	}

	.cust-faq-tab-link {
		padding-left: 10px;
		padding-right: 10px;
	}

	.ready-header-section {
		width: 100%;
	}

	.step-create-acc {
		flex-direction: column;
	}

	.desk-step-create-acc {
		flex-direction: column;
	}

	.ready-header {
		line-height: 42px;
		font-size: 32px;
	}

	.try-now-mob-image {
		max-width: 210px;
	}

	.try-image-container {
		max-width: 200px;
	}

	.now-image-container {
		max-width: 220px;
	}

	.ready-header-section.try-now {
		margin-bottom: 80px;
	}

	.bottom-text {
		font-size: 14px;
	}
}

@media screen and (max-width: 479px) {
	.cust-gl-tab-link {
		display: block !important;
		width: 100%;
	}

	.cust-testimonial--top-content {
		max-width: 280px;
	}

	.cust-testimonial--bottom-content {
		margin-top: -140px;
		padding: 16px;
	}

	.cust-testimonial--logo {
		width: 100%;
		max-width: 125px;
	}

	.cust-testimonial--description-wrapper {
		margin-bottom: 10px;
	}

	.cust-testimonial--description {
		font-size: 16px;
		line-height: 26px;
	}

	.cust-testimonial--author-name-bio {
		grid-row-gap: 2px;
	}

	.cust-link--block-arrow-wrap.cust-testimonial--slider-arrow {
		max-width: 36px;
		height: 36px;
	}

	.cust-blog-single {
		padding-bottom: 10px;
	}

	.cust-blog-category-date-wrap {
		margin-bottom: 8px;
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.cust-blog-post-name {
		letter-spacing: -0.16px;
		margin-bottom: 16px;
		font-size: 20px;
		line-height: 28px;
	}

	.cust-blog-button-text-link {
		line-height: 20px;
	}

	.trust-chips {

		gap: 10px;
		margin-bottom: 1rem;
	}

	.cust-testimonial-slider {
		background-color: #fff0;
		width: 100%;
		height: 100%;
	}

	.cust-testimonial-top-content {
		max-width: 280px;
	}

	.cust-testimonial-bottom-content {
		margin-top: -140px;
		padding: 16px;
	}

	.cust-testimonial-logo {
		width: 100%;
		max-width: 125px;
	}

	.cust-testimonial-description-wrapper {
		margin-bottom: 10px;
	}

	.cust-testimonial-description {
		font-size: 16px;
		line-height: 26px;
	}

	.cust-testimonial-author-name-bio {
		grid-row-gap: 2px;
	}

	.cust-link-block-arrow-wrap.cust-testimonial-slider-arrow {
		max-width: 36px;
		height: 36px;
	}

	.cust-faq-tabs-menu.blog {
		flex-flow: wrap;
		justify-content: center;
		align-items: flex-start;
		margin-bottom: 30px;
		padding-bottom: 10px;
		display: flex;
	}

	.cust-faq-tab-link-active-line {
		display: none;
	}

	.cust-faq-accordion-question-wrap {
		grid-column-gap: 8px;
		grid-row-gap: 10px;
		align-items: flex-start;
	}

	.cust-faq-icon-wrapper {
		max-width: 24px;
		height: 24px;
	}

	.cust-faq-accordion-wrapper {
		grid-row-gap: 15px;
	}

	.cust-faq-answer {
		letter-spacing: 0;
		margin-top: 10px;
		font-size: 14px;
		line-height: 24px;
	}

	.cust-faq-answer-text {
		font-size: 14px;
		line-height: 23px;
	}

	.cust-faq-question {
		font-size: 18px;
		line-height: 28px;
	}

	.cust-single-faq-accordion-wrap {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.ready-header-section {
		width: 100%;
	}

	.ready-header {
		line-height: 38px;
		font-size: 28px;
	}

	.try-now-mob-image {
		max-width: 170px;
	}

	.try-image-container {
		max-width: 150px;
	}

	.now-image-container {
		max-width: 170px;
	}
}

@media (prefers-reduced-motion: reduce) {

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
}

@media (max-width: 768px) {

	.cust-head,
	.cust-table-home,
	.trust-section,
	.why-choose-section,
	.benefit-section {
		transform: translateY(30px);
	}

	.cust-feature-card,
	.choose-card,
	.feature-card {
		transform: translateY(20px);
	}

	.get-stated-left-text {
		font-size: 28px;
		line-height: 38px;
	}
}

.get2step {
	max-width: 250px;
	width: 100%;
}

.step-create-acc {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.mobile-table-view-cust {
		display: flex;
		flex-direction: column;
	}

	.mobile-table-data-view-cust {
		display: flex;
		padding: 0 1rem;
	}

	.get2step,
	.trust-image {
		margin: 0 auto !important;
	}
}

@media screen and (max-width: 768px) {
	.v-toast {
		padding: 1rem;
		position: fixed !important
	}
}

@media (max-width: 1024px) {
	.about-feature {
		margin-top: 90px;
	}
}

@media (max-width: 768px) {
	.about-feature {
		margin-top: 0px;
	}
}

@media (max-width: 1024px) {
	.cust-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

}

@media (max-width: 768px) {
	.cust-mkt-table-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	/* #cust-marquee-slider {
		margin-top: 40px !important;
	} */

	.features-m-subtitle {
		margin-bottom: 30px !important;
	}

	.table-components {
		margin: 0 !important;
	}

	.cust-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.dash-input-field {
		width: auto !important;
	}

	.referral-container {
		display: flex;
		flex-direction: column;
	}

	.cust-head-title-not-log h1,
	.cust-head-title h1 {
		font-size: 26px !important;
		line-height: 32px !important
	}

	.guest-glow-text {
		font-size: 26px !important;
		line-height: 32px !important
	}

	.cust-head-title-not-log h1,
	.cust-head-title-not-log p {
		max-width: 300px !important;
	}

	.cust-home-v1-banner-title {
		font-size: 26px !important;
		line-height: 32px !important
	}

	.cust-head-title-not-log p {
		font-size: 13px !important;
	}

	.subscribe-container,
	.features-container {
		text-align: center !important;
	}

	.trust-container {
		text-align: left !important;
	}

	.get-trust-container {
		text-align: center;
	}

	.header-section-text,
	.trust-section-text {
		font-size: 12px;
	}

	.cust-container {
		padding-left: 10px;
		padding-right: 10px;
	}

	.feature-card {
		padding: 16px;
		min-height: auto !important;
	}

	.number-digit {
		font-size: 38px !important;
		font-weight: 500 !important;
		margin: 0px !important;
	}

	.trust-right-inside-text span {
		font-size: 15px !important;
	}

	.why-choose-grid {
		margin-top: 30px !important;
	}

	.trust-image-wrapper img {
		max-width: 300px;
	}

	.about-us-wrapper {
		margin-bottom: 0px !important;
	}

	.referal-left-head {
		font-size: 28px !important;
		text-align: center;
	}

	.referal-text {
		font-size: 14px !important;
		text-align: center;
	}

	.referral-box {
		padding: 16px !important;
	}

	.referral-box span {
		font-size: 14px !important;
		max-width: 100px !important;
	}

	.ref-img {
		max-width: 32px !important;
	}

	.subscribe-section,
	.benefit-section {
		align-items: center !important;
	}

	.benefit-header {
		text-align: center !important;
	}

	.metric {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.metric-label {
		font-size: 15px;
	}

	.metric-value {
		font-size: 15px;
	}

	.feature-text {
		font-size: 12px !important;
	}

	.feature-bottom-line {
		margin-bottom: 15px !important;
		margin-top: 15px !important;
	}

	.choose-card {
		width: 100% !important;
	}

	.choose-text {
		font-size: 12px;
		margin-top: 10px;
	}

	.choose-header {
		line-height: 20px;
	}

	.partner-card {
		width: 110px !important;
		font-size: 12px;
		min-height: 109px !important;
		margin-right: 10px !important;
	}

	.partner-card img {
		width: 70px;
		height: 40;
	}

	.feature-header {
		font-size: 18px !important;
		margin-bottom: 15px;
		line-height: 22px;
	}

	.cust-blog-category-date-text {
		font-size: 12px;
	}

	.dash-hero-section {
		padding-top: 40px !important;
	}

	.cust-header__row {
		margin-top: 0 !important;
	}

	.inner-img {
		max-width: 100px;
	}

	.benefit-card-1 {
		padding-bottom: 30px !important;
	}

	.cust-benefit-section {
		padding-bottom: 50px !important;
	}

	.benefit-card-2 {
		padding-bottom: 30px !important;
		padding-top: 30px !important;
	}
}

@media (max-width: 480px) {
	.cust-feature-section {
		padding-top: 40px;
	}

	.cust-section {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.about-us-wrapper {
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 110px;
	display: flex;
}

.about-us-section-title-wrapper {
	width: 100%;
	max-width: 648px !important;
	margin-bottom: 160px;
}

.about-us-element-image {
	position: absolute;
	inset: 0% 0% auto auto;
	transform: rotate(15deg);
}

.about-us-container {
	position: relative;
}

.hero-typography {
	will-change: transform, opacity;
	transform-style: preserve-3d;

	/* initial state (like Webflow) */
	transform: translate3d(0, 80px, 0) scale3d(0.8, 0.8, 1);
	opacity: 0;
}

.profile-inner-page {
	width: 100%;
}

.module-orderopen__login-text a {
	color: #A747EB !important;
}

.cust-home-v1-banner-shape {
	z-index: -1;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 683px;
	position: absolute;
	inset: 0% auto auto 0%;
}

@media screen and (max-width: 991px) {
	.cust-home-v1-banner-shape {
		height: auto;
	}
}

@media screen and (max-width: 479px) {
	.cust-home-v1-banner-shape {
		height: 400px !important;
	}
}

/* MAIN CONTAINER */

.buy-container {
	display: grid;
	grid-template-columns: 648px 480px;
	gap: 20px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 22px 16px 40px;
	align-items: start;
}

/* LEFT COLUMN */

.buy-left-column {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

/* PURCHASE PROCESS */

.purchase-process {
	border: 1px solid #FFFFFF1A;
	background: #0B0F1C;
	padding: 16px;
	box-shadow: 0px 12px 40px 0px #00000059;
	-webkit-backdrop-filter: blur(8px);
	        backdrop-filter: blur(8px);
}

.section-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 12px;
}

.section-title {
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
}

.section-badge {
	font-size: 12px;
	color: #A747EB;
}

/* STEPS */

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

.buy-card {
	border: 1px solid #FFFFFF1A;
	background: #0C111C;
	padding: 14px;
}

.step-header {
	display: flex;
	align-items: center;
	gap: 10px;
}

.step-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #A747EB;
	color: #0b1020;
	font-weight: 800;
	font-size: 14px;
}

.step-title {
	font-weight: 700;
	color: #e5e7eb;
	font-size: 16px;
}

.step-text {
	margin: 8px 0 0;
	color: #FFFFFFB2;
	font-size: 14px;
	line-height: 1.55;
}

/* REASONS */

.reasons-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.reason-card {
	border: 1px solid #FFFFFF1A;
	background: #0C111C;
	padding: 14px 16px;
}

.reason-title {
	font-weight: 600;
	font-size: 16px;
	color: #FFFFFF;
}

.reason-text {
	margin: 6px 0 0;
	color: #FFFFFFB2;
	font-size: 14px;
	line-height: 1.6;
}

/* RIGHT SIDE */

.buy-widget-card {
	border: 1px solid #FFFFFF1A;
	background: #0B122066;
	box-shadow: 0px 12px 40px 0px #00000059;
	-webkit-backdrop-filter: blur(8px);
	        backdrop-filter: blur(8px);
}

.widget-header {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.widget-title {
	font-size: 14px;
	color: #e5e7eb;
	font-weight: 600;
}

.widget-subtitle {
	font-size: 12px;
	color: rgba(203, 213, 225, 0.72);
}

.widget-body {
	padding: 16px 16px 0;
}

.widget-iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

.payment-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 14px 18px 18px;
}

.chip-group {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.chip {
	font-size: 12px;
	color: #FFFFFF;
	padding: 6px 10px;
	border-radius: 999px;
}

.mt-body-content-price {
	display: flex !important;
}

/* RESPONSIVE */

@media (max-width: 1024px) {
	.buy-container {
		grid-template-columns: 1fr;
	}
}

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

	.reasons-grid {
		grid-template-columns: 1fr;
	}
}

/* DROPDOWN WRAPPER */

.nav-item-dropdown {
	position: relative;
	display: inline-block;
}

/* DROPDOWN MENU */

.nav-dropdown-menu {
	position: absolute;
	top: 120%;
	left: 0;
	min-width: 180px;
	background: #0b1422;
	padding: 10px;
	background-color: #010513;
	box-shadow: inset 0 0 0 1px #d4e8ff14, inset 0 .5px .5px #d4e8ff1f, inset 0 3px 12px #d4e8ff14, inset 0 -16px 32px #d4e8ff14;
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: all 0.25s ease;
	z-index: 100;
}

/* SHOW ON HOVER */

.nav-item-dropdown:hover .nav-dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* DROPDOWN ITEM */

.dropdown-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	color: #cbd5e1;
	text-decoration: none;
	border-radius: 10px;
	transition: background 0.2s ease;
	font-size: 14px;
}

.dropdown-item:hover {
	background: rgba(255, 255, 255, 0.06);
	color: #fff;
}

/* ICON STYLE */

.dropdown-item .icon {
	font-size: 14px;
	opacity: 0.8;
}

.dropdown-arrow svg {
	color: #d4e8ff;

}

/* OPTIONAL HIGHLIGHT */

.dropdown-item.highlight {
	color: #A747EB;
}

/* Arrow */

.dropdown-arrow {
	margin-left: 4px;
	font-size: 12px;
}

.cust-header__nav {
	overflow: visible !important;
}

img {
	pointer-events: none;
}
