: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,0.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,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-input{display:flex;align-items:stretch;width:100%}.phone-input .PhoneInputInput{flex:1;min-width:0;height:2.75rem;border-radius:0 .75rem .75rem 0;border:1px solid var(--color-strokeColor,#e5e5e5);border-left:none;padding:0 .75rem;font-size:.875rem;line-height:1.25rem;background-color:var(--color-softBg,#f7f7f7);color:var(--color-mainTextColor,#060b1e);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.phone-input .PhoneInputInput:focus{outline:none;border-color:var(--color-s2,#ffbf3f);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-s2,#ffbf3f) 35%,transparent)}.phone-input .PhoneInputInput::placeholder{color:color-mix(in srgb,var(--color-bodyText,#3b4a46) 70%,transparent)}.phone-input-error .PhoneInputInput{border-color:#ef4444}.phone-input-error .PhoneInputInput:focus{border-color:#ef4444;box-shadow:0 0 0 2px rgba(239,68,68,.2)}.phone-input .PhoneInputInput:disabled{opacity:.6;cursor:not-allowed}.phone-input .PhoneInputCountryIcon{width:1.25rem;height:1.25rem;border-radius:.125rem}.phone-input .PhoneInputCountrySelectArrow{margin-left:.25rem;width:.35rem;height:.35rem;border-style:solid;border-color:var(--color-bodyText,#3b4a46);border-width:0 1px 1px 0;transform:rotate(45deg);opacity:.7}.phone-input .PhoneInputCountry--searchable{flex-shrink:0;width:auto;min-width:3.25rem;align-self:stretch}.phone-input .PhoneInputCountry--searchable .PhoneInputCountrySearchTrigger.PhoneInputCountrySelect{position:relative;top:auto;left:auto;right:auto;width:auto;min-width:3.25rem;height:2.75rem;flex-shrink:0;opacity:1;z-index:2;cursor:pointer;appearance:none;display:flex;align-items:center;gap:.25rem;border-radius:.75rem 0 0 .75rem;border:1px solid var(--color-strokeColor,#e5e5e5);border-right:none;padding:0 .625rem;background-color:var(--color-softBg,#f7f7f7);font-size:.875rem}.phone-input .PhoneInputCountry--searchable .PhoneInputCountrySearchTrigger:focus{outline:none;border-color:var(--color-s2,#ffbf3f);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-s2,#ffbf3f) 35%,transparent)}.phone-input-error .PhoneInputCountry--searchable .PhoneInputCountrySearchTrigger.PhoneInputCountrySelect{border-color:#ef4444}.phone-input-error .PhoneInputCountry--searchable .PhoneInputCountrySearchTrigger:focus{border-color:#ef4444;box-shadow:0 0 0 2px rgba(239,68,68,.2)}.PhoneInputCountrySearchPanel{border-radius:.75rem;border:1px solid var(--color-strokeColor,#e5e5e5);background:white;box-shadow:0 10px 40px rgba(6,11,30,.12)}.PhoneInputCountrySearchInput{border-bottom:1px solid var(--color-strokeColor,#e5e5e5);padding:.625rem .75rem;font-size:.875rem;color:var(--color-mainTextColor,#060b1e);outline:none;width:100%}.PhoneInputCountrySearchInput:focus{border-bottom-color:var(--color-s2,#ffbf3f)}.PhoneInputCountrySearchList{max-height:15rem;overflow-y:auto;padding:.25rem 0}.PhoneInputCountrySearchList button{display:flex;width:100%;align-items:center;gap:.5rem;padding:.5rem .75rem;text-align:left;font-size:.875rem;color:var(--color-mainTextColor,#060b1e)}.PhoneInputCountrySearchList button:hover{background-color:var(--color-softBg2,#eafaf8)}.PhoneInputCountrySearchList button[aria-selected=true]{background-color:color-mix(in srgb,var(--color-s1,#005151) 8%,white)}