.headerlogo01 {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.headerlogo01__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.headerlogo01__mark {
  width: 2.5rem;
  height: 2.5rem;
}

.headerlogo01__wordmark {
  display: none;
  width: auto;
  height: 2rem;
}

@media (min-width: 1024px) {
  .headerlogo01__mark {
    display: none;
  }

  .headerlogo01__wordmark {
    display: block;
  }
}
