<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  font-size: 0;
  bottom: -46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .slick-dots li, .slick-dots button {
    width: 12px;
    height: 12px; }
  .slick-dots button {
    display: block;
    background: #014ea2;
    border: solid 2px #014ea2;
    border-radius: 100%;
    -webkit-transition: border-color 0.3s ease, background-color 0.3s ease;
    transition: border-color 0.3s ease, background-color 0.3s ease; }
    .slick-dots button:hover {
      border: solid 2px #014ea2; }
  .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 9px;
    padding: 0; }
    .slick-dots li:before {
      display: none; }
    .slick-dots li.slick-active {
      cursor: default;
      width: 16px;
      height: 16px; }
      .slick-dots li.slick-active button {
        background: white;
        cursor: default;
        width: 16px;
        height: 16px; }
</pre></body></html>