.background-white {
  background: white;
}
.center {
  text-align: center;
}
.db {
  display: block;
}
.dn {
  display: none;
}
.flex {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.flex-center {
  justify-content: center;
}
.flex-column {
  flex-direction: column;
}
.flex-end {
  justify-content: flex-end;
}
.flex-start {
  justify-content: flex-start;
}
.font-xxxxs {
  font-size: 0.75rem;
}
.gray-dark {
  color: #666;
}
.h-100 {
  height: 100%;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.list-unstyled {
  list-style-type: none;
}
.ma-auto {
  margin: auto;
}
.mw-1200 {
  max-width: 1200px;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.pa-0 {
  padding: 0;
}
.pa-xxs {
  padding: 4px;
}
.pb-xs {
  padding-bottom: 8px;
}
.pb-xxs {
  padding-bottom: 4px;
}
.pl-md {
  padding-left: 24px;
}
.pl-xs {
  padding-left: 8px;
}
.pr-md {
  padding-right: 24px;
}
.pt-xs {
  padding-top: 8px;
}
.pt-xxs {
  padding-top: 4px;
}
.w-100 {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .dib-ns {
    display: inline-block;
  }
  .flex-ns-row {
    flex-direction: row;
  }
  .font-xxxs-ns {
    font-size: 0.875rem;
  }
  .order-1-ns {
    order: 1;
  }
  .order-2-ns {
    order: 2;
  }
}
