.screen-reader-text {
  position: absolute;
  left: -9999px;
}

.hidden {
  display: none;
}

.header {
  z-index: 1002;
  position: relative;
  display: flex;
  align-items: center;
  color: #191b24;
  background: #ffffff;
}
.header .header-container {
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}
.header .header-container--full,
.header .container--full {
  max-width: 100%;
}
@media (min-width: 1072px) {
  .header .header-container--full,
  .header .container--full {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.header .header-row {
  display: flex;
  align-items: center;
  width: 100%;
}
.header .header-row.h-30 {
  min-height: 30px;
}
.header .header-row.h-35 {
  min-height: 35px;
}
.header .header-row.h-40 {
  min-height: 40px;
}
.header .header-row.h-45 {
  min-height: 45px;
}
.header .header-row.h-50 {
  min-height: 50px;
}
.header .header-row.h-55 {
  min-height: 55px;
}
.header .header-row.h-60 {
  min-height: 60px;
}
.header .header-row.h-65 {
  min-height: 65px;
}
.header .header-row.h-70 {
  min-height: 70px;
}
@media (max-width: 1071px) {
  .header .header-row--desktop {
    display: none;
  }
}
.header .header-row__item--position-primary {
  display: flex;
  align-items: center;
  margin-inline-end: auto;
}
.header .header-row__item--position-secondary {
  display: flex;
  align-items: center;
  margin-inline-start: auto;
}

.header.r9-multi--colors-inverted {
  color: #191b24;
  background: #ffffff;
}

html {
  --outline-color-default-global: #1f67d6;
  --outline-color-default: #1f67d6;
  --outline-color-error: #ff6000;
}

*:focus,
*:focus-visible {
  outline-offset: 2px;
}

.mouseevents *:focus {
  outline: 0;
}

.keyevents *:focus {
  outline: var(--outline-color-default, var(--outline-color-default-global)) solid 2px;
}

:root {
  --default-font-fallbacks: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

.site-branding {
  display: flex;
}
.site-branding .logo-wrapper {
  display: flex;
}
.site-branding .logo {
  width: auto;
}
.site-branding .logo-link {
  outline-offset: -2px;
}
@media (max-width: 1071px) {
  .site-branding .logo--desktop {
    display: none;
  }
}
@media (min-width: 1072px) {
  .site-branding .logo--mobile {
    display: none;
  }
}
.site-branding .product-title {
  display: inline-flex;
  margin-left: 5px;
  align-self: center;
  font-feature-settings: normal;
  font-family: "Inter", var(--localized-font-fallback), var(--default-font-fallbacks);
  letter-spacing: normal;
  font-weight: 700;
}
@media (max-width: 767px) {
  .site-branding .product-title {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .site-branding .product-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .site-branding .product-title {
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  .site-branding .product-title {
    line-height: 32px;
  }
}
.site-branding a {
  text-decoration: none;
}