.slick-dots li button:before {
  font-size: 40px;
}

.modal-body [class^="chart-"] {
  overflow: hidden;
  width: 100%;
  background: transparent;
  /* background-size: cover; */
}

.owl-theme .owl-dots .owl-dot span {
  width: 80px;
  height: 56px;
  border-radius: 0;
  margin: 0;
}
.owl-carousel button.owl-dot {
  max-width: 80px;
}
.owl-carousel button:nth-child(1).owl-dot span, .owl-carousel button:nth-child(1).owl-dot span:hover, .owl-carousel button:nth-child(1).owl-dot.active span {
  background: transparent url(../images/char/1.png);
  background-size: contain;
}
.owl-carousel button:nth-child(2).owl-dot span, .owl-carousel button:nth-child(2).owl-dot span:hover, .owl-carousel button:nth-child(2).owl-dot.active span {
  background: transparent url(../images/char/2.png);
  background-size: contain;
}
.owl-carousel button:nth-child(3).owl-dot span, .owl-carousel button:nth-child(3).owl-dot span:hover, .owl-carousel button:nth-child(3).owl-dot.active span {
  background: transparent url(../images/char/3.png);
  background-size: contain;
}
.owl-carousel button:nth-child(4).owl-dot span, .owl-carousel button:nth-child(4).owl-dot span:hover, .owl-carousel button:nth-child(4).owl-dot.active span {
  background: transparent url(../images/char/4.png);
  background-size: contain;
}