* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  line-height: 1.4;
  vertical-align: baseline;
  font-family: "微软雅黑";
  outline: none;
}
body,
html {
  min-width: 1200px;
  max-width: 100%;
  line-height: 1;
  overflow-x: auto;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  color: inherit;
  background: none;
  text-decoration: none;
  outline: none;
}
ul,
li {
  list-style: none;
}
input,
textarea {
  outline: none;
  border: initial;
}
.ft {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.fwb {
  font-weight: bold;
}
.wzbs {
  color: var(--mcolor) !important;
}
.bcbs:hover {
  background-color: var(--mcolor) !important;
  color: #ffffff !important;
}

/*xlt-k*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #eeeeee;
}
@media screen and (max-width: 1200px) {
  ::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  ::-webkit-scrollbar-track {
    background-color: #ffffff;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #cccccc;
  }
}
/*xlt-g*/
.tac {
  text-align: center;
}
.fc3 {
  color: #333333;
}
.fc5 {
  color: #555555;
}
.fcf {
  color: #ffffff;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.mw1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.wimg {
  width: 100%;
  height: 100%;
  display: block;
}
.wimg05s {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
}
.wimg1s {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 1s;
}
.wimg05s:hover {
  transform: scale(1.1);
}
.wimg1s:hover {
  transform: scale(1.1);
}

/*ellipsis*/
.slh0 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 0;
  text-overflow: ellipsis;
  word-break: break-all;
}
.slh1 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  word-break: break-all;
}
.slh2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  word-break: break-all;
}
.slh3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  word-break: break-all;
}
.slh4 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  word-break: break-all;
}
.slh5 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  word-break: break-all;
}

.fs36 {
  font-size: 2.25rem;
}
.fs34 {
  font-size: 2.125rem;
}
.fs32 {
  font-size: 2rem;
}
.fs30 {
  font-size: 1.875rem;
}
.fs28 {
  font-size: 1.75rem;
}
.fs26 {
  font-size: 1.875rem;
}
.fs24 {
  font-size: 1.5rem;
}
.fs22 {
  font-size: 1.375rem;
}
.fs20 {
  font-size: 1.25rem;
}
.fs18 {
  font-size: 1.125rem;
}
.fs16 {
  font-size: 1rem;
}
.fs14 {
  font-size: 0.875rem;
}
.fs12 {
  font-size: 0.75rem;
}

@media screen and (max-width: 1600px) {
  .fs36 {
    font-size: 2.125rem;
  }
  .fs34 {
    font-size: 2rem;
  }
  .fs32 {
    font-size: 1.875rem;
  }
  .fs30 {
    font-size: 1.75rem;
  }
  .fs28 {
    font-size: 1.875rem;
  }
  .fs26 {
    font-size: 1.5rem;
  }
  .fs24 {
    font-size: 1.375rem;
  }
  .fs22 {
    font-size: 1.25rem;
  }
  .fs20 {
    font-size: 1.125rem;
  }
  .fs18 {
    font-size: 1rem;
  }
  .fs16 {
    font-size: 0.875rem;
  }
  .fs14 {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 1400px) {
  .fs36 {
    font-size: 2rem;
  }
  .fs34 {
    font-size: 1.875rem;
  }
  .fs32 {
    font-size: 1.75rem;
  }
  .fs30 {
    font-size: 1.875rem;
  }
  .fs28 {
    font-size: 1.5rem;
  }
  .fs26 {
    font-size: 1.375rem;
  }
  .fs24 {
    font-size: 1.25rem;
  }
  .fs22 {
    font-size: 1.125rem;
  }
  .fs20 {
    font-size: 1rem;
  }
  .fs18 {
    font-size: 0.875rem;
  }
  .fs16 {
    font-size: 0.875rem;
  }
  .fs14 {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1024px) {
  .fs36 {
    font-size: 2rem;
  }
  .fs34 {
    font-size: 1.875rem;
  }
  .fs32 {
    font-size: 1.75rem;
  }
  .fs30 {
    font-size: 1.875rem;
  }
  .fs28 {
    font-size: 1.5rem;
  }
  .fs26 {
    font-size: 1.375rem;
  }
  .fs24 {
    font-size: 1.25rem;
  }
  .fs22 {
    font-size: 1.125rem;
  }
  .fs20 {
    font-size: 1rem;
  }
  .fs18 {
    font-size: 0.875rem;
  }
  .fs16 {
    font-size: 0.875rem;
  }
  .fs14 {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .fs36 {
    font-size: 25px;
  }
  .fs34 {
    font-size: 24px;
  }
  .fs32 {
    font-size: 23px;
  }
  .fs30 {
    font-size: 22px;
  }
  .fs28 {
    font-size: 21px;
  }
  .fs26 {
    font-size: 20px;
  }
  .fs24 {
    font-size: 19px;
  }
  .fs22 {
    font-size: 18px;
  }
  .fs20 {
    font-size: 17px;
  }
  .fs18 {
    font-size: 16px;
  }
  .fs16 {
    font-size: 14px;
  }
  .fs14 {
    font-size: 12px;
  }
}

.over-hiden {
  overflow: hidden;
}

.obj-cover {
  object-fit: cover !important;
}

.obj-contain {
  object-fit: contain !important;
}

/*flex*/
.flex-1-1-1-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.flex-1-1-1-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-end;
}

.flex-1-1-1-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
}

.flex-1-1-1-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-1-1-1-5 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-around;
}

.flex-1-1-2-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
}

.flex-1-1-2-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-end;
}

.flex-1-1-2-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center;
}

.flex-1-1-2-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
}

.flex-1-1-2-5 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-around;
}

.flex-1-1-3-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

.flex-1-1-3-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}

.flex-1-1-3-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.flex-1-1-3-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.flex-1-1-3-5 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
}

.flex-1-1-4-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: flex-start;
}

.flex-1-1-4-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: flex-end;
}

.flex-1-1-4-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: center;
}

.flex-1-1-4-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: space-between;
}

.flex-1-1-4-5 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: space-around;
}

.flex-1-1-5-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
}

.flex-1-1-5-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-end;
}

.flex-1-1-5-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
}

.flex-1-1-5-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
}

.flex-1-1-5-5 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-around;
}

.flex-1-2-1-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.flex-1-2-1-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
}

.flex-1-2-1-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.flex-1-2-1-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-1-2-1-5 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
}

.flex-1-2-2-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
}

.flex-1-2-2-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
}

.flex-1-2-2-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}

.flex-1-2-2-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

.flex-1-2-2-5 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-around;
}

.flex-1-2-3-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.flex-1-2-3-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.flex-1-2-3-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.flex-1-2-3-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.flex-1-2-3-5 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.flex-1-2-4-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-start;
}

.flex-1-2-4-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-end;
}

.flex-1-2-4-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}

.flex-1-2-4-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}

.flex-1-2-4-5 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-around;
}

.flex-1-2-5-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.flex-1-2-5-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-end;
}

.flex-1-2-5-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

.flex-1-2-5-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

.flex-1-2-5-5 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around;
}

.flex-1-3-1-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: flex-start;
  justify-content: flex-start;
}

.flex-1-3-1-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: flex-start;
  justify-content: flex-end;
}

.flex-1-3-1-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: flex-start;
  justify-content: center;
}

.flex-1-3-1-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-1-3-1-5 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: flex-start;
  justify-content: space-around;
}

.flex-1-3-2-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: flex-end;
  justify-content: flex-start;
}

.flex-1-3-2-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: flex-end;
  justify-content: flex-end;
}

.flex-1-3-2-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: flex-end;
  justify-content: center;
}

.flex-1-3-2-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: flex-end;
  justify-content: space-between;
}

.flex-1-3-2-5 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: flex-end;
  justify-content: space-around;
}

.flex-1-3-3-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: flex-start;
}

.flex-1-3-3-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: flex-end;
}

.flex-1-3-3-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: center;
}

.flex-1-3-3-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: space-between;
}

.flex-1-3-3-5 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: space-around;
}

.flex-1-3-4-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: baseline;
  justify-content: flex-start;
}

.flex-1-3-4-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: baseline;
  justify-content: flex-end;
}

.flex-1-3-4-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: baseline;
  justify-content: center;
}

.flex-1-3-4-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: baseline;
  justify-content: space-between;
}

.flex-1-3-4-5 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: baseline;
  justify-content: space-around;
}

.flex-1-3-5-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: stretch;
  justify-content: flex-start;
}

.flex-1-3-5-2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: stretch;
  justify-content: flex-end;
}

.flex-1-3-5-3 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: stretch;
  justify-content: center;
}

.flex-1-3-5-4 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: stretch;
  justify-content: space-between;
}

.flex-1-3-5-5 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  align-items: stretch;
  justify-content: space-around;
}

.flex-2-1-1-1 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.flex-2-1-1-2 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-end;
}

.flex-2-1-1-3 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
}

.flex-2-1-1-4 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-2-1-1-5 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-around;
}

.flex-2-1-2-1 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
}

.flex-2-1-2-2 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-end;
}

.flex-2-1-2-3 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center;
}

.flex-2-1-2-4 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
}

.flex-2-1-2-5 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-around;
}

.flex-2-1-3-1 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

.flex-2-1-3-2 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}

.flex-2-1-3-3 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.flex-2-1-3-4 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.flex-2-1-3-5 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
}

.flex-2-1-4-1 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: flex-start;
}

.flex-2-1-4-2 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: flex-end;
}

.flex-2-1-4-3 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: center;
}

.flex-2-1-4-4 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: space-between;
}

.flex-2-1-4-5 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: space-around;
}

.flex-2-1-5-1 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
}

.flex-2-1-5-2 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-end;
}

.flex-2-1-5-3 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
}

.flex-2-1-5-4 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
}

.flex-2-1-5-5 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-around;
}

.flex-2-2-1-1 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.flex-2-2-1-2 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
}

.flex-2-2-1-3 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.flex-2-2-1-4 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-2-2-1-5 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
}

.flex-2-2-2-1 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
}

.flex-2-2-2-2 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
}

.flex-2-2-2-3 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}

.flex-2-2-2-4 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

.flex-2-2-2-5 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-around;
}

.flex-2-2-3-1 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.flex-2-2-3-2 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.flex-2-2-3-3 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.flex-2-2-3-4 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.flex-2-2-3-5 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.flex-2-2-4-1 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-start;
}

.flex-2-2-4-2 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-end;
}

.flex-2-2-4-3 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}

.flex-2-2-4-4 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}

.flex-2-2-4-5 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-around;
}

.flex-2-2-5-1 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.flex-2-2-5-2 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-end;
}

.flex-2-2-5-3 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

.flex-2-2-5-4 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

.flex-2-2-5-5 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around;
}

.flex-2-3-1-1 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  align-items: flex-start;
  justify-content: flex-start;
}

.flex-2-3-1-2 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  align-items: flex-start;
  justify-content: flex-end;
}

.flex-2-3-1-3 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  align-items: flex-start;
  justify-content: center;
}

.flex-2-3-1-4 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-2-3-1-5 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  align-items: flex-start;
  justify-content: space-around;
}

.flex-2-3-2-1 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  align-items: flex-end;
  justify-content: flex-start;
}

.flex-2-3-2-2 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  align-items: flex-end;
  justify-content: flex-end;
}

.flex-2-3-2-3 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  align-items: flex-end;
  justify-content: center;
}

.flex-2-3-2-4 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  align-items: flex-end;
  justify-content: space-between;
}

.flex-2-3-2-5 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  align-items: flex-end;
  justify-content: space-around;
}

.flex-2-3-3-1 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: flex-start;
}

.flex-2-3-3-2 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: flex-end;
}

.flex-2-3-3-3 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: center;
}

.flex-2-3-3-4 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: space-between;
}

.flex-2-3-3-5 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: space-around;
}

.flex-2-3-4-1 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  align-items: baseline;
  justify-content: flex-start;
}

.flex-2-3-4-2 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  align-items: baseline;
  justify-content: flex-end;
}

.flex-2-3-4-3 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  align-items: baseline;
  justify-content: center;
}

.flex-2-3-4-4 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  align-items: baseline;
  justify-content: space-between;
}

.flex-2-3-4-5 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  align-items: baseline;
  justify-content: space-around;
}

.flex-2-3-5-1 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  align-items: stretch;
  justify-content: flex-start;
}

.flex-2-3-5-2 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  align-items: stretch;
  justify-content: flex-end;
}

.flex-2-3-5-3 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  align-items: stretch;
  justify-content: center;
}

.flex-2-3-5-4 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  align-items: stretch;
  justify-content: space-between;
}

.flex-2-3-5-5 {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  align-items: stretch;
  justify-content: space-around;
}

.flex-3-1-1-1 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.flex-3-1-1-2 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-end;
}

.flex-3-1-1-3 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
}

.flex-3-1-1-4 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-3-1-1-5 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-around;
}

.flex-3-1-2-1 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
}

.flex-3-1-2-2 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-end;
}

.flex-3-1-2-3 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center;
}

.flex-3-1-2-4 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
}

.flex-3-1-2-5 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-around;
}

.flex-3-1-3-1 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

.flex-3-1-3-2 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}

.flex-3-1-3-3 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.flex-3-1-3-4 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.flex-3-1-3-5 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
}

.flex-3-1-4-1 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: flex-start;
}

.flex-3-1-4-2 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: flex-end;
}

.flex-3-1-4-3 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: center;
}

.flex-3-1-4-4 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: space-between;
}

.flex-3-1-4-5 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: space-around;
}

.flex-3-1-5-1 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
}

.flex-3-1-5-2 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-end;
}

.flex-3-1-5-3 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
}

.flex-3-1-5-4 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
}

.flex-3-1-5-5 {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-around;
}

.flex-3-2-1-1 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.flex-3-2-1-2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
}

.flex-3-2-1-3 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.flex-3-2-1-4 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-3-2-1-5 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
}

.flex-3-2-2-1 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
}

.flex-3-2-2-2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
}

.flex-3-2-2-3 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}

.flex-3-2-2-4 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

.flex-3-2-2-5 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-around;
}

.flex-3-2-3-1 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.flex-3-2-3-2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.flex-3-2-3-3 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.flex-3-2-3-4 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.flex-3-2-3-5 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.flex-3-2-4-1 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-start;
}

.flex-3-2-4-2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-end;
}

.flex-3-2-4-3 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}

.flex-3-2-4-4 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}

.flex-3-2-4-5 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-around;
}

.flex-3-2-5-1 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.flex-3-2-5-2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-end;
}

.flex-3-2-5-3 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

.flex-3-2-5-4 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

.flex-3-2-5-5 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around;
}

.flex-3-3-1-1 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  align-items: flex-start;
  justify-content: flex-start;
}

.flex-3-3-1-2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  align-items: flex-start;
  justify-content: flex-end;
}

.flex-3-3-1-3 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  align-items: flex-start;
  justify-content: center;
}

.flex-3-3-1-4 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-3-3-1-5 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  align-items: flex-start;
  justify-content: space-around;
}

.flex-3-3-2-1 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  align-items: flex-end;
  justify-content: flex-start;
}

.flex-3-3-2-2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  align-items: flex-end;
  justify-content: flex-end;
}

.flex-3-3-2-3 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  align-items: flex-end;
  justify-content: center;
}

.flex-3-3-2-4 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  align-items: flex-end;
  justify-content: space-between;
}

.flex-3-3-2-5 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  align-items: flex-end;
  justify-content: space-around;
}

.flex-3-3-3-1 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: flex-start;
}

.flex-3-3-3-2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: flex-end;
}

.flex-3-3-3-3 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: center;
}

.flex-3-3-3-4 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: space-between;
}

.flex-3-3-3-5 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: space-around;
}

.flex-3-3-4-1 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  align-items: baseline;
  justify-content: flex-start;
}

.flex-3-3-4-2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  align-items: baseline;
  justify-content: flex-end;
}

.flex-3-3-4-3 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  align-items: baseline;
  justify-content: center;
}

.flex-3-3-4-4 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  align-items: baseline;
  justify-content: space-between;
}

.flex-3-3-4-5 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  align-items: baseline;
  justify-content: space-around;
}

.flex-3-3-5-1 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  align-items: stretch;
  justify-content: flex-start;
}

.flex-3-3-5-2 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  align-items: stretch;
  justify-content: flex-end;
}

.flex-3-3-5-3 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  align-items: stretch;
  justify-content: center;
}

.flex-3-3-5-4 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  align-items: stretch;
  justify-content: space-between;
}

.flex-3-3-5-5 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
  align-items: stretch;
  justify-content: space-around;
}

.flex-4-1-1-1 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.flex-4-1-1-2 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-end;
}

.flex-4-1-1-3 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
}

.flex-4-1-1-4 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-4-1-1-5 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-around;
}

.flex-4-1-2-1 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
}

.flex-4-1-2-2 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-end;
}

.flex-4-1-2-3 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center;
}

.flex-4-1-2-4 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
}

.flex-4-1-2-5 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-around;
}

.flex-4-1-3-1 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
}

.flex-4-1-3-2 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}

.flex-4-1-3-3 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.flex-4-1-3-4 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.flex-4-1-3-5 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
}

.flex-4-1-4-1 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: flex-start;
}

.flex-4-1-4-2 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: flex-end;
}

.flex-4-1-4-3 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: center;
}

.flex-4-1-4-4 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: space-between;
}

.flex-4-1-4-5 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-items: baseline;
  justify-content: space-around;
}

.flex-4-1-5-1 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
}

.flex-4-1-5-2 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-end;
}

.flex-4-1-5-3 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
}

.flex-4-1-5-4 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
}

.flex-4-1-5-5 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-around;
}

.flex-4-2-1-1 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.flex-4-2-1-2 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
}

.flex-4-2-1-3 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.flex-4-2-1-4 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-4-2-1-5 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
}

.flex-4-2-2-1 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start;
}

.flex-4-2-2-2 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
}

.flex-4-2-2-3 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}

.flex-4-2-2-4 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}

.flex-4-2-2-5 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-around;
}

.flex-4-2-3-1 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.flex-4-2-3-2 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.flex-4-2-3-3 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.flex-4-2-3-4 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.flex-4-2-3-5 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.flex-4-2-4-1 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-start;
}

.flex-4-2-4-2 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: flex-end;
}

.flex-4-2-4-3 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}

.flex-4-2-4-4 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}

.flex-4-2-4-5 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-around;
}

.flex-4-2-5-1 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.flex-4-2-5-2 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-end;
}

.flex-4-2-5-3 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}

.flex-4-2-5-4 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

.flex-4-2-5-5 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-around;
}

.flex-4-3-1-1 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  align-items: flex-start;
  justify-content: flex-start;
}

.flex-4-3-1-2 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  align-items: flex-start;
  justify-content: flex-end;
}

.flex-4-3-1-3 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  align-items: flex-start;
  justify-content: center;
}

.flex-4-3-1-4 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  align-items: flex-start;
  justify-content: space-between;
}

.flex-4-3-1-5 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  align-items: flex-start;
  justify-content: space-around;
}

.flex-4-3-2-1 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  align-items: flex-end;
  justify-content: flex-start;
}

.flex-4-3-2-2 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  align-items: flex-end;
  justify-content: flex-end;
}

.flex-4-3-2-3 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  align-items: flex-end;
  justify-content: center;
}

.flex-4-3-2-4 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  align-items: flex-end;
  justify-content: space-between;
}

.flex-4-3-2-5 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  align-items: flex-end;
  justify-content: space-around;
}

.flex-4-3-3-1 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: flex-start;
}

.flex-4-3-3-2 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: flex-end;
}

.flex-4-3-3-3 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: center;
}

.flex-4-3-3-4 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: space-between;
}

.flex-4-3-3-5 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  align-items: center;
  justify-content: space-around;
}

.flex-4-3-4-1 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  align-items: baseline;
  justify-content: flex-start;
}

.flex-4-3-4-2 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  align-items: baseline;
  justify-content: flex-end;
}

.flex-4-3-4-3 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  align-items: baseline;
  justify-content: center;
}

.flex-4-3-4-4 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  align-items: baseline;
  justify-content: space-between;
}

.flex-4-3-4-5 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  align-items: baseline;
  justify-content: space-around;
}

.flex-4-3-5-1 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  align-items: stretch;
  justify-content: flex-start;
}

.flex-4-3-5-2 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  align-items: stretch;
  justify-content: flex-end;
}

.flex-4-3-5-3 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  align-items: stretch;
  justify-content: center;
}

.flex-4-3-5-4 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  align-items: stretch;
  justify-content: space-between;
}

.flex-4-3-5-5 {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap-reverse;
  align-items: stretch;
  justify-content: space-around;
}
