#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border-color:#29d transparent transparent #29d;border-style:solid;border-width:2px;border-radius:50%;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:hsl(6,78%,57%);--toastify-color-transparent:rgba(255,255,255,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,0.1);--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.react-custom-components-ui-smHeight{height:24px}.react-custom-components-ui-mdHeight{height:32px}.react-custom-components-ui-lgHeight{height:40px}.react-custom-components-ui-xlHeight{height:48px}.react-custom-components-ui-xl2Height{height:56px}.react-custom-components-ui-xxxxxxsWidth{width:64px}.react-custom-components-ui-xxxxxsWidth{width:96px}.react-custom-components-ui-xxxxsWidth{width:128px}.react-custom-components-ui-xxxsWidth{width:160px}.react-custom-components-ui-xxsWidth{width:192px}.react-custom-components-ui-xsWidth{width:224px}.react-custom-components-ui-smWidth{width:256px}.react-custom-components-ui-mdWidth{width:288px}.react-custom-components-ui-lgWidth{width:320px}.react-custom-components-ui-xlWidth{width:352px}.react-custom-components-ui-xl2Width{width:384px}.react-custom-components-ui-fullWidth{width:100%}.react-custom-components-ui-xxsRounded{border-radius:2px}.react-custom-components-ui-xsRounded{border-radius:4px}.react-custom-components-ui-smRounded{border-radius:6px}.react-custom-components-ui-mdRounded{border-radius:8px}.react-custom-components-ui-lgRounded{border-radius:12px}.react-custom-components-ui-xlRounded{border-radius:16px}.react-custom-components-ui-xl2Rounded{border-radius:24px}.react-custom-components-ui-fullRounded{border-radius:9999px}.react-custom-components-ui-smShadow{box-shadow:0 1px 2px 0 rgb(0 0 0/.05)}.react-custom-components-ui-mdShadow{box-shadow:0 4px 6px -1px rgb(0 0 0/.1),0 2px 4px -2px rgb(0 0 0/.1)}.react-custom-components-ui-lgShadow{box-shadow:0 10px 15px -3px rgb(0 0 0/.1),0 4px 6px -4px rgb(0 0 0/.1)}.react-custom-components-ui-xlShadow{box-shadow:0 20px 25px -5px rgb(0 0 0/.1),0 8px 10px -6px rgb(0 0 0/.1)}.react-custom-components-ui-xl2Shadow{box-shadow:0 25px 50px -12px rgb(0 0 0/.25)}.react-custom-components-ui-switch-container{display:flex;align-items:center}.react-custom-components-ui-switch-checkbox{height:0;width:0;visibility:hidden}.react-custom-components-ui-switch-label{display:flex;align-items:center;justify-content:space-between;cursor:pointer;position:relative;transition:background-color .2s}.react-custom-components-ui-switch-label .react-custom-components-ui-switch-button{content:"";position:absolute;transition:.2s;box-shadow:0 0 2px 0 rgba(10,10,10,.29)}.react-custom-components-ui-switch-checkbox:checked+.react-custom-components-ui-switch-label .react-custom-components-ui-switch-button{left:calc(100% - 2px);transform:translateX(-100%)}.react-custom-components-ui-switch-label:active .react-custom-components-ui-switch-button{width:25px}.progress-bar-badge-position{left:calc(var(--badge-percentage,0%) - 12px)}@media (min-width:768px){.progress-bar-badge-position{left:calc(var(--badge-percentage,0%) - 14px)}}.progress-bar-badge-full{left:calc(100% - 24px)!important;transition-property:left!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.7s!important;transition-timing-function:cubic-bezier(0,0,.2,1)!important}@media (min-width:768px){.progress-bar-badge-full{left:calc(100% - 28px)!important}}body{background-color:rgb(255 255 255/var(--tw-bg-opacity,1));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dark body,body{--tw-bg-opacity:1}.dark body{background-color:rgb(30 30 31/var(--tw-bg-opacity,1))}body.mobile-menu-open,body.mobile-menu-open html{overflow:hidden!important;position:fixed!important;width:100%!important;height:100%!important;touch-action:none!important}.product-card-container{display:flex;cursor:pointer;flex-direction:column;gap:.5rem;border-radius:.5rem;border-width:1.11px;border-color:var(--border-light-tertiary);background-color:var(--bg-light-primary);padding:.5rem}.dark .product-card-container{border-color:var(--border-light-tertiary);background:linear-gradient(0deg,rgba(30,30,31,0) 71%,rgba(30,30,31,1) 94%),var(--bg-dark-secondary)}.product-card-image-contain{height:235px;width:100%;overflow:hidden;border-radius:.5rem}.product-card-image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s}.group:hover .product-card-image{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.product-card-discount-badge{position:absolute;top:11px;right:11px;display:flex;height:1.25rem;width:28px;flex-shrink:0;align-items:center;justify-content:center;border-radius:.25rem;background-color:var(--color-success);padding-left:.5rem;padding-right:.5rem;font-size:10px;font-weight:700;line-height:1;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));--tw-shadow:0px 6px 12px rgba(60,179,57,0.35);--tw-shadow-colored:0px 6px 12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.product-card-discount-badge-title{position:absolute;bottom:-.5rem;left:50%;height:0;width:0;--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-left-width:14px;border-right-width:14px;border-top-width:10px;border-left-color:transparent;border-right-color:transparent;border-top-color:var(--color-success)}.product-card-content{display:flex;width:100%;flex-direction:column;align-items:center;gap:.5rem;border-bottom-width:1px;padding-bottom:10px}.dark .product-card-content{border-bottom-color:var(--border-dark-primary)}.product-card-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;height:2.39em;width:20ch;min-width:0;max-width:100%;overflow:hidden;text-wrap:balance;overflow-wrap:break-word;text-align:center;font-size:1rem;line-height:1.5rem;font-weight:700;line-height:1.193359375em;color:var(--text-light-primary)}.dark .product-card-title{color:var(--text-dark-primary)}.product-card-stars{display:flex;align-items:center;justify-content:flex-start;gap:7.91px}.product-card-price-container{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.25rem}.product-card-price-content{display:flex;align-items:center;justify-content:center;gap:.5rem}.product-card-price{text-align:center;font-size:1rem;line-height:1.5rem;font-weight:700;line-height:1.25em;color:var(--color-orange-yellow)}.product-card-price-old{margin-bottom:-2px;text-align:center;font-size:.75rem;line-height:1rem;font-weight:400;line-height:1.6666666666666667em;color:var(--text-light-discount);text-decoration-line:line-through}.dark .product-card-price-old{color:var(--text-dark-muted)}.product-card-cart-button-container{display:flex;width:100%;flex-direction:row;align-items:center;justify-content:space-between;gap:.375rem}.product-card-cart-button{display:flex;height:2.5rem;width:100%;align-items:center;justify-content:center;gap:10px;border-radius:.5rem;--tw-bg-opacity:1;background-color:rgb(255 85 1/var(--tw-bg-opacity,1));padding:7px 15px;font-size:.875rem;line-height:1.25rem;font-weight:500;line-height:1.4285714285714286em;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.product-card-cart-button:hover{opacity:.9}.product-card-mobile-discount-badge{position:relative;margin-bottom:.75rem;display:flex;height:1.25rem;width:28px;flex-shrink:0;align-items:center;justify-content:center;border-radius:.25rem;background-color:var(--color-success);padding-left:.5rem;padding-right:.5rem;font-size:10px;font-weight:700;line-height:1;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));--tw-shadow:0px 6px 12px rgba(60,179,57,0.35);--tw-shadow-colored:0px 6px 12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.product-card-mobile-discount-badge-title{position:absolute;bottom:-.5rem;left:50%;height:0;width:0;--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-left-width:14px;border-right-width:14px;border-top-width:10px;border-left-color:transparent;border-right-color:transparent;border-top-color:var(--color-success)}.product-card-mobile-container{position:relative;display:flex;height:100px;width:100%;cursor:pointer;flex-direction:row;gap:11px;overflow:hidden;border-radius:.5rem;border-width:1px;border-color:var(--border-light-quaternary);background-color:var(--bg-light-primary);padding:11px}@media (min-width:768px){.product-card-mobile-container{display:none}}.product-card-mobile-link{display:flex;flex:1 1 0%;gap:11px}.product-card-mobile-image-container{position:relative;height:100%;width:74px;flex-shrink:0;overflow:hidden}.product-card-mobile-image{height:100%;width:100%;border-radius:.5rem;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.product-card-mobile-content-wrapper{display:flex;flex:1 1 0%;gap:.75rem}.product-card-mobile-content-section{display:flex;flex:1 1 0%;flex-direction:column;gap:.25rem;border-right-width:1px;border-right-color:var(--border-light-primary);padding-right:.75rem}.dark .product-card-mobile-content-section{border-right-color:var(--border-dark-primary)}.product-card-mobile-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;height:38px;min-width:0;overflow:hidden;text-wrap:balance;overflow-wrap:break-word;font-size:1rem;line-height:1.5rem;font-weight:700;line-height:19.1px;color:var(--text-light-primary)}.dark .product-card-mobile-title{text-wrap:balance;color:var(--text-dark-primary)}.product-card-mobile-price-container{display:flex;align-items:center;gap:.375rem}.product-card-mobile-price-wrapper{display:flex;flex-direction:column;gap:.125rem}.product-card-mobile-price-old{font-size:.75rem;line-height:1rem;line-height:1;color:rgb(255 255 255/.4);text-decoration-line:line-through}.product-card-mobile-price-old:is(.dark *){color:rgb(255 255 255/.4)}.product-card-mobile-price{font-size:1rem;line-height:1.5rem;font-weight:700;line-height:1.25;color:var(--color-orange-yellow)}.product-card-mobile-button,.product-card-mobile-button-container{display:flex;align-items:center;justify-content:center}.product-card-mobile-button{white-space:nowrap;border-radius:.5rem;background-color:var(--color-info);padding:.5rem 1.25rem;font-size:.75rem;line-height:1rem;font-weight:500;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.user-listing-card-container{position:relative;display:flex;min-height:360px;flex-direction:column;gap:.5rem;border-radius:.5rem;background-color:var(--bg-light-primary);background-repeat:no-repeat;padding:.5rem;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;--tw-ring-color:var(--border-light-quaternary)}.user-listing-card-container:hover{--tw-ring-color:var(--color-purple)}.dark .user-listing-card-container{background-color:var(--bg-dark-secondary);--tw-ring-color:var(--border-light-tertiary)}.user-listing-card-image-container{position:relative;height:202px;overflow:hidden;border-radius:.5rem}.user-listing-card-image-skeleton{position:absolute;inset:0;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.5rem;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.user-listing-card-image-skeleton:is(.dark *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.user-listing-card-image-error{display:flex;height:226px;width:100%;align-items:center;justify-content:center;border-radius:.5rem;--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.user-listing-card-image-error:is(.dark *){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.user-listing-card-image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s}.group:hover .user-listing-card-image{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.user-listing-card-discount-badge-container{position:absolute;bottom:10px;right:10px}.user-listing-card-discount-badge{position:relative;display:flex;align-items:center;gap:.25rem;overflow:hidden;border-radius:9999px;background-color:var(--color-success);padding:.375rem .75rem}.user-listing-card-discount-badge-shimmer{position:absolute;inset:0;--tw-translate-x:-100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));animation:shimmer 3s infinite;border-radius:9999px;background-image:linear-gradient(90deg,transparent,rgba(255,255,255,.3) 50%,transparent)}.user-listing-card-discount-badge-text{position:relative;z-index:10;font-size:10px;font-weight:600;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.user-listing-card-auto-delivery-badge-container{position:absolute;bottom:10px;right:10px}.user-listing-card-auto-delivery-badge{display:flex;align-items:center;justify-content:center;border-radius:9999px;background-color:var(--color-info);padding:.375rem .75rem}.user-listing-card-auto-delivery-badge-text{white-space:nowrap;font-size:10px;font-weight:400;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.user-listing-card-content{display:flex;flex:1 1 0%;flex-direction:column;align-items:center;gap:.5rem}.user-listing-card-category-container{display:flex;align-items:center;gap:.375rem}.user-listing-card-category-icon{display:flex;height:1.5rem;width:1.5rem;align-items:center;justify-content:center;border-radius:.25rem}.user-listing-card-category-text{font-size:14px;font-weight:400;color:var(--text-light-secondary)}.dark .user-listing-card-category-text{color:var(--text-dark-primary)}.user-listing-card-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;width:100%;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;overflow-wrap:break-word;text-align:center;font-size:14px;font-weight:500;line-height:1rem;color:var(--text-light-secondary)}@media (min-width:768px){.user-listing-card-title{min-height:34px}}.dark .user-listing-card-title{color:var(--text-dark-primary)}.user-listing-card-price-container{margin-top:-3px;display:flex;flex-direction:row;align-items:center;gap:.5rem}.user-listing-card-price-old{font-size:12px;font-weight:400;line-height:20px;color:rgb(255 255 255/.4);text-decoration-line:line-through}.user-listing-card-price{font-size:16px;font-weight:700;line-height:20px;color:var(--color-orange-yellow)}.user-listing-card-footer{position:relative;border-top-width:1px;border-top-color:var(--border-light-primary);padding-top:.5rem}.dark .user-listing-card-footer{border-top-color:var(--border-dark-primary)}.user-listing-card-footer-default{display:flex;align-items:center;justify-content:space-between;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.group:hover .user-listing-card-footer-default{opacity:0}.user-listing-card-footer-seller{display:flex;align-items:center;gap:.5rem}.user-listing-card-footer-avatar{position:relative;height:38px;width:38px;flex-shrink:0;overflow:hidden;border-radius:.5rem}.user-listing-card-footer-seller-info{display:flex;flex-direction:column}.user-listing-card-footer-seller-type{font-size:12px;font-weight:400;line-height:17px;color:var(--color-orange-yellow)}.user-listing-card-footer-seller-name{max-width:55px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;line-height:17px;color:var(--text-light-secondary)}@media (min-width:380px){.user-listing-card-footer-seller-name{max-width:75px}}@media (min-width:768px){.user-listing-card-footer-seller-name{max-width:100px}}.dark .user-listing-card-footer-seller-name{color:var(--text-dark-primary)}.user-listing-card-footer-badge-container{flex-shrink:0}.user-listing-card-footer-badge{position:relative;height:24px;width:24px}@media (min-width:768px){.user-listing-card-footer-badge{height:32px;width:32px}}.user-listing-card-footer-hover{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding-top:.75rem;opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.group:hover .user-listing-card-footer-hover{opacity:1}.user-listing-card-footer-hover-button{display:flex;width:100%;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;background-color:var(--color-purple);padding:.5rem 1rem}.user-listing-card-footer-hover-button-text{font-size:14px;font-weight:700;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.bg-slider-section{position:relative;display:flex;max-height:361px;min-height:350px;flex-direction:column;justify-content:space-between;overflow:hidden}@media (min-width:768px){.bg-slider-section{height:55vh;max-height:500px;min-height:420px}}@media (min-width:1024px){.bg-slider-section{height:55vh;max-height:625px;min-height:590px}}.bg-slider-background-container,.bg-slider-background-item{position:absolute;inset:0;z-index:1}.bg-slider-background-item{transition-property:none}.bg-slider-background-item-active{z-index:2;opacity:1;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s;transition-timing-function:cubic-bezier(0,0,.2,1)}.bg-slider-background-item-inactive{pointer-events:none;opacity:0;transition-property:none}.bg-slider-background-image{-o-object-fit:cover;object-fit:cover}.bg-slider-background-video{pointer-events:none;position:absolute;inset:0;z-index:0;height:100%;width:100%;transform:translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));-o-object-fit:cover;object-fit:cover;transition-property:opacity;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1);will-change:opacity;backface-visibility:hidden;contain:layout style paint;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.bg-slider-dark-overlay{pointer-events:none;position:absolute;inset:0;z-index:1;background-color:rgb(0 0 0/.3)}.bg-slider-gradient-overlay{position:absolute;inset:0;z-index:2;background-image:linear-gradient(270deg,rgba(0,0,0,0),rgba(0,0,0,.81) 119.09%)}.bg-slider-content-wrapper{display:flex;height:100%;flex-direction:column;gap:1.25rem;padding-top:25px;padding-bottom:45px}@media (min-width:768px){.bg-slider-content-wrapper{padding-top:45px}}.bg-slider-story-area-wrapper{position:relative;z-index:3;min-height:68px}@media (min-width:768px){.bg-slider-story-area-wrapper{height:auto}}.bg-slider-story-area-wrapper section,.bg-slider-story-area-wrapper section>div,.bg-slider-story-area-wrapper section>div>div{background-color:transparent}.bg-slider-story-area-wrapper:is(.dark *) section{background-color:transparent}.bg-slider-content-container{position:relative;z-index:1;flex-shrink:0}.bg-slider-content-item{display:flex;max-width:800px;flex-direction:column;gap:10px;transition-property:opacity;transition-duration:1s;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (min-width:768px){.bg-slider-content-item{gap:1rem}}@media (min-width:1280px){.bg-slider-content-item{gap:24px}}.bg-slider-content-item-active{position:relative;z-index:1;opacity:1}.bg-slider-content-item-inactive{pointer-events:none;position:absolute;top:0;left:1rem;z-index:0;opacity:0}.bg-slider-title-container{display:flex;flex-direction:column;gap:.75rem}.bg-slider-main-title{white-space:normal;background-clip:text;font-size:24px;font-weight:700;line-height:1.3;letter-spacing:.025em;color:transparent}@media (min-width:768px){.bg-slider-main-title{font-size:35px;line-height:1.5}}@media (min-width:1280px){.bg-slider-main-title{font-size:50px}}.bg-slider-main-title{background:linear-gradient(92.5deg,rgb(246,244,243) 1.27%,rgb(190,180,168) 82.8%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.bg-slider-subtitle{margin-top:-10px;margin-bottom:-10px;white-space:normal;background-clip:text;font-size:24px;font-weight:700;line-height:1.3;letter-spacing:.025em;color:transparent}@media (min-width:768px){.bg-slider-subtitle{margin-top:-20px;margin-bottom:-20px;font-size:40px;line-height:1.5}}@media (min-width:1280px){.bg-slider-subtitle{margin-top:-25px;margin-bottom:-25px;font-size:50px}}.bg-slider-subtitle{background:linear-gradient(92.5deg,rgb(249,138,0) 1.27%,rgb(218,95,41) 82.8%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.bg-slider-main-content{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;height:50px;font-size:13px;font-weight:400;line-height:1.3;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(213 207 199/var(--tw-text-opacity,1))}@media (min-width:768px){.bg-slider-main-content{height:67px;font-size:16px}}@media (min-width:1280px){.bg-slider-main-content{font-size:18px}}.bg-slider-sub-content{display:flex;width:-moz-fit-content;width:fit-content;align-items:center;padding:.5rem .75rem;font-size:10px;font-weight:700;letter-spacing:.025em;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}@media (min-width:768px){.bg-slider-sub-content{font-size:1rem;line-height:1.5rem}}.bg-slider-cta-button{position:relative;isolation:isolate;z-index:20;display:flex;height:2.75rem;width:-moz-fit-content;width:fit-content;min-width:-moz-fit-content;min-width:fit-content;max-width:100%;cursor:pointer;flex-direction:row;align-items:center;justify-content:center;gap:.25rem;border-radius:16px;border-width:1px;--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1));background-color:rgb(255 255 255/.1);padding:.75rem 1rem;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (min-width:380px){.bg-slider-cta-button{width:140px}}@media (min-width:768px){.bg-slider-cta-button{height:46px;gap:.5rem;padding:1rem 1.5rem}}.bg-slider-cta-button:after{content:"";pointer-events:none;position:absolute;inset:-1px;z-index:10;border-radius:16px;padding:1px;opacity:0;transition-property:opacity;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);background:linear-gradient(180deg,transparent,rgba(255,255,255,.5));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.bg-slider-cta-button:hover:after{opacity:1}.bg-slider-cta-button:hover{width:-moz-fit-content;width:fit-content;max-width:100%;border-color:transparent;--tw-bg-opacity:1;background-color:rgb(255 85 0/var(--tw-bg-opacity,1));box-shadow:inset 0 -20px 30px -10px rgba(255,172,131,.6)}@media (max-width:379px){.bg-slider-cta-button:hover{width:-moz-fit-content;width:fit-content;max-width:144px}}@media (min-width:768px){.bg-slider-cta-button:hover{width:-moz-fit-content;width:fit-content;padding-left:26px;padding-right:26px;gap:12px}}.bg-slider-cta-button-text{position:relative;z-index:10;white-space:nowrap;font-size:.875rem;line-height:1.25rem;font-weight:700}@media (min-width:768px){.bg-slider-cta-button-text{font-size:1rem;line-height:1.5rem}}.bg-slider-cta-button-text{line-height:24px;background:linear-gradient(90deg,#FFFFFF,#FFFFFF);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.bg-slider-cta-arrow{position:relative;z-index:10;display:flex;height:14px;width:14px;align-items:center;justify-content:center}@media (min-width:768px){.bg-slider-cta-arrow{height:18px;width:18px}}.bg-slider-cta-arrow svg{height:100%;width:100%;--tw-translate-y:-1px;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;transition-timing-function:ease;stroke:#FFFFFF;stroke-width:1.35px}.bg-slider-cta-arrow svg,.bg-slider-cta-button:hover .bg-slider-cta-arrow svg{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.bg-slider-cta-button:hover .bg-slider-cta-arrow svg{--tw-translate-x:2px;--tw-translate-y:-1px}.bg-slider-bottom-nav{position:relative;z-index:1;width:100%;padding-left:1rem}.bg-slider-scrollable-area{cursor:grab;overflow-x:auto}.bg-slider-scrollable-area:active{cursor:grabbing}.bg-slider-scrollable-area{scrollbar-width:none;-ms-overflow-style:none}.bg-slider-scrollable-area::-webkit-scrollbar{display:none}.bg-slider-pagination-wrapper{margin-left:-1rem;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;padding-left:1rem;margin-right:calc(50% - 50vw);padding-right:calc(-50% + 1rem + 50vw);scrollbar-width:none;-ms-overflow-style:none}.bg-slider-pagination-wrapper::-webkit-scrollbar{display:none}.bg-slider-pagination-container{display:flex;gap:1rem}.bg-slider-pagination-container::-webkit-scrollbar{display:none}.bg-slider-pagination-button{position:relative;height:95px;min-width:310px;flex-shrink:0;overflow:hidden;border-radius:.75rem;--tw-bg-opacity:1;background-color:rgb(36 36 40/var(--tw-bg-opacity,1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.bg-slider-pagination-image-container{position:absolute;inset:0;z-index:20;border-radius:.5rem}.bg-slider-pagination-image{-o-object-fit:cover;object-fit:cover}.bg-slider-pagination-background,.bg-slider-pagination-expanding-bg{position:absolute;inset:0;z-index:10;border-radius:.75rem}.bg-slider-pagination-expanding-bg{overflow:hidden;transition-property:opacity,clip-path;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s;transition-timing-function:cubic-bezier(0,0,.2,1);transition-duration:.6s,.7s}.bg-slider-pagination-wave{pointer-events:none;position:absolute;top:0;right:0;bottom:0;z-index:11;width:55%;animation:bg-slider-wave-right-to-left 1.2s ease-out forwards;border-radius:inherit;background:linear-gradient(90deg,transparent 0,color-mix(in srgb,var(--pagination-wave-color,#fff) 15%,transparent) 25%,color-mix(in srgb,var(--pagination-wave-color,#fff) 35%,transparent) 50%,color-mix(in srgb,var(--pagination-wave-color,#fff) 15%,transparent) 75%,transparent 100%)}@keyframes bg-slider-wave-right-to-left{0%{transform:translateX(0);opacity:.6}50%{opacity:1}to{transform:translateX(-200%);opacity:.6}}.bg-slider-pagination-text{position:absolute;top:2rem;right:0;z-index:50;display:flex;width:100%;max-width:200px;align-items:center;justify-content:flex-start;padding-right:2.5rem;font-size:1.25rem;line-height:1.75rem;font-weight:700;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.bg-slider-pagination-circle-button{position:absolute;top:50%;right:-26px;z-index:50;height:48px;width:48px;--tw-translate-y:-50%;border-radius:9999px;padding:.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.5s}.bg-slider-pagination-circle-button,.bg-slider-pagination-circle-button-visible{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.bg-slider-pagination-circle-button-visible{--tw-scale-x:1;--tw-scale-y:1;opacity:1}.bg-slider-pagination-circle-button-hidden{--tw-scale-x:0;--tw-scale-y:0;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:0}.bg-slider-pagination-circle-inner{height:100%;width:100%;border-radius:9999px}.bg-slider-mobile-pagination{position:absolute;bottom:2rem;left:50%;z-index:10;display:flex;--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));align-items:center;justify-content:center;gap:.5rem}@media not all and (min-width:768px){.bg-slider-mobile-pagination{display:flex}}@media (min-width:768px){.bg-slider-mobile-pagination{display:none}}.bg-slider-mobile-pagination-dot{height:.5rem;width:.5rem;cursor:pointer;border-radius:9999px;background-color:rgb(255 255 255/.3);padding:0;outline:2px solid transparent;outline-offset:2px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.bg-slider-mobile-pagination-dot:hover{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));background-color:rgb(255 255 255/.5)}.bg-slider-mobile-pagination-dot-active{height:.5rem;width:24px;--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.game-favorite-epin-section{position:relative;z-index:2;display:flex;min-height:480px;align-items:baseline;background-size:cover;background-position:50%;background-repeat:no-repeat}@media (min-width:640px){.game-favorite-epin-section{min-height:650px;align-items:center}}.game-favorite-epin-content-wrapper{position:relative;z-index:1}.game-favorite-epin-category-container{pointer-events:none;position:absolute;inset:0;--tw-scale-x:0.99;--tw-scale-y:0.99;opacity:0;transition-property:opacity;transition-property:transform;transition-delay:0s;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.game-favorite-epin-category-container,.game-favorite-epin-category-container-active{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.game-favorite-epin-category-container-active{pointer-events:auto;position:relative;--tw-scale-x:1;--tw-scale-y:1;opacity:1;transition-delay:.15s}.game-favorite-epin-category-container-active .game-favorite-epin-grid>*{animation:epinCardFadeIn .5s cubic-bezier(.34,1.56,.64,1) forwards;opacity:0}.game-favorite-epin-category-container-active .game-favorite-epin-grid>:first-child{animation-delay:0s}.game-favorite-epin-category-container-active .game-favorite-epin-grid>:nth-child(2){animation-delay:40ms}.game-favorite-epin-category-container-active .game-favorite-epin-grid>:nth-child(3){animation-delay:80ms}.game-favorite-epin-category-container-active .game-favorite-epin-grid>:nth-child(4){animation-delay:.12s}.game-favorite-epin-category-container-active .game-favorite-epin-grid>:nth-child(5){animation-delay:.16s}.game-favorite-epin-category-container-active .game-favorite-epin-grid>:nth-child(6){animation-delay:.2s}.game-favorite-epin-category-container-active .game-favorite-epin-grid>:nth-child(7){animation-delay:.24s}.game-favorite-epin-category-container-active .game-favorite-epin-grid>:nth-child(8){animation-delay:.28s}.game-favorite-epin-category-container-active .game-favorite-epin-grid>:nth-child(n+9){animation-delay:.32s}@keyframes epinCardFadeIn{0%{opacity:0;transform:translateY(16px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.game-favorite-epin-grid{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:.25rem}@media (min-width:640px){.game-favorite-epin-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:.5rem}}@media (min-width:768px){.game-favorite-epin-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}}@media (min-width:1024px){.game-favorite-epin-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (min-width:1280px){.game-favorite-epin-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}.epin-card-container{position:relative;display:flex;width:100%;max-width:200px;flex-direction:column;align-items:center;gap:11px;border-radius:7px;border-width:1px;border-color:rgba(106,106,149,.15);--tw-bg-opacity:1;background-color:rgb(30 30 31/var(--tw-bg-opacity,1));padding:11px}@media (min-width:640px){.epin-card-container{max-width:228px;gap:13px;border-radius:9px;padding:13px}}.epin-card-image{position:relative;display:block;aspect-ratio:169/181;width:100%;overflow:hidden;border-radius:7px;--tw-bg-opacity:1;background-color:rgb(45 45 47/var(--tw-bg-opacity,1))}@media (min-width:640px){.epin-card-image{aspect-ratio:201/216;border-radius:.5rem}}.epin-card-quantity-btn{display:flex;height:18px;width:18px;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(45 45 47/var(--tw-bg-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.epin-card-quantity-btn:active,.epin-card-quantity-btn:hover{--tw-bg-opacity:1;background-color:rgb(61 61 63/var(--tw-bg-opacity,1))}.epin-card-quantity-btn:disabled{opacity:.5}.listing-section{position:relative;z-index:1;padding-top:1.25rem;padding-bottom:1.25rem}@media (min-width:768px){.listing-section{padding-top:2.5rem;padding-bottom:2.5rem}}.listing-section-tabs-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;overflow:hidden;border-radius:.5rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding-left:.5rem;padding-right:.5rem}.listing-section-tabs-container:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 30 31/var(--tw-bg-opacity,1))}@media (min-width:640px){.listing-section-tabs-container{padding:1rem}}@media (min-width:768px){.listing-section-tabs-container{height:58px;flex-direction:row;align-items:center}}.listing-section-tabs-wrapper{display:flex;width:100%;justify-content:space-between;gap:1rem;overflow-x:auto;white-space:nowrap;padding-bottom:0}@media (min-width:640px){.listing-section-tabs-wrapper{padding-bottom:1rem}}@media (min-width:768px){.listing-section-tabs-wrapper{width:auto;gap:2rem;padding-bottom:0}}.listing-section-tabs-wrapper{-ms-overflow-style:none;scrollbar-width:none}.listing-section-tabs-wrapper::-webkit-scrollbar{display:none}.listing-section-tab-button{position:relative;display:flex;height:50px;align-items:center;gap:.5rem;font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:700;line-height:19.09px;transition-property:all;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (min-width:640px){.listing-section-tab-button{height:58px;font-weight:600}}@media (min-width:768px){.listing-section-tab-button{font-size:16px}}.listing-section-tab-button-active{color:var(--color-primary)}.dark .listing-section-tab-button-active{color:var(--text-dark-primary)}.listing-section-tab-button-inactive{color:var(--text-light-secondary)}.listing-section-tab-button-inactive:hover{color:var(--color-primary)}.dark .listing-section-tab-button-inactive{color:var(--text-dark-tertiary)}.dark .listing-section-tab-button-inactive:hover{color:var(--text-dark-primary)}.listing-section-tab-icon-active{color:var(--color-primary)}.listing-section-tab-icon-active,.listing-section-tab-icon-inactive{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.listing-section-tab-icon-inactive{color:var(--text-light-secondary)}.dark .listing-section-tab-icon-inactive{color:var(--text-dark-tertiary)}.listing-section-tab-indicator{position:absolute;bottom:0;left:0;height:5px;width:100%;border-top-left-radius:6px;border-top-right-radius:6px;background-color:var(--color-primary);transition-property:opacity;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.listing-section-content-wrapper{position:relative;z-index:0}.listing-section-empty-state{margin-top:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.listing-section-empty-state-title{margin-bottom:.5rem;font-size:1.5rem;line-height:2rem;font-weight:700;color:var(--text-light-primary)}.dark .listing-section-empty-state-title{color:var(--text-dark-primary)}.listing-section-empty-state-text{margin-bottom:1.5rem;font-size:1rem;line-height:1.5rem;color:var(--text-light-secondary)}.dark .listing-section-empty-state-text{color:var(--text-dark-muted-alt)}.listing-section-content-item{pointer-events:none;position:absolute;inset:0;z-index:0;--tw-scale-x:0.99;--tw-scale-y:0.99;opacity:0;transition-property:opacity;transition-property:transform;transition-delay:0s;transition-duration:.25s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.listing-section-content-item,.listing-section-content-item-active{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.listing-section-content-item-active{pointer-events:auto;position:relative;z-index:1;--tw-scale-x:1;--tw-scale-y:1;opacity:1;transition-delay:.2s}.listing-section-product-grid{margin-top:1.75rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}@media (min-width:640px){.listing-section-product-grid{margin-top:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:768px){.listing-section-product-grid{gap:1rem}}@media (min-width:1024px){.listing-section-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1280px){.listing-section-product-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (min-width:1536px){.listing-section-product-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}.listing-section-content-item-active .listing-section-product-grid>*{animation:listingCardFadeIn .45s cubic-bezier(.34,1.56,.64,1) both;opacity:0}.listing-section-content-item-active .listing-section-product-grid>:first-child{animation-delay:0s}.listing-section-content-item-active .listing-section-product-grid>:nth-child(2){animation-delay:35ms}.listing-section-content-item-active .listing-section-product-grid>:nth-child(3){animation-delay:70ms}.listing-section-content-item-active .listing-section-product-grid>:nth-child(4){animation-delay:105ms}.listing-section-content-item-active .listing-section-product-grid>:nth-child(5){animation-delay:.14s}.listing-section-content-item-active .listing-section-product-grid>:nth-child(6){animation-delay:175ms}.listing-section-content-item-active .listing-section-product-grid>:nth-child(7){animation-delay:.21s}.listing-section-content-item-active .listing-section-product-grid>:nth-child(8){animation-delay:245ms}.listing-section-content-item-active .listing-section-product-grid>:nth-child(9){animation-delay:.28s}.listing-section-content-item-active .listing-section-product-grid>:nth-child(10){animation-delay:315ms}.listing-section-content-item-active .listing-section-product-grid>:nth-child(11){animation-delay:.35s}.listing-section-content-item-active .listing-section-product-grid>:nth-child(12){animation-delay:385ms}.listing-section-content-item-active .listing-section-product-grid>:nth-child(n+13){animation-delay:.42s}@keyframes listingCardFadeIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.urunler-product-grid>*{animation:urunlerCardFadeIn .45s cubic-bezier(.34,1.56,.64,1) both}.urunler-product-grid>:first-child{animation-delay:0s}.urunler-product-grid>:nth-child(2){animation-delay:35ms}.urunler-product-grid>:nth-child(3){animation-delay:70ms}.urunler-product-grid>:nth-child(4){animation-delay:105ms}.urunler-product-grid>:nth-child(5){animation-delay:.14s}.urunler-product-grid>:nth-child(6){animation-delay:175ms}.urunler-product-grid>:nth-child(7){animation-delay:.21s}.urunler-product-grid>:nth-child(8){animation-delay:245ms}.urunler-product-grid>:nth-child(9){animation-delay:.28s}.urunler-product-grid>:nth-child(10){animation-delay:315ms}.urunler-product-grid>:nth-child(n+11){animation-delay:.35s}@keyframes urunlerCardFadeIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.ilanlar-product-grid>*{animation:ilanlarCardFadeIn .45s cubic-bezier(.34,1.56,.64,1) both}.ilanlar-product-grid>:first-child{animation-delay:0s}.ilanlar-product-grid>:nth-child(2){animation-delay:35ms}.ilanlar-product-grid>:nth-child(3){animation-delay:70ms}.ilanlar-product-grid>:nth-child(4){animation-delay:105ms}.ilanlar-product-grid>:nth-child(5){animation-delay:.14s}.ilanlar-product-grid>:nth-child(6){animation-delay:175ms}.ilanlar-product-grid>:nth-child(7){animation-delay:.21s}.ilanlar-product-grid>:nth-child(8){animation-delay:245ms}.ilanlar-product-grid>:nth-child(9){animation-delay:.28s}.ilanlar-product-grid>:nth-child(10){animation-delay:315ms}.ilanlar-product-grid>:nth-child(11){animation-delay:.35s}.ilanlar-product-grid>:nth-child(12){animation-delay:385ms}.ilanlar-product-grid>:nth-child(n+13){animation-delay:.42s}@keyframes ilanlarCardFadeIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.category-grid>*{animation:cardFadeIn .35s ease-out both}.category-grid>:first-child{animation-delay:0s}.category-grid>:nth-child(2){animation-delay:40ms}.category-grid>:nth-child(3){animation-delay:80ms}.category-grid>:nth-child(4){animation-delay:.12s}.category-grid>:nth-child(5){animation-delay:.16s}.category-grid>:nth-child(6){animation-delay:.2s}.category-grid>:nth-child(n+7){animation-delay:.24s}.listing-category-grid>*{animation:listingCategoryFadeIn .35s ease-out both}.listing-category-grid>:first-child{animation-delay:0s}.listing-category-grid>:nth-child(2){animation-delay:30ms}.listing-category-grid>:nth-child(3){animation-delay:60ms}.listing-category-grid>:nth-child(4){animation-delay:90ms}.listing-category-grid>:nth-child(5){animation-delay:.12s}.listing-category-grid>:nth-child(6){animation-delay:.15s}.listing-category-grid>:nth-child(7){animation-delay:.18s}.listing-category-grid>:nth-child(8){animation-delay:.21s}.listing-category-grid>:nth-child(9){animation-delay:.24s}.listing-category-grid>:nth-child(n+10){animation-delay:.27s}@keyframes listingCategoryFadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.categories-menu-right-title,.categories-menu-right>div>div[class*=categories-menu-grid-]>*{animation:cardFadeIn .3s ease-out both}.listing-section-view-more-container{margin-top:1.25rem;margin-bottom:-5px;display:flex;justify-content:center}.listing-section-view-more-link{display:flex;height:60px;width:100%;min-width:280px;align-items:center;justify-content:space-between;gap:1rem;border-radius:.5rem;background-color:var(--bg-light-primary);padding-left:1.25rem;padding-right:1.25rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.listing-section-view-more-link:hover{--tw-translate-y:-2px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (min-width:640px){.listing-section-view-more-link{height:56px;width:338px}}@media (min-width:768px){.listing-section-view-more-link{min-width:338px}}.listing-section-view-more-link:hover{background-color:var(--bg-light-secondary)}.dark .listing-section-view-more-link{background-color:var(--bg-dark-secondary)}.dark .listing-section-view-more-link:hover{background-color:var(--bg-dark-hover)}.listing-section-view-more-text{font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.75rem;line-height:1rem;font-weight:600;line-height:16.71px;color:var(--text-light-primary)}@media (min-width:640px){.listing-section-view-more-text{font-size:.875rem;line-height:1.25rem}}.dark .listing-section-view-more-text{color:var(--text-dark-primary)}.listing-section-view-more-icon-container{display:flex;height:30px;width:30px;align-items:center;justify-content:center;border-radius:.5rem;background-color:var(--bg-light-secondary)}@media (min-width:640px){.listing-section-view-more-icon-container{height:40px;width:40px}}.dark .listing-section-view-more-icon-container{background-color:var(--overlay-dark)}.listing-section-view-more-icon{fill:var(--text-light-primary)}.dark .listing-section-view-more-icon{fill:var(--text-dark-primary)}.banner-card-container{position:relative;display:flex;height:100%;min-height:280px;cursor:pointer;flex-direction:column;overflow:hidden;border-radius:.5rem;border-width:1px;border-color:#6A6A951F;background-repeat:no-repeat!important;padding:.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.banner-card-container:hover{--tw-shadow:0 8px 20px -6px rgba(24,39,75,0.12);--tw-shadow-colored:0 8px 20px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.banner-card-container:is(.dark *){--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity,1))}.banner-card-container:hover:is(.dark *){--tw-shadow:0 8px 20px -6px rgba(255,85,1,0.12);--tw-shadow-colored:0 8px 20px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}@media (min-width:768px){.banner-card-container{min-height:320px}.banner-card-container:hover{--tw-translate-y:-4px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}.cheap-games-section{padding-top:2.5rem;padding-bottom:2.5rem}@media (min-width:768px){.cheap-games-section{padding-top:2.5rem;padding-bottom:2.5rem}}.cheap-games-header{margin-bottom:1.5rem;text-align:center}.cheap-games-title{font-size:32px;font-weight:700;color:var(--text-light-primary)}.dark .cheap-games-title{color:var(--text-dark-primary)}.cheap-games-description{font-size:20px;font-weight:400;color:var(--text-light-secondary)}.cheap-games-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}@media (min-width:768px){.cheap-games-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}@media (min-width:1024px){.cheap-games-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1280px){.cheap-games-grid{grid-template-columns:repeat(7,minmax(0,1fr))}}.cheap-games-card-link{display:block;height:200px}.cheap-games-card-container{position:relative;display:flex;height:100%;flex-direction:column;justify-content:space-between;overflow:hidden;border-radius:.5rem;padding:1rem;transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (min-width:768px){.cheap-games-card-container{padding:1.25rem}}.group:hover .cheap-games-card-container{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-shadow:0 25px 50px -12px rgba(0,0,0,0.3);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.cheap-games-card-overlay{position:absolute;inset:0;border-radius:.5rem;background-image:linear-gradient(to top,var(--tw-gradient-stops));--tw-gradient-from:rgb(0 0 0/0.6) var(--tw-gradient-from-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:rgb(0 0 0/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),transparent var(--tw-gradient-via-position),var(--tw-gradient-to);--tw-gradient-to:transparent var(--tw-gradient-to-position);opacity:0;transition-property:opacity;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.group:hover .cheap-games-card-overlay{opacity:1}.cheap-games-card-content{position:relative;z-index:10;display:flex;height:100%;flex-direction:column;justify-content:flex-end;gap:27px}.cheap-games-price-container{display:flex;flex-direction:column;align-items:center;gap:.25rem}.cheap-games-price-text{font-size:1.5rem;line-height:2rem;font-weight:700;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}@media (min-width:768px){.cheap-games-price-text{font-size:32px}}.cheap-games-price-description{font-size:.875rem;line-height:1.25rem;font-weight:400;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}@media (min-width:768px){.cheap-games-price-description{font-size:1rem;line-height:1.5rem}}.cheap-games-button{height:42px;width:100%;border-radius:.5rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:.25rem;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity:1;color:rgb(33 37 41/var(--tw-text-opacity,1));transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.cheap-games-button:hover{--tw-bg-opacity:1;background-color:rgb(255 0 102/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));--tw-shadow:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.cheap-games-button:is(.dark *){--tw-bg-opacity:1;background-color:rgb(33 37 41/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.cheap-games-button:hover{--tw-shadow:0 10px 15px -3px rgba(255,0,102,0.3);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.group:hover .cheap-games-button{--tw-translate-y:-0.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.daily-deal-card{position:relative;display:flex;flex-direction:column;overflow:hidden;border-radius:.75rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-color:#6A6A9526;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.daily-deal-card:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 30 31/var(--tw-bg-opacity,1))}.daily-deal-card-image{position:relative;height:160px;overflow:hidden;--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity,1))}.daily-deal-card-image:is(.dark *){--tw-bg-opacity:1;background-color:rgb(38 38 38/var(--tw-bg-opacity,1))}@media (min-width:640px){.daily-deal-card-image{height:210px}}.daily-deal-card-action{display:flex;height:2rem;align-items:center;justify-content:center;gap:.375rem;overflow:hidden;border-radius:.5rem;--tw-bg-opacity:1;background-color:rgb(45 45 45/var(--tw-bg-opacity,1));padding-left:.5rem;padding-right:.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.group:hover .daily-deal-card-action{--tw-bg-opacity:1;background-color:rgb(255 85 1/var(--tw-bg-opacity,1));padding-left:.75rem;padding-right:.75rem}.daily-deal-card-action:is(.dark *){--tw-bg-opacity:1;background-color:rgb(61 61 61/var(--tw-bg-opacity,1))}.daily-deal-card-action-text{max-width:0;overflow:hidden;white-space:nowrap;font-size:12px;font-weight:600;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.group:hover .daily-deal-card-action-text{max-width:60px}.countdown-box{display:flex;min-width:56px;flex-direction:column;align-items:center;border-radius:.75rem;border-width:1px;border-color:rgb(255 255 255/.2);background-color:rgb(255 255 255/.1);padding:.75rem .5rem;--tw-shadow:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-shadow-color:rgb(0 0 0/0.1);--tw-shadow:var(--tw-shadow-colored);--tw-backdrop-blur:blur(12px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}@media (min-width:640px){.countdown-box{min-width:64px;padding:1rem .75rem}}@media (min-width:768px){.countdown-box{min-width:72px}}.last-blogs-section{background-color:var(--bg-light-section);padding-top:1.25rem;padding-bottom:1.25rem}@media (min-width:768px){.last-blogs-section{padding-top:2.5rem;padding-bottom:2.5rem}}.dark .last-blogs-section{background-color:var(--bg-dark-section)}.last-blogs-header-wrapper{margin-bottom:.5rem;display:flex;align-items:flex-start;justify-content:center}@media (min-width:640px){.last-blogs-header-wrapper{margin-bottom:2rem;justify-content:space-between}}.last-blogs-header-content{display:flex;flex-direction:column;gap:.25rem}@media (min-width:640px){.last-blogs-header-content{gap:.5rem}}.last-blogs-title{text-align:center;font-size:22px;font-weight:700;color:var(--text-light-primary)}@media (min-width:640px){.last-blogs-title{text-align:left;font-size:32px}}.dark .last-blogs-title{color:var(--text-dark-primary)}.last-blogs-description{text-align:center;font-size:1rem;line-height:1.5rem;font-weight:400;color:var(--text-light-secondary)}@media (min-width:640px){.last-blogs-description{text-align:left;font-size:1.25rem;line-height:1.75rem}}.dark .last-blogs-description{color:var(--text-dark-tertiary)}.last-blogs-view-more-link{display:none;height:56px;min-width:280px;align-items:center;justify-content:space-between;gap:1rem;border-radius:.5rem;background-color:var(--bg-light-primary);padding-left:1.25rem;padding-right:1.25rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.last-blogs-view-more-link:hover{--tw-translate-y:-2px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (min-width:640px){.last-blogs-view-more-link{display:flex}}@media (min-width:768px){.last-blogs-view-more-link{min-width:338px}}.last-blogs-view-more-link:hover{background-color:var(--bg-light-primary)}.dark .last-blogs-view-more-link,.dark .last-blogs-view-more-link:hover{background-color:var(--bg-dark-secondary)}.last-blogs-view-more-text{font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:600;line-height:16.71px;color:var(--text-light-primary)}.dark .last-blogs-view-more-text{color:var(--text-dark-primary)}.last-blogs-view-more-icon-container{display:flex;height:30px;width:30px;align-items:center;justify-content:center;border-radius:.5rem;background-color:var(--bg-light-secondary)}@media (min-width:640px){.last-blogs-view-more-icon-container{height:40px;width:40px}}.dark .last-blogs-view-more-icon-container{background-color:var(--overlay-dark)}.last-blogs-view-more-icon{fill:var(--text-light-primary)}.dark .last-blogs-view-more-icon{fill:var(--text-dark-primary)}.category-expanding-bg{opacity:0;transition-property:clip-path,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.4s;transition-timing-function:cubic-bezier(0,0,.2,1);clip-path:circle(0 at calc(100% - 30px) 50%)}.group:hover .category-expanding-bg{opacity:.85;clip-path:circle(150% at calc(100% - 30px) 50%)}.category-icon{transition-property:filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;transition-timing-function:cubic-bezier(0,0,.2,1)}.group:hover .category-icon{--tw-brightness:brightness(0);--tw-invert:invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blog-card-container{display:flex;flex-direction:column;gap:.75rem;border-radius:.5rem;border-color:var(--border-light-tertiary);background-color:var(--bg-light-primary);padding:.75rem;transition-property:transform,box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.dark .blog-card-container{--tw-bg-opacity:1;background-color:rgb(30 30 31/var(--tw-bg-opacity,1))}.blog-card-container:hover{--tw-translate-y:-0.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-shadow:0 0 15px rgba(106,106,149,0.15);--tw-shadow-colored:0 0 15px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.blog-card-image-wrapper{position:relative;height:250px;width:100%;overflow:hidden;border-radius:.5rem}.blog-card-image{-o-object-fit:cover;object-fit:cover}@media (min-width:768px){.footer-wrapper{padding-left:.75rem;padding-right:.75rem}}.footer-container{width:100%}@media (min-width:1024px){.footer-container{border-top-left-radius:40px;border-top-right-radius:40px;border-top-width:1px;border-right-width:1px;border-left-width:1px;border-color:var(--border-dark-secondary);--tw-bg-opacity:1;background-color:rgb(32 32 32/var(--tw-bg-opacity,1))}}@media (max-width:1023px){.footer-container{color:var(--text-dark-primary)}}.footer-header{display:flex;align-items:center;justify-content:space-between;padding:1rem}@media (min-width:1024px){.footer-header{display:none}}@media (max-width:1023px){.footer-header{background-color:var(--bg-dark-primary);padding:.625rem}}.footer-logo{display:flex;align-items:center}.footer-logo-image{width:136px}@media (min-width:1024px){.footer-logo-image{width:156px}}.footer-social-mobile{display:flex;justify-content:center;gap:.75rem}.footer-social-icon{display:flex;height:38px;width:38px;align-items:center;justify-content:center;border-radius:.5rem;background-color:#6A6A951A;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;transition-timing-function:cubic-bezier(0,0,.2,1)}.footer-social-icon:hover{--tw-translate-y:-0.25rem;--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity:0.7;--tw-shadow:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.footer-main{display:flex;flex-direction:column}@media (min-width:1024px){.footer-main{flex-direction:row}}.footer-left-column{width:25%;flex-direction:column;border-top-left-radius:40px;--tw-bg-opacity:1;background-color:rgb(26 26 26/var(--tw-bg-opacity,1));padding:2rem 1.5rem}.footer-left-content{display:flex;flex-direction:column}.footer-info-card{gap:.75rem;border-radius:.75rem;background-color:rgb(35 35 35/var(--tw-bg-opacity,1));padding:.75rem 1rem}.footer-info-card,.footer-info-card-icon{display:flex;align-items:center;--tw-bg-opacity:1}.footer-info-card-icon{height:2rem;width:2rem;flex-shrink:0;justify-content:center;border-radius:.5rem;background-color:rgb(42 42 42/var(--tw-bg-opacity,1))}.footer-info-card-content{display:flex;flex-direction:column;gap:.125rem;color:var(--text-dark-muted)}.footer-left-menu{margin-top:46px;display:flex;flex-direction:column;gap:.75rem}.footer-left-menu-link{display:flex;align-items:center;gap:.25rem;font-size:14px;font-weight:500;color:var(--text-dark-muted);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.footer-left-menu-link:hover{color:var(--text-dark-primary)}.footer-left-menu-dot{height:4px;width:4px;border-radius:9999px;background-color:var(--text-dark-muted);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.group:hover .footer-left-menu-dot{background-color:var(--color-primary)}.footer-left-menu-mobile{border-top-width:1px;border-color:var(--border-dark-primary);background-color:var(--bg-dark-secondary)}@media (min-width:1024px){.footer-left-menu-mobile{display:none}}.footer-left-menu-mobile-button{display:flex;width:100%;align-items:center;justify-content:space-between;padding:1rem;text-align:left}.footer-left-menu-mobile-title{font-size:.875rem;line-height:1.25rem;font-weight:700;text-transform:uppercase;color:var(--text-dark-primary)}.footer-left-menu-mobile-icon{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.footer-left-menu-mobile-icon-open{--tw-rotate:90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.footer-left-menu-mobile-content{overflow:hidden;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.footer-left-menu-mobile-content-open{max-height:500px;padding-bottom:1rem;opacity:1}.footer-left-menu-mobile-content-closed{max-height:0;opacity:0}.footer-left-menu-mobile-items>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.footer-left-menu-mobile-items{padding-left:1.5rem;padding-right:1.5rem}.footer-left-menu-mobile-link{display:flex;align-items:center;gap:.5rem;font-size:.875rem;line-height:1.25rem;color:var(--text-dark-muted);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.footer-left-menu-mobile-link:active{font-weight:600;color:var(--text-dark-primary)}.footer-left-copyright{font-size:.75rem;line-height:1rem;font-weight:500;color:var(--text-dark-muted)}.footer-right-column{width:100%}@media (min-width:1024px){.footer-right-column{display:flex;width:75%;flex-direction:column}}.footer-buttons{justify-content:flex-end;gap:1rem;padding:40px 66px 0 40px}.footer-button{display:flex;height:48px;width:197px;align-items:center;justify-content:space-between;gap:.5rem;border-radius:.5rem;padding-left:1rem;padding-right:1rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.footer-button:hover{opacity:.9}.footer-button-listing{background-color:var(--color-purple)}.footer-button-stores{background-color:var(--color-primary)}.footer-button-inner{display:flex;align-items:center;gap:.375rem}.footer-button-icon-wrapper{height:1.5rem;width:1.5rem}.footer-menus{display:flex;flex-direction:column}@media (min-width:1024px){.footer-menus{flex-direction:row;justify-content:space-between;gap:1rem;padding:10px 70px 25px 40px}}@media (max-width:1023px){.footer-menus{background-color:var(--bg-dark-secondary)}}.footer-menu-section{min-width:0}@media (min-width:1024px){.footer-menu-section{flex:1 1 0%}}@media (max-width:1023px){.footer-menu-section{border-top-width:1px;border-top-color:var(--border-dark-primary)}}.footer-menu-title{display:flex;width:100%;align-items:center;justify-content:space-between;text-align:left;color:var(--text-dark-primary)}@media (min-width:1024px){.footer-menu-title{margin-bottom:1rem}}@media (max-width:1023px){.footer-menu-title{padding:1rem;text-transform:uppercase}}.footer-menu-title-text{font-weight:700;color:var(--text-dark-primary)}@media (min-width:1024px){.footer-menu-title-text{font-size:20px}}@media (max-width:1023px){.footer-menu-title-text{font-size:.875rem;line-height:1.25rem}}.footer-menu-chevron{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.footer-menu-content{overflow:hidden;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}@media (max-width:1023px){.footer-menu-content{max-height:0;opacity:0}.footer-menu-content-open{max-height:500px;padding-bottom:1rem;opacity:1}}@media (min-width:1024px){.footer-menu-content{max-height:none;opacity:1}}.footer-menu-items{display:flex;flex-direction:column;gap:.75rem}@media (max-width:1023px){.footer-menu-items{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.footer-menu-items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}.footer-menu-item{display:flex;align-items:center;gap:.25rem;font-size:14px;font-weight:500;color:var(--text-dark-muted);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.footer-menu-item:hover{color:var(--text-dark-primary)}.footer-menu-item-dot{height:4px;width:4px;flex-shrink:0;border-radius:9999px;background-color:var(--text-dark-muted);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.group:hover .footer-menu-item-dot{background-color:var(--color-primary)}.footer-menu-item-text{overflow:hidden;text-overflow:ellipsis}.footer-bottom{height:100px;width:100%;align-items:center;justify-content:space-between;border-top-left-radius:40px;border-top-right-radius:40px;border-top-width:1px;border-top-color:var(--border-dark-secondary);--tw-bg-opacity:1;background-color:rgb(26 26 26/var(--tw-bg-opacity,1));padding-left:70px;padding-right:70px}.footer-credit-cards{display:flex;gap:.5rem}.footer-credit-card-item{border-radius:.5rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:.25rem}.footer-credit-card-image{height:24px;width:40px;-o-object-fit:contain;object-fit:contain}.footer-social-desktop{display:flex;align-items:center;justify-content:flex-end;gap:1.25rem}.footer-social-text{font-size:14px;font-weight:500;color:var(--text-dark-primary)}.footer-social-icons{display:flex;gap:10px}.footer-social-icons .footer-social-icon{height:30px;width:30px;--tw-bg-opacity:1;background-color:rgb(42 42 42/var(--tw-bg-opacity,1))}.footer-mobile-copyright{border-top-width:1px;border-top-color:var(--border-dark-primary);background-color:var(--bg-dark-secondary);text-align:center}.footer-mobile-copyright-text{padding:.75rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;color:var(--text-dark-primary)}.footer-mobile-bottom-links{display:flex;justify-content:center}.footer-mobile-bottom-links>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.footer-mobile-bottom-links{border-top-width:1px;border-top-color:var(--border-dark-primary);padding:.75rem 1rem}.footer-mobile-bottom-link{font-size:.875rem;line-height:1.25rem;font-weight:500;color:var(--text-dark-primary)}.topbar-wrapper{display:none;--tw-bg-opacity:1;background-color:rgb(116 34 62/var(--tw-bg-opacity,1))}@media (min-width:640px){.topbar-wrapper{display:block}}.topbar-inner{height:2.25rem;justify-content:space-between;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.topbar-inner,.topbar-left{display:flex;align-items:center}.topbar-left>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)));border-color:rgb(255 255 255/.2)}.topbar-link{cursor:pointer;transition-property:opacity}.topbar-link:hover{opacity:.8}.topbar-right{display:flex;align-items:center}.topbar-right>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)));border-color:rgb(255 255 255/.2)}.topbar-link-with-padding{display:none;padding-right:1rem}@media (min-width:640px){.topbar-link-with-padding{display:inline}}.topbar-link-button{display:flex;align-items:center}.topbar-link-button>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.topbar-dropdown-wrapper{position:relative;padding-left:1rem}.topbar-dropdown-icon{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.submenu-mobile-item-name{text-align:center;font-size:12px;font-weight:600;text-transform:capitalize;--tw-text-opacity:1;color:rgb(72 84 95/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.submenu-mobile-item-name:is(.dark *){--tw-text-opacity:1;color:rgb(215 215 215/var(--tw-text-opacity,1))}.support-menu-container{position:fixed;top:0;left:0;right:0;z-index:50;margin-top:0;display:flex;height:100vh;width:100vw;flex-direction:column;overflow:hidden;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-shadow:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.support-menu-container:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 30 31/var(--tw-bg-opacity,1))}@media (min-width:768px){.support-menu-container{position:absolute;top:auto;left:auto;right:0;margin-top:.25rem;height:384px;width:500px;flex-direction:row;border-radius:.5rem}}.support-menu-container{animation:supportMenuFadeIn .2s ease-out}@keyframes supportMenuFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.support-menu-mobile-header{display:flex;align-items:center;justify-content:space-between;border-bottom-width:1px;border-color:#48545F08;padding:.75rem 1rem}.support-menu-mobile-header:is(.dark *){border-color:#FFFFFF08}@media (min-width:768px){.support-menu-mobile-header{display:none}}.support-menu-mobile-title{font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;--tw-text-opacity:1;color:rgb(72 84 95/var(--tw-text-opacity,1))}.support-menu-mobile-title:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.support-menu-mobile-close{padding:.5rem;--tw-text-opacity:1;color:rgb(72 84 95/var(--tw-text-opacity,1))}.support-menu-mobile-close:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.support-menu-content{display:flex;flex:1 1 0%;flex-direction:column;overflow:auto}@media (min-width:768px){.support-menu-content{flex-direction:row}}.support-menu-left{display:flex;width:210px;align-items:center;border-top-left-radius:.75rem;border-bottom-left-radius:.75rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.support-menu-left:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 30 31/var(--tw-bg-opacity,1))}.support-menu-left-inner{display:flex;height:100%;min-height:360px;flex-direction:column;justify-content:space-evenly}.support-menu-item{position:relative;display:block;cursor:pointer}.support-menu-item-inner{display:flex;align-items:center;gap:.5rem;opacity:1;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.support-menu-item-inner:is(.dark *){opacity:.3}.group:hover .support-menu-item-inner{opacity:1}.support-menu-item-indicator{position:absolute;left:0;top:-.25rem;height:29px;width:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;--tw-bg-opacity:1;background-color:rgb(255 85 1/var(--tw-bg-opacity,1));opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.group:hover .support-menu-item-indicator{opacity:1}.support-menu-item-content{display:flex;align-items:center;gap:.5rem;padding-left:1rem}.support-menu-item-text{font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:500;color:#48545F66;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.support-menu-item-text:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.group:hover .support-menu-item-text{--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1))}.group:hover .support-menu-item-text:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.support-menu-right{display:grid;flex:1 1 0%;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;--tw-bg-opacity:1;background-color:rgb(242 242 244/var(--tw-bg-opacity,1));padding:10px}.support-menu-right:is(.dark *){--tw-bg-opacity:1;background-color:rgb(38 38 39/var(--tw-bg-opacity,1))}.support-menu-button{display:flex;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;border-width:1px;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));background-repeat:no-repeat!important;padding:1rem;text-align:center;--tw-backdrop-blur:blur(4px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.support-menu-button:hover{border-color:#FFFFFF26;--tw-shadow:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.support-menu-button:is(.dark *){border-color:#FFFFFF26;--tw-bg-opacity:1;background-color:rgb(52 52 53/var(--tw-bg-opacity,1))}.support-menu-button:hover{background:linear-gradient(139.21deg,#D25883,#612037 97.23%)}.support-menu-button-icon{--tw-text-opacity:1;color:rgb(72 84 95/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.support-menu-button-icon:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.group:hover .support-menu-button-icon{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.support-menu-button-text{font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:500;text-transform:uppercase;--tw-text-opacity:1;color:rgb(72 84 95/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.support-menu-button-text:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.group:hover .support-menu-button-text{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.notification-icon{height:18px;width:18px}.submenu-desktop-wrapper{position:relative;display:none}@media (min-width:1024px){.submenu-desktop-wrapper{display:block}}.submenu-desktop-inner{width:100%}.submenu-desktop-inner,.submenu-desktop-nav{display:flex;height:70px;align-items:center;justify-content:space-between}.submenu-desktop-nav>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.submenu-desktop-nav{overflow-y:auto;-ms-overflow-style:none;scrollbar-width:thin}.submenu-desktop-nav::-webkit-scrollbar{display:none}.submenu-desktop-item{position:relative;display:flex;height:100%;align-items:center}.submenu-desktop-item-active{color:var(--color-primary)}.submenu-desktop-item-inactive{color:var(--text-light-primary)}.dark .submenu-desktop-item-inactive{color:var(--text-dark-primary)}.submenu-desktop-link{position:relative;display:flex;align-items:center;gap:.5rem;font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.5rem;font-weight:500;line-height:19.09px;--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1))}.submenu-desktop-link:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.submenu-menu-item{position:relative;display:flex;align-items:center;gap:.5rem;font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.5rem;font-weight:500;line-height:19.09px;--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1))}.submenu-menu-item:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.submenu-icon-wrapper{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:.5rem;padding:.5rem}.submenu-icon{height:1.5rem;width:1.5rem}.submenu-item-name{text-align:left;font-size:1rem;line-height:1.5rem;font-weight:500;line-height:1}.submenu-arrow-icon{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.submenu-active-indicator{position:absolute;bottom:0;left:0;height:5px;width:100%;--tw-translate-y:15px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-top-left-radius:6px;border-top-right-radius:6px;--tw-bg-opacity:1;background-color:rgb(255 85 1/var(--tw-bg-opacity,1))}.submenu-mega-menu{position:absolute;left:0;right:0;z-index:40;border-top-width:1px;--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.submenu-mega-menu:is(.dark *){--tw-border-opacity:1;border-color:rgb(45 45 47/var(--tw-border-opacity,1))}.submenu-mobile-wrapper{display:flex;height:100%;width:100%;--tw-bg-opacity:1;background-color:rgb(17 17 17/var(--tw-bg-opacity,1))}@media (min-width:1024px){.submenu-mobile-wrapper{display:none}}.submenu-mobile-left{width:82px;--tw-bg-opacity:1;background-color:rgb(239 239 239/var(--tw-bg-opacity,1))}.submenu-mobile-left:is(.dark *){background-color:#19191DE5}.submenu-mobile-left-inner{height:100%;overflow:auto}.submenu-mobile-left-content{padding:1rem}.submenu-mobile-item{margin-bottom:.75rem;display:flex;cursor:pointer;flex-direction:column;align-items:center;gap:.5rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.submenu-mobile-icon-wrapper{display:flex;height:50px;width:50px;align-items:center;justify-content:center;border-radius:.5rem}.submenu-mobile-content{display:flex;flex:1 1 0%;flex-direction:column;--tw-bg-opacity:1;background-color:rgb(239 239 239/var(--tw-bg-opacity,1))}.submenu-mobile-content:is(.dark *){--tw-bg-opacity:1;background-color:rgb(18 18 18/var(--tw-bg-opacity,1))}.submenu-mobile-search-wrapper{padding-left:.75rem;padding-right:.75rem;padding-top:.75rem}.submenu-mobile-search{display:flex;height:50px;align-items:center;border-radius:.5rem;border-width:1px;border-color:#FFFFFF26;background-color:#6A6A950A}.submenu-mobile-search:is(.dark *){background-color:#FFFFFF1A}.submenu-mobile-search-icon-wrapper{padding:.75rem}.submenu-mobile-search-input{width:100%;background-color:transparent;padding-top:.5rem;padding-bottom:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1));outline:2px solid transparent;outline-offset:2px}.submenu-mobile-search-input:is(.dark *){color:#FFFFFF66}.submenu-mobile-search-input:is(.dark *)::-moz-placeholder{color:#FFFFFF66}.submenu-mobile-search-input:is(.dark *)::placeholder{color:#FFFFFF66}.submenu-mobile-search-clear{padding-left:.75rem;padding-right:.75rem}.submenu-mobile-categories{flex:1 1 0%;overflow-y:auto}.submenu-mobile-categories-inner{padding:.75rem;animation:epinCardFadeIn .3s ease-out}.submenu-mobile-category-item{margin-bottom:.5rem;display:flex;height:50px;width:100%;align-items:center;border-radius:.5rem;padding:.375rem;text-align:left}.submenu-mobile-category-icon-wrapper{margin-right:.75rem;display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:.375rem;padding:.5rem}.submenu-mobile-category-text{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;font-size:.875rem;line-height:1.25rem;font-weight:600;--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1))}.submenu-mobile-category-text:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.submenu-mobile-empty{display:flex;height:100px;align-items:center;justify-content:center;text-align:center}.submenu-mobile-empty-text{font-size:1rem;line-height:1.5rem;--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1))}.submenu-mobile-empty-text:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.submenu-mobile-all-categories{margin-top:.5rem;display:flex;height:50px;align-items:center;justify-content:space-between;border-radius:.375rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:.75rem;font-weight:600}.submenu-mobile-all-categories:is(.dark *){background-color:#FFFFFF33;--tw-bg-opacity:1;background-color:rgb(255 85 1/var(--tw-bg-opacity,1))}.submenu-mobile-all-categories-text{font-weight:500;--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1))}.submenu-mobile-all-categories-text:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.submenu-mobile-all-categories-icon{stroke:#484848}.submenu-mobile-all-categories-icon:is(.dark *){stroke:#fff}.categories-menu-wrapper{position:fixed;left:.25rem;right:.25rem;z-index:50;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;transition-timing-function:cubic-bezier(0,0,.2,1)}.categories-menu-wrapper-sticky{top:190px}.categories-menu-wrapper-normal{top:136px}.categories-menu-wrapper-open{pointer-events:auto;--tw-translate-y:0px;opacity:1}.categories-menu-wrapper-closed,.categories-menu-wrapper-open{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.categories-menu-wrapper-closed{pointer-events:none;--tw-translate-y:-1rem;opacity:0}.categories-menu-container{display:flex;overflow:hidden;border-radius:24px;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));max-height:min(680px,calc(100vh - 220px))}.dark .categories-menu-container,[data-theme=dark] .categories-menu-container{background:#2a2a2b;border:none;box-shadow:0 0 0 1px #353535}.categories-menu-left{display:flex;width:355px;flex-shrink:0;flex-direction:column;--tw-bg-opacity:1;background-color:rgb(246 246 249/var(--tw-bg-opacity,1));padding:1.25rem;border-right:1px solid rgba(0,0,0,.06)}.dark .categories-menu-left,[data-theme=dark] .categories-menu-left{background:#1e1e1f;border:none;border-right:1px solid #353535;border-radius:0}.categories-menu-left-title{margin-bottom:1rem;font-size:1rem;line-height:1.5rem;font-weight:700;text-transform:uppercase;--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1))}.categories-menu-left-title:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.categories-menu-left-list{display:flex;flex:1 1 0%;flex-direction:column;overflow-y:auto;overflow-x:hidden}.categories-menu-left-list>*+*{margin-top:8px}.categories-menu-left-viewall{margin-top:.75rem;display:flex;flex-shrink:0;cursor:pointer;align-items:center;justify-content:space-between;padding-left:14px;padding-right:14px;text-decoration-line:none;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;height:50px;border-radius:10px;background:linear-gradient(90deg,#762743,#b93e69)}.categories-menu-left-viewall:hover{opacity:.9}.categories-menu-left-viewall-text{font-size:15px;font-weight:500;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.categories-menu-left-item{display:flex;width:100%;flex-shrink:0;cursor:pointer;align-items:center;justify-content:space-between;border-radius:10px;padding-left:10px;padding-right:10px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;border-width:1px;border-color:transparent;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.categories-menu-left-item:is(.dark *){border-color:rgba(255,255,255,.1);--tw-bg-opacity:1;background-color:rgb(24 24 24/var(--tw-bg-opacity,1))}.categories-menu-left-item{height:50px}.categories-menu-left-item-active{background:linear-gradient(90deg,rgba(255,255,255,.1),rgba(255,255,255,.1)),linear-gradient(90deg,#1C1C1C,#1C1C1C);border-color:rgba(255,255,255,.1)}.categories-menu-left-item-active .categories-menu-left-item-text{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.categories-menu-left-item-hovered{--tw-bg-opacity:1;background-color:rgb(240 240 243/var(--tw-bg-opacity,1))}.categories-menu-left-item-hovered:is(.dark *){--tw-bg-opacity:1;background-color:rgb(42 42 42/var(--tw-bg-opacity,1))}.categories-menu-left-item-content{display:flex;align-items:center;gap:10px}.categories-menu-left-item-icon{display:flex;height:30px;width:30px;flex-shrink:0;align-items:center;justify-content:center}.categories-menu-left-item-text{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:500;--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1))}.categories-menu-left-item-text:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.categories-menu-left-item-arrow{flex-shrink:0;--tw-rotate:-90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.categories-menu-left-view-all{margin-top:1rem;display:flex;width:100%;flex-shrink:0;align-items:center;justify-content:space-between;padding-left:14px;padding-right:14px;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;height:50px;background:linear-gradient(90deg,#762743,#B93E69);border-radius:10px}.categories-menu-left-view-all:hover{filter:brightness(1.08)}.categories-menu-left-view-all-text{font-size:15px;font-weight:500}.categories-menu-middle{display:flex;flex-shrink:0;flex-direction:column;overflow-y:auto;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;width:300px;background:#F0F0F3;border-right:1px solid rgba(0,0,0,.06)}.dark .categories-menu-middle,[data-theme=dark] .categories-menu-middle{background:#181818;border-right-color:#353535}.categories-menu-middle-hidden{width:0;opacity:0;overflow:hidden;padding:0;border-right:none}.categories-menu-middle-item{display:flex;cursor:pointer;align-items:center;justify-content:space-between;padding:1rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;border-bottom:1px solid rgba(0,0,0,.06)}.dark .categories-menu-middle-item,[data-theme=dark] .categories-menu-middle-item{border-bottom-color:#353535}.categories-menu-middle-item:hover{--tw-bg-opacity:1;background-color:rgb(229 229 232/var(--tw-bg-opacity,1))}.categories-menu-middle-item:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(42 42 42/var(--tw-bg-opacity,1))}.categories-menu-middle-item-active{--tw-bg-opacity:1;background-color:rgb(224 224 227/var(--tw-bg-opacity,1))}.categories-menu-middle-item-active:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 51 51/var(--tw-bg-opacity,1))}.categories-menu-middle-item-content{display:flex;align-items:center;gap:10px}.categories-menu-middle-icon{display:flex;height:2.25rem;width:2.25rem;flex-shrink:0;align-items:center;justify-content:center;overflow:visible;border-radius:.5rem}.categories-menu-middle-icon svg{overflow:visible}.categories-menu-middle-text{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:600;--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1))}.categories-menu-middle-text:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.categories-menu-middle-arrow{flex-shrink:0;--tw-rotate:-90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.categories-menu-right{gap:20px;padding:1.25rem}.categories-menu-right,.categories-menu-right-panels{display:flex;min-height:0;flex:1 1 0%;flex-direction:column;overflow:hidden}.categories-menu-right-panels{position:relative}.categories-menu-right>.categories-menu-right-title:first-child{margin-bottom:-4px}.categories-menu-right-title{font-size:1rem;line-height:1.5rem;font-weight:700;--tw-text-opacity:1;color:rgb(18 18 18/var(--tw-text-opacity,1))}.categories-menu-right-title:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.categories-menu-popular-panel{max-height:680px;min-height:0;width:100%;min-width:0;flex:1 1 0%;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;overscroll-behavior:contain;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:rgba(120,120,130,.45) transparent}.dark .categories-menu-popular-panel,[data-theme=dark] .categories-menu-popular-panel{scrollbar-color:rgba(255,255,255,.25) transparent}.categories-menu-popular-panel::-webkit-scrollbar{width:6px}.categories-menu-popular-panel::-webkit-scrollbar-track{background:transparent}.categories-menu-popular-panel::-webkit-scrollbar-thumb{background:rgba(120,120,130,.4);border-radius:6px}.dark .categories-menu-popular-panel::-webkit-scrollbar-thumb,[data-theme=dark] .categories-menu-popular-panel::-webkit-scrollbar-thumb{background:rgba(255,255,255,.22)}.categories-menu-grid-popular{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.categories-menu-popular-item{display:flex;flex-direction:column;align-items:center;gap:10px;text-decoration-line:none}.categories-menu-popular-image-wrap{position:relative;width:100%;overflow:hidden;border-radius:10px;aspect-ratio:351/201}.categories-menu-popular-image-wrap img{transition:transform .4s ease!important;position:absolute;inset:0;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.group:hover .categories-menu-popular-image-wrap img{transform:scale(1.05)}.categories-menu-popular-fallback{position:absolute;inset:0;border-radius:10px}.categories-menu-popular-title{text-align:center;font-size:1rem;line-height:1.5rem;font-weight:600;line-height:1.5;--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1))}.categories-menu-popular-title:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.categories-menu-card-wrap{display:flex;min-height:0;width:100%;min-width:0;flex:1 1 0%;flex-direction:column;gap:1.25rem;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable;overscroll-behavior:contain;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:rgba(120,120,130,.45) transparent}.dark .categories-menu-card-wrap,[data-theme=dark] .categories-menu-card-wrap{scrollbar-color:rgba(255,255,255,.25) transparent}.categories-menu-card-wrap::-webkit-scrollbar{width:6px}.categories-menu-card-wrap::-webkit-scrollbar-track{background:transparent}.categories-menu-card-wrap::-webkit-scrollbar-thumb{background:rgba(120,120,130,.4);border-radius:6px}.dark .categories-menu-card-wrap::-webkit-scrollbar-thumb,[data-theme=dark] .categories-menu-card-wrap::-webkit-scrollbar-thumb{background:rgba(255,255,255,.22)}.categories-menu-card-featured-wrap{display:flex;flex-direction:column;gap:1rem}.categories-menu-card-featured-title{font-size:1rem;line-height:1.5rem;font-weight:700;--tw-text-opacity:1;color:rgb(18 18 18/var(--tw-text-opacity,1))}.categories-menu-card-featured-title:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.categories-menu-card-bar-title{font-size:1rem;line-height:1.5rem;--tw-text-opacity:1;color:rgb(18 18 18/var(--tw-text-opacity,1))}.categories-menu-card-bar-title:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.categories-menu-card-bar-title-letter{font-weight:700}.categories-menu-card-bar-title-desc{font-weight:200;font-style:italic}.categories-menu-card-bar-actions{display:flex;align-items:center;gap:10px}.categories-menu-card-search{display:flex;height:50px;min-width:0;flex:1 1 0%;align-items:center;gap:15px;border-radius:12px;border-width:1px;border-color:transparent;--tw-bg-opacity:1;background-color:rgb(240 240 243/var(--tw-bg-opacity,1))}.categories-menu-card-search:is(.dark *){border-color:rgba(255,255,255,.1);background-color:rgba(106,106,149,.1)}.categories-menu-card-search{padding:15px}.categories-menu-card-search-icon{flex-shrink:0;--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.categories-menu-card-search-icon:is(.dark *){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.categories-menu-card-search-input{min-width:0;flex:1 1 0%;border-width:0;background-color:transparent;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(18 18 18/var(--tw-text-opacity,1));outline:2px solid transparent;outline-offset:2px}.categories-menu-card-search-input:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.categories-menu-card-search-input::-moz-placeholder{--tw-text-opacity:1;color:rgb(190 190 190/var(--tw-text-opacity,1))}.categories-menu-card-search-input::placeholder{--tw-text-opacity:1;color:rgb(190 190 190/var(--tw-text-opacity,1))}.categories-menu-card-search-input:is(.dark *)::-moz-placeholder{--tw-text-opacity:1;color:rgb(190 190 190/var(--tw-text-opacity,1))}.categories-menu-card-search-input:is(.dark *)::placeholder{--tw-text-opacity:1;color:rgb(190 190 190/var(--tw-text-opacity,1))}.categories-menu-card-dropdown-wrap{position:relative}.categories-menu-card-dropdown-btn{display:flex;height:50px;min-width:174px;align-items:center;justify-content:space-between;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;border-radius:12px;border-width:1px;border-color:transparent;--tw-bg-opacity:1;background-color:rgb(240 240 243/var(--tw-bg-opacity,1))}.categories-menu-card-dropdown-btn:is(.dark *){border-color:rgba(255,255,255,.1);background-color:rgba(106,106,149,.1)}.categories-menu-card-dropdown-btn{--tw-text-opacity:1;color:rgb(18 18 18/var(--tw-text-opacity,1))}.categories-menu-card-dropdown-btn:hover{--tw-bg-opacity:1;background-color:rgb(229 229 232/var(--tw-bg-opacity,1))}.categories-menu-card-dropdown-btn:is(.dark *){--tw-text-opacity:1;color:rgb(190 190 190/var(--tw-text-opacity,1))}.categories-menu-card-dropdown-btn:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(58 58 60/var(--tw-bg-opacity,1))}.categories-menu-card-dropdown-btn-open .categories-menu-card-dropdown-arrow{transform:rotate(180deg)}.categories-menu-card-dropdown-arrow{flex-shrink:0;--tw-rotate:90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1));transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.categories-menu-card-dropdown-panel{position:absolute;left:0;top:100%;z-index:50;margin-top:.25rem;min-width:160px;border-radius:.5rem;border-width:1px;padding-top:.25rem;padding-bottom:.25rem;--tw-shadow:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.categories-menu-card-dropdown-panel:is(.dark *){--tw-border-opacity:1;border-color:rgb(58 58 60/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(45 45 47/var(--tw-bg-opacity,1))}.categories-menu-card-dropdown-option{display:block;width:100%;padding:.5rem 1rem;text-align:left;font-size:.875rem;line-height:1.25rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;--tw-text-opacity:1;color:rgb(18 18 18/var(--tw-text-opacity,1))}.categories-menu-card-dropdown-option:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.categories-menu-card-dropdown-option:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.categories-menu-card-dropdown-option:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(58 58 60/var(--tw-bg-opacity,1))}.categories-menu-card-dropdown-option-active{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1));font-weight:500;--tw-text-opacity:1;color:rgb(18 18 18/var(--tw-text-opacity,1))}.categories-menu-card-dropdown-option-active:is(.dark *){--tw-bg-opacity:1;background-color:rgb(58 58 60/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.categories-menu-card-bar-content{display:flex;flex-direction:column;gap:1.25rem}.categories-menu-grid-card-featured{display:grid;width:100%;min-width:0;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}@media (min-width:640px){.categories-menu-grid-card-featured{grid-template-columns:repeat(5,minmax(0,1fr))}}.categories-menu-grid-card{display:grid;width:100%;min-width:0;grid-template-columns:repeat(5,minmax(0,1fr));gap:1.25rem}.categories-menu-grid-card-compact{display:grid;width:100%;min-width:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}.categories-menu-card-item{position:relative;width:100%;cursor:pointer;overflow:hidden;border-radius:8px;height:234px;border:1px solid rgba(255,255,255,.1)}.categories-menu-card-item-inner{position:relative;height:100%;width:100%;overflow:hidden;border-radius:8px}.categories-menu-card-image{position:absolute;inset:0;transition:transform .5s ease}.categories-menu-card-image img{transition:transform .5s ease!important}.group:hover .categories-menu-card-image,.group:hover .categories-menu-card-image img{transform:scale(1.05)}.categories-menu-card-gradient,.categories-menu-card-overlay{position:absolute;inset:0;border-radius:8px}.categories-menu-card-gradient{z-index:1;background:linear-gradient(178.73deg,rgba(9,8,15,0) 43.76%,rgb(9,8,15) 113.98%)}.categories-menu-card-circle{position:absolute;z-index:2;display:flex;align-items:center;justify-content:center;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:77px;background:rgba(255,255,255,.2);backdrop-filter:blur(3px);box-shadow:0 5px 5px rgba(0,0,0,.1);transition:transform .3s ease,background .3s ease}.group:hover .categories-menu-card-circle{transform:translate(-50%,-50%) scale(1.1);background:rgba(255,255,255,.3)}.categories-menu-card-blur-bar{position:absolute;bottom:0;left:0;right:0;z-index:2;display:flex;align-items:center;justify-content:center;height:28px;background:rgba(255,255,255,.22);backdrop-filter:blur(1.875px)}.categories-menu-card-blur-bar-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-left:.5rem;padding-right:.5rem;text-align:center;text-transform:uppercase;font-size:13px;font-weight:600;color:rgba(255,255,255,.9);line-height:14.78px}.categories-menu-card-group{display:flex;flex-direction:column;gap:.5rem}.categories-menu-empty{display:flex;height:8rem;align-items:center;justify-content:center}.categories-menu-empty-text{font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.megamenu-loading{height:1.5rem;width:1.5rem;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.megamenu-svg-wrapper{display:flex;align-items:center;justify-content:center}.megamenu-svg-path path{fill:currentColor}.megamenu-container{width:100%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-shadow:0px 0px 80px 0px #00000026;--tw-shadow-colored:0px 0px 80px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.megamenu-container:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 30 32/var(--tw-bg-opacity,1))}.megamenu-inner{padding:1.5rem 1rem}.megamenu-header{margin-bottom:1.5rem;display:flex;align-items:center}.megamenu-header-with-search{justify-content:space-between}.megamenu-header-without-search{justify-content:flex-start}.megamenu-title{font-size:1.25rem;line-height:1.75rem;font-weight:600;--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1))}.megamenu-title:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.megamenu-search-wrapper{display:flex;align-items:center;gap:1rem}.megamenu-search-container{position:relative}.megamenu-search-input-wrapper{position:relative;width:580px}.megamenu-search-input{height:55px;width:100%;border-radius:.5rem;border-color:#6A6A951F;background-color:#6A6A951A;padding-left:3rem;padding-right:1rem;--tw-text-opacity:1;color:rgb(172 172 172/var(--tw-text-opacity,1))}.megamenu-search-input::-moz-placeholder{--tw-text-opacity:1;color:rgb(172 172 172/var(--tw-text-opacity,1))}.megamenu-search-input::placeholder{--tw-text-opacity:1;color:rgb(172 172 172/var(--tw-text-opacity,1))}.megamenu-search-input:focus{outline:2px solid transparent;outline-offset:2px}.megamenu-search-input:is(.dark *){border-width:1px;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.megamenu-search-input:is(.dark *)::-moz-placeholder{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.megamenu-search-input:is(.dark *)::placeholder{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.megamenu-search-icon{position:absolute;left:1rem;top:50%;--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-text-opacity:1;color:rgb(172 172 172/var(--tw-text-opacity,1))}.megamenu-search-icon:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.megamenu-category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}.megamenu-category-item{position:relative;display:flex;height:85px;align-items:center;border-radius:.5rem;background-color:#6a6a9507;padding:1rem;--tw-backdrop-blur:blur(25px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.megamenu-category-item:is(.dark *){background-color:#6A6A9514}.megamenu-category-item:hover{background-color:#6A6A9528}.megamenu-category-icon-wrapper{display:flex;height:42px;width:42px;align-items:center;justify-content:center;border-radius:.5rem;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.group:hover .megamenu-category-icon-wrapper{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.megamenu-category-content{margin-left:.75rem;flex:1 1 0%}.megamenu-category-title{font-weight:500;--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.megamenu-category-title:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.megamenu-category-indicator{position:absolute;right:0;top:0;display:flex;height:100%;align-items:center;opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.group:hover .megamenu-category-indicator{opacity:1}.megamenu-compact-container{width:100%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-shadow:0px 0px 80px 0px #00000026;--tw-shadow-colored:0px 0px 80px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.megamenu-compact-container:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 30 32/var(--tw-bg-opacity,1))}.megamenu-compact-inner{padding:1.25rem 1rem}.megamenu-compact-header{margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between}.megamenu-compact-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.75rem}@media (min-width:640px){.megamenu-compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:768px){.megamenu-compact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.megamenu-compact-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1280px){.megamenu-compact-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.megamenu-compact-item{position:relative;display:flex;width:100%;align-items:center;justify-content:space-between;overflow:hidden;border-radius:12px;padding:.5rem;--tw-backdrop-blur:blur(25px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.megamenu-compact-item-inner{position:relative;z-index:1;display:flex;min-width:0;align-items:center;gap:.75rem;padding-right:.5rem}.megamenu-compact-icon-wrapper{display:flex;align-items:center;justify-content:center;border-radius:6px;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.group:hover .megamenu-compact-icon-wrapper{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.megamenu-compact-icon{height:25px;width:25px}.megamenu-compact-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1rem;line-height:1.5rem;font-weight:600;--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.megamenu-compact-text:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.megamenu-compact-indicator{position:absolute;right:0;top:50%;z-index:2;--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.group:hover .megamenu-compact-indicator{opacity:1}.megamenu-compact-indicator-bar{width:4px;border-top-left-radius:3px;border-bottom-left-radius:3px}.megamenu-compact-hover-overlay{pointer-events:none;position:absolute;inset:0;border-radius:12px;opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.megamenu-compact-hover-overlay:is(.dark *){display:none}.group:hover .megamenu-compact-hover-overlay{opacity:1;background-color:#6A6A9528}.megamenu-compact-border{pointer-events:none;position:absolute;inset:0;border-radius:12px;border-width:1px;border-color:transparent}.megamenu-game-container{width:100%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-shadow:0px 0px 80px 0px #00000026;--tw-shadow-colored:0px 0px 80px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.megamenu-game-container:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 30 32/var(--tw-bg-opacity,1))}.megamenu-game-inner{padding:1.5rem 1rem}.megamenu-game-scroll{display:flex;gap:10px;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:thin}.megamenu-game-scroll::-webkit-scrollbar{display:none}.megamenu-game-grid{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media (min-width:640px){.megamenu-game-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:768px){.megamenu-game-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (min-width:1024px){.megamenu-game-grid{grid-template-columns:repeat(7,minmax(0,1fr))}}.megamenu-game-item{position:relative;aspect-ratio:3/4;width:100%}.megamenu-game-item-inner{position:relative;height:100%;width:100%;overflow:hidden;border-radius:.5rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.megamenu-game-image{position:absolute;inset:0;background-size:cover;background-position:50%;transition-property:transform;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.group:hover .megamenu-game-image{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.megamenu-game-gradient{position:absolute;inset:0;background-image:linear-gradient(to top,var(--tw-gradient-stops));--tw-gradient-from:rgb(0 0 0/0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to);--tw-gradient-to:transparent var(--tw-gradient-to-position)}.megamenu-game-content{position:absolute;bottom:1rem;left:0;right:0;z-index:10;flex-direction:column;text-align:center}.megamenu-game-content,.megamenu-game-icon-wrapper{display:flex;align-items:center;justify-content:center}.megamenu-game-icon-wrapper{margin-bottom:.5rem;height:32px;width:100%}.megamenu-game-icon{display:flex;height:2rem;width:2rem;align-items:center;justify-content:center;border-radius:.5rem}.megamenu-game-title{padding-left:1rem;padding-right:1rem;font-weight:500;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.profile-menu-container{position:absolute;top:11.5%;left:auto;right:auto;z-index:110;margin-top:0;display:flex;width:340px;flex-direction:column;overflow:hidden;border-radius:.5rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-shadow:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.profile-menu-container:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 30 31/var(--tw-bg-opacity,1))}@media (min-width:380px){.profile-menu-container{top:9%}}@media (min-width:768px){.profile-menu-container{position:relative;top:auto;height:auto;width:398px;max-width:284px;border-radius:.5rem}}.profile-menu-header{position:relative;display:flex;width:100%;flex-direction:column;justify-content:space-evenly;gap:8px;padding:1.25rem}.profile-menu-profile-section{position:relative;margin-bottom:.375rem;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.75rem;text-align:center}.profile-menu-profile-section:hover{cursor:pointer}.profile-menu-avatar-wrapper{position:relative;height:48px;width:48px}.profile-menu-avatar-frame{position:absolute;inset:0;z-index:10}.profile-menu-avatar-inner{position:relative;height:100%;width:100%;overflow:hidden;border-radius:.5rem}.profile-menu-avatar-image,.profile-menu-frame-image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.profile-menu-frame-image{position:absolute;inset:0;z-index:20;border-radius:.5rem}.profile-menu-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px}.profile-menu-nickname{font-size:12px;font-weight:600;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.profile-menu-balance-wrapper{display:flex;align-items:center;gap:.25rem}.profile-menu-balance-text{min-width:60px;text-align:left;font-size:12px;font-weight:500;color:#FFFFFF99;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}.profile-menu-eye-button{height:21px;cursor:pointer;padding:.125rem}.profile-menu-eye-button,.profile-menu-eye-icon{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.profile-menu-eye-icon{height:1rem!important;width:1rem!important}.profile-menu-buttons-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.profile-menu-button{position:relative;display:flex;height:37px;width:100%;align-items:center;justify-content:space-between;border-radius:.5rem;background-color:#FFFFFF1A;padding-left:.75rem;padding-right:.75rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));--tw-backdrop-blur:blur(12px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.profile-menu-button:hover{background-color:#ffffff56}.profile-menu-button-text{font-size:12px;font-weight:600;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.profile-menu-button-icon-wrapper{position:relative}.profile-menu-button-icon{height:1rem;width:1rem}.profile-menu-button-badge{position:absolute;top:-6px;right:-6px;display:flex;height:16px;min-width:16px;align-items:center;justify-content:center;border-radius:9999px;--tw-bg-opacity:1;background-color:rgb(255 85 1/var(--tw-bg-opacity,1));padding-left:.25rem;padding-right:.25rem;font-size:10px;font-weight:600;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.profile-menu-button-theme{display:flex;height:37px;width:100%;align-items:center;justify-content:space-between;border-radius:.5rem;background-color:#FFFFFF1A;padding-left:.75rem;padding-right:.75rem;--tw-backdrop-blur:blur(12px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.profile-menu-button-theme:hover{background-color:#ffffff56}.profile-menu-button-wallet{display:flex;height:37px;width:100%;align-items:center;justify-content:space-between;border-radius:.5rem;background-color:#FFFFFF1A;padding-left:.75rem;padding-right:.75rem;--tw-backdrop-blur:blur(12px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.profile-menu-button-wallet:hover{background-color:#ffffff56}.profile-menu-button-store-panel{position:relative;display:flex;height:44px;width:100%;cursor:pointer;align-items:center;justify-content:center;border-radius:.5rem}.profile-menu-store-panel-border-wrapper{height:2.5rem;background-color:transparent;padding:1px}.profile-menu-store-panel-border-wrapper,.profile-menu-store-panel-inner{position:relative;display:flex;width:100%;align-items:center;justify-content:center;overflow:hidden;border-radius:6px}.profile-menu-store-panel-inner{z-index:2;height:38px;--tw-bg-opacity:1;background-color:rgb(255 85 1/var(--tw-bg-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1);box-shadow:inset 0 .246269px 10.8604px #FF5500;filter:drop-shadow(0 .985075px 11.2052px rgba(255,85,0,.69))}.profile-menu-button-store-panel:hover .profile-menu-store-panel-inner{--tw-bg-opacity:1;background-color:rgb(230 77 1/var(--tw-bg-opacity,1))}.profile-menu-store-panel-glow{pointer-events:none;position:absolute;left:50%;bottom:-44px;z-index:0;height:100%;max-height:60px;width:5rem;--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:9999px;background-color:rgba(255,255,255,.4);--tw-blur:blur(10px);transition-property:all;transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.profile-menu-button-store-panel:hover .profile-menu-store-panel-glow,.profile-menu-store-panel-glow{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.profile-menu-button-store-panel:hover .profile-menu-store-panel-glow{bottom:-30px;--tw-blur:blur(12px)}.profile-menu-store-panel-border-glow{pointer-events:none;position:absolute;z-index:0;height:50px;width:50px;animation:rotate-border-glow 3s linear infinite;border-radius:9999px;background-color:rgba(255,255,255,.9);--tw-blur:blur(6px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}@keyframes rotate-border-glow{0%{left:-25px;top:50%;transform:translateY(-50%)}25%{left:50%;top:-25px;transform:translateX(-50%)}50%{left:calc(100% - 25px);top:50%;transform:translateY(-50%)}75%{left:50%;top:calc(100% - 25px);transform:translateX(-50%)}to{left:-25px;top:50%;transform:translateY(-50%)}}.profile-menu-store-panel-content{position:relative;z-index:10;display:flex;align-items:center;justify-content:center;gap:.5rem}.profile-menu-store-panel-icon{height:1rem;width:1rem}.profile-menu-store-panel-text{font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:12px;font-weight:600;line-height:14px;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.profile-menu-content{flex:1 1 0%;overflow:auto}.profile-menu-content-inner{max-height:337px;overflow-y:auto;padding:.5rem}@media (min-width:768px){.profile-menu-content-inner{max-height:none}}.profile-menu-item{position:relative;cursor:pointer}.profile-menu-item-inner{display:flex;align-items:center;gap:.5rem;padding:.75rem;opacity:1;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.profile-menu-item-inner:is(.dark *){opacity:.3}.group:hover .profile-menu-item-inner{opacity:1}.profile-menu-item-content{display:flex;align-items:center;gap:.75rem}.profile-menu-item-icon{display:flex;width:20px;color:#48484899}.profile-menu-item-icon:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.profile-menu-item-text{font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:500;color:#48484899;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.profile-menu-item-text:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.group:hover .profile-menu-item-text{--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1))}.group:hover .profile-menu-item-text:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.profile-menu-logout{position:relative;cursor:pointer}.profile-menu-logout-icon{width:20px;color:var(--color-primary)}.dark .profile-menu-logout-icon{color:var(--text-dark-primary)}.profile-menu-logout-text{font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;font-weight:500;color:#48545F66;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.profile-menu-logout-text:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.group:hover .profile-menu-logout-text{--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1))}.group:hover .profile-menu-logout-text:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.searchbar-skeleton-wrapper{width:100%;min-width:0;max-width:330px}@media (min-width:640px){.searchbar-skeleton-wrapper{max-width:580px}}.searchbar-skeleton-container{position:relative}.searchbar-skeleton-input{height:52px;width:100%;border-radius:.5rem;border-width:1px;border-color:#6A6A951F;--tw-bg-opacity:1;background-color:rgb(249 249 251/var(--tw-bg-opacity,1));padding-left:3rem;padding-right:1rem;--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1))}.searchbar-skeleton-input::-moz-placeholder{--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1));-moz-transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.searchbar-skeleton-input::placeholder{--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.searchbar-skeleton-input:focus{outline:2px solid transparent;outline-offset:2px}.searchbar-skeleton-input:is(.dark *){--tw-bg-opacity:1;background-color:rgb(29 29 33/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.searchbar-skeleton-input:is(.dark *)::-moz-placeholder{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.searchbar-skeleton-input:is(.dark *)::placeholder{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}@media (min-width:640px){.searchbar-skeleton-input{background-color:#6A6A951A}}.searchbar-skeleton-input-inner{display:flex;height:100%;align-items:center}.searchbar-skeleton-placeholder{height:1rem;width:8rem;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.searchbar-skeleton-placeholder:is(.dark *){--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.searchbar-skeleton-icon{position:absolute;left:1rem;top:50%;height:1.25rem;width:1.25rem;--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.searchbar-skeleton-icon:is(.dark *){--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.searchbar-skeleton-button{position:absolute;right:0;top:0;display:none;height:52px;width:45px;align-items:center;justify-content:center;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;--tw-bg-opacity:1;background-color:rgb(255 85 1/var(--tw-bg-opacity,1))}@media (min-width:640px){.searchbar-skeleton-button{display:flex}}.searchbar-skeleton-button-icon{height:1.25rem;width:1.25rem;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.25rem;background-color:rgb(255 255 255/.5)}.searchbar-skeleton-list{padding:1rem}.searchbar-skeleton-list-inner>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.searchbar-skeleton-list-item{display:flex;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(228 228 228/var(--tw-border-opacity,1))}.searchbar-skeleton-list-item:last-child{border-bottom-width:0}.searchbar-skeleton-list-item:is(.dark *){border-color:#6A6A951F}.searchbar-skeleton-list-category{display:flex;width:120px;flex-shrink:0;align-items:flex-end;gap:.5rem;--tw-bg-opacity:1;background-color:rgb(249 249 251/var(--tw-bg-opacity,1));padding:.75rem 1rem}.searchbar-skeleton-list-category:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 30 31/var(--tw-bg-opacity,1))}.searchbar-skeleton-list-category-text{height:1rem;width:4rem;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.searchbar-skeleton-list-category-text:is(.dark *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.searchbar-skeleton-list-content{flex:1 1 0%}.searchbar-skeleton-list-content-inner>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.searchbar-skeleton-list-content-item{display:flex;min-width:0;align-items:center;gap:.5rem;padding:.5rem}@media (min-width:640px){.searchbar-skeleton-list-content-item{gap:.75rem;padding-left:.75rem;padding-right:.75rem}}.searchbar-skeleton-list-content-image{height:2rem;width:2rem;flex-shrink:0;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.5rem;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.searchbar-skeleton-list-content-image:is(.dark *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}@media (min-width:640px){.searchbar-skeleton-list-content-image{height:2.25rem;width:2.25rem}}.searchbar-skeleton-list-content-text{min-width:0;flex:1 1 0%}.searchbar-skeleton-list-content-text>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.searchbar-skeleton-list-content-title{height:.75rem;width:75%;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.searchbar-skeleton-list-content-title:is(.dark *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.searchbar-skeleton-list-content-subtitle{height:.5rem;width:50%;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.searchbar-skeleton-list-content-subtitle:is(.dark *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.searchbar-skeleton-featured{padding:1rem}.searchbar-skeleton-featured-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}@media (min-width:640px){.searchbar-skeleton-featured-grid{gap:1rem}}.searchbar-skeleton-featured-item{border-radius:.5rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(228 228 228/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:.75rem}.searchbar-skeleton-featured-item:is(.dark *){border-color:#6A6A951F;--tw-bg-opacity:1;background-color:rgb(38 38 43/var(--tw-bg-opacity,1))}.searchbar-skeleton-featured-item-inner>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.searchbar-skeleton-featured-image{height:8rem;width:100%;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.5rem;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.searchbar-skeleton-featured-image:is(.dark *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.searchbar-skeleton-featured-content>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.searchbar-skeleton-featured-title{height:.75rem;width:75%;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.searchbar-skeleton-featured-title:is(.dark *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.searchbar-skeleton-featured-subtitle{height:.75rem;width:50%;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.searchbar-skeleton-featured-subtitle:is(.dark *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.searchbar-skeleton-featured-price{height:1rem;width:33.333333%;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.searchbar-skeleton-featured-price:is(.dark *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.searchbar-wrapper{position:relative;width:100%;min-width:0;max-width:650px}.searchbar-container{position:absolute;top:80px;width:100%}@media (min-width:768px){.searchbar-container{top:200px}}.searchbar-input{height:52px;width:100%;border-radius:.5rem;border-width:1px;border-color:#6A6A951F;padding-left:3rem;padding-right:1rem;--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1))}.searchbar-input::-moz-placeholder{--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1));-moz-transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.searchbar-input::placeholder{--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.searchbar-input:focus{outline:2px solid transparent;outline-offset:2px}.searchbar-input:is(.dark *){--tw-bg-opacity:1;background-color:rgb(29 29 33/var(--tw-bg-opacity,1))}.searchbar-input:is(.dark *)::-moz-placeholder{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.searchbar-input:is(.dark *)::placeholder{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}@media (min-width:768px){.searchbar-input:is(.dark *){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.searchbar-input:is(.dark *)::-moz-placeholder{--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1))}.searchbar-input:is(.dark *)::placeholder{--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1))}}.searchbar-icon{position:absolute;left:1rem;top:50%;--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.searchbar-icon-light:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}@media (min-width:768px){.searchbar-icon-light:is(.dark *){--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1))}}.searchbar-button{position:absolute;right:0;top:0;display:none;height:52px;width:45px;align-items:center;justify-content:center;border-top-right-radius:.5rem;border-bottom-right-radius:.5rem;--tw-bg-opacity:1;background-color:rgb(255 85 1/var(--tw-bg-opacity,1))}.searchbar-button-icon{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.searchbar-dropdown{position:absolute;left:0;right:0;top:55px;z-index:50;max-height:400px;max-width:750px;overflow-y:auto;border-radius:.5rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(228 228 228/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-shadow:0 25px 50px -12px rgb(0 0 0/0.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);--tw-backdrop-blur:blur(4px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.searchbar-dropdown:is(.dark *){border-color:#6A6A951F;--tw-bg-opacity:1;background-color:rgb(38 38 43/var(--tw-bg-opacity,1))}@media (min-width:380px){.searchbar-dropdown{max-height:600px}}@media (min-width:768px){.searchbar-dropdown{overflow-x:hidden}}.searchbar-dropdown-empty{padding:1.5rem}.searchbar-dropdown-empty-text{text-align:center;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1))}.searchbar-dropdown-empty-text:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.searchbar-dropdown-featured{padding:1rem}.searchbar-dropdown-featured-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}@media (min-width:640px){.searchbar-dropdown-featured-grid{gap:1rem}}.searchbar-results-section{display:flex;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(228 228 228/var(--tw-border-opacity,1))}.searchbar-results-section:last-child{border-bottom-width:0}.searchbar-results-section:is(.dark *){border-color:#6A6A951F}.searchbar-results-category{display:flex;width:110px;flex-shrink:0;align-items:flex-end;gap:.5rem;--tw-bg-opacity:1;background-color:rgb(249 249 251/var(--tw-bg-opacity,1));padding:.75rem 1rem}.searchbar-results-category:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 30 31/var(--tw-bg-opacity,1))}@media (min-width:768px){.searchbar-results-category{width:120px}}.searchbar-results-category-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:500;--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1))}.searchbar-results-category-text:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.searchbar-results-content{flex:1 1 0%}.searchbar-results-content-inner>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.searchbar-results-item{display:flex;min-width:0;align-items:center;gap:.5rem;padding:.5rem;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.searchbar-results-item:hover{--tw-bg-opacity:1;background-color:rgb(249 249 251/var(--tw-bg-opacity,1))}.searchbar-results-item:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(45 45 47/var(--tw-bg-opacity,1))}@media (min-width:640px){.searchbar-results-item{gap:.75rem;padding-left:.75rem;padding-right:.75rem}}.searchbar-results-item-icon{display:flex;height:2rem;width:2rem;flex-shrink:0;align-items:center;justify-content:center;overflow:hidden;border-radius:.5rem}@media (min-width:640px){.searchbar-results-item-icon{height:2.25rem;width:2.25rem}}.searchbar-results-item-content{min-width:0;flex:1 1 0%}.searchbar-results-item-title{max-width:150px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1))}.searchbar-results-item-title:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}@media (min-width:640px){.searchbar-results-item-title{font-size:15px}}@media (min-width:768px){.searchbar-results-item-title{max-width:-moz-fit-content;max-width:fit-content}}.searchbar-results-item-subtitle-wrapper{display:flex;min-width:0;align-items:center;justify-content:space-between}.searchbar-results-item-subtitle{display:none;min-width:0;flex:1 1 0%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:12px;--tw-text-opacity:1;color:rgb(143 143 143/var(--tw-text-opacity,1))}.searchbar-results-item-subtitle:is(.dark *){--tw-text-opacity:1;color:rgb(72 84 95/var(--tw-text-opacity,1))}@media (min-width:640px){.searchbar-results-item-subtitle{font-size:13px}}@media (min-width:768px){.searchbar-results-item-subtitle{display:flex}}.searchbar-results-item-price{margin-left:.5rem;display:flex;flex-shrink:0;align-items:center;gap:.25rem}.searchbar-results-item-discount{border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1));padding:.125rem .25rem;font-size:10px;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.searchbar-results-item-price-text{font-size:13px;font-weight:600;color:var(--color-primary)}.header-wrapper{position:relative;width:100%}.header-main{position:sticky;top:0;z-index:15;display:flex;width:100%;align-items:center;border-width:1px;--tw-border-opacity:1;border-color:rgb(228 228 228/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.header-main:is(.dark *){--tw-border-opacity:1;border-color:rgb(45 45 47/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(30 30 31/var(--tw-bg-opacity,1))}.header-mobile{display:flex;height:78px;align-items:center;justify-content:space-between;padding:10px}@media (min-width:1024px){.header-mobile{display:none}}.header-mobile-left{display:flex;align-items:center;gap:.5rem}.header-mobile-menu-button{display:flex;height:35px;width:35px;align-items:center;justify-content:center;border-radius:.5rem}@media (min-width:768px){.header-mobile-menu-button{height:44px;width:44px}}.header-mobile-menu-button{background-color:var(--border-light-secondary)}.header-mobile-logo{font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.25rem;line-height:1.75rem;font-weight:700}.header-mobile-logo-image{width:120px}.header-mobile-right{display:flex;align-items:center;gap:10px}.header-mobile-notification-button{display:flex;height:35px;width:35px;cursor:pointer;align-items:center;justify-content:center;border-radius:.5rem}@media (min-width:768px){.header-mobile-notification-button{height:44px;width:44px}}.header-mobile-notification-button{background-color:var(--border-light-secondary)}.header-mobile-theme-button{display:flex;height:35px;width:35px;align-items:center;justify-content:center;border-radius:.5rem}@media (min-width:768px){.header-mobile-theme-button{height:44px;width:44px}}.header-mobile-theme-button{background-color:var(--border-light-secondary)}.header-mobile-search-button{display:flex;height:35px;width:35px;align-items:center;justify-content:center;border-radius:.5rem}@media (min-width:768px){.header-mobile-search-button{height:44px;width:44px}}.header-mobile-search-button{background-color:var(--border-light-secondary)}.header-desktop{display:none;width:100%;gap:1rem}@media (min-width:1024px){.header-desktop{display:grid;height:80px;grid-template-columns:1fr auto 1fr;align-items:center}}.header-desktop-nav{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}@media (min-width:768px){.header-desktop-nav{gap:1.5rem}}.header-desktop-categories-wrapper{position:relative}.header-desktop-categories-button{display:none;height:40px;width:180px;cursor:pointer;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;background-color:#6A6A951A;padding:5px 11px;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1))}.header-desktop-categories-button:is(.dark *){background-color:#6A6A951A;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}@media (min-width:640px){.header-desktop-categories-button{display:inline-flex}}.dark .header-desktop-categories-button{color:var(--text-dark-primary)}.header-desktop-link{display:none;align-items:center;gap:.25rem;font-size:.875rem;line-height:1.25rem;font-weight:500}@media (min-width:640px){.header-desktop-link{display:flex}}.header-desktop-link{color:var(--text-light-primary)}.dark .header-desktop-link{color:var(--text-dark-primary)}.header-desktop-link-text{display:none;padding:.25rem;font-size:15px;font-weight:500}@media (min-width:768px){.header-desktop-link-text{display:block}}.header-desktop-link-icon{display:flex;height:45px;width:45px;align-items:center;justify-content:center;border-radius:.5rem;background-color:#6A6A951A}@media (min-width:768px){.header-desktop-link-icon{height:40px;width:40px}}.header-desktop-link-icon-svg{font-size:24px}.header-desktop-logo{flex-shrink:0;justify-self:center;font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1.25rem;line-height:1.75rem;font-weight:700}.header-desktop-logo-image{width:185px}.header-desktop-right{display:flex;min-width:0;flex-shrink:0;align-items:center}.header-desktop-right>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.header-desktop-right{justify-self:end}.header-desktop-search-button,.header-desktop-theme-button{display:flex;height:45px;width:45px;align-items:center;justify-content:center;border-radius:.5rem;background-color:#6A6A951A}.header-desktop-profile-wrapper{position:relative}.header-desktop-profile-button{display:flex;max-width:140px;flex-shrink:0;align-items:center;gap:.5rem}.header-desktop-profile-button:hover{cursor:pointer}@media (min-width:1280px){.header-desktop-profile-button{max-width:170px}}.header-desktop-profile-avatar-wrapper{position:relative;height:48px;width:48px;flex-shrink:0}.header-desktop-profile-avatar-frame{position:absolute;inset:0;z-index:10}.header-desktop-profile-avatar-inner{position:relative;height:100%;width:100%;overflow:hidden;border-radius:.5rem}.header-desktop-profile-avatar-image,.header-desktop-profile-frame-image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.header-desktop-profile-frame-image{position:absolute;inset:0;z-index:10;border-radius:.5rem}.header-desktop-profile-info{display:flex;min-width:0;flex-direction:column}.header-desktop-profile-nickname{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;font-size:14px;font-weight:500;letter-spacing:-.01em}@media (min-width:1280px){.header-desktop-profile-nickname{font-size:16px}}.header-desktop-profile-nickname{color:var(--text-light-primary)}.dark .header-desktop-profile-name{color:var(--text-dark-primary)}.header-desktop-profile-balance-wrapper{display:flex;align-items:center;gap:.25rem}.header-desktop-profile-balance{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;font-size:12px;font-weight:700;letter-spacing:-.01em;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;color:var(--color-primary)}.header-desktop-profile-eye-button{display:flex;cursor:pointer;align-items:center;justify-content:center}.header-desktop-profile-eye-icon{height:1rem!important;width:1rem!important;color:var(--color-primary)}.header-desktop-profile-menu-position{position:absolute;top:calc(100% + 10px);right:0}.header-desktop-add-listing-button{position:relative;display:flex;height:46px;flex-shrink:0;align-items:center;gap:.5rem;overflow:hidden;border-radius:.5rem;padding-left:.75rem;padding-right:.75rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}@media (min-width:1280px){.header-desktop-add-listing-button{padding-left:1rem;padding-right:1rem}}.header-desktop-add-listing-button{background-color:var(--color-primary)}.header-desktop-add-listing-button:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3) 50%,transparent);animation:shimmer 3s infinite;transform:translateX(-100%)}.header-desktop-add-listing-text{display:none;white-space:nowrap;font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.5rem;font-weight:500;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}@media (min-width:1280px){.header-desktop-add-listing-text{display:inline}}.header-desktop-login-button{display:flex;height:45px;flex-shrink:0;align-items:center;gap:.375rem;white-space:nowrap;border-radius:.5rem;--tw-bg-opacity:1;background-color:rgb(72 84 95/var(--tw-bg-opacity,1));padding-left:.75rem;padding-right:.75rem;font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:500;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}@media (min-width:1280px){.header-desktop-login-button{padding-left:1rem;padding-right:1rem}}.header-mobile-login-button{display:flex;height:35px;width:35px;align-items:center;justify-content:center;border-radius:.5rem;--tw-bg-opacity:1;background-color:rgb(72 84 95/var(--tw-bg-opacity,1))}@media (min-width:768px){.header-mobile-login-button{height:44px;width:44px}}.header-desktop-login-text{display:none}@media (min-width:1280px){.header-desktop-login-text{display:inline}}.header-mobile-search-overlay{visibility:visible;position:fixed;inset:0;z-index:101;background-color:rgb(0 0 0/.8);padding:1.25rem;opacity:1;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.header-mobile-search-wrapper{position:relative;width:100%;justify-content:center}@media (min-width:768px){.header-mobile-search-wrapper{display:flex}}@media (min-width:1024px){.header-mobile-bottom-bar{display:none}}.header-mobile-bottom-guest-text{display:flex;flex-direction:column;padding-left:.5rem;font-size:10px;--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1))}.header-mobile-bottom-guest-text:is(.dark *){color:#FFFFFF66}.header-mobile-bottom-guest-line{position:absolute;top:23px;left:17px;height:25px;width:1px;--tw-bg-opacity:1;background-color:rgb(228 228 228/var(--tw-bg-opacity,1))}.header-mobile-bottom-guest-line:is(.dark *){--tw-bg-opacity:1;background-color:rgb(189 184 184/var(--tw-bg-opacity,1))}.header-mobile-bottom-guest-buttons{display:flex;gap:.75rem}.header-mobile-bottom-guest-button{display:flex;height:40px;width:110px;flex:1 1 0%;align-items:center;justify-content:center;gap:.375rem;border-radius:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.header-mobile-bottom-guest-button-register{--tw-bg-opacity:1;background-color:rgb(17 211 119/var(--tw-bg-opacity,1))}.header-mobile-bottom-guest-button-login{--tw-bg-opacity:1;background-color:rgb(255 85 1/var(--tw-bg-opacity,1))}.header-mobile-bottom-user-button{position:relative;display:flex;height:35px;width:35px;align-items:center;justify-content:center;border-radius:.5rem}@media (min-width:768px){.header-mobile-bottom-user-button{height:44px;width:44px}}.header-mobile-bottom-user-button-active{--tw-bg-opacity:1;background-color:rgb(255 85 1/var(--tw-bg-opacity,1))}.header-mobile-bottom-user-button-inactive{background-color:var(--border-light-secondary)}.header-mobile-profile-overlay{position:fixed;inset:0;z-index:102;background-color:rgb(0 0 0/.5)}@media (min-width:1024px){.header-mobile-profile-overlay{display:none}}.header-mobile-profile-wrapper{display:flex;height:100%;width:100%;align-items:center;justify-content:center}.header-mobile-menu{position:fixed;inset:0;z-index:30}@media (min-width:1024px){.header-mobile-menu{display:none}}.header-mobile-menu{pointer-events:none}.header-mobile-menu-open{pointer-events:auto}.header-mobile-menu-overlay{position:absolute;inset:0;background-color:rgb(0 0 0/.6);opacity:0;transition:opacity .3s ease-out}.header-mobile-menu-open .header-mobile-menu-overlay{opacity:1}.header-mobile-menu-content{position:absolute;left:0;top:0;height:100%;width:100%;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.header-mobile-menu-content:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 30 31/var(--tw-bg-opacity,1))}.header-mobile-menu-content{transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.header-mobile-menu-open .header-mobile-menu-content{transform:translateX(0)}.header-mobile-menu-top{display:flex;align-items:center;justify-content:flex-start;gap:1rem;border-bottom-width:1px;padding:1rem}.header-mobile-menu-top:is(.dark *){--tw-border-opacity:1;border-color:rgb(45 45 47/var(--tw-border-opacity,1))}.header-mobile-menu-close-button{display:flex;height:50px;width:50px;align-items:center;justify-content:center;border-radius:.5rem;--tw-bg-opacity:1;background-color:rgb(183 2 2/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.header-mobile-menu-body{display:flex;height:calc(100% - 206px)}.header-mobile-menu-footer{display:grid;height:136px;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:1rem}.header-mobile-menu-footer:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 30 31/var(--tw-bg-opacity,1))}.header-mobile-menu-footer-link{display:flex;height:80px;width:100%;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;border-radius:.5rem;background-color:#FF55011A;padding-top:1rem;padding-bottom:1rem;--tw-text-opacity:1;color:rgb(255 85 1/var(--tw-text-opacity,1))}.header-mobile-menu-footer-link:hover{--tw-bg-opacity:1;background-color:rgb(255 85 1/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.header-mobile-menu-footer-icon{height:1.5rem;width:1.5rem;flex-shrink:0;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;display:inline-flex!important;align-items:center;justify-content:center;color:#FF5501}.header-mobile-menu-footer-icon svg{width:100%!important;height:100%!important;display:block!important;fill:#FF5501!important}.header-mobile-menu-footer-icon svg g,.header-mobile-menu-footer-icon svg path,.header-mobile-menu-footer-icon svg use{fill:#FF5501!important;color:#FF5501}.group:hover .header-mobile-menu-footer-icon{color:white!important}.group:hover .header-mobile-menu-footer-icon svg{fill:white!important}.group:hover .header-mobile-menu-footer-icon svg g,.group:hover .header-mobile-menu-footer-icon svg path,.group:hover .header-mobile-menu-footer-icon svg use{fill:white!important;color:white!important}.header-mobile-menu-footer-text{margin-top:.25rem;font-size:.75rem;line-height:1rem;--tw-text-opacity:1;color:rgb(255 85 1/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.group:hover .header-mobile-menu-footer-text{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.header-icon{color:var(--text-light-primary)}.dark .header-icon{color:var(--text-dark-primary)}.header-icon-primary{color:var(--color-primary)}.blog-slider-image-wrap img{-o-object-position:center!important;object-position:center!important}.header-menu-bar{display:none;height:auto;align-items:center;border-bottom-width:1px;border-color:rgb(255 255 255/.05);--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.header-menu-bar:is(.dark *){--tw-bg-opacity:1;background-color:rgb(45 45 45/var(--tw-bg-opacity,1))}@media (min-width:1024px){.header-menu-bar{display:flex}}@media (min-width:1280px){.header-menu-bar{height:60px}}.dark .header-menu-bar{--tw-bg-opacity:1;background-color:rgb(30 30 30/var(--tw-bg-opacity,1))}.header-menu-bar-nav{display:flex;min-height:3rem;flex-wrap:wrap;align-items:center;gap:0}@media (min-width:1280px){.header-menu-bar-nav{gap:25px}}.header-menu-bar-item{display:flex;width:100%;cursor:pointer;align-items:center;gap:.5rem;border-style:none;background-color:transparent;padding:.625rem .875rem;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1));text-decoration-line:none;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.header-menu-bar-icon{display:flex;height:2.25rem;width:2.25rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:.5rem;border-width:2px;border-color:transparent;transition-property:border-color,box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}@media (min-width:1280px){.header-menu-bar-icon{height:2.5rem;width:2.5rem}}.header-menu-bar-label{white-space:nowrap;font-size:.75rem;line-height:1rem;font-weight:600;text-transform:uppercase;--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1))}.header-menu-bar-label:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}@media (min-width:1280px){.header-menu-bar-label{font-size:.875rem;line-height:1.25rem}}.header-menu-bar-chevron{flex-shrink:0;opacity:.7;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.header-menu-bar-item-wrapper-open .header-menu-bar-chevron,.header-menu-bar-item-wrapper:hover .header-menu-bar-chevron{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.header-menu-bar-item-wrapper-open .header-menu-bar-arrow,.header-menu-bar-item-wrapper-open .header-menu-bar-label,.header-menu-bar-item-wrapper:hover .header-menu-bar-arrow,.header-menu-bar-item-wrapper:hover .header-menu-bar-chevron,.header-menu-bar-item-wrapper:hover .header-menu-bar-label{color:var(--header-icon-color)}.header-menu-bar-dropdown{position:absolute;left:0;right:0;top:100%;z-index:50;display:flex;align-items:center;justify-content:center;border-top-width:1px;--tw-border-opacity:1;border-color:rgb(228 228 228/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(251 251 251/var(--tw-bg-opacity,1));padding-top:20px;padding-bottom:20px;--tw-shadow:0 20px 25px -5px rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);transition-property:opacity,transform,visibility;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;transition-timing-function:cubic-bezier(0,0,.2,1)}.header-menu-bar-dropdown:is(.dark *){--tw-border-opacity:1;border-color:rgb(45 45 47/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(30 30 32/var(--tw-bg-opacity,1))}.header-menu-bar-dropdown-closed{pointer-events:none;visibility:hidden;--tw-translate-y:-1rem;opacity:0}.header-menu-bar-dropdown-closed,.header-menu-bar-dropdown-open{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.header-menu-bar-dropdown-open{pointer-events:auto;visibility:visible;--tw-translate-y:0px;opacity:1}.dark .header-menu-bar-dropdown{--tw-bg-opacity:1;background-color:rgb(26 26 26/var(--tw-bg-opacity,1))}.header-menu-bar-dropdown-inner{margin-left:auto;margin-right:auto;display:flex;max-height:530px;flex-wrap:wrap;justify-content:flex-start;gap:10px;overflow-x:auto;overflow-y:auto;padding-left:1rem;padding-right:1rem;scrollbar-width:thin}.header-menu-bar-dropdown-card{position:relative;display:block;min-height:260px;width:204px;flex:none;overflow:hidden;border-radius:.75rem;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));text-decoration-line:none;transition-property:box-shadow,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.header-menu-bar-dropdown-card:hover{--tw-shadow:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.header-menu-bar-dropdown-card-bg{position:absolute;inset:0;min-height:260px;--tw-bg-opacity:1;background-color:rgb(51 51 51/var(--tw-bg-opacity,1));background-size:cover;background-position:50%;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.4s;transition-timing-function:cubic-bezier(0,0,.2,1)}.header-menu-bar-dropdown-card:hover .header-menu-bar-dropdown-card-bg{--tw-scale-x:1.08;--tw-scale-y:1.08;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.header-menu-bar-dropdown-card-bg:after{position:absolute;inset:0;background-image:linear-gradient(179.01deg,rgba(9,8,15,0) 43.76%,#09080F 113.98%);--tw-content:"";content:var(--tw-content)}.header-menu-bar-dropdown-card-content{position:absolute;bottom:0;left:0;right:0;display:flex;flex-direction:column;align-items:center;gap:10px;padding:1rem .75rem .75rem}.header-menu-bar-dropdown-card-label{text-align:center;font-size:15px;font-weight:700;line-height:1.25;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));--tw-drop-shadow:drop-shadow(0 1px 2px rgba(0,0,0,0.8));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.categories-menu-left-item-arrow{transform:rotate(271deg)}#nprogress .bar{background:var(--color-primary,#FF5501);height:3px}#nprogress .peg{box-shadow:0 0 10px var(--color-primary,#FF5501),0 0 5px var(--color-primary,#FF5501)}body,html{width:100%;min-width:100%}@media only screen and (max-width:1024px){body,html{overflow-x:hidden!important}.header-wrapper,body,footer,html,main{width:100%!important;min-width:100%!important;max-width:100vw!important}}:root{--color-primary:#FF5501;--color-primary-hover:#FF5501/90;--color-primary-light:#FF550126;--color-success:#3CB339;--color-info:#417DFF;--color-purple:#612037;--color-orange-yellow:#FFA52F;--bg-light-primary:#FFFFFF;--bg-light-secondary:#F0F1F9;--bg-light-tertiary:#F0F1F9;--bg-light-section:#F0F1F9;--bg-dark-primary:#121212;--bg-dark-secondary:#1E1E1F;--bg-dark-tertiary:#2D2D2F;--bg-dark-section:#121212;--bg-dark-card:#1E1E1F;--bg-dark-hover:#2a2a2b;--text-light-primary:#484848;--text-light-secondary:#3C3D45;--text-light-tertiary:#48545F;--text-light-muted:#48484866;--text-light-muted-alt:#8F8F8F;--text-light-discount:#989898;--text-dark-primary:#FFFFFF;--text-dark-secondary:#FFFFFF80;--text-dark-tertiary:#FFFFFF60;--text-dark-muted:#ffffff66;--text-dark-muted-alt:#727276;--border-light-primary:#E4E4E4;--border-light-secondary:#6A6A951A;--border-light-tertiary:#6A6A9526;--border-light-quaternary:#6A6A951F;--border-dark-primary:#2C2C2D;--border-dark-secondary:#FFFFFF33;--badge-bg-light:#F6F6F61A;--badge-bg-dark:#F6F6F61A;--overlay-light:rgba(0,0,0,0.4);--overlay-dark:rgba(255,255,255,0.1)}.dark{--bg-light-primary:var(--bg-dark-primary);--bg-light-secondary:var(--bg-dark-secondary);--bg-light-tertiary:var(--bg-dark-tertiary);--bg-light-section:var(--bg-dark-section);--text-light-primary:var(--text-dark-primary);--text-light-secondary:var(--text-dark-secondary);--text-light-tertiary:var(--text-dark-tertiary);--text-light-muted:var(--text-dark-muted);--border-light-primary:var(--border-dark-primary);--border-light-secondary:var(--border-dark-secondary)}@font-face{font-family:Gilroy;src:url(/assets/fonts/gilroy/Gilroy-Light.woff2) format("woff2"),url(/assets/fonts/gilroy/Gilroy-Light.woff) format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/assets/fonts/gilroy/Gilroy-Regular.woff2) format("woff2"),url(/assets/fonts/gilroy/Gilroy-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/assets/fonts/gilroy/Gilroy-Medium.woff2) format("woff2"),url(/assets/fonts/gilroy/Gilroy-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/assets/fonts/gilroy/Gilroy-SemiBold.woff2) format("woff2"),url(/assets/fonts/gilroy/Gilroy-SemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/assets/fonts/gilroy/Gilroy-Bold.woff2) format("woff2"),url(/assets/fonts/gilroy/Gilroy-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/assets/fonts/gilroy/Gilroy-ExtraBold.woff2) format("woff2"),url(/assets/fonts/gilroy/Gilroy-ExtraBold.woff) format("woff");font-weight:800;font-style:normal;font-display:swap}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246/0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246/0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }

/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media (min-width:380px){.\!container{max-width:380px!important}.container{max-width:380px}}@media (min-width:430px){.\!container{max-width:430px!important}.container{max-width:430px}}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.topbar-link{font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.75rem;line-height:1rem;font-weight:600;line-height:14.52px;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.topbar-link:hover{color:rgb(255 255 255/.9)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.-inset-\[2px\]{inset:-2px}.inset-0{inset:0}.inset-\[-10px\]{inset:-10px}.inset-\[2px\]{inset:2px}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-bottom-2{bottom:-.5rem}.-bottom-\[22px\]{bottom:-22px}.-right-1{right:-.25rem}.-right-2{right:-.5rem}.-top-1{top:-.25rem}.-top-2{top:-.5rem}.-top-8{top:-2rem}.-top-\[10px\]{top:-10px}.-top-\[11px\]{top:-11px}.-top-\[23px\]{top:-23px}.bottom-0{bottom:0}.bottom-20{bottom:5rem}.bottom-3{bottom:.75rem}.bottom-4{bottom:1rem}.bottom-6{bottom:1.5rem}.bottom-8{bottom:2rem}.bottom-\[-0\.5px\]{bottom:-.5px}.bottom-\[-10px\]{bottom:-10px}.bottom-\[-15px\]{bottom:-15px}.bottom-\[-1px\]{bottom:-1px}.bottom-\[-20px\]{bottom:-20px}.bottom-\[-2px\]{bottom:-2px}.bottom-\[-30px\]{bottom:-30px}.bottom-\[-5px\]{bottom:-5px}.bottom-\[10px\]{bottom:10px}.bottom-\[12px\]{bottom:12px}.bottom-\[14px\]{bottom:14px}.bottom-\[16px\]{bottom:16px}.bottom-\[18px\]{bottom:18px}.bottom-\[24px\]{bottom:24px}.bottom-\[28px\]{bottom:28px}.bottom-\[2px\]{bottom:2px}.bottom-\[7px\]{bottom:7px}.bottom-\[8px\]{bottom:8px}.bottom-full{bottom:100%}.left-0{left:0}.left-0\.5{left:.125rem}.left-1{left:.25rem}.left-1\/2{left:50%}.left-2{left:.5rem}.left-3{left:.75rem}.left-4{left:1rem}.left-6{left:1.5rem}.left-7{left:1.75rem}.left-\[-20px\]{left:-20px}.left-\[-25px\]{left:-25px}.left-\[-30px\]{left:-30px}.left-\[-40px\]{left:-40px}.left-\[-4px\]{left:-4px}.left-\[-5px\]{left:-5px}.left-\[15px\]{left:15px}.left-\[16px\]{left:16px}.left-\[17px\]{left:17px}.left-\[4px\]{left:4px}.left-\[5px\]{left:5px}.right-0{right:0}.right-1{right:.25rem}.right-1\.5{right:.375rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-8{right:2rem}.right-\[-4px\]{right:-4px}.right-\[-5px\]{right:-5px}.right-\[104px\]{right:104px}.right-\[10px\]{right:10px}.right-\[12px\]{right:12px}.right-\[15\%\]{right:15%}.right-\[15px\]{right:15px}.right-\[6px\]{right:6px}.top-0{top:0}.top-0\.5{top:.125rem}.top-1{top:.25rem}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-10{top:2.5rem}.top-16{top:4rem}.top-2{top:.5rem}.top-20{top:5rem}.top-3{top:.75rem}.top-4{top:1rem}.top-5{top:1.25rem}.top-6{top:1.5rem}.top-8{top:2rem}.top-\[-10px\]{top:-10px}.top-\[-20px\]{top:-20px}.top-\[-250px\]{top:-250px}.top-\[-29px\]{top:-29px}.top-\[-30px\]{top:-30px}.top-\[-4px\]{top:-4px}.top-\[-5px\]{top:-5px}.top-\[-75px\]{top:-75px}.top-\[-7px\]{top:-7px}.top-\[-8px\]{top:-8px}.top-\[10px\]{top:10px}.top-\[14px\]{top:14px}.top-\[190px\]{top:190px}.top-\[1px\]{top:1px}.top-\[30px\]{top:30px}.top-\[45px\]{top:45px}.top-\[50\%\]{top:50%}.top-\[50px\]{top:50px}.top-\[52px\]{top:52px}.top-\[55px\]{top:55px}.top-\[65px\]{top:65px}.top-\[calc\(100\%\+10px\)\]{top:calc(100% + 10px)}.top-full{top:100%}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[-1\]{z-index:-1}.z-\[10000\]{z-index:10000}.z-\[18\]{z-index:18}.z-\[1\]{z-index:1}.z-\[200\]{z-index:200}.z-\[20\]{z-index:20}.z-\[25\]{z-index:25}.z-\[2\]{z-index:2}.z-\[35\]{z-index:35}.z-\[55\]{z-index:55}.z-\[5\]{z-index:5}.z-\[60\]{z-index:60}.z-\[9998\]{z-index:9998}.z-\[9999\]{z-index:9999}.z-\[999\]{z-index:999}.order-1{order:1}.order-first{order:-9999}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-full{grid-column:1/-1}.m-0{margin:0}.m-3{margin:.75rem}.m-auto{margin:auto}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.mx-0{margin-left:0;margin-right:0}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-1\.5{margin-left:.375rem;margin-right:.375rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.\!mt-1{margin-top:.25rem!important}.\!mt-6{margin-top:1.5rem!important}.-mb-\[25px\]{margin-bottom:-25px}.-ml-1{margin-left:-.25rem}.-mt-3{margin-top:-.75rem}.-mt-4{margin-top:-1rem}.-mt-\[20px\]{margin-top:-20px}.-mt-\[25px\]{margin-top:-25px}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-\[-250px\]{margin-bottom:-250px}.mb-\[10px\]{margin-bottom:10px}.mb-\[12px\]{margin-bottom:12px}.mb-\[140px\]{margin-bottom:140px}.mb-\[15px\]{margin-bottom:15px}.mb-\[16px\]{margin-bottom:16px}.mb-\[17px\]{margin-bottom:17px}.mb-\[1px\]{margin-bottom:1px}.mb-\[26px\]{margin-bottom:26px}.mb-\[30px\]{margin-bottom:30px}.mb-\[40px\]{margin-bottom:40px}.mb-\[6px\]{margin-bottom:6px}.ml-1{margin-left:.25rem}.ml-11{margin-left:2.75rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-\[10px\]{margin-left:10px}.ml-\[15px\]{margin-left:15px}.ml-\[25px\]{margin-left:25px}.ml-\[40px\]{margin-left:40px}.ml-\[calc\(120px\+2\.4rem\)\]{margin-left:calc(120px + 2.4rem)}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-auto{margin-right:auto}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[-25px\]{margin-top:-25px}.mt-\[-30px\]{margin-top:-30px}.mt-\[-36px\]{margin-top:-36px}.mt-\[-43px\]{margin-top:-43px}.mt-\[-4px\]{margin-top:-4px}.mt-\[-60px\]{margin-top:-60px}.mt-\[-66px\]{margin-top:-66px}.mt-\[10px\]{margin-top:10px}.mt-\[20px\]{margin-top:20px}.mt-\[24px\]{margin-top:24px}.mt-\[2px\]{margin-top:2px}.mt-\[30px\]{margin-top:30px}.mt-\[35px\]{margin-top:35px}.mt-\[40px\]{margin-top:40px}.mt-\[4px\]{margin-top:4px}.mt-\[5px\]{margin-top:5px}.mt-\[60px\]{margin-top:60px}.mt-\[6px\]{margin-top:6px}.mt-auto{margin-top:auto}.box-border{box-sizing:border-box}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-3{-webkit-line-clamp:3}.line-clamp-3,.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-4{-webkit-line-clamp:4}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.list-item{display:list-item}.hidden{display:none}.aspect-\[234\/323\]{aspect-ratio:234/323}.aspect-\[3\/2\]{aspect-ratio:3/2}.aspect-\[3\/4\]{aspect-ratio:3/4}.aspect-\[557\/400\]{aspect-ratio:557/400}.aspect-square{aspect-ratio:1/1}.\!h-4{height:1rem!important}.\!h-\[16px\]{height:16px!important}.\!h-full{height:100%!important}.h-0{height:0}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-3\/4{height:75%}.h-4{height:1rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[100px\]{height:100px}.h-\[107px\]{height:107px}.h-\[10px\]{height:10px}.h-\[110px\]{height:110px}.h-\[112px\]{height:112px}.h-\[114px\]{height:114px}.h-\[116px\]{height:116px}.h-\[117px\]{height:117px}.h-\[118px\]{height:118px}.h-\[11px\]{height:11px}.h-\[120px\]{height:120px}.h-\[129px\]{height:129px}.h-\[12px\]{height:12px}.h-\[130px\]{height:130px}.h-\[136px\]{height:136px}.h-\[137px\]{height:137px}.h-\[140px\]{height:140px}.h-\[141px\]{height:141px}.h-\[142px\]{height:142px}.h-\[143px\]{height:143px}.h-\[144px\]{height:144px}.h-\[145px\]{height:145px}.h-\[148px\]{height:148px}.h-\[14px\]{height:14px}.h-\[150px\]{height:150px}.h-\[160px\]{height:160px}.h-\[166px\]{height:166px}.h-\[16px\]{height:16px}.h-\[170px\]{height:170px}.h-\[171px\]{height:171px}.h-\[174px\]{height:174px}.h-\[175px\]{height:175px}.h-\[17px\]{height:17px}.h-\[185px\]{height:185px}.h-\[186px\]{height:186px}.h-\[18px\]{height:18px}.h-\[190px\]{height:190px}.h-\[19px\]{height:19px}.h-\[1px\]{height:1px}.h-\[200px\]{height:200px}.h-\[20px\]{height:20px}.h-\[212px\]{height:212px}.h-\[215px\]{height:215px}.h-\[21px\]{height:21px}.h-\[224px\]{height:224px}.h-\[226px\]{height:226px}.h-\[22px\]{height:22px}.h-\[236px\]{height:236px}.h-\[23px\]{height:23px}.h-\[240px\]{height:240px}.h-\[24px\]{height:24px}.h-\[250px\]{height:250px}.h-\[256px\]{height:256px}.h-\[26px\]{height:26px}.h-\[27px\]{height:27px}.h-\[280px\]{height:280px}.h-\[28px\]{height:28px}.h-\[29px\]{height:29px}.h-\[2px\]{height:2px}.h-\[300px\]{height:300px}.h-\[30px\]{height:30px}.h-\[31px\]{height:31px}.h-\[320px\]{height:320px}.h-\[32px\]{height:32px}.h-\[340px\]{height:340px}.h-\[34px\]{height:34px}.h-\[35px\]{height:35px}.h-\[360px\]{height:360px}.h-\[36px\]{height:36px}.h-\[37px\]{height:37px}.h-\[38px\]{height:38px}.h-\[3px\]{height:3px}.h-\[40\.6px\]{height:40.6px}.h-\[400px\]{height:400px}.h-\[40px\]{height:40px}.h-\[42px\]{height:42px}.h-\[43px\]{height:43px}.h-\[44px\]{height:44px}.h-\[45px\]{height:45px}.h-\[46px\]{height:46px}.h-\[479px\]{height:479px}.h-\[47px\]{height:47px}.h-\[48px\]{height:48px}.h-\[4px\]{height:4px}.h-\[50px\]{height:50px}.h-\[52px\]{height:52px}.h-\[54px\]{height:54px}.h-\[55px\]{height:55px}.h-\[56px\]{height:56px}.h-\[57px\]{height:57px}.h-\[58px\]{height:58px}.h-\[5px\]{height:5px}.h-\[600px\]{height:600px}.h-\[60px\]{height:60px}.h-\[614px\]{height:614px}.h-\[61px\]{height:61px}.h-\[62px\]{height:62px}.h-\[63px\]{height:63px}.h-\[64px\]{height:64px}.h-\[65px\]{height:65px}.h-\[67px\]{height:67px}.h-\[68px\]{height:68px}.h-\[6px\]{height:6px}.h-\[70px\]{height:70px}.h-\[71px\]{height:71px}.h-\[72px\]{height:72px}.h-\[750px\]{height:750px}.h-\[75vh\]{height:75vh}.h-\[76px\]{height:76px}.h-\[78px\]{height:78px}.h-\[7px\]{height:7px}.h-\[8\.25px\]{height:8.25px}.h-\[80px\]{height:80px}.h-\[82px\]{height:82px}.h-\[84px\]{height:84px}.h-\[85px\]{height:85px}.h-\[85vh\]{height:85vh}.h-\[87px\]{height:87px}.h-\[88px\]{height:88px}.h-\[90px\]{height:90px}.h-\[90vh\]{height:90vh}.h-\[92px\]{height:92px}.h-\[96px\]{height:96px}.h-\[auto\]{height:auto}.h-\[calc\(100vh-280px\)\]{height:calc(100vh - 280px)}.h-auto{height:auto}.h-full{height:100%}.h-max{height:-moz-max-content;height:max-content}.h-px{height:1px}.max-h-0{max-height:0}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-\[1000px\]{max-height:1000px}.max-h-\[100px\]{max-height:100px}.max-h-\[100vh\]{max-height:100vh}.max-h-\[1200px\]{max-height:1200px}.max-h-\[160px\]{max-height:160px}.max-h-\[186px\]{max-height:186px}.max-h-\[200px\]{max-height:200px}.max-h-\[210px\]{max-height:210px}.max-h-\[280px\]{max-height:280px}.max-h-\[300px\]{max-height:300px}.max-h-\[350px\]{max-height:350px}.max-h-\[38px\]{max-height:38px}.max-h-\[392px\]{max-height:392px}.max-h-\[400px\]{max-height:400px}.max-h-\[470px\]{max-height:470px}.max-h-\[500px\]{max-height:500px}.max-h-\[58vh\]{max-height:58vh}.max-h-\[60vh\]{max-height:60vh}.max-h-\[72px\]{max-height:72px}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(100vh-340px\)\]{max-height:calc(100vh - 340px)}.max-h-\[calc\(100vh-40px\)\]{max-height:calc(100vh - 40px)}.max-h-\[calc\(90vh-100px\)\]{max-height:calc(90vh - 100px)}.max-h-\[fit-content\]{max-height:-moz-fit-content;max-height:fit-content}.max-h-\[min\(80vh\2c 520px\)\]{max-height:min(80vh,520px)}.max-h-full{max-height:100%}.max-h-none{max-height:none}.min-h-0{min-height:0}.min-h-6{min-height:1.5rem}.min-h-\[100px\]{min-height:100px}.min-h-\[116px\]{min-height:116px}.min-h-\[118px\]{min-height:118px}.min-h-\[119px\]{min-height:119px}.min-h-\[120px\]{min-height:120px}.min-h-\[122px\]{min-height:122px}.min-h-\[130px\]{min-height:130px}.min-h-\[140px\]{min-height:140px}.min-h-\[146px\]{min-height:146px}.min-h-\[156px\]{min-height:156px}.min-h-\[160px\]{min-height:160px}.min-h-\[16px\]{min-height:16px}.min-h-\[200px\]{min-height:200px}.min-h-\[210px\]{min-height:210px}.min-h-\[232px\]{min-height:232px}.min-h-\[240px\]{min-height:240px}.min-h-\[250px\]{min-height:250px}.min-h-\[262px\]{min-height:262px}.min-h-\[280px\]{min-height:280px}.min-h-\[28px\]{min-height:28px}.min-h-\[300px\]{min-height:300px}.min-h-\[320px\]{min-height:320px}.min-h-\[337px\]{min-height:337px}.min-h-\[343px\]{min-height:343px}.min-h-\[34px\]{min-height:34px}.min-h-\[350px\]{min-height:350px}.min-h-\[36px\]{min-height:36px}.min-h-\[400px\]{min-height:400px}.min-h-\[40px\]{min-height:40px}.min-h-\[44px\]{min-height:44px}.min-h-\[55px\]{min-height:55px}.min-h-\[60px\]{min-height:60px}.min-h-\[60vh\]{min-height:60vh}.min-h-\[610px\]{min-height:610px}.min-h-\[680px\]{min-height:680px}.min-h-\[70px\]{min-height:70px}.min-h-\[75px\]{min-height:75px}.min-h-\[80px\]{min-height:80px}.min-h-\[82px\]{min-height:82px}.min-h-\[88px\]{min-height:88px}.min-h-\[900px\]{min-height:900px}.min-h-\[92px\]{min-height:92px}.min-h-\[calc\(100vh-200px\)\]{min-height:calc(100vh - 200px)}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.\!w-4{width:1rem!important}.\!w-5{width:1.25rem!important}.\!w-\[16px\]{width:16px!important}.\!w-full{width:100%!important}.w-0{width:0}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-10{width:2.5rem}.w-10\/12{width:83.333333%}.w-11{width:2.75rem}.w-11\/12{width:91.666667%}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[100px\]{width:100px}.w-\[109px\]{width:109px}.w-\[10px\]{width:10px}.w-\[111px\]{width:111px}.w-\[112px\]{width:112px}.w-\[114px\]{width:114px}.w-\[116px\]{width:116px}.w-\[117px\]{width:117px}.w-\[120px\]{width:120px}.w-\[12px\]{width:12px}.w-\[130px\]{width:130px}.w-\[137px\]{width:137px}.w-\[140px\]{width:140px}.w-\[145px\]{width:145px}.w-\[1488px\]{width:1488px}.w-\[148px\]{width:148px}.w-\[14px\]{width:14px}.w-\[150px\]{width:150px}.w-\[151px\]{width:151px}.w-\[160px\]{width:160px}.w-\[16px\]{width:16px}.w-\[170px\]{width:170px}.w-\[179px\]{width:179px}.w-\[17px\]{width:17px}.w-\[18px\]{width:18px}.w-\[19px\]{width:19px}.w-\[1px\]{width:1px}.w-\[20px\]{width:20px}.w-\[220px\]{width:220px}.w-\[222px\]{width:222px}.w-\[22px\]{width:22px}.w-\[230px\]{width:230px}.w-\[233px\]{width:233px}.w-\[237px\]{width:237px}.w-\[23px\]{width:23px}.w-\[240px\]{width:240px}.w-\[24px\]{width:24px}.w-\[260px\]{width:260px}.w-\[26px\]{width:26px}.w-\[27px\]{width:27px}.w-\[28px\]{width:28px}.w-\[2px\]{width:2px}.w-\[3\.25rem\]{width:3.25rem}.w-\[304px\]{width:304px}.w-\[30px\]{width:30px}.w-\[313px\]{width:313px}.w-\[32px\]{width:32px}.w-\[33\%\]{width:33%}.w-\[335px\]{width:335px}.w-\[345px\]{width:345px}.w-\[34px\]{width:34px}.w-\[350px\]{width:350px}.w-\[35px\]{width:35px}.w-\[36px\]{width:36px}.w-\[38px\]{width:38px}.w-\[398px\]{width:398px}.w-\[40\.6px\]{width:40.6px}.w-\[400px\]{width:400px}.w-\[40px\]{width:40px}.w-\[4200px\]{width:4200px}.w-\[422px\]{width:422px}.w-\[42px\]{width:42px}.w-\[43px\]{width:43px}.w-\[44px\]{width:44px}.w-\[45px\]{width:45px}.w-\[48\%\]{width:48%}.w-\[48px\]{width:48px}.w-\[50\%\]{width:50%}.w-\[500px\]{width:500px}.w-\[50px\]{width:50px}.w-\[52px\]{width:52px}.w-\[55px\]{width:55px}.w-\[56px\]{width:56px}.w-\[60px\]{width:60px}.w-\[61px\]{width:61px}.w-\[62px\]{width:62px}.w-\[64px\]{width:64px}.w-\[6px\]{width:6px}.w-\[70px\]{width:70px}.w-\[74px\]{width:74px}.w-\[76px\]{width:76px}.w-\[79px\]{width:79px}.w-\[7px\]{width:7px}.w-\[8\.25px\]{width:8.25px}.w-\[80px\]{width:80px}.w-\[82px\]{width:82px}.w-\[85px\]{width:85px}.w-\[85vw\]{width:85vw}.w-\[87px\]{width:87px}.w-\[90\%\]{width:90%}.w-\[90px\]{width:90px}.w-\[90vw\]{width:90vw}.w-\[93\%\]{width:93%}.w-\[969px\]{width:969px}.w-\[96px\]{width:96px}.w-\[98px\]{width:98px}.w-\[calc\(25\%-9px\)\]{width:calc(25% - 9px)}.w-\[calc\(33\.333\%-5\.33px\)\]{width:calc(33.333% - 5.33px)}.w-\[calc\(33\.333\%-8px\)\]{width:calc(33.333% - 8px)}.w-\[calc\(50\%-6px\)\]{width:calc(50% - 6px)}.w-\[min\(calc\(100vw-2rem\)\2c 16rem\)\]{width:min(calc(100vw - 2rem),16rem)}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-px{width:1px}.min-w-0{min-width:0}.min-w-6{min-width:1.5rem}.min-w-\[100\%\]{min-width:100%}.min-w-\[100px\]{min-width:100px}.min-w-\[110px\]{min-width:110px}.min-w-\[113px\]{min-width:113px}.min-w-\[120px\]{min-width:120px}.min-w-\[130px\]{min-width:130px}.min-w-\[140px\]{min-width:140px}.min-w-\[145px\]{min-width:145px}.min-w-\[14px\]{min-width:14px}.min-w-\[150px\]{min-width:150px}.min-w-\[155px\]{min-width:155px}.min-w-\[160px\]{min-width:160px}.min-w-\[16px\]{min-width:16px}.min-w-\[175px\]{min-width:175px}.min-w-\[180px\]{min-width:180px}.min-w-\[18px\]{min-width:18px}.min-w-\[200px\]{min-width:200px}.min-w-\[201px\]{min-width:201px}.min-w-\[20px\]{min-width:20px}.min-w-\[225px\]{min-width:225px}.min-w-\[233px\]{min-width:233px}.min-w-\[24px\]{min-width:24px}.min-w-\[280px\]{min-width:280px}.min-w-\[345px\]{min-width:345px}.min-w-\[40px\]{min-width:40px}.min-w-\[48\%\]{min-width:48%}.min-w-\[50px\]{min-width:50px}.min-w-\[52px\]{min-width:52px}.min-w-\[60px\]{min-width:60px}.min-w-\[72px\]{min-width:72px}.min-w-\[80px\]{min-width:80px}.min-w-\[90px\]{min-width:90px}.min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.min-w-full{min-width:100%}.min-w-max{min-width:-moz-max-content;min-width:max-content}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-\[-webkit-fill-available\]{max-width:-webkit-fill-available}.max-w-\[100\%\]{max-width:100%}.max-w-\[100px\]{max-width:100px}.max-w-\[1236px\]{max-width:1236px}.max-w-\[125px\]{max-width:125px}.max-w-\[136px\]{max-width:136px}.max-w-\[139px\]{max-width:139px}.max-w-\[1400px\]{max-width:1400px}.max-w-\[140px\]{max-width:140px}.max-w-\[1488px\]{max-width:1488px}.max-w-\[150px\]{max-width:150px}.max-w-\[160px\]{max-width:160px}.max-w-\[170px\]{max-width:170px}.max-w-\[185px\]{max-width:185px}.max-w-\[200px\]{max-width:200px}.max-w-\[205px\]{max-width:205px}.max-w-\[210px\]{max-width:210px}.max-w-\[250px\]{max-width:250px}.max-w-\[280px\]{max-width:280px}.max-w-\[290px\]{max-width:290px}.max-w-\[300px\]{max-width:300px}.max-w-\[320px\]{max-width:320px}.max-w-\[325px\]{max-width:325px}.max-w-\[329px\]{max-width:329px}.max-w-\[350px\]{max-width:350px}.max-w-\[390px\]{max-width:390px}.max-w-\[397px\]{max-width:397px}.max-w-\[400px\]{max-width:400px}.max-w-\[430px\]{max-width:430px}.max-w-\[490px\]{max-width:490px}.max-w-\[500px\]{max-width:500px}.max-w-\[524px\]{max-width:524px}.max-w-\[530px\]{max-width:530px}.max-w-\[539px\]{max-width:539px}.max-w-\[55\%\]{max-width:55%}.max-w-\[571px\]{max-width:571px}.max-w-\[60\%\]{max-width:60%}.max-w-\[600px\]{max-width:600px}.max-w-\[670px\]{max-width:670px}.max-w-\[680px\]{max-width:680px}.max-w-\[705px\]{max-width:705px}.max-w-\[732px\]{max-width:732px}.max-w-\[760px\]{max-width:760px}.max-w-\[780px\]{max-width:780px}.max-w-\[80\%\]{max-width:80%}.max-w-\[800px\]{max-width:800px}.max-w-\[80px\]{max-width:80px}.max-w-\[95vw\]{max-width:95vw}.max-w-fit{max-width:-moz-fit-content;max-width:fit-content}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.border-collapse{border-collapse:collapse}.border-separate{border-collapse:separate}.border-spacing-0{--tw-border-spacing-x:0px;--tw-border-spacing-y:0px;border-spacing:var(--tw-border-spacing-x) var(--tw-border-spacing-y)}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-x-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-full{--tw-translate-x:-100%}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-1\/2,.translate-x-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x:0px}.translate-x-5{--tw-translate-x:1.25rem}.translate-x-5,.translate-x-\[1\.375rem\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[1\.375rem\]{--tw-translate-x:1.375rem}.translate-y-0{--tw-translate-y:0px}.translate-y-0,.translate-y-1{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-1{--tw-translate-y:0.25rem}.translate-y-1\/2{--tw-translate-y:50%}.translate-y-1\/2,.translate-y-4{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y:1rem}.translate-y-\[1px\]{--tw-translate-y:1px}.translate-y-\[1px\],.translate-y-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-full{--tw-translate-y:100%}.rotate-180{--tw-rotate:180deg}.rotate-180,.rotate-45{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate:45deg}.rotate-90{--tw-rotate:90deg}.rotate-90,.rotate-\[-90deg\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-\[-90deg\]{--tw-rotate:-90deg}.rotate-\[90deg\]{--tw-rotate:90deg}.rotate-\[90deg\],.scale-100{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.scale-105,.scale-150{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-150{--tw-scale-x:1.5;--tw-scale-y:1.5}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.scale-95,.scale-\[0\.99\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-\[0\.99\]{--tw-scale-x:0.99;--tw-scale-y:0.99}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform-none{transform:none}.animate-\[shimmer_3s_infinite\]{animation:shimmer 3s infinite}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-help{cursor:help}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-row-resize{cursor:row-resize}.cursor-wait{cursor:wait}.touch-none{touch-action:none}.touch-pan-y{--tw-pan-y:pan-y;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}.touch-manipulation{touch-action:manipulation}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.resize-none{resize:none}.resize-y{resize:vertical}.resize{resize:both}.snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.snap-mandatory{--tw-scroll-snap-strictness:mandatory}.snap-start{scroll-snap-align:start}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.auto-rows-fr{grid-auto-rows:minmax(0,1fr)}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.justify-items-center{justify-items:center}.gap-0{gap:0}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-40{gap:10rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[10px\]{gap:10px}.gap-\[11px\]{gap:11px}.gap-\[12px\]{gap:12px}.gap-\[13px\]{gap:13px}.gap-\[14px\]{gap:14px}.gap-\[15px\]{gap:15px}.gap-\[16px\]{gap:16px}.gap-\[18px\]{gap:18px}.gap-\[20px\]{gap:20px}.gap-\[22px\]{gap:22px}.gap-\[24px\]{gap:24px}.gap-\[25px\]{gap:25px}.gap-\[2px\]{gap:2px}.gap-\[30px\]{gap:30px}.gap-\[35px\]{gap:35px}.gap-\[3px\]{gap:3px}.gap-\[47px\]{gap:47px}.gap-\[4px\]{gap:4px}.gap-\[5px\]{gap:5px}.gap-\[60px\]{gap:60px}.gap-\[6px\]{gap:6px}.gap-\[7px\]{gap:7px}.gap-\[8px\]{gap:8px}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-y-0\.5{row-gap:.125rem}.gap-y-1{row-gap:.25rem}.gap-y-2{row-gap:.5rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.space-y-\[19px\]>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(19px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(19px * var(--tw-space-y-reverse))}.space-y-\[2px\]>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2px * var(--tw-space-y-reverse))}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-stretch{align-self:stretch}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-clip{overflow:clip}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.scroll-smooth{scroll-behavior:smooth}.truncate{overflow:hidden;white-space:nowrap}.text-ellipsis,.truncate{text-overflow:ellipsis}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.text-nowrap{text-wrap:nowrap}.text-balance{text-wrap:balance}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.\!rounded{border-radius:.25rem!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[11px\]{border-radius:11px}.rounded-\[12px\]{border-radius:12px}.rounded-\[14px\]{border-radius:14px}.rounded-\[16px\]{border-radius:16px}.rounded-\[20px\]{border-radius:20px}.rounded-\[2px\]{border-radius:2px}.rounded-\[3\.29px\]{border-radius:3.29px}.rounded-\[3px\]{border-radius:3px}.rounded-\[4\.8px\]{border-radius:4.8px}.rounded-\[43px\]{border-radius:43px}.rounded-\[4px\]{border-radius:4px}.rounded-\[5\.25px\]{border-radius:5.25px}.rounded-\[6px\]{border-radius:6px}.rounded-\[7\.5px\]{border-radius:7.5px}.rounded-\[7px\]{border-radius:7px}.rounded-\[8px\]{border-radius:8px}.rounded-\[9px\]{border-radius:9px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-xl{border-radius:.75rem}.rounded-b-\[12px\]{border-bottom-right-radius:12px;border-bottom-left-radius:12px}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.rounded-r-\[13px\]{border-top-right-radius:13px;border-bottom-right-radius:13px}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-t-\[12px\]{border-top-left-radius:12px;border-top-right-radius:12px}.rounded-t-\[20px\]{border-top-left-radius:20px;border-top-right-radius:20px}.rounded-t-\[6px\]{border-top-left-radius:6px;border-top-right-radius:6px}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-bl-\[12px\]{border-bottom-left-radius:12px}.rounded-bl-lg{border-bottom-left-radius:.5rem}.rounded-br-\[12px\]{border-bottom-right-radius:12px}.rounded-br-lg{border-bottom-right-radius:.5rem}.rounded-tl-\[12px\]{border-top-left-radius:12px}.rounded-tl-lg{border-top-left-radius:.5rem}.rounded-tl-none{border-top-left-radius:0}.rounded-tr-\[12px\]{border-top-right-radius:12px}.rounded-tr-lg{border-top-right-radius:.5rem}.rounded-tr-none{border-top-right-radius:0}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-\[1\.5px\]{border-width:1.5px}.border-\[1px\]{border-width:1px}.border-\[2\.16px\]{border-width:2.16px}.border-\[2px\]{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-\[1px\]{border-bottom-width:1px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-r-4{border-right-width:4px}.border-t{border-top-width:1px}.border-t-0{border-top-width:0}.border-t-2{border-top-width:2px}.border-t-4{border-top-width:4px}.border-t-\[1px\]{border-top-width:1px}.border-t-\[5px\]{border-top-width:5px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-none{border-style:none}.\!border-\[\#6A6A951F\]{border-color:#6A6A951F!important}.border-\[\#00A808\]{--tw-border-opacity:1;border-color:rgb(0 168 8/var(--tw-border-opacity,1))}.border-\[\#00d02a\]{--tw-border-opacity:1;border-color:rgb(0 208 42/var(--tw-border-opacity,1))}.border-\[\#17B26A\]{--tw-border-opacity:1;border-color:rgb(23 178 106/var(--tw-border-opacity,1))}.border-\[\#1E1E1F\]\/0{border-color:rgb(30 30 31/0)}.border-\[\#232323\]\/10{border-color:rgb(35 35 35/.1)}.border-\[\#272727\]{--tw-border-opacity:1;border-color:rgb(39 39 39/var(--tw-border-opacity,1))}.border-\[\#2C2C2D\]{--tw-border-opacity:1;border-color:rgb(44 44 45/var(--tw-border-opacity,1))}.border-\[\#2D2D2F\]{--tw-border-opacity:1;border-color:rgb(45 45 47/var(--tw-border-opacity,1))}.border-\[\#3B82F6\]\/20{border-color:rgb(59 130 246/.2)}.border-\[\#3CB339\]{--tw-border-opacity:1;border-color:rgb(60 179 57/var(--tw-border-opacity,1))}.border-\[\#3CB339\]\/20{border-color:rgb(60 179 57/.2)}.border-\[\#3CB339\]\/30{border-color:rgb(60 179 57/.3)}.border-\[\#417DFF\]{--tw-border-opacity:1;border-color:rgb(65 125 255/var(--tw-border-opacity,1))}.border-\[\#4848481A\]{border-color:#4848481A}.border-\[\#48484866\]{border-color:#48484866}.border-\[\#484848\]\/30{border-color:rgb(72 72 72/.3)}.border-\[\#484848\]\/40{border-color:rgb(72 72 72/.4)}.border-\[\#612037\]{--tw-border-opacity:1;border-color:rgb(97 32 55/var(--tw-border-opacity,1))}.border-\[\#6A6A951A\]{border-color:#6A6A951A}.border-\[\#6A6A951F\]{border-color:#6A6A951F}.border-\[\#6A6A951F\]\/70{border-color:rgb(106 106 149/.7)}.border-\[\#6A6A9526\]{border-color:#6A6A9526}.border-\[\#6A6A95\]{--tw-border-opacity:1;border-color:rgb(106 106 149/var(--tw-border-opacity,1))}.border-\[\#7272764D\]{border-color:#7272764D}.border-\[\#72727666\]{border-color:#72727666}.border-\[\#7C2E44\]{--tw-border-opacity:1;border-color:rgb(124 46 68/var(--tw-border-opacity,1))}.border-\[\#9752FF\]{--tw-border-opacity:1;border-color:rgb(151 82 255/var(--tw-border-opacity,1))}.border-\[\#A0A0A0\]{--tw-border-opacity:1;border-color:rgb(160 160 160/var(--tw-border-opacity,1))}.border-\[\#E0E0E0\]{--tw-border-opacity:1;border-color:rgb(224 224 224/var(--tw-border-opacity,1))}.border-\[\#E0EDF5\]{--tw-border-opacity:1;border-color:rgb(224 237 245/var(--tw-border-opacity,1))}.border-\[\#E4E4E4\]{--tw-border-opacity:1;border-color:rgb(228 228 228/var(--tw-border-opacity,1))}.border-\[\#E4E4E4\]\/15{border-color:rgb(228 228 228/.15)}.border-\[\#E4E4E4\]\/50{border-color:rgb(228 228 228/.5)}.border-\[\#E4E4E4\]\/60{border-color:rgb(228 228 228/.6)}.border-\[\#E4E4E4\]\/80{border-color:rgb(228 228 228/.8)}.border-\[\#E4E4E8\]{--tw-border-opacity:1;border-color:rgb(228 228 232/var(--tw-border-opacity,1))}.border-\[\#E4E6EB\]{--tw-border-opacity:1;border-color:rgb(228 230 235/var(--tw-border-opacity,1))}.border-\[\#E5E5E5\]{--tw-border-opacity:1;border-color:rgb(229 229 229/var(--tw-border-opacity,1))}.border-\[\#E5E5E7\]{--tw-border-opacity:1;border-color:rgb(229 229 231/var(--tw-border-opacity,1))}.border-\[\#E5E7EB\]{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-\[\#E6E8ED\]{--tw-border-opacity:1;border-color:rgb(230 232 237/var(--tw-border-opacity,1))}.border-\[\#E8E8EC\]{--tw-border-opacity:1;border-color:rgb(232 232 236/var(--tw-border-opacity,1))}.border-\[\#E8EAEF\]{--tw-border-opacity:1;border-color:rgb(232 234 239/var(--tw-border-opacity,1))}.border-\[\#ECEEF3\]{--tw-border-opacity:1;border-color:rgb(236 238 243/var(--tw-border-opacity,1))}.border-\[\#F44336\]{--tw-border-opacity:1;border-color:rgb(244 67 54/var(--tw-border-opacity,1))}.border-\[\#F9F9FB\]{--tw-border-opacity:1;border-color:rgb(249 249 251/var(--tw-border-opacity,1))}.border-\[\#FC5A5A\]{--tw-border-opacity:1;border-color:rgb(252 90 90/var(--tw-border-opacity,1))}.border-\[\#FF0000\]{--tw-border-opacity:1;border-color:rgb(255 0 0/var(--tw-border-opacity,1))}.border-\[\#FF3B30\]\/20{border-color:rgb(255 59 48/.2)}.border-\[\#FF4144\]\/20{border-color:rgb(255 65 68/.2)}.border-\[\#FF4655\]{--tw-border-opacity:1;border-color:rgb(255 70 85/var(--tw-border-opacity,1))}.border-\[\#FF5501\]{--tw-border-opacity:1;border-color:rgb(255 85 1/var(--tw-border-opacity,1))}.border-\[\#FF5501\]\/20{border-color:rgb(255 85 1/.2)}.border-\[\#FF5501\]\/80{border-color:rgb(255 85 1/.8)}.border-\[\#FFA500\]{--tw-border-opacity:1;border-color:rgb(255 165 0/var(--tw-border-opacity,1))}.border-\[\#FFA500\]\/20{border-color:rgb(255 165 0/.2)}.border-\[\#FFE4D6\]{--tw-border-opacity:1;border-color:rgb(255 228 214/var(--tw-border-opacity,1))}.border-\[\#FFFFFF0D\]{border-color:#FFFFFF0D}.border-\[\#FFFFFF1A\]{border-color:#FFFFFF1A}.border-\[\#FFFFFF26\]{border-color:#FFFFFF26}.border-\[\#FFFFFF33\]{border-color:#FFFFFF33}.border-\[\#FFFFFF\]{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-\[\#ffffff00\]{border-color:#ffffff00}.border-\[rgba\(255\2c 255\2c 255\2c 0\.1\)\]{border-color:rgba(255,255,255,.1)}.border-\[rgba\(255\2c 255\2c 255\2c 0\.2\)\]{border-color:rgba(255,255,255,.2)}.border-\[rgba\(255\2c 85\2c 1\2c 0\.5\)\]{border-color:rgba(255,85,1,.5)}.border-amber-400\/50{border-color:rgb(251 191 36/.5)}.border-black\/5{border-color:rgb(0 0 0/.05)}.border-blue-200{--tw-border-opacity:1;border-color:rgb(191 219 254/var(--tw-border-opacity,1))}.border-blue-600{--tw-border-opacity:1;border-color:rgb(37 99 235/var(--tw-border-opacity,1))}.border-current{border-color:currentColor}.border-dark-gray-3{--tw-border-opacity:1;border-color:rgb(60 61 69/var(--tw-border-opacity,1))}.border-dark-green-3{border-color:#22C55E1A}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.border-gray-border{border-color:#6A6A951F}.border-green-200{--tw-border-opacity:1;border-color:rgb(187 247 208/var(--tw-border-opacity,1))}.border-green-600{--tw-border-opacity:1;border-color:rgb(22 163 74/var(--tw-border-opacity,1))}.border-indigo-200{--tw-border-opacity:1;border-color:rgb(199 210 254/var(--tw-border-opacity,1))}.border-light-border{--tw-border-opacity:1;border-color:rgb(228 228 228/var(--tw-border-opacity,1))}.border-light-border-2{border-color:#6A6A950A}.border-light-gray-5{--tw-border-opacity:1;border-color:rgb(249 249 251/var(--tw-border-opacity,1))}.border-light-gray-9{--tw-border-opacity:1;border-color:rgb(241 241 245/var(--tw-border-opacity,1))}.border-orange-200{--tw-border-opacity:1;border-color:rgb(254 215 170/var(--tw-border-opacity,1))}.border-primary{--tw-border-opacity:1;border-color:rgb(255 85 1/var(--tw-border-opacity,1))}.border-red-200{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity,1))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.border-red-600{--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity,1))}.border-red-light\/20{border-color:rgb(254 37 37/.2)}.border-secondary{--tw-border-opacity:1;border-color:rgb(116 34 62/var(--tw-border-opacity,1))}.border-transparent{border-color:transparent}.border-transparent-white-5{border-color:#FFFFFF26}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-white\/10{border-color:rgb(255 255 255/.1)}.border-white\/20{border-color:rgb(255 255 255/.2)}.border-white\/30{border-color:rgb(255 255 255/.3)}.border-white\/50{border-color:rgb(255 255 255/.5)}.border-yellow-200{--tw-border-opacity:1;border-color:rgb(254 240 138/var(--tw-border-opacity,1))}.border-yellow-500{--tw-border-opacity:1;border-color:rgb(234 179 8/var(--tw-border-opacity,1))}.border-b-\[\#E4E4E4\]{--tw-border-opacity:1;border-bottom-color:rgb(228 228 228/var(--tw-border-opacity,1))}.border-t-\[\#11D377\]{--tw-border-opacity:1;border-top-color:rgb(17 211 119/var(--tw-border-opacity,1))}.border-t-\[\#1E1E1F\]{--tw-border-opacity:1;border-top-color:rgb(30 30 31/var(--tw-border-opacity,1))}.border-t-\[\#417DFF\]{--tw-border-opacity:1;border-top-color:rgb(65 125 255/var(--tw-border-opacity,1))}.border-t-\[\#D001FF\]{--tw-border-opacity:1;border-top-color:rgb(208 1 255/var(--tw-border-opacity,1))}.border-t-\[\#E6981F\]{--tw-border-opacity:1;border-top-color:rgb(230 152 31/var(--tw-border-opacity,1))}.border-t-\[\#F44043\]{--tw-border-opacity:1;border-top-color:rgb(244 64 67/var(--tw-border-opacity,1))}.border-t-gray-800{--tw-border-opacity:1;border-top-color:rgb(31 41 55/var(--tw-border-opacity,1))}.border-t-secondary{--tw-border-opacity:1;border-top-color:rgb(116 34 62/var(--tw-border-opacity,1))}.border-t-transparent{border-top-color:transparent}.border-t-white{--tw-border-opacity:1;border-top-color:rgb(255 255 255/var(--tw-border-opacity,1))}.\!bg-\[\#EE9B1E1A\]{background-color:#EE9B1E1A!important}.bg-\[\#0000000D\]{background-color:#0000000D}.bg-\[\#00000066\]{background-color:#00000066}.bg-\[\#00000099\]{background-color:#00000099}.bg-\[\#00A8081A\]{background-color:#00A8081A}.bg-\[\#00A808\]{--tw-bg-opacity:1;background-color:rgb(0 168 8/var(--tw-bg-opacity,1))}.bg-\[\#00A808\]\/10{background-color:rgb(0 168 8/.1)}.bg-\[\#00ADEF\]{--tw-bg-opacity:1;background-color:rgb(0 173 239/var(--tw-bg-opacity,1))}.bg-\[\#0162FF\]{--tw-bg-opacity:1;background-color:rgb(1 98 255/var(--tw-bg-opacity,1))}.bg-\[\#0EA5E9\]\/10{background-color:rgb(14 165 233/.1)}.bg-\[\#0a0a0a\]{--tw-bg-opacity:1;background-color:rgb(10 10 10/var(--tw-bg-opacity,1))}.bg-\[\#11D377\]{--tw-bg-opacity:1;background-color:rgb(17 211 119/var(--tw-bg-opacity,1))}.bg-\[\#121212\]{--tw-bg-opacity:1;background-color:rgb(18 18 18/var(--tw-bg-opacity,1))}.bg-\[\#181819\]{--tw-bg-opacity:1;background-color:rgb(24 24 25/var(--tw-bg-opacity,1))}.bg-\[\#1E1E1F\]{--tw-bg-opacity:1;background-color:rgb(30 30 31/var(--tw-bg-opacity,1))}.bg-\[\#1E1E1F\]\/90{background-color:rgb(30 30 31/.9)}.bg-\[\#1a56db\]{--tw-bg-opacity:1;background-color:rgb(26 86 219/var(--tw-bg-opacity,1))}.bg-\[\#1f2c44\]{--tw-bg-opacity:1;background-color:rgb(31 44 68/var(--tw-bg-opacity,1))}.bg-\[\#2196F31A\]{background-color:#2196F31A}.bg-\[\#222224\]{--tw-bg-opacity:1;background-color:rgb(34 34 36/var(--tw-bg-opacity,1))}.bg-\[\#22272E\]{--tw-bg-opacity:1;background-color:rgb(34 39 46/var(--tw-bg-opacity,1))}.bg-\[\#22C55E\]{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.bg-\[\#2364A5\]{--tw-bg-opacity:1;background-color:rgb(35 100 165/var(--tw-bg-opacity,1))}.bg-\[\#2563EB\]{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.bg-\[\#2A2A2B\]{--tw-bg-opacity:1;background-color:rgb(42 42 43/var(--tw-bg-opacity,1))}.bg-\[\#2D2D2F\]{--tw-bg-opacity:1;background-color:rgb(45 45 47/var(--tw-bg-opacity,1))}.bg-\[\#2F2F2F\]{--tw-bg-opacity:1;background-color:rgb(47 47 47/var(--tw-bg-opacity,1))}.bg-\[\#2a2a2a2f\]{background-color:#2a2a2a2f}.bg-\[\#2a2a2a\]{--tw-bg-opacity:1;background-color:rgb(42 42 42/var(--tw-bg-opacity,1))}.bg-\[\#3368cc\]\/30{background-color:rgb(51 104 204/.3)}.bg-\[\#3A3A3E\]{--tw-bg-opacity:1;background-color:rgb(58 58 62/var(--tw-bg-opacity,1))}.bg-\[\#3B82F6\]\/10{background-color:rgb(59 130 246/.1)}.bg-\[\#3B82F6\]\/20{background-color:rgb(59 130 246/.2)}.bg-\[\#3CB3390D\]{background-color:#3CB3390D}.bg-\[\#3CB33919\]{background-color:#3CB33919}.bg-\[\#3CB3391A\]{background-color:#3CB3391A}.bg-\[\#3CB339\]{--tw-bg-opacity:1;background-color:rgb(60 179 57/var(--tw-bg-opacity,1))}.bg-\[\#3CB339\]\/10{background-color:rgb(60 179 57/.1)}.bg-\[\#3CB339\]\/50{background-color:rgb(60 179 57/.5)}.bg-\[\#3CB339\]\/60{background-color:rgb(60 179 57/.6)}.bg-\[\#417DFF1A\]{background-color:#417DFF1A}.bg-\[\#417DFF80\]{background-color:#417DFF80}.bg-\[\#417DFF\]{--tw-bg-opacity:1;background-color:rgb(65 125 255/var(--tw-bg-opacity,1))}.bg-\[\#4263EB\]\/10{background-color:rgb(66 99 235/.1)}.bg-\[\#4848480D\]{background-color:#4848480D}.bg-\[\#48484810\]{background-color:#48484810}.bg-\[\#48484812\]{background-color:#48484812}.bg-\[\#4848481A\]{background-color:#4848481A}.bg-\[\#48484830\]{background-color:#48484830}.bg-\[\#48484866\]{background-color:#48484866}.bg-\[\#484848\]{--tw-bg-opacity:1;background-color:rgb(72 72 72/var(--tw-bg-opacity,1))}.bg-\[\#484848\]\/20{background-color:rgb(72 72 72/.2)}.bg-\[\#484848\]\/5{background-color:rgb(72 72 72/.05)}.bg-\[\#484848\]\/50{background-color:rgb(72 72 72/.5)}.bg-\[\#4CAF501A\]{background-color:#4CAF501A}.bg-\[\#4CAF50\]{--tw-bg-opacity:1;background-color:rgb(76 175 80/var(--tw-bg-opacity,1))}.bg-\[\#4caf50a6\]{background-color:#4caf50a6}.bg-\[\#53FC18\],.bg-\[\#53fc18\]{--tw-bg-opacity:1;background-color:rgb(83 252 24/var(--tw-bg-opacity,1))}.bg-\[\#5865F2\]{--tw-bg-opacity:1;background-color:rgb(88 101 242/var(--tw-bg-opacity,1))}.bg-\[\#612037\]{--tw-bg-opacity:1;background-color:rgb(97 32 55/var(--tw-bg-opacity,1))}.bg-\[\#6A6A950A\]{background-color:#6A6A950A}.bg-\[\#6A6A950D\]{background-color:#6A6A950D}.bg-\[\#6A6A950F\]{background-color:#6A6A950F}.bg-\[\#6A6A951A\]{background-color:#6A6A951A}.bg-\[\#6A6A951F\]{background-color:#6A6A951F}.bg-\[\#6A6A95\]{--tw-bg-opacity:1;background-color:rgb(106 106 149/var(--tw-bg-opacity,1))}.bg-\[\#6B6B6B\]{--tw-bg-opacity:1;background-color:rgb(107 107 107/var(--tw-bg-opacity,1))}.bg-\[\#6B7280\]{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity,1))}.bg-\[\#6c757d\]{--tw-bg-opacity:1;background-color:rgb(108 117 125/var(--tw-bg-opacity,1))}.bg-\[\#7272764D\]{background-color:#7272764D}.bg-\[\#727276\]{--tw-bg-opacity:1;background-color:rgb(114 114 118/var(--tw-bg-opacity,1))}.bg-\[\#74223E\]{--tw-bg-opacity:1;background-color:rgb(116 34 62/var(--tw-bg-opacity,1))}.bg-\[\#772FF41A\]{background-color:#772FF41A}.bg-\[\#7C2E4459\]{background-color:#7C2E4459}.bg-\[\#7C2E44\]{--tw-bg-opacity:1;background-color:rgb(124 46 68/var(--tw-bg-opacity,1))}.bg-\[\#7FF3D0\]{--tw-bg-opacity:1;background-color:rgb(127 243 208/var(--tw-bg-opacity,1))}.bg-\[\#9146FF\]{--tw-bg-opacity:1;background-color:rgb(145 70 255/var(--tw-bg-opacity,1))}.bg-\[\#94A3B8\]{--tw-bg-opacity:1;background-color:rgb(148 163 184/var(--tw-bg-opacity,1))}.bg-\[\#9752FF1A\]{background-color:#9752FF1A}.bg-\[\#9752FF\]{--tw-bg-opacity:1;background-color:rgb(151 82 255/var(--tw-bg-opacity,1))}.bg-\[\#9C27B01A\]{background-color:#9C27B01A}.bg-\[\#CD8DF31A\]{background-color:#CD8DF31A}.bg-\[\#CFCFCF\]{--tw-bg-opacity:1;background-color:rgb(207 207 207/var(--tw-bg-opacity,1))}.bg-\[\#D001FF1A\]{background-color:#D001FF1A}.bg-\[\#D001FF\]{--tw-bg-opacity:1;background-color:rgb(208 1 255/var(--tw-bg-opacity,1))}.bg-\[\#D1D5DB\]{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.bg-\[\#D9D1C2\]{--tw-bg-opacity:1;background-color:rgb(217 209 194/var(--tw-bg-opacity,1))}.bg-\[\#DB4437\]{--tw-bg-opacity:1;background-color:rgb(219 68 55/var(--tw-bg-opacity,1))}.bg-\[\#DC2626\]{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.bg-\[\#E0E0E0\]{--tw-bg-opacity:1;background-color:rgb(224 224 224/var(--tw-bg-opacity,1))}.bg-\[\#E4E4E4\]{--tw-bg-opacity:1;background-color:rgb(228 228 228/var(--tw-bg-opacity,1))}.bg-\[\#E54D01\]\/70{background-color:rgb(229 77 1/.7)}.bg-\[\#E5E5E5\]{--tw-bg-opacity:1;background-color:rgb(229 229 229/var(--tw-bg-opacity,1))}.bg-\[\#E5E5E7\]{--tw-bg-opacity:1;background-color:rgb(229 229 231/var(--tw-bg-opacity,1))}.bg-\[\#E6981F\]{--tw-bg-opacity:1;background-color:rgb(230 152 31/var(--tw-bg-opacity,1))}.bg-\[\#E8E8E8\]{--tw-bg-opacity:1;background-color:rgb(232 232 232/var(--tw-bg-opacity,1))}.bg-\[\#E8F5E9\]{--tw-bg-opacity:1;background-color:rgb(232 245 233/var(--tw-bg-opacity,1))}.bg-\[\#EC3F3F\]{--tw-bg-opacity:1;background-color:rgb(236 63 63/var(--tw-bg-opacity,1))}.bg-\[\#EC3F3F\]\/10{background-color:rgb(236 63 63/.1)}.bg-\[\#EE9B1E1A\]{background-color:#EE9B1E1A}.bg-\[\#EE9B1E\]{--tw-bg-opacity:1;background-color:rgb(238 155 30/var(--tw-bg-opacity,1))}.bg-\[\#EE9B1E\]\/20{background-color:rgb(238 155 30/.2)}.bg-\[\#EFEFEF\]{--tw-bg-opacity:1;background-color:rgb(239 239 239/var(--tw-bg-opacity,1))}.bg-\[\#F0F0F0\]{--tw-bg-opacity:1;background-color:rgb(240 240 240/var(--tw-bg-opacity,1))}.bg-\[\#F0F1F9\]{--tw-bg-opacity:1;background-color:rgb(240 241 249/var(--tw-bg-opacity,1))}.bg-\[\#F1F1F5\]{--tw-bg-opacity:1;background-color:rgb(241 241 245/var(--tw-bg-opacity,1))}.bg-\[\#F3F4F6\]{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-\[\#F44043\]{--tw-bg-opacity:1;background-color:rgb(244 64 67/var(--tw-bg-opacity,1))}.bg-\[\#F443361A\]{background-color:#F443361A}.bg-\[\#F44336\]{--tw-bg-opacity:1;background-color:rgb(244 67 54/var(--tw-bg-opacity,1))}.bg-\[\#F5F5F5\]{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity,1))}.bg-\[\#F5F9FC\]{--tw-bg-opacity:1;background-color:rgb(245 249 252/var(--tw-bg-opacity,1))}.bg-\[\#F6F7F9\]{--tw-bg-opacity:1;background-color:rgb(246 247 249/var(--tw-bg-opacity,1))}.bg-\[\#F6F9FF4D\]{background-color:#F6F9FF4D}.bg-\[\#F8F8F8\]{--tw-bg-opacity:1;background-color:rgb(248 248 248/var(--tw-bg-opacity,1))}.bg-\[\#F9F9FB\]{--tw-bg-opacity:1;background-color:rgb(249 249 251/var(--tw-bg-opacity,1))}.bg-\[\#FAFAFB\]{--tw-bg-opacity:1;background-color:rgb(250 250 251/var(--tw-bg-opacity,1))}.bg-\[\#FC5A5A\]\/10{background-color:rgb(252 90 90/.1)}.bg-\[\#FD4B4B1A\]{background-color:#FD4B4B1A}.bg-\[\#FD4B4B\]{--tw-bg-opacity:1;background-color:rgb(253 75 75/var(--tw-bg-opacity,1))}.bg-\[\#FE2525\]{--tw-bg-opacity:1;background-color:rgb(254 37 37/var(--tw-bg-opacity,1))}.bg-\[\#FEFEFF\]{--tw-bg-opacity:1;background-color:rgb(254 254 255/var(--tw-bg-opacity,1))}.bg-\[\#FF00000D\]{background-color:#FF00000D}.bg-\[\#FF3B30\]\/10{background-color:rgb(255 59 48/.1)}.bg-\[\#FF41441A\]{background-color:#FF41441A}.bg-\[\#FF4144\]{--tw-bg-opacity:1;background-color:rgb(255 65 68/var(--tw-bg-opacity,1))}.bg-\[\#FF4144\]\/10{background-color:rgb(255 65 68/.1)}.bg-\[\#FF46461A\]{background-color:#FF46461A}.bg-\[\#FF4646\]{--tw-bg-opacity:1;background-color:rgb(255 70 70/var(--tw-bg-opacity,1))}.bg-\[\#FF46551A\]{background-color:#FF46551A}.bg-\[\#FF4655\]{--tw-bg-opacity:1;background-color:rgb(255 70 85/var(--tw-bg-opacity,1))}.bg-\[\#FF5500\]{--tw-bg-opacity:1;background-color:rgb(255 85 0/var(--tw-bg-opacity,1))}.bg-\[\#FF55011A\]{background-color:#FF55011A}.bg-\[\#FF5501D9\]{background-color:#FF5501D9}.bg-\[\#FF5501\]{--tw-bg-opacity:1;background-color:rgb(255 85 1/var(--tw-bg-opacity,1))}.bg-\[\#FF5501\]\/10{background-color:rgb(255 85 1/.1)}.bg-\[\#FF5501\]\/15{background-color:rgb(255 85 1/.15)}.bg-\[\#FF5501\]\/5{background-color:rgb(255 85 1/.05)}.bg-\[\#FF98001A\]{background-color:#FF98001A}.bg-\[\#FF9800\]{--tw-bg-opacity:1;background-color:rgb(255 152 0/var(--tw-bg-opacity,1))}.bg-\[\#FFA5001A\]{background-color:#FFA5001A}.bg-\[\#FFA500\]{--tw-bg-opacity:1;background-color:rgb(255 165 0/var(--tw-bg-opacity,1))}.bg-\[\#FFA500\]\/10{background-color:rgb(255 165 0/.1)}.bg-\[\#FFA52F\]{--tw-bg-opacity:1;background-color:rgb(255 165 47/var(--tw-bg-opacity,1))}.bg-\[\#FFF5F0\]{--tw-bg-opacity:1;background-color:rgb(255 245 240/var(--tw-bg-opacity,1))}.bg-\[\#FFFFFF0A\]{background-color:#FFFFFF0A}.bg-\[\#FFFFFF0D\]{background-color:#FFFFFF0D}.bg-\[\#FFFFFF12\]{background-color:#FFFFFF12}.bg-\[\#FFFFFF1A\]{background-color:#FFFFFF1A}.bg-\[\#FFFFFF33\]{background-color:#FFFFFF33}.bg-\[\#FFFFFF40\]{background-color:#FFFFFF40}.bg-\[\#FFFFFF\]{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-\[\#FFFF\]{background-color:#FFFF}.bg-\[\#f0f1f9\]{--tw-bg-opacity:1;background-color:rgb(240 241 249/var(--tw-bg-opacity,1))}.bg-\[\#f2f2f2\]{--tw-bg-opacity:1;background-color:rgb(242 242 242/var(--tw-bg-opacity,1))}.bg-\[\#f44336a6\]{background-color:#f44336a6}.bg-\[\#f8f8f8\]{--tw-bg-opacity:1;background-color:rgb(248 248 248/var(--tw-bg-opacity,1))}.bg-\[\#f9f9fb\]{--tw-bg-opacity:1;background-color:rgb(249 249 251/var(--tw-bg-opacity,1))}.bg-\[\#ff550154\]{background-color:#ff550154}.bg-\[\#ff5501\]{--tw-bg-opacity:1;background-color:rgb(255 85 1/var(--tw-bg-opacity,1))}.bg-\[\#ffa50066\]{background-color:#ffa50066}.bg-\[\#ffffff57\]{background-color:#ffffff57}.bg-\[rgba\(0\2c 173\2c 239\2c 0\.1\)\]{background-color:rgba(0,173,239,.1)}.bg-\[rgba\(106\2c 106\2c 149\2c 0\.06\)\]{background-color:rgba(106,106,149,.06)}.bg-\[rgba\(238\2c 155\2c 30\2c 0\.1\)\]{background-color:rgba(238,155,30,.1)}.bg-\[rgba\(25\2c 25\2c 29\2c 0\.8\)\]{background-color:rgba(25,25,29,.8)}.bg-\[rgba\(255\2c 255\2c 255\2c 0\.04\)\]{background-color:rgba(255,255,255,.04)}.bg-\[rgba\(255\2c 255\2c 255\2c 0\.06\)\]{background-color:rgba(255,255,255,.06)}.bg-\[rgba\(255\2c 255\2c 255\2c 0\.1\)\]{background-color:rgba(255,255,255,.1)}.bg-\[rgba\(255\2c 255\2c 255\2c 0\.2\)\]{background-color:rgba(255,255,255,.2)}.bg-\[rgba\(255\2c 65\2c 68\2c 0\.1\)\]{background-color:rgba(255,65,68,.1)}.bg-\[rgba\(255\2c 70\2c 85\2c 0\.05\)\]{background-color:rgba(255,70,85,.05)}.bg-\[rgba\(255\2c 70\2c 85\2c 0\.1\)\]{background-color:rgba(255,70,85,.1)}.bg-\[rgba\(255\2c 85\2c 0\2c 0\.1\)\]{background-color:rgba(255,85,0,.1)}.bg-\[rgba\(60\2c 179\2c 57\2c 0\.1\)\]{background-color:rgba(60,179,57,.1)}.bg-\[rgba\(65\2c 125\2c 255\2c 0\.1\)\]{background-color:rgba(65,125,255,.1)}.bg-amber-500\/10{background-color:rgb(245 158 11/.1)}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-black\/20{background-color:rgb(0 0 0/.2)}.bg-black\/30{background-color:rgb(0 0 0/.3)}.bg-black\/40{background-color:rgb(0 0 0/.4)}.bg-black\/5{background-color:rgb(0 0 0/.05)}.bg-black\/50{background-color:rgb(0 0 0/.5)}.bg-black\/60{background-color:rgb(0 0 0/.6)}.bg-black\/70{background-color:rgb(0 0 0/.7)}.bg-black\/80{background-color:rgb(0 0 0/.8)}.bg-black\/90{background-color:rgb(0 0 0/.9)}.bg-black\/\[0\.03\]{background-color:rgb(0 0 0/.03)}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.bg-blue-500\/20{background-color:rgb(59 130 246/.2)}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.bg-dark-gray-3{--tw-bg-opacity:1;background-color:rgb(60 61 69/var(--tw-bg-opacity,1))}.bg-dark-gray-5{background-color:#FFFFFF1A}.bg-dark-green{--tw-bg-opacity:1;background-color:rgb(60 179 57/var(--tw-bg-opacity,1))}.bg-dark-green-2{background-color:#3CB3391A}.bg-dark-green-2\/10{background-color:rgb(60 179 57/.1)}.bg-dark-green-2\/40{background-color:rgb(60 179 57/.4)}.bg-dark-green-3{background-color:#22C55E1A}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-gray-500{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity,1))}.bg-gray-500\/10{background-color:rgb(107 114 128/.1)}.bg-gray-500\/20{background-color:rgb(107 114 128/.2)}.bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.bg-gray-custom{background-color:#6A6A951A}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.bg-green-500\/20{background-color:rgb(34 197 94/.2)}.bg-indigo-50{--tw-bg-opacity:1;background-color:rgb(238 242 255/var(--tw-bg-opacity,1))}.bg-light-border-2{background-color:#6A6A950A}.bg-light-border-3{background-color:#48545F33}.bg-light-gray{background-color:#48484866}.bg-light-gray-3{background-color:#6A6A950F}.bg-light-gray-5{--tw-bg-opacity:1;background-color:rgb(249 249 251/var(--tw-bg-opacity,1))}.bg-light-gray-9{--tw-bg-opacity:1;background-color:rgb(241 241 245/var(--tw-bg-opacity,1))}.bg-light-green{--tw-bg-opacity:1;background-color:rgb(17 211 119/var(--tw-bg-opacity,1))}.bg-orange-50{--tw-bg-opacity:1;background-color:rgb(255 247 237/var(--tw-bg-opacity,1))}.bg-orange-500\/20{background-color:rgb(249 115 22/.2)}.bg-primary{--tw-bg-opacity:1;background-color:rgb(255 85 1/var(--tw-bg-opacity,1))}.bg-primary\/15{background-color:rgb(255 85 1/.15)}.bg-primary\/5{background-color:rgb(255 85 1/.05)}.bg-primary\/50{background-color:rgb(255 85 1/.5)}.bg-purple-50{--tw-bg-opacity:1;background-color:rgb(250 245 255/var(--tw-bg-opacity,1))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.bg-red-500\/15{background-color:rgb(239 68 68/.15)}.bg-red-500\/20{background-color:rgb(239 68 68/.2)}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.bg-red-light{--tw-bg-opacity:1;background-color:rgb(254 37 37/var(--tw-bg-opacity,1))}.bg-red-light-2{--tw-bg-opacity:1;background-color:rgb(255 70 70/var(--tw-bg-opacity,1))}.bg-red-light\/10{background-color:rgb(254 37 37/.1)}.bg-secondary{--tw-bg-opacity:1;background-color:rgb(116 34 62/var(--tw-bg-opacity,1))}.bg-secondary\/50{background-color:rgb(116 34 62/.5)}.bg-secondary\/60{background-color:rgb(116 34 62/.6)}.bg-secondary\/70{background-color:rgb(116 34 62/.7)}.bg-secondary\/80{background-color:rgb(116 34 62/.8)}.bg-secondary\/90{background-color:rgb(116 34 62/.9)}.bg-sky-50{--tw-bg-opacity:1;background-color:rgb(240 249 255/var(--tw-bg-opacity,1))}.bg-soft-purple{--tw-bg-opacity:1;background-color:rgb(151 82 255/var(--tw-bg-opacity,1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-white\/10{background-color:rgb(255 255 255/.1)}.bg-white\/15{background-color:rgb(255 255 255/.15)}.bg-white\/20{background-color:rgb(255 255 255/.2)}.bg-white\/30{background-color:rgb(255 255 255/.3)}.bg-white\/5{background-color:rgb(255 255 255/.05)}.bg-white\/50{background-color:rgb(255 255 255/.5)}.bg-white\/60{background-color:rgb(255 255 255/.6)}.bg-white\/80{background-color:rgb(255 255 255/.8)}.bg-white\/95{background-color:rgb(255 255 255/.95)}.bg-white\/\[0\.07\]{background-color:rgb(255 255 255/.07)}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity,1))}.bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))}.bg-yellow-500\/20{background-color:rgb(234 179 8/.2)}.bg-opacity-10{--tw-bg-opacity:0.1}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-opacity-90{--tw-bg-opacity:0.9}.bg-\[linear-gradient\(90deg\2c transparent_0\%\2c rgba\(255\2c 255\2c 255\2c 0\.3\)_50\%\2c transparent_100\%\)\]{background-image:linear-gradient(90deg,transparent,rgba(255,255,255,.3) 50%,transparent)}.bg-\[url\(\'https\:\/\/cdn\.itemavm\.com\/uploads\/defaults\/backgrounds\/light-bg-pattern\.webp\'\)\]{background-image:url(https://cdn.itemavm.com/uploads/defaults/backgrounds/light-bg-pattern.webp)}.bg-\[url\(\'https\:\/\/cdn\.itemavm\.com\/uploads\/defaults\/referance-banner\.webp\'\)\]{background-image:url(https://cdn.itemavm.com/uploads/defaults/referance-banner.webp)}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.bg-gradient-to-tl{background-image:linear-gradient(to top left,var(--tw-gradient-stops))}.from-\[\#121212\]{--tw-gradient-from:#121212 var(--tw-gradient-from-position);--tw-gradient-to:rgb(18 18 18/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#1b4d1a\]{--tw-gradient-from:#1b4d1a var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 77 26/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#612037\]{--tw-gradient-from:#612037 var(--tw-gradient-from-position);--tw-gradient-to:rgb(97 32 55/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#FAFBFC\]{--tw-gradient-from:#FAFBFC var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 251 252/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#FF5501\]{--tw-gradient-from:#FF5501 var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 85 1/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[\#FFF8F4\]{--tw-gradient-from:#FFF8F4 var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 248 244/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-\[rgba\(255\2c 255\2c 255\2c 0\)\]{--tw-gradient-from:rgba(255,255,255,0) var(--tw-gradient-from-position);--tw-gradient-to:rgba(255,255,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black\/60{--tw-gradient-from:rgb(0 0 0/0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-black\/80{--tw-gradient-from:rgb(0 0 0/0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-green-400{--tw-gradient-from:#4ade80 var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 222 128/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-primary\/10{--tw-gradient-from:rgb(255 85 1/0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 85 1/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-red-400{--tw-gradient-from:#f87171 var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 113 113/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-sky-500{--tw-gradient-from:#0ea5e9 var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 165 233/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-transparent{--tw-gradient-from:transparent var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.from-white{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.via-\[\#121212\]\/80{--tw-gradient-to:rgb(18 18 18/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgb(18 18 18/0.8) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-\[\#FF6B1A\]{--tw-gradient-to:rgb(255 107 26/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),#FF6B1A var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-black\/20{--tw-gradient-to:rgb(0 0 0/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgb(0 0 0/0.2) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-black\/30{--tw-gradient-to:rgb(0 0 0/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgb(0 0 0/0.3) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-black\/40{--tw-gradient-to:rgb(0 0 0/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgb(0 0 0/0.4) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-black\/70{--tw-gradient-to:rgb(0 0 0/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgb(0 0 0/0.7) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-black\/80{--tw-gradient-to:rgb(0 0 0/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),rgb(0 0 0/0.8) var(--tw-gradient-via-position),var(--tw-gradient-to)}.via-transparent{--tw-gradient-to:rgb(0 0 0/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),transparent var(--tw-gradient-via-position),var(--tw-gradient-to)}.to-\[\#09080F\]{--tw-gradient-to:#09080F var(--tw-gradient-to-position)}.to-\[\#2e7a2d\]{--tw-gradient-to:#2e7a2d var(--tw-gradient-to-position)}.to-\[\#F0F1F9\]{--tw-gradient-to:#F0F1F9 var(--tw-gradient-to-position)}.to-\[\#FAFBFC\]{--tw-gradient-to:#FAFBFC var(--tw-gradient-to-position)}.to-\[\#FF9A5C\]{--tw-gradient-to:#FF9A5C var(--tw-gradient-to-position)}.to-\[\#FFF0E8\]{--tw-gradient-to:#FFF0E8 var(--tw-gradient-to-position)}.to-black{--tw-gradient-to:#000 var(--tw-gradient-to-position)}.to-black\/40{--tw-gradient-to:rgb(0 0 0/0.4) var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to:#2563eb var(--tw-gradient-to-position)}.to-green-600{--tw-gradient-to:#16a34a var(--tw-gradient-to-position)}.to-primary\/20{--tw-gradient-to:rgb(255 85 1/0.2) var(--tw-gradient-to-position)}.to-primary\/5{--tw-gradient-to:rgb(255 85 1/0.05) var(--tw-gradient-to-position)}.to-red-600{--tw-gradient-to:#dc2626 var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}.to-white{--tw-gradient-to:#fff var(--tw-gradient-to-position)}.bg-\[length\:100\%_auto\]{background-size:100% auto}.bg-cover{background-size:cover}.bg-bottom{background-position:bottom}.bg-center{background-position:50%}.bg-top{background-position:top}.bg-no-repeat{background-repeat:no-repeat}.bg-repeat-y{background-repeat:repeat-y}.fill-\[\#3C3D45\]{fill:#3C3D45}.fill-\[\#48484850\]{fill:#48484850}.fill-\[\#48484866\]{fill:#48484866}.fill-\[\#484848\]{fill:#484848}.fill-\[\#484848\]\/40{fill:rgb(72 72 72/.4)}.fill-\[\#48545F66\]{fill:#48545F66}.fill-\[\#48545F\]{fill:#48545F}.fill-\[\#6A6A95\]{fill:#6A6A95}.fill-\[\#FF550140\]{fill:#FF550140}.fill-\[\#FF5501\]{fill:#FF5501}.fill-\[\#FF5501\]\/40{fill:rgb(255 85 1/.4)}.fill-current{fill:currentColor}.fill-dark-gray-6{fill:#48545F66}.fill-dark-green{fill:#3CB339}.fill-primary{fill:#FF5501}.fill-white{fill:#fff}.stroke-\[\#48484866\]{stroke:#48484866}.stroke-\[\#484848\]{stroke:#484848}.stroke-\[\#FF5501\]{stroke:#FF5501}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-\[center_top\]{-o-object-position:center top;object-position:center top}.object-center{-o-object-position:center;object-position:center}.object-left{-o-object-position:left;object-position:left}.object-right{-o-object-position:right;object-position:right}.object-right-bottom{-o-object-position:right bottom;object-position:right bottom}.object-right-top{-o-object-position:right top;object-position:right top}.object-top{-o-object-position:top;object-position:top}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[0\.82rem\]{padding:.82rem}.p-\[10px\]{padding:10px}.p-\[11px\]{padding:11px}.p-\[12px\]{padding:12px}.p-\[14px\]{padding:14px}.p-\[15px\]{padding:15px}.p-\[16px\]{padding:16px}.p-\[20px\]{padding:20px}.p-\[25px\]{padding:25px}.p-\[30px\]{padding:30px}.p-\[3px\]{padding:3px}.p-\[5\.7px\]{padding:5.7px}.p-\[5px\]{padding:5px}.p-\[6px\]{padding:6px}.p-\[8px\]{padding:8px}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[10px\]{padding-left:10px;padding-right:10px}.px-\[12px\]{padding-left:12px;padding-right:12px}.px-\[13\.58px\]{padding-left:13.58px;padding-right:13.58px}.px-\[15px\]{padding-left:15px;padding-right:15px}.px-\[16px\]{padding-left:16px;padding-right:16px}.px-\[20px\]{padding-left:20px;padding-right:20px}.px-\[30px\]{padding-left:30px;padding-right:30px}.px-\[50px\]{padding-left:50px;padding-right:50px}.px-\[5px\]{padding-left:5px;padding-right:5px}.px-\[7px\]{padding-left:7px;padding-right:7px}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-9{padding-top:2.25rem;padding-bottom:2.25rem}.py-\[10px\]{padding-top:10px;padding-bottom:10px}.py-\[11px\]{padding-top:11px;padding-bottom:11px}.py-\[12\.5px\]{padding-top:12.5px;padding-bottom:12.5px}.py-\[120px\]{padding-top:120px;padding-bottom:120px}.py-\[12px\]{padding-top:12px;padding-bottom:12px}.py-\[15px\]{padding-top:15px;padding-bottom:15px}.py-\[16px\]{padding-top:16px;padding-bottom:16px}.py-\[20px\]{padding-top:20px;padding-bottom:20px}.py-\[21px\]{padding-top:21px;padding-bottom:21px}.py-\[22px\]{padding-top:22px;padding-bottom:22px}.py-\[23px\]{padding-top:23px;padding-bottom:23px}.py-\[24px\]{padding-top:24px;padding-bottom:24px}.py-\[25px\]{padding-top:25px;padding-bottom:25px}.py-\[27px\]{padding-top:27px;padding-bottom:27px}.py-\[30px\]{padding-top:30px;padding-bottom:30px}.py-\[3px\]{padding-top:3px;padding-bottom:3px}.py-\[4px\]{padding-top:4px;padding-bottom:4px}.py-\[5px\]{padding-top:5px;padding-bottom:5px}.py-\[6px\]{padding-top:6px;padding-bottom:6px}.py-\[7px\]{padding-top:7px;padding-bottom:7px}.py-\[8px\]{padding-top:8px;padding-bottom:8px}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-2\.5{padding-bottom:.625rem}.pb-20{padding-bottom:5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-7{padding-bottom:1.75rem}.pb-\[100px\]{padding-bottom:100px}.pb-\[120px\]{padding-bottom:120px}.pb-\[14px\]{padding-bottom:14px}.pb-\[15px\]{padding-bottom:15px}.pb-\[16px\]{padding-bottom:16px}.pb-\[20px\]{padding-bottom:20px}.pb-\[34px\]{padding-bottom:34px}.pb-\[5px\]{padding-bottom:5px}.pb-\[60px\]{padding-bottom:60px}.pb-\[6px\]{padding-bottom:6px}.pb-\[8px\]{padding-bottom:8px}.pb-\[90px\]{padding-bottom:90px}.pl-0{padding-left:0}.pl-10{padding-left:2.5rem}.pl-12{padding-left:3rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-40{padding-left:10rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-\[15px\]{padding-left:15px}.pl-\[16px\]{padding-left:16px}.pl-\[18px\]{padding-left:18px}.pl-\[24px\]{padding-left:24px}.pl-\[27px\]{padding-left:27px}.pl-\[40px\]{padding-left:40px}.pl-\[45px\]{padding-left:45px}.pr-1{padding-right:.25rem}.pr-10{padding-right:2.5rem}.pr-12{padding-right:3rem}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pr-8{padding-right:2rem}.pr-\[12px\]{padding-right:12px}.pr-\[18px\]{padding-right:18px}.pr-\[24px\]{padding-right:24px}.pr-\[32px\]{padding-right:32px}.pr-\[40px\]{padding-right:40px}.pr-\[45px\]{padding-right:45px}.pr-\[70px\]{padding-right:70px}.pr-\[85px\]{padding-right:85px}.pt-0{padding-top:0}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-7{padding-top:1.75rem}.pt-\[10px\]{padding-top:10px}.pt-\[15px\]{padding-top:15px}.pt-\[20px\]{padding-top:20px}.pt-\[2px\]{padding-top:2px}.pt-\[30px\]{padding-top:30px}.pt-\[32px\]{padding-top:32px}.pt-\[35px\]{padding-top:35px}.pt-\[50px\]{padding-top:50px}.pt-\[55px\]{padding-top:55px}.pt-\[80px\]{padding-top:80px}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-gilroy{font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.\!text-\[16px\]{font-size:16px!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[17px\]{font-size:17px}.text-\[18px\]{font-size:18px}.text-\[19px\]{font-size:19px}.text-\[20px\]{font-size:20px}.text-\[21px\]{font-size:21px}.text-\[22px\]{font-size:22px}.text-\[24px\]{font-size:24px}.text-\[26px\]{font-size:26px}.text-\[28px\]{font-size:28px}.text-\[30px\]{font-size:30px}.text-\[32px\]{font-size:32px}.text-\[38px\]{font-size:38px}.text-\[48px\]{font-size:48px}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-\[400\]{font-weight:400}.font-\[500\]{font-weight:500}.font-\[800\]{font-weight:800}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-\[1\.17\]{line-height:1.17}.leading-\[1\.193359375em\]{line-height:1.193359375em}.leading-\[1\.1\]{line-height:1.1}.leading-\[1\.21\]{line-height:1.21}.leading-\[1\.25em\]{line-height:1.25em}.leading-\[1\.26\]{line-height:1.26}.leading-\[1\.2\]{line-height:1.2}.leading-\[1\.3\]{line-height:1.3}.leading-\[1\.4\]{line-height:1.4}.leading-\[1\.5\]{line-height:1.5}.leading-\[11\.93px\]{line-height:11.93px}.leading-\[12px\]{line-height:12px}.leading-\[14px\]{line-height:14px}.leading-\[15px\]{line-height:15px}.leading-\[16\.71px\]{line-height:16.71px}.leading-\[16px\]{line-height:16px}.leading-\[17px\]{line-height:17px}.leading-\[18px\]{line-height:18px}.leading-\[19\.09px\]{line-height:19.09px}.leading-\[19px\]{line-height:19px}.leading-\[20px\]{line-height:20px}.leading-\[21px\]{line-height:21px}.leading-\[24px\]{line-height:24px}.leading-\[28px\]{line-height:28px}.leading-\[2em\]{line-height:2em}.leading-\[30px\]{line-height:30px}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[-0\.003em\]{letter-spacing:-.003em}.tracking-\[-0\.04em\]{letter-spacing:-.04em}.tracking-\[-0\.084px\]{letter-spacing:-.084px}.tracking-\[-0\.08em\]{letter-spacing:-.08em}.tracking-\[-0\.096px\]{letter-spacing:-.096px}.tracking-\[-0\.09px\]{letter-spacing:-.09px}.tracking-\[-0\.108px\]{letter-spacing:-.108px}.tracking-\[-0\.10em\]{letter-spacing:-.1em}.tracking-\[-0\.18px\]{letter-spacing:-.18px}.tracking-\[-0\.6\%\]{letter-spacing:-.6%}.tracking-\[-0\.64px\]{letter-spacing:-.64px}.tracking-\[-1\.5px\]{letter-spacing:-1.5px}.tracking-\[-1px\]{letter-spacing:-1px}.tracking-\[-2\.4px\]{letter-spacing:-2.4px}.tracking-\[-5\%\]{letter-spacing:-5%}.tracking-\[0\.005em\]{letter-spacing:.005em}.tracking-\[0\.01em\]{letter-spacing:.01em}.tracking-\[0\.02em\]{letter-spacing:.02em}.tracking-\[0\.09em\]{letter-spacing:.09em}.tracking-\[0\.3125\%\]{letter-spacing:.3125%}.tracking-\[0\.5\%\]{letter-spacing:.5%}.tracking-\[0\.5em\]{letter-spacing:.5em}.tracking-\[1\.5px\]{letter-spacing:1.5px}.tracking-\[1px\]{letter-spacing:1px}.tracking-\[2px\]{letter-spacing:2px}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-\[\#48484866\]{color:#48484866!important}.\!text-\[\#484848\]{--tw-text-opacity:1!important;color:rgb(72 72 72/var(--tw-text-opacity,1))!important}.\!text-\[\#6A6A9566\]{color:#6A6A9566!important}.\!text-\[\#FF5501\]{--tw-text-opacity:1!important;color:rgb(255 85 1/var(--tw-text-opacity,1))!important}.\!text-dark-gray{--tw-text-opacity:1!important;color:rgb(72 72 72/var(--tw-text-opacity,1))!important}.\!text-primary{--tw-text-opacity:1!important;color:rgb(255 85 1/var(--tw-text-opacity,1))!important}.\!text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.text-\[\#00A808\]{--tw-text-opacity:1;color:rgb(0 168 8/var(--tw-text-opacity,1))}.text-\[\#0EA5E9\]{--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity,1))}.text-\[\#111827\]{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-\[\#121212\]{--tw-text-opacity:1;color:rgb(18 18 18/var(--tw-text-opacity,1))}.text-\[\#1E1E1F\]{--tw-text-opacity:1;color:rgb(30 30 31/var(--tw-text-opacity,1))}.text-\[\#1F2937\]{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-\[\#1a1a1a\]{--tw-text-opacity:1;color:rgb(26 26 26/var(--tw-text-opacity,1))}.text-\[\#212529\]{--tw-text-opacity:1;color:rgb(33 37 41/var(--tw-text-opacity,1))}.text-\[\#232323\]{--tw-text-opacity:1;color:rgb(35 35 35/var(--tw-text-opacity,1))}.text-\[\#2E7D32\]{--tw-text-opacity:1;color:rgb(46 125 50/var(--tw-text-opacity,1))}.text-\[\#3B82F6\]{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.text-\[\#3C3D45\]{--tw-text-opacity:1;color:rgb(60 61 69/var(--tw-text-opacity,1))}.text-\[\#3CB339\]{--tw-text-opacity:1;color:rgb(60 179 57/var(--tw-text-opacity,1))}.text-\[\#417DFF\]{--tw-text-opacity:1;color:rgb(65 125 255/var(--tw-text-opacity,1))}.text-\[\#4263EB\]{--tw-text-opacity:1;color:rgb(66 99 235/var(--tw-text-opacity,1))}.text-\[\#48484866\]{color:#48484866}.text-\[\#48484880\]{color:#48484880}.text-\[\#48484899\]{color:#48484899}.text-\[\#484848BF\]{color:#484848BF}.text-\[\#484848\]{--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1))}.text-\[\#484848\]\/30{color:rgb(72 72 72/.3)}.text-\[\#484848\]\/40{color:rgb(72 72 72/.4)}.text-\[\#484848\]\/50{color:rgb(72 72 72/.5)}.text-\[\#484848\]\/60{color:rgb(72 72 72/.6)}.text-\[\#484848\]\/70{color:rgb(72 72 72/.7)}.text-\[\#484848\]\/75{color:rgb(72 72 72/.75)}.text-\[\#484848\]\/80{color:rgb(72 72 72/.8)}.text-\[\#48545F66\]{color:#48545F66}.text-\[\#48545F\]{--tw-text-opacity:1;color:rgb(72 84 95/var(--tw-text-opacity,1))}.text-\[\#4CAF50\]{--tw-text-opacity:1;color:rgb(76 175 80/var(--tw-text-opacity,1))}.text-\[\#666\]{--tw-text-opacity:1;color:rgb(102 102 102/var(--tw-text-opacity,1))}.text-\[\#6A6A95\]{--tw-text-opacity:1;color:rgb(106 106 149/var(--tw-text-opacity,1))}.text-\[\#6B6B6B\]{--tw-text-opacity:1;color:rgb(107 107 107/var(--tw-text-opacity,1))}.text-\[\#6B7280\]{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-\[\#727276\]{--tw-text-opacity:1;color:rgb(114 114 118/var(--tw-text-opacity,1))}.text-\[\#757575\]{--tw-text-opacity:1;color:rgb(117 117 117/var(--tw-text-opacity,1))}.text-\[\#772FF4\]{--tw-text-opacity:1;color:rgb(119 47 244/var(--tw-text-opacity,1))}.text-\[\#777\]{--tw-text-opacity:1;color:rgb(119 119 119/var(--tw-text-opacity,1))}.text-\[\#7C2E44\]{--tw-text-opacity:1;color:rgb(124 46 68/var(--tw-text-opacity,1))}.text-\[\#8A92A6\]{--tw-text-opacity:1;color:rgb(138 146 166/var(--tw-text-opacity,1))}.text-\[\#8F8F8F\]{--tw-text-opacity:1;color:rgb(143 143 143/var(--tw-text-opacity,1))}.text-\[\#919191\]{--tw-text-opacity:1;color:rgb(145 145 145/var(--tw-text-opacity,1))}.text-\[\#9752FF\]{--tw-text-opacity:1;color:rgb(151 82 255/var(--tw-text-opacity,1))}.text-\[\#989898\]{--tw-text-opacity:1;color:rgb(152 152 152/var(--tw-text-opacity,1))}.text-\[\#999\]{--tw-text-opacity:1;color:rgb(153 153 153/var(--tw-text-opacity,1))}.text-\[\#9A3412\]\/85{color:rgb(154 52 18/.85)}.text-\[\#9CA3AF\]{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-\[\#A1A1A1\]{--tw-text-opacity:1;color:rgb(161 161 161/var(--tw-text-opacity,1))}.text-\[\#ACACAC\]{--tw-text-opacity:1;color:rgb(172 172 172/var(--tw-text-opacity,1))}.text-\[\#D10000\]{--tw-text-opacity:1;color:rgb(209 0 0/var(--tw-text-opacity,1))}.text-\[\#E4E4E4\]{--tw-text-opacity:1;color:rgb(228 228 228/var(--tw-text-opacity,1))}.text-\[\#EC3F3F\]{--tw-text-opacity:1;color:rgb(236 63 63/var(--tw-text-opacity,1))}.text-\[\#EE9B1E\]{--tw-text-opacity:1;color:rgb(238 155 30/var(--tw-text-opacity,1))}.text-\[\#F44336\]{--tw-text-opacity:1;color:rgb(244 67 54/var(--tw-text-opacity,1))}.text-\[\#FC5A5A\]{--tw-text-opacity:1;color:rgb(252 90 90/var(--tw-text-opacity,1))}.text-\[\#FD4B4B\]{--tw-text-opacity:1;color:rgb(253 75 75/var(--tw-text-opacity,1))}.text-\[\#FF0000\]{--tw-text-opacity:1;color:rgb(255 0 0/var(--tw-text-opacity,1))}.text-\[\#FF4144\]{--tw-text-opacity:1;color:rgb(255 65 68/var(--tw-text-opacity,1))}.text-\[\#FF4444\]{--tw-text-opacity:1;color:rgb(255 68 68/var(--tw-text-opacity,1))}.text-\[\#FF4646\]{--tw-text-opacity:1;color:rgb(255 70 70/var(--tw-text-opacity,1))}.text-\[\#FF4655\]{--tw-text-opacity:1;color:rgb(255 70 85/var(--tw-text-opacity,1))}.text-\[\#FF5501\]{--tw-text-opacity:1;color:rgb(255 85 1/var(--tw-text-opacity,1))}.text-\[\#FF5501\]\/70{color:rgb(255 85 1/.7)}.text-\[\#FFA500\]{--tw-text-opacity:1;color:rgb(255 165 0/var(--tw-text-opacity,1))}.text-\[\#FFA52F\]{--tw-text-opacity:1;color:rgb(255 165 47/var(--tw-text-opacity,1))}.text-\[\#FFFFFF66\]{color:#FFFFFF66}.text-\[\#FFFFFF99\]{color:#FFFFFF99}.text-\[\#FFFFFF\],.text-\[\#FFF\]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-\[\#ff0004\]{--tw-text-opacity:1;color:rgb(255 0 4/var(--tw-text-opacity,1))}.text-\[\#ff5501\]{--tw-text-opacity:1;color:rgb(255 85 1/var(--tw-text-opacity,1))}.text-\[\#ffffff66\]{color:#ffffff66}.text-\[rgba\(255\2c 255\2c 255\2c 0\.4\)\]{color:rgba(255,255,255,.4)}.text-\[var\(--text-dark-primary\)\]{color:var(--text-dark-primary)}.text-\[var\(--text-dark-secondary\)\]{color:var(--text-dark-secondary)}.text-amber-700{--tw-text-opacity:1;color:rgb(180 83 9/var(--tw-text-opacity,1))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity,1))}.text-blue-900{--tw-text-opacity:1;color:rgb(30 58 138/var(--tw-text-opacity,1))}.text-dark-gray{--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1))}.text-dark-gray-2{--tw-text-opacity:1;color:rgb(72 84 95/var(--tw-text-opacity,1))}.text-dark-gray-3{--tw-text-opacity:1;color:rgb(60 61 69/var(--tw-text-opacity,1))}.text-dark-gray\/20{color:rgb(72 72 72/.2)}.text-dark-gray\/40{color:rgb(72 72 72/.4)}.text-dark-gray\/50{color:rgb(72 72 72/.5)}.text-dark-green{--tw-text-opacity:1;color:rgb(60 179 57/var(--tw-text-opacity,1))}.text-dark-green-4{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-green-400{--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity,1))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity,1))}.text-green-700{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity,1))}.text-green-800{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1))}.text-light-gray{color:#48484866}.text-light-gray-1{color:#48484899}.text-light-gray-10{color:#8F8F8F66}.text-light-gray-13{--tw-text-opacity:1;color:rgb(210 207 207/var(--tw-text-opacity,1))}.text-light-gray-7{--tw-text-opacity:1;color:rgb(172 172 172/var(--tw-text-opacity,1))}.text-orange-400{--tw-text-opacity:1;color:rgb(251 146 60/var(--tw-text-opacity,1))}.text-orange-600{--tw-text-opacity:1;color:rgb(234 88 12/var(--tw-text-opacity,1))}.text-orange-800{--tw-text-opacity:1;color:rgb(154 52 18/var(--tw-text-opacity,1))}.text-primary{--tw-text-opacity:1;color:rgb(255 85 1/var(--tw-text-opacity,1))}.text-purple-600{--tw-text-opacity:1;color:rgb(147 51 234/var(--tw-text-opacity,1))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}.text-red-light{--tw-text-opacity:1;color:rgb(254 37 37/var(--tw-text-opacity,1))}.text-secondary{--tw-text-opacity:1;color:rgb(116 34 62/var(--tw-text-opacity,1))}.text-sky-500{--tw-text-opacity:1;color:rgb(14 165 233/var(--tw-text-opacity,1))}.text-sky-700{--tw-text-opacity:1;color:rgb(3 105 161/var(--tw-text-opacity,1))}.text-transparent{color:transparent}.text-transparent-white{color:#FFFFFF99}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-white\/10{color:rgb(255 255 255/.1)}.text-white\/30{color:rgb(255 255 255/.3)}.text-white\/40{color:rgb(255 255 255/.4)}.text-white\/45{color:rgb(255 255 255/.45)}.text-white\/50{color:rgb(255 255 255/.5)}.text-white\/60{color:rgb(255 255 255/.6)}.text-white\/70{color:rgb(255 255 255/.7)}.text-white\/80{color:rgb(255 255 255/.8)}.text-white\/90{color:rgb(255 255 255/.9)}.text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity,1))}.text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity,1))}.text-yellow-600{--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity,1))}.text-yellow-700{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity,1))}.text-yellow-800{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity,1))}.text-yellow-900{--tw-text-opacity:1;color:rgb(113 63 18/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.no-underline{text-decoration-line:none}.placeholder-\[\#3C3D45\]::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(60 61 69/var(--tw-placeholder-opacity,1))}.placeholder-\[\#3C3D45\]::placeholder{--tw-placeholder-opacity:1;color:rgb(60 61 69/var(--tw-placeholder-opacity,1))}.placeholder-\[\#48484866\]::-moz-placeholder{color:#48484866}.placeholder-\[\#48484866\]::placeholder{color:#48484866}.placeholder-\[\#484848\]\/60::-moz-placeholder{color:rgb(72 72 72/.6)}.placeholder-\[\#484848\]\/60::placeholder{color:rgb(72 72 72/.6)}.placeholder-\[\#727276\]::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(114 114 118/var(--tw-placeholder-opacity,1))}.placeholder-\[\#727276\]::placeholder{--tw-placeholder-opacity:1;color:rgb(114 114 118/var(--tw-placeholder-opacity,1))}.placeholder-\[\#919191\]::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(145 145 145/var(--tw-placeholder-opacity,1))}.placeholder-\[\#919191\]::placeholder{--tw-placeholder-opacity:1;color:rgb(145 145 145/var(--tw-placeholder-opacity,1))}.placeholder-\[\#9CA3AF\]::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}.placeholder-\[\#9CA3AF\]::placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}.placeholder-\[\#ffffff60\]::-moz-placeholder{color:#ffffff60}.placeholder-\[\#ffffff60\]::placeholder{color:#ffffff60}.placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(107 114 128/var(--tw-placeholder-opacity,1))}.placeholder-gray-500::placeholder{--tw-placeholder-opacity:1;color:rgb(107 114 128/var(--tw-placeholder-opacity,1))}.placeholder-white\/50::-moz-placeholder{color:rgb(255 255 255/.5)}.placeholder-white\/50::placeholder{color:rgb(255 255 255/.5)}.accent-\[\#FF5501\]{accent-color:#FF5501}.opacity-0{opacity:0}.opacity-10{opacity:.1}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.opacity-95{opacity:.95}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-2xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgb(0 0 0/0.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-\[0_-2px_10px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{--tw-shadow:0 -2px 10px rgba(0,0,0,0.1);--tw-shadow-colored:0 -2px 10px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_-2px_4px_rgba\(255\2c 255\2c 255\2c 0\.2\)\2c 0_2px_4px_rgba\(255\2c 255\2c 255\2c 0\.2\)\2c -2px_0_4px_rgba\(255\2c 255\2c 255\2c 0\.2\)\2c 2px_0_4px_rgba\(255\2c 255\2c 255\2c 0\.2\)\]{--tw-shadow:0 -2px 4px rgba(255,255,255,0.2),0 2px 4px rgba(255,255,255,0.2),-2px 0 4px rgba(255,255,255,0.2),2px 0 4px rgba(255,255,255,0.2);--tw-shadow-colored:0 -2px 4px var(--tw-shadow-color),0 2px 4px var(--tw-shadow-color),-2px 0 4px var(--tw-shadow-color),2px 0 4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_0_0_1px_rgba\(0\2c 0\2c 0\2c 0\.02\)\]{--tw-shadow:0 0 0 1px rgba(0,0,0,0.02);--tw-shadow-colored:0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_12px_40px_-8px_rgba\(15\2c 23\2c 42\2c 0\.2\)\]{--tw-shadow:0 12px 40px -8px rgba(15,23,42,0.2);--tw-shadow-colored:0 12px 40px -8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_1px_2px_rgba\(15\2c 23\2c 42\2c 0\.04\)\2c 0_8px_24px_-6px_rgba\(15\2c 23\2c 42\2c 0\.08\)\]{--tw-shadow:0 1px 2px rgba(15,23,42,0.04),0 8px 24px -6px rgba(15,23,42,0.08);--tw-shadow-colored:0 1px 2px var(--tw-shadow-color),0 8px 24px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_1px_2px_rgba\(15\2c 23\2c 42\2c 0\.04\)\]{--tw-shadow:0 1px 2px rgba(15,23,42,0.04);--tw-shadow-colored:0 1px 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_1px_8px_rgba\(255\2c 85\2c 1\2c 0\.35\)\]{--tw-shadow:0 1px 8px rgba(255,85,1,0.35);--tw-shadow-colored:0 1px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.65\)\]{--tw-shadow:inset 0 1px 0 rgba(255,255,255,0.65);--tw-shadow-colored:inset 0 1px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[inset_0_1px_2px_rgba\(0\2c 0\2c 0\2c 0\.03\)\]{--tw-shadow:inset 0 1px 2px rgba(0,0,0,0.03);--tw-shadow-colored:inset 0 1px 2px var(--tw-shadow-color)}.shadow-\[inset_0_1px_2px_rgba\(0\2c 0\2c 0\2c 0\.03\)\],.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-md{--tw-shadow:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-md,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgb(0 0 0/0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-2{outline-width:2px}.outline-\[\#417DFF\]{outline-color:#417DFF}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-1,.ring-2{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-\[\#417DFF\]{--tw-ring-opacity:1;--tw-ring-color:rgb(65 125 255/var(--tw-ring-opacity,1))}.ring-\[\#6A6A9526\]{--tw-ring-color:#6A6A9526}.ring-\[\#FF5501\]{--tw-ring-opacity:1;--tw-ring-color:rgb(255 85 1/var(--tw-ring-opacity,1))}.ring-\[\#FF5501\]\/0{--tw-ring-color:rgb(255 85 1/0)}.ring-\[\#FF5501\]\/20{--tw-ring-color:rgb(255 85 1/0.2)}.ring-\[\#FF5501\]\/30{--tw-ring-color:rgb(255 85 1/0.3)}.ring-black\/5{--tw-ring-color:rgb(0 0 0/0.05)}.ring-black\/\[0\.02\]{--tw-ring-color:rgb(0 0 0/0.02)}.ring-black\/\[0\.04\]{--tw-ring-color:rgb(0 0 0/0.04)}.ring-secondary{--tw-ring-opacity:1;--tw-ring-color:rgb(116 34 62/var(--tw-ring-opacity,1))}.ring-transparent{--tw-ring-color:transparent}.ring-white{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255/var(--tw-ring-opacity,1))}.ring-white\/20{--tw-ring-color:rgb(255 255 255/0.2)}.ring-offset-2{--tw-ring-offset-width:2px}.blur{--tw-blur:blur(8px)}.blur,.brightness-\[0\.3\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.brightness-\[0\.3\]{--tw-brightness:brightness(0.3)}.drop-shadow-lg{--tw-drop-shadow:drop-shadow(0 10px 8px rgb(0 0 0/0.04)) drop-shadow(0 4px 3px rgb(0 0 0/0.1))}.drop-shadow-lg,.drop-shadow-md{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-md{--tw-drop-shadow:drop-shadow(0 4px 3px rgb(0 0 0/0.07)) drop-shadow(0 2px 2px rgb(0 0 0/0.06))}.drop-shadow-sm{--tw-drop-shadow:drop-shadow(0 1px 1px rgb(0 0 0/0.05));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-\[10px\]{--tw-backdrop-blur:blur(10px)}.backdrop-blur-\[10px\],.backdrop-blur-\[12\.5px\]{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-\[12\.5px\]{--tw-backdrop-blur:blur(12.5px)}.backdrop-blur-\[12px\]{--tw-backdrop-blur:blur(12px)}.backdrop-blur-\[12px\],.backdrop-blur-\[17px\]{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-\[17px\]{--tw-backdrop-blur:blur(17px)}.backdrop-blur-\[20px\]{--tw-backdrop-blur:blur(20px)}.backdrop-blur-\[20px\],.backdrop-blur-\[25px\]{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-\[25px\]{--tw-backdrop-blur:blur(25px)}.backdrop-blur-\[40px\]{--tw-backdrop-blur:blur(40px)}.backdrop-blur-\[40px\],.backdrop-blur-\[5px\]{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-\[5px\]{--tw-backdrop-blur:blur(5px)}.backdrop-blur-\[80px\]{--tw-backdrop-blur:blur(80px)}.backdrop-blur-\[80px\],.backdrop-blur-lg{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-lg{--tw-backdrop-blur:blur(16px)}.backdrop-blur-md{--tw-backdrop-blur:blur(12px)}.backdrop-blur-md,.backdrop-blur-sm{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px)}.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-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.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}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.will-change-transform{will-change:transform}.\[-moz-appearance\:textfield\]{-moz-appearance:textfield}.\[appearance\:textfield\]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.\[text-shadow\:0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.4\)\]{text-shadow:0 1px 0 rgba(255,255,255,.4)}body,button,input,optgroup,select,textarea{font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.font-currency-tl{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}[contenteditable],input,textarea{-webkit-spell-check:false;-moz-spell-check:false;-ms-spell-check:false;spell-check:false}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3)}.dark .custom-scrollbar{scrollbar-color:rgba(255,255,255,.2) transparent}.dark .custom-scrollbar::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2)}.dark .custom-scrollbar::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.hide-scrollbar::-webkit-scrollbar{display:none}.container{max-width:1440px}.animate-scrolling-text{animation:scrollText 10s linear infinite}.animated-text-container{text-align:center;font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;line-height:19.09px;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.animated-text-char{display:inline-block;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:75ms}.animated-text-char.active{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.animated-text-char.active:is(.dark *){--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.animated-text-char.inactive{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(200%)}}.shimmer-effect{animation:shimmer 3s ease-in-out infinite}.scrolling-text-container{overflow:hidden;text-align:center;font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:15px;font-weight:700;text-transform:uppercase;line-height:19.09px;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));position:relative;width:100%;display:flex}.animate-scrolling-text{display:inline-block;white-space:nowrap;animation:scrollText 20s linear infinite;will-change:transform}.animate-scrolling-text:nth-child(2){animation:scrollText 20s linear infinite;position:absolute;left:100%}@keyframes scrollText{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.dot-separator{margin:0 4px;opacity:.7}.slider-icon{height:75px;padding:15px 24px;min-width:101px}@media only screen and (max-width:600px){.draw-description p{position:relative;padding-left:20px}.draw-description p:after{position:absolute;content:"";display:block;width:5px;height:5px;background-color:#FFFFFF66;margin:10px 0;left:7px;border-radius:100%;top:-1px}}[contenteditable]:empty:before{content:attr(data-placeholder);color:#48484840;pointer-events:none}.dark [contenteditable]:empty:before{color:#ffffff40}.slider-thumb::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;height:20px;width:20px;border-radius:50%;background:#3B82F6;cursor:pointer;border:2px solid #ffffff;box-shadow:0 2px 4px rgba(0,0,0,.2);-webkit-transition:all .2s ease;transition:all .2s ease}.slider-thumb::-webkit-slider-thumb:hover{background:#2563EB;transform:scale(1.1)}.slider-thumb::-moz-range-thumb{height:20px;width:20px;border-radius:50%;background:#3B82F6;cursor:pointer;border:2px solid #ffffff;box-shadow:0 2px 4px rgba(0,0,0,.2);-moz-transition:all .2s ease;transition:all .2s ease}.slider-thumb::-moz-range-thumb:hover{background:#2563EB;transform:scale(1.1)}.slider-thumb:focus{outline:none}.slider-thumb:focus::-webkit-slider-thumb{box-shadow:0 0 0 3px rgba(59,130,246,.3)}.slider-thumb:focus::-moz-range-thumb{box-shadow:0 0 0 3px rgba(59,130,246,.3)}.product-description ol,.product-description ul{list-style:none;padding-left:0;margin:0}.dark .product-description ul li:before{color:#FFFFFF66}.product-description ol li{position:relative;margin-bottom:.5rem}.dark .product-description ol li:before{color:#FFFFFF66}.product-description ol ol,.product-description ol ul,.product-description ul ol,.product-description ul ul{margin-top:.5rem;margin-bottom:.5rem}.dark .product-description ol ol li:before{color:#FFFFFF66}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{scroll-behavior:smooth}.safe-area-inset-bottom{padding-bottom:env(safe-area-inset-bottom)}.prose{color:inherit}.prose b,.prose strong{font-weight:700;color:inherit}.prose em,.prose i{font-style:italic}.prose u{text-decoration:underline}.security-content h1{font-size:1.25em;line-height:1.3}.security-content h1,.security-content h2{font-weight:700;margin:.5em 0 .35em;color:inherit}.security-content h2{font-size:1.15em;line-height:1.35}.security-content h3,.security-content h4{font-size:1.1em;font-weight:600;margin:.45em 0 .3em;line-height:1.4;color:inherit}.security-content h5,.security-content h6{font-size:1em;font-weight:600;margin:.4em 0 .25em;line-height:1.4;color:inherit}.security-content p{font-size:.9375rem;margin:.35em 0;line-height:1.5;color:inherit}.prose h1{font-size:2em;font-weight:800;margin-top:1em;margin-bottom:.5em;line-height:1.2;color:inherit}.prose h2{font-size:1.5em;font-weight:700;margin-top:1em;margin-bottom:.75em;line-height:1.3}.prose h3{font-size:1.25em}.prose h3,.prose h4{font-weight:600;margin-top:1em;margin-bottom:.5em;line-height:1.4}.prose h4{font-size:1.125em;color:inherit}.prose h5,.prose h6{font-size:1em;font-weight:600;margin-top:1em;margin-bottom:.5em;color:inherit}.prose p{line-height:1.6}.prose ol,.prose ul{margin-top:.75em;margin-bottom:.75em;padding-left:1.5em}.prose ul{list-style-type:disc}.prose ol{list-style-type:decimal}.prose li{margin-top:.25em;margin-bottom:.25em;line-height:1.6}.prose ol ol,.prose ol ul,.prose ul ol,.prose ul ul{margin-top:.5em;margin-bottom:.5em}.prose ul ul{list-style-type:circle}.prose ul ul ul{list-style-type:square}.prose a{color:#FF5501;text-decoration:underline;font-weight:500}.prose a:hover{color:#e04901}.prose blockquote{border-left:4px solid #ff5501;padding-left:1em;margin-top:1em;margin-bottom:1em;font-style:italic;color:inherit;opacity:.9}.prose code{background-color:#f3f4f6;padding:.125em .25em;border-radius:.25em;font-size:.875em;font-family:monospace}.dark .prose code{background-color:#374151}.prose pre{background-color:#f3f4f6;padding:1em;border-radius:.5em;overflow-x:auto;margin-top:1em;margin-bottom:1em}.dark .prose pre{background-color:#1f2937}.prose pre code{background-color:transparent;padding:0;border-radius:0;font-size:.875em}.prose table{width:100%;border-collapse:collapse;margin-top:1em;margin-bottom:1em}.prose td,.prose th{border:1px solid #e5e7eb;padding:.5em .75em;text-align:left}.dark .prose td,.dark .prose th{border-color:#374151}.prose th{background-color:#f9fafb;font-weight:600}.dark .prose th{background-color:#1f2937}.prose hr{border:0;border-top:1px solid #e5e7eb;margin-top:2em;margin-bottom:2em}.dark .prose hr{border-top-color:#374151}.dark .prose{color:inherit}.dark .prose a{color:#FF5501}.dark .prose a:hover{color:#ff7733}.dark .prose blockquote{border-left-color:#FF5501}.blog-content{color:inherit;line-height:1.6}.blog-content h1{font-size:2rem}.blog-content h1,.blog-content h2{font-weight:700;margin-top:1.5em;margin-bottom:.75em;line-height:1.3;color:inherit}.blog-content h2{font-size:1.75rem}.blog-content h3{font-size:1.5rem;font-weight:600;margin-top:1.25em;margin-bottom:.625em;line-height:1.4;color:inherit}.blog-content h4{font-size:1.25rem}.blog-content h4,.blog-content h5{font-weight:600;margin-top:1em;margin-bottom:.5em;line-height:1.4;color:inherit}.blog-content h5{font-size:1.125rem}.blog-content h6{font-size:1rem;font-weight:600;margin-top:1em;margin-bottom:.5em;line-height:1.4;color:inherit}.blog-content p{font-size:1rem;font-weight:400;margin-top:.75em;margin-bottom:.75em;line-height:1.6;color:inherit}.blog-content b,.blog-content strong{font-weight:700;color:inherit}.blog-content em,.blog-content i{font-style:italic}.blog-content u{text-decoration:underline}.blog-content ol,.blog-content ul{margin-top:.75em;margin-bottom:.75em;padding-left:1.5em}.blog-content ul{list-style-type:disc}.blog-content ol{list-style-type:decimal}.blog-content li{margin-top:.25em;margin-bottom:.25em;line-height:1.6}.blog-content a{color:#FF5501;text-decoration:underline;font-weight:500}.blog-content a:hover{color:#e04901}.blog-content blockquote{border-left:4px solid #ff5501;padding-left:1em;margin-top:1em;margin-bottom:1em;font-style:italic;color:inherit;opacity:.9}.blog-content code{background-color:#f3f4f6;padding:.125em .25em;border-radius:.25em;font-size:.875em;font-family:monospace}.dark .blog-content code{background-color:#374151}.blog-content pre{background-color:#f3f4f6;padding:1em;border-radius:.5em;overflow-x:auto;margin-top:1em;margin-bottom:1em}.dark .blog-content pre{background-color:#1f2937}.blog-content pre code{background-color:transparent;padding:0;border-radius:0;font-size:.875em}.blog-content table{width:100%;border-collapse:collapse;margin-top:1em;margin-bottom:1em;min-width:100%}.blog-content .table-wrapper{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;margin-top:1em;margin-bottom:1em;width:100%}.blog-content .table-wrapper table{margin-top:0;margin-bottom:0;min-width:600px}.blog-content td,.blog-content th{border:1px solid #e5e7eb;padding:.5em .75em;text-align:left}.dark .blog-content td,.dark .blog-content th{border-color:#374151}.help-center p{color:rgb(72 72 72/.6)}.dark .help-center p{color:#C2C2C2}.blog-content th{background-color:#f9fafb;font-weight:600}.dark .blog-content th{background-color:#1f2937}.support-img img{margin-top:30px;margin-bottom:30px}.blog-content hr{border:0;border-top:1px solid #e5e7eb;margin-top:2em;margin-bottom:2em}.dark .blog-content hr{border-top-color:#374151}.dark .blog-content{color:inherit}.dark .blog-content a{color:#FF5501}.dark .blog-content a:hover{color:#ff7733}.dark .blog-content blockquote{border-left-color:#FF5501}.blog-content .image img{border-radius:12px}@media only screen and (max-width:768px){.blog-content h1{font-size:1.75rem}.blog-content h2{font-size:1.5rem}.blog-content h3{font-size:1.25rem}.blog-content h4{font-size:1.125rem}.blog-content h5,.blog-content h6{font-size:1rem}.blog-content p{font-size:.9375rem}.blog-content table{display:block;overflow-x:auto}.blog-content .table-wrapper{margin-left:-1rem;margin-right:-1rem;padding-left:1rem;padding-right:1rem}.blog-content .table-wrapper table{margin-left:0;margin-right:0}.blog-content td,.blog-content th{padding:.5em;font-size:.875rem}}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 40px #F9F9FB!important;-webkit-text-fill-color:#000000!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.dark input:-webkit-autofill,.dark input:-webkit-autofill:active,.dark input:-webkit-autofill:focus,.dark input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 40px #2D2D2F!important;-webkit-text-fill-color:#ffffff!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}input:-moz-autofill{background-color:#F9F9FB!important;color:#000000!important}.dark input:-moz-autofill{background-color:#2D2D2F!important;color:#ffffff!important}input[list]::-webkit-calendar-picker-indicator{display:none!important}input[list]{background-color:#F9F9FB!important;color:#000000!important}.dark input[list]{background-color:#2D2D2F!important;color:#ffffff!important}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:#F0F1F9;border-radius:4px}.dark ::-webkit-scrollbar-track{background:#1E1E1F}::-webkit-scrollbar-thumb{background:rgba(72,72,72,.4);border-radius:4px}.dark ::-webkit-scrollbar-thumb{background:rgba(255,255,255,.3)}::-webkit-scrollbar-thumb:hover{background:rgba(72,72,72,.6)}.dark ::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.5)}html{scrollbar-width:thin;scrollbar-color:rgba(72,72,72,.4) #F0F1F9}html.dark{scrollbar-color:rgba(255,255,255,.3) #1E1E1F}.Toastify__toast-container{z-index:99999!important}.Toastify__toast{background:white!important;color:#484848!important;border-radius:8px!important;border:1px solid #e5e5e5!important;font-family:Gilroy,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important}.dark .Toastify__toast{background:#1E1E1F!important;color:white!important;border:1px solid #2d2d2f!important}.Toastify__progress-bar--success{background:var(--color-success)!important}.Toastify__progress-bar--error{background:#EF4444!important}.Toastify__progress-bar--warning{background:var(--color-orange-yellow)!important}.Toastify__progress-bar--info{background:var(--color-info)!important}@media print{.sm\:hidden{display:none!important}.hidden.sm\:block{display:block!important}.lg\:hidden{display:none!important}}.logo-dark{display:none}.dark .logo-dark,.logo-light{display:block}.dark .logo-light{display:none}@media only screen and (max-width:768px){#crisp-chatbox [role=button]{bottom:85px!important;z-index:8!important}}@keyframes accordionOpen{0%{clip-path:inset(0 0 100% 0)}to{clip-path:inset(0 0 0 0)}}.accordion-open{animation:accordionOpen .25s cubic-bezier(.4,0,.2,1) forwards}.placeholder\:text-\[10px\]::-moz-placeholder{font-size:10px}.placeholder\:text-\[10px\]::placeholder{font-size:10px}.placeholder\:text-\[13px\]::-moz-placeholder{font-size:13px}.placeholder\:text-\[13px\]::placeholder{font-size:13px}.placeholder\:text-\[14px\]::-moz-placeholder{font-size:14px}.placeholder\:text-\[14px\]::placeholder{font-size:14px}.placeholder\:text-sm::-moz-placeholder{font-size:.875rem;line-height:1.25rem}.placeholder\:text-sm::placeholder{font-size:.875rem;line-height:1.25rem}.placeholder\:text-xs::-moz-placeholder{font-size:.75rem;line-height:1rem}.placeholder\:text-xs::placeholder{font-size:.75rem;line-height:1rem}.placeholder\:font-medium::-moz-placeholder{font-weight:500}.placeholder\:font-medium::placeholder{font-weight:500}.placeholder\:font-normal::-moz-placeholder{font-weight:400}.placeholder\:font-normal::placeholder{font-weight:400}.placeholder\:text-\[\#48484866\]::-moz-placeholder{color:#48484866}.placeholder\:text-\[\#48484866\]::placeholder{color:#48484866}.placeholder\:text-\[\#484848\]\/40::-moz-placeholder{color:rgb(72 72 72/.4)}.placeholder\:text-\[\#484848\]\/40::placeholder{color:rgb(72 72 72/.4)}.placeholder\:text-\[\#6A6A9566\]::-moz-placeholder{color:#6A6A9566}.placeholder\:text-\[\#6A6A9566\]::placeholder{color:#6A6A9566}.placeholder\:text-\[\#727276\]::-moz-placeholder{--tw-text-opacity:1;color:rgb(114 114 118/var(--tw-text-opacity,1))}.placeholder\:text-\[\#727276\]::placeholder{--tw-text-opacity:1;color:rgb(114 114 118/var(--tw-text-opacity,1))}.placeholder\:text-\[\#8F8F8F\]::-moz-placeholder{--tw-text-opacity:1;color:rgb(143 143 143/var(--tw-text-opacity,1))}.placeholder\:text-\[\#8F8F8F\]::placeholder{--tw-text-opacity:1;color:rgb(143 143 143/var(--tw-text-opacity,1))}.placeholder\:text-\[\#9CA3AF\]::-moz-placeholder{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.placeholder\:text-\[\#9CA3AF\]::placeholder{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.placeholder\:text-\[\#ACACAC\]::-moz-placeholder{--tw-text-opacity:1;color:rgb(172 172 172/var(--tw-text-opacity,1))}.placeholder\:text-\[\#ACACAC\]::placeholder{--tw-text-opacity:1;color:rgb(172 172 172/var(--tw-text-opacity,1))}.placeholder\:text-\[white\]::-moz-placeholder{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.placeholder\:text-\[white\]::placeholder{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.placeholder\:text-gray-400::-moz-placeholder{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.placeholder\:text-gray-400::placeholder{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.placeholder\:text-light-gray::-moz-placeholder{color:#48484866}.placeholder\:text-light-gray::placeholder{color:#48484866}.placeholder\:text-light-gray-7::-moz-placeholder{--tw-text-opacity:1;color:rgb(172 172 172/var(--tw-text-opacity,1))}.placeholder\:text-light-gray-7::placeholder{--tw-text-opacity:1;color:rgb(172 172 172/var(--tw-text-opacity,1))}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:bottom-0:after{content:var(--tw-content);bottom:0}.after\:left-0:after{content:var(--tw-content);left:0}.after\:left-\[2px\]:after{content:var(--tw-content);left:2px}.after\:right-0:after{content:var(--tw-content);right:0}.after\:top-\[2px\]:after{content:var(--tw-content);top:2px}.after\:h-4:after{content:var(--tw-content);height:1rem}.after\:h-\[18px\]:after{content:var(--tw-content);height:18px}.after\:h-\[5px\]:after{content:var(--tw-content);height:5px}.after\:w-4:after{content:var(--tw-content);width:1rem}.after\:w-\[18px\]:after{content:var(--tw-content);width:18px}.after\:rounded-full:after{content:var(--tw-content);border-radius:9999px}.after\:rounded-t-\[6px\]:after{content:var(--tw-content);border-top-left-radius:6px;border-top-right-radius:6px}.after\:border:after{content:var(--tw-content);border-width:1px}.after\:border-gray-300:after{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.after\:bg-primary:after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(255 85 1/var(--tw-bg-opacity,1))}.after\:bg-white:after{content:var(--tw-content);--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.after\:transition-all:after{content:var(--tw-content);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.after\:content-\[\'\'\]:after{--tw-content:"";content:var(--tw-content)}.first\:rounded-t-lg:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.last\:mb-0:last-child{margin-bottom:0}.last\:rounded-b-lg:last-child{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.last\:border-b-0:last-child{border-bottom-width:0}.odd\:bg-white:nth-child(odd){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.even\:bg-\[\#F9F9FB\]:nth-child(2n){--tw-bg-opacity:1;background-color:rgb(249 249 251/var(--tw-bg-opacity,1))}.checked\:bg-\[\#FF5501\]:checked{--tw-bg-opacity:1;background-color:rgb(255 85 1/var(--tw-bg-opacity,1))}.focus-within\:ring-2:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-within\:ring-\[\#53FC18\]\/50:focus-within{--tw-ring-color:rgb(83 252 24/0.5)}.focus-within\:ring-\[\#6441A5\]\/50:focus-within{--tw-ring-color:rgb(100 65 165/0.5)}.focus-within\:ring-\[\#FF0000\]\/50:focus-within{--tw-ring-color:rgb(255 0 0/0.5)}.hover\:-translate-y-0\.5:hover{--tw-translate-y:-0.125rem}.hover\:-translate-y-0\.5:hover,.hover\:-translate-y-1:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-1:hover{--tw-translate-y:-0.25rem}.hover\:-translate-y-2:hover{--tw-translate-y:-0.5rem}.hover\:-translate-y-2:hover,.hover\:translate-x-1:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:translate-x-1:hover{--tw-translate-x:0.25rem}.hover\:translate-y-\[-2px\]:hover{--tw-translate-y:-2px}.hover\:scale-105:hover,.hover\:translate-y-\[-2px\]:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1}.hover\:scale-110:hover,.hover\:scale-\[1\.01\]:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-\[1\.01\]:hover{--tw-scale-x:1.01;--tw-scale-y:1.01}.hover\:scale-\[1\.02\]:hover{--tw-scale-x:1.02;--tw-scale-y:1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:border-\[\#3CB339\]\/30:hover{border-color:rgb(60 179 57/.3)}.hover\:border-\[\#417DFF\]:hover{--tw-border-opacity:1;border-color:rgb(65 125 255/var(--tw-border-opacity,1))}.hover\:border-\[\#612037\]\/50:hover{border-color:rgb(97 32 55/.5)}.hover\:border-\[\#E4E4E4\]:hover{--tw-border-opacity:1;border-color:rgb(228 228 228/var(--tw-border-opacity,1))}.hover\:border-\[\#EE9B1E\]\/50:hover{border-color:rgb(238 155 30/.5)}.hover\:border-\[\#FF5501\]:hover{--tw-border-opacity:1;border-color:rgb(255 85 1/var(--tw-border-opacity,1))}.hover\:border-\[\#FF5501\]\/30:hover{border-color:rgb(255 85 1/.3)}.hover\:border-\[\#FF5501\]\/50:hover{border-color:rgb(255 85 1/.5)}.hover\:border-\[\#FFA52F\]:hover{--tw-border-opacity:1;border-color:rgb(255 165 47/var(--tw-border-opacity,1))}.hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.hover\:border-primary\/20:hover{border-color:rgb(255 85 1/.2)}.hover\:border-white\/30:hover{border-color:rgb(255 255 255/.3)}.hover\:bg-\[\#008A06\]:hover{--tw-bg-opacity:1;background-color:rgb(0 138 6/var(--tw-bg-opacity,1))}.hover\:bg-\[\#0099d6\]:hover{--tw-bg-opacity:1;background-color:rgb(0 153 214/var(--tw-bg-opacity,1))}.hover\:bg-\[\#00ADEF\]\/90:hover{background-color:rgb(0 173 239/.9)}.hover\:bg-\[\#0162FF\]\/90:hover{background-color:rgb(1 98 255/.9)}.hover\:bg-\[\#1D4ED8\]:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.hover\:bg-\[\#222224\]:hover{--tw-bg-opacity:1;background-color:rgb(34 34 36/var(--tw-bg-opacity,1))}.hover\:bg-\[\#2364A5\]\/90:hover{background-color:rgb(35 100 165/.9)}.hover\:bg-\[\#2563EB\]:hover{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.hover\:bg-\[\#2A9A2A\]:hover{--tw-bg-opacity:1;background-color:rgb(42 154 42/var(--tw-bg-opacity,1))}.hover\:bg-\[\#2A9D2A\]:hover{--tw-bg-opacity:1;background-color:rgb(42 157 42/var(--tw-bg-opacity,1))}.hover\:bg-\[\#2D2D2F\]:hover{--tw-bg-opacity:1;background-color:rgb(45 45 47/var(--tw-bg-opacity,1))}.hover\:bg-\[\#2DA32D\]:hover{--tw-bg-opacity:1;background-color:rgb(45 163 45/var(--tw-bg-opacity,1))}.hover\:bg-\[\#2E8B57\]:hover{--tw-bg-opacity:1;background-color:rgb(46 139 87/var(--tw-bg-opacity,1))}.hover\:bg-\[\#2EA32E\]:hover{--tw-bg-opacity:1;background-color:rgb(46 163 46/var(--tw-bg-opacity,1))}.hover\:bg-\[\#2a2a2a\]\/90:hover{background-color:rgb(42 42 42/.9)}.hover\:bg-\[\#2fa02e\]:hover{--tw-bg-opacity:1;background-color:rgb(47 160 46/var(--tw-bg-opacity,1))}.hover\:bg-\[\#3368cc\]\/80:hover{background-color:rgb(51 104 204/.8)}.hover\:bg-\[\#33A030\]:hover{--tw-bg-opacity:1;background-color:rgb(51 160 48/var(--tw-bg-opacity,1))}.hover\:bg-\[\#34A02F\]:hover{--tw-bg-opacity:1;background-color:rgb(52 160 47/var(--tw-bg-opacity,1))}.hover\:bg-\[\#3567D9\]:hover{--tw-bg-opacity:1;background-color:rgb(53 103 217/var(--tw-bg-opacity,1))}.hover\:bg-\[\#35A032\]:hover{--tw-bg-opacity:1;background-color:rgb(53 160 50/var(--tw-bg-opacity,1))}.hover\:bg-\[\#35A132\]:hover{--tw-bg-opacity:1;background-color:rgb(53 161 50/var(--tw-bg-opacity,1))}.hover\:bg-\[\#3CB339\]:hover{--tw-bg-opacity:1;background-color:rgb(60 179 57/var(--tw-bg-opacity,1))}.hover\:bg-\[\#3CB339\]\/60:hover{background-color:rgb(60 179 57/.6)}.hover\:bg-\[\#3CB339\]\/90:hover{background-color:rgb(60 179 57/.9)}.hover\:bg-\[\#3a6eef\]:hover{--tw-bg-opacity:1;background-color:rgb(58 110 239/var(--tw-bg-opacity,1))}.hover\:bg-\[\#417DFF\]:hover{--tw-bg-opacity:1;background-color:rgb(65 125 255/var(--tw-bg-opacity,1))}.hover\:bg-\[\#417DFF\]\/90:hover{background-color:rgb(65 125 255/.9)}.hover\:bg-\[\#45CC42\]:hover{--tw-bg-opacity:1;background-color:rgb(69 204 66/var(--tw-bg-opacity,1))}.hover\:bg-\[\#4848480D\]:hover{background-color:#4848480D}.hover\:bg-\[\#484848\]\/5:hover{background-color:rgb(72 72 72/.05)}.hover\:bg-\[\#484848\]\/90:hover{background-color:rgb(72 72 72/.9)}.hover\:bg-\[\#4A4A4E\]:hover{--tw-bg-opacity:1;background-color:rgb(74 74 78/var(--tw-bg-opacity,1))}.hover\:bg-\[\#4B5563\]:hover{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.hover\:bg-\[\#5865F2\]\/90:hover{background-color:rgb(88 101 242/.9)}.hover\:bg-\[\#5A5A85\]:hover{--tw-bg-opacity:1;background-color:rgb(90 90 133/var(--tw-bg-opacity,1))}.hover\:bg-\[\#5a6268\]:hover{--tw-bg-opacity:1;background-color:rgb(90 98 104/var(--tw-bg-opacity,1))}.hover\:bg-\[\#612037\]\/90:hover{background-color:rgb(97 32 55/.9)}.hover\:bg-\[\#6A6A950D\]:hover{background-color:#6A6A950D}.hover\:bg-\[\#6A6A950F\]:hover{background-color:#6A6A950F}.hover\:bg-\[\#6A6A9520\]:hover{background-color:#6A6A9520}.hover\:bg-\[\#772FF4\]:hover{--tw-bg-opacity:1;background-color:rgb(119 47 244/var(--tw-bg-opacity,1))}.hover\:bg-\[\#7B7B7B\]:hover{--tw-bg-opacity:1;background-color:rgb(123 123 123/var(--tw-bg-opacity,1))}.hover\:bg-\[\#7C2E44\]\/90:hover{background-color:rgb(124 46 68/.9)}.hover\:bg-\[\#7FF3D0\]\/90:hover{background-color:rgb(127 243 208/.9)}.hover\:bg-\[\#9146FF\]\/90:hover{background-color:rgb(145 70 255/.9)}.hover\:bg-\[\#B91C1C\]:hover{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))}.hover\:bg-\[\#D32F2F\]:hover{--tw-bg-opacity:1;background-color:rgb(211 47 47/var(--tw-bg-opacity,1))}.hover\:bg-\[\#D4D4D4\]:hover{--tw-bg-opacity:1;background-color:rgb(212 212 212/var(--tw-bg-opacity,1))}.hover\:bg-\[\#D63333\]:hover{--tw-bg-opacity:1;background-color:rgb(214 51 51/var(--tw-bg-opacity,1))}.hover\:bg-\[\#DB4437\]\/90:hover{background-color:rgb(219 68 55/.9)}.hover\:bg-\[\#DC2626\]:hover{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.hover\:bg-\[\#E04A00\]:hover{--tw-bg-opacity:1;background-color:rgb(224 74 0/var(--tw-bg-opacity,1))}.hover\:bg-\[\#E04A01\]:hover{--tw-bg-opacity:1;background-color:rgb(224 74 1/var(--tw-bg-opacity,1))}.hover\:bg-\[\#E4E4E4\]:hover{--tw-bg-opacity:1;background-color:rgb(228 228 228/var(--tw-bg-opacity,1))}.hover\:bg-\[\#E53935\]:hover{--tw-bg-opacity:1;background-color:rgb(229 57 53/var(--tw-bg-opacity,1))}.hover\:bg-\[\#E53E3E\]:hover{--tw-bg-opacity:1;background-color:rgb(229 62 62/var(--tw-bg-opacity,1))}.hover\:bg-\[\#E54D01\]:hover{--tw-bg-opacity:1;background-color:rgb(229 77 1/var(--tw-bg-opacity,1))}.hover\:bg-\[\#E5E5E5\]:hover{--tw-bg-opacity:1;background-color:rgb(229 229 229/var(--tw-bg-opacity,1))}.hover\:bg-\[\#E5E5E7\]:hover{--tw-bg-opacity:1;background-color:rgb(229 229 231/var(--tw-bg-opacity,1))}.hover\:bg-\[\#E5E7EB\]:hover{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.hover\:bg-\[\#E64A00\]:hover{--tw-bg-opacity:1;background-color:rgb(230 74 0/var(--tw-bg-opacity,1))}.hover\:bg-\[\#E64D00\]:hover{--tw-bg-opacity:1;background-color:rgb(230 77 0/var(--tw-bg-opacity,1))}.hover\:bg-\[\#E64D01\]:hover{--tw-bg-opacity:1;background-color:rgb(230 77 1/var(--tw-bg-opacity,1))}.hover\:bg-\[\#EC3F3F\]\/20:hover{background-color:rgb(236 63 63/.2)}.hover\:bg-\[\#EE9B1E\]:hover{--tw-bg-opacity:1;background-color:rgb(238 155 30/var(--tw-bg-opacity,1))}.hover\:bg-\[\#EEEEEE\]:hover{--tw-bg-opacity:1;background-color:rgb(238 238 238/var(--tw-bg-opacity,1))}.hover\:bg-\[\#F0F0F0\]:hover{--tw-bg-opacity:1;background-color:rgb(240 240 240/var(--tw-bg-opacity,1))}.hover\:bg-\[\#F1F1F3\]:hover{--tw-bg-opacity:1;background-color:rgb(241 241 243/var(--tw-bg-opacity,1))}.hover\:bg-\[\#F1F2F4\]:hover{--tw-bg-opacity:1;background-color:rgb(241 242 244/var(--tw-bg-opacity,1))}.hover\:bg-\[\#F5F5F5\]:hover{--tw-bg-opacity:1;background-color:rgb(245 245 245/var(--tw-bg-opacity,1))}.hover\:bg-\[\#F9F9FB\]:hover{--tw-bg-opacity:1;background-color:rgb(249 249 251/var(--tw-bg-opacity,1))}.hover\:bg-\[\#FE2525\]\/90:hover{background-color:rgb(254 37 37/.9)}.hover\:bg-\[\#FF4144\]\/90:hover{background-color:rgb(255 65 68/.9)}.hover\:bg-\[\#FF4646\]:hover{--tw-bg-opacity:1;background-color:rgb(255 70 70/var(--tw-bg-opacity,1))}.hover\:bg-\[\#FF4646\]\/90:hover{background-color:rgb(255 70 70/.9)}.hover\:bg-\[\#FF55011A\]:hover{background-color:#FF55011A}.hover\:bg-\[\#FF5501\]:hover{--tw-bg-opacity:1;background-color:rgb(255 85 1/var(--tw-bg-opacity,1))}.hover\:bg-\[\#FF5501\]\/10:hover{background-color:rgb(255 85 1/.1)}.hover\:bg-\[\#FF5501\]\/20:hover{background-color:rgb(255 85 1/.2)}.hover\:bg-\[\#FF5501\]\/5:hover{background-color:rgb(255 85 1/.05)}.hover\:bg-\[\#FF5501\]\/60:hover{background-color:rgb(255 85 1/.6)}.hover\:bg-\[\#FF5501\]\/90:hover{background-color:rgb(255 85 1/.9)}.hover\:bg-\[\#FF8C00\]:hover{--tw-bg-opacity:1;background-color:rgb(255 140 0/var(--tw-bg-opacity,1))}.hover\:bg-\[\#FFFFFF33\]:hover{background-color:#FFFFFF33}.hover\:bg-\[\#FFFFFF40\]:hover{background-color:#FFFFFF40}.hover\:bg-\[\#cacacd\]:hover{--tw-bg-opacity:1;background-color:rgb(202 202 205/var(--tw-bg-opacity,1))}.hover\:bg-\[\#ff5501\]\/90:hover{background-color:rgb(255 85 1/.9)}.hover\:bg-\[\#ffffff56\]:hover{background-color:#ffffff56}.hover\:bg-\[rgba\(106\2c 106\2c 149\2c 0\.1\)\]:hover{background-color:rgba(106,106,149,.1)}.hover\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.05\)\]:hover{background-color:rgba(255,255,255,.05)}.hover\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.2\)\]:hover{background-color:rgba(255,255,255,.2)}.hover\:bg-amber-500\/20:hover{background-color:rgb(245 158 11/.2)}.hover\:bg-black\/60:hover{background-color:rgb(0 0 0/.6)}.hover\:bg-black\/70:hover{background-color:rgb(0 0 0/.7)}.hover\:bg-black\/\[0\.08\]:hover{background-color:rgb(0 0 0/.08)}.hover\:bg-blue-500\/90:hover{background-color:rgb(59 130 246/.9)}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.hover\:bg-dark-green:hover{--tw-bg-opacity:1;background-color:rgb(60 179 57/var(--tw-bg-opacity,1))}.hover\:bg-dark-green-2\/60:hover{background-color:rgb(60 179 57/.6)}.hover\:bg-dark-green-4:hover{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.hover\:bg-dark-green\/90:hover{background-color:rgb(60 179 57/.9)}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.hover\:bg-gray-400:hover{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:bg-gray-500\/20:hover{background-color:rgb(107 114 128/.2)}.hover\:bg-green-100:hover{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.hover\:bg-green-600:hover{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}.hover\:bg-primary:hover{--tw-bg-opacity:1;background-color:rgb(255 85 1/var(--tw-bg-opacity,1))}.hover\:bg-primary\/10:hover{background-color:rgb(255 85 1/.1)}.hover\:bg-primary\/80:hover{background-color:rgb(255 85 1/.8)}.hover\:bg-primary\/90:hover{background-color:rgb(255 85 1/.9)}.hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))}.hover\:bg-red-500:hover{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.hover\:bg-red-600\/60:hover{background-color:rgb(220 38 38/.6)}.hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))}.hover\:bg-secondary\/80:hover{background-color:rgb(116 34 62/.8)}.hover\:bg-secondary\/90:hover{background-color:rgb(116 34 62/.9)}.hover\:bg-white\/15:hover{background-color:rgb(255 255 255/.15)}.hover\:bg-white\/20:hover{background-color:rgb(255 255 255/.2)}.hover\:bg-white\/25:hover{background-color:rgb(255 255 255/.25)}.hover\:bg-white\/40:hover{background-color:rgb(255 255 255/.4)}.hover\:bg-white\/70:hover{background-color:rgb(255 255 255/.7)}.hover\:bg-white\/90:hover{background-color:rgb(255 255 255/.9)}.hover\:bg-yellow-500:hover{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))}.hover\:bg-opacity-20:hover{--tw-bg-opacity:0.2}.hover\:bg-opacity-90:hover{--tw-bg-opacity:0.9}.hover\:\!text-\[\#FF5501\]:hover{--tw-text-opacity:1!important;color:rgb(255 85 1/var(--tw-text-opacity,1))!important}.hover\:text-\[\#3567D9\]:hover{--tw-text-opacity:1;color:rgb(53 103 217/var(--tw-text-opacity,1))}.hover\:text-\[\#484848\]:hover{--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1))}.hover\:text-\[\#484848\]\/60:hover{color:rgb(72 72 72/.6)}.hover\:text-\[\#7C2E44\]\/80:hover{color:rgb(124 46 68/.8)}.hover\:text-\[\#FF5501\]:hover{--tw-text-opacity:1;color:rgb(255 85 1/var(--tw-text-opacity,1))}.hover\:text-\[\#FF5501\]\/80:hover{color:rgb(255 85 1/.8)}.hover\:text-\[\#FF5501\]\/90:hover{color:rgb(255 85 1/.9)}.hover\:text-blue-300:hover{--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity,1))}.hover\:text-blue-500:hover{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.hover\:text-dark-gray:hover{--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1))}.hover\:text-dark-green-3:hover{color:#22C55E1A}.hover\:text-gray-300:hover{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.hover\:text-primary:hover{--tw-text-opacity:1;color:rgb(255 85 1/var(--tw-text-opacity,1))}.hover\:text-primary\/80:hover{color:rgb(255 85 1/.8)}.hover\:text-red-500:hover{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.hover\:text-red-600:hover{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.hover\:text-red-700:hover{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.hover\:text-red-light\/80:hover{color:rgb(254 37 37/.8)}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-70:hover{opacity:.7}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-90:hover{opacity:.9}.hover\:opacity-95:hover{opacity:.95}.hover\:shadow-\[0_8px_20px_-6px_rgba\(24\2c 39\2c 75\2c 0\.12\)\]:hover{--tw-shadow:0 8px 20px -6px rgba(24,39,75,0.12);--tw-shadow-colored:0 8px 20px -6px var(--tw-shadow-color)}.hover\:shadow-\[0_8px_20px_-6px_rgba\(24\2c 39\2c 75\2c 0\.12\)\]:hover,.hover\:shadow-lg:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:shadow-black\/10:hover{--tw-shadow-color:rgb(0 0 0/0.1);--tw-shadow:var(--tw-shadow-colored)}.hover\:backdrop-blur-\[10px\]:hover{--tw-backdrop-blur:blur(10px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.focus\:border-\[\#00ADEF\]:focus{--tw-border-opacity:1;border-color:rgb(0 173 239/var(--tw-border-opacity,1))}.focus\:border-\[\#FF5501\]:focus{--tw-border-opacity:1;border-color:rgb(255 85 1/var(--tw-border-opacity,1))}.focus\:border-gray-300:focus{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.focus\:border-primary:focus{--tw-border-opacity:1;border-color:rgb(255 85 1/var(--tw-border-opacity,1))}.focus\:border-red-500:focus{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.focus\:border-secondary:focus{--tw-border-opacity:1;border-color:rgb(116 34 62/var(--tw-border-opacity,1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-0:focus,.focus\:ring-1:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-\[\#00ADEF\]\/30:focus{--tw-ring-color:rgb(0 173 239/0.3)}.focus\:ring-\[\#3CB339\]:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(60 179 57/var(--tw-ring-opacity,1))}.focus\:ring-\[\#FF5501\]:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 85 1/var(--tw-ring-opacity,1))}.focus\:ring-\[\#FF5501\]\/20:focus{--tw-ring-color:rgb(255 85 1/0.2)}.focus\:ring-primary:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 85 1/var(--tw-ring-opacity,1))}.focus\:ring-red-500\/20:focus{--tw-ring-color:rgb(239 68 68/0.2)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-\[\#22C55E\]\/50:focus-visible{--tw-ring-color:rgb(34 197 94/0.5)}.focus-visible\:ring-\[\#FF5501\]\/40:focus-visible{--tw-ring-color:rgb(255 85 1/0.4)}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.focus-visible\:ring-offset-\[\#F5F5F5\]:focus-visible{--tw-ring-offset-color:#F5F5F5}.active\:scale-100:active{--tw-scale-x:1;--tw-scale-y:1}.active\:scale-100:active,.active\:scale-95:active{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-95:active{--tw-scale-x:.95;--tw-scale-y:.95}.active\:scale-\[0\.98\]:active{--tw-scale-x:0.98;--tw-scale-y:0.98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:cursor-grabbing:active{cursor:grabbing}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-\[\#3CB339\]\/50:disabled{background-color:rgb(60 179 57/.5)}.disabled\:bg-\[\#A5D6A5\]:disabled{--tw-bg-opacity:1;background-color:rgb(165 214 165/var(--tw-bg-opacity,1))}.disabled\:bg-\[\#FCA5A5\]:disabled{--tw-bg-opacity:1;background-color:rgb(252 165 165/var(--tw-bg-opacity,1))}.disabled\:bg-\[\#FF5501\]\/50:disabled{background-color:rgb(255 85 1/.5)}.disabled\:bg-gray-300:disabled{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.disabled\:bg-gray-400:disabled{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))}.disabled\:text-gray-500:disabled{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.disabled\:opacity-100:disabled{opacity:1}.disabled\:opacity-30:disabled{opacity:.3}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.disabled\:opacity-70:disabled{opacity:.7}.group:hover .group-hover\:bottom-20{bottom:5rem}.group:hover .group-hover\:block{display:block}.group:hover .group-hover\:rotate-12{--tw-rotate:12deg}.group:hover .group-hover\:rotate-12,.group:hover .group-hover\:scale-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-0{--tw-scale-x:0;--tw-scale-y:0}.group:hover .group-hover\:scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.group:hover .group-hover\:scale-105,.group:hover .group-hover\:scale-110{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1}.group:hover .group-hover\:scale-125{--tw-scale-x:1.25;--tw-scale-y:1.25;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:fill-\[\#FF5501\]{fill:#FF5501}.group:hover .group-hover\:fill-\[currentColor\]{fill:currentColor}.group:hover .group-hover\:fill-white{fill:#fff}.group:hover .group-hover\:font-semibold{font-weight:600}.group:hover .group-hover\:text-\[\#3CB339\]{--tw-text-opacity:1;color:rgb(60 179 57/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-\[\#FF5501\],.group:hover .group-hover\:text-primary{--tw-text-opacity:1;color:rgb(255 85 1/var(--tw-text-opacity,1))}.group:hover .group-hover\:text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.group\/badge:hover .group-hover\/badge\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-0{opacity:0}.group:hover .group-hover\:opacity-100{opacity:1}.peer:checked~.peer-checked\:bg-\[\#FF5501\],.peer:checked~.peer-checked\:bg-primary{--tw-bg-opacity:1;background-color:rgb(255 85 1/var(--tw-bg-opacity,1))}.peer:checked~.peer-checked\:after\:translate-x-\[14px\]:after{--tw-translate-x:14px}.peer:checked~.peer-checked\:after\:translate-x-\[14px\]:after,.peer:checked~.peer-checked\:after\:translate-x-full:after{content:var(--tw-content);transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:checked~.peer-checked\:after\:translate-x-full:after{--tw-translate-x:100%}.peer:checked~.peer-checked\:after\:border-white:after{content:var(--tw-content);--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.peer:focus~.peer-focus\:outline-none{outline:2px solid transparent;outline-offset:2px}.dark\:mt-\[10px\]:is(.dark *){margin-top:10px}.dark\:block:is(.dark *){display:block}.dark\:hidden:is(.dark *){display:none}.dark\:border:is(.dark *){border-width:1px}.dark\:border-b:is(.dark *){border-bottom-width:1px}.dark\:border-\[\#0000001A\]:is(.dark *){border-color:#0000001A}.dark\:border-\[\#1E1E1F\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(30 30 31/var(--tw-border-opacity,1))}.dark\:border-\[\#2A2A2D\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(42 42 45/var(--tw-border-opacity,1))}.dark\:border-\[\#2C2C2D\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(44 44 45/var(--tw-border-opacity,1))}.dark\:border-\[\#2D2D2D\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(45 45 45/var(--tw-border-opacity,1))}.dark\:border-\[\#2D2D2F\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(45 45 47/var(--tw-border-opacity,1))}.dark\:border-\[\#2D2D30\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(45 45 48/var(--tw-border-opacity,1))}.dark\:border-\[\#2D3D4A\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(45 61 74/var(--tw-border-opacity,1))}.dark\:border-\[\#2E2E32\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(46 46 50/var(--tw-border-opacity,1))}.dark\:border-\[\#2F2F33\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(47 47 51/var(--tw-border-opacity,1))}.dark\:border-\[\#333338\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 51 56/var(--tw-border-opacity,1))}.dark\:border-\[\#333\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 51 51/var(--tw-border-opacity,1))}.dark\:border-\[\#353535\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(53 53 53/var(--tw-border-opacity,1))}.dark\:border-\[\#3A3A3E\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(58 58 62/var(--tw-border-opacity,1))}.dark\:border-\[\#3C3D45\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(60 61 69/var(--tw-border-opacity,1))}.dark\:border-\[\#3CB339\]\/40:is(.dark *){border-color:rgb(60 179 57/.4)}.dark\:border-\[\#3D3D3F\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(61 61 63/var(--tw-border-opacity,1))}.dark\:border-\[\#404040\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(64 64 64/var(--tw-border-opacity,1))}.dark\:border-\[\#417DFF\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(65 125 255/var(--tw-border-opacity,1))}.dark\:border-\[\#4B5563\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.dark\:border-\[\#6A6A9526\]:is(.dark *){border-color:#6A6A9526}.dark\:border-\[\#6A6A95\]\/15:is(.dark *){border-color:rgb(106 106 149/.15)}.dark\:border-\[\#72727633\]:is(.dark *){border-color:#72727633}.dark\:border-\[\#7272764D\]:is(.dark *){border-color:#7272764D}.dark\:border-\[\#72727680\]:is(.dark *){border-color:#72727680}.dark\:border-\[\#FF550120\]:is(.dark *){border-color:#FF550120}.dark\:border-\[\#FF5501\]\/20:is(.dark *){border-color:rgb(255 85 1/.2)}.dark\:border-\[\#FFFFFF0D\]:is(.dark *){border-color:#FFFFFF0D}.dark\:border-\[\#FFFFFF1A\]:is(.dark *){border-color:#FFFFFF1A}.dark\:border-\[\#FFFFFF26\]:is(.dark *){border-color:#FFFFFF26}.dark\:border-\[\#FFFFFF66\]:is(.dark *){border-color:#FFFFFF66}.dark\:border-\[rgba\(106\2c 106\2c 149\2c 0\.15\)\]:is(.dark *){border-color:rgba(106,106,149,.15)}.dark\:border-\[rgba\(114\2c 114\2c 118\2c 0\.2\)\]:is(.dark *){border-color:rgba(114,114,118,.2)}.dark\:border-\[rgba\(255\2c 255\2c 255\2c 0\.1\)\]:is(.dark *){border-color:rgba(255,255,255,.1)}.dark\:border-amber-400\/40:is(.dark *){border-color:rgb(251 191 36/.4)}.dark\:border-blue-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(30 64 175/var(--tw-border-opacity,1))}.dark\:border-dark-300:is(.dark *){--tw-border-opacity:1;border-color:rgb(45 45 47/var(--tw-border-opacity,1))}.dark\:border-dark-400:is(.dark *){--tw-border-opacity:1;border-color:rgb(52 52 53/var(--tw-border-opacity,1))}.dark\:border-dark-gray:is(.dark *){--tw-border-opacity:1;border-color:rgb(72 72 72/var(--tw-border-opacity,1))}.dark\:border-dark-gray-3:is(.dark *){--tw-border-opacity:1;border-color:rgb(60 61 69/var(--tw-border-opacity,1))}.dark\:border-dark-gray-4:is(.dark *){--tw-border-opacity:1;border-color:rgb(36 36 36/var(--tw-border-opacity,1))}.dark\:border-dark-gray-5:is(.dark *){border-color:#FFFFFF1A}.dark\:border-gray-500:is(.dark *){--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity,1))}.dark\:border-gray-500\/20:is(.dark *){border-color:rgb(107 114 128/.2)}.dark\:border-gray-600:is(.dark *){--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.dark\:border-gray-700:is(.dark *){--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.dark\:border-gray-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity,1))}.dark\:border-green-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(22 101 52/var(--tw-border-opacity,1))}.dark\:border-green-800\/30:is(.dark *){border-color:rgb(22 101 52/.3)}.dark\:border-indigo-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(55 48 163/var(--tw-border-opacity,1))}.dark\:border-orange-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(154 52 18/var(--tw-border-opacity,1))}.dark\:border-red-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(153 27 27/var(--tw-border-opacity,1))}.dark\:border-transparent:is(.dark *){border-color:transparent}.dark\:border-white\/10:is(.dark *){border-color:rgb(255 255 255/.1)}.dark\:border-white\/30:is(.dark *){border-color:rgb(255 255 255/.3)}.dark\:border-white\/40:is(.dark *){border-color:rgb(255 255 255/.4)}.dark\:border-white\/5:is(.dark *){border-color:rgb(255 255 255/.05)}.dark\:border-yellow-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(133 77 14/var(--tw-border-opacity,1))}.dark\:border-b-\[\#2D2D2F\]:is(.dark *){--tw-border-opacity:1;border-bottom-color:rgb(45 45 47/var(--tw-border-opacity,1))}.dark\:border-t-\[\#2D2D2F\]:is(.dark *){--tw-border-opacity:1;border-top-color:rgb(45 45 47/var(--tw-border-opacity,1))}.dark\:border-t-gray-200:is(.dark *){--tw-border-opacity:1;border-top-color:rgb(229 231 235/var(--tw-border-opacity,1))}.dark\:bg-\[\#000000B2\]:is(.dark *){background-color:#000000B2}.dark\:bg-\[\#00d02a\]\/15:is(.dark *){background-color:rgb(0 208 42/.15)}.dark\:bg-\[\#00d02a\]\/5:is(.dark *){background-color:rgb(0 208 42/.05)}.dark\:bg-\[\#0EA5E9\]\/20:is(.dark *){background-color:rgb(14 165 233/.2)}.dark\:bg-\[\#111\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(17 17 17/var(--tw-bg-opacity,1))}.dark\:bg-\[\#121212\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(18 18 18/var(--tw-bg-opacity,1))}.dark\:bg-\[\#121212\]\/60:is(.dark *){background-color:rgb(18 18 18/.6)}.dark\:bg-\[\#151517\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(21 21 23/var(--tw-bg-opacity,1))}.dark\:bg-\[\#171718\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(23 23 24/var(--tw-bg-opacity,1))}.dark\:bg-\[\#181819\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(24 24 25/var(--tw-bg-opacity,1))}.dark\:bg-\[\#18181A\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(24 24 26/var(--tw-bg-opacity,1))}.dark\:bg-\[\#19191D\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(25 25 29/var(--tw-bg-opacity,1))}.dark\:bg-\[\#1A1A1A\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(26 26 26/var(--tw-bg-opacity,1))}.dark\:bg-\[\#1A1A1B\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(26 26 27/var(--tw-bg-opacity,1))}.dark\:bg-\[\#1B3D1F\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(27 61 31/var(--tw-bg-opacity,1))}.dark\:bg-\[\#1E1E1F80\]:is(.dark *){background-color:#1E1E1F80}.dark\:bg-\[\#1E1E1F\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 30 31/var(--tw-bg-opacity,1))}.dark\:bg-\[\#1E2A35\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 42 53/var(--tw-bg-opacity,1))}.dark\:bg-\[\#1e1e1f\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 30 31/var(--tw-bg-opacity,1))}.dark\:bg-\[\#222224\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(34 34 36/var(--tw-bg-opacity,1))}.dark\:bg-\[\#22272E\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(34 39 46/var(--tw-bg-opacity,1))}.dark\:bg-\[\#232323\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(35 35 35/var(--tw-bg-opacity,1))}.dark\:bg-\[\#232325\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(35 35 37/var(--tw-bg-opacity,1))}.dark\:bg-\[\#252528\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(37 37 40/var(--tw-bg-opacity,1))}.dark\:bg-\[\#262627\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(38 38 39/var(--tw-bg-opacity,1))}.dark\:bg-\[\#262628\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(38 38 40/var(--tw-bg-opacity,1))}.dark\:bg-\[\#2A1A0F\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(42 26 15/var(--tw-bg-opacity,1))}.dark\:bg-\[\#2A2318\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(42 35 24/var(--tw-bg-opacity,1))}.dark\:bg-\[\#2D2D2FB2\]:is(.dark *){background-color:#2D2D2FB2}.dark\:bg-\[\#2D2D2F\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(45 45 47/var(--tw-bg-opacity,1))}.dark\:bg-\[\#2d2d2f\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(45 45 47/var(--tw-bg-opacity,1))}.dark\:bg-\[\#2d2d2fcc\]:is(.dark *){background-color:#2d2d2fcc}.dark\:bg-\[\#32383E\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(50 56 62/var(--tw-bg-opacity,1))}.dark\:bg-\[\#333\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 51 51/var(--tw-bg-opacity,1))}.dark\:bg-\[\#343437\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(52 52 55/var(--tw-bg-opacity,1))}.dark\:bg-\[\#353535\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(53 53 53/var(--tw-bg-opacity,1))}.dark\:bg-\[\#374151\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:bg-\[\#393939\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(57 57 57/var(--tw-bg-opacity,1))}.dark\:bg-\[\#3A3A3A\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(58 58 58/var(--tw-bg-opacity,1))}.dark\:bg-\[\#3A3A3E\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(58 58 62/var(--tw-bg-opacity,1))}.dark\:bg-\[\#3CB33919\]:is(.dark *){background-color:#3CB33919}.dark\:bg-\[\#417DFF1A\]:is(.dark *){background-color:#417DFF1A}.dark\:bg-\[\#417DFF\]\/15:is(.dark *){background-color:rgb(65 125 255/.15)}.dark\:bg-\[\#4263EB\]\/20:is(.dark *){background-color:rgb(66 99 235/.2)}.dark\:bg-\[\#52525B\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(82 82 91/var(--tw-bg-opacity,1))}.dark\:bg-\[\#6A6A950D\]:is(.dark *){background-color:#6A6A950D}.dark\:bg-\[\#6A6A950F\]:is(.dark *){background-color:#6A6A950F}.dark\:bg-\[\#6A6A9514\]:is(.dark *){background-color:#6A6A9514}.dark\:bg-\[\#7C2E4459\]:is(.dark *){background-color:#7C2E4459}.dark\:bg-\[\#F9F9FB\]\/10:is(.dark *){background-color:rgb(249 249 251/.1)}.dark\:bg-\[\#FF3B3019\]:is(.dark *){background-color:#FF3B3019}.dark\:bg-\[\#FF46550D\]:is(.dark *){background-color:#FF46550D}.dark\:bg-\[\#FF550110\]:is(.dark *){background-color:#FF550110}.dark\:bg-\[\#FF5501\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(255 85 1/var(--tw-bg-opacity,1))}.dark\:bg-\[\#FF5501\]\/10:is(.dark *){background-color:rgb(255 85 1/.1)}.dark\:bg-\[\#FF5501\]\/20:is(.dark *){background-color:rgb(255 85 1/.2)}.dark\:bg-\[\#FFA50019\]:is(.dark *){background-color:#FFA50019}.dark\:bg-\[\#FFFFFF0D\]:is(.dark *){background-color:#FFFFFF0D}.dark\:bg-\[\#FFFFFF12\]:is(.dark *){background-color:#FFFFFF12}.dark\:bg-\[\#FFFFFF14\]:is(.dark *){background-color:#FFFFFF14}.dark\:bg-\[\#FFFFFF1A\]:is(.dark *){background-color:#FFFFFF1A}.dark\:bg-\[\#FFFFFF33\]:is(.dark *){background-color:#FFFFFF33}.dark\:bg-\[\#FFFFFF4D\]:is(.dark *){background-color:#FFFFFF4D}.dark\:bg-\[\#FFFFFF59\]:is(.dark *){background-color:#FFFFFF59}.dark\:bg-\[\#FFFFFF66\]:is(.dark *){background-color:#FFFFFF66}.dark\:bg-\[\#FFFFFF\]\/20:is(.dark *){background-color:rgb(255 255 255/.2)}.dark\:bg-\[\#ffffff40\]:is(.dark *){background-color:#ffffff40}.dark\:bg-\[rgba\(106\2c 106\2c 149\2c 0\.04\)\]:is(.dark *){background-color:rgba(106,106,149,.04)}.dark\:bg-\[rgba\(106\2c 106\2c 149\2c 0\.06\)\]:is(.dark *){background-color:rgba(106,106,149,.06)}.dark\:bg-\[rgba\(106\2c 106\2c 149\2c 0\.08\)\]:is(.dark *){background-color:rgba(106,106,149,.08)}.dark\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.05\)\]:is(.dark *){background-color:rgba(255,255,255,.05)}.dark\:bg-\[rgba\(255\2c 85\2c 0\2c 0\.1\)\]:is(.dark *){background-color:rgba(255,85,0,.1)}.dark\:bg-amber-500\/20:is(.dark *){background-color:rgb(245 158 11/.2)}.dark\:bg-black:is(.dark *){--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.dark\:bg-black\/10:is(.dark *){background-color:rgb(0 0 0/.1)}.dark\:bg-black\/20:is(.dark *){background-color:rgb(0 0 0/.2)}.dark\:bg-black\/30:is(.dark *){background-color:rgb(0 0 0/.3)}.dark\:bg-black\/40:is(.dark *){background-color:rgb(0 0 0/.4)}.dark\:bg-blue-900\/20:is(.dark *){background-color:rgb(30 58 138/.2)}.dark\:bg-dark-1000:is(.dark *){--tw-bg-opacity:1;background-color:rgb(32 32 33/var(--tw-bg-opacity,1))}.dark\:bg-dark-200:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 30 31/var(--tw-bg-opacity,1))}.dark\:bg-dark-300:is(.dark *){--tw-bg-opacity:1;background-color:rgb(45 45 47/var(--tw-bg-opacity,1))}.dark\:bg-dark-400:is(.dark *){--tw-bg-opacity:1;background-color:rgb(52 52 53/var(--tw-bg-opacity,1))}.dark\:bg-dark-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(18 18 18/var(--tw-bg-opacity,1))}.dark\:bg-dark-gray:is(.dark *){--tw-bg-opacity:1;background-color:rgb(72 72 72/var(--tw-bg-opacity,1))}.dark\:bg-dark-gray-11:is(.dark *){background-color:#1E1E1F80}.dark\:bg-dark-gray-4:is(.dark *){--tw-bg-opacity:1;background-color:rgb(36 36 36/var(--tw-bg-opacity,1))}.dark\:bg-dark-gray-5:is(.dark *){background-color:#FFFFFF1A}.dark\:bg-gray-200:is(.dark *){--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.dark\:bg-gray-500\/10:is(.dark *){background-color:rgb(107 114 128/.1)}.dark\:bg-gray-600:is(.dark *){--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.dark\:bg-gray-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:bg-gray-800:is(.dark *){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.dark\:bg-gray-900\/20:is(.dark *){background-color:rgb(17 24 39/.2)}.dark\:bg-gray-custom:is(.dark *){background-color:#6A6A951A}.dark\:bg-green-900:is(.dark *){--tw-bg-opacity:1;background-color:rgb(20 83 45/var(--tw-bg-opacity,1))}.dark\:bg-green-900\/10:is(.dark *){background-color:rgb(20 83 45/.1)}.dark\:bg-green-900\/20:is(.dark *){background-color:rgb(20 83 45/.2)}.dark\:bg-green-900\/30:is(.dark *){background-color:rgb(20 83 45/.3)}.dark\:bg-indigo-900\/20:is(.dark *){background-color:rgb(49 46 129/.2)}.dark\:bg-light-gray-8:is(.dark *){--tw-bg-opacity:1;background-color:rgb(34 34 36/var(--tw-bg-opacity,1))}.dark\:bg-orange-900\/20:is(.dark *){background-color:rgb(124 45 18/.2)}.dark\:bg-purple-900\/20:is(.dark *){background-color:rgb(88 28 135/.2)}.dark\:bg-red-900:is(.dark *){--tw-bg-opacity:1;background-color:rgb(127 29 29/var(--tw-bg-opacity,1))}.dark\:bg-red-900\/20:is(.dark *){background-color:rgb(127 29 29/.2)}.dark\:bg-red-900\/30:is(.dark *){background-color:rgb(127 29 29/.3)}.dark\:bg-secondary\/40:is(.dark *){background-color:rgb(116 34 62/.4)}.dark\:bg-sky-900\/20:is(.dark *){background-color:rgb(12 74 110/.2)}.dark\:bg-transparent:is(.dark *){background-color:transparent}.dark\:bg-white:is(.dark *){--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.dark\:bg-white\/10:is(.dark *){background-color:rgb(255 255 255/.1)}.dark\:bg-white\/5:is(.dark *){background-color:rgb(255 255 255/.05)}.dark\:bg-white\/50:is(.dark *){background-color:rgb(255 255 255/.5)}.dark\:bg-white\/\[0\.03\]:is(.dark *){background-color:rgb(255 255 255/.03)}.dark\:bg-yellow-900\/20:is(.dark *){background-color:rgb(113 63 18/.2)}.dark\:bg-opacity-10:is(.dark *){--tw-bg-opacity:0.1}.dark\:bg-opacity-90:is(.dark *){--tw-bg-opacity:0.9}.dark\:bg-\[url\(\'https\:\/\/cdn\.itemavm\.com\/uploads\/defaults\/backgrounds\/dark-bg-pattern\.webp\'\)\]:is(.dark *){background-image:url(https://cdn.itemavm.com/uploads/defaults/backgrounds/dark-bg-pattern.webp)}.dark\:bg-gradient-to-b:is(.dark *){background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.dark\:from-\[\#1E1E20\]:is(.dark *){--tw-gradient-from:#1E1E20 var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 30 32/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-\[\#2A1F18\]\/90:is(.dark *){--tw-gradient-from:rgb(42 31 24/0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(42 31 24/0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:from-\[rgba\(18\2c 18\2c 18\2c 0\)\]:is(.dark *){--tw-gradient-from:rgba(18,18,18,0) var(--tw-gradient-from-position);--tw-gradient-to:rgba(18,18,18,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.dark\:to-\[\#121212\]:is(.dark *){--tw-gradient-to:#121212 var(--tw-gradient-to-position)}.dark\:to-\[\#1A1A1C\]:is(.dark *){--tw-gradient-to:#1A1A1C var(--tw-gradient-to-position)}.dark\:to-\[\#1E1814\]:is(.dark *){--tw-gradient-to:#1E1814 var(--tw-gradient-to-position)}.dark\:to-\[\#1E1E1F\]:is(.dark *){--tw-gradient-to:#1E1E1F var(--tw-gradient-to-position)}.dark\:fill-\[\#818182\]:is(.dark *){fill:#818182}.dark\:fill-\[\#FFFFFF66\]:is(.dark *){fill:#FFFFFF66}.dark\:fill-\[\#ffffff66\]:is(.dark *){fill:#ffffff66}.dark\:fill-\[currentColor\]:is(.dark *){fill:currentColor}.dark\:fill-\[rgba\(255\2c 255\2c 255\2c 0\.4\)\]:is(.dark *){fill:rgba(255,255,255,.4)}.dark\:fill-white:is(.dark *){fill:#fff}.dark\:fill-white\/20:is(.dark *){fill:rgb(255 255 255/.2)}.dark\:fill-white\/40:is(.dark *){fill:rgb(255 255 255/.4)}.dark\:stroke-\[\#FFFFFF66\]:is(.dark *){stroke:#FFFFFF66}.dark\:stroke-\[rgba\(255\2c 255\2c 255\2c 0\.4\)\]:is(.dark *){stroke:rgba(255,255,255,.4)}.dark\:stroke-\[white\]:is(.dark *){stroke:white}.dark\:stroke-white:is(.dark *){stroke:#fff}.dark\:\!text-\[\#ACACAC\]:is(.dark *){--tw-text-opacity:1!important;color:rgb(172 172 172/var(--tw-text-opacity,1))!important}.dark\:\!text-\[\#FFFFFF66\]:is(.dark *){color:#FFFFFF66!important}.dark\:\!text-green-300:is(.dark *){--tw-text-opacity:1!important;color:rgb(134 239 172/var(--tw-text-opacity,1))!important}.dark\:\!text-white:is(.dark *){--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.dark\:text-\[\#00d02a\]:is(.dark *){--tw-text-opacity:1;color:rgb(0 208 42/var(--tw-text-opacity,1))}.dark\:text-\[\#2D2D2F\]:is(.dark *){--tw-text-opacity:1;color:rgb(45 45 47/var(--tw-text-opacity,1))}.dark\:text-\[\#3C3D45\]:is(.dark *){--tw-text-opacity:1;color:rgb(60 61 69/var(--tw-text-opacity,1))}.dark\:text-\[\#6B7280\]:is(.dark *){--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.dark\:text-\[\#727276\]:is(.dark *){--tw-text-opacity:1;color:rgb(114 114 118/var(--tw-text-opacity,1))}.dark\:text-\[\#818182\]:is(.dark *){--tw-text-opacity:1;color:rgb(129 129 130/var(--tw-text-opacity,1))}.dark\:text-\[\#81C784\]:is(.dark *){--tw-text-opacity:1;color:rgb(129 199 132/var(--tw-text-opacity,1))}.dark\:text-\[\#919191\]:is(.dark *){--tw-text-opacity:1;color:rgb(145 145 145/var(--tw-text-opacity,1))}.dark\:text-\[\#999999\]:is(.dark *){--tw-text-opacity:1;color:rgb(153 153 153/var(--tw-text-opacity,1))}.dark\:text-\[\#999\]:is(.dark *){--tw-text-opacity:1;color:rgb(153 153 153/var(--tw-text-opacity,1))}.dark\:text-\[\#9E9E9E\]:is(.dark *){--tw-text-opacity:1;color:rgb(158 158 158/var(--tw-text-opacity,1))}.dark\:text-\[\#A0A0A0\]:is(.dark *){--tw-text-opacity:1;color:rgb(160 160 160/var(--tw-text-opacity,1))}.dark\:text-\[\#A1A1A1\]:is(.dark *){--tw-text-opacity:1;color:rgb(161 161 161/var(--tw-text-opacity,1))}.dark\:text-\[\#ACACAC\]:is(.dark *){--tw-text-opacity:1;color:rgb(172 172 172/var(--tw-text-opacity,1))}.dark\:text-\[\#E4E4E4\]:is(.dark *){--tw-text-opacity:1;color:rgb(228 228 228/var(--tw-text-opacity,1))}.dark\:text-\[\#E5E5E5\]:is(.dark *){--tw-text-opacity:1;color:rgb(229 229 229/var(--tw-text-opacity,1))}.dark\:text-\[\#F9F9FB\]:is(.dark *){--tw-text-opacity:1;color:rgb(249 249 251/var(--tw-text-opacity,1))}.dark\:text-\[\#FF0000\]:is(.dark *){--tw-text-opacity:1;color:rgb(255 0 0/var(--tw-text-opacity,1))}.dark\:text-\[\#FF4444\]:is(.dark *){--tw-text-opacity:1;color:rgb(255 68 68/var(--tw-text-opacity,1))}.dark\:text-\[\#FF5501\]:is(.dark *){--tw-text-opacity:1;color:rgb(255 85 1/var(--tw-text-opacity,1))}.dark\:text-\[\#FF9A5C\]:is(.dark *){--tw-text-opacity:1;color:rgb(255 154 92/var(--tw-text-opacity,1))}.dark\:text-\[\#FFAB7A\]\/75:is(.dark *){color:rgb(255 171 122/.75)}.dark\:text-\[\#FFE2E2\]:is(.dark *){--tw-text-opacity:1;color:rgb(255 226 226/var(--tw-text-opacity,1))}.dark\:text-\[\#FFEFEF\]:is(.dark *){--tw-text-opacity:1;color:rgb(255 239 239/var(--tw-text-opacity,1))}.dark\:text-\[\#FFFFFF33\]:is(.dark *){color:#FFFFFF33}.dark\:text-\[\#FFFFFF66\]:is(.dark *){color:#FFFFFF66}.dark\:text-\[\#FFFFFF80\]:is(.dark *){color:#FFFFFF80}.dark\:text-\[\#FFFFFF99\]:is(.dark *){color:#FFFFFF99}.dark\:text-\[\#FFFFFFBF\]:is(.dark *){color:#FFFFFFBF}.dark\:text-\[\#FFFFFF\]:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:text-\[\#FFFFFF\]\/40:is(.dark *){color:rgb(255 255 255/.4)}.dark\:text-\[\#FFFFFF\]\/60:is(.dark *){color:rgb(255 255 255/.6)}.dark\:text-\[\#FFF\]:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:text-\[\#c2c2c2\]:is(.dark *){--tw-text-opacity:1;color:rgb(194 194 194/var(--tw-text-opacity,1))}.dark\:text-\[\#f9f9fb66\]:is(.dark *){color:#f9f9fb66}.dark\:text-\[\#ffffff99\]:is(.dark *){color:#ffffff99}.dark\:text-\[\#ffffff\]\/40:is(.dark *){color:rgb(255 255 255/.4)}.dark\:text-\[rgba\(255\2c 255\2c 255\2c 0\.4\)\]:is(.dark *){color:rgba(255,255,255,.4)}.dark\:text-amber-300:is(.dark *){--tw-text-opacity:1;color:rgb(252 211 77/var(--tw-text-opacity,1))}.dark\:text-blue-100:is(.dark *){--tw-text-opacity:1;color:rgb(219 234 254/var(--tw-text-opacity,1))}.dark\:text-blue-200:is(.dark *){--tw-text-opacity:1;color:rgb(191 219 254/var(--tw-text-opacity,1))}.dark\:text-blue-300:is(.dark *){--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity,1))}.dark\:text-blue-400:is(.dark *){--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}.dark\:text-dark-gray-3:is(.dark *){--tw-text-opacity:1;color:rgb(60 61 69/var(--tw-text-opacity,1))}.dark\:text-gray-200:is(.dark *){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.dark\:text-gray-300:is(.dark *){--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.dark\:text-gray-500:is(.dark *){--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.dark\:text-gray-900:is(.dark *){--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.dark\:text-green-300:is(.dark *){--tw-text-opacity:1;color:rgb(134 239 172/var(--tw-text-opacity,1))}.dark\:text-green-400:is(.dark *){--tw-text-opacity:1;color:rgb(74 222 128/var(--tw-text-opacity,1))}.dark\:text-light-gray-2:is(.dark *){--tw-text-opacity:1;color:rgb(143 143 143/var(--tw-text-opacity,1))}.dark\:text-light-gray-4:is(.dark *){color:#FFFFFF66}.dark\:text-orange-200:is(.dark *){--tw-text-opacity:1;color:rgb(254 215 170/var(--tw-text-opacity,1))}.dark\:text-orange-300:is(.dark *){--tw-text-opacity:1;color:rgb(253 186 116/var(--tw-text-opacity,1))}.dark\:text-purple-400:is(.dark *){--tw-text-opacity:1;color:rgb(192 132 252/var(--tw-text-opacity,1))}.dark\:text-red-200:is(.dark *){--tw-text-opacity:1;color:rgb(254 202 202/var(--tw-text-opacity,1))}.dark\:text-red-300:is(.dark *){--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity,1))}.dark\:text-red-400:is(.dark *){--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.dark\:text-sky-400:is(.dark *){--tw-text-opacity:1;color:rgb(56 189 248/var(--tw-text-opacity,1))}.dark\:text-transparent-white:is(.dark *){color:#FFFFFF99}.dark\:text-white:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:text-white\/20:is(.dark *){color:rgb(255 255 255/.2)}.dark\:text-white\/30:is(.dark *){color:rgb(255 255 255/.3)}.dark\:text-white\/40:is(.dark *){color:rgb(255 255 255/.4)}.dark\:text-white\/45:is(.dark *){color:rgb(255 255 255/.45)}.dark\:text-white\/50:is(.dark *){color:rgb(255 255 255/.5)}.dark\:text-white\/55:is(.dark *){color:rgb(255 255 255/.55)}.dark\:text-white\/60:is(.dark *){color:rgb(255 255 255/.6)}.dark\:text-white\/70:is(.dark *){color:rgb(255 255 255/.7)}.dark\:text-white\/75:is(.dark *){color:rgb(255 255 255/.75)}.dark\:text-white\/80:is(.dark *){color:rgb(255 255 255/.8)}.dark\:text-white\/90:is(.dark *){color:rgb(255 255 255/.9)}.dark\:text-yellow-200:is(.dark *){--tw-text-opacity:1;color:rgb(254 240 138/var(--tw-text-opacity,1))}.dark\:text-yellow-300:is(.dark *){--tw-text-opacity:1;color:rgb(253 224 71/var(--tw-text-opacity,1))}.dark\:text-yellow-400:is(.dark *){--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity,1))}.dark\:placeholder-\[\#919191\]:is(.dark *)::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(145 145 145/var(--tw-placeholder-opacity,1))}.dark\:placeholder-\[\#919191\]:is(.dark *)::placeholder{--tw-placeholder-opacity:1;color:rgb(145 145 145/var(--tw-placeholder-opacity,1))}.dark\:placeholder-\[\#FFFFFF66\]:is(.dark *)::-moz-placeholder{color:#FFFFFF66}.dark\:placeholder-\[\#FFFFFF66\]:is(.dark *)::placeholder{color:#FFFFFF66}.dark\:placeholder-white\/60:is(.dark *)::-moz-placeholder{color:rgb(255 255 255/.6)}.dark\:placeholder-white\/60:is(.dark *)::placeholder{color:rgb(255 255 255/.6)}.dark\:shadow-\[0_16px_48px_-8px_rgba\(0\2c 0\2c 0\2c 0\.65\)\]:is(.dark *){--tw-shadow:0 16px 48px -8px rgba(0,0,0,0.65);--tw-shadow-colored:0 16px 48px -8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.dark\:shadow-\[0_2px_8px_rgba\(0\2c 0\2c 0\2c 0\.35\)\2c inset_0_0_0_1px_rgba\(255\2c 255\2c 255\2c 0\.03\)\]:is(.dark *){--tw-shadow:0 2px 8px rgba(0,0,0,0.35),inset 0 0 0 1px rgba(255,255,255,0.03);--tw-shadow-colored:0 2px 8px var(--tw-shadow-color),inset 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.dark\:shadow-\[inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.04\)\]:is(.dark *){--tw-shadow:inset 0 1px 0 rgba(255,255,255,0.04);--tw-shadow-colored:inset 0 1px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.dark\:shadow-\[inset_0_1px_2px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]:is(.dark *){--tw-shadow:inset 0 1px 2px rgba(0,0,0,0.25);--tw-shadow-colored:inset 0 1px 2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.dark\:ring-\[\#72727680\]:is(.dark *){--tw-ring-color:#72727680}.dark\:ring-white\/\[0\.04\]:is(.dark *){--tw-ring-color:rgb(255 255 255/0.04)}.dark\:ring-white\/\[0\.06\]:is(.dark *){--tw-ring-color:rgb(255 255 255/0.06)}.dark\:\[text-shadow\:none\]:is(.dark *){text-shadow:none}.dark\:placeholder\:text-\[\#ACACAC\]:is(.dark *)::-moz-placeholder{--tw-text-opacity:1;color:rgb(172 172 172/var(--tw-text-opacity,1))}.dark\:placeholder\:text-\[\#ACACAC\]:is(.dark *)::placeholder{--tw-text-opacity:1;color:rgb(172 172 172/var(--tw-text-opacity,1))}.dark\:placeholder\:text-\[\#FFFFFF66\]:is(.dark *)::-moz-placeholder{color:#FFFFFF66}.dark\:placeholder\:text-\[\#FFFFFF66\]:is(.dark *)::placeholder{color:#FFFFFF66}.dark\:placeholder\:text-\[\#FFFFFF99\]:is(.dark *)::-moz-placeholder{color:#FFFFFF99}.dark\:placeholder\:text-\[\#FFFFFF99\]:is(.dark *)::placeholder{color:#FFFFFF99}.dark\:placeholder\:text-\[\#FFFFFF\]\/40:is(.dark *)::-moz-placeholder{color:rgb(255 255 255/.4)}.dark\:placeholder\:text-\[\#FFFFFF\]\/40:is(.dark *)::placeholder{color:rgb(255 255 255/.4)}.dark\:placeholder\:text-transparent-white:is(.dark *)::-moz-placeholder{color:#FFFFFF99}.dark\:placeholder\:text-transparent-white:is(.dark *)::placeholder{color:#FFFFFF99}.dark\:placeholder\:text-white:is(.dark *)::-moz-placeholder{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:placeholder\:text-white:is(.dark *)::placeholder{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:placeholder\:text-white\/40:is(.dark *)::-moz-placeholder{color:rgb(255 255 255/.4)}.dark\:placeholder\:text-white\/40:is(.dark *)::placeholder{color:rgb(255 255 255/.4)}.dark\:placeholder\:text-white\/50:is(.dark *)::-moz-placeholder{color:rgb(255 255 255/.5)}.dark\:placeholder\:text-white\/50:is(.dark *)::placeholder{color:rgb(255 255 255/.5)}.dark\:odd\:bg-\[\#1E1E1F\]:nth-child(odd):is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 30 31/var(--tw-bg-opacity,1))}.dark\:even\:bg-\[\#2D2D2F\]:nth-child(2n):is(.dark *){--tw-bg-opacity:1;background-color:rgb(45 45 47/var(--tw-bg-opacity,1))}.dark\:checked\:border-transparent:checked:is(.dark *){border-color:transparent}.dark\:checked\:bg-\[\#FF5501\]:checked:is(.dark *){--tw-bg-opacity:1;background-color:rgb(255 85 1/var(--tw-bg-opacity,1))}.dark\:hover\:border-\[\#2D2D2F\]:hover:is(.dark *){--tw-border-opacity:1;border-color:rgb(45 45 47/var(--tw-border-opacity,1))}.dark\:hover\:border-\[\#3CB339\]\/30:hover:is(.dark *){border-color:rgb(60 179 57/.3)}.dark\:hover\:border-\[\#417DFF\]:hover:is(.dark *){--tw-border-opacity:1;border-color:rgb(65 125 255/var(--tw-border-opacity,1))}.dark\:hover\:border-\[\#FF5501\]:hover:is(.dark *){--tw-border-opacity:1;border-color:rgb(255 85 1/var(--tw-border-opacity,1))}.dark\:hover\:border-gray-500:hover:is(.dark *){--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity,1))}.dark\:hover\:border-primary\/30:hover:is(.dark *){border-color:rgb(255 85 1/.3)}.hover\:dark\:border-white\/20:is(.dark *):hover{border-color:rgb(255 255 255/.2)}.dark\:hover\:bg-\[\#1E1E1F\]\/50:hover:is(.dark *){background-color:rgb(30 30 31/.5)}.dark\:hover\:bg-\[\#222224\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(34 34 36/var(--tw-bg-opacity,1))}.dark\:hover\:bg-\[\#2A2A2C\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(42 42 44/var(--tw-bg-opacity,1))}.dark\:hover\:bg-\[\#2D2D2F\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(45 45 47/var(--tw-bg-opacity,1))}.dark\:hover\:bg-\[\#2D2D2F\]\/90:hover:is(.dark *){background-color:rgb(45 45 47/.9)}.dark\:hover\:bg-\[\#2a2a2a\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(42 42 42/var(--tw-bg-opacity,1))}.dark\:hover\:bg-\[\#2a2a2b\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(42 42 43/var(--tw-bg-opacity,1))}.dark\:hover\:bg-\[\#353536\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(53 53 54/var(--tw-bg-opacity,1))}.dark\:hover\:bg-\[\#393939\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(57 57 57/var(--tw-bg-opacity,1))}.dark\:hover\:bg-\[\#393939\]\/50:hover:is(.dark *){background-color:rgb(57 57 57/.5)}.dark\:hover\:bg-\[\#3A3A3E\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(58 58 62/var(--tw-bg-opacity,1))}.dark\:hover\:bg-\[\#3D3D3F\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(61 61 63/var(--tw-bg-opacity,1))}.dark\:hover\:bg-\[\#404040\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(64 64 64/var(--tw-bg-opacity,1))}.dark\:hover\:bg-\[\#4A4A4A\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(74 74 74/var(--tw-bg-opacity,1))}.dark\:hover\:bg-\[\#4A4A4E\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(74 74 78/var(--tw-bg-opacity,1))}.dark\:hover\:bg-\[\#612037\]:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(97 32 55/var(--tw-bg-opacity,1))}.dark\:hover\:bg-\[\#FF5501\]\/10:hover:is(.dark *){background-color:rgb(255 85 1/.1)}.dark\:hover\:bg-\[\#FFFFFF2A\]:hover:is(.dark *){background-color:#FFFFFF2A}.dark\:hover\:bg-\[\#FFFFFF33\]:hover:is(.dark *){background-color:#FFFFFF33}.dark\:hover\:bg-\[\#FFFFFF4D\]:hover:is(.dark *){background-color:#FFFFFF4D}.dark\:hover\:bg-amber-500\/30:hover:is(.dark *){background-color:rgb(245 158 11/.3)}.dark\:hover\:bg-dark-300:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(45 45 47/var(--tw-bg-opacity,1))}.dark\:hover\:bg-dark-300\/80:hover:is(.dark *){background-color:rgb(45 45 47/.8)}.dark\:hover\:bg-dark-gray-4:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(36 36 36/var(--tw-bg-opacity,1))}.dark\:hover\:bg-gray-600:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.dark\:hover\:bg-gray-700:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:hover\:bg-gray-800:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.dark\:hover\:bg-primary\/20:hover:is(.dark *){background-color:rgb(255 85 1/.2)}.dark\:hover\:bg-red-900:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(127 29 29/var(--tw-bg-opacity,1))}.dark\:hover\:bg-white\/5:hover:is(.dark *){background-color:rgb(255 255 255/.05)}.dark\:hover\:bg-white\/\[0\.08\]:hover:is(.dark *){background-color:rgb(255 255 255/.08)}.hover\:dark\:bg-\[\#00d02a\]\/10:is(.dark *):hover{background-color:rgb(0 208 42/.1)}.hover\:dark\:bg-\[\#393939\]:is(.dark *):hover{--tw-bg-opacity:1;background-color:rgb(57 57 57/var(--tw-bg-opacity,1))}.hover\:dark\:bg-red-500\/10:is(.dark *):hover{background-color:rgb(239 68 68/.1)}.hover\:dark\:bg-white\/5:is(.dark *):hover{background-color:rgb(255 255 255/.05)}.dark\:hover\:text-\[\#48545F\]:hover:is(.dark *){--tw-text-opacity:1;color:rgb(72 84 95/var(--tw-text-opacity,1))}.dark\:hover\:text-\[\#FF5501\]:hover:is(.dark *){--tw-text-opacity:1;color:rgb(255 85 1/var(--tw-text-opacity,1))}.dark\:hover\:text-\[\#FFFFFF\]:hover:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:hover\:text-gray-200:hover:is(.dark *){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.dark\:hover\:text-gray-400:hover:is(.dark *){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.dark\:hover\:text-primary:hover:is(.dark *){--tw-text-opacity:1;color:rgb(255 85 1/var(--tw-text-opacity,1))}.dark\:hover\:text-red-300:hover:is(.dark *){--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity,1))}.dark\:hover\:text-white:hover:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:dark\:text-white:is(.dark *):hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.dark\:hover\:shadow-\[0_8px_20px_-6px_rgba\(255\2c 85\2c 1\2c 0\.25\)\]:hover:is(.dark *){--tw-shadow:0 8px 20px -6px rgba(255,85,1,0.25);--tw-shadow-colored:0 8px 20px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.hover\:dark\:shadow-\[0_8px_30px_rgba\(0\2c 0\2c 0\2c 0\.4\)\]:is(.dark *):hover{--tw-shadow:0 8px 30px rgba(0,0,0,0.4);--tw-shadow-colored:0 8px 30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.dark\:hover\:shadow-black\/30:hover:is(.dark *){--tw-shadow-color:rgb(0 0 0/0.3);--tw-shadow:var(--tw-shadow-colored)}.dark\:focus-visible\:ring-offset-\[\#2D2D2F\]:focus-visible:is(.dark *){--tw-ring-offset-color:#2D2D2F}.group:hover .dark\:group-hover\:fill-white:is(.dark *){fill:#fff}.group:hover .dark\:group-hover\:stroke-white:is(.dark *){stroke:#fff}.group:hover .dark\:group-hover\:font-semibold:is(.dark *){font-weight:600}.group:hover .dark\:group-hover\:text-\[\#FF5501\]:is(.dark *){--tw-text-opacity:1;color:rgb(255 85 1/var(--tw-text-opacity,1))}.group:hover .dark\:group-hover\:text-primary:is(.dark *){--tw-text-opacity:1;color:rgb(255 85 1/var(--tw-text-opacity,1))}.group:hover .dark\:group-hover\:text-white:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}@media not all and (min-width:1280px){.max-xl\:hidden{display:none}}@media not all and (min-width:1024px){.max-lg\:p-5{padding:1.25rem}}@media not all and (min-width:768px){.max-md\:min-h-\[100vh\]{min-height:100vh}.max-md\:pt-\[20px\]{padding-top:20px}.max-md\:pt-\[60px\]{padding-top:60px}}@media (min-width:380px){.custom-370\:bottom-\[20px\]{bottom:20px}.custom-370\:top-\[9px\]{top:9px}.custom-370\:text-base{font-size:1rem;line-height:1.5rem}}@media (min-width:430px){.custom-xs\:inline{display:inline}.custom-xs\:w-\[191px\]{width:191px}.custom-xs\:w-\[398px\]{width:398px}.custom-xs\:w-\[400px\]{width:400px}.custom-xs\:min-w-\[180px\]{min-width:180px}.custom-xs\:min-w-\[189px\]{min-width:189px}.custom-xs\:flex-row{flex-direction:row}.custom-xs\:items-center{align-items:center}.custom-xs\:px-5{padding-left:1.25rem;padding-right:1.25rem}.custom-xs\:text-\[14px\]{font-size:14px}.custom-xs\:text-\[16px\]{font-size:16px}.custom-xs\:text-base{font-size:1rem;line-height:1.5rem}.custom-xs\:text-sm{font-size:.875rem;line-height:1.25rem}.custom-xs\:text-xs{font-size:.75rem;line-height:1rem}}@media (min-width:640px){.sm\:bottom-\[15px\]{bottom:15px}.sm\:bottom-\[35px\]{bottom:35px}.sm\:left-2{left:.5rem}.sm\:left-2\.5{left:.625rem}.sm\:left-9{left:2.25rem}.sm\:left-\[20px\]{left:20px}.sm\:right-2{right:.5rem}.sm\:right-2\.5{right:.625rem}.sm\:top-2{top:.5rem}.sm\:top-2\.5{top:.625rem}.sm\:top-\[68px\]{top:68px}.sm\:mx-0{margin-left:0;margin-right:0}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:mb-10{margin-bottom:2.5rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mb-\[35px\]{margin-bottom:35px}.sm\:mt-0{margin-top:0}.sm\:line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:grid{display:grid}.sm\:hidden{display:none}.sm\:h-10{height:2.5rem}.sm\:h-12{height:3rem}.sm\:h-3{height:.75rem}.sm\:h-4{height:1rem}.sm\:h-5{height:1.25rem}.sm\:h-6{height:1.5rem}.sm\:h-7{height:1.75rem}.sm\:h-9{height:2.25rem}.sm\:h-\[14px\]{height:14px}.sm\:h-\[161px\]{height:161px}.sm\:h-\[169px\]{height:169px}.sm\:h-\[176px\]{height:176px}.sm\:h-\[20px\]{height:20px}.sm\:h-\[25px\]{height:25px}.sm\:h-\[30px\]{height:30px}.sm\:h-\[32px\]{height:32px}.sm\:h-\[350px\]{height:350px}.sm\:h-\[35px\]{height:35px}.sm\:h-\[40px\]{height:40px}.sm\:h-\[42px\]{height:42px}.sm\:h-\[440px\]{height:440px}.sm\:h-\[44px\]{height:44px}.sm\:h-\[46px\]{height:46px}.sm\:h-\[50px\]{height:50px}.sm\:h-\[52px\]{height:52px}.sm\:h-\[55px\]{height:55px}.sm\:h-\[56px\]{height:56px}.sm\:h-\[58px\]{height:58px}.sm\:h-\[65px\]{height:65px}.sm\:h-\[700px\]{height:700px}.sm\:h-\[70px\]{height:70px}.sm\:h-\[80px\]{height:80px}.sm\:h-\[87px\]{height:87px}.sm\:h-\[98px\]{height:98px}.sm\:min-h-\[215px\]{min-height:215px}.sm\:min-h-\[266px\]{min-height:266px}.sm\:min-h-\[320px\]{min-height:320px}.sm\:min-h-\[60px\]{min-height:60px}.sm\:min-h-\[82px\]{min-height:82px}.sm\:w-10{width:2.5rem}.sm\:w-12{width:3rem}.sm\:w-3{width:.75rem}.sm\:w-4{width:1rem}.sm\:w-5{width:1.25rem}.sm\:w-6{width:1.5rem}.sm\:w-7{width:1.75rem}.sm\:w-9{width:2.25rem}.sm\:w-\[102px\]{width:102px}.sm\:w-\[13px\]{width:13px}.sm\:w-\[140px\]{width:140px}.sm\:w-\[15px\]{width:15px}.sm\:w-\[275px\]{width:275px}.sm\:w-\[280px\]{width:280px}.sm\:w-\[284px\]{width:284px}.sm\:w-\[28px\]{width:28px}.sm\:w-\[300px\]{width:300px}.sm\:w-\[30px\]{width:30px}.sm\:w-\[32px\]{width:32px}.sm\:w-\[338px\]{width:338px}.sm\:w-\[345px\]{width:345px}.sm\:w-\[35px\]{width:35px}.sm\:w-\[40px\]{width:40px}.sm\:w-\[42px\]{width:42px}.sm\:w-\[43px\]{width:43px}.sm\:w-\[46px\]{width:46px}.sm\:w-\[470px\]{width:470px}.sm\:w-\[50px\]{width:50px}.sm\:w-\[66px\]{width:66px}.sm\:w-\[70px\]{width:70px}.sm\:w-\[98px\]{width:98px}.sm\:w-\[calc\(\(100\%-80px\)\/6\)\]{width:calc((100% - 80px) / 6)}.sm\:w-\[calc\(50\%-6px\)\]{width:calc(50% - 6px)}.sm\:w-auto{width:auto}.sm\:min-w-\[22px\]{min-width:22px}.sm\:min-w-\[280px\]{min-width:280px}.sm\:min-w-\[7\.5rem\]{min-width:7.5rem}.sm\:max-w-\[280px\]{max-width:280px}.sm\:max-w-\[366px\]{max-width:366px}.sm\:max-w-\[595px\]{max-width:595px}.sm\:max-w-md{max-width:28rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.sm\:grid-cols-\[repeat\(auto-fill\2c minmax\(230px\2c 1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-col{flex-direction:column}.sm\:flex-nowrap{flex-wrap:nowrap}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-1{gap:.25rem}.sm\:gap-1\.5{gap:.375rem}.sm\:gap-2{gap:.5rem}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:gap-5{gap:1.25rem}.sm\:gap-6{gap:1.5rem}.sm\:gap-8{gap:2rem}.sm\:gap-\[10px\]{gap:10px}.sm\:gap-\[12px\]{gap:12px}.sm\:gap-\[13px\]{gap:13px}.sm\:gap-\[15px\]{gap:15px}.sm\:gap-\[35px\]{gap:35px}.sm\:gap-\[6px\]{gap:6px}.sm\:gap-\[8px\]{gap:8px}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.sm\:rounded-\[16px\]{border-radius:16px}.sm\:rounded-\[8px\]{border-radius:8px}.sm\:border-0{border-width:0}.sm\:border-l{border-left-width:1px}.sm\:border-t-0{border-top-width:0}.sm\:border-\[\#ECEEF3\]{--tw-border-opacity:1;border-color:rgb(236 238 243/var(--tw-border-opacity,1))}.sm\:bg-\[\#EFEFEF\]{--tw-bg-opacity:1;background-color:rgb(239 239 239/var(--tw-bg-opacity,1))}.sm\:p-0{padding:0}.sm\:p-4{padding:1rem}.sm\:p-5{padding:1.25rem}.sm\:p-6{padding:1.5rem}.sm\:p-\[10px\]{padding:10px}.sm\:p-\[16px_16px_24px\]{padding:16px 16px 24px}.sm\:p-\[40px\]{padding:40px}.sm\:px-1{padding-left:.25rem;padding-right:.25rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-7{padding-left:1.75rem;padding-right:1.75rem}.sm\:px-\[12px\]{padding-left:12px;padding-right:12px}.sm\:px-\[15px\]{padding-left:15px;padding-right:15px}.sm\:px-\[20px\]{padding-left:20px;padding-right:20px}.sm\:px-\[27px\]{padding-left:27px;padding-right:27px}.sm\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.sm\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.sm\:py-12{padding-top:3rem;padding-bottom:3rem}.sm\:py-16{padding-top:4rem;padding-bottom:4rem}.sm\:py-2{padding-top:.5rem;padding-bottom:.5rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:py-\[15px\]{padding-top:15px;padding-bottom:15px}.sm\:py-\[16px\]{padding-top:16px;padding-bottom:16px}.sm\:py-\[30px\]{padding-top:30px;padding-bottom:30px}.sm\:py-\[7px\]{padding-top:7px;padding-bottom:7px}.sm\:py-\[8px\]{padding-top:8px;padding-bottom:8px}.sm\:pb-0{padding-bottom:0}.sm\:pb-20{padding-bottom:5rem}.sm\:pb-\[10px\]{padding-bottom:10px}.sm\:pl-6{padding-left:1.5rem}.sm\:pl-8{padding-left:2rem}.sm\:pr-8{padding-right:2rem}.sm\:pt-0{padding-top:0}.sm\:pt-10{padding-top:2.5rem}.sm\:text-left{text-align:left}.sm\:text-right{text-align:right}.sm\:text-\[10px\]{font-size:10px}.sm\:text-\[11px\]{font-size:11px}.sm\:text-\[12px\]{font-size:12px}.sm\:text-\[13px\]{font-size:13px}.sm\:text-\[14px\]{font-size:14px}.sm\:text-\[15px\]{font-size:15px}.sm\:text-\[16px\]{font-size:16px}.sm\:text-\[17px\]{font-size:17px}.sm\:text-\[18px\]{font-size:18px}.sm\:text-\[20px\]{font-size:20px}.sm\:text-\[22px\]{font-size:22px}.sm\:text-\[30px\]{font-size:30px}.sm\:text-\[32px\]{font-size:32px}.sm\:text-\[36px\]{font-size:36px}.sm\:text-\[40px\]{font-size:40px}.sm\:text-\[50px\]{font-size:50px}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:text-xs{font-size:.75rem;line-height:1rem}.sm\:font-medium{font-weight:500}.sm\:leading-6{line-height:1.5rem}.sm\:leading-\[16px\]{line-height:16px}.sm\:leading-\[20px\]{line-height:20px}.sm\:tracking-\[-3\.2px\]{letter-spacing:-3.2px}.sm\:tracking-\[2px\]{letter-spacing:2px}.sm\:text-\[\#48545F\]{--tw-text-opacity:1;color:rgb(72 84 95/var(--tw-text-opacity,1))}.dark\:sm\:border-\[\#2E2E32\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(46 46 50/var(--tw-border-opacity,1))}.sm\:dark\:bg-\[\#121212\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(18 18 18/var(--tw-bg-opacity,1))}.sm\:dark\:text-\[\#3C3D45\]:is(.dark *){--tw-text-opacity:1;color:rgb(60 61 69/var(--tw-text-opacity,1))}}@media (min-width:768px){.md\:static{position:static}.md\:sticky{position:sticky}.md\:-right-\[10px\]{right:-10px}.md\:-top-7{top:-1.75rem}.md\:-top-\[16px\]{top:-16px}.md\:left-4{left:1rem}.md\:left-8{left:2rem}.md\:left-\[-5px\]{left:-5px}.md\:right-4{right:1rem}.md\:right-6{right:1.5rem}.md\:right-\[10px\]{right:10px}.md\:right-\[30px\]{right:30px}.md\:top-0{top:0}.md\:top-6{top:1.5rem}.md\:top-\[-120px\]{top:-120px}.md\:top-\[-150px\]{top:-150px}.md\:top-\[-240px\]{top:-240px}.md\:top-\[84px\]{top:84px}.md\:order-1{order:1}.md\:order-2{order:2}.md\:order-first{order:-9999}.md\:order-none{order:0}.md\:m-\[30px\]{margin:30px}.md\:mx-0{margin-left:0;margin-right:0}.md\:my-0{margin-top:0;margin-bottom:0}.md\:my-4{margin-top:1rem;margin-bottom:1rem}.md\:mb-0{margin-bottom:0}.md\:mb-1{margin-bottom:.25rem}.md\:mb-3{margin-bottom:.75rem}.md\:mb-4{margin-bottom:1rem}.md\:mb-6{margin-bottom:1.5rem}.md\:mb-8{margin-bottom:2rem}.md\:mb-\[-140px\]{margin-bottom:-140px}.md\:mb-\[-150px\]{margin-bottom:-150px}.md\:mb-\[15px\]{margin-bottom:15px}.md\:mb-\[30px\]{margin-bottom:30px}.md\:ml-2{margin-left:.5rem}.md\:ml-\[50px\]{margin-left:50px}.md\:ml-\[calc\(155px\+2\.4rem\)\]{margin-left:calc(155px + 2.4rem)}.md\:ml-auto{margin-left:auto}.md\:mr-4{margin-right:1rem}.md\:mt-0{margin-top:0}.md\:mt-10{margin-top:2.5rem}.md\:mt-16{margin-top:4rem}.md\:mt-3{margin-top:.75rem}.md\:mt-4{margin-top:1rem}.md\:mt-6{margin-top:1.5rem}.md\:mt-\[-20px\]{margin-top:-20px}.md\:mt-\[-35px\]{margin-top:-35px}.md\:mt-\[-40px\]{margin-top:-40px}.md\:mt-\[-50px\]{margin-top:-50px}.md\:line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.md\:line-clamp-none{overflow:visible;display:block;-webkit-box-orient:horizontal;-webkit-line-clamp:none}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:hidden{display:none}.md\:aspect-auto{aspect-ratio:auto}.md\:\!h-\[12px\]{height:12px!important}.md\:\!h-\[25px\]{height:25px!important}.md\:h-10{height:2.5rem}.md\:h-14{height:3.5rem}.md\:h-16{height:4rem}.md\:h-4{height:1rem}.md\:h-5{height:1.25rem}.md\:h-6{height:1.5rem}.md\:h-8{height:2rem}.md\:h-\[105px\]{height:105px}.md\:h-\[107px\]{height:107px}.md\:h-\[110px\]{height:110px}.md\:h-\[122px\]{height:122px}.md\:h-\[123px\]{height:123px}.md\:h-\[156px\]{height:156px}.md\:h-\[160px\]{height:160px}.md\:h-\[16px\]{height:16px}.md\:h-\[180px\]{height:180px}.md\:h-\[185px\]{height:185px}.md\:h-\[18px\]{height:18px}.md\:h-\[190px\]{height:190px}.md\:h-\[200px\]{height:200px}.md\:h-\[20px\]{height:20px}.md\:h-\[213px\]{height:213px}.md\:h-\[226px\]{height:226px}.md\:h-\[235px\]{height:235px}.md\:h-\[255px\]{height:255px}.md\:h-\[26px\]{height:26px}.md\:h-\[270px\]{height:270px}.md\:h-\[28px\]{height:28px}.md\:h-\[290px\]{height:290px}.md\:h-\[30px\]{height:30px}.md\:h-\[337px\]{height:337px}.md\:h-\[345px\]{height:345px}.md\:h-\[360px\]{height:360px}.md\:h-\[36px\]{height:36px}.md\:h-\[392px\]{height:392px}.md\:h-\[400px\]{height:400px}.md\:h-\[40px\]{height:40px}.md\:h-\[420px\]{height:420px}.md\:h-\[428px\]{height:428px}.md\:h-\[44px\]{height:44px}.md\:h-\[45px\]{height:45px}.md\:h-\[479px\]{height:479px}.md\:h-\[47px\]{height:47px}.md\:h-\[489px\]{height:489px}.md\:h-\[50px\]{height:50px}.md\:h-\[526px\]{height:526px}.md\:h-\[52px\]{height:52px}.md\:h-\[55px\]{height:55px}.md\:h-\[56px\]{height:56px}.md\:h-\[60px\]{height:60px}.md\:h-\[610px\]{height:610px}.md\:h-\[64px\]{height:64px}.md\:h-\[66px\]{height:66px}.md\:h-\[70px\]{height:70px}.md\:h-\[736px\]{height:736px}.md\:h-\[737px\]{height:737px}.md\:h-\[73px\]{height:73px}.md\:h-\[74px\]{height:74px}.md\:h-\[80px\]{height:80px}.md\:h-\[82px\]{height:82px}.md\:h-\[84px\]{height:84px}.md\:h-\[85px\]{height:85px}.md\:h-\[87px\]{height:87px}.md\:h-\[90px\]{height:90px}.md\:h-\[92px\]{height:92px}.md\:h-\[98px\]{height:98px}.md\:h-\[auto\]{height:auto}.md\:h-\[calc\(100vh-280px\)\]{height:calc(100vh - 280px)}.md\:h-\[min\(700px\2c 85vh\)\]{height:min(700px,85vh)}.md\:h-auto{height:auto}.md\:h-full{height:100%}.md\:h-max{height:-moz-max-content;height:max-content}.md\:max-h-\[570px\]{max-height:570px}.md\:max-h-\[90vh\]{max-height:90vh}.md\:min-h-\[150px\]{min-height:150px}.md\:min-h-\[270px\]{min-height:270px}.md\:min-h-\[286px\]{min-height:286px}.md\:min-h-\[34px\]{min-height:34px}.md\:min-h-\[350px\]{min-height:350px}.md\:min-h-\[400px\]{min-height:400px}.md\:min-h-\[47px\]{min-height:47px}.md\:min-h-\[500px\]{min-height:500px}.md\:min-h-\[600px\]{min-height:600px}.md\:min-h-\[610px\]{min-height:610px}.md\:min-h-\[680px\]{min-height:680px}.md\:min-h-\[87px\]{min-height:87px}.md\:\!w-\[14px\]{width:14px!important}.md\:\!w-\[25px\]{width:25px!important}.md\:w-1\/3{width:33.333333%}.md\:w-1\/4{width:25%}.md\:w-10{width:2.5rem}.md\:w-16{width:4rem}.md\:w-2\/3{width:66.666667%}.md\:w-2\/5{width:40%}.md\:w-3\/4{width:75%}.md\:w-3\/5{width:60%}.md\:w-4{width:1rem}.md\:w-5{width:1.25rem}.md\:w-6{width:1.5rem}.md\:w-8{width:2rem}.md\:w-\[119px\]{width:119px}.md\:w-\[120px\]{width:120px}.md\:w-\[123px\]{width:123px}.md\:w-\[128px\]{width:128px}.md\:w-\[140px\]{width:140px}.md\:w-\[142px\]{width:142px}.md\:w-\[144px\]{width:144px}.md\:w-\[151px\]{width:151px}.md\:w-\[158px\]{width:158px}.md\:w-\[16px\]{width:16px}.md\:w-\[17px\]{width:17px}.md\:w-\[180px\]{width:180px}.md\:w-\[18px\]{width:18px}.md\:w-\[228px\]{width:228px}.md\:w-\[230px\]{width:230px}.md\:w-\[237px\]{width:237px}.md\:w-\[240px\]{width:240px}.md\:w-\[244px\]{width:244px}.md\:w-\[250px\]{width:250px}.md\:w-\[26px\]{width:26px}.md\:w-\[285px\]{width:285px}.md\:w-\[28px\]{width:28px}.md\:w-\[30px\]{width:30px}.md\:w-\[340px\]{width:340px}.md\:w-\[345px\]{width:345px}.md\:w-\[355px\]{width:355px}.md\:w-\[380px\]{width:380px}.md\:w-\[400px\]{width:400px}.md\:w-\[40px\]{width:40px}.md\:w-\[44px\]{width:44px}.md\:w-\[450px\]{width:450px}.md\:w-\[45px\]{width:45px}.md\:w-\[470px\]{width:470px}.md\:w-\[50\%\]{width:50%}.md\:w-\[500px\]{width:500px}.md\:w-\[50px\]{width:50px}.md\:w-\[52px\]{width:52px}.md\:w-\[56px\]{width:56px}.md\:w-\[60px\]{width:60px}.md\:w-\[74px\]{width:74px}.md\:w-\[80px\]{width:80px}.md\:w-\[82px\]{width:82px}.md\:w-\[auto\],.md\:w-auto{width:auto}.md\:w-fit{width:-moz-fit-content;width:fit-content}.md\:w-full{width:100%}.md\:min-w-0{min-width:0}.md\:min-w-\[100px\]{min-width:100px}.md\:min-w-\[113px\]{min-width:113px}.md\:min-w-\[130px\]{min-width:130px}.md\:min-w-\[133px\]{min-width:133px}.md\:min-w-\[140px\]{min-width:140px}.md\:min-w-\[145px\]{min-width:145px}.md\:min-w-\[150px\]{min-width:150px}.md\:min-w-\[156px\]{min-width:156px}.md\:min-w-\[157px\]{min-width:157px}.md\:min-w-\[160px\]{min-width:160px}.md\:min-w-\[175px\]{min-width:175px}.md\:min-w-\[18px\]{min-width:18px}.md\:min-w-\[200px\]{min-width:200px}.md\:min-w-\[230px\]{min-width:230px}.md\:min-w-\[237px\]{min-width:237px}.md\:min-w-\[250px\]{min-width:250px}.md\:min-w-\[30px\]{min-width:30px}.md\:min-w-\[338px\]{min-width:338px}.md\:min-w-\[70px\]{min-width:70px}.md\:max-w-\[121px\]{max-width:121px}.md\:max-w-\[130px\]{max-width:130px}.md\:max-w-\[170px\]{max-width:170px}.md\:max-w-\[200px\]{max-width:200px}.md\:max-w-\[250px\]{max-width:250px}.md\:max-w-\[297px\]{max-width:297px}.md\:max-w-\[325px\]{max-width:325px}.md\:max-w-\[366px\]{max-width:366px}.md\:max-w-\[380px\]{max-width:380px}.md\:max-w-\[40\%\]{max-width:40%}.md\:max-w-\[400px\]{max-width:400px}.md\:max-w-\[500px\]{max-width:500px}.md\:max-w-\[530px\]{max-width:530px}.md\:max-w-\[557px\]{max-width:557px}.md\:max-w-\[55px\]{max-width:55px}.md\:max-w-\[571px\]{max-width:571px}.md\:max-w-\[70\%\]{max-width:70%}.md\:max-w-full{max-width:100%}.md\:max-w-none{max-width:none}.md\:flex-1{flex:1 1 0%}.md\:flex-none{flex:none}.md\:flex-shrink{flex-shrink:1}.md\:flex-shrink-0{flex-shrink:0}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:grid-cols-\[repeat\(auto-fill\2c minmax\(134px\2c 1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(134px,1fr))}.md\:grid-cols-\[repeat\(auto-fill\2c minmax\(230px\2c 1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(230px,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:flex-wrap{flex-wrap:wrap}.md\:flex-nowrap{flex-wrap:nowrap}.md\:items-start{align-items:flex-start}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:justify-normal{justify-content:normal}.md\:justify-start{justify-content:flex-start}.md\:justify-end{justify-content:flex-end}.md\:justify-center{justify-content:center}.md\:justify-between{justify-content:space-between}.md\:gap-0{gap:0}.md\:gap-1{gap:.25rem}.md\:gap-1\.5{gap:.375rem}.md\:gap-10{gap:2.5rem}.md\:gap-12{gap:3rem}.md\:gap-2{gap:.5rem}.md\:gap-3{gap:.75rem}.md\:gap-4{gap:1rem}.md\:gap-6{gap:1.5rem}.md\:gap-8{gap:2rem}.md\:gap-\[10px\]{gap:10px}.md\:gap-\[12px\]{gap:12px}.md\:gap-\[15px\]{gap:15px}.md\:gap-\[20px\]{gap:20px}.md\:gap-\[24px\]{gap:24px}.md\:gap-\[30px\]{gap:30px}.md\:gap-\[35px\]{gap:35px}.md\:gap-\[6px\]{gap:6px}.md\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.md\:overflow-hidden{overflow:hidden}.md\:overflow-visible{overflow:visible}.md\:overflow-y-auto{overflow-y:auto}.md\:rounded-2xl{border-radius:1rem}.md\:rounded-lg{border-radius:.5rem}.md\:rounded-none{border-radius:0}.md\:rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.md\:rounded-bl-lg{border-bottom-left-radius:.5rem}.md\:rounded-br-lg{border-bottom-right-radius:.5rem}.md\:border-4{border-width:4px}.md\:border-b-0{border-bottom-width:0}.md\:border-l{border-left-width:1px}.md\:border-l-2{border-left-width:2px}.md\:border-r{border-right-width:1px}.md\:border-r-2{border-right-width:2px}.md\:border-none{border-style:none}.md\:border-\[\#417DFF\]{--tw-border-opacity:1;border-color:rgb(65 125 255/var(--tw-border-opacity,1))}.md\:border-\[\#4CAF50\]{--tw-border-opacity:1;border-color:rgb(76 175 80/var(--tw-border-opacity,1))}.md\:border-\[\#9752FF\]{--tw-border-opacity:1;border-color:rgb(151 82 255/var(--tw-border-opacity,1))}.md\:border-\[\#F44336\]{--tw-border-opacity:1;border-color:rgb(244 67 54/var(--tw-border-opacity,1))}.md\:border-\[\#FFA500\]{--tw-border-opacity:1;border-color:rgb(255 165 0/var(--tw-border-opacity,1))}.md\:bg-\[\#F8F8F8\]{--tw-bg-opacity:1;background-color:rgb(248 248 248/var(--tw-bg-opacity,1))}.md\:bg-\[\#F9F9FB\]{--tw-bg-opacity:1;background-color:rgb(249 249 251/var(--tw-bg-opacity,1))}.md\:bg-\[\#FFFFFF1A\]{background-color:#FFFFFF1A}.md\:bg-transparent{background-color:transparent}.md\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.md\:object-center{-o-object-position:center;object-position:center}.md\:p-0{padding:0}.md\:p-2{padding:.5rem}.md\:p-3{padding:.75rem}.md\:p-4{padding:1rem}.md\:p-5{padding:1.25rem}.md\:p-6{padding:1.5rem}.md\:p-7{padding:1.75rem}.md\:p-8{padding:2rem}.md\:p-\[10px\]{padding:10px}.md\:p-\[18px\]{padding:18px}.md\:p-\[20px\]{padding:20px}.md\:p-\[25px\]{padding:25px}.md\:p-\[30px\]{padding:30px}.md\:p-\[40px\]{padding:40px}.md\:p-\[6px\]{padding:6px}.md\:px-0{padding-left:0;padding-right:0}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-2{padding-left:.5rem;padding-right:.5rem}.md\:px-3{padding-left:.75rem;padding-right:.75rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-7{padding-left:1.75rem;padding-right:1.75rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:px-\[15px\]{padding-left:15px;padding-right:15px}.md\:px-\[30px\]{padding-left:30px;padding-right:30px}.md\:px-\[35px\]{padding-left:35px;padding-right:35px}.md\:py-0{padding-top:0;padding-bottom:0}.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:py-2{padding-top:.5rem;padding-bottom:.5rem}.md\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.md\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.md\:py-8{padding-top:2rem;padding-bottom:2rem}.md\:py-\[150px\]{padding-top:150px;padding-bottom:150px}.md\:py-\[22px\]{padding-top:22px;padding-bottom:22px}.md\:py-\[25px\]{padding-top:25px;padding-bottom:25px}.md\:py-\[30px\]{padding-top:30px;padding-bottom:30px}.md\:py-\[38px\]{padding-top:38px;padding-bottom:38px}.md\:py-\[81px\]{padding-top:81px;padding-bottom:81px}.md\:pb-0{padding-bottom:0}.md\:pb-6{padding-bottom:1.5rem}.md\:pb-\[5px\]{padding-bottom:5px}.md\:pl-6{padding-left:1.5rem}.md\:pl-7{padding-left:1.75rem}.md\:pr-10{padding-right:2.5rem}.md\:pr-4{padding-right:1rem}.md\:pr-\[50px\]{padding-right:50px}.md\:pt-0{padding-top:0}.md\:pt-4{padding-top:1rem}.md\:pt-\[20px\]{padding-top:20px}.md\:pt-\[40px\]{padding-top:40px}.md\:text-left{text-align:left}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-\[10px\]{font-size:10px}.md\:text-\[12px\]{font-size:12px}.md\:text-\[13px\]{font-size:13px}.md\:text-\[14px\]{font-size:14px}.md\:text-\[15px\]{font-size:15px}.md\:text-\[16px\]{font-size:16px}.md\:text-\[18px\]{font-size:18px}.md\:text-\[20px\]{font-size:20px}.md\:text-\[21px\]{font-size:21px}.md\:text-\[22px\]{font-size:22px}.md\:text-\[24px\]{font-size:24px}.md\:text-\[26px\]{font-size:26px}.md\:text-\[28px\]{font-size:28px}.md\:text-\[30px\]{font-size:30px}.md\:text-\[32px\]{font-size:32px}.md\:text-\[38px\]{font-size:38px}.md\:text-\[50px\]{font-size:50px}.md\:text-\[56px\]{font-size:56px}.md\:text-\[64px\]{font-size:64px}.md\:text-\[72px\]{font-size:72px}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:text-xs{font-size:.75rem;line-height:1rem}.md\:font-normal{font-weight:400}.md\:font-semibold{font-weight:600}.md\:leading-6{line-height:1.5rem}.md\:leading-\[18px\]{line-height:18px}.md\:leading-\[22px\]{line-height:22px}.md\:leading-\[24px\]{line-height:24px}.md\:leading-\[25px\]{line-height:25px}.md\:leading-\[26px\]{line-height:26px}.md\:leading-\[34px\]{line-height:34px}.md\:tracking-\[-3\.2px\]{letter-spacing:-3.2px}.md\:tracking-\[-4px\]{letter-spacing:-4px}.md\:no-underline{text-decoration-line:none}.md\:shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.md\:placeholder\:text-\[14px\]::-moz-placeholder{font-size:14px}.md\:placeholder\:text-\[14px\]::placeholder{font-size:14px}.md\:hover\:translate-y-\[-4px\]:hover{--tw-translate-y:-4px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:dark\:bg-\[\#121212\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(18 18 18/var(--tw-bg-opacity,1))}.md\:dark\:bg-\[\#1E1E1F\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 30 31/var(--tw-bg-opacity,1))}.md\:dark\:bg-\[\#2D2D2F\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(45 45 47/var(--tw-bg-opacity,1))}.md\:dark\:bg-\[\#6A6A9514\]:is(.dark *){background-color:#6A6A9514}.md\:dark\:bg-dark-200:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 30 31/var(--tw-bg-opacity,1))}.md\:dark\:bg-transparent:is(.dark *){background-color:transparent}.md\:dark\:text-white\/70:is(.dark *){color:rgb(255 255 255/.7)}}@media (min-width:1024px){.lg\:pointer-events-none{pointer-events:none}.lg\:top-\[0px\]{top:0}.lg\:mt-\[50px\]{margin-top:50px}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-\[44px\]{height:44px}.lg\:h-\[540px\]{height:540px}.lg\:h-\[60px\]{height:60px}.lg\:h-\[82px\]{height:82px}.lg\:h-full{height:100%}.lg\:max-h-\[52px\]{max-height:52px}.lg\:min-h-\[500px\]{min-height:500px}.lg\:min-h-\[82px\]{min-height:82px}.lg\:min-h-\[98px\]{min-height:98px}.lg\:w-1\/3{width:33.333333%}.lg\:w-2\/3{width:66.666667%}.lg\:w-\[150px\]{width:150px}.lg\:w-\[200px\]{width:200px}.lg\:w-\[215px\]{width:215px}.lg\:w-\[320px\]{width:320px}.lg\:w-\[380px\]{width:380px}.lg\:w-\[49\%\]{width:49%}.lg\:w-\[50\%\]{width:50%}.lg\:w-\[69\%\]{width:69%}.lg\:w-\[calc\(25\%-9px\)\]{width:calc(25% - 9px)}.lg\:w-\[calc\(33\.333\%-8px\)\]{width:calc(33.333% - 8px)}.lg\:w-auto{width:auto}.lg\:w-full{width:100%}.lg\:max-w-\[180px\]{max-width:180px}.lg\:max-w-\[270px\]{max-width:270px}.lg\:max-w-\[350px\]{max-width:350px}.lg\:max-w-\[437px\]{max-width:437px}.lg\:max-w-\[480px\]{max-width:480px}.lg\:max-w-\[557px\]{max-width:557px}.lg\:max-w-\[658px\]{max-width:658px}.lg\:flex-1{flex:1 1 0%}.lg\:flex-shrink-0{flex-shrink:0}.lg\:cursor-default{cursor:default}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.lg\:grid-cols-\[380px_minmax\(0\2c _1fr\)\]{grid-template-columns:380px minmax(0,1fr)}.lg\:grid-cols-\[repeat\(auto-fill\2c minmax\(190px\2c 1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}.lg\:grid-cols-\[repeat\(auto-fill\2c minmax\(200px\2c 1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.lg\:flex-row{flex-direction:row}.lg\:flex-col{flex-direction:column}.lg\:flex-nowrap{flex-wrap:nowrap}.lg\:items-start{align-items:flex-start}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:justify-end{justify-content:flex-end}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-0{gap:0}.lg\:gap-1{gap:.25rem}.lg\:gap-16{gap:4rem}.lg\:gap-3{gap:.75rem}.lg\:gap-\[40px\]{gap:40px}.lg\:space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.lg\:rounded-lg{border-radius:.5rem}.lg\:rounded-none{border-radius:0}.lg\:border-l-2{border-left-width:2px}.lg\:border-none{border-style:none}.lg\:border-\[\#6A6A951F\]{border-color:#6A6A951F}.lg\:border-\[\#E4E4E4\]{--tw-border-opacity:1;border-color:rgb(228 228 228/var(--tw-border-opacity,1))}.lg\:bg-\[\#6A6A950A\]{background-color:#6A6A950A}.lg\:bg-\[\#F9F9FB\]{--tw-bg-opacity:1;background-color:rgb(249 249 251/var(--tw-bg-opacity,1))}.lg\:bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.lg\:p-0{padding:0}.lg\:p-5{padding:1.25rem}.lg\:p-\[10px\]{padding:10px}.lg\:px-3{padding-left:.75rem;padding-right:.75rem}.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.lg\:px-\[20px\]{padding-left:20px;padding-right:20px}.lg\:py-0{padding-top:0;padding-bottom:0}.lg\:py-2{padding-top:.5rem;padding-bottom:.5rem}.lg\:py-\[20px\]{padding-top:20px;padding-bottom:20px}.lg\:pl-\[40px\]{padding-left:40px}.lg\:pr-0{padding-right:0}.lg\:text-\[26\.6px\]{font-size:26.6px}.lg\:text-\[40px\]{font-size:40px}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:leading-\[59px\]{line-height:59px}.lg\:dark\:border-\[\#2D2D2F\]:is(.dark *){--tw-border-opacity:1;border-color:rgb(45 45 47/var(--tw-border-opacity,1))}.lg\:dark\:bg-\[\#1E1E1F\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 30 31/var(--tw-bg-opacity,1))}.lg\:dark\:bg-\[\#2D2D2F\]:is(.dark *){--tw-bg-opacity:1;background-color:rgb(45 45 47/var(--tw-bg-opacity,1))}}@media (min-width:1280px){.xl\:absolute{position:absolute}.xl\:right-5{right:1.25rem}.xl\:top-5{top:1.25rem}.xl\:order-none{order:0}.xl\:block{display:block}.xl\:flex{display:flex}.xl\:hidden{display:none}.xl\:h-\[100px\]{height:100px}.xl\:h-\[80px\]{height:80px}.xl\:h-\[90px\]{height:90px}.xl\:max-h-\[52px\]{max-height:52px}.xl\:min-h-\[119px\]{min-height:119px}.xl\:w-1\/4{width:25%}.xl\:w-3\/4{width:75%}.xl\:w-5\/12{width:41.666667%}.xl\:w-7\/12{width:58.333333%}.xl\:w-\[100px\]{width:100px}.xl\:w-\[150px\]{width:150px}.xl\:w-\[320px\]{width:320px}.xl\:w-\[434px\]{width:434px}.xl\:w-auto{width:auto}.xl\:min-w-\[280px\]{min-width:280px}.xl\:max-w-\[300px\]{max-width:300px}.xl\:max-w-\[537px\]{max-width:537px}.xl\:flex-shrink-0{flex-shrink:0}.xl\:grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.xl\:grid-cols-\[repeat\(auto-fill\2c minmax\(190px\2c 1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}.xl\:grid-cols-\[repeat\(auto-fill\2c minmax\(200px\2c 1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.xl\:flex-row{flex-direction:row}.xl\:flex-nowrap{flex-wrap:nowrap}.xl\:items-center{align-items:center}.xl\:justify-end{justify-content:flex-end}.xl\:justify-between{justify-content:space-between}.xl\:gap-12{gap:3rem}.xl\:gap-3{gap:.75rem}.xl\:gap-5{gap:1.25rem}.xl\:gap-6{gap:1.5rem}.xl\:gap-8{gap:2rem}.xl\:gap-\[40px\]{gap:40px}.xl\:self-auto{align-self:auto}.xl\:p-\[20px\]{padding:20px}.xl\:p-\[40px\]{padding:40px}.xl\:px-6{padding-left:1.5rem;padding-right:1.5rem}.xl\:pt-0{padding-top:0}.xl\:text-\[14px\]{font-size:14px}.xl\:text-\[18px\]{font-size:18px}}@media (min-width:1536px){.\32xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.\32xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}}.\[\&\:\:-webkit-calendar-picker-indicator\]\:absolute::-webkit-calendar-picker-indicator{position:absolute}.\[\&\:\:-webkit-calendar-picker-indicator\]\:right-4::-webkit-calendar-picker-indicator{right:1rem}.\[\&\:\:-webkit-calendar-picker-indicator\]\:h-6::-webkit-calendar-picker-indicator{height:1.5rem}.\[\&\:\:-webkit-calendar-picker-indicator\]\:w-6::-webkit-calendar-picker-indicator{width:1.5rem}.\[\&\:\:-webkit-calendar-picker-indicator\]\:cursor-pointer::-webkit-calendar-picker-indicator{cursor:pointer}.\[\&\:\:-webkit-calendar-picker-indicator\]\:opacity-0::-webkit-calendar-picker-indicator{opacity:0}.\[\&\:\:-webkit-inner-spin-button\]\:m-0::-webkit-inner-spin-button{margin:0}.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none}.\[\&\:\:-webkit-outer-spin-button\]\:m-0::-webkit-outer-spin-button{margin:0}.\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none}.\[\&\:\:-webkit-search-cancel-button\]\:hidden::-webkit-search-cancel-button{display:none}.\[\&\>\*\]\:text-\[\#484848\]\/40>*{color:rgb(72 72 72/.4)}.dark\:\[\&\>\*\]\:text-\[\#FFFFFF66\]>:is(.dark *){color:#FFFFFF66}.\[\&\>div\]\:gap-2>div{gap:.5rem}.\[\&\>h1\]\:mb-2>h1{margin-bottom:.5rem}.\[\&\>h1\]\:text-light-gray>h1{color:#48484866}.dark\:\[\&\>h1\]\:text-light-gray-4>h1:is(.dark *){color:#FFFFFF66}.\[\&\>h2\]\:mb-2>h2{margin-bottom:.5rem}.\[\&\>h2\]\:text-light-gray>h2{color:#48484866}.dark\:\[\&\>h2\]\:text-light-gray-4>h2:is(.dark *){color:#FFFFFF66}.\[\&\>h3\]\:mb-2>h3{margin-bottom:.5rem}.\[\&\>h3\]\:text-light-gray>h3{color:#48484866}.dark\:\[\&\>h3\]\:text-light-gray-4>h3:is(.dark *){color:#FFFFFF66}.\[\&\>li\]\:text-light-gray>li{color:#48484866}.dark\:\[\&\>li\]\:text-light-gray-4>li:is(.dark *){color:#FFFFFF66}.\[\&\>ol\]\:my-2>ol{margin-top:.5rem;margin-bottom:.5rem}.\[\&\>ol\]\:list-decimal>ol{list-style-type:decimal}.\[\&\>ol\]\:space-y-2>ol>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.\[\&\>ol\]\:pl-5>ol{padding-left:1.25rem}.\[\&\>p\]\:mb-2>p{margin-bottom:.5rem}.\[\&\>p\]\:text-light-gray>p{color:#48484866}.dark\:\[\&\>p\]\:text-light-gray-4>p:is(.dark *){color:#FFFFFF66}.\[\&\>span\]\:text-white>span{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.\[\&\>ul\]\:my-2>ul{margin-top:.5rem;margin-bottom:.5rem}.\[\&\>ul\]\:list-disc>ul{list-style-type:disc}.\[\&\>ul\]\:space-y-2>ul>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.\[\&\>ul\]\:pl-5>ul{padding-left:1.25rem}.\[\&_\*\]\:text-\[\#484848\] *{--tw-text-opacity:1;color:rgb(72 72 72/var(--tw-text-opacity,1))}.\[\&_\*\]\:dark\:text-\[\#FFFFFF66\]:is(.dark *) *{color:#FFFFFF66}.\[\&_\*\]\:dark\:text-white\/40:is(.dark *) *{color:rgb(255 255 255/.4)}.\[\&_a\]\:inline-flex a{display:inline-flex}.\[\&_a\]\:h-\[48px\] a{height:48px}.\[\&_a\]\:items-center a{align-items:center}.\[\&_a\]\:justify-center a{justify-content:center}.\[\&_a\]\:rounded-lg a{border-radius:.5rem}.\[\&_a\]\:border a{border-width:1px}.\[\&_a\]\:border-white\/10 a{border-color:rgb(255 255 255/.1)}.\[\&_a\]\:bg-white\/10 a{background-color:rgb(255 255 255/.1)}.\[\&_a\]\:px-4 a{padding-left:1rem;padding-right:1rem}.\[\&_a\]\:text-\[15px\] a{font-size:15px}.\[\&_a\]\:font-medium a{font-weight:500}.\[\&_a\]\:text-white a{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.\[\&_a\]\:no-underline a{text-decoration-line:none}.\[\&_a\]\:backdrop-blur-\[5px\] a{--tw-backdrop-blur:blur(5px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.\[\&_a\]\:transition-colors a{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.\[\&_a\]\:hover\:bg-white\/20:hover a{background-color:rgb(255 255 255/.2)}.\[\&_em\]\:italic em{font-style:italic}.\[\&_em\]\:text-white\/90 em{color:rgb(255 255 255/.9)}.\[\&_h1\]\:my-4 h1{margin-top:1rem;margin-bottom:1rem}.\[\&_h1\]\:mb-2 h1{margin-bottom:.5rem}.\[\&_h1\]\:mb-4 h1{margin-bottom:1rem}.\[\&_h1\]\:text-lg h1{font-size:1.125rem;line-height:1.75rem}.\[\&_h1\]\:text-xl h1{font-size:1.25rem;line-height:1.75rem}.\[\&_h1\]\:font-bold h1{font-weight:700}.\[\&_h2\]\:my-4 h2{margin-top:1rem;margin-bottom:1rem}.\[\&_h2\]\:mb-2 h2{margin-bottom:.5rem}.\[\&_h2\]\:mb-3 h2{margin-bottom:.75rem}.\[\&_h2\]\:line-clamp-2 h2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.\[\&_h2\]\:text-\[22px\] h2{font-size:22px}.\[\&_h2\]\:text-base h2{font-size:1rem;line-height:1.5rem}.\[\&_h2\]\:text-lg h2{font-size:1.125rem;line-height:1.75rem}.\[\&_h2\]\:font-bold h2{font-weight:700}.\[\&_h2\]\:font-semibold h2{font-weight:600}.\[\&_h2\]\:text-white h2{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}@media (min-width:640px){.\[\&_h2\]\:sm\:text-\[30px\] h2{font-size:30px}}@media (min-width:1024px){.\[\&_h2\]\:lg\:text-\[40px\] h2{font-size:40px}}.\[\&_h3\]\:mb-1 h3{margin-bottom:.25rem}.\[\&_h3\]\:mb-2 h3{margin-bottom:.5rem}.\[\&_h3\]\:line-clamp-2 h3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.\[\&_h3\]\:text-\[18px\] h3{font-size:18px}.\[\&_h3\]\:text-base h3{font-size:1rem;line-height:1.5rem}.\[\&_h3\]\:text-sm h3{font-size:.875rem;line-height:1.25rem}.\[\&_h3\]\:font-medium h3{font-weight:500}.\[\&_h3\]\:font-semibold h3{font-weight:600}.\[\&_h3\]\:text-white h3{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}@media (min-width:640px){.\[\&_h3\]\:sm\:text-\[24px\] h3{font-size:24px}}.\[\&_img\]\:h-auto img{height:auto}.\[\&_img\]\:max-w-full img{max-width:100%}.\[\&_li\]\:my-1 li{margin-top:.25rem}.\[\&_li\]\:mb-1 li,.\[\&_li\]\:my-1 li{margin-bottom:.25rem}.\[\&_li\]\:ml-4 li{margin-left:1rem}.\[\&_li\]\:list-item li{display:list-item}.\[\&_li\]\:text-white li{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.\[\&_ol\]\:my-2 ol{margin-top:.5rem;margin-bottom:.5rem}.\[\&_ol\]\:ml-4 ol{margin-left:1rem}.\[\&_ol\]\:block ol{display:block}.\[\&_ol\]\:list-outside ol{list-style-position:outside}.\[\&_ol\]\:list-decimal ol{list-style-type:decimal}.\[\&_ol\]\:list-none ol{list-style-type:none}.\[\&_ol\]\:space-y-1 ol>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.\[\&_ol\]\:pl-5 ol{padding-left:1.25rem}.\[\&_ol\]\:pl-6 ol{padding-left:1.5rem}.\[\&_ol\]\:text-white ol{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.\[\&_p\]\:my-2 p{margin-top:.5rem;margin-bottom:.5rem}.\[\&_p\]\:mb-0 p{margin-bottom:0}.\[\&_p\]\:mb-2 p{margin-bottom:.5rem}.\[\&_p\]\:mb-3 p{margin-bottom:.75rem}.\[\&_p\]\:mb-4 p{margin-bottom:1rem}.\[\&_p\]\:line-clamp-5 p{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.\[\&_p\]\:break-words p{overflow-wrap:break-word}.\[\&_p\]\:text-\[15px\] p{font-size:15px}.\[\&_p\]\:leading-\[1\.5\] p{line-height:1.5}.\[\&_p\]\:text-white p{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}@media (min-width:640px){.\[\&_p\]\:sm\:text-\[20px\] p{font-size:20px}}@media (min-width:1024px){.\[\&_p\]\:lg\:text-\[24px\] p{font-size:24px}.\[\&_p\]\:lg\:leading-\[36px\] p{line-height:36px}}.\[\&_path\]\:fill-\[currentColor\] path{fill:currentColor}.\[\&_path\]\:fill-white path{fill:#fff}.\[\&_strong\]\:font-bold strong{font-weight:700}.\[\&_strong\]\:text-white strong{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.\[\&_svg_path\]\:\!opacity-100 svg path{opacity:1!important}.\[\&_table\]\:block table{display:block}.\[\&_table\]\:w-full table{width:100%}.\[\&_table\]\:max-w-full table{max-width:100%}.\[\&_table\]\:overflow-x-auto table{overflow-x:auto}.\[\&_ul\]\:my-2 ul{margin-top:.5rem;margin-bottom:.5rem}.\[\&_ul\]\:ml-4 ul{margin-left:1rem}.\[\&_ul\]\:block ul{display:block}.\[\&_ul\]\:list-outside ul{list-style-position:outside}.\[\&_ul\]\:list-disc ul{list-style-type:disc}.\[\&_ul\]\:space-y-1 ul>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.\[\&_ul\]\:pl-5 ul{padding-left:1.25rem}.\[\&_ul\]\:pl-6 ul{padding-left:1.5rem}.\[\&_ul\]\:text-white ul{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}