for _ in range(int(input())): a,b = map(int,input().split()) print("First" if a.bit_length()-2^b.bit_length()-2 else "Second")