html{-webkit-text-size-adjust:100%;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;scroll-behavior:smooth}body{font-family:inherit;line-height:inherit}body,h1,h2,p,pre{margin:0}h1,h2{font-size:inherit;font-weight:inherit}svg path{stroke-dasharray:300;stroke-dashoffset:300;animation:draw 2s linear forwards}@keyframes draw{to{stroke-dashoffset:0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.toggle-switch{position:relative;display:inline-block;width:3rem;height:1.5rem}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#cbd5e0;transition:.3s;border-radius:1.5rem}.toggle-slider:before{position:absolute;content:"";height:1.25rem;width:1.25rem;left:.125rem;bottom:.125rem;background-color:#fff;transition:.3s;border-radius:50%}input:checked+.toggle-slider{background-color:#10b981}input:checked+.toggle-slider:before{transform:translateX(1.5rem)}input:focus+.toggle-slider{box-shadow:0 0 0 3px rgba(16,185,129,.3)}a,a:active,a:focus,a:hover{text-decoration:none!important}.custom-phone-input{display:flex;align-items:center;background-color:#f3f4f6;border-radius:8px;border:none;padding:1rem}.custom-phone-input .PhoneInputCountry{margin-right:.5rem;display:flex;align-items:center}.custom-phone-input .PhoneInputCountrySelect{border:none;background:transparent;width:auto}.custom-phone-input .PhoneInputCountryIcon{border-radius:3px;overflow:hidden}.custom-phone-input .PhoneInputCountryIcon--border{box-shadow:none}.custom-phone-input .PhoneInputCountryIconImg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.custom-phone-input .PhoneInputCountrySelectArrow{width:8px;height:8px;margin-left:6px;opacity:.6}.custom-phone-input .PhoneInputInput{background:transparent;border:none;outline:none;font-size:1rem;flex:1;min-width:0}