:root,:host{--van-black: #000;--van-white: #fff;--van-gray-1: #f7f8fa;--van-gray-2: #f2f3f5;--van-gray-3: #ebedf0;--van-gray-4: #dcdee0;--van-gray-5: #c8c9cc;--van-gray-6: #969799;--van-gray-7: #646566;--van-gray-8: #323233;--van-red: #ee0a24;--van-blue: #1989fa;--van-orange: #ff976a;--van-orange-dark: #ed6a0c;--van-orange-light: #fffbe8;--van-green: #07c160;--van-gradient-red: linear-gradient(to right, #ff6034, #ee0a24);--van-gradient-orange: linear-gradient(to right, #ffd01e, #ff8917);--van-primary-color: var(--van-blue);--van-success-color: var(--van-green);--van-danger-color: var(--van-red);--van-warning-color: var(--van-orange);--van-text-color: var(--van-gray-8);--van-text-color-2: var(--van-gray-6);--van-text-color-3: var(--van-gray-5);--van-active-color: var(--van-gray-2);--van-active-opacity: .6;--van-disabled-opacity: .5;--van-background: var(--van-gray-1);--van-background-2: var(--van-white);--van-background-3: var(--van-white);--van-padding-base: 4px;--van-padding-xs: 8px;--van-padding-sm: 12px;--van-padding-md: 16px;--van-padding-lg: 24px;--van-padding-xl: 32px;--van-font-bold: 600;--van-font-size-xs: 10px;--van-font-size-sm: 12px;--van-font-size-md: 14px;--van-font-size-lg: 16px;--van-line-height-xs: 14px;--van-line-height-sm: 18px;--van-line-height-md: 20px;--van-line-height-lg: 22px;--van-base-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;--van-price-font: avenir-heavy, "PingFang SC", helvetica neue, arial, sans-serif;--van-duration-base: .3s;--van-duration-fast: .2s;--van-ease-out: ease-out;--van-ease-in: ease-in;--van-border-color: var(--van-gray-3);--van-border-width: 1px;--van-radius-sm: 2px;--van-radius-md: 4px;--van-radius-lg: 8px;--van-radius-max: 999px}.van-theme-dark{--van-text-color: #f5f5f5;--van-text-color-2: #707070;--van-text-color-3: #4d4d4d;--van-border-color: #3a3a3c;--van-active-color: #3a3a3c;--van-background: #000;--van-background-2: #1c1c1e;--van-background-3: #37363b}html{-webkit-tap-highlight-color:transparent}body{margin:0;font-family:var(--van-base-font)}a{text-decoration:none}input,button,textarea{color:inherit;font:inherit}a:focus,input:focus,button:focus,textarea:focus,[class*=van-]:focus{outline:none}ol,ul{margin:0;padding:0;list-style:none}@keyframes van-slide-up-enter{0%{transform:translate3d(0,100%,0)}}@keyframes van-slide-up-leave{to{transform:translate3d(0,100%,0)}}@keyframes van-slide-down-enter{0%{transform:translate3d(0,-100%,0)}}@keyframes van-slide-down-leave{to{transform:translate3d(0,-100%,0)}}@keyframes van-slide-left-enter{0%{transform:translate3d(-100%,0,0)}}@keyframes van-slide-left-leave{to{transform:translate3d(-100%,0,0)}}@keyframes van-slide-right-enter{0%{transform:translate3d(100%,0,0)}}@keyframes van-slide-right-leave{to{transform:translate3d(100%,0,0)}}@keyframes van-fade-in{0%{opacity:0}to{opacity:1}}@keyframes van-fade-out{0%{opacity:1}to{opacity:0}}@keyframes van-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.van-fade-enter-active{animation:var(--van-duration-base) van-fade-in both var(--van-ease-out)}.van-fade-leave-active{animation:var(--van-duration-base) van-fade-out both var(--van-ease-in)}.van-slide-up-enter-active{animation:van-slide-up-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-up-leave-active{animation:van-slide-up-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-down-enter-active{animation:van-slide-down-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-down-leave-active{animation:van-slide-down-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-left-enter-active{animation:van-slide-left-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-left-leave-active{animation:van-slide-left-leave var(--van-duration-base) both var(--van-ease-in)}.van-slide-right-enter-active{animation:van-slide-right-enter var(--van-duration-base) both var(--van-ease-out)}.van-slide-right-leave-active{animation:van-slide-right-leave var(--van-duration-base) both var(--van-ease-in)}.van-clearfix:after{display:table;clear:both;content:""}.van-ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.van-multi-ellipsis--l2{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-break:anywhere;-webkit-box-orient:vertical}.van-multi-ellipsis--l3{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;line-break:anywhere;-webkit-box-orient:vertical}.van-safe-area-top{padding-top:constant(safe-area-inset-top);padding-top:env(safe-area-inset-top)}.van-safe-area-bottom{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.van-haptics-feedback{cursor:pointer}.van-haptics-feedback:active{opacity:var(--van-active-opacity)}[class*=van-hairline]:after{position:absolute;box-sizing:border-box;content:" ";pointer-events:none;top:-50%;right:-50%;bottom:-50%;left:-50%;border:0 solid var(--van-border-color);transform:scale(.5)}.van-hairline,.van-hairline--top,.van-hairline--left,.van-hairline--right,.van-hairline--bottom,.van-hairline--surround,.van-hairline--top-bottom{position:relative}.van-hairline--top:after{border-top-width:var(--van-border-width)}.van-hairline--left:after{border-left-width:var(--van-border-width)}.van-hairline--right:after{border-right-width:var(--van-border-width)}.van-hairline--bottom:after{border-bottom-width:var(--van-border-width)}.van-hairline--top-bottom:after,.van-hairline-unset--top-bottom:after{border-width:var(--van-border-width) 0}.van-hairline--surround:after{border-width:var(--van-border-width)}:root,:host{--van-loading-text-color: var(--van-text-color-2);--van-loading-text-font-size: var(--van-font-size-md);--van-loading-spinner-color: var(--van-gray-5);--van-loading-spinner-size: 30px;--van-loading-spinner-duration: .8s}.van-loading{position:relative;color:var(--van-loading-spinner-color);font-size:0;vertical-align:middle}.van-loading__spinner{position:relative;display:inline-block;width:var(--van-loading-spinner-size);max-width:100%;height:var(--van-loading-spinner-size);max-height:100%;vertical-align:middle;animation:van-rotate var(--van-loading-spinner-duration) linear infinite}.van-loading__spinner--spinner{animation-timing-function:steps(12)}.van-loading__spinner--circular{animation-duration:2s}.van-loading__line{position:absolute;top:0;left:0;width:100%;height:100%}.van-loading__line:before{display:block;width:2px;height:25%;margin:0 auto;background-color:currentColor;border-radius:40%;content:" "}.van-loading__circular{display:block;width:100%;height:100%}.van-loading__circular circle{animation:van-circular 1.5s ease-in-out infinite;stroke:currentColor;stroke-width:3;stroke-linecap:round}.van-loading__text{display:inline-block;margin-left:var(--van-padding-xs);color:var(--van-loading-text-color);font-size:var(--van-loading-text-font-size);vertical-align:middle}.van-loading--vertical{display:flex;flex-direction:column;align-items:center}.van-loading--vertical .van-loading__text{margin:var(--van-padding-xs) 0 0}@keyframes van-circular{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-40}to{stroke-dasharray:90,150;stroke-dashoffset:-120}}.van-loading__line--1{transform:rotate(30deg);opacity:1}.van-loading__line--2{transform:rotate(60deg);opacity:.9375}.van-loading__line--3{transform:rotate(90deg);opacity:.875}.van-loading__line--4{transform:rotate(120deg);opacity:.8125}.van-loading__line--5{transform:rotate(150deg);opacity:.75}.van-loading__line--6{transform:rotate(180deg);opacity:.6875}.van-loading__line--7{transform:rotate(210deg);opacity:.625}.van-loading__line--8{transform:rotate(240deg);opacity:.5625}.van-loading__line--9{transform:rotate(270deg);opacity:.5}.van-loading__line--10{transform:rotate(300deg);opacity:.4375}.van-loading__line--11{transform:rotate(330deg);opacity:.375}.van-loading__line--12{transform:rotate(360deg);opacity:.3125}:root,:host{--van-number-keyboard-background: var(--van-gray-2);--van-number-keyboard-key-height: 48px;--van-number-keyboard-key-font-size: 28px;--van-number-keyboard-key-active-color: var(--van-gray-3);--van-number-keyboard-key-background: var(--van-background-2);--van-number-keyboard-delete-font-size: var(--van-font-size-lg);--van-number-keyboard-title-color: var(--van-gray-7);--van-number-keyboard-title-height: 34px;--van-number-keyboard-title-font-size: var(--van-font-size-lg);--van-number-keyboard-close-padding: 0 var(--van-padding-md);--van-number-keyboard-close-color: var(--van-primary-color);--van-number-keyboard-close-font-size: var(--van-font-size-md);--van-number-keyboard-button-text-color: var(--van-white);--van-number-keyboard-button-background: var(--van-primary-color);--van-number-keyboard-z-index: 100}.van-theme-dark{--van-number-keyboard-background: var(--van-gray-8);--van-number-keyboard-key-background: var(--van-gray-7);--van-number-keyboard-key-active-color: var(--van-gray-6)}.van-number-keyboard{position:fixed;bottom:0;left:0;z-index:var(--van-number-keyboard-z-index);width:100%;padding-bottom:22px;background:var(--van-number-keyboard-background);-webkit-user-select:none;-moz-user-select:-moz-none;user-select:none}.van-number-keyboard--with-title{border-radius:20px 20px 0 0}.van-number-keyboard__header{position:relative;display:flex;align-items:center;justify-content:center;box-sizing:content-box;height:var(--van-number-keyboard-title-height);padding-top:6px;color:var(--van-number-keyboard-title-color);font-size:var(--van-number-keyboard-title-font-size)}.van-number-keyboard__title{display:inline-block;font-weight:400}.van-number-keyboard__title-left{position:absolute;left:0}.van-number-keyboard__body{display:flex;padding:6px 0 0 6px}.van-number-keyboard__keys{display:flex;flex:3;flex-wrap:wrap}.van-number-keyboard__close{position:absolute;right:0;height:100%;padding:var(--van-number-keyboard-close-padding);color:var(--van-number-keyboard-close-color);font-size:var(--van-number-keyboard-close-font-size);background-color:transparent;border:none}.van-number-keyboard__sidebar{display:flex;flex:1;flex-direction:column}.van-number-keyboard--unfit{padding-bottom:0}.van-key{display:flex;align-items:center;justify-content:center;height:var(--van-number-keyboard-key-height);font-size:var(--van-number-keyboard-key-font-size);line-height:1.5;background:var(--van-number-keyboard-key-background);border-radius:var(--van-radius-lg);cursor:pointer}.van-key--large{position:absolute;top:0;right:6px;bottom:6px;left:0;height:auto}.van-key--blue,.van-key--delete{font-size:var(--van-number-keyboard-delete-font-size)}.van-key--active{background-color:var(--van-number-keyboard-key-active-color)}.van-key--blue{color:var(--van-number-keyboard-button-text-color);background:var(--van-number-keyboard-button-background)}.van-key--blue.van-key--active{opacity:var(--van-active-opacity)}.van-key__wrapper{position:relative;flex:1;flex-basis:33%;box-sizing:border-box;padding:0 6px 6px 0}.van-key__wrapper--wider{flex-basis:66%}.van-key__delete-icon{width:32px;height:22px}.van-key__collapse-icon{width:30px;height:24px}.van-key__loading-icon{color:var(--van-number-keyboard-button-text-color)}.loading-next{position:fixed;left:0;top:0;width:100%;height:100%;overflow:hidden;z-index:9999;transition:opacity .65s;background-color:#fff}@media(prefers-color-scheme:dark){.loading-next{background-color:#11181f}}.preloader-hidden-add{opacity:1;display:block}.preloader-hidden-add-active{opacity:0}.preloader-hidden{display:none}.cs-loader{position:absolute;top:0;left:0;height:100%;width:100%;display:flex;align-items:center;justify-content:center}.cs-loader img{width:100px}.cs-loader-inner{width:100%;margin-top:10px;text-align:center;display:flex;align-items:center;justify-content:center}*,:before,:after{--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 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(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 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(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: }.i-local-addmanager{background:url("data:image/svg+xml;utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_220_2288)'%3E%3Cpath d='M9.10652 19.9894H8.99026C2.75945 19.9894 0.523147 17.9333 0.289328 17.6995C0.105549 17.516 0.00218179 17.2669 0.00195312 17.0072V16.0014C0.0026543 14.6367 0.469112 13.3131 1.32419 12.2494C2.17927 11.1858 3.37176 10.4459 4.70446 10.152C3.88422 9.3079 3.33093 8.2408 3.11374 7.08404C2.89654 5.92728 3.02507 4.73216 3.48326 3.64803C3.94145 2.5639 4.70898 1.63884 5.68994 0.988458C6.6709 0.338075 7.82178 -0.00878906 8.99875 -0.00878906C10.1757 -0.00878906 11.3266 0.338075 12.3076 0.988458C13.2885 1.63884 14.0561 2.5639 14.5142 3.64803C14.9724 4.73216 15.101 5.92728 14.8838 7.08404C14.6666 8.2408 14.1133 9.3079 13.2931 10.152C13.5359 10.2242 13.7412 10.3877 13.8661 10.6081C13.991 10.8285 14.0256 11.0887 13.9627 11.3341C13.8998 11.5795 13.7444 11.791 13.5289 11.9243C13.3134 12.0575 13.0548 12.1021 12.8071 12.0487C12.546 11.9939 12.2797 11.9672 12.0129 11.969H5.98981C5.46045 11.969 4.93628 12.0733 4.44727 12.276C3.95826 12.4787 3.51399 12.7758 3.13986 13.1503C2.76573 13.5248 2.46907 13.9693 2.26685 14.4585C2.06463 14.9478 1.96081 15.472 1.96133 16.0014V16.5239C2.67846 16.9889 4.76062 18.0326 8.99549 18.0326C9.95642 18.0374 10.9166 17.9768 11.8692 17.851C11.9126 17.8455 11.9562 17.8429 11.9999 17.8432C12.2033 17.8305 12.4048 17.7959 12.6007 17.74L12.7862 17.6969C13.0377 17.6449 13.2995 17.6937 13.5153 17.8329C13.7311 17.972 13.8837 18.1903 13.9402 18.4407C13.9967 18.6912 13.9526 18.9539 13.8174 19.1722C13.6822 19.3904 13.4667 19.5469 13.2173 19.6079L13.0566 19.6458C12.7344 19.7328 12.4038 19.7849 12.0704 19.8013C11.0875 19.9275 10.0975 19.9903 9.10652 19.9894ZM8.99549 1.95919C8.19873 1.95919 7.41987 2.19546 6.75739 2.63811C6.09491 3.08077 5.57857 3.70993 5.27366 4.44604C4.96875 5.18215 4.88898 5.99214 5.04442 6.77359C5.19986 7.55503 5.58353 8.27284 6.14692 8.83623C6.71032 9.39962 7.42812 9.7833 8.20957 9.93874C8.99102 10.0942 9.80101 10.0144 10.5371 9.7095C11.2732 9.40459 11.9024 8.88825 12.345 8.22577C12.7877 7.56329 13.024 6.78443 13.024 5.98767C13.0226 4.91967 12.5977 3.89582 11.8425 3.14063C11.0873 2.38545 10.0635 1.96058 8.99549 1.95919ZM17.0093 17.9856C16.7495 17.9856 16.5003 17.8824 16.3166 17.6986C16.1329 17.5149 16.0296 17.2657 16.0296 17.0059V15.9818H15.0055C14.7457 15.9818 14.4965 15.8786 14.3128 15.6948C14.1291 15.5111 14.0259 15.2619 14.0259 15.0021C14.0259 14.7423 14.1291 14.4931 14.3128 14.3094C14.4965 14.1256 14.7457 14.0224 15.0055 14.0224H16.0296V12.997C16.0297 12.7372 16.1329 12.4881 16.3166 12.3044C16.5004 12.1207 16.7495 12.0175 17.0093 12.0175C17.2691 12.0175 17.5183 12.1207 17.702 12.3044C17.8858 12.4881 17.989 12.7372 17.989 12.997V14.0211H19.0079C19.2677 14.0211 19.5169 14.1243 19.7006 14.3081C19.8844 14.4918 19.9876 14.741 19.9876 15.0008C19.9876 15.2606 19.8844 15.5098 19.7006 15.6935C19.5169 15.8773 19.2677 15.9805 19.0079 15.9805H17.9838V17.0046C17.9841 17.264 17.8816 17.5129 17.6987 17.6968C17.5158 17.8807 17.2674 17.9845 17.008 17.9856H17.0093Z' fill='%23D8AF6D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_220_2288'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-arrow-l{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5607 2.41843C18.1464 2.97631 18.1464 3.88084 17.5607 4.43871L9.62132 12L17.5607 19.5612C18.1464 20.1193 18.1464 21.0237 17.5607 21.5816C16.9749 22.1395 16.0251 22.1395 15.4393 21.5816L6.43933 13.0102C5.85356 12.4523 5.85356 11.5477 6.43933 10.9899L15.4393 2.41843C16.0251 1.86052 16.9749 1.86052 17.5607 2.41843Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-away{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 15.5H7.5C6.10443 15.5 5.40665 15.5 4.83885 15.6722C3.56045 16.06 2.56004 17.0605 2.17223 18.3389C2 18.9067 2 19.6044 2 21M16 16.0015L19 13.0015M19 13.0015L22 16.0015M19 13.0015V21.0015M14.5 7.5C14.5 9.98528 12.4853 12 9.99998 12C7.51471 12 5.5 9.98528 5.5 7.5C5.5 5.01472 7.51471 3 9.99998 3C12.4853 3 14.5 5.01472 14.5 7.5Z' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-back{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.99998 2C6.96244 2 4.5 4.46243 4.5 7.5C4.5 10.5376 6.96244 13 9.99998 13C13.0376 13 15.5 10.5376 15.5 7.5C15.5 4.46243 13.0376 2 9.99998 2ZM6.5 7.5C6.5 5.567 8.06701 4 9.99998 4C11.933 4 13.5 5.567 13.5 7.5C13.5 9.433 11.933 11 9.99998 11C8.06701 11 6.5 9.433 6.5 7.5Z' fill='currentColor'/%3E%3Cpath d='M7.32629 14.5C6.09902 14.4995 5.261 14.4992 4.54859 14.7153C2.95059 15.2 1.70007 16.4506 1.21532 18.0486C0.999216 18.761 0.999526 19.599 0.99998 20.8263L1.00002 21C1.00002 21.5523 1.44774 22 2.00002 22C2.55231 22 3.00002 21.5523 3.00002 21C3.00002 19.5317 3.01088 19.0192 3.1292 18.6291C3.42005 17.6703 4.17036 16.92 5.12917 16.6292C5.51923 16.5109 6.03171 16.5 7.50003 16.5H12C12.5523 16.5 13 16.0523 13 15.5C13 14.9477 12.5523 14.5 12 14.5H7.32629Z' fill='currentColor'/%3E%3Cpath d='M22.7071 18.7071L19.7071 21.7071C19.3166 22.0976 18.6834 22.0976 18.2929 21.7071L15.2929 18.7071C14.9024 18.3166 14.9024 17.6834 15.2929 17.2929C15.6834 16.9024 16.3166 16.9024 16.7071 17.2929L18 18.5858V13C18 12.4477 18.4477 12 19 12C19.5523 12 20 12.4477 20 13V18.5858L21.2929 17.2929C21.6834 16.9024 22.3166 16.9024 22.7071 17.2929C23.0976 17.6834 23.0976 18.3166 22.7071 18.7071Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-ban{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.9681 6.38231C3.73647 7.92199 3 9.87499 3 12C3 16.9706 7.02944 21 12 21C14.125 21 16.078 20.2635 17.6177 19.0319L4.9681 6.38231ZM6.38231 4.9681L19.0319 17.6177C20.2635 16.078 21 14.125 21 12C21 7.02944 16.9706 3 12 3C9.87499 3 7.92199 3.73647 6.38231 4.9681ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-banned{background:url("data:image/svg+xml;utf8,%3Csvg width='9' height='11' viewBox='0 0 9 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 0C6.6 0 8.25 1.65 8.25 3.75H7.125V3.675C7.125 2.25 5.925 1.125 4.5 1.125C3.075 1.125 1.95 2.175 1.875 3.525V3.75H0.75C0.75 1.65 2.4 1.75781e-08 4.5 0ZM9 4.5V6C9 8.475 6.975 10.5 4.5 10.5C2.025 10.5 0 8.475 0 6V4.5H9ZM3.675 5.925C3.525 5.775 3.3 5.775 3.15 5.925C3 6.075 3 6.3 3.15 6.45L3.975 7.275L3.15 8.1C3 8.25 3 8.475 3.15 8.625C3.3 8.775 3.525 8.775 3.675 8.625L4.5 7.8L5.325 8.625C5.475 8.775 5.7 8.775 5.85 8.625C6 8.475 6 8.25 5.85 8.1L5.025 7.275L5.85 6.45C6 6.3 6 6.075 5.85 5.925C5.7 5.775 5.475 5.775 5.325 5.925L4.5 6.75L3.675 5.925Z' fill='%23FF5959'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-buyin{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 5C11 5.55228 11.4477 6 12 6C12.5523 6 13 5.55228 13 5H11ZM17.5622 7.63397C17.0839 7.91012 16.92 8.52171 17.1961 9C17.4723 9.47829 18.0839 9.64217 18.5622 9.36603L17.5622 7.63397ZM18.5622 14.634C18.0839 14.3578 17.4723 14.5217 17.1961 15C16.92 15.4783 17.0839 16.0899 17.5622 16.366L18.5622 14.634ZM13 19C13 18.4477 12.5523 18 12 18C11.4477 18 11 18.4477 11 19H13ZM6.43783 16.366C6.91612 16.0899 7.08 15.4783 6.80385 15C6.52771 14.5217 5.91612 14.3578 5.43783 14.634L6.43783 16.366ZM5.43783 9.36603C5.91612 9.64217 6.52771 9.47829 6.80385 9C7.08 8.52171 6.91612 7.91012 6.43783 7.63397L5.43783 9.36603ZM21 12C21 16.9706 16.9706 21 12 21V23C18.0751 23 23 18.0751 23 12H21ZM12 21C7.02944 21 3 16.9706 3 12H1C1 18.0751 5.92487 23 12 23V21ZM3 12C3 7.02944 7.02944 3 12 3V1C5.92487 1 1 5.92487 1 12H3ZM12 3C16.9706 3 21 7.02944 21 12H23C23 5.92487 18.0751 1 12 1V3ZM15 12C15 13.6569 13.6569 15 12 15V17C14.7614 17 17 14.7614 17 12H15ZM12 15C10.3431 15 9 13.6569 9 12H7C7 14.7614 9.23858 17 12 17V15ZM9 12C9 10.3431 10.3431 9 12 9V7C9.23858 7 7 9.23858 7 12H9ZM12 9C13.6569 9 15 10.3431 15 12H17C17 9.23858 14.7614 7 12 7V9ZM11 2V5H13V2H11ZM20.1602 6.13397L17.5622 7.63397L18.5622 9.36603L21.1602 7.86603L20.1602 6.13397ZM21.1602 16.134L18.5622 14.634L17.5622 16.366L20.1602 17.866L21.1602 16.134ZM13 22V19H11V22H13ZM3.83975 17.866L6.43783 16.366L5.43783 14.634L2.83975 16.134L3.83975 17.866ZM2.83975 7.86603L5.43783 9.36603L6.43783 7.63397L3.83975 6.13397L2.83975 7.86603Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-buyin-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 11.9998C16 14.2089 14.2092 15.9998 12 15.9998C9.79089 15.9998 8.00003 14.2089 8.00003 11.9998C8.00003 9.79062 9.79089 7.99976 12 7.99976C14.2092 7.99976 16 9.79062 16 11.9998Z' fill='currentColor'/%3E%3Cpath d='M11 1.99978V1.59171C11 1.29785 10.7474 1.06637 10.4564 1.10723C7.57601 1.51172 5.05354 3.03177 3.33989 5.2165C3.15828 5.44803 3.2323 5.78304 3.48713 5.93017L3.83976 6.13376C4.31805 6.4099 4.48193 7.02149 4.20579 7.49979C3.92964 7.97808 3.31805 8.14195 2.83976 7.86581L2.48489 7.66093C2.23032 7.51395 1.90351 7.61693 1.79361 7.88957C1.28175 9.1594 1 10.5467 1 11.9998C1 13.4529 1.28176 14.8402 1.79361 16.11C1.90351 16.3826 2.23032 16.4856 2.4849 16.3386L2.83976 16.1338C3.31805 15.8576 3.92964 16.0215 4.20579 16.4998C4.48193 16.9781 4.31805 17.5897 3.83976 17.8658L3.48714 18.0694C3.2323 18.2165 3.15828 18.5515 3.33989 18.7831C5.05354 20.9678 7.57602 22.4878 10.4564 22.8923C10.7474 22.9332 11 22.7017 11 22.4079V21.9998C11 21.4475 11.4477 20.9998 12 20.9998C12.5523 20.9998 13 21.4475 13 21.9998V22.4079C13 22.7017 13.2526 22.9332 13.5436 22.8923C16.424 22.4878 18.9465 20.9678 20.6601 18.7831C20.8417 18.5515 20.7677 18.2165 20.5129 18.0694L20.1603 17.8658C19.682 17.5897 19.5181 16.9781 19.7942 16.4998C20.0704 16.0215 20.682 15.8576 21.1603 16.1338L21.5151 16.3386C21.7697 16.4856 22.0965 16.3826 22.2064 16.11C22.7182 14.8402 23 13.4529 23 11.9998C23 10.5467 22.7182 9.15941 22.2064 7.88958C22.0965 7.61694 21.7697 7.51396 21.5151 7.66094L21.1603 7.86581C20.682 8.14195 20.0704 7.97807 19.7942 7.49978C19.5181 7.02149 19.682 6.4099 20.1603 6.13375L20.5129 5.93018C20.7677 5.78305 20.8417 5.44804 20.6601 5.21651C18.9465 3.03178 16.424 1.51173 13.5436 1.10724C13.2526 1.06637 13 1.29785 13 1.59171V1.99978C13 2.55207 12.5523 2.99978 12 2.99978C11.4477 2.99978 11 2.55207 11 1.99978ZM18 11.9998C18 15.3135 15.3137 17.9998 12 17.9998C8.68629 17.9998 6 15.3135 6 11.9998C6 8.68607 8.68629 5.99978 12 5.99978C15.3137 5.99978 18 8.68607 18 11.9998Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-calendar2{background:url("data:image/svg+xml;utf8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 4.47887V10.9859C12 11.2549 11.8916 11.5128 11.6987 11.703C11.5058 11.8932 11.2442 12 10.9714 12H1.02857C0.755777 12 0.494156 11.8932 0.301262 11.703C0.108367 11.5128 0 11.2549 0 10.9859V4.47887H12ZM3.42857 8.4507H2.74286L2.71269 8.45155C2.58165 8.45902 2.45846 8.5156 2.36836 8.60971C2.27827 8.70382 2.22808 8.82834 2.22808 8.95775C2.22808 9.08716 2.27827 9.21167 2.36836 9.30578C2.45846 9.39989 2.58165 9.45648 2.71269 9.46394L2.74286 9.46479H3.42857L3.45874 9.46394C3.58978 9.45648 3.71297 9.39989 3.80306 9.30578C3.89316 9.21167 3.94335 9.08716 3.94335 8.95775C3.94335 8.82834 3.89316 8.70382 3.80306 8.60971C3.71297 8.5156 3.58978 8.45902 3.45874 8.45155L3.42857 8.4507ZM6.34286 8.4507H5.65714L5.62697 8.45155C5.49593 8.45902 5.37275 8.5156 5.28265 8.60971C5.19255 8.70382 5.14236 8.82834 5.14236 8.95775C5.14236 9.08716 5.19255 9.21167 5.28265 9.30578C5.37275 9.39989 5.49593 9.45648 5.62697 9.46394L5.65714 9.46479H6.34286L6.37303 9.46394C6.50407 9.45648 6.62725 9.39989 6.71735 9.30578C6.80745 9.21167 6.85763 9.08716 6.85763 8.95775C6.85763 8.82834 6.80745 8.70382 6.71735 8.60971C6.62725 8.5156 6.50407 8.45902 6.37303 8.45155L6.34286 8.4507ZM3.42857 6.08451H2.74286L2.71269 6.08535C2.58165 6.09282 2.45846 6.14941 2.36836 6.24352C2.27827 6.33763 2.22808 6.46214 2.22808 6.59155C2.22808 6.72096 2.27827 6.84547 2.36836 6.93958C2.45846 7.03369 2.58165 7.09028 2.71269 7.09775L2.74286 7.09859H3.42857L3.45874 7.09775C3.58978 7.09028 3.71297 7.03369 3.80306 6.93958C3.89316 6.84547 3.94335 6.72096 3.94335 6.59155C3.94335 6.46214 3.89316 6.33763 3.80306 6.24352C3.71297 6.14941 3.58978 6.09282 3.45874 6.08535L3.42857 6.08451ZM6.34286 6.08451H5.65714L5.62697 6.08535C5.49593 6.09282 5.37275 6.14941 5.28265 6.24352C5.19255 6.33763 5.14236 6.46214 5.14236 6.59155C5.14236 6.72096 5.19255 6.84547 5.28265 6.93958C5.37275 7.03369 5.49593 7.09028 5.62697 7.09775L5.65714 7.09859H6.34286L6.37303 7.09775C6.50407 7.09028 6.62725 7.03369 6.71735 6.93958C6.80745 6.84547 6.85763 6.72096 6.85763 6.59155C6.85763 6.46214 6.80745 6.33763 6.71735 6.24352C6.62725 6.14941 6.50407 6.09282 6.37303 6.08535L6.34286 6.08451ZM9.25714 6.08451H8.57143L8.54126 6.08535C8.41022 6.09282 8.28703 6.14941 8.19694 6.24352C8.10684 6.33763 8.05665 6.46214 8.05665 6.59155C8.05665 6.72096 8.10684 6.84547 8.19694 6.93958C8.28703 7.03369 8.41022 7.09028 8.54126 7.09775L8.57143 7.09859H9.25714L9.28731 7.09775C9.41835 7.09028 9.54154 7.03369 9.63163 6.93958C9.72173 6.84547 9.77192 6.72096 9.77192 6.59155C9.77192 6.46214 9.72173 6.33763 9.63163 6.24352C9.54154 6.14941 9.41835 6.09282 9.28731 6.08535L9.25714 6.08451ZM10.9714 1.01408C11.2442 1.01408 11.5058 1.12093 11.6987 1.3111C11.8916 1.50128 12 1.75922 12 2.02817V3.46479H0V2.02817C0 1.75922 0.108367 1.50128 0.301262 1.3111C0.494156 1.12093 0.755777 1.01408 1.02857 1.01408H10.9714Z' fill='%23A4A6B6'/%3E%3Cpath d='M3.25714 0C3.30217 0 3.34675 0.00874337 3.38835 0.0257309C3.42995 0.0427184 3.46774 0.0676173 3.49958 0.0990062C3.53142 0.130395 3.55667 0.167659 3.5739 0.20867C3.59113 0.249682 3.6 0.293638 3.6 0.338028V1.01408H8.4V0.338028C8.4 0.293638 8.40887 0.249682 8.4261 0.20867C8.44333 0.167659 8.46858 0.130395 8.50042 0.0990062C8.53226 0.0676173 8.57005 0.0427184 8.61165 0.0257309C8.65325 0.00874337 8.69783 0 8.74286 0H9.42857C9.4736 0 9.51818 0.00874337 9.55978 0.0257309C9.60137 0.0427184 9.63917 0.0676173 9.67101 0.0990062C9.70285 0.130395 9.7281 0.167659 9.74533 0.20867C9.76256 0.249682 9.77143 0.293638 9.77143 0.338028V1.01408H10.9714C11.2442 1.01408 11.5058 1.12093 11.6987 1.3111C11.8916 1.50128 12 1.75922 12 2.02817V3.46479H0V2.02817C0 1.75922 0.108367 1.50128 0.301262 1.3111C0.494156 1.12093 0.755777 1.01408 1.02857 1.01408H2.22857V0.338028C2.22857 0.248378 2.26469 0.162399 2.32899 0.0990062C2.39329 0.0356136 2.4805 0 2.57143 0H3.25714Z' fill='%23A4A6B6'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-camera{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.85786 3 4.5 6.35786 4.5 10.5C4.5 14.6421 7.85786 18 12 18C16.1421 18 19.5 14.6421 19.5 10.5C19.5 6.35786 16.1421 3 12 3ZM2.5 10.5C2.5 5.25329 6.75329 1 12 1C17.2467 1 21.5 5.25329 21.5 10.5C21.5 15.7467 17.2467 20 12 20C6.75329 20 2.5 15.7467 2.5 10.5ZM12 8.3125C10.7919 8.3125 9.8125 9.29188 9.8125 10.5C9.8125 11.7081 10.7919 12.6875 12 12.6875C13.2081 12.6875 14.1875 11.7081 14.1875 10.5C14.1875 9.29188 13.2081 8.3125 12 8.3125ZM7.8125 10.5C7.8125 8.18731 9.68731 6.3125 12 6.3125C14.3127 6.3125 16.1875 8.18731 16.1875 10.5C16.1875 12.8127 14.3127 14.6875 12 14.6875C9.68731 14.6875 7.8125 12.8127 7.8125 10.5ZM7 22C7 21.4477 7.44772 21 8 21H16C16.5523 21 17 21.4477 17 22C17 22.5523 16.5523 23 16 23H8C7.44772 23 7 22.5523 7 22Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-camera-off{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.4889 14.2633C19.1318 13.1571 19.5 11.8716 19.5 10.5C19.5 6.35786 16.1421 3 12 3C11.0884 3 10.2147 3.16265 9.40655 3.4605L8.05643 1.85464C9.25762 1.30583 10.5931 1 12 1C17.2467 1 21.5 5.25329 21.5 10.5C21.5 12.4923 20.8867 14.3413 19.8386 15.8687L18.4889 14.2633Z' fill='currentColor'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.03903 4.03505C3.4635 5.73068 2.5 8.00283 2.5 10.5C2.5 15.7467 6.75329 20 12 20C13.9102 20 15.6887 19.4362 17.1783 18.466L18.1591 19.632C18.509 20.0479 19.1296 20.1022 19.5464 19.7533C19.9646 19.4032 20.0191 18.7801 19.668 18.3627L6.13297 2.2725C5.78306 1.85653 5.1625 1.80226 4.7457 2.15117C4.32749 2.50126 4.27299 3.12439 4.62408 3.54176L5.03903 4.03505ZM6.33889 5.5803C5.19348 6.8972 4.5 8.61762 4.5 10.5C4.5 14.6421 7.85786 18 12 18C13.4194 18 14.7467 17.6057 15.8784 16.9207L13.6981 14.3289C13.1791 14.5594 12.6045 14.6875 12 14.6875C9.68731 14.6875 7.8125 12.8127 7.8125 10.5C7.8125 9.6384 8.07272 8.83757 8.51886 8.17182L6.33889 5.5803ZM9.91611 9.83284L12.3003 12.6671C12.2021 12.6805 12.1019 12.6875 12 12.6875C10.7919 12.6875 9.8125 11.7081 9.8125 10.5C9.8125 10.2673 9.84882 10.0432 9.91611 9.83284Z' fill='currentColor'/%3E%3Cpath d='M11.808 6.31682L16.0887 11.4084C16.1534 11.1159 16.1875 10.8119 16.1875 10.5C16.1875 8.18731 14.3127 6.3125 12 6.3125C11.9356 6.3125 11.8716 6.31395 11.808 6.31682Z' fill='currentColor'/%3E%3Cpath d='M7 22C7 21.4477 7.44772 21 8 21H16C16.5523 21 17 21.4477 17 22C17 22.5523 16.5523 23 16 23H8C7.44772 23 7 22.5523 7 22Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-cameraup{background:url("data:image/svg+xml;utf8,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.7785 5C26.4016 4.99999 27.0084 5.19954 27.5099 5.56943C28.0113 5.93931 28.3812 6.46007 28.5652 7.05542L29.4752 10H32.0835C34.6147 10 36.6668 12.0521 36.6668 14.5833V31.25C36.6668 33.7812 34.6147 35.8333 32.0835 35.8333H7.91683C5.38558 35.8333 3.3335 33.7812 3.3335 31.25V14.5833C3.3335 12.0521 5.38558 10 7.91683 10H10.5252L11.4352 7.05542C11.6192 6.46007 11.989 5.93931 12.4905 5.56943C12.9919 5.19954 13.5987 4.99999 14.2218 5H25.7785ZM20.0002 15.8333C16.5485 15.8333 13.7502 18.6317 13.7502 22.0833C13.7502 25.535 16.5485 28.3333 20.0002 28.3333C23.4518 28.3333 26.2502 25.535 26.2502 22.0833C26.2502 18.6317 23.4518 15.8333 20.0002 15.8333ZM20.0002 25.8333C20.9947 25.8333 21.9486 25.4382 22.6518 24.735C23.3551 24.0317 23.7502 23.0779 23.7502 22.0833C23.7502 21.0888 23.3551 20.1349 22.6518 19.4317C21.9486 18.7284 20.9947 18.3333 20.0002 18.3333C19.0056 18.3333 18.0518 18.7284 17.3485 19.4317C16.6453 20.1349 16.2502 21.0888 16.2502 22.0833C16.2502 23.0779 16.6453 24.0317 17.3485 24.735C18.0518 25.4382 19.0056 25.8333 20.0002 25.8333Z' fill='%239AA1A9'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-card-2{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5455 23.4286H5.45454V20.5317L14.1186 9.93076C14.9723 8.88024 15.3202 8.05253 15.3202 6.90647C15.3202 4.86909 14.1186 3.46838 12.0316 3.46838C10.3241 3.46838 8.71145 4.42341 8.71145 6.97018H5.48618C5.48618 3.1182 8.20554 0.571442 12.0316 0.571442C15.8893 0.571442 18.5455 3.0227 18.5455 6.93836C18.5455 8.9439 17.8182 10.1218 16.4269 11.8408L9.37549 20.5317H18.5455V23.4286Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-card-3{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5455 16.9114C18.5455 21.2248 15.573 23.4286 12 23.4286C8.57716 23.4286 5.57465 21.5081 5.45454 17.1318H8.51711C8.63722 19.5246 10.2285 20.5321 12 20.5321C13.9816 20.5321 15.4829 19.1783 15.4829 16.817C15.4829 14.5502 14.3119 13.1334 11.9099 13.1334H11.3995V10.3314H11.9099C14.1318 10.3314 15.1526 8.97756 15.1526 6.93116C15.1526 4.66432 13.7415 3.46794 12 3.46794C10.1385 3.46794 8.93743 4.6958 8.78733 6.67927H5.72476C5.90493 2.86975 8.57716 0.571442 12 0.571442C15.6331 0.571442 18.2152 3.12162 18.2152 6.8367C18.2152 9.22944 17.1943 10.7721 15.5429 11.6222C17.3745 12.4722 18.5455 14.1409 18.5455 16.9114Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-card-4{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5455 19.9936H16.3966V23.4286H13.5975V19.9936H5.45454V16.9438L12.5513 0.571442H15.6615L8.59298 16.9438H13.5975V11.6148H16.3966V16.9438H18.5455V19.9936Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-card-5{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5455 15.64C18.5455 18.0561 18.2937 19.9953 16.6574 21.6484C15.6503 22.6656 14.1084 23.4286 11.9371 23.4286C9.79718 23.4286 8.12934 22.6656 7.15385 21.6801C5.95805 20.4721 5.58043 18.978 5.45454 17.3566H8.66433C8.91611 19.3594 9.92307 20.5039 11.9371 20.5039C12.8811 20.5039 13.6993 20.186 14.2657 19.6138C15.2098 18.6601 15.3357 17.1659 15.3357 15.64C15.3357 12.9378 14.6434 10.9033 12.0629 10.9033C10.2377 10.9033 9.23078 11.8252 8.88463 12.9378H5.95805V0.571442H18.0419V3.46435H8.85316V9.44093C9.6084 8.64613 10.9301 8.1375 12.5665 8.1375C14.3287 8.1375 15.6818 8.67796 16.5944 9.59984C18.2937 11.3165 18.5455 13.5101 18.5455 15.64Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-card-6{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5455 16.5205C18.5455 20.6908 15.8402 23.4286 12.0155 23.4286C8.19087 23.4286 5.45455 20.85 5.45455 16.6478C5.45455 14.8014 6.13866 13.0505 7.10258 11.0768L12.1399 0.571442H15.5293L10.7717 10.3128C11.3626 10.0581 12.0466 9.96258 12.7307 9.96258C15.9335 9.96258 18.5455 12.5412 18.5455 16.5205ZM15.3738 16.5842C15.3738 14.3558 14.0989 12.6685 11.9845 12.6685C9.99436 12.6685 8.6262 14.1329 8.6262 16.5842C8.6262 19.0036 9.99436 20.5317 11.9845 20.5317C13.9745 20.5317 15.3738 19.0036 15.3738 16.5842Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-card-7{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5455 3.49279L11.1973 23.4286H7.80103L15.1801 3.49279H8.48029V7.0883H5.45454V0.571442H18.5455V3.49279Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-card-8{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5455 16.8934C18.5455 20.9661 15.6231 23.4286 11.9851 23.4286C8.34709 23.4286 5.45454 20.9661 5.45454 16.8934C5.45454 14.21 6.88587 12.5683 8.37687 11.6212C7.00516 10.7372 5.81236 9.15864 5.81236 6.79087C5.81236 3.03395 8.526 0.571442 11.9851 0.571442C15.4442 0.571442 18.1876 3.03395 18.1876 6.79087C18.1876 9.15864 16.9948 10.7372 15.6231 11.6212C17.1141 12.5683 18.5455 14.21 18.5455 16.8934ZM15.146 6.88556C15.146 4.92819 13.8339 3.44437 11.9851 3.44437C10.1362 3.44437 8.85398 4.92819 8.85398 6.88556C8.85398 8.87453 10.1362 10.2952 11.9851 10.2952C13.8339 10.2952 15.146 8.87453 15.146 6.88556ZM15.474 16.8303C15.474 14.7466 13.9532 13.0734 11.9851 13.0734C10.017 13.0734 8.49616 14.7466 8.49616 16.8303C8.49616 18.914 10.017 20.5557 11.9851 20.5557C13.9532 20.5557 15.474 18.914 15.474 16.8303Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-card-9{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5454 7.35218C18.5454 9.19858 17.8613 10.9495 16.8974 12.9232L11.8601 23.4286H8.47073L13.2282 13.6872C12.6374 13.9419 11.9223 14.0374 11.2381 14.0374C8.0354 14.0374 5.45453 11.4588 5.45453 7.4795C5.45453 3.30921 8.15977 0.571442 11.9844 0.571442C15.8091 0.571442 18.5454 3.15004 18.5454 7.35218ZM15.3738 7.41584C15.3738 4.99643 13.9745 3.46838 11.9844 3.46838C9.99435 3.46838 8.62618 4.99643 8.62618 7.41584C8.62618 9.64424 9.86998 11.3315 11.9844 11.3315C13.9745 11.3315 15.3738 9.8671 15.3738 7.41584Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-card-a{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.7273 23.4286H17.4313L16.0269 18.8379H7.97314L6.56875 23.4286H3.27274L10.7533 0.571442H13.2468L20.7273 23.4286ZM15.167 15.8845L12.0717 5.73996L8.89032 15.8845H15.167Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-card-j{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9091 16.0748C16.9091 20.7863 13.8067 23.4286 9.97252 23.4286C7.83597 23.4286 6.34328 22.7919 4.90912 21.232L7.01643 18.9718C7.74816 19.7676 8.45059 20.3406 9.97252 20.3406C12.314 20.3406 13.7482 18.7808 13.7482 15.8201V0.571442H16.9091V16.0748Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-card-k{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.2727 23.4286H17.5282L11.6314 12.1605L8.09334 16.7833V23.4286H4.90909V0.571442H8.09334V12.0642L16.6732 0.571442H20.5651L13.7543 9.52813L21.2727 23.4286Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-card-q{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.1818 22.08L18.3501 24L16.1825 21.728C14.9308 22.656 13.3433 23.168 11.6337 23.168C9.31347 23.168 7.42063 22.304 5.92472 20.736C3.78767 18.496 3.8182 15.968 3.8182 11.584C3.8182 7.2 3.78767 4.672 5.92472 2.432C7.42063 0.864 9.31347 0 11.6337 0C13.9539 0 15.8772 0.864 17.3732 2.432C19.5102 4.672 19.4491 7.2 19.4491 11.584C19.4491 15.456 19.4796 17.824 18.0448 19.872L20.1818 22.08ZM16.152 11.584C16.152 7.008 15.9383 5.728 14.8697 4.512C14.1065 3.648 12.9159 3.104 11.6337 3.104C10.3514 3.104 9.1608 3.648 8.3976 4.512C7.32905 5.728 7.11534 7.008 7.11534 11.584C7.11534 16.16 7.32905 17.44 8.3976 18.656C9.1608 19.52 10.3514 20.064 11.6337 20.064C12.458 20.064 13.2212 19.808 13.8623 19.328L11.5726 16.928L13.4043 15.008L15.5109 17.216C16.0604 16.064 16.152 14.528 16.152 11.584Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-card-t{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.21271 23.2392H4.16003V4.26521L0 8.11681V4.54934L4.16003 0.760864H7.21271V23.2392Z' fill='currentColor'/%3E%3Cpath d='M24 16.9882C24 20.9977 21.2167 23.4286 17.8348 23.4286C14.4529 23.4286 11.6995 20.9977 11.6995 16.9882V7.01184C11.6995 3.00238 14.4529 0.571442 17.8348 0.571442C21.2167 0.571442 24 3.00238 24 7.01184V16.9882ZM20.9473 16.8934V7.10658C20.9473 4.92819 19.7801 3.44437 17.8348 3.44437C15.8894 3.44437 14.7522 4.92819 14.7522 7.10658V16.8934C14.7522 19.0718 15.8894 20.5557 17.8348 20.5557C19.7801 20.5557 20.9473 19.0718 20.9473 16.8934Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-check{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.7156 3.375H20.8432C20.5807 3.375 20.3316 3.49554 20.1709 3.70179L9.12716 17.692L3.83163 10.9821C3.75152 10.8804 3.64941 10.7982 3.53297 10.7416C3.41653 10.685 3.28877 10.6555 3.15931 10.6554H1.28698C1.10752 10.6554 1.00841 10.8616 1.11823 11.0009L8.45484 20.2955C8.7977 20.7295 9.45663 20.7295 9.80216 20.2955L22.8843 3.71786C22.9941 3.58125 22.895 3.375 22.7156 3.375Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-clock,[i-local-clock=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 6V12L16 14M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-close{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.15636 4.36997C5.66306 3.87668 4.86327 3.87668 4.36998 4.36997C3.87667 4.86326 3.87667 5.66305 4.36998 6.15634L10.2137 12L4.36998 17.8436C3.87669 18.337 3.87669 19.1367 4.36998 19.63C4.86327 20.1233 5.66306 20.1233 6.15636 19.63L12 13.7864L17.8437 19.63C18.337 20.1233 19.1368 20.1233 19.6301 19.63C20.1233 19.1367 20.1233 18.337 19.6301 17.8436L13.7864 12L19.6301 6.15634C20.1233 5.66305 20.1233 4.86326 19.6301 4.36997C19.1368 3.87668 18.337 3.87668 17.8437 4.36997L12 10.2136L6.15636 4.36997Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-club{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8403 22.875H9.16009C9.08213 22.875 9.0111 22.8318 8.97679 22.763C8.94251 22.6946 8.95106 22.613 8.99843 22.5527C10.2404 20.9789 10.9745 19.13 11.1447 17.1643C10.7642 17.6907 10.2816 18.1422 9.72146 18.4929C8.90288 19.0052 7.95409 19.276 6.97834 19.276C4.16415 19.276 1.875 17.0332 1.875 14.2768C1.875 11.5205 4.16415 9.27765 6.97834 9.27765C7.37801 9.27765 7.77079 9.32205 8.15291 9.41044C7.34618 8.50736 6.89666 7.34996 6.89666 6.12416C6.89666 3.36743 9.18581 1.125 12 1.125C14.8142 1.125 17.1033 3.36743 17.1033 6.12416C17.1033 7.34996 16.6538 8.50736 15.8471 9.41044C16.2292 9.32205 16.622 9.27765 17.0217 9.27765C19.8358 9.27765 22.125 11.5201 22.125 14.2768C22.125 17.0335 19.8358 19.276 17.0217 19.276C16.0459 19.276 15.0975 19.0052 14.2785 18.4929C13.7184 18.1426 13.2358 17.6907 12.8553 17.1643C13.0251 19.13 13.7592 20.9793 15.0016 22.5527C15.0493 22.613 15.0575 22.6946 15.0232 22.763C14.9893 22.8318 14.9183 22.875 14.8403 22.875Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-clubadmin{background:url("data:image/svg+xml;utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9.79167' fill='%23323943' stroke='%2386899F' stroke-width='0.416667'/%3E%3Cpath d='M15.9795 8.55673C15.9288 8.40468 15.7975 8.2941 15.6386 8.26876L12.0171 7.70897L10.3999 4.2465C10.3285 4.09676 10.1788 4 10.0129 4C9.84706 4 9.69732 4.09446 9.62591 4.2465L7.99489 7.70206L4.36656 8.24803C4.2076 8.27107 4.07629 8.38165 4.02331 8.53369C3.97032 8.68574 4.00948 8.85391 4.12237 8.9691L6.7532 11.676L6.12429 15.4909C6.09664 15.6521 6.16575 15.8157 6.29937 15.9102C6.43298 16.0046 6.61037 16.0138 6.7532 15.9355L9.99221 14.1547L13.2243 15.947C13.2888 15.9816 13.3602 16 13.4316 16H13.4409C13.6781 16 13.8693 15.8088 13.8693 15.5715C13.8693 15.5185 13.8601 15.4678 13.8417 15.4195L13.2404 11.6875L15.8782 8.99212C15.9911 8.87693 16.0302 8.70876 15.9795 8.55671L15.9795 8.55673Z' fill='url(%23paint0_linear_220_1543)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_220_1543' x1='10.0007' y1='4' x2='10.0007' y2='16' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='0.338542' stop-color='%23FFDC81'/%3E%3Cstop offset='1' stop-color='%23FFB800'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-clubboss{background:url("data:image/svg+xml;utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9.79167' fill='%23323943' stroke='%2386899F' stroke-width='0.416667'/%3E%3Cg clip-path='url(%23clip0_220_1541)'%3E%3Cpath d='M9.91015 5.88268C10.382 5.88268 10.768 5.49665 10.768 5.02484C10.768 4.55302 10.382 4.16699 9.91015 4.16699C9.43834 4.16699 9.05231 4.55302 9.05231 5.02484C9.05231 5.49665 9.43834 5.88268 9.91015 5.88268ZM13.7704 14.4611H12.7582C16.0952 10.6266 15.9065 7.76993 15.306 7.01503C14.328 5.77974 12.3979 5.84836 10.8624 6.72336H8.95795C7.41383 5.84836 5.49226 5.77974 4.51432 7.01503C3.91383 7.76135 3.7251 10.6266 7.07069 14.4611H6.04986C5.80966 14.4611 5.62094 14.6498 5.62094 14.89C5.62094 15.1302 5.80966 15.319 6.04986 15.319H13.7704C14.0106 15.319 14.1994 15.1302 14.1994 14.89C14.1994 14.6498 14.0106 14.4611 13.7704 14.4611ZM8.82069 14.4096C8.76064 14.444 8.69201 14.4611 8.62339 14.4611C8.46897 14.4611 8.32314 14.3753 8.24594 14.2295C7.62829 13.0628 7.33662 11.6302 7.33662 9.74297V8.02729C7.33662 7.78709 7.52535 7.59836 7.76554 7.59836C8.00574 7.59836 8.19447 7.78709 8.19447 8.02729V9.74297C8.19447 11.4844 8.45182 12.7883 9.00084 13.8349C9.11236 14.0408 9.03515 14.2981 8.82069 14.4096ZM12.4837 9.74297C12.4837 11.6302 12.192 13.0628 11.5744 14.2295C11.4972 14.3753 11.3513 14.4611 11.1969 14.4611C11.1283 14.4611 11.0597 14.444 10.9996 14.4096C10.7852 14.2981 10.7079 14.0408 10.8195 13.8349C11.3685 12.7883 11.6258 11.493 11.6258 9.74297V8.02729C11.6258 7.78709 11.8146 7.59836 12.0548 7.59836C12.295 7.59836 12.4837 7.78709 12.4837 8.02729V9.74297Z' fill='url(%23paint0_linear_220_1541)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_220_1541' x1='9.9103' y1='4.16699' x2='9.9103' y2='15.319' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFB800'/%3E%3Cstop offset='0.338542' stop-color='%23FFDC81'/%3E%3Cstop offset='1' stop-color='%23FFB800'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_220_1541'%3E%3Crect width='11.6667' height='11.6667' fill='white' transform='translate(4.1665 4.16699)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-clubs{background:url("data:image/svg+xml;utf8,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.09155 17.1782L3.03758 16.9186C2.92282 16.9424 2.83733 17.0388 2.82733 17.1556L3.09155 17.1782ZM20.699 17.1353L20.9633 17.1132C20.9534 16.9957 20.8672 16.8988 20.7516 16.8753L20.699 17.1353ZM20.8787 18.3042L21.1228 18.2007L21.1224 18.1997L20.8787 18.3042ZM11.9285 22.6792L11.7282 22.5054L11.7282 22.5054L11.9285 22.6792ZM11.8972 22.5962L12.1589 22.5533C12.1379 22.4251 12.0271 22.331 11.8972 22.331C11.7673 22.331 11.6565 22.4251 11.6355 22.5533L11.8972 22.5962ZM11.8669 22.6792L11.6667 22.853L11.667 22.8534L11.8669 22.6792ZM2.91675 18.3042L2.67299 18.1997L2.67255 18.2008L2.91675 18.3042ZM11.8943 0.266113L11.8921 0.531335L11.8965 0.531297L11.8943 0.266113ZM19.6189 2.25928L19.8802 2.3044C19.8977 2.20308 19.8551 2.10078 19.7708 2.04189L19.6189 2.25928ZM19.2869 4.18213L19.0255 4.137C19.0061 4.24977 19.0611 4.36231 19.1621 4.41614L19.2869 4.18213ZM21.2761 5.24268L21.5298 5.31989C21.5667 5.19866 21.5127 5.06828 21.4009 5.00866L21.2761 5.24268ZM20.6902 9.46729L20.6287 9.72526C20.7049 9.74339 20.7851 9.72698 20.848 9.68042C20.9109 9.63387 20.95 9.56191 20.9549 9.48382L20.6902 9.46729ZM3.10718 9.51611L2.84248 9.53238C2.84731 9.61084 2.88668 9.68311 2.94999 9.7297C3.0133 9.77629 3.09401 9.7924 3.17035 9.77367L3.10718 9.51611ZM2.51929 5.24268L2.39453 5.00866C2.28271 5.06828 2.22869 5.19866 2.26558 5.31989L2.51929 5.24268ZM4.50854 4.18213L4.63331 4.41614C4.73429 4.36231 4.78934 4.24977 4.76987 4.137L4.50854 4.18213ZM4.17651 2.25928L4.02462 2.04189C3.94034 2.10078 3.89769 2.20308 3.91519 2.3044L4.17651 2.25928ZM3.09155 17.1782L3.14552 17.4379C8.85225 16.2516 14.9306 16.2374 20.6463 17.3952L20.699 17.1353L20.7516 16.8753C14.9656 15.7033 8.81471 15.7177 3.03758 16.9186L3.09155 17.1782ZM20.699 17.1353L20.4347 17.1573C20.4596 17.4554 20.4876 17.7134 20.5189 17.9196C20.5489 18.1175 20.5852 18.2927 20.6349 18.4087L20.8787 18.3042L21.1224 18.1997C21.1022 18.1526 21.0733 18.0383 21.0432 17.8401C21.0145 17.6502 20.9876 17.4052 20.9633 17.1132L20.699 17.1353ZM20.8787 18.3042L20.6345 18.4077C20.6208 18.3755 20.6156 18.3339 20.6264 18.292C20.6359 18.2546 20.6537 18.2342 20.6578 18.2298C20.6615 18.2258 20.645 18.2428 20.5778 18.2741C20.4499 18.3336 20.2383 18.4008 19.942 18.4827C19.3659 18.6419 18.5083 18.8461 17.5609 19.1384C15.6636 19.7237 13.3037 20.6904 11.7282 22.5054L11.9285 22.6792L12.1287 22.853C13.6024 21.1553 15.8405 20.2242 17.7173 19.6452C18.6571 19.3552 19.4806 19.1605 20.0833 18.9939C20.3763 18.9129 20.6284 18.8355 20.8016 18.7549C20.8849 18.7162 20.9782 18.6642 21.0465 18.5907C21.0828 18.5515 21.1215 18.4962 21.1401 18.4236C21.1599 18.3464 21.1518 18.2691 21.1228 18.2007L20.8787 18.3042ZM11.9285 22.6792L11.7282 22.5054C11.7502 22.48 11.8034 22.4297 11.8911 22.4185C11.985 22.4064 12.0553 22.4467 12.0912 22.4768C12.1241 22.5043 12.1414 22.5329 12.1477 22.544C12.1554 22.5576 12.1596 22.5683 12.1613 22.5728C12.1661 22.5854 12.164 22.5843 12.1589 22.5533L11.8972 22.5962L11.6355 22.6391C11.6412 22.6738 11.6499 22.7198 11.6652 22.7602C11.6685 22.769 11.6906 22.8332 11.7508 22.8835C11.7893 22.9157 11.8621 22.9569 11.9585 22.9446C12.0487 22.933 12.1043 22.8812 12.1287 22.853L11.9285 22.6792ZM11.8972 22.5962L11.6355 22.5533C11.6302 22.5855 11.6282 22.5877 11.6322 22.5766C11.6337 22.5724 11.6376 22.5619 11.6448 22.5486C11.6507 22.5379 11.6673 22.5088 11.6997 22.4804C11.7353 22.4493 11.8067 22.4063 11.9034 22.4183C11.9925 22.4295 12.0459 22.4809 12.0669 22.505L11.8669 22.6792L11.667 22.8534C11.6904 22.8803 11.7462 22.9332 11.8377 22.9447C11.9369 22.957 12.0107 22.913 12.0487 22.8798C12.1076 22.8284 12.1285 22.7638 12.1312 22.7563C12.1452 22.7173 12.1534 22.6725 12.1589 22.6391L11.8972 22.5962ZM11.8669 22.6792L12.0672 22.5054C10.4918 20.6904 8.13193 19.7238 6.23459 19.1384C5.28725 18.8461 4.42966 18.6419 3.85356 18.4827C3.55722 18.4008 3.34557 18.3336 3.2177 18.2741C3.15049 18.2428 3.13396 18.2258 3.13765 18.2298C3.1417 18.2341 3.15948 18.2545 3.16905 18.2919C3.17981 18.3338 3.1746 18.3754 3.16095 18.4076L2.91675 18.3042L2.67255 18.2008C2.64355 18.2693 2.6355 18.3465 2.65531 18.4237C2.67393 18.4963 2.71267 18.5516 2.749 18.5907C2.81725 18.6642 2.91059 18.7162 2.99392 18.7549C3.16713 18.8355 3.41923 18.9129 3.71226 18.9939C4.31488 19.1605 5.13847 19.3553 6.07822 19.6452C7.95503 20.2243 10.193 21.1554 11.6667 22.853L11.8669 22.6792ZM2.91675 18.3042L3.1605 18.4087C3.20928 18.2948 3.24457 18.1249 3.27366 17.9342C3.304 17.7355 3.33123 17.4874 3.35578 17.2009L3.09155 17.1782L2.82733 17.1556C2.80327 17.4363 2.77721 17.6716 2.74935 17.8542C2.72025 18.0449 2.69244 18.1544 2.673 18.1997L2.91675 18.3042ZM11.8943 0.266113L11.8965 0.531297C14.6326 0.507996 17.4234 1.04883 19.467 2.47667L19.6189 2.25928L19.7708 2.04189C17.6013 0.526064 14.685 -0.0228558 11.892 0.000929534L11.8943 0.266113ZM19.6189 2.25928L19.3576 2.21415L19.0255 4.137L19.2869 4.18213L19.5482 4.22725L19.8802 2.3044L19.6189 2.25928ZM19.2869 4.18213L19.1621 4.41614L21.1514 5.47669L21.2761 5.24268L21.4009 5.00866L19.4116 3.94812L19.2869 4.18213ZM21.2761 5.24268L21.0224 5.16546C20.7208 6.15651 20.5324 7.73923 20.4255 9.45075L20.6902 9.46729L20.9549 9.48382C21.0616 7.77444 21.2479 6.24634 21.5298 5.31989L21.2761 5.24268ZM20.6902 9.46729L20.7516 9.20931C15.1916 7.88499 8.57835 7.9012 3.04401 9.25855L3.10718 9.51611L3.17035 9.77367C8.6224 8.4365 15.1502 8.42036 20.6287 9.72526L20.6902 9.46729ZM3.10718 9.51611L3.37187 9.49984C3.2655 7.76943 3.07746 6.16588 2.77299 5.16546L2.51929 5.24268L2.26558 5.31989C2.55023 6.25519 2.73621 7.80354 2.84248 9.53238L3.10718 9.51611ZM2.51929 5.24268L2.64405 5.47669L4.63331 4.41614L4.50854 4.18213L4.38378 3.94812L2.39453 5.00866L2.51929 5.24268ZM4.50854 4.18213L4.76987 4.137L4.43784 2.21415L4.17651 2.25928L3.91519 2.3044L4.24722 4.22725L4.50854 4.18213ZM4.17651 2.25928L4.32841 2.47666C6.37215 1.04866 9.106 0.5081 11.8921 0.531297L11.8943 0.266113L11.8965 0.000929087C9.0524 -0.0227516 6.19365 0.526346 4.02462 2.04189L4.17651 2.25928Z' fill='%239AA1A9'/%3E%3Cpath d='M0.37793 10.479C7.21827 8.00809 16.7805 8.0083 23.6211 10.479L21.7998 13.896C21.7632 13.965 21.759 14.0471 21.7881 14.1196L23.1748 17.5747C15.9765 15.6616 8.02245 15.6614 0.824219 17.5747L2.21191 14.1196C2.24102 14.0471 2.23684 13.965 2.2002 13.896L0.37793 10.479Z' stroke='%239AA1A9' stroke-width='0.530387' stroke-linejoin='round'/%3E%3Cpath d='M13.5127 3.04261C12.8916 2.51559 12.1937 1.82691 11.9423 1.47295C11.9352 1.46084 11.9216 1.46084 11.9145 1.47295C11.6631 1.82691 10.9652 2.51559 10.3434 3.04261C9.83348 3.47064 9.0166 4.11018 9.0166 4.99686C9.0166 5.71688 9.58208 6.34931 10.4132 6.34931C10.9438 6.34931 11.391 6.10075 11.5655 5.74751C11.6147 5.65421 11.6211 5.61077 11.6773 5.61077C11.7265 5.61077 11.7194 5.70976 11.7194 5.72258C11.6773 6.36782 11.4188 6.70896 11.0278 7.00096C10.9438 7.06292 11 7.12488 11.0278 7.12488H12.829C12.8567 7.12488 12.9059 7.06292 12.829 7.00096C12.438 6.70967 12.1794 6.36782 12.1374 5.72258C12.1374 5.71047 12.1303 5.61077 12.1794 5.61077C12.235 5.61077 12.2421 5.65421 12.2912 5.74751C12.4657 6.10147 12.913 6.34931 13.4436 6.34931C14.2811 6.34931 14.8402 5.71617 14.8402 4.99686C14.8395 4.11018 14.0226 3.47064 13.5127 3.04261Z' fill='%239AA1A9'/%3E%3Cpath d='M3.44881 13.0511C3.47344 11.7796 4.20855 11.0092 5.64247 10.7639C6.27905 10.6571 6.78339 10.7197 7.15807 10.9515C7.53147 11.1794 7.71427 11.5565 7.70779 12.073C7.70692 12.1101 7.70649 12.148 7.70649 12.1865C7.2968 12.2435 6.88754 12.3022 6.47871 12.3625C6.47958 12.3272 6.48001 12.2916 6.48001 12.2557C6.4826 12.0374 6.4074 11.8767 6.25831 11.7748C6.1118 11.6709 5.89788 11.643 5.61525 11.6882C5.30668 11.7392 5.0772 11.8546 4.932 12.0354C4.78419 12.2182 4.70641 12.5019 4.70381 12.879C4.70295 13.2009 4.70295 13.5205 4.70381 13.8379C4.70641 14.1784 4.78419 14.4064 4.932 14.5275C5.08368 14.643 5.31576 14.6766 5.63081 14.6266C5.91863 14.5814 6.12996 14.4929 6.26609 14.3621C6.41129 14.2284 6.4826 14.063 6.48001 13.8629C6.47914 13.8257 6.47871 13.7882 6.47871 13.7504C6.88235 13.692 7.286 13.6353 7.68964 13.5801C7.68964 13.6148 7.69007 13.65 7.69093 13.6859C7.69742 14.1572 7.5185 14.5429 7.149 14.8478C6.77431 15.1527 6.26738 15.3566 5.62562 15.4596C4.20077 15.6942 3.47214 15.2383 3.44881 14.0668C3.44708 13.7321 3.44708 13.3935 3.44881 13.0511ZM9.57474 14.0486C10.3812 13.9703 11.1828 13.9088 11.9797 13.8639C11.9918 14.1069 12.0057 14.3429 12.0212 14.5718C10.8146 14.6808 9.5998 14.8187 8.37678 14.9854C8.35258 13.542 8.35301 12.0095 8.37808 10.3878C8.78604 10.3263 9.19443 10.266 9.60326 10.207C9.57301 11.5645 9.5635 12.845 9.57474 14.0486ZM13.166 14.4477C12.8614 14.3352 12.6111 14.1823 12.4205 13.9822C12.2403 13.7744 12.1457 13.533 12.1405 13.2579C12.144 12.2358 12.1669 11.1332 12.2092 9.9502C12.6042 9.95212 12.9975 9.9643 13.389 9.98674C13.3467 11.1435 13.3225 12.2278 13.3164 13.2397C13.3203 13.4618 13.3942 13.6292 13.542 13.7465C13.6924 13.862 13.8934 13.9283 14.1449 13.9447C14.3938 13.963 14.5896 13.9216 14.7361 13.8225C14.88 13.7129 14.9539 13.5513 14.9526 13.3339C14.9638 12.331 14.9876 11.2785 15.0239 10.1762C15.4103 10.232 15.7966 10.2894 16.183 10.3484C16.1493 11.4256 16.1246 12.4657 16.1091 13.4686C16.1078 13.7552 16.0222 13.9995 15.8524 14.2005C15.6786 14.3967 15.4479 14.5352 15.16 14.6151C14.8722 14.6968 14.5429 14.7161 14.1721 14.6786C13.8026 14.6459 13.4681 14.5689 13.166 14.4477ZM20.5081 13.5888C20.6338 13.7821 20.6922 13.9976 20.6844 14.2371C20.6714 14.642 20.5158 14.9344 20.2138 15.1133C19.9208 15.2941 19.5124 15.347 18.9912 15.271C18.2772 15.1691 17.5633 15.0687 16.8494 14.97C16.858 13.5381 16.8848 12.037 16.9297 10.4667C17.6281 10.5815 18.3265 10.6975 19.0249 10.8149C19.5564 10.9043 19.9661 11.089 20.2565 11.3641C20.5522 11.6305 20.6935 11.9652 20.6792 12.3702C20.6727 12.5693 20.6053 12.7482 20.4783 12.9059C20.3784 13.0204 20.2436 13.1127 20.0737 13.1819C20.2669 13.2983 20.4121 13.4339 20.5081 13.5888ZM18.89 12.6231C19.1027 12.6529 19.2595 12.6337 19.3633 12.5683C19.467 12.5077 19.5214 12.4019 19.5253 12.2557C19.5305 12.0989 19.4851 11.97 19.3853 11.871C19.2868 11.7738 19.1325 11.7103 18.9199 11.6776C18.6286 11.634 18.3377 11.5904 18.0473 11.5468C18.037 11.8681 18.0274 12.1871 18.0188 12.5039C18.3092 12.5436 18.5996 12.5834 18.89 12.6231ZM19.3814 14.3881C19.489 14.3083 19.5448 14.189 19.5487 14.0293C19.5526 13.886 19.5059 13.7619 19.4073 13.6581C19.2997 13.5609 19.139 13.4984 18.9276 13.4695C18.6174 13.4285 18.3079 13.3878 17.9994 13.3474C17.9933 13.6763 17.9877 14.003 17.9825 14.3275C18.2902 14.3685 18.5979 14.4099 18.9056 14.4516C19.126 14.4814 19.2855 14.4602 19.3814 14.3881Z' fill='%239AA1A9'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-clubs-fill{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.03775 18.4551C8.81322 17.2466 14.9682 17.2319 20.7527 18.4114C20.7904 18.7148 20.8327 18.9312 20.8787 19.0385C21.1269 19.6183 14.9781 19.9006 11.9285 23.4142C11.9188 23.4254 11.9087 23.3964 11.8979 23.3306C11.8871 23.3964 11.8773 23.4253 11.8676 23.4142C8.81791 19.9005 2.66901 19.6183 2.91732 19.0385C2.96107 18.9364 3.00147 18.7356 3.03775 18.4551Z' fill='%23D8AF6D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8949 1.00073C14.6595 0.977184 17.5125 1.52245 19.6191 2.99434L19.2876 4.91699L21.2765 5.97777C21.0148 6.83765 20.8373 8.17718 20.7265 9.6783C15.1884 8.35237 8.58487 8.36864 3.07297 9.72712C2.96234 8.20626 2.78406 6.84696 2.51953 5.97777L4.50848 4.91699L4.17699 2.99434C6.28347 1.52249 9.0797 0.977235 11.8949 1.00073ZM11.9424 2.20782C11.9353 2.19575 11.9219 2.19575 11.9147 2.20782C11.6633 2.56177 10.9654 3.25047 10.3436 3.77749C9.83372 4.20551 9.01679 4.84508 9.01677 5.73174C9.01679 6.45173 9.58223 7.08409 10.4133 7.08412C10.9439 7.08412 11.3913 6.83563 11.5658 6.48238C11.6149 6.3891 11.6213 6.34564 11.6775 6.34564C11.7266 6.34564 11.7196 6.44432 11.7196 6.45739C11.6776 7.10263 11.419 7.44384 11.028 7.73584C10.944 7.79779 11.0002 7.85976 11.028 7.85976H12.8291C12.8568 7.85976 12.906 7.7978 12.8291 7.73584C12.4381 7.44456 12.1796 7.10261 12.1376 6.45739C12.1376 6.44501 12.1306 6.34573 12.1795 6.34564C12.2351 6.34564 12.2423 6.3891 12.2914 6.48238C12.4659 6.83633 12.9132 7.08412 13.4437 7.08412C14.2813 7.08412 14.8404 6.45103 14.8404 5.73174C14.8397 4.84508 14.0227 4.20551 13.5128 3.77749C12.8917 3.25048 12.1939 2.56178 11.9424 2.20782Z' fill='%23D8AF6D'/%3E%3Cpath d='M18.9277 14.2043C19.1389 14.2331 19.2997 14.2956 19.4073 14.3927C19.5058 14.4966 19.5526 14.6208 19.5487 14.7641C19.5448 14.9237 19.489 15.0429 19.3814 15.1227C19.2855 15.1949 19.126 15.2161 18.9056 15.1863C18.5979 15.1446 18.2902 15.1032 17.9825 15.0621C17.9877 14.7377 17.9933 14.411 17.9994 14.082C18.3079 14.1224 18.6174 14.1632 18.9277 14.2043Z' fill='%23D8AF6D'/%3E%3Cpath d='M18.9199 12.4123C19.1325 12.445 19.2867 12.5085 19.3853 12.6056C19.4851 12.7047 19.5306 12.8337 19.5254 12.9905C19.5215 13.1366 19.467 13.2425 19.3633 13.303C19.2595 13.3684 19.1027 13.3876 18.8901 13.3578C18.5997 13.3181 18.3092 13.2783 18.0188 13.2386C18.0274 12.9218 18.037 12.6028 18.0474 12.2815C18.3378 12.3251 18.6286 12.3687 18.9199 12.4123Z' fill='%23D8AF6D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 11.0686C7.01217 8.43547 16.9878 8.43547 24 11.0686L22.0341 14.7553L23.6196 18.7055C16.1622 16.6177 7.83775 16.6177 0.380439 18.7055L1.9659 14.7553L0 11.0686ZM7.15802 11.6861C6.78334 11.4543 6.27902 11.3919 5.64248 11.4986C4.20858 11.7439 3.47347 12.5143 3.44881 13.7858C3.44708 14.1282 3.44708 14.4668 3.44881 14.8015C3.47215 15.973 4.2008 16.429 5.62565 16.1943C6.26738 16.0914 6.77428 15.8874 7.14896 15.5826C7.51845 15.2777 7.69748 14.892 7.691 14.4207C7.69013 14.3848 7.6897 14.3495 7.6897 14.3149C7.28606 14.37 6.88236 14.4268 6.47872 14.4851C6.47872 14.523 6.47915 14.5605 6.48002 14.5977C6.4826 14.7977 6.4113 14.9632 6.2661 15.0969C6.12997 15.2276 5.91863 15.3161 5.63083 15.3613C5.31578 15.4113 5.08366 15.3776 4.93198 15.2622C4.78421 15.141 4.70642 14.9131 4.70382 14.5727C4.70295 14.2553 4.70295 13.9356 4.70382 13.6137C4.70641 13.2367 4.7842 12.9529 4.93198 12.7702C5.07718 12.5894 5.30672 12.4739 5.61529 12.4229C5.8979 12.3777 6.11183 12.4057 6.25833 12.5095C6.40741 12.6115 6.48261 12.7721 6.48002 12.9905C6.48002 13.0263 6.47958 13.0619 6.47872 13.0972C6.88755 13.0369 7.29685 12.9782 7.70653 12.9212C7.70653 12.8827 7.70697 12.8448 7.70783 12.8076C7.7143 12.2911 7.5314 11.9141 7.15802 11.6861ZM16.9298 11.2014C16.8848 12.7718 16.858 14.2728 16.8494 15.7047C17.5633 15.8034 18.2773 15.9038 18.9912 16.0057C19.5124 16.0817 19.9207 16.0288 20.2137 15.848C20.5158 15.6691 20.6715 15.3767 20.6844 14.9718C20.6922 14.7323 20.6338 14.5169 20.5081 14.3235C20.4121 14.1687 20.2669 14.0331 20.0738 13.9167C20.2436 13.8474 20.3785 13.7551 20.4783 13.6406C20.6053 13.4829 20.6728 13.304 20.6793 13.1049C20.6935 12.7 20.5522 12.3652 20.2566 12.0988C19.9662 11.8237 19.5565 11.6391 19.0249 11.5496C18.3265 11.4323 17.6281 11.3162 16.9298 11.2014ZM9.60329 10.9417C9.19446 11.0007 8.78603 11.061 8.37807 11.1226C8.353 12.7442 8.35257 14.2767 8.37677 15.7201C9.5998 15.5534 10.8146 15.4155 12.0212 15.3065C12.0057 15.0776 11.9919 14.8416 11.9798 14.5986C11.1829 14.6435 10.3812 14.705 9.5748 14.7832C9.56357 13.5797 9.57304 12.2991 9.60329 10.9417ZM12.2093 10.6849C12.1669 11.8679 12.144 12.9705 12.1405 13.9926C12.1457 14.2677 12.2404 14.5092 12.4206 14.7169C12.6112 14.917 12.8614 15.0699 13.166 15.1824C13.4681 15.3036 13.8026 15.3805 14.172 15.4132C14.5428 15.4507 14.8722 15.4315 15.16 15.3497C15.4479 15.2699 15.6787 15.1315 15.8524 14.9352C16.0223 14.7342 16.1078 14.4899 16.1091 14.2032C16.1246 13.2004 16.1493 12.1603 16.183 11.0831C15.7967 11.0241 15.4103 10.9668 15.024 10.911C14.9877 12.0132 14.9638 13.0657 14.9526 14.0686C14.9539 14.286 14.88 14.4476 14.7361 14.5573C14.5896 14.6563 14.3938 14.6977 14.1449 14.6794C13.8933 14.663 13.6923 14.5967 13.542 14.4813C13.3942 14.3639 13.3203 14.1965 13.3164 13.9743C13.3224 12.9625 13.3467 11.8782 13.389 10.7214C12.9975 10.699 12.6042 10.6868 12.2093 10.6849Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-clubsz{background:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='4' width='20' height='3' rx='1.5' fill='%239AA1A9'/%3E%3Crect x='2' y='11' width='16' height='3' rx='1.5' fill='%239AA1A9'/%3E%3Crect x='2' y='18' width='10' height='3' rx='1.5' fill='%239AA1A9'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-copy2{background:url("data:image/svg+xml;utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.4038 16.0575V3.26875C17.4037 3.09039 17.3329 2.91934 17.2068 2.79322C17.0807 2.6671 16.9096 2.59625 16.7313 2.59625H3.9425C3.9425 1.8525 4.545 1.25 5.28875 1.25H17.4038C18.1475 1.25 18.75 1.8525 18.75 2.59625V14.7113C18.75 15.455 18.1475 16.0575 17.4038 16.0575ZM16.0575 5.28875V17.4038C16.0575 18.1475 15.455 18.75 14.7113 18.75H2.59625C2.2392 18.75 1.89678 18.6082 1.64431 18.3557C1.39184 18.1032 1.25 17.7608 1.25 17.4038V5.28875C1.25 4.545 1.8525 3.9425 2.59625 3.9425H14.7113C15.455 3.9425 16.0575 4.545 16.0575 5.28875ZM13.365 7.98125H3.9425C3.76414 7.98125 3.59309 8.0521 3.46697 8.17822C3.34085 8.30434 3.27 8.47539 3.27 8.65375C3.27 8.83211 3.34085 9.00316 3.46697 9.12928C3.59309 9.2554 3.76414 9.32625 3.9425 9.32625H13.365C13.5434 9.32625 13.7144 9.2554 13.8405 9.12928C13.9666 9.00316 14.0375 8.83211 14.0375 8.65375C14.0375 8.47539 13.9666 8.30434 13.8405 8.17822C13.7144 8.0521 13.5434 7.98125 13.365 7.98125ZM13.365 12.0187H3.9425C3.76414 12.0188 3.59309 12.0896 3.46697 12.2157C3.34085 12.3418 3.27 12.5129 3.27 12.6912C3.27 12.8696 3.34085 13.0407 3.46697 13.1668C3.59309 13.2929 3.76414 13.3638 3.9425 13.3638H13.365C13.5434 13.3638 13.7144 13.2929 13.8405 13.1668C13.9666 13.0407 14.0375 12.8696 14.0375 12.6912C14.0375 12.5129 13.9666 12.3418 13.8405 12.2157C13.7144 12.0896 13.5434 12.0187 13.365 12.0187Z' fill='%23D8AF6D'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-create{background:url("data:image/svg+xml;utf8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1331 13.3667C18.1331 13.6428 18.3569 13.8667 18.6331 13.8667H26.1663C26.4424 13.8667 26.6663 14.0906 26.6663 14.3667V17.6333C26.6663 17.9094 26.4424 18.1333 26.1663 18.1333H18.6331C18.3569 18.1333 18.1331 18.3572 18.1331 18.6333V26.1665C18.1331 26.4426 17.9092 26.6665 17.6331 26.6665H14.3665C14.0903 26.6665 13.8665 26.4426 13.8665 26.1665V18.6333C13.8665 18.3572 13.6426 18.1333 13.3665 18.1333H5.83325C5.55711 18.1333 5.33325 17.9094 5.33325 17.6333V14.3667C5.33325 14.0906 5.55711 13.8667 5.83325 13.8667H13.3665C13.6426 13.8667 13.8665 13.6428 13.8665 13.3667V5.8335C13.8665 5.55735 14.0903 5.3335 14.3665 5.3335H17.6331C17.9092 5.3335 18.1331 5.55735 18.1331 5.8335V13.3667Z' fill='%23232611'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-db{background:url("data:image/svg+xml;utf8,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.45628 0C8.67137 0 10.912 1.07723 10.912 2.04375C10.912 3.01027 8.67137 4.0875 5.45628 4.0875C2.24066 4.0875 0 3.00968 0 2.04316C0 1.07664 2.24066 0 5.45628 0ZM10.912 5.0546V3.38075C9.84548 4.34259 7.60269 4.85103 5.45628 4.85103C3.30987 4.85103 1.06655 4.34259 0 3.38075L0 5.0546C0 6.02112 2.24066 7.09894 5.45628 7.09894C8.67137 7.09894 10.912 6.02112 10.912 5.0546ZM10.912 6.49184C9.84548 7.45426 7.60269 7.96212 5.45628 7.96212C3.30987 7.96212 1.06655 7.45367 0 6.49184L0 7.74673C0 8.71325 2.24066 9.7899 5.45628 9.7899C8.67137 9.7899 10.912 8.71325 10.912 7.74673V6.49184Z' fill='%23A4A6B6'/%3E%3Cpath d='M5.54425 12C2.32863 12 0.0879749 10.9228 0.0879749 9.95567V9.05716C1.15452 10.019 3.39784 10.5274 5.54425 10.5274C7.69013 10.5274 9.93345 10.019 11 9.05716V9.95625C11 10.9228 8.75934 12 5.54425 12Z' fill='%23A4A6B6'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-dealer,[i-local-dealer=""]{background:url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='52' viewBox='0 0 48 52' fill='none'%3E%3Cg filter='url(%23filter0_d_6043_118012)'%3E%3Cpath d='M24 42C12.9543 42 4 33.0457 4 22V26C4 37.0457 12.9543 46 24 46C35.0457 46 44 37.0457 44 26V22C44 33.0457 35.0457 42 24 42Z' fill='url(%23paint0_linear_6043_118012)'/%3E%3Ccircle cx='24' cy='22' r='19' fill='url(%23paint1_linear_6043_118012)' stroke='url(%23paint2_linear_6043_118012)' stroke-width='2'/%3E%3Cpath d='M14.5 31V32H15.5H24.4883C27.892 32 30.6837 31.0365 32.6212 29.066C34.5561 27.098 35.5 24.2667 35.5 20.8129V20.7852C35.5 17.4731 34.5311 14.7403 32.5847 12.8385C30.6417 10.9399 27.8581 10 24.4883 10H15.5H14.5V11V31ZM23.5094 25.9113H21.9434V16.0887H23.5094C25.0176 16.0887 26.0894 16.5411 26.7901 17.2804C27.4977 18.0271 27.9528 19.1997 27.9528 20.8822V20.9099C27.9528 22.7381 27.5094 23.959 26.8166 24.7174C26.1377 25.4605 25.0798 25.9113 23.5094 25.9113Z' fill='%23262525' stroke='url(%23paint3_linear_6043_118012)' stroke-width='2'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_6043_118012' x='0' y='0' width='48' height='52' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_6043_118012'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_6043_118012' result='shape'/%3E%3C/filter%3E%3ClinearGradient id='paint0_linear_6043_118012' x1='24' y1='32' x2='24' y2='46' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23747474'/%3E%3Cstop offset='1' stop-color='%239C9C9E'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_6043_118012' x1='24' y1='2' x2='24' y2='42' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C3C3C3'/%3E%3Cstop offset='1' stop-color='%23F6F6F6'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_6043_118012' x1='24' y1='2' x2='24' y2='42' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0.14'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_6043_118012' x1='25' y1='11' x2='25' y2='31' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='white' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-delete{background:url("data:image/svg+xml;utf8,%3Csvg width='15' height='18' viewBox='0 0 15 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.866 1.3845H10.614C10.614 0.7575 10.137 0 9.549 0H5.8245C5.2365 0 4.7595 0.7575 4.7595 1.3845H1.5105C0.7905 1.3845 0 1.494 0 2.2305V3.3705H15V2.2305C15 1.4955 14.5845 1.3845 13.866 1.3845ZM1.326 4.7025V15.552C1.326 16.6545 2.382 18 3.4605 18H11.9145C12.9945 18 13.6995 16.6545 13.6995 15.552V4.7025H1.326ZM4.8795 15.7785H3.5775V6.1785H4.8795V15.7785ZM8.139 15.7785H6.84V6.1785H8.1405V15.7785H8.139ZM11.4 15.7785H10.098V6.1785H11.4V15.7785Z' fill='%239AA1A9'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-diamond{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.875 12C4.00414 13.4905 5.93756 15.16 7.6263 16.9657C9.34687 18.8055 10.8168 20.7919 12 22.875C13.1832 20.7915 14.6531 18.8055 16.3737 16.9657C18.062 15.16 19.9959 13.4905 22.125 12C19.9959 10.5095 18.0624 8.83999 16.3737 7.03429C14.6531 5.1945 13.1832 3.20814 12 1.125C10.8168 3.20855 9.34687 5.1945 7.6263 7.03429C5.93801 8.83999 4.00414 10.5095 1.875 12Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-dollar{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9167 6.04167C12.9167 5.53541 12.5063 5.125 12 5.125C11.4937 5.125 11.0833 5.53541 11.0833 6.04167V6.5C9.31142 6.5 7.875 7.93642 7.875 9.70833C7.875 11.4802 9.31142 12.9167 11.0833 12.9167H12.9167C13.6761 12.9167 14.2917 13.5323 14.2917 14.2917C14.2917 15.0511 13.6761 15.6667 12.9167 15.6667H10.9306C10.2555 15.6667 9.70833 15.1195 9.70833 14.4444C9.70833 13.9382 9.29793 13.5278 8.79167 13.5278C8.28541 13.5278 7.875 13.9382 7.875 14.4444C7.875 16.132 9.24302 17.5 10.9306 17.5H11.0833V17.9583C11.0833 18.4646 11.4937 18.875 12 18.875C12.5063 18.875 12.9167 18.4646 12.9167 17.9583V17.5C14.6886 17.5 16.125 16.0636 16.125 14.2917C16.125 12.5198 14.6886 11.0833 12.9167 11.0833H11.0833C10.3239 11.0833 9.70833 10.4677 9.70833 9.70833C9.70833 8.94894 10.3239 8.33333 11.0833 8.33333H13.0694C13.7445 8.33333 14.2917 8.88054 14.2917 9.55556C14.2917 10.0618 14.7021 10.4722 15.2083 10.4722C15.7146 10.4722 16.125 10.0618 16.125 9.55556C16.125 7.86802 14.757 6.5 13.0694 6.5H12.9167V6.04167Z' fill='currentColor'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM21.1667 12C21.1667 17.0626 17.0626 21.1667 12 21.1667C6.93739 21.1667 2.83333 17.0626 2.83333 12C2.83333 6.93739 6.93739 2.83333 12 2.83333C17.0626 2.83333 21.1667 6.93739 21.1667 12Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-double-arrow-up{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.25 15L9 10L3.75 15M14.25 8L9 3L3.75 8' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-edit{background:url("data:image/svg+xml;utf8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.45825 12.2503C1.45825 12.0956 1.51971 11.9472 1.62911 11.8378C1.7385 11.7285 1.88688 11.667 2.04159 11.667H12.5416C12.6182 11.667 12.694 11.6821 12.7648 11.7114C12.8356 11.7407 12.8999 11.7837 12.9541 11.8378C13.0082 11.892 13.0512 11.9563 13.0805 12.0271C13.1098 12.0979 13.1249 12.1737 13.1249 12.2503C13.1249 12.3269 13.1098 12.4028 13.0805 12.4736C13.0512 12.5443 13.0082 12.6086 12.9541 12.6628C12.8999 12.717 12.8356 12.7599 12.7648 12.7893C12.694 12.8186 12.6182 12.8337 12.5416 12.8337H2.04159C1.88688 12.8337 1.7385 12.7722 1.62911 12.6628C1.51971 12.5534 1.45825 12.405 1.45825 12.2503ZM9.244 1.16699C9.3207 1.16693 9.39665 1.182 9.46752 1.21132C9.53839 1.24065 9.60278 1.28367 9.657 1.33791L11.7873 3.46941C11.8967 3.5788 11.9581 3.72715 11.9581 3.88183C11.9581 4.0365 11.8967 4.18485 11.7873 4.29424L5.75509 10.3294C5.64571 10.4388 5.49737 10.5003 5.34267 10.5003H3.20825C3.05354 10.5003 2.90517 10.4389 2.79577 10.3295C2.68638 10.2201 2.62492 10.0717 2.62492 9.91699V7.79366C2.6248 7.63905 2.68606 7.49071 2.79525 7.38124L8.83158 1.33791C8.94096 1.22851 9.0893 1.16703 9.244 1.16699Z' fill='%239AA1A9'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-email{background:url("data:image/svg+xml;utf8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_43_719)'%3E%3Cpath d='M13.9155 2.85007L6.87446 6.91468L0.00896068 2.94984C0.0754725 1.91152 0.938279 1.08936 1.99323 1.08936H11.9386C12.9603 1.08936 13.8028 1.85794 13.9155 2.85007ZM13.9284 4.30594V10.4934C13.9284 11.5927 13.0379 12.4832 11.9386 12.4832H1.99323C0.893937 12.4832 0.00341797 11.5927 0.00341797 10.4934V4.41125L6.56038 8.19688C6.78578 8.32621 7.05737 8.30219 7.25321 8.15808C7.26244 8.15439 7.26983 8.14885 7.27907 8.1433L13.9284 4.30594Z' fill='%2386899F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_43_719'%3E%3Crect width='14' height='11.5405' fill='white' transform='translate(0 1)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-exit{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 17L3 12M3 12L8 7M3 12H15M15 3H16.2C17.8802 3 18.7202 3 19.362 3.32698C19.9265 3.6146 20.3854 4.07354 20.673 4.63803C21 5.27976 21 6.11984 21 7.8V16.2C21 17.8802 21 18.7202 20.673 19.362C20.3854 19.9265 19.9265 20.3854 19.362 20.673C18.7202 21 17.8802 21 16.2 21H15' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-gameHistory{background:url("data:image/svg+xml;utf8,%3Csvg width='15' height='18' viewBox='0 0 15 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7266 11.3096C12.5947 11.3097 13.4271 11.6547 14.041 12.2686C14.6549 12.8824 14.9999 13.7149 15 14.583C15 15.4513 14.655 16.2845 14.041 16.8984C13.4272 17.5122 12.5946 17.8573 11.7266 17.8574C10.8583 17.8574 10.0251 17.5124 9.41113 16.8984C8.79717 16.2845 8.45215 15.4513 8.45215 14.583C8.45222 13.7149 8.79734 12.8824 9.41113 12.2686C10.0251 11.6546 10.8583 11.3096 11.7266 11.3096ZM12.6074 0C12.9231 6.89255e-05 13.226 0.125436 13.4492 0.348633C13.6724 0.571877 13.7979 0.874767 13.7979 1.19043V10.6279C12.8408 10.1259 11.7336 9.98827 10.6826 10.2402C9.63188 10.4923 8.70828 11.1168 8.08301 11.998C7.45765 12.8795 7.1729 13.958 7.28223 15.0332C7.3916 16.1083 7.88781 17.1073 8.67773 17.8447H1.19043C0.874735 17.8447 0.57188 17.7193 0.348633 17.4961C0.125413 17.2729 4.32737e-05 16.97 0 16.6543V1.19043C0 0.87471 0.125395 0.571888 0.348633 0.348633C0.571886 0.125379 0.874702 5.48871e-06 1.19043 0H12.6074ZM11.7266 12.5C11.6476 12.5 11.5714 12.5311 11.5156 12.5869C11.4598 12.6427 11.4287 12.7189 11.4287 12.7979V14.583C11.4286 14.6221 11.4363 14.6611 11.4512 14.6973C11.4661 14.7334 11.488 14.7663 11.5156 14.7939C11.5433 14.8216 11.5761 14.8435 11.6123 14.8584C11.6485 14.8733 11.6875 14.881 11.7266 14.8809H13.5117C13.5508 14.8809 13.5899 14.8734 13.626 14.8584C13.6621 14.8434 13.695 14.8216 13.7227 14.7939C13.7503 14.7663 13.7722 14.7334 13.7871 14.6973C13.8021 14.6612 13.8096 14.6221 13.8096 14.583C13.8095 14.5441 13.8019 14.5057 13.7871 14.4697C13.7722 14.4337 13.7502 14.4006 13.7227 14.373C13.6951 14.3455 13.662 14.3235 13.626 14.3086C13.5899 14.2936 13.5508 14.2861 13.5117 14.2861H12.0234V12.7979C12.0234 12.7189 11.9923 12.6427 11.9365 12.5869C11.8808 12.5313 11.8053 12.5001 11.7266 12.5ZM5.02637 2.07227C4.98637 2.09929 1.76216 4.2828 1.76172 5.94336C1.76174 6.92146 2.43199 7.57422 3.43652 7.57422C3.89675 7.57403 4.4824 7.24804 4.77539 6.96289C4.77022 6.98623 4.51934 8.11392 4.02246 9.12207C3.9806 9.24434 6.19895 9.24434 6.11523 9.12207C5.61731 8.1927 5.32427 6.98338 5.31934 6.96289C5.61233 7.24816 6.15693 7.5742 6.65918 7.57422C7.62178 7.57415 8.33298 6.96215 8.33301 5.94336C8.33257 4.23208 5.0279 2.03256 5.02637 2.07227Z' fill='%2386899F'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-hands{background:url("data:image/svg+xml;utf8,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.52332 0C9.64975 0 9.77099 0.047937 9.86038 0.133266C9.94978 0.218594 10 0.334325 10 0.454997V9.54495C10 9.66562 9.94978 9.78135 9.86038 9.86668C9.77099 9.95201 9.64975 9.99994 9.52332 9.99994H2.37318C2.27806 10.0014 2.18483 9.97444 2.10658 9.92279C2.02833 9.87115 1.96898 9.79742 1.93684 9.71194L1.9316 9.69844C1.92532 9.68175 1.92007 9.66473 1.91589 9.64744L0.0138971 2.33449C-0.00131054 2.27569 -0.00406967 2.2146 0.00578143 2.15477C0.0156325 2.09495 0.0378956 2.0376 0.0712657 1.9861C0.104636 1.9346 0.148441 1.88997 0.200115 1.85483C0.251788 1.8197 0.31029 1.79476 0.37219 1.78149L1.90436 1.45399V0.454497C1.9045 0.333911 1.95478 0.218309 2.04416 0.133089C2.13354 0.0478683 2.25471 -7.28101e-08 2.38104 0H9.52332ZM8.09487 6.81796C7.96844 6.81796 7.8472 6.8659 7.75781 6.95123C7.66841 7.03656 7.61819 7.15229 7.61819 7.27296V8.18195C7.61607 8.24294 7.62683 8.30371 7.64981 8.36065C7.6728 8.41759 7.70756 8.46953 7.752 8.51339C7.79645 8.55725 7.84969 8.59212 7.90855 8.61594C7.9674 8.63976 8.03068 8.65203 8.09461 8.65203C8.15853 8.65203 8.22181 8.63976 8.28066 8.61594C8.33952 8.59212 8.39276 8.55725 8.43721 8.51339C8.48166 8.46953 8.51641 8.41759 8.5394 8.36065C8.56238 8.30371 8.57314 8.24294 8.57102 8.18195V7.27246C8.57088 7.15187 8.5206 7.03627 8.43122 6.95105C8.34184 6.86583 8.2212 6.81796 8.09487 6.81796ZM6.31755 3.34548C6.27281 3.29443 6.21688 3.25337 6.1537 3.22519C6.09053 3.19702 6.02165 3.18241 5.95192 3.18241C5.88219 3.18241 5.81331 3.19702 5.75014 3.22519C5.68696 3.25337 5.63103 3.29443 5.58629 3.34548L4.39565 4.70897C4.32442 4.7907 4.28542 4.89366 4.28542 4.99997C4.28542 5.10628 4.32442 5.20924 4.39565 5.29097L5.58629 6.65446C5.63103 6.70551 5.68696 6.74658 5.75014 6.77475C5.81331 6.80293 5.88219 6.81753 5.95192 6.81753C6.02165 6.81753 6.09053 6.80293 6.1537 6.77475C6.21688 6.74658 6.27281 6.70551 6.31755 6.65446L7.50819 5.29097C7.57942 5.20924 7.61842 5.10628 7.61842 4.99997C7.61842 4.89366 7.57942 4.7907 7.50819 4.70897L6.31755 3.34548ZM1.90436 2.38499L1.05525 2.56649L1.90384 5.82947L1.90436 2.38499ZM3.80897 1.36299C3.68255 1.36299 3.56131 1.41093 3.47191 1.49626C3.38252 1.58159 3.3323 1.69732 3.3323 1.81799V2.72698C3.33229 2.78674 3.34461 2.84592 3.36856 2.90113C3.39251 2.95634 3.42762 3.00651 3.47188 3.04876C3.51615 3.09102 3.5687 3.12454 3.62654 3.14741C3.68438 3.17028 3.74637 3.18205 3.80897 3.18205C3.87158 3.18205 3.93357 3.17028 3.99141 3.14741C4.04924 3.12454 4.1018 3.09102 4.14606 3.04876C4.19032 3.00651 4.22544 2.95634 4.24939 2.90113C4.27334 2.84592 4.28566 2.78674 4.28565 2.72698V1.81799C4.28551 1.6974 4.23523 1.5818 4.14585 1.49658C4.05647 1.41136 3.9353 1.36299 3.80897 1.36299Z' fill='%23A4A6B6'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-heart{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 21C11.9599 21 11.9198 20.9869 11.8865 20.9608C9.77759 19.3024 7.10155 17.0989 5.1101 14.7589C3.01742 12.3 2 10.086 2 7.99093C2 5.23907 4.2929 3 7.11097 3C9.38328 3 11.3552 4.47071 12 6.5326C12.6448 4.47071 14.6168 3 16.889 3C19.7071 3 22 5.23907 22 7.99093C22 10.086 20.9826 12.3 18.8896 14.7589C16.8981 17.0989 14.2221 19.3024 12.1131 20.9608C12.0802 20.9869 12.0401 21 12 21Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-history{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.73153 15.9998L10.692 15.8573C10.7189 15.8554 10.7424 15.8377 10.7525 15.8117C10.7626 15.786 10.7578 15.7565 10.7398 15.7356C10.2725 15.1932 9.97377 14.5376 9.86695 13.8253C10.0112 14.0076 10.1888 14.1603 10.3908 14.2739C10.686 14.4401 11.02 14.515 11.3568 14.4905C12.3281 14.4198 13.0633 13.5448 12.9957 12.54C12.914 11.3255 12.0973 10.5923 9.67325 8.41606C9.531 8.28854 9.38331 8.15586 9.22988 8.01788C9.20048 7.99145 9.15581 7.9947 9.13024 8.02513C9.04823 8.12273 8.96803 8.21799 8.8897 8.31105C8.84055 8.36942 8.79214 8.42692 8.74448 8.48359C6.63529 10.9896 5.92457 11.834 6.00623 13.0484C6.0738 14.0532 6.91891 14.8133 7.89024 14.7426C8.22702 14.7182 8.54788 14.5956 8.81786 14.3884C9.0026 14.2465 9.15809 14.0698 9.27652 13.8683C9.26595 14.5892 9.05791 15.2815 8.66782 15.8864C8.65296 15.9096 8.65199 15.9396 8.66551 15.9636C8.67903 15.9878 8.7046 16.0018 8.73153 15.9998Z' fill='currentColor'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.00696 5.59455C1.89866 4.04625 3.06639 2.70334 4.61514 2.59507L13.028 2.00696C14.5768 1.89869 15.92 3.06608 16.0284 4.61437L16.993 18.4055C17.1013 19.9538 15.9336 21.2967 14.3848 21.4049L5.97199 21.993C4.42323 22.1013 3.07992 20.9339 2.97162 19.3857L2.00696 5.59455ZM4.74588 4.46404C4.22963 4.50012 3.84038 4.94776 3.87648 5.46386L4.84114 19.255C4.87724 19.771 5.32501 20.1602 5.84126 20.1241L14.2541 19.536C14.7704 19.4999 15.1596 19.0523 15.1235 18.5362L14.1589 4.74506C14.1227 4.22896 13.675 3.83983 13.1587 3.87593L4.74588 4.46404Z' fill='currentColor'/%3E%3Cpath d='M16.0848 21.8129L18.389 21.9929C19.797 22.103 21.0182 20.9168 21.1166 19.3436L21.9937 5.33073C22.0921 3.75754 21.0305 2.39304 19.6225 2.28303L16 2C16.43 2.53836 16.7267 3.21642 16.8267 3.97289L19.5037 4.18204C19.973 4.2187 20.3269 4.67354 20.2941 5.19794L19.417 19.2108C19.3842 19.7352 18.9771 20.1306 18.5078 20.0939L17.4782 20.0135C17.1977 20.7626 16.7078 21.3951 16.0848 21.8129Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-host-transfer{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.243 2.42738C1.65074 2.82336 1.65074 3.69403 2.24301 4.09001L5.61881 6.34702C6.28327 6.79127 7.17461 6.315 7.17461 5.5157V4.25878H11.0996C14.4133 4.25878 17.0996 6.94507 17.0996 10.2588V10.8863C17.0996 11.4386 17.5473 11.8863 18.0996 11.8863C18.6519 11.8863 19.0996 11.4386 19.0996 10.8863V10.2588C19.0996 5.84051 15.5179 2.25878 11.0996 2.25878H7.17461V1.00169C7.17461 0.202389 6.28327 -0.273881 5.61881 0.170371L2.243 2.42738ZM11.925 14.6538H8C4.68629 14.6538 2 11.9675 2 8.65375V8.02625C2 7.47397 1.55229 7.02625 1 7.02625C0.447715 7.02625 0 7.47397 0 8.02625V8.65375C0 13.072 3.58172 16.6538 8 16.6538H11.925V17.9109C11.925 18.7101 12.8163 19.1864 13.4808 18.7422L16.8566 16.4852C17.4489 16.0892 17.4489 15.2185 16.8566 14.8225L13.4808 12.5655C12.8163 12.1213 11.925 12.5975 11.925 13.3968V14.6538Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-invite{background:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5897 14C13.4964 14 15.0365 14.0081 16.4686 14.483C17.9345 14.9692 19.3688 15.9773 19.8706 17.9839C20.149 19.0976 20.174 20.0508 19.8359 20.8203C19.4804 21.6294 18.799 22.0728 18.043 22.3117C17.3095 22.5433 16.4307 22.6085 15.5306 22.625C14.6413 22.6413 13.5886 22.6087 12.5897 22.6087C11.5907 22.6087 10.538 22.6413 9.64876 22.625C8.74856 22.6085 7.86988 22.5433 7.13636 22.3117C6.38027 22.0728 5.69895 21.6294 5.34339 20.8203C5.00527 20.0508 5.03029 19.0977 5.30875 17.9839C5.81054 15.9772 7.24482 14.9692 8.71075 14.483C10.1429 14.0081 11.6829 14 12.5897 14ZM12.5897 15.5652C11.6704 15.5652 10.3668 15.583 9.20345 15.9688C8.07384 16.3434 7.16018 17.0318 6.82709 18.364C6.58391 19.3368 6.64149 19.884 6.77614 20.1906C6.8934 20.4574 7.12526 20.6663 7.60817 20.8188C8.1137 20.9784 8.80062 21.0437 9.67729 21.0598C10.5651 21.0761 11.5018 21.0435 12.5897 21.0435C13.6775 21.0435 14.6142 21.0761 15.502 21.0598C16.3787 21.0437 17.0656 20.9784 17.5711 20.8188C18.0539 20.6663 18.2859 20.4574 18.4032 20.1906C18.5378 19.884 18.5954 19.3367 18.3522 18.364C18.0192 17.0318 17.1054 16.3434 15.9759 15.9688C14.8126 15.5829 13.509 15.5652 12.5897 15.5652Z' fill='%239AA1A9'/%3E%3Cpath d='M5.80705 13.7391C6.2391 13.7393 6.5891 14.0897 6.58915 14.5217C6.58913 14.9539 6.23874 15.3043 5.80654 15.3043C5.10652 15.3043 4.49644 15.3154 3.96415 15.5591C3.49092 15.7759 2.98167 16.2281 2.6435 17.3551C2.50415 17.8196 2.56073 18.2382 2.73215 18.525C2.89011 18.789 3.19734 19.0309 3.7741 19.0712C4.20523 19.1012 4.53065 19.4751 4.50066 19.9062C4.47063 20.3374 4.09667 20.6627 3.66557 20.6328C2.63482 20.561 1.83775 20.0785 1.38908 19.3285C0.954095 18.6011 0.901261 17.7151 1.14401 16.9057C1.58839 15.4245 2.36168 14.572 3.31197 14.1365C4.20316 13.7283 5.1587 13.7391 5.80705 13.7391Z' fill='%239AA1A9'/%3E%3Cpath d='M18.9998 13.7391C19.6482 13.7391 20.6037 13.7283 21.4949 14.1365C22.4452 14.572 23.2185 15.4245 23.6629 16.9057C23.9056 17.7151 23.8527 18.6012 23.4178 19.3285C22.9691 20.0785 22.172 20.561 21.1413 20.6328C20.7102 20.6628 20.3362 20.3374 20.3062 19.9062C20.2762 19.4751 20.6016 19.1012 21.0328 19.0712C21.6095 19.0309 21.9168 18.789 22.0747 18.525C22.2461 18.2382 22.3027 17.8196 22.1634 17.3551C21.8252 16.2281 21.3159 15.7759 20.8427 15.5591C20.3104 15.3154 19.7003 15.3043 19.0003 15.3043C18.5681 15.3044 18.2177 14.954 18.2177 14.5217C18.2178 14.0897 18.5677 13.7393 18.9998 13.7391Z' fill='%239AA1A9'/%3E%3Cpath d='M6.42814 3.18665C6.74029 3.10314 7.02194 3.36131 7.0207 3.68444C7.02023 3.80327 7.02108 3.92286 7.02325 4.04263C7.02797 4.30328 6.84542 4.52918 6.59832 4.61226C5.29145 5.05174 4.34992 6.28617 4.34985 7.74117C4.34985 9.33669 5.48201 10.6669 6.98657 10.9745C7.21239 11.0207 7.40185 11.1852 7.45837 11.4086C7.53562 11.714 7.63028 12.0208 7.74574 12.3125C7.77273 12.3807 7.72478 12.4577 7.65148 12.4577C5.04669 12.4577 2.93494 10.346 2.93494 7.74117C2.93501 5.55964 4.41656 3.7253 6.42814 3.18665Z' fill='%239AA1A9'/%3E%3Cpath d='M17.805 3.68444C17.8038 3.36134 18.0855 3.10322 18.3976 3.18665C20.4092 3.7253 21.8907 5.55964 21.8908 7.74117C21.8908 10.346 19.779 12.4577 17.1742 12.4577C17.101 12.4576 17.053 12.3806 17.08 12.3125C17.1954 12.0208 17.2901 11.714 17.3673 11.4086C17.4239 11.1851 17.6138 11.0207 17.8397 10.9745C19.3441 10.6668 20.4759 9.3366 20.4759 7.74117C20.4758 6.28614 19.5343 5.05172 18.2274 4.61226C17.9803 4.52918 17.7977 4.30328 17.8025 4.04263C17.8046 3.92286 17.8055 3.80327 17.805 3.68444Z' fill='%239AA1A9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5897 2C15.471 2.00011 17.807 4.33597 17.807 7.21739C17.807 10.0988 15.471 12.4347 12.5897 12.4348C9.70817 12.4348 7.37227 10.0989 7.37227 7.21739C7.37227 4.33591 9.70817 2 12.5897 2ZM12.5897 3.56522C10.5726 3.56522 8.93748 5.20035 8.93748 7.21739C8.93748 9.23443 10.5726 10.8696 12.5897 10.8696C14.6066 10.8695 16.2418 9.23436 16.2418 7.21739C16.2418 5.20042 14.6066 3.56533 12.5897 3.56522Z' fill='%239AA1A9'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-invite-fill{background:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5897 14C13.4964 14 15.0365 14.0081 16.4686 14.483C17.9345 14.9692 19.3688 15.9773 19.8706 17.9839C20.149 19.0976 20.174 20.0508 19.8359 20.8203C19.4804 21.6294 18.799 22.0728 18.043 22.3117C17.3095 22.5433 16.4307 22.6085 15.5306 22.625C14.6413 22.6413 13.5886 22.6087 12.5897 22.6087C11.5907 22.6087 10.538 22.6413 9.64876 22.625C8.74856 22.6085 7.86988 22.5433 7.13636 22.3117C6.38027 22.0728 5.69895 21.6294 5.34339 20.8203C5.00527 20.0508 5.03029 19.0977 5.30875 17.9839C5.81054 15.9772 7.24482 14.9692 8.71075 14.483C10.1429 14.0081 11.6829 14 12.5897 14ZM12.5897 15.5652C11.6704 15.5652 10.3668 15.583 9.20345 15.9688C8.07384 16.3434 7.16018 17.0318 6.82709 18.364C6.58391 19.3368 6.64149 19.884 6.77614 20.1906C6.8934 20.4574 7.12526 20.6663 7.60817 20.8188C8.1137 20.9784 8.80062 21.0437 9.67729 21.0598C10.5651 21.0761 11.5018 21.0435 12.5897 21.0435C13.6775 21.0435 14.6142 21.0761 15.502 21.0598C16.3787 21.0437 17.0656 20.9784 17.5711 20.8188C18.0539 20.6663 18.2859 20.4574 18.4032 20.1906C18.5378 19.884 18.5954 19.3367 18.3522 18.364C18.0192 17.0318 17.1054 16.3434 15.9759 15.9688C14.8126 15.5829 13.509 15.5652 12.5897 15.5652Z' fill='%23D8AF6D'/%3E%3Cpath d='M5.80705 13.7391C6.2391 13.7393 6.5891 14.0897 6.58915 14.5217C6.58913 14.9539 6.23874 15.3043 5.80654 15.3043C5.10652 15.3043 4.49644 15.3154 3.96415 15.5591C3.49092 15.7759 2.98167 16.2281 2.6435 17.3551C2.50415 17.8196 2.56073 18.2382 2.73215 18.525C2.89011 18.789 3.19734 19.0309 3.7741 19.0712C4.20523 19.1012 4.53065 19.4751 4.50066 19.9062C4.47063 20.3374 4.09667 20.6627 3.66557 20.6328C2.63482 20.561 1.83775 20.0785 1.38908 19.3285C0.954095 18.6011 0.901261 17.7151 1.14401 16.9057C1.58839 15.4245 2.36168 14.572 3.31197 14.1365C4.20316 13.7283 5.1587 13.7391 5.80705 13.7391Z' fill='%23D8AF6D'/%3E%3Cpath d='M18.9998 13.7391C19.6482 13.7391 20.6037 13.7283 21.4949 14.1365C22.4452 14.572 23.2185 15.4245 23.6629 16.9057C23.9056 17.7151 23.8527 18.6012 23.4178 19.3285C22.9691 20.0785 22.172 20.561 21.1413 20.6328C20.7102 20.6628 20.3362 20.3374 20.3062 19.9062C20.2762 19.4751 20.6016 19.1012 21.0328 19.0712C21.6095 19.0309 21.9168 18.789 22.0747 18.525C22.2461 18.2382 22.3027 17.8196 22.1634 17.3551C21.8252 16.2281 21.3159 15.7759 20.8427 15.5591C20.3104 15.3154 19.7003 15.3043 19.0003 15.3043C18.5681 15.3044 18.2177 14.954 18.2177 14.5217C18.2178 14.0897 18.5677 13.7393 18.9998 13.7391Z' fill='%23D8AF6D'/%3E%3Cpath d='M6.42814 3.18665C6.74029 3.10314 7.02194 3.36131 7.0207 3.68444C7.02023 3.80327 7.02108 3.92286 7.02325 4.04263C7.02797 4.30328 6.84542 4.52918 6.59832 4.61226C5.29145 5.05174 4.34992 6.28617 4.34985 7.74117C4.34985 9.33669 5.48201 10.6669 6.98657 10.9745C7.21239 11.0207 7.40185 11.1852 7.45837 11.4086C7.53562 11.714 7.63028 12.0208 7.74574 12.3125C7.77273 12.3807 7.72478 12.4577 7.65148 12.4577C5.04669 12.4577 2.93494 10.346 2.93494 7.74117C2.93501 5.55964 4.41656 3.7253 6.42814 3.18665Z' fill='%23D8AF6D'/%3E%3Cpath d='M17.805 3.68444C17.8038 3.36134 18.0855 3.10322 18.3976 3.18665C20.4092 3.7253 21.8907 5.55964 21.8908 7.74117C21.8908 10.346 19.779 12.4577 17.1742 12.4577C17.101 12.4576 17.053 12.3806 17.08 12.3125C17.1954 12.0208 17.2901 11.714 17.3673 11.4086C17.4239 11.1851 17.6138 11.0207 17.8397 10.9745C19.3441 10.6668 20.4759 9.3366 20.4759 7.74117C20.4758 6.28614 19.5343 5.05172 18.2274 4.61226C17.9803 4.52918 17.7977 4.30328 17.8025 4.04263C17.8046 3.92286 17.8055 3.80327 17.805 3.68444Z' fill='%23D8AF6D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5897 2C15.471 2.00011 17.807 4.33597 17.807 7.21739C17.807 10.0988 15.471 12.4347 12.5897 12.4348C9.70817 12.4348 7.37227 10.0989 7.37227 7.21739C7.37227 4.33591 9.70817 2 12.5897 2ZM12.5897 3.56522C10.5726 3.56522 8.93748 5.20035 8.93748 7.21739C8.93748 9.23443 10.5726 10.8696 12.5897 10.8696C14.6066 10.8695 16.2418 9.23436 16.2418 7.21739C16.2418 5.20042 14.6066 3.56533 12.5897 3.56522Z' fill='%23D8AF6D'/%3E%3Ccircle cx='12.5' cy='7.5' r='4.5' fill='%23D8AF6D'/%3E%3Cpath d='M6.49994 17.5C6.89994 15.5 10.6666 14.6667 12.4999 14.5C14.1666 14.5 17.8 15.2 19 18C20.2 20.8 17.8333 21.5 16.5 21.5C14 21.5 8.59994 21.4 6.99994 21C4.99994 20.5 5.99994 20 6.49994 17.5Z' fill='%23D8AF6D'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-kakao{background:url("data:image/svg+xml;utf8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_43_727)'%3E%3Cpath d='M7 1C10.866 1 14 3.44267 14 6.45667C14 9.47 10.866 11.9127 7 11.9127C6.61505 11.9129 6.23048 11.8884 5.84867 11.8393L2.91 13.7613C2.576 13.938 2.458 13.9187 2.59533 13.486L3.19 11.034C1.27 10.0607 0 8.374 0 6.45667C0 3.44333 3.134 1 7 1ZM10.938 6.37333L11.918 5.424C11.9745 5.36527 12.0061 5.28689 12.006 5.20536C12.0059 5.12384 11.9742 5.04553 11.9175 4.98694C11.8608 4.92835 11.7836 4.89405 11.7021 4.89126C11.6206 4.88847 11.5412 4.91742 11.4807 4.972L10.1953 6.216V5.188C10.1953 5.10456 10.1622 5.02454 10.1031 4.96554C10.0441 4.90655 9.96411 4.8734 9.88067 4.8734C9.79722 4.8734 9.7172 4.90655 9.65819 4.96554C9.59918 5.02454 9.56602 5.10456 9.566 5.188V6.89267C9.55421 6.9413 9.55421 6.99204 9.566 7.04067V8C9.56602 8.08344 9.59918 8.16346 9.65819 8.22246C9.7172 8.28145 9.79722 8.3146 9.88067 8.3146C9.96411 8.3146 10.0441 8.28145 10.1031 8.22246C10.1622 8.16346 10.1953 8.08344 10.1953 8V7.09133L10.48 6.816L11.432 8.17133C11.4558 8.20517 11.486 8.234 11.5209 8.25616C11.5558 8.27833 11.5947 8.2934 11.6355 8.30052C11.6762 8.30764 11.7179 8.30666 11.7583 8.29765C11.7986 8.28864 11.8368 8.27177 11.8707 8.248C11.9045 8.22423 11.9333 8.19403 11.9555 8.15912C11.9777 8.12421 11.9927 8.08528 11.9999 8.04455C12.007 8.00381 12.006 7.96207 11.997 7.92172C11.988 7.88136 11.9711 7.84317 11.9473 7.80933L10.938 6.37267V6.37333ZM8.966 7.656H7.99267V5.198C7.98894 5.11714 7.9542 5.04082 7.89566 4.98492C7.83712 4.92901 7.75928 4.89781 7.67833 4.89781C7.59739 4.89781 7.51955 4.92901 7.46101 4.98492C7.40247 5.04082 7.36773 5.11714 7.364 5.198V7.97067C7.364 8.144 7.504 8.28533 7.678 8.28533H8.966C9.00733 8.28534 9.04825 8.27721 9.08644 8.2614C9.12462 8.24559 9.15932 8.22241 9.18855 8.19319C9.21778 8.16397 9.24096 8.12928 9.25678 8.0911C9.2726 8.05292 9.28074 8.012 9.28074 7.97067C9.28074 7.92934 9.2726 7.88841 9.25678 7.85023C9.24096 7.81205 9.21778 7.77736 9.18855 7.74814C9.15932 7.71892 9.12462 7.69574 9.08644 7.67993C9.04825 7.66412 9.00733 7.65599 8.966 7.656ZM5.06133 6.928L5.52533 5.79L5.95067 6.928H5.06133ZM6.74333 7.25333L6.74467 7.24267C6.74451 7.16339 6.71425 7.08714 6.66 7.02933L5.96267 5.16267C5.93343 5.07371 5.87775 4.9958 5.80306 4.93933C5.72837 4.88286 5.63822 4.85054 5.54467 4.84667C5.45043 4.84625 5.35829 4.87454 5.28053 4.92778C5.20276 4.98101 5.14305 5.05666 5.10933 5.14467L4.002 7.86133C3.98637 7.89959 3.97843 7.94055 3.97864 7.98188C3.97884 8.02321 3.98718 8.06409 4.00318 8.10219C4.01919 8.14029 4.04254 8.17487 4.0719 8.20395C4.10127 8.23303 4.13608 8.25604 4.17433 8.27167C4.21259 8.28729 4.25355 8.29523 4.29488 8.29503C4.33621 8.29483 4.37709 8.28649 4.41519 8.27048C4.45329 8.25448 4.48787 8.23113 4.51695 8.20176C4.54603 8.1724 4.56904 8.13759 4.58467 8.09933L4.80467 7.55733H6.18467L6.384 8.09067C6.39755 8.13053 6.41897 8.16727 6.44698 8.19871C6.47499 8.23015 6.50902 8.25565 6.54707 8.27369C6.58511 8.29174 6.62639 8.30197 6.66845 8.30377C6.71052 8.30557 6.75252 8.29891 6.79197 8.28418C6.83142 8.26946 6.86751 8.24697 6.8981 8.21804C6.9287 8.18911 6.95318 8.15434 6.97009 8.11578C6.987 8.07721 6.996 8.03565 6.99656 7.99355C6.99712 7.95145 6.98922 7.90966 6.97333 7.87067L6.74333 7.25333ZM4.52867 5.20133C4.52867 5.11799 4.49561 5.03806 4.43674 4.97907C4.37787 4.92007 4.29801 4.88684 4.21467 4.88667H2.05133C2.01 4.88666 1.96908 4.89479 1.93089 4.9106C1.89271 4.92641 1.85801 4.94959 1.82879 4.97881C1.79956 5.00803 1.77637 5.04272 1.76056 5.0809C1.74474 5.11908 1.7366 5.16001 1.7366 5.20133C1.7366 5.24266 1.74474 5.28359 1.76056 5.32177C1.77637 5.35995 1.79956 5.39464 1.82879 5.42386C1.85801 5.45308 1.89271 5.47626 1.93089 5.49207C1.96908 5.50788 2.01 5.51601 2.05133 5.516H2.82467V8.00667C2.82469 8.09011 2.85785 8.17013 2.91686 8.22912C2.97586 8.28812 3.05589 8.32126 3.13933 8.32126C3.22278 8.32126 3.3028 8.28812 3.36181 8.22912C3.42082 8.17013 3.45398 8.09011 3.454 8.00667V5.516H4.214C4.29745 5.516 4.37749 5.48285 4.4365 5.42384C4.49551 5.36482 4.52867 5.28479 4.52867 5.20133Z' fill='%2386899F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_43_727'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-lang{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.05493 11H7.05009C7.2743 8.23681 8.1991 5.58442 9.72571 3.28983C6.16881 4.21597 3.46801 7.26324 3.05493 11ZM12 3.5508C10.3303 5.70194 9.30879 8.28683 9.05759 11H14.9424C14.6912 8.28683 13.6697 5.70194 12 3.5508ZM14.9424 13C14.6912 15.7132 13.6697 18.2981 12 20.4492C10.3303 18.2981 9.30879 15.7132 9.05759 13H14.9424ZM7.05009 13H3.05493C3.46801 16.7368 6.16881 19.784 9.72571 20.7102C8.1991 18.4156 7.2743 15.7632 7.05009 13ZM14.2743 20.7102C15.8009 18.4156 16.7257 15.7632 16.9499 13H20.9451C20.532 16.7368 17.8312 19.784 14.2743 20.7102ZM20.9451 11H16.9499C16.7257 8.23681 15.8009 5.58442 14.2743 3.28983C17.8312 4.21597 20.532 7.26324 20.9451 11ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-languge{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_268_3280)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.54569 9.16634H5.87499C6.06183 6.86369 6.8325 4.65336 8.10467 2.7412C5.14059 3.51298 2.88992 6.05237 2.54569 9.16634ZM9.99992 2.95867C8.60852 4.75129 7.75724 6.90537 7.54791 9.16634H12.4519C12.2426 6.90537 11.3913 4.75129 9.99992 2.95867ZM12.4519 10.833C12.2426 13.094 11.3913 15.2481 9.99992 17.0407C8.60852 15.2481 7.75724 13.094 7.54791 10.833H12.4519ZM5.87499 10.833H2.54569C2.88992 13.947 5.14059 16.4864 8.10467 17.2581C6.8325 15.346 6.06183 13.1357 5.87499 10.833ZM11.8952 17.2581C13.1673 15.346 13.938 13.1357 14.1248 10.833H17.4541C17.1099 13.947 14.8592 16.4864 11.8952 17.2581ZM17.4541 9.16634H14.1248C13.938 6.86369 13.1673 4.65336 11.8952 2.7412C14.8592 3.51298 17.1099 6.05237 17.4541 9.16634ZM0.833252 9.99967C0.833252 4.93706 4.93731 0.833008 9.99992 0.833008C15.0625 0.833008 19.1666 4.93706 19.1666 9.99967C19.1666 15.0623 15.0625 19.1663 9.99992 19.1663C4.93731 19.1663 0.833252 15.0623 0.833252 9.99967Z' fill='currentColor'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_268_3280'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-ledger{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 11C8 10.4477 8.44771 10 9 10H15C15.5523 10 16 10.4477 16 11C16 11.5523 15.5523 12 15 12H9C8.44771 12 8 11.5523 8 11Z' fill='currentColor'/%3E%3Cpath d='M9 15C8.44772 15 8 15.4477 8 16C8 16.5523 8.44772 17 9 17H13C13.5523 17 14 16.5523 14 16C14 15.4477 13.5523 15 13 15H9Z' fill='currentColor'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 1C7.89543 1 7 1.89543 7 3H6C4.34315 3 3 4.34315 3 6V19C3 21.2091 4.79086 23 7 23H17C19.2091 23 21 21.2091 21 19V6C21 4.34315 19.6569 3 18 3H17C17 1.89543 16.1046 1 15 1H9ZM17 5C17 6.10457 16.1046 7 15 7H9C7.89543 7 7 6.10457 7 5H6C5.44772 5 5 5.44772 5 6V19C5 20.1046 5.89543 21 7 21H17C18.1046 21 19 20.1046 19 19V6C19 5.44772 18.5523 5 18 5H17ZM9 3H15V5H9V3Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-lineicon{background:url("data:image/svg+xml;utf8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_43_723)'%3E%3Cg clip-path='url(%23clip1_43_723)'%3E%3Cpath d='M7.00591 0.524902C3.13653 0.524902 0 2.99395 0 6.03941C0 8.86831 2.70746 11.1983 6.19385 11.5157C6.25153 11.5255 6.30657 11.5471 6.35555 11.5791C6.40453 11.611 6.4464 11.6528 6.47856 11.7017C6.63332 11.9564 6.52335 12.4993 6.40318 13.1079C6.28301 13.7166 6.93649 13.4007 7.08105 13.3302C7.19614 13.2744 10.1581 11.6046 11.9215 9.96717C13.211 8.96681 14.0114 7.57668 14.0114 6.03961C14.0118 2.99395 10.8751 0.524902 7.00591 0.524902ZM4.6706 7.48262C4.6697 7.58165 4.62953 7.67627 4.55891 7.74569C4.48829 7.81511 4.393 7.85366 4.29398 7.85287H3.01319C2.78709 7.85287 2.48584 7.77474 2.48584 7.40853V4.66986C2.48626 4.62082 2.49633 4.57234 2.51548 4.52719C2.53463 4.48204 2.56249 4.44111 2.59746 4.40673C2.63244 4.37234 2.67384 4.34519 2.71931 4.32681C2.76478 4.30843 2.81342 4.29918 2.86246 4.2996H2.93782C2.98687 4.29918 3.03551 4.30843 3.08098 4.32681C3.12644 4.34519 3.16785 4.37234 3.20282 4.40672C3.23779 4.4411 3.26565 4.48204 3.2848 4.52718C3.30396 4.57233 3.31403 4.62081 3.31445 4.66985V7.03828H4.29379C4.39285 7.03743 4.48819 7.07596 4.55885 7.14539C4.62951 7.21482 4.66971 7.30947 4.67061 7.40853V7.48262H4.6706ZM5.72638 7.40896C5.72638 7.50873 5.68674 7.60442 5.61619 7.67497C5.54564 7.74552 5.44996 7.78515 5.35018 7.78515C5.25041 7.78515 5.15472 7.74552 5.08417 7.67497C5.01362 7.60442 4.97398 7.50873 4.97398 7.40896V4.7484C4.97398 4.64863 5.01362 4.55294 5.08417 4.48239C5.15472 4.41184 5.25041 4.3722 5.35018 4.3722C5.44996 4.3722 5.54564 4.41184 5.61619 4.48239C5.68674 4.55294 5.72638 4.64863 5.72638 4.7484V7.40896ZM9.03996 7.40896C9.02969 7.5047 8.98655 7.59393 8.91788 7.66144C8.8492 7.72895 8.75925 7.77057 8.66334 7.7792C8.57648 7.79404 8.48715 7.78159 8.40766 7.74357C8.32816 7.70555 8.26239 7.64383 8.21942 7.5669L7.00591 5.8649V7.40853C7.00356 7.50683 6.96286 7.60031 6.8925 7.669C6.82215 7.7377 6.72772 7.77615 6.62939 7.77615C6.53106 7.77615 6.43663 7.7377 6.36628 7.669C6.29593 7.60031 6.25523 7.50683 6.25288 7.40853V4.74373C6.25329 4.69472 6.26336 4.64627 6.2825 4.60114C6.30164 4.55602 6.32948 4.51511 6.36444 4.48075C6.39939 4.44639 6.44077 4.41925 6.48621 4.40088C6.53165 4.38251 6.58027 4.37327 6.62928 4.37369C6.71872 4.37424 6.8062 4.39997 6.8817 4.44791C6.95721 4.49586 7.01769 4.56409 7.05623 4.6448C7.17298 4.81719 8.28757 6.37122 8.28757 6.37122V4.74375C8.28999 4.64544 8.33074 4.55197 8.40112 4.48329C8.47151 4.41461 8.56595 4.37617 8.66429 4.37617C8.76263 4.37617 8.85708 4.41461 8.92746 4.48329C8.99785 4.55197 9.0386 4.64544 9.04101 4.74375V7.40854L9.03996 7.40896ZM11.2999 5.70652C11.3485 5.70652 11.3967 5.7161 11.4416 5.7347C11.4865 5.75331 11.5273 5.78058 11.5617 5.81496C11.5961 5.84934 11.6234 5.89016 11.642 5.93508C11.6606 5.98 11.6701 6.02815 11.6701 6.07677C11.6701 6.12539 11.6606 6.17354 11.642 6.21846C11.6234 6.26338 11.5961 6.30419 11.5617 6.33857C11.5273 6.37295 11.4865 6.40023 11.4416 6.41883C11.3967 6.43744 11.3485 6.44702 11.2999 6.44702H10.3205V7.03913H11.2999C11.3492 7.03797 11.3983 7.04669 11.4442 7.06478C11.4901 7.08286 11.532 7.10994 11.5673 7.14443C11.6026 7.17891 11.6306 7.22011 11.6498 7.26559C11.6689 7.31107 11.6788 7.35992 11.6788 7.40927C11.6788 7.45862 11.6689 7.50747 11.6498 7.55296C11.6306 7.59844 11.6026 7.63963 11.5673 7.67412C11.532 7.7086 11.4901 7.73568 11.4442 7.75377C11.3983 7.77185 11.3492 7.78057 11.2999 7.77942H9.83098C9.78681 7.77992 9.74296 7.77171 9.70197 7.75524C9.66097 7.73877 9.62363 7.71438 9.59207 7.68345C9.56052 7.65253 9.53538 7.61569 9.51808 7.57503C9.50079 7.53438 9.49169 7.49071 9.4913 7.44653V4.70722C9.49166 4.66302 9.50074 4.61933 9.51802 4.57865C9.5353 4.53797 9.56044 4.5011 9.592 4.47015C9.62356 4.43921 9.66092 4.41479 9.70193 4.39831C9.74294 4.38183 9.7868 4.37361 9.831 4.37412H11.2999C11.3492 4.37296 11.3983 4.38169 11.4442 4.39977C11.4901 4.41785 11.532 4.44493 11.5673 4.47942C11.6026 4.5139 11.6306 4.5551 11.6498 4.60058C11.6689 4.64606 11.6788 4.69491 11.6788 4.74426C11.6788 4.79361 11.6689 4.84247 11.6498 4.88795C11.6306 4.93343 11.6026 4.97463 11.5673 5.00911C11.532 5.0436 11.4901 5.07068 11.4442 5.08876C11.3983 5.10684 11.3492 5.11556 11.2999 5.11441H10.3205V5.70672H11.2999L11.2999 5.70652Z' fill='%2386899F'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_43_723'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_43_723'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-loading{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cy='12' cx='12' r='9' stroke='currentColor' stroke-width='2' fill='none' opacity='0.3'/%3E%3Cpath d='M12 3C16.9706 3 21 7.02944 21 12' stroke-width='2' fill='none' stroke='currentColor' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' dur='1s' repeatCount='indefinite' type='rotate' values='0 12 12;360 12 12'/%3E%3C/path%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-logo{background:url("data:image/svg+xml;utf8,%3Csvg width='42' height='30' viewBox='0 0 42 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.1744 0V1.56977H19.1279L9.7093 20.2907H15.5814V15.2326H14.593V13.5465H26.8605V15.2326H25.8721V20.2907H31.7442L22.3256 1.56977H21.2791V0H27.9651V1.56977H26.8605L40.407 28.3721H41.4535V30H34.7093V28.3721H35.6977L33.314 23.4884H25.8721V28.3721H26.8605V30H14.593V28.3721H15.5814V23.4884H8.13954L5.75581 28.3721H6.74419V30H0V28.3721H1.04651L14.593 1.56977H13.4884V0H20.1744ZM20.1744 15.2326V28.3721H21.2791V15.2326H20.1744Z' fill='%23D8AF6D'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-message{background:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_30_546)'%3E%3Cpath d='M6.03981 15.2885H18.007C18.4265 15.2885 18.7687 14.9486 18.7687 14.5268V9.7291C18.7687 6.37285 16.3171 3.59082 13.1086 3.07285C13.1578 2.94395 13.1859 2.80098 13.1859 2.65566C13.1859 2.01348 12.6656 1.49316 12.0234 1.49316C11.3812 1.49316 10.8609 2.01348 10.8609 2.65566C10.8609 2.80332 10.889 2.94395 10.9382 3.07285C7.72965 3.59082 5.27809 6.3752 5.27809 9.7291V14.5268C5.27809 14.9463 5.62027 15.2885 6.03981 15.2885ZM12.0234 22.4908C13.064 22.4908 13.9054 21.6471 13.9054 20.6088H10.1414C10.1414 21.6494 10.9828 22.4908 12.0234 22.4908ZM21.3679 18.3049L20.9765 17.5244C20.6296 16.8283 19.8586 16.3033 19.2304 16.3033H4.81637C4.18824 16.3033 3.41715 16.8283 3.07027 17.5244L2.67887 18.3049C2.26871 19.1275 2.52418 19.8494 3.2859 19.8494H20.7609C21.5226 19.8494 21.7804 19.1275 21.3679 18.3049Z' fill='%239AA1A9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_30_546'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-mic{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 8C10.4477 8 10 8.44772 10 9C10 9.55229 10.4477 10 11 10H13C13.5523 10 14 9.55229 14 9C14 8.44772 13.5523 8 13 8H11Z' fill='currentColor'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 1.5C8.68629 1.5 6 4.18629 6 7.5V10.5C6 13.8137 8.68629 16.5 12 16.5C15.3137 16.5 18 13.8137 18 10.5V7.5C18 4.18629 15.3137 1.5 12 1.5ZM12 3.5C9.79086 3.5 8 5.29086 8 7.5V10.5C8 12.7091 9.79086 14.5 12 14.5C14.2091 14.5 16 12.7091 16 10.5V7.5C16 5.29086 14.2091 3.5 12 3.5Z' fill='currentColor'/%3E%3Cpath d='M22 10.5C22 10.546 22 10.7225 21.9976 10.7225C21.8865 15.8072 17.9802 19.9566 12.9988 20.4506C12.9996 20.4669 13 20.4834 13 20.5V21.5C13 22.0523 12.5523 22.5 12 22.5C11.4477 22.5 11 22.0523 11 21.5V20.5C11 20.4834 11.0004 20.4669 11.0012 20.4506C6.05321 19.9599 2.16593 15.8626 2.00518 10.8246C2.00176 10.7909 2 10.7567 2 10.7221C2 10.1698 2.44772 9.72212 3 9.72212C3.55228 9.72212 4 10.1698 4 10.7221L4.00305 10.7225C4.12093 15.0378 7.65617 18.4999 12 18.4999C16.3439 18.4999 19.8791 15.0378 19.997 10.7225C19.997 10.7225 20 10.5524 20 10.5C20 9.94772 20.4477 9.5 21 9.5C21.5523 9.5 22 9.94772 22 10.5Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-mic-off{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 10.5C16 10.8871 15.945 11.2613 15.8425 11.6153L17.2889 13.3357C17.7426 12.4913 18 11.5257 18 10.5V7.5C18 4.18629 15.3137 1.5 12 1.5C10.6346 1.5 9.37569 1.9561 8.36736 2.72425L9.65674 4.25786C10.3153 3.78107 11.1248 3.5 12 3.5C14.2091 3.5 16 5.29086 16 7.5V10.5Z' fill='currentColor'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.32093 5.55895C6.11289 6.16778 6 6.82071 6 7.50001V10.5C6 13.8137 8.68629 16.5 12 16.5C13.051 16.5 14.0388 16.2298 14.8979 15.7551L16.2039 17.3076C14.9823 18.0636 13.5421 18.4999 12 18.4999C7.65617 18.4999 4.12093 15.0378 4.00305 10.7225L4 10.7221C4 10.1698 3.55228 9.72213 3 9.72213C2.44772 9.72213 2 10.1698 2 10.7221C2 10.7567 2.00176 10.7909 2.00518 10.8246C2.16593 15.8626 6.05321 19.9599 11.0012 20.4506C11.0004 20.4669 11 20.4834 11 20.5V21.5C11 22.0523 11.4477 22.5 12 22.5C12.5523 22.5 13 22.0523 13 21.5V20.5C13 20.4834 12.9996 20.4669 12.9988 20.4506C14.6514 20.2867 16.1857 19.7205 17.5024 18.8513L18.1591 19.632C18.509 20.0479 19.1296 20.1022 19.5464 19.7533C19.9646 19.4032 20.0191 18.7801 19.668 18.3627L6.13297 2.27249C5.78306 1.85653 5.1625 1.80226 4.7457 2.15117C4.32749 2.50126 4.27299 3.12439 4.62408 3.54176L6.32093 5.55895ZM8 7.555L13.5722 14.1792C13.0896 14.3857 12.5582 14.5 12 14.5C9.79086 14.5 8 12.7091 8 10.5V7.555Z' fill='currentColor'/%3E%3Cpath d='M18.6477 14.952L19.9763 16.5322C21.2048 14.9104 21.95 12.9024 21.9976 10.7225C21.9976 10.7225 22 10.546 22 10.5C22 9.94772 21.5523 9.5 21 9.5C20.4477 9.5 20 9.94772 20 10.5C20 10.5524 19.997 10.7225 19.997 10.7225C19.9543 12.2856 19.4632 13.7367 18.6477 14.952Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-mining{background:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_29_823)'%3E%3Cpath d='M3.63719 3.27119L14.0116 2.36354C15.1327 2.26546 16.1262 3.06582 16.2791 4.1679L16.2794 4.17179C16.284 4.20486 16.2883 4.23952 16.2914 4.27563L17.653 19.8383C17.754 20.9955 16.8971 22.0159 15.7398 22.1172L5.36541 23.0248C4.2082 23.126 3.18801 22.2698 3.08656 21.1127L1.72501 5.55003L1.71699 5.33507C1.73078 4.33991 2.44645 3.48701 3.4241 3.30061L3.63719 3.27119ZM19.5646 2.3708C20.7262 2.37085 21.6681 3.31298 21.6681 4.47477L21.6683 20.0967C21.6681 21.2583 20.7259 22.2002 19.5644 22.2002L19.081 22.1993C19.5351 21.4664 19.7671 20.5862 19.6862 19.6604L18.3247 4.09775C18.2695 3.46755 18.0751 2.88274 17.7756 2.37048L19.5646 2.3708Z' stroke='%239AA1A9'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.37116 9.06269C9.1131 9.08689 9.01236 9.38216 8.5859 9.8833C8.27448 10.2504 7.76342 10.7209 7.12669 11.2917C6.45195 11.8963 6.01522 12.5253 6.09296 13.4148C6.1304 13.8428 6.33635 14.2386 6.66545 14.5148C6.99458 14.7909 7.4201 14.925 7.84813 14.8875C8.06073 14.8704 8.26792 14.8115 8.45777 14.7143C8.64758 14.617 8.8166 14.4836 8.95476 14.3211C8.94493 14.3893 8.95135 14.4367 8.93329 14.5134C8.8868 14.7069 8.80863 14.9213 8.72182 15.1419C8.65286 15.3154 8.58751 15.4856 8.51143 15.6427C8.46594 15.7361 8.41914 15.7956 8.40025 15.8306C8.2451 16.1141 8.474 16.4591 8.79631 16.4309L11.2168 16.2192C11.5387 16.191 11.7046 15.8114 11.5025 15.5591C11.4775 15.528 11.4215 15.4775 11.3604 15.3934C11.2578 15.252 11.1639 15.0957 11.0663 14.9368C10.9421 14.7346 10.8283 14.5371 10.7489 14.3545C10.7174 14.2821 10.7155 14.2344 10.6943 14.1684C10.8586 14.3045 11.0482 14.4069 11.2521 14.4698C11.4559 14.5326 11.6702 14.5545 11.8825 14.5346C12.3106 14.4971 12.7063 14.2912 12.9825 13.9621C13.2587 13.633 13.3927 13.2074 13.3553 12.7794C13.2795 11.9137 12.7243 11.3382 11.9686 10.8681C11.2171 10.4009 10.6435 10.0367 10.2699 9.72626C9.78814 9.32533 9.61227 9.03997 9.37116 9.06269Z' fill='%239AA1A9'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_29_823'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-mining-fill{background:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_29_821)'%3E%3Cpath d='M19.5646 1.87095C21.0025 1.87098 22.168 3.03685 22.1681 4.47469L22.1683 20.0962C22.1683 21.5341 21.0025 22.7002 19.5646 22.7002L18.0276 22.6999C18.8277 21.9608 19.2902 20.8732 19.1881 19.7041L17.8266 4.14141C17.7483 3.24713 17.3527 2.45705 16.7612 1.8712L19.5646 1.87095Z' fill='%23D8AF6D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.9685 1.86541C15.3564 1.74398 16.5849 2.73504 16.7739 4.09977L16.7747 4.10327C16.7806 4.1458 16.7853 4.18894 16.7891 4.23218L18.1506 19.7943C18.2759 21.2268 17.2163 22.4896 15.7838 22.615L5.40904 23.5226C3.97659 23.6479 2.71376 22.5883 2.58843 21.1559L1.22692 5.59369C1.10159 4.16124 2.16124 2.89841 3.59369 2.77308L13.9685 1.86541ZM9.37107 9.06285C9.11301 9.08705 9.01227 9.38232 8.5858 9.88345C8.27439 10.2506 7.76333 10.721 7.1266 11.2919C6.45186 11.8964 6.01513 12.5254 6.09286 13.4149C6.13031 13.8429 6.33626 14.2387 6.66536 14.5149C6.99449 14.7911 7.42001 14.9252 7.84803 14.8877C8.06064 14.8705 8.26782 14.8116 8.45767 14.7144C8.64749 14.6172 8.8165 14.4837 8.95466 14.3213C8.94483 14.3895 8.95125 14.4368 8.9332 14.5135C8.88671 14.7071 8.80854 14.9214 8.72173 15.142C8.65277 15.3155 8.58742 15.4858 8.51133 15.6428C8.46584 15.7363 8.41905 15.7957 8.40016 15.8307C8.245 16.1142 8.4739 16.4593 8.79622 16.4311L11.2167 16.2193C11.5386 16.1911 11.7045 15.8116 11.5025 15.5593C11.4774 15.5282 11.4214 15.4777 11.3603 15.3936C11.2577 15.2522 11.1638 15.0958 11.0662 14.9369C10.942 14.7348 10.8282 14.5372 10.7488 14.3547C10.7173 14.2823 10.7154 14.2345 10.6942 14.1686C10.8585 14.3047 11.0481 14.4071 11.252 14.4699C11.4558 14.5328 11.6701 14.5547 11.8824 14.5347C12.3105 14.4973 12.7062 14.2914 12.9824 13.9622C13.2586 13.6331 13.3926 13.2076 13.3552 12.7796C13.2794 11.9139 12.7243 11.3383 11.9685 10.8682C11.217 10.401 10.6434 10.0369 10.2698 9.72642C9.78804 9.32548 9.61218 9.04013 9.37107 9.06285Z' fill='%23D8AF6D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_29_821'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-money{background:url("data:image/svg+xml;utf8,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.10361 0.0143062C9.92673 0.987125 11.1694 2.85408 11.1694 5C11.1694 7.14592 9.93417 9.00572 8.10361 9.98569C10.8346 9.82833 13 7.66094 13 5C12.9926 2.34621 10.8346 0.178827 8.10361 0.0143062ZM10.4327 5C10.4327 2.23891 8.09617 0 5.21637 0C2.33658 0 0 2.23891 0 5C0 7.76109 2.33658 10 5.21637 10C8.09617 10 10.4327 7.76109 10.4327 5ZM7.36692 5.87268C7.50086 5.87983 7.5976 5.9299 7.67201 6.01574C7.74642 6.10157 7.79107 6.20172 7.79851 6.32332C7.79107 6.44492 7.74642 6.55222 7.67201 6.63805C7.5976 6.72389 7.49342 6.76681 7.36692 6.78112L5.93074 6.77396V7.53219C5.90842 7.93991 5.67773 8.1402 5.23125 8.1402C5.00801 8.1402 4.83686 8.09013 4.7178 7.98999C4.5913 7.88984 4.53177 7.73963 4.51689 7.53219V6.78827H3.07327C2.93932 6.78112 2.83515 6.72389 2.76073 6.62375C2.68632 6.52361 2.64167 6.41631 2.62679 6.29471C2.64167 6.1731 2.68632 6.08011 2.76073 6.00143C2.83515 5.92275 2.93932 5.87983 3.07327 5.87268H4.51689V5.42203L3.07327 5.41488C2.93932 5.40773 2.83515 5.35765 2.76073 5.27897C2.68632 5.20029 2.64167 5.09299 2.62679 4.97139C2.64167 4.84979 2.68632 4.7568 2.76073 4.67811C2.83515 4.59943 2.93932 4.55651 3.07327 4.54936H4.15226L3.14768 2.85408C3.09559 2.79685 3.05094 2.72532 3.0063 2.63233C2.96165 2.5465 2.93932 2.44635 2.94677 2.33906C2.96909 2.20315 3.02118 2.09585 3.09559 2.01001C3.17001 1.92418 3.31139 1.87411 3.51231 1.84549C3.63137 1.85265 3.74299 1.89557 3.83228 1.9671C3.92902 2.03863 4.00343 2.11016 4.06297 2.19599L5.20149 4.1917L6.45163 2.18169C6.51116 2.103 6.58558 2.03147 6.68231 1.9671C6.77905 1.90272 6.88323 1.86695 7.00229 1.85265C7.0767 1.8598 7.14368 1.86695 7.21065 1.88126C7.27018 1.89557 7.32971 1.91702 7.37436 1.95279C7.419 1.98856 7.46365 2.03147 7.49342 2.09585C7.52318 2.16023 7.55295 2.23891 7.56783 2.33906C7.56783 2.47496 7.51574 2.61087 7.419 2.73248L6.2656 4.54936H7.36692C7.49342 4.55651 7.5976 4.59943 7.67201 4.67811C7.74642 4.7568 7.79107 4.84979 7.79851 4.97139C7.79107 5.09299 7.74642 5.20029 7.66457 5.28612C7.59016 5.37196 7.48598 5.42203 7.35203 5.42918L5.9233 5.43634V5.87268H7.36692ZM8.10361 0.0143062C9.92673 0.987125 11.1694 2.85408 11.1694 5C11.1694 7.14592 9.93417 9.00572 8.10361 9.98569C10.8346 9.82833 13 7.66094 13 5C12.9926 2.34621 10.8346 0.178827 8.10361 0.0143062ZM10.4327 5C10.4327 2.23891 8.09617 0 5.21637 0C2.33658 0 0 2.23891 0 5C0 7.76109 2.33658 10 5.21637 10C8.09617 10 10.4327 7.76109 10.4327 5ZM7.36692 5.87268C7.50086 5.87983 7.5976 5.9299 7.67201 6.01574C7.74642 6.10157 7.79107 6.20172 7.79851 6.32332C7.79107 6.44492 7.74642 6.55222 7.67201 6.63805C7.5976 6.72389 7.49342 6.76681 7.36692 6.78112L5.93074 6.77396V7.53219C5.90842 7.93991 5.67773 8.1402 5.23125 8.1402C5.00801 8.1402 4.83686 8.09013 4.7178 7.98999C4.5913 7.88984 4.53177 7.73963 4.51689 7.53219V6.78827H3.07327C2.93932 6.78112 2.83515 6.72389 2.76073 6.62375C2.68632 6.52361 2.64167 6.41631 2.62679 6.29471C2.64167 6.1731 2.68632 6.08011 2.76073 6.00143C2.83515 5.92275 2.93932 5.87983 3.07327 5.87268H4.51689V5.42203L3.07327 5.41488C2.93932 5.40773 2.83515 5.35765 2.76073 5.27897C2.68632 5.20029 2.64167 5.09299 2.62679 4.97139C2.64167 4.84979 2.68632 4.7568 2.76073 4.67811C2.83515 4.59943 2.93932 4.55651 3.07327 4.54936H4.15226L3.14768 2.85408C3.09559 2.79685 3.05094 2.72532 3.0063 2.63233C2.96165 2.5465 2.93932 2.44635 2.94677 2.33906C2.96909 2.20315 3.02118 2.09585 3.09559 2.01001C3.17001 1.92418 3.31139 1.87411 3.51231 1.84549C3.63137 1.85265 3.74299 1.89557 3.83228 1.9671C3.92902 2.03863 4.00343 2.11016 4.06297 2.19599L5.20149 4.1917L6.45163 2.18169C6.51116 2.103 6.58558 2.03147 6.68231 1.9671C6.77905 1.90272 6.88323 1.86695 7.00229 1.85265C7.0767 1.8598 7.14368 1.86695 7.21065 1.88126C7.27018 1.89557 7.32971 1.91702 7.37436 1.95279C7.419 1.98856 7.46365 2.03147 7.49342 2.09585C7.52318 2.16023 7.55295 2.23891 7.56783 2.33906C7.56783 2.47496 7.51574 2.61087 7.419 2.73248L6.2656 4.54936H7.36692C7.49342 4.55651 7.5976 4.59943 7.67201 4.67811C7.74642 4.7568 7.79107 4.84979 7.79851 4.97139C7.79107 5.09299 7.74642 5.20029 7.66457 5.28612C7.59016 5.37196 7.48598 5.42203 7.35203 5.42918L5.9233 5.43634V5.87268H7.36692Z' fill='%23A4A6B6'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-myceclub{background:url("data:image/svg+xml;utf8,%3Csvg width='71' height='50' viewBox='0 0 71 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_60_595)'%3E%3Cg opacity='0.5'%3E%3Cmask id='path-1-inside-1_60_595' fill='white'%3E%3Cpath d='M35.3389 2.83398C41.0869 2.78672 47.0194 3.88133 51.3994 6.83594L50.71 10.6963L54.8457 12.8252C54.5124 24.9997 57.8458 39.1665 35.4092 47.8281C35.3891 47.8505 35.3681 47.7924 35.3457 47.6602C35.3233 47.7923 35.3023 47.8504 35.2822 47.8281C19.981 41.6666 15.8457 38.3329 15.8457 12.8252L19.9814 10.6963L19.292 6.83594C23.6718 3.88148 29.4856 2.78688 35.3389 2.83398Z'/%3E%3C/mask%3E%3Cpath d='M35.3389 2.83398L35.3255 4.5006C35.3345 4.50067 35.3435 4.50067 35.3526 4.50059L35.3389 2.83398ZM51.3994 6.83594L53.0401 7.12896C53.1561 6.47968 52.8782 5.82309 52.3315 5.45425L51.3994 6.83594ZM50.71 10.6963L49.0693 10.4033C48.9406 11.1234 49.2967 11.8433 49.9472 12.1782L50.71 10.6963ZM54.8457 12.8252L56.5117 12.8708C56.5293 12.2304 56.1781 11.6366 55.6085 11.3433L54.8457 12.8252ZM35.4092 47.8281L34.8089 46.2733C34.5642 46.3678 34.3451 46.5188 34.1697 46.7139L35.4092 47.8281ZM35.3457 47.6602L36.9889 47.3816C36.853 46.5801 36.1587 45.9935 35.3457 45.9935C34.5328 45.9935 33.8384 46.58 33.7025 47.3816L35.3457 47.6602ZM35.2822 47.8281L36.5197 46.7117C36.35 46.5236 36.1397 46.3767 35.9048 46.2821L35.2822 47.8281ZM15.8457 12.8252L15.0829 11.3433C14.5279 11.629 14.179 12.2009 14.179 12.8252H15.8457ZM19.9814 10.6963L20.7442 12.1782C21.3947 11.8433 21.7508 11.1234 21.6222 10.4033L19.9814 10.6963ZM19.292 6.83594L18.3599 5.45425C17.8132 5.82309 17.5353 6.47968 17.6513 7.12896L19.292 6.83594ZM35.3389 2.83398L35.3526 4.50059C40.9305 4.45473 46.4786 5.52693 50.4674 8.21763L51.3994 6.83594L52.3315 5.45425C47.5602 2.23573 41.2434 1.11871 35.3252 1.16737L35.3389 2.83398ZM51.3994 6.83594L49.7587 6.54291L49.0693 10.4033L50.71 10.6963L52.3507 10.9893L53.0401 7.12896L51.3994 6.83594ZM50.71 10.6963L49.9472 12.1782L54.0829 14.3071L54.8457 12.8252L55.6085 11.3433L51.4728 9.21443L50.71 10.6963ZM54.8457 12.8252L53.1797 12.7796C53.137 14.3379 53.1531 15.9224 53.1685 17.4858C53.184 19.0598 53.1987 20.6155 53.1572 22.1679C53.0742 25.2727 52.7666 28.2725 51.8323 31.1253C50.0086 36.6939 45.6709 42.0801 34.8089 46.2733L35.4092 47.8281L36.0094 49.383C47.5841 44.9146 52.798 38.8865 55.0001 32.1627C56.0787 28.8692 56.4025 25.5033 56.4893 22.257C56.5328 20.6339 56.5171 19.0178 56.5017 17.453C56.4862 15.8775 56.4711 14.3562 56.5117 12.8708L54.8457 12.8252ZM35.4092 47.8281L34.1697 46.7139C34.3159 46.5512 34.6582 46.2404 35.2118 46.1769C35.8037 46.1091 36.2447 46.3656 36.4735 46.5601C36.6832 46.7384 36.7952 46.9249 36.8394 47.0036C36.8923 47.0978 36.9238 47.1765 36.9396 47.2188C36.9893 47.352 36.9992 47.442 36.9889 47.3816L35.3457 47.6602L33.7025 47.9387C33.7147 48.0106 33.7462 48.1957 33.8171 48.3854C33.8258 48.4089 33.9515 48.7912 34.3144 49.0997C34.5483 49.2985 34.9945 49.557 35.5915 49.4886C36.1501 49.4245 36.4974 49.1106 36.6486 48.9424L35.4092 47.8281ZM35.3457 47.6602L33.7025 47.3816C33.6923 47.4416 33.7021 47.3517 33.7519 47.2186C33.7677 47.1763 33.7991 47.0978 33.8518 47.0039C33.896 46.9252 34.0075 46.7394 34.2162 46.5615C34.4433 46.3679 34.8825 46.1106 35.4738 46.1762C36.0282 46.2378 36.3721 46.5481 36.5197 46.7117L35.2822 47.8281L34.0448 48.9446C34.1973 49.1137 34.5463 49.427 35.1058 49.4892C35.7022 49.5554 36.1465 49.2961 36.3788 49.0981C36.74 48.7902 36.8653 48.4094 36.8743 48.3854C36.9452 48.1958 36.9767 48.0108 36.9889 47.9388L35.3457 47.6602ZM35.2822 47.8281L35.9048 46.2821C28.2015 43.1801 23.8672 40.9718 21.2458 36.7085C18.5748 32.3645 17.5124 25.6062 17.5124 12.8252H15.8457H14.179C14.179 25.5519 15.1843 33.2143 18.4063 38.4544C21.6778 43.7752 27.0618 46.3146 34.6597 49.3741L35.2822 47.8281ZM15.8457 12.8252L16.6085 14.3071L20.7442 12.1782L19.9814 10.6963L19.2186 9.21443L15.0829 11.3433L15.8457 12.8252ZM19.9814 10.6963L21.6222 10.4033L20.9327 6.54291L19.292 6.83594L17.6513 7.12896L18.3407 10.9893L19.9814 10.6963ZM19.292 6.83594L20.224 8.21763C24.2146 5.52574 29.6457 4.45488 35.3255 4.5006L35.3389 2.83398L35.3523 1.16737C29.3255 1.11887 23.129 2.23722 18.3599 5.45425L19.292 6.83594Z' fill='url(%23paint0_linear_60_595)' mask='url(%23path-1-inside-1_60_595)'/%3E%3C/g%3E%3Cmask id='path-3-inside-2_60_595' fill='white'%3E%3Cpath d='M35.3389 2.83398C41.0869 2.78672 47.0194 3.88133 51.3994 6.83594L50.71 10.6963L54.8457 12.8252C54.5124 24.9997 57.8458 39.1665 35.4092 47.8281C35.3891 47.8505 35.3681 47.7924 35.3457 47.6602C35.3233 47.7923 35.3023 47.8504 35.2822 47.8281C19.981 41.6666 15.8457 38.3329 15.8457 12.8252L19.9814 10.6963L19.292 6.83594C23.6718 3.88148 29.4856 2.78688 35.3389 2.83398Z'/%3E%3C/mask%3E%3Cpath d='M35.3389 2.83398L35.3322 3.6674L35.3457 3.66729L35.3389 2.83398ZM51.3994 6.83594L52.2198 6.98245C52.2777 6.65781 52.1388 6.32951 51.8654 6.14509L51.3994 6.83594ZM50.71 10.6963L49.8896 10.5498C49.8253 10.9099 50.0033 11.2698 50.3286 11.4372L50.71 10.6963ZM54.8457 12.8252L55.6787 12.848C55.6875 12.5278 55.5119 12.2309 55.2271 12.0843L54.8457 12.8252ZM35.4092 47.8281L35.1091 47.0507C34.9867 47.098 34.8772 47.1734 34.7894 47.271L35.4092 47.8281ZM35.3457 47.6602L36.1673 47.5209C36.0994 47.1201 35.7522 46.8268 35.3457 46.8268C34.9392 46.8268 34.592 47.1201 34.5241 47.5209L35.3457 47.6602ZM35.2822 47.8281L35.901 47.2699C35.8161 47.1759 35.711 47.1024 35.5935 47.0551L35.2822 47.8281ZM15.8457 12.8252L15.4643 12.0843C15.1868 12.2271 15.0124 12.5131 15.0124 12.8252H15.8457ZM19.9814 10.6963L20.3628 11.4372C20.6881 11.2698 20.8661 10.9099 20.8018 10.5498L19.9814 10.6963ZM19.292 6.83594L18.826 6.14509C18.5526 6.32951 18.4137 6.65781 18.4716 6.98245L19.292 6.83594ZM35.3389 2.83398L35.3457 3.66729C41.0087 3.62073 46.749 4.70413 50.9334 7.52678L51.3994 6.83594L51.8654 6.14509C47.2898 3.05853 41.1651 1.95272 35.332 2.00068L35.3389 2.83398ZM51.3994 6.83594L50.5791 6.68942L49.8896 10.5498L50.71 10.6963L51.5303 10.8428L52.2198 6.98245L51.3994 6.83594ZM50.71 10.6963L50.3286 11.4372L54.4643 13.5661L54.8457 12.8252L55.2271 12.0843L51.0914 9.95536L50.71 10.6963ZM54.8457 12.8252L54.0127 12.8024C53.9705 14.3424 53.9864 15.9112 54.0018 17.4776C54.0172 19.0493 54.0322 20.6201 53.9902 22.1902C53.9062 25.3303 53.5946 28.4217 52.6242 31.3846C50.7059 37.242 46.1492 42.7887 35.1091 47.0507L35.4092 47.8281L35.7093 48.6055C47.1058 44.2059 52.1007 38.3384 54.2081 31.9033C55.2507 28.72 55.5704 25.4457 55.6563 22.2348C55.6992 20.6293 55.6838 19.0283 55.6684 17.4612C55.6529 15.8887 55.6376 14.3516 55.6787 12.848L54.8457 12.8252ZM35.4092 47.8281L34.7894 47.271C34.8613 47.1911 35.0312 47.0364 35.3067 47.0048C35.6014 46.971 35.8206 47.0989 35.9337 47.195C36.0373 47.283 36.092 47.3746 36.1128 47.4116C36.1379 47.4564 36.1524 47.4928 36.1589 47.5105C36.1786 47.5629 36.178 47.5841 36.1673 47.5209L35.3457 47.6602L34.5241 47.7994C34.5358 47.8684 34.557 47.9848 34.5977 48.0937C34.6047 48.1126 34.6702 48.3084 34.8542 48.4648C34.9724 48.5653 35.1968 48.695 35.4965 48.6607C35.7771 48.6285 35.952 48.4708 36.0289 48.3852L35.4092 47.8281ZM35.3457 47.6602L34.5241 47.5209C34.5134 47.5839 34.5129 47.5627 34.5325 47.5103C34.5391 47.4927 34.5535 47.4564 34.5785 47.4117C34.5993 47.3747 34.6538 47.2835 34.7568 47.1957C34.8691 47.1 35.0874 46.9718 35.3818 47.0045C35.6578 47.0351 35.8284 47.1895 35.901 47.2699L35.2822 47.8281L34.6635 48.3863C34.741 48.4723 34.9168 48.6297 35.1978 48.661C35.4972 48.6942 35.7207 48.5641 35.8381 48.464C36.0213 48.3078 36.0866 48.1128 36.0937 48.0937C36.1344 47.9848 36.1556 47.8685 36.1673 47.7995L35.3457 47.6602ZM35.2822 47.8281L35.5935 47.0551C27.9166 43.9637 23.3198 41.6727 20.5359 37.145C17.7272 32.577 16.679 25.5926 16.679 12.8252H15.8457H15.0124C15.0124 25.5655 16.0319 33.0018 19.1161 38.018C22.2252 43.0744 27.3467 45.531 34.9709 48.6011L35.2822 47.8281ZM15.8457 12.8252L16.2271 13.5661L20.3628 11.4372L19.9814 10.6963L19.6 9.95536L15.4643 12.0843L15.8457 12.8252ZM19.9814 10.6963L20.8018 10.5498L20.1123 6.68942L19.292 6.83594L18.4716 6.98245L19.1611 10.8428L19.9814 10.6963ZM19.292 6.83594L19.758 7.52678C23.9432 4.70361 29.5656 3.62088 35.3322 3.66729L35.3389 2.83398L35.3456 2.00068C29.4055 1.95287 23.4004 3.05935 18.826 6.14509L19.292 6.83594Z' fill='url(%23paint1_linear_60_595)' mask='url(%23path-3-inside-2_60_595)'/%3E%3Cmask id='path-5-inside-3_60_595' fill='white'%3E%3Cpath d='M35.1323 6.21191C39.6523 6.17475 44.3148 7.02032 47.8003 9.29395C47.9105 9.36599 47.9659 9.49727 47.9429 9.62695L47.5347 11.9102C47.4717 12.263 47.6419 12.6174 47.9565 12.7891L51.1167 14.5117C51.6665 14.8116 52.001 15.3943 51.9907 16.0205C51.8332 25.6056 52.725 37.6095 35.4019 44.2998C35.3986 44.301 35.3979 44.3014 35.395 44.3037C35.3727 44.3215 35.32 44.3212 35.2974 44.3037C35.2942 44.3013 35.2931 44.3011 35.2896 44.2998C22.5427 39.6482 19.823 34.6486 18.7407 16.1016C18.7022 15.4395 19.0627 14.8095 19.6558 14.5127L23.0815 12.7988C23.4305 12.624 23.6118 12.2303 23.5171 11.8516L22.9019 9.39355C22.8679 9.25763 22.9233 9.11472 23.0405 9.03809C26.5013 6.78062 30.5361 6.1749 35.1323 6.21191Z'/%3E%3C/mask%3E%3Cpath d='M35.1323 6.21191L35.127 6.87865L35.1378 6.87856L35.1323 6.21191ZM47.8003 9.29395L48.165 8.73587L48.1645 8.73557L47.8003 9.29395ZM47.9429 9.62695L48.5991 9.74428L48.5992 9.74363L47.9429 9.62695ZM47.5347 11.9102L46.8784 11.7928L46.8784 11.793L47.5347 11.9102ZM47.9565 12.7891L47.6374 13.3744L47.6375 13.3744L47.9565 12.7891ZM51.1167 14.5117L51.436 13.9265L51.4358 13.9264L51.1167 14.5117ZM51.9907 16.0205L51.3241 16.0096V16.0096L51.9907 16.0205ZM35.4019 44.2998L35.6393 44.9228L35.642 44.9217L35.4019 44.2998ZM35.395 44.3037L34.9813 43.7809L34.9796 43.7823L35.395 44.3037ZM35.2974 44.3037L34.886 44.8284L34.8899 44.8314L35.2974 44.3037ZM35.2896 44.2998L35.061 44.9261L35.0634 44.9269L35.2896 44.2998ZM18.7407 16.1016L18.0752 16.1403L18.0752 16.1404L18.7407 16.1016ZM19.6558 14.5127L19.3575 13.9165L19.3574 13.9165L19.6558 14.5127ZM23.0815 12.7988L23.3798 13.395L23.3801 13.3949L23.0815 12.7988ZM23.5171 11.8516L24.1639 11.6899L24.1638 11.6897L23.5171 11.8516ZM22.9019 9.39355L22.2551 9.55522L22.2551 9.55543L22.9019 9.39355ZM23.0405 9.03809L22.6763 8.47971L22.6759 8.48L23.0405 9.03809ZM35.1323 6.21191L35.1378 6.87856C39.5901 6.84195 44.1037 7.67859 47.4361 9.85232L47.8003 9.29395L48.1645 8.73557C44.5259 6.36205 39.7146 5.50755 35.1268 5.54527L35.1323 6.21191ZM47.8003 9.29395L47.4356 9.85202C47.3178 9.77501 47.2637 9.63836 47.2865 9.51028L47.9429 9.62695L48.5992 9.74363C48.6681 9.35619 48.5033 8.95698 48.165 8.73587L47.8003 9.29395ZM47.9429 9.62695L47.2866 9.50962L46.8784 11.7928L47.5347 11.9102L48.1909 12.0275L48.5991 9.74428L47.9429 9.62695ZM47.5347 11.9102L46.8784 11.793C46.7649 12.4283 47.0711 13.0655 47.6374 13.3744L47.9565 12.7891L48.2757 12.2038C48.2126 12.1694 48.1784 12.0978 48.191 12.0274L47.5347 11.9102ZM47.9565 12.7891L47.6375 13.3744L50.7976 15.0971L51.1167 14.5117L51.4358 13.9264L48.2756 12.2037L47.9565 12.7891ZM51.1167 14.5117L50.7974 15.097C51.1264 15.2764 51.3304 15.6276 51.3241 16.0096L51.9907 16.0205L52.6573 16.0315C52.6716 15.1611 52.2065 14.3468 51.436 13.9265L51.1167 14.5117ZM51.9907 16.0205L51.3241 16.0096C51.2445 20.8569 51.4203 26.107 49.5122 31.0037C47.6279 35.8393 43.6755 40.3898 35.1617 43.6779L35.4019 44.2998L35.642 44.9217C44.4513 41.5195 48.7146 36.723 50.7546 31.4878C52.7707 26.3136 52.5794 20.7692 52.6573 16.0315L51.9907 16.0205ZM35.4019 44.2998L35.1644 43.6769C35.1628 43.6775 35.1186 43.6935 35.0685 43.722C35.0192 43.75 34.9835 43.7792 34.9813 43.7809L35.395 44.3037L35.8087 44.8265C35.8075 44.8274 35.7986 44.8346 35.7865 44.8433C35.7726 44.8533 35.7528 44.8667 35.7281 44.8807C35.7032 44.8949 35.6813 44.9052 35.665 44.9123C35.6511 44.9183 35.6401 44.9225 35.6393 44.9227L35.4019 44.2998ZM35.395 44.3037L34.9796 43.7823C35.0693 43.7108 35.1563 43.6813 35.2054 43.6685C35.2593 43.6545 35.3076 43.6502 35.3476 43.6503C35.3877 43.6503 35.4349 43.6549 35.4871 43.6684C35.5345 43.6808 35.6178 43.7088 35.7048 43.7761L35.2974 44.3037L34.8899 44.8314C35.0671 44.9682 35.2573 44.9834 35.345 44.9836C35.4309 44.9838 35.6285 44.9701 35.8104 44.8252L35.395 44.3037ZM35.2974 44.3037L35.7087 43.779C35.6789 43.7557 35.6325 43.7231 35.57 43.6946C35.5444 43.683 35.5236 43.6755 35.5167 43.673C35.5135 43.6719 35.5102 43.6707 35.5111 43.671C35.5112 43.6711 35.5132 43.6717 35.5157 43.6727L35.2896 44.2998L35.0634 44.9269C35.0668 44.9282 35.0696 44.9292 35.0704 44.9294C35.0721 44.93 35.0695 44.9291 35.0669 44.9282C35.0613 44.9262 35.0417 44.9191 35.0173 44.908C34.9904 44.8958 34.9642 44.8816 34.939 44.8657C34.9155 44.8509 34.8974 44.8373 34.8861 44.8284L35.2974 44.3037ZM35.2896 44.2998L35.5181 43.6735C29.1933 41.3655 25.5078 39.0229 23.2175 35.0768C20.898 31.0806 19.9479 25.3447 19.4063 16.0627L18.7407 16.1016L18.0752 16.1404C18.6158 25.4055 19.5667 31.443 22.0643 35.7462C24.5911 40.0996 28.6389 42.5825 35.061 44.9261L35.2896 44.2998ZM18.7407 16.1016L19.4063 16.0629C19.3831 15.664 19.6018 15.2852 19.9541 15.1089L19.6558 14.5127L19.3574 13.9165C18.5235 14.3338 18.0214 15.215 18.0752 16.1403L18.7407 16.1016ZM19.6558 14.5127L19.954 15.1089L23.3798 13.395L23.0815 12.7988L22.7833 12.2026L19.3575 13.9165L19.6558 14.5127ZM23.0815 12.7988L23.3801 13.3949C24.008 13.0804 24.3344 12.3719 24.1639 11.6899L23.5171 11.8516L22.8703 12.0133C22.8892 12.0886 22.8531 12.1676 22.783 12.2028L23.0815 12.7988ZM23.5171 11.8516L24.1638 11.6897L23.5486 9.23168L22.9019 9.39355L22.2551 9.55543L22.8704 12.0134L23.5171 11.8516ZM22.9019 9.39355L23.5486 9.23188C23.5829 9.3691 23.5277 9.51613 23.4052 9.59617L23.0405 9.03809L22.6759 8.48C22.3188 8.71331 22.1528 9.14615 22.2551 9.55522L22.9019 9.39355ZM23.0405 9.03809L23.4048 9.59646C26.7044 7.44405 30.5833 6.84197 35.127 6.87856L35.1323 6.21191L35.1377 5.54527C30.4889 5.50783 26.2981 6.11719 22.6763 8.47971L23.0405 9.03809Z' fill='url(%23paint2_linear_60_595)' mask='url(%23path-5-inside-3_60_595)'/%3E%3Cpath d='M40.7866 18.9111C38.6538 17.0492 36.2568 14.6161 35.3934 13.3656C35.3689 13.3228 35.3225 13.3228 35.298 13.3656C34.4346 14.6161 32.0376 17.0492 29.9024 18.9111C28.1511 20.4233 25.3457 22.6828 25.3457 25.8153C25.3457 28.3591 27.2877 30.5934 30.1421 30.5934C31.9643 30.5934 33.5003 29.7153 34.0995 28.4673C34.2683 28.1377 34.2903 27.9842 34.4835 27.9842C34.6523 27.9842 34.6278 28.334 34.6278 28.3793C34.4835 30.6589 33.5957 31.8641 32.2529 32.8957C31.9643 33.1146 32.1575 33.3335 32.2529 33.3335H38.4385C38.5339 33.3335 38.7027 33.1146 38.4385 32.8957C37.0957 31.8666 36.2079 30.6589 36.0636 28.3793C36.0636 28.3365 36.0391 27.9842 36.2079 27.9842C36.3987 27.9842 36.4231 28.1377 36.5919 28.4673C37.1911 29.7178 38.7271 30.5934 40.5493 30.5934C43.4257 30.5934 45.3457 28.3566 45.3457 25.8153C45.3433 22.6828 42.5378 20.4233 40.7866 18.9111Z' fill='url(%23paint3_linear_60_595)'/%3E%3C/g%3E%3Cpath opacity='0.33' d='M58.2864 30.4772C59.8726 29.9745 61.1834 28.813 62.2189 26.9926C63.2547 25.1764 63.5032 23.4749 62.9673 21.8914C61.5101 22.2791 60.3297 23.3121 59.4295 24.9919C58.5308 26.6682 58.1501 28.4975 58.2864 30.4772ZM54.6365 40.4379C56.7911 40.9501 58.8795 40.8738 60.9023 40.2073C62.8715 39.5845 64.5377 38.2499 65.5754 36.4642C63.1005 35.9475 61.0039 35.9943 59.2846 36.6022C57.5646 37.2119 56.0135 38.4897 54.6354 40.4355L54.6365 40.4379ZM48.3876 44.1543C50.1905 45.2363 52.2497 45.8166 54.3522 45.8354C56.4943 45.8653 58.4419 45.0214 60.1976 43.3068C57.969 42.2253 55.8407 41.7177 53.813 41.7883C51.7829 41.8599 49.9766 42.6482 48.3876 44.1543ZM62.6894 34.1547C64.0793 33.2908 65.2035 31.8586 66.0635 29.8546C63.7698 29.562 61.873 29.9714 60.3783 31.0848C58.8811 32.1993 57.7147 33.6909 56.8739 35.5578C59.3595 35.4849 61.3002 35.0168 62.6894 34.1547Z' fill='url(%23paint4_linear_60_595)'/%3E%3Cpath opacity='0.33' d='M11.9846 30.4772C10.3984 29.9745 9.08758 28.813 8.05212 26.9926C7.01632 25.1764 6.76778 23.4749 7.30374 21.8914C8.76094 22.2791 9.94134 23.3121 10.8415 24.9919C11.7402 26.6682 12.1209 28.4975 11.9846 30.4772ZM15.6345 40.4379C13.4799 40.9501 11.3915 40.8738 9.36868 40.2073C7.3995 39.5845 5.73327 38.2499 4.69557 36.4642C7.17047 35.9475 9.26707 35.9943 10.9864 36.6022C12.7064 37.2119 14.2575 38.4897 15.6356 40.4355L15.6345 40.4379ZM21.8833 44.1543C20.0805 45.2363 18.0212 45.8166 15.9188 45.8354C13.7767 45.8653 11.8291 45.0214 10.0734 43.3068C12.302 42.2253 14.4303 41.7177 16.458 41.7883C18.4881 41.8599 20.2944 42.6482 21.8833 44.1543ZM7.58161 34.1547C6.19173 33.2908 5.06749 31.8586 4.20748 29.8546C6.50118 29.562 8.39799 29.9714 9.89272 31.0848C11.3899 32.1993 12.5563 33.6909 13.3971 35.5578C10.9115 35.4849 8.97078 35.0168 7.58161 34.1547Z' fill='url(%23paint5_linear_60_595)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_60_595' x1='35.3483' y1='2.83301' x2='35.3483' y2='47.8333' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233C434D'/%3E%3Cstop offset='1' stop-color='%233E424D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_60_595' x1='35.3483' y1='2.83301' x2='35.3483' y2='47.8333' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233C434D'/%3E%3Cstop offset='1' stop-color='%233E424D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_60_595' x1='35.3643' y1='6.20996' x2='35.3643' y2='44.3165' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233C434D'/%3E%3Cstop offset='1' stop-color='%233E424D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_60_595' x1='35.3457' y1='13.3335' x2='35.3457' y2='33.3335' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233C434D'/%3E%3Cstop offset='1' stop-color='%233E424D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_60_595' x1='64.2186' y1='22.397' x2='54.386' y2='46.7334' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233C434D'/%3E%3Cstop offset='1' stop-color='%233E424D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_60_595' x1='6.05241' y1='22.397' x2='15.885' y2='46.7334' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233C434D'/%3E%3Cstop offset='1' stop-color='%233E424D'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_60_595'%3E%3Crect width='43.3333' height='50' fill='white' transform='translate(13.6792)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-myjnclub{background:url("data:image/svg+xml;utf8,%3Csvg width='71' height='50' viewBox='0 0 71 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_60_648)'%3E%3Cpath d='M44.8818 32.3096C45.5313 31.626 55.9658 40.3467 56.5762 40.9131C57.1865 41.4795 57.1523 42.5049 56.5029 43.1934L54.3203 45.5176C53.6709 46.2061 52.6553 46.3135 52.0449 45.7422C51.4346 45.1758 42.0547 35.332 42.6992 34.6436L44.8818 32.3096ZM30.0723 4.17969C39.3643 4.17969 46.8838 11.7041 46.8838 20.9912C46.8838 24.6484 45.7168 28.0371 43.7295 30.7959C43.8125 30.835 43.8906 30.8838 43.959 30.9473C44.3203 31.2842 44.3008 31.8848 43.9102 32.2998L42.6162 33.6816C42.2354 34.0918 41.6299 34.1504 41.2686 33.8135C41.2148 33.7646 41.1758 33.7061 41.1367 33.6475C38.1777 36.2354 34.3057 37.8027 30.0723 37.8027C20.7852 37.8027 13.2607 30.2734 13.2607 20.9912C13.2607 11.7041 20.79 4.17969 30.0723 4.17969ZM30.1357 5C21.2992 5 14.1357 12.1634 14.1357 21C14.1357 29.8366 21.2992 37 30.1357 37C38.9723 37 46.1357 29.8366 46.1357 21C46.1357 12.1634 38.9723 5 30.1357 5Z' fill='url(%23paint0_linear_60_648)'/%3E%3Ccircle opacity='0.5' cx='30.1356' cy='20.9998' r='15.0224' stroke='url(%23paint1_linear_60_648)' stroke-width='1.19311'/%3E%3Cpath opacity='0.75' d='M41.8926 17.7012C42.1036 17.7012 42.3058 17.7854 42.4551 17.9346C42.6043 18.0838 42.6885 18.286 42.6885 18.4971C42.6885 18.7082 42.6043 18.9103 42.4551 19.0596C42.3058 19.2088 42.1037 19.293 41.8926 19.293C41.6815 19.2929 41.4793 19.2088 41.3301 19.0596C41.1809 18.9103 41.0967 18.7081 41.0967 18.4971C41.0967 18.286 41.1808 18.0838 41.3301 17.9346C41.4793 17.7853 41.6815 17.7012 41.8926 17.7012ZM32.2197 8.43359C36.8388 8.88769 40.662 12.047 42.083 16.3047C42.1953 16.6465 42.0146 17.0127 41.6729 17.1299C41.6045 17.1543 41.5312 17.1641 41.4629 17.1641C41.1895 17.1689 40.9404 16.998 40.8477 16.7246C39.5878 12.9405 36.1894 10.1328 32.0928 9.73242C31.7316 9.69814 31.4727 9.38079 31.5068 9.01953C31.5411 8.65836 31.8585 8.39954 32.2197 8.43359Z' fill='url(%23paint2_linear_60_648)'/%3E%3Cpath d='M30.1572 16.1238L30.0251 16.2531L30.0567 16.2838C28.3004 14.469 25.4335 14.4401 23.6939 16.2364C21.9777 18.0103 22.0056 20.908 23.7404 22.7015L29.1897 28.3266C29.2981 28.4384 29.4279 28.5274 29.5713 28.5881C29.7147 28.6488 29.8689 28.6801 30.0246 28.6801C30.1804 28.6801 30.3345 28.6488 30.4779 28.5881C30.6214 28.5274 30.7511 28.4384 30.8595 28.3266L36.3088 22.7034C38.0465 20.908 38.0744 18.0113 36.3572 16.2364C34.6716 14.4941 31.9218 14.469 30.1572 16.1248V16.1238ZM34.7944 17.975C35.52 18.8513 35.4697 20.2262 34.6381 21.0857L30.0242 25.8466L25.4111 21.0848C24.5423 20.1862 24.5274 18.7192 25.3646 17.8531C26.1832 17.0094 27.5358 17.0224 28.3842 17.9006L29.1879 18.7313C29.2962 18.8432 29.4258 18.9323 29.5692 18.9931C29.7125 19.054 29.8666 19.0855 30.0224 19.0856C30.1781 19.0858 30.3323 19.0547 30.4758 18.9942C30.6193 18.9336 30.7491 18.8448 30.8577 18.7331L31.6651 17.9024C32.5144 17.0224 33.8688 17.0094 34.6856 17.8531L34.7944 17.975Z' fill='url(%23paint3_linear_60_648)'/%3E%3Cpath d='M28.1357 16.7501L29.7607 17.8751L30.7607 17.5001C31.1357 17.2501 31.9857 16.7001 32.3857 16.5001C32.7857 16.3001 33.3857 16.4167 33.6357 16.5001L36.2607 17.5001C36.3024 17.9584 36.3607 18.9751 36.2607 19.3751C36.1607 19.7751 35.4691 21.2917 35.1357 22.0001L30.0107 27.0001L27.6357 25.2501C26.7191 24.1667 24.8857 21.9501 24.8857 21.7501C24.8857 21.5501 24.4691 20.5001 24.2607 20.0001C24.2607 19.2084 24.3357 17.5501 24.6357 17.2501C25.0107 16.8751 25.7607 16.5001 25.8857 16.5001C25.9857 16.5001 27.4274 16.6667 28.1357 16.7501Z' fill='url(%23paint4_linear_60_648)'/%3E%3C/g%3E%3Crect opacity='0.33' x='18.8413' y='38.8579' width='2' height='7' rx='1' transform='rotate(45 18.8413 38.8579)' fill='url(%23paint5_linear_60_648)'/%3E%3Crect opacity='0.5' x='59.9893' y='4.20996' width='2' height='9.33055' rx='1' transform='rotate(45 59.9893 4.20996)' fill='url(%23paint6_linear_60_648)'/%3E%3Crect x='59.9893' y='14.3579' width='2' height='9.33055' rx='1' transform='rotate(45 59.9893 14.3579)' fill='url(%23paint7_linear_60_648)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_60_648' x1='35.1368' y1='4.17969' x2='35.1368' y2='46.1105' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233C434D'/%3E%3Cstop offset='1' stop-color='%233E424D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_60_648' x1='30.1356' y1='5.38086' x2='30.1356' y2='36.6188' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233C434D'/%3E%3Cstop offset='1' stop-color='%233E424D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_60_648' x1='37.0962' y1='8.43066' x2='37.0962' y2='19.2931' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233C434D'/%3E%3Cstop offset='1' stop-color='%233E424D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_60_648' x1='30.0258' y1='14.9058' x2='30.0258' y2='28.6801' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233C434D'/%3E%3Cstop offset='1' stop-color='%233E424D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_60_648' x1='30.2883' y1='16.3896' x2='30.2883' y2='27.0001' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233C434D'/%3E%3Cstop offset='1' stop-color='%233E424D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_60_648' x1='19.8413' y1='38.8579' x2='19.8413' y2='45.8579' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233C434D'/%3E%3Cstop offset='1' stop-color='%233E424D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear_60_648' x1='60.9893' y1='4.20996' x2='60.9893' y2='13.5405' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233C434D'/%3E%3Cstop offset='1' stop-color='%233E424D'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear_60_648' x1='60.9893' y1='14.3579' x2='60.9893' y2='23.6885' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233C434D'/%3E%3Cstop offset='1' stop-color='%233E424D'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_60_648'%3E%3Crect width='50' height='50' fill='white' transform='translate(10.1357)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-notify{background:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.81934 1.75098C11.2753 1.40905 12.7914 1.41696 14.2441 1.77246C15.697 2.12805 17.0461 2.82199 18.1797 3.79785C19.3131 4.77366 20.1999 6.004 20.7676 7.3877C21.2568 8.57848 21.499 9.85636 21.4785 11.1436C21.4581 12.4308 21.1752 13.7003 20.6484 14.875C20.1217 16.0497 19.3617 17.1051 18.4141 17.9766C17.4665 18.848 16.3513 19.5176 15.1367 19.9443L15.1309 19.9463L8.17578 22.4863C8.13847 22.4991 8.09863 22.5026 8.05957 22.4971C8.01993 22.4915 7.98189 22.4772 7.94922 22.4541C7.91649 22.4309 7.88953 22.3999 7.87109 22.3643C7.85272 22.3287 7.8438 22.2891 7.84375 22.249V20.6064C7.84367 20.2925 7.76252 19.984 7.60938 19.71C7.45617 19.4358 7.23526 19.2047 6.96777 19.04C5.69971 18.2492 4.6363 17.1702 3.86426 15.8906C3.09161 14.6098 2.63215 13.1638 2.52441 11.6719C2.41674 10.1801 2.66359 8.68405 3.24414 7.30566C3.82471 5.92727 4.7227 4.70545 5.86523 3.74023C7.0079 2.77499 8.36318 2.093 9.81934 1.75098Z' stroke='%239AA1A9'/%3E%3Ccircle cx='7' cy='11' r='2' fill='%239AA1A9'/%3E%3Ccircle cx='12' cy='11' r='2' fill='%239AA1A9'/%3E%3Ccircle cx='17' cy='11' r='2' fill='%239AA1A9'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-notify-fill{background:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.2301 7.1975C20.6324 5.74072 19.6988 4.44587 18.5055 3.41859C17.3121 2.3913 15.8928 1.66069 14.3634 1.28636C12.8339 0.912033 11.2376 0.904589 9.70473 1.26464C8.17185 1.62469 6.74579 2.34203 5.54292 3.35814C4.34004 4.37424 3.39443 5.66033 2.78322 7.11147C2.17201 8.56261 1.91253 10.1377 2.02595 11.7082C2.13936 13.2787 2.62245 14.8002 3.43581 16.1484C4.24918 17.4967 5.36976 18.6336 6.70615 19.4663C6.90092 19.5862 7.06175 19.754 7.17331 19.9536C7.28487 20.1533 7.34344 20.3782 7.34345 20.6069V22.2491C7.34352 22.3691 7.37232 22.4873 7.42743 22.5939C7.48255 22.7004 7.56237 22.7922 7.66024 22.8616C7.75811 22.931 7.87116 22.9759 7.98996 22.9927C8.10875 23.0094 8.22982 22.9974 8.34304 22.9578L15.3022 20.4159C16.5808 19.9667 17.7547 19.262 18.7523 18.3446C19.7499 17.4272 20.5503 16.3164 21.1049 15.0798C21.6595 13.8432 21.9566 12.5066 21.9781 11.1515C21.9996 9.79641 21.7451 8.4511 21.2301 7.1975ZM7.19099 12.7952C6.89241 12.7952 6.60053 12.7067 6.35226 12.5408C6.104 12.3749 5.9105 12.1391 5.79623 11.8633C5.68197 11.5874 5.65207 11.2839 5.71033 10.991C5.76858 10.6982 5.91236 10.4292 6.12349 10.2181C6.33462 10.0069 6.60362 9.86314 6.89647 9.80489C7.18932 9.74664 7.49286 9.77654 7.76872 9.8908C8.04458 10.0051 8.28035 10.1986 8.44624 10.4468C8.61212 10.6951 8.70067 10.987 8.70067 11.2856C8.70067 11.4838 8.66162 11.6801 8.58575 11.8633C8.50988 12.0464 8.39868 12.2129 8.25849 12.3531C8.11831 12.4932 7.95188 12.6045 7.76872 12.6803C7.58556 12.7562 7.38925 12.7952 7.19099 12.7952ZM12.1818 12.7952C11.8832 12.7952 11.5913 12.7067 11.3431 12.5408C11.0948 12.3749 10.9013 12.1391 10.7871 11.8633C10.6728 11.5874 10.6429 11.2839 10.7011 10.991C10.7594 10.6982 10.9032 10.4292 11.1143 10.2181C11.3254 10.0069 11.5944 9.86314 11.8873 9.80489C12.1801 9.74664 12.4837 9.77654 12.7595 9.8908C13.0354 10.0051 13.2712 10.1986 13.4371 10.4468C13.6029 10.6951 13.6915 10.987 13.6915 11.2856C13.6915 11.4838 13.6524 11.6801 13.5766 11.8633C13.5007 12.0464 13.3895 12.2129 13.2493 12.3531C13.1091 12.4932 12.9427 12.6045 12.7595 12.6803C12.5764 12.7562 12.3801 12.7952 12.1818 12.7952ZM17.1726 12.7822C16.8741 12.7822 16.5822 12.6937 16.3339 12.5278C16.0856 12.3619 15.8921 12.1262 15.7779 11.8503C15.6636 11.5744 15.6337 11.2709 15.692 10.978C15.7502 10.6852 15.894 10.4162 16.1051 10.2051C16.3163 9.99394 16.5853 9.85015 16.8781 9.7919C17.171 9.73365 17.4745 9.76355 17.7504 9.87781C18.0262 9.99207 18.262 10.1856 18.4279 10.4338C18.5938 10.6821 18.6823 10.974 18.6823 11.2726C18.6823 11.673 18.5233 12.057 18.2401 12.3401C17.957 12.6232 17.573 12.7822 17.1726 12.7822Z' fill='%23D8AF6D'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-poker2{background:url("data:image/svg+xml;utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7398 3.53167L11.2945 2.89126V3.96831L13.4778 4.5505C13.7689 4.63783 13.9144 4.89982 13.8562 5.19091L11.7312 13.2252C11.6439 13.4871 11.3819 13.6618 11.0908 13.6036L9.40243 13.1669C9.34421 13.1669 9.28599 13.196 9.19866 13.196H5.53085C5.61818 13.2252 5.70551 13.2834 5.79284 13.2834L10.8288 14.5642C11.673 14.7971 12.5172 14.3022 12.7209 13.458L14.8459 5.42379C15.0497 4.60872 14.5548 3.76455 13.7398 3.53167Z' fill='%239799A9'/%3E%3Cpath d='M9.22777 1.20293H3.49319C2.6199 1.20293 1.95038 1.90156 1.95038 2.74574V11.0711C1.95038 11.9444 2.64901 12.6139 3.49319 12.6139H9.19866C10.0719 12.6139 10.7415 11.9153 10.7415 11.0711V2.77485C10.7706 1.90156 10.0719 1.20293 9.22777 1.20293ZM9.72263 11.0711C9.72263 11.3622 9.48976 11.595 9.19866 11.595H3.49319C3.20209 11.595 2.96921 11.3622 2.96921 11.0711V2.77485C2.96921 2.48375 3.20209 2.25087 3.49319 2.25087H9.19866C9.48976 2.25087 9.72263 2.48375 9.72263 2.77485V11.0711ZM8.64558 7.14128C8.64558 7.86902 8.15072 8.30567 7.4812 8.30567C7.13188 8.30567 6.75346 8.07279 6.54969 7.86902C6.54969 7.86902 6.75346 8.74231 7.10277 9.41183C7.16099 9.49916 5.61818 9.49916 5.64729 9.41183C5.99661 8.68409 6.17127 7.86902 6.17127 7.86902C5.9675 8.07279 5.55997 8.30567 5.23976 8.30567C4.54113 8.30567 4.07538 7.83991 4.07538 7.14128C4.07538 5.94779 6.34592 4.37587 6.34592 4.37587C6.34592 4.34676 8.64558 5.91868 8.64558 7.14128ZM8.67469 2.83307C8.67469 2.80396 8.64558 2.80396 8.64558 2.77485C8.64558 2.74574 8.61647 2.74574 8.58736 2.74574H8.29626C8.26715 2.74574 8.23805 2.74574 8.23805 2.77485C8.23805 2.77485 8.20894 2.80396 8.20894 2.83307L7.74318 4.25944V4.31765H8.0925C8.0925 4.31765 8.12161 4.28855 8.12161 4.25944L8.20894 3.96834H8.67469L8.76202 4.25944C8.76202 4.28855 8.79113 4.28854 8.79113 4.31765C8.79113 4.31765 8.82024 4.34676 8.84935 4.34676H9.16955V4.31765L8.67469 2.83307ZM8.26716 3.67724L8.32537 3.41526L8.4127 3.12416L8.50003 3.41526L8.55825 3.67724H8.26716ZM4.65757 9.49916C4.62846 9.49916 4.59935 9.49916 4.59935 9.52827C4.59935 9.52827 4.57024 9.55738 4.57024 9.58649L4.48291 9.87758H4.01716L3.92983 9.58649C3.92983 9.55738 3.90072 9.55738 3.90072 9.52827H3.5514V9.58649L4.01716 11.0129C4.01716 11.042 4.04627 11.042 4.04627 11.0711C4.04627 11.0711 4.07538 11.1002 4.10449 11.1002H4.39558C4.42469 11.1002 4.4538 11.1002 4.4538 11.0711C4.4538 11.0711 4.48291 11.042 4.48291 11.0129L4.94866 9.58649V9.55738H4.65757V9.49916ZM4.36647 10.4016L4.27914 10.6926L4.19182 10.4016L4.1336 10.1396H4.42469L4.36647 10.4016ZM12.7791 4.98717V4.92896C12.7791 4.89985 12.75 4.89985 12.7209 4.89985L12.4298 4.81252H12.3716L12.3425 4.84163L11.5274 6.12245C11.4983 6.15156 11.4983 6.15156 11.4983 6.18067L11.5274 6.20978L11.7894 6.268H11.8476L11.8767 6.23889L12.0223 5.9769L12.4589 6.09334V6.44265C12.4589 6.44265 12.488 6.47176 12.5172 6.47176L12.8082 6.55909H12.8374V6.52998L12.7791 4.98717ZM12.1969 5.6858L12.3425 5.45293L12.488 5.19094V5.74402L12.1969 5.6858Z' fill='%239799A9'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-preview{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.8584 17.4732C17.8003 17.5351 17.741 17.5963 17.6805 17.6568C14.5562 20.7811 9.49087 20.7811 6.36667 17.6568L1.77049 13.0607C1.1847 12.4749 1.1847 11.5251 1.77049 10.9393L6.36667 6.34315C9.49087 3.21895 14.5562 3.21895 17.6805 6.34315C17.741 6.40366 17.8003 6.46492 17.8584 6.52685L22.271 10.9393C22.8567 11.5251 22.8567 12.4749 22.271 13.0607L17.8584 17.4732ZM15.5497 8.46446C17.5023 10.4171 17.5023 13.5829 15.5497 15.5355C13.5971 17.4881 10.4312 17.4881 8.47862 15.5355C6.526 13.5829 6.526 10.4171 8.47862 8.46446C10.4312 6.51184 13.5971 6.51184 15.5497 8.46446ZM13.4234 13.4142C14.2045 12.6332 14.2045 11.3668 13.4234 10.5858C12.6424 9.80474 11.3761 9.80474 10.595 10.5858C9.81398 11.3668 9.81398 12.6332 10.595 13.4142C11.3761 14.1953 12.6424 14.1953 13.4234 13.4142Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-qrcode{background:url("data:image/svg+xml;utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7709 18.9988V17.3681H14.1044V19L15.7709 18.9988ZM18.2583 19C18.6663 19 19 18.6662 19 18.2582V17.3681H17.4028V18.9988M7.52754 2.63188V7.52753H2.63188V2.63188H7.52754ZM8.41766 1H1.74175C1.3338 1 1 1.3338 1 1.74175V8.41763C1 8.82561 1.3338 9.15939 1.74175 9.15939H8.41763C8.82559 9.15939 9.15939 8.82559 9.15939 8.41763V1.74175C9.15941 1.3338 8.82562 1 8.41766 1ZM4.26378 5.07972C4.26378 5.29612 4.34975 5.50366 4.50276 5.65667C4.65578 5.80969 4.86332 5.89566 5.07972 5.89566C5.29612 5.89566 5.50366 5.80969 5.65668 5.65667C5.80969 5.50366 5.89566 5.29612 5.89566 5.07972C5.89566 4.86332 5.80969 4.65578 5.65668 4.50276C5.50366 4.34975 5.29612 4.26378 5.07972 4.26378C4.86332 4.26378 4.65578 4.34975 4.50276 4.50276C4.34975 4.65578 4.26378 4.86332 4.26378 5.07972ZM17.3682 2.63188V7.52753H12.4725V2.63188H17.3682ZM18.2583 1H11.5824C11.1744 1 10.8406 1.3338 10.8406 1.74175V8.41763C10.8406 8.82561 11.1744 9.15939 11.5824 9.15939H18.2583C18.6663 9.15939 19 8.82559 19 8.41763V1.74175C19.0001 1.3338 18.6663 1 18.2583 1ZM14.1044 5.07972C14.1044 5.29612 14.1904 5.50366 14.3434 5.65667C14.4964 5.80969 14.7039 5.89566 14.9203 5.89566C15.1367 5.89566 15.3443 5.80969 15.4973 5.65667C15.6503 5.50366 15.7363 5.29612 15.7363 5.07972C15.7363 4.86332 15.6503 4.65578 15.4973 4.50276C15.3443 4.34975 15.1367 4.26378 14.9203 4.26378C14.7039 4.26378 14.4964 4.34975 14.3434 4.50276C14.1904 4.65578 14.1044 4.86332 14.1044 5.07972ZM7.52754 12.4725V17.3681H2.63188V12.4725H7.52754ZM8.41766 10.8406H1.74175C1.3338 10.8406 1 11.1744 1 11.5823V18.2582C1 18.6662 1.3338 19 1.74175 19H8.41763C8.82562 19 9.15939 18.6662 9.15939 18.2582V11.5823C9.15941 11.1744 8.82562 10.8406 8.41766 10.8406ZM4.26378 14.9203C4.26378 15.1367 4.34975 15.3442 4.50276 15.4972C4.65578 15.6503 4.86332 15.7362 5.07972 15.7362C5.29612 15.7362 5.50366 15.6503 5.65668 15.4972C5.80969 15.3442 5.89566 15.1367 5.89566 14.9203C5.89566 14.7039 5.80969 14.4963 5.65668 14.3433C5.50366 14.1903 5.29612 14.1043 5.07972 14.1043C4.86332 14.1043 4.65578 14.1903 4.50276 14.3433C4.34975 14.4963 4.26378 14.7039 4.26378 14.9203ZM18.2583 10.8406H17.3484V14.1043H15.7166V10.8406H11.5824C11.1744 10.8406 10.8406 11.1744 10.8406 11.5823V18.2582C10.8406 18.6662 11.1744 19 11.5824 19H12.4725V17.3681V15.7362V14.1043H14.1044V15.7362H19.0001V11.5823C19.0001 11.1744 18.6663 10.8406 18.2583 10.8406Z' fill='%23D8AF6D'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-report{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 8.38184C12.5523 8.38184 13 8.82955 13 9.38184V12.8818C13 13.4341 12.5523 13.8818 12 13.8818C11.4477 13.8818 11 13.4341 11 12.8818V9.38184C11 8.82955 11.4477 8.38184 12 8.38184Z' fill='currentColor'/%3E%3Cpath d='M12 16.8818C12.5523 16.8818 13 16.4341 13 15.8818C13 15.3296 12.5523 14.8818 12 14.8818C11.4477 14.8818 11 15.3296 11 15.8818C11 16.4341 11.4477 16.8818 12 16.8818Z' fill='currentColor'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.99675 2.81216C10.3057 0.395954 13.6944 0.395942 15.0033 2.81216L22.5627 16.7659C23.8349 19.1142 22.1791 22 19.5595 22H4.44056C1.82096 22 0.165095 19.1142 1.43729 16.7659L8.99675 2.81216ZM13.0012 3.95283C12.5648 3.14742 11.4353 3.14742 10.9989 3.95283L3.43946 17.9066C3.01541 18.6893 3.56736 19.6512 4.44056 19.6512H19.5595C20.4327 19.6512 20.9846 18.6893 20.5605 17.9066L13.0012 3.95283Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-review{background:url("data:image/svg+xml;utf8,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.548437 8.67539H8.58516C8.85937 8.67539 9.08789 8.40117 9.04219 8.12695L8.85937 7.12266C8.76797 6.71133 8.40234 6.39258 7.99219 6.39258H5.80078L5.61797 5.25117C6.62227 4.83984 7.30781 3.88125 7.30781 2.73984C7.30781 1.23281 6.075 0 4.56797 0C3.06094 0 1.82695 1.23164 1.82695 2.73867C1.82695 3.88008 2.51133 4.83867 3.5168 5.25L3.37969 6.39141H1.18828C0.776953 6.39141 0.366797 6.71133 0.321094 7.12148L0.138281 8.12578C0.0457032 8.40117 0.274219 8.67539 0.548437 8.67539ZM8.67656 9.58828H0.457031C0.182812 9.58828 0 9.77109 0 10.0453C0 10.3195 0.182812 10.5023 0.457031 10.5023H8.67656C8.95078 10.5023 9.13359 10.3195 9.13359 10.0453C9.13359 9.77109 8.94961 9.58828 8.67656 9.58828Z' fill='%239AA1A9'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-settings{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.39513 19.3711L9.97958 20.6856C10.1533 21.0768 10.4369 21.4093 10.7958 21.6426C11.1548 21.8759 11.5737 22.0001 12.0018 22C12.4299 22.0001 12.8488 21.8759 13.2078 21.6426C13.5667 21.4093 13.8503 21.0768 14.024 20.6856L14.6085 19.3711C14.8165 18.9047 15.1665 18.5159 15.6085 18.26C16.0533 18.0034 16.5678 17.8941 17.0785 17.9478L18.5085 18.1C18.9341 18.145 19.3637 18.0656 19.7452 17.8713C20.1266 17.6771 20.4435 17.3763 20.6574 17.0056C20.8715 16.635 20.9736 16.2103 20.9511 15.7829C20.9286 15.3555 20.7826 14.9438 20.5307 14.5978L19.684 13.4344C19.3825 13.0171 19.2215 12.5148 19.224 12C19.2239 11.4866 19.3865 10.9864 19.6885 10.5711L20.5351 9.40778C20.787 9.06175 20.933 8.65007 20.9555 8.22267C20.978 7.79528 20.876 7.37054 20.6618 7C20.4479 6.62923 20.131 6.32849 19.7496 6.13423C19.3682 5.93997 18.9386 5.86053 18.5129 5.90556L17.0829 6.05778C16.5722 6.11141 16.0577 6.00212 15.6129 5.74556C15.17 5.48825 14.82 5.09736 14.6129 4.62889L14.024 3.31444C13.8503 2.92317 13.5667 2.59072 13.2078 2.3574C12.8488 2.12408 12.4299 1.99993 12.0018 2C11.5737 1.99993 11.1548 2.12408 10.7958 2.3574C10.4369 2.59072 10.1533 2.92317 9.97958 3.31444L9.39513 4.62889C9.18806 5.09736 8.83801 5.48825 8.39513 5.74556C7.95035 6.00212 7.4358 6.11141 6.92513 6.05778L5.49069 5.90556C5.06502 5.86053 4.63543 5.93997 4.254 6.13423C3.87258 6.32849 3.55571 6.62923 3.3418 7C3.12762 7.37054 3.02558 7.79528 3.04807 8.22267C3.07055 8.65007 3.21659 9.06175 3.46847 9.40778L4.31513 10.5711C4.61707 10.9864 4.77967 11.4866 4.77958 12C4.77967 12.5134 4.61707 13.0137 4.31513 13.4289L3.46847 14.5922C3.21659 14.9382 3.07055 15.3499 3.04807 15.7773C3.02558 16.2047 3.12762 16.6295 3.3418 17C3.55592 17.3706 3.87283 17.6712 4.2542 17.8654C4.63557 18.0596 5.06505 18.1392 5.49069 18.0944L6.92069 17.9422C7.43136 17.8886 7.9459 17.9979 8.39069 18.2544C8.83522 18.511 9.1869 18.902 9.39513 19.3711Z' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3432 9 9 10.3431 9 12C9 13.6569 10.3432 15 12 15Z' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-shields{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='15' height='18' viewBox='0 0 15 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.86258 2.22259C0.346213 2.40174 0 2.88831 0 3.43487V11.6643C0 11.912 0.0709397 12.1537 0.210594 12.3582C0.669435 13.0301 1.80131 14.6171 2.83528 15.5063C4.01963 16.5248 6.07912 17.4909 7.00733 17.8992C7.31302 18.0336 7.65726 18.0336 7.96295 17.8992C8.89116 17.4909 10.9506 16.5248 12.135 15.5063C13.169 14.6171 14.3008 13.0301 14.7597 12.3582C14.8993 12.1537 14.9703 11.912 14.9703 11.6643V3.43487C14.9703 2.88831 14.6241 2.40174 14.1077 2.22259L7.90573 0.0708865C7.6333 -0.0236289 7.33698 -0.0236288 7.06455 0.0708865L0.86258 2.22259ZM13.6588 3.45498L7.48514 1.31308L1.31143 3.45498V11.6447C1.78612 12.3378 2.81554 13.7596 3.69037 14.512C4.68854 15.3704 6.52546 16.252 7.48514 16.6766C8.44482 16.252 10.2817 15.3704 11.2799 14.512C12.1547 13.7596 13.1842 12.3378 13.6588 11.6447V3.45498Z' fill='currentColor'/%3E%3Cpath d='M2.98829 5.66121C2.98829 5.33328 3.19602 5.04133 3.50584 4.93384L7.22702 3.64282C7.39047 3.58611 7.56827 3.58611 7.73172 3.64282L11.4529 4.93384C11.7627 5.04133 11.9705 5.33328 11.9705 5.66121V10.5989C11.9705 10.7475 11.9279 10.8925 11.8441 11.0152C11.5688 11.4184 10.8897 12.3705 10.2693 12.9041C9.55868 13.5152 8.32298 14.0948 7.76606 14.3398C7.58264 14.4205 7.3761 14.4205 7.19269 14.3398C6.63576 14.0948 5.40006 13.5152 4.68946 12.9041C4.06907 12.3705 3.38995 11.4184 3.11464 11.0152C3.03085 10.8925 2.98829 10.7475 2.98829 10.5989V5.66121Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-snipe,[i-local-snipe=""]{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 4.0625C5.51777 4.0625 5.9375 4.48223 5.9375 5C5.9375 5.51777 5.51777 5.9375 5 5.9375C4.48223 5.9375 4.0625 5.51777 4.0625 5C4.0625 4.48223 4.48223 4.0625 5 4.0625Z' fill='currentColor' fill-opacity='0.8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 0C5.23012 0 5.41687 0.186752 5.41687 0.41687V0.645142C7.50033 0.842104 9.1579 2.49967 9.35486 4.58313H9.58313C9.81318 4.58313 9.99989 4.76936 10 4.99939C10 5.22951 9.81325 5.41626 9.58313 5.41626H9.35486C9.15816 7.49998 7.5005 9.15724 5.41687 9.35425V9.58374C5.41687 9.81386 5.23012 10.0006 5 10.0006C4.76993 10.0006 4.58374 9.81382 4.58374 9.58374V9.35425C2.49982 9.15751 0.841857 7.50018 0.645142 5.41626H0.41687C0.186752 5.41626 0 5.22951 0 4.99939C0.000109907 4.76936 0.186819 4.58313 0.41687 4.58313H0.645142C0.842123 2.49947 2.5 0.84184 4.58374 0.645142V0.41687C4.58374 0.186785 4.76993 5.49734e-05 5 0ZM5.41687 1.875L5 2.29187L4.58374 1.875V1.37817C2.903 1.56925 1.56993 2.9024 1.37878 4.58313H1.77063L2.1875 5L1.77063 5.41626H1.37878C1.57009 7.09683 2.90317 8.42947 4.58374 8.62061V8.12561L5 7.70874L5.41687 8.12561V8.62061C7.09713 8.42917 8.42992 7.0966 8.62122 5.41626H8.125L7.70813 5L8.125 4.58313H8.62122C8.43008 2.90263 7.09729 1.56955 5.41687 1.37817V1.875Z' fill='currentColor' fill-opacity='0.8'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-spade{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8399 22.875H9.16009C9.08213 22.875 9.0111 22.8318 8.97679 22.763C8.94251 22.6946 8.95106 22.613 8.99843 22.5526C10.2404 20.9789 10.9745 19.13 11.1447 17.1643C10.7642 17.6906 10.2816 18.1421 9.72146 18.4929C8.90288 19.0052 7.95409 19.2759 6.97834 19.2759C4.16415 19.2759 1.875 17.0331 1.875 14.2767C1.875 10.9452 4.08739 8.78152 10.6548 2.35851C11.0398 1.98177 11.4403 1.59063 11.8559 1.18349C11.9355 1.1055 12.0649 1.1055 12.1445 1.18349C12.5601 1.59063 12.9602 1.98217 13.3457 2.35851C19.9126 8.78074 22.125 10.9444 22.125 14.2763C22.125 17.0327 19.8358 19.2756 17.0217 19.2756C16.0459 19.2756 15.0975 19.0048 14.2785 18.4924C13.7184 18.1421 13.2358 17.6902 12.8553 17.1639C13.0252 19.1296 13.7592 20.9789 15.0016 22.5522C15.0493 22.6126 15.0575 22.6942 15.0232 22.7626C14.9889 22.8314 14.9179 22.875 14.8399 22.875Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-stop{background:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' stroke='%2386899F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='8' y='8' width='8' height='8' rx='1' fill='%23E20913'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-task{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0801 9.36523H5.91992C5.57617 9.36523 5.29688 9.64258 5.29688 9.98828C5.29688 10.332 5.57422 10.6113 5.91992 10.6113H14.082C14.4258 10.6113 14.7051 10.334 14.7051 9.98828C14.7031 9.64258 14.4238 9.36523 14.0801 9.36523ZM14.0801 13.0195H5.91992C5.57617 13.0195 5.29688 13.2969 5.29688 13.6426C5.29688 13.9883 5.57617 14.2637 5.91992 14.2637H14.082C14.4258 14.2637 14.7051 13.9863 14.7051 13.6406C14.7031 13.2949 14.4238 13.0195 14.0801 13.0195Z' fill='%2386899F'/%3E%3Cpath d='M16.0234 2.43555H14.084V3.88477C14.084 4.44727 13.627 4.90625 13.0625 4.90625C12.5 4.90625 12.041 4.44922 12.041 3.88477V2.43555H7.95898V3.88477C7.95898 4.44727 7.50195 4.90625 6.9375 4.90625C6.375 4.90625 5.91602 4.44922 5.91602 3.88477V2.43555H3.97461C2.57813 2.43555 1.44531 3.56836 1.44531 4.96875V16.2207C1.44531 17.6172 2.57813 18.75 3.97656 18.75H16.0234C17.4219 18.75 18.5547 17.6172 18.5547 16.2188V4.96875C18.5566 3.56836 17.4238 2.43555 16.0234 2.43555ZM16.9004 15.4453C16.9004 16.3516 16.166 17.0859 15.2598 17.0859H4.74023C3.83398 17.0859 3.09961 16.3516 3.09961 15.4453V8.16406C3.09961 7.25781 3.83398 6.52344 4.74023 6.52344H15.2598C16.166 6.52344 16.9004 7.25781 16.9004 8.16406V15.4453Z' fill='%2386899F'/%3E%3Cpath d='M6.9375 4.5C7.27148 4.5 7.54297 4.22852 7.54297 3.89453V1.85547C7.54297 1.52148 7.27148 1.25 6.9375 1.25C6.60352 1.25 6.33203 1.52148 6.33203 1.85547V3.89648C6.33398 4.23047 6.60352 4.5 6.9375 4.5ZM13.0625 4.5C13.3965 4.5 13.668 4.22852 13.668 3.89453V1.85547C13.668 1.52148 13.3965 1.25 13.0625 1.25C12.7285 1.25 12.457 1.52148 12.457 1.85547V3.89648C12.457 4.23047 12.7285 4.5 13.0625 4.5Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-telegram{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.3262 5.87626C12.3559 6.73032 8.41794 8.49803 2.51239 11.1794C1.55341 11.5768 1.05106 11.9656 1.00533 12.3457C0.928048 12.9882 1.70008 13.2412 2.75139 13.5856C2.89439 13.6325 3.04257 13.6811 3.19447 13.7326C4.2288 14.0829 5.62015 14.4928 6.34346 14.5092C6.99957 14.5239 7.73187 14.242 8.54034 13.6634C14.0581 9.78197 16.9063 7.82004 17.0852 7.77774C17.2114 7.7479 17.3862 7.71038 17.5046 7.8201C17.6231 7.92982 17.6114 8.13759 17.5989 8.19333C17.5223 8.53312 14.4918 11.4693 12.9236 12.9887C12.4347 13.4624 12.0879 13.7983 12.017 13.8751C11.8582 14.047 11.6963 14.2096 11.5408 14.3659C10.5799 15.3312 9.85927 16.0551 11.5806 17.2373C12.4078 17.8054 13.0698 18.2752 13.7302 18.7439C14.4514 19.2557 15.1708 19.7662 16.1015 20.4019C16.3386 20.5639 16.5651 20.7323 16.7857 20.8961C17.625 21.5196 18.3791 22.0799 19.3107 21.9906C19.852 21.9387 20.4111 21.4082 20.6951 19.8261C21.3662 16.0874 22.6854 7.98654 22.9902 4.64838C23.017 4.35591 22.9833 3.98161 22.9563 3.8173C22.9293 3.653 22.873 3.4189 22.668 3.24559C22.4253 3.04035 22.0505 2.99707 21.883 3.00015C21.121 3.01413 19.9521 3.43773 14.3262 5.87626Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-telegramicon{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_43_715)'%3E%3Cg clip-path='url(%23clip1_43_715)'%3E%3Cpath d='M9.289 10.211L10.4375 4.797C10.539 4.3205 10.2655 4.13299 9.953 4.25L3.20301 6.8515C2.74199 7.03101 2.75 7.289 3.12499 7.406L4.85151 7.945L8.8595 5.4215C9.04699 5.2965 9.219 5.367 9.07849 5.49201L5.8365 8.42151L5.71149 10.203C5.89101 10.203 5.9695 10.125 6.063 10.031L6.9065 9.21849L8.6565 10.5075C8.97699 10.687 9.20351 10.5935 9.28951 10.2105L9.289 10.211ZM14 7C14 10.867 10.867 14 7 14C3.13301 14 0 10.867 0 7C0 3.13301 3.13301 0 7 0C10.867 0 14 3.13301 14 7Z' fill='currentColor'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_43_715'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_43_715'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-telephone{background:url("data:image/svg+xml;utf8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_43_634)'%3E%3Cpath d='M5.09659 8.19911C6.28848 9.38229 7.66811 10.5126 8.20972 9.96681C8.98523 9.18564 9.46259 8.50596 11.1835 9.87839C12.9044 11.2515 11.5901 12.1755 10.839 12.9325C9.9722 13.8058 6.72578 12.9937 3.5079 9.80021C0.29023 6.60606 -0.54669 3.36597 0.320719 2.49224C1.07205 1.73525 1.98628 0.414423 3.37135 2.12529C4.75707 3.83528 4.08109 4.31787 3.30558 5.09926C2.76419 5.64479 3.90447 7.0157 5.09659 8.19911ZM6.82487 2.55453C6.82487 2.55453 6.46532 2.49834 6.21357 2.75031C5.95441 3.00946 5.94309 3.45591 6.21618 3.72878C6.37756 3.89016 6.60513 3.92457 6.60513 3.92457C7.04875 4.00776 7.71732 4.14866 8.4288 4.85992C9.14007 5.57118 9.28097 6.23976 9.36416 6.68359C9.36416 6.68359 9.39857 6.91117 9.55994 7.07254C9.83282 7.34542 10.2793 7.33431 10.5384 7.07516C10.7902 6.82341 10.7342 6.46385 10.7342 6.46385C10.5933 5.5653 10.1577 4.62668 9.40989 3.87883C8.66183 3.13098 7.7232 2.69565 6.82487 2.55453ZM10.1976 3.09113C11.5016 4.39518 12.0576 5.8752 11.8767 7.0745C11.8767 7.0745 11.8135 7.45431 12.0616 7.70236C12.3407 7.98155 12.7833 7.96543 13.0446 7.70432C13.2125 7.53641 13.2491 7.2631 13.2491 7.2631C13.3987 6.22669 13.2106 4.14169 11.1787 2.11004C9.14682 0.0783918 7.06203 -0.109768 6.02563 0.0396277C6.02563 0.0396277 5.75253 0.0759965 5.58441 0.244121C5.32307 0.505454 5.30718 0.947979 5.58637 1.22717C5.83442 1.47522 6.21422 1.41206 6.21422 1.41206C7.41352 1.23109 8.89354 1.78708 10.1976 3.09113Z' fill='%2386899F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_43_634'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-time{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2454 1.75659C9.11042 0.624386 7.60339 0 6.00134 0C4.39929 0 2.89226 0.624386 1.75864 1.75659C0.625028 2.89013 0 4.39616 0 6C0 7.6025 0.623689 9.10987 1.75731 10.2434C2.89092 11.3756 4.39661 12 6 12C7.60339 12 9.11042 11.3756 10.2454 10.2421C12.5849 7.90398 12.5849 4.09736 10.2454 1.75659ZM8.84943 8.16257C8.77448 8.29254 8.66339 8.38499 8.53491 8.42251C8.49074 8.43591 8.44524 8.44127 8.39973 8.44127C8.30872 8.44127 8.21771 8.41581 8.13205 8.36757L6.05755 7.1121C5.98795 7.07325 5.9023 7.02635 5.85679 6.96606C5.59313 6.81331 5.46063 6.6552 5.46063 6.49576V3.03216C5.46063 2.72398 5.71091 2.47477 6.01874 2.47477C6.32657 2.47477 6.57685 2.72532 6.57685 3.03216V6.2318L8.59781 7.40018C8.88423 7.56632 8.99665 7.90799 8.84943 8.16257Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-time2{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_9519_111789)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.0013 1.24935C2.93023 1.24935 1.2513 2.92828 1.2513 4.99935C1.2513 7.07042 2.93023 8.74935 5.0013 8.74935C7.07237 8.74935 8.7513 7.07042 8.7513 4.99935C8.7513 2.92828 7.07237 1.24935 5.0013 1.24935ZM0.417969 4.99935C0.417969 2.46804 2.47 0.416016 5.0013 0.416016C7.53261 0.416016 9.58463 2.46804 9.58463 4.99935C9.58463 7.53065 7.53261 9.58268 5.0013 9.58268C2.47 9.58268 0.417969 7.53065 0.417969 4.99935ZM5.0013 2.08268C5.23142 2.08268 5.41797 2.26923 5.41797 2.49935V4.74183L6.85431 5.46C7.06013 5.56292 7.14356 5.8132 7.04065 6.01902C6.93773 6.22484 6.68745 6.30827 6.48163 6.20536L4.81496 5.37203C4.6738 5.30145 4.58463 5.15717 4.58463 4.99935V2.49935C4.58463 2.26923 4.77118 2.08268 5.0013 2.08268Z' fill='currentColor'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_9519_111789'%3E%3Crect width='10' height='10' fill='currentColor'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-trophy{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.96228 2.22015C5.34676 2.22015 4.87213 2.77229 4.95349 3.39368L5.18387 5.15348H2.19519C1.48828 5.15348 0.878799 5.79756 1.02068 6.58221C1.14559 7.27301 1.54034 9.10504 2.49136 10.7889C3.35598 12.3198 4.77808 13.8807 6.98371 14.1554C7.9012 15.5533 9.36209 16.5349 11.04 16.8091V19.8202H9.35996C8.90669 19.8202 8.47989 20.0375 8.20793 20.4068L7.19991 21.7757H16.8001L15.7921 20.4068C15.5201 20.0375 15.0933 19.8202 14.64 19.8202H12.96V16.8091C14.6379 16.5349 16.0988 15.5533 17.0163 14.1554C19.2219 13.8807 20.644 12.3198 21.5086 10.7889C22.4597 9.10504 22.8544 7.27301 22.9793 6.58221C23.1212 5.79756 22.5117 5.15348 21.8048 5.15348H18.8161L19.0465 3.39368C19.1279 2.77229 18.6532 2.22015 18.0377 2.22015H5.96228ZM3.10334 7.10904H5.43986L6.02205 11.5562C6.03483 11.6538 6.04979 11.7505 6.06693 11.8465C5.27134 11.4218 4.65 10.6891 4.1557 9.81383C3.627 8.87773 3.29695 7.86193 3.10334 7.10904ZM18.5601 7.10904L17.9779 11.5562C17.9652 11.6538 17.9502 11.7505 17.9331 11.8465C18.7287 11.4218 19.35 10.6891 19.8443 9.81383C20.373 8.87773 20.703 7.86193 20.8966 7.10904H18.5601ZM12.3288 5.94194C12.1943 5.66941 11.8057 5.66941 11.6712 5.94194L11.0077 7.28632C10.9543 7.39454 10.8511 7.46953 10.7316 7.48689L9.24802 7.70247C8.94728 7.74618 8.82718 8.11576 9.04481 8.32791L10.1184 9.37436C10.2048 9.4586 10.2442 9.57995 10.2238 9.6989L9.97039 11.1765C9.919 11.476 10.2334 11.7045 10.5024 11.5631L11.8294 10.8654C11.9362 10.8092 12.0638 10.8092 12.1706 10.8654L13.4976 11.5631C13.7666 11.7045 14.081 11.476 14.0296 11.1765L13.7762 9.6989C13.7558 9.57995 13.7952 9.4586 13.8816 9.37436L14.9552 8.32791C15.1728 8.11576 15.0527 7.74618 14.752 7.70247L13.2684 7.48689C13.149 7.46953 13.0457 7.39454 12.9923 7.28632L12.3288 5.94194Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-user{background:url("data:image/svg+xml;utf8,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.375 3.625C8.375 4.25489 8.12478 4.85898 7.67938 5.30438C7.23398 5.74978 6.62989 6 6 6C5.37011 6 4.76602 5.74978 4.32062 5.30438C3.87522 4.85898 3.625 4.25489 3.625 3.625C3.625 2.99511 3.87522 2.39102 4.32062 1.94562C4.76602 1.50022 5.37011 1.25 6 1.25C6.62989 1.25 7.23398 1.50022 7.67938 1.94562C8.12478 2.39102 8.375 2.99511 8.375 3.625ZM3.625 7.1875C2.99511 7.1875 2.39102 7.43772 1.94562 7.88312C1.50022 8.32852 1.25 8.93261 1.25 9.5625V10.75H10.75V9.5625C10.75 8.93261 10.4998 8.32852 10.0544 7.88312C9.60898 7.43772 9.00489 7.1875 8.375 7.1875H3.625Z' fill='%2386899F'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-user-close{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9535 4.8C10.2453 4.8 8.86052 6.2103 8.86052 7.95C8.86052 9.6897 10.2453 11.1 11.9535 11.1C13.6618 11.1 15.0465 9.6897 15.0465 7.95C15.0465 6.2103 13.6618 4.8 11.9535 4.8ZM7.09308 7.95C7.09308 5.21619 9.26918 3 11.9535 3C14.6379 3 16.814 5.21619 16.814 7.95C16.814 10.6838 14.6379 12.9 11.9535 12.9C9.26918 12.9 7.09308 10.6838 7.09308 7.95ZM9.59071 14.25C9.64113 14.25 9.6923 14.25 9.74424 14.25H13.721C14.209 14.25 14.6047 14.6529 14.6047 15.15C14.6047 15.6471 14.209 16.05 13.721 16.05H9.74424C8.44666 16.05 7.99378 16.0598 7.64907 16.1663C6.80176 16.428 6.1387 17.1033 5.88167 17.9662C5.7771 18.3173 5.76751 18.7785 5.76751 20.1C5.76751 20.5971 5.37185 21 4.88379 21C4.39573 21 4.00007 20.5971 4.00007 20.1C4.00007 20.0471 4.00005 19.995 4.00004 19.9436C3.99963 18.8391 3.99936 18.0849 4.19034 17.4437C4.61872 16.0055 5.72383 14.88 7.13601 14.4438C7.76557 14.2493 8.50614 14.2496 9.59071 14.25ZM17.0728 14.9636C17.4179 14.6121 17.9775 14.6121 18.3226 14.9636L19.907 16.5772L21.4914 14.9636C21.8365 14.6121 22.3961 14.6121 22.7412 14.9636C23.0863 15.3151 23.0863 15.8849 22.7412 16.2364L21.1568 17.85L22.7412 19.4636C23.0863 19.8151 23.0863 20.3849 22.7412 20.7364C22.3961 21.0879 21.8365 21.0879 21.4914 20.7364L19.907 19.1228L18.3226 20.7364C17.9775 21.0879 17.4179 21.0879 17.0728 20.7364C16.7277 20.3849 16.7277 19.8151 17.0728 19.4636L18.6572 17.85L17.0728 16.2364C16.7277 15.8849 16.7277 15.3151 17.0728 14.9636Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-wallet{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0908 2C16.6908 2 18 3.30918 18 4.90918V15.0908C18 16.6908 16.6908 18 15.0908 18H4.90918C3.30918 18 2 16.6908 2 15.0908V4.90918C2 3.30918 3.30918 2 4.90918 2H15.0908ZM4.90918 3.4541C4.10918 3.4541 3.4541 4.10918 3.4541 4.90918V15.0908C3.4541 15.8908 4.10918 16.5459 4.90918 16.5459H15.0908C15.8908 16.5459 16.5459 15.8908 16.5459 15.0908V13.6367H12.9092C10.9092 13.6367 9.27246 12 9.27246 10C9.27246 8 10.9092 6.36328 12.9092 6.36328H16.5459V4.90918C16.5459 4.10918 15.8908 3.4541 15.0908 3.4541H4.90918ZM12.9092 7.81836C11.7092 7.81836 10.7275 8.8 10.7275 10C10.7275 11.2 11.7092 12.1816 12.9092 12.1816H16.5459V7.81836H12.9092ZM12.9092 8.90918C13.1984 8.90926 13.4762 9.024 13.6807 9.22852C13.8852 9.43303 13.9999 9.71078 14 10C14 10.2892 13.8851 10.5669 13.6807 10.7715C13.4762 10.976 13.1984 11.0907 12.9092 11.0908C12.6199 11.0908 12.3423 10.9761 12.1377 10.7715C11.9331 10.5669 11.8184 10.2893 11.8184 10C11.8184 9.71078 11.9332 9.43303 12.1377 9.22852C12.3423 9.02411 12.62 8.90918 12.9092 8.90918Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-warning{--un-icon:url("data:image/svg+xml;utf8,%3Csvg width='65' height='64' viewBox='0 0 65 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.5478 20.9684C29.4154 19.2473 30.7762 17.7778 32.5024 17.7778C34.2285 17.7778 35.5893 19.2473 35.4569 20.9684L34.4165 34.4941C34.3396 35.4943 33.5055 36.2667 32.5024 36.2667C31.4992 36.2667 30.6652 35.4943 30.5882 34.4941L29.5478 20.9684Z' fill='currentColor'/%3E%3Cpath d='M35.3469 42.6667C35.3469 44.2376 34.0734 45.5111 32.5024 45.5111C30.9315 45.5111 29.658 44.2376 29.658 42.6667C29.658 41.0957 30.9315 39.8222 32.5024 39.8222C34.0734 39.8222 35.3469 41.0957 35.3469 42.6667Z' fill='currentColor'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.5 0C50.1731 0 64.5 14.3269 64.5 32C64.5 49.6731 50.1731 64 32.5 64C14.8269 64 0.5 49.6731 0.5 32C0.5 14.3269 14.8269 0 32.5 0ZM32.5 4.97778C17.576 4.97778 5.47778 17.076 5.47778 32C5.47778 46.924 17.576 59.0222 32.5 59.0222C47.424 59.0222 59.5222 46.924 59.5222 32C59.5222 17.076 47.424 4.97778 32.5 4.97778Z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-local-wechat{background:url("data:image/svg+xml;utf8,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_43_711)'%3E%3Cpath d='M9.47545 4.43697C9.6356 4.43697 9.79353 4.44869 9.94993 4.46569C9.52382 2.5019 7.40171 1.04248 4.97967 1.04248C2.27163 1.04248 0.0532227 2.86912 0.0532227 5.1884C0.0532227 6.52694 0.791431 7.62632 2.02456 8.479L1.53191 9.94581L3.25391 9.09103C3.87047 9.21155 4.36461 9.33583 4.97967 9.33583C5.13419 9.33583 5.28718 9.3283 5.43944 9.31623C5.34309 8.99056 5.28718 8.64905 5.28718 8.29503C5.2872 6.1654 7.13537 4.43697 9.47545 4.43697ZM6.82709 3.11507C7.19807 3.11507 7.44363 3.35686 7.44363 3.7237C7.44363 4.08903 7.19807 4.33383 6.82709 4.33383C6.45759 4.33383 6.08736 4.08903 6.08736 3.7237C6.08736 3.35686 6.45761 3.11507 6.82709 3.11507ZM3.37933 4.33382C3.00984 4.33382 2.63733 4.08901 2.63733 3.72369C2.63733 3.35684 3.00984 3.11506 3.37933 3.11506C3.74842 3.11506 3.99438 3.35684 3.99438 3.72369C3.99438 4.08903 3.74842 4.33382 3.37933 4.33382ZM13.972 8.23647C13.972 6.28742 12.001 4.69878 9.7875 4.69878C7.44363 4.69878 5.59774 6.28742 5.59774 8.23647C5.59774 10.1883 7.44363 11.7736 9.7875 11.7736C10.2779 11.7736 10.7728 11.6519 11.2654 11.5295L12.6168 12.2617L12.2462 11.0437C13.2353 10.3092 13.972 9.33583 13.972 8.23647ZM8.42893 7.62632C8.18376 7.62632 7.9363 7.38491 7.9363 7.13858C7.9363 6.89567 8.18376 6.65124 8.42893 6.65124C8.80143 6.65124 9.04549 6.89567 9.04549 7.13858C9.04549 7.38491 8.80143 7.62632 8.42893 7.62632ZM11.1385 7.62632C10.8952 7.62632 10.6492 7.38491 10.6492 7.13858C10.6492 6.89567 10.8952 6.65124 11.1385 6.65124C11.508 6.65124 11.755 6.89567 11.755 7.13858C11.755 7.38491 11.508 7.62632 11.1385 7.62632Z' fill='%2386899F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_43_711'%3E%3Crect width='14' height='11.2982' fill='white' transform='translate(0 1)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-local-zhanji{background:url("data:image/svg+xml;utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1353_461)'%3E%3Cpath d='M7.9866 4.36035C7.98758 4.33466 10.1 5.75775 10.1 6.86462C10.1 7.52361 9.64518 7.919 9.0299 7.919C8.7089 7.91898 8.36116 7.70812 8.17391 7.52361C8.17477 7.52727 8.36189 8.31579 8.68216 8.92067C8.73566 8.99975 7.31782 8.99975 7.34457 8.92067C7.66482 8.26323 7.82533 7.5271 7.82609 7.52361C7.63883 7.70812 7.26435 7.91898 6.9701 7.919C6.32807 7.919 5.90001 7.49725 5.9 6.86462C5.9 5.78499 7.98221 4.36334 7.9866 4.36035Z' fill='%23A4A6B6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.452 1.08402C12.536 1.08402 12.606 1.09803 12.669 1.13303C12.732 1.16103 12.788 1.20298 12.844 1.25198C12.893 1.30097 12.935 1.35698 12.963 1.42698C12.991 1.49697 13.005 1.56699 13.005 1.63698V3.60402H14.461C14.608 3.60402 14.741 3.65303 14.846 3.75803C14.951 3.86303 15 3.989 15 4.13599V7.11803C15 7.39801 14.965 7.671 14.888 7.93698C14.818 8.20298 14.713 8.44802 14.573 8.67902C14.44 8.91001 14.279 9.11298 14.09 9.30198L14.062 9.33C13.544 9.841 12.921 10.135 12.2 10.219C11.927 10.639 11.605 11.003 11.227 11.325C10.849 11.647 10.429 11.906 9.96697 12.109C9.51198 12.305 9.03598 12.431 8.54599 12.487V13.845H10.877C11.024 13.845 11.15 13.901 11.262 13.999C11.374 14.104 11.423 14.23 11.423 14.377C11.423 14.524 11.367 14.65 11.262 14.762C11.15 14.874 11.024 14.923 10.877 14.923H5.12303C5.05304 14.923 4.98302 14.909 4.91303 14.874C4.84303 14.846 4.787 14.804 4.745 14.755C4.696 14.706 4.66099 14.65 4.62599 14.58C4.59799 14.51 4.57697 14.44 4.57697 14.37C4.57697 14.223 4.63303 14.097 4.73803 13.992C4.84302 13.887 4.97604 13.838 5.12303 13.838H7.46803V12.487C6.71903 12.417 6.019 12.172 5.375 11.766C4.73101 11.36 4.20602 10.842 3.79303 10.219C3.06503 10.135 2.43502 9.827 1.90303 9.295C1.30103 8.70001 1.00001 7.97202 1 7.11803V4.13599C1 3.989 1.05602 3.86303 1.15401 3.75803C1.25901 3.65303 1.39199 3.60402 1.54599 3.60402H3.00197V1.63C3.00197 1.47601 3.051 1.34303 3.15599 1.23803C3.26099 1.13303 3.38701 1.08402 3.53401 1.08402H12.452ZM4.08 7.57303C4.087 8.19602 4.23402 8.78399 4.51401 9.33698L4.52803 9.35099C4.69603 9.67299 4.90599 9.96002 5.15099 10.219C5.40298 10.471 5.676 10.695 5.97 10.877C6.264 11.059 6.58601 11.199 6.92901 11.297C7.27201 11.395 7.62903 11.444 7.99303 11.444C8.71401 11.444 9.386 11.255 10.016 10.87C10.646 10.492 11.129 9.98102 11.458 9.34402L11.472 9.33C11.5632 9.15438 11.6405 8.97182 11.703 8.78402C11.766 8.59503 11.815 8.40602 11.85 8.20303C11.885 8.00704 11.906 7.81102 11.906 7.60803V7.55902L11.92 2.16198H4.08V7.57303ZM2.07803 7.11099C2.07803 7.38398 2.12698 7.636 2.23197 7.88099C2.33697 8.12598 2.48398 8.35 2.68697 8.54599C2.72897 8.60899 2.77801 8.658 2.83401 8.7C2.89001 8.749 2.95299 8.79103 3.01599 8.83303C3.07899 8.87503 3.142 8.91 3.205 8.945C3.079 8.504 3.00897 8.06299 3.00197 7.60099V4.675H2.07803V7.11099ZM12.998 7.60099C12.984 8.06999 12.921 8.518 12.795 8.945C12.963 8.861 13.131 8.74203 13.299 8.58803L13.327 8.56C13.726 8.147 13.922 7.664 13.922 7.125V4.675H12.998V7.60099Z' fill='%23A4A6B6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1353_461'%3E%3Crect width='14' height='14' fill='white' transform='translate(1 1)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.backface-hidden{backface-visibility:hidden}.\!absolute{position:absolute!important}.absolute,.position-absolute,[absolute=""]{position:absolute}.fixed{position:fixed}.relative,[relative=""]{position:relative}[relative~="disabled:"]:disabled{position:relative}.-inset-1{top:-.25rem;right:-.25rem;bottom:-.25rem;left:-.25rem}.-inset-10{top:-2.5rem;right:-2.5rem;bottom:-2.5rem;left:-2.5rem}.-inset-3{top:-.75rem;right:-.75rem;bottom:-.75rem;left:-.75rem}.inset-0,[inset-0=""]{top:0;right:0;bottom:0;left:0}.inset-1\/2,.inset-50\%{top:50%;right:50%;bottom:50%;left:50%}.-bottom-\.5{bottom:-.125rem}.-bottom-1,.bottom--1{bottom:-.25rem}.-bottom-4{bottom:-1rem}.-bottom-5,.bottom--5{bottom:-1.25rem}.-left-12{left:-3rem}.-left-14{left:-3.5rem}.-left-18{left:-4.5rem}.-left-1rem{left:-1rem}.-left-2,[-left-2=""]{left:-.5rem}.-left-2\.1rem{left:-2.1rem}.-left-2\.8rem{left:-2.8rem}.-left-23{left:-5.75rem}.-left-3,[-left-3=""]{left:-.75rem}.-left-7{left:-1.75rem}.-right-\.5{right:-.125rem}.-right-1,.right--1{right:-.25rem}.-right-3rem{right:-3rem}.-top-0\.7rem{top:-.7rem}.-top-1{top:-.25rem}.-top-1\.5rem,.-top-6{top:-1.5rem}.-top-1rem,.top--4{top:-1rem}.-top-2\.3rem{top:-2.3rem}.-top-21\.25rem{top:-21.25rem}.-top-3,[-top-3=""]{top:-.75rem}.-top-4rem{top:-4rem}.-top-5rem{top:-5rem}.-top-7{top:-1.75rem}.-top-7\.5{top:-1.875rem}.-top-7\.5rem{top:-7.5rem}.-top-8{top:-2rem}.bottom-0{bottom:0}.bottom-110\%,[bottom-110\%=""]{bottom:110%}.bottom-16{bottom:4rem}.bottom-17{bottom:4.25rem}.bottom-2{bottom:.5rem}.bottom-20{bottom:5rem}.bottom-26{bottom:6.5rem}.bottom-4{bottom:1rem}.bottom-5\.75rem{bottom:5.75rem}.bottom-50\%{bottom:50%}.bottom-6,[bottom-6=""]{bottom:1.5rem}.bottom-full{bottom:100%}.left-0,.left-0rem{left:0}.left-1{left:.25rem}.left-1\.5rem{left:1.5rem}.left-1\/2,.left-50\%{left:50%}.left-10{left:2.5rem}.left-105\%{left:105%}.left-11{left:2.75rem}.left-17{left:4.25rem}.left-18,.left-4\.5rem{left:4.5rem}.left-1rem,.left-4{left:1rem}.left-2{left:.5rem}.left-20\%{left:20%}.left-2rem{left:2rem}.left-3rem{left:3rem}.left-4\.8rem{left:4.8rem}.left-4rem{left:4rem}.left-5\.2rem{left:5.2rem}.left-5\.6rem{left:5.6rem}.left-5rem{left:5rem}.left-6rem{left:6rem}.left-full{left:100%}.right--0\.3rem{right:-.3rem}.right--0\.4rem{right:-.4rem}.right--0\.5rem{right:-.5rem}.right--4{right:-1rem}.right-0{right:0}.right-10,[right-10=""]{right:2.5rem}.right-105\%{right:105%}.right-11{right:2.75rem}.right-18,[right-18=""]{right:4.5rem}.right-2{right:.5rem}.right-2rem{right:2rem}.right-3,[right-3=""]{right:.75rem}.right-4rem{right:4rem}.right-6rem{right:6rem}.right-full{right:100%}.top--0\.2rem{top:-.2rem}.top--0\.3rem{top:-.3rem}.top-0,.top-0rem,[top-0=""]{top:0}.top-0\.7rem{top:.7rem}.top-1\/2{top:50%}.top-105\%{top:105%}.top-110\%{top:110%}.top-2{top:.5rem}.top-2\.5{top:.625rem}.top-3{top:.75rem}.top-4\.36rem{top:4.36rem}.top-4\.4rem{top:4.4rem}.top-4\.5rem{top:4.5rem}.top-4\.7rem{top:4.7rem}.top-4rem{top:4rem}.top-55\%,[top-55\%=""]{top:55%}.top-7{top:1.75rem}.top-8{top:2rem}.top-8rem{top:8rem}.top-full{top:100%}[left-11~="bg-black/30"]{left:36.6666666667%}.-z-1,.z--1{z-index:-1}.z-0{z-index:0}.z-1{z-index:1}.z-10{z-index:10}.z-1000{z-index:1000}.z-2,[z-2=""]{z-index:2}.z-20{z-index:20}.z-3,[z-3=""]{z-index:3}.z-4{z-index:4}.z-5{z-index:5}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}[rows~="2"]{grid-template-rows:repeat(2,minmax(0,1fr))}[rows~="4"]{grid-template-rows:repeat(4,minmax(0,1fr))}.m-\.3{margin:.075rem}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:.75rem}.m-a,.m-auto,.ma{margin:auto}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.m-y--1{margin-top:-.25rem;margin-bottom:-.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-auto{margin-left:auto;margin-right:auto}.my-12{margin-top:3rem;margin-bottom:3rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-20px{margin-top:20px;margin-bottom:20px}.-mb-2\.1{margin-bottom:-.525rem}.-mb-5,[-mb-5=""]{margin-bottom:-1.25rem}.-ml-\.5rem,.-ml-2{margin-left:-.5rem}.-ml-12,[-ml-12=""]{margin-left:-3rem}.-ml-2rem{margin-left:-2rem}.-ml-5{margin-left:-1.25rem}.-ml-6{margin-left:-1.5rem}.-ml-8\.5{margin-left:-2.125rem}.-mt-\.06em{margin-top:-.06em}.-mt-17,[-mt-17=""]{margin-top:-4.25rem}.-mt-3{margin-top:-.75rem}.-mt-5\.7{margin-top:-1.425rem}.\!-ml-7{margin-left:-1.75rem!important}.m-b-3,.mb-\.75rem,.mb-3{margin-bottom:.75rem}.m-b-5px{margin-bottom:5px}.m-l-12px,.ml-12px{margin-left:12px}.m-l-3rem{margin-left:3rem}.m-l-5px{margin-left:5px}.m-r-12px,.mr-12px{margin-right:12px}.m-r-3rem{margin-right:3rem}.m-t-2rem{margin-top:2rem}.m-t-5px{margin-top:5px}.mb,.mb-1rem,.mb-4{margin-bottom:1rem}.mb-\.1em{margin-bottom:.1em}.mb-\.25rem,.mb-1{margin-bottom:.25rem}.mb-\.2rem{margin-bottom:.2rem}.mb-\.3rem,.mb-0\.3rem{margin-bottom:.3rem}.mb-\.5rem,.mb-0\.5rem,.mb-2{margin-bottom:.5rem}.mb-\.6rem{margin-bottom:.6rem}.mb-1\.75rem{margin-bottom:1.75rem}.mb-10,.mb-2\.5rem{margin-bottom:2.5rem}.mb-12px{margin-bottom:12px}.mb-1px{margin-bottom:1px}.mb-20{margin-bottom:5rem}.mb-20px{margin-bottom:20px}.mb-2px{margin-bottom:2px}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-8px{margin-bottom:8px}.ml--1{margin-left:-.25rem}.ml-\.13em{margin-left:.13em}.ml-0{margin-left:0}.ml-0\.2rem{margin-left:.2rem}.ml-0\.3rem{margin-left:.3rem}.ml-1{margin-left:.25rem}.ml-16px{margin-left:16px}.ml-1rem,.ml-4{margin-left:1rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.mr-\.33rem{margin-right:.33rem}.mr-\.5,.mr-0\.5{margin-right:.125rem}.mr-\.5rem,.mr-0\.5rem,.mr-2{margin-right:.5rem}.mr-\.67rem{margin-right:.67rem}.mr-0\.1rem{margin-right:.1rem}.mr-0\.2rem{margin-right:.2rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-16px{margin-right:16px}.mr-1rem,.mr-4{margin-right:1rem}.mr-3{margin-right:.75rem}.mr-8px{margin-right:8px}.mr-a{margin-right:auto}.ms,[ms=""]{margin-inline-start:1rem}.mt--1\.5{margin-top:-.375rem}.mt--40{margin-top:-10rem}.mt-\.5rem,.mt-0\.5rem,.mt-2{margin-top:.5rem}.mt-\.7rem{margin-top:.7rem}.mt-0\.5{margin-top:.125rem}.mt-0\.7{margin-top:.175rem}.mt-1{margin-top:.25rem}.mt-12{margin-top:3rem}.mt-15{margin-top:3.75rem}.mt-1rem,.mt-4{margin-top:1rem}.mt-2\.25rem,.mt-9{margin-top:2.25rem}.mt-2\.5rem{margin-top:2.5rem}.mt-20px{margin-top:20px}.mt-3{margin-top:.75rem}.mt-3\.5rem{margin-top:3.5rem}.mt-5{margin-top:1.25rem}.mt-60{margin-top:15rem}[-ml-2~="disabled:"]:disabled{margin-left:-.5rem}.first\:ml-0:first-child{margin-left:0}.box-border,[box-border=""]{box-sizing:border-box}.block,[block=""]{display:block}.inline-block,[inline-block=""]{display:inline-block}.hidden{display:none}.size-\.83rem,[size-\.83rem=""]{width:.83rem;height:.83rem}.size-\.8em{width:.8em;height:.8em}.size-1\.2em{width:1.2em;height:1.2em}.size-1\.5rem,.size-6,[size~="6"]{width:1.5rem;height:1.5rem}.size-1\.6em,[size-1\.6em=""]{width:1.6em;height:1.6em}.size-1\.6rem{width:1.6rem;height:1.6rem}.size-1\.7rem{width:1.7rem;height:1.7rem}.size-10,[size~="10"]{width:2.5rem;height:2.5rem}.size-14,[size~="3.5rem"]{width:3.5rem;height:3.5rem}.size-15rem{width:15rem;height:15rem}.size-1rem,.size-4{width:1rem;height:1rem}.size-2\.4rem{width:2.4rem;height:2.4rem}.size-3,[size~="3"]{width:.75rem;height:.75rem}.size-32{width:8rem;height:8rem}.size-3rem,[size~="3rem"]{width:3rem;height:3rem}.size-5{width:1.25rem;height:1.25rem}.size-7{width:1.75rem;height:1.75rem}.size-8{width:2rem;height:2rem}.size-9{width:2.25rem;height:2.25rem}.size-full{width:100%;height:100%}.size-md{width:28rem;height:28rem}[size~="1.2rem"]{width:1.2rem;height:1.2rem}[size~="2.2em"]{width:2.2em;height:2.2em}[size~="2.2rem"]{width:2.2rem;height:2.2rem}[size~="2.3em"]{width:2.3em;height:2.3em}[size~="2.3rem"]{width:2.3rem;height:2.3rem}[size~="2.4"]{width:.6rem;height:.6rem}[size~="2.7rem"]{width:2.7rem;height:2.7rem}[size~="2.8rem"]{width:2.8rem;height:2.8rem}[size~="20"]{width:5rem;height:5rem}[size~="24"],[size~="6rem"]{width:6rem;height:6rem}[size~="4rem"]{width:4rem;height:4rem}.\!h-3\.167rem,[\!h-3\.167rem=""]{height:3.167rem!important}.\!w-2\.33rem,[\!w-2\.33rem=""]{width:2.33rem!important}.h-0{height:0}.h-1\.167rem,[h-1\.167rem=""]{height:1.167rem}.h-1\.2rem{height:1.2rem}.h-1\.33rem{height:1.33rem}.h-1\.5rem,.h-6,.h6,[h-6=""]{height:1.5rem}.h-1\.8em{height:1.8em}.h-1\.917rem{height:1.917rem}.h-10{height:2.5rem}.h-100\%,.h-full,[h-full=""]{height:100%}.h-11,[h-11=""]{height:2.75rem}.h-116{height:29rem}.h-11rem{height:11rem}.h-12{height:3rem}.h-13{height:3.25rem}.h-14,.h-3\.5rem{height:3.5rem}.h-14\.5{height:3.625rem}.h-15{height:3.75rem}.h-16,.h-4rem,[h-16=""]{height:4rem}.h-17,.h17{height:4.25rem}.h-174{height:43.5rem}.h-2,.h2{height:.5rem}.h-2\.67rem{height:2.67rem}.h-24,.h-6rem,[h-24=""]{height:6rem}.h-25{height:6.25rem}.h-25\.6rem{height:25.6rem}.h-2rem{height:2rem}.h-3,.h3{height:.75rem}.h-3\.583rem{height:3.583rem}.h-3\.9em,[h-3\.9em=""]{height:3.9em}.h-32{height:8rem}.h-35{height:8.75rem}.h-36{height:9rem}.h-4,.h4{height:1rem}.h-4\.5{height:1.125rem}.h-4\.5em{height:4.5em}.h-4\.5rem{height:4.5rem}.h-45\%{height:45%}.h-5,.h5,[h-5=""]{height:1.25rem}.h-5\.5rem{height:5.5rem}.h-50{height:12.5rem}.h-57,[h-57=""]{height:14.25rem}.h-5em{height:5em}.h-5rem{height:5rem}.h-60px{height:60px}.h-7{height:1.75rem}.h-75vh{height:75vh}.h-84{height:21rem}.h-90px{height:90px}.h1{height:.25rem}.max-h-10{max-height:2.5rem}.max-w-27{max-width:6.75rem}.max-w-29{max-width:7.25rem}.max-w-40{max-width:10rem}.min-h-2em{min-height:2em}.min-h-full{min-height:100%}.min-w-0{min-width:0}.min-w-16,.min-w-4rem,[min-w-16=""]{min-width:4rem}.min-w-20,.min-w-5rem{min-width:5rem}.min-w-6{min-width:1.5rem}.min-w-8{min-width:2rem}.min-w-full,[min-w-full=""]{min-width:100%}.w-\.417rem{width:.417rem}.w-0{width:0}.w-1\.167rem,[w-1\.167rem=""]{width:1.167rem}.w-1\.33rem{width:1.33rem}.w-1\.8em{width:1.8em}.w-10,.w-2\.5rem{width:2.5rem}.w-100{width:25rem}.w-100\%,.w-full,[w-full=""]{width:100%}.w-10rem,.w-40{width:10rem}.w-11,.w-2\.75rem{width:2.75rem}.w-110px{width:110px}.w-125{width:31.25rem}.w-130{width:32.5rem}.w-14{width:3.5rem}.w-15,[w-15=""]{width:3.75rem}.w-16,.w-4rem,[w-16=""]{width:4rem}.w-16em{width:16em}.w-18,.w-4\.5rem{width:4.5rem}.w-19,[w-19=""]{width:4.75rem}.w-2{width:.5rem}.w-2\.67rem{width:2.67rem}.w-2\.8em,[w-2\.8em=""]{width:2.8em}.w-20,.w-5rem,[w-20=""]{width:5rem}.w-22{width:5.5rem}.w-228{width:57rem}.w-24,.w-6rem,[w-24=""],[w-6rem=""]{width:6rem}.w-25,.w-6\.25rem{width:6.25rem}.w-26,.w-6\.5rem{width:6.5rem}.w-27{width:6.75rem}.w-3,[w-3=""]{width:.75rem}.w-30,[w-30=""]{width:7.5rem}.w-32{width:8rem}.w-35{width:8.75rem}.w-4{width:1rem}.w-45{width:11.25rem}.w-5{width:1.25rem}.w-50{width:12.5rem}.w-6,[w-6=""]{width:1.5rem}.w-60{width:15rem}.w-65{width:16.25rem}.w-7{width:1.75rem}.w-70{width:17.5rem}.w-8{width:2rem}.w-8\.167rem{width:8.167rem}.w-80{width:20rem}.w-90{width:22.5rem}.w-max{width:max-content}.flex,[flex=""],[un-children~=flex]>*{display:flex}.flex-1,[un-children~=flex-1]>*{flex:1 1 0%}.flex-shrink{flex-shrink:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.basis-1\/4{flex-basis:25%}.basis-1\/5{flex-basis:20%}.basis-2\/5{flex-basis:40%}.flex-row-reverse{flex-direction:row-reverse}[flex-row-reverse~="default:"]:default{flex-direction:row-reverse}.flex-col,[flex-col=""],[un-children~=flex-col]>*{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.origin-top,[origin-top=""]{transform-origin:top}.perspect-10{-webkit-perspective:10px;perspective:10px}.perspect-120{-webkit-perspective:120px;perspective:120px}.-translate-x-1\/2,.-translate-x-50\%,[un-children~="-translate-x-50%"]>*{--un-translate-x:-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))}.-translate-y-1\/2,.-translate-y-50\%,[un-children~="-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))}.-translate-z-\.1px{--un-translate-z:-.1px;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))}.translate-z-\.2px{--un-translate-z:.2px;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))}.-rotate-225{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:-225deg;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))}.-rotate-270{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:-270deg;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))}.-rotate-3,.rotate--3{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:-3deg;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))}.-rotate-30{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:-30deg;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))}.-rotate-90{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:-90deg;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))}.rotate-180{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:180deg;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))}.rotate-225{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:225deg;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))}.rotate-270{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:270deg;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))}.rotate-3,[rotate-3=""]{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:3deg;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))}.rotate-30{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:30deg;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))}.rotate-90{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:90deg;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))}[-rotate-3~="disabled:"]:disabled{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:-3deg;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))}.-rotate-x-15,[-rotate-x-15=""]{--un-rotate:0;--un-rotate-x:-15deg;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))}.rotate-x--1{--un-rotate:0;--un-rotate-x:-1deg;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))}.rotate-y-180{--un-rotate:0;--un-rotate-y:180deg;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))}.scale-45{--un-scale-x:.45;--un-scale-y:.45;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))}.scale-85{--un-scale-x:.85;--un-scale-y:.85;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))}.preserve-3d,[preserve-3d=""]{transform-style:preserve-3d}.transform,[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))}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes scale-in{0%{transform:scale(1.3);opacity:0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-bounce,[animate-bounce=""]{animation:bounce 1s linear infinite}.animate-scale-in{animation:scale-in .2s ease-in-out 1}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer,[un-children~=cursor-pointer]>*{cursor:pointer}.cursor-grab,[cursor-grab=""]{cursor:grab}.place-items-center{place-items:center}.content-start{align-content:flex-start}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center,[items-center=""],[un-children~=items-center]>*{align-items:center}.items-stretch{align-items:stretch}.self-end{align-self:flex-end}.self-center,[self-center=""]{align-self:center}.justify-start{justify-content:flex-start}.justify-end,[justify-end=""]{justify-content:flex-end}.justify-center,[justify-center=""]{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-self-end{justify-self:end}.gap-\.7rem{gap:.7rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-x-\.5rem{column-gap:.5rem}.gap-x-1{column-gap:.25rem}.gap-x-4{column-gap:1rem}.gap-x-6{column-gap:1.5rem}.gap-y-2{row-gap:.5rem}.gap-y-3{row-gap:.75rem}.-space-x-2>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(calc(.5rem * calc(1 - var(--un-space-x-reverse))) * -1);margin-right:calc(calc(.5rem * var(--un-space-x-reverse)) * -1)}.space-x-1>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(.25rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(.25rem * var(--un-space-x-reverse))}.space-x-10>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(2.5rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(2.5rem * var(--un-space-x-reverse))}.space-x-2\.5>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(.625rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(.625rem * var(--un-space-x-reverse))}.space-x-2>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(.5rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(.5rem * var(--un-space-x-reverse))}.space-x-4>:not([hidden])~:not([hidden]){--un-space-x-reverse:0;margin-left:calc(1rem * calc(1 - var(--un-space-x-reverse)));margin-right:calc(1rem * var(--un-space-x-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.25rem * var(--un-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.75rem * var(--un-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(1rem * var(--un-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(1.25rem * var(--un-space-y-reverse))}.of-auto{overflow:auto}.of-hidden,.overflow-hidden,[of-hidden=""]{overflow:hidden}[of-hidden~="default:"]:default{overflow:hidden}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ws-nowrap{white-space:nowrap}.ws-pre-wrap{white-space:pre-wrap}.b,.b-1,.b-1px,.border,.border-1px,[border=""]{border-width:1px}.b-\.08px{border-width:.08px}.b-\.2em{border-width:.2em}.b-\.2rem{border-width:.2rem}.b-\.6rem{border-width:.6rem}.b-1\.5,[b-1\.5=""]{border-width:1.5px}.b-2px,.border-2,.border-2px{border-width:2px}.b-b-\.2rem{border-bottom-width:.2rem}.border-b{border-bottom-width:1px}.border-l{border-left-width:1px}.last\:border-b-0:last-child{border-bottom-width:0px}.b-\[\#323943\]{--un-border-opacity:1;border-color:rgb(50 57 67 / var(--un-border-opacity))}.b-\[\#36373E\]{--un-border-opacity:1;border-color:rgb(54 55 62 / var(--un-border-opacity))}.b-\[\#FFA901\]{--un-border-opacity:1;border-color:rgb(255 169 1 / var(--un-border-opacity))}.b-current{border-color:currentColor}.b-dark-100{--un-border-opacity:1;border-color:rgb(60 60 60 / var(--un-border-opacity))}.b-gray-700{--un-border-opacity:1;border-color:rgb(56 59 68 / var(--un-border-opacity))}.b-gray-900,.border-\#25262D,[b-gray-900=""]{--un-border-opacity:1;border-color:rgb(37 38 45 / var(--un-border-opacity))}.b-green{--un-border-opacity:1;border-color:rgb(8 187 122 / var(--un-border-opacity))}.b-red{--un-border-opacity:1;border-color:rgb(249 79 79 / var(--un-border-opacity))}.b-transparent{border-color:transparent}.b-white{--un-border-opacity:1;border-color:rgb(255 255 255 / var(--un-border-opacity))}.b-white\/10{border-color:#ffffff1a}.b-white\/40{border-color:#fff6}.b-white\/50{border-color:#ffffff80}.b-white\/60{border-color:#fff9}.border-\#18191d{--un-border-opacity:1;border-color:rgb(24 25 29 / var(--un-border-opacity))}.border-\#25252D{--un-border-opacity:1;border-color:rgb(37 37 45 / var(--un-border-opacity))}.border-\#2E2E36{--un-border-opacity:1;border-color:rgb(46 46 54 / var(--un-border-opacity))}.border-white\/8{border-color:#ffffff14}.b-t-gray-900{--un-border-opacity:1;--un-border-top-opacity:var(--un-border-opacity);border-top-color:rgb(37 38 45 / var(--un-border-top-opacity))}.border-b-\#323943{--un-border-opacity:1;--un-border-bottom-opacity:var(--un-border-opacity);border-bottom-color:rgb(50 57 67 / var(--un-border-bottom-opacity))}.border-l-\#2E2E36{--un-border-opacity:1;--un-border-left-opacity:var(--un-border-opacity);border-left-color:rgb(46 46 54 / var(--un-border-left-opacity))}.rd,.rounded,[rd=""]{border-radius:.25rem}.rd-\.1em{border-radius:.1em}.rd-\.2em{border-radius:.2em}.rd-2rem{border-radius:2rem}.rd-2xl,.rd-4{border-radius:1rem}.rd-3xl{border-radius:1.5rem}.rd-full,.rounded-full,[rd-full=""]{border-radius:9999px}.rd-lg,.rounded-lg,[rd-lg=""]{border-radius:.5rem}.rd-md,.rounded-md,[rd-md=""]{border-radius:.375rem}.rd-xl,.rounded-xl{border-radius:.75rem}.rounded-6px{border-radius:6px}.rounded-8px{border-radius:8px}.b-solid,.border-solid,[b-solid=""]{border-style:solid}.b-b-solid,.border-b-solid{border-bottom-style:solid}.border-l-solid{border-left-style:solid}.bg-\[\#2D313C\]{--un-bg-opacity:1;background-color:rgb(45 49 60 / var(--un-bg-opacity))}.bg-\[\#303138\]{--un-bg-opacity:1;background-color:rgb(48 49 56 / var(--un-bg-opacity))}.bg-\[\#323943\]{--un-bg-opacity:1;background-color:rgb(50 57 67 / var(--un-bg-opacity))}.bg-\[\#333B46\]{--un-bg-opacity:1;background-color:rgb(51 59 70 / var(--un-bg-opacity))}.bg-\[\#383A43\]{--un-bg-opacity:1;background-color:rgb(56 58 67 / var(--un-bg-opacity))}.bg-\[\#686C74\]{--un-bg-opacity:1;background-color:rgb(104 108 116 / var(--un-bg-opacity))}.bg-\[\#E20913\]{--un-bg-opacity:1;background-color:rgb(226 9 19 / var(--un-bg-opacity))}.bg-\[\#E24B3E\]{--un-bg-opacity:1;background-color:rgb(226 75 62 / var(--un-bg-opacity))}.bg-\[\#FAA108\]{--un-bg-opacity:1;background-color:rgb(250 161 8 / var(--un-bg-opacity))}.bg-\[\#ffdd2d66\]{--un-bg-opacity:.4;background-color:rgb(255 221 45 / var(--un-bg-opacity))}.bg-\[length\:100\%_100\%\],.bg-\[size\:100\%_100\%\]{background-size:100% 100%}.bg-\[length\:100\%\]{background-size:100%}.bg-\[size\:100\%_auto\]{background-size:100% auto}.bg-\[size\:auto_100\%\]{background-size:auto 100%}.bg-\[var\(--ion-color-warning\)\]{background-color:var(--ion-color-warning)}.bg-\#000,.bg-black,[bg-black=""]{--un-bg-opacity:1;background-color:rgb(0 0 0 / var(--un-bg-opacity))}.bg-\#25252D{--un-bg-opacity:1;background-color:rgb(37 37 45 / var(--un-bg-opacity))}.bg-\#25262d,.bg-gray-900,[bg-gray-900=""]{--un-bg-opacity:1;background-color:rgb(37 38 45 / var(--un-bg-opacity))}.bg-\#2E2E36{--un-bg-opacity:1;background-color:rgb(46 46 54 / var(--un-bg-opacity))}.bg-\#383B44{--un-bg-opacity:1;background-color:rgb(56 59 68 / var(--un-bg-opacity))}.bg-black\/10{background-color:#0000001a}.bg-black\/14{background-color:#00000024}.bg-black\/30{background-color:#0000004d}.bg-black\/40{background-color:#0006}.bg-black\/50{background-color:#00000080}.bg-current{background-color:currentColor}.bg-dark-800{--un-bg-opacity:1;background-color:rgb(30 32 39 / var(--un-bg-opacity))}.bg-dark-900,[bg-dark-900=""]{--un-bg-opacity:1;background-color:rgb(24 25 29 / var(--un-bg-opacity))}.bg-dark\/30{background-color:#2222224d}.bg-dark\/50{background-color:#22222280}.bg-gray{--un-bg-opacity:1;background-color:rgb(156 163 175 / var(--un-bg-opacity))}.bg-gray-600{--un-bg-opacity:1;background-color:rgb(72 77 92 / var(--un-bg-opacity))}.bg-gray-700{--un-bg-opacity:1;background-color:rgb(56 59 68 / var(--un-bg-opacity))}.bg-gray-800{--un-bg-opacity:1;background-color:rgb(41 42 50 / var(--un-bg-opacity))}.bg-green,[bg-green=""]{--un-bg-opacity:1;background-color:rgb(8 187 122 / var(--un-bg-opacity))}.bg-green-900{--un-bg-opacity:1;background-color:rgb(20 83 45 / var(--un-bg-opacity))}.bg-red{--un-bg-opacity:1;background-color:rgb(249 79 79 / var(--un-bg-opacity))}.bg-red-500{--un-bg-opacity:1;background-color:rgb(239 68 68 / var(--un-bg-opacity))}.bg-red-900{--un-bg-opacity:1;background-color:rgb(127 29 29 / var(--un-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white{--un-bg-opacity:1;background-color:rgb(255 255 255 / var(--un-bg-opacity))}.bg-white\/10{background-color:#ffffff1a}.bg-yellow-50\/40{background-color:#fb06}[bg-gray~="1"]{--un-bg-opacity:1;background-color:rgb(243 244 246 / var(--un-bg-opacity))}[bg-yellow-50=""]{--un-bg-opacity:1;background-color:rgb(255 187 0 / var(--un-bg-opacity))}.bg-opacity-70{--un-bg-opacity:.7}.from-dark-400{--un-gradient-from-position:0%;--un-gradient-from:rgb(34 34 34 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(34 34 34 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.to-dark-100{--un-gradient-to-position:100%;--un-gradient-to:rgb(60 60 60 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.bg-gradient-to-b{--un-gradient-shape:to bottom in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient))}.bg-cover,[bg-cover=""]{background-size:cover}.bg-contain,[bg-contain=""]{background-size:contain}.bg-bottom,[bg-bottom=""]{background-position:bottom}.bg-left{background-position:left}.bg-top{background-position:top}.bg-no-repeat{background-repeat:no-repeat}[stroke-width~="3"]{stroke-width:3px}[stroke~="#323943"]{--un-stroke-opacity:1;stroke:rgb(50 57 67 / var(--un-stroke-opacity))}[stroke~="#d8af6d"]{--un-stroke-opacity:1;stroke:rgb(216 175 109 / var(--un-stroke-opacity))}.object-cover{object-fit:cover}.object-contain{object-fit:contain}.p-\.25em{padding:.25em}.p-\.2em{padding:.2em}.p-\.5{padding:.125rem}.p-\.6{padding:.15rem}.p-\.67rem{padding:.67rem}.p-\.6rem{padding:.6rem}.p-\.7,[p-\.7=""]{padding:.175rem}.p-1,.p1,[p-1=""]{padding:.25rem}.p-1\.33rem{padding:1.33rem}.p-10{padding:2.5rem}.p-1rem,.p-4{padding:1rem}.p-2,.p2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-5{padding:1.25rem}.p-5px{padding:5px}.p-8{padding:2rem}.px,.px-1rem,.px-4,[px-1rem=""],[px=""]{padding-left:1rem;padding-right:1rem}.px-\.5{padding-left:.125rem;padding-right:.125rem}.px-\.5rem,.px-2{padding-left:.5rem;padding-right:.5rem}.px-\.83rem{padding-left:.83rem;padding-right:.83rem}.px-0\.3rem{padding-left:.3rem;padding-right:.3rem}.px-1,[px-1=""]{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-12{padding-left:3rem;padding-right:3rem}.px-12px{padding-left:12px;padding-right:12px}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4\.33rem{padding-left:4.33rem;padding-right:4.33rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-\.1rem{padding-top:.1rem;padding-bottom:.1rem}.py-\.5,.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-\.5rem,.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-1rem{padding-top:1rem;padding-bottom:1rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.p-b-0\.5rem,.pb-\.5rem,.pb-0\.5rem,.pb-2{padding-bottom:.5rem}.pb-0\.1rem{padding-bottom:.1rem}.pb-1{padding-bottom:.25rem}.pb-1\.25rem,.pb-5{padding-bottom:1.25rem}.pb-10{padding-bottom:2.5rem}.pb-14{padding-bottom:3.5rem}.pb-1rem{padding-bottom:1rem}.pb-3{padding-bottom:.75rem}.pl-\.167rem{padding-left:.167rem}.pl-1{padding-left:.25rem}.pl-1\.5rem{padding-left:1.5rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-3px{padding-left:3px}.pl-3rem{padding-left:3rem}.pl-5{padding-left:1.25rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-2\.5rem{padding-right:2.5rem}.pr-3rem{padding-right:3rem}.pr-5{padding-right:1.25rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-25{padding-top:6.25rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-5px{padding-top:5px}.text-center,[text-center=""]{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-wrap{text-wrap:wrap}.align-middle,[align-middle=""]{vertical-align:middle}[vertical~=bottom]{vertical-align:bottom}.text-\[\.6rem\]{font-size:.6rem}.text-\[\.7rem\]{font-size:.7rem}.text-\[\.83rem\]{font-size:.83rem}.text-\[0\.8rem\],.text-0\.8rem{font-size:.8rem}.text-\[1\.167rem\]{font-size:1.167rem}.text-\[1\.1rem\],.text-1\.1rem{font-size:1.1rem}.text-\[1\.33rem\]{font-size:1.33rem}.text-0\.5rem,.text-2{font-size:.5rem}.text-0\.7rem{font-size:.7rem}.text-0\.85rem{font-size:.85rem}.text-0\.875rem{font-size:.875rem}.text-0\.95rem,.text-3\.8{font-size:.95rem}.text-0\.9rem{font-size:.9rem}.text-1\.2rem{font-size:1.2rem}.text-1\.3rem{font-size:1.3rem}.text-1\.4rem{font-size:1.4rem}.text-1\.5{font-size:.375rem}.text-1\.5rem,.text-6{font-size:1.5rem}.text-1\.6em{font-size:1.6em}.text-1\.7rem{font-size:1.7rem}.text-1\.8rem{font-size:1.8rem}.text-10{font-size:2.5rem}.text-11\.9{font-size:2.975rem}.text-15px{font-size:15px}.text-1rem{font-size:1rem}.text-2em{font-size:2em}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3rem{font-size:3rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5rem{font-size:5rem}.text-7{font-size:1.75rem}.text-8{font-size:2rem}.text-base,[un-children~=text-base]>*{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm,[text-sm=""]{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.text-\[var\(--ion-color-danger\)\]{color:var(--ion-color-danger)}.text-\[var\(--ion-color-light\)\]{color:var(--ion-color-light)}.text-\[var\(--ion-color-medium-contrast\)\]{color:var(--ion-color-medium-contrast)}.text-\[var\(--ion-color-medium\)\]{color:var(--ion-color-medium)}.text-\[var\(--ion-color-success\)\]{color:var(--ion-color-success)}.text-\[var\(--ion-color-warning-contrast\)\]{color:var(--ion-color-warning-contrast)}.text-\[var\(--ion-color-warning\)\]{color:var(--ion-color-warning)}.text-\#4AABE8,[color~="#4AABE8"]{--un-text-opacity:1;color:rgb(74 171 232 / var(--un-text-opacity))}.text-\#86899f,.text-\#86899F{--un-text-opacity:1;color:rgb(134 137 159 / var(--un-text-opacity))}.text-\#878D9D{--un-text-opacity:1;color:rgb(135 141 157 / var(--un-text-opacity))}.color-\#9AA1A9,.text-\#9AA1A9{--un-text-opacity:1;color:rgb(154 161 169 / var(--un-text-opacity))}.text-\#A8A8AB{--un-text-opacity:1;color:rgb(168 168 171 / var(--un-text-opacity))}.text-\#D09830,[color~="#D09830"]{--un-text-opacity:1;color:rgb(208 152 48 / var(--un-text-opacity))}.text-\#d8af6d,.text-\#D8AF6D{--un-text-opacity:1;color:rgb(216 175 109 / var(--un-text-opacity))}.text-\#FF5959{--un-text-opacity:1;color:rgb(255 89 89 / var(--un-text-opacity))}.c-white,.color-\#fff,.text-\#fff,.text-white,[c-white=""],.text-\#ffffff,.text-\#FFFFFF{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.text-black{--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity))}.text-gray-300{--un-text-opacity:1;color:rgb(181 185 196 / var(--un-text-opacity))}.c-gray-400,.text-gray-400{--un-text-opacity:1;color:rgb(140 147 164 / var(--un-text-opacity))}.c-gray-500,.text-gray-500{--un-text-opacity:1;color:rgb(110 118 137 / var(--un-text-opacity))}.\!c-blue{--un-text-opacity:1 !important;color:rgb(7 136 255 / var(--un-text-opacity))!important}.\!c-white,.\!children\:c-white>*{--un-text-opacity:1 !important;color:rgb(255 255 255 / var(--un-text-opacity))!important}.c-\[\#1C1C1C\]{--un-text-opacity:1;color:rgb(28 28 28 / var(--un-text-opacity))}.c-\[\#b2bbe9\]{--un-text-opacity:1;color:rgb(178 187 233 / var(--un-text-opacity))}.c-\[\#E0D531\]{--un-text-opacity:1;color:rgb(224 213 49 / var(--un-text-opacity))}.c-\[\#F91617\]{--un-text-opacity:1;color:rgb(249 22 23 / var(--un-text-opacity))}.c-\[\#ff6320\]{--un-text-opacity:1;color:rgb(255 99 32 / var(--un-text-opacity))}.c-\[\#FFA901\]{--un-text-opacity:1;color:rgb(255 169 1 / var(--un-text-opacity))}.c-blue{--un-text-opacity:1;color:rgb(7 136 255 / var(--un-text-opacity))}.c-gray{--un-text-opacity:1;color:rgb(156 163 175 / var(--un-text-opacity))}.c-gray-200{--un-text-opacity:1;color:rgb(215 218 224 / var(--un-text-opacity))}.c-gray-600{--un-text-opacity:1;color:rgb(72 77 92 / var(--un-text-opacity))}.c-green{--un-text-opacity:1;color:rgb(8 187 122 / var(--un-text-opacity))}.c-red{--un-text-opacity:1;color:rgb(249 79 79 / var(--un-text-opacity))}.c-red-600{--un-text-opacity:1;color:rgb(230 28 28 / var(--un-text-opacity))}.c-transparent{color:transparent}.c-white\/50{color:#ffffff80}.c-white\/60{color:#fff9}.c-white\/70{color:#ffffffb3}.c-yellow,[c-yellow=""]{--un-text-opacity:1;color:rgb(255 184 0 / var(--un-text-opacity))}.c-yellow-400{--un-text-opacity:1;color:rgb(250 204 21 / var(--un-text-opacity))}.c-yellow-50{--un-text-opacity:1;color:rgb(255 187 0 / var(--un-text-opacity))}.color-\#2E2E36{--un-text-opacity:1;color:rgb(46 46 54 / var(--un-text-opacity))}[color~=dark]{--un-text-opacity:1;color:rgb(34 34 34 / var(--un-text-opacity))}[color~=light]{--un-text-opacity:1;color:rgb(246 246 246 / var(--un-text-opacity))}.font-bold,.fw-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.fw-800,.fw-extrabold{font-weight:800}.fw-900{font-weight:900}.lh-loose{line-height:2}.lh-none{line-height:1}.lh-tight{line-height:1.25}.case-upper{text-transform:uppercase}.case-capital{text-transform:capitalize}.italic{font-style:italic}.tab{-moz-tab-size:4;-o-tab-size:4;tab-size:4}.text-shadow-lg{--un-text-shadow:3px 3px 6px var(--un-text-shadow-color, rgb(0 0 0 / .26)),0 0 5px var(--un-text-shadow-color, rgb(15 3 86 / .22));text-shadow:var(--un-text-shadow)}.text-shadow-color-green{--un-text-shadow-opacity:1;--un-text-shadow-color:rgb(8 187 122 / var(--un-text-shadow-opacity)) }.op-0{opacity:0}.op-1{opacity:.01}.op-60{opacity:.6}.op-80{opacity:.8}.opacity-40{opacity:.4}.shadow,[shadow=""]{--un-shadow:var(--un-shadow-inset) 0 1px 3px 0 var(--un-shadow-color, rgb(0 0 0 / .1)),var(--un-shadow-inset) 0 1px 2px -1px var(--un-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_\.2rem_1rem_0_rgba\(0\,0\,0\,0\.2\)\]{--un-shadow:0 .2rem 1rem 0 var(--un-shadow-color, rgba(0, 0, 0, .2));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_0_1\.5rem_1\.3rem\]{--un-shadow:0 0 1.5rem 1.3rem var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-green-300{--un-shadow-opacity:1;--un-shadow-color:rgb(134 239 172 / var(--un-shadow-opacity)) }.outline,[outline=""]{outline-style:solid}.backdrop-blur-1{--un-backdrop-blur:blur(1px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.brightness-50{--un-brightness:brightness(.5);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)}.filter{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-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;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}[transition-opacity~="10"]{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:10ms}[transition-transform~="active:"]:active{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}[duration~="480"]{transition-duration:.48s}.delay-1000{transition-delay:1s}.ease,.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-out,[ease-out=""]{transition-timing-function:cubic-bezier(0,0,.2,1)}.\!bgi-hand-blue{background-image:url(/assets/hand-blue-Co01JbSI.png)!important}.\!bgi-hand-white{background-image:url(/assets/hand-white-BvnDRdCm.png)!important}.bgi-chip-slider-bg,[bgi-chip-slider-bg=""]{background-image:url(/assets/chip-slider-bg-C59Yo4Fk.png)}.bgi-chip-slider-bg-bk,[bgi-chip-slider-bg-bk=""]{background-image:url(/assets/chip-slider-bg-bk-C5nJLjnX.png)}.bgi-chip-slider-thumber,[bgi-chip-slider-thumber=""]{background-image:url(/assets/chip-slider-thumber-DBS18yA0.png)}.bgi-hand-flare{background-image:url(/assets/hand-flare-hbKFcyYu.png)}.bgi-hand-yellow,[bgi-hand-yellow=""]{background-image:url(/assets/hand-yellow-bWdMph_W.png)}.bgi-slider-chip{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAucSURBVHgBvVl7UFzVGf/O3fcC+yCQAEnIUnlkSWIgSoQkFmic1qYzNRmNOlVr6MQkTuyYZGx1pn+wzLT/aDU6tj7qtGitj6o10XS0rTWCDwhEgapAyItNgJBAll1Y2Cd7T79zzr13SUpeJPRbLvfuPfee8zu/853v/L6zBK7CaO8ehy88XjXHfW8lfnXhnRJZpg48OyjljwQopV52xqNj/PjbjWCMNjjzagIwQyMwAwv27qmKBgO1sWioJB6acMyveAgkvRkQHD94Z6ZcM4uHRmCw9UUwpaSCMSV1r9FifcVZdN9euEK7IsBnu15fn4iO746OBVyxUBBUOGk5y8F5XTXozDYFLP/Pzwy0PBmBs90fQPBUhyjEVg0mC6TYnd5UZ4bHVnTvK5eL4bIAh3v3uCaCgfoJ/3BVPDw+hUUZVNQUksyqxi8VpgkRzxD8sPfUTkl6A9gyszqsNtsGp7vGeykslwTsP/TmjpB/qDYy5nNMbUgDowIXt6eATXaKEKI9Q2XBMCjsqwisdmfA6sysyyrd+jTMFLCv81XP2OkTtYl4TDQgWlFAquioBoQm6VZA0XOBM3an1KEUiGs8SwYjOLIX1M0v+7kHrhRwEmwUkti0gRdM4XkiHIW2b4/CkeMDtO/UWTLiD8JEJEqRVJJiNoPTmQq5OZlQkJcD17sXgdVk1FgWnVHrFLQzF3HmMNAPey4bMFbkGetrrR3q/Lt6h//JzBcVtoZHxuCjz9qh6WAXhKMx3j4be5Jsm78kSRJR62ClK0uL6LrKUuJ0pApXkQVgormJDJnX3wGWucvqnE6n55KAEewOPO1mbw+01kN4pFcwobjERCgC73/UAh992kYRC2FFEmtYgUj4PUqJAE95A5Iy5zgw0afKm5bChlvLxYRU+seuLU4XZK7YpGLZOWfOnKcvCBgfcOGpXQ38A61/hLCvlz/GKhz2jcITL/wNRgJBxgxl4Nh7y8vW0GVla8iSlashc/5CyMhZyOsLBcfgxKFv4SQeH+97E3p7vmGARajA9532VNh+/zqSjmc+ofEdY1o2ZN+0DZSJHcARKkWmvdMCTsQm2iWDpYSBHetvgzPfvKuVnewfgmdf3kd96KPMPwmREOhquHv7o3BdWTlMQtIbpzMT0nzkYDO8/cIT8M2Xn1HhKhQY6J9tXAvZc9O1SDLvhk1gcuYp30lDRkZG9f8ARnY34VGvfANvw1N8dWKPDI+MwuPPv0MZs5JOIlarjd6z/TFyy083Q/wiIKczAwL/5C8vwRsvPE4joXEOOt2eAlt+8n0OnlWnN9shZ81OLcKER/s35OaX7j0PsNzLXII9E/A2wfChD9ksg1AkCnVPvQa+QJCxAnOzFsJjz75K5rmLL8roxYx5xFBPNzy583569nQfd2uHzQoP1/wIzBhFGGp7XhWk4cFMngx5s3JceexaUthdj0A52HjYj4CbtRD2/r8OwMjoOJ/R1hQbefR3r5K5bveMwfL28JNZtBh27a4nlhQbm6M0MBaCf3/+NS9DAQWjJ5qB4pLOJ6XO4hocHKzSAKPdL1YxCr4j+zlohuesLwD7v/iP0giQux96FOYtdsO1srlFxbBx2y9EJERCmtsOQyAwzltj+sN/dL8morC8lgP2o0SMTYwwhiHY3w7BgXbxEH72fdzCK2bBYGnZGrjlvgfgWlvVPZuh+IZVahiHprYebaEK9jVD8GQzxzMZ8Zf0tu926IODx6rOdLaiozs4s0Rx6xDG25b2w6zrLLaTO7f/EuSrcIMLGavztq2PQPfW27EtCu2dvVBVvgRMRj0wbx/p+QACx/aDHI847Pb0SikRjlQyHJNhoallWeaTraPzGCVikSeuoqW0sKwCZsvyb6yA4hWrGJM0GotD99F+DlbVH8w92IiHY5EqKR6NlIhVBvsqy5oMPOIdJMrqSqvW30Vmg13VWDsFNzBCxProHRgGdU4JXKLtyVjEhZNOcsB5mQKron9wSKz1WMvCxUthtq3oxlUgFBHAmeEAKJJQCbyMOJm5T4lEacIlRMDU/qJa84+rshVc7mUw2+bMmS8WY2x0bDyk6WhZka2cR1l26OVE3KFNS5rMxSKRGJ9wrMycljaj3O9KLDMnF0RwA4hGJ1U4nFl19OUEdehV4S2GP/nhPs/EFpl1rAo4dY6IJpPplzrOgkyJihRckZDiYI9YLSYuxtj18EAfzLaFgqMcFtNEJqNBA6+lVmLkAxJSHhA+LeKAmqMxyUckiTM/9H8AfLKnCySRhVCmK6gi5jlQWQEN4EVEUoeqRZPRgsCC7DmcXebGhw5+MXsxTbG+w52gQ3JYUpCZnoY4EopHMxCSGH1ZDrAo4dWcmtMvQOe7ctgd0Ol00NXaNOuO/Pn7b7OVjmUqmANmAJM5ssqsOvEIdEhygjQyKomOyTqipUJLChaAxWTiucahrw5AZ2sTzJZ1H2yCU0e7qI45MAIrzMsGJWTxQ2+yK4Eh0SAldImGhTfvCiz63q8gvfAHSo8wlJlNULY8n08CPY7Iu8/9FmbL3ntxNxjQFZgPL1ucC0a9pMlbh3s9zF21E7LwiBFjo1S64emAzuzoYCBti1ZBWm65tiSuudHNGdbrCPR82Qwf/vkluNb2T8w+jrUfQNeTWIYN5SXXgZr8W7OWgyWrRIQzk2Nvdc3LAVUP14GiJxzfqeYbe+wtB6YuN5ct4SwbDBLsef5JTCo74VrZiZ5vYd8fnqKMUZ2O0BVLFoE91cLZ1ZkcmHGoqRwT9fLL7IoDTktLa0jEw14+99CX7YsqlMBNYe3qZZCOewhslGKhUdj9cM01Ac3qeHbXAzQRniBsBO2pZqgoLeB7H+yTmluBrNrUfThvQUHBexpgZijid6rRwoa5lMHq5D1junTzXWs5aJNBD6Nn+umva26nV+Me/0A3eHzLRhgfHgCDnlCH3Qob191EjAYdX4r1ZidY569U5xwzj/ruOeHK7/d/gqCr2HV45DicPvgnTb2dHvbD6+99AX7MveKTFA8ZClaUw+3bH4ElK1fB5VgXRoM9zz1Jj3W0YOclNrmIw26BH69dARnOVE0zON0bNN+V46GOouLlpRcC7MIhwI0UEBspTb+H2NgpbZUPjE1A/Tv7aWA0hENHCAeeoHRBgRtuvu1OkudeispuKVjTxD4xWyHP4tGN+xE9XzXD4bYDYESg+Ad6vUSdNiu549YysKWatV1RI+5HZJTW8BiMMTkQj8dL3W63d1rAvJGhoR04W/lWFWOYMQ2iLm5sH62xpQtaOo7wRhKyesj8rFbJZzZOVlz7KUYAomMg0Vf1OgnjLSErihdBeWk+GI26pI5BM+JW1ZySGlB2fnYUFhY+MxXftCuYz+erHev/yuPrfBfolOVa7IMJbTqKbH/a2g1fHz5JZVmU45nQ5M4elXgCQSjiJBL+s5gMUJw/H0oxGthSzKDuy54jDfDjKFgHKQsrPDjR6s7HdsEl9+Br22qxBo9YEakmRgTZSWkRicThcO8g9A36MFMYhdGJEMSYnsWazQjQnmaBTGcaapN0yM+dxxkVmYSkaV3VHZjJvCHZU/3gW3XT4bqoRmh5bUstJnMeDaTCAE+jJUnrAE8U5YQ2EqB2S5mwCpECmMam+gycIyEliXoqt04P9pKAmR2o37yD6EgtU31AqLb1qu6wK9i0NEZzG0iWa/+n7t5rZUp9lAQoQWa3/fWZi+G5LBXWXL/JJUn6PVh5icrwOYBVEArIc8FSrUNamfqOrGUSDXiqqX7wTS9cwq5INiLwTZg01WKrrqn3rRgzHYU/BKI3af449TyJGzRjx/fDxKm2KZ3jPfYiqzurt7512b/XzUjnHnil5rbEpLwJ5dV61nj26l34G51D89nklkESNC79MNj4GyYSMcOROzDkeb675Y1GuEK7KmH+Sf16h0VyVmZXeaoQZAmInXsX93cOmLJ8kf9siwuBd7ChtiGhDzVW1+yd8U+3/wURWrHY5CNlFQAAAABJRU5ErkJggg==)}@media(orientation:landscape){[landscape~=mt-1rem]{margin-top:1rem}[landscape~="mt-3.5rem"]{margin-top:3.5rem}[landscape~=text-7]{font-size:1.75rem}}@media(orientation:portrait){[portrait~=bottom-26]{bottom:6.5rem}[portrait~=h-12]{height:3rem}[portrait~=h-174]{height:43.5rem}[portrait~=w-125]{width:31.25rem}[portrait~=w-full]{width:100%}[portrait~=flex-1]{flex:1 1 0%}[portrait~=justify-between]{justify-content:space-between}[portrait~=pb-14]{padding-bottom:3.5rem}[portrait~=text-xl]{font-size:1.25rem;line-height:1.75rem}}:root{--ion-color-primary: #0054e9;--ion-color-primary-rgb: 0, 84, 233;--ion-color-primary-contrast: #fff;--ion-color-primary-contrast-rgb: 255, 255, 255;--ion-color-primary-shade: #004acd;--ion-color-primary-tint: #1a65eb;--ion-color-secondary: #0163aa;--ion-color-secondary-rgb: 1, 99, 170;--ion-color-secondary-contrast: #fff;--ion-color-secondary-contrast-rgb: 255, 255, 255;--ion-color-secondary-shade: #015796;--ion-color-secondary-tint: #1a73b3;--ion-color-tertiary: #6030ff;--ion-color-tertiary-rgb: 96, 48, 255;--ion-color-tertiary-contrast: #fff;--ion-color-tertiary-contrast-rgb: 255, 255, 255;--ion-color-tertiary-shade: #542ae0;--ion-color-tertiary-tint: #7045ff;--ion-color-success: #2dd55b;--ion-color-success-rgb: 45, 213, 91;--ion-color-success-contrast: #000;--ion-color-success-contrast-rgb: 0, 0, 0;--ion-color-success-shade: #28bb50;--ion-color-success-tint: #42d96b;--ion-color-warning: #ffc409;--ion-color-warning-rgb: 255, 196, 9;--ion-color-warning-contrast: #000;--ion-color-warning-contrast-rgb: 0, 0, 0;--ion-color-warning-shade: #e0ac08;--ion-color-warning-tint: #ffca22;--ion-color-danger: #c5000f;--ion-color-danger-rgb: 197, 0, 15;--ion-color-danger-contrast: #fff;--ion-color-danger-contrast-rgb: 255, 255, 255;--ion-color-danger-shade: #ad000d;--ion-color-danger-tint: #cb1a27;--ion-color-light: #f4f5f8;--ion-color-light-rgb: 244, 245, 248;--ion-color-light-contrast: #000;--ion-color-light-contrast-rgb: 0, 0, 0;--ion-color-light-shade: #d7d8da;--ion-color-light-tint: #f5f6f9;--ion-color-medium: #636469;--ion-color-medium-rgb: 99, 100, 105;--ion-color-medium-contrast: #fff;--ion-color-medium-contrast-rgb: 255, 255, 255;--ion-color-medium-shade: #57585c;--ion-color-medium-tint: #737478;--ion-color-dark: #222428;--ion-color-dark-rgb: 34, 36, 40;--ion-color-dark-contrast: #fff;--ion-color-dark-contrast-rgb: 255, 255, 255;--ion-color-dark-shade: #1e2023;--ion-color-dark-tint: #383a3e}html.ios{--ion-default-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", sans-serif}html.md{--ion-default-font: "Roboto", "Helvetica Neue", sans-serif}html{--ion-dynamic-font: -apple-system-body;--ion-font-family: var(--ion-default-font)}body{background:var(--ion-background-color);color:var(--ion-text-color)}body.backdrop-no-scroll{overflow:hidden}html.ios ion-modal.modal-card ion-header ion-toolbar:first-of-type,html.ios ion-modal.modal-sheet ion-header ion-toolbar:first-of-type,html.ios ion-modal ion-footer ion-toolbar:first-of-type,html.ios ion-footer.modal-footer-moving ion-toolbar:first-of-type{padding-top:6px}html.ios ion-modal.modal-card ion-header ion-toolbar:last-of-type,html.ios ion-modal.modal-sheet ion-header ion-toolbar:last-of-type{padding-bottom:6px}html.ios ion-modal ion-toolbar,html.ios .modal-footer-moving ion-toolbar{padding-right:calc(var(--ion-safe-area-right) + 8px);padding-left:calc(var(--ion-safe-area-left) + 8px)}@media screen and (min-width:768px){html.ios ion-modal.modal-card:first-of-type{--backdrop-opacity: .18}}ion-modal.modal-default.show-modal~ion-modal.modal-default{--backdrop-opacity: 0;--box-shadow: none}html.ios ion-modal.modal-card .ion-page{border-top-left-radius:var(--border-radius)}.ion-color-primary{--ion-color-base: var(--ion-color-primary, #0054e9) !important;--ion-color-base-rgb: var(--ion-color-primary-rgb, 0, 84, 233) !important;--ion-color-contrast: var(--ion-color-primary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-primary-shade, #004acd) !important;--ion-color-tint: var(--ion-color-primary-tint, #1a65eb) !important}.ion-color-secondary{--ion-color-base: var(--ion-color-secondary, #0163aa) !important;--ion-color-base-rgb: var(--ion-color-secondary-rgb, 1, 99, 170) !important;--ion-color-contrast: var(--ion-color-secondary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-secondary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-secondary-shade, #015796) !important;--ion-color-tint: var(--ion-color-secondary-tint, #1a73b3) !important}.ion-color-tertiary{--ion-color-base: var(--ion-color-tertiary, #6030ff) !important;--ion-color-base-rgb: var(--ion-color-tertiary-rgb, 96, 48, 255) !important;--ion-color-contrast: var(--ion-color-tertiary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-tertiary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-tertiary-shade, #542ae0) !important;--ion-color-tint: var(--ion-color-tertiary-tint, #7045ff) !important}.ion-color-success{--ion-color-base: var(--ion-color-success, #2dd55b) !important;--ion-color-base-rgb: var(--ion-color-success-rgb, 45, 213, 91) !important;--ion-color-contrast: var(--ion-color-success-contrast, #000) !important;--ion-color-contrast-rgb: var(--ion-color-success-contrast-rgb, 0, 0, 0) !important;--ion-color-shade: var(--ion-color-success-shade, #28bb50) !important;--ion-color-tint: var(--ion-color-success-tint, #42d96b) !important}.ion-color-warning{--ion-color-base: var(--ion-color-warning, #ffc409) !important;--ion-color-base-rgb: var(--ion-color-warning-rgb, 255, 196, 9) !important;--ion-color-contrast: var(--ion-color-warning-contrast, #000) !important;--ion-color-contrast-rgb: var(--ion-color-warning-contrast-rgb, 0, 0, 0) !important;--ion-color-shade: var(--ion-color-warning-shade, #e0ac08) !important;--ion-color-tint: var(--ion-color-warning-tint, #ffca22) !important}.ion-color-danger{--ion-color-base: var(--ion-color-danger, #c5000f) !important;--ion-color-base-rgb: var(--ion-color-danger-rgb, 197, 0, 15) !important;--ion-color-contrast: var(--ion-color-danger-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-danger-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-danger-shade, #ad000d) !important;--ion-color-tint: var(--ion-color-danger-tint, #cb1a27) !important}.ion-color-light{--ion-color-base: var(--ion-color-light, #f4f5f8) !important;--ion-color-base-rgb: var(--ion-color-light-rgb, 244, 245, 248) !important;--ion-color-contrast: var(--ion-color-light-contrast, #000) !important;--ion-color-contrast-rgb: var(--ion-color-light-contrast-rgb, 0, 0, 0) !important;--ion-color-shade: var(--ion-color-light-shade, #d7d8da) !important;--ion-color-tint: var(--ion-color-light-tint, #f5f6f9) !important}.ion-color-medium{--ion-color-base: var(--ion-color-medium, #636469) !important;--ion-color-base-rgb: var(--ion-color-medium-rgb, 99, 100, 105) !important;--ion-color-contrast: var(--ion-color-medium-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-medium-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-medium-shade, #57585c) !important;--ion-color-tint: var(--ion-color-medium-tint, #737478) !important}.ion-color-dark{--ion-color-base: var(--ion-color-dark, #222428) !important;--ion-color-base-rgb: var(--ion-color-dark-rgb, 34, 36, 40) !important;--ion-color-contrast: var(--ion-color-dark-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-dark-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-dark-shade, #1e2023) !important;--ion-color-tint: var(--ion-color-dark-tint, #383a3e) !important}.ion-page{left:0;right:0;top:0;bottom:0;display:flex;position:absolute;flex-direction:column;justify-content:space-between;contain:layout size style;z-index:0}.ion-page.ion-page-overlay-passthrough{pointer-events:none}ion-modal>.ion-page{position:relative;contain:layout style;height:100%}.split-pane-visible>.ion-page.split-pane-main{position:relative}ion-route,ion-route-redirect,ion-router,ion-select-option,ion-nav-controller,ion-menu-controller,ion-action-sheet-controller,ion-alert-controller,ion-loading-controller,ion-modal-controller,ion-picker-controller,ion-popover-controller,ion-toast-controller,.ion-page-hidden{display:none!important}.ion-page-invisible{opacity:0}.can-go-back>ion-header ion-back-button{display:block}html.plt-ios.plt-hybrid,html.plt-ios.plt-pwa{--ion-statusbar-padding: 20px}@supports (padding-top: 20px){html{--ion-safe-area-top: var(--ion-statusbar-padding)}}@supports (padding-top: env(safe-area-inset-top)){html{--ion-safe-area-top: var(--safe-area-inset-top, env(safe-area-inset-top));--ion-safe-area-bottom: var(--safe-area-inset-bottom, env(safe-area-inset-bottom));--ion-safe-area-left: var(--safe-area-inset-left, env(safe-area-inset-left));--ion-safe-area-right: var(--safe-area-inset-right, env(safe-area-inset-right))}}ion-card.ion-color .ion-inherit-color,ion-card-header.ion-color .ion-inherit-color{color:inherit}.menu-content{transform:translateZ(0)}.menu-content-open{cursor:pointer;touch-action:manipulation;pointer-events:none;overflow-y:hidden}.menu-content-open ion-content{--overflow: hidden}.menu-content-open .ion-content-scroll-host{overflow:hidden}.ios .menu-content-reveal{box-shadow:-8px 0 42px #00000014}[dir=rtl].ios .menu-content-reveal{box-shadow:8px 0 42px #00000014}.md .menu-content-reveal,.md .menu-content-push{box-shadow:4px 0 16px #0000002e}ion-accordion-group.accordion-group-expand-inset>ion-accordion:first-of-type{border-top-left-radius:8px;border-top-right-radius:8px}ion-accordion-group.accordion-group-expand-inset>ion-accordion:last-of-type{border-bottom-left-radius:8px;border-bottom-right-radius:8px}ion-accordion-group>ion-accordion:last-of-type ion-item[slot=header]{--border-width: 0px}ion-accordion.accordion-animated>[slot=header] .ion-accordion-toggle-icon{transition:.3s transform cubic-bezier(.25,.8,.5,1)}@media(prefers-reduced-motion:reduce){ion-accordion .ion-accordion-toggle-icon{transition:none!important}}ion-accordion.accordion-expanding>[slot=header] .ion-accordion-toggle-icon,ion-accordion.accordion-expanded>[slot=header] .ion-accordion-toggle-icon{transform:rotate(180deg)}ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-previous ion-item[slot=header]{--border-width: 0px;--inner-border-width: 0px}ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-expanding:first-of-type,ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-expanded:first-of-type{margin-top:0}ion-input input::-webkit-date-and-time-value{text-align:start}.ion-datetime-button-overlay{--width: fit-content;--height: fit-content}.ion-datetime-button-overlay ion-datetime.datetime-grid{width:320px;min-height:320px}[ion-last-focus],header[tabindex="-1"]:focus,[role=banner][tabindex="-1"]:focus,main[tabindex="-1"]:focus,[role=main][tabindex="-1"]:focus,h1[tabindex="-1"]:focus,[role=heading][aria-level="1"][tabindex="-1"]:focus{outline:none}.popover-viewport:has(>ion-content){overflow:hidden}@supports not selector(:has(> ion-content)){.popover-viewport{overflow:hidden}}audio,canvas,progress,video{vertical-align:baseline}audio:not([controls]){display:none;height:0}b,strong{font-weight:700}img{max-width:100%}hr{height:1px;border-width:0;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}label,input,select,textarea{font-family:inherit;line-height:normal}textarea{overflow:auto;height:auto;font:inherit;color:inherit}textarea::placeholder{padding-left:2px}form,input,optgroup,select{margin:0;font:inherit;color:inherit}html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}a,a div,a span,a ion-icon,a ion-label,button,button div,button span,button ion-icon,button ion-label,.ion-tappable,[tappable],[tappable] div,[tappable] span,[tappable] ion-icon,[tappable] ion-label,input,textarea{touch-action:manipulation}a ion-label,button ion-label{pointer-events:none}button{padding:0;border:0;border-radius:0;font-family:inherit;font-style:inherit;font-variant:inherit;line-height:1;text-transform:none;cursor:pointer;-webkit-appearance:button}[tappable]{cursor:pointer}a[disabled],button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html{width:100%;height:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}html.ion-ce body{display:block}html.plt-pwa{height:100vh}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin:0;padding:0;position:fixed;width:100%;max-width:100%;height:100%;max-height:100%;transform:translateZ(0);text-rendering:optimizeLegibility;overflow:hidden;touch-action:manipulation;-webkit-user-drag:none;-ms-content-zooming:none;word-wrap:break-word;overscroll-behavior-y:none;-webkit-text-size-adjust:none;text-size-adjust:none}html{font-family:var(--ion-font-family)}@supports (-webkit-touch-callout: none){html{font:var(--ion-dynamic-font, 16px var(--ion-font-family))}}a{background-color:transparent;color:var(--ion-color-primary, #0054e9)}h1,h2,h3,h4,h5,h6{margin-top:16px;margin-bottom:10px;font-weight:500;line-height:1.2}h1{margin-top:20px;font-size:1.625rem}h2{margin-top:18px;font-size:1.5rem}h3{font-size:1.375rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}small{font-size:75%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}.ion-align-content-start{align-content:flex-start!important}.ion-align-content-end{align-content:flex-end!important}.ion-align-content-center{align-content:center!important}.ion-align-content-between{align-content:space-between!important}.ion-align-content-around{align-content:space-around!important}.ion-align-content-stretch{align-content:stretch!important}@media(min-width:576px){.ion-align-content-sm-start{align-content:flex-start!important}.ion-align-content-sm-end{align-content:flex-end!important}.ion-align-content-sm-center{align-content:center!important}.ion-align-content-sm-between{align-content:space-between!important}.ion-align-content-sm-around{align-content:space-around!important}.ion-align-content-sm-stretch{align-content:stretch!important}}@media(min-width:768px){.ion-align-content-md-start{align-content:flex-start!important}.ion-align-content-md-end{align-content:flex-end!important}.ion-align-content-md-center{align-content:center!important}.ion-align-content-md-between{align-content:space-between!important}.ion-align-content-md-around{align-content:space-around!important}.ion-align-content-md-stretch{align-content:stretch!important}}@media(min-width:992px){.ion-align-content-lg-start{align-content:flex-start!important}.ion-align-content-lg-end{align-content:flex-end!important}.ion-align-content-lg-center{align-content:center!important}.ion-align-content-lg-between{align-content:space-between!important}.ion-align-content-lg-around{align-content:space-around!important}.ion-align-content-lg-stretch{align-content:stretch!important}}@media(min-width:1200px){.ion-align-content-xl-start{align-content:flex-start!important}.ion-align-content-xl-end{align-content:flex-end!important}.ion-align-content-xl-center{align-content:center!important}.ion-align-content-xl-between{align-content:space-between!important}.ion-align-content-xl-around{align-content:space-around!important}.ion-align-content-xl-stretch{align-content:stretch!important}}.ion-align-items-start{align-items:start!important}.ion-align-items-end{align-items:end!important}.ion-align-items-center{align-items:center!important}.ion-align-items-stretch{align-items:stretch!important}.ion-align-items-baseline{align-items:baseline!important}@media(min-width:576px){.ion-align-items-sm-start{align-items:start!important}.ion-align-items-sm-end{align-items:end!important}.ion-align-items-sm-center{align-items:center!important}.ion-align-items-sm-stretch{align-items:stretch!important}.ion-align-items-sm-baseline{align-items:baseline!important}}@media(min-width:768px){.ion-align-items-md-start{align-items:start!important}.ion-align-items-md-end{align-items:end!important}.ion-align-items-md-center{align-items:center!important}.ion-align-items-md-stretch{align-items:stretch!important}.ion-align-items-md-baseline{align-items:baseline!important}}@media(min-width:992px){.ion-align-items-lg-start{align-items:start!important}.ion-align-items-lg-end{align-items:end!important}.ion-align-items-lg-center{align-items:center!important}.ion-align-items-lg-stretch{align-items:stretch!important}.ion-align-items-lg-baseline{align-items:baseline!important}}@media(min-width:1200px){.ion-align-items-xl-start{align-items:start!important}.ion-align-items-xl-end{align-items:end!important}.ion-align-items-xl-center{align-items:center!important}.ion-align-items-xl-stretch{align-items:stretch!important}.ion-align-items-xl-baseline{align-items:baseline!important}}.ion-align-self-start{align-self:start!important}.ion-align-self-end{align-self:end!important}.ion-align-self-center{align-self:center!important}.ion-align-self-stretch{align-self:stretch!important}.ion-align-self-baseline{align-self:baseline!important}.ion-align-self-auto{align-self:auto!important}@media(min-width:576px){.ion-align-self-sm-start{align-self:start!important}.ion-align-self-sm-end{align-self:end!important}.ion-align-self-sm-center{align-self:center!important}.ion-align-self-sm-stretch{align-self:stretch!important}.ion-align-self-sm-baseline{align-self:baseline!important}.ion-align-self-sm-auto{align-self:auto!important}}@media(min-width:768px){.ion-align-self-md-start{align-self:start!important}.ion-align-self-md-end{align-self:end!important}.ion-align-self-md-center{align-self:center!important}.ion-align-self-md-stretch{align-self:stretch!important}.ion-align-self-md-baseline{align-self:baseline!important}.ion-align-self-md-auto{align-self:auto!important}}@media(min-width:992px){.ion-align-self-lg-start{align-self:start!important}.ion-align-self-lg-end{align-self:end!important}.ion-align-self-lg-center{align-self:center!important}.ion-align-self-lg-stretch{align-self:stretch!important}.ion-align-self-lg-baseline{align-self:baseline!important}.ion-align-self-lg-auto{align-self:auto!important}}@media(min-width:1200px){.ion-align-self-xl-start{align-self:start!important}.ion-align-self-xl-end{align-self:end!important}.ion-align-self-xl-center{align-self:center!important}.ion-align-self-xl-stretch{align-self:stretch!important}.ion-align-self-xl-baseline{align-self:baseline!important}.ion-align-self-xl-auto{align-self:auto!important}}.ion-justify-content-start{justify-content:flex-start!important}.ion-justify-content-end{justify-content:flex-end!important}.ion-justify-content-center{justify-content:center!important}.ion-justify-content-between{justify-content:space-between!important}.ion-justify-content-around{justify-content:space-around!important}.ion-justify-content-evenly{justify-content:space-evenly!important}@media(min-width:576px){.ion-justify-content-sm-start{justify-content:flex-start!important}.ion-justify-content-sm-end{justify-content:flex-end!important}.ion-justify-content-sm-center{justify-content:center!important}.ion-justify-content-sm-between{justify-content:space-between!important}.ion-justify-content-sm-around{justify-content:space-around!important}.ion-justify-content-sm-evenly{justify-content:space-evenly!important}}@media(min-width:768px){.ion-justify-content-md-start{justify-content:flex-start!important}.ion-justify-content-md-end{justify-content:flex-end!important}.ion-justify-content-md-center{justify-content:center!important}.ion-justify-content-md-between{justify-content:space-between!important}.ion-justify-content-md-around{justify-content:space-around!important}.ion-justify-content-md-evenly{justify-content:space-evenly!important}}@media(min-width:992px){.ion-justify-content-lg-start{justify-content:flex-start!important}.ion-justify-content-lg-end{justify-content:flex-end!important}.ion-justify-content-lg-center{justify-content:center!important}.ion-justify-content-lg-between{justify-content:space-between!important}.ion-justify-content-lg-around{justify-content:space-around!important}.ion-justify-content-lg-evenly{justify-content:space-evenly!important}}@media(min-width:1200px){.ion-justify-content-xl-start{justify-content:flex-start!important}.ion-justify-content-xl-end{justify-content:flex-end!important}.ion-justify-content-xl-center{justify-content:center!important}.ion-justify-content-xl-between{justify-content:space-between!important}.ion-justify-content-xl-around{justify-content:space-around!important}.ion-justify-content-xl-evenly{justify-content:space-evenly!important}}.ion-flex-row{flex-direction:row!important}.ion-flex-row-reverse{flex-direction:row-reverse!important}.ion-flex-column{flex-direction:column!important}.ion-flex-column-reverse{flex-direction:column-reverse!important}@media(min-width:576px){.ion-flex-sm-row{flex-direction:row!important}.ion-flex-sm-row-reverse{flex-direction:row-reverse!important}.ion-flex-sm-column{flex-direction:column!important}.ion-flex-sm-column-reverse{flex-direction:column-reverse!important}}@media(min-width:768px){.ion-flex-md-row{flex-direction:row!important}.ion-flex-md-row-reverse{flex-direction:row-reverse!important}.ion-flex-md-column{flex-direction:column!important}.ion-flex-md-column-reverse{flex-direction:column-reverse!important}}@media(min-width:992px){.ion-flex-lg-row{flex-direction:row!important}.ion-flex-lg-row-reverse{flex-direction:row-reverse!important}.ion-flex-lg-column{flex-direction:column!important}.ion-flex-lg-column-reverse{flex-direction:column-reverse!important}}@media(min-width:1200px){.ion-flex-xl-row{flex-direction:row!important}.ion-flex-xl-row-reverse{flex-direction:row-reverse!important}.ion-flex-xl-column{flex-direction:column!important}.ion-flex-xl-column-reverse{flex-direction:column-reverse!important}}.ion-wrap{flex-wrap:wrap!important}.ion-nowrap{flex-wrap:nowrap!important}.ion-wrap-reverse{flex-wrap:wrap-reverse!important}.ion-flex-wrap{flex-wrap:wrap!important}.ion-flex-nowrap{flex-wrap:nowrap!important}.ion-flex-wrap-reverse{flex-wrap:wrap-reverse!important}@media(min-width:576px){.ion-flex-sm-wrap{flex-wrap:wrap!important}.ion-flex-sm-nowrap{flex-wrap:nowrap!important}.ion-flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}}@media(min-width:768px){.ion-flex-md-wrap{flex-wrap:wrap!important}.ion-flex-md-nowrap{flex-wrap:nowrap!important}.ion-flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}}@media(min-width:992px){.ion-flex-lg-wrap{flex-wrap:wrap!important}.ion-flex-lg-nowrap{flex-wrap:nowrap!important}.ion-flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}}@media(min-width:1200px){.ion-flex-xl-wrap{flex-wrap:wrap!important}.ion-flex-xl-nowrap{flex-wrap:nowrap!important}.ion-flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}}.ion-flex-1{flex:1!important}.ion-flex-auto{flex:auto!important}.ion-flex-initial{flex:initial!important}.ion-flex-none{flex:none!important}@media(min-width:576px){.ion-flex-sm-1{flex:1!important}.ion-flex-sm-auto{flex:auto!important}.ion-flex-sm-initial{flex:initial!important}.ion-flex-sm-none{flex:none!important}}@media(min-width:768px){.ion-flex-md-1{flex:1!important}.ion-flex-md-auto{flex:auto!important}.ion-flex-md-initial{flex:initial!important}.ion-flex-md-none{flex:none!important}}@media(min-width:992px){.ion-flex-lg-1{flex:1!important}.ion-flex-lg-auto{flex:auto!important}.ion-flex-lg-initial{flex:initial!important}.ion-flex-lg-none{flex:none!important}}@media(min-width:1200px){.ion-flex-xl-1{flex:1!important}.ion-flex-xl-auto{flex:auto!important}.ion-flex-xl-initial{flex:initial!important}.ion-flex-xl-none{flex:none!important}}.ion-flex-grow-0{flex-grow:0!important}.ion-flex-grow-1{flex-grow:1!important}.ion-flex-shrink-0{flex-shrink:0!important}.ion-flex-shrink-1{flex-shrink:1!important}@media(min-width:576px){.ion-flex-sm-grow-0{flex-grow:0!important}.ion-flex-sm-grow-1{flex-grow:1!important}.ion-flex-sm-shrink-0{flex-shrink:0!important}.ion-flex-sm-shrink-1{flex-shrink:1!important}}@media(min-width:768px){.ion-flex-md-grow-0{flex-grow:0!important}.ion-flex-md-grow-1{flex-grow:1!important}.ion-flex-md-shrink-0{flex-shrink:0!important}.ion-flex-md-shrink-1{flex-shrink:1!important}}@media(min-width:992px){.ion-flex-lg-grow-0{flex-grow:0!important}.ion-flex-lg-grow-1{flex-grow:1!important}.ion-flex-lg-shrink-0{flex-shrink:0!important}.ion-flex-lg-shrink-1{flex-shrink:1!important}}@media(min-width:1200px){.ion-flex-xl-grow-0{flex-grow:0!important}.ion-flex-xl-grow-1{flex-grow:1!important}.ion-flex-xl-shrink-0{flex-shrink:0!important}.ion-flex-xl-shrink-1{flex-shrink:1!important}}.ion-order-first{order:-1!important}.ion-order-0{order:0!important}.ion-order-1{order:1!important}.ion-order-2{order:2!important}.ion-order-3{order:3!important}.ion-order-4{order:4!important}.ion-order-5{order:5!important}.ion-order-6{order:6!important}.ion-order-7{order:7!important}.ion-order-8{order:8!important}.ion-order-9{order:9!important}.ion-order-10{order:10!important}.ion-order-11{order:11!important}.ion-order-12{order:12!important}.ion-order-last{order:13!important}@media(min-width:576px){.ion-order-sm-first{order:-1!important}.ion-order-sm-0{order:0!important}.ion-order-sm-1{order:1!important}.ion-order-sm-2{order:2!important}.ion-order-sm-3{order:3!important}.ion-order-sm-4{order:4!important}.ion-order-sm-5{order:5!important}.ion-order-sm-6{order:6!important}.ion-order-sm-7{order:7!important}.ion-order-sm-8{order:8!important}.ion-order-sm-9{order:9!important}.ion-order-sm-10{order:10!important}.ion-order-sm-11{order:11!important}.ion-order-sm-12{order:12!important}.ion-order-sm-last{order:13!important}}@media(min-width:768px){.ion-order-md-first{order:-1!important}.ion-order-md-0{order:0!important}.ion-order-md-1{order:1!important}.ion-order-md-2{order:2!important}.ion-order-md-3{order:3!important}.ion-order-md-4{order:4!important}.ion-order-md-5{order:5!important}.ion-order-md-6{order:6!important}.ion-order-md-7{order:7!important}.ion-order-md-8{order:8!important}.ion-order-md-9{order:9!important}.ion-order-md-10{order:10!important}.ion-order-md-11{order:11!important}.ion-order-md-12{order:12!important}.ion-order-md-last{order:13!important}}@media(min-width:992px){.ion-order-lg-first{order:-1!important}.ion-order-lg-0{order:0!important}.ion-order-lg-1{order:1!important}.ion-order-lg-2{order:2!important}.ion-order-lg-3{order:3!important}.ion-order-lg-4{order:4!important}.ion-order-lg-5{order:5!important}.ion-order-lg-6{order:6!important}.ion-order-lg-7{order:7!important}.ion-order-lg-8{order:8!important}.ion-order-lg-9{order:9!important}.ion-order-lg-10{order:10!important}.ion-order-lg-11{order:11!important}.ion-order-lg-12{order:12!important}.ion-order-lg-last{order:13!important}}@media(min-width:1200px){.ion-order-xl-first{order:-1!important}.ion-order-xl-0{order:0!important}.ion-order-xl-1{order:1!important}.ion-order-xl-2{order:2!important}.ion-order-xl-3{order:3!important}.ion-order-xl-4{order:4!important}.ion-order-xl-5{order:5!important}.ion-order-xl-6{order:6!important}.ion-order-xl-7{order:7!important}.ion-order-xl-8{order:8!important}.ion-order-xl-9{order:9!important}.ion-order-xl-10{order:10!important}.ion-order-xl-11{order:11!important}.ion-order-xl-12{order:12!important}.ion-order-xl-last{order:13!important}}.ion-no-padding{--padding-start: 0;--padding-end: 0;--padding-top: 0;--padding-bottom: 0;padding:0}.ion-padding{--padding-start: var(--ion-padding, 16px);--padding-end: var(--ion-padding, 16px);--padding-top: var(--ion-padding, 16px);--padding-bottom: var(--ion-padding, 16px);-webkit-padding-start:var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px);-webkit-padding-end:var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}.ion-padding-top{--padding-top: var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px)}.ion-padding-start{--padding-start: var(--ion-padding, 16px);-webkit-padding-start:var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px)}.ion-padding-end{--padding-end: var(--ion-padding, 16px);-webkit-padding-end:var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px)}.ion-padding-bottom{--padding-bottom: var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}.ion-padding-vertical{--padding-top: var(--ion-padding, 16px);--padding-bottom: var(--ion-padding, 16px);padding-top:var(--ion-padding, 16px);padding-bottom:var(--ion-padding, 16px)}.ion-padding-horizontal{--padding-start: var(--ion-padding, 16px);--padding-end: var(--ion-padding, 16px);-webkit-padding-start:var(--ion-padding, 16px);padding-inline-start:var(--ion-padding, 16px);-webkit-padding-end:var(--ion-padding, 16px);padding-inline-end:var(--ion-padding, 16px)}.ion-no-margin{--margin-start: 0;--margin-end: 0;--margin-top: 0;--margin-bottom: 0;margin:0}.ion-margin{--margin-start: var(--ion-margin, 16px);--margin-end: var(--ion-margin, 16px);--margin-top: var(--ion-margin, 16px);--margin-bottom: var(--ion-margin, 16px);-webkit-margin-start:var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px);-webkit-margin-end:var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}.ion-margin-top{--margin-top: var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px)}.ion-margin-start{--margin-start: var(--ion-margin, 16px);-webkit-margin-start:var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px)}.ion-margin-end{--margin-end: var(--ion-margin, 16px);-webkit-margin-end:var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px)}.ion-margin-bottom{--margin-bottom: var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}.ion-margin-vertical{--margin-top: var(--ion-margin, 16px);--margin-bottom: var(--ion-margin, 16px);margin-top:var(--ion-margin, 16px);margin-bottom:var(--ion-margin, 16px)}.ion-margin-horizontal{--margin-start: var(--ion-margin, 16px);--margin-end: var(--ion-margin, 16px);-webkit-margin-start:var(--ion-margin, 16px);margin-inline-start:var(--ion-margin, 16px);-webkit-margin-end:var(--ion-margin, 16px);margin-inline-end:var(--ion-margin, 16px)}.ion-text-center{text-align:center!important}.ion-text-justify{text-align:justify!important}.ion-text-start{text-align:start!important}.ion-text-end{text-align:end!important}.ion-text-left{text-align:left!important}.ion-text-right{text-align:right!important}.ion-text-nowrap{white-space:nowrap!important}.ion-text-wrap{white-space:normal!important}@media(min-width:576px){.ion-text-sm-center{text-align:center!important}.ion-text-sm-justify{text-align:justify!important}.ion-text-sm-start{text-align:start!important}.ion-text-sm-end{text-align:end!important}.ion-text-sm-left{text-align:left!important}.ion-text-sm-right{text-align:right!important}.ion-text-sm-nowrap{white-space:nowrap!important}.ion-text-sm-wrap{white-space:normal!important}}@media(min-width:768px){.ion-text-md-center{text-align:center!important}.ion-text-md-justify{text-align:justify!important}.ion-text-md-start{text-align:start!important}.ion-text-md-end{text-align:end!important}.ion-text-md-left{text-align:left!important}.ion-text-md-right{text-align:right!important}.ion-text-md-nowrap{white-space:nowrap!important}.ion-text-md-wrap{white-space:normal!important}}@media(min-width:992px){.ion-text-lg-center{text-align:center!important}.ion-text-lg-justify{text-align:justify!important}.ion-text-lg-start{text-align:start!important}.ion-text-lg-end{text-align:end!important}.ion-text-lg-left{text-align:left!important}.ion-text-lg-right{text-align:right!important}.ion-text-lg-nowrap{white-space:nowrap!important}.ion-text-lg-wrap{white-space:normal!important}}@media(min-width:1200px){.ion-text-xl-center{text-align:center!important}.ion-text-xl-justify{text-align:justify!important}.ion-text-xl-start{text-align:start!important}.ion-text-xl-end{text-align:end!important}.ion-text-xl-left{text-align:left!important}.ion-text-xl-right{text-align:right!important}.ion-text-xl-nowrap{white-space:nowrap!important}.ion-text-xl-wrap{white-space:normal!important}}:root{--color-primary-50: #f0f9fe;--color-primary-100: #ddf0fc;--color-primary-200: #c3e5fa;--color-primary-300: #9ad6f6;--color-primary-400: #6abff0;--color-primary-500: #47a3ea;--color-primary-600: #2e86de;--color-primary-700: #2972cc;--color-primary-800: #275da6;--color-primary-900: #254f83;--color-primary-950: #1b3150;--color-success-50: #f0fdf4;--color-success-100: #dcfce6;--color-success-200: #bbf7cf;--color-success-300: #85f0aa;--color-success-400: #49df7d;--color-success-500: #23d160;--color-success-600: #15a447;--color-success-700: #14813b;--color-success-800: #166533;--color-success-900: #14532c;--color-success-950: #052e15;--color-danger-50: #fff0f1;--color-danger-100: #ffe2e6;--color-danger-200: #ffcad3;--color-danger-300: #ff9fae;--color-danger-400: #ff6983;--color-danger-500: #ff3860;--color-danger-600: #ed1148;--color-danger-700: #c8083d;--color-danger-800: #a8093a;--color-danger-900: #8f0c38;--color-danger-950: #500119;--color-warning-50: #fff8ed;--color-warning-100: #ffefd4;--color-warning-200: #ffdaa8;--color-warning-300: #ffc071;--color-warning-400: #ff9f43;--color-warning-500: #fe7b11;--color-warning-600: #ef6007;--color-warning-700: #c64608;--color-warning-800: #9d390f;--color-warning-900: #7e3010;--color-warning-950: #441506;--color-info-50: #f0faff;--color-info-100: #e0f4fe;--color-info-200: #b9ebfe;--color-info-300: #7cdcfd;--color-info-400: #36cbfa;--color-info-500: #0cb5eb;--color-info-600: #00a0dc;--color-info-700: #0174a3;--color-info-800: #066286;--color-info-900: #0b516f;--color-info-950: #07344a;--color-zinc-50: oklch(.985 0 0);--color-zinc-100: oklch(.967 .001 286.375);--color-zinc-200: oklch(.92 .004 286.32);--color-zinc-300: oklch(.871 .006 286.286);--color-zinc-400: oklch(.705 .015 286.067);--color-zinc-500: oklch(.552 .016 285.938);--color-zinc-600: oklch(.442 .017 285.786);--color-zinc-700: oklch(.37 .013 285.805);--color-zinc-800: oklch(.274 .006 286.033);--color-zinc-900: oklch(.21 .006 285.885);--color-zinc-950: oklch(.141 .005 285.823);--red: oklch(.577 .245 27.325);--red-1: oklch(.936 .032 17.717);--red-2: oklch(.885 .062 18.334);--red-3: oklch(.808 .114 19.571);--red-4: oklch(.704 .191 22.216);--red-5: oklch(.637 .237 25.331);--red-6: oklch(.577 .245 27.325);--red-7: oklch(.505 .213 27.518);--red-8: oklch(.444 .177 26.899);--red-9: oklch(.396 .141 25.723);--red-10: oklch(.258 .092 26.042);--pink: oklch(.656 .241 354.308);--pink-1: oklch(.948 .028 342.258);--pink-2: oklch(.899 .061 343.231);--pink-3: oklch(.823 .12 346.018);--pink-4: oklch(.718 .202 349.761);--pink-5: oklch(.656 .241 354.308);--pink-6: oklch(.592 .249 .584);--pink-7: oklch(.525 .223 3.958);--pink-8: oklch(.459 .187 3.815);--pink-9: oklch(.408 .153 2.432);--pink-10: oklch(.284 .109 3.907);--purple: oklch(.558 .288 302.321);--purple-1: oklch(.946 .033 307.174);--purple-2: oklch(.902 .063 306.703);--purple-3: oklch(.827 .119 306.383);--purple-4: oklch(.714 .203 305.504);--purple-5: oklch(.627 .265 303.9);--purple-6: oklch(.558 .288 302.321);--purple-7: oklch(.496 .265 301.924);--purple-8: oklch(.438 .218 303.724);--purple-9: oklch(.381 .176 304.987);--purple-10: oklch(.291 .149 302.717);--deep-purple: oklch(.541 .281 293.009);--deep-purple-1: oklch(.943 .029 294.588);--deep-purple-2: oklch(.894 .057 293.283);--deep-purple-3: oklch(.811 .111 293.571);--deep-purple-4: oklch(.702 .183 293.541);--deep-purple-5: oklch(.606 .25 292.717);--deep-purple-6: oklch(.541 .281 293.009);--deep-purple-7: oklch(.491 .27 292.581);--deep-purple-8: oklch(.432 .232 292.759);--deep-purple-9: oklch(.38 .189 293.745);--deep-purple-9: oklch(.283 .141 291.089);--indigo: oklch(.511 .262 276.966);--indigo-1: oklch(.93 .034 272.788);--indigo-2: oklch(.87 .065 274.039);--indigo-3: oklch(.785 .115 274.713);--indigo-4: oklch(.673 .182 276.935);--indigo-5: oklch(.585 .233 277.117);--indigo-6: oklch(.511 .262 276.966);--indigo-7: oklch(.457 .24 277.023);--indigo-8: oklch(.398 .195 277.366);--indigo-9: oklch(.359 .144 278.697);--indigo-10: oklch(.257 .09 281.288);--blue: oklch(.623 .214 259.815);--blue-1: oklch(.932 .032 255.585);--blue-2: oklch(.882 .059 254.128);--blue-3: oklch(.809 .105 251.813);--blue-4: oklch(.707 .165 254.624);--blue-5: oklch(.623 .214 259.815);--blue-6: oklch(.546 .245 262.881);--blue-7: oklch(.488 .243 264.376);--blue-8: oklch(.424 .199 265.638);--blue-9: oklch(.379 .146 265.522);--blue-10: oklch(.282 .091 267.935);--light-blue: oklch(.685 .169 237.323);--light-blue-1: oklch(.951 .026 236.824);--light-blue-2: oklch(.901 .058 230.902);--light-blue-3: oklch(.828 .111 230.318);--light-blue-4: oklch(.746 .16 232.661);--light-blue-5: oklch(.685 .169 237.323);--light-blue-6: oklch(.588 .158 241.966);--light-blue-7: oklch(.5 .134 242.749);--light-blue-8: oklch(.443 .11 240.79);--light-blue-9: oklch(.391 .09 240.876);--light-blue-10: oklch(.293 .066 243.157);--cyan: oklch(.715 .143 215.221);--cyan-100: oklch(.956 .045 203.388);--cyan-200: oklch(.917 .08 205.041);--cyan-300: oklch(.865 .127 207.078);--cyan-400: oklch(.789 .154 211.53);--cyan-500: oklch(.715 .143 215.221);--cyan-600: oklch(.609 .126 221.723);--cyan-700: oklch(.52 .105 223.128);--cyan-800: oklch(.45 .085 224.283);--cyan-900: oklch(.398 .07 227.392);--cyan-950: oklch(.302 .056 229.695);--teal: oklch(.704 .14 182.503);--teal-1: oklch(.953 .051 180.801);--teal-2: oklch(.91 .096 180.426);--teal-3: oklch(.855 .138 181.071);--teal-4: oklch(.777 .152 181.912);--teal-5: oklch(.704 .14 182.503);--teal-6: oklch(.6 .118 184.704);--teal-7: oklch(.511 .096 186.391);--teal-8: oklch(.437 .078 188.216);--teal-9: oklch(.386 .063 188.416);--teal-10: oklch(.277 .046 192.524);--green: oklch(.627 .194 149.214);--green-1: oklch(.962 .044 156.743);--green-2: oklch(.925 .084 155.995);--green-3: oklch(.871 .15 154.449);--green-4: oklch(.792 .209 151.711);--green-5: oklch(.723 .219 149.579);--green-6: oklch(.627 .194 149.214);--green-7: oklch(.527 .154 150.069);--green-8: oklch(.448 .119 151.328);--green-9: oklch(.393 .095 152.535);--green-10: oklch(.266 .065 152.934);--light-green: oklch(.596 .145 163.225);--light-green-1: oklch(.95 .052 163.051);--light-green-2: oklch(.905 .093 164.15);--light-green-3: oklch(.845 .143 164.978);--light-green-4: oklch(.765 .177 163.223);--light-green-5: oklch(.696 .17 162.48);--light-green-6: oklch(.596 .145 163.225);--light-green-7: oklch(.508 .118 165.612);--light-green-8: oklch(.432 .095 166.913);--light-green-9: oklch(.378 .077 168.94);--light-green-10: oklch(.262 .051 172.552);--lime: oklch(.768 .233 130.85);--lime-1: oklch(.967 .067 122.328);--lime-2: oklch(.938 .127 124.321);--lime-3: oklch(.897 .196 126.665);--lime-4: oklch(.841 .238 128.85);--lime-5: oklch(.768 .233 130.85);--lime-6: oklch(.648 .2 131.684);--lime-7: oklch(.532 .157 131.589);--lime-8: oklch(.453 .124 130.933);--lime-9: oklch(.405 .101 131.063);--lime-10: oklch(.274 .072 132.109);--yellow: oklch(.795 .184 86.047);--yellow-1: oklch(.973 .071 103.193);--yellow-2: oklch(.945 .129 101.54);--yellow-3: oklch(.905 .182 98.111);--yellow-4: oklch(.852 .199 91.936);--yellow-5: oklch(.795 .184 86.047);--yellow-6: oklch(.681 .162 75.834);--yellow-7: oklch(.554 .135 66.442);--yellow-8: oklch(.476 .114 61.907);--yellow-9: oklch(.421 .095 57.708);--yellow-10: oklch(.286 .066 53.813);--amber: oklch(.769 .188 70.08);--amber-1: oklch(.962 .059 95.617);--amber-2: oklch(.924 .12 95.746);--amber-3: oklch(.879 .169 91.605);--amber-4: oklch(.828 .189 84.429);--amber-5: oklch(.769 .188 70.08);--amber-6: oklch(.666 .179 58.318);--amber-7: oklch(.555 .163 48.998);--amber-8: oklch(.473 .137 46.201);--amber-9: oklch(.414 .112 45.904);--amber-10: oklch(.279 .077 45.635);--orange: oklch(.646 .222 41.116);--orange-1: oklch(.954 .038 75.164);--orange-2: oklch(.901 .076 70.697);--orange-3: oklch(.837 .128 66.29);--orange-4: oklch(.75 .183 55.934);--orange-5: oklch(.705 .213 47.604);--orange-6: oklch(.646 .222 41.116);--orange-7: oklch(.553 .195 38.402);--orange-8: oklch(.47 .157 37.304);--orange-9: oklch(.408 .123 38.172);--orange-10: oklch(.266 .079 36.259);--brown: oklch(.553 .013 58.071);--brown-1: oklch(.97 .001 106.424);--brown-2: oklch(.923 .003 48.717);--brown-3: oklch(.869 .005 56.366);--brown-4: oklch(.709 .01 56.259);--brown-5: oklch(.553 .013 58.071);--brown-6: oklch(.444 .011 73.639);--brown-7: oklch(.374 .01 67.558);--brown-8: oklch(.268 .007 34.298);--brown-9: oklch(.216 .006 56.043);--brown-10: oklch(.147 .004 49.25);--blue-grey-50: oklch(.446 .043 257.281);--blue-grey-100: oklch(.968 .007 247.896);--blue-grey-200: oklch(.929 .013 255.508);--blue-grey-300: oklch(.869 .022 252.894);--blue-grey-400: oklch(.704 .04 256.788);--blue-grey-500: oklch(.554 .046 257.417);--blue-grey-600: oklch(.446 .043 257.281);--blue-grey-700: oklch(.372 .044 257.287);--blue-grey-800: oklch(.279 .041 260.031);--blue-grey-900: oklch(.208 .042 265.755);--blue-grey-950: oklch(.129 .042 264.695);--grey: #9e9e9e;--grey-1: #fafafa;--grey-2: #f5f5f5;--grey-3: #eeeeee;--grey-4: #e0e0e0;--grey-5: #bdbdbd;--grey-6: #9e9e9e;--grey-7: #757575;--grey-8: #616161;--grey-9: #424242;--grey-10: #212121;--grey-11: #f5f5f5;--grey-12: #eeeeee;--grey-13: #bdbdbd;--grey-14: #616161}.text-primary{color:var(--ion-color-primary)!important}.text-danger{color:var(--ion-color-danger)!important}.text-warning{color:var(--ion-color-warning)!important}.text-success{color:var(--ion-color-success)!important}.bg-danger{background:var(--ion-color-danger)!important}.bg-warning{background:var(--ion-color-warning)!important}.bg-success{background:var(--ion-color-success)!important}.text-white{color:#fff!important}.text-black{color:var(--v-text-black)!important}.text-red{color:#f44336!important}.text-red-1{color:#ffebee!important}.text-red-2{color:#ffcdd2!important}.text-red-3{color:#ef9a9a!important}.text-red-4{color:#e57373!important}.text-red-5{color:#ef5350!important}.text-red-6{color:#f44336!important}.text-red-7{color:#e53935!important}.text-red-8{color:#d32f2f!important}.text-red-9{color:#c62828!important}.text-red-10{color:#b71c1c!important}.text-red-11{color:#ff8a80!important}.text-red-12{color:#ff5252!important}.text-red-13{color:#ff1744!important}.text-red-14{color:#d50000!important}.text-pink{color:#e91e63!important}.text-pink-1{color:#fce4ec!important}.text-pink-2{color:#f8bbd0!important}.text-pink-3{color:#f48fb1!important}.text-pink-4{color:#f06292!important}.text-pink-5{color:#ec407a!important}.text-pink-6{color:#e91e63!important}.text-pink-7{color:#d81b60!important}.text-pink-8{color:#c2185b!important}.text-pink-9{color:#ad1457!important}.text-pink-10{color:#880e4f!important}.text-pink-11{color:#ff80ab!important}.text-pink-12{color:#ff4081!important}.text-pink-13{color:#f50057!important}.text-pink-14{color:#c51162!important}.text-purple{color:#9c27b0!important}.text-purple-1{color:#f3e5f5!important}.text-purple-2{color:#e1bee7!important}.text-purple-3{color:#ce93d8!important}.text-purple-4{color:#ba68c8!important}.text-purple-5{color:#ab47bc!important}.text-purple-6{color:#9c27b0!important}.text-purple-7{color:#8e24aa!important}.text-purple-8{color:#7b1fa2!important}.text-purple-9{color:#6a1b9a!important}.text-purple-10{color:#4a148c!important}.text-purple-11{color:#ea80fc!important}.text-purple-12{color:#e040fb!important}.text-purple-13{color:#d500f9!important}.text-purple-14{color:#a0f!important}.text-deep-purple{color:#673ab7!important}.text-deep-purple-1{color:#ede7f6!important}.text-deep-purple-2{color:#d1c4e9!important}.text-deep-purple-3{color:#b39ddb!important}.text-deep-purple-4{color:#9575cd!important}.text-deep-purple-5{color:#7e57c2!important}.text-deep-purple-6{color:#673ab7!important}.text-deep-purple-7{color:#5e35b1!important}.text-deep-purple-8{color:#512da8!important}.text-deep-purple-9{color:#4527a0!important}.text-deep-purple-10{color:#311b92!important}.text-deep-purple-11{color:#b388ff!important}.text-deep-purple-12{color:#7c4dff!important}.text-deep-purple-13{color:#651fff!important}.text-deep-purple-14{color:#6200ea!important}.text-indigo{color:#3f51b5!important}.text-indigo-1{color:#e8eaf6!important}.text-indigo-2{color:#c5cae9!important}.text-indigo-3{color:#9fa8da!important}.text-indigo-4{color:#7986cb!important}.text-indigo-5{color:#5c6bc0!important}.text-indigo-6{color:#3f51b5!important}.text-indigo-7{color:#3949ab!important}.text-indigo-8{color:#303f9f!important}.text-indigo-9{color:#283593!important}.text-indigo-10{color:#1a237e!important}.text-indigo-11{color:#8c9eff!important}.text-indigo-12{color:#536dfe!important}.text-indigo-13{color:#3d5afe!important}.text-indigo-14{color:#304ffe!important}.text-blue{color:#2196f3!important}.text-blue-1{color:#e3f2fd!important}.text-blue-2{color:#bbdefb!important}.text-blue-3{color:#90caf9!important}.text-blue-4{color:#64b5f6!important}.text-blue-5{color:#42a5f5!important}.text-blue-6{color:#2196f3!important}.text-blue-7{color:#1e88e5!important}.text-blue-8{color:#1976d2!important}.text-blue-9{color:#1565c0!important}.text-blue-10{color:#0d47a1!important}.text-blue-11{color:#82b1ff!important}.text-blue-12{color:#448aff!important}.text-blue-13{color:#2979ff!important}.text-blue-14{color:#2962ff!important}.text-light-blue{color:#03a9f4!important}.text-light-blue-1{color:#e1f5fe!important}.text-light-blue-2{color:#b3e5fc!important}.text-light-blue-3{color:#81d4fa!important}.text-light-blue-4{color:#4fc3f7!important}.text-light-blue-5{color:#29b6f6!important}.text-light-blue-6{color:#03a9f4!important}.text-light-blue-7{color:#039be5!important}.text-light-blue-8{color:#0288d1!important}.text-light-blue-9{color:#0277bd!important}.text-light-blue-10{color:#01579b!important}.text-light-blue-11{color:#80d8ff!important}.text-light-blue-12{color:#40c4ff!important}.text-light-blue-13{color:#00b0ff!important}.text-light-blue-14{color:#0091ea!important}.text-cyan{color:#00bcd4!important}.text-cyan-1{color:#e0f7fa!important}.text-cyan-2{color:#b2ebf2!important}.text-cyan-3{color:#80deea!important}.text-cyan-4{color:#4dd0e1!important}.text-cyan-5{color:#26c6da!important}.text-cyan-6{color:#00bcd4!important}.text-cyan-7{color:#00acc1!important}.text-cyan-8{color:#0097a7!important}.text-cyan-9{color:#00838f!important}.text-cyan-10{color:#006064!important}.text-cyan-11{color:#84ffff!important}.text-cyan-12{color:#18ffff!important}.text-cyan-13{color:#00e5ff!important}.text-cyan-14{color:#00b8d4!important}.text-teal{color:#009688!important}.text-teal-1{color:#e0f2f1!important}.text-teal-2{color:#b2dfdb!important}.text-teal-3{color:#80cbc4!important}.text-teal-4{color:#4db6ac!important}.text-teal-5{color:#26a69a!important}.text-teal-6{color:#009688!important}.text-teal-7{color:#00897b!important}.text-teal-8{color:#00796b!important}.text-teal-9{color:#00695c!important}.text-teal-10{color:#004d40!important}.text-teal-11{color:#a7ffeb!important}.text-teal-12{color:#64ffda!important}.text-teal-13{color:#1de9b6!important}.text-teal-14{color:#00bfa5!important}.text-green{color:#4caf50!important}.text-green-1{color:#e8f5e9!important}.text-green-2{color:#c8e6c9!important}.text-green-3{color:#a5d6a7!important}.text-green-4{color:#81c784!important}.text-green-5{color:#66bb6a!important}.text-green-6{color:#4caf50!important}.text-green-7{color:#43a047!important}.text-green-8{color:#388e3c!important}.text-green-9{color:#2e7d32!important}.text-green-10{color:#1b5e20!important}.text-green-11{color:#b9f6ca!important}.text-green-12{color:#69f0ae!important}.text-green-13{color:#00e676!important}.text-green-14{color:#00c853!important}.text-light-green{color:#8bc34a!important}.text-light-green-1{color:#f1f8e9!important}.text-light-green-2{color:#dcedc8!important}.text-light-green-3{color:#c5e1a5!important}.text-light-green-4{color:#aed581!important}.text-light-green-5{color:#9ccc65!important}.text-light-green-6{color:#8bc34a!important}.text-light-green-7{color:#7cb342!important}.text-light-green-8{color:#689f38!important}.text-light-green-9{color:#558b2f!important}.text-light-green-10{color:#33691e!important}.text-light-green-11{color:#ccff90!important}.text-light-green-12{color:#b2ff59!important}.text-light-green-13{color:#76ff03!important}.text-light-green-14{color:#64dd17!important}.text-lime{color:#cddc39!important}.text-lime-1{color:#f9fbe7!important}.text-lime-2{color:#f0f4c3!important}.text-lime-3{color:#e6ee9c!important}.text-lime-4{color:#dce775!important}.text-lime-5{color:#d4e157!important}.text-lime-6{color:#cddc39!important}.text-lime-7{color:#c0ca33!important}.text-lime-8{color:#afb42b!important}.text-lime-9{color:#9e9d24!important}.text-lime-10{color:#827717!important}.text-lime-11{color:#f4ff81!important}.text-lime-12{color:#eeff41!important}.text-lime-13{color:#c6ff00!important}.text-lime-14{color:#aeea00!important}.text-yellow{color:#ffeb3b!important}.text-yellow-1{color:#fffde7!important}.text-yellow-2{color:#fff9c4!important}.text-yellow-3{color:#fff59d!important}.text-yellow-4{color:#fff176!important}.text-yellow-5{color:#ffee58!important}.text-yellow-6{color:#ffeb3b!important}.text-yellow-7{color:#fdd835!important}.text-yellow-8{color:#fbc02d!important}.text-yellow-9{color:#f9a825!important}.text-yellow-10{color:#f57f17!important}.text-yellow-11{color:#ffff8d!important}.text-yellow-12{color:#ff0!important}.text-yellow-13{color:#ffea00!important}.text-yellow-14{color:#ffd600!important}.text-amber{color:#ffc107!important}.text-amber-1{color:#fff8e1!important}.text-amber-2{color:#ffecb3!important}.text-amber-3{color:#ffe082!important}.text-amber-4{color:#ffd54f!important}.text-amber-5{color:#ffca28!important}.text-amber-6{color:#ffc107!important}.text-amber-7{color:#ffb300!important}.text-amber-8{color:#ffa000!important}.text-amber-9{color:#ff8f00!important}.text-amber-10{color:#ff6f00!important}.text-amber-11{color:#ffe57f!important}.text-amber-12{color:#ffd740!important}.text-amber-13{color:#ffc400!important}.text-amber-14{color:#ffab00!important}.text-orange{color:#ff9800!important}.text-orange-1{color:#fff3e0!important}.text-orange-2{color:#ffe0b2!important}.text-orange-3{color:#ffcc80!important}.text-orange-4{color:#ffb74d!important}.text-orange-5{color:#ffa726!important}.text-orange-6{color:#ff9800!important}.text-orange-7{color:#fb8c00!important}.text-orange-8{color:#f57c00!important}.text-orange-9{color:#ef6c00!important}.text-orange-10{color:#e65100!important}.text-orange-11{color:#ffd180!important}.text-orange-12{color:#ffab40!important}.text-orange-13{color:#ff9100!important}.text-orange-14{color:#ff6d00!important}.text-deep-orange{color:#ff5722!important}.text-deep-orange-1{color:#fbe9e7!important}.text-deep-orange-2{color:#ffccbc!important}.text-deep-orange-3{color:#ffab91!important}.text-deep-orange-4{color:#ff8a65!important}.text-deep-orange-5{color:#ff7043!important}.text-deep-orange-6{color:#ff5722!important}.text-deep-orange-7{color:#f4511e!important}.text-deep-orange-8{color:#e64a19!important}.text-deep-orange-9{color:#d84315!important}.text-deep-orange-10{color:#bf360c!important}.text-deep-orange-11{color:#ff9e80!important}.text-deep-orange-12{color:#ff6e40!important}.text-deep-orange-13{color:#ff3d00!important}.text-deep-orange-14{color:#dd2c00!important}.text-brown{color:#795548!important}.text-brown-1{color:#efebe9!important}.text-brown-2{color:#d7ccc8!important}.text-brown-3{color:#bcaaa4!important}.text-brown-4{color:#a1887f!important}.text-brown-5{color:#8d6e63!important}.text-brown-6{color:#795548!important}.text-brown-7{color:#6d4c41!important}.text-brown-8{color:#5d4037!important}.text-brown-9{color:#4e342e!important}.text-brown-10{color:#3e2723!important}.text-brown-11{color:#d7ccc8!important}.text-brown-12{color:#bcaaa4!important}.text-brown-13{color:#8d6e63!important}.text-brown-14{color:#5d4037!important}.text-grey{color:#9e9e9e!important}.text-grey-1{color:#fafafa!important}.text-grey-2{color:#f5f5f5!important}.text-grey-3{color:#eee!important}.text-grey-4{color:#e0e0e0!important}.text-grey-5{color:#bdbdbd!important}.text-grey-6{color:#9e9e9e!important}.text-grey-7{color:#757575!important}.text-grey-8{color:#616161!important}.text-grey-9{color:#424242!important}.text-grey-10{color:#212121!important}.text-grey-11{color:#f5f5f5!important}.text-grey-12{color:#eee!important}.text-grey-13{color:#bdbdbd!important}.text-grey-14{color:#616161!important}.text-blue-grey{color:#607d8b!important}.text-blue-grey-1{color:#eceff1!important}.text-blue-grey-2{color:#cfd8dc!important}.text-blue-grey-3{color:#b0bec5!important}.text-blue-grey-4{color:#90a4ae!important}.text-blue-grey-5{color:#78909c!important}.text-blue-grey-6{color:#607d8b!important}.text-blue-grey-7{color:#546e7a!important}.text-blue-grey-8{color:#455a64!important}.text-blue-grey-9{color:#37474f!important}.text-blue-grey-10{color:#263238!important}.text-blue-grey-11{color:#cfd8dc!important}.text-blue-grey-12{color:#b0bec5!important}.text-blue-grey-13{color:#78909c!important}.text-blue-grey-14{color:#455a64!important}.bg-red{background:#f44336!important}.bg-red-1{background:#ffebee!important}.bg-red-2{background:#ffcdd2!important}.bg-red-3{background:#ef9a9a!important}.bg-red-4{background:#e57373!important}.bg-red-5{background:#ef5350!important}.bg-red-6{background:#f44336!important}.bg-red-7{background:#e53935!important}.bg-red-8{background:#d32f2f!important}.bg-red-9{background:#c62828!important}.bg-red-10{background:#b71c1c!important}.bg-red-11{background:#ff8a80!important}.bg-red-12{background:#ff5252!important}.bg-red-13{background:#ff1744!important}.bg-red-14{background:#d50000!important}.bg-pink{background:#e91e63!important}.bg-pink-1{background:#fce4ec!important}.bg-pink-2{background:#f8bbd0!important}.bg-pink-3{background:#f48fb1!important}.bg-pink-4{background:#f06292!important}.bg-pink-5{background:#ec407a!important}.bg-pink-6{background:#e91e63!important}.bg-pink-7{background:#d81b60!important}.bg-pink-8{background:#c2185b!important}.bg-pink-9{background:#ad1457!important}.bg-pink-10{background:#880e4f!important}.bg-pink-11{background:#ff80ab!important}.bg-pink-12{background:#ff4081!important}.bg-pink-13{background:#f50057!important}.bg-pink-14{background:#c51162!important}.bg-purple{background:#9c27b0!important}.bg-purple-1{background:#f3e5f5!important}.bg-purple-2{background:#e1bee7!important}.bg-purple-3{background:#ce93d8!important}.bg-purple-4{background:#ba68c8!important}.bg-purple-5{background:#ab47bc!important}.bg-purple-6{background:#9c27b0!important}.bg-purple-7{background:#8e24aa!important}.bg-purple-8{background:#7b1fa2!important}.bg-purple-9{background:#6a1b9a!important}.bg-purple-10{background:#4a148c!important}.bg-purple-11{background:#ea80fc!important}.bg-purple-12{background:#e040fb!important}.bg-purple-13{background:#d500f9!important}.bg-purple-14{background:#a0f!important}.bg-deep-purple{background:#673ab7!important}.bg-deep-purple-1{background:#ede7f6!important}.bg-deep-purple-2{background:#d1c4e9!important}.bg-deep-purple-3{background:#b39ddb!important}.bg-deep-purple-4{background:#9575cd!important}.bg-deep-purple-5{background:#7e57c2!important}.bg-deep-purple-6{background:#673ab7!important}.bg-deep-purple-7{background:#5e35b1!important}.bg-deep-purple-8{background:#512da8!important}.bg-deep-purple-9{background:#4527a0!important}.bg-deep-purple-10{background:#311b92!important}.bg-deep-purple-11{background:#b388ff!important}.bg-deep-purple-12{background:#7c4dff!important}.bg-deep-purple-13{background:#651fff!important}.bg-deep-purple-14{background:#6200ea!important}.bg-indigo{background:#3f51b5!important}.bg-indigo-1{background:#e8eaf6!important}.bg-indigo-2{background:#c5cae9!important}.bg-indigo-3{background:#9fa8da!important}.bg-indigo-4{background:#7986cb!important}.bg-indigo-5{background:#5c6bc0!important}.bg-indigo-6{background:#3f51b5!important}.bg-indigo-7{background:#3949ab!important}.bg-indigo-8{background:#303f9f!important}.bg-indigo-9{background:#283593!important}.bg-indigo-10{background:#1a237e!important}.bg-indigo-11{background:#8c9eff!important}.bg-indigo-12{background:#536dfe!important}.bg-indigo-13{background:#3d5afe!important}.bg-indigo-14{background:#304ffe!important}.bg-blue{background:#2196f3!important}.bg-blue-1{background:#e3f2fd!important}.bg-blue-2{background:#bbdefb!important}.bg-blue-3{background:#90caf9!important}.bg-blue-4{background:#64b5f6!important}.bg-blue-5{background:#42a5f5!important}.bg-blue-6{background:#2196f3!important}.bg-blue-7{background:#1e88e5!important}.bg-blue-8{background:#1976d2!important}.bg-blue-9{background:#1565c0!important}.bg-blue-10{background:#0d47a1!important}.bg-blue-11{background:#82b1ff!important}.bg-blue-12{background:#448aff!important}.bg-blue-13{background:#2979ff!important}.bg-blue-14{background:#2962ff!important}.bg-light-blue{background:#03a9f4!important}.bg-light-blue-1{background:#e1f5fe!important}.bg-light-blue-2{background:#b3e5fc!important}.bg-light-blue-3{background:#81d4fa!important}.bg-light-blue-4{background:#4fc3f7!important}.bg-light-blue-5{background:#29b6f6!important}.bg-light-blue-6{background:#03a9f4!important}.bg-light-blue-7{background:#039be5!important}.bg-light-blue-8{background:#0288d1!important}.bg-light-blue-9{background:#0277bd!important}.bg-light-blue-10{background:#01579b!important}.bg-light-blue-11{background:#80d8ff!important}.bg-light-blue-12{background:#40c4ff!important}.bg-light-blue-13{background:#00b0ff!important}.bg-light-blue-14{background:#0091ea!important}.bg-cyan{background:#00bcd4!important}.bg-cyan-1{background:#e0f7fa!important}.bg-cyan-2{background:#b2ebf2!important}.bg-cyan-3{background:#80deea!important}.bg-cyan-4{background:#4dd0e1!important}.bg-cyan-5{background:#26c6da!important}.bg-cyan-6{background:#00bcd4!important}.bg-cyan-7{background:#00acc1!important}.bg-cyan-8{background:#0097a7!important}.bg-cyan-9{background:#00838f!important}.bg-cyan-10{background:#006064!important}.bg-cyan-11{background:#84ffff!important}.bg-cyan-12{background:#18ffff!important}.bg-cyan-13{background:#00e5ff!important}.bg-cyan-14{background:#00b8d4!important}.bg-teal{background:#009688!important}.bg-teal-1{background:#e0f2f1!important}.bg-teal-2{background:#b2dfdb!important}.bg-teal-3{background:#80cbc4!important}.bg-teal-4{background:#4db6ac!important}.bg-teal-5{background:#26a69a!important}.bg-teal-6{background:#009688!important}.bg-teal-7{background:#00897b!important}.bg-teal-8{background:#00796b!important}.bg-teal-9{background:#00695c!important}.bg-teal-10{background:#004d40!important}.bg-teal-11{background:#a7ffeb!important}.bg-teal-12{background:#64ffda!important}.bg-teal-13{background:#1de9b6!important}.bg-teal-14{background:#00bfa5!important}.bg-green{background:#4caf50!important}.bg-green-1{background:#e8f5e9!important}.bg-green-2{background:#c8e6c9!important}.bg-green-3{background:#a5d6a7!important}.bg-green-4{background:#81c784!important}.bg-green-5{background:#66bb6a!important}.bg-green-6{background:#4caf50!important}.bg-green-7{background:#43a047!important}.bg-green-8{background:#388e3c!important}.bg-green-9{background:#2e7d32!important}.bg-green-10{background:#1b5e20!important}.bg-green-11{background:#b9f6ca!important}.bg-green-12{background:#69f0ae!important}.bg-green-13{background:#00e676!important}.bg-green-14{background:#00c853!important}.bg-light-green{background:#8bc34a!important}.bg-light-green-1{background:#f1f8e9!important}.bg-light-green-2{background:#dcedc8!important}.bg-light-green-3{background:#c5e1a5!important}.bg-light-green-4{background:#aed581!important}.bg-light-green-5{background:#9ccc65!important}.bg-light-green-6{background:#8bc34a!important}.bg-light-green-7{background:#7cb342!important}.bg-light-green-8{background:#689f38!important}.bg-light-green-9{background:#558b2f!important}.bg-light-green-10{background:#33691e!important}.bg-light-green-11{background:#ccff90!important}.bg-light-green-12{background:#b2ff59!important}.bg-light-green-13{background:#76ff03!important}.bg-light-green-14{background:#64dd17!important}.bg-lime{background:#cddc39!important}.bg-lime-1{background:#f9fbe7!important}.bg-lime-2{background:#f0f4c3!important}.bg-lime-3{background:#e6ee9c!important}.bg-lime-4{background:#dce775!important}.bg-lime-5{background:#d4e157!important}.bg-lime-6{background:#cddc39!important}.bg-lime-7{background:#c0ca33!important}.bg-lime-8{background:#afb42b!important}.bg-lime-9{background:#9e9d24!important}.bg-lime-10{background:#827717!important}.bg-lime-11{background:#f4ff81!important}.bg-lime-12{background:#eeff41!important}.bg-lime-13{background:#c6ff00!important}.bg-lime-14{background:#aeea00!important}.bg-yellow{background:#ffeb3b!important}.bg-yellow-1{background:#fffde7!important}.bg-yellow-2{background:#fff9c4!important}.bg-yellow-3{background:#fff59d!important}.bg-yellow-4{background:#fff176!important}.bg-yellow-5{background:#ffee58!important}.bg-yellow-6{background:#ffeb3b!important}.bg-yellow-7{background:#fdd835!important}.bg-yellow-8{background:#fbc02d!important}.bg-yellow-9{background:#f9a825!important}.bg-yellow-10{background:#f57f17!important}.bg-yellow-11{background:#ffff8d!important}.bg-yellow-12{background:#ff0!important}.bg-yellow-13{background:#ffea00!important}.bg-yellow-14{background:#ffd600!important}.bg-amber{background:#ffc107!important}.bg-amber-1{background:#fff8e1!important}.bg-amber-2{background:#ffecb3!important}.bg-amber-3{background:#ffe082!important}.bg-amber-4{background:#ffd54f!important}.bg-amber-5{background:#ffca28!important}.bg-amber-6{background:#ffc107!important}.bg-amber-7{background:#ffb300!important}.bg-amber-8{background:#ffa000!important}.bg-amber-9{background:#ff8f00!important}.bg-amber-10{background:#ff6f00!important}.bg-amber-11{background:#ffe57f!important}.bg-amber-12{background:#ffd740!important}.bg-amber-13{background:#ffc400!important}.bg-amber-14{background:#ffab00!important}.bg-orange{background:#ff9800!important}.bg-orange-1{background:#fff3e0!important}.bg-orange-2{background:#ffe0b2!important}.bg-orange-3{background:#ffcc80!important}.bg-orange-4{background:#ffb74d!important}.bg-orange-5{background:#ffa726!important}.bg-orange-6{background:#ff9800!important}.bg-orange-7{background:#fb8c00!important}.bg-orange-8{background:#f57c00!important}.bg-orange-9{background:#ef6c00!important}.bg-orange-10{background:#e65100!important}.bg-orange-11{background:#ffd180!important}.bg-orange-12{background:#ffab40!important}.bg-orange-13{background:#ff9100!important}.bg-orange-14{background:#ff6d00!important}.bg-deep-orange{background:#ff5722!important}.bg-deep-orange-1{background:#fbe9e7!important}.bg-deep-orange-2{background:#ffccbc!important}.bg-deep-orange-3{background:#ffab91!important}.bg-deep-orange-4{background:#ff8a65!important}.bg-deep-orange-5{background:#ff7043!important}.bg-deep-orange-6{background:#ff5722!important}.bg-deep-orange-7{background:#f4511e!important}.bg-deep-orange-8{background:#e64a19!important}.bg-deep-orange-9{background:#d84315!important}.bg-deep-orange-10{background:#bf360c!important}.bg-deep-orange-11{background:#ff9e80!important}.bg-deep-orange-12{background:#ff6e40!important}.bg-deep-orange-13{background:#ff3d00!important}.bg-deep-orange-14{background:#dd2c00!important}.bg-brown{background:#795548!important}.bg-brown-1{background:#efebe9!important}.bg-brown-2{background:#d7ccc8!important}.bg-brown-3{background:#bcaaa4!important}.bg-brown-4{background:#a1887f!important}.bg-brown-5{background:#8d6e63!important}.bg-brown-6{background:#795548!important}.bg-brown-7{background:#6d4c41!important}.bg-brown-8{background:#5d4037!important}.bg-brown-9{background:#4e342e!important}.bg-brown-10{background:#3e2723!important}.bg-brown-11{background:#d7ccc8!important}.bg-brown-12{background:#bcaaa4!important}.bg-brown-13{background:#8d6e63!important}.bg-brown-14{background:#5d4037!important}.bg-grey{background:#9e9e9e!important}.bg-grey-1{background:#fafafa!important}.bg-grey-2{background:#f5f5f5!important}.bg-grey-3{background:#eee!important}.bg-grey-4{background:#e0e0e0!important}.bg-grey-5{background:#bdbdbd!important}.bg-grey-6{background:#9e9e9e!important}.bg-grey-7{background:#757575!important}.bg-grey-8{background:#616161!important}.bg-grey-9{background:#424242!important}.bg-grey-10{background:#212121!important}.bg-grey-11{background:#f5f5f5!important}.bg-grey-12{background:#eee!important}.bg-grey-13{background:#bdbdbd!important}.bg-grey-14{background:#616161!important}.bg-blue-grey{background:#607d8b!important}.bg-blue-grey-1{background:#eceff1!important}.bg-blue-grey-2{background:#cfd8dc!important}.bg-blue-grey-3{background:#b0bec5!important}.bg-blue-grey-4{background:#90a4ae!important}.bg-blue-grey-5{background:#78909c!important}.bg-blue-grey-6{background:#607d8b!important}.bg-blue-grey-7{background:#546e7a!important}.bg-blue-grey-8{background:#455a64!important}.bg-blue-grey-9{background:#37474f!important}.bg-blue-grey-10{background:#263238!important}.bg-blue-grey-11{background:#cfd8dc!important}.bg-blue-grey-12{background:#b0bec5!important}.bg-blue-grey-13{background:#78909c!important}.bg-blue-grey-14{background:#455a64!important}.bg-black{background:#000!important}.bg-white{background:#fff!important}.bg-dark{background:var(--app-bg-color-theme-dark)!important}.bg-primary{background:var(--ion-color-primary)!important}.bg-dark-second{background:var(--second-bg-color-theme-dark)!important}.bg-transparent{background:#0000!important}.shadow-transition{transition:box-shadow .28s cubic-bezier(.4,0,.2,1)!important}.shadow-1{box-shadow:0 1px 3px #0003,0 1px 1px #00000024,0 2px 1px -1px #0000001f}.shadow-up-1{box-shadow:0 -1px 3px #0003,0 -1px 1px #00000024,0 -2px 1px -1px #0000001f}.shadow-2{box-shadow:0 1px 5px #0003,0 2px 2px #00000024,0 3px 1px -2px #0000001f}.shadow-up-2{box-shadow:0 -1px 5px #0003,0 -2px 2px #00000024,0 -3px 1px -2px #0000001f}.shadow-3{box-shadow:0 1px 8px #0003,0 3px 4px #00000024,0 3px 3px -2px #0000001f}.shadow-up-3{box-shadow:0 -1px 8px #0003,0 -3px 4px #00000024,0 -3px 3px -2px #0000001f}.shadow-4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.shadow-up-4{box-shadow:0 -2px 4px -1px #0003,0 -4px 5px #00000024,0 -1px 10px #0000001f}.shadow-5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.shadow-up-5{box-shadow:0 -3px 5px -1px #0003,0 -5px 8px #00000024,0 -1px 14px #0000001f}.shadow-6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.shadow-up-6{box-shadow:0 -3px 5px -1px #0003,0 -6px 10px #00000024,0 -1px 18px #0000001f}.shadow-7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.shadow-up-7{box-shadow:0 -4px 5px -2px #0003,0 -7px 10px 1px #00000024,0 -2px 16px 1px #0000001f}.shadow-8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.shadow-up-8{box-shadow:0 -5px 5px -3px #0003,0 -8px 10px 1px #00000024,0 -3px 14px 2px #0000001f}.shadow-9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.shadow-up-9{box-shadow:0 -5px 6px -3px #0003,0 -9px 12px 1px #00000024,0 -3px 16px 2px #0000001f}.shadow-10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.shadow-up-10{box-shadow:0 -6px 6px -3px #0003,0 -10px 14px 1px #00000024,0 -4px 18px 3px #0000001f}.shadow-11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.shadow-up-11{box-shadow:0 -6px 7px -4px #0003,0 -11px 15px 1px #00000024,0 -4px 20px 3px #0000001f}.shadow-12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.shadow-up-12{box-shadow:0 -7px 8px -4px #0003,0 -12px 17px 2px #00000024,0 -5px 22px 4px #0000001f}.shadow-13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.shadow-up-13{box-shadow:0 -7px 8px -4px #0003,0 -13px 19px 2px #00000024,0 -5px 24px 4px #0000001f}.shadow-14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.shadow-up-14{box-shadow:0 -7px 9px -4px #0003,0 -14px 21px 2px #00000024,0 -5px 26px 4px #0000001f}.shadow-15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.shadow-up-15{box-shadow:0 -8px 9px -5px #0003,0 -15px 22px 2px #00000024,0 -6px 28px 5px #0000001f}.shadow-16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.shadow-up-16{box-shadow:0 -8px 10px -5px #0003,0 -16px 24px 2px #00000024,0 -6px 30px 5px #0000001f}.shadow-17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.shadow-up-17{box-shadow:0 -8px 11px -5px #0003,0 -17px 26px 2px #00000024,0 -6px 32px 5px #0000001f}.shadow-18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.shadow-up-18{box-shadow:0 -9px 11px -5px #0003,0 -18px 28px 2px #00000024,0 -7px 34px 6px #0000001f}.shadow-19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.shadow-up-19{box-shadow:0 -9px 12px -6px #0003,0 -19px 29px 2px #00000024,0 -7px 36px 6px #0000001f}.shadow-20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.shadow-up-20{box-shadow:0 -10px 13px -6px #0003,0 -20px 31px 3px #00000024,0 -8px 38px 7px #0000001f}.shadow-21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.shadow-up-21{box-shadow:0 -10px 13px -6px #0003,0 -21px 33px 3px #00000024,0 -8px 40px 7px #0000001f}.shadow-22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.shadow-up-22{box-shadow:0 -10px 14px -6px #0003,0 -22px 35px 3px #00000024,0 -8px 42px 7px #0000001f}.shadow-23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.shadow-up-23{box-shadow:0 -11px 14px -7px #0003,0 -23px 36px 3px #00000024,0 -9px 44px 8px #0000001f}.shadow-24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.shadow-up-24{box-shadow:0 -11px 15px -7px #0003,0 -24px 38px 3px #00000024,0 -9px 46px 8px #0000001f}.no-shadow,.shadow-0{box-shadow:none!important}.inset-shadow{box-shadow:0 7px 9px -7px #000000b3 inset!important}.inset-shadow-down{box-shadow:0 -7px 9px -7px #000000b3 inset!important}.z-marginals{z-index:2000}.z-notify{z-index:9500}.z-fullscreen{z-index:6000}.z-inherit{z-index:inherit!important}.q-float-left{float:left}.q-float-right{float:right}.q-relative-position{position:relative}.q-fixed,.q-fixed-full,.q-fullscreen,.q-fixed-center,.q-fixed-bottom,.q-fixed-left,.q-fixed-right,.q-fixed-top,.q-fixed-top-left,.q-fixed-top-right,.q-fixed-bottom-left,.q-fixed-bottom-right{position:fixed}.q-absolute,.q-absolute-full,.q-absolute-center,.q-absolute-bottom,.q-absolute-left,.q-absolute-right,.q-absolute-top,.q-absolute-top-left,.q-absolute-top-right,.q-absolute-bottom-left,.q-absolute-bottom-right{position:absolute}.q-fixed-top,.q-absolute-top{top:0;left:0;right:0}.q-fixed-right,.q-absolute-right{top:0;right:0;bottom:0}.q-fixed-bottom,.q-absolute-bottom{right:0;bottom:0;left:0}.q-fixed-left,.q-absolute-left{top:0;bottom:0;left:0}.q-fixed-top-left,.q-absolute-top-left{top:0;left:0}.q-fixed-top-right,.q-absolute-top-right{top:0;right:0}.q-fixed-bottom-left,.q-absolute-bottom-left{bottom:0;left:0}.q-fixed-bottom-right,.q-absolute-bottom-right{bottom:0;right:0}.q-fullscreen{z-index:6000;border-radius:0!important;max-width:100vw;max-height:100vh}.q-absolute-full,.q-fullscreen,.q-fixed-full{top:0;right:0;bottom:0;left:0}.q-fixed-center,.q-absolute-center{top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.q-vertical-top{vertical-align:top!important}.q-vertical-middle{vertical-align:middle!important}.q-vertical-bottom{vertical-align:bottom!important}.q-on-left{margin-right:12px}.q-on-right{margin-left:12px}.q-align-items-start{align-items:start}.q-center{display:block;margin-left:auto;margin-right:auto}.q-centered{top:50%;left:50%;transform:translate(-50%,-50%)}.q-centered-vertical{margin:0;position:absolute;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.q-centered-horizontal{margin:0;position:absolute;left:50%;-ms-transform:translateX(-50%);transform:translate(-50%)}.q-centered-both{margin:0;position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.q-fixed-bottom2{position:fixed;right:0!important;bottom:0!important;left:0!important;z-index:1030;-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}:root{--q-size-xs: 0;--q-size-sm: 600px;--q-size-md: 1024px;--q-size-lg: 1440px;--q-size-xl: 1920px}.q-fit{width:100%!important;height:100%!important}.q-full-height{height:100%!important}.q-full-width{width:100%!important;margin-left:0!important;margin-right:0!important}.q-window-height{margin-top:0!important;margin-bottom:0!important;height:100vh!important}.q-window-width{margin-left:0!important;margin-right:0!important;width:100vw!important}.q-block{display:block!important}.q-inline-block{display:inline-block!important}.q-pa-none{padding:0!important}.q-pl-none{padding-left:0!important}.q-pr-none{padding-right:0!important}.q-pt-none{padding-top:0!important}.q-pb-none{padding-bottom:0!important}.q-px-none{padding-left:0!important;padding-right:0!important}.q-py-none{padding-top:0!important;padding-bottom:0!important}.q-ma-none{margin:0!important}.q-ml-none{margin-left:0!important}.q-mr-none{margin-right:0!important}.q-mt-none{margin-top:0!important}.q-mb-none{margin-bottom:0!important}.q-mx-none{margin-left:0!important;margin-right:0!important}.q-my-none{margin-top:0!important;margin-bottom:0!important}.q-pa-xs{padding:4px!important}.q-pl-xs{padding-left:4px!important}.q-pr-xs{padding-right:4px!important}.q-pt-xs{padding-top:4px!important}.q-pb-xs{padding-bottom:4px!important}.q-px-xs{padding-left:4px!important;padding-right:4px!important}.q-py-xs{padding-top:4px!important;padding-bottom:4px!important}.q-ma-xs{margin:4px!important}.q-ml-xs{margin-left:4px!important}.q-mr-xs{margin-right:4px!important}.q-mt-xs{margin-top:4px!important}.q-mb-xs{margin-bottom:4px!important}.q-mx-xs{margin-left:4px!important;margin-right:4px!important}.q-my-xs{margin-top:4px!important;margin-bottom:4px!important}.q-pa-sm{padding:8px!important}.q-pl-sm{padding-left:8px!important}.q-pr-sm{padding-right:8px!important}.q-pt-sm{padding-top:8px!important}.q-pb-sm{padding-bottom:8px!important}.q-px-sm{padding-left:8px!important;padding-right:8px!important}.q-py-sm{padding-top:8px!important;padding-bottom:8px!important}.q-ma-sm{margin:8px!important}.q-ml-sm{margin-left:8px!important}.q-mr-sm{margin-right:8px!important}.q-mt-sm{margin-top:8px!important}.q-mb-sm{margin-bottom:8px!important}.q-mx-sm{margin-left:8px!important;margin-right:8px!important}.q-my-sm{margin-top:8px!important;margin-bottom:8px!important}.q-pa-md{padding:16px!important}.q-pl-md{padding-left:16px!important}.q-pr-md{padding-right:16px!important}.q-pt-md{padding-top:16px!important}.q-pb-md{padding-bottom:16px!important}.q-px-md{padding-left:16px!important;padding-right:16px!important}.q-py-md{padding-top:16px!important;padding-bottom:16px!important}.q-ma-md{margin:16px!important}.q-ml-md{margin-left:16px!important}.q-mr-md{margin-right:16px!important}.q-mt-md{margin-top:16px!important}.q-mb-md{margin-bottom:16px!important}.q-mx-md{margin-left:16px!important;margin-right:16px!important}.q-my-md{margin-top:16px!important;margin-bottom:16px!important}.q-pa-lg{padding:24px!important}.q-pl-lg{padding-left:24px!important}.q-pr-lg{padding-right:24px!important}.q-pt-lg{padding-top:24px!important}.q-pb-lg{padding-bottom:24px!important}.q-px-lg{padding-left:24px!important;padding-right:24px!important}.q-py-lg{padding-top:24px!important;padding-bottom:24px!important}.q-ma-lg{margin:24px!important}.q-ml-lg{margin-left:24px!important}.q-mr-lg{margin-right:24px!important}.q-mt-lg{margin-top:24px!important}.q-mb-lg{margin-bottom:24px!important}.q-mx-lg{margin-left:24px!important;margin-right:24px!important}.q-my-lg{margin-top:24px!important;margin-bottom:24px!important}.q-pa-xl{padding:48px!important}.q-pl-xl{padding-left:48px!important}.q-pr-xl{padding-right:48px!important}.q-pt-xl{padding-top:48px!important}.q-pb-xl{padding-bottom:48px!important}.q-px-xl{padding-left:48px!important;padding-right:48px!important}.q-py-xl{padding-top:48px!important;padding-bottom:48px!important}.q-ma-xl{margin:48px!important}.q-ml-xl{margin-left:48px!important}.q-mr-xl{margin-right:48px!important}.q-mt-xl{margin-top:48px!important}.q-mb-xl{margin-bottom:48px!important}.q-mx-xl{margin-left:48px!important;margin-right:48px!important}.q-my-xl{margin-top:48px!important;margin-bottom:48px!important}.q-mt-auto,.q-my-auto{margin-top:auto!important}.q-ml-auto{margin-left:auto!important}.q-mb-auto,.q-my-auto{margin-bottom:auto!important}.q-mr-auto{margin-right:auto!important}.q-mx-auto{margin-left:auto!important;margin-right:auto!important}.q-gutter-x-none,.q-gutter-none{margin-left:0!important}.q-gutter-x-none>*,.q-gutter-none>*{margin-left:0!important}.q-gutter-y-none,.q-gutter-none{margin-top:0!important}.q-gutter-y-none>*,.q-gutter-none>*{margin-top:0!important}.q-col-gutter-x-none,.q-col-gutter-none{margin-left:0!important}.q-col-gutter-x-none>*,.q-col-gutter-none>*{padding-left:0!important}.q-col-gutter-y-none,.q-col-gutter-none{margin-top:0!important}.q-col-gutter-y-none>*,.q-col-gutter-none>*{padding-top:0!important}.q-gutter-x-xs,.q-gutter-xs{margin-left:-4px!important}.q-gutter-x-xs>*,.q-gutter-xs>*{margin-left:4px!important}.q-gutter-y-xs,.q-gutter-xs{margin-top:-4px!important}.q-gutter-y-xs>*,.q-gutter-xs>*{margin-top:4px!important}.q-col-gutter-x-xs,.q-col-gutter-xs{margin-left:-4px!important}.q-col-gutter-x-xs>*,.q-col-gutter-xs>*{padding-left:4px!important}.q-col-gutter-y-xs,.q-col-gutter-xs{margin-top:-4px!important}.q-col-gutter-y-xs>*,.q-col-gutter-xs>*{padding-top:4px!important}.q-gutter-x-sm,.q-gutter-sm{margin-left:-8px!important}.q-gutter-x-sm>*,.q-gutter-sm>*{margin-left:8px!important}.q-gutter-y-sm,.q-gutter-sm{margin-top:-8px!important}.q-gutter-y-sm>*,.q-gutter-sm>*{margin-top:8px!important}.q-col-gutter-x-sm,.q-col-gutter-sm{margin-left:-8px!important}.q-col-gutter-x-sm>*,.q-col-gutter-sm>*{padding-left:8px!important}.q-col-gutter-y-sm,.q-col-gutter-sm{margin-top:-8px!important}.q-col-gutter-y-sm>*,.q-col-gutter-sm>*{padding-top:8px!important}.q-gutter-x-md,.q-gutter-md{margin-left:-16px!important}.q-gutter-x-md>*,.q-gutter-md>*{margin-left:16px!important}.q-gutter-y-md,.q-gutter-md{margin-top:-16px!important}.q-gutter-y-md>*,.q-gutter-md>*{margin-top:16px!important}.q-col-gutter-x-md,.q-col-gutter-md{margin-left:-16px!important}.q-col-gutter-x-md>*,.q-col-gutter-md>*{padding-left:16px!important}.q-col-gutter-y-md,.q-col-gutter-md{margin-top:-16px!important}.q-col-gutter-y-md>*,.q-col-gutter-md>*{padding-top:16px!important}.q-gutter-x-lg,.q-gutter-lg{margin-left:-24px!important}.q-gutter-x-lg>*,.q-gutter-lg>*{margin-left:24px!important}.q-gutter-y-lg,.q-gutter-lg{margin-top:-24px!important}.q-gutter-y-lg>*,.q-gutter-lg>*{margin-top:24px!important}.q-col-gutter-x-lg,.q-col-gutter-lg{margin-left:-24px!important}.q-col-gutter-x-lg>*,.q-col-gutter-lg>*{padding-left:24px!important}.q-col-gutter-y-lg,.q-col-gutter-lg{margin-top:-24px!important}.q-col-gutter-y-lg>*,.q-col-gutter-lg>*{padding-top:24px!important}.q-gutter-x-xl,.q-gutter-xl{margin-left:-48px!important}.q-gutter-x-xl>*,.q-gutter-xl>*{margin-left:48px!important}.q-gutter-y-xl,.q-gutter-xl{margin-top:-48px!important}.q-gutter-y-xl>*,.q-gutter-xl>*{margin-top:48px!important}.q-col-gutter-x-xl,.q-col-gutter-xl{margin-left:-48px!important}.q-col-gutter-x-xl>*,.q-col-gutter-xl>*{padding-left:48px!important}.q-col-gutter-y-xl,.q-col-gutter-xl{margin-top:-48px!important}.q-col-gutter-y-xl>*,.q-col-gutter-xl>*{padding-top:48px!important}h1,h2,h3,h4,h5,h6{line-height:1.5;margin:initial}h1{font-size:2.25rem}h2{font-size:1.5rem}h3{font-size:1.33rem}h4{font-size:1.167rem}h5{font-size:1rem}h6{font-size:.875rem}.q-text-h1{font-size:6rem;font-weight:300;line-height:6rem;letter-spacing:-.01562em}.q-text-h2{font-size:3.75rem;font-weight:300;line-height:3.75rem;letter-spacing:-.00833em}.q-text-h3{font-size:3rem;font-weight:400;line-height:3.125rem;letter-spacing:normal}.q-text-h4{font-size:2.125rem;font-weight:400;line-height:2.5rem;letter-spacing:.00735em}.q-text-h5{font-size:1.5rem;font-weight:400;line-height:2rem;letter-spacing:normal}.q-text-h6{font-size:1.25rem;font-weight:500;line-height:2rem;letter-spacing:.0125em}.q-text-subtitle1{font-size:1rem;font-weight:400;line-height:1.75rem;letter-spacing:.00937em}.q-text-subtitle2{font-size:.875rem;font-weight:500;line-height:1.375rem;letter-spacing:.00714em}.q-text-body1{font-size:1rem;font-weight:400;line-height:1.5rem;letter-spacing:.03125em}.q-text-body2{font-size:.875rem;font-weight:400;line-height:1.25rem;letter-spacing:.01786em}.q-text-overline{font-size:.75rem;font-weight:500;line-height:2rem;letter-spacing:.16667em}.q-text-caption{font-size:.75rem;font-weight:400;line-height:1.25rem;letter-spacing:.03333em}.q-text-uppercase{text-transform:uppercase}.q-text-lowercase{text-transform:lowercase}.q-text-capitalize{text-transform:capitalize}.q-text-center{text-align:center}.q-text-left{text-align:left}.q-text-right{text-align:right}.q-text-justify{text-align:justify;-webkit-hyphens:auto!important;hyphens:auto!important}.q-text-italic{font-style:italic!important}.q-text-bold{font-weight:700!important}.q-text-no-wrap{white-space:nowrap!important}.q-text-strike{text-decoration:line-through}.q-text-weight-thin{font-weight:100!important}.q-text-weight-light{font-weight:300!important}.q-text-weight-regular{font-weight:400!important}.q-text-weight-medium{font-weight:500!important}.q-text-weight-bold{font-weight:700!important}.q-text-weight-bolder{font-weight:900!important}small{font-size:80%}big{font-size:170%}sub{bottom:-.25em}sup{top:-.5em}.rounded-borders{border-radius:4px!important}.border-radius-inherit{border-radius:inherit}.q-text-medium{font-size:1em!important}.q-text-caption,.text-caption{font-size:.85em!important}.text-caption-smaller{font-size:.75em}.q-text-muted,.text-muted{color:var(--v-text-muted)!important}.q-text-muted2{color:var(--v-text-muted2)!important}.q-text-white,.text-white{color:#fff!important}.q-text-black{color:var(--v-text-black)!important}.q-text-small{font-size:.8em!important}.q-text-smaller{font-size:.75em!important}.q-text-extra-small{font-size:.7em!important}.q-text-max-1-line{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:1;-moz-line-clamp:1;-o-line-clamp:1;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical}.q-text-max-2-lines{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:2;-moz-line-clamp:2;-o-line-clamp:2;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical}.q-text-max-3-lines{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:3;-moz-line-clamp:3;-o-line-clamp:3;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical}.q-text-max-4-lines{overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-line-clamp:4;-moz-line-clamp:4;-o-line-clamp:4;-webkit-box-orient:vertical;-moz-box-orient:vertical;-o-box-orient:vertical}.app-text-link,a{text-decoration:none}.app-auto-newline{word-wrap:break-word;white-space:pre-wrap}.icon-size{font-size:24px}.content-text{line-height:1.55;font-size:14px}.dont-break-out{overflow-wrap:break-word;word-wrap:break-word;white-space:pre-wrap;-ms-word-break:break-all;word-break:break-all;word-break:break-word;-ms-hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;hyphens:auto}.long-text-break{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.q-text-muted a{color:var(--v-text-muted)!important}.q-text-black a{color:var(--v-text-black)!important}@font-face{font-family:Prompt;src:url(../assets/fonts/Prompt-Regular.ttf)}*{touch-action:manipulation}:root{--app-font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;--ion-color-primary: #d8af6d;--ion-color-primary-rgb: 56, 128, 255;--ion-color-primary-contrast: #232611;--ion-color-primary-contrast-rgb: 255, 255, 255;--ion-color-primary-shade: #cea461;--ion-color-primary-tint: #dbb476;--ion-color-secondary: #00aba9;--ion-color-secondary-rgb: 0, 171, 169;--ion-color-secondary-contrast: #ffffff;--ion-color-secondary-contrast-rgb: 255, 255, 255;--ion-color-secondary-shade: #009695;--ion-color-secondary-tint: #1ab3b2;--ion-color-tertiary: #5260ff;--ion-color-tertiary-rgb: 82, 96, 255;--ion-color-tertiary-contrast: #ffffff;--ion-color-tertiary-contrast-rgb: 255, 255, 255;--ion-color-tertiary-shade: #4854e0;--ion-color-tertiary-tint: #6370ff;--ion-color-success: #08bb7a;--ion-color-success-rgb: 45, 211, 111;--ion-color-success-contrast: #fff;--ion-color-success-contrast-rgb: 0, 0, 0;--ion-color-success-shade: #07ab6f;--ion-color-success-tint: #11bc7d;--ion-color-warning: #e7b203;--ion-color-warning-rgb: 255, 196, 9;--ion-color-warning-contrast: #fff;--ion-color-warning-contrast-rgb: 0, 0, 0;--ion-color-warning-shade: #c99c09;--ion-color-warning-tint: #ebbb20;--ion-color-danger: #ff3860;--ion-color-danger-rgb: 255, 56, 96;--ion-color-danger-contrast: #ffffff;--ion-color-danger-contrast-rgb: 255, 255, 255;--ion-color-danger-shade: #e03154;--ion-color-danger-tint: #ff4c70;--ion-color-dark: #25252d;--ion-color-dark-rgb: 34, 36, 40;--ion-color-dark-contrast: #9aa1a9;--ion-color-dark-contrast-rgb: 255, 255, 255;--ion-color-dark-shade: #222228;--ion-color-dark-tint: #383a3e;--ion-color-medium: #333b46;--ion-color-medium-rgb: 146, 148, 156;--ion-color-medium-contrast: #ffffff;--ion-color-medium-contrast-rgb: 255, 255, 255;--ion-color-medium-shade: #2d343e;--ion-color-medium-tint: #40434d;--ion-color-light: #9aa1a9;--ion-color-light-rgb: 244, 245, 248;--ion-color-light-contrast: #fff;--ion-color-light-contrast-rgb: 0, 0, 0;--ion-color-light-shade: #d7d8da;--ion-color-light-tint: #f5f6f9;--app-bg-color: #f1f1f1;--van-primary-color: var(--ion-color-primary);--van-slider-inactive-background: var(--app-input-backgroud);--van-divider-border-color: var(--coin-badge-color);--van-image-placeholder-background: transparent !important;--app-bg-color-theme-dark: #18191d;--second-bg-color-theme-dark: var(--color-zinc-900);--third-bg-color-theme-dark: #161b20;--app-border-color: #e9e9ec;--app-border-color-theme-dark: #394552;--border-light-color: var(--app-border-color);--border-lighter-color: #f8f8f8;--border-light-color-theme-dark: var(--app-border-color-theme-dark);--v-color-white: #fff;--v-bar-background: #fff;--v-bar-background-dark: #18191d;--ion-segment-background: #e4e4e5;--app-segment-button-selected-dark: var(--app-bg-color-theme-dark);--app-segment-button-selected-text-dark: var(--ion-color-primary);--app-input-backgroud: #e4e4e5;--app-input-backgroud-dark: var(--app-bg-color-theme-dark);--v-text-muted: var(--color-zinc-500);--v-text-muted2: #7d8184;--v-text-muted-dark: #8b99a3;--v-text-black: #000;--v-main-text-body: #000000;--v-main-text-body-theme-dark: #fff;--ion-background-color: var(--app-bg-color);--ion-padding: 12px;--ion-font-family: var(--app-font-family);--ion-tab-bar-background: var(--v-bar-background);--ion-tab-bar-border-color: var(--border-light-color);--ion-toolbar-background: var(--v-bar-background);--ion-toolbar-border-color: var(--border-light-color);--ion-item-background: var(--v-color-white);--ion-item-border-color: var(--border-light-color);--ion-card-color: var(--v-main-text-body);--ion-text-color: var(--v-main-text-body);--ion-text-color-rgb: 48, 51, 54;--body-font-size: 14px;--body-line-height: 1.5;--separator-color: var(--app-border-color);--separator-dark-color: var(--app-border-color-theme-dark);--input-form-bg: var(--grey-1);--input-form-border: var(--app-border-color);--refresher-color: var(--ion-text-color)}:root ion-textarea,:root ion-input{--background: var(--app-input-backgroud);--border-radius: 6px;--padding-start: 10px;--padding-end: 5px;--placeholder-color: var(--v-text-muted);font-size:14px}:root ion-textarea textarea{scrollbar-width:none}:root ion-textarea textarea::-webkit-scrollbar{display:none}:root ion-label p{color:var(--v-text-muted)}:root ion-badge.outline-primary{--background: none;--color: var(--ion-color-primary);font-weight:lighter;border:1px solid var(--ion-color-primary)}:root ion-segment-button{min-width:30px}:root ion-segment-button::part(indicator-background){background:var(--app-segment-button-selected-dark)}:root .segment-button-checked{color:var(--app-segment-button-selected-text-dark)}body[safe-area=edge-to-edge]{--ion-safe-area-top: var(--app-safe-area-top);--ion-safe-area-left: var(--app-safe-area-left);--ion-safe-area-right: var(--app-safe-area-right);--ion-safe-area-bottom: var(--app-safe-area-bottom)}body[safe-area=edge-to-edge] ion-content{--padding-bottom: var(--app-safe-area-bottom)}body[safe-area=edge-to-edge] .q-fixed-bottom2{padding-bottom:var(--app-safe-area-bottom)}.ios{--ion-font-family: var(--app-font-family)}img{max-width:initial}body[color-theme=light]{--coin-badge-color: #cccccc;--table-item-color: #fff;--input-otp-bg: #ddd;--input-border-color: 1px solid #ddd;--ion-alert-bg: rgba(255, 255, 255, .9)}body[color-theme=light] ion-alert{--background: var(--ion-alert-bg)}body[color-theme=light] ion-action-sheet{--background: var(--v-color-white);--button-background: var(--v-color-white);--button-background-selected: var(--v-color-white)}body[color-theme=light] ion-segment-button::part(indicator-background){background:#fff}body[color-theme=dark]{--coin-badge-color: #383b44;--table-item-color: #25262d;--ion-alert-bg: rgba(37, 38, 45, .9);--ion-segment-background: #383b44;--input-otp-bg: #383b44;--input-border-color: 1px solid #25262d;--van-number-keyboard-background: #25262d;--van-number-keyboard-key-background: #6f6f70;--van-number-keyboard-key-active-color: #515151;--van-slider-inactive-background: var(--app-input-backgroud);--van-divider-border-color: var(--coin-badge-color);--app-input-backgroud: #2e2e36;--app-bg-color: var(--app-bg-color-theme-dark);--app-border-color: #323943;--border-light-color: var(--border-light-color-theme-dark);--border-lighter-color: var(--border-light-color-theme-dark);--separator-color: var(--separator-dark-color);--ion-background-color: var(--app-bg-color-theme-dark);--ion-background-color-rgb: 0, 0, 0;--ion-tab-bar-background: var(--v-bar-background-dark);--ion-tab-bar-border-color: #292a32;--ion-toolbar-background: var(--v-bar-background-dark);--ion-toolbar-border-color: #292a32;--ion-item-background: #25262d;--v-color-white: var(--app-bg-color-theme-dark);--ion-item-border-color: #323943;--v-text-muted: #9aa1a9;--v-text-muted2: #6b7982;--v-text-black: #fff;--ion-text-color: #ffffff;--ion-text-color-rgb: 255, 255, 255;--ion-card-color: var(--v-main-text-body-theme-dark);--v-main-text-body: var(--v-main-text-body-theme-dark);--input-form-bg: #000;--input-form-border: var(--grey-8);--refresher-color: "#fff"}ion-tab-button{--color: var(--v-text-muted-dark);--color-selected: var(--ion-color-primary)}ion-segment{--background: var(--ion-segment-background);min-height:1rem}ion-note{--color: var(--v-text-muted-dark)}ion-label p{color:var(--v-text-muted-dark)}ion-button{min-height:2.3rem;--min-height: 2.3rem}.button-default{--border-radius: .5rem}ion-popover{--width: initial;--min-width: 200px;--background: var(--ion-alert-bg)}ion-popover::part(content){background:var(--ion-alert-bg);-webkit-backdrop-filter:saturate(210%) blur(20px);backdrop-filter:saturate(210%) blur(20px);transform:translateZ(0);will-change:backdrop-filter}ion-checkbox{--size: 1.2rem;--checkbox-background-checked: var(--ion-color-primary)}ion-checkbox::part(label){-webkit-margin-start:.7rem;margin-inline-start:.7rem;-webkit-margin-end:.7rem;margin-inline-end:.7rem}ion-back-button{font-size:15px}.game-checkbox::part(container){border-radius:4px}ion-toggle::part(track){transform:scale(.7)}ion-modal#hintdialog{padding:0 35px;--max-width: 20rem;--border-radius: 8px}ion-modal#minidialog{padding:0 35px;--border-radius: 8px}ion-modal#maxdialog{padding:0 15px;--border-radius: 8px}ion-modal#end-modal,ion-modal#fulldialog{--height: auto}ion-modal#fulldialog,ion-modal#minidialog,ion-modal#hintdialog,ion-modal#maxdialog{--height: fit-content}ion-modal#fulldialog::part(content),ion-modal#minidialog::part(content),ion-modal#hintdialog::part(content),ion-modal#maxdialog::part(content){background:var(--ion-alert-bg);-webkit-backdrop-filter:saturate(210%) blur(20px);backdrop-filter:saturate(210%) blur(20px);transform:translateZ(0);will-change:backdrop-filter}ion-modal#fulldialog .ion-page,ion-modal#minidialog .ion-page,ion-modal#hintdialog .ion-page,ion-modal#maxdialog .ion-page{background:transparent}ion-modal#fulldialog .close-button,ion-modal#minidialog .close-button,ion-modal#hintdialog .close-button,ion-modal#maxdialog .close-button{position:absolute;top:10px;right:10px;background:none;border:none;color:var(--v-text-muted);font-size:20px}ion-modal#transparentdialog{background-color:transparent;--background: transparent}ion-toast::part(button){font-size:14px}ion-menu{--background: transparent}ion-menu ion-toolbar{--background: #25262d}ion-menu ion-content{background:var(--ion-alert-bg);--background: transparent;-webkit-backdrop-filter:saturate(210%) blur(20px);backdrop-filter:saturate(210%) blur(20px)}ion-item{--min-height: 3.5rem}ion-alert::part(base),ion-alert::part(content){outline:none!important}.alert-wrapper.sc-ion-alert-ios{background:var(--ion-alert-bg)!important;-webkit-backdrop-filter:saturate(210%) blur(20px);backdrop-filter:saturate(210%) blur(20px);outline:none!important;box-shadow:none!important}.alert-wrapper.sc-ion-alert-ios:focus,.alert-wrapper.sc-ion-alert-ios:focus-visible,.alert-wrapper.sc-ion-alert-ios:focus-within{outline:none!important;box-shadow:none!important}.alert-wrapper.sc-ion-alert-ios .alert-button .sc-ion-alert-ios{font-size:1rem}.button-small{font-size:.9rem;--border-radius: .4rem}.sc-ion-loading-ios-h{--background: transparent}.van-slider .chip-button{width:22px;height:22px;display:flex;align-items:center;justify-content:center;cursor:grab;touch-action:none;-webkit-user-select:none;-moz-user-select:-moz-none;user-select:none}.van-slider .chip-button img{max-width:100%}.ios body[color-theme=dark]{--ion-text-color: #ffffff;--ion-text-color-rgb: 255, 255, 255;--ion-color-step-50: #0d0d0d;--ion-color-step-100: #1a1a1a;--ion-color-step-150: #262626;--ion-color-step-200: #333333;--ion-color-step-250: #404040;--ion-color-step-300: #4d4d4d;--ion-color-step-350: #595959;--ion-color-step-400: #666666;--ion-color-step-450: #737373;--ion-color-step-500: #808080;--ion-color-step-550: #8c8c8c;--ion-color-step-600: #999999;--ion-color-step-650: #a6a6a6;--ion-color-step-700: #b3b3b3;--ion-color-step-750: #bfbfbf;--ion-color-step-800: #cccccc;--ion-color-step-850: #d9d9d9;--ion-color-step-900: #e6e6e6;--ion-color-step-950: #f2f2f2}.v-bg-white{background-color:var(--v-color-white)}.wee-alert-danger .alert-message.sc-ion-alert-md,.wee-alert-danger .alert-message.sc-ion-alert-ios{color:var(--ion-color-danger)}.wee-alert-warning .alert-message.sc-ion-alert-md,.wee-alert-warning .alert-message.sc-ion-alert-ios{color:var(--ion-color-warning)}.wee-image-border-success{padding:1px;border:2px solid var(--ion-color-success)}.wee-image-border-danger{padding:1px;border:2px solid var(--ion-color-danger)}.wee-image-border-primary{padding:1px;border:2px solid var(--ion-color-primary)}.wee-image-border-light{padding:1px;border:2px solid var(--ion-color-light)}.wee-image-border-medium{padding:1px;border:2px solid var(--ion-color-medium)}.wee-avatar-50{width:50px;height:50px}.bg-transparent{background:transparent!important}.no-border-radius{border-radius:0!important}.border-radius-5{border-radius:5px!important}.border-radius-10{border-radius:10px!important}.holder-card-radius{border-radius:30px 30px 0 0/30px 30px 0px 0px}.app-border,.q-app-border{border:1px solid var(--app-border-color)!important}.app-border-top{border-top:1px solid var(--app-border-color)!important}.app-border-bottom{border-bottom:1px solid var(--app-border-color)!important}.app-border-top-bottom{border-top:1px solid var(--app-border-color)!important;border-bottom:1px solid var(--app-border-color)!important}.app-border-light{border:1px solid var(--border-light-color)!important}.app-border-light-top{border-top:1px solid var(--border-light-color)!important}.app-border-light-bottom{border-bottom:1px solid var(--border-light-color)!important}.app-border-light-top-bottom{border-bottom:1px solid var(--border-light-color)!important;border-top:1px solid var(--border-light-color)!important}.app-border-lighter{border:1px solid var(--border-lighter-color)!important}.app-border-lighter-top{border-top:1px solid var(--border-lighter-color)!important}.app-border-lighter-bottom{border-bottom:1px solid var(--border-lighter-color)!important}.app-border-lighter-top-bottom{border-bottom:1px solid var(--border-lighter-color)!important;border-top:1px solid var(--border-lighter-color)!important}.bg-separator{background-color:var(--app-border-color)}.bg-separator-light{background-color:var(--border-light-color)}.bg-separator-lighter{background-color:var(--border-lighter-color)}.no-shadow{box-shadow:none!important}.test-border{border:1px solid #2dd36f}.input-border{border:var(--input-border-color)}.form-input{border:1px solid var(--input-form-border)!important;border-radius:4px;padding:10px;margin:10px 0;background-color:var(--input-form-bg)!important;font-family:BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif}.app-modal-content{height:100vh;overflow:scroll;padding-bottom:25%}.card-clear{box-shadow:none!important;margin:0!important;padding:0!important}.app-ripple-parent{position:relative;overflow:hidden;border-radius:5px}.report-header-holder{background:var(--ion-color-primary);background:-webkit-linear-gradient(to bottom,var(--ion-color-primary),#38ef7d);background:linear-gradient(to bottom,var(--ion-color-primary),#38ef7d);height:150px}body[color-theme=dark] .report-header-holder{background:var(--second-bg-color-theme-dark);background:-webkit-linear-gradient(to bottom,var(--second-bg-color-theme-dark),#475566);background:linear-gradient(to bottom,var(--second-bg-color-theme-dark),#475566);height:150px}.refresher{--color: var(--refresher-color)}.user-active-badge{top:50px;left:55px;background-color:#2dd36f;opacity:.8;width:12px;height:12px;border-radius:100%}.avatar-top{margin:16px 16px auto 0}.plugin-web-update-notice-content{background-color:var(--table-item-color)!important;color:var(--ion-text-color)!important}.plugin-web-update-notice-refresh-btn{color:var(--ion-color-primary)!important}.app-tab-bar ion-label{font-size:.87rem}.coin-badge{background-color:var(--coin-badge-color)}.table-item{background-color:var(--table-item-color)}.table-item .processbr{border-color:var(--coin-badge-color)}.sc-ion-input-ios-h{min-height:35px!important}.text-muted{color:var(--v-text-muted)}.text-muted2{color:var(--v-text-muted2)}.gs-menu-popover ion-item{--min-height: 3rem;--background: transparent;font-size:1.1rem}.custom-alert{outline:none!important;box-shadow:none!important}.custom-alert:focus,.custom-alert:focus-visible,.custom-alert:focus-within{outline:none!important;box-shadow:none!important}.custom-alert .alert-wrapper{outline:none!important;box-shadow:none!important}.custom-alert .alert-wrapper:focus,.custom-alert .alert-wrapper:focus-visible,.custom-alert .alert-wrapper:focus-within{outline:none!important;box-shadow:none!important}.custom-alert .alert-button-group{padding:10px;gap:8px}.custom-alert .alert-button-group button{flex:1;height:28px!important;border:none!important;min-width:initial!important;border-radius:5px!important;outline:none!important}.custom-alert .alert-button-group button:focus,.custom-alert .alert-button-group button:focus-visible{outline:none!important;box-shadow:none!important}.custom-alert .alert-button-inner.sc-ion-alert-ios{font-size:13px!important}.custom-alert .alert-button-confirm{background-color:var(--ion-color-primary)!important;color:var(--ion-color-primary-contrast)!important}.custom-alert .alert-button-cancel{background-color:var(--ion-color-medium)!important;color:var(--ion-color-medium-contrast)!important}.custom-alert .alert-button-confirm.ion-activated{background-color:var(--ion-color-primary-tint)!important}.light-sub .alert-sub-title{color:var(--ion-color-primary)!important}.table-item{background-image:url(/img/table-item-bg.png);background-repeat:no-repeat;background-position:right bottom;background-size:contain}.van-number-keyboard .van-key{cursor:pointer;-moz-user-select:-moz-none;user-select:none;-webkit-user-select:none;pointer-events:auto!important}
