.app-clearfix {
  zoom: 1;
}
.app-clearfix:before, .app-clearfix:after {
  content: "";
  display: table;
}
.app-clearfix::after {
  clear: both;
}
.app-flex-group {
  display: flex;
  align-items: center;
}
.app-flex-group > * {
  margin-right: 0.5rem;
}
.app-flex-group > *:last-child {
  margin-right: 0;
}
.app-flex-1 {
  flex: 1;
}
.color_scheme_dark .app-hidden--dark {
  display: none;
}
body:not(.color_scheme_dark) .app-hidden--light {
  display: none;
}
@media (max-width: 1024px) {
  .app-hidden--mobile {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 1023px) {
  .app-hidden--pc {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
/*# sourceMappingURL=826d22d2f1a4bf55e9a9652c3f98ef07f1166de3.utils.scss.map */
