/** Colors */
/** Text */
/** Fonts */
/** Break Points */
@media screen and (max-width: 768px) {
  .u-is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .u-is-hidden-tablet {
    display: none !important;
  }
}
.u-overflow-x-hidden {
  overflow-x: hidden;
}

.u-whitespace-normal {
  white-space: normal !important;
}
