.stack{display:flex}.stack.direction-column{flex-direction:column}.stack.direction-row{flex-direction:row}.stack.gap-0{gap:0}.stack.gap-16{gap:16px}.stack.gap-24{gap:24px}.stack.gap-32{gap:32px}.stack.gap-36{gap:36px}.stack.gap-40{gap:40px}.stack.gap-48{gap:48px}.stack.gap-64{gap:64px}.stack.gap-80{gap:80px}.stack.gap-120{gap:120px}.stack.align-center{align-items:center}.stack.align-start{align-items:flex-start}.stack.align-end{align-items:flex-end}.stack.align-baseline{align-items:baseline}.stack.align-stretch{align-items:stretch}.stack.justify-center{justify-content:center}.stack.justify-start{justify-content:flex-start}.stack.justify-end{justify-content:flex-end}.stack.justify-between{justify-content:space-between}.stack.justify-around{justify-content:space-around}