:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
.Contact-root{gap:20px;display:grid}.Contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.Contact-field{gap:8px;display:grid}.Contact-label{color:var(--brand-black);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:600;display:block}.Contact-required{color:var(--brand-gold)}.Contact-input{border:1px solid var(--brand-border);background:var(--brand-white);width:100%;color:var(--brand-black);-webkit-appearance:none;border-radius:0;padding:12px 16px;font-family:inherit;font-size:1rem;transition:all .3s cubic-bezier(.19,1,.22,1)}.Contact-input[aria-invalid=true]{border-width:2px;border-color:#dc2626}.Contact-input::placeholder{color:color-mix(in srgb, var(--brand-black) 35%, transparent);font-weight:400}.Contact-input:focus{border-color:var(--brand-gold);outline:none;box-shadow:0 4px 15px #b38c5c26}.Contact-input-phone{border:1px solid var(--brand-border);background:var(--brand-white);--PhoneInput-color--focus:var(--brand-gold);--PhoneInputCountryFlag-height:1.2em;--PhoneInputCountrySelectArrow-color--focus:var(--brand-gold);--PhoneInputCountryFlag-borderColor--focus:var(--brand-gold);border-radius:0;align-items:center;width:100%;font-size:1rem;transition:all .3s cubic-bezier(.19,1,.22,1);display:flex}.Contact-input-phone:focus-within{border-color:var(--brand-gold);box-shadow:0 4px 15px #b38c5c26}.Contact-input-phone.invalid,.Contact-input-phone[aria-invalid=true]{border-width:2px;border-color:#dc2626}.Contact-input-phone .PhoneInputCountry{border-right:1px solid var(--brand-border);align-self:stretch;align-items:center;gap:8px;margin-right:0;padding:0 16px;display:flex;position:relative}.PhoneInputCountryCallingCode{color:var(--brand-black);margin-left:4px;font-size:1rem;font-weight:500}.Contact-input-phone .PhoneInputInput{color:var(--brand-black);background:0 0;border:none;outline:none;flex:1;padding:12px 16px;font-family:inherit;font-size:1rem}.Contact-input-phone .PhoneInputInput::placeholder{color:color-mix(in srgb, var(--brand-black) 35%, transparent);font-weight:400}.Contact-error{color:#dc2626;letter-spacing:.02em;background:#dc26261a;margin-top:4px;padding:6px 10px;font-size:.85rem;font-weight:600}@media (max-width:640px){.Contact-grid{grid-template-columns:1fr;gap:1.5rem}}
