.sp-wac,.sp-wac *,.sp-wac *::before,.sp-wac *::after{box-sizing:border-box}.sp-wac{position:fixed;z-index:99999;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",Arial,sans-serif;font-size:16px;line-height:1.45;color:#1f2933}.sp-wac{right:var(--sp-wac-x-desktop,24px);bottom:var(--sp-wac-y-desktop,24px)}html[data-sp-wac-pos="bottom-right"] .sp-wac{top:auto;left:auto;right:var(--sp-wac-x-desktop,24px);bottom:var(--sp-wac-y-desktop,24px)}html[data-sp-wac-pos="bottom-left"] .sp-wac{top:auto;right:auto;left:var(--sp-wac-x-desktop,24px);bottom:var(--sp-wac-y-desktop,24px)}html[data-sp-wac-pos="top-right"] .sp-wac{bottom:auto;left:auto;right:var(--sp-wac-x-desktop,24px);top:var(--sp-wac-y-desktop,24px)}html[data-sp-wac-pos="top-left"] .sp-wac{bottom:auto;right:auto;left:var(--sp-wac-x-desktop,24px);top:var(--sp-wac-y-desktop,24px)}@media (min-width:768px) and (max-width:1024px){html[data-sp-wac-pos="bottom-right"] .sp-wac{right:var(--sp-wac-x-tablet,20px);bottom:var(--sp-wac-y-tablet,20px)}html[data-sp-wac-pos="bottom-left"] .sp-wac{left:var(--sp-wac-x-tablet,20px);bottom:var(--sp-wac-y-tablet,20px)}html[data-sp-wac-pos="top-right"] .sp-wac{right:var(--sp-wac-x-tablet,20px);top:var(--sp-wac-y-tablet,20px)}html[data-sp-wac-pos="top-left"] .sp-wac{left:var(--sp-wac-x-tablet,20px);top:var(--sp-wac-y-tablet,20px)}}@media (max-width:767px){html[data-sp-wac-pos="bottom-right"] .sp-wac{right:var(--sp-wac-x-mobile,16px);bottom:var(--sp-wac-y-mobile,16px)}html[data-sp-wac-pos="bottom-left"] .sp-wac{left:var(--sp-wac-x-mobile,16px);bottom:var(--sp-wac-y-mobile,16px)}html[data-sp-wac-pos="top-right"] .sp-wac{right:var(--sp-wac-x-mobile,16px);top:var(--sp-wac-y-mobile,16px)}html[data-sp-wac-pos="top-left"] .sp-wac{left:var(--sp-wac-x-mobile,16px);top:var(--sp-wac-y-mobile,16px)}}.sp-wac__button{appearance:none;-webkit-appearance:none;border:0;margin:0;padding:0;width:60px;height:60px;border-radius:50%;background:#25D366;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 22px rgb(37 211 102 / .35),0 4px 8px rgb(0 0 0 / .12);transition:transform 0.18s ease,box-shadow 0.18s ease,background-color 0.18s ease;position:relative;outline-offset:4px}.sp-wac__button:hover,.sp-wac__button:focus-visible{transform:scale(1.06);background:#1ebe5d;box-shadow:0 10px 26px rgb(37 211 102 / .45),0 6px 14px rgb(0 0 0 / .16)}.sp-wac__button:focus{outline:none}.sp-wac__button:focus-visible{outline:3px solid rgb(37 211 102 / .6)}.sp-wac__button-icon{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center}.sp-wac__button-icon svg{width:100%;height:100%;display:block}.sp-wac__tooltip{position:absolute;white-space:nowrap;background:#1f2933;color:#fff;font-size:13px;padding:6px 10px;border-radius:6px;opacity:0;pointer-events:none;transform:translateY(4px);transition:opacity 0.18s ease,transform 0.18s ease}html[data-sp-wac-pos="bottom-right"] .sp-wac__tooltip,html[data-sp-wac-pos="top-right"] .sp-wac__tooltip{right:calc(100% + 12px);top:50%;transform:translateY(-50%)}html[data-sp-wac-pos="bottom-left"] .sp-wac__tooltip,html[data-sp-wac-pos="top-left"] .sp-wac__tooltip{left:calc(100% + 12px);top:50%;transform:translateY(-50%)}.sp-wac__button:hover .sp-wac__tooltip,.sp-wac__button:focus-visible .sp-wac__tooltip{opacity:1}@media (max-width:767px){.sp-wac__tooltip{display:none}}.sp-wac__popup{position:absolute;width:340px;max-width:calc(100vw - 24px);background:#fff;border-radius:14px;box-shadow:0 18px 50px rgb(0 0 0 / .18),0 4px 12px rgb(0 0 0 / .08);padding:22px 22px 20px;color:#1f2933;opacity:0;transform:translateY(10px) scale(.98);transition:opacity 0.2s ease,transform 0.2s ease}.sp-wac__popup[hidden]{display:none}.sp-wac.is-open .sp-wac__popup{opacity:1;transform:translateY(0) scale(1)}html[data-sp-wac-pos="bottom-right"] .sp-wac__popup{bottom:calc(100% + 16px);right:0}html[data-sp-wac-pos="bottom-left"] .sp-wac__popup{bottom:calc(100% + 16px);left:0}html[data-sp-wac-pos="top-right"] .sp-wac__popup{top:calc(100% + 16px);right:0}html[data-sp-wac-pos="top-left"] .sp-wac__popup{top:calc(100% + 16px);left:0}@media (max-width:480px){.sp-wac__popup{width:calc(100vw - 24px)}html[data-sp-wac-pos$="-right"] .sp-wac__popup{right:0;left:auto}html[data-sp-wac-pos$="-left"] .sp-wac__popup{left:0;right:auto}}.sp-wac__close{position:absolute;top:8px;right:8px;width:32px;height:32px;border:0;background:#fff0;border-radius:50%;font-size:22px;line-height:1;cursor:pointer;color:#64707d;transition:background-color 0.15s ease,color 0.15s ease}.sp-wac__close:hover,.sp-wac__close:focus-visible{background:#f1f5f9;color:#1f2933;outline:none}.sp-wac__header{margin-bottom:16px;padding-right:24px}.sp-wac__heading{margin:0 0 6px;font-size:18px;font-weight:600;color:#1f2933;line-height:1.3}.sp-wac__intro{margin:0;font-size:14px;color:#52606d}.sp-wac__choices{display:flex;flex-direction:column;gap:10px}.sp-wac__choice{appearance:none;-webkit-appearance:none;border:0;padding:12px 16px;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;text-align:left;transition:transform 0.15s ease,background-color 0.15s ease,color 0.15s ease,box-shadow 0.15s ease;font-family:inherit}.sp-wac__choice--new{background:#25D366;color:#fff}.sp-wac__choice--new:hover,.sp-wac__choice--new:focus-visible{background:#1ebe5d;outline:none;box-shadow:0 4px 12px rgb(37 211 102 / .35)}.sp-wac__choice--existing{background:#f1f5f9;color:#1f2933}.sp-wac__choice--existing:hover,.sp-wac__choice--existing:focus-visible{background:#e3e8ef;outline:none}.sp-wac__back{background:#fff0;border:0;color:#52606d;font-size:13px;font-weight:500;padding:0 0 12px;cursor:pointer;font-family:inherit}.sp-wac__back:hover,.sp-wac__back:focus-visible{color:#1f2933;outline:none}.sp-wac__message{font-size:15px;color:#1f2933}.sp-wac__message p{margin:0 0 10px}.sp-wac__message p:last-child{margin-bottom:0}.sp-wac__message a{color:#128c4d;text-decoration:underline}.sp-wac__form-wrap{min-height:60px}.sp-wac__form-wrap.is-loading::before{content:"";display:block;width:28px;height:28px;margin:16px auto;border:3px solid #e3e8ef;border-top-color:#25D366;border-radius:50%;animation:sp-wac-spin 0.8s linear infinite}.sp-wac__notice{margin:0;font-size:14px;color:#52606d}@keyframes sp-wac-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.sp-wac__button,.sp-wac__popup,.sp-wac__tooltip,.sp-wac__choice,.sp-wac__close{transition:none}.sp-wac__form-wrap.is-loading::before{animation:none}}