.flex {
	display:flex;
}
.inline-flex {
	display:inline-flex;
}
.column {
	flex-direction:column;
}
.space-between {
	justify-content:space-between;
}
.space-around {
	justify-content:space-around;
}
.flex-false {
	flex:0 0 auto!important;
}
.flex-true {
	flex:1 1 auto!important;
}
.flex-grow {
	flex:1 1 0;
	border:1px solid red;
}
.flex-wrap {
	flex-wrap:wrap!important;
}
.flex-nowrap {
	flex-wrap:nowrap!important;
}
.a-stretch {
	align-items:stretch!important;
}
.a-start {
	align-items:flex-start!important;
}
.a-center {
	align-items:center!important;
}
.a-bottom {
	align-items:flex-end!important;
}
.a-baseline {
	align-items:baseline!important;
}
.j-center {
	justify-content:center!important;
}
.j-start {
	justify-content:flex-start!important;
}
.j-end {
	justify-content:flex-end!important;
}
.gap-01em {
	gap: 0.1em;
}
.gap-02em {
	gap: 0.2em;
}
.gap-03em {
	gap: 0.3em;
}
.gap-04em {
	gap: 0.4em;
}
.gap-05em {
	gap: 0.5em;
}
.gap-1em {
	gap: 1em;
}
.flex-0 {
	flex:0 0 auto;
}
.col-1 {
	flex:1!important;
}
.col-2 {
	flex:2!important;
}
.col-3 {
	flex:3!important;
}
.col-4 {
	flex:4!important;
}
.col-5 {
	flex:5!important;
}
.col-6 {
	flex:6!important;
}
.col-32 {
	flex:0 0 auto;
	width:32%;
}
.col-30 {
	flex:0 0 auto;
	width:30%;
}
.col-36 {
	flex:0 0 auto;
	width:36%;
}
.col-40 {
	flex:0 0 auto;
	width:40%;
}
.col-10 {
	flex:0 0 auto;
	width:10%;
}
.col-21 {
	flex:0 0 auto;
	width:21%;
}
.col-24 {
	flex:0 0 auto;
	width:24%;
}
.col-29 {
	flex:0 0 auto;
	width:29%;
}
.col-48 {
	flex:0 0 auto;
	width:48%;
}
.col-50 {
	flex:0 0 auto;
	width:50%;
}
.col-56 {
	flex:0 0 auto;
	width:56%;
}
.col-58 {
	flex:0 0 auto;
	width:58%;
}
.col-60 {
	flex:0 0 auto;
	width:60%;
}
.col-64 {
	flex:0 0 auto;
	width:64%;
}
.col-65 {
	flex:0 0 auto;
	width:65%;
}
.col-66 {
	flex:0 0 auto;
	width:66%;
}
.col-69 {
	flex:0 0 auto;
	width:69%;
}
.col-74 {
	flex:0 0 auto;
	width:74%;
}