a * {
    pointer-events: none!important;
}

.site-header-wrapper {
	position:sticky;
	top:0;
	z-index:50;
	--tw-bg-opacity:1;
	background-color:rgb(0 0 0 / var(--tw-bg-opacity,1))
}
.site-header {
	--tw-bg-opacity:1;
	background-color:rgb(0 0 0 / var(--tw-bg-opacity,1));
	box-shadow:0 10px 28px #0000002e;
	border-bottom:1px solid #2a1f15
}
.site-header-inner {
	border-bottom-width:1px;
	border-color:#ffffff1a;
	--tw-backdrop-blur:blur(12px);
	backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}
.site-header-container {
	margin-left:auto;
	margin-right:auto;
	max-width:1200px
}
.site-header-topbar {
	margin-left:auto;
	margin-right:auto;
	display:flex;
	max-width:1200px;
	align-items:center;
	justify-content:space-between;
	padding-left:1rem;
	padding-right:1rem;
	min-height:90px
}
.site-logo {
	display:inline-flex;
	align-items:center
}
.site-logo-image {
	height:auto;
	width:auto;
	max-width:140px;
	transition-property:all;
	transition-timing-function:cubic-bezier(.4,0,.2,1);
	transition-duration:.3s
}
@media(min-width:768px) {
	.site-logo-image {
	max-width:180px
}
}.site-header-actions {
	display:none;
	align-items:center;
	gap:.75rem
}
.mobile-navigation-overlay.site-header-actions {
	display:none
}
@media(min-width:768px) {
	.site-header-actions {
	display:flex
}
}.mobile-header-actions {
	display:flex;
	align-items:center;
	justify-content:center;
	gap:1rem;
	padding-bottom:1rem
}
@media(min-width:768px) {
	.mobile-header-actions {
	display:none
}
}.site-login-button {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border-radius:9999px;
	border-width:1px;
	--tw-border-opacity:1;
	border-color:rgb(249 115 22 / var(--tw-border-opacity,1));
	--tw-bg-opacity:1;
	background-color:rgb(29 29 29 / var(--tw-bg-opacity,1));
	padding:.5rem 1.25rem;
	font-size:.875rem;
	line-height:1.25rem;
	font-weight:600;
	--tw-text-opacity:1;
	color:rgb(255 255 255 / var(--tw-text-opacity,1));
	transition-property:all;
	transition-timing-function:cubic-bezier(.4,0,.2,1);
	transition-duration:.3s
}
.site-login-button:hover {
	--tw-bg-opacity:1;
	background-color:rgb(249 115 22 / var(--tw-bg-opacity,1))
}
.site-register-button {
	margin-left:0;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border-radius:9999px;
	border-width:1px;
	--tw-border-opacity:1;
	border-color:rgb(249 115 22 / var(--tw-border-opacity,1));
	--tw-bg-opacity:1;
	background-color:rgb(29 29 29 / var(--tw-bg-opacity,1));
	padding:.5rem 1.25rem;
	font-size:.875rem;
	line-height:1.25rem;
	font-weight:600;
	--tw-text-opacity:1;
	color:rgb(255 255 255 / var(--tw-text-opacity,1));
	transition-property:all;
	transition-timing-function:cubic-bezier(.4,0,.2,1);
	transition-duration:.3s
}
.site-register-button:hover {
	--tw-bg-opacity:1;
	background-color:rgb(249 115 22 / var(--tw-bg-opacity,1))
}
.site-login-button,.site-register-button {
	transition:all .25s ease
}
.site-login-button:hover,.site-register-button:hover {
	transform:translateY(-2px)
}
@keyframes slideIn {
	0% {
	transform:translateY(-100%);
	opacity:0
}
to {
	transform:translateY(0);
	opacity:1
}
}.is-sticky {
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:50;
	animation:slideIn .5s ease-out forwards;
	box-shadow:0 4px 6px -1px #0000001a
}
.mobile-menu-toggle {
	display:flex;
	height:2.5rem;
	width:2.5rem;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	gap:.25rem;
	border-radius:9999px
}
@media(min-width:768px) {
	.mobile-menu-toggle {
	display:none
}
}.mobile-menu-toggle-line {
	display:block;
	height:2px;
	width:1.5rem;
	border-radius:9999px;
	--tw-bg-opacity:1;
	background-color:rgb(255 255 255 / var(--tw-bg-opacity,1))
}
.desktop-navigation {
	margin-left:auto;
	margin-right:auto;
	display:flex;
	display:none;
	align-items:center;
	justify-content:center
}
.mobile-navigation-overlay.desktop-navigation,.desktop-only {
	display:none
}



@media(min-width:768px) {
	.desktop-navigation {
	display:flex
}
    .desktop-only {
        display: block;
    }
}

.desktop-navigation {
	background:#261c12
}
.desktop-navigation-list {
	display:flex;
	list-style-type:none;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center
}
.desktop-navigation-item {
	position:relative
}
.site-navigation-link {
	display:inline-flex;
	min-height:51px;
	align-items:center;
	padding-left:.75rem;
	padding-right:.75rem;
	font-size:1rem;
	line-height:1.25rem;
	font-weight:600;
	--tw-text-opacity:1;
	color:rgb(241 245 249 / var(--tw-text-opacity,1));
	transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;
	transition-timing-function:cubic-bezier(.4,0,.2,1);
	transition-duration:.3s;
	text-transform: uppercase;
}
.site-navigation-link:hover {
	--tw-text-opacity:1;
	color:rgb(249 115 22 / var(--tw-text-opacity,1))
}
.site-navigation-link-active {
	display:inline-flex;
	min-height:51px;
	align-items:center;
	padding-left:.75rem;
	padding-right:.75rem;
	font-size:1rem;
	line-height:1.25rem;
	font-weight:600;
	color:var(--text-heading-color)
}
.navigation-dropdown {
	position:relative
}
.navigation-dropdown-trigger {
	display:inline-flex;
	min-height:51px;
	align-items:center;
	gap:.75rem;
	border-width:0px;
	background-color:transparent;
	padding-left:.75rem;
	padding-right:.75rem;
	font-size:1rem;
	line-height:1.25rem;
	font-weight:600;
	--tw-text-opacity:1;
	color:rgb(241 245 249 / var(--tw-text-opacity,1));
	transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;
	transition-timing-function:cubic-bezier(.4,0,.2,1);
	transition-duration:.2s;
	text-transform: uppercase;
}
.navigation-dropdown-trigger:hover {
	--tw-text-opacity:1;
	color:rgb(253 186 116 / var(--tw-text-opacity,1))
}
.navigation-dropdown-active .navigation-dropdown-trigger {
	color:var(--text-heading-color)
}
.navigation-caret {
	width:0;
	height:0;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-top:6px solid currentColor;
	transition:transform .2s ease
}
.navigation-dropdown:hover .navigation-caret,.navigation-dropdown:focus-within .navigation-caret {
	transform:rotate(180deg)
}
.navigation-dropdown-trigger:after,.site-navigation-link:after,.site-navigation-link-active:after {
	content:"";
	position:absolute;
	left:16px;
	right:16px;
	bottom:0;
	height:3px;
	background:var(--text-default);
	transform:scaleX(0);
	transform-origin:center;
	transition:transform .2s ease
}
.navigation-dropdown:hover .navigation-dropdown-trigger:after,.navigation-dropdown:focus-within .navigation-dropdown-trigger:after,.navigation-dropdown-active .navigation-dropdown-trigger:after,.site-navigation-link:hover:after,.site-navigation-link-active:after {
	transform:scaleX(1)
}
.navigation-dropdown-panel {
	position:absolute;
	top:100%;
	left:50%;
	min-width:276px;
	padding:18px 20px;
	background:var(--surface-page-alt);
	border:1px solid #dbe7f1;
	box-shadow:0 22px 50px #0f172a33;
	opacity:0;
	visibility:hidden;
	transform:translate(-50%,10px);
	transition:opacity .18s ease,transform .18s ease,visibility .18s ease
}
.navigation-dropdown-panel-wide {
	min-width:330px
}
.navigation-dropdown:hover .navigation-dropdown-panel,.navigation-dropdown:focus-within .navigation-dropdown-panel {
	opacity:1;
	visibility:visible;
	transform:translate(-50%)
}
.navigation-dropdown-link {
	display:flex;
	align-items:center;
	justify-content:space-between;
	border-bottom-width:1px;
	--tw-border-opacity:1;
	border-color:rgb(226 232 240 / var(--tw-border-opacity,1));
	padding-top:.75rem;
	padding-bottom:.75rem;
	font-size:.875rem;
	line-height:1.25rem;
	font-weight:700;
	--tw-text-opacity:1;
	color:rgb(51 65 85 / var(--tw-text-opacity,1));
	transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;
	transition-timing-function:cubic-bezier(.4,0,.2,1);
	transition-duration:.2s
}
.navigation-dropdown-link:hover {
	--tw-text-opacity:1;
	color:rgb(234 88 12 / var(--tw-text-opacity,1))
}
.navigation-dropdown-link-active {
	display:flex;
	align-items:center;
	justify-content:space-between;
	border-bottom-width:1px;
	--tw-border-opacity:1;
	border-color:rgb(226 232 240 / var(--tw-border-opacity,1));
	padding-top:.75rem;
	padding-bottom:.75rem;
	font-size:.875rem;
	line-height:1.25rem;
	font-weight:700;
	--tw-text-opacity:1;
	color:rgb(234 88 12 / var(--tw-text-opacity,1))
}
.navigation-dropdown-link:last-child {
	border-bottom:0
}
.navigation-dropdown-link-active:last-child {
	border-bottom:0
}
.navigation-dropdown-link:after,.navigation-dropdown-link-active:after {
	content:"";
	width:7px;
	height:7px;
	border-right:2px solid currentColor;
	border-bottom:2px solid currentColor;
	transform:rotate(-45deg);
	opacity:.4
}
.mobile-navigation-overlay {
	position:fixed;
	inset:0;
	z-index:50;
	background-color:#00000080
}
.mobile-navigation-overlay.hidden {
	display:none
}

.mobile-navigation-wrap {
    height:100%;
	width:86%;
}

.mobile-navigation {
	height:100%;
	width:100%;
	max-width:24rem;
	overflow-y:auto;
	--tw-bg-opacity:1;
	background-color:rgb(255 255 255 / var(--tw-bg-opacity,1));
	padding:1.25rem
}
.mobile-navigation-list {
	margin-bottom:1.25rem;
	list-style-type:none
}
.mobile-navigation-list>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse:0;
	margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom:calc(.5rem * var(--tw-space-y-reverse))
}
.mobile-navigation-heading {
	font-size:.75rem;
	line-height:1rem;
	font-weight:900;
	text-transform:uppercase;
	letter-spacing:.05em;
	--tw-text-opacity:1;
	color:rgb(234 88 12 / var(--tw-text-opacity,1));
	background: #000;
	padding: 0 .75rem;
}
.mobile-navigation-item {
	border-bottom-width:1px;
	--tw-border-opacity:1;
	border-color:rgb(229 231 235 / var(--tw-border-opacity,1));
	padding-bottom:.75rem
}
.mobile-navigation-link {
	display:flex;
	min-height:2.75rem;
	align-items:center;
	font-size:.875rem;
	line-height:1.25rem;
	font-weight:600;
	text-transform:uppercase;
	--tw-text-opacity:1;
	color:rgb(31 41 55 / var(--tw-text-opacity,1));
	transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;
	transition-timing-function:cubic-bezier(.4,0,.2,1);
	transition-duration:.3s
}
.mobile-navigation-link:hover {
	--tw-text-opacity:1;
	color:rgb(249 115 22 / var(--tw-text-opacity,1))
}
.mobile-navigation-link-active {
	display:flex;
	min-height:2.75rem;
	align-items:center;
	font-size:.875rem;
	line-height:1.25rem;
	font-weight:700;
	text-transform:uppercase;
	--tw-text-opacity:1;
	color:rgb(37 99 235 / var(--tw-text-opacity,1))
}
@media(min-width:768px) {
	.mobile-navigation-overlay {
	display:none!important
}
}@media(max-width:767px) {
	.site-header-topbar {
	min-height:64px;
	padding-left:.75rem;
	padding-right:.75rem
}
.site-logo-image {
	max-width:132px
}
.mobile-header-actions {
	gap:.75rem;
	padding-top:.5rem
}
.mobile-header-actions .site-login-button,.mobile-header-actions .site-register-button {
	min-height:2.75rem;
	flex:1 1 0%;
	padding-left:.75rem;
	padding-right:.75rem;
	font-size:.75rem;
	line-height:1rem;
	margin-left:0
}
}.site-footer {
	position:relative;
	overflow:hidden;
	--tw-bg-opacity:1;
	background-color:rgb(17 24 39 / var(--tw-bg-opacity,1));
	padding:3rem 1rem .75rem;
	--tw-text-opacity:1;
	color:rgb(255 255 255 / var(--tw-text-opacity,1))
}
.footer-waves svg {
	height:12rem;
	width:100%
}
.site-footer-grid {
	position:relative;
	z-index:10;
	margin-left:auto;
	margin-right:auto;
	display:grid;
	max-width:1200px;
	grid-template-columns:repeat(1,minmax(0,1fr));
	gap:2rem
}
@media(min-width:768px) {
	.site-footer-grid {
	grid-template-columns:repeat(3,minmax(0,1fr))
}
}.footer-about>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse:0;
	margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom:calc(.75rem * var(--tw-space-y-reverse))
}
.footer-logo img {
	height:auto;
	width:9rem
}
.footer-description {
	font-size:.875rem;
	line-height:1.25rem;
	--tw-text-opacity:1;
	color:rgb(209 213 219 / var(--tw-text-opacity,1))
}
.footer-note {
	font-size:.75rem;
	line-height:1rem;
	--tw-text-opacity:1;
	color:rgb(156 163 175 / var(--tw-text-opacity,1))
}
.footer-navigation>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse:0;
	margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom:calc(.5rem * var(--tw-space-y-reverse))
}
.footer-title {
	margin-bottom:.5rem;
	font-size:.875rem;
	line-height:1.25rem;
	font-weight:600;
	text-transform:uppercase;
	--tw-text-opacity:1;
	color:rgb(255 255 255 / var(--tw-text-opacity,1))
}
.footer-policy-title {
	margin-top:1.25rem
}
.footer-navigation-list {
	list-style-type:none
}
.footer-navigation-list>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse:0;
	margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom:calc(.25rem * var(--tw-space-y-reverse))
}
.footer-navigation-list li a {
	font-size:.875rem;
	line-height:1.25rem;
	--tw-text-opacity:1;
	color:rgb(209 213 219 / var(--tw-text-opacity,1));
	transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
	transition-timing-function:cubic-bezier(.4,0,.2,1);
	transition-duration:.15s
}
.footer-navigation-list li a:hover {
	--tw-text-opacity:1;
	color:rgb(251 146 60 / var(--tw-text-opacity,1))
}
.footer-contact>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse:0;
	margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom:calc(.75rem * var(--tw-space-y-reverse))
}
.footer-contact-list p {
	font-size:.875rem;
	line-height:1.25rem;
	--tw-text-opacity:1;
	color:rgb(209 213 219 / var(--tw-text-opacity,1))
}
.footer-badges-title {
	margin-bottom:.5rem;
	font-size:.75rem;
	line-height:1rem;
	text-transform:uppercase;
	letter-spacing:.1em;
	--tw-text-opacity:1;
	color:rgb(156 163 175 / var(--tw-text-opacity,1))
}
.footer-badges-list .footer-badge {
	border-radius:9999px;
	border-width:1px;
	border-color:#ffffff1a;
	background-color:#ffffff0d;
	padding:.25rem .75rem;
	font-size:.75rem;
	line-height:1rem;
	font-weight:600;
	--tw-text-opacity:1;
	color:rgb(255 255 255 / var(--tw-text-opacity,1));
	transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
	transition-timing-function:cubic-bezier(.4,0,.2,1);
	transition-duration:.15s
}
.footer-badges-list .footer-badge:hover {
	background-color:#ffffff1a
}
.footer-download-link {
	display:inline-flex;
	min-height:2.5rem;
	align-items:center;
	justify-content:center;
	border-radius:.375rem;
	--tw-bg-opacity:1;
	background-color:rgb(251 191 36 / var(--tw-bg-opacity,1));
	padding-left:1rem;
	padding-right:1rem;
	font-size:.875rem;
	line-height:1.25rem;
	font-weight:900;
	--tw-text-opacity:1;
	color:rgb(3 7 18 / var(--tw-text-opacity,1));
	transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
	transition-timing-function:cubic-bezier(.4,0,.2,1);
	transition-duration:.15s
}
.footer-download-link:hover {
	--tw-bg-opacity:1;
	background-color:rgb(252 211 77 / var(--tw-bg-opacity,1))
}
.footer-trust-list {
	display:flex;
	flex-wrap:wrap;
	gap:.5rem;
	padding-top:.5rem
}
.footer-trust-list li {
	border-radius:.375rem;
	border-width:1px;
	border-color:#34d39940;
	background-color:#34d3991a;
	padding:.25rem .75rem;
	font-size:.75rem;
	line-height:1rem;
	font-weight:700;
	--tw-text-opacity:1;
	color:rgb(209 250 229 / var(--tw-text-opacity,1))
}
.footer-age-warning {
	position:relative;
	z-index:10;
	margin-left:auto;
	margin-right:auto;
	margin-top:1.5rem;
	display:flex;
	max-width:1200px;
	align-items:center;
	gap:.75rem;
	border-radius:.5rem;
	border-width:1px;
	border-color:#fbbf2440;
	background-color:#fbbf241a;
	padding:.75rem 1rem;
	font-size:.875rem;
	line-height:1.25rem;
	--tw-text-opacity:1;
	color:rgb(255 251 235 / var(--tw-text-opacity,1))
}
.footer-age-warning strong {
	display:inline-flex;
	height:2.25rem;
	width:2.25rem;
	flex-shrink:0;
	align-items:center;
	justify-content:center;
	border-radius:9999px;
	--tw-bg-opacity:1;
	background-color:rgb(251 191 36 / var(--tw-bg-opacity,1));
	font-weight:900;
	--tw-text-opacity:1;
	color:rgb(3 7 18 / var(--tw-text-opacity,1))
}
.footer-copyright-bar {
	margin-top:1.5rem;
	border-top-width:1px;
	--tw-border-opacity:1;
	border-color:rgb(55 65 81 / var(--tw-border-opacity,1));
	padding-top:1rem;
	text-align:center;
	font-size:.75rem;
	line-height:1rem;
	--tw-text-opacity:1;
	color:rgb(156 163 175 / var(--tw-text-opacity,1))
}
.footer-back-to-top {
	pointer-events:none;
	position:fixed;
	bottom:1.5rem;
	right:1.5rem;
	z-index:50;
	display:flex;
	height:2.5rem;
	width:2.5rem;
	align-items:center;
	justify-content:center;
	border-radius:9999px;
	--tw-bg-opacity:1;
	background-color:rgb(249 115 22 / var(--tw-bg-opacity,1));
	--tw-text-opacity:1;
	color:rgb(255 255 255 / var(--tw-text-opacity,1));
	opacity:0;
	transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
	transition-timing-function:cubic-bezier(.4,0,.2,1);
	transition-duration:.15s
}
.footer-back-to-top:hover {
	--tw-bg-opacity:1;
	background-color:rgb(234 88 12 / var(--tw-bg-opacity,1))
}
.footer-back-to-top {
	transform:translateY(12px)
}
.footer-back-to-top.is-visible {
	pointer-events:auto;
	opacity:1;
	transform:translateY(0)
}
.deposit-page,.app-page,.withdraw-page,.login-page,.register-page {
	background:#000;
	color:#fff;
	padding:1.5rem 1rem
}
.deposit-breadcrumb,.app-breadcrumb,.withdraw-breadcrumb,.login-breadcrumb,.register-breadcrumb {
	display:flex;
	flex-wrap:wrap;
	gap:5px;
	max-width:1200px;
	margin:0 auto 8px;
	padding:0;
	color:#fff;
	font-size:13px;
	list-style:none
}
.deposit-breadcrumb a,.deposit-breadcrumb li:last-child,.app-breadcrumb a,.app-breadcrumb li:last-child,.withdraw-breadcrumb a,.withdraw-breadcrumb li:last-child,.login-breadcrumb a,.login-breadcrumb li:last-child,.register-breadcrumb a,.register-breadcrumb li:last-child {
	color:#f79300
}
.breadcrumb-separator {
	color:#b7b7b7
}
.deposit-article,.app-article,.withdraw-article,.login-article,.register-article {
	max-width:1200px;
	margin:0 auto;
	color:#f4f4f4;
	font-family:Roboto,Arial,sans-serif;
	font-size:16px;
	line-height:1.75
}
.deposit-article h1,.deposit-article h2,.deposit-article h3,.deposit-article h4,.app-article h1,.app-article h2,.app-article h3,.app-article h4,.withdraw-article h1,.withdraw-article h2,.withdraw-article h3,.withdraw-article h4,.login-article h1,.login-article h2,.login-article h3,.login-article h4,.register-article h1,.register-article h2,.register-article h3,.register-article h4 {
	color:var(--text-heading-color);
	font-weight:500;
	line-height:1.35
}
.deposit-article h1,.app-article h1,.withdraw-article h1,.login-article h1,.register-article h1 {
	margin:18px 0;
	text-align:center;
	font-size:clamp(24px,3vw,32px)
}
.deposit-article h2,.app-article h2,.withdraw-article h2,.login-article h2,.register-article h2 {
	margin:28px 0 10px;
	font-size:clamp(21px,2.4vw,27px)
}
.deposit-article h3,.app-article h3,.withdraw-article h3,.login-article h3,.register-article h3 {
	margin:22px 0 8px;
	font-size:clamp(18px,2vw,22px)
}
.deposit-article h4,.app-article h4,.withdraw-article h4,.login-article h4,.register-article h4 {
	margin:18px 0 8px;
	font-size:clamp(16px,1.8vw,19px)
}
.deposit-article p,.app-article p,.withdraw-article p,.login-article p,.register-article p {
	margin:0 0 16px
}
.deposit-article a,.app-article a,.withdraw-article a,.login-article a,.register-article a {
	color:var(--text-link-color);
	transition:color .16s ease
}
.deposit-article a:hover,.app-article a:hover,.withdraw-article a:hover,.login-article a:hover,.register-article a:hover {
	color:#fff
}
.deposit-article strong,.app-article strong,.withdraw-article strong,.login-article strong,.register-article strong {
	font-weight:700
}
.deposit-article ul,.deposit-article ol,.app-article ul,.app-article ol,.withdraw-article ul,.withdraw-article ol,.login-article ul,.login-article ol,.register-article ul,.register-article ol {
	margin:0 0 18px 22px;
	padding:0
}
.deposit-article ul,.app-article ul,.withdraw-article ul,.login-article ul,.register-article ul {
	list-style:disc
}
.deposit-article ol,.app-article ol,.withdraw-article ol,.login-article ol,.register-article ol {
	list-style:decimal
}
.deposit-article li,.app-article li,.withdraw-article li,.login-article li,.register-article li {
	margin-bottom:8px;
	padding-left:2px
}
.withdraw-article li ul {
	margin-top:8px;
	margin-bottom:8px
}
:is(.deposit-page,.app-page,.withdraw-page,.login-page,.register-page) .wp-caption {
	width:min(800px,100%);
	margin:22px auto;
	text-align:center
}
:is(.deposit-page,.app-page,.withdraw-page,.login-page,.register-page) .wp-caption img {
	display:block;
	width:100%;
	height:auto;
	border-radius:2px
}
:is(.deposit-page,.app-page,.withdraw-page,.login-page,.register-page) .wp-caption figcaption {
	margin-top:8px;
	color:#d6d6d6;
	font-size:14px;
	font-style:italic
}
:is(.deposit-page,.app-page,.withdraw-page,.login-page,.register-page) .table-scroll {
	width:100%;
	overflow-x:auto;
	margin-bottom:18px
}
.deposit-article table,.app-article table,.withdraw-article table,.login-article table,.register-article table {
	width:100%;
	min-width:680px;
	border-collapse:collapse;
	border:2px solid #d4af37;
	overflow:hidden;
	background:#0f0f0f;
	box-shadow:0 0 12px #d4af372e
}
.deposit-article caption,.app-article caption,.withdraw-article caption,.login-article caption,.register-article caption {
	position:absolute;
	width:1px;
	height:1px;
	margin:-1px;
	padding:0;
	overflow:hidden;
	clip:rect(0 0 0 0);
	white-space:nowrap;
	border:0
}
.deposit-article th,.app-article th,.withdraw-article th,.login-article th,.register-article th {
	padding:12px 15px;
	border:1px solid #d4af37;
	background:linear-gradient(to right,#c9971a,#f7d774,#c9971a);
	color:#1a1a1a;
	text-transform:uppercase
}
.deposit-article td,.app-article td,.withdraw-article td,.login-article td,.register-article td {
	padding:12px 15px;
	border:1px solid #d4af37;
	color:#fff
}
.deposit-article tr:hover td,.app-article tr:hover td,.withdraw-article tr:hover td,.login-article tr:hover td,.register-article tr:hover td {
	background:#d4af3714
}
:is(.deposit-page,.app-page,.withdraw-page,.login-page,.register-page) .faq-section {
	margin-top:30px
}
:is(.deposit-page,.app-page,.withdraw-page,.login-page,.register-page) .faq-list {
	border-top:1px solid rgba(255,255,255,.12)
}
:is(.deposit-page,.app-page,.withdraw-page,.login-page,.register-page) .faq-item {
	border-bottom:1px solid rgba(255,255,255,.12)
}
:is(.deposit-page,.app-page,.withdraw-page,.login-page,.register-page) .faq-item summary {
	position:relative;
	display:flex;
	align-items:center;
	min-height:78px;
	padding:20px 0 20px 42px;
	color:#fff;
	font-size:clamp(16px,2vw,18px);
	font-weight:700;
	line-height:1.35;
	cursor:pointer;
	list-style:none
}
:is(.deposit-page,.app-page,.withdraw-page,.login-page,.register-page) .faq-item summary::-webkit-details-marker {
	display:none
}
:is(.deposit-page,.app-page,.withdraw-page,.login-page,.register-page) .faq-item summary:before {
	content:"";
	position:absolute;
	left:6px;
	top:50%;
	width:10px;
	height:10px;
	border-right:2px solid #f79300;
	border-bottom:2px solid #f79300;
	transform:translateY(-65%) rotate(45deg);
	transition:transform .18s ease
}
:is(.deposit-page,.app-page,.withdraw-page,.login-page,.register-page) .faq-item[open] summary {
	color:#f79300
}
:is(.deposit-page,.app-page,.withdraw-page,.login-page,.register-page) .faq-item[open] summary:before {
	transform:translateY(-35%) rotate(225deg)
}
:is(.deposit-page,.app-page,.withdraw-page,.login-page,.register-page) .faq-item p {
	margin:-6px 0 26px 42px;
	color:#f4f4f4;
	font-size:18px;
	line-height:1.8
}
@media(max-width:640px) {
	.deposit-page,.app-page,.withdraw-page,.login-page,.register-page {
	padding:8px 14px 34px
}
.deposit-article,.app-article,.withdraw-article,.login-article,.register-article {
	font-size:15px;
	line-height:1.7
}
.deposit-article ul,.deposit-article ol,.app-article ul,.app-article ol,.withdraw-article ul,.withdraw-article ol,.login-article ul,.login-article ol,.register-article ul,.register-article ol {
	margin-left:19px
}
:is(.deposit-page,.app-page,.withdraw-page,.login-page,.register-page) .faq-item summary {
	min-height:62px;
	padding:16px 0 16px 32px;
	font-size:17px
}
:is(.deposit-page,.app-page,.withdraw-page,.login-page,.register-page) .faq-item summary:before {
	left:3px;
	width:8px;
	height:8px
}
:is(.deposit-page,.app-page,.withdraw-page,.login-page,.register-page) .faq-item p {
	margin:-2px 0 20px 32px;
	font-size:15px;
	line-height:1.7
}
}*,:before,:after {
	--tw-border-spacing-x:0;
	--tw-border-spacing-y:0;
	--tw-translate-x:0;
	--tw-translate-y:0;
	--tw-rotate:0;
	--tw-skew-x:0;
	--tw-skew-y:0;
	--tw-scale-x:1;
	--tw-scale-y:1;
	--tw-pan-x:;
	--tw-pan-y:;
	--tw-pinch-zoom:;
	--tw-scroll-snap-strictness:proximity;
	--tw-gradient-from-position:;
	--tw-gradient-via-position:;
	--tw-gradient-to-position:;
	--tw-ordinal:;
	--tw-slashed-zero:;
	--tw-numeric-figure:;
	--tw-numeric-spacing:;
	--tw-numeric-fraction:;
	--tw-ring-inset:;
	--tw-ring-offset-width:0px;
	--tw-ring-offset-color:#fff;
	--tw-ring-color:rgb(59 130 246 / .5);
	--tw-ring-offset-shadow:0 0 #0000;
	--tw-ring-shadow:0 0 #0000;
	--tw-shadow:0 0 #0000;
	--tw-shadow-colored:0 0 #0000;
	--tw-blur:;
	--tw-brightness:;
	--tw-contrast:;
	--tw-grayscale:;
	--tw-hue-rotate:;
	--tw-invert:;
	--tw-saturate:;
	--tw-sepia:;
	--tw-drop-shadow:;
	--tw-backdrop-blur:;
	--tw-backdrop-brightness:;
	--tw-backdrop-contrast:;
	--tw-backdrop-grayscale:;
	--tw-backdrop-hue-rotate:;
	--tw-backdrop-invert:;
	--tw-backdrop-opacity:;
	--tw-backdrop-saturate:;
	--tw-backdrop-sepia:;
	--tw-contain-size:;
	--tw-contain-layout:;
	--tw-contain-paint:;
	--tw-contain-style:
}
::backdrop {
	--tw-border-spacing-x:0;
	--tw-border-spacing-y:0;
	--tw-translate-x:0;
	--tw-translate-y:0;
	--tw-rotate:0;
	--tw-skew-x:0;
	--tw-skew-y:0;
	--tw-scale-x:1;
	--tw-scale-y:1;
	--tw-pan-x:;
	--tw-pan-y:;
	--tw-pinch-zoom:;
	--tw-scroll-snap-strictness:proximity;
	--tw-gradient-from-position:;
	--tw-gradient-via-position:;
	--tw-gradient-to-position:;
	--tw-ordinal:;
	--tw-slashed-zero:;
	--tw-numeric-figure:;
	--tw-numeric-spacing:;
	--tw-numeric-fraction:;
	--tw-ring-inset:;
	--tw-ring-offset-width:0px;
	--tw-ring-offset-color:#fff;
	--tw-ring-color:rgb(59 130 246 / .5);
	--tw-ring-offset-shadow:0 0 #0000;
	--tw-ring-shadow:0 0 #0000;
	--tw-shadow:0 0 #0000;
	--tw-shadow-colored:0 0 #0000;
	--tw-blur:;
	--tw-brightness:;
	--tw-contrast:;
	--tw-grayscale:;
	--tw-hue-rotate:;
	--tw-invert:;
	--tw-saturate:;
	--tw-sepia:;
	--tw-drop-shadow:;
	--tw-backdrop-blur:;
	--tw-backdrop-brightness:;
	--tw-backdrop-contrast:;
	--tw-backdrop-grayscale:;
	--tw-backdrop-hue-rotate:;
	--tw-backdrop-invert:;
	--tw-backdrop-opacity:;
	--tw-backdrop-saturate:;
	--tw-backdrop-sepia:;
	--tw-contain-size:;
	--tw-contain-layout:;
	--tw-contain-paint:;
	--tw-contain-style:
}
*,:before,:after {
	box-sizing:border-box;
	border-width:0;
	border-style:solid;
	border-color:#e5e7eb
}
:before,:after {
	--tw-content:""
}
html,:host {
	line-height:1.5;
	-webkit-text-size-adjust:100%;
	-moz-tab-size:4;
	-o-tab-size:4;
	tab-size:4;
	font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";
	font-feature-settings:normal;
	font-variation-settings:normal;
	-webkit-tap-highlight-color:transparent
}
body {
	margin:0;
	line-height:inherit
}
hr {
	height:0;
	color:inherit;
	border-top-width:1px
}
abbr:where([title]) {
	-webkit-text-decoration:underline dotted;
	text-decoration:underline dotted
}
h1,h2,h3,h4,h5,h6 {
	font-size:inherit;
	font-weight:inherit
}
a {
	color:inherit;
	text-decoration:inherit
}
b,strong {
	font-weight:bolder
}
code,kbd,samp,pre {
	font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
	font-feature-settings:normal;
	font-variation-settings:normal;
	font-size:1em
}
small {
	font-size:80%
}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sub {
	bottom:-.25em
}
sup {
	top:-.5em
}
table {
	text-indent:0;
	border-color:inherit;
	border-collapse:collapse
}
button,input,optgroup,select,textarea {
	font-family:inherit;
	font-feature-settings:inherit;
	font-variation-settings:inherit;
	font-size:100%;
	font-weight:inherit;
	line-height:inherit;
	letter-spacing:inherit;
	color:inherit;
	margin:0;
	padding:0
}
button,select {
	text-transform:none
}
button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]) {
	-webkit-appearance:button;
	background-color:transparent;
	background-image:none
}
:-moz-focusring {
	outline:auto
}
:-moz-ui-invalid {
	box-shadow:none
}
progress {
	vertical-align:baseline
}
::-webkit-inner-spin-button,::-webkit-outer-spin-button {
	height:auto
}
[type=search] {
	-webkit-appearance:textfield;
	outline-offset:-2px
}
::-webkit-search-decoration {
	-webkit-appearance:none
}
::-webkit-file-upload-button {
	-webkit-appearance:button;
	font:inherit
}
summary {
	display:list-item
}
blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre {
	margin:0
}
fieldset {
	margin:0;
	padding:0
}
legend {
	padding:0
}
ol,ul,menu {
	list-style:none;
	margin:0;
	padding:0
}
dialog {
	padding:0
}
textarea {
	resize:vertical
}
input::-moz-placeholder,textarea::-moz-placeholder {
	opacity:1;
	color:#9ca3af
}
input::placeholder,textarea::placeholder {
	opacity:1;
	color:#9ca3af
}
button,[role=button] {
	cursor:pointer
}
:disabled {
	cursor:default
}
img,svg,video,canvas,audio,iframe,embed,object {
	display:block;
	vertical-align:middle
}
img,video {
	max-width:100%;
	height:auto
}
[hidden]:where(:not([hidden=until-found])) {
	display:none
}
.container {
	width:100%
}
@media(min-width:640px) {
	.container {
	max-width:640px
}
}@media(min-width:768px) {
	.container {
	max-width:768px
}
}@media(min-width:1024px) {
	.container {
	max-width:1024px
}
}@media(min-width:1280px) {
	.container {
	max-width:1280px
}
}@media(min-width:1536px) {
	.container {
	max-width:1536px
}
}.sr-only {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	white-space:nowrap;
	border-width:0
}
.float-right {
	float:right
}
.mx-auto {
	margin-left:auto;
	margin-right:auto
}
.mb-1 {
	margin-bottom:.25rem
}
.mb-12 {
	margin-bottom:3rem
}
.mb-2 {
	margin-bottom:.5rem
}
.mb-3 {
	margin-bottom:.75rem
}
.mb-4 {
	margin-bottom:1rem
}
.mb-5 {
	margin-bottom:1.25rem
}
.mb-6 {
	margin-bottom:1.5rem
}
.mb-8 {
	margin-bottom:2rem
}
.mr-2 {
	margin-right:.5rem
}
.mt-1 {
	margin-top:.25rem
}
.mt-2 {
	margin-top:.5rem
}
.mt-8 {
	margin-top:2rem
}
.line-clamp-2 {
	overflow:hidden;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2
}
.block {
	display:block
}
.flex {
	display:flex
}
.inline-flex {
	display:inline-flex
}
.table {
	display:table
}
.grid {
	display:grid
}
.hidden {
	display:none
}
.h-16 {
	height:4rem
}
.h-32 {
	height:8rem
}
.h-5 {
	height:1.25rem
}
.h-full {
	height:100%
}
.min-h-screen {
	min-height:100vh
}
.w-16 {
	width:4rem
}
.w-32 {
	width:8rem
}
.w-5 {
	width:1.25rem
}
.w-full {
	width:100%
}
.max-w-2xl {
	max-width:42rem
}
.max-w-4xl {
	max-width:56rem
}
.flex-1 {
	flex:1 1 0%
}
.flex-shrink-0 {
	flex-shrink:0
}
.transform {
	transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.list-inside {
	list-style-position:inside
}
.list-decimal {
	list-style-type:decimal
}
.list-disc {
	list-style-type:disc
}
.list-none {
	list-style-type:none
}
.grid-cols-1 {
	grid-template-columns:repeat(1,minmax(0,1fr))
}
.grid-cols-2 {
	grid-template-columns:repeat(2,minmax(0,1fr))
}
.flex-col {
	flex-direction:column
}
.items-start {
	align-items:flex-start
}
.items-center {
	align-items:center
}
.justify-center {
	justify-content:center
}
.gap-3 {
	gap:.75rem
}
.gap-4 {
	gap:1rem
}
.gap-6 {
	gap:1.5rem
}
.gap-8 {
	gap:2rem
}
.space-y-2>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse:0;
	margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom:calc(.5rem * var(--tw-space-y-reverse))
}
.space-y-6>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse:0;
	margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))
}
.rounded {
	border-radius:.25rem
}
.rounded-2xl {
	border-radius:1rem
}
.rounded-full {
	border-radius:9999px
}
.rounded-xl {
	border-radius:.75rem
}
.border {
	border-width:1px
}
.border-2 {
	border-width:2px
}
.border-b {
	border-bottom-width:1px
}
.border-blue-600 {
	--tw-border-opacity:1;
	border-color:rgb(37 99 235 / var(--tw-border-opacity,1))
}
.border-gray-100 {
	--tw-border-opacity:1;
	border-color:rgb(243 244 246 / var(--tw-border-opacity,1))
}
.border-gray-200 {
	--tw-border-opacity:1;
	border-color:rgb(229 231 235 / var(--tw-border-opacity,1))
}
.border-orange-500\/30 {
	border-color:#f973164d
}
.border-white\/10 {
	border-color:#ffffff1a
}
.bg-\[\#111827\] {
	--tw-bg-opacity:1;
	background-color:rgb(17 24 39 / var(--tw-bg-opacity,1))
}
.bg-blue-100 {
	--tw-bg-opacity:1;
	background-color:rgb(219 234 254 / var(--tw-bg-opacity,1))
}
.bg-gray-50 {
	--tw-bg-opacity:1;
	background-color:rgb(249 250 251 / var(--tw-bg-opacity,1))
}
.bg-orange-500\/10 {
	background-color:#f973161a
}
.bg-red-600 {
	--tw-bg-opacity:1;
	background-color:rgb(220 38 38 / var(--tw-bg-opacity,1))
}
.bg-white {
	--tw-bg-opacity:1;
	background-color:rgb(255 255 255 / var(--tw-bg-opacity,1))
}
.object-cover {
	-o-object-fit:cover;
	object-fit:cover
}
.p-2 {
	padding:.5rem
}
.p-4 {
	padding:1rem
}
.p-6 {
	padding:1.5rem
}
.px-3 {
	padding-left:.75rem;
	padding-right:.75rem
}
.px-4 {
	padding-left:1rem;
	padding-right:1rem
}
.px-6 {
	padding-left:1.5rem;
	padding-right:1.5rem
}
.px-8 {
	padding-left:2rem;
	padding-right:2rem
}
.py-10 {
	padding-top:2.5rem;
	padding-bottom:2.5rem
}
.py-16 {
	padding-top:4rem;
	padding-bottom:4rem
}
.py-2 {
	padding-top:.5rem;
	padding-bottom:.5rem
}
.py-3 {
	padding-top:.75rem;
	padding-bottom:.75rem
}
.pb-2 {
	padding-bottom:.5rem
}
.pl-5 {
	padding-left:1.25rem
}
.text-center {
	text-align:center
}
.text-justify {
	text-align:justify
}
.text-2xl {
	font-size:1.5rem;
	line-height:2rem
}
.text-3xl {
	font-size:1.875rem;
	line-height:2.25rem
}
.text-6xl {
	font-size:3.75rem;
	line-height:1
}
.text-base {
	font-size:1rem;
	line-height:1.5rem
}
.text-lg {
	font-size:1.125rem;
	line-height:1.75rem
}
.text-sm {
	font-size:.875rem;
	line-height:1.25rem
}
.text-xl {
	font-size:1.25rem;
	line-height:1.75rem
}
.text-xs {
	font-size:.75rem;
	line-height:1rem
}
.font-bold {
	font-weight:700
}
.font-medium {
	font-weight:500
}
.font-semibold {
	font-weight:600
}
.uppercase {
	text-transform:uppercase
}
.leading-relaxed {
	line-height:1.625
}
.text-gray-300 {
	--tw-text-opacity:1;
	color:rgb(209 213 219 / var(--tw-text-opacity,1))
}
.text-gray-500 {
	--tw-text-opacity:1;
	color:rgb(107 114 128 / var(--tw-text-opacity,1))
}
.text-gray-600 {
	--tw-text-opacity:1;
	color:rgb(75 85 99 / var(--tw-text-opacity,1))
}
.text-gray-700 {
	--tw-text-opacity:1;
	color:rgb(55 65 81 / var(--tw-text-opacity,1))
}
.text-gray-800 {
	--tw-text-opacity:1;
	color:rgb(31 41 55 / var(--tw-text-opacity,1))
}
.text-orange-400 {
	--tw-text-opacity:1;
	color:rgb(251 146 60 / var(--tw-text-opacity,1))
}
.text-orange-500 {
	--tw-text-opacity:1;
	color:rgb(249 115 22 / var(--tw-text-opacity,1))
}
.text-white {
	--tw-text-opacity:1;
	color:rgb(255 255 255 / var(--tw-text-opacity,1))
}
.underline {
	text-decoration-line:underline
}
.shadow-lg {
	--tw-shadow:0 10px 15px -3px rgb(0 0 0 / .1),0 4px 6px -4px rgb(0 0 0 / .1);
	--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
	box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}
.filter {
	filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.transition {
	transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
	transition-timing-function:cubic-bezier(.4,0,.2,1);
	transition-duration:.15s
}
.transition-colors {
	transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;
	transition-timing-function:cubic-bezier(.4,0,.2,1);
	transition-duration:.15s
}
.ease-in-out {
	transition-timing-function:cubic-bezier(.4,0,.2,1)
}
:root {
	--bg-primary-color:#0b0e11;
	--bg-card-color:#20272d;
	--bg-card-color-hover:#2b3139;
	--bg-inpu-colort:#1e2329;
	--color-bg-panle-card:#29313d;
	--color-bg-panel-card:var(--color-bg-panle-card);
	--color-bg-download-btn:#333b47;
	--color-bg-cta-inner-primary:#191a1f;
	--shadow-theme:#f97316;
	--btn-bg-color:#fcd535;
	--bg-header-login-color:#333b47;
	--color-brand-primary:#fcd535;
	--color-brand-primary-hover:#f5d042;
	--color-brand-red:#f6465d;
	--color-brand-green:#0ecb81;
	--color-brand-blue:#2d5cf6;
	--text-heading-color:#f97316;
	--text-default:#eaecef;
	--text-secondary-color:#eaecef;
	--text-dark:#111;
	--text-link-color:#0decec;
	--icon-bg-color:#707a8a;
	--border-color:#f0b90b;
	--border-hover-color:#f0b90b;
	--border-dark-color:rgb(255 255 255 / 12%);
	--border-light-color:#3a3a3a;
	--border-gray-color:#2b3139;
	--color-primary-red:#f6465d;
	--color-primary-blue:#2d5cf6;
	--color-text-main:#eaecef;
	--color-text-white:#ffffff;
	--color-bg-header-main:#000000;
	--color-bg-header-bottom:#352417;
	--color-bg-main-content:#252b38;
	--color-bg-footer:#ecf6fd;
	--color-accent-yellow:#f0b90b;
	--surface-page:#f6f7f2;
	--surface-page-alt:#ffffff;
	--surface-card:var(--bg-card-color);
	--surface-card-hover:var(--bg-card-color-hover);
	--surface-panel:var(--color-bg-panel-card);
	--surface-muted:#eaf3ef;
	--surface-warm:#f4efe5
}
html {
	font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
	line-height:1.5;
	font-weight:400;
	font-synthesis:none;
	text-rendering:optimizeLegibility;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
body {
	margin:0;
	min-width:320px;
	width:100%;
	min-height:100vh;
	color:var(--text-default);
	background-color:var( --bg-primary-color)
}
*,*:before,*:after {
	box-sizing:border-box
}
h1,h2,h3,h4,h5,h6 {
	margin:0
}
ul {
	padding:0;
	margin:0;
	list-style:none
}
a {
	text-decoration:none;
	color:inherit
}
button {
	font-family:inherit
}
.container {
	max-width:1200px;
	margin:0 auto
}
body {
	overflow-x:hidden
}
.h5-only {
	display:none
}
@media(max-width:768px) {
	.mobile-footer-popup,.h5-only {
	display:flex
}
}::-webkit-scrollbar {
	width:0px
}
::-webkit-scrollbar-track {
	background:#333
}
::-webkit-scrollbar-thumb {
	background:#666
}
.hover\:border-blue-200:hover {
	--tw-border-opacity:1;
	border-color:rgb(191 219 254 / var(--tw-border-opacity,1))
}
.hover\:bg-blue-50:hover {
	--tw-bg-opacity:1;
	background-color:rgb(239 246 255 / var(--tw-bg-opacity,1))
}
.hover\:bg-orange-100:hover {
	--tw-bg-opacity:1;
	background-color:rgb(255 237 213 / var(--tw-bg-opacity,1))
}
.hover\:bg-orange-500\/15:hover {
	background-color:#f9731626
}
.hover\:bg-red-700:hover {
	--tw-bg-opacity:1;
	background-color:rgb(185 28 28 / var(--tw-bg-opacity,1))
}
.hover\:text-orange-500:hover {
	--tw-text-opacity:1;
	color:rgb(249 115 22 / var(--tw-text-opacity,1))
}
.hover\:text-red-600:hover {
	--tw-text-opacity:1;
	color:rgb(220 38 38 / var(--tw-text-opacity,1))
}
.hover\:underline:hover {
	text-decoration-line:underline
}
.group:hover .group-hover\:text-orange-500 {
	--tw-text-opacity:1;
	color:rgb(249 115 22 / var(--tw-text-opacity,1))
}
@media(min-width:640px) {
	.sm\:flex-row {
	flex-direction:row
}
}@media(min-width:768px) {
	.md\:grid-cols-2 {
	grid-template-columns:repeat(2,minmax(0,1fr))
}
.md\:grid-cols-3 {
	grid-template-columns:repeat(3,minmax(0,1fr))
}
.md\:grid-cols-4 {
	grid-template-columns:repeat(4,minmax(0,1fr))
}
.md\:p-8 {
	padding:2rem
}
.md\:text-4xl {
	font-size:2.25rem;
	line-height:2.5rem
}
}@media(min-width:1024px) {
	.lg\:w-1\/4 {
	width:25%
}
.lg\:w-3\/4 {
	width:75%
}
.lg\:flex-row {
	flex-direction:row
}
}