.uc-dotgrid {
  background-repeat: repeat !important;
  background-size: 20px 20px !important;
  background-position: top left !important;
}
.uc-myfaqbg {
  background-image: url('https://static.tildacdn.com/tild3834-3162-4365-b338-333865656663/true-dot-pattern-lig.svg');
  background-repeat: repeat;
  background-position: top left;
  background-size: auto;
}
/* Для Digital Planner меняет формат в тексте для смены галлереи Темная-Светлая */
/* тёмная — bold */
.js-digital-text.mode-dark {
  font-family: "Futura PT", Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
}

/* светлая — light */
.js-digital-text.mode-light {
  font-family: "Futura PT", Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
}



