* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  /*font: inherit;*/
  vertical-align: baseline;
  font-family: "微软雅黑";
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
body,
html {
  min-width: 320px;
  max-width: 100%;
  line-height: 1;
  overflow-x: hidden;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  color: inherit;
  background: none;
  text-decoration: none;
}

a:hover {
  color: #136eb6;
}

.cursor-pointer {
  cursor: pointer;
}

/*a:focus,*/
/*input:focus,*/
/*p:focus,*/
/*div:focus{*/
/*    outline:none;*/
/*    -webkit-tap-highlight-color:rgba(0,0,0,0);*/
/*    -webkit-user-modify:read-write-plaintext-only;*/
/*}*/

b,
strong {
  font-weight: bold;
}
ul,
li {
  list-style: none;
}
input,
textarea {
  outline: none;
  border: initial;
}
.pubimg {
  width: 100%;
  height: 100%;
  display: block;
}
.pubimg1s {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 1s;
}
.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;
}

/*xlt-k*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  background-color: #1772b4;
}
@media screen and (max-width: 1200px) {
  ::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  ::-webkit-scrollbar-track {
    background-color: #ffffff;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #19596b;
  }
}
/*xlt-g*/
.tac {
  text-align: center;
}
.fc3 {
  color: #333333;
}
.fc5 {
  color: #555555;
}
.fcf {
  color: #ffffff;
}

.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.mw1200 {
  max-width: 1200px;
  max-width: 1400px;
  margin: 0 auto;
}

/*ellipsis*/
.ellipsis-0 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 0;
  text-overflow: ellipsis;
  word-break: break-all;
}

.ellipsis-1 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  word-break: break-all;
}

.ellipsis-2 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  word-break: break-all;
}

.ellipsis-3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  word-break: break-all;
}

.ellipsis-4 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  word-break: break-all;
}

.ellipsis-5 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  word-break: break-all;
}
.fs50 {
  font-size: 3.25rem;
}
.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: 4.7vw;
  }
  .fs34 {
    font-size: 4.6vw;
  }
  .fs32 {
    font-size: 4.5vw;
  }
  .fs30 {
    font-size: 4.45vw;
  }
  .fs28 {
    font-size: 4.3vw;
  }
  .fs26 {
    font-size: 4.15vw;
  }
  .fs24 {
    font-size: 4.35vw;
  }
  .fs22 {
    font-size: 4.2vw;
  }
  .fs20 {
    font-size: 4.2vw;
  }
  .fs18 {
    font-size: 3.9vw;
  }
  .fs16 {
    font-size: 3.75vw;
  }
  .fs14 {
    font-size: 3.5vw;
  }
}

.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;
}
