﻿.d-flex{display:flex}
.flex-row{flex-direction:row}
.flex-column{flex-direction:column}
.justify-content-start{justify-content:flex-start}
.justify-content-end{justify-content:flex-end}
.justify-content-center{justify-content:center}
.justify-content-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.justify-content-around{justify-content:space-around}
.align-items-start{align-items:flex-start}
.align-items-end{align-items:flex-end}
.align-items-center{align-items:center}
.align-items-stretch{align-items:stretch}
.align-self-center{align-self:center}
.order-1{order:1}
.order-2{order:2}
.order-3{order:3}
.order-4{order:4}
.order-5{order:5}
@media screen and (min-width:981px){.order-1-l{order:1}
.order-2-l{order:2}
.order-3-l{order:3}
.order-4-l{order:4}
.order-5-l{order:5}
}
@media screen and (min-width:640px)and (max-width:980px){.flex-row-m{flex-direction:row}
.flex-column-m{flex-direction:column}
.order-1-m{order:1}
.order-2-m{order:2}
.order-3-m{order:3}
.order-4-m{order:4}
.order-5-m{order:5}
}
@media screen and (max-width:640px){.order-1-s{order:1}
.order-2-s{order:2}
.order-3-s{order:3}
.order-4-s{order:4}
.order-5-s{order:5}
.flex-row-s{flex-direction:row}
.flex-column-s{flex-direction:column}
.justify-content-start-s{justify-content:flex-start}
.justify-content-end-s{justify-content:flex-end}
.justify-content-center-s{justify-content:center}
.justify-content-between-s{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.justify-content-around-s{justify-content:space-around}
.align-items-start-s{align-items:flex-start}
.align-items-end-s{align-items:flex-end}
.align-items-center-s{align-items:center}
.align-items-stretch-s{align-items:stretch}
}
