.ws-flex{display:flex;flex-direction:var(--flex-direction)}@media (max-width:var(--breakpoint-md )){.ws-flex.sm-column{flex-direction:column}.ws-flex.sm-column-reverse{flex-direction:column-reverse}}@media (max-width:var(--breakpoint-lg )){.ws-flex.md-column{flex-direction:column}}.ws-flex.is-wrap{flex-wrap:wrap}.ws-flex.is-inline{display:inline-flex}
