#nprogress {
	pointer-events: none
}

#nprogress .bar {
	background: #29d;
	position: fixed;
	z-index: 1031;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px
}

#nprogress .peg {
	display: block;
	position: absolute;
	right: 0;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #29d, 0 0 5px #29d;
	opacity: 1;
	transform: rotate(3deg) translateY(-4px)
}

#nprogress .spinner {
	display: block;
	position: fixed;
	z-index: 1031;
	top: 15px;
	right: 15px
}

#nprogress .spinner-icon {
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border-color: #29d transparent transparent #29d;
	border-style: solid;
	border-width: 2px;
	border-radius: 50%;
	animation: nprogress-spinner .4s linear infinite
}

.nprogress-custom-parent {
	overflow: hidden;
	position: relative
}

.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
	position: absolute
}

@keyframes nprogress-spinner {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

body,
html {
	font-size: 14px;
	min-width: unset !important;
	background-color: #fff
}

html {
	overflow-y: scroll
}

:root {
	overflow-y: auto;
	overflow-x: hidden
}

:root body {
	position: absolute
}

body {
	width: 100%;
	overflow: visible
}

a {
	transition: color .3s ease
}

img {
	max-width: 100%
}

picture>img {
	width: 100%
}

.visually-hidden {
	border: 0 !important;
	clip: rect(0, 0, 0, 0) !important;
	height: 1px !important;
	width: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important
}

.__next,
body,
html {
	width: 100%
}

.__next {
	height: 100%
}

input::-ms-clear,
input::-ms-reveal {
	display: none
}

* {
	margin: 0;
	padding: 0
}

*,
:after,
:before {
	box-sizing: border-box
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	scroll-behavior: smooth
}

@-ms-viewport {
	width: device-width
}

body {
	margin: 0;
	color: #323233;
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft Yahei, STHeiti, SimSun, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	line-height: 1.5
}

[tabindex="-1"]:focus {
	outline: none !important
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5em;
	font-weight: 600
}

p {
	margin-top: 0;
	margin-bottom: 1em
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	border-bottom: 0;
	cursor: help
}

address {
	margin-bottom: 1em;
	font-style: normal;
	line-height: inherit
}

input[type=number],
input[type=password],
input[type=text],
textarea {
	-webkit-appearance: none
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

dl,
dt,
li,
ol,
ul {
	margin-bottom: 0;
	margin-top: 0
}

dt {
	font-weight: 600
}

dd {
	margin-top: 0;
	margin-bottom: .5em;
	margin-left: 0
}

blockquote {
	margin: 0 0 1em
}

dfn {
	font-style: italic
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #3370ff;
	text-decoration: none;
	background-color: transparent;
	outline: none;
	cursor: pointer;
	transition: color .3s;
	-webkit-text-decoration-skip: objects
}

@media(hover:hover)and (pointer:fine) {
	a:hover {
		color: #05c
	}
}

a:active {
	color: #0049ae
}

a:active,
a:hover {
	text-decoration: none;
	outline: 0
}

a:focus {
	text-decoration: none;
	outline: none
}

a[disabled] {
	color: #969799;
	cursor: not-allowed
}

code,
kbd,
pre,
samp {
	font-size: 1em;
	font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace
}

pre {
	margin-top: 0;
	margin-bottom: 1em;
	overflow: auto
}

figure {
	margin: 0 0 1em
}

img {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	border-style: none
}

picture {
	display: inline-block
}

picture>img {
	display: block
}

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75em;
	padding-bottom: .3em;
	color: #646566;
	text-align: left;
	caption-side: bottom
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: none
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	overflow: auto;
	resize: vertical
}

fieldset {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-bottom: .5em;
	padding: 0;
	color: inherit;
	font-size: 1.5em;
	line-height: inherit;
	white-space: normal
}

progress {
	vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none !important
}

mark {
	padding: .2em;
	background-color: #e8effa
}

.clearfix:after,
.clearfix:before {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
}

*,
:after,
:before {
	--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: rgba(59, 130, 246, .5);
	--tw-ring-offset-shadow: 0 0 transparent;
	--tw-ring-shadow: 0 0 transparent;
	--tw-shadow: 0 0 transparent;
	--tw-shadow-colored: 0 0 transparent;
	--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:
}

::-webkit-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: rgba(59, 130, 246, .5);
	--tw-ring-offset-shadow: 0 0 transparent;
	--tw-ring-shadow: 0 0 transparent;
	--tw-shadow: 0 0 transparent;
	--tw-shadow-colored: 0 0 transparent;
	--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: rgba(59, 130, 246, .5);
	--tw-ring-offset-shadow: 0 0 transparent;
	--tw-ring-shadow: 0 0 transparent;
	--tw-shadow: 0 0 transparent;
	--tw-shadow-colored: 0 0 transparent;
	--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:
}

*,
:after,
:before {
	--tw-gradient-angle: 180deg
}

:root {
	--tw-gradient-from: var(--tw-gradient-from-color) var(--tw-gradient-from-position);
	--tw-gradient-to: var(--tw-gradient-to-color) var(--tw-gradient-to-position);
	--tw-gradient-via: var(--tw-gradient-via-color) var(--tw-gradient-via-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.\!container {
	width: 100% !important
}

.container {
	width: 100%
}

@media (min-width:444px) {
	.\!container {
		max-width: 444px !important
	}

	.container {
		max-width: 444px
	}
}

@media (min-width:640px) {
	.\!container {
		max-width: 640px !important
	}

	.container {
		max-width: 640px
	}
}

@media (min-width:768px) {
	.\!container {
		max-width: 768px !important
	}

	.container {
		max-width: 768px
	}
}

@media (min-width:1024px) {
	.\!container {
		max-width: 1024px !important
	}

	.container {
		max-width: 1024px
	}
}

@media (min-width:1280px) {
	.\!container {
		max-width: 1280px !important
	}

	.container {
		max-width: 1280px
	}
}

@media (min-width:1536px) {
	.\!container {
		max-width: 1536px !important
	}

	.container {
		max-width: 1536px
	}
}

.reset-button {
	margin: 0;
	cursor: pointer;
	border: 0 solid transparent;
	background-color: transparent;
	background-image: none;
	padding: 0
}

.reset-button:disabled {
	cursor: default
}

a:where(.reset-button) {
	display: inline-block;
	color: inherit
}

@media (hover:hover) and (pointer:fine) {
	a:where(.reset-button):hover {
		color: inherit
	}
}

a:where(.reset-button):active {
	color: inherit
}

.reset-input {
	border: 0 solid transparent;
	margin: 0;
	background-color: transparent;
	background-image: none;
	padding: 0
}

.meta-card {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 16px;
	background-color: #fff
}

@media (min-width:1024px) {
	.meta-card {
		border-radius: 32px
	}
}

.meta-card>* {
	position: relative
}

.meta-card_dark {
	background-color: #000
}

.meta-card__cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.meta-card__title {
	margin-bottom: 0;
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	color: #1d1d1f
}

@media (min-width:1024px) {
	.meta-card__title {
		font-size: 30px;
		line-height: 36px
	}
}

.meta-card__description {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #323233
}

@media (min-width:768px) {
	.meta-card__description {
		font-size: 12px;
		line-height: 16px
	}
}

.meta-card_dark .meta-card__description,
.meta-card_dark .meta-card__title {
	color: #fff
}

.meta-card__trigger {
	position: absolute;
	right: 24px;
	bottom: 24px;
	display: -ms-flexbox;
	display: flex;
	height: 32px;
	width: 32px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 9999px;
	background-color: #000;
	color: #fff
}

@media (hover:hover) and (pointer:fine) {
	.meta-card__trigger:hover {
		color: #fff;
		opacity: .8
	}
}

.meta-card__trigger:active {
	color: #fff
}

.meta-card_dark .meta-card__trigger {
	background-color: #fff;
	color: #323233
}

.pointer-events-none {
	pointer-events: none
}

.\!visible {
	visibility: visible !important
}

.visible {
	visibility: visible
}

.invisible {
	visibility: hidden
}

.collapse {
	visibility: collapse
}

.static {
	position: static
}

.fixed {
	position: fixed
}

.\!absolute {
	position: absolute !important
}

.absolute {
	position: absolute
}

.relative {
	position: relative
}

.\!sticky {
	position: -webkit-sticky !important;
	position: sticky !important
}

.sticky {
	position: -webkit-sticky;
	position: sticky
}

.inset-x-0 {
	left: 0;
	right: 0
}

.inset-x-4 {
	left: 16px;
	right: 16px
}

.inset-x-7 {
	left: 28px;
	right: 28px
}

.inset-y-0 {
	top: 0;
	bottom: 0
}

.inset-y-1 {
	top: 4px;
	bottom: 4px
}

.\!-bottom-7 {
	bottom: -28px !important
}

.\!bottom-8 {
	bottom: 32px !important
}

.\!right-0 {
	right: 0 !important
}

.-bottom-1 {
	bottom: -4px
}

.-bottom-16 {
	bottom: -64px
}

.-bottom-4 {
	bottom: -16px
}

.-left-10 {
	left: -40px
}

.-left-\[25\%\] {
	left: -25%
}

.-right-1 {
	right: -4px
}

.-right-14 {
	right: -56px
}

.-right-15 {
	right: -60px
}

.-right-2 {
	right: -8px
}

.-right-6 {
	right: -24px
}

.-right-8 {
	right: -32px
}

.-right-full {
	right: -100%
}

.-top-1 {
	top: -4px
}

.-top-16 {
	top: -64px
}

.-top-2 {
	top: -8px
}

.-top-9 {
	top: -36px
}

.-top-\[10\%\] {
	top: -10%
}

.-top-px {
	top: -1px
}

.bottom-0 {
	bottom: 0
}

.bottom-0\.5 {
	bottom: 2px
}

.bottom-1 {
	bottom: 4px
}

.bottom-10 {
	bottom: 40px
}

.bottom-12 {
	bottom: 48px
}

.bottom-13 {
	bottom: 52px
}

.bottom-14 {
	bottom: 56px
}

.bottom-20 {
	bottom: 80px
}

.bottom-28 {
	bottom: 112px
}

.bottom-3 {
	bottom: 12px
}

.bottom-30 {
	bottom: 120px
}

.bottom-4 {
	bottom: 16px
}

.bottom-5 {
	bottom: 20px
}

.bottom-6 {
	bottom: 24px
}

.bottom-7 {
	bottom: 28px
}

.bottom-8 {
	bottom: 32px
}

.bottom-\[30\%\] {
	bottom: 30%
}

.bottom-\[30px\] {
	bottom: 30px
}

.bottom-\[5\%\] {
	bottom: 5%
}

.left-0 {
	left: 0
}

.left-0\.5 {
	left: 2px
}

.left-1\.5 {
	left: 6px
}

.left-1\/2 {
	left: 50%
}

.left-15 {
	left: 60px
}

.left-3 {
	left: 12px
}

.left-4 {
	left: 16px
}

.left-5 {
	left: 20px
}

.left-6 {
	left: 24px
}

.left-7 {
	left: 28px
}

.left-8 {
	left: 32px
}

.right-0 {
	right: 0
}

.right-0\.5 {
	right: 2px
}

.right-1 {
	right: 4px
}

.right-1\/2 {
	right: 50%
}

.right-10 {
	right: 40px
}

.right-15 {
	right: 60px
}

.right-2\.5 {
	right: 10px
}

.right-20 {
	right: 80px
}

.right-3 {
	right: 12px
}

.right-4 {
	right: 16px
}

.right-4\.5 {
	right: 18px
}

.right-5 {
	right: 20px
}

.right-6 {
	right: 24px
}

.right-7 {
	right: 28px
}

.right-8 {
	right: 32px
}

.right-9 {
	right: 36px
}

.right-\[30px\] {
	right: 30px
}

.top-0 {
	top: 0
}

.top-0\.5 {
	top: 2px
}

.top-1 {
	top: 4px
}

.top-1\/2 {
	top: 50%
}

.top-1\/3 {
	top: 33.333333%
}

.top-12 {
	top: 48px
}

.top-14 {
	top: 56px
}

.top-16 {
	top: 64px
}

.top-17 {
	top: 68px
}

.top-2 {
	top: 8px
}

.top-2\.5 {
	top: 10px
}

.top-20 {
	top: 80px
}

.top-3 {
	top: 12px
}

.top-4 {
	top: 16px
}

.top-5 {
	top: 20px
}

.top-6 {
	top: 24px
}

.top-7 {
	top: 28px
}

.top-8 {
	top: 32px
}

.top-9 {
	top: 36px
}

.top-\[0\.14em\] {
	top: .14em
}

.top-\[3px\] {
	top: 3px
}

.top-\[84px\] {
	top: 84px
}

.top-full {
	top: 100%
}

.isolate {
	isolation: isolate
}

.\!z-10 {
	z-index: 10 !important
}

.\!z-30 {
	z-index: 30 !important
}

.-z-1 {
	z-index: -1
}

.z-0 {
	z-index: 0
}

.z-1 {
	z-index: 1
}

.z-10 {
	z-index: 10
}

.z-2 {
	z-index: 2
}

.z-20 {
	z-index: 20
}

.z-3 {
	z-index: 3
}

.z-30 {
	z-index: 30
}

.z-4 {
	z-index: 4
}

.z-40 {
	z-index: 40
}

.z-50 {
	z-index: 50
}

.z-9 {
	z-index: 9
}

.z-\[1000\] {
	z-index: 1000
}

.z-\[1\] {
	z-index: 1
}

.z-\[3000\] {
	z-index: 3000
}

.z-\[9999\] {
	z-index: 9999
}

.float-right {
	float: right
}

.m-0 {
	margin: 0
}

.m-auto {
	margin: auto
}

.\!mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important
}

.\!mx-auto {
	margin-left: auto !important;
	margin-right: auto !important
}

.\!my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.mx-0 {
	margin-left: 0;
	margin-right: 0
}

.mx-12 {
	margin-left: 48px;
	margin-right: 48px
}

.mx-2 {
	margin-left: 8px;
	margin-right: 8px
}

.mx-2\.5 {
	margin-left: 10px;
	margin-right: 10px
}

.mx-3 {
	margin-left: 12px;
	margin-right: 12px
}

.mx-5 {
	margin-left: 20px;
	margin-right: 20px
}

.mx-6 {
	margin-left: 24px;
	margin-right: 24px
}

.mx-7 {
	margin-left: 28px;
	margin-right: 28px
}

.mx-auto {
	margin-left: auto;
	margin-right: auto
}

.my-0 {
	margin-top: 0;
	margin-bottom: 0
}

.my-0\.5 {
	margin-top: 2px;
	margin-bottom: 2px
}

.my-10 {
	margin-top: 40px;
	margin-bottom: 40px
}

.my-12 {
	margin-top: 48px;
	margin-bottom: 48px
}

.my-13 {
	margin-top: 52px;
	margin-bottom: 52px
}

.my-2 {
	margin-top: 8px;
	margin-bottom: 8px
}

.my-3 {
	margin-top: 12px;
	margin-bottom: 12px
}

.my-4 {
	margin-top: 16px;
	margin-bottom: 16px
}

.my-5 {
	margin-top: 20px;
	margin-bottom: 20px
}

.my-6 {
	margin-top: 24px;
	margin-bottom: 24px
}

.my-8 {
	margin-top: 32px;
	margin-bottom: 32px
}

.my-auto {
	margin-top: auto;
	margin-bottom: auto
}

.\!mb-0 {
	margin-bottom: 0 !important
}

.\!mb-5 {
	margin-bottom: 20px !important
}

.\!mb-7 {
	margin-bottom: 28px !important
}

.\!ml-auto {
	margin-left: auto !important
}

.\!mr-0 {
	margin-right: 0 !important
}

.\!mr-2 {
	margin-right: 8px !important
}

.\!mr-3 {
	margin-right: 12px !important
}

.\!mr-auto {
	margin-right: auto !important
}

.\!mt-0 {
	margin-top: 0 !important
}

.\!mt-14 {
	margin-top: 56px !important
}

.\!mt-2 {
	margin-top: 8px !important
}

.\!mt-3 {
	margin-top: 12px !important
}

.\!mt-4 {
	margin-top: 16px !important
}

.\!mt-5 {
	margin-top: 20px !important
}

.\!mt-9 {
	margin-top: 36px !important
}

.-mb-1 {
	margin-bottom: -4px
}

.-mb-10 {
	margin-bottom: -40px
}

.-mb-4 {
	margin-bottom: -16px
}

.-mb-5 {
	margin-bottom: -20px
}

.-ml-0\.5 {
	margin-left: -2px
}

.-ml-2 {
	margin-left: -8px
}

.-ml-20 {
	margin-left: -80px
}

.-ml-6 {
	margin-left: -24px
}

.-mt-1 {
	margin-top: -4px
}

.-mt-14 {
	margin-top: -56px
}

.-mt-16 {
	margin-top: -64px
}

.-mt-24 {
	margin-top: -96px
}

.-mt-32 {
	margin-top: -128px
}

.-mt-4 {
	margin-top: -16px
}

.-mt-5 {
	margin-top: -20px
}

.-mt-6 {
	margin-top: -24px
}

.-mt-7 {
	margin-top: -28px
}

.-mt-8 {
	margin-top: -32px
}

.-mt-\[44px\] {
	margin-top: -44px
}

.mb-0 {
	margin-bottom: 0
}

.mb-0\.5 {
	margin-bottom: 2px
}

.mb-1 {
	margin-bottom: 4px
}

.mb-1\.5 {
	margin-bottom: 6px
}

.mb-10 {
	margin-bottom: 40px
}

.mb-11 {
	margin-bottom: 44px
}

.mb-12 {
	margin-bottom: 48px
}

.mb-13 {
	margin-bottom: 52px
}

.mb-14 {
	margin-bottom: 56px
}

.mb-15 {
	margin-bottom: 60px
}

.mb-16 {
	margin-bottom: 64px
}

.mb-18 {
	margin-bottom: 72px
}

.mb-2 {
	margin-bottom: 8px
}

.mb-2\.5 {
	margin-bottom: 10px
}

.mb-20 {
	margin-bottom: 80px
}

.mb-24 {
	margin-bottom: 96px
}

.mb-3 {
	margin-bottom: 12px
}

.mb-3\.5 {
	margin-bottom: 14px
}

.mb-30 {
	margin-bottom: 120px
}

.mb-32 {
	margin-bottom: 128px
}

.mb-36 {
	margin-bottom: 144px
}

.mb-4 {
	margin-bottom: 16px
}

.mb-4\.5 {
	margin-bottom: 18px
}

.mb-40 {
	margin-bottom: 160px
}

.mb-5 {
	margin-bottom: 20px
}

.mb-6 {
	margin-bottom: 24px
}

.mb-7 {
	margin-bottom: 28px
}

.mb-8 {
	margin-bottom: 32px
}

.mb-9 {
	margin-bottom: 36px
}

.mb-\[3px\] {
	margin-bottom: 3px
}

.mb-\[60px\] {
	margin-bottom: 60px
}

.mb-\[6px\] {
	margin-bottom: 6px
}

.mb-auto {
	margin-bottom: auto
}

.ml-0 {
	margin-left: 0
}

.ml-0\.5 {
	margin-left: 2px
}

.ml-1 {
	margin-left: 4px
}

.ml-1\.5 {
	margin-left: 6px
}

.ml-10 {
	margin-left: 40px
}

.ml-12 {
	margin-left: 48px
}

.ml-2 {
	margin-left: 8px
}

.ml-2\.5 {
	margin-left: 10px
}

.ml-3 {
	margin-left: 12px
}

.ml-4 {
	margin-left: 16px
}

.ml-5 {
	margin-left: 20px
}

.ml-6 {
	margin-left: 24px
}

.ml-7 {
	margin-left: 28px
}

.ml-8 {
	margin-left: 32px
}

.ml-9 {
	margin-left: 36px
}

.ml-\[30px\] {
	margin-left: 30px
}

.ml-\[50\%\] {
	margin-left: 50%
}

.ml-auto {
	margin-left: auto
}

.mr-0 {
	margin-right: 0
}

.mr-0\.5 {
	margin-right: 2px
}

.mr-1 {
	margin-right: 4px
}

.mr-1\.5 {
	margin-right: 6px
}

.mr-12 {
	margin-right: 48px
}

.mr-14 {
	margin-right: 56px
}

.mr-16 {
	margin-right: 64px
}

.mr-2 {
	margin-right: 8px
}

.mr-2\.5 {
	margin-right: 10px
}

.mr-3 {
	margin-right: 12px
}

.mr-3\.5 {
	margin-right: 14px
}

.mr-4 {
	margin-right: 16px
}

.mr-5 {
	margin-right: 20px
}

.mr-6 {
	margin-right: 24px
}

.mr-7 {
	margin-right: 28px
}

.mr-8 {
	margin-right: 32px
}

.mr-9 {
	margin-right: 36px
}

.mr-\[18px\] {
	margin-right: 18px
}

.mr-\[2px\] {
	margin-right: 2px
}

.mr-\[30px\] {
	margin-right: 30px
}

.mt-0 {
	margin-top: 0
}

.mt-0\.5 {
	margin-top: 2px
}

.mt-1 {
	margin-top: 4px
}

.mt-1\.5 {
	margin-top: 6px
}

.mt-10 {
	margin-top: 40px
}

.mt-11 {
	margin-top: 44px
}

.mt-12 {
	margin-top: 48px
}

.mt-13 {
	margin-top: 52px
}

.mt-14 {
	margin-top: 56px
}

.mt-15 {
	margin-top: 60px
}

.mt-16 {
	margin-top: 64px
}

.mt-17 {
	margin-top: 68px
}

.mt-18 {
	margin-top: 72px
}

.mt-2 {
	margin-top: 8px
}

.mt-2\.5 {
	margin-top: 10px
}

.mt-20 {
	margin-top: 80px
}

.mt-24 {
	margin-top: 96px
}

.mt-28 {
	margin-top: 112px
}

.mt-3 {
	margin-top: 12px
}

.mt-3\.5 {
	margin-top: 14px
}

.mt-30 {
	margin-top: 120px
}

.mt-4 {
	margin-top: 16px
}

.mt-4\.5 {
	margin-top: 18px
}

.mt-44 {
	margin-top: 176px
}

.mt-5 {
	margin-top: 20px
}

.mt-52 {
	margin-top: 208px
}

.mt-6 {
	margin-top: 24px
}

.mt-64 {
	margin-top: 256px
}

.mt-7 {
	margin-top: 28px
}

.mt-7\.5 {
	margin-top: 30px
}

.mt-8 {
	margin-top: 32px
}

.mt-9 {
	margin-top: 36px
}

.mt-\[106px\] {
	margin-top: 106px
}

.mt-\[10vh\] {
	margin-top: 10vh
}

.mt-\[120px\] {
	margin-top: 120px
}

.mt-\[86px\] {
	margin-top: 86px
}

.mt-auto {
	margin-top: auto
}

.mt-px {
	margin-top: 1px
}

.box-border {
	box-sizing: border-box
}

.box-content {
	box-sizing: content-box
}

.line-clamp-1 {
	-webkit-line-clamp: 1
}

.line-clamp-1,
.line-clamp-2 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical
}

.line-clamp-2 {
	-webkit-line-clamp: 2
}

.line-clamp-3 {
	-webkit-line-clamp: 3
}

.line-clamp-3,
.line-clamp-4 {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical
}

.line-clamp-4 {
	-webkit-line-clamp: 4
}

.\!block {
	display: block !important
}

.block {
	display: block
}

.\!inline-block {
	display: inline-block !important
}

.inline-block {
	display: inline-block
}

.\!inline {
	display: inline !important
}

.inline {
	display: inline
}

.\!flex {
	display: -ms-flexbox !important;
	display: flex !important
}

.flex {
	display: -ms-flexbox;
	display: flex
}

.inline-flex {
	display: -ms-inline-flexbox;
	display: inline-flex
}

.grid {
	display: grid
}

.contents {
	display: contents
}

.\!hidden {
	display: none !important
}

.hidden {
	display: none
}

.\!size-40 {
	width: 160px !important;
	height: 160px !important
}

.size-10 {
	width: 40px;
	height: 40px
}

.size-11 {
	width: 44px;
	height: 44px
}

.size-12 {
	width: 48px;
	height: 48px
}

.size-13 {
	width: 52px;
	height: 52px
}

.size-15 {
	width: 60px;
	height: 60px
}

.size-16 {
	width: 64px;
	height: 64px
}

.size-18 {
	width: 72px;
	height: 72px
}

.size-24 {
	width: 96px;
	height: 96px
}

.size-28 {
	width: 112px;
	height: 112px
}

.size-3 {
	width: 12px;
	height: 12px
}

.size-3\.5 {
	width: 14px;
	height: 14px
}

.size-30 {
	width: 120px;
	height: 120px
}

.size-4 {
	width: 16px;
	height: 16px
}

.size-40 {
	width: 160px;
	height: 160px
}

.size-44 {
	width: 176px;
	height: 176px
}

.size-5 {
	width: 20px;
	height: 20px
}

.size-6 {
	width: 24px;
	height: 24px
}

.size-64 {
	width: 256px;
	height: 256px
}

.size-7 {
	width: 28px;
	height: 28px
}

.size-7\.5 {
	width: 30px;
	height: 30px
}

.size-8 {
	width: 32px;
	height: 32px
}

.size-9 {
	width: 36px;
	height: 36px
}

.size-\[120px\] {
	width: 120px;
	height: 120px
}

.size-\[18px\] {
	width: 18px;
	height: 18px
}

.size-\[315px\] {
	width: 315px;
	height: 315px
}

.size-\[calc\(100\%-4px\)\] {
	width: calc(100% - 4px);
	height: calc(100% - 4px)
}

.size-full {
	width: 100%;
	height: 100%
}

.\!h-36 {
	height: 144px !important
}

.\!h-\[200px\] {
	height: 200px !important
}

.\!h-\[440px\] {
	height: 440px !important
}

.\!h-\[520px\] {
	height: 520px !important
}

.\!h-\[96\.7vw\] {
	height: 96.7vw !important
}

.\!h-auto {
	height: auto !important
}

.\!h-full {
	height: 100% !important
}

.h-0 {
	height: 0
}

.h-0\.5 {
	height: 2px
}

.h-1 {
	height: 4px
}

.h-1\.5 {
	height: 6px
}

.h-10 {
	height: 40px
}

.h-11 {
	height: 44px
}

.h-12 {
	height: 48px
}

.h-13 {
	height: 52px
}

.h-14 {
	height: 56px
}

.h-15 {
	height: 60px
}

.h-16 {
	height: 64px
}

.h-2 {
	height: 8px
}

.h-20 {
	height: 80px
}

.h-24 {
	height: 96px
}

.h-3 {
	height: 12px
}

.h-30 {
	height: 120px
}

.h-32 {
	height: 128px
}

.h-36 {
	height: 144px
}

.h-4 {
	height: 16px
}

.h-40 {
	height: 160px
}

.h-44 {
	height: 176px
}

.h-48 {
	height: 192px
}

.h-5 {
	height: 20px
}

.h-52 {
	height: 208px
}

.h-56 {
	height: 224px
}

.h-6 {
	height: 24px
}

.h-64 {
	height: 256px
}

.h-7 {
	height: 28px
}

.h-8 {
	height: 32px
}

.h-9 {
	height: 36px
}

.h-96 {
	height: 384px
}

.h-\[0\.9em\] {
	height: .9em
}

.h-\[1\.5em\] {
	height: 1.5em
}

.h-\[100px\] {
	height: 100px
}

.h-\[100vh\] {
	height: 100vh
}

.h-\[104px\] {
	height: 104px
}

.h-\[110px\] {
	height: 110px
}

.h-\[117vw\] {
	height: 117vw
}

.h-\[126px\] {
	height: 126px
}

.h-\[12px\] {
	height: 12px
}

.h-\[130\%\] {
	height: 130%
}

.h-\[138vw\] {
	height: 138vw
}

.h-\[150px\] {
	height: 150px
}

.h-\[158px\] {
	height: 158px
}

.h-\[160vw\] {
	height: 160vw
}

.h-\[169px\] {
	height: 169px
}

.h-\[178px\] {
	height: 178px
}

.h-\[18px\] {
	height: 18px
}

.h-\[1em\] {
	height: 1em
}

.h-\[1px\] {
	height: 1px
}

.h-\[200px\] {
	height: 200px
}

.h-\[204px\] {
	height: 204px
}

.h-\[210px\] {
	height: 210px
}

.h-\[219px\] {
	height: 219px
}

.h-\[220px\] {
	height: 220px
}

.h-\[22px\] {
	height: 22px
}

.h-\[238px\] {
	height: 238px
}

.h-\[240px\] {
	height: 240px
}

.h-\[258px\] {
	height: 258px
}

.h-\[25px\] {
	height: 25px
}

.h-\[260px\] {
	height: 260px
}

.h-\[26px\] {
	height: 26px
}

.h-\[3\.2em\] {
	height: 3.2em
}

.h-\[300px\] {
	height: 300px
}

.h-\[30px\] {
	height: 30px
}

.h-\[310px\] {
	height: 310px
}

.h-\[347px\] {
	height: 347px
}

.h-\[34px\] {
	height: 34px
}

.h-\[38px\] {
	height: 38px
}

.h-\[3px\] {
	height: 3px
}

.h-\[400px\] {
	height: 400px
}

.h-\[410px\] {
	height: 410px
}

.h-\[420px\] {
	height: 420px
}

.h-\[42px\] {
	height: 42px
}

.h-\[440px\] {
	height: 440px
}

.h-\[44px\] {
	height: 44px
}

.h-\[460px\] {
	height: 460px
}

.h-\[465px\] {
	height: 465px
}

.h-\[488px\] {
	height: 488px
}

.h-\[500px\] {
	height: 500px
}

.h-\[50px\] {
	height: 50px
}

.h-\[520px\] {
	height: 520px
}

.h-\[52px\] {
	height: 52px
}

.h-\[54px\] {
	height: 54px
}

.h-\[58px\] {
	height: 58px
}

.h-\[590px\] {
	height: 590px
}

.h-\[60px\] {
	height: 60px
}

.h-\[70px\] {
	height: 70px
}

.h-\[70vh\] {
	height: 70vh
}

.h-\[73\.8vh\] {
	height: 73.8vh
}

.h-\[74px\] {
	height: 74px
}

.h-\[75px\] {
	height: 75px
}

.h-\[90px\] {
	height: 90px
}

.h-\[auto\],
.h-auto {
	height: auto
}

.h-fit {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content
}

.h-full {
	height: 100%
}

.h-px {
	height: 1px
}

.h-screen {
	height: 100vh
}

.max-h-0 {
	max-height: 0
}

.max-h-36 {
	max-height: 144px
}

.max-h-52 {
	max-height: 208px
}

.max-h-56 {
	max-height: 224px
}

.max-h-72 {
	max-height: 288px
}

.max-h-80 {
	max-height: 320px
}

.max-h-96 {
	max-height: 384px
}

.max-h-\[137\.6vw\] {
	max-height: 137.6vw
}

.max-h-\[2000px\] {
	max-height: 2000px
}

.max-h-\[262px\] {
	max-height: 262px
}

.max-h-\[338px\] {
	max-height: 338px
}

.max-h-\[381px\] {
	max-height: 381px
}

.max-h-\[480px\] {
	max-height: 480px
}

.max-h-\[70vh\] {
	max-height: 70vh
}

.max-h-\[80vh\] {
	max-height: 80vh
}

.max-h-\[90px\] {
	max-height: 90px
}

.max-h-full {
	max-height: 100%
}

.max-h-screen {
	max-height: 100vh
}

.min-h-10 {
	min-height: 40px
}

.min-h-11 {
	min-height: 44px
}

.min-h-14 {
	min-height: 56px
}

.min-h-15 {
	min-height: 60px
}

.min-h-20 {
	min-height: 80px
}

.min-h-24 {
	min-height: 96px
}

.min-h-52 {
	min-height: 208px
}

.min-h-\[24px\] {
	min-height: 24px
}

.min-h-\[40vh\] {
	min-height: 40vh
}

.min-h-\[440px\] {
	min-height: 440px
}

.min-h-\[48px\] {
	min-height: 48px
}

.min-h-\[500px\] {
	min-height: 500px
}

.min-h-\[800px\] {
	min-height: 800px
}

.min-h-\[calc\(100vh-172px\)\] {
	min-height: calc(100vh - 172px)
}

.min-h-screen {
	min-height: 100vh
}

.\!w-11\/12 {
	width: 91.666667% !important
}

.\!w-30 {
	width: 120px !important
}

.\!w-36 {
	width: 144px !important
}

.\!w-56 {
	width: 224px !important
}

.\!w-\[130px\] {
	width: 130px !important
}

.\!w-\[230px\] {
	width: 230px !important
}

.\!w-full {
	width: 100% !important
}

.w-0 {
	width: 0
}

.w-0\.5 {
	width: 2px
}

.w-1 {
	width: 4px
}

.w-1\.5 {
	width: 6px
}

.w-1\/2 {
	width: 50%
}

.w-1\/4 {
	width: 25%
}

.w-10 {
	width: 40px
}

.w-12 {
	width: 48px
}

.w-13 {
	width: 52px
}

.w-14 {
	width: 56px
}

.w-15 {
	width: 60px
}

.w-16 {
	width: 64px
}

.w-18 {
	width: 72px
}

.w-2\/5 {
	width: 40%
}

.w-20 {
	width: 80px
}

.w-24 {
	width: 96px
}

.w-28 {
	width: 112px
}

.w-3 {
	width: 12px
}

.w-3\.5 {
	width: 14px
}

.w-30 {
	width: 120px
}

.w-32 {
	width: 128px
}

.w-36 {
	width: 144px
}

.w-4 {
	width: 16px
}

.w-40 {
	width: 160px
}

.w-44 {
	width: 176px
}

.w-48 {
	width: 192px
}

.w-5 {
	width: 20px
}

.w-52 {
	width: 208px
}

.w-6 {
	width: 24px
}

.w-60 {
	width: 240px
}

.w-64 {
	width: 256px
}

.w-7 {
	width: 28px
}

.w-72 {
	width: 288px
}

.w-8 {
	width: 32px
}

.w-80 {
	width: 320px
}

.w-9 {
	width: 36px
}

.w-96 {
	width: 384px
}

.w-\[104px\] {
	width: 104px
}

.w-\[114px\] {
	width: 114px
}

.w-\[115px\] {
	width: 115px
}

.w-\[116px\] {
	width: 116px
}

.w-\[120px\] {
	width: 120px
}

.w-\[126px\] {
	width: 126px
}

.w-\[128px\] {
	width: 128px
}

.w-\[132px\] {
	width: 132px
}

.w-\[138px\] {
	width: 138px
}

.w-\[140px\] {
	width: 140px
}

.w-\[150\%\] {
	width: 150%
}

.w-\[150px\] {
	width: 150px
}

.w-\[1600px\] {
	width: 1600px
}

.w-\[162px\] {
	width: 162px
}

.w-\[180px\] {
	width: 180px
}

.w-\[18px\] {
	width: 18px
}

.w-\[194px\] {
	width: 194px
}

.w-\[200px\] {
	width: 200px
}

.w-\[240px\] {
	width: 240px
}

.w-\[260px\] {
	width: 260px
}

.w-\[26px\] {
	width: 26px
}

.w-\[280px\] {
	width: 280px
}

.w-\[289px\] {
	width: 289px
}

.w-\[290px\] {
	width: 290px
}

.w-\[300px\] {
	width: 300px
}

.w-\[30px\] {
	width: 30px
}

.w-\[316px\] {
	width: 316px
}

.w-\[34px\] {
	width: 34px
}

.w-\[350px\] {
	width: 350px
}

.w-\[360px\] {
	width: 360px
}

.w-\[38px\] {
	width: 38px
}

.w-\[392px\] {
	width: 392px
}

.w-\[42px\] {
	width: 42px
}

.w-\[450px\] {
	width: 450px
}

.w-\[49px\] {
	width: 49px
}

.w-\[52px\] {
	width: 52px
}

.w-\[54px\] {
	width: 54px
}

.w-\[55\%\] {
	width: 55%
}

.w-\[550px\] {
	width: 550px
}

.w-\[60px\] {
	width: 60px
}

.w-\[690px\] {
	width: 690px
}

.w-\[750px\] {
	width: 750px
}

.w-\[784px\] {
	width: 784px
}

.w-\[832px\] {
	width: 832px
}

.w-\[86px\] {
	width: 86px
}

.w-\[90px\] {
	width: 90px
}

.w-\[calc\(\(100\%-15px\)\/2\)\] {
	width: calc((100% - 15px) / 2)
}

.w-\[calc\(\(100\%-8px\)\/2\)\] {
	width: calc((100% - 8px) / 2)
}

.w-\[calc\(100\%-32px\)\] {
	width: calc(100% - 32px)
}

.w-\[calc\(50\%-8px\)\] {
	width: calc(50% - 8px)
}

.w-auto {
	width: auto
}

.w-fit {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

.w-full {
	width: 100%
}

.w-max {
	width: -webkit-max-content;
	width: max-content
}

.w-px {
	width: 1px
}

.w-screen {
	width: 100vw
}

.min-w-0 {
	min-width: 0
}

.min-w-40 {
	min-width: 160px
}

.min-w-\[168px\] {
	min-width: 168px
}

.min-w-\[240px\] {
	min-width: 240px
}

.min-w-full {
	min-width: 100%
}

.\!max-w-40 {
	max-width: 160px !important
}

.\!max-w-full {
	max-width: 100% !important
}

.max-w-72 {
	max-width: 288px
}

.max-w-7xl {
	max-width: 1280px
}

.max-w-80 {
	max-width: 320px
}

.max-w-96 {
	max-width: 384px
}

.max-w-\[1000px\] {
	max-width: 1000px
}

.max-w-\[1200px\] {
	max-width: 1200px
}

.max-w-\[20em\] {
	max-width: 20em
}

.max-w-\[268px\] {
	max-width: 268px
}

.max-w-\[300px\] {
	max-width: 300px
}

.max-w-\[378px\] {
	max-width: 378px
}

.max-w-\[380px\] {
	max-width: 380px
}

.max-w-\[400px\] {
	max-width: 400px
}

.max-w-\[480px\] {
	max-width: 480px
}

.max-w-\[520px\] {
	max-width: 520px
}

.max-w-\[590px\] {
	max-width: 590px
}

.max-w-\[83\.3\%\] {
	max-width: 83.3%
}

.max-w-\[860px\] {
	max-width: 860px
}

.max-w-\[calc\(100vw-32px\)\] {
	max-width: calc(100vw - 32px)
}

.max-w-\[unset\] {
	max-width: unset
}

.max-w-full {
	max-width: 100%
}

.max-w-screen-sm {
	max-width: 640px
}

.max-w-sm {
	max-width: 384px
}

.flex-1 {
	-ms-flex: 1 1 0%;
	flex: 1 1 0%
}

.flex-\[0_1_33\%\] {
	-ms-flex: 0 1 33%;
	flex: 0 1 33%
}

.flex-\[0_1_67\%\] {
	-ms-flex: 0 1 67%;
	flex: 0 1 67%
}

.flex-\[1\.5\] {
	-ms-flex: 1.5;
	flex: 1.5
}

.flex-\[1_1_40\%\] {
	-ms-flex: 1 1 40%;
	flex: 1 1 40%
}

.flex-\[1_1_60\%\] {
	-ms-flex: 1 1 60%;
	flex: 1 1 60%
}

.flex-\[2\.26\] {
	-ms-flex: 2.26;
	flex: 2.26
}

.flex-auto {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}

.flex-none {
	-ms-flex: none;
	flex: none
}

.flex-shrink-0,
.shrink-0 {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.\!flex-grow-0 {
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important
}

.flex-grow {
	-ms-flex-positive: 1;
	flex-grow: 1
}

.flex-grow-0 {
	-ms-flex-positive: 0;
	flex-grow: 0
}

.grow {
	-ms-flex-positive: 1;
	flex-grow: 1
}

.grow-0 {
	-ms-flex-positive: 0;
	flex-grow: 0
}

.grow-\[2\] {
	-ms-flex-positive: 2;
	flex-grow: 2
}

.basis-0 {
	-ms-flex-preferred-size: 0px;
	flex-basis: 0px
}

.basis-1\/2 {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%
}

.basis-2\/5 {
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%
}

.basis-3\/5 {
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%
}

.basis-5 {
	-ms-flex-preferred-size: 20px;
	flex-basis: 20px
}

.basis-\[34px\] {
	-ms-flex-preferred-size: 34px;
	flex-basis: 34px
}

.basis-\[calc\(\(100\%-64px\)\/2\)\] {
	-ms-flex-preferred-size: calc((100% - 64px) / 2);
	flex-basis: calc((100% - 64px) / 2)
}

.basis-\[calc\(50\%-10px\)\] {
	-ms-flex-preferred-size: calc(50% - 10px);
	flex-basis: calc(50% - 10px)
}

.basis-\[calc\(50\%-20px\)\] {
	-ms-flex-preferred-size: calc(50% - 20px);
	flex-basis: calc(50% - 20px)
}

.basis-\[calc\(50\%-8px\)\] {
	-ms-flex-preferred-size: calc(50% - 8px);
	flex-basis: calc(50% - 8px)
}

.basis-auto {
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}

.basis-full {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.origin-bottom {
	transform-origin: bottom
}

.origin-center {
	transform-origin: center
}

.origin-left {
	transform-origin: left
}

.\!translate-x-0 {
	--tw-translate-x: 0px !important
}

.\!translate-x-0,
.\!translate-y-0 {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

.\!translate-y-0 {
	--tw-translate-y: 0px !important
}

.-translate-x-1\/2 {
	--tw-translate-x: -50%
}

.-translate-x-1\/2,
.-translate-y-1\/2 {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-1\/2 {
	--tw-translate-y: -50%
}

.-translate-y-10 {
	--tw-translate-y: -40px
}

.-translate-y-10,
.-translate-y-full {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-full {
	--tw-translate-y: -100%
}

.translate-x-0 {
	--tw-translate-x: 0px
}

.translate-x-0,
.translate-x-1\/2 {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-1\/2 {
	--tw-translate-x: 50%
}

.translate-x-12 {
	--tw-translate-x: 48px
}

.translate-x-12,
.translate-y-0 {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-0 {
	--tw-translate-y: 0px
}

.translate-y-0\.5 {
	--tw-translate-y: 2px;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-1\/2,
.translate-y-2\/4 {
	--tw-translate-y: 50%
}

.translate-y-1\/2,
.translate-y-2\/4,
.translate-y-full {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-full {
	--tw-translate-y: 100%
}

.rotate-180 {
	--tw-rotate: 180deg
}

.rotate-180,
.rotate-90 {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-90 {
	--tw-rotate: 90deg
}

.scale-0 {
	--tw-scale-x: 0;
	--tw-scale-y: 0
}

.scale-0,
.scale-100 {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-100 {
	--tw-scale-x: 1;
	--tw-scale-y: 1
}

.scale-75 {
	--tw-scale-x: .75;
	--tw-scale-y: .75
}

.scale-75,
.scale-y-50 {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-y-50 {
	--tw-scale-y: .5
}

.transform {
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform-gpu {
	transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.animate-\[300ms\] {
	animation: .3s
}

.animate-\[800ms\] {
	animation: .8s
}

.\!cursor-default {
	cursor: default !important
}

.cursor-default {
	cursor: default
}

.cursor-grab {
	cursor: -webkit-grab;
	cursor: grab
}

.cursor-not-allowed {
	cursor: not-allowed
}

.cursor-pointer {
	cursor: pointer
}

.cursor-text {
	cursor: text
}

.touch-none {
	-ms-touch-action: none;
	touch-action: none
}

.select-none {
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.select-auto {
	-webkit-user-select: auto;
	-ms-user-select: auto;
	user-select: auto
}

.resize {
	resize: both
}

.snap-x {
	-webkit-scroll-snap-type: x var(--tw-scroll-snap-strictness);
	-ms-scroll-snap-type: x var(--tw-scroll-snap-strictness);
	scroll-snap-type: x var(--tw-scroll-snap-strictness)
}

.scroll-m-16 {
	scroll-margin: 64px
}

.scroll-mt-20 {
	scroll-margin-top: 80px
}

.list-none {
	list-style-type: none
}

.appearance-none {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.columns-2 {
	-webkit-columns: 2;
	column-count: 2
}

.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr))
}

.grid-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr))
}

.flex-row {
	-ms-flex-direction: row;
	flex-direction: row
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.\!flex-col {
	-ms-flex-direction: column !important;
	flex-direction: column !important
}

.flex-col {
	-ms-flex-direction: column;
	flex-direction: column
}

.flex-col-reverse {
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.flex-nowrap {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.content-baseline {
	-ms-flex-line-pack: baseline;
	align-content: baseline
}

.content-stretch {
	-ms-flex-line-pack: stretch;
	align-content: stretch
}

.items-start {
	-ms-flex-align: start;
	align-items: flex-start
}

.items-end {
	-ms-flex-align: end;
	align-items: flex-end
}

.items-center {
	-ms-flex-align: center;
	align-items: center
}

.items-baseline {
	-ms-flex-align: baseline;
	align-items: baseline
}

.items-stretch {
	-ms-flex-align: stretch;
	align-items: stretch
}

.justify-start {
	-ms-flex-pack: start;
	justify-content: flex-start
}

.justify-end {
	-ms-flex-pack: end;
	justify-content: flex-end
}

.justify-center {
	-ms-flex-pack: center;
	justify-content: center
}

.\!justify-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important
}

.justify-between {
	-ms-flex-pack: justify;
	justify-content: space-between
}

.justify-around {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.justify-stretch {
	-ms-flex-pack: stretch;
	justify-content: stretch
}

.gap-1 {
	gap: 4px
}

.gap-1\.5 {
	gap: 6px
}

.gap-2 {
	gap: 8px
}

.gap-2\.5 {
	gap: 10px
}

.gap-3 {
	gap: 12px
}

.gap-4 {
	gap: 16px
}

.gap-5 {
	gap: 20px
}

.gap-6 {
	gap: 24px
}

.gap-7 {
	gap: 28px
}

.gap-x-2 {
	-webkit-column-gap: 8px;
	column-gap: 8px
}

.gap-x-3 {
	-webkit-column-gap: 12px;
	column-gap: 12px
}

.gap-x-4 {
	-webkit-column-gap: 16px;
	column-gap: 16px
}

.gap-x-5 {
	-webkit-column-gap: 20px;
	column-gap: 20px
}

.gap-y-1\.5 {
	row-gap: 6px
}

.gap-y-2 {
	row-gap: 8px
}

.gap-y-3\.5 {
	row-gap: 14px
}

.gap-y-4 {
	row-gap: 16px
}

.gap-y-5 {
	row-gap: 20px
}

.space-x-15>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(60px * var(--tw-space-x-reverse));
	margin-left: calc(60px * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-5>:not([hidden])~:not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(20px * var(--tw-space-x-reverse));
	margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-2>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(8px * var(--tw-space-y-reverse))
}

.self-end {
	-ms-flex-item-align: end;
	align-self: flex-end
}

.self-center {
	-ms-flex-item-align: center;
	align-self: center
}

.self-stretch {
	-ms-flex-item-align: stretch;
	align-self: stretch
}

.overflow-auto {
	overflow: auto
}

.overflow-hidden {
	overflow: hidden
}

.\!overflow-visible {
	overflow: visible !important
}

.overflow-visible {
	overflow: visible
}

.overflow-x-auto {
	overflow-x: auto
}

.overflow-y-auto {
	overflow-y: auto
}

.overflow-x-hidden {
	overflow-x: hidden
}

.overflow-y-hidden {
	overflow-y: hidden
}

.overflow-x-clip {
	overflow-x: clip
}

.\!overflow-y-visible {
	overflow-y: visible !important
}

.overflow-x-scroll {
	overflow-x: scroll
}

.overflow-y-scroll {
	overflow-y: scroll
}

.scroll-smooth {
	scroll-behavior: smooth
}

.overflow-ellipsis,
.text-ellipsis {
	text-overflow: ellipsis
}

.whitespace-normal {
	white-space: normal
}

.whitespace-nowrap {
	white-space: nowrap
}

.whitespace-pre {
	white-space: pre
}

.whitespace-pre-line {
	white-space: pre-line
}

.whitespace-pre-wrap {
	white-space: pre-wrap
}

.text-wrap {
	text-wrap: wrap
}

.text-nowrap {
	text-wrap: nowrap
}

.break-all {
	word-break: break-all
}

.\!rounded-2xl {
	border-radius: 16px !important
}

.\!rounded-full {
	border-radius: 9999px !important
}

.\!rounded-none {
	border-radius: 0 !important
}

.\!rounded-xl {
	border-radius: 12px !important
}

.rounded {
	border-radius: 4px
}

.rounded-2xl {
	border-radius: 16px
}

.rounded-3xl {
	border-radius: 24px
}

.rounded-4xl {
	border-radius: 32px
}

.rounded-\[14px\] {
	border-radius: 14px
}

.rounded-\[18px\] {
	border-radius: 18px
}

.rounded-\[20px\] {
	border-radius: 20px
}

.rounded-\[50\%\] {
	border-radius: 50%
}

.rounded-\[6px\] {
	border-radius: 6px
}

.rounded-full {
	border-radius: 9999px
}

.rounded-lg {
	border-radius: 8px
}

.rounded-md {
	border-radius: 6px
}

.rounded-none {
	border-radius: 0
}

.rounded-sm {
	border-radius: 2px
}

.rounded-xl {
	border-radius: 12px
}

.rounded-b-lg {
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px
}

.rounded-l-full {
	border-top-left-radius: 9999px;
	border-bottom-left-radius: 9999px
}

.rounded-r-full {
	border-top-right-radius: 9999px;
	border-bottom-right-radius: 9999px
}

.rounded-t-2xl {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px
}

.rounded-t-3xl {
	border-top-left-radius: 24px;
	border-top-right-radius: 24px
}

.rounded-t-\[18px\] {
	border-top-left-radius: 18px;
	border-top-right-radius: 18px
}

.rounded-t-lg {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px
}

.rounded-bl-lg {
	border-bottom-left-radius: 8px
}

.rounded-bl-sm {
	border-bottom-left-radius: 2px
}

.rounded-br-md {
	border-bottom-right-radius: 6px
}

.rounded-br-xl {
	border-bottom-right-radius: 12px
}

.rounded-tl-xl {
	border-top-left-radius: 12px
}

.rounded-tr-lg {
	border-top-right-radius: 8px
}

.\!border-0 {
	border-width: 0 !important
}

.border {
	border-width: 1px
}

.border-0 {
	border-width: 0
}

.border-2 {
	border-width: 2px
}

.border-\[12px\] {
	border-width: 12px
}

.border-b {
	border-bottom-width: 1px
}

.border-b-2 {
	border-bottom-width: 2px
}

.border-t {
	border-top-width: 1px
}

.border-solid {
	border-style: solid
}

.border-dashed {
	border-style: dashed
}

.\!border-none {
	border-style: none !important
}

.border-none {
	border-style: none
}

.\!border-\[\#1D1D1F\] {
	border-color: #1d1d1f !important
}

.\!border-black {
	border-color: #000 !important
}

.border-\[\#155bd4\] {
	border-color: #155bd4
}

.border-\[\#1D1D1F\],
.border-\[\#1d1d1f\] {
	border-color: #1d1d1f
}

.border-\[\#323232\]\/10 {
	border-color: rgba(50, 50, 50, .1)
}

.border-\[\#3370FF4D\] {
	border-color: rgba(51, 112, 255, .302)
}

.border-\[\#4D4D4D\] {
	border-color: #4d4d4d
}

.border-\[\#515AAF\] {
	border-color: #515aaf
}

.border-\[\#646566\] {
	border-color: #646566
}

.border-\[\#7E92DA\] {
	border-color: #7e92da
}

.border-\[\#8888FF\] {
	border-color: #88f
}

.border-\[\#B8D4FF\] {
	border-color: #b8d4ff
}

.border-\[\#BBC8FF\] {
	border-color: #bbc8ff
}

.border-\[\#D2D2D7\] {
	border-color: #d2d2d7
}

.border-\[\#DCDEE0\] {
	border-color: #dcdee0
}

.border-\[\#DEDEDE\] {
	border-color: #dedede
}

.border-\[\#DFDFDF\] {
	border-color: #dfdfdf
}

.border-\[\#E6E6E6\] {
	border-color: #e6e6e6
}

.border-\[\#EBEDF0\] {
	border-color: #ebedf0
}

.border-\[\#F5F5F7\] {
	border-color: #f5f5f7
}

.border-\[\#F5F7FB\] {
	border-color: #f5f7fb
}

.border-\[\#dcdee0\] {
	border-color: #dcdee0
}

.border-black {
	border-color: #000
}

.border-gray-200 {
	border-color: #e5e7eb
}

.border-gray-300 {
	border-color: #d1d5db
}

.border-normal {
	border-color: #ebedf0
}

.border-primary {
	border-color: #3370ff
}

.border-white {
	border-color: #fff
}

.border-white\/20 {
	border-color: hsla(0, 0%, 100%, .2)
}

.border-white\/30 {
	border-color: hsla(0, 0%, 100%, .3)
}

.border-b-\[\#E6E6E6\] {
	border-bottom-color: #e6e6e6
}

.border-b-white\/30 {
	border-bottom-color: hsla(0, 0%, 100%, .3)
}

.\!bg-black {
	background-color: #000 !important
}

.\!bg-black\/40 {
	background-color: rgba(0, 0, 0, .4) !important
}

.\!bg-primary {
	background-color: #3370ff !important
}

.\!bg-transparent {
	background-color: transparent !important
}

.\!bg-white {
	background-color: #fff !important
}

.bg-\[\#001639\] {
	background-color: #001639
}

.bg-\[\#0071E3\] {
	background-color: #0071e3
}

.bg-\[\#02FF54\] {
	background-color: #02ff54
}

.bg-\[\#131126\] {
	background-color: #131126
}

.bg-\[\#155bd4\] {
	background-color: #155bd4
}

.bg-\[\#181725\] {
	background-color: #181725
}

.bg-\[\#1A1A1B\] {
	background-color: #1a1a1b
}

.bg-\[\#1D1D1F\],
.bg-\[\#1d1d1f\] {
	background-color: #1d1d1f
}

.bg-\[\#202033\] {
	background-color: #202033
}

.bg-\[\#2222DC\] {
	background-color: #2222dc
}

.bg-\[\#283297\] {
	background-color: #283297
}

.bg-\[\#29d\] {
	background-color: #29d
}

.bg-\[\#523DEB\] {
	background-color: #523deb
}

.bg-\[\#5E697D\] {
	background-color: #5e697d
}

.bg-\[\#5F6BD3\] {
	background-color: #5f6bd3
}

.bg-\[\#6A50E7\] {
	background-color: #6a50e7
}

.bg-\[\#6E6E73\] {
	background-color: #6e6e73
}

.bg-\[\#8558FA\] {
	background-color: #8558fa
}

.bg-\[\#A2BDFF\] {
	background-color: #a2bdff
}

.bg-\[\#B0F343\] {
	background-color: #b0f343
}

.bg-\[\#CACBCD\] {
	background-color: #cacbcd
}

.bg-\[\#D8D8D8\] {
	background-color: #d8d8d8
}

.bg-\[\#D9D9D9\] {
	background-color: #d9d9d9
}

.bg-\[\#E1EAFF\] {
	background-color: #e1eaff
}

.bg-\[\#E3EFFF\] {
	background-color: #e3efff
}

.bg-\[\#E5C4A5\] {
	background-color: #e5c4a5
}

.bg-\[\#E6E6E6\] {
	background-color: #e6e6e6
}

.bg-\[\#E8F0FF\] {
	background-color: #e8f0ff
}

.bg-\[\#EB5F21\] {
	background-color: #eb5f21
}

.bg-\[\#EBEBEB\] {
	background-color: #ebebeb
}

.bg-\[\#EDF4FF\] {
	background-color: #edf4ff
}

.bg-\[\#EEF8FF\] {
	background-color: #eef8ff
}

.bg-\[\#F03C0A\] {
	background-color: #f03c0a
}

.bg-\[\#F0F0F6\] {
	background-color: #f0f0f6
}

.bg-\[\#F0F4FF\] {
	background-color: #f0f4ff
}

.bg-\[\#F1F3F7\] {
	background-color: #f1f3f7
}

.bg-\[\#F2F2F7\] {
	background-color: #f2f2f7
}

.bg-\[\#F3F6FE\] {
	background-color: #f3f6fe
}

.bg-\[\#F3F7FF\] {
	background-color: #f3f7ff
}

.bg-\[\#F4F4F4\] {
	background-color: #f4f4f4
}

.bg-\[\#F5F5F7\] {
	background-color: #f5f5f7
}

.bg-\[\#F7F7F7\] {
	background-color: #f7f7f7
}

.bg-\[\#FF3F3F\] {
	background-color: #ff3f3f
}

.bg-\[\#f5f5f7\] {
	background-color: #f5f5f7
}

.bg-\[\#fff\] {
	background-color: #fff
}

.bg-\[--background\] {
	background-color: var(--background)
}

.bg-\[rgba\(210\2c 210\2c 215\2c 0\.4\)\] {
	background-color: hsla(240, 6%, 83%, .4)
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.5\)\] {
	background-color: hsla(0, 0%, 100%, .5)
}

.bg-assistant {
	background-color: #f8f8f8
}

.bg-black {
	background-color: #000
}

.bg-black\/30 {
	background-color: rgba(0, 0, 0, .3)
}

.bg-black\/40 {
	background-color: rgba(0, 0, 0, .4)
}

.bg-black\/80 {
	background-color: rgba(0, 0, 0, .8)
}

.bg-black\/\[0\.06\] {
	background-color: rgba(0, 0, 0, .06)
}

.bg-content {
	background-color: #fff
}

.bg-default {
	background-color: #f7f8fa
}

.bg-disabled {
	background-color: #ebedf0
}

.bg-gray-200 {
	background-color: #e5e7eb
}

.bg-gray-300 {
	background-color: #d1d5db
}

.bg-mask {
	background-color: rgba(0, 0, 0, .73)
}

.bg-primary {
	background-color: #3370ff
}

.bg-transparent {
	background-color: transparent
}

.bg-white {
	background-color: #fff
}

.bg-white\/10 {
	background-color: hsla(0, 0%, 100%, .1)
}

.bg-white\/20 {
	background-color: hsla(0, 0%, 100%, .2)
}

.bg-white\/30 {
	background-color: hsla(0, 0%, 100%, .3)
}

.bg-white\/40 {
	background-color: hsla(0, 0%, 100%, .4)
}

.bg-white\/60 {
	background-color: hsla(0, 0%, 100%, .6)
}

.bg-white\/70 {
	background-color: hsla(0, 0%, 100%, .7)
}

.bg-white\/80 {
	background-color: hsla(0, 0%, 100%, .8)
}

.bg-white\/90 {
	background-color: hsla(0, 0%, 100%, .9)
}

.bg-white\/\[\.44\] {
	background-color: hsla(0, 0%, 100%, .44)
}

.\!bg-none {
	background-image: none !important
}

.bg-\[linear-gradient\(120deg\2c \#F9E9C8_0\%\2c \#F5CC7A_100\%\)\;\] {
	background-image: linear-gradient(120deg, #f9e9c8, #f5cc7a)
}

.bg-\[linear-gradient\(180deg\2c \#0000FE_0\%\2c \#00B2FF_100\%\)\;\] {
	background-image: linear-gradient(180deg, #0000fe, #00b2ff)
}

.bg-\[linear-gradient\(180deg\2c \#27EB5D_0\%\2c \#40BDF9_100\%\)\;\] {
	background-image: linear-gradient(180deg, #27eb5d, #40bdf9)
}

.bg-\[linear-gradient\(180deg\2c \#5051D0_0\%\2c \#6F6ED7_100\%\)\;\],
.bg-\[linear-gradient\(180deg\2c \#5051D0_0\%\2c \#6F6ED7_100\%\)\] {
	background-image: linear-gradient(180deg, #5051d0, #6f6ed7)
}

.bg-\[linear-gradient\(180deg\2c \#95D6F7_0\%\2c \#BDF3E5_100\%\)\;\] {
	background-image: linear-gradient(180deg, #95d6f7, #bdf3e5)
}

.bg-\[linear-gradient\(180deg\2c \#DCDFFF_0\%\2c \#F9EBFB_100\%\)\;\] {
	background-image: linear-gradient(180deg, #dcdfff, #f9ebfb)
}

.bg-\[linear-gradient\(180deg\2c \#E1F4FF\2c \#FFF\)\;\] {
	background-image: linear-gradient(180deg, #e1f4ff, #fff)
}

.bg-\[linear-gradient\(180deg\2c \#E7D7C6_0\%\2c \#C8B696_100\%\)\;\] {
	background-image: linear-gradient(180deg, #e7d7c6, #c8b696)
}

.bg-\[linear-gradient\(180deg\2c rgba\(0\2c 0\2c 0\2c 0\)_0\%\2c rgba\(0\2c 0\2c 0\2c 0\)_50\%\2c rgba\(0\2c 0\2c 0\2c 0\.7\)_100\%\)\;\] {
	background-image: linear-gradient(180deg, transparent, transparent 50%, rgba(0, 0, 0, .7))
}

.bg-\[linear-gradient\(180deg\2c rgba\(0\2c 0\2c 254\2c 0\)_0\%\2c rgba\(0\2c 0\2c 254\2c 0\.12\)_20\%\2c rgba\(0\2c 0\2c 254\2c 0\.25\)_70\%\2c \#2222DC_100\%\)\;\] {
	background-image: linear-gradient(180deg, rgba(0, 0, 254, 0), rgba(0, 0, 254, .12) 20%, rgba(0, 0, 254, .25) 70%, #2222dc)
}

.bg-\[linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.81\)_0\%\2c \#FFF_100\%\)\;\] {
	background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .81), #fff)
}

.bg-\[linear-gradient\(45deg\2c \#5E5EFF_0\%\2c \#4848E3_25\%\2c \#8A57EA_100\%\)\;\] {
	background-image: linear-gradient(45deg, #5e5eff, #4848e3 25%, #8a57ea)
}

.bg-\[linear-gradient\(90deg\2c \#02FF54_0\%\2c \#16B3FF_100\%\)\;\] {
	background-image: linear-gradient(90deg, #02ff54, #16b3ff)
}

.bg-\[linear-gradient\(90deg\2c \#5694FD_0\%\2c \#215BFE_100\%\)\;\] {
	background-image: linear-gradient(90deg, #5694fd, #215bfe)
}

.bg-\[url\(\"https\:\/\/img01\.yzcdn\.cn\/upload_files\/2022\/08\/18\/Fm9x5kvppE-Mdc0zvgERIV-3PjAU\.png\?imageMogr2\/format\/jpg\"\)\] {
	background-image: url(https://img01.yzcdn.cn/upload_files/2022/08/18/Fm9x5kvppE-Mdc0zvgERIV-3PjAU.png?imageMogr2/format/jpg)
}

.bg-\[url\(\"https\:\/\/img01\.yzcdn\.cn\/upload_files\/2023\/07\/25\/FsPRr7FIp2WEi3I9DjVSQBdYc3sN\.jpg\"\)\] {
	background-image: url(https://img01.yzcdn.cn/upload_files/2023/07/25/FsPRr7FIp2WEi3I9DjVSQBdYc3sN.jpg)
}

.bg-\[url\(\"https\:\/\/img01\.yzcdn\.cn\/upload_files\/2023\/08\/04\/FraxA_GgG0O7QsgKmR10ewS6P-bf\.jpg\"\)\] {
	background-image: url(https://img01.yzcdn.cn/upload_files/2023/08/04/FraxA_GgG0O7QsgKmR10ewS6P-bf.jpg)
}

.bg-\[url\(https\:\/\/img01\.yzcdn\.cn\/upload_files\/2023\/11\/03\/FlBK_U9tNrCYIpFTVToDCPo65ODf\.jpg\)\] {
	background-image: url(https://img01.yzcdn.cn/upload_files/2023/11/03/FlBK_U9tNrCYIpFTVToDCPo65ODf.jpg)
}

.bg-gradient-to-b {
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
}

.bg-image-variable {
	background-image: var(--tw-background-image)
}

.from-\[\#4041E2\] {
	--tw-gradient-from: #4041e2 var(--tw-gradient-from-position);
	--tw-gradient-to: rgba(64, 65, 226, 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-\[\#FFE7BD\] {
	--tw-gradient-from: #ffe7bd var(--tw-gradient-from-position);
	--tw-gradient-to: rgba(255, 231, 189, 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-primary {
	--tw-gradient-from: #3370ff var(--tw-gradient-from-position);
	--tw-gradient-to: rgba(51, 112, 255, 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.from-0\% {
	--tw-gradient-from-position: 0%
}

.via-\[\#FFFFFF\],
.via-white {
	--tw-gradient-to: hsla(0, 0%, 100%, 0) var(--tw-gradient-to-position);
	--tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)
}

.via-40\% {
	--tw-gradient-via-position: 40%
}

.to-\[\#5788FA\] {
	--tw-gradient-to: #5788fa var(--tw-gradient-to-position)
}

.to-\[\#5C5BD5\] {
	--tw-gradient-to: #5c5bd5 var(--tw-gradient-to-position)
}

.to-\[\#FFFFFF\],
.to-white {
	--tw-gradient-to: #fff var(--tw-gradient-to-position)
}

.to-100\% {
	--tw-gradient-to-position: 100%
}

.\!bg-cover {
	background-size: cover !important
}

.bg-\[length\:0_0\] {
	background-size: 0 0
}

.bg-\[length\:12px_12px\] {
	background-size: 12px 12px
}

.bg-\[length\:14px_14px\] {
	background-size: 14px 14px
}

.bg-\[length\:16px_16px\] {
	background-size: 16px 16px
}

.bg-\[length\:18px_18px\] {
	background-size: 18px 18px
}

.bg-\[length\:20px_20px\] {
	background-size: 20px 20px
}

.bg-\[length\:22px_22px\] {
	background-size: 22px 22px
}

.bg-\[length\:42px_42px\] {
	background-size: 42px 42px
}

.bg-\[length\:44px_44px\] {
	background-size: 44px 44px
}

.bg-\[length\:95\%_auto\] {
	background-size: 95% auto
}

.bg-\[length\:auto_100\%\] {
	background-size: auto 100%
}

.bg-contain {
	background-size: contain
}

.bg-cover {
	background-size: cover
}

.bg-clip-text {
	-webkit-background-clip: text;
	background-clip: text
}

.\!bg-center {
	background-position: 50% !important
}

.bg-\[center_top\] {
	background-position: top
}

.bg-\[left_center\] {
	background-position: 0
}

.bg-bottom {
	background-position: bottom
}

.bg-center {
	background-position: 50%
}

.bg-left {
	background-position: 0
}

.bg-left-top {
	background-position: 0 0
}

.bg-right {
	background-position: 100%
}

.bg-right-bottom {
	background-position: 100% 100%
}

.\!bg-no-repeat {
	background-repeat: no-repeat !important
}

.bg-no-repeat {
	background-repeat: no-repeat
}

.object-contain {
	object-fit: contain
}

.object-cover {
	object-fit: cover
}

.object-bottom {
	object-position: bottom
}

.object-center {
	object-position: center
}

.object-top {
	object-position: top
}

.\!p-0 {
	padding: 0 !important
}

.\!p-7 {
	padding: 28px !important
}

.p-0 {
	padding: 0
}

.p-0\.5 {
	padding: 2px
}

.p-1 {
	padding: 4px
}

.p-1\.5 {
	padding: 6px
}

.p-2 {
	padding: 8px
}

.p-2\.5 {
	padding: 10px
}

.p-20 {
	padding: 80px
}

.p-3 {
	padding: 12px
}

.p-3\.5 {
	padding: 14px
}

.p-4 {
	padding: 16px
}

.p-5 {
	padding: 20px
}

.p-6 {
	padding: 24px
}

.p-7 {
	padding: 28px
}

.p-7\.5 {
	padding: 30px
}

.p-8 {
	padding: 32px
}

.p-\[30px\] {
	padding: 30px
}

.\!px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important
}

.\!px-7 {
	padding-left: 28px !important;
	padding-right: 28px !important
}

.\!py-2\.5 {
	padding-top: 10px !important;
	padding-bottom: 10px !important
}

.\!py-3 {
	padding-top: 12px !important;
	padding-bottom: 12px !important
}

.px-0 {
	padding-left: 0;
	padding-right: 0
}

.px-1 {
	padding-left: 4px;
	padding-right: 4px
}

.px-1\.5 {
	padding-left: 6px;
	padding-right: 6px
}

.px-10 {
	padding-left: 40px;
	padding-right: 40px
}

.px-11 {
	padding-left: 44px;
	padding-right: 44px
}

.px-12 {
	padding-left: 48px;
	padding-right: 48px
}

.px-14 {
	padding-left: 56px;
	padding-right: 56px
}

.px-2 {
	padding-left: 8px;
	padding-right: 8px
}

.px-2\.5 {
	padding-left: 10px;
	padding-right: 10px
}

.px-20 {
	padding-left: 80px;
	padding-right: 80px
}

.px-3 {
	padding-left: 12px;
	padding-right: 12px
}

.px-3\.5 {
	padding-left: 14px;
	padding-right: 14px
}

.px-4 {
	padding-left: 16px;
	padding-right: 16px
}

.px-5 {
	padding-left: 20px;
	padding-right: 20px
}

.px-6 {
	padding-left: 24px;
	padding-right: 24px
}

.px-7 {
	padding-left: 28px;
	padding-right: 28px
}

.px-8 {
	padding-left: 32px;
	padding-right: 32px
}

.px-9 {
	padding-left: 36px;
	padding-right: 36px
}

.px-\[14px\] {
	padding-left: 14px;
	padding-right: 14px
}

.px-\[30px\] {
	padding-left: 30px;
	padding-right: 30px
}

.py-0 {
	padding-top: 0;
	padding-bottom: 0
}

.py-0\.5 {
	padding-top: 2px;
	padding-bottom: 2px
}

.py-1 {
	padding-top: 4px;
	padding-bottom: 4px
}

.py-1\.5 {
	padding-top: 6px;
	padding-bottom: 6px
}

.py-10 {
	padding-top: 40px;
	padding-bottom: 40px
}

.py-11 {
	padding-top: 44px;
	padding-bottom: 44px
}

.py-13 {
	padding-top: 52px;
	padding-bottom: 52px
}

.py-14 {
	padding-top: 56px;
	padding-bottom: 56px
}

.py-15 {
	padding-top: 60px;
	padding-bottom: 60px
}

.py-16 {
	padding-top: 64px;
	padding-bottom: 64px
}

.py-2 {
	padding-top: 8px;
	padding-bottom: 8px
}

.py-2\.5 {
	padding-top: 10px;
	padding-bottom: 10px
}

.py-20 {
	padding-top: 80px;
	padding-bottom: 80px
}

.py-24 {
	padding-top: 96px;
	padding-bottom: 96px
}

.py-28 {
	padding-top: 112px;
	padding-bottom: 112px
}

.py-3 {
	padding-top: 12px;
	padding-bottom: 12px
}

.py-3\.5 {
	padding-top: 14px;
	padding-bottom: 14px
}

.py-30 {
	padding-top: 120px;
	padding-bottom: 120px
}

.py-4 {
	padding-top: 16px;
	padding-bottom: 16px
}

.py-5 {
	padding-top: 20px;
	padding-bottom: 20px
}

.py-6 {
	padding-top: 24px;
	padding-bottom: 24px
}

.py-7 {
	padding-top: 28px;
	padding-bottom: 28px
}

.py-8 {
	padding-top: 32px;
	padding-bottom: 32px
}

.py-9 {
	padding-top: 36px;
	padding-bottom: 36px
}

.py-\[3px\] {
	padding-top: 3px;
	padding-bottom: 3px
}

.py-\[5px\] {
	padding-top: 5px;
	padding-bottom: 5px
}

.\!pb-36 {
	padding-bottom: 144px !important
}

.\!pb-7 {
	padding-bottom: 28px !important
}

.\!pl-0 {
	padding-left: 0 !important
}

.\!pl-4 {
	padding-left: 16px !important
}

.\!pt-0 {
	padding-top: 0 !important
}

.pb-0 {
	padding-bottom: 0
}

.pb-1 {
	padding-bottom: 4px
}

.pb-10 {
	padding-bottom: 40px
}

.pb-12 {
	padding-bottom: 48px
}

.pb-14 {
	padding-bottom: 56px
}

.pb-15 {
	padding-bottom: 60px
}

.pb-16 {
	padding-bottom: 64px
}

.pb-2 {
	padding-bottom: 8px
}

.pb-20 {
	padding-bottom: 80px
}

.pb-24 {
	padding-bottom: 96px
}

.pb-28 {
	padding-bottom: 112px
}

.pb-3 {
	padding-bottom: 12px
}

.pb-30 {
	padding-bottom: 120px
}

.pb-32 {
	padding-bottom: 128px
}

.pb-36 {
	padding-bottom: 144px
}

.pb-4 {
	padding-bottom: 16px
}

.pb-40 {
	padding-bottom: 160px
}

.pb-48 {
	padding-bottom: 192px
}

.pb-5 {
	padding-bottom: 20px
}

.pb-6 {
	padding-bottom: 24px
}

.pb-7 {
	padding-bottom: 28px
}

.pb-8 {
	padding-bottom: 32px
}

.pb-9 {
	padding-bottom: 36px
}

.pb-\[108\%\] {
	padding-bottom: 108%
}

.pb-\[121\%\] {
	padding-bottom: 121%
}

.pb-\[131\%\] {
	padding-bottom: 131%
}

.pb-\[140px\] {
	padding-bottom: 140px
}

.pb-\[50\%\] {
	padding-bottom: 50%
}

.pb-\[54\%\] {
	padding-bottom: 54%
}

.pl-0\.5 {
	padding-left: 2px
}

.pl-1 {
	padding-left: 4px
}

.pl-13 {
	padding-left: 52px
}

.pl-14 {
	padding-left: 56px
}

.pl-2\.5 {
	padding-left: 10px
}

.pl-3 {
	padding-left: 12px
}

.pl-4 {
	padding-left: 16px
}

.pl-4\.5 {
	padding-left: 18px
}

.pl-5 {
	padding-left: 20px
}

.pl-6 {
	padding-left: 24px
}

.pl-7 {
	padding-left: 28px
}

.pl-8 {
	padding-left: 32px
}

.pl-9 {
	padding-left: 36px
}

.pl-\[30px\] {
	padding-left: 30px
}

.pl-\[58px\] {
	padding-left: 58px
}

.pr-0 {
	padding-right: 0
}

.pr-0\.5 {
	padding-right: 2px
}

.pr-1\.5 {
	padding-right: 6px
}

.pr-2 {
	padding-right: 8px
}

.pr-2\.5 {
	padding-right: 10px
}

.pr-3 {
	padding-right: 12px
}

.pr-4 {
	padding-right: 16px
}

.pr-5 {
	padding-right: 20px
}

.pr-7 {
	padding-right: 28px
}

.pr-9 {
	padding-right: 36px
}

.pr-\[10\%\] {
	padding-right: 10%
}

.pt-1 {
	padding-top: 4px
}

.pt-10 {
	padding-top: 40px
}

.pt-12 {
	padding-top: 48px
}

.pt-13 {
	padding-top: 52px
}

.pt-14 {
	padding-top: 56px
}

.pt-15 {
	padding-top: 60px
}

.pt-16 {
	padding-top: 64px
}

.pt-2 {
	padding-top: 8px
}

.pt-2\.5 {
	padding-top: 10px
}

.pt-20 {
	padding-top: 80px
}

.pt-24 {
	padding-top: 96px
}

.pt-3 {
	padding-top: 12px
}

.pt-3\.5 {
	padding-top: 14px
}

.pt-30 {
	padding-top: 120px
}

.pt-32 {
	padding-top: 128px
}

.pt-4 {
	padding-top: 16px
}

.pt-40 {
	padding-top: 160px
}

.pt-5 {
	padding-top: 20px
}

.pt-56 {
	padding-top: 224px
}

.pt-6 {
	padding-top: 24px
}

.pt-7 {
	padding-top: 28px
}

.pt-7\.5 {
	padding-top: 30px
}

.pt-8 {
	padding-top: 32px
}

.pt-9 {
	padding-top: 36px
}

.pt-\[12\.8vw\] {
	padding-top: 12.8vw
}

.pt-\[53\%\] {
	padding-top: 53%
}

.pt-\[56\%\] {
	padding-top: 56%
}

.pt-px {
	padding-top: 1px
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

.text-justify {
	text-align: justify
}

[dir=ltr] .text-start {
	text-align: left
}

[dir=rtl] .text-start {
	text-align: right
}

.align-baseline {
	vertical-align: baseline
}

.align-top {
	vertical-align: top
}

.align-middle {
	vertical-align: middle
}

.align-bottom {
	vertical-align: bottom
}

.align-text-top {
	vertical-align: text-top
}

.align-super {
	vertical-align: super
}

.font-\[arial\] {
	font-family: arial
}

.font-avenir {
	font-family: Avenir, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft Yahei, STHeiti, SimSun, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.font-sans {
	font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft Yahei, STHeiti, SimSun, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.\!text-base {
	font-size: 16px !important;
	line-height: 24px !important
}

.\!text-lg {
	font-size: 18px !important;
	line-height: 28px !important
}

.\!text-sm {
	font-size: 14px !important;
	line-height: 20px !important
}

.\!text-xs {
	font-size: 12px !important;
	line-height: 16px !important
}

.text-2\.2xl {
	font-size: 26px;
	line-height: 1.375
}

.text-2xl {
	font-size: 24px;
	line-height: 32px
}

.text-3xl {
	font-size: 30px;
	line-height: 36px
}

.text-4xl {
	font-size: 36px;
	line-height: 40px
}

.text-5xl {
	font-size: 48px;
	line-height: 1
}

.text-\[0px\] {
	font-size: 0
}

.text-\[10px\] {
	font-size: 10px
}

.text-\[12px\] {
	font-size: 12px
}

.text-\[14px\] {
	font-size: 14px
}

.text-\[18px\] {
	font-size: 18px
}

.text-\[22px\] {
	font-size: 22px
}

.text-\[26px\] {
	font-size: 26px
}

.text-\[28px\] {
	font-size: 28px
}

.text-\[32px\] {
	font-size: 32px
}

.text-\[34px\] {
	font-size: 34px
}

.text-\[40px\] {
	font-size: 40px
}

.text-base {
	font-size: 16px;
	line-height: 24px
}

.text-lg {
	font-size: 18px;
	line-height: 28px
}

.text-sm {
	font-size: 14px;
	line-height: 20px
}

.text-xl {
	font-size: 20px;
	line-height: 28px
}

.text-xs {
	font-size: 12px;
	line-height: 16px
}

.font-bold {
	font-weight: 700
}

.font-extrabold {
	font-weight: 800
}

.font-light {
	font-weight: 300
}

.font-medium {
	font-weight: 500
}

.font-normal {
	font-weight: 400
}

.font-semibold {
	font-weight: 600
}

.uppercase {
	text-transform: uppercase
}

.capitalize {
	text-transform: capitalize
}

.italic {
	font-style: italic
}

.not-italic {
	font-style: normal
}

.\!leading-5 {
	line-height: 20px !important
}

.\!leading-8 {
	line-height: 32px !important
}

.\!leading-loose {
	line-height: 2 !important
}

.\!leading-none {
	line-height: 1 !important
}

.\!leading-normal {
	line-height: 1.5 !important
}

.\!leading-snug {
	line-height: 1.375 !important
}

.\!leading-tight {
	line-height: 1.25 !important
}

.leading-10 {
	line-height: 40px
}

.leading-3 {
	line-height: 12px
}

.leading-4 {
	line-height: 16px
}

.leading-5 {
	line-height: 20px
}

.leading-6 {
	line-height: 24px
}

.leading-7 {
	line-height: 28px
}

.leading-8 {
	line-height: 32px
}

.leading-\[0\] {
	line-height: 0
}

.leading-\[22px\] {
	line-height: 22px
}

.leading-\[38px\] {
	line-height: 38px
}

.leading-loose {
	line-height: 2
}

.leading-none {
	line-height: 1
}

.leading-normal {
	line-height: 1.5
}

.leading-relaxed {
	line-height: 1.625
}

.leading-snug {
	line-height: 1.375
}

.leading-tight {
	line-height: 1.25
}

.tracking-wide {
	letter-spacing: .025em
}

.\!text-\[\#576B95\] {
	color: #576b95 !important
}

.\!text-\[\#6E6E73\] {
	color: #6e6e73 !important
}

.\!text-black {
	color: #000 !important
}

.\!text-heading {
	color: #1d1d1f !important
}

.\!text-inherit {
	color: inherit !important
}

.\!text-normal {
	color: #323233 !important
}

.\!text-primary {
	color: #3370ff !important
}

.\!text-transparent {
	color: transparent !important
}

.\!text-white {
	color: #fff !important
}

.text-\[\#001181\] {
	color: #001181
}

.text-\[\#001859\] {
	color: #001859
}

.text-\[\#0029FF\] {
	color: #0029ff
}

.text-\[\#00E29A\] {
	color: #00e29a
}

.text-\[\#02FF54\] {
	color: #02ff54
}

.text-\[\#08FFFC\] {
	color: #08fffc
}

.text-\[\#155bd4\] {
	color: #155bd4
}

.text-\[\#1D1D1F\] {
	color: #1d1d1f
}

.text-\[\#2E1F57\] {
	color: #2e1f57
}

.text-\[\#333\] {
	color: #333
}

.text-\[\#3370FF4D\] {
	color: rgba(51, 112, 255, .302)
}

.text-\[\#3D2200\] {
	color: #3d2200
}

.text-\[\#3F3F3F\] {
	color: #3f3f3f
}

.text-\[\#484848\] {
	color: #484848
}

.text-\[\#4A2CFF\] {
	color: #4a2cff
}

.text-\[\#4A4A4A\] {
	color: #4a4a4a
}

.text-\[\#4D4D4D\] {
	color: #4d4d4d
}

.text-\[\#4F4F4F\] {
	color: #4f4f4f
}

.text-\[\#52565E\] {
	color: #52565e
}

.text-\[\#55F6FF\] {
	color: #55f6ff
}

.text-\[\#5E697D\] {
	color: #5e697d
}

.text-\[\#605950\] {
	color: #605950
}

.text-\[\#605F66\] {
	color: #605f66
}

.text-\[\#646566\] {
	color: #646566
}

.text-\[\#666666\],
.text-\[\#666\] {
	color: #666
}

.text-\[\#6A50E7\] {
	color: #6a50e7
}

.text-\[\#6E6E73\],
.text-\[\#6e6e73\] {
	color: #6e6e73
}

.text-\[\#787878\] {
	color: #787878
}

.text-\[\#7b7b7b\] {
	color: #7b7b7b
}

.text-\[\#7f899b\] {
	color: #7f899b
}

.text-\[\#8558FA\] {
	color: #8558fa
}

.text-\[\#989898\] {
	color: #989898
}

.text-\[\#A1A1A6\] {
	color: #a1a1a6
}

.text-\[\#B5B5B5\] {
	color: #b5b5b5
}

.text-\[\#BDBDBD\] {
	color: #bdbdbd
}

.text-\[\#C1BEBE\] {
	color: #c1bebe
}

.text-\[\#CCCCCC\] {
	color: #ccc
}

.text-\[\#D8DCFF\] {
	color: #d8dcff
}

.text-\[\#E5C4A5\] {
	color: #e5c4a5
}

.text-\[\#F0F4FF\] {
	color: #f0f4ff
}

.text-\[\#F7D899\] {
	color: #f7d899
}

.text-\[\#FD8C52\] {
	color: #fd8c52
}

.text-\[\#FF5352\] {
	color: #ff5352
}

.text-\[\#ddd\] {
	color: #ddd
}

.text-\[\#f7f7f7\] {
	color: #f7f7f7
}

.text-black {
	color: #000
}

.text-danger {
	color: #df3320
}

.text-disabled {
	color: #969799
}

.text-gray-300 {
	color: #d1d5db
}

.text-gray-400 {
	color: #9ca3af
}

.text-gray-500 {
	color: #6b7280
}

.text-gray-600 {
	color: #4b5563
}

.text-gray-900 {
	color: #111827
}

.text-heading {
	color: #1d1d1f
}

.text-heading\/80 {
	color: rgba(29, 29, 31, .8)
}

.text-inherit {
	color: inherit
}

.text-normal {
	color: #323233
}

.text-placeholder {
	color: #c8c9cc
}

.text-primary {
	color: #3370ff
}

.text-red-500 {
	color: #ef4444
}

.text-secondary {
	color: #646566
}

.text-success {
	color: #39b672
}

.text-transparent {
	color: transparent
}

.text-white {
	color: #fff
}

.text-white\/30 {
	color: hsla(0, 0%, 100%, .3)
}

.text-white\/70 {
	color: hsla(0, 0%, 100%, .7)
}

.text-white\/80 {
	color: hsla(0, 0%, 100%, .8)
}

.underline {
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline
}

.opacity-0 {
	opacity: 0
}

.opacity-10 {
	opacity: .1
}

.opacity-100 {
	opacity: 1
}

.opacity-30 {
	opacity: .3
}

.opacity-40 {
	opacity: .4
}

.opacity-50 {
	opacity: .5
}

.opacity-60 {
	opacity: .6
}

.opacity-70 {
	opacity: .7
}

.opacity-80 {
	opacity: .8
}

.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color)
}

.shadow,
.shadow-\[0_2px_16px_0_rgba\(35\2c 35\2c 35\2c 0\.1\)\] {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-\[0_2px_16px_0_rgba\(35\2c 35\2c 35\2c 0\.1\)\] {
	--tw-shadow: 0 2px 16px 0 rgba(35, 35, 35, .1);
	--tw-shadow-colored: 0 2px 16px 0 var(--tw-shadow-color)
}

.shadow-\[0_2px_5px_3px_\#7F94DA13\] {
	--tw-shadow: 0 2px 5px 3px rgba(127, 148, 218, .075);
	--tw-shadow-colored: 0 2px 5px 3px var(--tw-shadow-color)
}

.shadow-\[0_2px_5px_3px_\#7F94DA13\],
.shadow-\[0_2px_5px_3px_rgba\(127\2c 148\2c 218\2c 0\.08\)\] {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-\[0_2px_5px_3px_rgba\(127\2c 148\2c 218\2c 0\.08\)\] {
	--tw-shadow: 0 2px 5px 3px rgba(127, 148, 218, .08);
	--tw-shadow-colored: 0 2px 5px 3px var(--tw-shadow-color)
}

.shadow-\[0_2px_8px_0_rgba\(50\2c 50\2c 51\2c 0\.16\)\] {
	--tw-shadow: 0 2px 8px 0 rgba(50, 50, 51, .16);
	--tw-shadow-colored: 0 2px 8px 0 var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-\[2px_4px_12px_0_rgba\(0\2c 0\2c 0\2c 0\.14\)\] {
	--tw-shadow: 2px 4px 12px 0 rgba(0, 0, 0, .14);
	--tw-shadow-colored: 2px 4px 12px 0 var(--tw-shadow-color)
}

.shadow-\[2px_4px_12px_0_rgba\(0\2c 0\2c 0\2c 0\.14\)\],
.shadow-\[2px_4px_12px_rgba\(0\2c 0\2c 0\2c \.08\)\] {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-\[2px_4px_12px_rgba\(0\2c 0\2c 0\2c \.08\)\] {
	--tw-shadow: 2px 4px 12px rgba(0, 0, 0, .08);
	--tw-shadow-colored: 2px 4px 12px var(--tw-shadow-color)
}

.shadow-\[4px_4px_40px_0_rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
	--tw-shadow: 4px 4px 40px 0 rgba(0, 0, 0, .06);
	--tw-shadow-colored: 4px 4px 40px 0 var(--tw-shadow-color)
}

.shadow-\[4px_4px_40px_0_rgba\(0\2c 0\2c 0\2c 0\.06\)\],
.shadow-\[5px_2px_34px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-\[5px_2px_34px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
	--tw-shadow: 5px 2px 34px rgba(0, 0, 0, .05);
	--tw-shadow-colored: 5px 2px 34px var(--tw-shadow-color)
}

.shadow-\[inset_0_0_10px_1px_rgba\(110\2c 110\2c 110\2c 10\)\] {
	--tw-shadow: inset 0 0 10px 1px #6e6e6e;
	--tw-shadow-colored: inset 0 0 10px 1px var(--tw-shadow-color)
}

.shadow-\[inset_0_0_10px_1px_rgba\(110\2c 110\2c 110\2c 10\)\],
.shadow-md {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color)
}

.shadow-none {
	--tw-shadow: 0 0 transparent;
	--tw-shadow-colored: 0 0 transparent
}

.shadow-none,
.shadow-sm {
	box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
	--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color)
}

.outline-none {
	outline: 2px solid transparent;
	outline-offset: 2px
}

.outline {
	outline-style: solid
}

.outline-0 {
	outline-width: 0
}

.ring-1 {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 transparent)
}

.ring-\[\#D2D2D7\] {
	--tw-ring-color: #d2d2d7
}

.blur {
	--tw-blur: blur(8px)
}

.blur,
.drop-shadow-\[5px_6px_16px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
	-webkit-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);
	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)
}

.drop-shadow-\[5px_6px_16px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
	--tw-drop-shadow: drop-shadow(5px 6px 16px rgba(0, 0, 0, .1))
}

.drop-shadow-md {
	--tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, .07)) drop-shadow(0 2px 2px rgba(0, 0, 0, .06))
}

.drop-shadow-md,
.filter {
	-webkit-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);
	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)
}

.backdrop-blur-\[4px\] {
	--tw-backdrop-blur: blur(4px)
}

.backdrop-blur-\[4px\],
.backdrop-blur-md {
	-webkit-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);
	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)
}

.backdrop-blur-md {
	--tw-backdrop-blur: blur(12px)
}

.backdrop-blur-sm {
	--tw-backdrop-blur: blur(4px)
}

.backdrop-blur-sm,
.backdrop-filter {
	-webkit-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);
	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)
}

.\!transition-all {
	transition-property: all !important;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important;
	transition-duration: .15s !important
}

.transition {
	transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, -webkit-text-decoration-color, -webkit-filter, -webkit-backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .15s
}

.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .15s
}

.transition-transform {
	transition-property: transform;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .15s
}

.delay-75 {
	transition-delay: 75ms
}

.\!duration-\[4500\] {
	transition-duration: 4500 !important
}

.duration-1000 {
	transition-duration: 1s
}

.duration-200 {
	transition-duration: .2s
}

.duration-300 {
	transition-duration: .3s
}

.duration-500 {
	transition-duration: .5s
}

.duration-700 {
	transition-duration: .7s
}

.\!ease-linear {
	transition-timing-function: linear !important
}

.ease-in-out {
	transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.ease-linear {
	transition-timing-function: linear
}

.ease-out {
	transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.will-change-transform {
	will-change: transform
}

.max-w-c {
	max-width: 1280px
}

@media (min-width:1536px) {
	.max-w-c {
		max-width: 1536px
	}
}

.px-c {
	padding-left: 16px;
	padding-right: 16px
}

@media (min-width:640px) {
	.px-c {
		padding-left: 24px;
		padding-right: 24px
	}
}

@media (min-width:1024px) {
	.px-c {
		padding-left: 32px;
		padding-right: 32px
	}
}

@media (min-width:1280px) {
	.px-c {
		padding-left: 40px;
		padding-right: 40px
	}
}

.mr-c {
	margin-right: 16px
}

@media (min-width:640px) {
	.mr-c {
		margin-right: 24px
	}
}

@media (min-width:1024px) {
	.mr-c {
		margin-right: 32px
	}
}

@media (min-width:1280px) {
	.mr-c {
		margin-right: 40px
	}
}

.backface-hidden {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.fgap-1 {
	margin: -2px
}

.fgap-1>* {
	margin: 2px
}

.fgap-2 {
	margin: -4px
}

.fgap-2>* {
	margin: 4px
}

.fgap-3 {
	margin: -6px
}

.fgap-3>* {
	margin: 6px
}

.fgap-5 {
	margin: -10px
}

.fgap-5>* {
	margin: 10px
}

.fgap-6 {
	margin: -12px
}

.fgap-6>* {
	margin: 12px
}

.fgap-7 {
	margin: -14px
}

.fgap-7>* {
	margin: 14px
}

.fgap-x-3 {
	margin-left: -6px;
	margin-right: -6px
}

.fgap-x-3>* {
	margin-left: 6px;
	margin-right: 6px
}

.fgap-x-4 {
	margin-left: -8px;
	margin-right: -8px
}

.fgap-x-4>* {
	margin-left: 8px;
	margin-right: 8px
}

.fgap-x-5 {
	margin-left: -10px;
	margin-right: -10px
}

.fgap-x-5>* {
	margin-left: 10px;
	margin-right: 10px
}

.inset-0 {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.bg-gradient-linear {
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.bg-gradient-linear,
.bg-gradient-linear-via {
	background-image: linear-gradient(var(--tw-gradient-angle), var(--tw-gradient-stops))
}

.bg-gradient-linear-via {
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-via), var(--tw-gradient-to)
}

@keyframes bounce {

	0%,
	20%,
	53%,
	80%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translateZ(0)
	}

	40%,
	43% {
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -30px, 0) scaleY(1.1)
	}

	70% {
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		transform: translate3d(0, -15px, 0) scaleY(1.05)
	}

	80% {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		transform: translateZ(0) scaleY(.95)
	}

	90% {
		transform: translate3d(0, -4px, 0) scaleY(1.02)
	}
}

@keyframes flash {

	0%,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

@keyframes pulse {
	0% {
		transform: scaleX(1)
	}

	50% {
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		transform: scaleX(1)
	}
}

@keyframes rubberBand {
	0% {
		transform: scaleX(1)
	}

	30% {
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		transform: scale3d(1.05, .95, 1)
	}

	to {
		transform: scaleX(1)
	}
}

@keyframes shakeX {

	0%,
	to {
		transform: translateZ(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shakeY {

	0%,
	to {
		transform: translateZ(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translate3d(0, -10px, 0)
	}

	20%,
	40%,
	60%,
	80% {
		transform: translate3d(0, 10px, 0)
	}
}

@keyframes headShake {
	0% {
		transform: translateX(0)
	}

	6.5% {
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		transform: translateX(0)
	}
}

@keyframes swing {
	20% {
		transform: rotate(15deg)
	}

	40% {
		transform: rotate(-10deg)
	}

	60% {
		transform: rotate(5deg)
	}

	80% {
		transform: rotate(-5deg)
	}

	to {
		transform: rotate(0deg)
	}
}

@keyframes tada {
	0% {
		transform: scaleX(1)
	}

	10%,
	20% {
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}

	to {
		transform: scaleX(1)
	}
}

@keyframes wobble {
	0% {
		transform: translateZ(0)
	}

	15% {
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}

	30% {
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}

	45% {
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}

	60% {
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}

	75% {
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes jello {

	0%,
	11.1% to {
		transform: translateZ(0)
	}

	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		transform: skewX(.390625deg) skewY(.390625deg)
	}

	88.8% {
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@keyframes heartBeat {
	0% {
		transform: scale(1)
	}

	14% {
		transform: scale(1.3)
	}

	28% {
		transform: scale(1)
	}

	42% {
		transform: scale(1.3)
	}

	70% {
		transform: scale(1)
	}
}

@keyframes hinge {
	0% {
		transform-origin: top left;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		transform: rotate(80deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		transform: rotate(60deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out
	}

	to {
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@keyframes jackInTheBox {
	0% {
		opacity: 0;
		transform-origin: center bottom;
		transform: scale(.1) rotate(30deg)
	}

	50% {
		transform: rotate(-10deg)
	}

	70% {
		transform: rotate(3deg)
	}

	to {
		transform: scale(1)
	}
}

@keyframes lightSpeedInLeft {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0) skewX(-30deg)
	}

	60% {
		opacity: 1;
		transform: skewX(20deg)
	}

	80% {
		transform: skewX(-5deg)
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes lightSpeedInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0) skewX(-30deg)
	}

	60% {
		opacity: 1;
		transform: skewX(20deg)
	}

	80% {
		transform: skewX(-5deg)
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes lightSpeedOutLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0) skewX(30deg)
	}
}

@keyframes lightSpeedOutRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0) skewX(30deg)
	}
}

@keyframes flip {
	0% {
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		animation-timing-function: ease-out
	}

	40% {
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		animation-timing-function: ease-out
	}

	50% {
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		animation-timing-function: ease-in
	}

	80% {
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		animation-timing-function: ease-in
	}

	to {
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		animation-timing-function: ease-in
	}
}

@keyframes flipInX {
	0% {
		transform: perspective(400px) rotateX(90deg);
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		transform: perspective(400px) rotateX(-20deg);
		animation-timing-function: ease-in
	}

	60% {
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}

	80% {
		transform: perspective(400px) rotateX(-5deg)
	}

	to {
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		transform: perspective(400px) rotateY(90deg);
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		transform: perspective(400px) rotateY(-20deg);
		animation-timing-function: ease-in
	}

	60% {
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}

	80% {
		transform: perspective(400px) rotateY(-5deg)
	}

	to {
		transform: perspective(400px)
	}
}

@keyframes flipOutX {
	0% {
		transform: perspective(400px)
	}

	30% {
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}

	to {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		transform: perspective(400px)
	}

	30% {
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}

	to {
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

@keyframes rotateIn {
	0% {
		transform-origin: center;
		transform: rotate(-200deg);
		opacity: 0
	}

	to {
		transform-origin: center;
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		transform-origin: left bottom;
		transform: rotate(-45deg);
		opacity: 0
	}

	to {
		transform-origin: left bottom;
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(45deg);
		opacity: 0
	}

	to {
		transform-origin: right bottom;
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		transform-origin: left top;
		transform: rotate(45deg);
		opacity: 0
	}

	to {
		transform-origin: left top;
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		transform-origin: right bottom;
		transform: rotate(-90deg);
		opacity: 0
	}

	to {
		transform-origin: right bottom;
		transform: translateZ(0);
		opacity: 1
	}
}

@keyframes rotateOut {
	0% {
		transform-origin: center;
		opacity: 1
	}

	to {
		transform-origin: center;
		transform: rotate(200deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		transform-origin: left bottom;
		transform: rotate(45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	0% {
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		transform-origin: right bottom;
		transform: rotate(-45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		transform-origin: left bottom;
		transform: rotate(-45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	0% {
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		transform-origin: left bottom;
		transform: rotate(90deg);
		opacity: 0
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes bounceIn {

	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		animation-timing-function: ease-in-out
	}

	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	20% {
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		transform: scale3d(.9, .9, .9)
	}

	60% {
		transform: scale3d(1.03, 1.03, 1.03);
		opacity: 1
	}

	80% {
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		transform: scaleX(1)
	}
}

@keyframes bounceInDown {

	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0)
	}

	75% {
		transform: translate3d(0, -10px, 0)
	}

	90% {
		transform: translate3d(0, 5px, 0)
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes bounceInLeft {

	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0)
	}

	75% {
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		transform: translate3d(5px, 0, 0)
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes bounceInRight {

	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		transform: translate3d(10px, 0, 0)
	}

	90% {
		transform: translate3d(-5px, 0, 0)
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes bounceInUp {

	0%,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0)
	}

	75% {
		transform: translate3d(0, 10px, 0)
	}

	90% {
		transform: translate3d(0, -5px, 0)
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes bounceOut {
	20% {
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes bounceOutDown {
	20% {
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, -20px, 0)
	}

	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		transform: translate3d(20px, 0, 0)
	}

	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		transform: translate3d(-20px, 0, 0)
	}

	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, 20px, 0)
	}

	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	to {
		opacity: 0;
		transform: scale(.1) translate3d(-2000px, 0, 0);
		transform-origin: left center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	to {
		opacity: 0;
		transform: scale(.1) translate3d(2000px, 0, 0);
		transform-origin: right center
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes slideInDown {
	0% {
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes slideInLeft {
	0% {
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes slideInRight {
	0% {
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes slideInUp {
	0% {
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		transform: translateZ(0)
	}
}

@keyframes slideOutDown {
	0% {
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes slideOutLeft {
	0% {
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes slideOutRight {
	0% {
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes slideOutUp {
	0% {
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInTopLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, -100%, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInTopRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, -100%, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInBottomLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 100%, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInBottomRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 100%, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutTopLeft {
	0% {
		opacity: 1;
		transform: translateZ(0)
	}

	to {
		opacity: 0;
		transform: translate3d(-100%, -100%, 0)
	}
}

@keyframes fadeOutTopRight {
	0% {
		opacity: 1;
		transform: translateZ(0)
	}

	to {
		opacity: 0;
		transform: translate3d(100%, -100%, 0)
	}
}

@keyframes fadeOutBottomLeft {
	0% {
		opacity: 1;
		transform: translateZ(0)
	}

	to {
		opacity: 0;
		transform: translate3d(-100%, 100%, 0)
	}
}

@keyframes fadeOutBottomRight {
	0% {
		opacity: 1;
		transform: translateZ(0)
	}

	to {
		opacity: 0;
		transform: translate3d(100%, 100%, 0)
	}
}

@keyframes backInDown {
	0% {
		opacity: .7;
		transform: translateY(-1200px) scale(.7)
	}

	80% {
		opacity: .7;
		transform: translateY(0) scale(.7)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes backInUp {
	0% {
		opacity: .7;
		transform: translateY(1200px) scale(.7)
	}

	80% {
		opacity: .7;
		transform: translateY(0) scale(.7)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes backInLeft {
	0% {
		opacity: .7;
		transform: translateX(-2000px) scale(.7)
	}

	80% {
		opacity: .7;
		transform: translateX(0) scale(.7)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes backInRight {
	0% {
		opacity: .7;
		transform: translateX(2000px) scale(.7)
	}

	80% {
		opacity: .7;
		transform: translateY(0) scale(.7)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

@keyframes backOutDown {
	0% {
		opacity: 1;
		transform: scale(1)
	}

	80% {
		opacity: .7;
		transform: translateY(0) scale(.7)
	}

	to {
		opacity: .7;
		transform: translateY(700px) scale(.7)
	}
}

@keyframes backOutUp {
	0% {
		opacity: 1;
		transform: scale(1)
	}

	80% {
		opacity: .7;
		transform: translateY(0) scale(.7)
	}

	to {
		opacity: .7;
		transform: translateY(-700px) scale(.7)
	}
}

@keyframes backOutLeft {
	0% {
		opacity: 1;
		transform: scale(1)
	}

	80% {
		opacity: .7;
		transform: translateX(-2000px) scale(.7)
	}

	to {
		opacity: .7;
		transform: translateY(-700px) scale(.7)
	}
}

@keyframes backOutRight {
	0% {
		opacity: 1;
		transform: scale(1)
	}

	80% {
		opacity: .7;
		transform: translateY(0) scale(.7)
	}

	to {
		opacity: .7;
		transform: translateX(2000px) scale(.7)
	}
}

.animate__faster {
	animation-duration: .5s
}

.animate__slideInUp {
	animation-name: slideInUp
}

.animate__slideOutDown {
	animation-name: slideOutDown
}

.animate__fadeInUp {
	animation-name: fadeInUp
}

.animate__fadeOutDown {
	animation-name: fadeOutDown
}

.mb-safe {
	margin-bottom: env(safe-area-inset-bottom)
}

.pt-safe {
	padding-top: env(safe-area-inset-top)
}

.pb-safe {
	padding-bottom: env(safe-area-inset-bottom)
}

.mb-safe-offset-12 {
	margin-bottom: calc(env(safe-area-inset-bottom) + 48px)
}

.mb-safe-offset-6 {
	margin-bottom: calc(env(safe-area-inset-bottom) + 24px)
}

.pb-safe-offset-2 {
	padding-bottom: calc(env(safe-area-inset-bottom) + 8px)
}

.pb-safe-offset-28 {
	padding-bottom: calc(env(safe-area-inset-bottom) + 112px)
}

.pb-safe-offset-3 {
	padding-bottom: calc(env(safe-area-inset-bottom) + 12px)
}

.pb-safe-offset-8 {
	padding-bottom: calc(env(safe-area-inset-bottom) + 32px)
}

.pt-safe-offset-4 {
	padding-top: calc(env(safe-area-inset-top) + 16px)
}

.scrollbar-hide {
	-ms-overflow-style: none;
	scrollbar-width: none
}

.scrollbar-hide::-webkit-scrollbar {
	display: none
}

.p-container {
	width: 100%
}

@media (min-width:444px) {
	.p-container {
		max-width: 444px
	}
}

@media (min-width:640px) {
	.p-container {
		max-width: 640px
	}
}

@media (min-width:768px) {
	.p-container {
		max-width: 768px
	}
}

@media (min-width:1024px) {
	.p-container {
		max-width: 1024px
	}
}

@media (min-width:1280px) {
	.p-container {
		max-width: 1280px
	}
}

@media (min-width:1536px) {
	.p-container {
		max-width: 1536px
	}
}

.p-container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-right: 16px
}

@media (min-width:640px) {
	.p-container {
		padding-left: 24px;
		padding-right: 24px
	}
}

@media (min-width:1024px) {
	.p-container {
		padding-left: 32px;
		padding-right: 32px
	}
}

@media (min-width:1280px) {
	.p-container {
		padding-left: 40px;
		padding-right: 40px
	}
}

.\[zoom\:0\.9\] {
	zoom: .9
}

@media only screen and (max-width:1280px) {
	#nprogress .spinner {
		display: none
	}
}

.use-next-layout .zui-layout-responsive {
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100%;
	padding-left: 16px;
	padding-right: 16px;
	max-width: 100%
}

@media(min-width:640px) {
	.use-next-layout .zui-layout-responsive {
		padding-left: 24px;
		padding-right: 24px
	}
}

@media(min-width:1024px) {
	.use-next-layout .zui-layout-responsive {
		padding-left: 32px;
		padding-right: 32px
	}
}

@media(min-width:1280px) {
	.use-next-layout .zui-layout-responsive {
		padding-left: 40px;
		padding-right: 40px;
		width: 100%
	}
}

@media(min-width:1280px)and (min-width:640px) {
	.use-next-layout .zui-layout-responsive {
		max-width: 640px
	}
}

@media(min-width:1280px)and (min-width:768px) {
	.use-next-layout .zui-layout-responsive {
		max-width: 768px
	}
}

@media(min-width:1280px)and (min-width:1024px) {
	.use-next-layout .zui-layout-responsive {
		max-width: 1024px
	}
}

@media(min-width:1280px)and (min-width:1280px) {
	.use-next-layout .zui-layout-responsive {
		max-width: 1280px
	}
}

@media(min-width:1280px)and (min-width:1536px) {
	.use-next-layout .zui-layout-responsive {
		max-width: 1536px
	}
}

.ms-mobile-select {
	position: fixed !important
}

.ms-mobile-select .ms-panel .ms-shadow-mask,
.ms-mobile-select .ms-panel .ms-wheel {
	height: 100%
}

.nav-opened .retail-clue-components-wap {
	display: none
}

main {
	overflow-x: hidden
}

.\*\:absolute>* {
	position: absolute
}

.\*\:relative>* {
	position: relative
}

.\*\:left-0>* {
	left: 0
}

.\*\:top-0>* {
	top: 0
}

.\*\:mb-3>* {
	margin-bottom: 12px
}

.\*\:mb-5>* {
	margin-bottom: 20px
}

.\*\:mr-1>* {
	margin-right: 4px
}

.\*\:mr-2>* {
	margin-right: 8px
}

.\*\:mr-2\.5>* {
	margin-right: 10px
}

.\*\:mr-6>* {
	margin-right: 24px
}

.\*\:inline>* {
	display: inline
}

.\*\:h-0>* {
	height: 0
}

.\*\:h-full>* {
	height: 100%
}

.\*\:w-\[calc\(\(100\%-10px\)\/2\)\]>* {
	width: calc((100% - 10px) / 2)
}

.\*\:w-full>* {
	width: 100%
}

.\*\:w-screen>* {
	width: 100vw
}

.\*\:flex-1>* {
	-ms-flex: 1 1 0%;
	flex: 1 1 0%
}

.\*\:flex-shrink-0>* {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.\*\:basis-\[calc\(\(100\%-10px\)\/2\)\]>* {
	-ms-flex-preferred-size: calc((100% - 10px) / 2);
	flex-basis: calc((100% - 10px) / 2)
}

.\*\:basis-full>* {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.\*\:list-none>* {
	list-style-type: none
}

.\*\:overflow-hidden>* {
	overflow: hidden
}

.\*\:rounded-2xl>* {
	border-radius: 16px
}

.\*\:rounded-xl>* {
	border-radius: 12px
}

.\*\:bg-white>* {
	background-color: #fff
}

.\*\:object-cover>* {
	object-fit: cover
}

.\*\:object-center>* {
	object-position: center
}

.\*\:py-10>* {
	padding-top: 40px;
	padding-bottom: 40px
}

.\*\:pr-3>* {
	padding-right: 12px
}

.\*\:text-white>* {
	color: #fff
}

.\*\:\[transform\:translate3d\(0\)\]>* {
	transform: translate3d(0)
}

.placeholder\:text-disabled::-webkit-input-placeholder {
	color: #969799
}

.placeholder\:text-disabled:-ms-input-placeholder {
	color: #969799
}

.placeholder\:text-disabled::placeholder {
	color: #969799
}

.placeholder\:text-placeholder::-webkit-input-placeholder {
	color: #c8c9cc
}

.placeholder\:text-placeholder:-ms-input-placeholder {
	color: #c8c9cc
}

.placeholder\:text-placeholder::placeholder {
	color: #c8c9cc
}

.before\:absolute:before {
	content: var(--tw-content);
	position: absolute
}

.before\:inset-x-0:before {
	content: var(--tw-content);
	left: 0;
	right: 0
}

.before\:inset-y-0:before {
	content: var(--tw-content);
	top: 0;
	bottom: 0
}

.before\:left-0:before {
	content: var(--tw-content);
	left: 0
}

.before\:top-0:before {
	content: var(--tw-content);
	top: 0
}

.before\:z-1:before {
	content: var(--tw-content);
	z-index: 1
}

.before\:m-auto:before {
	content: var(--tw-content);
	margin: auto
}

.before\:my-auto:before {
	content: var(--tw-content);
	margin-top: auto;
	margin-bottom: auto
}

.before\:block:before {
	content: var(--tw-content);
	display: block
}

.before\:h-3\.5:before {
	content: var(--tw-content);
	height: 14px
}

.before\:h-6:before {
	content: var(--tw-content);
	height: 24px
}

.before\:h-px:before {
	content: var(--tw-content);
	height: 1px
}

.before\:w-full:before {
	content: var(--tw-content);
	width: 100%
}

.before\:w-px:before {
	content: var(--tw-content);
	width: 1px
}

.before\:animate-caretBlink:before {
	content: var(--tw-content);
	animation: caretBlink .5s step-end infinite alternate
}

.before\:bg-\[\#969799\]:before {
	content: var(--tw-content);
	background-color: #969799
}

.before\:bg-black:before {
	content: var(--tw-content);
	background-color: #000
}

.before\:bg-disabled:before {
	content: var(--tw-content);
	background-color: #ebedf0
}

.before\:\!content-none:before {
	--tw-content: none !important;
	content: var(--tw-content) !important
}

.before\:content-empty:before {
	--tw-content: "";
	content: var(--tw-content)
}

.before\:inset-0:before {
	content: var(--tw-content);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.after\:absolute:after {
	content: var(--tw-content);
	position: absolute
}

.after\:relative:after {
	content: var(--tw-content);
	position: relative
}

.after\:inset-x-0:after {
	content: var(--tw-content);
	left: 0;
	right: 0
}

.after\:inset-x-1\.5:after {
	content: var(--tw-content);
	left: 6px;
	right: 6px
}

.after\:inset-y-0:after {
	top: 0
}

.after\:bottom-0:after,
.after\:inset-y-0:after {
	content: var(--tw-content);
	bottom: 0
}

.after\:bottom-px:after {
	content: var(--tw-content);
	bottom: 1px
}

.after\:left-0:after {
	content: var(--tw-content);
	left: 0
}

.after\:right-0:after {
	content: var(--tw-content);
	right: 0
}

.after\:top-0:after {
	content: var(--tw-content);
	top: 0
}

.after\:z-1:after {
	content: var(--tw-content);
	z-index: 1
}

.after\:m-auto:after {
	content: var(--tw-content);
	margin: auto
}

.after\:mx-2:after {
	content: var(--tw-content);
	margin-left: 8px;
	margin-right: 8px
}

.after\:mx-auto:after {
	content: var(--tw-content);
	margin-left: auto;
	margin-right: auto
}

.after\:my-auto:after {
	content: var(--tw-content);
	margin-top: auto;
	margin-bottom: auto
}

.after\:block:after {
	content: var(--tw-content);
	display: block
}

.after\:inline-block:after {
	content: var(--tw-content);
	display: inline-block
}

.after\:hidden:after {
	content: var(--tw-content);
	display: none
}

.after\:h-0\.5:after {
	content: var(--tw-content);
	height: 2px
}

.after\:h-6:after {
	content: var(--tw-content);
	height: 24px
}

.after\:h-\[1\.25em\]:after {
	content: var(--tw-content);
	height: 1.25em
}

.after\:h-\[14px\]:after {
	content: var(--tw-content);
	height: 14px
}

.after\:h-full:after {
	content: var(--tw-content);
	height: 100%
}

.after\:h-px:after {
	content: var(--tw-content);
	height: 1px
}

.after\:w-0:after {
	content: var(--tw-content);
	width: 0
}

.after\:w-11:after {
	content: var(--tw-content);
	width: 44px
}

.after\:w-6:after {
	content: var(--tw-content);
	width: 24px
}

.after\:w-\[1px\]:after {
	content: var(--tw-content);
	width: 1px
}

.after\:w-full:after {
	content: var(--tw-content);
	width: 100%
}

.after\:w-px:after {
	content: var(--tw-content);
	width: 1px
}

@keyframes caretBlink {
	50% {
		content: var(--tw-content);
		opacity: 0
	}
}

.after\:animate-caretBlink:after {
	content: var(--tw-content);
	animation: caretBlink .5s step-end infinite alternate
}

.after\:rounded-full:after {
	content: var(--tw-content);
	border-radius: 9999px
}

.after\:border:after {
	content: var(--tw-content);
	border-width: 1px
}

.after\:border-solid:after {
	content: var(--tw-content);
	border-style: solid
}

.after\:border-\[5E697D\]:after {
	content: var(--tw-content);
	border-color: InfinityD
}

.after\:bg-\[\#666\]:after {
	content: var(--tw-content);
	background-color: #666
}

.after\:bg-\[\#D9D9D9\]:after {
	content: var(--tw-content);
	background-color: #d9d9d9
}

.after\:bg-black:after {
	content: var(--tw-content);
	background-color: #000
}

.after\:bg-disabled:after {
	content: var(--tw-content);
	background-color: #ebedf0
}

.after\:bg-primary:after {
	content: var(--tw-content);
	background-color: #3370ff
}

.after\:bg-white:after {
	content: var(--tw-content);
	background-color: #fff
}

.after\:bg-\[linear-gradient\(90deg\2c rgba\(255\2c 255\2c 255\2c 0\)_0\%\2c rgba\(255\2c 255\2c 255\2c 0\.5\)_20\%\2c rgba\(255\2c 255\2c 255\2c 0\.9\)_100\%\)\;\]:after {
	content: var(--tw-content);
	background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, .5) 20%, hsla(0, 0%, 100%, .9))
}

.after\:bg-gradient-to-b:after {
	content: var(--tw-content);
	background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
}

.after\:opacity-0:after {
	content: var(--tw-content);
	opacity: 0
}

.after\:transition-all:after {
	content: var(--tw-content);
	transition-property: all;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-duration: .15s
}

.after\:duration-300:after {
	content: var(--tw-content);
	transition-duration: .3s
}

.after\:\!content-none:after {
	--tw-content: none !important;
	content: var(--tw-content) !important
}

.after\:content-\[\"\"\]:after {
	--tw-content: "";
	content: var(--tw-content)
}

.after\:content-\[\'\/\'\]:after {
	--tw-content: "/";
	content: var(--tw-content)
}

.after\:content-empty:after {
	--tw-content: "";
	content: var(--tw-content)
}

.after\:inset-0:after {
	content: var(--tw-content);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.first\:order-1:first-child {
	-ms-flex-order: 1;
	order: 1
}

.first\:\!mt-0:first-child {
	margin-top: 0 !important
}

.first\:ml-0:first-child {
	margin-left: 0
}

.first\:mt-0:first-child {
	margin-top: 0
}

.first\:mt-4:first-child {
	margin-top: 16px
}

.first\:h-\[440px\]:first-child {
	height: 440px
}

.first\:w-full:first-child {
	width: 100%
}

.first\:rounded-full:first-child {
	border-radius: 9999px
}

.first\:bg-primary:first-child {
	background-color: #3370ff
}

.first\:\!pt-0:first-child {
	padding-top: 0 !important
}

.first\:pt-0:first-child {
	padding-top: 0
}

.first\:pt-8:first-child {
	padding-top: 32px
}

.first\:font-semibold:first-child {
	font-weight: 600
}

.first\:leading-9:first-child {
	line-height: 36px
}

.first\:text-white:first-child {
	color: #fff
}

.last\:mx-0:last-child {
	margin-left: 0;
	margin-right: 0
}

.last\:\!mr-0:last-child {
	margin-right: 0 !important
}

.last\:mb-0:last-child {
	margin-bottom: 0
}

.last\:mb-4:last-child {
	margin-bottom: 16px
}

.last\:mr-0:last-child {
	margin-right: 0
}

.last\:mt-7:last-child {
	margin-top: 28px
}

.last\:hidden:last-child {
	display: none
}

.last\:basis-full:last-child {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.last\:border-0:last-child {
	border-width: 0
}

.last\:border-b-0:last-child {
	border-bottom-width: 0
}

.last\:py-0:last-child {
	padding-top: 0;
	padding-bottom: 0
}

.last\:pb-0:last-child {
	padding-bottom: 0
}

.last\:pr-20:last-child {
	padding-right: 80px
}

.last\:text-heading:last-child {
	color: #1d1d1f
}

.last\:text-normal:last-child {
	color: #323233
}

.\*\:last\:mb-0:last-child>* {
	margin-bottom: 0
}

.last\:after\:content-empty:last-child:after {
	--tw-content: "";
	content: var(--tw-content)
}

.last\:after\:content-none:last-child:after {
	--tw-content: none;
	content: var(--tw-content)
}

.odd\:mr-4:nth-child(odd) {
	margin-right: 16px
}

.even\:ml-4:nth-child(2n) {
	margin-left: 16px
}

.even\:mr-0:nth-child(2n) {
	margin-right: 0
}

.last-of-type\:mb-0:last-of-type {
	margin-bottom: 0
}

.checked\:after\:border-\[5px\]:checked:after {
	content: var(--tw-content);
	border-width: 5px
}

.autofill\:shadow-\[0_0_0_60px_\#FFF_inset\]:-webkit-autofill {
	--tw-shadow: 0 0 0 60px #fff inset;
	--tw-shadow-colored: inset 0 0 0 60px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

.autofill\:shadow-\[0_0_0_60px_\#FFF_inset\]:autofill {
	--tw-shadow: 0 0 0 60px #fff inset;
	--tw-shadow-colored: inset 0 0 0 60px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

@media (hover:hover) and (pointer:fine) {
	.hover\:z-10:hover {
		z-index: 10
	}

	.hover\:scale-\[1\.01\]:hover {
		--tw-scale-x: 1.01;
		--tw-scale-y: 1.01;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
	}

	.hover\:\!border-black\/60:hover {
		border-color: rgba(0, 0, 0, .6) !important
	}

	.hover\:border-\[\#1D1D1F\]\/80:hover {
		border-color: rgba(29, 29, 31, .8)
	}

	.hover\:border-\[\#356FD4\]:hover {
		border-color: #356fd4
	}

	.hover\:border-\[\#8888FF\]:hover {
		border-color: #88f
	}

	.hover\:border-primary:hover {
		border-color: #3370ff
	}

	.hover\:border-primary\/80:hover {
		border-color: rgba(51, 112, 255, .8)
	}

	.hover\:border-primary\/90:hover {
		border-color: rgba(51, 112, 255, .9)
	}

	.hover\:border-white:hover {
		border-color: #fff
	}

	.hover\:border-white\/80:hover {
		border-color: hsla(0, 0%, 100%, .8)
	}

	.hover\:\!bg-black\/80:hover {
		background-color: rgba(0, 0, 0, .8) !important
	}

	.hover\:\!bg-transparent:hover {
		background-color: transparent !important
	}

	.hover\:bg-\[\#1D1D1F\]:hover {
		background-color: #1d1d1f
	}

	.hover\:bg-\[\#356FD4\;\]:hover {
		background-color: #356fd4
	}

	.hover\:bg-\[\#523DEB\]:hover {
		background-color: #523deb
	}

	.hover\:bg-\[\#D2D2D7\]:hover {
		background-color: #d2d2d7
	}

	.hover\:bg-\[\#E1EAFF\]:hover {
		background-color: #e1eaff
	}

	.hover\:bg-\[\#E2EEFF\]:hover {
		background-color: #e2eeff
	}

	.hover\:bg-\[\#E6E6E6\]:hover {
		background-color: #e6e6e6
	}

	.hover\:bg-\[\#EBE9FF\]:hover {
		background-color: #ebe9ff
	}

	.hover\:bg-black:hover {
		background-color: #000
	}

	.hover\:bg-black\/80:hover {
		background-color: rgba(0, 0, 0, .8)
	}

	.hover\:bg-black\/\[\.03\]:hover {
		background-color: rgba(0, 0, 0, .03)
	}

	.hover\:bg-hover:hover {
		background-color: #05c
	}

	.hover\:bg-primary:hover {
		background-color: #3370ff
	}

	.hover\:bg-primary\/90:hover {
		background-color: rgba(51, 112, 255, .9)
	}

	.hover\:bg-primary\/95:hover {
		background-color: rgba(51, 112, 255, .95)
	}

	.hover\:bg-selection:hover {
		background-color: #e8effa
	}

	.hover\:bg-white:hover {
		background-color: #fff
	}

	.hover\:bg-white\/80:hover {
		background-color: hsla(0, 0%, 100%, .8)
	}

	.hover\:bg-white\/90:hover {
		background-color: hsla(0, 0%, 100%, .9)
	}

	.hover\:bg-\[linear-gradient\(180deg\2c \#5051D0_0\%\2c \#6F6ED7_100\%\)\;\]:hover,
	.hover\:bg-\[linear-gradient\(180deg\2c \#5051D0_0\%\2c \#6F6ED7_100\%\)\]:hover {
		background-image: linear-gradient(180deg, #5051d0, #6f6ed7)
	}

	.hover\:font-medium:hover {
		font-weight: 500
	}

	.hover\:\!text-\[\#4D4D4D\]:hover {
		color: #4d4d4d !important
	}

	.hover\:\!text-black:hover {
		color: #000 !important
	}

	.hover\:\!text-disabled:hover {
		color: #969799 !important
	}

	.hover\:\!text-heading:hover {
		color: #1d1d1f !important
	}

	.hover\:\!text-primary:hover {
		color: #3370ff !important
	}

	.hover\:\!text-white:hover {
		color: #fff !important
	}

	.hover\:text-\[\#08FFFC\]:hover {
		color: #08fffc
	}

	.hover\:text-\[\#1D1D1F\]:hover {
		color: #1d1d1f
	}

	.hover\:text-\[\#356FD4\]:hover {
		color: #356fd4
	}

	.hover\:text-black:hover {
		color: #000
	}

	.hover\:text-blue-700:hover {
		color: #1d4ed8
	}

	.hover\:text-heading:hover {
		color: #1d1d1f
	}

	.hover\:text-hover:hover {
		color: #05c
	}

	.hover\:text-inherit:hover {
		color: inherit
	}

	.hover\:text-normal:hover {
		color: #323233
	}

	.hover\:text-primary:hover {
		color: #3370ff
	}

	.hover\:text-white:hover {
		color: #fff
	}

	.hover\:\!opacity-50:hover {
		opacity: .5 !important
	}

	.hover\:\!opacity-80:hover {
		opacity: .8 !important
	}

	.hover\:opacity-100:hover {
		opacity: 1
	}

	.hover\:opacity-80:hover {
		opacity: .8
	}

	.hover\:opacity-90:hover {
		opacity: .9
	}

	.hover\:opacity-95:hover {
		opacity: .95
	}

	.hover\:shadow:hover {
		--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
		--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color)
	}

	.hover\:shadow-\[0_2px_15px_0_\#D9D7D7\]:hover,
	.hover\:shadow:hover {
		box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
	}

	.hover\:shadow-\[0_2px_15px_0_\#D9D7D7\]:hover {
		--tw-shadow: 0 2px 15px 0 #d9d7d7;
		--tw-shadow-colored: 0 2px 15px 0 var(--tw-shadow-color)
	}

	.hover\:shadow-\[2px_4px_12px_0_rgba\(0\2c 0\2c 0\2c 0\.08\)\]:hover {
		--tw-shadow: 2px 4px 12px 0 rgba(0, 0, 0, .08);
		--tw-shadow-colored: 2px 4px 12px 0 var(--tw-shadow-color);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
	}

	.hover\:bg-gradient-linear:hover {
		--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
	}

	.hover\:bg-gradient-linear-via:hover,
	.hover\:bg-gradient-linear:hover {
		background-image: linear-gradient(var(--tw-gradient-angle), var(--tw-gradient-stops))
	}

	.hover\:bg-gradient-linear-via:hover {
		--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-via), var(--tw-gradient-to)
	}

	.hover\:\*\:\[transform\:translate3d\(0\2c -16px\2c 0\)\]>:hover {
		transform: translate3d(0, -16px, 0)
	}

	.hover\:after\:w-full:hover:after {
		content: var(--tw-content);
		width: 100%
	}

	.hover\:after\:opacity-100:hover:after {
		content: var(--tw-content);
		opacity: 1
	}
}

.focus\:\!text-white:focus {
	color: #fff !important
}

.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px
}

.focus-visible\:bg-\[\#EBE9FF\].focus-visible {
	background-color: #ebe9ff
}

.focus-visible\:bg-\[\#EBE9FF\]:focus-visible {
	background-color: #ebe9ff
}

.focus-visible\:outline-none.focus-visible {
	outline: 2px solid transparent;
	outline-offset: 2px
}

.focus-visible\:outline-none:focus-visible {
	outline: 2px solid transparent;
	outline-offset: 2px
}

.focus-visible\:outline-0.focus-visible {
	outline-width: 0
}

.focus-visible\:outline-0:focus-visible {
	outline-width: 0
}

.active\:bg-\[\#5E697D\]\/90:active {
	background-color: rgba(94, 105, 125, .9)
}

.active\:bg-\[\#D2D2D7\]:active {
	background-color: #d2d2d7
}

.active\:bg-active:active {
	background-color: #0049ae
}

.active\:bg-black\/90:active {
	background-color: rgba(0, 0, 0, .9)
}

.active\:bg-white:active {
	background-color: #fff
}

.active\:bg-white\/90:active {
	background-color: hsla(0, 0%, 100%, .9)
}

.active\:bg-white\/95:active {
	background-color: hsla(0, 0%, 100%, .95)
}

.active\:\!text-normal:active {
	color: #323233 !important
}

.active\:\!text-white:active {
	color: #fff !important
}

.active\:text-\[\#1D1D1F\]:active {
	color: #1d1d1f
}

.active\:text-active:active {
	color: #0049ae
}

.active\:text-normal:active {
	color: #323233
}

.active\:text-white:active {
	color: #fff
}

.active\:opacity-100:active {
	opacity: 1
}

.active\:opacity-90:active {
	opacity: .9
}

.active\:opacity-95:active {
	opacity: .95
}

.active\:bg-gradient-linear:active {
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}

.active\:bg-gradient-linear-via:active,
.active\:bg-gradient-linear:active {
	background-image: linear-gradient(var(--tw-gradient-angle), var(--tw-gradient-stops))
}

.active\:bg-gradient-linear-via:active {
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-via), var(--tw-gradient-to)
}

.disabled\:pointer-events-none:disabled {
	pointer-events: none
}

.disabled\:cursor-not-allowed:disabled {
	cursor: not-allowed
}

.disabled\:bg-\[\#C4CBDA\]:disabled {
	background-color: #c4cbda
}

.disabled\:bg-\[--background\]:disabled {
	background-color: var(--background)
}

.disabled\:bg-disabled:disabled {
	background-color: #ebedf0
}

.disabled\:text-black\/50:disabled {
	color: rgba(0, 0, 0, .5)
}

.disabled\:opacity-50:disabled {
	opacity: .5
}

@media (hover:hover) and (pointer:fine) {
	.disabled\:hover\:opacity-100:hover:disabled {
		opacity: 1
	}

	.group:hover .group-hover\:ml-1\.5 {
		margin-left: 6px
	}

	.group:hover .group-hover\:ml-2 {
		margin-left: 8px
	}

	.group:hover .group-hover\:ml-3 {
		margin-left: 12px
	}

	.group:hover .group-hover\:block {
		display: block
	}

	.group:hover .group-hover\:flex {
		display: -ms-flexbox;
		display: flex
	}

	.group:hover .group-hover\:hidden {
		display: none
	}

	.group:hover .group-hover\:h-auto {
		height: auto
	}

	.group:hover .group-hover\:translate-x-1 {
		--tw-translate-x: 4px
	}

	.group:hover .group-hover\:translate-x-1,
	.group:hover .group-hover\:translate-x-1\.5 {
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
	}

	.group:hover .group-hover\:translate-x-1\.5 {
		--tw-translate-x: 6px
	}

	.group:hover .group-hover\:translate-y-0 {
		--tw-translate-y: 0px;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
	}

	.group\/card:hover .group-hover\/card\:scale-105,
	.group\/item:hover .group-hover\/item\:scale-105 {
		--tw-scale-x: 1.05;
		--tw-scale-y: 1.05
	}

	.group\/card:hover .group-hover\/card\:scale-105,
	.group\/item:hover .group-hover\/item\:scale-105,
	.group\/item:hover .group-hover\/item\:scale-110 {
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
	}

	.group\/item:hover .group-hover\/item\:scale-110 {
		--tw-scale-x: 1.1;
		--tw-scale-y: 1.1
	}

	.group:hover .group-hover\:scale-105 {
		--tw-scale-x: 1.05;
		--tw-scale-y: 1.05
	}

	.group:hover .group-hover\:scale-105,
	.group:hover .group-hover\:scale-110 {
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
	}

	.group:hover .group-hover\:scale-110 {
		--tw-scale-x: 1.1;
		--tw-scale-y: 1.1
	}

	.group:hover .group-hover\:border-primary {
		border-color: #3370ff
	}

	.group\/schema:hover .group-hover\/schema\:bg-white {
		background-color: #fff
	}

	.group:hover .group-hover\:bg-\[\#0066EB\] {
		background-color: #0066eb
	}

	.group\/card:hover .group-hover\/card\:text-heading {
		color: #1d1d1f
	}

	.group\/card:hover .group-hover\/card\:text-white {
		color: #fff
	}

	.group\/item:hover .group-hover\/item\:text-primary {
		color: #3370ff
	}

	.group\/schema:hover .group-hover\/schema\:text-heading {
		color: #1d1d1f
	}

	.group:hover .group-hover\:text-hover {
		color: #05c
	}

	.group:hover .group-hover\:text-primary {
		color: #3370ff
	}

	.group:hover .group-hover\:text-white {
		color: #fff
	}

	.group\/card:hover .group-hover\/card\:opacity-80 {
		opacity: .8
	}

	.group:hover .group-hover\:opacity-100 {
		opacity: 1
	}

	.group:hover .group-hover\:opacity-70 {
		opacity: .7
	}

	.group:hover .group-hover\:opacity-80 {
		opacity: .8
	}
}

.group:active .group-active\:flex {
	display: -ms-flexbox;
	display: flex
}

.group:active .group-active\:hidden {
	display: none
}

.group\/card:active .group-active\/card\:text-white {
	color: #fff
}

.group:last-child .group-\[\:last-child\]\:pr-0 {
	padding-right: 0
}

.group:first-child .group-\[\:nth-child\(1\)\]\:pl-0 {
	padding-left: 0
}

.peer:last-child~.peer-last\:mb-0 {
	margin-bottom: 0
}

.peer:last-child~.peer-last\:mr-0 {
	margin-right: 0
}

.aria-selected\:bg-\[\#EBE9FF\][aria-selected=true] {
	background-color: #ebe9ff
}

.aria-selected\:bg-black[aria-selected=true] {
	background-color: #000
}

.aria-selected\:text-white[aria-selected=true] {
	color: #fff
}

.aria-current\:block[aria-current=true] {
	display: block
}

.aria-current\:\!text-white[aria-current=true] {
	color: #fff !important
}

.group\/item[aria-selected=true] .group-aria-selected\/item\:text-primary {
	color: #3370ff
}

@media (hover:hover) and (pointer:fine) {
	.group\/item[aria-selected=true] .group-aria-selected\/item\:hover\:text-primary\/80:hover {
		color: rgba(51, 112, 255, .8)
	}
}

.data-clarity\:relative[data-clarity-id] {
	position: relative
}

.group\/root[data-assistant-status=expand] .group-data-assistant-expanded\/root\:\!static {
	position: static !important
}

.group\/root[data-assistant-status=expand] .group-data-assistant-expanded\/root\:hidden {
	display: none
}

.group\/root[data-assistant-status=expand] .group-data-assistant-expanded\/root\:\!max-w-full {
	max-width: 100% !important
}

.group\/root[data-assistant-status=expand] .group-data-assistant-expanded\/root\:\!transform-none {
	transform: none !important
}

.group\/root[data-assistant-status=expand] .group-data-assistant-expanded\/root\:p-1 {
	padding: 4px
}

.group\/root[data-assistant-status=expand] .group-data-assistant-expanded\/root\:p-2 {
	padding: 8px
}

.group\/root[data-assistant-status=expand] .group-data-assistant-expanded\/root\:px-0 {
	padding-left: 0;
	padding-right: 0
}

.group\/root[data-assistant-status=expand] .group-data-assistant-expanded\/root\:px-10 {
	padding-left: 40px;
	padding-right: 40px
}

.group\/root[data-assistant-status=expand] .group-data-assistant-expanded\/root\:px-2\.5 {
	padding-left: 10px;
	padding-right: 10px
}

.group\/root[data-assistant-status=expand] .group-data-assistant-expanded\/root\:py-1\.5 {
	padding-top: 6px;
	padding-bottom: 6px
}

.group\/root[data-assistant-status=expand] .group-data-assistant-expanded\/root\:text-2xl {
	font-size: 24px;
	line-height: 32px
}

.group\/root[data-assistant-status=expand] .group-data-assistant-expanded\/root\:text-3xl {
	font-size: 30px;
	line-height: 36px
}

.group\/root[data-assistant-status=expand] .group-data-\[assistant-status\=expand\]\/root\:px-6 {
	padding-left: 24px;
	padding-right: 24px
}

.group\/card[data-active=true] .group-data-\[active\=true\]\/card\:text-heading {
	color: #1d1d1f
}

@supports ((-webkit-backdrop-filter:var(--tw)) or (backdrop-filter:var(--tw))) {
	.supports-\[backdrop-filter\]\:block {
		display: block
	}
}

@media (min-width:444px) {
	.xs\:hidden {
		display: none
	}

	.xs\:min-h-24 {
		min-height: 96px
	}

	.xs\:min-w-72 {
		min-width: 288px
	}

	.xs\:max-w-2xl {
		max-width: 672px
	}

	.xs\:max-w-72 {
		max-width: 288px
	}

	.xs\:max-w-96 {
		max-width: 384px
	}

	.xs\:max-w-\[30em\] {
		max-width: 30em
	}

	.xs\:max-w-sm {
		max-width: 384px
	}

	.xs\:max-w-xl {
		max-width: 576px
	}

	.xs\:p-6 {
		padding: 24px
	}

	.xs\:text-2xl {
		font-size: 24px;
		line-height: 32px
	}

	.xs\:text-base {
		font-size: 16px;
		line-height: 24px
	}

	.xs\:text-lg {
		font-size: 18px;
		line-height: 28px
	}

	.xs\:text-sm {
		font-size: 14px;
		line-height: 20px
	}

	.xs\:px-c {
		padding-left: 16px;
		padding-right: 16px
	}

	@media (min-width:640px) {
		.xs\:px-c {
			padding-left: 24px;
			padding-right: 24px
		}
	}

	@media (min-width:1024px) {
		.xs\:px-c {
			padding-left: 32px;
			padding-right: 32px
		}
	}

	@media (min-width:1280px) {
		.xs\:px-c {
			padding-left: 40px;
			padding-right: 40px
		}
	}
}

@media (min-width:640px) {
	.sm\:bottom-0 {
		bottom: 0
	}

	.sm\:z-auto {
		z-index: auto
	}

	.sm\:-mb-20 {
		margin-bottom: -80px
	}

	.sm\:-mt-2 {
		margin-top: -8px
	}

	.sm\:-mt-8 {
		margin-top: -32px
	}

	.sm\:mb-0 {
		margin-bottom: 0
	}

	.sm\:mb-2 {
		margin-bottom: 8px
	}

	.sm\:mb-2\.5 {
		margin-bottom: 10px
	}

	.sm\:mb-3 {
		margin-bottom: 12px
	}

	.sm\:mb-4 {
		margin-bottom: 16px
	}

	.sm\:mb-40 {
		margin-bottom: 160px
	}

	.sm\:mb-5 {
		margin-bottom: 20px
	}

	.sm\:mb-6 {
		margin-bottom: 24px
	}

	.sm\:mb-7 {
		margin-bottom: 28px
	}

	.sm\:mb-8 {
		margin-bottom: 32px
	}

	.sm\:ml-0 {
		margin-left: 0
	}

	.sm\:mr-1 {
		margin-right: 4px
	}

	.sm\:mr-1\.5 {
		margin-right: 6px
	}

	.sm\:mr-3 {
		margin-right: 12px
	}

	.sm\:mr-4 {
		margin-right: 16px
	}

	.sm\:mr-5 {
		margin-right: 20px
	}

	.sm\:mr-6 {
		margin-right: 24px
	}

	.sm\:mt-10 {
		margin-top: 40px
	}

	.sm\:mt-18 {
		margin-top: 72px
	}

	.sm\:mt-20 {
		margin-top: 80px
	}

	.sm\:mt-24 {
		margin-top: 96px
	}

	.sm\:mt-4 {
		margin-top: 16px
	}

	.sm\:mt-6 {
		margin-top: 24px
	}

	.sm\:mt-7 {
		margin-top: 28px
	}

	.sm\:mt-9 {
		margin-top: 36px
	}

	.sm\:line-clamp-3 {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3
	}

	.sm\:block {
		display: block
	}

	.sm\:inline {
		display: inline
	}

	.sm\:flex {
		display: -ms-flexbox;
		display: flex
	}

	.sm\:grid {
		display: grid
	}

	.sm\:\!hidden {
		display: none !important
	}

	.sm\:hidden {
		display: none
	}

	.sm\:size-18 {
		width: 72px;
		height: 72px
	}

	.sm\:\!h-auto {
		height: auto !important
	}

	.sm\:h-13 {
		height: 52px
	}

	.sm\:h-15 {
		height: 60px
	}

	.sm\:h-20 {
		height: 80px
	}

	.sm\:h-6 {
		height: 24px
	}

	.sm\:min-h-\[480px\] {
		min-height: 480px
	}

	.sm\:w-1\/2 {
		width: 50%
	}

	.sm\:w-13 {
		width: 52px
	}

	.sm\:w-15 {
		width: 60px
	}

	.sm\:w-2\/5 {
		width: 40%
	}

	.sm\:w-20 {
		width: 80px
	}

	.sm\:w-5 {
		width: 20px
	}

	.sm\:w-\[430px\] {
		width: 430px
	}

	.sm\:w-\[60\%\] {
		width: 60%
	}

	.sm\:w-auto {
		width: auto
	}

	.sm\:min-w-\[600px\] {
		min-width: 600px
	}

	.sm\:max-w-none {
		max-width: none
	}

	.sm\:max-w-sm {
		max-width: 384px
	}

	.sm\:flex-1 {
		-ms-flex: 1 1 0%;
		flex: 1 1 0%
	}

	.sm\:flex-\[0_1_50\%\] {
		-ms-flex: 0 1 50%;
		flex: 0 1 50%
	}

	.sm\:-translate-y-full {
		--tw-translate-y: -100%;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
	}

	.sm\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr))
	}

	.sm\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}

	.sm\:flex-row {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.sm\:flex-col-reverse {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.sm\:items-center {
		-ms-flex-align: center;
		align-items: center
	}

	.sm\:justify-center {
		-ms-flex-pack: center;
		justify-content: center
	}

	.sm\:justify-between {
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.sm\:gap-3 {
		gap: 12px
	}

	.sm\:bg-\[\#F2F2F2\] {
		background-color: #f2f2f2
	}

	.sm\:bg-transparent {
		background-color: transparent
	}

	.sm\:p-11 {
		padding: 44px
	}

	.sm\:p-7 {
		padding: 28px
	}

	.sm\:p-7\.5 {
		padding: 30px
	}

	.sm\:px-0 {
		padding-left: 0;
		padding-right: 0
	}

	.sm\:px-10 {
		padding-left: 40px;
		padding-right: 40px
	}

	.sm\:px-12 {
		padding-left: 48px;
		padding-right: 48px
	}

	.sm\:px-2\.5 {
		padding-left: 10px;
		padding-right: 10px
	}

	.sm\:px-3\.5 {
		padding-left: 14px;
		padding-right: 14px
	}

	.sm\:px-4 {
		padding-left: 16px;
		padding-right: 16px
	}

	.sm\:px-6 {
		padding-left: 24px;
		padding-right: 24px
	}

	.sm\:px-7 {
		padding-left: 28px;
		padding-right: 28px
	}

	.sm\:px-8 {
		padding-left: 32px;
		padding-right: 32px
	}

	.sm\:py-0 {
		padding-top: 0;
		padding-bottom: 0
	}

	.sm\:py-0\.5 {
		padding-top: 2px;
		padding-bottom: 2px
	}

	.sm\:py-1 {
		padding-top: 4px;
		padding-bottom: 4px
	}

	.sm\:py-2 {
		padding-top: 8px;
		padding-bottom: 8px
	}

	.sm\:py-2\.5 {
		padding-top: 10px;
		padding-bottom: 10px
	}

	.sm\:py-4 {
		padding-top: 16px;
		padding-bottom: 16px
	}

	.sm\:\!pb-4 {
		padding-bottom: 16px !important
	}

	.sm\:\!pl-7 {
		padding-left: 28px !important
	}

	.sm\:pb-0 {
		padding-bottom: 0
	}

	.sm\:pb-10 {
		padding-bottom: 40px
	}

	.sm\:pb-40 {
		padding-bottom: 160px
	}

	.sm\:pb-8 {
		padding-bottom: 32px
	}

	.sm\:pl-6 {
		padding-left: 24px
	}

	.sm\:pl-8 {
		padding-left: 32px
	}

	.sm\:pt-0 {
		padding-top: 0
	}

	.sm\:pt-20 {
		padding-top: 80px
	}

	.sm\:pt-4 {
		padding-top: 16px
	}

	.sm\:pt-8 {
		padding-top: 32px
	}

	.sm\:text-left {
		text-align: left
	}

	.sm\:\!text-base {
		font-size: 16px !important;
		line-height: 24px !important
	}

	.sm\:text-2xl {
		font-size: 24px;
		line-height: 32px
	}

	.sm\:text-3xl {
		font-size: 30px;
		line-height: 36px
	}

	.sm\:text-5xl {
		font-size: 48px;
		line-height: 1
	}

	.sm\:text-base {
		font-size: 16px;
		line-height: 24px
	}

	.sm\:text-lg {
		font-size: 18px;
		line-height: 28px
	}

	.sm\:text-sm {
		font-size: 14px;
		line-height: 20px
	}

	.sm\:text-xl {
		font-size: 20px;
		line-height: 28px
	}

	.sm\:text-xs {
		font-size: 12px;
		line-height: 16px
	}

	.sm\:font-medium {
		font-weight: 500
	}

	.sm\:font-semibold {
		font-weight: 600
	}

	.sm\:leading-10 {
		line-height: 40px
	}

	.sm\:leading-6 {
		line-height: 24px
	}

	.sm\:text-normal {
		color: #323233
	}

	.sm\:text-white {
		color: #fff
	}

	.sm\:px-c {
		padding-left: 16px;
		padding-right: 16px
	}

	@media (min-width:640px) {
		.sm\:px-c {
			padding-left: 24px;
			padding-right: 24px
		}
	}

	@media (min-width:1024px) {
		.sm\:px-c {
			padding-left: 32px;
			padding-right: 32px
		}
	}

	@media (min-width:1280px) {
		.sm\:px-c {
			padding-left: 40px;
			padding-right: 40px
		}
	}

	.sm\:fgap-3 {
		margin: -6px
	}

	.sm\:fgap-3>* {
		margin: 6px
	}

	.sm\:fgap-4 {
		margin: -8px
	}

	.sm\:fgap-4>* {
		margin: 8px
	}

	.sm\:fgap-x-6 {
		margin-left: -12px;
		margin-right: -12px
	}

	.sm\:fgap-x-6>* {
		margin-left: 12px;
		margin-right: 12px
	}

	.sm\:fgap-x-8 {
		margin-left: -16px;
		margin-right: -16px
	}

	.sm\:fgap-x-8>* {
		margin-left: 16px;
		margin-right: 16px
	}
}

@media (min-width:768px) {
	.md\:fixed {
		position: fixed
	}

	.md\:absolute {
		position: absolute
	}

	.md\:relative {
		position: relative
	}

	.md\:-top-\[86px\] {
		top: -86px
	}

	.md\:bottom-1\.5 {
		bottom: 6px
	}

	.md\:bottom-1\/2 {
		bottom: 50%
	}

	.md\:bottom-12 {
		bottom: 48px
	}

	.md\:bottom-24 {
		bottom: 96px
	}

	.md\:bottom-32 {
		bottom: 128px
	}

	.md\:bottom-4 {
		bottom: 16px
	}

	.md\:bottom-5 {
		bottom: 20px
	}

	.md\:bottom-52 {
		bottom: 208px
	}

	.md\:bottom-6 {
		bottom: 24px
	}

	.md\:bottom-7 {
		bottom: 28px
	}

	.md\:bottom-8 {
		bottom: 32px
	}

	.md\:left-6 {
		left: 24px
	}

	.md\:left-7 {
		left: 28px
	}

	.md\:left-\[30px\] {
		left: 30px
	}

	.md\:right-0 {
		right: 0
	}

	.md\:right-1 {
		right: 4px
	}

	.md\:right-10 {
		right: 40px
	}

	.md\:right-4 {
		right: 16px
	}

	.md\:right-6 {
		right: 24px
	}

	.md\:right-7 {
		right: 28px
	}

	.md\:right-8 {
		right: 32px
	}

	.md\:top-0 {
		top: 0
	}

	.md\:top-11 {
		top: 44px
	}

	.md\:top-17 {
		top: 68px
	}

	.md\:top-2 {
		top: 8px
	}

	.md\:top-7 {
		top: 28px
	}

	.md\:top-8 {
		top: 32px
	}

	.md\:top-9 {
		top: 36px
	}

	.md\:z-\[2000\] {
		z-index: 2000
	}

	.md\:m-4 {
		margin: 16px
	}

	.md\:m-auto {
		margin: auto
	}

	.md\:mx-0 {
		margin-left: 0;
		margin-right: 0
	}

	.md\:mx-12 {
		margin-left: 48px;
		margin-right: 48px
	}

	.md\:mx-auto {
		margin-left: auto;
		margin-right: auto
	}

	.md\:my-13 {
		margin-top: 52px;
		margin-bottom: 52px
	}

	.md\:my-14 {
		margin-top: 56px;
		margin-bottom: 56px
	}

	.md\:my-20 {
		margin-top: 80px;
		margin-bottom: 80px
	}

	.md\:my-3 {
		margin-top: 12px;
		margin-bottom: 12px
	}

	.md\:my-6 {
		margin-top: 24px;
		margin-bottom: 24px
	}

	.md\:my-auto {
		margin-top: auto;
		margin-bottom: auto
	}

	.md\:-mb-8 {
		margin-bottom: -32px
	}

	.md\:-mt-24 {
		margin-top: -96px
	}

	.md\:-mt-4 {
		margin-top: -16px
	}

	.md\:-mt-7 {
		margin-top: -28px
	}

	.md\:-mt-\[10vw\] {
		margin-top: -10vw
	}

	.md\:mb-0 {
		margin-bottom: 0
	}

	.md\:mb-1\.5 {
		margin-bottom: 6px
	}

	.md\:mb-10 {
		margin-bottom: 40px
	}

	.md\:mb-12 {
		margin-bottom: 48px
	}

	.md\:mb-13 {
		margin-bottom: 52px
	}

	.md\:mb-14 {
		margin-bottom: 56px
	}

	.md\:mb-16 {
		margin-bottom: 64px
	}

	.md\:mb-2 {
		margin-bottom: 8px
	}

	.md\:mb-20 {
		margin-bottom: 80px
	}

	.md\:mb-3 {
		margin-bottom: 12px
	}

	.md\:mb-3\.5 {
		margin-bottom: 14px
	}

	.md\:mb-32 {
		margin-bottom: 128px
	}

	.md\:mb-4 {
		margin-bottom: 16px
	}

	.md\:mb-40 {
		margin-bottom: 160px
	}

	.md\:mb-5 {
		margin-bottom: 20px
	}

	.md\:mb-6 {
		margin-bottom: 24px
	}

	.md\:mb-7 {
		margin-bottom: 28px
	}

	.md\:mb-8 {
		margin-bottom: 32px
	}

	.md\:mb-9 {
		margin-bottom: 36px
	}

	.md\:ml-1\.5 {
		margin-left: 6px
	}

	.md\:ml-12 {
		margin-left: 48px
	}

	.md\:ml-2 {
		margin-left: 8px
	}

	.md\:ml-2\.5 {
		margin-left: 10px
	}

	.md\:ml-3 {
		margin-left: 12px
	}

	.md\:ml-6 {
		margin-left: 24px
	}

	.md\:ml-8 {
		margin-left: 32px
	}

	.md\:mr-1\.5 {
		margin-right: 6px
	}

	.md\:mr-12 {
		margin-right: 48px
	}

	.md\:mr-2 {
		margin-right: 8px
	}

	.md\:mr-2\.5 {
		margin-right: 10px
	}

	.md\:mr-3 {
		margin-right: 12px
	}

	.md\:mr-4 {
		margin-right: 16px
	}

	.md\:mr-5 {
		margin-right: 20px
	}

	.md\:mr-6 {
		margin-right: 24px
	}

	.md\:mr-7 {
		margin-right: 28px
	}

	.md\:mt-0 {
		margin-top: 0
	}

	.md\:mt-1 {
		margin-top: 4px
	}

	.md\:mt-10 {
		margin-top: 40px
	}

	.md\:mt-12 {
		margin-top: 48px
	}

	.md\:mt-13 {
		margin-top: 52px
	}

	.md\:mt-14 {
		margin-top: 56px
	}

	.md\:mt-15 {
		margin-top: 60px
	}

	.md\:mt-16 {
		margin-top: 64px
	}

	.md\:mt-20 {
		margin-top: 80px
	}

	.md\:mt-3 {
		margin-top: 12px
	}

	.md\:mt-32 {
		margin-top: 128px
	}

	.md\:mt-4 {
		margin-top: 16px
	}

	.md\:mt-40 {
		margin-top: 160px
	}

	.md\:mt-5 {
		margin-top: 20px
	}

	.md\:mt-6 {
		margin-top: 24px
	}

	.md\:mt-7 {
		margin-top: 28px
	}

	.md\:mt-8 {
		margin-top: 32px
	}

	.md\:mt-9 {
		margin-top: 36px
	}

	.md\:mt-auto {
		margin-top: auto
	}

	.md\:line-clamp-1 {
		-webkit-line-clamp: 1
	}

	.md\:line-clamp-1,
	.md\:line-clamp-2 {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical
	}

	.md\:line-clamp-2 {
		-webkit-line-clamp: 2
	}

	.md\:\!block {
		display: block !important
	}

	.md\:block {
		display: block
	}

	.md\:\!inline-block {
		display: inline-block !important
	}

	.md\:inline-block {
		display: inline-block
	}

	.md\:inline {
		display: inline
	}

	.md\:flex {
		display: -ms-flexbox;
		display: flex
	}

	.md\:inline-flex {
		display: -ms-inline-flexbox;
		display: inline-flex
	}

	.md\:grid {
		display: grid
	}

	.md\:\!hidden {
		display: none !important
	}

	.md\:hidden {
		display: none
	}

	.md\:size-12 {
		width: 48px;
		height: 48px
	}

	.md\:size-16 {
		width: 64px;
		height: 64px
	}

	.md\:size-20 {
		width: 80px;
		height: 80px
	}

	.md\:size-24 {
		width: 96px;
		height: 96px
	}

	.md\:size-36 {
		width: 144px;
		height: 144px
	}

	.md\:size-52 {
		width: 208px;
		height: 208px
	}

	.md\:size-56 {
		width: 224px;
		height: 224px
	}

	.md\:size-6 {
		width: 24px;
		height: 24px
	}

	.md\:size-8 {
		width: 32px;
		height: 32px
	}

	.md\:size-\[14px\] {
		width: 14px;
		height: 14px
	}

	.md\:\!h-\[16\.7vw\] {
		height: 16.7vw !important
	}

	.md\:\!h-\[550px\] {
		height: 550px !important
	}

	.md\:\!h-\[600px\] {
		height: 600px !important
	}

	.md\:h-1\.5 {
		height: 6px
	}

	.md\:h-10 {
		height: 40px
	}

	.md\:h-12 {
		height: 48px
	}

	.md\:h-13 {
		height: 52px
	}

	.md\:h-14 {
		height: 56px
	}

	.md\:h-15 {
		height: 60px
	}

	.md\:h-2\.5 {
		height: 10px
	}

	.md\:h-20 {
		height: 80px
	}

	.md\:h-24 {
		height: 96px
	}

	.md\:h-3 {
		height: 12px
	}

	.md\:h-30 {
		height: 120px
	}

	.md\:h-4 {
		height: 16px
	}

	.md\:h-52 {
		height: 208px
	}

	.md\:h-6 {
		height: 24px
	}

	.md\:h-7 {
		height: 28px
	}

	.md\:h-8 {
		height: 32px
	}

	.md\:h-9 {
		height: 36px
	}

	.md\:h-\[100px\] {
		height: 100px
	}

	.md\:h-\[110px\] {
		height: 110px
	}

	.md\:h-\[150px\] {
		height: 150px
	}

	.md\:h-\[16\.7vw\] {
		height: 16.7vw
	}

	.md\:h-\[19\.8vw\] {
		height: 19.8vw
	}

	.md\:h-\[220px\] {
		height: 220px
	}

	.md\:h-\[25\.6vw\] {
		height: 25.6vw
	}

	.md\:h-\[28\.9vw\] {
		height: 28.9vw
	}

	.md\:h-\[32px\] {
		height: 32px
	}

	.md\:h-\[34\.73vw\] {
		height: 34.73vw
	}

	.md\:h-\[352px\] {
		height: 352px
	}

	.md\:h-\[420px\] {
		height: 420px
	}

	.md\:h-\[460px\] {
		height: 460px
	}

	.md\:h-\[46px\] {
		height: 46px
	}

	.md\:h-\[480px\] {
		height: 480px
	}

	.md\:h-\[488px\] {
		height: 488px
	}

	.md\:h-\[500px\] {
		height: 500px
	}

	.md\:h-\[50px\] {
		height: 50px
	}

	.md\:h-\[52px\] {
		height: 52px
	}

	.md\:h-\[548px\] {
		height: 548px
	}

	.md\:h-\[54px\] {
		height: 54px
	}

	.md\:h-\[57px\] {
		height: 57px
	}

	.md\:h-\[600px\] {
		height: 600px
	}

	.md\:h-\[60px\] {
		height: 60px
	}

	.md\:h-\[60vw\] {
		height: 60vw
	}

	.md\:h-\[620px\] {
		height: 620px
	}

	.md\:h-\[770px\] {
		height: 770px
	}

	.md\:h-\[90px\] {
		height: 90px
	}

	.md\:h-auto {
		height: auto
	}

	.md\:h-full {
		height: 100%
	}

	.md\:\!max-h-48 {
		max-height: 192px !important
	}

	.md\:\!max-h-52 {
		max-height: 208px !important
	}

	.md\:\!max-h-\[200px\] {
		max-height: 200px !important
	}

	.md\:max-h-60 {
		max-height: 240px
	}

	.md\:max-h-\[90vh\] {
		max-height: 90vh
	}

	.md\:min-h-\[66px\] {
		min-height: 66px
	}

	.md\:\!w-20 {
		width: 80px !important
	}

	.md\:\!w-40 {
		width: 160px !important
	}

	.md\:\!w-\[calc\(\(100\%-28px\)\/2\)\] {
		width: calc((100% - 28px) / 2) !important
	}

	.md\:\!w-\[calc\(\(100\%-56px\)\/3\)\] {
		width: calc((100% - 56px) / 3) !important
	}

	.md\:w-1\/2 {
		width: 50%
	}

	.md\:w-1\/3 {
		width: 33.333333%
	}

	.md\:w-2\/5 {
		width: 40%
	}

	.md\:w-20 {
		width: 80px
	}

	.md\:w-24 {
		width: 96px
	}

	.md\:w-32 {
		width: 128px
	}

	.md\:w-4 {
		width: 16px
	}

	.md\:w-4\/5 {
		width: 80%
	}

	.md\:w-40 {
		width: 160px
	}

	.md\:w-5 {
		width: 20px
	}

	.md\:w-5\/6 {
		width: 83.333333%
	}

	.md\:w-52 {
		width: 208px
	}

	.md\:w-6 {
		width: 24px
	}

	.md\:w-60 {
		width: 240px
	}

	.md\:w-7 {
		width: 28px
	}

	.md\:w-8 {
		width: 32px
	}

	.md\:w-\[100px\] {
		width: 100px
	}

	.md\:w-\[110px\] {
		width: 110px
	}

	.md\:w-\[130px\] {
		width: 130px
	}

	.md\:w-\[152px\] {
		width: 152px
	}

	.md\:w-\[260px\] {
		width: 260px
	}

	.md\:w-\[300px\] {
		width: 300px
	}

	.md\:w-\[340px\] {
		width: 340px
	}

	.md\:w-\[352px\] {
		width: 352px
	}

	.md\:w-\[42px\] {
		width: 42px
	}

	.md\:w-\[44\%\] {
		width: 44%
	}

	.md\:w-\[510px\] {
		width: 510px
	}

	.md\:w-\[54px\] {
		width: 54px
	}

	.md\:w-\[550px\] {
		width: 550px
	}

	.md\:w-\[562px\] {
		width: 562px
	}

	.md\:w-\[610px\] {
		width: 610px
	}

	.md\:w-\[650px\] {
		width: 650px
	}

	.md\:w-\[680px\] {
		width: 680px
	}

	.md\:w-\[832px\] {
		width: 832px
	}

	.md\:w-\[840px\] {
		width: 840px
	}

	.md\:w-\[84px\] {
		width: 84px
	}

	.md\:w-\[calc\(\(100\%-30px\)\/2\)\] {
		width: calc((100% - 30px) / 2)
	}

	.md\:w-\[calc\(\(100\%-56px\)\/3\)\] {
		width: calc((100% - 56px) / 3)
	}

	.md\:w-\[calc\(\(100\%-64px\)\/5\)\] {
		width: calc((100% - 64px) / 5)
	}

	.md\:w-\[calc\(20\%-10px\)\] {
		width: calc(20% - 10px)
	}

	.md\:w-\[calc\(50\%-10px\)\] {
		width: calc(50% - 10px)
	}

	.md\:w-\[calc\(50\%-20px\)\] {
		width: calc(50% - 20px)
	}

	.md\:w-\[calc\(50\%-24px\)\] {
		width: calc(50% - 24px)
	}

	.md\:w-auto {
		width: auto
	}

	.md\:w-full {
		width: 100%
	}

	.md\:min-w-52 {
		min-width: 208px
	}

	.md\:max-w-2xl {
		max-width: 672px
	}

	.md\:max-w-60 {
		max-width: 240px
	}

	.md\:max-w-96 {
		max-width: 384px
	}

	.md\:max-w-\[152px\] {
		max-width: 152px
	}

	.md\:max-w-\[200px\] {
		max-width: 200px
	}

	.md\:max-w-\[360px\] {
		max-width: 360px
	}

	.md\:max-w-\[480px\] {
		max-width: 480px
	}

	.md\:max-w-\[540px\] {
		max-width: 540px
	}

	.md\:max-w-\[650px\] {
		max-width: 650px
	}

	.md\:max-w-\[700px\] {
		max-width: 700px
	}

	.md\:max-w-full {
		max-width: 100%
	}

	.md\:flex-1 {
		-ms-flex: 1 1 0%;
		flex: 1 1 0%
	}

	.md\:flex-\[0_1_33\%\] {
		-ms-flex: 0 1 33%;
		flex: 0 1 33%
	}

	.md\:flex-\[0_1_67\%\] {
		-ms-flex: 0 1 67%;
		flex: 0 1 67%
	}

	.md\:shrink-0 {
		-ms-flex-negative: 0;
		flex-shrink: 0
	}

	.md\:flex-grow-0,
	.md\:grow-0 {
		-ms-flex-positive: 0;
		flex-grow: 0
	}

	.md\:basis-1\/2 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}

	.md\:basis-1\/3 {
		-ms-flex-preferred-size: 33.333333%;
		flex-basis: 33.333333%
	}

	.md\:basis-30 {
		-ms-flex-preferred-size: 120px;
		flex-basis: 120px
	}

	.md\:basis-\[100\%\] {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.md\:basis-\[400px\] {
		-ms-flex-preferred-size: 400px;
		flex-basis: 400px
	}

	.md\:basis-\[calc\(20\%-10px\)\] {
		-ms-flex-preferred-size: calc(20% - 10px);
		flex-basis: calc(20% - 10px)
	}

	.md\:basis-\[calc\(33\.3\%-10px\)\] {
		-ms-flex-preferred-size: calc(33.3% - 10px);
		flex-basis: calc(33.3% - 10px)
	}

	.md\:basis-\[calc\(33\.3\%-16px\)\] {
		-ms-flex-preferred-size: calc(33.3% - 16px);
		flex-basis: calc(33.3% - 16px)
	}

	.md\:basis-\[calc\(50\%-10px\)\] {
		-ms-flex-preferred-size: calc(50% - 10px);
		flex-basis: calc(50% - 10px)
	}

	.md\:basis-\[calc\(50\%-24px\)\] {
		-ms-flex-preferred-size: calc(50% - 24px);
		flex-basis: calc(50% - 24px)
	}

	.md\:translate-x-0 {
		--tw-translate-x: 0px
	}

	.md\:translate-x-0,
	.md\:translate-x-12 {
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
	}

	.md\:translate-x-12 {
		--tw-translate-x: 48px
	}

	.md\:translate-y-1\/2 {
		--tw-translate-y: 50%;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
	}

	.md\:\!transform-none {
		transform: none !important
	}

	.md\:columns-4 {
		-webkit-columns: 4;
		column-count: 4
	}

	.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\:\!flex-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.md\:flex-row {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.md\:flex-col {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.md\:flex-col-reverse {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.md\:flex-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.md\:flex-nowrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.md\:items-start {
		-ms-flex-align: start;
		align-items: flex-start
	}

	.md\:items-center {
		-ms-flex-align: center;
		align-items: center
	}

	.md\:justify-start {
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.md\:justify-end {
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.md\:justify-center {
		-ms-flex-pack: center;
		justify-content: center
	}

	.md\:justify-between {
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.md\:gap-0 {
		gap: 0
	}

	.md\:gap-2 {
		gap: 8px
	}

	.md\:gap-3 {
		gap: 12px
	}

	.md\:gap-5 {
		gap: 20px
	}

	.md\:gap-7 {
		gap: 28px
	}

	.md\:gap-y-5 {
		row-gap: 20px
	}

	.md\:overflow-hidden {
		overflow: hidden
	}

	.md\:overflow-visible {
		overflow: visible
	}

	.md\:whitespace-normal {
		white-space: normal
	}

	.md\:whitespace-nowrap {
		white-space: nowrap
	}

	.md\:whitespace-pre-line {
		white-space: pre-line
	}

	.md\:whitespace-pre-wrap {
		white-space: pre-wrap
	}

	.md\:\!rounded-2xl {
		border-radius: 16px !important
	}

	.md\:rounded {
		border-radius: 4px
	}

	.md\:rounded-2xl {
		border-radius: 16px
	}

	.md\:rounded-4xl {
		border-radius: 32px
	}

	.md\:rounded-full {
		border-radius: 9999px
	}

	.md\:rounded-md {
		border-radius: 6px
	}

	.md\:rounded-none {
		border-radius: 0
	}

	.md\:rounded-xl {
		border-radius: 12px
	}

	.md\:border {
		border-width: 1px
	}

	.md\:border-b {
		border-bottom-width: 1px
	}

	.md\:border-solid {
		border-style: solid
	}

	.md\:border-none {
		border-style: none
	}

	.md\:border-black {
		border-color: #000
	}

	.md\:bg-\[\#F5F5F7\] {
		background-color: #f5f5f7
	}

	.md\:bg-\[\#f7f7f7\] {
		background-color: #f7f7f7
	}

	.md\:bg-default {
		background-color: #f7f8fa
	}

	.md\:bg-transparent {
		background-color: transparent
	}

	.md\:bg-white {
		background-color: #fff
	}

	.md\:bg-white\/10 {
		background-color: hsla(0, 0%, 100%, .1)
	}

	.md\:bg-\[url\(\"https\:\/\/img01\.yzcdn\.cn\/upload_files\/2022\/08\/18\/Fm9x5kvppE-Mdc0zvgERIV-3PjAU\.png\?imageMogr2\/format\/jpg\"\)\] {
		background-image: url(https://img01.yzcdn.cn/upload_files/2022/08/18/Fm9x5kvppE-Mdc0zvgERIV-3PjAU.png?imageMogr2/format/jpg)
	}

	.md\:bg-\[url\(\"https\:\/\/img01\.yzcdn\.cn\/upload_files\/2023\/07\/11\/FtddQ7tc_SAlVL_KaBFcJQsAL3YA\.png\"\)\] {
		background-image: url(https://img01.yzcdn.cn/upload_files/2023/07/11/FtddQ7tc_SAlVL_KaBFcJQsAL3YA.png)
	}

	.md\:bg-\[url\(\"https\:\/\/img01\.yzcdn\.cn\/upload_files\/2023\/07\/25\/FmrB0g1FLuQIwRn3CX7ipxl4TQgx\.jpg\"\)\] {
		background-image: url(https://img01.yzcdn.cn/upload_files/2023/07/25/FmrB0g1FLuQIwRn3CX7ipxl4TQgx.jpg)
	}

	.md\:bg-\[url\(\"https\:\/\/img01\.yzcdn\.cn\/upload_files\/2023\/08\/04\/FnaCoyodpIeKroPd71_nEYkTuL5P\.jpg\"\)\] {
		background-image: url(https://img01.yzcdn.cn/upload_files/2023/08/04/FnaCoyodpIeKroPd71_nEYkTuL5P.jpg)
	}

	.md\:bg-\[url\(https\:\/\/img01\.yzcdn\.cn\/upload_files\/2023\/11\/03\/Frz0BPRyzEFXvp0gPiPA6ch664dC\.jpg\)\] {
		background-image: url(https://img01.yzcdn.cn/upload_files/2023/11/03/Frz0BPRyzEFXvp0gPiPA6ch664dC.jpg)
	}

	.md\:bg-none {
		background-image: none
	}

	.md\:bg-cover {
		background-size: cover
	}

	.md\:bg-\[24px_top\] {
		background-position: 24px top
	}

	.md\:bg-no-repeat {
		background-repeat: no-repeat
	}

	.md\:p-0 {
		padding: 0
	}

	.md\:p-1 {
		padding: 4px
	}

	.md\:p-10 {
		padding: 40px
	}

	.md\:p-2 {
		padding: 8px
	}

	.md\:p-20 {
		padding: 80px
	}

	.md\:p-3 {
		padding: 12px
	}

	.md\:p-4 {
		padding: 16px
	}

	.md\:p-5 {
		padding: 20px
	}

	.md\:p-6 {
		padding: 24px
	}

	.md\:p-7 {
		padding: 28px
	}

	.md\:px-0 {
		padding-left: 0;
		padding-right: 0
	}

	.md\:px-10 {
		padding-left: 40px;
		padding-right: 40px
	}

	.md\:px-3 {
		padding-left: 12px;
		padding-right: 12px
	}

	.md\:px-4 {
		padding-left: 16px;
		padding-right: 16px
	}

	.md\:px-5 {
		padding-left: 20px;
		padding-right: 20px
	}

	.md\:px-6 {
		padding-left: 24px;
		padding-right: 24px
	}

	.md\:px-7 {
		padding-left: 28px;
		padding-right: 28px
	}

	.md\:px-8 {
		padding-left: 32px;
		padding-right: 32px
	}

	.md\:px-9 {
		padding-left: 36px;
		padding-right: 36px
	}

	.md\:py-0 {
		padding-top: 0;
		padding-bottom: 0
	}

	.md\:py-1 {
		padding-top: 4px;
		padding-bottom: 4px
	}

	.md\:py-1\.5 {
		padding-top: 6px;
		padding-bottom: 6px
	}

	.md\:py-10 {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.md\:py-16 {
		padding-top: 64px;
		padding-bottom: 64px
	}

	.md\:py-2 {
		padding-top: 8px;
		padding-bottom: 8px
	}

	.md\:py-20 {
		padding-top: 80px;
		padding-bottom: 80px
	}

	.md\:py-3 {
		padding-top: 12px;
		padding-bottom: 12px
	}

	.md\:py-4 {
		padding-top: 16px;
		padding-bottom: 16px
	}

	.md\:py-40 {
		padding-top: 160px;
		padding-bottom: 160px
	}

	.md\:py-5 {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.md\:py-6 {
		padding-top: 24px;
		padding-bottom: 24px
	}

	.md\:py-7 {
		padding-top: 28px;
		padding-bottom: 28px
	}

	.md\:py-\[18px\] {
		padding-top: 18px;
		padding-bottom: 18px
	}

	.md\:py-\[5px\] {
		padding-top: 5px;
		padding-bottom: 5px
	}

	.md\:\!pr-4 {
		padding-right: 16px !important
	}

	.md\:pb-0 {
		padding-bottom: 0
	}

	.md\:pb-13 {
		padding-bottom: 52px
	}

	.md\:pb-14 {
		padding-bottom: 56px
	}

	.md\:pb-24 {
		padding-bottom: 96px
	}

	.md\:pb-36 {
		padding-bottom: 144px
	}

	.md\:pb-40 {
		padding-bottom: 160px
	}

	.md\:pb-5 {
		padding-bottom: 20px
	}

	.md\:pb-7 {
		padding-bottom: 28px
	}

	.md\:pb-\[30\%\] {
		padding-bottom: 30%
	}

	.md\:pl-14 {
		padding-left: 56px
	}

	.md\:pl-\[44\%\] {
		padding-left: 44%
	}

	.md\:pr-3 {
		padding-right: 12px
	}

	.md\:pr-4 {
		padding-right: 16px
	}

	.md\:pr-5 {
		padding-right: 20px
	}

	.md\:pt-10 {
		padding-top: 40px
	}

	.md\:pt-12 {
		padding-top: 48px
	}

	.md\:pt-14 {
		padding-top: 56px
	}

	.md\:pt-20 {
		padding-top: 80px
	}

	.md\:pt-24 {
		padding-top: 96px
	}

	.md\:pt-28 {
		padding-top: 112px
	}

	.md\:pt-32 {
		padding-top: 128px
	}

	.md\:pt-44 {
		padding-top: 176px
	}

	.md\:text-left {
		text-align: left
	}

	.md\:text-center {
		text-align: center
	}

	.md\:text-justify {
		text-align: justify
	}

	.md\:\!text-lg {
		font-size: 18px !important;
		line-height: 28px !important
	}

	.md\:text-2xl {
		font-size: 24px;
		line-height: 32px
	}

	.md\:text-3xl {
		font-size: 30px;
		line-height: 36px
	}

	.md\:text-4xl {
		font-size: 36px;
		line-height: 40px
	}

	.md\:text-5xl {
		font-size: 48px;
		line-height: 1
	}

	.md\:text-6xl {
		font-size: 60px;
		line-height: 1
	}

	.md\:text-7xl {
		font-size: 72px;
		line-height: 1
	}

	.md\:text-\[22px\] {
		font-size: 22px
	}

	.md\:text-\[26px\] {
		font-size: 26px
	}

	.md\:text-\[40px\] {
		font-size: 40px
	}

	.md\:text-\[80px\] {
		font-size: 80px
	}

	.md\:text-base {
		font-size: 16px;
		line-height: 24px
	}

	.md\:text-lg {
		font-size: 18px;
		line-height: 28px
	}

	.md\:text-sm {
		font-size: 14px;
		line-height: 20px
	}

	.md\:text-xl {
		font-size: 20px;
		line-height: 28px
	}

	.md\:text-xs {
		font-size: 12px;
		line-height: 16px
	}

	.md\:font-bold {
		font-weight: 700
	}

	.md\:font-medium {
		font-weight: 500
	}

	.md\:font-normal {
		font-weight: 400
	}

	.md\:\!leading-8 {
		line-height: 32px !important
	}

	.md\:leading-10 {
		line-height: 40px
	}

	.md\:leading-5 {
		line-height: 20px
	}

	.md\:leading-6 {
		line-height: 24px
	}

	.md\:leading-7 {
		line-height: 28px
	}

	.md\:leading-8 {
		line-height: 32px
	}

	.md\:leading-9 {
		line-height: 36px
	}

	.md\:leading-none {
		line-height: 1
	}

	.md\:leading-normal {
		line-height: 1.5
	}

	.md\:leading-snug {
		line-height: 1.375
	}

	.md\:leading-tight {
		line-height: 1.25
	}

	.md\:\!text-gray-400 {
		color: #9ca3af !important
	}

	.md\:\!text-heading {
		color: #1d1d1f !important
	}

	.md\:text-\[\#4848E3\] {
		color: #4848e3
	}

	.md\:text-heading {
		color: #1d1d1f
	}

	.md\:text-secondary {
		color: #646566
	}

	.md\:shadow-\[0_-44px_76px_0_rgba\(255\2c 255\2c 255\2c 0\.2\)_inset\] {
		--tw-shadow: 0 -44px 76px 0 hsla(0, 0%, 100%, .2) inset;
		--tw-shadow-colored: inset 0 -44px 76px 0 var(--tw-shadow-color)
	}

	.md\:shadow-\[0_-44px_76px_0_rgba\(255\2c 255\2c 255\2c 0\.2\)_inset\],
	.md\:shadow-none {
		box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
	}

	.md\:shadow-none {
		--tw-shadow: 0 0 transparent;
		--tw-shadow-colored: 0 0 transparent
	}

	.md\:backdrop-blur-3xl {
		--tw-backdrop-blur: blur(64px);
		-webkit-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);
		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)
	}

	.md\:transition-all {
		transition-property: all;
		transition-timing-function: cubic-bezier(.4, 0, .2, 1);
		transition-duration: .15s
	}

	.md\:max-w-c {
		max-width: 1280px
	}

	@media (min-width:1536px) {
		.md\:max-w-c {
			max-width: 1536px
		}
	}

	.md\:px-c {
		padding-left: 16px;
		padding-right: 16px
	}

	@media (min-width:640px) {
		.md\:px-c {
			padding-left: 24px;
			padding-right: 24px
		}
	}

	@media (min-width:1024px) {
		.md\:px-c {
			padding-left: 32px;
			padding-right: 32px
		}
	}

	@media (min-width:1280px) {
		.md\:px-c {
			padding-left: 40px;
			padding-right: 40px
		}
	}

	.md\:fgap-2 {
		margin: -4px
	}

	.md\:fgap-2>* {
		margin: 4px
	}

	.md\:fgap-5 {
		margin: -10px
	}

	.md\:fgap-5>* {
		margin: 10px
	}

	.md\:fgap-7 {
		margin: -14px
	}

	.md\:fgap-7>* {
		margin: 14px
	}

	.md\:fgap-x-10 {
		margin-left: -20px;
		margin-right: -20px
	}

	.md\:fgap-x-10>* {
		margin-left: 20px;
		margin-right: 20px
	}

	.md\:inset-0 {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0
	}

	.md\:animate__fadeInUp {
		animation-name: fadeInUp
	}

	.md\:animate__fadeOutDown {
		animation-name: fadeOutDown
	}

	.md\:animate__animated {
		animation-duration: 1s;
		animation-fill-mode: both
	}

	.md\:p-container {
		width: 100%
	}

	@media (min-width:444px) {
		.md\:p-container {
			max-width: 444px
		}
	}

	@media (min-width:640px) {
		.md\:p-container {
			max-width: 640px
		}
	}

	@media (min-width:768px) {
		.md\:p-container {
			max-width: 768px
		}
	}

	@media (min-width:1024px) {
		.md\:p-container {
			max-width: 1024px
		}
	}

	@media (min-width:1280px) {
		.md\:p-container {
			max-width: 1280px
		}
	}

	@media (min-width:1536px) {
		.md\:p-container {
			max-width: 1536px
		}
	}

	.md\:p-container {
		margin-left: auto;
		margin-right: auto;
		padding-left: 16px;
		padding-right: 16px
	}

	@media (min-width:640px) {
		.md\:p-container {
			padding-left: 24px;
			padding-right: 24px
		}
	}

	@media (min-width:1024px) {
		.md\:p-container {
			padding-left: 32px;
			padding-right: 32px
		}
	}

	@media (min-width:1280px) {
		.md\:p-container {
			padding-left: 40px;
			padding-right: 40px
		}
	}

	.md\:\*\:mb-7>* {
		margin-bottom: 28px
	}

	.md\:\*\:h-full>* {
		height: 100%
	}

	.md\:after\:w-12:after {
		content: var(--tw-content);
		width: 48px
	}

	.md\:first\:mr-5:first-child {
		margin-right: 20px
	}

	.md\:first\:mr-7:first-child {
		margin-right: 28px
	}

	.md\:first\:basis-\[500px\]:first-child {
		-ms-flex-preferred-size: 500px;
		flex-basis: 500px
	}

	.md\:first\:bg-\[\#F5F5F7\]:first-child {
		background-color: #f5f5f7
	}

	.md\:first\:pt-30:first-child {
		padding-top: 120px
	}

	.md\:first\:text-normal:first-child {
		color: #323233
	}

	.md\:last\:mr-0:last-child {
		margin-right: 0
	}

	.md\:odd\:mr-5:nth-child(odd) {
		margin-right: 20px
	}

	.md\:even\:ml-0:nth-child(2n) {
		margin-left: 0
	}

	.md\:even\:mr-5:nth-child(2n) {
		margin-right: 20px
	}

	.md\:even\:flex-row-reverse:nth-child(2n) {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
}

@media (hover:hover) and (pointer:fine) {
	@media (min-width:768px) {
		.hover\:md\:scale-105:hover {
			--tw-scale-x: 1.05;
			--tw-scale-y: 1.05;
			transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
		}
	}
}

@media (min-width:1024px) {
	.lg\:absolute {
		position: absolute
	}

	.lg\:sticky {
		position: -webkit-sticky;
		position: sticky
	}

	.lg\:\!bottom-0 {
		bottom: 0 !important
	}

	.lg\:-right-20 {
		right: -80px
	}

	.lg\:-right-3 {
		right: -12px
	}

	.lg\:bottom-10 {
		bottom: 40px
	}

	.lg\:bottom-12 {
		bottom: 48px
	}

	.lg\:bottom-14 {
		bottom: 56px
	}

	.lg\:bottom-20 {
		bottom: 80px
	}

	.lg\:bottom-40 {
		bottom: 160px
	}

	.lg\:bottom-7 {
		bottom: 28px
	}

	.lg\:bottom-8 {
		bottom: 32px
	}

	.lg\:bottom-\[30px\] {
		bottom: 30px
	}

	.lg\:bottom-auto {
		bottom: auto
	}

	.lg\:left-16 {
		left: 64px
	}

	.lg\:left-4 {
		left: 16px
	}

	.lg\:left-auto {
		left: auto
	}

	.lg\:right-0 {
		right: 0
	}

	.lg\:right-12 {
		right: 48px
	}

	.lg\:right-14 {
		right: 56px
	}

	.lg\:right-18 {
		right: 72px
	}

	.lg\:right-7 {
		right: 28px
	}

	.lg\:right-7\.5 {
		right: 30px
	}

	.lg\:right-8 {
		right: 32px
	}

	.lg\:right-\[30px\] {
		right: 30px
	}

	.lg\:right-auto {
		right: auto
	}

	.lg\:top-0 {
		top: 0
	}

	.lg\:top-1\/2 {
		top: 50%
	}

	.lg\:top-13 {
		top: 52px
	}

	.lg\:top-16 {
		top: 64px
	}

	.lg\:top-4 {
		top: 16px
	}

	.lg\:top-6 {
		top: 24px
	}

	.lg\:top-7\.5 {
		top: 30px
	}

	.lg\:top-8 {
		top: 32px
	}

	.lg\:top-auto {
		top: auto
	}

	.lg\:\!mx-auto {
		margin-left: auto !important;
		margin-right: auto !important
	}

	.lg\:-mx-6 {
		margin-left: -24px;
		margin-right: -24px
	}

	.lg\:mx-0 {
		margin-left: 0;
		margin-right: 0
	}

	.lg\:mx-auto {
		margin-left: auto;
		margin-right: auto
	}

	.lg\:my-0 {
		margin-top: 0;
		margin-bottom: 0
	}

	.lg\:my-8 {
		margin-top: 32px;
		margin-bottom: 32px
	}

	.lg\:\!mb-14 {
		margin-bottom: 56px !important
	}

	.lg\:\!mr-7 {
		margin-right: 28px !important
	}

	.lg\:\!mt-9 {
		margin-top: 36px !important
	}

	.lg\:-mb-36 {
		margin-bottom: -144px
	}

	.lg\:-ml-px {
		margin-left: -1px
	}

	.lg\:-mt-14 {
		margin-top: -56px
	}

	.lg\:-mt-24 {
		margin-top: -96px
	}

	.lg\:-mt-8 {
		margin-top: -32px
	}

	.lg\:mb-0 {
		margin-bottom: 0
	}

	.lg\:mb-1\.5 {
		margin-bottom: 6px
	}

	.lg\:mb-10 {
		margin-bottom: 40px
	}

	.lg\:mb-11 {
		margin-bottom: 44px
	}

	.lg\:mb-12 {
		margin-bottom: 48px
	}

	.lg\:mb-13 {
		margin-bottom: 52px
	}

	.lg\:mb-14 {
		margin-bottom: 56px
	}

	.lg\:mb-15 {
		margin-bottom: 60px
	}

	.lg\:mb-2 {
		margin-bottom: 8px
	}

	.lg\:mb-2\.5 {
		margin-bottom: 10px
	}

	.lg\:mb-20 {
		margin-bottom: 80px
	}

	.lg\:mb-28 {
		margin-bottom: 112px
	}

	.lg\:mb-3 {
		margin-bottom: 12px
	}

	.lg\:mb-36 {
		margin-bottom: 144px
	}

	.lg\:mb-4 {
		margin-bottom: 16px
	}

	.lg\:mb-40 {
		margin-bottom: 160px
	}

	.lg\:mb-5 {
		margin-bottom: 20px
	}

	.lg\:mb-6 {
		margin-bottom: 24px
	}

	.lg\:mb-7 {
		margin-bottom: 28px
	}

	.lg\:mb-8 {
		margin-bottom: 32px
	}

	.lg\:mb-9 {
		margin-bottom: 36px
	}

	.lg\:ml-0 {
		margin-left: 0
	}

	.lg\:ml-10 {
		margin-left: 40px
	}

	.lg\:ml-14 {
		margin-left: 56px
	}

	.lg\:ml-2 {
		margin-left: 8px
	}

	.lg\:ml-2\.5 {
		margin-left: 10px
	}

	.lg\:ml-28 {
		margin-left: 112px
	}

	.lg\:ml-3 {
		margin-left: 12px
	}

	.lg\:ml-4 {
		margin-left: 16px
	}

	.lg\:ml-5 {
		margin-left: 20px
	}

	.lg\:ml-6 {
		margin-left: 24px
	}

	.lg\:ml-7 {
		margin-left: 28px
	}

	.lg\:ml-8 {
		margin-left: 32px
	}

	.lg\:mr-0 {
		margin-right: 0
	}

	.lg\:mr-10 {
		margin-right: 40px
	}

	.lg\:mr-12 {
		margin-right: 48px
	}

	.lg\:mr-13 {
		margin-right: 52px
	}

	.lg\:mr-14 {
		margin-right: 56px
	}

	.lg\:mr-2 {
		margin-right: 8px
	}

	.lg\:mr-2\.5 {
		margin-right: 10px
	}

	.lg\:mr-20 {
		margin-right: 80px
	}

	.lg\:mr-3 {
		margin-right: 12px
	}

	.lg\:mr-4 {
		margin-right: 16px
	}

	.lg\:mr-5 {
		margin-right: 20px
	}

	.lg\:mr-6 {
		margin-right: 24px
	}

	.lg\:mr-7 {
		margin-right: 28px
	}

	.lg\:mr-8 {
		margin-right: 32px
	}

	.lg\:mr-9 {
		margin-right: 36px
	}

	.lg\:mr-\[30px\] {
		margin-right: 30px
	}

	.lg\:mt-0 {
		margin-top: 0
	}

	.lg\:mt-10 {
		margin-top: 40px
	}

	.lg\:mt-11 {
		margin-top: 44px
	}

	.lg\:mt-12 {
		margin-top: 48px
	}

	.lg\:mt-13 {
		margin-top: 52px
	}

	.lg\:mt-14 {
		margin-top: 56px
	}

	.lg\:mt-15 {
		margin-top: 60px
	}

	.lg\:mt-2 {
		margin-top: 8px
	}

	.lg\:mt-2\.5 {
		margin-top: 10px
	}

	.lg\:mt-24 {
		margin-top: 96px
	}

	.lg\:mt-28 {
		margin-top: 112px
	}

	.lg\:mt-3 {
		margin-top: 12px
	}

	.lg\:mt-3\.5 {
		margin-top: 14px
	}

	.lg\:mt-30 {
		margin-top: 120px
	}

	.lg\:mt-36 {
		margin-top: 144px
	}

	.lg\:mt-4 {
		margin-top: 16px
	}

	.lg\:mt-40 {
		margin-top: 160px
	}

	.lg\:mt-5 {
		margin-top: 20px
	}

	.lg\:mt-6 {
		margin-top: 24px
	}

	.lg\:mt-7 {
		margin-top: 28px
	}

	.lg\:mt-8 {
		margin-top: 32px
	}

	.lg\:mt-9 {
		margin-top: 36px
	}

	.lg\:mt-\[150px\] {
		margin-top: 150px
	}

	.lg\:mt-\[34px\] {
		margin-top: 34px
	}

	.lg\:\!line-clamp-3 {
		overflow: hidden !important;
		display: -webkit-box !important;
		-webkit-box-orient: vertical !important;
		-webkit-line-clamp: 3 !important
	}

	.lg\:line-clamp-2 {
		-webkit-line-clamp: 2
	}

	.lg\:line-clamp-2,
	.lg\:line-clamp-3 {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical
	}

	.lg\:line-clamp-3 {
		-webkit-line-clamp: 3
	}

	.lg\:block {
		display: block
	}

	.lg\:inline-block {
		display: inline-block
	}

	.lg\:inline {
		display: inline
	}

	.lg\:flex {
		display: -ms-flexbox;
		display: flex
	}

	.lg\:inline-flex {
		display: -ms-inline-flexbox;
		display: inline-flex
	}

	.lg\:grid {
		display: grid
	}

	.lg\:\!hidden {
		display: none !important
	}

	.lg\:hidden {
		display: none
	}

	.lg\:size-10 {
		width: 40px;
		height: 40px
	}

	.lg\:size-13 {
		width: 52px;
		height: 52px
	}

	.lg\:size-15 {
		width: 60px;
		height: 60px
	}

	.lg\:size-17 {
		width: 68px;
		height: 68px
	}

	.lg\:size-20 {
		width: 80px;
		height: 80px
	}

	.lg\:size-24 {
		width: 96px;
		height: 96px
	}

	.lg\:size-28 {
		width: 112px;
		height: 112px
	}

	.lg\:size-30 {
		width: 120px;
		height: 120px
	}

	.lg\:size-5 {
		width: 20px;
		height: 20px
	}

	.lg\:size-7 {
		width: 28px;
		height: 28px
	}

	.lg\:size-8 {
		width: 32px;
		height: 32px
	}

	.lg\:size-\[100px\] {
		width: 100px;
		height: 100px
	}

	.lg\:\!h-\[620px\] {
		height: 620px !important
	}

	.lg\:h-12 {
		height: 48px
	}

	.lg\:h-15 {
		height: 60px
	}

	.lg\:h-17 {
		height: 68px
	}

	.lg\:h-18 {
		height: 72px
	}

	.lg\:h-6 {
		height: 24px
	}

	.lg\:h-72 {
		height: 288px
	}

	.lg\:h-\[100px\] {
		height: 100px
	}

	.lg\:h-\[100vh\] {
		height: 100vh
	}

	.lg\:h-\[110px\] {
		height: 110px
	}

	.lg\:h-\[13\.2vw\] {
		height: 13.2vw
	}

	.lg\:h-\[14\.8vw\] {
		height: 14.8vw
	}

	.lg\:h-\[18\.3vw\] {
		height: 18.3vw
	}

	.lg\:h-\[188px\] {
		height: 188px
	}

	.lg\:h-\[21\.7vw\] {
		height: 21.7vw
	}

	.lg\:h-\[220px\] {
		height: 220px
	}

	.lg\:h-\[420px\] {
		height: 420px
	}

	.lg\:h-\[500px\] {
		height: 500px
	}

	.lg\:h-\[525px\] {
		height: 525px
	}

	.lg\:h-\[52px\] {
		height: 52px
	}

	.lg\:h-\[54px\] {
		height: 54px
	}

	.lg\:h-\[550px\] {
		height: 550px
	}

	.lg\:h-\[580px\] {
		height: 580px
	}

	.lg\:h-\[600px\] {
		height: 600px
	}

	.lg\:h-\[60px\] {
		height: 60px
	}

	.lg\:h-\[70px\] {
		height: 70px
	}

	.lg\:h-\[900px\] {
		height: 900px
	}

	.lg\:h-auto {
		height: auto
	}

	.lg\:h-full {
		height: 100%
	}

	.lg\:max-h-\[220px\] {
		max-height: 220px
	}

	.lg\:max-h-\[500px\] {
		max-height: 500px
	}

	.lg\:max-h-\[700px\] {
		max-height: 700px
	}

	.lg\:min-h-12 {
		min-height: 48px
	}

	.lg\:min-h-24 {
		min-height: 96px
	}

	.lg\:min-h-\[unset\] {
		min-height: unset
	}

	.lg\:min-h-full {
		min-height: 100%
	}

	.lg\:\!w-5\/6 {
		width: 83.333333% !important
	}

	.lg\:\!w-\[380px\] {
		width: 380px !important
	}

	.lg\:\!w-\[calc\(\(100\%-84px\)\/4\)\] {
		width: calc((100% - 84px) / 4) !important
	}

	.lg\:\!w-full {
		width: 100% !important
	}

	.lg\:w-1\/2 {
		width: 50%
	}

	.lg\:w-1\/3 {
		width: 33.333333%
	}

	.lg\:w-1\/4 {
		width: 25%
	}

	.lg\:w-11\/12 {
		width: 91.666667%
	}

	.lg\:w-13 {
		width: 52px
	}

	.lg\:w-2\/3 {
		width: 66.666667%
	}

	.lg\:w-20 {
		width: 80px
	}

	.lg\:w-24 {
		width: 96px
	}

	.lg\:w-28 {
		width: 112px
	}

	.lg\:w-3 {
		width: 12px
	}

	.lg\:w-40 {
		width: 160px
	}

	.lg\:w-5\/12 {
		width: 41.666667%
	}

	.lg\:w-56 {
		width: 224px
	}

	.lg\:w-64 {
		width: 256px
	}

	.lg\:w-7\/12 {
		width: 58.333333%
	}

	.lg\:w-72 {
		width: 288px
	}

	.lg\:w-80 {
		width: 320px
	}

	.lg\:w-96 {
		width: 384px
	}

	.lg\:w-\[1000px\] {
		width: 1000px
	}

	.lg\:w-\[108px\] {
		width: 108px
	}

	.lg\:w-\[110px\] {
		width: 110px
	}

	.lg\:w-\[136px\] {
		width: 136px
	}

	.lg\:w-\[140px\] {
		width: 140px
	}

	.lg\:w-\[187px\] {
		width: 187px
	}

	.lg\:w-\[190px\] {
		width: 190px
	}

	.lg\:w-\[210px\] {
		width: 210px
	}

	.lg\:w-\[220px\] {
		width: 220px
	}

	.lg\:w-\[232px\] {
		width: 232px
	}

	.lg\:w-\[274px\] {
		width: 274px
	}

	.lg\:w-\[312px\] {
		width: 312px
	}

	.lg\:w-\[340px\] {
		width: 340px
	}

	.lg\:w-\[352px\] {
		width: 352px
	}

	.lg\:w-\[390px\] {
		width: 390px
	}

	.lg\:w-\[480px\] {
		width: 480px
	}

	.lg\:w-\[50\%\] {
		width: 50%
	}

	.lg\:w-\[500px\] {
		width: 500px
	}

	.lg\:w-\[520px\] {
		width: 520px
	}

	.lg\:w-\[535px\] {
		width: 535px
	}

	.lg\:w-\[55\%\] {
		width: 55%
	}

	.lg\:w-\[560px\] {
		width: 560px
	}

	.lg\:w-\[580px\] {
		width: 580px
	}

	.lg\:w-\[60\%\] {
		width: 60%
	}

	.lg\:w-\[600px\] {
		width: 600px
	}

	.lg\:w-\[800px\] {
		width: 800px
	}

	.lg\:w-\[832px\] {
		width: 832px
	}

	.lg\:w-\[840px\] {
		width: 840px
	}

	.lg\:w-\[919px\] {
		width: 919px
	}

	.lg\:w-\[calc\(\(100\%-56px\)\/3\)\] {
		width: calc((100% - 56px) / 3)
	}

	.lg\:w-\[calc\(\(100\%-84px\)\/4\)\] {
		width: calc((100% - 84px) / 4)
	}

	.lg\:w-\[calc\(33\.3\%-12px\)\] {
		width: calc(33.3% - 12px)
	}

	.lg\:w-\[calc\(50\%-20px\)\] {
		width: calc(50% - 20px)
	}

	.lg\:w-auto {
		width: auto
	}

	.lg\:w-full {
		width: 100%
	}

	.lg\:min-w-0 {
		min-width: 0
	}

	.lg\:max-w-4xl {
		max-width: 896px
	}

	.lg\:max-w-96 {
		max-width: 384px
	}

	.lg\:max-w-\[1000px\] {
		max-width: 1000px
	}

	.lg\:max-w-\[1200px\] {
		max-width: 1200px
	}

	.lg\:max-w-\[376px\] {
		max-width: 376px
	}

	.lg\:max-w-\[480px\] {
		max-width: 480px
	}

	.lg\:max-w-\[500px\] {
		max-width: 500px
	}

	.lg\:max-w-\[590px\] {
		max-width: 590px
	}

	.lg\:max-w-\[600px\] {
		max-width: 600px
	}

	.lg\:max-w-\[788px\] {
		max-width: 788px
	}

	.lg\:max-w-\[930px\] {
		max-width: 930px
	}

	.lg\:max-w-\[unset\] {
		max-width: unset
	}

	.lg\:max-w-full {
		max-width: 100%
	}

	.lg\:max-w-lg {
		max-width: 512px
	}

	.lg\:max-w-none {
		max-width: none
	}

	.lg\:flex-1 {
		-ms-flex: 1 1 0%;
		flex: 1 1 0%
	}

	.lg\:flex-none {
		-ms-flex: none;
		flex: none
	}

	.lg\:shrink {
		-ms-flex-negative: 1;
		flex-shrink: 1
	}

	.lg\:\!basis-\[calc\(100\%\/3\*2-10px\/3\*2\)\] {
		-ms-flex-preferred-size: calc(100% / 3 * 2 - 10px / 3 * 2) !important;
		flex-basis: calc(100% / 3 * 2 - 10px / 3 * 2) !important
	}

	.lg\:basis-80 {
		-ms-flex-preferred-size: 320px;
		flex-basis: 320px
	}

	.lg\:basis-\[400px\] {
		-ms-flex-preferred-size: 400px;
		flex-basis: 400px
	}

	.lg\:basis-\[calc\(100\%\/7-10px\)\] {
		-ms-flex-preferred-size: calc(100% / 7 - 10px);
		flex-basis: calc(100% / 7 - 10px)
	}

	.lg\:basis-\[calc\(25\%-20px\)\] {
		-ms-flex-preferred-size: calc(25% - 20px);
		flex-basis: calc(25% - 20px)
	}

	.lg\:basis-\[calc\(33\.3\%-12px\)\] {
		-ms-flex-preferred-size: calc(33.3% - 12px);
		flex-basis: calc(33.3% - 12px)
	}

	.lg\:basis-\[calc\(50\%-16px\)\] {
		-ms-flex-preferred-size: calc(50% - 16px);
		flex-basis: calc(50% - 16px)
	}

	.lg\:basis-\[calc\(50\%-20px\)\] {
		-ms-flex-preferred-size: calc(50% - 20px);
		flex-basis: calc(50% - 20px)
	}

	.lg\:basis-full {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%
	}

	.lg\:-translate-y-1\/2 {
		--tw-translate-y: -50%
	}

	.lg\:-translate-y-1\/2,
	.lg\:translate-x-0 {
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
	}

	.lg\:translate-x-0 {
		--tw-translate-x: 0px
	}

	.lg\:translate-y-1 {
		--tw-translate-y: 4px;
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
	}

	.lg\:\!transform-none {
		transform: none !important
	}

	.lg\:cursor-pointer {
		cursor: pointer
	}

	.lg\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}

	.lg\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}

	.lg\:flex-row {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.lg\:flex-row-reverse {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.lg\:flex-col {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.lg\:flex-col-reverse {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.lg\:flex-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.lg\:flex-nowrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.lg\:items-start {
		-ms-flex-align: start;
		align-items: flex-start
	}

	.lg\:items-end {
		-ms-flex-align: end;
		align-items: flex-end
	}

	.lg\:items-center {
		-ms-flex-align: center;
		align-items: center
	}

	.lg\:items-stretch {
		-ms-flex-align: stretch;
		align-items: stretch
	}

	.lg\:justify-start {
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.lg\:justify-end {
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.lg\:justify-center {
		-ms-flex-pack: center;
		justify-content: center
	}

	.lg\:justify-between {
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.lg\:gap-1\.5 {
		gap: 6px
	}

	.lg\:gap-3 {
		gap: 12px
	}

	.lg\:gap-3\.5 {
		gap: 14px
	}

	.lg\:gap-4 {
		gap: 16px
	}

	.lg\:gap-5 {
		gap: 20px
	}

	.lg\:gap-7 {
		gap: 28px
	}

	.lg\:gap-x-5 {
		-webkit-column-gap: 20px;
		column-gap: 20px
	}

	.lg\:gap-y-13 {
		row-gap: 52px
	}

	.lg\:overflow-hidden {
		overflow: hidden
	}

	.lg\:\!overflow-visible {
		overflow: visible !important
	}

	.lg\:overflow-visible {
		overflow: visible
	}

	.lg\:rounded-2xl {
		border-radius: 16px
	}

	.lg\:rounded-3xl {
		border-radius: 24px
	}

	.lg\:rounded-4xl {
		border-radius: 32px
	}

	.lg\:rounded-\[30px\] {
		border-radius: 30px
	}

	.lg\:rounded-\[32px\] {
		border-radius: 32px
	}

	.lg\:rounded-full {
		border-radius: 9999px
	}

	.lg\:rounded-none {
		border-radius: 0
	}

	.lg\:rounded-xl {
		border-radius: 12px
	}

	.lg\:rounded-t-2xl {
		border-top-left-radius: 16px;
		border-top-right-radius: 16px
	}

	.lg\:rounded-t-4xl {
		border-top-left-radius: 32px;
		border-top-right-radius: 32px
	}

	.lg\:border-b {
		border-bottom-width: 1px
	}

	.lg\:border-solid {
		border-style: solid
	}

	.lg\:border-light {
		border-color: #d8d8d8
	}

	.lg\:border-transparent {
		border-color: transparent
	}

	.lg\:bg-\[\#F5F5F7\] {
		background-color: #f5f5f7
	}

	.lg\:bg-black {
		background-color: #000
	}

	.lg\:bg-transparent {
		background-color: transparent
	}

	.lg\:bg-white {
		background-color: #fff
	}

	.lg\:bg-\[length\:18px_18px\] {
		background-size: 18px 18px
	}

	.lg\:bg-\[length\:20px_20px\] {
		background-size: 20px 20px
	}

	.lg\:bg-\[length\:24px_24px\] {
		background-size: 24px 24px
	}

	.lg\:bg-cover {
		background-size: cover
	}

	.lg\:object-cover {
		object-fit: cover
	}

	.lg\:p-0 {
		padding: 0
	}

	.lg\:p-1\.5 {
		padding: 6px
	}

	.lg\:p-10 {
		padding: 40px
	}

	.lg\:p-11 {
		padding: 44px
	}

	.lg\:p-13 {
		padding: 52px
	}

	.lg\:p-14 {
		padding: 56px
	}

	.lg\:p-17 {
		padding: 68px
	}

	.lg\:p-3 {
		padding: 12px
	}

	.lg\:p-4 {
		padding: 16px
	}

	.lg\:p-5 {
		padding: 20px
	}

	.lg\:p-6 {
		padding: 24px
	}

	.lg\:p-7 {
		padding: 28px
	}

	.lg\:p-7\.5 {
		padding: 30px
	}

	.lg\:p-8 {
		padding: 32px
	}

	.lg\:px-0 {
		padding-left: 0;
		padding-right: 0
	}

	.lg\:px-10 {
		padding-left: 40px;
		padding-right: 40px
	}

	.lg\:px-11 {
		padding-left: 44px;
		padding-right: 44px
	}

	.lg\:px-12 {
		padding-left: 48px;
		padding-right: 48px
	}

	.lg\:px-15 {
		padding-left: 60px;
		padding-right: 60px
	}

	.lg\:px-17 {
		padding-left: 68px;
		padding-right: 68px
	}

	.lg\:px-18 {
		padding-left: 72px;
		padding-right: 72px
	}

	.lg\:px-2 {
		padding-left: 8px;
		padding-right: 8px
	}

	.lg\:px-20 {
		padding-left: 80px;
		padding-right: 80px
	}

	.lg\:px-24 {
		padding-left: 96px;
		padding-right: 96px
	}

	.lg\:px-3 {
		padding-left: 12px;
		padding-right: 12px
	}

	.lg\:px-4 {
		padding-left: 16px;
		padding-right: 16px
	}

	.lg\:px-5 {
		padding-left: 20px;
		padding-right: 20px
	}

	.lg\:px-6 {
		padding-left: 24px;
		padding-right: 24px
	}

	.lg\:px-7 {
		padding-left: 28px;
		padding-right: 28px
	}

	.lg\:px-8 {
		padding-left: 32px;
		padding-right: 32px
	}

	.lg\:px-9 {
		padding-left: 36px;
		padding-right: 36px
	}

	.lg\:py-0 {
		padding-top: 0;
		padding-bottom: 0
	}

	.lg\:py-1\.5 {
		padding-top: 6px;
		padding-bottom: 6px
	}

	.lg\:py-10 {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.lg\:py-11 {
		padding-top: 44px;
		padding-bottom: 44px
	}

	.lg\:py-12 {
		padding-top: 48px;
		padding-bottom: 48px
	}

	.lg\:py-13 {
		padding-top: 52px;
		padding-bottom: 52px
	}

	.lg\:py-14 {
		padding-top: 56px;
		padding-bottom: 56px
	}

	.lg\:py-15 {
		padding-top: 60px;
		padding-bottom: 60px
	}

	.lg\:py-16 {
		padding-top: 64px;
		padding-bottom: 64px
	}

	.lg\:py-17 {
		padding-top: 68px;
		padding-bottom: 68px
	}

	.lg\:py-18 {
		padding-top: 72px;
		padding-bottom: 72px
	}

	.lg\:py-2 {
		padding-top: 8px;
		padding-bottom: 8px
	}

	.lg\:py-2\.5 {
		padding-top: 10px;
		padding-bottom: 10px
	}

	.lg\:py-20 {
		padding-top: 80px;
		padding-bottom: 80px
	}

	.lg\:py-3 {
		padding-top: 12px;
		padding-bottom: 12px
	}

	.lg\:py-3\.5 {
		padding-top: 14px;
		padding-bottom: 14px
	}

	.lg\:py-32 {
		padding-top: 128px;
		padding-bottom: 128px
	}

	.lg\:py-36 {
		padding-top: 144px;
		padding-bottom: 144px
	}

	.lg\:py-4 {
		padding-top: 16px;
		padding-bottom: 16px
	}

	.lg\:py-5 {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.lg\:py-6 {
		padding-top: 24px;
		padding-bottom: 24px
	}

	.lg\:py-7 {
		padding-top: 28px;
		padding-bottom: 28px
	}

	.lg\:py-8 {
		padding-top: 32px;
		padding-bottom: 32px
	}

	.lg\:py-9 {
		padding-top: 36px;
		padding-bottom: 36px
	}

	.lg\:\!pl-10 {
		padding-left: 40px !important
	}

	.lg\:pb-0 {
		padding-bottom: 0
	}

	.lg\:pb-10 {
		padding-bottom: 40px
	}

	.lg\:pb-12 {
		padding-bottom: 48px
	}

	.lg\:pb-15 {
		padding-bottom: 60px
	}

	.lg\:pb-17 {
		padding-bottom: 68px
	}

	.lg\:pb-18 {
		padding-bottom: 72px
	}

	.lg\:pb-20 {
		padding-bottom: 80px
	}

	.lg\:pb-24 {
		padding-bottom: 96px
	}

	.lg\:pb-28 {
		padding-bottom: 112px
	}

	.lg\:pb-30 {
		padding-bottom: 120px
	}

	.lg\:pb-32 {
		padding-bottom: 128px
	}

	.lg\:pb-36 {
		padding-bottom: 144px
	}

	.lg\:pb-40 {
		padding-bottom: 160px
	}

	.lg\:pb-5 {
		padding-bottom: 20px
	}

	.lg\:pb-8 {
		padding-bottom: 32px
	}

	.lg\:pl-0 {
		padding-left: 0
	}

	.lg\:pl-12 {
		padding-left: 48px
	}

	.lg\:pl-5 {
		padding-left: 20px
	}

	.lg\:pl-6 {
		padding-left: 24px
	}

	.lg\:pl-8 {
		padding-left: 32px
	}

	.lg\:pl-\[50\%\] {
		padding-left: 50%
	}

	.lg\:pr-0 {
		padding-right: 0
	}

	.lg\:pr-10 {
		padding-right: 40px
	}

	.lg\:pr-3 {
		padding-right: 12px
	}

	.lg\:pr-6 {
		padding-right: 24px
	}

	.lg\:pr-8 {
		padding-right: 32px
	}

	.lg\:pt-0 {
		padding-top: 0
	}

	.lg\:pt-11 {
		padding-top: 44px
	}

	.lg\:pt-12 {
		padding-top: 48px
	}

	.lg\:pt-14 {
		padding-top: 56px
	}

	.lg\:pt-16 {
		padding-top: 64px
	}

	.lg\:pt-18 {
		padding-top: 72px
	}

	.lg\:pt-20 {
		padding-top: 80px
	}

	.lg\:pt-24 {
		padding-top: 96px
	}

	.lg\:pt-30 {
		padding-top: 120px
	}

	.lg\:pt-32 {
		padding-top: 128px
	}

	.lg\:pt-36 {
		padding-top: 144px
	}

	.lg\:pt-40 {
		padding-top: 160px
	}

	.lg\:pt-6 {
		padding-top: 24px
	}

	.lg\:pt-8 {
		padding-top: 32px
	}

	.lg\:pt-\[118px\] {
		padding-top: 118px
	}

	.lg\:text-left {
		text-align: left
	}

	.lg\:text-center {
		text-align: center
	}

	.lg\:\!text-4xl {
		font-size: 36px !important;
		line-height: 40px !important
	}

	.lg\:\!text-xl {
		font-size: 20px !important;
		line-height: 28px !important
	}

	.lg\:text-2\.2xl {
		font-size: 26px;
		line-height: 1.375
	}

	.lg\:text-2xl {
		font-size: 24px;
		line-height: 32px
	}

	.lg\:text-3xl {
		font-size: 30px;
		line-height: 36px
	}

	.lg\:text-4xl {
		font-size: 36px;
		line-height: 40px
	}

	.lg\:text-5xl {
		font-size: 48px;
		line-height: 1
	}

	.lg\:text-6xl {
		font-size: 60px;
		line-height: 1
	}

	.lg\:text-7xl {
		font-size: 72px;
		line-height: 1
	}

	.lg\:text-\[26px\] {
		font-size: 26px
	}

	.lg\:text-\[28px\] {
		font-size: 28px
	}

	.lg\:text-\[32px\] {
		font-size: 32px
	}

	.lg\:text-\[40px\] {
		font-size: 40px
	}

	.lg\:text-base {
		font-size: 16px;
		line-height: 24px
	}

	.lg\:text-lg {
		font-size: 18px;
		line-height: 28px
	}

	.lg\:text-sm {
		font-size: 14px;
		line-height: 20px
	}

	.lg\:text-xl {
		font-size: 20px;
		line-height: 28px
	}

	.lg\:\!font-normal {
		font-weight: 400 !important
	}

	.lg\:font-medium {
		font-weight: 500
	}

	.lg\:font-normal {
		font-weight: 400
	}

	.lg\:font-semibold {
		font-weight: 600
	}

	.lg\:\!leading-5 {
		line-height: 20px !important
	}

	.lg\:\!leading-\[70px\] {
		line-height: 70px !important
	}

	.lg\:\!leading-loose {
		line-height: 2 !important
	}

	.lg\:\!leading-tight {
		line-height: 1.25 !important
	}

	.lg\:leading-10 {
		line-height: 40px
	}

	.lg\:leading-5 {
		line-height: 20px
	}

	.lg\:leading-6 {
		line-height: 24px
	}

	.lg\:leading-7 {
		line-height: 28px
	}

	.lg\:leading-8 {
		line-height: 32px
	}

	.lg\:leading-\[60px\] {
		line-height: 60px
	}

	.lg\:leading-\[80px\] {
		line-height: 80px
	}

	.lg\:leading-none {
		line-height: 1
	}

	.lg\:leading-normal {
		line-height: 1.5
	}

	.lg\:leading-relaxed {
		line-height: 1.625
	}

	.lg\:leading-snug {
		line-height: 1.375
	}

	.lg\:leading-tight {
		line-height: 1.25
	}

	.lg\:tracking-wide {
		letter-spacing: .025em
	}

	.lg\:text-white {
		color: #fff
	}

	.lg\:drop-shadow-none {
		--tw-drop-shadow: drop-shadow(0 0 transparent);
		-webkit-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);
		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)
	}

	.lg\:transition-all {
		transition-property: all;
		transition-timing-function: cubic-bezier(.4, 0, .2, 1);
		transition-duration: .15s
	}

	.lg\:duration-300 {
		transition-duration: .3s
	}

	.lg\:max-w-c {
		max-width: 1280px
	}

	@media (min-width:1536px) {
		.lg\:max-w-c {
			max-width: 1536px
		}
	}

	.lg\:px-c {
		padding-left: 16px;
		padding-right: 16px
	}

	@media (min-width:640px) {
		.lg\:px-c {
			padding-left: 24px;
			padding-right: 24px
		}
	}

	@media (min-width:1024px) {
		.lg\:px-c {
			padding-left: 32px;
			padding-right: 32px
		}
	}

	@media (min-width:1280px) {
		.lg\:px-c {
			padding-left: 40px;
			padding-right: 40px
		}
	}

	.lg\:fgap-24 {
		margin: -48px
	}

	.lg\:fgap-24>* {
		margin: 48px
	}

	.lg\:fgap-3 {
		margin: -6px
	}

	.lg\:fgap-3>* {
		margin: 6px
	}

	.lg\:fgap-6 {
		margin: -12px
	}

	.lg\:fgap-6>* {
		margin: 12px
	}

	.lg\:fgap-8 {
		margin: -16px
	}

	.lg\:fgap-8>* {
		margin: 16px
	}

	.\*\:lg\:mb-5>* {
		margin-bottom: 20px
	}

	.lg\:\*\:mb-0>* {
		margin-bottom: 0
	}

	.lg\:\*\:mr-5>* {
		margin-right: 20px
	}

	.lg\:\*\:flex-1>* {
		-ms-flex: 1 1 0%;
		flex: 1 1 0%
	}

	.lg\:after\:inset-x-3:after {
		content: var(--tw-content);
		left: 12px;
		right: 12px
	}

	.lg\:after\:content-empty:after {
		--tw-content: "";
		content: var(--tw-content)
	}

	.last\:lg\:\!mr-0:last-child,
	.lg\:last\:\!mr-0:last-child {
		margin-right: 0 !important
	}

	.lg\:last\:mr-0:last-child {
		margin-right: 0
	}

	.lg\:last\:block:last-child {
		display: block
	}

	.lg\:last\:flex-1:last-child {
		-ms-flex: 1 1 0%;
		flex: 1 1 0%
	}

	.lg\:even\:mr-5:nth-child(2n) {
		margin-right: 20px
	}

	.lg\:even\:flex-row-reverse:nth-child(2n) {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	@media (hover:hover) and (pointer:fine) {
		.lg\:hover\:shadow-\[2px_4px_12px_0_rgba\(0\2c 0\2c 0\2c 0\.08\)\]:hover {
			--tw-shadow: 2px 4px 12px 0 rgba(0, 0, 0, .08);
			--tw-shadow-colored: 2px 4px 12px 0 var(--tw-shadow-color);
			box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
		}

		.group:hover .lg\:group-hover\:top-0 {
			top: 0
		}

		.group\/card:hover .lg\:group-hover\/card\:scale-105,
		.group\/qr:hover .lg\:group-hover\/qr\:scale-105 {
			--tw-scale-x: 1.05;
			--tw-scale-y: 1.05;
			transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
		}
	}

	.group\/root[data-assistant-status=expand] .lg\:group-data-assistant-expanded\/root\:text-2xl {
		font-size: 24px;
		line-height: 32px
	}

	.group\/root[data-assistant-status=expand] .lg\:group-data-assistant-expanded\/root\:text-xl {
		font-size: 20px;
		line-height: 28px
	}
}

@media (min-width:1280px) {
	.xl\:bottom-12 {
		bottom: 48px
	}

	.xl\:bottom-7 {
		bottom: 28px
	}

	.xl\:bottom-9 {
		bottom: 36px
	}

	.xl\:left-1\/2 {
		left: 50%
	}

	.xl\:left-12 {
		left: 48px
	}

	.xl\:left-7 {
		left: 28px
	}

	.xl\:right-10 {
		right: 40px
	}

	.xl\:right-24 {
		right: 96px
	}

	.xl\:top-1\/2 {
		top: 50%
	}

	.xl\:top-2 {
		top: 8px
	}

	.xl\:top-3 {
		top: 12px
	}

	.xl\:mx-3 {
		margin-left: 12px;
		margin-right: 12px
	}

	.xl\:my-4 {
		margin-top: 16px;
		margin-bottom: 16px
	}

	.xl\:\!mt-5 {
		margin-top: 20px !important
	}

	.xl\:mb-0 {
		margin-bottom: 0
	}

	.xl\:mb-14 {
		margin-bottom: 56px
	}

	.xl\:mb-16 {
		margin-bottom: 64px
	}

	.xl\:mb-20 {
		margin-bottom: 80px
	}

	.xl\:mb-24 {
		margin-bottom: 96px
	}

	.xl\:mb-3 {
		margin-bottom: 12px
	}

	.xl\:mb-36 {
		margin-bottom: 144px
	}

	.xl\:mb-4 {
		margin-bottom: 16px
	}

	.xl\:mb-5 {
		margin-bottom: 20px
	}

	.xl\:mb-6 {
		margin-bottom: 24px
	}

	.xl\:mb-7 {
		margin-bottom: 28px
	}

	.xl\:mb-8 {
		margin-bottom: 32px
	}

	.xl\:ml-14 {
		margin-left: 56px
	}

	.xl\:ml-20 {
		margin-left: 80px
	}

	.xl\:ml-3 {
		margin-left: 12px
	}

	.xl\:ml-7 {
		margin-left: 28px
	}

	.xl\:ml-8 {
		margin-left: 32px
	}

	.xl\:ml-\[60px\] {
		margin-left: 60px
	}

	.xl\:mr-0 {
		margin-right: 0
	}

	.xl\:mr-10 {
		margin-right: 40px
	}

	.xl\:mr-14 {
		margin-right: 56px
	}

	.xl\:mr-20 {
		margin-right: 80px
	}

	.xl\:mr-24 {
		margin-right: 96px
	}

	.xl\:mr-5 {
		margin-right: 20px
	}

	.xl\:mr-6 {
		margin-right: 24px
	}

	.xl\:mr-7 {
		margin-right: 28px
	}

	.xl\:mr-8 {
		margin-right: 32px
	}

	.xl\:mt-10 {
		margin-top: 40px
	}

	.xl\:mt-24 {
		margin-top: 96px
	}

	.xl\:mt-32 {
		margin-top: 128px
	}

	.xl\:mt-5 {
		margin-top: 20px
	}

	.xl\:mt-8 {
		margin-top: 32px
	}

	.xl\:mt-\[calc\(50vh-365px\)\] {
		margin-top: calc(50vh - 365px)
	}

	.xl\:block {
		display: block
	}

	.xl\:inline-block {
		display: inline-block
	}

	.xl\:inline {
		display: inline
	}

	.xl\:flex {
		display: -ms-flexbox;
		display: flex
	}

	.xl\:hidden {
		display: none
	}

	.xl\:\!size-44 {
		width: 176px !important;
		height: 176px !important
	}

	.xl\:size-20 {
		width: 80px;
		height: 80px
	}

	.xl\:size-32 {
		width: 128px;
		height: 128px
	}

	.xl\:size-44 {
		width: 176px;
		height: 176px
	}

	.xl\:size-\[30px\] {
		width: 30px;
		height: 30px
	}

	.xl\:size-\[45px\] {
		width: 45px;
		height: 45px
	}

	.xl\:h-12 {
		height: 48px
	}

	.xl\:h-32 {
		height: 128px
	}

	.xl\:h-\[260px\] {
		height: 260px
	}

	.xl\:h-\[393px\] {
		height: 393px
	}

	.xl\:h-\[460px\] {
		height: 460px
	}

	.xl\:h-\[500px\] {
		height: 500px
	}

	.xl\:h-\[600px\] {
		height: 600px
	}

	.xl\:h-\[620px\] {
		height: 620px
	}

	.xl\:h-\[730px\] {
		height: 730px
	}

	.xl\:max-h-\[90\%\] {
		max-height: 90%
	}

	.xl\:min-h-18 {
		min-height: 72px
	}

	.xl\:min-h-\[356px\] {
		min-height: 356px
	}

	.xl\:\!w-4\/5 {
		width: 80% !important
	}

	.xl\:\!w-\[590px\] {
		width: 590px !important
	}

	.xl\:\!w-\[calc\(\(100\%-56px\)\/3\)\] {
		width: calc((100% - 56px) / 3) !important
	}

	.xl\:\!w-\[calc\(100\%-48px\)\] {
		width: calc(100% - 48px) !important
	}

	.xl\:w-1\/6 {
		width: 16.666667%
	}

	.xl\:w-32 {
		width: 128px
	}

	.xl\:w-48 {
		width: 192px
	}

	.xl\:w-80 {
		width: 320px
	}

	.xl\:w-\[1000px\] {
		width: 1000px
	}

	.xl\:w-\[360px\] {
		width: 360px
	}

	.xl\:w-\[364px\] {
		width: 364px
	}

	.xl\:w-\[380px\] {
		width: 380px
	}

	.xl\:w-\[410px\] {
		width: 410px
	}

	.xl\:w-\[468px\] {
		width: 468px
	}

	.xl\:w-\[530px\] {
		width: 530px
	}

	.xl\:w-\[560px\] {
		width: 560px
	}

	.xl\:w-\[60\%\] {
		width: 60%
	}

	.xl\:w-\[814px\] {
		width: 814px
	}

	.xl\:w-\[calc\(\(100\%-60px\)\/3\)\] {
		width: calc((100% - 60px) / 3)
	}

	.xl\:w-\[calc\(100\%-44px\)\] {
		width: calc(100% - 44px)
	}

	.xl\:w-auto {
		width: auto
	}

	.xl\:min-w-\[unset\] {
		min-width: unset
	}

	.xl\:\!max-w-\[calc\(100\%-48px\)\] {
		max-width: calc(100% - 48px) !important
	}

	.xl\:max-w-5xl {
		max-width: 1024px
	}

	.xl\:max-w-\[420px\] {
		max-width: 420px
	}

	.xl\:max-w-\[480px\] {
		max-width: 480px
	}

	.xl\:max-w-\[550px\] {
		max-width: 550px
	}

	.xl\:max-w-\[674px\] {
		max-width: 674px
	}

	.xl\:max-w-none {
		max-width: none
	}

	.xl\:basis-1\/3 {
		-ms-flex-preferred-size: 33.333333%;
		flex-basis: 33.333333%
	}

	.xl\:basis-\[360px\] {
		-ms-flex-preferred-size: 360px;
		flex-basis: 360px
	}

	.xl\:basis-\[590px\] {
		-ms-flex-preferred-size: 590px;
		flex-basis: 590px
	}

	.xl\:basis-\[calc\(33\.3\%-20px\)\] {
		-ms-flex-preferred-size: calc(33.3% - 20px);
		flex-basis: calc(33.3% - 20px)
	}

	.xl\:basis-\[calc\(50\%-32px\)\] {
		-ms-flex-preferred-size: calc(50% - 32px);
		flex-basis: calc(50% - 32px)
	}

	.xl\:basis-\[calc\(50\%-50px\)\] {
		-ms-flex-preferred-size: calc(50% - 50px);
		flex-basis: calc(50% - 50px)
	}

	.xl\:-translate-x-1\/2 {
		--tw-translate-x: -50%
	}

	.xl\:-translate-x-1\/2,
	.xl\:-translate-y-1\/2 {
		transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
	}

	.xl\:-translate-y-1\/2 {
		--tw-translate-y: -50%
	}

	.xl\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr))
	}

	.xl\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}

	.xl\:flex-row {
		-ms-flex-direction: row;
		flex-direction: row
	}

	.xl\:justify-between {
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.xl\:gap-5 {
		gap: 20px
	}

	.xl\:gap-7 {
		gap: 28px
	}

	.xl\:gap-x-5 {
		-webkit-column-gap: 20px;
		column-gap: 20px
	}

	.xl\:gap-y-13 {
		row-gap: 52px
	}

	.xl\:space-x-2>:not([hidden])~:not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(8px * var(--tw-space-x-reverse));
		margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)))
	}

	.xl\:space-x-7>:not([hidden])~:not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(28px * var(--tw-space-x-reverse));
		margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse)))
	}

	.xl\:rounded-2xl {
		border-radius: 16px
	}

	.xl\:rounded-md {
		border-radius: 6px
	}

	.xl\:bg-right {
		background-position: 100%
	}

	.xl\:p-14 {
		padding: 56px
	}

	.xl\:p-18 {
		padding: 72px
	}

	.xl\:p-3 {
		padding: 12px
	}

	.xl\:p-5 {
		padding: 20px
	}

	.xl\:p-7 {
		padding: 28px
	}

	.xl\:px-10 {
		padding-left: 40px;
		padding-right: 40px
	}

	.xl\:px-20 {
		padding-left: 80px;
		padding-right: 80px
	}

	.xl\:px-6 {
		padding-left: 24px;
		padding-right: 24px
	}

	.xl\:px-7 {
		padding-left: 28px;
		padding-right: 28px
	}

	.xl\:px-9 {
		padding-left: 36px;
		padding-right: 36px
	}

	.xl\:px-\[calc\(\(100\%-1200px\)\/2\)\] {
		padding-left: calc((100% - 1200px) / 2);
		padding-right: calc((100% - 1200px) / 2)
	}

	.xl\:py-3 {
		padding-top: 12px;
		padding-bottom: 12px
	}

	.xl\:py-3\.5 {
		padding-top: 14px;
		padding-bottom: 14px
	}

	.xl\:py-4 {
		padding-top: 16px;
		padding-bottom: 16px
	}

	.xl\:py-40 {
		padding-top: 160px;
		padding-bottom: 160px
	}

	.xl\:py-9 {
		padding-top: 36px;
		padding-bottom: 36px
	}

	.xl\:\!pb-7 {
		padding-bottom: 28px !important
	}

	.xl\:pb-48 {
		padding-bottom: 192px
	}

	.xl\:pl-0 {
		padding-left: 0
	}

	.xl\:pl-10 {
		padding-left: 40px
	}

	.xl\:pl-12 {
		padding-left: 48px
	}

	.xl\:pl-15 {
		padding-left: 60px
	}

	.xl\:pl-\[530px\] {
		padding-left: 530px
	}

	.xl\:pr-14 {
		padding-right: 56px
	}

	.xl\:pt-15 {
		padding-top: 60px
	}

	.xl\:pt-9 {
		padding-top: 36px
	}

	.xl\:pt-\[46px\] {
		padding-top: 46px
	}

	.xl\:text-left {
		text-align: left
	}

	.xl\:\!text-5xl {
		font-size: 48px !important;
		line-height: 1 !important
	}

	.xl\:text-2xl {
		font-size: 24px;
		line-height: 32px
	}

	.xl\:text-3xl {
		font-size: 30px;
		line-height: 36px
	}

	.xl\:text-4xl {
		font-size: 36px;
		line-height: 40px
	}

	.xl\:text-5xl {
		font-size: 48px;
		line-height: 1
	}

	.xl\:text-6xl {
		font-size: 60px;
		line-height: 1
	}

	.xl\:text-\[40px\] {
		font-size: 40px
	}

	.xl\:text-\[44px\] {
		font-size: 44px
	}

	.xl\:text-base {
		font-size: 16px;
		line-height: 24px
	}

	.xl\:text-lg {
		font-size: 18px;
		line-height: 28px
	}

	.xl\:text-sm {
		font-size: 14px;
		line-height: 20px
	}

	.xl\:text-xl {
		font-size: 20px;
		line-height: 28px
	}

	.xl\:\!leading-tight {
		line-height: 1.25 !important
	}

	.xl\:leading-snug {
		line-height: 1.375
	}

	.xl\:leading-tight {
		line-height: 1.25
	}

	.xl\:opacity-0 {
		opacity: 0
	}

	.xl\:fgap-5 {
		margin: -10px
	}

	.xl\:fgap-5>* {
		margin: 10px
	}

	.xl\:fgap-6 {
		margin: -12px
	}

	.xl\:fgap-6>* {
		margin: 12px
	}

	.xl\:fgap-8 {
		margin: -16px
	}

	.xl\:fgap-8>* {
		margin: 16px
	}

	.xl\:p-container {
		width: 100%
	}

	@media (min-width:444px) {
		.xl\:p-container {
			max-width: 444px
		}
	}

	@media (min-width:640px) {
		.xl\:p-container {
			max-width: 640px
		}
	}

	@media (min-width:768px) {
		.xl\:p-container {
			max-width: 768px
		}
	}

	@media (min-width:1024px) {
		.xl\:p-container {
			max-width: 1024px
		}
	}

	@media (min-width:1280px) {
		.xl\:p-container {
			max-width: 1280px
		}
	}

	@media (min-width:1536px) {
		.xl\:p-container {
			max-width: 1536px
		}
	}

	.xl\:p-container {
		margin-left: auto;
		margin-right: auto;
		padding-left: 16px;
		padding-right: 16px
	}

	@media (min-width:640px) {
		.xl\:p-container {
			padding-left: 24px;
			padding-right: 24px
		}
	}

	@media (min-width:1024px) {
		.xl\:p-container {
			padding-left: 32px;
			padding-right: 32px
		}
	}

	@media (min-width:1280px) {
		.xl\:p-container {
			padding-left: 40px;
			padding-right: 40px
		}
	}

	.xl\:\[zoom\:1\] {
		zoom: 1
	}

	.xl\:\*\:max-h-\[30vw\]>* {
		max-height: 30vw
	}

	.xl\:\*\:flex-1>* {
		-ms-flex: 1 1 0%;
		flex: 1 1 0%
	}

	.xl\:\*\:rounded-2xl>* {
		border-radius: 16px
	}
}

@media (hover:hover) and (pointer:fine) {
	@media (min-width:1280px) {
		.group:hover .group-hover\:xl\:opacity-100 {
			opacity: 1
		}
	}
}

@media (min-width:1280px) {
	.group\/root[data-assistant-opened=true] .xl\:group-data-assistant-opened\/root\:mx-4 {
		margin-left: 16px;
		margin-right: 16px
	}

	.group\/root[data-assistant-opened=true] .xl\:group-data-assistant-opened\/root\:block {
		display: block
	}

	.group\/root[data-assistant-opened=true] .xl\:group-data-assistant-opened\/root\:hidden {
		display: none
	}

	.group\/root[data-assistant-opened=true] .xl\:group-data-assistant-opened\/root\:h-48 {
		height: 192px
	}

	.group\/root[data-assistant-opened=true] .xl\:group-data-assistant-opened\/root\:h-64 {
		height: 256px
	}

	.group\/root[data-assistant-opened=true] .xl\:group-data-assistant-opened\/root\:h-\[410px\] {
		height: 410px
	}

	.group\/root[data-assistant-opened=true] .xl\:group-data-assistant-opened\/root\:w-64 {
		width: 256px
	}

	.group\/root[data-assistant-opened=true] .xl\:group-data-assistant-opened\/root\:w-72 {
		width: 288px
	}

	.group\/root[data-assistant-opened=true] .xl\:group-data-assistant-opened\/root\:w-\[calc\(\(100\%-30px\)\/2\)\] {
		width: calc((100% - 30px) / 2)
	}

	.group\/root[data-assistant-opened=true] .xl\:group-data-assistant-opened\/root\:w-full {
		width: 100%
	}

	.group\/root[data-assistant-opened=true] .xl\:group-data-assistant-opened\/root\:space-x-12>:not([hidden])~:not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(48px * var(--tw-space-x-reverse));
		margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)))
	}

	.group\/root[data-assistant-opened=true] .xl\:group-data-assistant-opened\/root\:px-12 {
		padding-left: 48px;
		padding-right: 48px
	}

	.group\/root[data-assistant-status=expand] .xl\:group-data-assistant-expanded\/root\:right-4 {
		right: 16px
	}

	.group\/root[data-assistant-status=expand] .xl\:group-data-assistant-expanded\/root\:ml-8 {
		margin-left: 32px
	}

	.group\/root[data-assistant-status=expand] .xl\:group-data-assistant-expanded\/root\:mr-0 {
		margin-right: 0
	}

	.group\/root[data-assistant-status=expand] .xl\:group-data-assistant-expanded\/root\:mr-10 {
		margin-right: 40px
	}

	.group\/root[data-assistant-status=expand] .xl\:group-data-assistant-expanded\/root\:mt-4 {
		margin-top: 16px
	}

	.group\/root[data-assistant-status=expand] .xl\:group-data-assistant-expanded\/root\:h-4 {
		height: 16px
	}

	.group\/root[data-assistant-status=expand] .xl\:group-data-assistant-expanded\/root\:w-2\/5 {
		width: 40%
	}

	.group\/root[data-assistant-status=expand] .xl\:group-data-assistant-expanded\/root\:w-64 {
		width: 256px
	}

	.group\/root[data-assistant-status=expand] .xl\:group-data-assistant-expanded\/root\:basis-1\/2 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%
	}

	.group\/root[data-assistant-status=expand] .xl\:group-data-assistant-expanded\/root\:p-6 {
		padding: 24px
	}

	.group\/root[data-assistant-status=expand] .xl\:group-data-assistant-expanded\/root\:px-0 {
		padding-left: 0;
		padding-right: 0
	}

	.group\/root[data-assistant-status=expand] .xl\:group-data-assistant-expanded\/root\:text-2xl {
		font-size: 24px;
		line-height: 32px
	}

	.group\/root[data-assistant-status=expand] .xl\:group-data-assistant-expanded\/root\:text-3xl {
		font-size: 30px;
		line-height: 36px
	}

	.group\/root[data-assistant-status=expand] .xl\:group-data-assistant-expanded\/root\:text-5xl {
		font-size: 48px;
		line-height: 1
	}

	.group\/root[data-assistant-status=expand] .xl\:group-data-assistant-expanded\/root\:text-base {
		font-size: 16px;
		line-height: 24px
	}

	.group\/root[data-assistant-status=expand] .xl\:group-data-assistant-expanded\/root\:text-lg {
		font-size: 18px;
		line-height: 28px
	}

	.group\/root[data-assistant-status=expand] .xl\:group-data-assistant-expanded\/root\:text-sm {
		font-size: 14px;
		line-height: 20px
	}

	.group\/root[data-assistant-status=expand] .xl\:group-data-assistant-expanded\/root\:text-xl {
		font-size: 20px;
		line-height: 28px
	}

	.group[data-assistant-status=expand] .xl\:group-data-assistant-expanded\:text-xs {
		font-size: 12px;
		line-height: 16px
	}

	.group\/root[data-assistant-status=expand] .xl\:group-data-assistant-expanded\/root\:fgap-2 {
		margin: -4px
	}

	.group\/root[data-assistant-status=expand] .xl\:group-data-assistant-expanded\/root\:fgap-2>* {
		margin: 4px
	}

	.group\/root[data-assistant-opened=true] .xl\:group-data-\[assistant-opened\=true\]\/root\:w-64 {
		width: 256px
	}

	.group\/root[data-assistant-opened=true] .xl\:group-data-\[assistant-opened\=true\]\/root\:w-80 {
		width: 320px
	}

	.group\/root[data-assistant-opened=true] .xl\:group-data-\[assistant-opened\=true\]\/root\:w-full {
		width: 100%
	}
}

@media (min-width:1536px) {
	.\32xl\:bottom-20 {
		bottom: 80px
	}

	.\32xl\:left-auto {
		left: auto
	}

	.\32xl\:right-4 {
		right: 16px
	}

	.\32xl\:top-4 {
		top: 16px
	}

	.\32xl\:-mt-8 {
		margin-top: -32px
	}

	.\32xl\:block {
		display: block
	}

	.\32xl\:hidden {
		display: none
	}

	.\32xl\:h-\[500px\] {
		height: 500px
	}

	.\32xl\:h-\[580px\] {
		height: 580px
	}

	.\32xl\:h-\[680px\] {
		height: 680px
	}

	.\32xl\:min-h-18 {
		min-height: 72px
	}

	.\32xl\:w-4\/5 {
		width: 80%
	}

	.\32xl\:w-\[900px\] {
		width: 900px
	}

	.\32xl\:grid-cols-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr))
	}

	.\32xl\:pt-28 {
		padding-top: 112px
	}

	.\32xl\:text-2xl {
		font-size: 24px;
		line-height: 32px
	}

	.group\/root[data-assistant-opened=true] .\32xl\:group-data-assistant-opened\/root\:mx-7 {
		margin-left: 28px;
		margin-right: 28px
	}

	.group\/root[data-assistant-opened=true] .\32xl\:group-data-assistant-opened\/root\:block {
		display: block
	}

	.group\/root[data-assistant-opened=true] .\32xl\:group-data-assistant-opened\/root\:hidden {
		display: none
	}

	.group\/root[data-assistant-opened=true] .\32xl\:group-data-assistant-opened\/root\:h-80 {
		height: 320px
	}

	.group\/root[data-assistant-opened=true] .\32xl\:group-data-assistant-opened\/root\:h-\[260px\] {
		height: 260px
	}

	.group\/root[data-assistant-opened=true] .\32xl\:group-data-assistant-opened\/root\:h-\[500px\] {
		height: 500px
	}

	.group\/root[data-assistant-opened=true] .\32xl\:group-data-assistant-opened\/root\:w-72 {
		width: 288px
	}

	.group\/root[data-assistant-opened=true] .\32xl\:group-data-assistant-opened\/root\:w-\[1000px\] {
		width: 1000px
	}

	.group\/root[data-assistant-opened=true] .\32xl\:group-data-assistant-opened\/root\:w-\[380px\] {
		width: 380px
	}

	.group\/root[data-assistant-opened=true] .\32xl\:group-data-assistant-opened\/root\:w-\[calc\(\(100\%-60px\)\/3\)\] {
		width: calc((100% - 60px) / 3)
	}

	.group\/root[data-assistant-status=expand] .\32xl\:group-data-assistant-expanded\/root\:ml-20 {
		margin-left: 80px
	}

	.group\/root[data-assistant-status=expand] .\32xl\:group-data-assistant-expanded\/root\:mt-7 {
		margin-top: 28px
	}

	.group\/root[data-assistant-status=expand] .\32xl\:group-data-assistant-expanded\/root\:h-5 {
		height: 20px
	}

	.group\/root[data-assistant-status=expand] .\32xl\:group-data-assistant-expanded\/root\:w-80 {
		width: 320px
	}

	.group\/root[data-assistant-status=expand] .\32xl\:group-data-assistant-expanded\/root\:p-14 {
		padding: 56px
	}

	.group\/root[data-assistant-status=expand] .\32xl\:group-data-assistant-expanded\/root\:p-3 {
		padding: 12px
	}

	.group\/root[data-assistant-status=expand] .\32xl\:group-data-assistant-expanded\/root\:p-5 {
		padding: 20px
	}

	.group\/root[data-assistant-status=expand] .\32xl\:group-data-assistant-expanded\/root\:px-14 {
		padding-left: 56px;
		padding-right: 56px
	}

	.group\/root[data-assistant-status=expand] .\32xl\:group-data-assistant-expanded\/root\:px-20 {
		padding-left: 80px;
		padding-right: 80px
	}

	.group\/root[data-assistant-status=expand] .\32xl\:group-data-assistant-expanded\/root\:text-2\.2xl {
		font-size: 26px;
		line-height: 1.375
	}

	.group\/root[data-assistant-status=expand] .\32xl\:group-data-assistant-expanded\/root\:text-2xl {
		font-size: 24px;
		line-height: 32px
	}

	.group\/root[data-assistant-status=expand] .\32xl\:group-data-assistant-expanded\/root\:text-3xl {
		font-size: 30px;
		line-height: 36px
	}

	.group\/root[data-assistant-status=expand] .\32xl\:group-data-assistant-expanded\/root\:text-6xl {
		font-size: 60px;
		line-height: 1
	}

	.group\/root[data-assistant-status=expand] .\32xl\:group-data-assistant-expanded\/root\:text-base {
		font-size: 16px;
		line-height: 24px
	}

	.group\/root[data-assistant-status=expand] .\32xl\:group-data-assistant-expanded\/root\:text-lg {
		font-size: 18px;
		line-height: 28px
	}

	.group\/root[data-assistant-status=expand] .\32xl\:group-data-assistant-expanded\/root\:text-xl {
		font-size: 20px;
		line-height: 28px
	}

	.group[data-assistant-status=expand] .\32xl\:group-data-assistant-expanded\:text-sm {
		font-size: 14px;
		line-height: 20px
	}

	.group\/root[data-assistant-status=expand] .\32xl\:group-data-assistant-expanded\/root\:fgap-6 {
		margin: -12px
	}

	.group\/root[data-assistant-status=expand] .\32xl\:group-data-assistant-expanded\/root\:fgap-6>* {
		margin: 12px
	}

	.group\/root[data-assistant-opened=true] .\32xl\:group-data-\[assistant-opened\=true\]\/root\:w-96 {
		width: 384px
	}

	.group\/root[data-assistant-opened=true] .\32xl\:group-data-\[assistant-opened\=true\]\/root\:w-\[364px\] {
		width: 364px
	}

	.group\/root[data-assistant-opened=true] .\32xl\:group-data-\[assistant-opened\=true\]\/root\:max-w-\[1200px\] {
		max-width: 1200px
	}
}

@media (min-width:1024px) {
	.lg\:\[\&\:nth-child\(10n\)\]\:\!mr-0:nth-child(10n) {
		margin-right: 0 !important
	}

	.lg\:\[\&\:nth-child\(2\)\]\:mt-40:nth-child(2) {
		margin-top: 160px
	}
}

.\[\&\:nth-child\(3n\)\]\:mr-0:nth-child(3n) {
	margin-right: 0
}

@media (min-width:768px) {
	.md\:\[\&\:nth-child\(4n\)\]\:mr-0:nth-child(4n) {
		margin-right: 0
	}
}

@media (min-width:1024px) {
	.lg\:\[\&\:nth-child\(4n\)\]\:mr-4:nth-child(4n) {
		margin-right: 16px
	}
}

.\[\&\:nth-child\(5n\)\]\:mr-0:nth-child(5n) {
	margin-right: 0
}

@media (min-width:1024px) {
	.lg\:\[\&\:nth-child\(5n\)\]\:mr-2\.5:nth-child(5n) {
		margin-right: 10px
	}
}

.\[\&\>\*\:not\(\:last-child\)\]\:mb-5>:not(:last-child) {
	margin-bottom: 20px
}

@media (min-width:768px) {
	.md\:\[\&\>\*\:not\(\:last-child\)\]\:mb-10>:not(:last-child) {
		margin-bottom: 40px
	}
}

.\[\&\>\*\:nth-child\(2n\)\]\:mr-0>:nth-child(2n) {
	margin-right: 0
}

@media (min-width:768px) {
	.md\:\[\&\>\*\:nth-child\(2n\)\]\:mr-0>:nth-child(2n) {
		margin-right: 0
	}

	.md\:\[\&\>\*\:nth-child\(2n\)\]\:mr-3>:nth-child(2n) {
		margin-right: 12px
	}
}

@media (min-width:1280px) {
	.xl\:\[\&\>\*\:nth-child\(2n\)\]\:mr-7>:nth-child(2n) {
		margin-right: 28px
	}
}

@media (min-width:768px) {
	.md\:\[\&\>\*\:nth-child\(3n\)\]\:mr-0>:nth-child(3n) {
		margin-right: 0
	}
}

@media (min-width:1024px) {
	.lg\:\[\&\>\*\:nth-child\(3n\)\]\:mr-0>:nth-child(3n) {
		margin-right: 0
	}

	.lg\:\[\&\>\*\:nth-child\(3n\)\]\:mr-7>:nth-child(3n) {
		margin-right: 28px
	}
}

@media (min-width:1280px) {
	.xl\:\[\&\>\*\:nth-child\(3n\)\]\:mr-0>:nth-child(3n) {
		margin-right: 0
	}
}

.\[\&\>\*\:nth-child\(4n\)\]\:\!mr-0>:nth-child(4n) {
	margin-right: 0 !important
}

@media (min-width:1024px) {
	.lg\:\[\&\>\*\:nth-child\(4n\)\]\:mr-0>:nth-child(4n) {
		margin-right: 0
	}
}

@media (min-width:768px) {
	.md\:\[\&\>\*\:nth-child\(5n\)\]\:mr-0>:nth-child(5n) {
		margin-right: 0
	}

	.md\:\[\&\>\*\:nth-child\(5n\)\]\:mr-2\.5>:nth-child(5n) {
		margin-right: 10px
	}
}

@media (min-width:1024px) {
	.lg\:\[\&\>\*\:nth-child\(7n\)\]\:mr-0>:nth-child(7n) {
		margin-right: 0
	}
}

.\[\&\>\*\:nth-child\(even\)\]\:mr-0>:nth-child(2n) {
	margin-right: 0
}

@media (min-width:768px) {
	.md\:\[\&\>\*\:nth-child\(even\)\]\:mr-2\.5>:nth-child(2n) {
		margin-right: 10px
	}
}

.\[\&\>\*\]\:mb-1\.5>* {
	margin-bottom: 6px
}

.\[\&\>\*\]\:mb-5>* {
	margin-bottom: 20px
}

.\[\&\>\*\]\:mr-0>* {
	margin-right: 0
}

.\[\&\>\*\]\:mr-1>* {
	margin-right: 4px
}

.\[\&\>\*\]\:mr-1\.5>* {
	margin-right: 6px
}

.\[\&\>\*\]\:mr-2\.5>* {
	margin-right: 10px
}

.\[\&\>\*\]\:mr-3>* {
	margin-right: 12px
}

.\[\&\>\*\]\:mr-4>* {
	margin-right: 16px
}

.\[\&\>\*\]\:size-18>* {
	width: 72px;
	height: 72px
}

.\[\&\>\*\]\:h-8>* {
	height: 32px
}

.\[\&\>\*\]\:h-\[112vw\]>* {
	height: 112vw
}

.\[\&\>\*\]\:h-\[calc\(\(100vw-32px\)\*1\.29\)\]>* {
	height: calc((100vw - 32px) * 1.29)
}

.\[\&\>\*\]\:h-\[calc\(\(100vw-32px\)\*1\.31\)\]>* {
	height: calc((100vw - 32px) * 1.31)
}

.\[\&\>\*\]\:h-\[calc\(100vw-32px\)\]>* {
	height: calc(100vw - 32px)
}

.\[\&\>\*\]\:w-8>* {
	width: 32px
}

.\[\&\>\*\]\:flex-1>* {
	-ms-flex: 1 1 0%;
	flex: 1 1 0%
}

.\[\&\>\*\]\:flex-shrink-0>* {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.\[\&\>\*\]\:basis-\[calc\(\(100\%-24px\)\/5\)\]>* {
	-ms-flex-preferred-size: calc((100% - 24px) / 5);
	flex-basis: calc((100% - 24px) / 5)
}

.\[\&\>\*\]\:basis-full>* {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.\[\&\>\*\]\:bg-\[\#F2F5FC\]>* {
	background-color: #f2f5fc
}

.\[\&\>\*\]\:px-7>* {
	padding-left: 28px;
	padding-right: 28px
}

.\[\&\>\*\]\:pl-7>* {
	padding-left: 28px
}

.\[\&\>\*\]\:pt-7>* {
	padding-top: 28px
}

.\[\&\>\*\]\:align-middle>* {
	vertical-align: middle
}

.\[\&\>\*\]\:align-bottom>* {
	vertical-align: bottom
}

.\[\&\>\*\]\:\!text-white>* {
	color: #fff !important
}

.first\:\[\&\>\*\]\:h-\[138vw\]>:first-child {
	height: 138vw
}

.\[\&\>\*\]\:last\:mr-0:last-child>* {
	margin-right: 0
}

@media (min-width:768px) {
	.md\:\[\&\>\*\]\:mb-0>* {
		margin-bottom: 0
	}

	.md\:\[\&\>\*\]\:mr-2\.5>* {
		margin-right: 10px
	}

	.md\:\[\&\>\*\]\:mr-6>* {
		margin-right: 24px
	}

	.md\:\[\&\>\*\]\:mr-7>* {
		margin-right: 28px
	}

	.md\:\[\&\>\*\]\:size-20>* {
		width: 80px;
		height: 80px
	}

	.md\:\[\&\>\*\]\:h-6>* {
		height: 24px
	}

	.md\:\[\&\>\*\]\:w-6>* {
		width: 24px
	}

	.md\:\[\&\>\*\]\:w-\[calc\(50\%-10px\)\]>* {
		width: calc(50% - 10px)
	}

	.md\:\[\&\>\*\]\:basis-20>* {
		-ms-flex-preferred-size: 80px;
		flex-basis: 80px
	}

	.md\:\[\&\>\*\]\:basis-\[calc\(50\%-10px\)\]>* {
		-ms-flex-preferred-size: calc(50% - 10px);
		flex-basis: calc(50% - 10px)
	}
}

@media (min-width:1024px) {
	.lg\:\[\&\>\*\]\:mb-0>* {
		margin-bottom: 0
	}

	.lg\:\[\&\>\*\]\:mb-2\.5>* {
		margin-bottom: 10px
	}

	.lg\:\[\&\>\*\]\:mr-2\.5>* {
		margin-right: 10px
	}

	.lg\:\[\&\>\*\]\:mr-3>* {
		margin-right: 12px
	}

	.lg\:\[\&\>\*\]\:mr-5>* {
		margin-right: 20px
	}

	.lg\:\[\&\>\*\]\:\!h-\[620px\]>* {
		height: 620px !important
	}

	.lg\:\[\&\>\*\]\:h-8>* {
		height: 32px
	}

	.lg\:\[\&\>\*\]\:h-\[386px\]>* {
		height: 386px
	}

	.lg\:\[\&\>\*\]\:h-\[500px\]>* {
		height: 500px
	}

	.lg\:\[\&\>\*\]\:h-\[calc\(\(100vw-40px\)\/3\*1\.23\)\]>* {
		height: calc((100vw - 40px) / 3 * 1.23)
	}

	.lg\:\[\&\>\*\]\:w-8>* {
		width: 32px
	}

	.lg\:\[\&\>\*\]\:basis-\[calc\(\(100\%-24px\)\/3\)\]>* {
		-ms-flex-preferred-size: calc((100% - 24px) / 3);
		flex-basis: calc((100% - 24px) / 3)
	}

	.lg\:\[\&\>\*\]\:basis-\[calc\(\(100\%-40px\)\/3\)\]>* {
		-ms-flex-preferred-size: calc((100% - 40px) / 3);
		flex-basis: calc((100% - 40px) / 3)
	}

	.lg\:\[\&\>\*\]\:basis-\[calc\(\(100\%-90px\)\/10\)\]>* {
		-ms-flex-preferred-size: calc((100% - 90px) / 10);
		flex-basis: calc((100% - 90px) / 10)
	}
}

@media (min-width:1280px) {
	.xl\:\[\&\>\*\]\:mr-5>* {
		margin-right: 20px
	}

	.xl\:\[\&\>\*\]\:h-\[500px\]>* {
		height: 500px
	}

	.xl\:\[\&\>\*\]\:h-\[70px\]>* {
		height: 70px
	}

	.xl\:\[\&\>\*\]\:basis-\[calc\(\(100\%-40px\)\/3\)\]>* {
		-ms-flex-preferred-size: calc((100% - 40px) / 3);
		flex-basis: calc((100% - 40px) / 3)
	}

	.xl\:\[\&\>\*\]\:pl-10>* {
		padding-left: 40px
	}

	.xl\:\[\&\>\*\]\:pt-10>* {
		padding-top: 40px
	}
}

.\[\&\>\.swiper-pagination-bullet-active\]\:w-6>.swiper-pagination-bullet-active {
	width: 24px
}

.\[\&\>\.swiper-pagination-bullet-active\]\:bg-black>.swiper-pagination-bullet-active {
	background-color: #000
}

.\[\&\>\.zui-loading-content\]\:\!bg-\[rgba\(255\2c 255\2c 255\2c \.2\)\]>.zui-loading-content {
	background-color: hsla(0, 0%, 100%, .2) !important
}

.\[\&\>button\]\:px-6>button {
	padding-left: 24px;
	padding-right: 24px
}

.\[\&\>button\]\:py-2>button {
	padding-top: 8px;
	padding-bottom: 8px
}

.\[\&\>em\]\:relative>em {
	position: relative
}

.\[\&\>em\]\:bg-clip-text>em {
	-webkit-background-clip: text;
	background-clip: text
}

.\[\&\>em\]\:not-italic>em {
	font-style: normal
}

.\[\&\>em\]\:text-\[\#f00\]>em {
	color: red
}

.\[\&\>em\]\:text-transparent>em {
	color: transparent
}

.\[\&\>em\]\:bg-gradient-linear-via>em {
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-via), var(--tw-gradient-to);
	background-image: linear-gradient(var(--tw-gradient-angle), var(--tw-gradient-stops))
}

.\[\&\>em\]\:after\:absolute>em:after {
	content: var(--tw-content);
	position: absolute
}

.\[\&\>em\]\:after\:inset-x-0>em:after {
	content: var(--tw-content);
	left: 0;
	right: 0
}

.\[\&\>em\]\:after\:-bottom-1>em:after {
	content: var(--tw-content);
	bottom: -4px
}

.\[\&\>em\]\:after\:-z-1>em:after {
	content: var(--tw-content);
	z-index: -1
}

.\[\&\>em\]\:after\:h-2>em:after {
	content: var(--tw-content);
	height: 8px
}

.\[\&\>em\]\:after\:w-full>em:after {
	content: var(--tw-content);
	width: 100%
}

.\[\&\>em\]\:after\:rounded-full>em:after {
	content: var(--tw-content);
	border-radius: 9999px
}

.\[\&\>em\]\:after\:content-empty>em:after {
	--tw-content: "";
	content: var(--tw-content)
}

.\[\&\>em\]\:after\:bg-gradient-linear-via>em:after {
	content: var(--tw-content);
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-via), var(--tw-gradient-to);
	background-image: linear-gradient(var(--tw-gradient-angle), var(--tw-gradient-stops))
}

.\[\&\>h2\]\:mb-10>h2 {
	margin-bottom: 40px
}

@media (min-width:768px) {
	.md\:\[\&\>h2\]\:mb-14>h2 {
		margin-bottom: 56px
	}
}

.\[\&\>h3\]\:mt-7>h3 {
	margin-top: 28px
}

.\[\&\>h3\]\:px-7>h3 {
	padding-left: 28px;
	padding-right: 28px
}

.\[\&\>h3\]\:text-xl>h3 {
	font-size: 20px;
	line-height: 28px
}

.\[\&\>h3\]\:text-primary>h3 {
	color: #3370ff
}

@media (min-width:768px) {
	.md\:\[\&\>h3\]\:text-3xl>h3 {
		font-size: 30px;
		line-height: 36px
	}
}

@media (min-width:1024px) {
	.lg\:\[\&\>h3\]\:text-2xl>h3 {
		font-size: 24px;
		line-height: 32px
	}

	.lg\:\[\&\>h3\]\:text-3xl>h3 {
		font-size: 30px;
		line-height: 36px
	}
}

.\[\&\>img\]\:object-top>img {
	object-position: top
}

@media (min-width:1024px) {
	.lg\:\[\&\>img\]\:object-left-bottom>img {
		object-position: left bottom
	}
}

@media (min-width:1280px) {
	.xl\:\[\&\>img\]\:object-center>img {
		object-position: center
	}
}

.\[\&\>li\]\:w-1\/2>li {
	width: 50%
}

.\[\&\>p\]\:h-6>p {
	height: 24px
}

.\[\&\>p\]\:px-7>p {
	padding-left: 28px;
	padding-right: 28px
}

.\[\&\>p\]\:text-justify>p {
	text-align: justify
}

.\[\&\>p\]\:text-base>p {
	font-size: 16px;
	line-height: 24px
}

.\[\&\>p\]\:text-sm>p {
	font-size: 14px;
	line-height: 20px
}

.\[\&\>p\]\:text-\[\#646566\]>p {
	color: #646566
}

@media (min-width:768px) {
	.md\:\[\&\>p\]\:text-base>p {
		font-size: 16px;
		line-height: 24px
	}
}

@media (min-width:1280px) {
	.xl\:\[\&\>p\]\:text-xl>p {
		font-size: 20px;
		line-height: 28px
	}

	.xl\:\[\&\>p\]\:leading-normal>p {
		line-height: 1.5
	}
}

.\[\&\>span\]\:text-heading>span {
	color: #1d1d1f
}

.\[\&_\.cover\]\:object-contain .cover {
	object-fit: contain
}

.\[\&_\.title\]\:text-xl .title {
	font-size: 20px;
	line-height: 28px
}

@media (min-width:1280px) {
	.xl\:\[\&_\.title\]\:text-2xl .title {
		font-size: 24px;
		line-height: 32px
	}
}

.\[\&_\.trigger\]\:hidden .trigger {
	display: none
}

.\[\&_em\]\:bg-image-variable em {
	background-image: var(--tw-background-image)
}

.\[\&_em\]\:bg-clip-text em {
	-webkit-background-clip: text;
	background-clip: text
}

.\[\&_em\]\:font-semibold em {
	font-weight: 600
}

.\[\&_em\]\:not-italic em {
	font-style: normal
}

.\[\&_em\]\:text-primary em {
	color: #3370ff
}

.\[\&_em\]\:text-transparent em {
	color: transparent
}

.\[\&_h2\]\:scroll-mt-32 h2 {
	scroll-margin-top: 128px
}

.\[\&_h2\]\:text-white h2 {
	color: #fff
}

.\[\&_img\]\:w-17 img {
	width: 68px
}

.\[\&_img\]\:w-4 img {
	width: 16px
}

@media (min-width:640px) {
	.sm\:\[\&_img\]\:w-9 img {
		width: 36px
	}
}

@media (min-width:1024px) {
	.\[\&_img\]\:lg\:w-20 img {
		width: 80px
	}

	.\[\&_img\]\:lg\:w-32 img {
		width: 128px
	}
}

.zui-ellipsis {
	margin: 0;
	padding: 0;
	overflow: hidden
}

.zui-ellipsis,
.zui-ellipsis * {
	box-sizing: border-box
}

.zui-ellipsis-single {
	text-overflow: ellipsis;
	white-space: nowrap
}

.zui-ellipsis-multi:not(.zui-ellipsis-multi-rollback) {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical
}

.zui-ellipsis-multi-rollback {
	position: relative
}

.zui-ellipsis-multi-rollback:after {
	content: "...";
	position: absolute;
	text-align: right;
	bottom: 0;
	right: 0;
	width: 1em
}

.zui-empty {
	padding: 0;
	display: block;
	margin: 0 8px;
	text-align: center
}

.zui-empty,
.zui-empty * {
	box-sizing: border-box
}

.zui-empty-image {
	margin-bottom: 8px
}

.zui-empty-message {
	color: #646566
}

.zui-empty-extra {
	margin-top: 8px
}

@keyframes select-open {
	0% {
		height: 0
	}

	to {
		height: auto
	}
}

@keyframes select-close {
	0% {
		height: auto
	}

	to {
		height: 0
	}
}

.zui-select {
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative
}

.zui-select,
.zui-select * {
	box-sizing: border-box
}

.zui-select-overlay {
	max-height: 0;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
	transition: max-height .3s cubic-bezier(.645, .045, .355, 1);
	z-index: 1050;
	margin-top: 4px;
	border: 1px solid transparent;
	-ms-flex-direction: column;
	flex-direction: column
}

.zui-select-closed .zui-select-overlay {
	border-width: 0
}

.zui-select-closing .zui-select-overlay,
.zui-select-opened .zui-select-overlay {
	display: -ms-flexbox;
	display: flex;
	border-color: #ebedf0;
	box-shadow: 0 2px 8px 0 hsla(225, 4%, 79%, .5)
}

.zui-select-content {
	width: 100%;
	-ms-flex: 1 1;
	flex: 1 1;
	min-height: 32px;
	overflow-x: hidden;
	margin: 8px 0;
	background-color: #fff;
	text-align: left
}

.zui-select-list .zui-select-option {
	list-style: none
}

.zui-select-option {
	display: block;
	padding: 6px 12px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis
}

.zui-select-option:hover {
	background-color: #e8effa
}

.zui-select-option-group {
	display: block;
	color: #646566;
	padding: 8px 12px 6px
}

.zui-select-option+.zui-select-option-group {
	padding-top: 16px
}

.zui-loading {
	margin: 0;
	padding: 0;
	display: inline-block;
	opacity: 1;
	text-align: center;
	vertical-align: middle;
	position: static
}

.zui-loading,
.zui-loading * {
	box-sizing: border-box
}

.zui-loading .zui-icon {
	font-size: 20px
}

.zui-loading-small .zui-icon {
	font-size: 14px
}

.zui-loading-large .zui-icon {
	font-size: 32px
}

.zui-loading-block {
	position: relative;
	width: 100%
}

.zui-loading-content {
	display: -ms-inline-flexbox;
	display: inline-flex
}

.zui-loading-block .zui-loading-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: rgba(51, 112, 255, .2);
	border-radius: 4px
}

.zui-loading .zui-loading-message {
	display: block;
	margin-top: 12px;
	margin-bottom: 0;
	color: #3370ff
}

.zui-loading-inline .zui-loading-message {
	margin: 0 0 0 8px
}

.zui-mask {
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color: rgba(0, 0, 0, .73)
}

.zui-mask,
.zui-mask * {
	box-sizing: border-box
}

.zui-pagination-scroll-load {
	padding: 0;
	display: block;
	text-align: center;
	color: #646566;
	margin: 24px 0
}

.zui-pagination-scroll-load,
.zui-pagination-scroll-load * {
	box-sizing: border-box
}

.zui-pagination-scroll-load-seo-content {
	display: none
}

.zui-toast {
	margin: 8px auto;
	display: block;
	color: #323233;
	font-size: 16px;
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	pointer-events: all
}

.zui-toast-container {
	position: fixed;
	top: 24px;
	left: 0;
	width: 100%;
	z-index: 1010;
	text-align: center;
	pointer-events: none
}

.zui-toast-container:empty {
	display: none
}

.zui-toast-content {
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 12px 24px 12px 16px;
	background: #fff;
	box-shadow: 0 2px 24px 0 hsla(225, 4%, 79%, .5);
	border-radius: 4px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.3
}

.zui-toast-content .zui-icon {
	margin-right: 8px
}

.zui-toast-info .zui-icon {
	color: #3370ff
}

.zui-toast-error {
	color: #df3320
}

.zui-toast-success {
	color: #2da641
}

.zui-toast-warning {
	color: #ed6a0c
}

.zui-typography {
	color: #323233;
	word-wrap: break-word
}

.zui-typography-secondary {
	color: #646566
}

.zui-typography-primary {
	color: #3370ff
}

.zui-typography-danger {
	color: #df3320
}

.zui-typography-warning {
	color: #ed6a0c
}

.zui-typography-success {
	color: #2da641
}

.zui-typography-disabled,
.zui-typography[disabled] {
	color: #969799;
	cursor: not-allowed;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.zui-typography a,
a.zui-typography {
	color: #3370ff
}

.zui-typographydanger:not([disabled]) a:not(.zui-button):not([disabled]),
.zui-typographydanger:not([disabled]) a:not(.zui-legacy-button):not([disabled]),
a:not(.zui-button):not([disabled]).zui-typography-danger,
a:not(.zui-legacy-button):not([disabled]).zui-typography-danger {
	color: #df3320
}

.zui-typographydanger:not([disabled]) a:not(.zui-button):not([disabled]):active,
.zui-typographydanger:not([disabled]) a:not(.zui-button):not([disabled]):focus,
.zui-typographydanger:not([disabled]) a:not(.zui-legacy-button):not([disabled]):active,
.zui-typographydanger:not([disabled]) a:not(.zui-legacy-button):not([disabled]):focus,
a:not(.zui-button):not([disabled]).zui-typography-danger:active,
a:not(.zui-button):not([disabled]).zui-typography-danger:focus,
a:not(.zui-legacy-button):not([disabled]).zui-typography-danger:active,
a:not(.zui-legacy-button):not([disabled]).zui-typography-danger:focus {
	color: #b42718
}

@media(hover:hover)and (pointer:fine) {

	.zui-typographydanger:not([disabled]) a:not(.zui-button):not([disabled]):hover,
	.zui-typographydanger:not([disabled]) a:not(.zui-legacy-button):not([disabled]):hover,
	a:not(.zui-button):not([disabled]).zui-typography-danger:hover,
	a:not(.zui-legacy-button):not([disabled]).zui-typography-danger:hover {
		color: #cc2a18
	}
}

.zui-typography p,
div.zui-typography,
p.zui-typography {
	margin-bottom: 1em
}

.zui-typography h1,
div.zui-typography-h1,
h1.zui-typography {
	margin-bottom: .5em;
	font-size: 38px;
	line-height: 1.23;
	color: #1d1d1f;
	font-weight: 600
}

.zui-typography div+h1,
.zui-typography h1+h1,
.zui-typography h2+h1,
.zui-typography h3+h1,
.zui-typography h4+h1,
.zui-typography h5+h1,
.zui-typography h6+h1,
.zui-typography li+h1,
.zui-typography p+h1,
.zui-typography ul+h1,
.zui-typography+h1.zui-typography {
	margin-top: 1.2em
}

.zui-typography h2,
div.zui-typography-h2,
h2.zui-typography {
	margin-bottom: .5em;
	font-size: 30px;
	line-height: 1.35;
	color: #1d1d1f;
	font-weight: 600
}

.zui-typography div+h2,
.zui-typography h1+h2,
.zui-typography h2+h2,
.zui-typography h3+h2,
.zui-typography h4+h2,
.zui-typography h5+h2,
.zui-typography h6+h2,
.zui-typography li+h2,
.zui-typography p+h2,
.zui-typography ul+h2,
.zui-typography+h2.zui-typography {
	margin-top: 1.2em
}

.zui-typography h3,
div.zui-typography-h3,
h3.zui-typography {
	margin-bottom: .5em;
	font-size: 24px;
	line-height: 1.35;
	color: #1d1d1f;
	font-weight: 600
}

.zui-typography div+h3,
.zui-typography h1+h3,
.zui-typography h2+h3,
.zui-typography h3+h3,
.zui-typography h4+h3,
.zui-typography h5+h3,
.zui-typography h6+h3,
.zui-typography li+h3,
.zui-typography p+h3,
.zui-typography ul+h3,
.zui-typography+h3.zui-typography {
	margin-top: 1.2em
}

.zui-typography h4,
div.zui-typography-h4,
h4.zui-typography {
	margin-bottom: .5em;
	font-size: 20px;
	line-height: 1.4;
	color: #1d1d1f;
	font-weight: 600
}

.zui-typography div+h4,
.zui-typography h1+h4,
.zui-typography h2+h4,
.zui-typography h3+h4,
.zui-typography h4+h4,
.zui-typography h5+h4,
.zui-typography h6+h4,
.zui-typography li+h4,
.zui-typography p+h4,
.zui-typography ul+h4,
.zui-typography+h4.zui-typography {
	margin-top: 1.2em
}

.zui-typography h5,
div.zui-typography-h5,
h5.zui-typography {
	margin-bottom: .5em;
	font-size: 16px;
	line-height: 1.5;
	color: #1d1d1f;
	font-weight: 600
}

.zui-typography div+h5,
.zui-typography h1+h5,
.zui-typography h2+h5,
.zui-typography h3+h5,
.zui-typography h4+h5,
.zui-typography h5+h5,
.zui-typography h6+h5,
.zui-typography li+h5,
.zui-typography p+h5,
.zui-typography ul+h5,
.zui-typography+h5.zui-typography {
	margin-top: 1.2em
}

.zui-typography h6,
div.zui-typography-h6,
h6.zui-typography {
	margin-bottom: .5em;
	font-size: 14px;
	line-height: 1.5;
	color: #1d1d1f;
	font-weight: 600
}

.zui-typography div+h6,
.zui-typography h1+h6,
.zui-typography h2+h6,
.zui-typography h3+h6,
.zui-typography h4+h6,
.zui-typography h5+h6,
.zui-typography h6+h6,
.zui-typography li+h6,
.zui-typography p+h6,
.zui-typography ul+h6,
.zui-typography+h6.zui-typography {
	margin-top: 1.2em
}

.zui-typography code,
code.zui-typography {
	margin: 0 .2em;
	padding: .2em .4em .1em;
	font-size: 85%;
	background: hsla(0, 0%, 59%, .1);
	border: 1px solid hsla(0, 0%, 39%, .2);
	border-radius: 2px
}

.zui-typography blockquote,
.zui-typography pre,
blockquote.zui-typography,
pre.zui-typography {
	padding: .4em .6em;
	white-space: pre-wrap;
	word-wrap: break-word;
	background: hsla(0, 0%, 59%, .1);
	border: 1px solid hsla(0, 0%, 39%, .2);
	border-radius: 2px
}

.zui-typography pre code,
pre.zui-typography code {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: inherit;
	font-family: inherit;
	background: 0 0;
	border: 0
}

.zui-typography blockquote,
blockquote.zui-typography {
	padding: 0 0 0 .6em;
	border-left: 4px solid hsla(0, 0%, 39%, .2);
	opacity: .85
}

.zui-typography blockquote p:last-child,
blockquote.zui-typography p:last-child {
	margin-bottom: 0
}

.zui-typography kbd,
kbd.zui-typography {
	margin: 0 .2em;
	padding: .15em .4em .1em;
	font-size: 90%;
	background: hsla(0, 0%, 59%, .06);
	border: 1px solid hsla(0, 0%, 39%, .2);
	border-radius: 2px
}

.zui-typography mark,
mark.zui-typography {
	padding: 0;
	background-color: #ffe58f
}

.zui-typography ins,
.zui-typography u,
.zui-typography-underline,
ins.zui-typography,
u.zui-typography {
	text-decoration: underline;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto
}

.zui-typography del,
.zui-typography s,
.zui-typography-delete,
del.zui-typography,
s.zui-typography {
	text-decoration: line-through
}

.zui-typography i,
.zui-typography-italic,
i.zui-typography {
	font-style: italic
}

.zui-typography b,
.zui-typography strong,
.zui-typography-strong,
b.zui-typography,
strong.zui-typography {
	font-weight: 600
}

.zui-typography ol,
.zui-typography ul {
	margin: 0 0 1em;
	padding: 0
}

.zui-typography ol li,
.zui-typography ul li {
	margin: 0 0 0 20px;
	padding: 0 0 0 4px
}

.zui-typography ul {
	list-style: circle
}

.zui-typography ul ul {
	list-style: disc
}

.zui-typography ol {
	list-style: decimal
}

@font-face {
	font-family: zenticon;
	src: url(https://b.yzcdn.cn/zent/zenticon/zenticon-89fb8ba76b.eot);
	src: url(https://b.yzcdn.cn/zent/zenticon/zenticon-89fb8ba76b.eot?#iefix) format("embedded-opentype"), url(https://b.yzcdn.cn/zent/zenticon/zenticon-89fb8ba76b.woff2) format("woff2"), url(https://b.yzcdn.cn/zent/zenticon/zenticon-89fb8ba76b.woff) format("woff"), url(https://b.yzcdn.cn/zent/zenticon/zenticon-89fb8ba76b.ttf) format("truetype")
}

.zenticon {
	display: inline-block;
	speak: none;
	font-style: normal;
	vertical-align: baseline;
	text-align: center;
	text-transform: none;
	font-feature-settings: normal;
	font-variant: normal;
	text-rendering: auto;
	text-decoration: inherit;
	line-height: 1;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.zenticon:before {
	box-sizing: border-box;
	display: block;
	font-family: zenticon !important
}

.zenticon-up:before {
	content: ""
}

.zenticon-down:before {
	content: ""
}

.zenticon-left:before {
	content: ""
}

.zenticon-right:before {
	content: ""
}

.zenticon-left-circle-o:before {
	content: ""
}

.zenticon-left-circle:before {
	content: ""
}

.zenticon-right-circle-o:before {
	content: ""
}

.zenticon-right-circle:before {
	content: ""
}

.zenticon-up-circle-o:before {
	content: ""
}

.zenticon-up-circle:before {
	content: ""
}

.zenticon-down-circle-o:before {
	content: ""
}

.zenticon-down-circle:before {
	content: ""
}

.zenticon-upload:before {
	content: ""
}

.zenticon-download:before {
	content: ""
}

.zenticon-edit-o:before {
	content: ""
}

.zenticon-edit:before {
	content: ""
}

.zenticon-remove-o:before {
	content: ""
}

.zenticon-remove:before {
	content: ""
}

.zenticon-save-o:before {
	content: ""
}

.zenticon-save:before {
	content: ""
}

.zenticon-arrow-up:before {
	content: ""
}

.zenticon-arrow-down:before {
	content: ""
}

.zenticon-locked-o:before {
	content: ""
}

.zenticon-lock:before {
	content: ""
}

.zenticon-locked:before {
	content: ""
}

.zenticon-unlocked-o:before {
	content: ""
}

.zenticon-unlock:before {
	content: ""
}

.zenticon-unlocked:before {
	content: ""
}

.zenticon-nav-line:before {
	content: ""
}

.zenticon-nav-grid:before {
	content: ""
}

.zenticon-share:before {
	content: ""
}

.zenticon-refresh:before {
	content: ""
}

.zenticon-help-circle-o:before {
	content: ""
}

.zenticon-help-circle:before {
	content: ""
}

.zenticon-thumbnail:before {
	content: ""
}

.zenticon-fullscreen-exit:before {
	content: ""
}

.zenticon-table-loose:before {
	content: ""
}

.zenticon-table-compact:before {
	content: ""
}

.zenticon-export:before {
	content: ""
}

.zenticon-pin-o:before {
	content: ""
}

.zenticon-pin:before {
	content: ""
}

.zenticon-eye-o:before {
	content: ""
}

.zenticon-eye:before {
	content: ""
}

.zenticon-closed-eye:before {
	content: ""
}

.zenticon-subtract-circle-o:before {
	content: ""
}

.zenticon-subtract-circle:before {
	content: ""
}

.zenticon-forbidden-circle:before {
	content: ""
}

.zenticon-plus-circle-o:before {
	content: ""
}

.zenticon-plus-circle:before {
	content: ""
}

.zenticon-double-last:before {
	content: ""
}

.zenticon-double-next:before {
	content: ""
}

.zenticon-plus:before {
	content: ""
}

.zenticon-close:before {
	content: ""
}

.zenticon-search:before {
	content: ""
}

.zenticon-more:before {
	content: ""
}

.zenticon-pending-circle:before {
	content: ""
}

.zenticon-caret-up:before {
	content: ""
}

.zenticon-caret-down:before {
	content: ""
}

.zenticon-reset:before {
	content: ""
}

.zenticon-drag:before {
	content: ""
}

.zenticon-filter-o:before {
	content: ""
}

.zenticon-summary-o:before {
	content: ""
}

.zenticon-summary:before {
	content: ""
}

.zenticon-shop-o:before {
	content: ""
}

.zenticon-shop:before {
	content: ""
}

.zenticon-shop-template:before {
	content: ""
}

.zenticon-goods-o:before {
	content: ""
}

.zenticon-goods:before {
	content: ""
}

.zenticon-order-o:before {
	content: ""
}

.zenticon-order:before {
	content: ""
}

.zenticon-customer-o:before {
	content: ""
}

.zenticon-customer:before {
	content: ""
}

.zenticon-chart-o:before {
	content: ""
}

.zenticon-chart:before {
	content: ""
}

.zenticon-capital-o:before {
	content: ""
}

.zenticon-capital:before {
	content: ""
}

.zenticon-settings-o:before {
	content: ""
}

.zenticon-settings:before {
	content: ""
}

.zenticon-marketing-o:before {
	content: ""
}

.zenticon-marketing:before {
	content: ""
}

.zenticon-inventory-o:before {
	content: ""
}

.zenticon-inventory:before {
	content: ""
}

.zenticon-procurement-o:before {
	content: ""
}

.zenticon-procurement:before {
	content: ""
}

.zenticon-finance-o:before {
	content: ""
}

.zenticon-finance:before {
	content: ""
}

.zenticon-cashier-o:before {
	content: ""
}

.zenticon-cashier:before {
	content: ""
}

.zenticon-casher:before {
	content: ""
}

.zenticon-course-o:before {
	content: ""
}

.zenticon-course:before {
	content: ""
}

.zenticon-admissions-o:before {
	content: ""
}

.zenticon-admissions:before {
	content: ""
}

.zenticon-educational-o:before {
	content: ""
}

.zenticon-educational:before {
	content: ""
}

.zenticon-customer-service-o:before {
	content: ""
}

.zenticon-customer-service:before {
	content: ""
}

.zenticon-message-o:before {
	content: ""
}

.zenticon-message:before {
	content: ""
}

.zenticon-jump-out:before {
	content: ""
}

.zenticon-sign-out:before {
	content: ""
}

.zenticon-hotel-o:before {
	content: ""
}

.zenticon-hotel:before {
	content: ""
}

.zenticon-customer-manage-o:before {
	content: ""
}

.zenticon-customer-manage:before {
	content: ""
}

.zenticon-purchase-o:before {
	content: ""
}

.zenticon-purchase:before {
	content: ""
}

.zenticon-target-o:before {
	content: ""
}

.zenticon-target:before {
	content: ""
}

.zenticon-care-o:before {
	content: ""
}

.zenticon-care:before {
	content: ""
}

.zenticon-nameplate-o:before {
	content: ""
}

.zenticon-nameplate:before {
	content: ""
}

.zenticon-scrm-smile-o:before {
	content: ""
}

.zenticon-scrm-smile:before {
	content: ""
}

.zenticon-canvas-o:before {
	content: ""
}

.zenticon-canvas:before {
	content: ""
}

.zenticon-business-manage-o:before {
	content: ""
}

.zenticon-business-manage:before {
	content: ""
}

.zenticon-check-circle-o:before {
	content: ""
}

.zenticon-check-circle:before {
	content: ""
}

.zenticon-close-circle-o:before {
	content: ""
}

.zenticon-close-circle:before {
	content: ""
}

.zenticon-error-circle-o:before {
	content: ""
}

.zenticon-error-circle:before {
	content: ""
}

.zenticon-info-circle-o:before {
	content: ""
}

.zenticon-info-circle:before {
	content: ""
}

.zenticon-loading:before {
	content: ""
}

.zenticon-wait:before {
	content: ""
}

.zenticon-star-o:before {
	content: ""
}

.zenticon-star:before {
	content: ""
}

.zenticon-bell-o:before {
	content: ""
}

.zenticon-bell:before {
	content: ""
}

.zenticon-check:before {
	content: ""
}

.zenticon-youzan-o:before {
	content: ""
}

.zenticon-youzan:before {
	content: ""
}

.zenticon-mini-apps-o:before {
	content: ""
}

.zenticon-mini-apps:before {
	content: ""
}

.zenticon-wechat-o:before {
	content: ""
}

.zenticon-wechat:before {
	content: ""
}

.zenticon-clock-o:before {
	content: ""
}

.zenticon-clock:before {
	content: ""
}

.zenticon-calendar-o:before {
	content: ""
}

.zenticon-calendar:before {
	content: ""
}

.zenticon-present-o:before {
	content: ""
}

.zenticon-gift:before {
	content: ""
}

.zenticon-present:before {
	content: ""
}

.zenticon-ticket-o:before {
	content: ""
}

.zenticon-ticket:before {
	content: ""
}

.zenticon-expand-customer-o:before {
	content: ""
}

.zenticon-expand-customer:before {
	content: ""
}

.zenticon-checkin-o:before {
	content: ""
}

.zenticon-checkin:before {
	content: ""
}

.zenticon-assess-o:before {
	content: ""
}

.zenticon-assess:before {
	content: ""
}

.zenticon-business-o:before {
	content: ""
}

.zenticon-business:before {
	content: ""
}

.zenticon-hr-o:before {
	content: ""
}

.zenticon-hr:before {
	content: ""
}

.zenticon-approval-o:before {
	content: ""
}

.zenticon-approval:before {
	content: ""
}

.zenticon-report-o:before {
	content: ""
}

.zenticon-report:before {
	content: ""
}

.zenticon-coupon-o:before {
	content: ""
}

.zenticon-coupon:before {
	content: ""
}

.zenticon-hc-manage-o:before {
	content: ""
}

.zenticon-hc-manage:before {
	content: ""
}

.zenticon-report-forms-o:before {
	content: ""
}

.zenticon-report-forms:before {
	content: ""
}

.zenticon-brush-o:before {
	content: ""
}

.zenticon-shop-decorate:before {
	content: ""
}

.zenticon-brush:before {
	content: ""
}

.zenticon-development-doc-o:before {
	content: ""
}

.zenticon-development-doc:before {
	content: ""
}

.zenticon-bookmark-o:before {
	content: ""
}

.zenticon-knowledge-o:before {
	content: ""
}

.zenticon-bookmark:before {
	content: ""
}

.zenticon-folder-o:before {
	content: ""
}

.zenticon-open-folder-o:before {
	content: ""
}

.zenticon-pending-payment-o:before {
	content: ""
}

.zenticon-salesman-o:before {
	content: ""
}

.zenticon-tendency-o:before {
	content: ""
}

.zenticon-distribution-o:before {
	content: ""
}

.zenticon-member-o:before {
	content: ""
}

.zenticon-text-guide-o:before {
	content: ""
}

.zenticon-qrcode:before {
	content: ""
}

.zenticon-shop-analyze-o:before {
	content: ""
}

.zenticon-channel-o:before {
	content: ""
}

.zenticon-cashier-desk-o:before {
	content: ""
}

.zenticon-qa-o:before {
	content: ""
}

.zenticon-withdraw-cash-o:before {
	content: ""
}

.zenticon-tools-o:before {
	content: ""
}

.zenticon-smile:before {
	content: ""
}

.zenticon-photo:before {
	content: ""
}

.zenticon-video-o:before {
	content: ""
}

.zenticon-video-guide-o:before {
	content: ""
}

.zenticon-video:before {
	content: ""
}

.zenticon-hotline-o:before {
	content: ""
}

.zenticon-visit-o:before {
	content: ""
}

.zenticon-countdown:before {
	content: ""
}

.zenticon-suggestions:before {
	content: ""
}

.zenticon-feedback:before {
	content: ""
}

.zenticon-contract-o:before {
	content: ""
}

.zenticon-rights-list-o:before {
	content: ""
}

.zenticon-im-o:before {
	content: ""
}

.zenticon-flow-o:before {
	content: ""
}

.zenticon-strategy-o:before {
	content: ""
}

.zenticon-link:before {
	content: ""
}

.zenticon-voice:before {
	content: ""
}

.zenticon-scan-code-o:before {
	content: ""
}

.zenticon-doc:before {
	content: ""
}

.zenticon-warning-o:before {
	content: ""
}

.zenticon-warning:before {
	content: ""
}

.zenticon-add-page:before {
	content: ""
}

.zenticon-back:before {
	content: ""
}

@keyframes zui-animation-spin {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

.zui-icon,
.zui-icon.zenticon {
	display: inline-block;
	line-height: 1;
	vertical-align: baseline
}

.zui-icon svg {
	display: inline-block
}

.zui-icon.zui-icon-spin {
	animation: zui-animation-spin 2s linear infinite
}

.zui-icon-loading-circle {
	height: 1em;
	line-height: 1em;
	display: inline-block
}

.zui-icon-loading-circle.zui-icon-spin {
	animation-duration: .6s;
	animation-timing-function: linear
}

.zui-layout {
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex: auto;
	flex: auto;
	min-height: 0;
	margin: 0 auto;
	height: 100%
}

.zui-layout,
.zui-layout * {
	box-sizing: border-box
}

.zui-layout-column {
	-ms-flex-direction: column;
	flex-direction: column
}

.zui-layout-fluid,
.zui-layout-static {
	width: 100%
}

.zui-layout-responsive {
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
	max-width: 1248px
}

.zui-layout-sider {
	transition: all .3s ease;
	position: relative
}

.zui-layout-content {
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	max-width: 100%;
	position: relative
}

.zui-layout-section {
	margin-bottom: 16px;
	position: relative
}

@media only screen and (max-width:1280px) {
	.zui-layout-responsive {
		padding-left: 24px;
		padding-right: 24px
	}
}

@media only screen and (max-width:1024px) {
	.zui-layout-responsive {
		padding-left: 24px;
		padding-right: 24px
	}

	.zui-layout-sider-md {
		display: none
	}
}

@media only screen and (max-width:768px) {
	.zui-layout-responsive {
		padding-left: 16px;
		padding-right: 16px
	}

	.zui-layout-sider-sm {
		display: none
	}
}

* .zui-input-addon,
.zui-input,
.zui-input-affix-wrapper {
	border-radius: 2px
}

.zui-input-group-wrapper>:first-child {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px
}

.zui-input-group-wrapper>:last-child {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px
}

.zui-input {
	padding: 0;
	margin: 0;
	font-variant: tabular-nums;
	list-style: none;
	font-feature-settings: "tnum";
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis
}

.zui-input,
.zui-input * {
	box-sizing: border-box
}

.zui-input:-ms-input-placeholder {
	text-overflow: ellipsis
}

.zui-input:placeholder-shown {
	text-overflow: ellipsis
}

.zui-input::-webkit-input-placeholder {
	color: #c8c9cc
}

.zui-input:-ms-input-placeholder {
	color: #c8c9cc
}

.zui-input::placeholder {
	color: #c8c9cc
}

.zui-input,
.zui-input-affix-wrapper,
.zui-input-group-wrapper {
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
	min-width: 0
}

.zui-input {
	display: inline-block
}

.zui-input-clear {
	color: #969799;
	cursor: pointer;
	visibility: hidden
}

.zui-input,
.zui-input-affix-wrapper {
	padding: 6px 12px;
	background-color: #fff;
	color: #323233;
	font-size: 14px;
	line-height: 1.5;
	background-image: none;
	border: 1px solid #ebedf0;
	transition: all .3s ease;
	caret-color: #3370ff;
	cursor: text
}

.zui-input-affix-wrapper-focused,
.zui-input-affix-wrapper:focus,
.zui-input-focused,
.zui-input:focus {
	border-color: #3370ff;
	box-shadow: 0 0 4px 0 rgba(51, 112, 255, .6);
	outline: 0
}

.zui-input-affix-wrapper:hover,
.zui-input:hover {
	border-color: #3370ff
}

.zui-input-affix-wrapper:hover .zui-input-clear,
.zui-input:hover .zui-input-clear {
	visibility: visible
}

.zui-input-affix-wrapper:hover .zui-input-clear:not([hidden])+.zui-input-suffix>.zui-input-search-icon,
.zui-input:hover .zui-input-clear:not([hidden])+.zui-input-suffix>.zui-input-search-icon {
	display: none
}

.zui-input-affix-wrapper-disabled,
.zui-input-affix-wrapper[disabled],
.zui-input-disabled,
.zui-input[disabled] {
	color: #969799;
	background-color: #ebedf0;
	cursor: not-allowed
}

.zui-input-affix-wrapper-disabled.zui-input-focused,
.zui-input-affix-wrapper-disabled:focus,
.zui-input-affix-wrapper-disabled:hover,
.zui-input-affix-wrapper[disabled].zui-input-focused,
.zui-input-affix-wrapper[disabled]:focus,
.zui-input-affix-wrapper[disabled]:hover,
.zui-input-disabled.zui-input-focused,
.zui-input-disabled:focus,
.zui-input-disabled:hover,
.zui-input[disabled].zui-input-focused,
.zui-input[disabled]:focus,
.zui-input[disabled]:hover {
	color: #969799;
	background-color: #ebedf0;
	border-color: #ebedf0;
	box-shadow: none
}

.zui-input-success {
	border-color: #66be74
}

.zui-input-success .zui-input-focused,
.zui-input-success:focus {
	box-shadow: 0 0 4px 0 rgba(102, 190, 116, .6);
	outline: 0
}

.zui-input-success .zui-input-focused,
.zui-input-success-disabled:hover,
.zui-input-success-readonly:hover,
.zui-input-success:focus,
.zui-input-success:hover,
.zui-input-success[disabled]:hover,
.zui-input-success[readonly]:hover {
	border-color: #66be74
}

.zui-input-error {
	border-color: #df4545
}

.zui-input-error .zui-input-focused,
.zui-input-error:focus {
	box-shadow: 0 0 4px 0 rgba(223, 69, 69, .6);
	outline: 0
}

.zui-input-error .zui-input-focused,
.zui-input-error-disabled:hover,
.zui-input-error-readonly:hover,
.zui-input-error:focus,
.zui-input-error:hover,
.zui-input-error[disabled]:hover,
.zui-input-error[readonly]:hover {
	border-color: #df4545
}

.zui-input-warning {
	border-color: #f1924e
}

.zui-input-warning .zui-input-focused,
.zui-input-warning:focus {
	box-shadow: 0 0 4px 0 rgba(241, 146, 78, .6);
	outline: 0
}

.zui-input-warning .zui-input-focused,
.zui-input-warning-disabled:hover,
.zui-input-warning-readonly:hover,
.zui-input-warning:focus,
.zui-input-warning:hover,
.zui-input-warning[disabled]:hover,
.zui-input-warning[readonly]:hover {
	border-color: #f1924e
}

.zui-input-large .zui-input,
.zui-input-large .zui-input-affix-wrapper,
.zui-input-large.zui-input,
.zui-input-large.zui-input-affix-wrapper {
	padding: 9px 16px;
	font-size: 16px
}

.zui-input-affix-wrapper>.zui-input,
.zui-input-affix-wrapper>.zui-input-focused,
.zui-input-affix-wrapper>.zui-input:focus {
	padding: 0;
	border: none;
	outline: none;
	box-shadow: none
}

.zui-input-affix-wrapper>.zui-input {
	-ms-flex: 1 1;
	flex: 1 1
}

.zui-input-prefix,
.zui-input-suffix {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: none;
	flex: none;
	-ms-flex-align: center;
	align-items: center
}

.zui-input-prefix {
	margin-right: 4px
}

.zui-input-suffix {
	margin-left: 4px
}

.zui-input-suffix+.zui-input-suffix {
	margin-left: 0
}

.zui-input-addon {
	position: relative;
	padding: 0 10px;
	font-size: 14px;
	text-align: center;
	background-color: #ebedf0;
	border: 1px solid #ebedf0;
	transition: all .3s ease
}

[dir=ltr] .zui-input-group-wrapper {
	text-align: left
}

[dir=rtl] .zui-input-group-wrapper {
	text-align: right
}

.zui-input-group-wrapper {
	border-collapse: separate;
	border-spacing: 0;
	display: inline-table;
	vertical-align: top
}

.zui-input-group-wrapper>* {
	display: table-cell;
	border-radius: 0
}

.zui-input-group-wrapper>:not(.zui-input) {
	border-left-width: 0;
	border-right-width: 0
}

.zui-input-group-wrapper>:first-child {
	border-left-width: 1px
}

.zui-input-group-wrapper>:last-child {
	border-right-width: 1px
}

.zui-input-search-wrapper {
	display: inline-block
}

.zui-input-search-icon {
	cursor: pointer
}

.zui-input-radius-small .zui-input-addon,
.zui-input-radius-small.zui-input,
.zui-input-radius-small.zui-input-affix-wrapper {
	border-radius: 4px
}

.zui-input-radius-small.zui-input-group-wrapper>* {
	border-radius: 0
}

.zui-input-radius-small.zui-input-group-wrapper>:first-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.zui-input-radius-small.zui-input-group-wrapper>:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.zui-input-radius-large .zui-input-addon,
.zui-input-radius-large.zui-input,
.zui-input-radius-large.zui-input-affix-wrapper {
	border-radius: 12px
}

.zui-input-radius-large.zui-input-group-wrapper>* {
	border-radius: 0
}

.zui-input-radius-large.zui-input-group-wrapper>:first-child {
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px
}

.zui-input-radius-large.zui-input-group-wrapper>:last-child {
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px
}

.zui-button {
	margin: 0;
	padding: 0;
	display: -ms-inline-flexbox;
	display: inline-flex;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	text-decoration: none;
	background-color: transparent;
	outline: none;
	line-height: 1.5;
	border-radius: 2px;
	border: 1px solid transparent;
	transition: all .3s ease;
	z-index: auto;
	color: #1d1d1f
}

.zui-button,
.zui-button * {
	box-sizing: border-box
}

.zui-button,
a.zui-button {
	background-color: #f2f2f2;
	color: #323233
}

@media(hover:hover)and (pointer:fine) {
	.zui-button:not(.zui-button-loading):hover {
		background-color: transparent
	}
}

.zui-button:not(.zui-button-loading):active {
	background-color: #dcdee0
}

.zui-button-primary,
a.zui-button-primary {
	background-color: #3370ff;
	color: #fff
}

@media(hover:hover)and (pointer:fine) {
	.zui-button-primary:not(.zui-button-loading):hover {
		background-color: #05c
	}
}

.zui-button-primary:not(.zui-button-loading):active {
	background-color: #0049ae
}

.zui-button-primary.zui-button-outline {
	background-color: transparent;
	border-color: #3370ff;
	color: #3370ff
}

@media(hover:hover)and (pointer:fine) {
	.zui-button-primary.zui-button-outline:not(.zui-button-loading):hover {
		background-color: transparent;
		border-color: #05c;
		color: #05c
	}
}

.zui-button-primary.zui-button-outline:not(.zui-button-loading):active {
	background-color: transparent;
	border-color: #0049ae;
	color: #0049ae
}

.zui-button-link,
a.zui-button-link {
	background-color: transparent;
	border-color: transparent;
	color: #3370ff
}

@media(hover:hover)and (pointer:fine) {
	.zui-button-link:not(.zui-button-loading):hover {
		background-color: transparent;
		border-color: transparent;
		color: #05c
	}
}

.zui-button-link:not(.zui-button-loading):active {
	background-color: transparent;
	border-color: transparent;
	color: #0049ae
}

.zui-button-text,
a.zui-button-text {
	background-color: transparent;
	color: #323233
}

@media(hover:hover)and (pointer:fine) {
	.zui-button-text:not(.zui-button-loading):hover {
		background-color: rgba(0, 0, 0, .03)
	}
}

.zui-button-text:not(.zui-button-loading):active {
	background-color: rgba(0, 0, 0, .09)
}

.zui-button-primary-link,
a.zui-button-primary-link {
	background-color: transparent;
	border-color: transparent;
	color: #3370ff
}

@media(hover:hover)and (pointer:fine) {
	.zui-button-primary-link:not(.zui-button-loading):hover {
		background-color: #05c;
		border-color: transparent;
		color: #fff
	}
}

.zui-button-primary-link:not(.zui-button-loading):active {
	background-color: #0049ae;
	border-color: transparent;
	color: #fff
}

.zui-button-text-link,
a.zui-button-text-link {
	background-color: transparent;
	border-color: transparent;
	color: #3370ff
}

@media(hover:hover)and (pointer:fine) {

	.zui-button-text-link:not(.zui-button-loading):hover,
	a.zui-button-text-link:not(.zui-button-loading):hover {
		background-color: rgba(21, 91, 212, .06);
		border-color: transparent;
		color: #05c
	}
}

.zui-button-text-link:not(.zui-button-loading):active,
a.zui-button-text-link:not(.zui-button-loading):active {
	background-color: rgba(21, 91, 212, .09);
	border-color: transparent;
	color: #0049ae
}

.zui-button-danger {
	color: #df3320
}

.zui-button-danger.zui-button-outline {
	background-color: transparent;
	border-color: #df3320;
	color: #df3320
}

@media(hover:hover)and (pointer:fine) {
	.zui-button-danger.zui-button-outline:not(.zui-button-loading):hover {
		background-color: transparent;
		border-color: #cc2a18;
		color: #cc2a18
	}
}

.zui-button-danger.zui-button-outline:not(.zui-button-loading):active {
	background-color: transparent;
	border-color: #b42718;
	color: #b42718
}

.zui-button-danger.zui-button-primary {
	background-color: #df3320;
	border-color: #df4545;
	color: #ffebeb
}

.zui-button-danger.zui-button-link,
.zui-button-danger.zui-button-primary-link,
.zui-button-danger.zui-button-text,
.zui-button-danger.zui-button-text-link {
	background-color: transparent;
	border-color: transparent;
	color: #df3320
}

@media(hover:hover)and (pointer:fine) {
	.zui-button-danger.zui-button-link:not(.zui-button-loading):hover {
		background-color: transparent;
		border-color: transparent;
		color: #cc2a18
	}
}

.zui-button-danger.zui-button-link:not(.zui-button-loading):active {
	background-color: transparent;
	border-color: transparent;
	color: #b42718
}

@media(hover:hover)and (pointer:fine) {

	.zui-button-danger.zui-button-text-link:not(.zui-button-loading):hover,
	.zui-button-danger.zui-button-text:not(.zui-button-loading):hover {
		background-color: rgba(212, 47, 21, .06);
		border-color: transparent;
		color: #cc2a18
	}
}

.zui-button-danger.zui-button-text-link:not(.zui-button-loading):active,
.zui-button-danger.zui-button-text:not(.zui-button-loading):active {
	background-color: rgba(212, 47, 21, .09);
	border-color: transparent;
	color: #b42718
}

@media(hover:hover)and (pointer:fine) {

	.zui-button-danger.zui-button-primary-link:not(.zui-button-loading):hover,
	.zui-button-danger.zui-button-primary:not(.zui-button-loading):hover {
		background-color: #cc2a18;
		border-color: #cc2a18
	}
}

.zui-button-danger.zui-button-primary-link:not(.zui-button-loading):active,
.zui-button-danger.zui-button-primary:not(.zui-button-loading):active {
	background-color: #b42718;
	border-color: #b42718
}

.zui-button-outline {
	background-color: transparent;
	border-color: #dcdee0
}

@media(hover:hover)and (pointer:fine) {
	.zui-button-outline:not(.zui-button-loading):hover {
		background-color: transparent;
		border-color: #afaeae
	}
}

.zui-button-outline:not(.zui-button-loading):active {
	background-color: transparent;
	border-color: #909090
}

.zui-button-loading,
.zui-button[disabled] {
	cursor: not-allowed
}

.zui-button-danger.zui-button-primary[disabled]:not(.zui-button-loading),
.zui-button-danger.zui-button-text-link[disabled]:not(.zui-button-loading),
.zui-button-danger[disabled]:not(.zui-button-loading),
.zui-button-default[disabled]:not(.zui-button-loading),
.zui-button-outline.zui-button-danger[disabled]:not(.zui-button-loading),
.zui-button-outline.zui-button-primary[disabled]:not(.zui-button-loading),
.zui-button-outline.zui-button-text-link[disabled]:not(.zui-button-loading),
.zui-button-primary[disabled]:not(.zui-button-loading),
.zui-button-text-link[disabled]:not(.zui-button-loading) {
	background-color: #f2f2f2;
	color: #969799;
	border-color: transparent
}

.zui-button-danger.zui-button-link[disabled]:not(.zui-button-loading),
.zui-button-danger.zui-button-primary-link[disabled]:not(.zui-button-loading),
.zui-button-danger.zui-button-text[disabled]:not(.zui-button-loading),
.zui-button-link[disabled]:not(.zui-button-loading),
.zui-button-outline.zui-button-link[disabled]:not(.zui-button-loading),
.zui-button-outline.zui-button-primary-link[disabled]:not(.zui-button-loading),
.zui-button-outline.zui-button-text[disabled]:not(.zui-button-loading),
.zui-button-primary-link[disabled]:not(.zui-button-loading),
.zui-button-text[disabled]:not(.zui-button-loading) {
	background-color: transparent;
	border-color: transparent;
	color: #969799
}

.zui-button-loading {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 0;
	padding-bottom: 0
}

.zui-button-loading .zui-loading-content {
	display: -ms-flexbox;
	display: flex
}

.zui-button,
.zui-button-group-large .zui-button-medium,
.zui-button-group-small .zui-button-medium {
	height: 40px;
	font-size: 16px;
	padding: 1px 24px 0;
	min-width: 128px;
	border-radius: 20px
}

.zui-button-group-large a.zui-button-medium,
.zui-button-group-small a.zui-button-medium,
a.zui-button {
	line-height: 38px
}

.zui-button-group-large .zui-button-small,
.zui-button-group-medium .zui-button-small,
.zui-button-small {
	height: 32px;
	font-size: 14px;
	padding: 0 16px;
	min-width: 108px;
	border-radius: 16px
}

.zui-button-group-large a.zui-button-small,
.zui-button-group-medium a.zui-button-small,
a.zui-button-small {
	line-height: 30px
}

.zui-button-group-medium .zui-button-large,
.zui-button-group-small .zui-button-large,
.zui-button-large {
	height: 52px;
	font-size: 20px;
	padding: 0 36px;
	min-width: 168px;
	border-radius: 26px
}

.zui-button-group-medium a.zui-button-large,
.zui-button-group-small a.zui-button-large,
a.zui-button-large {
	line-height: 50px
}

.zui-button-group-large .zui-button-primary-link,
.zui-button-group-medium .zui-button-primary-link,
.zui-button-primary-link {
	height: 26px;
	padding: 0 8px;
	min-width: unset;
	border-radius: 13px
}

.zui-button-group-large a.zui-button-primary-link,
.zui-button-group-medium a.zui-button-primary-link,
a.zui-button-primary-link {
	line-height: 24px
}

.zui-button-block {
	display: block
}

.zui-button-group {
	display: inline-block
}

.zui-button-group .zui-button+.zui-button {
	margin-left: 24px
}

.zui-button-group-small .zui-button+.zui-button {
	margin-left: 12px
}

.zui-button-group-large .zui-button+.zui-button {
	margin-left: 32px
}

.yz-navigation-tag-active {
	position: relative
}

.yz-navigation-tag-active:before {
	position: absolute;
	right: -10px;
	height: 6px;
	width: 6px;
	border-radius: 9999px;
	background-color: #3370ff;
	--tw-content: "";
	content: var(--tw-content);
	top: 28px
}

@media (min-width:768px) {
	.yz-navigation-tag-active:before {
		content: var(--tw-content);
		top: auto
	}
}

.yz-navigation-tag-new {
	position: relative;
	margin-left: 6px;
	height: 16px;
	width: 16px;
	border-radius: 2px;
	background-color: #3370ff;
	text-align: center;
	line-height: 16px;
	color: #fff
}

.yz-navigation-tag-new:after {
	position: absolute;
	left: 2px;
	font-size: 12px;
	line-height: 16px;
	--tw-content: "新";
	content: var(--tw-content)
}

.yz-navigation-tag-hot {
	background-image: url(https://img01.yzcdn.cn/upload_files/2023/09/20/FjPeO8XUT5ij3WoS8PR6bZBYDvpu.png);
	border-radius: 2px;
	background-size: 16px 16px;
	background-position: 100%;
	background-repeat: no-repeat;
	padding-right: 20px
}

@media (min-width:1024px) {
	.yz-navigation-tag-hot {
		margin-left: 6px;
		height: 16px;
		width: 16px;
		background-size: cover;
		padding-right: 0
	}
}

.yz-navigation-tag-activity-wap {
	position: relative
}

@media (min-width:768px) {
	.yz-navigation-tag-activity-wap {
		display: none
	}
}

.yz-navigation-tag-activity-wap:before {
	background-image: url(https://img01.yzcdn.cn/upload_files/2024/11/11/Fvv02QCI916Rsr_NvtjHagSOY79j.png);
	position: absolute;
	right: -208px;
	top: 50%;
	display: inline-block;
	height: 20px;
	width: 192px;
	--tw-translate-y: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	--tw-content: "";
	content: var(--tw-content)
}

@media (min-width:768px) {
	.yz-navigation-tag-activity-wap:before {
		display: none
	}
}

.yz-navigation-tag-growth {
	position: relative
}

.yz-navigation-tag-growth:after {
	background-image: url(https://img01.yzcdn.cn/upload_files/2024/11/11/Fm_XYwPcHZeqeAA1VXAbfPtrBOAT.png);
	position: absolute;
	right: -72px;
	top: 50%;
	display: inline-block;
	height: 20px;
	width: 68px;
	--tw-translate-y: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	background-size: contain;
	background-repeat: no-repeat;
	--tw-content: "";
	content: var(--tw-content)
}

@media (min-width:768px) {
	.yz-navigation-tag-growth:after {
		display: none
	}
}

.yz-navigation-tag-rush {
	position: relative
}

.yz-navigation-tag-rush:after {
	background-image: url(https://img01.yzcdn.cn/upload_files/2024/03/07/Fj61Rai80L4Xy1PQM7QwnlXuZUkl.png);
	position: absolute;
	right: -48px;
	top: 50%;
	display: inline-block;
	height: 20px;
	width: 40px;
	--tw-translate-y: -50%;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	background-size: contain;
	background-repeat: no-repeat;
	--tw-content: "";
	content: var(--tw-content)
}

@media (min-width:768px) {
	.yz-navigation-tag-rush:after {
		display: none
	}
}

.web-navigation {
	font-size: 14px
}

.web-navigation__logo img {
	width: 72px
}

.web-navigation__logo-slogan {
	margin-left: 8px;
	color: #45484f !important;
	font-size: 12px;
	white-space: nowrap;
	position: relative;
	transition: color .3s ease;
	display: block;
	line-height: 1.3;
	zoom: .8;
	margin-top: 2px
}

@media only screen and (min-width:960px) {
	.web-navigation__logo-slogan {
		display: none
	}
}

@media(hover:hover)and (pointer:fine) {
	.web-navigation__logo-slogan:hover {
		color: #3370ff !important
	}
}

@media only screen and (min-width:1000px) {
	:root:not([data-assistant-status=expand]) .web-navigation__logo-slogan {
		display: block
	}
}

@media only screen and (min-width:1320px) {
	:root[data-assistant-status=expand] .web-navigation__logo-slogan {
		display: block
	}
}

@media only screen and (max-width:767px) {

	.navigation-wap-transparent .zng-navigation__assistant-button,
	.navigation-wap-transparent .zng-navigation__menu__trigger {
		background-color: hsla(0, 0%, 100%, .5) !important;
		border-style: none
	}

	.navigation-wap-transparent .zng-navigation__placeholder {
		height: 0 !important
	}

	.navigation-wap-transparent .zng-navigation__content {
		background-color: transparent
	}

	.navigation-wap-transparent .zng-navigation__content:after {
		--tw-content: none;
		content: var(--tw-content)
	}
}

@media only screen and (max-width:768px) {
	.navigation-wap-transparent__srcolled .zng-navigation__content {
		background-color: hsla(0, 0%, 100%, .45);
		-webkit-backdrop-filter: blur(30px);
		backdrop-filter: blur(30px)
	}
}

@media only screen and (max-width:767px) {
	.navigation-wap-transparent.nav-opened .zng-navigation__content {
		background-color: #fff
	}
}

.zng-footer .zng-footer__contact-consult,
.zng-footer .zng-footer__contact-item {
	width: auto;
	position: relative
}

.zng-footer__contact-item .zng-footer__contact {
	display: block;
	margin-top: 12px
}

.zng-footer__contact-item .zng-footer__contact--strong {
	font-size: 16px;
	color: #fff;
	margin-top: 9px
}

.zng-footer .zng-footer__contact-consult {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center
}

.zng-footer .zng-footer__contact-consult:after {
	content: " ";
	position: relative;
	background-image: url(https://img01.yzcdn.cn/upload_files/2022/04/06/FuBcc63TH9cs0MbDhpSzwSFdFHy7.png);
	background-repeat: no-repeat;
	background-position: 100%;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-size: 20px;
	transition: all .3s ease;
	margin-left: 4px
}

@media(hover:hover)and (pointer:fine) {
	.zng-footer .zng-footer__contact-consult:hover:after {
		background-image: url(https://img01.yzcdn.cn/upload_files/2022/04/06/FuKSLdoxaoatos-0x444LdSqkW9X.png)
	}
}

.zng-footer__social__images {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 4px
}

.zng-footer__social__images>img {
	width: 72px;
	height: 72px;
	margin-right: 12px;
	margin-bottom: 8px;
	border-radius: 2px;
	background-color: #fff
}

.zng-footer__social__list {
	display: -ms-flexbox;
	display: flex;
	margin-left: -10px
}

.zng-footer__social__item {
	width: 60px;
	text-align: center;
	padding-top: 28px;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: top;
	cursor: pointer;
	position: relative;
	padding-left: 2px;
	overflow: visible
}

.zng-footer__social__item:before {
	content: " ";
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-color: #fff transparent transparent;
	border-style: solid;
	border-width: 7px 6.5px 0;
	display: none
}

.zng-footer__social__item:not(:last-of-type):after {
	content: " ";
	width: 2px;
	height: 20px;
	background-color: hsla(0, 0%, 100%, .1);
	position: absolute;
	right: 0;
	top: 0
}

.zng-footer__social__item[data-item=视频号] {
	background-image: url(https://img01.yzcdn.cn/upload_files/2022/11/17/Fv1-eLsfYNpRyjvbkveutgBBOOL6.png)
}

.zng-footer__social__item[data-item=商家群] {
	background-image: url(https://img01.yzcdn.cn/upload_files/2022/11/17/FuJaodIFSZu4V-IOTT02NxaXQADS.png)
}

.zng-footer__social__item[data-item=抖音号] {
	background-image: url(https://img01.yzcdn.cn/upload_files/2022/11/17/FqCUIg_Md_SKNfI-LQ0kjFK1I_GI.png)
}

.zng-footer__social__item[data-item=小红书] {
	background-image: url(https://img01.yzcdn.cn/upload_files/2024/12/11/FtRp190Mwgbs8OjCioEu6WEawj5_.png)
}

.zng-footer__social__popover {
	z-index: 1030;
	position: absolute;
	top: 0;
	padding-bottom: 10px;
	background-color: transparent;
	transform: translate(-50%, -100%);
	width: 240px;
	width: -webkit-max-content;
	width: max-content
}

.zng-footer__social__popover.no-offset {
	transform: translateY(-100%);
	right: 0
}

.zng-footer__social__popover-container {
	padding: 8px;
	background-color: #fff;
	font-size: 14px;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	border-radius: 2px
}

.zng-footer__social__popover img {
	width: 72px;
	height: 72px;
	margin-right: 8px
}

.zng-footer__social__popover-content-title {
	color: #323233;
	margin-bottom: 4px;
	font-weight: 600
}

.zng-footer__social__popover p {
	color: #646566;
	margin: 0
}

.zng-footer__wap-contact-item {
	display: -ms-flexbox;
	display: flex
}

.zng-footer .zng-footer__wap-social-link {
	padding: 16px;
	display: block
}

.zng-footer a.zng-footer__wap-social-link:not(.zui-button):not(.zui-legacy-button) {
	color: #3370ff
}

.zng-footer a.zng-footer__wap-social-link:not(.zui-button):not(.zui-legacy-button):active {
	color: #0049ae
}

.retail-navigation {
	font-size: 16px
}

.retail-navigation .retail-navigation__logo img {
	width: 140px
}

@media only screen and (max-width:960px) {
	.retail-navigation .retail-navigation__logo img {
		width: 100px
	}
}

.retail-navigation .retail-navigation__menu {
	margin-left: auto
}

@media only screen and (max-width:960px) {
	.retail-navigation__clue {
		display: none
	}
}

.retail-navigation .zng-navigation__menu {
	margin-left: auto;
	margin-right: 0
}

.retail-navigation .zng-navigation__menu--horizontal .zng-navigation__menu__item {
	padding-left: 16px;
	padding-right: 16px
}

.zng-footer,
.zng-navigation,
.zng-subnav {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	display: block;
	width: 100%
}

.zng-footer,
.zng-footer *,
.zng-navigation,
.zng-navigation *,
.zng-subnav,
.zng-subnav * {
	box-sizing: border-box
}

.zng-footer li,
.zng-footer ul,
.zng-footer__wrapper li,
.zng-footer__wrapper ul,
.zng-navigation li,
.zng-navigation ul,
.zng-navigation__wrapper li,
.zng-navigation__wrapper ul,
.zng-subnav li,
.zng-subnav ul,
.zng-subnav__wrapper li,
.zng-subnav__wrapper ul {
	list-style: none
}

.zng-navigation {
	z-index: 30
}

.zng-navigation,
.zng-navigation a:not(.zui-button),
.zng-navigation button:not(.zui-button),
.zng-navigation__wrapper,
.zng-navigation__wrapper a:not(.zui-button),
.zng-navigation__wrapper button:not(.zui-button) {
	color: #323233
}

@media(hover:hover)and (pointer:fine) {

	.zng-navigation a:not(.zui-button):not(.zui-legacy-button):not([disabled]):hover,
	.zng-navigation button:not(.zui-button):not(.zui-legacy-button):not([disabled]):hover,
	.zng-navigation__wrapper a:not(.zui-button):not(.zui-legacy-button):not([disabled]):hover,
	.zng-navigation__wrapper button:not(.zui-button):not(.zui-legacy-button):not([disabled]):hover {
		color: #05c
	}
}

.zng-footer a:not(.zui-button):not(.zui-legacy-button),
.zng-footer button:not(.zui-button):not(.zui-legacy-button),
.zng-footer__wrapper a:not(.zui-button):not(.zui-legacy-button),
.zng-footer__wrapper button:not(.zui-button):not(.zui-legacy-button) {
	color: inherit
}

@media(hover:hover)and (pointer:fine) {

	.zng-footer a:not(.zui-button):not(.zui-legacy-button):hover,
	.zng-footer button:not(.zui-button):not(.zui-legacy-button):hover,
	.zng-footer__wrapper a:not(.zui-button):not(.zui-legacy-button):hover,
	.zng-footer__wrapper button:not(.zui-button):not(.zui-legacy-button):hover {
		color: #fff
	}
}

.zng-footer a:not(.zui-button):not(.zui-legacy-button):active,
.zng-footer button:not(.zui-button):not(.zui-legacy-button):active,
.zng-footer__wrapper a:not(.zui-button):not(.zui-legacy-button):active,
.zng-footer__wrapper button:not(.zui-button):not(.zui-legacy-button):active {
	color: #fff
}

.zng-navigation__content {
	background-color: #fff;
	transition: all .3s ease;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	right: var(--assistant-space, 0);
	z-index: 30
}

.zng-navigation__content:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #ebedf0
}

.zng-navigation__content,
.zng-navigation__placeholder {
	height: 68px
}

.zng-navigation__placeholder {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	display: block
}

.zng-navigation .zng-navigation__mask {
	z-index: 29;
	top: 68px
}

.zng-subnav {
	z-index: 10
}

.zng-subnav__content {
	background-color: #fff;
	position: fixed;
	top: 68px;
	left: 0;
	right: 0;
	z-index: 9
}

.zng-subnav__content,
.zng-subnav__placeholder {
	height: 48px
}

.zng-subnav-study__overlay {
	top: 68px
}

.zng-navigation__content,
.zng-subnav__content {
	transition: all .3s ease
}

.zng-navigation.fixed .zng-navigation__content,
.zng-navigation.fixed .zng-navigation__placeholder {
	transform: translateY(-100%)
}

.zng-navigation.fixed .zng-navigation__overlay-header {
	padding-top: 0;
	padding-bottom: 0
}

.zng-navigation.fixed~.zng-subnav .zng-subnav__content {
	top: 0;
	z-index: 31
}

.zng-footer {
	background-color: #000;
	color: #969799;
	font-size: 14px
}

@media only screen and (max-width:960px) {

	.zng-navigation__content,
	.zng-navigation__placeholder {
		height: 64px
	}

	.zng-navigation .zng-navigation__mask,
	.zng-subnav__content {
		top: 64px
	}

	.zng-subnav-study__overlay {
		top: 112px
	}

	.zng-navigation.fixed~.zng-subnav-study .zng-subnav-study__overlay {
		top: 48px
	}
}

.zng-navigation__logo {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 12px
}

.zng-navigation__mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: rgba(0, 0, 0, .73)
}

.zng-navigation__mask--transparent {
	background-color: transparent
}

.zng-navigation__container {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.zng-navigation__menu {
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	font-weight: 400
}

@media only screen and (max-width:960px) {
	.zng-navigation__menu {
		display: none
	}
}

.zng-navigation__menu__trigger.zui-button {
	padding: 4px 10px;
	min-width: unset;
	height: auto;
	font-size: 12px;
	font-weight: 600;
	background-color: #fff
}

.zng-navigation__menu__trigger.zui-button:before {
	position: relative;
	margin-right: 2px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-position: 50%;
	--tw-content: "";
	content: var(--tw-content)
}

@media (min-width:640px) {
	.zng-navigation__menu__trigger.zui-button:before {
		margin-right: 4px
	}
}

.zng-navigation__menu__trigger.zui-button:before {
	background-size: 16px;
	background-image: url(https://img01.yzcdn.cn/upload_files/2024/09/04/FgD4WQGj61dNm9gdoOTVSKYNi9wO.png)
}

.zng-navigation__menu__trigger--opened.zui-button {
	background-color: transparent;
	font-weight: 700;
	transition: margin-right .3s ease;
	margin-right: -12px;
	border: none
}

.zng-navigation__menu__trigger--opened.zui-button:before {
	--tw-content: none;
	content: var(--tw-content)
}

@keyframes navigation-trigger-hover {
	0% {
		width: 0
	}

	to {
		width: 100%
	}
}

.zng-navigation__menu--horizontal {
	height: 100%;
	-ms-flex-align: center;
	align-items: center
}

.zng-navigation__menu--horizontal .zng-navigation__menu__item {
	height: 100%;
	overflow: visible;
	position: relative;
	cursor: pointer;
	padding: 0 12px
}

.zng-navigation__menu--horizontal .zng-navigation__menu__item:after {
	content: " ";
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	bottom: -1px
}

.zng-navigation__menu--horizontal .zng-navigation__menu__item__trigger {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	text-decoration: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	height: 100%;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	background-color: transparent;
	border: none;
	font-weight: inherit;
	font-size: inherit;
	cursor: pointer;
	padding: 0;
	line-height: 1
}

.zng-navigation__menu--horizontal .zng-navigation__menu__item__trigger,
.zng-navigation__menu--horizontal .zng-navigation__menu__item__trigger:not(.zui-button) {
	color: #1d1d1f
}

.zng-navigation__menu--horizontal .zng-navigation__menu__item--active .zng-navigation__menu__item__trigger {
	line-height: 1;
	color: #3370ff
}

.zng-navigation__menu--horizontal .zng-navigation__menu__item--active .zng-navigation__menu__item__trigger:after {
	content: " ";
	position: absolute;
	bottom: 4px;
	left: 0;
	right: 0;
	height: 2px;
	margin: 0 auto;
	background-color: #3370ff;
	animation: none !important
}

@media(hover:hover)and (pointer:fine) {
	.zng-navigation__menu--horizontal .zng-navigation__menu__item:hover .zng-navigation__menu__item__trigger {
		line-height: 1;
		color: #3370ff
	}

	.zng-navigation__menu--horizontal .zng-navigation__menu__item:hover .zng-navigation__menu__item__trigger:after {
		content: " ";
		position: absolute;
		bottom: 4px;
		left: 0;
		right: 0;
		height: 2px;
		margin: 0 auto;
		background-color: #3370ff;
		animation: navigation-trigger-hover .1s ease-in-out
	}
}

.zng-navigation__menu--horizontal .zng-navigation__menu__item--opened .zng-navigation__menu__item__trigger {
	line-height: 1;
	color: #3370ff
}

.zng-navigation__menu--horizontal .zng-navigation__menu__item--opened .zng-navigation__menu__item__trigger:after {
	content: " ";
	position: absolute;
	bottom: 4px;
	left: 0;
	right: 0;
	height: 2px;
	margin: 0 auto;
	background-color: #3370ff;
	animation: navigation-trigger-hover .1s ease-in-out
}

@media(hover:hover)and (pointer:fine) {
	.zng-navigation--opened .zng-navigation__menu__item--active:not(.zng-navigation__menu__item--opened) .zng-navigation__menu__item__trigger:after {
		width: 0
	}
}

.zng-navigation__overlay {
	position: fixed;
	top: 68px;
	right: 0;
	background-color: #fff;
	z-index: 9;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: center;
	justify-content: center;
	transition: transform .3s cubic-bezier(.34, .69, .1, 1)
}

@media only screen and (max-width:960px) {
	.zng-navigation__overlay {
		top: 64px
	}
}

.zng-navigation__overlay-header {
	left: 0;
	transform: translateY(-100%)
}

.zng-navigation__overlay-side {
	top: 0;
	bottom: 0;
	transform: translateX(100%);
	width: 414px;
	max-width: 100vw;
	padding-top: 64px;
	overflow: auto
}

@media only screen and (max-width:576px) {
	.zng-navigation__overlay-side {
		width: 100vw
	}
}

.zng-navigation__overlay--opened {
	transform: none;
	z-index: 29
}

.zng-navigation__overlay--compact {
	padding: 0
}

.zng-navigation__overlay-float {
	max-height: 0;
	overflow: hidden;
	background-color: #fff;
	transition: all .3s ease;
	position: absolute;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .06);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	transform: translateX(-50%);
	margin-left: 50%;
	left: 0;
	cursor: default;
	right: unset
}

.zng-navigation__menu__item--opened .zng-navigation__overlay-float {
	max-height: 500px
}

:root[data-assistant-opened=true] .zng-navigation__overlay {
	margin-right: var(--assistant-space)
}

.zng-navigation__side-menu {
	margin-bottom: 64px;
	width: 100%;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.zng-navigation__side-menu__group-title {
	height: 64px;
	line-height: 64px;
	display: -ms-flexbox;
	display: flex;
	padding: 0 16px;
	font-size: 16px;
	margin: 0;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #ebedf0;
	background-color: transparent
}

.zng-navigation__side-menu__group-title .zui-icon {
	font-weight: 700;
	transition: all .3s ease
}

.zng-navigation__side-menu__group--active,
.zng-navigation__side-menu__group-title:active {
	background-color: #f7f8fa
}

.zng-navigation__side-menu__group--active .zng-navigation__side-menu__group-title .zui-icon {
	transform: rotate(180deg)
}

.zng-navigation__side-menu__item {
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%
}

.zng-navigation__side-menu__list {
	overflow: hidden;
	transition: all .3s ease;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.zng-navigation__side-menu__list--hidden {
	max-height: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.zng-navigation__side-menu__group>.zng-navigation__side-menu__list {
	padding: 4px 32px
}

.zng-navigation__side-menu__group-item {
	width: 100%;
	margin-bottom: 8px
}

.zng-navigation__side-menu__group-item>h3 {
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	color: #969799;
	padding-bottom: 4px
}

.zng-navigation__side-menu__group-item .zng-navigation__side-menu__list .zng-navigation__side-menu__item {
	width: 50%
}

.zng-navigation__side-menu__group-item .zng-navigation__side-menu__list .zng-navigation__side-menu__item__item {
	width: 100%
}

.zng-navigation__search {
	height: 32px;
	border-radius: 16px
}

.zng-navigation__search.zui-input-affix-wrapper {
	border-radius: 16px;
	background: #f7f8fa
}

.zng-navigation__search,
.zng-navigation__search input {
	background-color: #f7f8fa
}

.zng-navigation__search-placeholder,
.zng-navigation__search-wrapper {
	margin-left: auto;
	-ms-flex: 1 1;
	flex: 1 1
}

.zng-navigation__search-wrapper {
	position: relative;
	overflow: hidden;
	height: 100%
}

.zng-navigation__search-wrapper:not(.zng-navigation__search--opened) {
	max-width: 88px
}

.zng-navigation__search-wrapper:not(.zng-navigation__search--opened) .zui-input-search-wrapper {
	width: 32px;
	cursor: pointer
}

.zng-navigation__search-wrapper:not(.zng-navigation__search--opened) .zui-input {
	display: none
}

.zng-navigation__search-wrapper:not(.zng-navigation__search--opened) .zui-input-affix-wrapper {
	padding: 6px;
	pointer-events: none
}

.zng-navigation__search-wrapper:not(.zng-navigation__search--opened) .zui-input-suffix {
	margin-left: 0
}

.zng-navigation__search-container {
	position: absolute;
	right: 0;
	top: 0;
	max-height: 68px;
	width: 188px;
	max-width: 100%;
	transition: all .3s ease;
	z-index: 31;
	background-color: #fff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}

.zng-navigation__search-content {
	height: 68px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 12px;
	padding-right: 12px;
	border-bottom: 1px solid #ebedf0
}

.zng-navigation__search-content .zui-input-search-wrapper {
	-ms-flex: 1 1;
	flex: 1 1
}

.zng-navigation__search-close {
	padding: 0;
	display: -ms-inline-flexbox;
	display: inline-flex;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	text-decoration: none;
	background-color: transparent;
	outline: none;
	line-height: 1.5;
	border-radius: 2px;
	border: 1px solid transparent;
	display: none;
	margin: 0 0 0 4px
}

.zng-navigation__search-close,
.zng-navigation__search-close * {
	box-sizing: border-box
}

.zng-navigation__search-wrapper .zng-navigation__search-mask {
	top: 0
}

.zng-navigation__search--opened {
	overflow: visible
}

.zng-navigation__search--opened .zng-navigation__search-container {
	width: 320px;
	max-height: 100vh;
	max-width: unset !important
}

.zng-navigation__search--opened .zng-navigation__search-close {
	display: block
}

.zng-navigation__search__recommends {
	padding: 0 12px
}

.zng-navigation__search__recommends-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 400;
	font-size: 14px;
	color: #969799;
	margin: 12px 0
}

.zng-navigation__search__recommends-title-text {
	margin: 0;
	font-weight: 400;
	font-size: 14px
}

.zng-navigation__search__recommends-title .zenticon {
	margin-right: 4px
}

.zng-navigation__search__recommends-clear {
	color: #3370ff;
	padding: 0;
	height: auto;
	min-width: unset;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.zng-navigation__search__recommends-clear .zenticon {
	margin-right: 4px
}

.zng-navigation__search__recommends-list {
	white-space: normal
}

.zng-navigation__search__recommends-list li {
	display: inline-block;
	margin: 0 12px 12px 0;
	cursor: pointer;
	outline: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.zng-navigation__search-assistant__divider {
	background-color: #ebedf0;
	width: 1px;
	height: 16px;
	display: inline-block;
	margin: 0 4px
}

.zng-navigation__search-assistant__trigger {
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-ms-flex-align: center;
	align-items: center
}

.zng-navigation__search-assistant__trigger:before {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	--tw-content: "";
	content: var(--tw-content);
	background-size: 20px;
	background-image: url(https://img01.yzcdn.cn/upload_files/2024/05/19/Fmse6MrzS0AXTVEwWWbFl2P1bCDH.png)
}

.zng-navigation__search-assistant__trigger>span {
	max-width: 0;
	overflow: hidden
}

.zng-navigation__search--opened .zng-navigation__search-assistant__trigger>span {
	max-width: unset;
	padding-left: 4px;
	color: #3c4654;
	font-size: 14px
}

.zng-navigation__search--opened .zng-navigation__search-assistant__trigger:hover>span {
	color: #3370ff
}

@media only screen and (min-width:1152px) {
	:root:not([data-assistant-status=expand]) .zng-navigation__search-wrapper {
		max-width: unset
	}

	:root:not([data-assistant-status=expand]) .zng-navigation__search-wrapper .zui-input-search-wrapper {
		width: auto
	}

	:root:not([data-assistant-status=expand]) .zng-navigation__search-wrapper .zui-input {
		display: inline-block
	}

	:root:not([data-assistant-status=expand]) .zng-navigation__search-wrapper .zui-input-affix-wrapper {
		padding: 6px 12px;
		pointer-events: auto
	}

	:root:not([data-assistant-status=expand]) .zng-navigation__search-wrapper .zui-input-suffix {
		margin-left: 4px
	}
}

@media only screen and (min-width:1400px) {
	:root[data-assistant-status=expand] .zng-navigation__search-wrapper {
		max-width: unset
	}

	:root[data-assistant-status=expand] .zng-navigation__search-wrapper .zui-input-search-wrapper {
		width: auto
	}

	:root[data-assistant-status=expand] .zng-navigation__search-wrapper .zui-input {
		display: inline-block
	}

	:root[data-assistant-status=expand] .zng-navigation__search-wrapper .zui-input-affix-wrapper {
		padding: 6px 12px;
		pointer-events: auto
	}

	:root[data-assistant-status=expand] .zng-navigation__search-wrapper .zui-input-suffix {
		margin-left: 4px
	}
}

.zng-navigation__user-state {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	position: relative;
	margin-left: 1px
}

.zng-navigation__user-state:before {
	content: " ";
	height: 16px;
	top: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: auto 0;
	width: 1px;
	background-color: #d8d8d8
}

.zng-navigation__user-state__login,
.zng-navigation__user-state__ruzhu {
	height: 100%
}

.zng-navigation__user-state__login a,
.zng-navigation__user-state__ruzhu a {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 12px
}

.zng-navigation__user-state__user {
	height: 100%;
	position: relative
}

.zng-navigation__user-state__user-trigger {
	margin: 0;
	display: -ms-inline-flexbox;
	display: inline-flex;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	text-decoration: none;
	background-color: transparent;
	outline: none;
	border-radius: 2px;
	border: 1px solid transparent;
	font-size: 14px;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	padding: 0 12px;
	position: relative;
	line-height: 1;
	color: #3370ff !important
}

.zng-navigation__user-state__user-trigger,
.zng-navigation__user-state__user-trigger * {
	box-sizing: border-box
}

.zng-navigation__menu__item--opened .zng-navigation__user-state__user-trigger:not(.zui-button) {
	color: #05c
}

.zng-navigation__user-state__user-trigger.active:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin-top: auto;
	margin-bottom: auto;
	width: 6px;
	height: 6px;
	border-radius: 9999px;
	background-color: #3370ff;
	--tw-content: "";
	content: var(--tw-content)
}

.zng-navigation__default-item-text {
	position: relative
}

.zng-navigation__default-item-text.active:after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: -10px;
	margin-top: auto;
	margin-bottom: auto;
	width: 6px;
	height: 6px;
	border-radius: 9999px;
	background-color: #3370ff;
	--tw-content: "";
	content: var(--tw-content)
}

.zng-navigation__default-group-menu {
	display: block
}

.zng-navigation__default-group-menu .zng-navigation__default-menu-title,
.zng-navigation__default-group-menu ul li a {
	display: block;
	padding: 0 24px
}

.zng-navigation__default-group-menu ul li a {
	padding-top: 6px;
	padding-bottom: 6px
}

.zng-navigation__default-menu-title {
	font-size: 16px;
	color: #1d1d1f;
	margin-bottom: .5em;
	font-weight: 600
}

.zng-navigation__default-menu {
	display: block;
	padding: 12px 0;
	cursor: default
}

.zng-navigation__default-menu li {
	text-align: center
}

.zng-navigation__default-menu li a {
	display: block;
	padding: 12px 24px
}

.zng-navigation__product-menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 0;
	flex-grow: 0;
	padding-top: 32px;
	padding-bottom: 48px;
	max-height: calc(100vh - 68px);
	max-height: calc(100vh - 68px - var(--top-banner-height, 0px));
	overflow: auto
}

.zng-navigation__product-menu .zng-navigation__default-group-menu {
	border-right: 1px solid #ebedf0;
	padding-right: 8px
}

.zng-navigation__product-menu .zng-navigation__default-group-menu ul {
	margin-top: 12px;
	margin-bottom: 24px
}

.zng-navigation__product-menu .zng-navigation__default-group-menu ul li a {
	padding-left: 0;
	padding-right: 0
}

.zng-navigation__product-menu .zng-navigation__default-group-menu .zng-navigation__default-menu-title {
	padding-left: 0
}

.zng-navigation__product-menu>*+* {
	margin-left: 24px
}

.zng-navigation__product-menu__action {
	display: block;
	margin-bottom: 8px
}

.zng-navigation__product-menu__group {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.zng-navigation__product-menu__group-title {
	margin-bottom: 18px;
	margin-left: 12px
}

.zng-navigation__product-menu__group-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.zng-navigation__product-menu__row {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.zng-navigation__product-menu__list+.zng-navigation__product-menu__list .zng-navigation__product-menu__list-title {
	margin-top: 12px
}

.zng-navigation__product-menu__list-title {
	font-weight: 400;
	margin-bottom: 4px;
	margin-left: 12px;
	font-size: inherit;
	color: #323233
}

.zng-navigation__product-menu__list-title a {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: inherit;
	color: #323233
}

.zng-navigation__product-menu__item a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 4px;
	transition: all .3s ease;
	background-color: #fff;
	padding: 12px 12px 12px 56px;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: left 12px center
}

@media(hover:hover)and (pointer:fine) {
	.zng-navigation__product-menu__item a:hover {
		background-color: #f7f8fa
	}
}

.zng-navigation__product-menu__item a:active {
	background-color: #f7f8fa
}

.zng-navigation__product-menu__item * {
	margin-bottom: 0
}

.zng-navigation__product-menu__item dt {
	margin-bottom: 1px
}

.zng-navigation__product-menu__item dd {
	font-size: 12px;
	color: #969799
}

.zng-navigation__retail-menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 auto;
	font-size: 16px;
	width: 100%;
	padding-top: 32px;
	padding-bottom: 48px;
	max-height: calc(100vh - 68px);
	max-height: calc(100vh - 68px - var(--top-banner-height, 0px))
}

.zng-navigation__retail-menu h2,
.zng-navigation__retail-menu h3,
.zng-navigation__retail-menu li,
.zng-navigation__retail-menu p {
	font-size: inherit
}

.zng-navigation__retail-menu__introduction {
	width: 50%;
	margin-left: 0;
	margin-right: 68px
}

@media only screen and (max-width:1280px) {
	.zng-navigation__retail-menu__introduction {
		margin-right: 0
	}
}

.zng-navigation__retail-menu__introduction>* {
	margin-left: auto;
	width: 350px
}

.zng-navigation__retail-menu__introduction-sub-title {
	margin-bottom: 32px;
	font-weight: 600
}

.zng-navigation__retail-menu:last-child {
	margin-right: auto
}

.zng-navigation__retail-menu-list {
	margin-left: 32px;
	min-width: 220px
}

.zng-navigation__retail-menu-list-title {
	padding-left: 8px;
	font-weight: 600
}

.zng-navigation__retail-menu-list li,
.zng-navigation__retail-menu-list-title {
	margin-bottom: 24px
}

.zng-navigation__retail-menu-list li:last-of-type {
	margin-bottom: 0
}

.zng-navigation__retail-menu-item .zui-button {
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: #323233
}

.zng-navigation__retail-menu-item .zui-button .zui-icon {
	margin-left: 8px;
	transition: margin-left .2s cubic-bezier(.645, .045, .355, 1)
}

@media(hover:hover)and (pointer:fine) {
	.zng-navigation__retail-menu-item .zui-button:hover .zui-icon {
		margin-left: 16px
	}

	.zng-navigation__retail-menu-item .zui-button:hover .yz-navigation-tag-new {
		background-color: #fff;
		color: #3370ff
	}
}

@keyframes animation-appear-up {
	0% {
		transform: translateX(-30px);
		opacity: 0
	}

	to {
		transform: none;
		opacity: 1
	}
}

.item-appear {
	animation: animation-appear-up .3s ease-in-out
}

.zng-navigation__group-menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 16px 12px
}

.zng-navigation__group-menu h3 {
	margin: 0
}

.zng-navigation__guide-menu {
	font-size: 16px;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 32px;
	padding-bottom: 48px;
	max-height: calc(100vh - 68px);
	max-height: calc(100vh - 68px - var(--top-banner-height, 0px));
	overflow: auto
}

.zng-navigation__guide-menu h2,
.zng-navigation__guide-menu h3,
.zng-navigation__guide-menu li,
.zng-navigation__guide-menu p {
	font-size: inherit
}

.zng-navigation__guide-menu__introduction {
	white-space: normal;
	-ms-flex: 1 1;
	flex: 1 1;
	position: relative;
	min-width: 300px
}

.zng-navigation__guide-menu__introduction:after {
	content: " ";
	width: 1px;
	height: 100%;
	background-color: #ebedf0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0
}

.zng-navigation__guide-menu__introduction-sub-title {
	margin-bottom: 32px;
	font-weight: 600
}

.zng-navigation__guide-menu__introduction p {
	color: #969799
}

.zng-navigation__guide-menu__list {
	-ms-flex: 1 1;
	flex: 1 1;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.zng-navigation__guide-menu__list li {
	margin-bottom: 24px;
	margin-right: auto
}

.zng-navigation__guide-menu__list li .zui-button {
	color: #323233
}

.zng-navigation__guide-menu__list li .zui-icon {
	margin-left: 8px;
	transition: margin-left .2s cubic-bezier(.645, .045, .355, 1)
}

@media(hover:hover)and (pointer:fine) {
	.zng-navigation__guide-menu__list li:hover .zui-icon {
		margin-left: 16px
	}
}

.zng-navigation__guide-menu__recommends {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	width: 464px
}

.zng-navigation__guide-menu__recommends-item {
	width: 200px;
	border-radius: 16px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.zng-navigation__guide-menu__recommends-item img {
	width: 100%;
	height: 100%
}

.zng-navigation__guide-menu__recommends-extra {
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 24px 16px;
	white-space: normal;
	font-size: 12px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	-ms-flex-pack: center;
	justify-content: center
}

.zng-navigation__guide-menu__recommends-extra p {
	margin-bottom: .5em
}

.zng-navigation__guide-menu__recommends-extra .zui-icon {
	margin-left: 2px
}

.zng-navigation__guide-menu__recommends-action {
	margin-top: 24px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center
}

a.zng-navigation__guide-menu__recommends-action:not(.zui-button) {
	color: #3370ff
}

.zng-navigation__guide-menu__recommends-action .zui-icon {
	transition: all .3s ease
}

@media(hover:hover)and (pointer:fine) {
	.zng-navigation__guide-menu__recommends-action:hover .zui-icon {
		transform: translateX(4px)
	}

	.zng-navigation__guide-menu__recommends-item:hover img {
		transform: scale(1.1)
	}
}

.zng-navigation__guide-menu__introduction,
.zng-navigation__guide-menu__list,
.zng-navigation__guide-menu__recommends-item,
.zng-navigation__guide-menu__recommends-item .zng-navigation__guide-menu__recommends .zui-icon,
.zng-navigation__guide-menu__recommends-item img {
	transition: all .3s ease
}

.zng-navigation__guide-menu__introduction {
	padding-right: 60px
}

.zng-navigation__guide-menu__list {
	padding-left: 60px
}

.zng-navigation__guide-menu__recommends-item {
	margin-left: 32px
}

@media only screen and (max-width:1100px) {
	.zng-navigation__guide-menu__introduction {
		padding-right: 16px
	}

	.zng-navigation__guide-menu__list {
		padding-left: 16px
	}

	.zng-navigation__guide-menu__recommends-item {
		margin-left: 16px
	}

	.zng-navigation__guide-menu__recommends {
		width: 432px
	}
}

@media only screen and (max-width:1024px) {
	.zng-navigation__guide-menu__introduction {
		min-width: 240px
	}
}

@keyframes zng-navigation__guide-menu__dialog-show {
	0% {
		transform: translateY(50px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

@keyframes zng-navigation__guide-menu__dialog-hide {
	0% {
		transform: translateY(0);
		opacity: 1
	}

	to {
		transform: translateY(50px);
		opacity: 0
	}
}

.zng-navigation__guide-menu__dialog {
	position: fixed;
	width: 830px;
	height: 0;
	padding-bottom: 50%;
	max-width: 80vw;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 1000;
	animation: zng-navigation__guide-menu__dialog-hide .2s cubic-bezier(.645, .045, .355, 1);
	opacity: 0
}

.zng-navigation__guide-menu__dialog--opened {
	opacity: 1;
	animation: zng-navigation__guide-menu__dialog-show .2s cubic-bezier(.645, .045, .355, 1)
}

.zng-navigation__guide-menu__dialog img {
	pointer-events: none
}

.zng-navigation__guide-menu__dialog-container {
	position: absolute;
	max-height: 480px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	border-radius: 8px;
	overflow: visible
}

.zng-navigation__guide-menu__dialog-image {
	height: 100%;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px
}

.zng-navigation__guide-menu__dialog-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 1;
	flex: 1 1;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	margin: auto 0
}

.zng-navigation__guide-menu__dialog-content h2 {
	font-size: 22px;
	margin-bottom: 8%
}

.zng-navigation__guide-menu__dialog-content h2 strong {
	color: #3370ff
}

.zng-navigation__guide-menu__dialog-images {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 8%
}

.zng-navigation__guide-menu__dialog-images>img {
	width: 30%
}

.zng-navigation__guide-menu__dialog-images img+img {
	margin-left: 30px
}

.zng-navigation__guide-menu__dialog-tips {
	line-height: 24px;
	margin-bottom: 10%
}

.zng-navigation__guide-menu__dialog-close {
	margin: 0;
	padding: 0;
	display: -ms-inline-flexbox;
	display: inline-flex;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	text-decoration: none;
	background-color: transparent;
	outline: none;
	line-height: 1.5;
	border-radius: 2px;
	border: 1px solid transparent;
	position: absolute;
	right: -54px;
	top: 16px;
	color: #fff
}

.zng-navigation__guide-menu__dialog-close,
.zng-navigation__guide-menu__dialog-close * {
	box-sizing: border-box
}

.zng-navigation__best-practice-menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 0;
	flex-grow: 0;
	padding-top: 32px;
	max-height: calc(100vh - 68px);
	max-height: calc(100vh - 68px - var(--top-banner-height, 0px))
}

.zng-navigation__best-practice-menu .zng-navigation__default-group-menu {
	border-right: 1px solid #ebedf0;
	padding-right: 24px;
	margin-right: 32px
}

.zng-navigation__best-practice-menu .zng-navigation__default-group-menu ul {
	margin-top: 12px;
	margin-bottom: 12px
}

.zng-navigation__best-practice-menu__action {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 24px
}

a.zng-navigation__best-practice-menu__action:not(.zui-button) {
	color: #3370ff
}

.zng-navigation__best-practice-menu__action .zui-icon {
	transition: all .3s ease
}

@media(hover:hover)and (pointer:fine) {
	.zng-navigation__best-practice-menu__action:hover .zui-icon {
		transform: translateX(4px)
	}
}

.zng-navigation__best-practice-menu__card-action {
	width: 132px;
	height: 110px;
	margin-top: 20px;
	border-radius: 20px;
	overflow: hidden;
	background-image: url(https://img01.yzcdn.cn/upload_files/2023/03/08/FvqmHZrCSey8lTPn6viezm7U-MfR.png);
	background-size: cover
}

.zng-navigation__best-practice-menu__group {
	margin-right: auto
}

.zng-navigation__best-practice-menu__group:last-of-type {
	margin-right: 0
}

.zng-navigation__best-practice-menu__group-title {
	margin-bottom: 24px;
	font-weight: 600;
	font-size: 16px
}

.zng-navigation__best-practice-menu__item {
	margin-bottom: 24px;
	color: #323233
}

.zng-navigation__best-practice-menu__item a {
	border-radius: 4px;
	transition: all .3s ease
}

.zng-navigation__best-practice-menu__item dt {
	font-size: 16px;
	color: inherit;
	font-weight: 400
}

.zng-navigation__best-practice-menu__item dd {
	font-size: 12px;
	color: #969799;
	margin: 0
}

.zng-navigation__retail-products-menu {
	width: 100%
}

:root:not([data-assistant-status=expand]) .zng-navigation__retail-products-menu__padding-left {
	padding-left: 24px
}

@media screen and (min-width:1024px) {
	:root:not([data-assistant-status=expand]) .zng-navigation__retail-products-menu__padding-left {
		padding-left: 40px
	}
}

:root:not([data-assistant-status=expand]) .zng-navigation__retail-products-menu__padding-right {
	padding-right: 24px
}

@media screen and (min-width:1024px) {
	:root:not([data-assistant-status=expand]) .zng-navigation__retail-products-menu__padding-right {
		padding-right: 40px
	}
}

@media screen and (min-width:1200px) {
	:root:not([data-assistant-status=expand]) .zng-navigation__retail-products-menu__padding-left {
		padding-left: calc((100vw - 1200px)/2)
	}

	:root:not([data-assistant-status=expand]) .zng-navigation__retail-products-menu__padding-right {
		padding-right: calc((100vw - 1200px)/2)
	}
}

@media screen and (min-width:1536px) {
	:root:not([data-assistant-status=expand]) .zng-navigation__retail-products-menu__padding-left {
		padding-left: calc((100vw - 1536px + 80px)/2)
	}

	:root:not([data-assistant-status=expand]) .zng-navigation__retail-products-menu__padding-right {
		padding-right: calc((100vw - 1536px + 80px)/2)
	}
}

:root[data-assistant-status=expand] .zng-navigation__retail-products-menu__padding-left {
	padding-left: 40px
}

:root[data-assistant-status=expand] .zng-navigation__retail-products-menu__padding-right {
	padding-right: 40px
}

@media screen and (min-width:1568px) {
	:root[data-assistant-status=expand] .zng-navigation__retail-products-menu__padding-left {
		padding-left: calc((100vw - var(--assistant-space, 0px) - 1200px + 80px)/2)
	}

	:root[data-assistant-status=expand] .zng-navigation__retail-products-menu__padding-right {
		padding-right: calc((100vw - var(--assistant-space, 0px) - 1200px + 80px)/2)
	}
}

@media screen and (min-width:1956px) {
	:root[data-assistant-status=expand] .zng-navigation__retail-products-menu__padding-left {
		padding-left: calc((100vw - var(--assistant-space, 0px) - 1536px + 80px)/2)
	}

	:root[data-assistant-status=expand] .zng-navigation__retail-products-menu__padding-right {
		padding-right: calc((100vw - var(--assistant-space, 0px) - 1536px + 80px)/2)
	}
}

.zng-navigation__activity-menu {
	padding-top: 32px;
	max-height: calc(100vh - 68px);
	max-height: calc(100vh - 68px - var(--top-banner-height, 0px));
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.zng-navigation__activity-menu__content {
	width: 100%;
	overflow: auto;
	-ms-flex: 1 1;
	flex: 1 1
}

.zng-navigation__activity-menu__content>section {
	min-width: 960px
}

.zng-navigation__activity-menu__footer {
	width: 100%
}

.zng-footer {
	padding-bottom: 132px;
	padding-top: 24px
}

.zng-footer>.zng-footer__container {
	border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.zng-footer__content {
	-ms-flex: 1 1;
	flex: 1 1
}

.zng-footer__content p {
	margin-bottom: 0
}

.zng-footer__content a {
	color: #969799
}

.zng-footer__content>* {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.zng-footer__content>*>* {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center
}

.zng-footer__content>:last-child {
	margin-bottom: -8px
}

.zng-footer__content>:only-child {
	margin-bottom: 0
}

.zng-footer__content>p {
	margin-bottom: 8px
}

.zng-footer__content>p:last-child {
	margin-bottom: 0
}

.zng-footer__content>nav>* {
	margin-bottom: 8px
}

.zng-footer__content a {
	display: -ms-inline-flexbox;
	display: inline-flex
}

.zng-footer__content br {
	content: "\a";
	display: inline-block;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	width: 0;
	margin: 0
}

.zng-footer__content img {
	width: 14px;
	height: 14px;
	margin-right: 6px
}

.zng-footer__links {
	margin-left: -1em
}

.zng-footer__links>* {
	padding: 0 1em;
	position: relative
}

.zng-footer__links>:not(.no-border):not(br):not(:last-child):after {
	content: " ";
	width: 1px;
	height: 1em;
	position: absolute;
	right: 0;
	background-color: #969799;
	top: 0;
	bottom: 0;
	margin: auto 0
}

.zng-footer__extra {
	margin-left: -12px
}

.zng-footer__extra>* {
	padding: 0 12px
}

.zng-footer__fellow-links {
	margin-left: -8px
}

.zng-footer__fellow-links>a {
	padding: 0 8px
}

.zng-footer__fellow-links>span:first-child {
	padding-left: 8px
}

@media only screen and (max-width:768px) {
	.zng-footer__copyright {
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.zng-footer__content-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	padding: 24px 0;
	border-top: 1px solid hsla(0, 0%, 100%, .1);
	width: 100%
}

.zng-footer__huhang {
	padding: 0 8px;
	margin-left: 24px;
	border-left: 1px solid hsla(0, 0%, 100%, .1);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 160px
}

.zng-footer__huhang>a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	color: inherit;
	-ms-flex-align: center;
	align-items: center;
	min-width: 120px;
	padding: 16px 12px
}

.zng-footer__huhang-logo {
	position: relative;
	overflow: visible;
	margin-bottom: 1em
}

.zng-footer__huhang-logo img {
	width: 56px
}

@keyframes zng-footer-huhang-rotate {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

.zng-footer__huhang-logo:after {
	content: " ";
	background-image: url(https://img01.yzcdn.cn/upload_files/2020/05/28/FnETTEVyDdF7GlhfSVGuk3RQCwg_.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 35px;
	width: 35px;
	height: 22px;
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
	transform-origin: 28px 29.5px;
	animation: zng-footer-huhang-rotate 1.5s linear infinite
}

.zng-footer__huhang-title {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0
}

.zng-footer__huhang p {
	margin: 0
}

.zng-footer__menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 10px
}

.zng-footer__menu-group {
	position: relative
}

.zng-footer__menu-group__title {
	font-size: 16px;
	color: #fff;
	position: relative;
	margin-bottom: 8px;
	font-weight: 600
}

.zng-footer__menu-group--split .zng-footer__menu-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 180px
}

.zng-footer__menu-item {
	width: 90px
}

.zng-footer__menu-item>a,
a.zng-footer__menu-item {
	display: block;
	padding: 6px 0
}

.zng-footer__menu-list {
	position: relative
}

@media only screen and (max-width:767px) {
	.zng-footer__menu {
		display: block;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
		padding: 0;
		border-top: 1px solid hsla(0, 0%, 100%, .1)
	}

	.zng-footer__menu-group .zng-footer__menu-list {
		max-height: 0;
		overflow: hidden;
		transition: all .3s ease;
		width: 100%;
		max-width: 414px
	}

	.zng-footer__menu-group--opened .zng-footer__menu-list {
		max-height: 500px
	}

	.zng-footer__menu-item {
		width: 50%
	}

	.zng-footer__menu-item>a,
	a.zng-footer__menu-item {
		display: block;
		padding: 12px 24px
	}

	.zng-footer__menu-group:not(:last-child):after,
	.zng-footer__menu-group__title:after {
		content: " ";
		position: absolute;
		left: 24px;
		right: 24px;
		height: 1px;
		background-color: hsla(0, 0%, 100%, .1);
		bottom: 0
	}

	.zng-footer__menu-group__title:after {
		max-width: 0;
		margin: 0 auto;
		transition: all .3s ease
	}

	.zng-footer__menu-group--opened .zng-footer__menu-group__title:after {
		max-width: 100%
	}

	.zng-footer__menu-group__title {
		margin: 0;
		padding: 16px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.zng-footer__menu-group__title .zui-icon {
		margin-left: auto;
		transition: all .3s ease
	}

	.zng-footer__menu-group--opened .zng-footer__menu-group__title .zui-icon {
		transform: rotate(180deg)
	}
}

.zng-subnav__content {
	color: #323233;
	font-size: 14px;
	font-weight: 400;
	transition: all .3s ease;
	right: var(--assistant-space, 0)
}

.zng-subnav__container {
	-ms-flex-align: center;
	align-items: center
}

.zng-subnav__title {
	font-weight: 600;
	font-size: 14px;
	color: #1d1d1f;
	line-height: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 8px;
	margin-bottom: 0;
	-ms-flex-item-align: center;
	align-self: center;
	z-index: 1
}

.zng-subnav__list {
	margin-left: auto;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	transition: none
}

.zng-subnav__item {
	list-style: none;
	display: inline-block;
	height: 100%;
	min-width: 102px
}

.zng-subnav__item a {
	text-decoration: none;
	color: inherit;
	font-size: inherit;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.zng-subnav__item a,
.zng-subnav__item a span {
	position: relative;
	height: 100%;
	-ms-flex-align: center;
	align-items: center
}

.zng-subnav__item a span {
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle
}

.zng-subnav__item a span:after {
	content: " ";
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	width: 0;
	height: 2px;
	transition: all .1s ease;
	background-color: #3370ff
}

.zng-subnav__item__item--active a {
	color: #05c
}

.zng-subnav__item__item--active a span:after {
	width: 100%
}

@media(hover:hover)and (pointer:fine) {
	.zng-subnav__item:hover a span:after {
		width: 100%
	}
}

.zng-subnav__trigger {
	padding: 0;
	display: -ms-inline-flexbox;
	display: inline-flex;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	text-decoration: none;
	background-color: transparent;
	outline: none;
	line-height: 1.5;
	border-radius: 2px;
	border: 1px solid transparent;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.zng-subnav__trigger,
.zng-subnav__trigger * {
	box-sizing: border-box
}

.zng-subnav__action.zui-button {
	margin-left: auto;
	z-index: 1;
	padding-left: 12px;
	padding-right: 12px;
	min-width: unset;
	font-size: 12px;
	height: 28px;
	font-weight: 500
}

@media only screen and (max-width:1024px) {
	.zng-subnav__item {
		min-width: unset
	}

	.zng-subnav__item a {
		padding: 0 16px
	}
}

@media only screen and (max-width:960px) {

	.zng-subnav,
	.zng-subnav__title {
		font-size: 16px
	}

	.zng-subnav__title:after {
		background-color: #ebedf0;
		content: " ";
		height: 1px;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 160px
	}

	.zng-subnav__trigger {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.zng-subnav__trigger .zui-icon {
		color: #646566;
		margin-right: -20px
	}

	.zng-subnav__list {
		position: absolute;
		top: 100%;
		height: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		display: block;
		transition: height .3s ease;
		font-size: 18px;
		overflow: hidden;
		padding: 0
	}

	.zng-subnav--opened .zng-subnav__list {
		overflow: auto;
		height: 100vh;
		padding-bottom: 134px
	}

	.zng-subnav__item {
		height: 56px;
		display: block;
		width: 100%
	}

	.zng-subnav__item a {
		width: 100%
	}

	.zng-subnav__item a span:after {
		display: none
	}
}

.zng-subnav-study .zng-subnav-study__content,
.zng-subnav-study .zng-subnav-study__placeholder {
	height: 68px
}

@media only screen and (max-width:960px) {

	.zng-subnav-study .zng-subnav-study__content,
	.zng-subnav-study .zng-subnav-study__placeholder {
		height: 48px
	}
}

.zng-subnav-study__mask {
	height: 64px;
	z-index: 31
}

.zng-subnav-study__content-extra {
	box-shadow: -30px 0 10px -10px #fff;
	margin-left: 4px
}

.zng-subnav-study__overlay {
	z-index: 9
}

.zng-subnav-study__overlay-content {
	min-height: calc(100vh - 112px)
}

.zng-subnav-study__collapse-overlay {
	margin-left: auto;
	margin-right: auto;
	white-space: normal;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	background-color: #fff;
	padding: 16px;
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);
	--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow)
}

@media (min-width:1024px) {
	.zng-subnav-study__collapse-overlay {
		padding: 40px
	}
}

.zng-subnav-study__collapse-overlay {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -4px
}

.zng-subnav-study__collapse-overlay>* {
	margin: 4px
}

@media (min-width:1024px) {
	.zng-subnav-study__collapse-overlay {
		margin: -10px
	}

	.zng-subnav-study__collapse-overlay>* {
		margin: 10px
	}
}

.zng-subnav-study__collapse-overlay {
	margin-top: 0
}

.zng-subnav-study__collapse-overlay-wrapper {
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0
}

@media only screen and (max-width:1280px) {
	.zng-subnav-study__collapse-overlay-wrapper {
		right: 24px;
		transform: translateY(0)
	}
}

.zng-subnav-study__collapse-overlay-wrapper.zng-subnav-study__collapse-show {
	transform: translateY(68px);
	opacity: 1
}

@media only screen and (max-width:960px) {
	.zng-subnav-study__collapse-overlay-wrapper.zng-subnav-study__collapse-show {
		transform: translateY(48px);
		opacity: 1
	}
}

.zng-subnav-study__collapse-overlay.col-4>* {
	width: calc((100% - 32px)/4)
}

@media (min-width:1024px) {
	.zng-subnav-study__collapse-overlay.col-4>* {
		width: calc((100% - 80px)/4)
	}
}

.zng-subnav-study__collapse-overlay.col-3>* {
	width: calc((100% - 24px)/3)
}

@media (min-width:1024px) {
	.zng-subnav-study__collapse-overlay.col-3>* {
		width: calc((100% - 60px)/3)
	}
}

.zng-subnav-study__collapse-overlay.col-2>* {
	width: calc((100% - 16px)/2)
}

@media (min-width:1024px) {
	.zng-subnav-study__collapse-overlay.col-2>* {
		width: calc((100% - 40px)/2)
	}
}

.zng-navigation.fixed~.zng-subnav-study,
.zng-subnav-study__collapse-overlay {
	top: 0;
	z-index: 32
}

.zng-navigation.fixed~.zng-subnav-study,
.zng-subnav-study__mask {
	height: 0
}

.zng-navigation.fixed~.zng-subnav-study .zng-subnav-study__button {
	display: block
}

.zng-navigation__assistant-button {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 9999px;
	border: 1px solid #ebedf0;
	padding: 4px 8px;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600
}

@media (min-width:640px) {
	.zng-navigation__assistant-button {
		padding: 6px 12px;
		font-size: 14px;
		line-height: 20px
	}
}

.zng-navigation__assistant-button {
	background-color: #fff;
	color: #3c4654
}

@media (hover:hover) and (pointer:fine) {
	.zng-navigation__assistant-button:hover {
		background-color: #f7f8fa
	}
}

.zng-navigation__assistant-button:before {
	position: relative;
	margin-right: 2px;
	display: inline-block;
	width: 20px;
	height: 20px;
	--tw-content: "";
	content: var(--tw-content)
}

@media (min-width:640px) {
	.zng-navigation__assistant-button:before {
		margin-right: 4px
	}
}

.zng-navigation__assistant-button:before {
	background-size: 20px;
	background-image: url(https://img01.yzcdn.cn/upload_files/2024/05/19/Fmse6MrzS0AXTVEwWWbFl2P1bCDH.png)
}

.retail-footer {
	border-top: 1px solid hsla(0, 0%, 100%, .1)
}

.retail-footer__content {
	width: 100%;
	-ms-flex: 1 1;
	flex: 1 1
}

.retail-footer .zng-footer__container {
	padding-top: 28px
}

.retail-footer__social {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 20px
}

.retail-footer__social img {
	width: 130px;
	margin-bottom: 18px
}

.retail-footer__social-item,
.retail-footer__social-item>* {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.retail-footer__social-item>* {
	width: calc((100% - 32px)/2);
	margin-right: 32px;
	-ms-flex-direction: column;
	flex-direction: column
}

.retail-footer__social-item>:last-child {
	margin-right: 0
}

@media only screen and (max-width:1280px) {
	.retail-footer__social-item>* {
		width: calc((100% - 16px)/2);
		margin-right: 16px
	}

	.retail-footer__social-item>:last-child {
		margin-right: 0
	}
}

.retail-footer__menu-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: auto;
	width: 920px;
	max-width: 100%;
	-ms-flex: 1 1;
	flex: 1 1;
	margin-bottom: 20px;
	margin-top: 12px
}

.retail-footer__menu-list>* {
	width: 25%;
	margin-bottom: 12px
}

.retail-footer__menu-title {
	width: 100% !important;
	color: #fff
}

@media only screen and (max-width:768px) {
	.retail-footer {
		padding-top: 0;
		padding-bottom: 0
	}

	.retail-footer__menu-list {
		margin-left: auto
	}
}

@media only screen and (max-width:576px) {
	.retail-footer {
		padding-bottom: calc(env(safe-area-inset-bottom) + 60px)
	}

	.retail-footer__menu-list {
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 100%;
		margin-left: auto
	}

	.retail-footer__menu-list>* {
		width: 100%
	}
}

@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	overflow: clip;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, ease);
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translateZ(0)
}

.swiper-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	-ms-flex-align: start;
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d
}

.swiper-3d {
	perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	-webkit-scroll-snap-type: x mandatory;
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	-webkit-scroll-snap-type: y mandatory;
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	-webkit-scroll-snap-type: none;
	-ms-scroll-snap-type: none;
	scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper:before {
	content: "";
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-order: 9999;
	order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always
}

[dir=ltr] .swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-left: var(--swiper-centered-offset-before)
}

[dir=rtl] .swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-right: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-top: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border-radius: 50%;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-top: 4px solid transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s linear infinite
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
	height: 1px;
	width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
	width: 1px;
	height: var(--swiper-virtual-size)
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
	z-index: 10;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto
}

.swiper-button-lock {
	display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: normal;
	line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next"
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: opacity .3s;
	transform: translateZ(0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet:only-child {
	display: none !important
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, right .2s
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	-ms-touch-action: none;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move;
	-ms-touch-action: none;
	touch-action: none
}

.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube {
	overflow: visible
}

.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-filter: blur(50px);
	filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-flip {
	overflow: visible
}

.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden
}

/*# sourceMappingURL=7c8d9af921639be9.css.map*/