<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.flex {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.fw {
  flex-wrap: wrap;
}
.f-cs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.f-cc {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.f-es {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
}
.f-sb {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.f-cb {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.f-eb {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
.f-sa {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
}
.f-ca {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.f-ea {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-around;
}
.f-css {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.f-ccs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.f-csc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.f-ccc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.f-ccb {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
</pre></body></html>