html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}.flex-column{display:flex;flex-direction:column}.flex-row{display:flex;flex-direction:row}.flex-row.top{align-items:flex-start}.flex-row.center{align-items:center}.flex-row.right{justify-content:flex-end}.flex-row.space-between{justify-content:space-between}.flex-row.two-col{--gap: 2rem;column-gap:var(--gap);flex-wrap:wrap}.flex-row.two-col>*{flex-basis:calc(50% - (var(--gap) / 2))}.flex-1{flex:1}.flex-0{flex:0}.gap{gap:.5rem}.gap-1{gap:1rem}.gap-2{gap:2rem}.gap-3{gap:3rem}.w-full{width:100%}.h-full{height:100%}.items-center{align-items:center}.justify-center{justify-content:center}.text-center{text-align:center}p:first-of-type{margin-top:0}p:last-of-type{margin-bottom:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
