.v-flexbox{display:flex;position:relative;width:var(--flexbox-width,100%)}.v-flexbox.row{flex-direction:row}.v-flexbox.column{flex-direction:column}.v-flexbox.row-reverse{flex-direction:row-reverse}.v-flexbox.column-reverse{flex-direction:column-reverse}.v-flexbox.wrap{flex-wrap:wrap}.v-flexbox.align-start{align-items:flex-start}.v-flexbox.align-center{align-items:center}.v-flexbox.align-end{align-items:flex-end}.v-flexbox.align-stretch{align-items:stretch}.v-flexbox.align-baseline{align-items:baseline}.v-flexbox.justify-start{justify-content:flex-start}.v-flexbox.justify-center{justify-content:center}.v-flexbox.justify-end{justify-content:flex-end}.v-flexbox.justify-between{justify-content:space-between}.v-flexbox.justify-around{justify-content:space-around}.v-flexbox.justify-evenly{justify-content:space-evenly}@media (max-width:992px){.v-flexbox.responsive.row{flex-direction:column}}
