.wspm__overlay{position:fixed;inset:0;z-index:2000000000;display:flex;align-items:center;justify-content:center;padding:20px;background:#0000;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);opacity:0;visibility:hidden;transition:opacity .4s ease,visibility 0s linear .45s,background .45s ease,backdrop-filter .45s ease,-webkit-backdrop-filter .45s ease}.wspm__overlay.is-open{opacity:1;visibility:visible;background:#000000ad;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);transition:opacity .4s ease,visibility 0s,background .45s ease,backdrop-filter .45s ease,-webkit-backdrop-filter .45s ease}.wspm{position:relative;display:flex;flex-direction:column;gap:22px;width:100%;max-width:420px;max-height:calc(100svh - 40px);overflow:visible;padding:32px 26px 26px;border-radius:18px;border:1px solid rgba(20,55,47,.12);background:#fbfff0;box-shadow:0 30px 80px #0006;font-family:var(--font-sans);color:#14372f;opacity:0;transform:translateY(12px) scale(.94);transition:opacity .45s cubic-bezier(.16,1,.3,1),transform .55s cubic-bezier(.16,1,.3,1);will-change:transform,opacity}.wspm__overlay.is-open .wspm{opacity:1;transform:translateY(0) scale(1)}@media (prefers-reduced-motion: reduce){.wspm__overlay,.wspm__overlay.is-open,.wspm{transition-duration:.01ms}}.wspm__close{position:absolute;top:16px;right:16px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border-radius:50%;border:2px solid #14372f;background:#fff;cursor:pointer;transition:background .15s ease}.wspm__close svg{width:16px;height:16px;display:block}.wspm__close:hover{background:#eef2e2}.wspm__top{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}.wspm__logo{display:flex;align-items:center;gap:8px}.wspm__brand{font-size:21px;font-weight:600;color:#14372f}.wspm__lead{font-size:14.5px;font-weight:400;line-height:1.5;color:#14372fbf}.wspm__form{display:flex;flex-direction:column;gap:18px}.wspm__field{display:flex;flex-direction:column;gap:8px}.wspm__label{font-size:13.5px;font-weight:600;color:#14372ff2}.wspm__label span{color:#9fbf3a}.wspm__input{font-family:var(--font-sans);font-size:16px;color:#14372f;padding:12px 14px;border:1px solid rgba(20,55,47,.3);border-radius:14px;background:#fff;outline:none;width:100%;transition:border-color .2s ease,box-shadow .2s ease}.wspm__input::placeholder{color:#14372f66}.wspm__input:focus{border-color:#9fbf3a;box-shadow:0 0 0 3px #9fbf3a40}.wspm__input[aria-invalid=true]{border-color:#d33}.wspm__error{font-size:12.5px;font-weight:500;color:#d33}.wspm__submit{display:flex;align-items:center;justify-content:center;padding:14px;border-radius:100px;border:none;background:#14372f;color:#fbfff0;font-family:var(--font-sans);font-size:16px;font-weight:600;text-align:center;cursor:pointer;transition:background .2s ease,transform .12s ease}.wspm__submit:hover{background:#1d4c40}.wspm__submit:active{transform:scale(.985)}body.wspm-open{overflow:hidden}.phone-input-container{position:relative;width:100%;display:flex;flex-direction:column;gap:8px}.phone-input-label{font-size:13.5px;font-weight:600;color:#14372ff2;font-family:var(--font-sans)}.phone-input-wrapper{position:relative;display:flex;background-color:#fff;border:none;box-shadow:0 0 0 1px #14372f4d;border-radius:14px;overflow:hidden;transition:box-shadow .2s ease}.phone-input-wrapper:focus-within{box-shadow:0 0 0 1.5px #9fbf3a,0 0 0 3px #9fbf3a40}.country-selector{display:flex;align-items:center;gap:2px;padding:12px;background-color:transparent;border:none;border-right:1px solid rgba(20,55,47,.2);color:#14372fe6;cursor:pointer;transition:background-color .2s ease;font-family:var(--font-sans);font-weight:500}.country-selector:hover{background-color:#eef2e2}.country-selector:disabled{cursor:not-allowed;opacity:.75}.country-flag{font-size:18px;line-height:1}.chevron-icon{width:16px;height:16px;color:#14372f99;transition:transform .2s ease}.phone-input-wrapper:focus-within .chevron-icon{transform:rotate(180deg)}.phone-number-input{flex:1;min-width:0;padding:12px 14px;background-color:transparent;border:none;color:#14372f;font-size:16px;outline:none;line-height:20px;font-family:var(--font-sans);font-weight:500}.phone-number-input::placeholder{color:#14372f66;font-weight:400}.phone-number-input:disabled{cursor:not-allowed;opacity:.75}.country-dropdown{position:absolute;top:100%;left:0;right:0;z-index:1000;background-color:#fff;border:none;box-shadow:0 0 0 1px #14372f2e,0 16px 40px #0000002e;border-radius:12px;margin-top:8px;max-height:300px;max-width:100%;box-sizing:border-box;overflow:hidden}.search-container{position:relative;padding:8px;border-bottom:1px solid rgba(20,55,47,.15)}.search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#14372f99}.search-input{width:100%;padding:8px 12px 8px 36px;background-color:transparent;border:none;border-radius:6px;color:#14372ff2;font-size:16px;outline:none;font-family:var(--font-sans);font-weight:500}.search-input::placeholder{color:#14372f73}.countries-list{max-height:240px;overflow-y:auto;overflow-x:hidden}.countries-list::-webkit-scrollbar{width:6px}.countries-list::-webkit-scrollbar-track{background:#fff}.countries-list::-webkit-scrollbar-thumb{background:#14372f40;border-radius:3px}.countries-list::-webkit-scrollbar-thumb:hover{background:#14372f66}.country-option{display:flex;align-items:center;gap:10px;width:100%;max-width:100%;box-sizing:border-box;padding:11px 14px;background-color:transparent;border:none;color:#14372ff2;cursor:pointer;transition:background-color .12s ease;text-align:left;font-family:var(--font-sans);font-weight:500;font-size:15px;min-width:0;overflow:hidden}.country-option:hover{background-color:#f1f5e6}.country-option.selected{background-color:#eef2e2;color:#14372f}.country-option .country-flag{flex:0 0 auto;width:20px;display:inline-flex;justify-content:center;font-size:15px;line-height:1;overflow:hidden}.country-option .country-name{flex:1 1 auto;min-width:0;font-size:15px;color:#14372ff2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.country-option .country-code{flex:0 0 auto;margin-left:auto;padding-left:4px;font-size:14px;color:#14372f99;font-weight:500;white-space:nowrap;font-variant-numeric:tabular-nums}@media (max-width: 480px){.country-selector{min-width:64px;padding:10px 12px}.country-dropdown{max-height:250px}.countries-list{max-height:190px}}.country-selector:focus,.phone-number-input:focus,.search-input:focus,.country-option:focus{outline:none}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.country-dropdown{animation:slideDown .2s ease-out}.country-option.highlighted{background-color:#f1f5e6}.no-results{padding:12px;color:#14372fe6;font-size:16px;font-weight:500}.phone-number-input{border-radius:0!important;box-shadow:none!important}.phone-number-input:focus,.phone-number-input:not(:placeholder-shown){box-shadow:none!important}.phone-input-wrapper.filled-valid,.phone-input-wrapper:has(.phone-number-input[data-valid=true]){box-shadow:0 0 0 1.5px #9fbf3a,0 0 0 3px #9fbf3a2e}.phone-input-wrapper.filled-valid .chevron-icon,.phone-input-wrapper:has(.phone-number-input[data-valid=true]) .chevron-icon{transform:rotate(0)}.phone-input-wrapper.filled-valid:after{content:"";position:absolute;right:14px;top:calc(50% - 9px);width:18px;height:18px;background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='18' rx='9' fill='%239FBF3A'/%3E%3Cpath d='M13 6L7.5 11.5L5 9' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;animation:phoneCheckPop .25s cubic-bezier(.34,1.56,.64,1)}@keyframes phoneCheckPop{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.phone-input-wrapper.input-error{box-shadow:0 0 0 1.5px #d33,0 0 0 3px #dd33331a!important}.country-selector.input-error{border-right-color:#d33}
