.autocomplete-suggestions{background:#fff;border-radius:14px;border-top:0;box-sizing:border-box;cursor:default;display:none;max-height:254px;overflow:hidden;overflow-y:auto;position:absolute;text-align:left;z-index:9999}.autocomplete-suggestion{border-radius:14px;color:#222;font-family:"Futura Thin","Segoe UI",sans-serif;font-size:1.2rem;line-height:1.4rem;overflow:hidden;padding:.75rem .75em;position:relative;text-align:left;text-overflow:ellipsis;white-space:nowrap}.autocomplete-suggestion b{font-weight:400}.autocomplete-suggestion.selected{background:#e6eaf1;color:#0089ff}p{line-height:1.5;margin:0 0 1.2em}ul{padding:0 0 0 20px}::selection{color:#fff;background:#0055ff}::-moz-selection{color:#fff;background:#0089ff}input{background-color:#e6eaf1;border:none;border-radius:14px;caret-color:#0055ff;color:#202124;font-family:"Futura Thin","Segoe UI",sans-serif;font-size:1.6rem;height:55px;outline:0;padding-inline-end:10px;padding-inline-start:20px;width:calc(100% - 10px)}input::placeholder{color:rgba(32,33,36,.8)}.underline{border-bottom:2px solid #1a73e8;bottom:0;box-sizing:border-box;left:0;margin:auto;opacity:0;position:absolute;right:0;transition:opacity 120ms ease-out,width 0s linear 180ms;width:0}input:focus+.underline{opacity:1;transition:width 180ms ease-out,opacity 120ms ease-in;width:100%}.field-title.focused{color:#1a73e8}form{padding:10px;text-align:center}