:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.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:rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.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{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;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)}.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)}.phone-field{display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid transparent;border-radius:12px;padding:.75rem 1rem;font-family:Plus Jakarta Sans,sans-serif;transition:border-color .2s ease,box-shadow .2s ease}.phone-field.phone-field--form{position:relative;width:100%;min-width:0;overflow:visible;background:hsla(0,0%,100%,.8);backdrop-filter:blur(12px);border-color:#e5e7eb;border-radius:.5rem;padding:.875rem 1rem}.phone-field:focus-within{border-color:#daf800;box-shadow:0 0 0 3px rgba(218,248,0,.25)}.phone-field--invalid{border-color:#dc2626}.phone-field--invalid:focus-within{border-color:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.2)}.phone-field .phone-country{position:relative;display:flex;align-items:center;padding-right:.75rem;border-right:1px solid #e5e7eb}.phone-field .phone-country__trigger{display:flex;align-items:center;gap:.4rem;padding:0;border:0;background:transparent;cursor:pointer}.phone-flag{display:inline-flex;flex-shrink:0;width:1.25rem;height:.9rem;border-radius:2px;overflow:hidden;box-shadow:0 0 0 1px hsla(0,0%,4%,.08)}.phone-flag img,.phone-flag svg{display:block;width:100%;height:100%;object-fit:cover}.phone-field .phone-country__code,.phone-field .phone-country__input{font-weight:600;font-size:.95rem;color:#0a0a0a}.phone-field .phone-country__input{width:4.5rem;border:0;outline:0;background:transparent;font-family:inherit}.phone-field .PhoneInputCountrySelectArrow{width:.4rem;height:.4rem;margin-left:.1rem;border-color:#484451;border-style:solid;border-width:0 1.5px 1.5px 0;transform:rotate(45deg);opacity:.8}.phone-combo__list{position:absolute;top:calc(100% + 10px);left:0;z-index:60;min-width:7rem;max-height:14rem;overflow-y:auto;margin:0;padding:.25rem;list-style:none;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 24px hsla(0,0%,4%,.12);scrollbar-width:none;-ms-overflow-style:none}.phone-combo__list::-webkit-scrollbar{display:none}.phone-combo__option{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;border:0;border-radius:8px;background:transparent;text-align:left;font-size:.9rem;color:#0a0a0a;cursor:pointer}.phone-combo__option.is-active,.phone-combo__option:hover{background:#f3f3f3}.phone-combo__empty{padding:.5rem .75rem;font-size:.85rem;color:#858693}@media (max-width:767px){.phone-field.phone-field--form .phone-country--open{position:static}.phone-field.phone-field--form .phone-country--open .phone-combo__list{top:calc(100% + .25rem);left:0;right:0;width:100%;min-width:unset}}.phone-field .PhoneInputInput{flex:1;min-width:0;border:0;outline:0;background:transparent;font-size:.95rem;color:#0a0a0a}.phone-field .PhoneInputInput::placeholder{color:#9ca3af}