:root{--spotlight-color:210,100%,60%;--spotlight-gradient-1:210,100%,60%;--spotlight-gradient-2:280,100%,60%;--spotlight-gradient-3:none;--spotlight-gradient-4:none;--spotlight-gradient-5:none;--spotlight-gradient-count:2;--spotlight-card-bg:rgba(15,15,15,.9);--spotlight-card-border:rgba(255,255,255,.1);--spotlight-card-radius:16px;--spotlight-size:350px;--spotlight-opacity:.15;--spotlight-border-opacity:.5;--spotlight-transition:opacity .3s ease}.spotlight-card{position:relative;overflow:hidden;isolation:isolate}.spotlight-card::before{content:"";position:absolute;inset:0;background:radial-gradient(var(--spotlight-size) var(--spotlight-size) at var(--mouse-x,50%) var(--mouse-y,50%),hsla(var(--spotlight-color),var(--spotlight-opacity)),transparent 100%);opacity:0;transition:var(--spotlight-transition);pointer-events:none;z-index:1;border-radius:inherit}.spotlight-card::after{content:"";position:absolute;inset:0;background:radial-gradient(calc(var(--spotlight-size) * .8) calc(var(--spotlight-size) * .8) at var(--mouse-x,50%) var(--mouse-y,50%),hsla(var(--spotlight-color),var(--spotlight-border-opacity)),transparent 100%);border-radius:inherit;opacity:0;transition:var(--spotlight-transition);pointer-events:none;z-index:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:2px}.spotlight-card:hover::before,.spotlight-card:hover::after{opacity:1}.spotlight-card-content{position:relative;z-index:2;padding:24px;height:100%}.spotlight-card[data-variant="border"],.spotlight-card--border{--spotlight-opacity:0}.spotlight-card[data-variant="border"]::before,.spotlight-card--border::before{display:none}.spotlight-card[data-variant="border"]::after,.spotlight-card--border::after{--spotlight-border-opacity:.8;padding:2px}.spotlight-card[data-variant="gradient"]::before,.spotlight-card--gradient::before{background:radial-gradient(var(--spotlight-size) var(--spotlight-size) at var(--mouse-x,50%) var(--mouse-y,50%),hsla(var(--spotlight-gradient-1),var(--spotlight-opacity)),hsla(var(--spotlight-gradient-2),calc(var(--spotlight-opacity) * .5)),transparent 100%)}.spotlight-card[data-variant="gradient"]::after,.spotlight-card--gradient::after{background:radial-gradient(calc(var(--spotlight-size) * .8) calc(var(--spotlight-size) * .8) at var(--mouse-x,50%) var(--mouse-y,50%),hsla(var(--spotlight-gradient-1),var(--spotlight-border-opacity)),hsla(var(--spotlight-gradient-2),calc(var(--spotlight-border-opacity) * .7)),transparent 100%)}.spotlight-card[data-variant="gradient-border"]::before,.spotlight-card--gradient-border::before{display:none}.spotlight-card[data-variant="gradient-border"]::after,.spotlight-card--gradient-border::after{background:radial-gradient(calc(var(--spotlight-size) * .8) calc(var(--spotlight-size) * .8) at var(--mouse-x,50%) var(--mouse-y,50%),hsla(var(--spotlight-gradient-1),.9),hsla(var(--spotlight-gradient-2),.7),transparent 100%);padding:2px}.spotlight-card[data-size="sm"]{--spotlight-size:200px}.spotlight-card[data-size="md"]{--spotlight-size:350px}.spotlight-card[data-size="lg"]{--spotlight-size:500px}.spotlight-card[data-size="xl"]{--spotlight-size:700px}.spotlight-card[data-intensity="low"]{--spotlight-opacity:.08;--spotlight-border-opacity:.25}.spotlight-card[data-intensity="medium"]{--spotlight-opacity:.15;--spotlight-border-opacity:.5}.spotlight-card[data-intensity="high"]{--spotlight-opacity:.25;--spotlight-border-opacity:.75}.spotlight-card[data-autoplay="true"],.spotlight-card--autoplay{--mouse-x:50%;--mouse-y:50%}.spotlight-card[data-autoplay="true"]::before,.spotlight-card[data-autoplay="true"]::after,.spotlight-card--autoplay::before,.spotlight-card--autoplay::after{opacity:1}.spotlight-card[data-mode="proximity"]::before,.spotlight-card[data-mode="proximity"]::after,.spotlight-card--proximity::before,.spotlight-card--proximity::after{opacity:1}.spotlight-card-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.spotlight-card[data-disabled="true"]::before,.spotlight-card[data-disabled="true"]::after,.spotlight-card--disabled::before,.spotlight-card--disabled::after{display:none}.spotlight-card:focus-visible{outline:2px solid hsla(var(--spotlight-color),.8);outline-offset:2px}.spotlight-card:focus-visible::before,.spotlight-card:focus-visible::after{opacity:1}@media (prefers-reduced-motion: reduce){.spotlight-card::before,.spotlight-card::after{transition:none}.spotlight-card[data-autoplay="true"]::before,.spotlight-card[data-autoplay="true"]::after,.spotlight-card--autoplay::before,.spotlight-card--autoplay::after{animation:none;opacity:1;--mouse-x:50%;--mouse-y:50%}}:root{--effect-card-color:#5227ff;--effect-card-color-alt:#ff9ffc;--effect-card-bg:rgba(15,15,15,.9);--effect-card-border:rgba(255,255,255,.1);--effect-card-radius:16px;--effect-card-transition:all .3s ease}.effect-card{position:relative;overflow:visible;isolation:isolate}.effect-card-canvas{display:block}.effect-card-canvas.effect-card-electric-border{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:2}.effect-card-canvas.effect-card-webgl{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;border-radius:inherit}.effect-card-content{position:relative;z-index:10;padding:24px;height:100%}.effect-card[data-effect-type="electric-border"]{--electric-border-color:var(--effect-card-color)}.effect-card[data-effect-type="electric-border"]::before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;z-index:0;border:2px solid var(--electric-border-color);opacity:.6;filter:blur(1px)}.effect-card[data-effect-type="electric-border"]::after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;z-index:0;border:2px solid var(--electric-border-color);filter:blur(4px)}.effect-card[data-effect-type="electric-border"] .effect-card-glow{position:absolute;inset:0;border-radius:inherit;pointer-events:none;z-index:-1;transform:scale(1.1);opacity:.3;filter:blur(32px);background:linear-gradient(-30deg,var(--electric-border-color),transparent,var(--electric-border-color))}.effect-card[data-effect-type="lightning"]{background:#000}.effect-card[data-effect-type="lightning"] .effect-card-canvas{mix-blend-mode:screen}.effect-card[data-effect-type="light-pillar"]{background:transparent}.effect-card[data-effect-type="light-pillar"] .effect-card-canvas{mix-blend-mode:screen}.effect-card[data-effect-type="floating-lines"]{background:#000}.effect-card[data-effect-type="floating-lines"] .effect-card-canvas{mix-blend-mode:screen}.effect-card[data-effect-disabled="true"] .effect-card-canvas{display:none}.effect-card[data-effect-disabled="true"]::before,.effect-card[data-effect-disabled="true"]::after{display:none}.effect-card:focus-visible{outline:2px solid var(--effect-card-color);outline-offset:2px}@media (prefers-reduced-motion: reduce){.effect-card-canvas{animation:none !important}.effect-card::before,.effect-card::after{transition:none}}.effect-card-grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.effect-card--no-bg{background:transparent;border:none}.effect-card--dark{--effect-card-bg:rgba(0,0,0,.95);--effect-card-border:rgba(255,255,255,.05)}.effect-card--glass{--effect-card-bg:rgba(255,255,255,.05);--effect-card-border:rgba(255,255,255,.1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.effect-card--blend-screen .effect-card-canvas{mix-blend-mode:screen}.effect-card--blend-add .effect-card-canvas{mix-blend-mode:plus-lighter}.effect-card--blend-overlay .effect-card-canvas{mix-blend-mode:overlay}.effect-card--blend-normal .effect-card-canvas{mix-blend-mode:normal}.wc-avatax-address-validation-result{clear:both;list-style:none;margin:0;padding:0;position:relative;vertical-align:middle}.wc-avatax-address-validation-result:before{display:inline-block;font-family:WooCommerce;margin-right:10px;vertical-align:middle}.wc-avatax-address-validation-result.wc-avatax-address-validation-success{color:#0f834d}.wc-avatax-address-validation-result.wc-avatax-address-validation-success:before{color:#0f834d;content:""}.wc-avatax-address-validation-result.wc-avatax-address-validation-error{color:#e2401c}.wc-avatax-address-validation-result.wc-avatax-address-validation-error:before{color:#e2401c;content:""}.wc-avatax-message{color:#e2401c}.wc-avatax-message:before{color:#e2401c;content:"";display:inline-block;font-family:WooCommerce;margin-right:10px;vertical-align:middle}a.selected{background-color:#1f75cc;color:#fff;z-index:100}.messagepop{background-color:#fff;border:1px solid #999;cursor:default;display:none;margin-top:15px;padding:25px 25px 20px;position:absolute;text-align:left;width:394px;z-index:50}.messagepop label{display:block;margin-bottom:3px;padding-left:15px;text-indent:-15px}.messagepop p,.messagepop.div{border-bottom:1px solid #efefef;margin:8px 0;padding-bottom:8px}.ontop{background-color:#ccc;color:#aaa;display:none;filter:alpha(opacity=50);height:100%;left:0;opacity:.4;position:absolute;top:0;width:100%;z-index:999}#overlay,#overlayinvalidate{background-color:rgba(0,0,0,.5);bottom:0;cursor:pointer;display:none;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:2}.messagepop.container{background:#fff !important;left:0;margin-left:auto !important;margin-right:auto !important;max-height:80%;outline:1px solid #000 !important;overflow-y:auto !important;padding:30px !important;position:fixed !important;right:0;top:15%;width:50% !important}.messagepop hr{border:1px solid #d3d3d3 !important;margin-bottom:20px !important;margin-top:20px !important;max-width:100% !important;width:100% !important}.exemption-zone-select-view{overflow:hidden !important}.wc-avatax-exemption-notice{align-items:flex-start;background:#f4f9fc;border:1px solid #b8d4e8;border-radius:8px;display:flex;font-size:14px;gap:14px;line-height:1.5;margin:0;padding:16px 18px}.wc-avatax-exemption-notice,.wc-avatax-exemption-notice *{box-shadow:none !important;outline:none !important}.wc-avatax-exemption-notice:active,.wc-avatax-exemption-notice:focus{border:1px solid #b8d4e8 !important}.wc-avatax-exemption-notice__icon{align-items:center;background:#e1f0f9;border-radius:50%;color:#1e3a5f;display:flex;flex-shrink:0;font-size:18px;height:32px;justify-content:center;width:32px}.wc-avatax-exemption-notice__content{flex:1;min-width:0}.wc-avatax-exemption-notice__title{border:none !important;color:#1e3a5f;font-size:15px;font-weight:700;margin:0 0 8px}.wc-avatax-exemption-notice__text{border:none !important;color:#1e3a5f;margin:0 0 14px}.wc-avatax-exemption-notice__steps{display:flex;flex-wrap:wrap;gap:16px 24px;list-style:none;margin:0;padding:0}.wc-avatax-exemption-notice__steps li{align-items:center;border:none !important;color:#1e3a5f;display:flex;font-size:13px;gap:6px;margin:0}.wc-avatax-exemption-notice__steps .dashicons{font-size:18px;height:18px;width:18px}.wc-avatax-exemption-notice__steps .dashicons-yes{color:#2271b1}.wc-avatax-exemption-notice__steps .dashicons-yes.wc-avatax-exemption-notice__step--ready,.wc-avatax-exemption-notice__steps li.wc-avatax-exemption-notice__step--ready{color:#00a32a}.wc-avatax-exemption-notice__steps .dashicons-clock{color:#2271b1}