.ps-popup{position:fixed;right:0;bottom:calc(var(--chrome, 0px) + 16px);z-index:60;box-sizing:border-box;width:420px;padding:26px 28px 24px;border-radius:30px 0 0 30px;background:#0e1430;max-height:calc(100dvh - var(--chrome, 0px) - 32px);overflow-y:auto;animation:ps-in-right .3s cubic-bezier(.22,1,.36,1) both}.ps-popup--leaving{animation:ps-out-right .2s ease-in both}.ps-popup__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.ps-popup__title{display:inline;padding:2px 6px;background:#fbfcfa;color:#0e2a6b;font:500 24px/30px objectSans;letter-spacing:-.72px;-webkit-box-decoration-break:clone;box-decoration-break:clone}.ps-popup__close{flex-shrink:0;height:32px;padding:0 10px;border:0;border-radius:8px;background:transparent;color:#c8ccd4;font:400 13px/32px objectSans;cursor:pointer}.ps-popup__close:hover{background:#1e1e1e;color:#fbfcfa}.ps-popup__close:focus-visible{outline:none;box-shadow:0 0 0 2px #fbfcfa}.ps-popup__note{margin-top:12px;font:400 15px/21px objectSans;color:#c8ccd4}.ps-popup__input{box-sizing:border-box;width:100%;height:52px;margin-top:20px;padding:0 16px;border:1px solid #c8ccd4;border-radius:10px;background:#fbfcfa;color:#0e0e0e;font:400 16px/1 objectSans}.ps-popup__input::placeholder{color:#6b7280}.ps-popup__input:focus-visible{border-color:#0e62f0;box-shadow:0 0 0 2px #0e62f0;outline:none}.ps-popup__input[aria-invalid=true]{border:1.5px solid #c01818}.ps-popup__input:disabled{cursor:default}.ps-popup__submit{width:100%;height:52px;margin-top:10px;border:0;border-radius:8px;background:#0e62f0;color:#fbfcfa;font:500 16px/1 objectSans;cursor:pointer}.ps-popup__submit:hover{background:#0a4fc4}.ps-popup__submit:focus-visible{outline:none;box-shadow:0 0 0 2px #fbfcfa}.ps-popup__submit:disabled{background:#0a4fc4;cursor:default}.ps-popup__legal{margin-top:14px;font:400 13px/18px objectSans;color:#c8ccd4}.ps-popup__legal a{color:#fbfcfa;text-decoration:underline}.ps-popup__error{display:inline;padding:2px 6px;background:#fbfcfa;color:#c01818;font:400 13px/18px objectSans}.ps-popup__done{display:flex;align-items:center;gap:10px;margin-top:20px;color:#fbfcfa;font:500 17px/24px objectSans}.ps-popup__check{display:grid;flex-shrink:0;place-items:center;width:28px;height:28px;border-radius:9999px;background:#fbfcfa;color:#0e2a6b;font:500 15px/1 objectSans}.ps-popup__trap{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}@media (max-width:639px){.ps-popup{left:12px;right:12px;width:auto;bottom:calc(max(var(--chrome, 0px), env(safe-area-inset-bottom, 0px)) + 12px);padding:20px 18px 18px;border-radius:24px;animation-name:ps-in-up}.ps-popup--leaving{animation-name:ps-out-up}.ps-popup__title{font-size:21px;line-height:26px;letter-spacing:-.63px}.ps-popup__close{min-width:78px}.ps-popup__note{margin-top:10px;font-size:14px;line-height:20px}.ps-popup__input{height:50px;margin-top:16px;padding:0 14px}.ps-popup__submit{height:50px}.ps-popup__legal{margin-top:12px;font-size:12px;line-height:17px}}@keyframes ps-in-right{0%{opacity:0;transform:translateX(28px)}}@keyframes ps-out-right{to{opacity:0;transform:translateX(28px)}}@keyframes ps-in-up{0%{opacity:0;transform:translateY(20px)}}@keyframes ps-out-up{to{opacity:0;transform:translateY(20px)}}@keyframes ps-fade{0%{opacity:0}}@keyframes ps-fade-out{to{opacity:0}}@media (prefers-reduced-motion:reduce){.ps-popup,.ps-popup--leaving{animation:ps-fade .2s both}.ps-popup--leaving{animation-name:ps-fade-out}}