.box{display:flex}.box--row{flex-direction:row}.box--row-reverse{flex-direction:row-reverse}.box--col{flex-direction:column}.box--col-reverse{flex-direction:column-reverse}.box--row-center{justify-content:center;align-items:center}.box--row-top{justify-content:center;align-items:start}.box--row-bottom{justify-content:center;align-items:end}.box--row-left{justify-content:start;align-items:center}.box--row-right{justify-content:end;align-items:center}.box--row-top-left{justify-content:start;align-items:start}.box--row-top-right{justify-content:end;align-items:start}.box--row-bottom-left{justify-content:start;align-items:end}.box--row-bottom-right{justify-content:end;align-items:end}.box--col-center{align-items:center;justify-content:center}.box--col-top{align-items:center;justify-content:start}.box--col-bottom{align-items:center;justify-content:end}.box--col-left{align-items:start;justify-content:center}.box--col-right{align-items:end;justify-content:center}.box--col-top-left{align-items:start;justify-content:start}.box--col-top-right{align-items:end;justify-content:start}.box--col-bottom-left{align-items:start;justify-content:end}.box--col-bottom-right{align-items:end;justify-content:end}.box--row-reverse-center{justify-content:center;align-items:center}.box--row-reverse-top{justify-content:center;align-items:start}.box--row-reverse-bottom{justify-content:center;align-items:end}.box--row-reverse-left{justify-content:start;align-items:center}.box--row-reverse-right{justify-content:end;align-items:center}.box--row-reverse-top-left{justify-content:start;align-items:start}.box--row-reverse-top-right{justify-content:end;align-items:start}.box--row-reverse-bottom-left{justify-content:start;align-items:end}.box--row-reverse-bottom-right{justify-content:end;align-items:end}.box--col-reverse-center{align-items:center;justify-content:center}.box--col-reverse-top{align-items:center;justify-content:start}.box--col-reverse-bottom{align-items:center;justify-content:end}.box--col-reverse-left{align-items:start;justify-content:center}.box--col-reverse-right{align-items:end;justify-content:center}.box--col-reverse-top-left{align-items:start;justify-content:start}.box--col-reverse-top-right{align-items:end;justify-content:start}.box--col-reverse-bottom-left{align-items:start;justify-content:end}.box--col-reverse-bottom-right{align-items:end;justify-content:end}