:root {
    --theme: #006eff;
    --theme-3: #4d9aff;
    --theme-4: #66a8ff;
    --theme-5: #80b7ff;
    --theme-8: #cce2ff;
    --darktheme-1: #0058cc
}

.pLimiteSingle {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pLimiteMore-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.pLimiteMore-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.n-banner-btn {
    background-color: #1664ff;
    border-radius: 8px;
    height: 50px;
    padding: 0 44px
}

.theme-color {
    color: #1664ff
}

.hover-color {
    color: #337bff
}

.btn-c-color {
    color: #0d56dd
}

.basic-t-color {
    color: #1d2129
}

.next-t-ccolor {
    color: #717883
}

.banner-dots {
    bottom: 70px;
    display: flex;
    left: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    transform: translate(-50%)
}

.banner-dots li {
    background-color: #ffffff80;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    height: 4px;
    margin: 0 3px;
    transition: width .3s, background-color .3s cubic-bezier(.4, 0, .2, 1);
    width: 50px
}

.banner-dots li.is-active {
    background-color: #fff
}

.c-footer-bar {
    bottom: 0;
    display: block;
    left: 0;
    padding: 10px 16px 20px;
    position: fixed;
    width: 100%;
    z-index: 20;
    --un-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--un-bg-opacity));
    box-shadow: 0 4px 10px #0000004d;
    text-align: center
}

.c-footer-bar .c-footer-bar_link {
    color: #1989fa;
    cursor: pointer;
    font-size: 14px
}

.c-footer-bar .c-footer-bar_btn {
    display: flex
}

.c-footer-bar .c-footer-bar_btn .van-button {
    margin: 0 8px
}

@media (max-width: 767.9px) {
    .banner-dots {
        bottom: 20px
    }

    .banner-dots li {
        border-radius: 50%;
        height: 8px;
        width: 8px
    }

    .con-flex {
        align-items: center;
        display: flex;
        margin: 0 0 8px !important
    }

    .con-flex img {
        margin: 0 8px 0 0 !important;
        padding: 0 !important
    }

    .con-flex div,
    .con-flex h1,
    .con-flex h2,
    .con-flex h3,
    .con-flex h4,
    .con-flex h5,
    .con-flex p,
    .con-flex span {
        margin: 0 !important
    }
}

.n-dialog__action .n-button.n-button--default-type:hover {
    --n-text-color: #1664ff !important;
    --n-text-color-hover: #1664ff !important;
    --n-text-color-pressed: #1664ff !important;
    --n-text-color-focus: #1664ff !important;
    --n-border: 1px solid #1664ff !important;
    --n-border-hover: 1px solid #1664ff !important;
    --n-border-pressed: 1px solid #1664ff !important;
    --n-border-focus: 1px solid #1664ff !important;
    color: #1664ff !important
}

.n-dialog__action .n-button.n-button--primary-type {
    background-color: #1664ff !important
}

button:focus {
    outline: none
}

@media (max-width: 767.9px) {
    .banner .banner-txt h1 {
        white-space: normal
    }
}

:where(html) {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
}

:where(h1) {
    font-size: 2em;
    margin-block-end: .67em;
    margin-block-start: .67em
}

:where(dl, ol, ul) :where(dl, ol, ul) {
    margin-block-end: 0;
    margin-block-start: 0
}

:where(hr) {
    box-sizing: content-box;
    color: inherit;
    height: 0
}

:where(abbr[title]) {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

:where(b, strong) {
    font-weight: bolder
}

:where(code, kbd, pre, samp) {
    font-family: monospace, monospace;
    font-size: 1em
}

:where(small) {
    font-size: 80%
}

:where(table) {
    border-color: currentColor;
    text-indent: 0
}

:where(button, input, select) {
    margin: 0
}

:where(button) {
    text-transform: none
}

:where(button, input:is([type=button i], [type=reset i], [type=submit i])) {
    -webkit-appearance: button
}

:where(progress) {
    vertical-align: baseline
}

:where(select) {
    text-transform: none
}

:where(textarea) {
    margin: 0
}

:where(input[type=search i]) {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

:where(button, input:is([type=button i], [type=color i], [type=reset i], [type=submit i]))::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:where(button, input:is([type=button i], [type=color i], [type=reset i], [type=submit i]))::-moz-focusring {
    outline: 1px dotted ButtonText
}

:where(:-moz-ui-invalid) {
    box-shadow: none
}

:where(dialog) {
    background-color: #fff;
    border: solid;
    color: #000;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: fit-content
}

:where(dialog:not([open])) {
    display: none
}

:where(summary) {
    display: list-item
}

*,
:after,
:before {
    --un-rotate: 0;
    --un-rotate-x: 0;
    --un-rotate-y: 0;
    --un-rotate-z: 0;
    --un-scale-x: 1;
    --un-scale-y: 1;
    --un-scale-z: 1;
    --un-skew-x: 0;
    --un-skew-y: 0;
    --un-translate-x: 0;
    --un-translate-y: 0;
    --un-translate-z: 0;
    --un-pan-x: ;
    --un-pan-y: ;
    --un-pinch-zoom: ;
    --un-scroll-snap-strictness: proximity;
    --un-ordinal: ;
    --un-slashed-zero: ;
    --un-numeric-figure: ;
    --un-numeric-spacing: ;
    --un-numeric-fraction: ;
    --un-border-spacing-x: 0;
    --un-border-spacing-y: 0;
    --un-ring-offset-shadow: 0 0 transparent;
    --un-ring-shadow: 0 0 transparent;
    --un-shadow-inset: ;
    --un-shadow: 0 0 transparent;
    --un-ring-inset: ;
    --un-ring-offset-width: 0px;
    --un-ring-offset-color: #fff;
    --un-ring-width: 0px;
    --un-ring-color: rgba(147, 197, 253, .5);
    --un-blur: ;
    --un-brightness: ;
    --un-contrast: ;
    --un-drop-shadow: ;
    --un-grayscale: ;
    --un-hue-rotate: ;
    --un-invert: ;
    --un-saturate: ;
    --un-sepia: ;
    --un-backdrop-blur: ;
    --un-backdrop-brightness: ;
    --un-backdrop-contrast: ;
    --un-backdrop-grayscale: ;
    --un-backdrop-hue-rotate: ;
    --un-backdrop-invert: ;
    --un-backdrop-opacity: ;
    --un-backdrop-saturate: ;
    --un-backdrop-sepia:
}

::backdrop {
    --un-rotate: 0;
    --un-rotate-x: 0;
    --un-rotate-y: 0;
    --un-rotate-z: 0;
    --un-scale-x: 1;
    --un-scale-y: 1;
    --un-scale-z: 1;
    --un-skew-x: 0;
    --un-skew-y: 0;
    --un-translate-x: 0;
    --un-translate-y: 0;
    --un-translate-z: 0;
    --un-pan-x: ;
    --un-pan-y: ;
    --un-pinch-zoom: ;
    --un-scroll-snap-strictness: proximity;
    --un-ordinal: ;
    --un-slashed-zero: ;
    --un-numeric-figure: ;
    --un-numeric-spacing: ;
    --un-numeric-fraction: ;
    --un-border-spacing-x: 0;
    --un-border-spacing-y: 0;
    --un-ring-offset-shadow: 0 0 transparent;
    --un-ring-shadow: 0 0 transparent;
    --un-shadow-inset: ;
    --un-shadow: 0 0 transparent;
    --un-ring-inset: ;
    --un-ring-offset-width: 0px;
    --un-ring-offset-color: #fff;
    --un-ring-width: 0px;
    --un-ring-color: rgba(147, 197, 253, .5);
    --un-blur: ;
    --un-brightness: ;
    --un-contrast: ;
    --un-drop-shadow: ;
    --un-grayscale: ;
    --un-hue-rotate: ;
    --un-invert: ;
    --un-saturate: ;
    --un-sepia: ;
    --un-backdrop-blur: ;
    --un-backdrop-brightness: ;
    --un-backdrop-contrast: ;
    --un-backdrop-grayscale: ;
    --un-backdrop-hue-rotate: ;
    --un-backdrop-invert: ;
    --un-backdrop-opacity: ;
    --un-backdrop-saturate: ;
    --un-backdrop-sepia:
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body,
html {
    background-color: #fff;
    color: #1d2129;
    font-family: v-sans, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 16px !important
}

img {
    max-width: 100%
}

a {
    color: #1d2129;
    text-decoration: none
}

ul {
    list-style: none
}

@media (min-width:1280px) {
    .container {
        max-width: 1200px !important
    }
}

@screen lt-sm {
    html {
        font-size: 12px;
    }
}

.container {
    width: 100%
}

@media (min-width:640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width:1281px) {
    .container {
        max-width: 1281px
    }
}

@media (min-width:1536px) {
    .container {
        max-width: 1536px
    }
}

.visible {
    visibility: visible
}

.absolute {
    position: absolute
}

.fixed {
    position: fixed
}

.relative {
    position: relative
}

.static {
    position: static
}

.bottom-\[-87px\] {
    bottom: -87px
}

.bottom-0 {
    bottom: 0
}

.left-\[-145px\] {
    left: -145px
}

.left-\[calc\(\(100\%-1200px\)\/2\)\] {
    left: calc(50% - 600px)
}

.left-0 {
    left: 0
}

.left-10px {
    left: 10px
}

.right-\[-10px\] {
    right: -10px
}

.right-0 {
    right: 0
}

.right-10px {
    right: 10px
}

.right-12px {
    right: 12px
}

.top-20px {
    top: 20px
}

.top-35px {
    top: 35px
}

.top-48px {
    top: 48px
}

.top-50\% {
    top: 50%
}

.top-60\% {
    top: 60%
}

.top-70\% {
    top: 70%
}

.isolate {
    isolation: isolate
}

.z-10 {
    z-index: 10
}

.z-2 {
    z-index: 2
}

.z-3 {
    z-index: 3
}

.m-0,
.m0 {
    margin: 0
}

.\!my-12px {
    margin-bottom: 12px !important;
    margin-top: 12px !important
}

.mx-12px {
    margin-left: 12px;
    margin-right: 12px
}

.mx-4px {
    margin-left: 4px;
    margin-right: 4px
}

.mx-8px {
    margin-left: 8px;
    margin-right: 8px
}

.mx-a,
.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-12px {
    margin-bottom: 12px;
    margin-top: 12px
}

.my-16px {
    margin-bottom: 16px;
    margin-top: 16px
}

.my-2 {
    margin-bottom: .5rem;
    margin-top: .5rem
}

.my-20px {
    margin-bottom: 20px;
    margin-top: 20px
}

.\!mb-0 {
    margin-bottom: 0 !important
}

.\!mb-10px {
    margin-bottom: 10px !important
}

.\!mb-12px {
    margin-bottom: 12px !important
}

.\!mb-8px {
    margin-bottom: 8px !important
}

.\!mr-0,
.\!mr-0px {
    margin-right: 0 !important
}

.\!mt-4px {
    margin-top: 4px !important
}

.m-b-20px,
.mb-20px {
    margin-bottom: 20px
}

.mb-0 {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mb-10px {
    margin-bottom: 10px
}

.mb-12px {
    margin-bottom: 12px
}

.mb-14px {
    margin-bottom: 14px
}

.mb-153px {
    margin-bottom: 153px
}

.mb-15px {
    margin-bottom: 15px
}

.mb-16 {
    margin-bottom: 4rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-2\.5 {
    margin-bottom: .625rem
}

.mb-24px {
    margin-bottom: 24px
}

.mb-29px {
    margin-bottom: 29px
}

.mb-30px {
    margin-bottom: 30px
}

.mb-35px {
    margin-bottom: 35px
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-4px {
    margin-bottom: 4px
}

.mb-5 {
    margin-bottom: 1.25rem
}
.mb-5px {
    margin-bottom:  5px
}

.mb-50px {
    margin-bottom: 50px
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-60px {
    margin-bottom: 60px
}

.mb-70px {
    margin-bottom: 70px
}

.mb-72px {
    margin-bottom: 72px
}

.mb-8px {
    margin-bottom: 8px
}

.mb-9px {
    margin-bottom: 9px
}

.mb20 {
    margin-bottom: 5rem
}

.ml-1 {
    margin-left: .25rem
}

.ml-13px {
    margin-left: 13px
}

.ml-2 {
    margin-left: .5rem
}

.ml-3 {
    margin-left: .75rem
}

.ml-4px {
    margin-left: 4px
}

.ml-7px {
    margin-left: 7px
}

.ml-8px {
    margin-left: 8px
}

.mr-0 {
    margin-right: 0
}

.mr-1 {
    margin-right: .25rem
}

.mr-10px {
    margin-right: 10px
}

.mr-16px {
    margin-right: 16px
}

.mr-19px {
    margin-right: 19px
}

.mr-2 {
    margin-right: .5rem
}

.mr-2\.5 {
    margin-right: .625rem
}

.mr-20px {
    margin-right: 20px
}

.mr-24px {
    margin-right: 24px
}

.mr-3 {
    margin-right: .75rem
}

.mr-7px {
    margin-right: 7px
}

.mr-8px {
    margin-right: 8px
}

.mr-9px {
    margin-right: 9px
}

.mt-\[-10px\] {
    margin-top: -10px
}

.mt-\[-44px\] {
    margin-top: -44px
}

.mt-12px {
    margin-top: 12px
}

.mt-18px {
    margin-top: 18px
}

.mt-2 {
    margin-top: .5rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-30px {
    margin-top: 30px
}

.mt-40px {
    margin-top: 40px
}

.mt-5 {
    margin-top: 1.25rem
}

.mt-5px {
    margin-top: 5px
}

.mt-6px {
    margin-top: 6px
}

.mt-8px {
    margin-top: 8px
}

.box-border {
    box-sizing: border-box
}

.\!block {
    display: block !important
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.\!hidden {
    display: none !important
}

.hidden {
    display: none
}

.h-\[calc\(100vh-48px\)\] {
    height: calc(100vh - 48px)
}

.h-0px {
    height: 0
}

.h-120px {
    height: 120px
}

.h-131px {
    height: 131px
}

.h-187px {
    height: 187px
}

.h-26px {
    height: 26px
}

.h-300px {
    height: 300px
}

.h-30px {
    height: 30px
}

.h-327px {
    height: 327px
}

.h-32px {
    height: 32px
}

.h-34px {
    height: 34px
}

.h-388px {
    height: 388px
}

.h-40px {
    height: 40px
}

.h-48px {
    height: 48px
}

.h-500px {
    height: 500px
}

.h-50px {
    height: 50px
}

.h-74px {
    height: 74px
}

.h-80px {
    height: 80px
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.h1 {
    height: .25rem
}

.h2 {
    height: .5rem
}

.h3 {
    height: .75rem
}

.h4 {
    height: 1rem
}

.h5 {
    height: 1.25rem
}

.max-h-\[calc\(100vh-48px\)\] {
    max-height: calc(100vh - 48px)
}

.max-h-600px {
    max-height: 600px
}

.max-h-630px {
    max-height: 630px
}

.max-w-1000px {
    max-width: 1000px
}

.max-w-1200px {
    max-width: 1200px
}

.max-w-120px {
    max-width: 120px
}

.max-w-130px {
    max-width: 130px
}

.max-w-140px {
    max-width: 140px
}

.max-w-1920px {
    max-width: 1920px
}

.max-w-219px {
    max-width: 219px
}

.max-w-225px {
    max-width: 225px
}

.max-w-400px {
    max-width: 400px
}

.max-w-600px {
    max-width: 600px
}

.max-w-832px {
    max-width: 832px
}

.min-h-400px {
    min-height: 400px
}

.min-h-64px {
    min-height: 64px
}

.w-\[calc\(\(100\%-60px\)\/4\)\] {
    width: calc(25% - 15px)
}

.w-\[calc\(100\%-300px\)\] {
    width: calc(100% - 300px)
}

.w-1\/2 {
    width: 50%
}

.w-1\/3 {
    width: 33.3333333333%
}

.w-103px {
    width: 103px
}

.w-120px {
    width: 120px
}

.w-132px {
    width: 132px
}

.w-168px {
    width: 168px
}

.w-203px {
    width: 203px
}

.w-20px {
    width: 20px
}

.w-210px {
    width: 210px
}

.w-30\% {
    width: 30%
}

.w-300px {
    width: 300px
}

.w-30px {
    width: 30px
}

.w-349px {
    width: 349px
}

.w-48\% {
    width: 48%
}

.w-59px {
    width: 59px
}

.w-64px {
    width: 64px
}

.w-65\% {
    width: 65%
}

.w-70\% {
    width: 70%
}

.w-full {
    width: 100%
}

.\!flex {
    display: flex !important
}

.flex {
    display: flex
}

.flex-1 {
    flex: 1 1 0%
}

.flex-shrink-0 {
    flex-shrink: 0
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.table {
    display: table
}

.table-row {
    display: table-row
}

.transform-translate-y-\[-50\%\] {
    --un-translate-y: -50%;
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

.hover\:transform-scale-110:hover {
    --un-scale-x: 1.1;
    --un-scale-y: 1.1;
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

.hover\:transform-scale-115:hover {
    --un-scale-x: 1.15;
    --un-scale-y: 1.15;
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

.transform {
    transform: translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))
}

.cursor-default {
    cursor: default
}

.cursor-pointer {
    cursor: pointer
}

.list-none {
    list-style-type: none
}

.items-start {
    align-items: flex-start
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-right {
    justify-content: right
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.whitespace-nowrap {
    white-space: nowrap
}

.whitespace-pre-line {
    white-space: pre-line
}

.b,
.b-1,
.border {
    border-width: 1px
}

.b-b-1,
.b-b-1px {
    border-bottom-width: 1px
}

.b-\#c9cdd4 {
    --un-border-opacity: 1;
    border-color: rgb(201 205 212 / var(--un-border-opacity))
}

.b-\#e5e6eb {
    --un-border-opacity: 1;
    border-color: rgb(229 230 235 / var(--un-border-opacity))
}

.b-b-\#3a3e44 {
    --un-border-opacity: 1;
    --un-border-bottom-opacity: var(--un-border-opacity);
    border-bottom-color: rgb(58 62 68 / var(--un-border-bottom-opacity))
}

.b-b-\#c9cdd4 {
    --un-border-opacity: 1;
    --un-border-bottom-opacity: var(--un-border-opacity);
    border-bottom-color: rgb(201 205 212 / var(--un-border-bottom-opacity))
}

.b-b-\#E5E6EB,
.b-b-\#e5e6eb {
    --un-border-opacity: 1;
    --un-border-bottom-opacity: var(--un-border-opacity);
    border-bottom-color: rgb(229 230 235 / var(--un-border-bottom-opacity))
}

.b-rd-0px {
    border-radius: 0
}

.b-rd-10px {
    border-radius: 10px
}

.b-rd-2 {
    border-radius: .5rem
}

.b-rd-20px {
    border-radius: 20px
}

.b-rd-4px {
    border-radius: 4px
}

.b-rd-5px {
    border-radius: 5px
}

.b-rd-8px,
.border-rd-8px {
    border-radius: 8px
}

.b-solid {
    border-style: solid
}

.b-b-solid {
    border-bottom-style: solid
}

.bg-\[\#F2F3F5\] {
    --un-bg-opacity: 1;
    background-color: rgb(242 243 245 / var(--un-bg-opacity))
}

.bg-\#0C0F15 {
    --un-bg-opacity: 1;
    background-color: rgb(12 15 21 / var(--un-bg-opacity))
}

.bg-\#2e323b {
    --un-bg-opacity: 1;
    background-color: rgb(46 50 59 / var(--un-bg-opacity))
}

.bg-\#ebf2fd {
    --un-bg-opacity: 1;
    background-color: rgb(235 242 253 / var(--un-bg-opacity))
}

.bg-\#f0f2f6 {
    --un-bg-opacity: 1;
    background-color: rgb(240 242 246 / var(--un-bg-opacity))
}

.bg-\#f0f5fa {
    --un-bg-opacity: 1;
    background-color: rgb(240 245 250 / var(--un-bg-opacity))
}

.bg-\#f1f5fe {
    --un-bg-opacity: 1;
    background-color: rgb(241 245 254 / var(--un-bg-opacity))
}

.bg-\#F3F3F5,
.bg-\#f3f3f5 {
    --un-bg-opacity: 1;
    background-color: rgb(243 243 245 / var(--un-bg-opacity))
}

.bg-\#fff {
    --un-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--un-bg-opacity))
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.p-10px {
    padding: 10px
}

.p-20px {
    padding: 20px
}

.p-30px {
    padding: 30px
}

.p-8px {
    padding: 8px
}

.\!py-26px {
    padding-bottom: 26px !important;
    padding-top: 26px !important
}

.p-y-3\.5,
.py-3\.5 {
    padding-bottom: .875rem;
    padding-top: .875rem
}

.px-12px {
    padding-left: 12px;
    padding-right: 12px
}

.px-16px {
    padding-left: 16px;
    padding-right: 16px
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-30px {
    padding-left: 30px;
    padding-right: 30px
}

.px-40px {
    padding-left: 40px;
    padding-right: 40px
}

.px-45px {
    padding-left: 45px;
    padding-right: 45px
}

.px-5\.5 {
    padding-left: 1.375rem;
    padding-right: 1.375rem
}

.px-8px {
    padding-left: 8px;
    padding-right: 8px
}

.px-9px {
    padding-left: 9px;
    padding-right: 9px
}

.py-1 {
    padding-bottom: .25rem;
    padding-top: .25rem
}

.py-10px {
    padding-bottom: 10px;
    padding-top: 10px
}

.py-12px {
    padding-bottom: 12px;
    padding-top: 12px
}

.py-15px {
    padding-bottom: 15px;
    padding-top: 15px
}

.py-16px {
    padding-bottom: 16px;
    padding-top: 16px
}

.py-2 {
    padding-bottom: .5rem;
    padding-top: .5rem
}

.py-20px {
    padding-bottom: 20px;
    padding-top: 20px
}

.py-25px {
    padding-bottom: 25px;
    padding-top: 25px
}

.py-30px {
    padding-bottom: 30px;
    padding-top: 30px
}

.py-34px {
    padding-bottom: 34px;
    padding-top: 34px
}

.py-38px {
    padding-bottom: 38px;
    padding-top: 38px
}

.py-43px {
    padding-bottom: 43px;
    padding-top: 43px
}

.py-46px {
    padding-bottom: 46px;
    padding-top: 46px
}

.py-5px {
    padding-bottom: 5px;
    padding-top: 5px
}

.py-60px {
    padding-bottom: 60px;
    padding-top: 60px
}

.py-6px {
    padding-bottom: 6px;
    padding-top: 6px
}

.py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem
}

.py-8px {
    padding-bottom: 8px;
    padding-top: 8px
}

.\!pb-9px {
    padding-bottom: 9px !important
}

.\!pt-48px {
    padding-top: 48px !important
}

.pb-100px {
    padding-bottom: 100px
}

.pb-117px {
    padding-bottom: 117px
}

.pb-18px {
    padding-bottom: 18px
}

.pb-20px {
    padding-bottom: 20px
}

.pb-30px {
    padding-bottom: 30px
}

.pb-41px {
    padding-bottom: 41px
}

.pb-7 {
    padding-bottom: 1.75rem
}

.pb-70px {
    padding-bottom: 70px
}

.pb-8 {
    padding-bottom: 2rem
}

.pl-0 {
    padding-left: 0
}

.pl-10px {
    padding-left: 10px
}

.pl-11 {
    padding-left: 2.75rem
}

.pl-20px {
    padding-left: 20px
}

.pl-30px {
    padding-left: 30px
}

.pl-4px {
    padding-left: 4px
}

.pl-97px {
    padding-left: 97px
}

.pr-0 {
    padding-right: 0
}

.pr-111px {
    padding-right: 111px
}

.pr-12px {
    padding-right: 12px
}

.pr-2 {
    padding-right: .5rem
}

.pr-30px {
    padding-right: 30px
}

.pr-32px {
    padding-right: 32px
}

.pr-60px {
    padding-right: 60px
}

.pr-8 {
    padding-right: 2rem
}

.pr-8px {
    padding-right: 8px
}

.pt-10px {
    padding-top: 10px
}

.pt-20px {
    padding-top: 20px
}

.pt-28px {
    padding-top: 28px
}

.pt-36px {
    padding-top: 36px
}

.pt-5 {
    padding-top: 1.25rem
}

.pt-50px {
    padding-top: 50px
}

.pt-60px {
    padding-top: 60px
}

.pt-8px {
    padding-top: 8px
}

.pt-95px {
    padding-top: 95px
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-nowrap {
    text-wrap: nowrap
}

.\!text-14px {
    font-size: 14px !important
}

.text-10{
    font-size: 2.5rem
}

.text-10px {
    font-size: 10px
}

.text-12 {
    font-size: 3rem
}

.text-12px {
    font-size: 12px
}

.text-14px {
    font-size: 14px
}

.text-16px {
    font-size: 16px
}

.text-18px {
    font-size: 18px
}

.text-20px {
    font-size: 20px
}

.text-24px {
    font-size: 24px
}

.text-27px {
    font-size: 27px
}

.text-3 {
    font-size: .75rem
}

.text-3\.5 {
    font-size: .875rem
}

.text-30px {
    font-size: 30px
}

.text-32px {
    font-size: 32px
}

.text-34px {
    font-size: 34px
}

.text-4\.5 {
    font-size: 1.125rem
}

.text-6 {
    font-size: 1.5rem
}

.text-7\.5 {
    font-size: 1.875rem
}

.text-9 {
    font-size: 2.25rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-\#717883,
.text-\[\#717883\] {
    --un-text-opacity: 1;
    color: rgb(113 120 131 / var(--un-text-opacity))
}

.text-\#9CA1AA,
.text-\#9ca1aa,
.text-\[\#9ca1aa\] {
    --un-text-opacity: 1;
    color: rgb(156 161 170 / var(--un-text-opacity))
}

.text-\#002249 {
    --un-text-opacity: 1;
    color: rgb(0 34 73 / var(--un-text-opacity))
}

.text-\#1664FF,
.text-\#1664ff {
    --un-text-opacity: 1;
    color: rgb(22 100 255 / var(--un-text-opacity))
}

.text-\#1D2129,
.text-\#1d2129 {
    --un-text-opacity: 1;
    color: rgb(29 33 41 / var(--un-text-opacity))
}

.text-\#221815 {
    --un-text-opacity: 1;
    color: rgb(34 24 21 / var(--un-text-opacity))
}

.text-\#333333 {
    --un-text-opacity: 1;
    color: rgb(51 51 51 / var(--un-text-opacity))
}

.text-\#52657f {
    --un-text-opacity: 1;
    color: rgb(82 101 127 / var(--un-text-opacity))
}

.text-\#c5d9ee {
    --un-text-opacity: 1;
    color: rgb(197 217 238 / var(--un-text-opacity))
}

.text-\#fff {
    --un-text-opacity: 1;
    color: rgb(255 255 255 / var(--un-text-opacity))
}

.\!hover\:text-\#1664FF:hover {
    --un-text-opacity: 1 !important;
    color: rgb(22 100 255 / var(--un-text-opacity)) !important
}

.hover\:text-\#1664ff:hover,
.hover\:text-\#1664FF:hover {
    --un-text-opacity: 1;
    color: rgb(22 100 255 / var(--un-text-opacity))
}

.hover\:text-\#337bff:hover {
    --un-text-opacity: 1;
    color: rgb(51 123 255 / var(--un-text-opacity))
}

.hover\:text-\#fff:hover {
    --un-text-opacity: 1;
    color: rgb(255 255 255 / var(--un-text-opacity))
}

.font-bold {
    font-weight: 700
}

.font-light {
    font-weight: 300
}

.font-normal {
    font-weight: 400
}

.\!line-height-\[1\.5\] {
    line-height: 1.5 !important
}

.line-height-26px {
    line-height: 26px
}

.line-height-30px {
    line-height: 30px
}

.line-height-4 {
    line-height: 1rem
}

.line-height-6 {
    line-height: 1.5rem
}

.line-height-7 {
    line-height: 1.75rem
}

.line-height-8 {
    line-height: 2rem
}

.line-height-none {
    line-height: 1
}

.font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.tab {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

.shadow {
    --un-shadow: var(--un-shadow-inset) 0 1px 3px 0 var(--un-shadow-color, rgba(0, 0, 0, .1)), var(--un-shadow-inset) 0 1px 2px -1px var(--un-shadow-color, rgba(0, 0, 0, .1));
    box-shadow: var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)
}

.blur {
    --un-blur: blur(8px);
    filter: var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)
}

.transition {
    transition-duration: .15s;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-500 {
    transition-duration: .5s;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.transition-all-500,
.hover\:transition-all-500:hover {
    transition-duration: .5s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.ease,
.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

@media (max-width:1280.9px) {
    .\!lt-xl-mx-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .lt-xl\:pl-19px {
        padding-left: 19px
    }

    .lt-xl\:pt-2 {
        padding-top: .5rem
    }
}

@media (max-width:1023.9px) {
    .lt-lg\:mb-8px {
        margin-bottom: 8px
    }

    .lt-lg\:\!block {
        display: block !important
    }

    .lt-lg\:hidden {
        display: none
    }

    .lt-lg\:w-full {
        width: 100%
    }

    .lt-lg-pb-7 {
        padding-bottom: 1.75rem
    }
}

@media (max-width:767.9px) {
    .lt-md\:\!top-\[-100px\] {
        top: -100px !important
    }

    .lt-md\:\!top-\[-90px\] {
        top: -90px !important
    }

    .lt-md\:mb-15px {
        margin-bottom: 15px
    }

    .lt-md\:mb-16px {
        margin-bottom: 16px
    }

    .lt-md\:mb-3 {
        margin-bottom: .75rem
    }

    .lt-md\:mb-30px {
        margin-bottom: 30px
    }

    .lt-md\:mb-4 {
        margin-bottom: 1rem
    }

    .lt-md\:ml-0 {
        margin-left: 0
    }

    .lt-md\:mt-\[-10px\] {
        margin-top: -10px
    }

    .\!lt-md\:block {
        display: block !important
    }

    .lt-md\:block {
        display: block
    }

    .lt-md\:hidden {
        display: none
    }

    .\!lt-md\:h-200px {
        height: 200px !important
    }

    .lt-md\:h-500px {
        height: 500px
    }

    .lt-md\:h-auto {
        height: auto
    }

    .lt-md\:max-w-\[calc\(100\%-18px\)\] {
        max-width: calc(100% - 18px)
    }

    .lt-md\:w-1\/2 {
        width: 50%
    }

    .lt-md\:w-full {
        width: 100%
    }

    .lt-md\:flex {
        display: flex
    }

    .lt-md\:flex-wrap {
        flex-wrap: wrap
    }

    .lt-md\:items-center {
        align-items: center
    }

    .lt-md\:justify-center {
        justify-content: center
    }

    .\!lt-md\:gap-6px {
        gap: 6px !important
    }

    .lt-md\:overflow-x-auto {
        overflow-x: auto
    }

    .lt-md\:\!whitespace-pre-wrap {
        white-space: pre-wrap !important
    }

    .lt-md\:\!py-30px {
        padding-bottom: 30px !important;
        padding-top: 30px !important
    }

    .lt-md\:px-10px {
        padding-left: 10px;
        padding-right: 10px
    }

    .lt-md\:px-12px {
        padding-left: 12px;
        padding-right: 12px
    }

    .lt-md\:px-20px {
        padding-left: 20px;
        padding-right: 20px
    }

    .lt-md\:px-25px {
        padding-left: 25px;
        padding-right: 25px
    }

    .lt-md\:py-10px {
        padding-bottom: 10px;
        padding-top: 10px
    }

    .lt-md\:py-16px {
        padding-bottom: 16px;
        padding-top: 16px
    }

    .lt-md\:py-40px {
        padding-bottom: 40px;
        padding-top: 40px
    }

    .lt-md\:pb-27px {
        padding-bottom: 27px
    }

    .lt-md\:pr-0 {
        padding-right: 0
    }

    .lt-md\:pt-14px {
        padding-top: 14px
    }

    .lt-md\:text-12px {
        font-size: 12px
    }

    .lt-md\:text-16px {
        font-size: 16px
    }

    .lt-md\:text-18px {
        font-size: 18px
    }

    .lt-md\:text-20px {
        font-size: 20px
    }

    .lt-md\:text-22px {
        font-size: 22px
    }

    .lt-md\:text-24px {
        font-size: 24px
    }

    .lt-md\:text-28px {
        font-size: 28px
    }

    .lt-md\:line-height-\[1\.5\] {
        line-height: 1.5
    }
}

@media (max-width:639.9px) {
    .lt-sm\:mb-12px {
        margin-bottom: 12px
    }

    .lt-sm\:mb-8px {
        margin-bottom: 8px
    }

    .lt-sm\:mr-0 {
        margin-right: 0
    }

    .lt-sm\:block {
        display: block
    }

    .lt-sm\:h-a {
        height: auto
    }

    .lt-sm\:w-full {
        width: 100%
    }

    .lt-sm\:flex-col {
        flex-direction: column
    }

    .lt-sm\:px-10px {
        padding-left: 10px;
        padding-right: 10px
    }

    .lt-sm\:pl-0 {
        padding-left: 0
    }
}