@charset "UTF-8";
.u-text--left {
  text-align: left !important;
}

.u-text--right {
  text-align: right !important;
}

.u-text--center {
  text-align: center !important;
}

.u-text--justify {
  text-align: justify !important;
}

.u-text--justify-left {
  text-align: justify !important;
  text-align-last: left !important;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.u-text--justify-right {
  text-align: justify !important;
  text-align-last: right !important;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.u-text--justify-center {
  text-align: justify !important;
  text-align-last: center !important;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

