.contact-modal__success.svelte-1pjr3gw{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;font-family:Moula,Inter,sans-serif}.contact-modal__success.svelte-1pjr3gw h3:where(.svelte-1pjr3gw){font-size:40px;color:#647d19;margin-bottom:20px}.contact-modal__success.svelte-1pjr3gw p:where(.svelte-1pjr3gw){font-size:24px;color:#111}.contact-modal__error.svelte-1pjr3gw{color:#d32f2f;font-family:sans-serif;margin:0}:root{--contact-backdrop: rgba(0, 0, 0, .3);--contact-border: #cbcbcb;--contact-text: #111111;--contact-muted: #555555;--contact-consent: #939393;--contact-accent: #647d19}.contact-modal.svelte-1pjr3gw{position:fixed;inset:0;z-index:70;pointer-events:none}.contact-modal__backdrop.svelte-1pjr3gw{position:absolute;inset:0;background:var(--contact-backdrop);opacity:0;transition:opacity .22s ease}.contact-modal__card.svelte-1pjr3gw{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-60%) scale(.96);inline-size:min(723px,calc(100vw - 1.75rem));background:#fff;border-radius:20px;padding:2.5rem 3.5rem 2.75rem 3rem;box-shadow:0 40px 90px #0000002e;color:var(--contact-text);transition:transform .26s ease,opacity .26s ease;opacity:0}.contact-modal[data-open=true].svelte-1pjr3gw{pointer-events:auto}.contact-modal[data-open=true].svelte-1pjr3gw .contact-modal__backdrop:where(.svelte-1pjr3gw){opacity:1}.contact-modal[data-open=true].svelte-1pjr3gw .contact-modal__card:where(.svelte-1pjr3gw){transform:translate(-50%,-50%) scale(1);opacity:1}.contact-modal__close.svelte-1pjr3gw{position:absolute;inline-size:50px;block-size:50px;border-radius:50%;border:none;background:#f7f7f7;box-shadow:0 10px 30px #00000014;color:#0c0c0c;top:1.1rem;right:1.1rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.contact-modal__close.svelte-1pjr3gw:focus-visible{outline:2px solid rgba(100,125,25,.45);outline-offset:3px}.contact-modal__head.svelte-1pjr3gw{margin-bottom:2rem}.contact-modal__body.svelte-1pjr3gw{display:flex;flex-direction:column;gap:0;height:100%;flex:1}.contact-modal__head.svelte-1pjr3gw h2:where(.svelte-1pjr3gw){font-family:Moula,Inter,system-ui,sans-serif;font-weight:500;font-size:2.375rem;line-height:1.1;margin:0 0 .4rem}.contact-modal__head.svelte-1pjr3gw p:where(.svelte-1pjr3gw){font-family:Moula,Inter,system-ui,sans-serif;font-weight:500;font-size:1.25rem;line-height:1.2;color:var(--contact-muted);opacity:.7;margin:0;max-inline-size:34rem}.contact-modal__form.svelte-1pjr3gw{display:flex;flex-direction:column;gap:1.5rem;flex:1}.contact-modal__row.svelte-1pjr3gw{display:flex;gap:1.5rem;flex-wrap:nowrap}.contact-modal__field.svelte-1pjr3gw{flex:1;min-inline-size:0;display:flex;flex-direction:column;color:var(--contact-text)}.contact-modal__field--wide.svelte-1pjr3gw{max-inline-size:none}.contact-modal__field.svelte-1pjr3gw input:where(.svelte-1pjr3gw),.contact-modal__field.svelte-1pjr3gw textarea:where(.svelte-1pjr3gw){width:100%;box-sizing:border-box;border-radius:15px;border:1px solid var(--contact-border);padding:.85rem 1.35rem;font-family:Moula,Inter,system-ui,sans-serif;font-size:22px;line-height:1.35;font-weight:400;color:#111;background:#fff}.contact-modal__field.svelte-1pjr3gw input:where(.svelte-1pjr3gw){block-size:55px}.contact-modal__field.svelte-1pjr3gw textarea:where(.svelte-1pjr3gw){block-size:112px;resize:none}.contact-modal__field.svelte-1pjr3gw input:where(.svelte-1pjr3gw)::placeholder,.contact-modal__field.svelte-1pjr3gw textarea:where(.svelte-1pjr3gw)::placeholder{color:#939393e6}.contact-modal__field.svelte-1pjr3gw input:where(.svelte-1pjr3gw):focus-visible,.contact-modal__field.svelte-1pjr3gw textarea:where(.svelte-1pjr3gw):focus-visible{outline:none;border-color:#647d19b3;box-shadow:0 0 0 2px #647d1940 inset}.contact-modal__field--wide.svelte-1pjr3gw{width:100%}.contact-modal__bottom.svelte-1pjr3gw{display:flex;flex-direction:column;gap:1rem;align-items:stretch;margin-top:auto;padding-top:1rem}.contact-modal__consent-group.svelte-1pjr3gw{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.contact-modal__consent.svelte-1pjr3gw{display:flex;align-items:flex-start;gap:.65rem;font-family:Moula,Inter,system-ui,sans-serif;font-size:1rem;line-height:1.25;color:var(--contact-consent);max-inline-size:26rem}.contact-modal__consent.svelte-1pjr3gw input:where(.svelte-1pjr3gw){position:absolute;opacity:0;pointer-events:none}.contact-modal__checkmark.svelte-1pjr3gw{width:16px;height:16px;box-sizing:border-box;border-radius:3px;border:1px solid var(--contact-consent);display:inline-flex;align-items:center;justify-content:center;position:relative;background:#fff;flex:0 0 16px}.contact-modal__checkmark.svelte-1pjr3gw:after{content:"";width:100%;height:100%;background:url(../../../icons/check.svg) center/10px 7px no-repeat;opacity:0;transition:opacity .16s ease}.contact-modal__consent.svelte-1pjr3gw input:where(.svelte-1pjr3gw):checked+.contact-modal__checkmark:where(.svelte-1pjr3gw):after{opacity:1}.contact-modal__submit.svelte-1pjr3gw{border-radius:30px;border:2px solid var(--contact-accent);background:transparent;color:#647d19;font-family:Moula,Inter,system-ui,sans-serif;font-size:23px;line-height:1.4;font-weight:400;padding:.65rem 2.75rem;inline-size:166px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;text-transform:capitalize;letter-spacing:.02em;text-align:center;transition:background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}.contact-modal__submit.svelte-1pjr3gw:disabled{opacity:.4;cursor:not-allowed}.contact-modal__submit.svelte-1pjr3gw:not(:disabled):hover,.contact-modal__submit.svelte-1pjr3gw:focus-visible{background:var(--contact-accent);color:#fff;transform:translateY(-1px);box-shadow:0 10px 24px #647d1959;outline:none}.contact-modal__social.svelte-1pjr3gw{display:flex;gap:.75rem;align-items:center}.contact-modal__social-btn.svelte-1pjr3gw{inline-size:50px;block-size:50px;border-radius:50%;border:1px solid #647d19;background:transparent;display:inline-flex;align-items:center;justify-content:center;box-shadow:none;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.contact-modal__social-btn.svelte-1pjr3gw:hover,.contact-modal__social-btn.svelte-1pjr3gw:focus-visible{transform:translateY(-2px);box-shadow:0 12px 30px #00000026;outline:none}.contact-modal__social-btn.svelte-1pjr3gw img:where(.svelte-1pjr3gw){inline-size:22px;block-size:22px}@media(max-width:1000px){.contact-modal__card.svelte-1pjr3gw{position:fixed;inset:0;inline-size:100%;block-size:100dvh;block-size:100svh;max-height:none;border-radius:0;padding:calc(68px + env(safe-area-inset-top,0px)) 16px calc(24px + env(safe-area-inset-bottom,0px));transform:translateY(18px);box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden}.contact-modal[data-open=true].svelte-1pjr3gw .contact-modal__card:where(.svelte-1pjr3gw){transform:translateY(0)}.contact-modal__row.svelte-1pjr3gw{flex-direction:column;gap:12px}.contact-modal__head.svelte-1pjr3gw h2:where(.svelte-1pjr3gw){font-size:26px}.contact-modal__head.svelte-1pjr3gw p:where(.svelte-1pjr3gw){display:none}.contact-modal__body.svelte-1pjr3gw{overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-width:none;min-height:0;display:flex;flex-direction:column;gap:20px}.contact-modal__body.svelte-1pjr3gw::-webkit-scrollbar{width:0;height:0;display:none}.contact-modal__head.svelte-1pjr3gw{margin-bottom:1.25rem}.contact-modal__form.svelte-1pjr3gw{gap:14px;flex:0 0 auto}.contact-modal__field.svelte-1pjr3gw input:where(.svelte-1pjr3gw),.contact-modal__field.svelte-1pjr3gw textarea:where(.svelte-1pjr3gw){border-radius:12px;font-size:18px}.contact-modal__field.svelte-1pjr3gw input:where(.svelte-1pjr3gw){block-size:52px}.contact-modal__field.svelte-1pjr3gw textarea:where(.svelte-1pjr3gw){block-size:120px}.contact-modal__bottom.svelte-1pjr3gw{display:flex;flex-direction:column;gap:14px;align-items:stretch;margin-top:0;padding-top:0}.contact-modal__consent-group.svelte-1pjr3gw{display:flex;flex-direction:column;gap:12px}.contact-modal__consent.svelte-1pjr3gw{width:100%;max-inline-size:none;font-size:14px}.contact-modal__submit.svelte-1pjr3gw{width:100%;inline-size:100%;height:52px;padding:0;font-size:18px;border-radius:30px}.contact-modal__social.svelte-1pjr3gw{justify-content:flex-start}.contact-modal__close.svelte-1pjr3gw{top:calc(12px + env(safe-area-inset-top,0px));right:12px;background:#f7f7f7;box-shadow:0 8px 18px #0000001f}.contact-modal__social-btn.svelte-1pjr3gw{inline-size:44px;block-size:44px}.contact-modal__success.svelte-1pjr3gw h3:where(.svelte-1pjr3gw){font-size:28px}.contact-modal__success.svelte-1pjr3gw p:where(.svelte-1pjr3gw){font-size:18px}}@media(prefers-reduced-motion:reduce){.contact-modal__backdrop.svelte-1pjr3gw,.contact-modal__card.svelte-1pjr3gw,.contact-modal__submit.svelte-1pjr3gw,.contact-modal__checkmark.svelte-1pjr3gw:after{transition:none!important}}.sr-only.svelte-1pjr3gw{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
