.pmw__contact-form{margin:0}.pmw,.pmw *{box-sizing:border-box}.pmw [hidden]{display:none!important}.pmw{--pmw-ink: #121622;--pmw-muted: #687080;--pmw-line: #e7e8ef;--pmw-soft: #f5f4fb;position:relative;z-index:2147482000;color:var(--pmw-ink);font-family:var(--font-body-family, Arial, Helvetica, sans-serif);font-size:16px;line-height:1.4}.pmw button,.pmw input,.pmw textarea{font:inherit}.pmw button{-webkit-tap-highlight-color:transparent}.pmw button:focus-visible,.pmw input:focus-visible,.pmw textarea:focus-visible,.pmw a:focus-visible{outline:3px solid color-mix(in srgb,var(--pmw-accent) 34%,transparent);outline-offset:2px}.pmw__launcher{position:fixed;right:22px;bottom:22px;min-height:54px;display:flex;align-items:center;gap:10px;padding:8px 17px 8px 8px;border:0;border-radius:999px;color:#fff;background:linear-gradient(135deg,var(--pmw-accent-dark),var(--pmw-accent));box-shadow:0 16px 38px #24204e47;font-weight:700;cursor:pointer}.pmw__launcher-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#ffffff29;font-size:18px}.pmw__panel{position:fixed;right:22px;bottom:22px;width:min(408px,calc(100vw - 32px));height:min(680px,calc(100dvh - 44px));display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;border:1px solid rgba(255,255,255,.7);border-radius:24px;background:#fff;box-shadow:0 24px 80px #0d122642,0 3px 16px #0d12261f;animation:pmw-in .35s cubic-bezier(.2,.8,.2,1)}@keyframes pmw-in{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:none}}.pmw__header{position:relative;min-height:112px;display:flex;align-items:flex-start;justify-content:space-between;padding:24px 22px 21px;overflow:hidden;color:#fff;background:linear-gradient(130deg,#17172a,var(--pmw-accent-dark) 68%,var(--pmw-accent))}.pmw__header:after{content:"";position:absolute;width:180px;height:180px;right:-70px;top:-108px;border:28px solid rgba(255,255,255,.08);border-radius:50%}.pmw__header>div{position:relative;z-index:1;display:flex;flex-direction:column;gap:8px}.pmw__header strong{font-size:21px;line-height:1.18;letter-spacing:-.02em}.pmw__kicker{display:flex;align-items:center;gap:8px;color:#ffffffc2;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.pmw__kicker i{width:8px;height:8px;border-radius:50%;background:#74e69a;box-shadow:0 0 0 4px #74e69a21}.pmw__close{position:relative;z-index:2;width:36px;height:36px;border:0;border-radius:50%;color:#fff;background:#ffffff24;font-size:25px;line-height:1;cursor:pointer}.pmw__body{min-height:0;overflow-y:auto;background:#fff;scrollbar-width:thin;scrollbar-color:#d8d9e3 transparent}.pmw__view{padding:22px 20px 20px}.pmw__intro{display:flex;gap:13px;margin-bottom:20px}.pmw__intro-icon{flex:0 0 39px;height:39px;display:grid;place-items:center;border-radius:12px;color:var(--pmw-accent-dark);background:#eeecff}.pmw h2{margin:0;color:var(--pmw-ink);font-size:20px;line-height:1.24;letter-spacing:-.025em}.pmw p{margin:6px 0 0;color:var(--pmw-muted);font-size:13px;line-height:1.5}.pmw__choice{width:100%;min-height:66px;display:flex;align-items:center;gap:12px;padding:13px 14px;border:1px solid var(--pmw-line);border-radius:15px;color:var(--pmw-ink);background:#fff;text-align:left;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease}.pmw__choice+.pmw__choice{margin-top:9px}.pmw__choice:hover{transform:translateY(-1px);border-color:#c9c5ef;background:#fcfbff}.pmw__choice--primary{margin-bottom:10px;border:0;color:#fff;background:linear-gradient(135deg,var(--pmw-accent-dark),var(--pmw-accent));box-shadow:0 10px 24px #5149b83d}.pmw__choice--primary:hover{background:linear-gradient(135deg,var(--pmw-accent-dark),var(--pmw-accent))}.pmw__choice-icon{flex:0 0 38px;height:38px;display:grid;place-items:center;border-radius:11px;background:var(--pmw-soft)}.pmw__choice--primary .pmw__choice-icon{background:#ffffff24}.pmw__choice>span:nth-child(2){flex:1;display:flex;flex-direction:column;gap:3px}.pmw__choice strong{font-size:14px}.pmw__choice small{color:#7a7e8c;font-size:12px}.pmw__choice--primary small{color:#ffffffb8}.pmw__choice>b{color:#9c9eaa;font-size:22px;font-weight:400}.pmw__choice--primary>b{color:#fff}.pmw__trust{display:flex;justify-content:center;gap:17px;margin-top:20px;padding-top:15px;border-top:1px solid #f0f0f4;color:#747887;font-size:11px}.pmw__flow-top{position:sticky;z-index:3;top:0;display:grid;grid-template-columns:34px 1fr 28px;gap:11px;align-items:center;margin:-22px -20px 24px;padding:14px 18px;border-bottom:1px solid #eeeef3;background:#fffffff5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pmw__flow-top>button{width:32px;height:32px;border:1px solid var(--pmw-line);border-radius:50%;background:#fff;cursor:pointer}.pmw__flow-top>div>span{display:block;margin-bottom:6px;color:#555867;font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.pmw__flow-top i{display:block;height:4px;overflow:hidden;border-radius:99px;background:#ecebf4}.pmw__flow-top i b{display:block;height:100%;border-radius:99px;background:var(--pmw-accent)}.pmw__flow-top small{color:#8b8d98;font-size:11px;text-align:right}.pmw__step{padding:3px 0 2px}.pmw__tag{display:inline-block;margin-bottom:8px;color:var(--pmw-accent-dark);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.pmw__answers{display:flex;flex-direction:column;gap:9px;margin-top:22px}.pmw__answers button{width:100%;min-height:54px;display:flex;align-items:center;justify-content:space-between;padding:12px 15px;border:1px solid var(--pmw-line);border-radius:13px;color:#2d3040;background:#fff;text-align:left;cursor:pointer;transition:border-color .16s ease,background .16s ease}.pmw__answers button:hover,.pmw__answers button.is-selected{border-color:var(--pmw-accent);background:#f8f7ff}.pmw__answers button b{color:#a0a1ae;font-size:21px;font-weight:400}.pmw__text-back{display:inline-block;margin:0 0 16px;padding:0;border:0;color:#666977;background:none;font-size:12px;cursor:pointer}.pmw__field{display:flex;flex-direction:column;gap:6px;margin-top:13px;color:#3b3e4a;font-size:12px;font-weight:700}.pmw__field input,.pmw__field textarea{width:100%;padding:12px 13px;border:1px solid #dedee6;border-radius:11px;color:#1c1f2a;background:#fff;font-size:14px;font-weight:400;resize:vertical}.pmw__field input::placeholder,.pmw__field textarea::placeholder{color:#a3a4af}.pmw__field input:focus,.pmw__field textarea:focus{border-color:var(--pmw-accent);outline:3px solid color-mix(in srgb,var(--pmw-accent) 13%,transparent)}.pmw__field small{color:#a02c3a;font-weight:600}.pmw__primary{width:100%;min-height:49px;display:flex;align-items:center;justify-content:space-between;margin-top:17px;padding:12px 15px;border:0;border-radius:12px;color:#fff;background:linear-gradient(135deg,var(--pmw-accent-dark),var(--pmw-accent));box-shadow:0 9px 20px #5149b833;font-size:13px;font-weight:700;cursor:pointer}.pmw__primary b{font-size:20px;font-weight:500}.pmw__privacy{margin-top:11px!important;color:#898c98!important;font-size:9px!important;text-align:center}.pmw__privacy a{color:var(--pmw-accent-dark)}.pmw__error{margin:15px 18px 0;padding:12px 14px;border:1px solid #f0c4ca;border-radius:12px;color:#72232e;background:#fff4f5;font-size:12px}.pmw__error p{color:inherit}.pmw__error ul{margin:7px 0 0;padding-left:18px}.pmw__success{min-height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 30px;text-align:center}.pmw__success-mark{width:64px;height:64px;display:grid;place-items:center;margin-bottom:20px;border-radius:50%;color:#fff;background:linear-gradient(135deg,#5ec989,#3eaa6a);box-shadow:0 12px 28px #3eaa6a3d;font-size:27px}.pmw__success p{max-width:300px;margin:10px 0 8px}.pmw__success .pmw__primary{max-width:240px}.pmw__honeypot{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}.pmw__footer{min-height:39px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;color:#fff;background:#11121a}.pmw__footer span{font-size:11px;font-weight:700;letter-spacing:.04em}.pmw__footer small{color:#9da0ae;font-size:9px}@media(max-width:540px){.pmw__launcher{right:13px;bottom:13px}.pmw__panel{right:8px;bottom:8px;width:calc(100vw - 16px);height:min(670px,calc(100dvh - 16px));border-radius:21px}.pmw__header{min-height:104px}.pmw__header strong{font-size:20px}.pmw__trust{gap:10px}}@media(prefers-reduced-motion:reduce){.pmw,.pmw *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/premium-markis-widget.css.map */
