: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)}}*,: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.17 | 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}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:860px){.container{max-width:860px}}@media (min-width:992px){.container{max-width:992px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1440px){.container{max-width:1440px}}.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}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-right-1\.5{right:-.375rem}.-top-1\.5{top:-.375rem}.left-0{left:0}.left-1\/2{left:50%}.left-5{left:1.25rem}.right-0{right:0}.right-2{right:.5rem}.top-0{top:0}.top-1\/2{top:50%}.top-2{top:.5rem}.top-5{top:1.25rem}.top-\[85px\]{top:85px}.top-full{top:100%}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.z-50{z-index:50}.z-\[1\]{z-index:1}.z-\[2\]{z-index:2}.order-first{order:-9999}.col-span-3{grid-column:span 3/span 3}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-20{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}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.-mb-2{margin-bottom:-.5rem}.-mt-1{margin-top:-.25rem}.-mt-10{margin-top:-2.5rem}.-mt-2{margin-top:-.5rem}.-mt-3{margin-top:-.75rem}.-mt-4{margin-top:-1rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mb-9{margin-bottom:2.25rem}.ml-2{margin-left:.5rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mr-auto{margin-right:auto}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-14{margin-top:3.5rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-8{margin-top:2rem}.mt-9{margin-top:2.25rem}.mt-auto{margin-top:auto}.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{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.block{display:block}.inline-block{display:inline-block}.\!inline{display:inline!important}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-\[5\/4\]{aspect-ratio:5/4}.aspect-square{aspect-ratio:1/1}.size-full{width:100%;height:100%}.h-10{height:2.5rem}.h-14{height:3.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-32{height:8rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-80{height:20rem}.h-96{height:24rem}.h-\[200px\]{height:200px}.h-\[250px\]{height:250px}.h-\[400px\]{height:400px}.h-\[50px\]{height:50px}.h-\[85px\]{height:85px}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.max-h-\[275px\]{max-height:275px}.max-h-\[330px\]{max-height:330px}.min-h-32{min-height:8rem}.min-h-40{min-height:10rem}.min-h-52{min-height:13rem}.min-h-8{min-height:2rem}.min-h-80{min-height:20rem}.min-h-96{min-height:24rem}.min-h-\[250px\]{min-height:250px}.min-h-\[70vh\]{min-height:70vh}.min-h-\[800px\]{min-height:800px}.min-h-screen{min-height:100vh}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2\/3{width:66.666667%}.w-2\/4{width:50%}.w-20{width:5rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-4\/5{width:80%}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/12{width:41.666667%}.w-56{width:14rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7\/12{width:58.333333%}.w-8{width:2rem}.w-80{width:20rem}.w-96{width:24rem}.w-\[100px\]{width:100px}.w-\[250px\]{width:250px}.w-\[26\%\]{width:26%}.w-\[50px\]{width:50px}.w-\[60px\]{width:60px}.w-\[74\%\]{width:74%}.w-full{width:100%}.min-w-0{min-width:0}.min-w-16{min-width:4rem}.min-w-32{min-width:8rem}.min-w-60{min-width:15rem}.min-w-64{min-width:16rem}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.table-auto{table-layout:auto}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}.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))}@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-pointer{cursor:pointer}.resize{resize:both}.list-outside{list-style-position:outside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-14{gap:3.5rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-2\.5{-moz-column-gap:.625rem;column-gap:.625rem}.gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.gap-y-10{row-gap:2.5rem}.gap-y-8{row-gap:2rem}.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-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))}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[5px\]{border-radius:5px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-l-4{border-left-width:4px}.border-l-\[6px\]{border-left-width:6px}.border-t{border-top-width:1px}.\!border-red-300{--tw-border-opacity:1!important;border-color:rgb(252 165 165/var(--tw-border-opacity,1))!important}.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-primary{border-color:var(--primary)}.border-slate-200{--tw-border-opacity:1;border-color:rgb(226 232 240/var(--tw-border-opacity,1))}.border-stone-200{--tw-border-opacity:1;border-color:rgb(231 229 228/var(--tw-border-opacity,1))}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.border-l-primary{border-left-color:var(--primary)}.border-opacity-50{--tw-border-opacity:0.5}.bg-\[\#F0F0F0\]{--tw-bg-opacity:1;background-color:rgb(240 240 240/var(--tw-bg-opacity,1))}.bg-\[\#F4F4F4\]{--tw-bg-opacity:1;background-color:rgb(244 244 244/var(--tw-bg-opacity,1))}.bg-background{background-color:var(--background)}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-black\/40{background-color:rgb(0 0 0/.4)}.bg-black\/50{background-color:rgb(0 0 0/.5)}.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-400{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.bg-primary{background-color:var(--primary)}.bg-slate-300{--tw-bg-opacity:1;background-color:rgb(203 213 225/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\/50{background-color:rgb(255 255 255/.5)}.bg-white\/80{background-color:rgb(255 255 255/.8)}.bg-opacity-50{--tw-bg-opacity:0.5}.bg-opacity-70{--tw-bg-opacity:0.7}.bg-cover{background-size:cover}.bg-center{background-position:50%}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-left{-o-object-position:left;object-position:left}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-16{padding:4rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.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-16{padding-left:4rem;padding-right:4rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.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-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.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-11{padding-top:2.75rem;padding-bottom:2.75rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.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-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.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}.pb-0{padding-bottom:0}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pl-2{padding-left:.5rem}.pl-5{padding-left:1.25rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[13px\]{font-size:13px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-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}.leading-3{line-height:.75rem}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-tight{line-height:1.25}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/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-foreground{color:var(--foreground)}.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-900{--tw-text-opacity:1;color:rgb(17 24 39/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-primary{color:var(--primary)}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.underline-offset-\[3px\]{text-underline-offset:3px}.placeholder-red-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(252 165 165/var(--tw-placeholder-opacity,1))}.placeholder-red-300::placeholder{--tw-placeholder-opacity:1;color:rgb(252 165 165/var(--tw-placeholder-opacity,1))}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.mix-blend-multiply{mix-blend-mode:multiply}.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-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);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.blur{--tw-blur:blur(8px)}.blur,.drop-shadow-lg{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-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))}.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-sepia-0{--tw-backdrop-sepia:sepia(0);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition-all{transition-property:all;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}body{touch-action:manipulation}:root{--background:#ffffff;--foreground:#000;--primary:#83CC88;--secondary:#9A6AC4;--red:#E65C5C;--tertiary:#EAAC81;--gray:#717271;--lightpurple:#EBE1F3;--dashboard-sidebar-width:370px;--body-margin:40px;--bordercolor:#DCDDDB;--hint-right:initial;--hint-bottom:initial;--hint-transform:translateZ(0);--hint-after-margin-top:initial;--hint-after-margin-bottom:initial;--hint-hover-transform:initial;--hint-bgcolor:#F0F0F0;--hint-color:#717271;--hint-border-color:transparent transparent transparent transparent;--shadow:0px 3px 6px rgba(0,0,0,0.16);--shadow2:0px 3px 10px rgba(0,0,0,0.1);--toastify-toast-width:auto}.Toastify__toast-container{min-width:320px}.Toastify__toast.error--compare{color:#000;width:600px;max-width:100%;padding:20px}.Toastify__toast.error--compare .Toastify__toast-body{flex-direction:column}.Toastify__toast.error--compare .Toastify__toast-body>.Toastify__toast-icon{margin:0}.Toastify__toast.error--compare .Toastify__close-button{position:absolute;top:10px;right:10px;font-size:20px}.Toastify__toast.error--compare .Toastify__close-button svg{width:1em;height:1em}b,strong{font-weight:600}p:not(:last-child){margin-bottom:.8em}.bbhint{position:relative}.bbhint:after{content:attr(data-hint);background:var(--hint-bgcolor);color:var(--hint-color);padding:7px 10px;font-size:14px;font-weight:500;line-height:1;white-space:nowrap;border-radius:3px;margin:var(--hint-after-margin-top) var(--hint-after-margin-right) var(--hint-after-margin-bottom) var(--hint-after-margin-left);letter-spacing:0;position:absolute;visibility:hidden;opacity:0;z-index:9;pointer-events:none;transition:.15s;left:var(--hint-left);top:var(--hint-top);right:var(--hint-right);bottom:var(--hint-bottom);transform:var(--hint-transform)}@media(max-width:1280px){.bbhint:after{font-size:12px;padding:6px 8px}}.bbhint.bbhint--left{--hint-left:initial;--hint-after-margin-left:initial;--hint-after-margin-right:initial}.bbhint.bbhint--left,.bbhint.bbhint--right,.bbhint.bbhint--top{--hint-top:initial}.bbhint.bbhint--left{--hint-right:100%;--hint-hover-transform:translateX(-5px);--hint-border-color:transparent transparent transparent var(--hint-bgcolor)}.bbhint.bbhint--bottom,.bbhint.bbhint--right,.bbhint.bbhint--top{--hint-right:initial;--hint-after-margin-left:initial;--hint-after-margin-right:initial}.bbhint.bbhint--left,.bbhint.bbhint--right{--hint-bottom:50%;--hint-transform:translateZ(0);--hint-after-margin-top:initial;--hint-after-margin-bottom:-14px}.bbhint.bbhint--right{--hint-left:100%;--hint-hover-transform:translateX(8px);--hint-border-color:transparent var(--hint-bgcolor) transparent transparent}.bbhint.bbhint--bottom,.bbhint.bbhint--top{--hint-left:50%;--hint-transform:translateX(-50%)}.bbhint.bbhint--top{--hint-bottom:100%;--hint-after-margin-top:14px;--hint-after-margin-bottom:initial;--hint-hover-transform:translateX(-50%) translateY(-8px);--hint-border-color:var(--hint-bgcolor) transparent transparent transparent}.bbhint.bbhint--bottom{--hint-top:100%;--hint-bottom:initial;--hint-after-margin-top:initial;--hint-after-margin-bottom:-14px;--hint-hover-transform:translateX(-50%) translateY(8px);--hint-border-color:transparent transparent var(--hint-bgcolor) transparent}.bbhint:hover:after{visibility:visible;opacity:1;transition-delay:.1s;transform:var(--hint-hover-transform)}input,select,textarea{outline:none}body{color:var(--foreground);background:var(--background);font-family:Quicksand,Helvetica,sans-serif;line-height:1.3;--toastify-font-family:var(--font-quicksand);--swiper-pagination-bullet-inactive-opacity:0.8;--swiper-pagination-bullet-inactive-color:#fff;--swiper-theme-color:#83CC88;--swiper-pagination-bottom:15px;--swiper-pagination-bullet-horizontal-gap:6px}.bb-container{width:1440px;max-width:100%;padding-left:var(--body-margin);padding-right:var(--body-margin)}@font-face{font-family:BBLStar;font-style:normal;font-weight:400;font-display:block;src:url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAcYAAsAAAAABswAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxIFnWNtYXAAAAFoAAAAVAAAAFQXVtKIZ2FzcAAAAbwAAAAIAAAACAAAABBnbHlmAAABxAAAAwgAAAMI9VLxbGhlYWQAAATMAAAANgAAADYqqf+DaGhlYQAABQQAAAAkAAAAJAfuA/NobXR4AAAFKAAAABgAAAAYDlUAAGxvY2EAAAVAAAAADgAAAA4BrAEqbWF4cAAABVAAAAAgAAAAIAAJAMVuYW1lAAAFcAAAAYYAAAGGmUoJ+3Bvc3QAAAb4AAAAIAAAACAAAwAAAAMDcgGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA6QEDwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADgAAAAKAAgAAgACAAEAIOkB//3//wAAAAAAIOkA//3//wAB/+MXBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAA/8AAAAPAAAIAADc5AQAAAAABAAD/wAAAA8AAAgAANzkBAAAAAAEAAP/AAAADwAACAAA3OQEAAAAAAgAA/8AEKQPAAGEAwgAAATgBMTIWFxUXHgEXMRceARUUBgcxBw4BFRwBFTEXHgEVFAYHMQ4BIzEiJicXJy4BIyIGBzMHDgEjMSImJyMuATU0NjcVNzwBNTQmJzEnLgE1NDY3Mzc+ATc1Nz4BMzAyOQEBJy4BJzUnLgEjIgYHMQcOAQcxBw4BFRQWFzEXHgEVFAYHNQcUBhUUFhc1HgEzMTIwMTI2NzE3PgEzMhYXJxceATMwMjkBMjY3MT4BNTQmNRUnLgE1NDY3MTc+ATU0JicjAhUhNg5bBhUNyyk4EhCTCAgjAQEODQ8tGg8bDAG2BQ0HBg0GAbYLGw8aLQ8BDA4BASMICJMPEjcoAcsNFQZbDjYhAQGqyxwsDVsGGg8QGQdbDC0cyxQaCQeTEBMBASMBBwYHFQwBBg0FtgsbDw4bDAG2BQ0GAQwVBwYHASMBARMQkwcJGhMBA8AjGwG4DA8CHgY/KxcqEI8HFAsCBQLKBQoFFSUOExYHBwFgAgQEAmAGBxYTDyQVBQsFAcoCBQILFAePECkYKz8GHgIPCwG4HCP+kx0EIRgBuA0REQ24GSEEHQMeFAsUB48PKhgFCgUBywIFAgoRBwEJCwMDYAYHBwcBYAMDCwgHEQoCBQMBywQKBRgqD48HFAsUHgIAAAEAAP/ABCwDwABQAAABJy4BJzEnLgEjIgYHMQcOAQcxBw4BFRQWFzEXHgEVFAYVNQcUBhUUFjMyNjcjNz4BMzIWFyMXHgEzMjY1PAEnMScmNDU0NjcxNz4BNTQmJzED4NgWIwlhCyoaGioLYQkjFtggLA8MnA0OASYBNCULFQkBwgkVCwsVCgHBCRULJDQBJQEODZwMDywgAnwfAxoTxBYbGxbEExoDHwUyIRIhDJgMIRMDCAQB1wMIBCUzBQVlBQUFBWYEBjQlBAcE1wMHBBMhDJgMIRIiMQUAAAABAAAAAAAATuBZA18PPPUACwQAAAAAAOOv3YMAAAAA46/dgwAA/8AELAPAAAAACAACAAAAAAAAAAEAAAPA/8AAAAQsAAAAAAQsAAEAAAAAAAAAAAAAAAAAAAAGBAAAAAAAAAAAAAAAAgAAAAQpAAAELAAAAAAAAAAKABQAHgEWAYQAAAABAAAABgDDAAIAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEABwAAAAEAAAAAAAIABwBgAAEAAAAAAAMABwA2AAEAAAAAAAQABwB1AAEAAAAAAAUACwAVAAEAAAAAAAYABwBLAAEAAAAAAAoAGgCKAAMAAQQJAAEADgAHAAMAAQQJAAIADgBnAAMAAQQJAAMADgA9AAMAAQQJAAQADgB8AAMAAQQJAAUAFgAgAAMAAQQJAAYADgBSAAMAAQQJAAoANACkaWNvbW9vbgBpAGMAbwBtAG8AbwBuVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwaWNvbW9vbgBpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuUmVndWxhcgBSAGUAZwB1AGwAYQByaWNvbW9vbgBpAGMAbwBtAG8AbwBuRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==")}.star-rating{font-family:BBLStar,serif;line-height:1;height:1em;position:relative;width:6.45em;letter-spacing:.3em;overflow:hidden;color:var(--tertiary)}.star-rating:before{content:"";top:0;left:0;position:absolute}.star-rating span{top:0;left:0;position:absolute;overflow:hidden;color:var(--tertiary)}.star-rating span:before{content:""}.star-rating-fill{color:var(--bordercolor)}.star-rating-fill:before{content:""}select{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4.95 10"><polygon points="1.41 4.67 2.48 3.18 3.54 4.67 1.41 4.67" fill="%23444"/><polygon points="3.54 5.33 2.48 6.82 1.41 5.33 3.54 5.33" fill="%23444"/></svg>') no-repeat right 8px center/auto 90%;-moz-appearance:none;-webkit-appearance:none;appearance:none}h1,h2,h3,h4,h5,h6{font-weight:500}.title--bline{display:flex;justify-content:center;align-items:center;gap:20px}.title--bline:after,.title--bline:before{content:"";flex-grow:1;border-top:2px solid var(--bordercolor)}.title--bline1{display:flex;justify-content:center;align-items:center;gap:20px}.title--bline1:after,.title--bline1:before{content:"";flex-grow:1;border-top:1px solid var(--bordercolor)}.bbl-img-abs-cover{position:absolute;left:0;top:0;height:100%;-o-object-fit:cover;object-fit:cover}.item--overlay{background:linear-gradient(90deg,#000,rgba(0,0,0,0))}.item--overlay,.item--overlay2{position:absolute;left:0;top:0;width:100%;height:100%;opacity:.3}.item--overlay2{background:linear-gradient(0deg,#000,rgba(0,0,0,0))}.item--overlay-solid{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:.3}.bg-light-gray{background:var(--bordercolor)}.text-light-gray{color:var(--bordercolor)}.text-gray{color:#717271}.hover\:text-tertiary:hover,.text-tertiary{color:var(--tertiary)}.bg-secondary,.hover\:bg-secondary:hover{background:var(--secondary)}.hover\:text-secondary:hover,.text-secondary{color:var(--secondary)}.hover\:text-red:hover,.text-red{color:var(--red)}.min-h-main{min-height:max(200px,100vh - 145px)}.min-h-main-hf{min-height:max(200px,100vh - 490px)}.min-h-main-all{min-height:max(200px,100vh - 800px)}.text-h2{font-size:36px;line-height:1.2}.text-h3{font-size:28px;line-height:1.2}.text-h4{font-size:24px;line-height:1.2}.text-h5{font-size:18px;line-height:1.2}.form--input{border:1px solid var(--bordercolor);border-radius:5px;padding:9px 16px;width:100%}.form--desc{color:#717271}.btn{border-radius:24px;background:var(--primary);color:#fff;padding:10px 24px;font-weight:500;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.5em}.btn.hidden{display:none}.btn:hover{background:var(--secondary)}.btn-primary{color:#fff;background:var(--primary)}.btn-primary:hover{color:#fff;background:var(--secondary)}.btn-primary:disabled{background:#717271;color:#fff}.btn-primary:disabled:hover{background:#717271}.btn-sm{padding:7px 20px}.btn-xs{padding:5px 20px}.btn-secondary{background:var(--secondary)}.btn-secondary:hover{background:var(--primary)}.btn-red{background:var(--red)}.btn-red:hover{background:var(--primary)}.btn-tertiary{background:var(--tertiary)}.btn-tertiary:hover{background:var(--primary)}.btn-outline-white{background:none;border:2px solid #fff;color:#fff}.btn-outline-gray{background:none;border:2px solid var(--bordercolor);color:var(--gray)}.btn-outline-gray:hover,.btn-outline-white:hover{color:#fff;background:var(--primary);border-color:var(--primary)}.btn-outline-red{background:none;border:2px solid var(--red);color:var(--red)}.btn-outline-red:hover{color:#fff;background:var(--secondary);border-color:var(--secondary)}.btn-outline-primary{background:none;border:2px solid var(--primary);color:var(--primary)}.btn-outline-primary:hover{color:#fff;background:var(--primary)}.btn-outline-secondary{background:none;border:2px solid var(--secondary);color:var(--secondary)}.btn-outline-secondary:hover{color:#fff;background:var(--secondary)}.btn-xs[class*=btn-outline-]{border-width:1px}.btn-fix[class*=btn-outline-]{padding-top:8px;padding-bottom:8px}.btn-off-tertiary{background:none;color:var(--tertiary)}.btn-off-tertiary:hover{background:none;color:var(--primary)}.btn-white{background:#fff;color:var(--primary)}.btn-white:hover{background:var(--primary);color:#fff}.switches-div{width:40px;height:20px;border:2px solid var(--bordercolor);border-radius:2rem;transition:all .2s}.switches-div:after{content:"";position:absolute;width:12px;height:12px;background:var(--bordercolor);border-radius:100%;top:4px;left:6px;transition:all .2s}.peer:checked~.checkbox--value,.peer:checked~.radio--value,.peer:checked~.switches-div{background:var(--primary);border-color:var(--primary)}.peer:hover~.checkbox--value,.peer:hover~.radio--value,.peer:hover~.switches-div{border-color:var(--primary)}.peer:checked~.switches-div:after{background:#fff;left:22px}.checkbox--value,.radio--value{width:17px;height:17px;border:.13em solid var(--bordercolor);border-radius:4px;position:relative}.radio--value{border-radius:1em}.checkbox--value:after,.radio--value:after{content:"";position:absolute;width:100%;height:100%;left:0;top:0;background-size:18px;background-position:50%;opacity:0}.radio--value:after{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}.checkbox--value:after{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}.peer:checked~.checkbox--value:after,.peer:checked~.radio--value:after{opacity:1}.vendor-portal--form{width:615px;max-width:100%;padding:50px 0}.main--vendor-portal{background:#fff;transition:padding-left .2s;padding-left:0}.bbl_aside_nav:not(.bbl_aside_nav--open){transform:translateX(calc(-1 * var(--dashboard-sidebar-width)))}.bbl_aside_nav:not(.bbl_aside_nav--open)+.main--vendor-portal{position:relative}.bbl_aside_nav.bbl_aside_nav--open+.main--vendor-portal{padding-left:var(--dashboard-sidebar-width)}.screen-reader-text{overflow-wrap:normal!important}.amount{line-height:normal}.amount.amount-regular{color:#717271}.amount.amount-sale{color:#e65c5c}.global-overlay{z-index:8;background:#717271;opacity:.5;transition:all .3s;visibility:hidden}.global-overlay.opened{visibility:inherit}.home-section{width:100%;margin-bottom:80px}@media(max-width:1280px){.home-section{margin-bottom:70px}}@media(max-width:768px){.home-section{margin-bottom:55px}}.home-section--slides{width:1920px;max-width:100%;margin-left:auto;margin-right:auto}.home-section--cta2,.home-section--recommended,.home-section--superspecials{margin-bottom:60px}@media(max-width:1280px){.home-section--cta2,.home-section--recommended,.home-section--superspecials{margin-bottom:45px}}@media(max-width:768px){.home-section--cta2,.home-section--recommended,.home-section--superspecials{margin-bottom:35px}}.section--title{margin-bottom:40px}@media(max-width:768px){.section--title{margin-bottom:25px}}.swiper--wrap{--arrow-size:40px;--swiper-navigation-size:16px;--swiper-navigation-sides-offset:-20px;position:relative}.swiper--wrap .swiper-button-next,.swiper--wrap .swiper-button-prev{width:var(--arrow-size);height:var(--arrow-size);border-radius:50%;box-shadow:var(--shadow);background:#fff;color:#717271;margin-top:-30px}.swiper--wrap .swiper-button-next:hover,.swiper--wrap .swiper-button-prev:hover{background:var(--secondary);color:#fff}.swiper--wrap .swiper-button-next.swiper-button-disabled,.swiper--wrap .swiper-button-prev.swiper-button-disabled{display:none}.swiper--wrap .swiper{margin:0 -8px;padding:5px 8px 15px}.swiper-categories .swiper-slide,.swiper-products .swiper-slide{height:auto;width:256px;margin-right:20px}.swiper-categories .card_product__item,.swiper-products .card_product__item{height:100%}.btn.btn-backtotop{position:fixed;left:2em;bottom:4em;align-items:center;justify-content:center;background:#eaac81;gap:6px;font-size:14px;font-weight:500;z-index:5;line-height:20px;padding:10px 16px}.btn.btn-backtotop:hover{background:var(--secondary)}.amount-wrapper{display:flex;font-weight:600;gap:.2em .4em;align-items:center;line-height:1;flex-wrap:wrap}.brand-btn-filter.active,.brand-btn-filter:hover{color:var(--secondary);border-color:var(--secondary)}.wp-content h1,.wp-content h2,.wp-content h3,.wp-content h4,.wp-content h5,.wp-content h6{margin-bottom:12px}.wp-content ol,.wp-content ul{margin:15px 0 15px 20px}.wp-content ol li,.wp-content ul li{margin-bottom:8px}.wp-content ol{list-style-type:decimal}.wp-content ul{list-style-type:disc}.wp-content hr{margin:15px 0}.wp-content li ol,.wp-content li ul{margin:8px 0 0 15px}.wp-content ol ol{list-style-type:upper-alpha}.wp-content ul ul{list-style-type:circle}.wp-content blockquote,.wp-content pre{margin:20px 0}.wp-content p a{color:var(--secondary)}.wp-content div[data-youtube-video]{width:570px;max-width:100%;margin-bottom:.8em}.wp-content div[data-youtube-video] iframe{height:auto;max-width:100%;aspect-ratio:16/9}.wp-content img[contenteditable]{max-width:570px}.wp-content .wp-block-image{margin-bottom:1em}.form-desc-sm .form--desc{font-size:12px}.aside-popup-ab{position:fixed;top:0;right:0;width:510px;border-radius:10px 0 0 10px;background:#fff;box-shadow:var(--shadow);bottom:0;z-index:10;max-width:90%;transition:all .2s;transform:translateX(100%)}.aside-popup-ab.opened{transform:translateX(0)}.aside-popup-ab .card_product--price .amount-wrapper{justify-content:flex-end}.aside-popup-ab .minicart-list{max-height:calc(100vh - 250px)}.aside-popup-ab.aside-popup--cart .minicart-list{max-height:calc(100vh - 415px - 92px)}.aside-popup--center{position:fixed;top:50%;left:50%;width:510px;border-radius:10px;background:#fff;box-shadow:var(--shadow);z-index:10;max-width:90%;transition:all .2s;transform:translate(-50%,100%);visibility:hidden;opacity:0}.aside-popup--center .aside-popup-header{border-radius:10px 10px 0 0;padding:14px 20px;justify-content:space-between}.aside-popup--center .aside-popup-btnclose{font-size:14px}.aside-popup--center .aside-popup-header--title{margin:0;font-size:18px;font-weight:700}.aside-popup--center.opened{transform:translate(-50%,-50%);visibility:inherit;opacity:1}.aside-popup--center .aside-popup-content{max-height:calc(100vh - 100px);overflow:auto}.aside-popup--center .vendor-portal--form{padding:20px}.aside-popup--center .vendor-portal--form form>.form-row:last-child{margin-top:24px}.aside-popup--newsletter{position:fixed;bottom:40px;right:min(140px,5%);border-radius:10px;box-shadow:var(--shadow);z-index:10;max-width:90%;transition:all .2s;visibility:hidden;opacity:0}.aside-popup--newsletter.opened{visibility:inherit;opacity:1}.aside-popup--newsletter .aside-popup-btnclose{position:absolute;right:15px;top:15px;color:#000;font-size:14px}.aside-popup--newsletter .img-top{--imgw:68px}.aside-popup--newsletter .img-top img{width:var(--imgw)}.aside-popup--newsletter .img-top img:nth-child(2){width:calc(var(--imgw)*.6)}.aside-popup--newsletter .img-top img:nth-child(3){width:calc(var(--imgw)*.4)}.aside-popup--newsletter .aside-popup-content{padding:40px}.aside-popup--newsletter .pp-newsletter-wrap{width:480px;max-width:100%;display:block;margin:0 auto}.aside-popup--newsletter form .form--input{border-radius:30px}.aside-popup--newsletter form .btn-secondary:hover{background-color:#000}.aside-popup--ask-a-question,.aside-popup--newsletter{width:650px;overflow:hidden}.aside-popup-bottom{background-color:#f0f0f0;padding:15px;position:sticky;bottom:0}.aside-popup--quickview{width:820px;overflow:hidden}.aside-popup--quickview .quantity-box{background-color:#fff;--qtyboxheight:40px}.social-login-lists>div{display:flex;flex-direction:column;gap:8px}.social-login-lists>span{margin:18px 0}.social-login-lists .nsl-button{border-radius:24px;padding:10px 24px;font-weight:500;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.8em;border:1px solid var(--bordercolor)}.social-login-lists .nsl-button:hover{border-color:var(--secondary);color:var(--secondary)}.social-login-lists [data-provider=apple] .nsl-button-svg-container{margin-top:-3px}#nsl-redirect-overlay{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;position:fixed;z-index:1000000;left:0;top:0;width:100%;height:100%;backdrop-filter:blur(1px);background-color:rgba(0,0,0,.32)}#nsl-redirect-overlay-container{display:flex;flex-direction:column;justify-content:center;background-color:#fff;padding:20px 20px 20px 60px;border-radius:10px;margin-top:20px;position:relative;gap:10px}#nsl-redirect-overlay-spinner{content:"";display:block;margin:0;border-top:3px solid var(--primary);border:3px solid var(--primary);border-top-color:var(--secondary);border-radius:50%;width:24px;height:24px;animation:nsl-loader-spin 2s linear infinite;position:absolute;left:19px}@keyframes nsl-loader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#nsl-redirect-overlay-title{font-size:16px;font-weight:700;color:#000;margin:0}#nsl-redirect-overlay-text{font-size:14px}.wc-toolbar select{background-position:100%;color:var(--primary)}.card_product__item_ad_banner{position:relative}.card_product__item_ad_banner a{display:block}.card_product__item_ad_banner img{-o-object-fit:cover;object-fit:cover;border-radius:10px}.comment__card-reply>div{background:#fafafa;padding:15px;gap:10px}.comment__card-reply .comment__card--content{padding-bottom:5px;max-height:3.5em;overflow:hidden;position:relative}.comment__card-reply .comment__card--content:after{content:"";position:absolute;left:0;bottom:-20%;width:100%;height:80%;background:linear-gradient(rgba(0,0,0,0),#fafafa 60%)}.css-tooltip{position:relative}.css-tooltip .css-tooltip-content{position:absolute;border-radius:4px;background:#fff;box-shadow:var(--shadow);padding:8px;width:300px;font-size:12px;line-height:normal;font-weight:400;z-index:2;left:100%;top:0;opacity:0;visibility:hidden;pointer-events:none}.css-tooltip:hover .css-tooltip-content{visibility:inherit;opacity:1}span.rating-avg--text{background:#f0f0f0;width:100%;text-align:center;border-radius:10px;font-size:20px;font-weight:700;height:60px;display:flex;align-items:center;justify-content:center}.rating-avg{display:flex;flex-direction:column;gap:20px}span.rating-bar-per{width:100%;flex-grow:1;height:10px;border-radius:5px;overflow:hidden;background:#f0f0f0;position:relative}.rating-bar-per span{position:absolute;left:0;top:0;bottom:0;width:0;background:var(--tertiary);border-radius:inherit}.rating-bars{flex-grow:1;display:flex;flex-direction:column;gap:8px}.rating-bar{display:flex;align-items:center;justify-content:space-between;gap:10px}.rating-bar span{width:50px;font-weight:500}.rating-bar span:last-child{text-align:right;width:30px}body .swiper-button-next,body .swiper-button-prev{z-index:2}.card_product__item_search{font-size:14px}.card_product__item_search .card_product--desc{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.badge{font-size:12px;line-height:14px;padding:5px 1em;font-weight:500;border-radius:1em;background:var(--secondary);color:#fff}.badge--sale{background:var(--red)}.badge--freegift{background:#eaac81;display:flex;align-items:center;gap:3px}.badge--outofstock{background:#e65c5c}.badge--save2{display:flex;align-items:center;gap:3px}.cart-per-vendor{margin-bottom:1em}.cart-per-vendor .boxheading{padding:.8em 1em;background:var(--secondary);color:#fff;border-radius:5px 5px 0 0;gap:5px;font-size:14px}.cart-per-vendor .boxheading .svg-icon{font-size:22px}.cart-per-vendor .minicart-list{padding:1em;border:1px solid var(--bordercolor);border-radius:0 0 5px 5px}.checkout-total--shipping-bulky{gap:15px}.checkout-total--shipping-bulky .bulky-fees{padding-left:20px;display:flex;flex-direction:column;gap:10px}.checkout-total--shipping-bulky .bulky-fees label{font-size:.9em}.specifications--item{margin-bottom:1em}.specifications--item--title{font-weight:500;margin-bottom:.3em}@media(min-width:860px){.dekstop-div-sticky,.vendor-portal--rightbg{position:sticky;top:0;max-height:100vh}.div--overflow{overflow:auto;max-height:calc(100vh - 145px)}.form-row-fields:last-child .form-row{margin-bottom:0}}@media(max-width:992px){body{--body-margin:20px}.text-h2{font-size:26px}.text-h3{font-size:22px}.swiper--wrap{--arrow-size:24px;--swiper-navigation-size:10px;--swiper-navigation-sides-offset:-10px}.title--bline{gap:15px}}@media(max-width:859px){.vendor-portal--form{margin:0 auto}.form-row-fields:last-child .form-row:last-child{margin-bottom:0}.aside-popup--newsletter .aside-popup-content{padding:30px}}@media(max-width:768px){.home-section .bbhint:after{display:none}.vendor-portal--rightbg{min-height:300px}.btn.btn-backtotop{left:1rem;font-size:12px;padding:5px 10px;gap:5px}.swiper-products .swiper-slide{width:190px}.title--bline{gap:8px}}@media(max-width:576px){.swiper-products.non-swiper .swiper{margin:0;padding:0;overflow:inherit}.swiper-products.non-swiper .swiper-wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.swiper-products.non-swiper .swiper-wrapper .swiper-slide{width:100%!important;margin:0!important}.aside-popup--newsletter form .form--input{font-size:14px}.aside-popup--quickview{top:auto;bottom:0;max-width:100%;border-radius:10px 10px 0 0}.aside-popup--quickview.opened{transform:translate(-50%)}.aside-popup--addreview .css-tooltip-content{left:-80px;top:100%;width:200px}}.faq_content{margin-bottom:2.5em;display:block;line-height:1.5;padding-left:1.6em}.faq_title{display:flex;gap:.5em;font-size:1.14286em;margin-top:1em;margin-bottom:1em;cursor:pointer}.faq_title:before{content:"＋"}.faq_title+.faq_content{display:none}.faq_title.opened+.faq_content{display:block}.faq_title.opened:before{content:"－"}svg.svg-icon{width:1em;height:1em;pointer-events:none}@keyframes placeHolderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.pw-type-hint{position:absolute;right:0;width:40px;bottom:0;top:0;padding-left:13px}input[type=text]~.pw-type-hint{opacity:.2}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,0.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,0.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.home-section--slides .item--overlay{display:none}.root-nav .menu-item.lv0.menu-item-sale>a{background-color:var(--red);color:#fff;padding:3px 14px!important;border-radius:999px;font-size:.95rem;transition:all .3s ease-in-out;position:relative;z-index:1;font-family:Fredoka,sans-serif}.root-nav .menu-item.lv0.menu-item-sale>a:hover{transform:scale(1.07)}.root-nav .menu-item.lv0.menu-item-sale>a:after{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:inherit;background:radial-gradient(circle,rgba(255,255,255,.15) 0,transparent 70%);opacity:0;transition:opacity .3s ease-in-out;z-index:-1}.root-nav .menu-item.lv0.menu-item-sale>a:hover:after{opacity:1}.bg-pageheader{position:relative;overflow:hidden}.bg-pageheader>.category_banner_item{width:1360px;max-width:100%;margin:0 auto}body .pac-container{box-shadow:var(--shadow2);border:1px solid var(--bordercolor);padding:8px;border-radius:5px;font-family:inherit}body .pac-container:after{display:none}body .pac-container .pac-item{padding:0 8px;border-radius:5px;border:none;font-size:15px;cursor:pointer}body .pac-container .pac-item:hover{background-color:var(--primary);color:#fff}body .pac-container .pac-item .pac-icon{display:none}body .pac-container .pac-item .pac-item-query{color:inherit;font-size:inherit}.bbl-form.frm--locked .form--input,.bbl-form.frm--locked .form--label-checkbox,.bbl-form.frm--locked button{pointer-events:none;cursor:not-allowed}.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignleft,a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignleft,.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.card_product__item{display:flex;flex-direction:column;box-shadow:var(--shadow2);border-radius:10px;position:relative}.card_product__item:hover .card_product__actions{visibility:inherit;opacity:1;transform:translateX(0)}.card_product__item .card_product-info{padding:1em;gap:6px;display:flex;flex-direction:column}.card_product__item .card_product--brand{font-size:1.125em;color:var(--gray);font-weight:700;text-transform:uppercase}.card_product__item .card_product--name{font-size:1.125em;font-weight:500}.card_product__item .card_product--rating{display:flex;align-items:center;font-size:14px;color:#eaac81;gap:8px}.card_product__item .card_product--options{color:#83cc88;font-weight:500}.card_product__item .card_product--brand:hover,.card_product__item .card_product--name:hover{color:var(--secondary)}.card_product__item .card_product--price{padding:0 1em 25px;margin-top:auto;display:flex;font-size:1.125em;font-weight:600;gap:.2em .4em;align-items:center;line-height:1;flex-wrap:wrap;width:calc(100% - 45px)}.card_product__item .card_product--price .amount{line-height:inherit}.card_product__item .amount-regular{text-decoration:line-through}.card_product-img{border-radius:10px 10px 0 0;aspect-ratio:5/4;-o-object-fit:contain;object-fit:contain}.card_product-image{position:relative}.card_product-image .badges{position:absolute;left:8px;top:8px;pointer-events:none;display:flex;flex-wrap:wrap;gap:3px}.card_product-image-inner{position:relative;width:100%;display:block}.card_product-image-inner:before{content:"";display:block;width:100%;padding-bottom:82%}.card_product__actions{display:flex;flex-direction:column;position:absolute;right:8px;top:10px;color:var(--secondary);gap:4px;font-size:14px;transition:all .3s;visibility:hidden;opacity:0;transform:translateX(10px)}@media(max-width:768px){.card_product__actions{visibility:visible;opacity:1;transform:translateX(0)}}.card_product__actions button{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#fff}.card_product__actions button.added,.card_product__actions button:hover{background-color:var(--secondary);color:#fff}.card_product--info-actions{position:absolute;bottom:15px;right:15px}.card_product--info-actions .add--cart{width:34px;height:34px;border-radius:50%;font-size:18px;display:flex;align-items:center;justify-content:center;background:var(--primary);color:#fff}.card_product--info-actions .add--cart:hover{background:var(--secondary)}.card_product__item.card_product__item-list{flex-direction:row;padding:20px;align-items:center}.card_product__item.card_product__item-list .card_product-image{width:42%}.card_product__item.card_product__item-list .card_product-image-inner:before{padding-bottom:116%}.card_product__item.card_product__item-list .card_product-info{width:58%;padding:0 5px 0 20px;position:relative}.card_product__item.card_product__item-list .card_product--price{padding:0;margin:5px 0 0}.card_product__item.card_product__item-list .card_product--info-actions{bottom:-8px;right:0}.card_product__item.card_product__item-list2{flex-direction:row;padding:8px 0;box-shadow:none;--image-width:120px}.card_product__item.card_product__item-list2 .card_product-image{width:var(--image-width)}.card_product__item.card_product__item-list2 .card_product-img{border:1px solid var(--bordercolor);border-radius:10px}.card_product__item.card_product__item-list2 .card_product-image-inner:before{padding-bottom:100%}.card_product__item.card_product__item-list2 .card_product-info{width:calc(100% - var(--image-width));padding:0 5px 0 20px;position:relative}.card_product__item.card_product__item-list2 .card_product--price{padding:0 0 10px}.card_product__item.card_product__item-list2 .card_product--info-actions{bottom:0;right:0}@media(max-width:1280px){.card_product__item{font-size:14px}.card_product__item.card_product__item-list{padding:15px}.card_product__item.card_product__item-list2{--image-width:110px}}@media(max-width:992px){.card_product__item{font-size:15px}.card_product__item .card_product--brand,.card_product__item .card_product--name,.card_product__item .card_product--price{font-size:1em}.card_product__item .amount-regular,.card_product__item .card_product--options{font-size:.875em}.card_product__item .card_product--rating{font-size:.75em}.card_product__item.card_product__item-list .card_product--options,.card_product__item.card_product__item-list .card_product--rating,.card_product__item.card_product__item-list .card_product__actions{display:none}.card_product__item.card_product__item-list .card_product-image{width:110px}.card_product__item.card_product__item-list .card_product-image-inner img{border:1px solid var(--bordercolor);border-radius:10px}.card_product__item.card_product__item-list .card_product-image-inner:before{padding-bottom:100%}.card_product__item.card_product__item-list .card_product-info{width:calc(100% - 110px);padding:0 5px 0 15px}}@media(max-width:768px){.card_product__item .card_product--price,.card_product__item .card_product-info{padding-left:8px;padding-right:8px}}.div-freegifts .product_attributes{flex-direction:row;width:100%;gap:10px}.div-freegifts .product_attributes label{font-size:13px;gap:4px}.div-freegifts .product_attributes select{padding:6px 10px}.div-freegifts .product_attribute__item{flex-grow:1}@media (hover:hover) and (pointer:fine){.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.hover\:text-primary:hover{color:var(--primary)}.hover\:text-slate-900:hover{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity,1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}}.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);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}@media (hover:hover) and (pointer:fine){.group\/item:hover .group-hover\/item\:visible{visibility:visible}.group\/item:hover .group-hover\/item\:flex{display:flex}}@media (min-width:640px){.sm\:-order-1{order:-1}.sm\:col-span-1{grid-column:span 1/span 1}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.sm\:-ml-6{margin-left:-1.5rem}.sm\:mb-10{margin-bottom:2.5rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mb-8{margin-bottom:2rem}.sm\:mt-20{margin-top:5rem}.sm\:mt-7{margin-top:1.75rem}.sm\:block{display:block}.sm\:hidden{display:none}.sm\:h-44{height:11rem}.sm\:h-\[350px\]{height:350px}.sm\:w-1\/2{width:50%}.sm\:w-1\/4{width:25%}.sm\:w-1\/5{width:20%}.sm\:w-2\/3{width:66.666667%}.sm\:w-3\/4{width:75%}.sm\:w-3\/5{width:60%}.sm\:w-44{width:11rem}.sm\:w-96{width:24rem}.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\:flex-row{flex-direction:row}.sm\:flex-wrap{flex-wrap:wrap}.sm\:items-center{align-items:center}.sm\:gap-10{gap:2.5rem}.sm\:gap-6{gap:1.5rem}.sm\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.sm\:pl-10{padding-left:2.5rem}.sm\:pr-10{padding-right:2.5rem}.sm\:text-left{text-align:left}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}}@media (min-width:860px){.md\:order-1{order:1}.md\:order-first{order:-9999}.md\:-mx-10{margin-left:-2.5rem;margin-right:-2.5rem}.md\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.md\:my-16{margin-top:4rem;margin-bottom:4rem}.md\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.md\:my-8{margin-top:2rem;margin-bottom:2rem}.md\:-mt-10{margin-top:-2.5rem}.md\:mb-10{margin-bottom:2.5rem}.md\:mb-20{margin-bottom:5rem}.md\:mb-5{margin-bottom:1.25rem}.md\:mb-6{margin-bottom:1.5rem}.md\:mb-8{margin-bottom:2rem}.md\:mb-9{margin-bottom:2.25rem}.md\:mt-2{margin-top:.5rem}.md\:mt-7{margin-top:1.75rem}.md\:mt-8{margin-top:2rem}.md\:mt-9{margin-top:2.25rem}.md\:block{display:block}.md\:hidden{display:none}.md\:h-20{height:5rem}.md\:h-52{height:13rem}.md\:h-\[500px\]{height:500px}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-1\/4{width:25%}.md\:w-1\/5{width:20%}.md\:w-1\/6{width:16.666667%}.md\:w-11\/12{width:91.666667%}.md\:w-2\/3{width:66.666667%}.md\:w-2\/5{width:40%}.md\:w-20{width:5rem}.md\:w-24{width:6rem}.md\:w-3\/5{width:60%}.md\:w-36{width:9rem}.md\:w-4\/5{width:80%}.md\:w-5\/12{width:41.666667%}.md\:w-5\/6{width:83.333333%}.md\:w-52{width:13rem}.md\:w-6\/12{width:50%}.md\:w-7\/12{width:58.333333%}.md\:w-72{width:18rem}.md\:w-80{width:20rem}.md\:w-9\/12{width:75%}.md\:w-\[80px\]{width:80px}.md\:w-full{width:100%}.md\:max-w-\[750px\]{max-width:750px}.md\:flex-grow{flex-grow:1}.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-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:justify-end{justify-content:flex-end}.md\:gap-0{gap:0}.md\:gap-10{gap:2.5rem}.md\:gap-12{gap:3rem}.md\:gap-4{gap:1rem}.md\:gap-5{gap:1.25rem}.md\:gap-6{gap:1.5rem}.md\:p-10{padding:2.5rem}.md\:p-16{padding:4rem}.md\:p-5{padding:1.25rem}.md\:p-7{padding:1.75rem}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.md\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:py-3{padding-top:.75rem;padding-bottom:.75rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.md\:pl-2{padding-left:.5rem}.md\:pl-20{padding-left:5rem}.md\:pr-0{padding-right:0}.md\:pr-20{padding-right:5rem}.md\:pr-6{padding-right:1.5rem}.md\:pt-10{padding-top:2.5rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-\[16px\]{font-size:16px}.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\:leading-none{line-height:1}.md\:leading-tight{line-height:1.25}}@media (min-width:992px){.lg\:mt-4{margin-top:1rem}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:w-1\/2{width:50%}.lg\:w-1\/3{width:33.333333%}.lg\:w-1\/4{width:25%}.lg\:w-1\/5{width:20%}.lg\:w-3\/5{width:60%}.lg\:w-\[38\%\]{width:38%}.lg\:w-\[62\%\]{width:62%}.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\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:gap-4{gap:1rem}.lg\:gap-5{gap:1.25rem}.lg\:p-10{padding:2.5rem}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:pt-3{padding-top:.75rem}.lg\:text-base{font-size:1rem;line-height:1.5rem}}@media (min-width:1280px){.xl\:h-\[350px\]{height:350px}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.\[\&\>\.badge\]\:mr-2>.badge{margin-right:.5rem}.\[\&\>div\]\:w-\[330px\]>div{width:330px}.\[\&\>input\]\:placeholder-red-300>input::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(252 165 165/var(--tw-placeholder-opacity,1))}.\[\&\>input\]\:placeholder-red-300>input::placeholder{--tw-placeholder-opacity:1;color:rgb(252 165 165/var(--tw-placeholder-opacity,1))}@font-face{font-family:Quicksand;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/d426c6df177f02c4-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Quicksand;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/1fa61d2b53a053f3-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Quicksand;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/c9d2740a66c9a4f1-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Quicksand Fallback;src:local("Arial");ascent-override:95.87%;descent-override:23.97%;line-gap-override:0.00%;size-adjust:104.31%}.__className_8b9a43{font-family:Quicksand,Quicksand Fallback;font-style:normal}.__variable_8b9a43{--font-quicksand:"Quicksand","Quicksand Fallback"}