.ancr-flex{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex}.ancr-flex-inline{display:inline-flex}.ancr-flex::before,.ancr-flex::after,.ancr-flex-inline::before,.ancr-flex-inline::after{display:none}.ancr-flex-left{justify-content:flex-start}.ancr-flex-center{justify-content:center}.ancr-flex-right{justify-content:flex-end}.ancr-flex-between{justify-content:space-between}.ancr-flex-around{justify-content:space-around}.ancr-flex-stretch{align-items:stretch}.ancr-flex-top{align-items:flex-start}.ancr-flex-middle{align-items:center}.ancr-flex-bottom{align-items:flex-end}.ancr-flex-row{flex-direction:row}.ancr-flex-row-reverse{flex-direction:row-reverse}.ancr-flex-column{flex-direction:column}.ancr-flex-column-reverse{flex-direction:column-reverse}.ancr-flex-nowrap{flex-wrap:nowrap}.ancr-flex-wrap{flex-wrap:wrap}.ancr-flex-wrap-reverse{flex-wrap:wrap-reverse}.ancr-flex-wrap-stretch{align-content:stretch}.ancr-flex-wrap-top{align-content:flex-start}.ancr-flex-wrap-middle{align-content:center}.ancr-flex-wrap-bottom{align-content:flex-end}.ancr-flex-wrap-between{align-content:space-between}.ancr-flex-wrap-around{align-content:space-around}.ancr-flex-first{order:-1}.ancr-flex-last{order:99}.ancr-flex-none{flex:none}.ancr-flex-auto{flex:auto}.ancr-flex-1{flex:1}