/* --- Flex utils --- */
.flex_jZskO {
    display: flex;
}
.inline_1Spgx {
    display: inline-flex;
}
.column_C3yiR {
    flex-direction: column;
}
.row_PhhRi {
    flex-direction: row;
}
.alignCenter_zl3iW {
    align-items: center;
}
.alignStart_zfIW- {
    align-items: flex-start;
}
.alignEnd_MscO7 {
    align-items: flex-end;
}
.alignStretch_bONGs {
    align-items: stretch;
}
.alignInitial_tZhPZ {
    align-items: initial;
}
.alignSelfCenter_3amtn {
    align-self: center;
}
.alignSelfBaseline_SuLM3 {
    align-self: baseline;
}
.alignSelfEnd_izgwy {
    align-self: flex-end;
}
.justifyContentCenter_l8VjR {
    justify-content: center;
}
.justifyContentStart_Qx2KF {
    justify-content: flex-start;
}
.justifyContentEnd_nVg36 {
    justify-content: flex-end;
}
.justifySpaceBetween_js4s1 {
    justify-content: space-between;
}
.justifySpaceAround_Sw16t {
    justify-content: space-around;
}
.flex1_aMpAE {
    flex: 1 1 0%;
}
.flex2_O33Vy {
    flex: 2;
}
.flex0Auto_C2AHx {
    flex: 0 0 auto;
}
.unset_Tm33p {
    flex: unset;
}
.shrink0_jXNf1 {
    flex-shrink: 0;
}
.shrink1_gorti {
    flex-shrink: 1;
}
.shrink2_w1eky {
    flex-shrink: 2;
}
.grow1_wYxKs {
    flex-grow: 1;
}
.wrap_wRQuV {
    flex-wrap: wrap;
}
.basisAuto_J0K-W {
    flex-basis: auto;
}
.basisHalf_oVmBN {
    flex-basis: 50%;
}
