.qogpb-root{--qogpb-color:#2563eb;--qogpb-text:#fff;--qogpb-width:980px;position:relative;z-index:99998}.qogpb-bubble{position:fixed;bottom:22px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:999px;background:var(--qogpb-color);color:var(--qogpb-text);padding:13px 18px;box-shadow:0 16px 44px rgba(15,23,42,.22);font-weight:800;cursor:pointer;z-index:99998;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease;text-decoration:none;line-height:1.2}.qogpb-bubble *{pointer-events:none}.qogpb-pos-right .qogpb-bubble{right:22px}.qogpb-pos-left .qogpb-bubble{left:22px}.qogpb-bubble:hover{transform:translateY(-2px);box-shadow:0 20px 54px rgba(15,23,42,.28)}.qogpb-bubble-icon{font-size:20px;line-height:1}.qogpb-bubble-text{font-size:14px;line-height:1.2}.qogpb-style-circle .qogpb-bubble{width:60px;height:60px;padding:0;border-radius:999px}.qogpb-style-circle .qogpb-bubble-text{display:none}.qogpb-style-circle .qogpb-bubble-icon{font-size:25px}.qogpb-style-bar .qogpb-bubble{left:18px;right:18px;bottom:14px;width:auto;max-width:520px;margin:0 auto;border-radius:16px;justify-content:center}.qogpb-style-bar.qogpb-pos-left .qogpb-bubble,.qogpb-style-bar.qogpb-pos-right .qogpb-bubble{left:18px;right:18px}.qogpb-size-small .qogpb-bubble{padding:10px 14px;font-size:13px}.qogpb-size-small.qogpb-style-circle .qogpb-bubble{width:48px;height:48px}.qogpb-size-large .qogpb-bubble{padding:16px 22px;font-size:16px}.qogpb-size-large.qogpb-style-circle .qogpb-bubble{width:72px;height:72px}.qogpb-anim-soft-pulse .qogpb-bubble{animation:qogpbPulse 2.8s ease-in-out infinite}.qogpb-anim-slide-up .qogpb-bubble{animation:qogpbSlideUp .45s ease-out both}.qogpb-anim-bounce .qogpb-bubble{animation:qogpbBounce 3.2s ease-in-out infinite}@keyframes qogpbPulse{0%,100%{box-shadow:0 16px 44px rgba(15,23,42,.22)}50%{box-shadow:0 18px 56px rgba(15,23,42,.34)}}@keyframes qogpbSlideUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes qogpbBounce{0%,84%,100%{transform:translateY(0)}88%{transform:translateY(-6px)}92%{transform:translateY(0)}}.qogpb-bubble-dismiss{position:fixed;bottom:64px;width:24px;height:24px;border:0;border-radius:999px;background:#0f172a;color:#fff;z-index:99999;line-height:22px;cursor:pointer;box-shadow:0 8px 20px rgba(15,23,42,.22)}.qogpb-pos-right .qogpb-bubble-dismiss{right:18px}.qogpb-pos-left .qogpb-bubble-dismiss{left:18px}.qogpb-bubble-hidden .qogpb-bubble,.qogpb-bubble-hidden .qogpb-bubble-dismiss,.qogpb-remember-hidden .qogpb-bubble,.qogpb-remember-hidden .qogpb-bubble-dismiss{display:none!important}.qogpb-modal{position:fixed;inset:0;z-index:99999;display:none}.qogpb-modal.is-open{display:block}.qogpb-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.58)}.qogpb-blur .qogpb-backdrop{backdrop-filter:blur(3px)}.qogpb-dialog{position:relative;width:min(var(--qogpb-width),calc(100vw - 32px));max-height:calc(100vh - 42px);overflow:auto;margin:22px auto;background:#fff;border-radius:22px;box-shadow:0 30px 90px rgba(15,23,42,.32)}.qogpb-modal-bottom .qogpb-dialog{margin:0 auto;position:absolute;left:50%;bottom:14px;transform:translateX(-50%);max-height:calc(100vh - 28px)}.qogpb-content{padding:18px}.qogpb-content .qpg-guide{margin-left:auto;margin-right:auto}.qogpb-close{position:sticky;top:10px;float:right;width:38px;height:38px;margin:10px 10px -48px 0;border:0;border-radius:999px;background:#0f172a;color:#fff;font-size:24px;line-height:38px;cursor:pointer;z-index:3}.qogpb-close:hover{opacity:.9}.qogpb-inline-root{display:inline-block;position:relative}.qogpb-inline-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:var(--qogpb-color,#2563eb);color:var(--qogpb-text,#fff);padding:12px 18px;font-weight:800;cursor:pointer;text-decoration:none;box-shadow:0 8px 22px rgba(15,23,42,.14)}.qogpb-inline-button:hover{filter:brightness(.95)}body.qogpb-lock{overflow:hidden}@media(max-width:760px){.qogpb-bubble{bottom:14px;padding:12px 15px}.qogpb-pos-right .qogpb-bubble{right:14px}.qogpb-pos-left .qogpb-bubble{left:14px}.qogpb-mobile-label-icon:not(.qogpb-style-bar) .qogpb-bubble-text{display:none}.qogpb-mobile-label-icon:not(.qogpb-style-bar) .qogpb-bubble{width:54px;height:54px;padding:0;border-radius:999px}.qogpb-style-bar .qogpb-bubble-text{max-width:240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.qogpb-dialog{width:calc(100vw - 18px);max-height:calc(100vh - 18px);margin:9px auto;border-radius:18px}.qogpb-modal-bottom .qogpb-dialog{bottom:9px;max-height:calc(100vh - 18px)}.qogpb-content{padding:12px}.qogpb-close{top:7px;margin:7px 7px -45px 0}.qogpb-bubble-dismiss{bottom:62px}}
