@font-face {
  font-family: "Open Sans";
  src: url("/_next/static/media/open-sans-700-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

.sp-brand-wordmark {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  width: 104px;
  min-width: 104px;
  min-height: 44px;
  padding: 5px 0;
  color: #0b0b0b;
  line-height: 0;
  text-decoration: none;
  direction: ltr;
}

.sp-brand-wordmark .sp-wordmark {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  direction: ltr;
}

.sp-brand-wordmark .sp-wordmark text {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.sp-brand-wordmark:focus-visible {
  border-radius: 4px;
  outline: 3px solid #2f6bff;
  outline-offset: 3px;
}

@media (min-width: 1024px) {
  .sp-brand-wordmark {
    width: 140px;
    min-width: 140px;
  }
}

