@charset "UTF-8";
.brand-page__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brand-page__title {
  color: #1e2429;
  font-weight: 700;
  line-height: 1.1666666667;
  margin: 0;
}
.brand-page__subtitle {
  line-height: 1.3125;
  margin: 16px 0 0 0;
  text-align: center;
}
@media (max-width: 22.99em) {
  .brand-page__title {
    font-size: 7.0652173913vw;
  }
  .brand-page__subtitle {
    font-size: 4.8913043478vw;
  }
}
@media (min-width: 23em) and (max-width: 47.99em) {
  .brand-page__title {
    font-size: 26px;
  }
  .brand-page__subtitle {
    font-size: 18px;
  }
}
@media (min-width: 48em) {
  .brand-page__title {
    font-size: 32px;
  }
  .brand-page__subtitle {
    font-size: 20px;
  }
}
.directory-browser {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.directory-browser__search {
  display: flex;
  margin-top: 16px;
}
.directory-browser__search .input {
  width: 400px;
}
.directory-browser__search__category {
  display: none;
}
.directory-browser__filters-applied {
  justify-content: center;
  margin-top: 16px;
}
.directory-browser__letter-bar {
  position: sticky;
  top: 68px;
  left: 0;
  margin: 16px 0;
  width: 100%;
}
@media (max-width: 59.99em) {
  .directory-browser__search__category {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M18.618 11.267c-.492.504-5.668 5.432-5.668 5.432a1.318 1.318 0 0 1-1.898 0s-5.177-4.928-5.669-5.432c-.495-.506-.526-1.413 0-1.95.524-.538 1.255-.581 1.9 0L12 13.838l4.713-4.521c.647-.581 1.379-.538 1.905 0s.492 1.444 0 1.95z'/%3E%3C/svg%3E");
    background-position: right 6px top 11px, right 36px top 0;
    background-repeat: no-repeat;
    border: 2px solid #d2d6d9;
    display: block;
    font-family: proxima-nova, sans-serif;
    margin-left: 16px;
    outline: none;
    padding-left: 12px;
    width: 120px;
  }
  .directory-browser__search__category:focus {
    border-color: #16b272;
  }
}
@media (max-width: 35.99em) {
  .directory-browser__search {
    width: 90%;
  }
  .directory-browser__search .input {
    width: 100%;
  }
}
.directory-group-grid {
  display: flex;
  flex-direction: column;
  width: 90%;
}
.directory-group {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #d2d6d9;
  margin-top: 16px;
  padding-bottom: 48px;
}
.directory-group__label {
  align-items: center;
  color: #444444;
  display: flex;
  font-size: 28px;
  font-weight: 700;
  height: 40px;
  width: 40px;
  justify-content: center;
}
.directory-group__label[data-highlight] {
  background-color: #0066cc;
  color: #fff;
}
.directory-group__list {
  display: flex;
  flex-wrap: wrap;
  flex: 0.85;
  margin-top: 4px;
}
.directory-group__item {
  display: flex;
  max-width: 25%;
  min-width: 150px;
  width: 25%;
  margin-bottom: 5px;
}
.directory-group__item[data-hidden=true] {
  display: none;
}
.directory-group__link {
  color: #444444;
  display: block;
  font-size: 24px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  outline: none;
  transition: box-shadow 0.1s ease-out;
}
.directory-group__link em {
  color: #0066cc;
  font-style: unset;
  font-weight: 700;
}
.directory-group__link:focus-visible {
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
}
.directory-group:last-child {
  border-bottom: none;
}
@media (max-width: 59.99em) {
  .directory-group__item {
    max-width: 30%;
    width: 30%;
  }
}
@media (max-width: 47.99em) {
  .directory-group__item {
    flex: 1;
    max-width: 50%;
    min-width: 200px;
    width: unset;
  }
}
@media (max-width: 35.99em) {
  .directory-group {
    padding-bottom: 24px;
  }
  .directory-group__list {
    flex: 0.9;
  }
}
.letter-bar {
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #d2d6d9;
  border-top: 1px solid #d2d6d9;
  display: flex;
  height: 60px;
  justify-content: center;
}
.letter-bar__category {
  appearance: none;
  background-color: white;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' stroke='%23444444' d='M18.618 11.267c-.492.504-5.668 5.432-5.668 5.432a1.318 1.318 0 0 1-1.898 0s-5.177-4.928-5.669-5.432c-.495-.506-.526-1.413 0-1.95.524-.538 1.255-.581 1.9 0L12 13.838l4.713-4.521c.647-.581 1.379-.538 1.905 0s.492 1.444 0 1.95z'/%3E%3C/svg%3E");
  background-position: right 20px top 17px, right 36px top 0;
  background-repeat: no-repeat;
  border-right: 1px solid #d2d6d9;
  color: #444444;
  font-size: 18px;
  font-weight: 700;
  margin-right: 20px;
  outline: none;
  padding-left: 20px;
  padding-right: 60px;
  transition: box-shadow 0.1s ease-out;
}
.letter-bar__category:focus {
  background-color: rgb(236.1, 244.8, 252);
  border-color: #4299e1;
}
.letter-bar__category:focus-visible {
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
}
.letter-bar__list {
  display: flex;
  flex: 1;
  overflow-y: hidden;
  scrollbar-color: #0066cc rgba(0, 0, 0, 0);
  scrollbar-width: thin;
}
.letter-bar__list::-webkit-scrollbar {
  height: 5px;
}
.letter-bar__list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
}
.letter-bar__list::-webkit-scrollbar-thumb {
  background: #0066cc;
}
.letter-bar__list::-webkit-scrollbar-thumb:hover {
  background: #4299e1;
}
.letter-bar__letter {
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  color: #444444;
  display: flex;
  font-size: 22px;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 35px;
  outline: 0 none !important;
}
.letter-bar__letter::before {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border-radius: 2.5px;
  content: "";
  pointer-events: none;
  transition: box-shadow 0.1s ease-out;
}
.letter-bar__letter:focus-visible::before {
  box-shadow: rgba(66, 153, 225, 0.5) 0 0 0 4px;
}
.letter-bar__letter[data-highlight] {
  background-color: #0066cc;
  color: #fff;
}
.letter-bar__letter:disabled {
  color: #a1a1a1;
  cursor: default;
}
@media (max-width: 59.99em) {
  .letter-bar {
    justify-content: flex-start;
    top: 54px;
  }
  .letter-bar__letter {
    min-width: 38px;
  }
  .letter-bar__category {
    display: none;
  }
}