.text-left {
  -webkit-text-align: left;
  -moz-text-align: left;
  -ms-text-align: left;
  text-align: left;
}
.text-center {
  -webkit-text-align: center;
  -moz-text-align: center;
  -ms-text-align: center;
  text-align: center;
}
.text-right {
  -webkit-text-align: right;
  -moz-text-align: right;
  -ms-text-align: right;
  text-align: right;
}
.text-line-1 {
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.text-line-2 {
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.text-line-3 {
  text-overflow: ellipsis;
  display: -webkit-box;
  white-space: normal;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.displayHeight {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.position-relative {
  -webkit-position: relative;
  -moz-position: relative;
  -ms-position: relative;
  position: relative;
}
.position-absolute {
  -webkit-position: absolute;
  -moz-position: absolute;
  -ms-position: absolute;
  position: absolute;
}
.position-fixed {
  -webkit-position: fixed;
  -moz-position: fixed;
  -ms-position: fixed;
  position: fixed;
}
.position-inherit {
  -webkit-position: inherit;
  -moz-position: inherit;
  -ms-position: inherit;
  position: inherit;
}
.display-block {
  -webkit-display: block;
  -moz-display: block;
  -ms-display: block;
  display: block;
}
.display-inline {
  -webkit-display: inline;
  -moz-display: inline;
  -ms-display: inline;
  display: inline;
}
.display-inline-block {
  -webkit-display: inline-block;
  -moz-display: inline-block;
  -ms-display: inline-block;
  display: inline-block;
}
.display-flex {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
}
.flex-direction-row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-direction-row-reverse {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-direction-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-direction-column-reverse {
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.flex-justify-flex-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-justify-flex-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-justify-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.flex-justify-space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.flex-justify-space-around {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.flex-align-flex-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.flex-align-flex-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.flex-align-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.flex-align-baseline {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.flex-align-stretch {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.flex-align-self-auto {
  -webkit-align-self: auto;
  -moz-align-self: auto;
  -ms-align-self: auto;
  align-self: auto;
}
.flex-align-self-flex-start {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
.flex-align-self-flex-end {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-align-self: flex-end;
  align-self: flex-end;
}
.flex-align-self-center {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
}
.flex-align-self-baseline {
  -webkit-align-self: baseline;
  -moz-align-self: baseline;
  -ms-align-self: baseline;
  align-self: baseline;
}
.flex-align-self-stretch {
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
.flex-3 {
  flex: 3;
}
.flex-4 {
  flex: 4;
}
.flex-5 {
  flex: 5;
}
.flex-6 {
  flex: 6;
}
.flex-7 {
  flex: 7;
}
.flex-8 {
  flex: 8;
}
.flex-9 {
  flex: 9;
}
.flex-10 {
  flex: 10;
}
.flex-11 {
  flex: 11;
}
.flex-12 {
  flex: 12;
}
.flex-13 {
  flex: 13;
}
.flex-14 {
  flex: 14;
}
.flex-15 {
  flex: 15;
}
.flex-16 {
  flex: 16;
}
.flex-17 {
  flex: 17;
}
.flex-18 {
  flex: 18;
}
.flex-19 {
  flex: 19;
}
.flex-20 {
  flex: 20;
}
.flex-21 {
  flex: 21;
}
.flex-22 {
  flex: 22;
}
.flex-23 {
  flex: 23;
}
.grid-1 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-1 .grid {
  width: 100%;
}
.grid-2 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-2 .grid {
  width: 50%;
}
.grid-3 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-3 .grid {
  width: 33.33333333%;
}
.grid-4 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-4 .grid {
  width: 25%;
}
.grid-5 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-5 .grid {
  width: 20%;
}
.grid-6 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-6 .grid {
  width: 16.66666667%;
}
.grid-7 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-7 .grid {
  width: 14.28571429%;
}
.grid-8 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-8 .grid {
  width: 12.5%;
}
.grid-9 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-9 .grid {
  width: 11.11111111%;
}
.grid-10 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-10 .grid {
  width: 10%;
}
.grid-11 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-11 .grid {
  width: 9.09090909%;
}
.grid-12 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-12 .grid {
  width: 8.33333333%;
}
.grid-13 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-13 .grid {
  width: 7.69230769%;
}
.grid-14 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-14 .grid {
  width: 7.14285714%;
}
.grid-15 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-15 .grid {
  width: 6.66666667%;
}
.grid-16 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-16 .grid {
  width: 6.25%;
}
.grid-17 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-17 .grid {
  width: 5.88235294%;
}
.grid-18 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-18 .grid {
  width: 5.55555556%;
}
.grid-19 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-19 .grid {
  width: 5.26315789%;
}
.grid-20 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-20 .grid {
  width: 5%;
}
.grid-21 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-21 .grid {
  width: 4.76190476%;
}
.grid-22 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-22 .grid {
  width: 4.54545455%;
}
.grid-23 {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-23 .grid {
  width: 4.34782609%;
}
.color-000 {
  color: #000 !important;
}
.color-333 {
  color: #333 !important;
}
.color-666 {
  color: #666 !important;
}
.color-999 {
  color: #999 !important;
}
.color-f34545 {
  color: #f34545 !important;
}
.color-fff {
  color: #fff !important;
}
.box-sizing-border {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.box-sizing-content {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.box-sizing-inherit {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  -ms-box-sizing: inherit;
  box-sizing: inherit;
}
.border {
  border: 1px solid #000;
}
.img-percent {
  width: 100%;
  height: 100%;
}
.img-1-1 {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
}
.img-1-1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-1-2 {
  padding-bottom: 50%;
  width: 100%;
  position: relative;
}
.img-1-2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-1-3 {
  padding-bottom: 33.33333333%;
  width: 100%;
  position: relative;
}
.img-1-3 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-1-4 {
  padding-bottom: 25%;
  width: 100%;
  position: relative;
}
.img-1-4 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-1-5 {
  padding-bottom: 20%;
  width: 100%;
  position: relative;
}
.img-1-5 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-1-6 {
  padding-bottom: 16.66666667%;
  width: 100%;
  position: relative;
}
.img-1-6 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-1-7 {
  padding-bottom: 14.28571429%;
  width: 100%;
  position: relative;
}
.img-1-7 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-1-8 {
  padding-bottom: 12.5%;
  width: 100%;
  position: relative;
}
.img-1-8 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-1-9 {
  padding-bottom: 11.11111111%;
  width: 100%;
  position: relative;
}
.img-1-9 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-1-10 {
  padding-bottom: 10%;
  width: 100%;
  position: relative;
}
.img-1-10 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-1-11 {
  padding-bottom: 9.09090909%;
  width: 100%;
  position: relative;
}
.img-1-11 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-1-12 {
  padding-bottom: 8.33333333%;
  width: 100%;
  position: relative;
}
.img-1-12 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-1-13 {
  padding-bottom: 7.69230769%;
  width: 100%;
  position: relative;
}
.img-1-13 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-1-14 {
  padding-bottom: 7.14285714%;
  width: 100%;
  position: relative;
}
.img-1-14 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-1-15 {
  padding-bottom: 6.66666667%;
  width: 100%;
  position: relative;
}
.img-1-15 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-1-16 {
  padding-bottom: 6.25%;
  width: 100%;
  position: relative;
}
.img-1-16 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-1-17 {
  padding-bottom: 5.88235294%;
  width: 100%;
  position: relative;
}
.img-1-17 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-1-18 {
  padding-bottom: 5.55555556%;
  width: 100%;
  position: relative;
}
.img-1-18 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-1-19 {
  padding-bottom: 5.26315789%;
  width: 100%;
  position: relative;
}
.img-1-19 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-1-20 {
  padding-bottom: 5%;
  width: 100%;
  position: relative;
}
.img-1-20 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-2-1 {
  padding-bottom: 200%;
  width: 100%;
  position: relative;
}
.img-2-1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-2-2 {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
}
.img-2-2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-2-3 {
  padding-bottom: 66.66666667%;
  width: 100%;
  position: relative;
}
.img-2-3 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-2-4 {
  padding-bottom: 50%;
  width: 100%;
  position: relative;
}
.img-2-4 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-2-5 {
  padding-bottom: 40%;
  width: 100%;
  position: relative;
}
.img-2-5 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-2-6 {
  padding-bottom: 33.33333333%;
  width: 100%;
  position: relative;
}
.img-2-6 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-2-7 {
  padding-bottom: 28.57142857%;
  width: 100%;
  position: relative;
}
.img-2-7 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-2-8 {
  padding-bottom: 25%;
  width: 100%;
  position: relative;
}
.img-2-8 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-2-9 {
  padding-bottom: 22.22222222%;
  width: 100%;
  position: relative;
}
.img-2-9 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-2-10 {
  padding-bottom: 20%;
  width: 100%;
  position: relative;
}
.img-2-10 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-2-11 {
  padding-bottom: 18.18181818%;
  width: 100%;
  position: relative;
}
.img-2-11 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-2-12 {
  padding-bottom: 16.66666667%;
  width: 100%;
  position: relative;
}
.img-2-12 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-2-13 {
  padding-bottom: 15.38461538%;
  width: 100%;
  position: relative;
}
.img-2-13 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-2-14 {
  padding-bottom: 14.28571429%;
  width: 100%;
  position: relative;
}
.img-2-14 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-2-15 {
  padding-bottom: 13.33333333%;
  width: 100%;
  position: relative;
}
.img-2-15 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-2-16 {
  padding-bottom: 12.5%;
  width: 100%;
  position: relative;
}
.img-2-16 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-2-17 {
  padding-bottom: 11.76470588%;
  width: 100%;
  position: relative;
}
.img-2-17 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-2-18 {
  padding-bottom: 11.11111111%;
  width: 100%;
  position: relative;
}
.img-2-18 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-2-19 {
  padding-bottom: 10.52631579%;
  width: 100%;
  position: relative;
}
.img-2-19 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-2-20 {
  padding-bottom: 10%;
  width: 100%;
  position: relative;
}
.img-2-20 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-3-1 {
  padding-bottom: 300%;
  width: 100%;
  position: relative;
}
.img-3-1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-3-2 {
  padding-bottom: 150%;
  width: 100%;
  position: relative;
}
.img-3-2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-3-3 {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
}
.img-3-3 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-3-4 {
  padding-bottom: 75%;
  width: 100%;
  position: relative;
}
.img-3-4 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-3-5 {
  padding-bottom: 60%;
  width: 100%;
  position: relative;
}
.img-3-5 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-3-6 {
  padding-bottom: 50%;
  width: 100%;
  position: relative;
}
.img-3-6 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-3-7 {
  padding-bottom: 42.85714286%;
  width: 100%;
  position: relative;
}
.img-3-7 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-3-8 {
  padding-bottom: 37.5%;
  width: 100%;
  position: relative;
}
.img-3-8 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-3-9 {
  padding-bottom: 33.33333333%;
  width: 100%;
  position: relative;
}
.img-3-9 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-3-10 {
  padding-bottom: 30%;
  width: 100%;
  position: relative;
}
.img-3-10 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-3-11 {
  padding-bottom: 27.27272727%;
  width: 100%;
  position: relative;
}
.img-3-11 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-3-12 {
  padding-bottom: 25%;
  width: 100%;
  position: relative;
}
.img-3-12 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-3-13 {
  padding-bottom: 23.07692308%;
  width: 100%;
  position: relative;
}
.img-3-13 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-3-14 {
  padding-bottom: 21.42857143%;
  width: 100%;
  position: relative;
}
.img-3-14 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-3-15 {
  padding-bottom: 20%;
  width: 100%;
  position: relative;
}
.img-3-15 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-3-16 {
  padding-bottom: 18.75%;
  width: 100%;
  position: relative;
}
.img-3-16 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-3-17 {
  padding-bottom: 17.64705882%;
  width: 100%;
  position: relative;
}
.img-3-17 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-3-18 {
  padding-bottom: 16.66666667%;
  width: 100%;
  position: relative;
}
.img-3-18 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-3-19 {
  padding-bottom: 15.78947368%;
  width: 100%;
  position: relative;
}
.img-3-19 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-3-20 {
  padding-bottom: 15%;
  width: 100%;
  position: relative;
}
.img-3-20 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-4-1 {
  padding-bottom: 400%;
  width: 100%;
  position: relative;
}
.img-4-1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-4-2 {
  padding-bottom: 200%;
  width: 100%;
  position: relative;
}
.img-4-2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-4-3 {
  padding-bottom: 133.33333333%;
  width: 100%;
  position: relative;
}
.img-4-3 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-4-4 {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
}
.img-4-4 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-4-5 {
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}
.img-4-5 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-4-6 {
  padding-bottom: 66.66666667%;
  width: 100%;
  position: relative;
}
.img-4-6 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-4-7 {
  padding-bottom: 57.14285714%;
  width: 100%;
  position: relative;
}
.img-4-7 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-4-8 {
  padding-bottom: 50%;
  width: 100%;
  position: relative;
}
.img-4-8 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-4-9 {
  padding-bottom: 44.44444444%;
  width: 100%;
  position: relative;
}
.img-4-9 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-4-10 {
  padding-bottom: 40%;
  width: 100%;
  position: relative;
}
.img-4-10 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-4-11 {
  padding-bottom: 36.36363636%;
  width: 100%;
  position: relative;
}
.img-4-11 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-4-12 {
  padding-bottom: 33.33333333%;
  width: 100%;
  position: relative;
}
.img-4-12 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-4-13 {
  padding-bottom: 30.76923077%;
  width: 100%;
  position: relative;
}
.img-4-13 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-4-14 {
  padding-bottom: 28.57142857%;
  width: 100%;
  position: relative;
}
.img-4-14 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-4-15 {
  padding-bottom: 26.66666667%;
  width: 100%;
  position: relative;
}
.img-4-15 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-4-16 {
  padding-bottom: 25%;
  width: 100%;
  position: relative;
}
.img-4-16 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-4-17 {
  padding-bottom: 23.52941176%;
  width: 100%;
  position: relative;
}
.img-4-17 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-4-18 {
  padding-bottom: 22.22222222%;
  width: 100%;
  position: relative;
}
.img-4-18 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-4-19 {
  padding-bottom: 21.05263158%;
  width: 100%;
  position: relative;
}
.img-4-19 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-4-20 {
  padding-bottom: 20%;
  width: 100%;
  position: relative;
}
.img-4-20 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-5-1 {
  padding-bottom: 500%;
  width: 100%;
  position: relative;
}
.img-5-1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-5-2 {
  padding-bottom: 250%;
  width: 100%;
  position: relative;
}
.img-5-2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-5-3 {
  padding-bottom: 166.66666667%;
  width: 100%;
  position: relative;
}
.img-5-3 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-5-4 {
  padding-bottom: 125%;
  width: 100%;
  position: relative;
}
.img-5-4 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-5-5 {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
}
.img-5-5 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-5-6 {
  padding-bottom: 83.33333333%;
  width: 100%;
  position: relative;
}
.img-5-6 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-5-7 {
  padding-bottom: 71.42857143%;
  width: 100%;
  position: relative;
}
.img-5-7 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-5-8 {
  padding-bottom: 62.5%;
  width: 100%;
  position: relative;
}
.img-5-8 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-5-9 {
  padding-bottom: 55.55555556%;
  width: 100%;
  position: relative;
}
.img-5-9 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-5-10 {
  padding-bottom: 50%;
  width: 100%;
  position: relative;
}
.img-5-10 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-5-11 {
  padding-bottom: 45.45454545%;
  width: 100%;
  position: relative;
}
.img-5-11 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-5-12 {
  padding-bottom: 41.66666667%;
  width: 100%;
  position: relative;
}
.img-5-12 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-5-13 {
  padding-bottom: 38.46153846%;
  width: 100%;
  position: relative;
}
.img-5-13 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-5-14 {
  padding-bottom: 35.71428571%;
  width: 100%;
  position: relative;
}
.img-5-14 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-5-15 {
  padding-bottom: 33.33333333%;
  width: 100%;
  position: relative;
}
.img-5-15 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-5-16 {
  padding-bottom: 31.25%;
  width: 100%;
  position: relative;
}
.img-5-16 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-5-17 {
  padding-bottom: 29.41176471%;
  width: 100%;
  position: relative;
}
.img-5-17 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-5-18 {
  padding-bottom: 27.77777778%;
  width: 100%;
  position: relative;
}
.img-5-18 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-5-19 {
  padding-bottom: 26.31578947%;
  width: 100%;
  position: relative;
}
.img-5-19 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-5-20 {
  padding-bottom: 25%;
  width: 100%;
  position: relative;
}
.img-5-20 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-6-1 {
  padding-bottom: 600%;
  width: 100%;
  position: relative;
}
.img-6-1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-6-2 {
  padding-bottom: 300%;
  width: 100%;
  position: relative;
}
.img-6-2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-6-3 {
  padding-bottom: 200%;
  width: 100%;
  position: relative;
}
.img-6-3 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-6-4 {
  padding-bottom: 150%;
  width: 100%;
  position: relative;
}
.img-6-4 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-6-5 {
  padding-bottom: 120%;
  width: 100%;
  position: relative;
}
.img-6-5 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-6-6 {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
}
.img-6-6 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-6-7 {
  padding-bottom: 85.71428571%;
  width: 100%;
  position: relative;
}
.img-6-7 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-6-8 {
  padding-bottom: 75%;
  width: 100%;
  position: relative;
}
.img-6-8 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-6-9 {
  padding-bottom: 66.66666667%;
  width: 100%;
  position: relative;
}
.img-6-9 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-6-10 {
  padding-bottom: 60%;
  width: 100%;
  position: relative;
}
.img-6-10 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-6-11 {
  padding-bottom: 54.54545455%;
  width: 100%;
  position: relative;
}
.img-6-11 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-6-12 {
  padding-bottom: 50%;
  width: 100%;
  position: relative;
}
.img-6-12 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-6-13 {
  padding-bottom: 46.15384615%;
  width: 100%;
  position: relative;
}
.img-6-13 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-6-14 {
  padding-bottom: 42.85714286%;
  width: 100%;
  position: relative;
}
.img-6-14 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-6-15 {
  padding-bottom: 40%;
  width: 100%;
  position: relative;
}
.img-6-15 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-6-16 {
  padding-bottom: 37.5%;
  width: 100%;
  position: relative;
}
.img-6-16 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-6-17 {
  padding-bottom: 35.29411765%;
  width: 100%;
  position: relative;
}
.img-6-17 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-6-18 {
  padding-bottom: 33.33333333%;
  width: 100%;
  position: relative;
}
.img-6-18 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-6-19 {
  padding-bottom: 31.57894737%;
  width: 100%;
  position: relative;
}
.img-6-19 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-6-20 {
  padding-bottom: 30%;
  width: 100%;
  position: relative;
}
.img-6-20 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-7-1 {
  padding-bottom: 700%;
  width: 100%;
  position: relative;
}
.img-7-1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-7-2 {
  padding-bottom: 350%;
  width: 100%;
  position: relative;
}
.img-7-2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-7-3 {
  padding-bottom: 233.33333333%;
  width: 100%;
  position: relative;
}
.img-7-3 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-7-4 {
  padding-bottom: 175%;
  width: 100%;
  position: relative;
}
.img-7-4 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-7-5 {
  padding-bottom: 140%;
  width: 100%;
  position: relative;
}
.img-7-5 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-7-6 {
  padding-bottom: 116.66666667%;
  width: 100%;
  position: relative;
}
.img-7-6 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-7-7 {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
}
.img-7-7 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-7-8 {
  padding-bottom: 87.5%;
  width: 100%;
  position: relative;
}
.img-7-8 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-7-9 {
  padding-bottom: 77.77777778%;
  width: 100%;
  position: relative;
}
.img-7-9 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-7-10 {
  padding-bottom: 70%;
  width: 100%;
  position: relative;
}
.img-7-10 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-7-11 {
  padding-bottom: 63.63636364%;
  width: 100%;
  position: relative;
}
.img-7-11 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-7-12 {
  padding-bottom: 58.33333333%;
  width: 100%;
  position: relative;
}
.img-7-12 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-7-13 {
  padding-bottom: 53.84615385%;
  width: 100%;
  position: relative;
}
.img-7-13 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-7-14 {
  padding-bottom: 50%;
  width: 100%;
  position: relative;
}
.img-7-14 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-7-15 {
  padding-bottom: 46.66666667%;
  width: 100%;
  position: relative;
}
.img-7-15 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-7-16 {
  padding-bottom: 43.75%;
  width: 100%;
  position: relative;
}
.img-7-16 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-7-17 {
  padding-bottom: 41.17647059%;
  width: 100%;
  position: relative;
}
.img-7-17 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-7-18 {
  padding-bottom: 38.88888889%;
  width: 100%;
  position: relative;
}
.img-7-18 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-7-19 {
  padding-bottom: 36.84210526%;
  width: 100%;
  position: relative;
}
.img-7-19 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-7-20 {
  padding-bottom: 35%;
  width: 100%;
  position: relative;
}
.img-7-20 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-8-1 {
  padding-bottom: 800%;
  width: 100%;
  position: relative;
}
.img-8-1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-8-2 {
  padding-bottom: 400%;
  width: 100%;
  position: relative;
}
.img-8-2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-8-3 {
  padding-bottom: 266.66666667%;
  width: 100%;
  position: relative;
}
.img-8-3 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-8-4 {
  padding-bottom: 200%;
  width: 100%;
  position: relative;
}
.img-8-4 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-8-5 {
  padding-bottom: 160%;
  width: 100%;
  position: relative;
}
.img-8-5 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-8-6 {
  padding-bottom: 133.33333333%;
  width: 100%;
  position: relative;
}
.img-8-6 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-8-7 {
  padding-bottom: 114.28571429%;
  width: 100%;
  position: relative;
}
.img-8-7 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-8-8 {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
}
.img-8-8 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-8-9 {
  padding-bottom: 88.88888889%;
  width: 100%;
  position: relative;
}
.img-8-9 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-8-10 {
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}
.img-8-10 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-8-11 {
  padding-bottom: 72.72727273%;
  width: 100%;
  position: relative;
}
.img-8-11 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-8-12 {
  padding-bottom: 66.66666667%;
  width: 100%;
  position: relative;
}
.img-8-12 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-8-13 {
  padding-bottom: 61.53846154%;
  width: 100%;
  position: relative;
}
.img-8-13 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-8-14 {
  padding-bottom: 57.14285714%;
  width: 100%;
  position: relative;
}
.img-8-14 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-8-15 {
  padding-bottom: 53.33333333%;
  width: 100%;
  position: relative;
}
.img-8-15 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-8-16 {
  padding-bottom: 50%;
  width: 100%;
  position: relative;
}
.img-8-16 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-8-17 {
  padding-bottom: 47.05882353%;
  width: 100%;
  position: relative;
}
.img-8-17 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-8-18 {
  padding-bottom: 44.44444444%;
  width: 100%;
  position: relative;
}
.img-8-18 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-8-19 {
  padding-bottom: 42.10526316%;
  width: 100%;
  position: relative;
}
.img-8-19 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-8-20 {
  padding-bottom: 40%;
  width: 100%;
  position: relative;
}
.img-8-20 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-9-1 {
  padding-bottom: 900%;
  width: 100%;
  position: relative;
}
.img-9-1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-9-2 {
  padding-bottom: 450%;
  width: 100%;
  position: relative;
}
.img-9-2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-9-3 {
  padding-bottom: 300%;
  width: 100%;
  position: relative;
}
.img-9-3 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-9-4 {
  padding-bottom: 225%;
  width: 100%;
  position: relative;
}
.img-9-4 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-9-5 {
  padding-bottom: 180%;
  width: 100%;
  position: relative;
}
.img-9-5 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-9-6 {
  padding-bottom: 150%;
  width: 100%;
  position: relative;
}
.img-9-6 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-9-7 {
  padding-bottom: 128.57142857%;
  width: 100%;
  position: relative;
}
.img-9-7 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-9-8 {
  padding-bottom: 112.5%;
  width: 100%;
  position: relative;
}
.img-9-8 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-9-9 {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
}
.img-9-9 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-9-10 {
  padding-bottom: 90%;
  width: 100%;
  position: relative;
}
.img-9-10 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-9-11 {
  padding-bottom: 81.81818182%;
  width: 100%;
  position: relative;
}
.img-9-11 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-9-12 {
  padding-bottom: 75%;
  width: 100%;
  position: relative;
}
.img-9-12 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-9-13 {
  padding-bottom: 69.23076923%;
  width: 100%;
  position: relative;
}
.img-9-13 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-9-14 {
  padding-bottom: 64.28571429%;
  width: 100%;
  position: relative;
}
.img-9-14 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-9-15 {
  padding-bottom: 60%;
  width: 100%;
  position: relative;
}
.img-9-15 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-9-16 {
  padding-bottom: 56.25%;
  width: 100%;
  position: relative;
}
.img-9-16 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-9-17 {
  padding-bottom: 52.94117647%;
  width: 100%;
  position: relative;
}
.img-9-17 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-9-18 {
  padding-bottom: 50%;
  width: 100%;
  position: relative;
}
.img-9-18 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-9-19 {
  padding-bottom: 47.36842105%;
  width: 100%;
  position: relative;
}
.img-9-19 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-9-20 {
  padding-bottom: 45%;
  width: 100%;
  position: relative;
}
.img-9-20 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-10-1 {
  padding-bottom: 1000%;
  width: 100%;
  position: relative;
}
.img-10-1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-10-2 {
  padding-bottom: 500%;
  width: 100%;
  position: relative;
}
.img-10-2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-10-3 {
  padding-bottom: 333.33333333%;
  width: 100%;
  position: relative;
}
.img-10-3 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-10-4 {
  padding-bottom: 250%;
  width: 100%;
  position: relative;
}
.img-10-4 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-10-5 {
  padding-bottom: 200%;
  width: 100%;
  position: relative;
}
.img-10-5 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-10-6 {
  padding-bottom: 166.66666667%;
  width: 100%;
  position: relative;
}
.img-10-6 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-10-7 {
  padding-bottom: 142.85714286%;
  width: 100%;
  position: relative;
}
.img-10-7 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-10-8 {
  padding-bottom: 125%;
  width: 100%;
  position: relative;
}
.img-10-8 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-10-9 {
  padding-bottom: 111.11111111%;
  width: 100%;
  position: relative;
}
.img-10-9 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-10-10 {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
}
.img-10-10 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-10-11 {
  padding-bottom: 90.90909091%;
  width: 100%;
  position: relative;
}
.img-10-11 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-10-12 {
  padding-bottom: 83.33333333%;
  width: 100%;
  position: relative;
}
.img-10-12 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-10-13 {
  padding-bottom: 76.92307692%;
  width: 100%;
  position: relative;
}
.img-10-13 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-10-14 {
  padding-bottom: 71.42857143%;
  width: 100%;
  position: relative;
}
.img-10-14 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-10-15 {
  padding-bottom: 66.66666667%;
  width: 100%;
  position: relative;
}
.img-10-15 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-10-16 {
  padding-bottom: 62.5%;
  width: 100%;
  position: relative;
}
.img-10-16 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-10-17 {
  padding-bottom: 58.82352941%;
  width: 100%;
  position: relative;
}
.img-10-17 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-10-18 {
  padding-bottom: 55.55555556%;
  width: 100%;
  position: relative;
}
.img-10-18 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-10-19 {
  padding-bottom: 52.63157895%;
  width: 100%;
  position: relative;
}
.img-10-19 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-10-20 {
  padding-bottom: 50%;
  width: 100%;
  position: relative;
}
.img-10-20 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-11-1 {
  padding-bottom: 1100%;
  width: 100%;
  position: relative;
}
.img-11-1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-11-2 {
  padding-bottom: 550%;
  width: 100%;
  position: relative;
}
.img-11-2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-11-3 {
  padding-bottom: 366.66666667%;
  width: 100%;
  position: relative;
}
.img-11-3 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-11-4 {
  padding-bottom: 275%;
  width: 100%;
  position: relative;
}
.img-11-4 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-11-5 {
  padding-bottom: 220%;
  width: 100%;
  position: relative;
}
.img-11-5 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-11-6 {
  padding-bottom: 183.33333333%;
  width: 100%;
  position: relative;
}
.img-11-6 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-11-7 {
  padding-bottom: 157.14285714%;
  width: 100%;
  position: relative;
}
.img-11-7 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-11-8 {
  padding-bottom: 137.5%;
  width: 100%;
  position: relative;
}
.img-11-8 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-11-9 {
  padding-bottom: 122.22222222%;
  width: 100%;
  position: relative;
}
.img-11-9 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-11-10 {
  padding-bottom: 110%;
  width: 100%;
  position: relative;
}
.img-11-10 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-11-11 {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
}
.img-11-11 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-11-12 {
  padding-bottom: 91.66666667%;
  width: 100%;
  position: relative;
}
.img-11-12 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-11-13 {
  padding-bottom: 84.61538462%;
  width: 100%;
  position: relative;
}
.img-11-13 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-11-14 {
  padding-bottom: 78.57142857%;
  width: 100%;
  position: relative;
}
.img-11-14 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-11-15 {
  padding-bottom: 73.33333333%;
  width: 100%;
  position: relative;
}
.img-11-15 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-11-16 {
  padding-bottom: 68.75%;
  width: 100%;
  position: relative;
}
.img-11-16 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-11-17 {
  padding-bottom: 64.70588235%;
  width: 100%;
  position: relative;
}
.img-11-17 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-11-18 {
  padding-bottom: 61.11111111%;
  width: 100%;
  position: relative;
}
.img-11-18 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-11-19 {
  padding-bottom: 57.89473684%;
  width: 100%;
  position: relative;
}
.img-11-19 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-11-20 {
  padding-bottom: 55%;
  width: 100%;
  position: relative;
}
.img-11-20 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-12-1 {
  padding-bottom: 1200%;
  width: 100%;
  position: relative;
}
.img-12-1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-12-2 {
  padding-bottom: 600%;
  width: 100%;
  position: relative;
}
.img-12-2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-12-3 {
  padding-bottom: 400%;
  width: 100%;
  position: relative;
}
.img-12-3 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-12-4 {
  padding-bottom: 300%;
  width: 100%;
  position: relative;
}
.img-12-4 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-12-5 {
  padding-bottom: 240%;
  width: 100%;
  position: relative;
}
.img-12-5 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-12-6 {
  padding-bottom: 200%;
  width: 100%;
  position: relative;
}
.img-12-6 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-12-7 {
  padding-bottom: 171.42857143%;
  width: 100%;
  position: relative;
}
.img-12-7 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-12-8 {
  padding-bottom: 150%;
  width: 100%;
  position: relative;
}
.img-12-8 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-12-9 {
  padding-bottom: 133.33333333%;
  width: 100%;
  position: relative;
}
.img-12-9 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-12-10 {
  padding-bottom: 120%;
  width: 100%;
  position: relative;
}
.img-12-10 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-12-11 {
  padding-bottom: 109.09090909%;
  width: 100%;
  position: relative;
}
.img-12-11 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-12-12 {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
}
.img-12-12 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-12-13 {
  padding-bottom: 92.30769231%;
  width: 100%;
  position: relative;
}
.img-12-13 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-12-14 {
  padding-bottom: 85.71428571%;
  width: 100%;
  position: relative;
}
.img-12-14 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-12-15 {
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}
.img-12-15 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-12-16 {
  padding-bottom: 75%;
  width: 100%;
  position: relative;
}
.img-12-16 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-12-17 {
  padding-bottom: 70.58823529%;
  width: 100%;
  position: relative;
}
.img-12-17 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-12-18 {
  padding-bottom: 66.66666667%;
  width: 100%;
  position: relative;
}
.img-12-18 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-12-19 {
  padding-bottom: 63.15789474%;
  width: 100%;
  position: relative;
}
.img-12-19 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-12-20 {
  padding-bottom: 60%;
  width: 100%;
  position: relative;
}
.img-12-20 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-13-1 {
  padding-bottom: 1300%;
  width: 100%;
  position: relative;
}
.img-13-1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-13-2 {
  padding-bottom: 650%;
  width: 100%;
  position: relative;
}
.img-13-2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-13-3 {
  padding-bottom: 433.33333333%;
  width: 100%;
  position: relative;
}
.img-13-3 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-13-4 {
  padding-bottom: 325%;
  width: 100%;
  position: relative;
}
.img-13-4 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-13-5 {
  padding-bottom: 260%;
  width: 100%;
  position: relative;
}
.img-13-5 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-13-6 {
  padding-bottom: 216.66666667%;
  width: 100%;
  position: relative;
}
.img-13-6 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-13-7 {
  padding-bottom: 185.71428571%;
  width: 100%;
  position: relative;
}
.img-13-7 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-13-8 {
  padding-bottom: 162.5%;
  width: 100%;
  position: relative;
}
.img-13-8 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-13-9 {
  padding-bottom: 144.44444444%;
  width: 100%;
  position: relative;
}
.img-13-9 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-13-10 {
  padding-bottom: 130%;
  width: 100%;
  position: relative;
}
.img-13-10 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-13-11 {
  padding-bottom: 118.18181818%;
  width: 100%;
  position: relative;
}
.img-13-11 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-13-12 {
  padding-bottom: 108.33333333%;
  width: 100%;
  position: relative;
}
.img-13-12 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-13-13 {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
}
.img-13-13 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-13-14 {
  padding-bottom: 92.85714286%;
  width: 100%;
  position: relative;
}
.img-13-14 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-13-15 {
  padding-bottom: 86.66666667%;
  width: 100%;
  position: relative;
}
.img-13-15 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-13-16 {
  padding-bottom: 81.25%;
  width: 100%;
  position: relative;
}
.img-13-16 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-13-17 {
  padding-bottom: 76.47058824%;
  width: 100%;
  position: relative;
}
.img-13-17 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-13-18 {
  padding-bottom: 72.22222222%;
  width: 100%;
  position: relative;
}
.img-13-18 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-13-19 {
  padding-bottom: 68.42105263%;
  width: 100%;
  position: relative;
}
.img-13-19 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-13-20 {
  padding-bottom: 65%;
  width: 100%;
  position: relative;
}
.img-13-20 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-14-1 {
  padding-bottom: 1400%;
  width: 100%;
  position: relative;
}
.img-14-1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-14-2 {
  padding-bottom: 700%;
  width: 100%;
  position: relative;
}
.img-14-2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-14-3 {
  padding-bottom: 466.66666667%;
  width: 100%;
  position: relative;
}
.img-14-3 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-14-4 {
  padding-bottom: 350%;
  width: 100%;
  position: relative;
}
.img-14-4 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-14-5 {
  padding-bottom: 280%;
  width: 100%;
  position: relative;
}
.img-14-5 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-14-6 {
  padding-bottom: 233.33333333%;
  width: 100%;
  position: relative;
}
.img-14-6 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-14-7 {
  padding-bottom: 200%;
  width: 100%;
  position: relative;
}
.img-14-7 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-14-8 {
  padding-bottom: 175%;
  width: 100%;
  position: relative;
}
.img-14-8 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-14-9 {
  padding-bottom: 155.55555556%;
  width: 100%;
  position: relative;
}
.img-14-9 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-14-10 {
  padding-bottom: 140%;
  width: 100%;
  position: relative;
}
.img-14-10 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-14-11 {
  padding-bottom: 127.27272727%;
  width: 100%;
  position: relative;
}
.img-14-11 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-14-12 {
  padding-bottom: 116.66666667%;
  width: 100%;
  position: relative;
}
.img-14-12 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-14-13 {
  padding-bottom: 107.69230769%;
  width: 100%;
  position: relative;
}
.img-14-13 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-14-14 {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
}
.img-14-14 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-14-15 {
  padding-bottom: 93.33333333%;
  width: 100%;
  position: relative;
}
.img-14-15 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-14-16 {
  padding-bottom: 87.5%;
  width: 100%;
  position: relative;
}
.img-14-16 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-14-17 {
  padding-bottom: 82.35294118%;
  width: 100%;
  position: relative;
}
.img-14-17 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-14-18 {
  padding-bottom: 77.77777778%;
  width: 100%;
  position: relative;
}
.img-14-18 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-14-19 {
  padding-bottom: 73.68421053%;
  width: 100%;
  position: relative;
}
.img-14-19 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-14-20 {
  padding-bottom: 70%;
  width: 100%;
  position: relative;
}
.img-14-20 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-15-1 {
  padding-bottom: 1500%;
  width: 100%;
  position: relative;
}
.img-15-1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-15-2 {
  padding-bottom: 750%;
  width: 100%;
  position: relative;
}
.img-15-2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-15-3 {
  padding-bottom: 500%;
  width: 100%;
  position: relative;
}
.img-15-3 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-15-4 {
  padding-bottom: 375%;
  width: 100%;
  position: relative;
}
.img-15-4 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-15-5 {
  padding-bottom: 300%;
  width: 100%;
  position: relative;
}
.img-15-5 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-15-6 {
  padding-bottom: 250%;
  width: 100%;
  position: relative;
}
.img-15-6 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-15-7 {
  padding-bottom: 214.28571429%;
  width: 100%;
  position: relative;
}
.img-15-7 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-15-8 {
  padding-bottom: 187.5%;
  width: 100%;
  position: relative;
}
.img-15-8 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-15-9 {
  padding-bottom: 166.66666667%;
  width: 100%;
  position: relative;
}
.img-15-9 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-15-10 {
  padding-bottom: 150%;
  width: 100%;
  position: relative;
}
.img-15-10 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-15-11 {
  padding-bottom: 136.36363636%;
  width: 100%;
  position: relative;
}
.img-15-11 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-15-12 {
  padding-bottom: 125%;
  width: 100%;
  position: relative;
}
.img-15-12 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-15-13 {
  padding-bottom: 115.38461538%;
  width: 100%;
  position: relative;
}
.img-15-13 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-15-14 {
  padding-bottom: 107.14285714%;
  width: 100%;
  position: relative;
}
.img-15-14 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-15-15 {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
}
.img-15-15 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-15-16 {
  padding-bottom: 93.75%;
  width: 100%;
  position: relative;
}
.img-15-16 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-15-17 {
  padding-bottom: 88.23529412%;
  width: 100%;
  position: relative;
}
.img-15-17 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-15-18 {
  padding-bottom: 83.33333333%;
  width: 100%;
  position: relative;
}
.img-15-18 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-15-19 {
  padding-bottom: 78.94736842%;
  width: 100%;
  position: relative;
}
.img-15-19 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-15-20 {
  padding-bottom: 75%;
  width: 100%;
  position: relative;
}
.img-15-20 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-16-1 {
  padding-bottom: 1600%;
  width: 100%;
  position: relative;
}
.img-16-1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-16-2 {
  padding-bottom: 800%;
  width: 100%;
  position: relative;
}
.img-16-2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-16-3 {
  padding-bottom: 533.33333333%;
  width: 100%;
  position: relative;
}
.img-16-3 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-16-4 {
  padding-bottom: 400%;
  width: 100%;
  position: relative;
}
.img-16-4 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-16-5 {
  padding-bottom: 320%;
  width: 100%;
  position: relative;
}
.img-16-5 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-16-6 {
  padding-bottom: 266.66666667%;
  width: 100%;
  position: relative;
}
.img-16-6 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-16-7 {
  padding-bottom: 228.57142857%;
  width: 100%;
  position: relative;
}
.img-16-7 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-16-8 {
  padding-bottom: 200%;
  width: 100%;
  position: relative;
}
.img-16-8 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-16-9 {
  padding-bottom: 177.77777778%;
  width: 100%;
  position: relative;
}
.img-16-9 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-16-10 {
  padding-bottom: 160%;
  width: 100%;
  position: relative;
}
.img-16-10 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-16-11 {
  padding-bottom: 145.45454545%;
  width: 100%;
  position: relative;
}
.img-16-11 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-16-12 {
  padding-bottom: 133.33333333%;
  width: 100%;
  position: relative;
}
.img-16-12 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-16-13 {
  padding-bottom: 123.07692308%;
  width: 100%;
  position: relative;
}
.img-16-13 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-16-14 {
  padding-bottom: 114.28571429%;
  width: 100%;
  position: relative;
}
.img-16-14 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-16-15 {
  padding-bottom: 106.66666667%;
  width: 100%;
  position: relative;
}
.img-16-15 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-16-16 {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
}
.img-16-16 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-16-17 {
  padding-bottom: 94.11764706%;
  width: 100%;
  position: relative;
}
.img-16-17 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-16-18 {
  padding-bottom: 88.88888889%;
  width: 100%;
  position: relative;
}
.img-16-18 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-16-19 {
  padding-bottom: 84.21052632%;
  width: 100%;
  position: relative;
}
.img-16-19 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-16-20 {
  padding-bottom: 80%;
  width: 100%;
  position: relative;
}
.img-16-20 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-17-1 {
  padding-bottom: 1700%;
  width: 100%;
  position: relative;
}
.img-17-1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-17-2 {
  padding-bottom: 850%;
  width: 100%;
  position: relative;
}
.img-17-2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-17-3 {
  padding-bottom: 566.66666667%;
  width: 100%;
  position: relative;
}
.img-17-3 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-17-4 {
  padding-bottom: 425%;
  width: 100%;
  position: relative;
}
.img-17-4 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-17-5 {
  padding-bottom: 340%;
  width: 100%;
  position: relative;
}
.img-17-5 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-17-6 {
  padding-bottom: 283.33333333%;
  width: 100%;
  position: relative;
}
.img-17-6 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-17-7 {
  padding-bottom: 242.85714286%;
  width: 100%;
  position: relative;
}
.img-17-7 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-17-8 {
  padding-bottom: 212.5%;
  width: 100%;
  position: relative;
}
.img-17-8 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-17-9 {
  padding-bottom: 188.88888889%;
  width: 100%;
  position: relative;
}
.img-17-9 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-17-10 {
  padding-bottom: 170%;
  width: 100%;
  position: relative;
}
.img-17-10 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-17-11 {
  padding-bottom: 154.54545455%;
  width: 100%;
  position: relative;
}
.img-17-11 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-17-12 {
  padding-bottom: 141.66666667%;
  width: 100%;
  position: relative;
}
.img-17-12 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-17-13 {
  padding-bottom: 130.76923077%;
  width: 100%;
  position: relative;
}
.img-17-13 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-17-14 {
  padding-bottom: 121.42857143%;
  width: 100%;
  position: relative;
}
.img-17-14 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-17-15 {
  padding-bottom: 113.33333333%;
  width: 100%;
  position: relative;
}
.img-17-15 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-17-16 {
  padding-bottom: 106.25%;
  width: 100%;
  position: relative;
}
.img-17-16 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-17-17 {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
}
.img-17-17 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-17-18 {
  padding-bottom: 94.44444444%;
  width: 100%;
  position: relative;
}
.img-17-18 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-17-19 {
  padding-bottom: 89.47368421%;
  width: 100%;
  position: relative;
}
.img-17-19 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-17-20 {
  padding-bottom: 85%;
  width: 100%;
  position: relative;
}
.img-17-20 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-18-1 {
  padding-bottom: 1800%;
  width: 100%;
  position: relative;
}
.img-18-1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-18-2 {
  padding-bottom: 900%;
  width: 100%;
  position: relative;
}
.img-18-2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-18-3 {
  padding-bottom: 600%;
  width: 100%;
  position: relative;
}
.img-18-3 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-18-4 {
  padding-bottom: 450%;
  width: 100%;
  position: relative;
}
.img-18-4 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-18-5 {
  padding-bottom: 360%;
  width: 100%;
  position: relative;
}
.img-18-5 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-18-6 {
  padding-bottom: 300%;
  width: 100%;
  position: relative;
}
.img-18-6 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-18-7 {
  padding-bottom: 257.14285714%;
  width: 100%;
  position: relative;
}
.img-18-7 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-18-8 {
  padding-bottom: 225%;
  width: 100%;
  position: relative;
}
.img-18-8 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-18-9 {
  padding-bottom: 200%;
  width: 100%;
  position: relative;
}
.img-18-9 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-18-10 {
  padding-bottom: 180%;
  width: 100%;
  position: relative;
}
.img-18-10 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-18-11 {
  padding-bottom: 163.63636364%;
  width: 100%;
  position: relative;
}
.img-18-11 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-18-12 {
  padding-bottom: 150%;
  width: 100%;
  position: relative;
}
.img-18-12 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-18-13 {
  padding-bottom: 138.46153846%;
  width: 100%;
  position: relative;
}
.img-18-13 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-18-14 {
  padding-bottom: 128.57142857%;
  width: 100%;
  position: relative;
}
.img-18-14 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-18-15 {
  padding-bottom: 120%;
  width: 100%;
  position: relative;
}
.img-18-15 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-18-16 {
  padding-bottom: 112.5%;
  width: 100%;
  position: relative;
}
.img-18-16 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-18-17 {
  padding-bottom: 105.88235294%;
  width: 100%;
  position: relative;
}
.img-18-17 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-18-18 {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
}
.img-18-18 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-18-19 {
  padding-bottom: 94.73684211%;
  width: 100%;
  position: relative;
}
.img-18-19 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-18-20 {
  padding-bottom: 90%;
  width: 100%;
  position: relative;
}
.img-18-20 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-19-1 {
  padding-bottom: 1900%;
  width: 100%;
  position: relative;
}
.img-19-1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-19-2 {
  padding-bottom: 950%;
  width: 100%;
  position: relative;
}
.img-19-2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-19-3 {
  padding-bottom: 633.33333333%;
  width: 100%;
  position: relative;
}
.img-19-3 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-19-4 {
  padding-bottom: 475%;
  width: 100%;
  position: relative;
}
.img-19-4 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-19-5 {
  padding-bottom: 380%;
  width: 100%;
  position: relative;
}
.img-19-5 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-19-6 {
  padding-bottom: 316.66666667%;
  width: 100%;
  position: relative;
}
.img-19-6 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-19-7 {
  padding-bottom: 271.42857143%;
  width: 100%;
  position: relative;
}
.img-19-7 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-19-8 {
  padding-bottom: 237.5%;
  width: 100%;
  position: relative;
}
.img-19-8 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-19-9 {
  padding-bottom: 211.11111111%;
  width: 100%;
  position: relative;
}
.img-19-9 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-19-10 {
  padding-bottom: 190%;
  width: 100%;
  position: relative;
}
.img-19-10 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-19-11 {
  padding-bottom: 172.72727273%;
  width: 100%;
  position: relative;
}
.img-19-11 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-19-12 {
  padding-bottom: 158.33333333%;
  width: 100%;
  position: relative;
}
.img-19-12 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-19-13 {
  padding-bottom: 146.15384615%;
  width: 100%;
  position: relative;
}
.img-19-13 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-19-14 {
  padding-bottom: 135.71428571%;
  width: 100%;
  position: relative;
}
.img-19-14 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-19-15 {
  padding-bottom: 126.66666667%;
  width: 100%;
  position: relative;
}
.img-19-15 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-19-16 {
  padding-bottom: 118.75%;
  width: 100%;
  position: relative;
}
.img-19-16 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-19-17 {
  padding-bottom: 111.76470588%;
  width: 100%;
  position: relative;
}
.img-19-17 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-19-18 {
  padding-bottom: 105.55555556%;
  width: 100%;
  position: relative;
}
.img-19-18 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-19-19 {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
}
.img-19-19 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-19-20 {
  padding-bottom: 95%;
  width: 100%;
  position: relative;
}
.img-19-20 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-20-1 {
  padding-bottom: 2000%;
  width: 100%;
  position: relative;
}
.img-20-1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-20-2 {
  padding-bottom: 1000%;
  width: 100%;
  position: relative;
}
.img-20-2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-20-3 {
  padding-bottom: 666.66666667%;
  width: 100%;
  position: relative;
}
.img-20-3 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-20-4 {
  padding-bottom: 500%;
  width: 100%;
  position: relative;
}
.img-20-4 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-20-5 {
  padding-bottom: 400%;
  width: 100%;
  position: relative;
}
.img-20-5 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-20-6 {
  padding-bottom: 333.33333333%;
  width: 100%;
  position: relative;
}
.img-20-6 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-20-7 {
  padding-bottom: 285.71428571%;
  width: 100%;
  position: relative;
}
.img-20-7 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-20-8 {
  padding-bottom: 250%;
  width: 100%;
  position: relative;
}
.img-20-8 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-20-9 {
  padding-bottom: 222.22222222%;
  width: 100%;
  position: relative;
}
.img-20-9 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-20-10 {
  padding-bottom: 200%;
  width: 100%;
  position: relative;
}
.img-20-10 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-20-11 {
  padding-bottom: 181.81818182%;
  width: 100%;
  position: relative;
}
.img-20-11 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-20-12 {
  padding-bottom: 166.66666667%;
  width: 100%;
  position: relative;
}
.img-20-12 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-20-13 {
  padding-bottom: 153.84615385%;
  width: 100%;
  position: relative;
}
.img-20-13 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-20-14 {
  padding-bottom: 142.85714286%;
  width: 100%;
  position: relative;
}
.img-20-14 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-20-15 {
  padding-bottom: 133.33333333%;
  width: 100%;
  position: relative;
}
.img-20-15 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-20-16 {
  padding-bottom: 125%;
  width: 100%;
  position: relative;
}
.img-20-16 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-20-17 {
  padding-bottom: 117.64705882%;
  width: 100%;
  position: relative;
}
.img-20-17 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-20-18 {
  padding-bottom: 111.11111111%;
  width: 100%;
  position: relative;
}
.img-20-18 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-20-19 {
  padding-bottom: 105.26315789%;
  width: 100%;
  position: relative;
}
.img-20-19 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.img-20-20 {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
}
.img-20-20 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}
.fontSize-10 {
  font-size: 10px !important;
}
.fontSize-11 {
  font-size: 11px !important;
}
.fontSize-12 {
  font-size: 12px !important;
}
.fontSize-13 {
  font-size: 13px !important;
}
.fontSize-14 {
  font-size: 14px !important;
}
.fontSize-15 {
  font-size: 15px !important;
}
.fontSize-16 {
  font-size: 16px !important;
}
.fontSize-17 {
  font-size: 17px !important;
}
.fontSize-18 {
  font-size: 18px !important;
}
.fontSize-19 {
  font-size: 19px !important;
}
.fontSize-20 {
  font-size: 20px !important;
}
.fontSize-21 {
  font-size: 21px !important;
}
.fontSize-22 {
  font-size: 22px !important;
}
.fontSize-23 {
  font-size: 23px !important;
}
.fontSize-24 {
  font-size: 24px !important;
}
.fontSize-25 {
  font-size: 25px !important;
}
.fontSize-26 {
  font-size: 26px !important;
}
.fontSize-27 {
  font-size: 27px !important;
}
.fontSize-28 {
  font-size: 28px !important;
}
.fontSize-29 {
  font-size: 29px !important;
}
.fontSize-30 {
  font-size: 30px !important;
}
.fontSize-31 {
  font-size: 31px !important;
}
.fontSize-32 {
  font-size: 32px !important;
}
.fontSize-33 {
  font-size: 33px !important;
}
.fontSize-34 {
  font-size: 34px !important;
}
.fontSize-35 {
  font-size: 35px !important;
}
.fontSize-36 {
  font-size: 36px !important;
}
.fontSize-37 {
  font-size: 37px !important;
}
.fontSize-38 {
  font-size: 38px !important;
}
.fontSize-39 {
  font-size: 39px !important;
}
.fontSize-40 {
  font-size: 40px !important;
}
.fontSize-41 {
  font-size: 41px !important;
}
.fontSize-42 {
  font-size: 42px !important;
}
.fontSize-43 {
  font-size: 43px !important;
}
.fontSize-44 {
  font-size: 44px !important;
}
.fontSize-45 {
  font-size: 45px !important;
}
.fontSize-46 {
  font-size: 46px !important;
}
.fontSize-47 {
  font-size: 47px !important;
}
.fontSize-48 {
  font-size: 48px !important;
}
.fontSize-49 {
  font-size: 49px !important;
}
.fontSize-50 {
  font-size: 50px !important;
}
.fontSize-51 {
  font-size: 51px !important;
}
.fontSize-52 {
  font-size: 52px !important;
}
.fontSize-53 {
  font-size: 53px !important;
}
.fontSize-54 {
  font-size: 54px !important;
}
.fontSize-55 {
  font-size: 55px !important;
}
.fontSize-56 {
  font-size: 56px !important;
}
.fontSize-57 {
  font-size: 57px !important;
}
.fontSize-58 {
  font-size: 58px !important;
}
.fontSize-59 {
  font-size: 59px !important;
}
.mouse-auto {
  -webkit-cursor: auto;
  -moz-cursor: auto;
  -ms-cursor: auto;
  cursor: auto;
}
.mouse-crosshair {
  -webkit-cursor: crosshair;
  -moz-cursor: crosshair;
  -ms-cursor: crosshair;
  cursor: crosshair;
}
.mouse-pointer {
  -webkit-cursor: pointer;
  -moz-cursor: pointer;
  -ms-cursor: pointer;
  cursor: pointer;
}
.mouse-move {
  -webkit-cursor: move;
  -moz-cursor: move;
  -ms-cursor: move;
  cursor: move;
}
.mouse-e-resize {
  -webkit-cursor: e-resize;
  -moz-cursor: e-resize;
  -ms-cursor: e-resize;
  cursor: e-resize;
}
.mouse-ne-resize {
  -webkit-cursor: ne-resize;
  -moz-cursor: ne-resize;
  -ms-cursor: ne-resize;
  cursor: ne-resize;
}
.mouse-nw-resize {
  -webkit-cursor: nw-resize;
  -moz-cursor: nw-resize;
  -ms-cursor: nw-resize;
  cursor: nw-resize;
}
.mouse-n-resize {
  -webkit-cursor: n-resize;
  -moz-cursor: n-resize;
  -ms-cursor: n-resize;
  cursor: n-resize;
}
.mouse-se-resize {
  -webkit-cursor: se-resize;
  -moz-cursor: se-resize;
  -ms-cursor: se-resize;
  cursor: se-resize;
}
.mouse-sw-resize {
  -webkit-cursor: sw-resize;
  -moz-cursor: sw-resize;
  -ms-cursor: sw-resize;
  cursor: sw-resize;
}
.mouse-s-resize {
  -webkit-cursor: s-resize;
  -moz-cursor: s-resize;
  -ms-cursor: s-resize;
  cursor: s-resize;
}
.mouse-w-resize {
  -webkit-cursor: w-resize;
  -moz-cursor: w-resize;
  -ms-cursor: w-resize;
  cursor: w-resize;
}
.mouse-text {
  -webkit-cursor: text;
  -moz-cursor: text;
  -ms-cursor: text;
  cursor: text;
}
.mouse-wait {
  -webkit-cursor: wait;
  -moz-cursor: wait;
  -ms-cursor: wait;
  cursor: wait;
}
.mouse-help {
  -webkit-cursor: help;
  -moz-cursor: help;
  -ms-cursor: help;
  cursor: help;
}
