* {
  box-sizing: border-box;
}

body, h1, h2 {
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

h2 {
  color: #21243d;
  font-family: Hind, sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
}

.header {
  color: #fff;
  min-height: 368px;
  text-align: center;
  background-color: #0000;
  background-image: url("cover.19d3ce64.png"), linear-gradient(#fbc300, #c98a00);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  background-origin: padding-box;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.header-logo {
  margin: 0;
}

.header-logo svg {
  height: 24px;
  width: 92px;
}

.header-title {
  font-size: 38px;
  font-weight: 300;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 2rem 1rem;
  display: flex;
}

.container-filters {
  max-width: 260px;
  flex: 1;
  margin-right: 60px;
}

.container-header {
  min-height: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container-results {
  flex: 3;
}

.container-options {
  border-bottom: 1px solid #ebecf3;
  justify-content: flex-end;
  margin-bottom: 30px;
  padding: 30px 0;
  display: flex;
}

.container-options .container-option:not(:first-child) {
  margin-left: 48px;
}

.container-options select {
  min-width: 100px;
}

.container-footer {
  margin: 4rem 0;
}

em {
  font-style: normal;
}

em, mark {
  background: #e2a40066;
}

.clear-filters {
  align-items: center;
  display: flex;
}

.clear-filters svg {
  margin-right: 8px;
}

.container-body .ais-Panel {
  border-top: 1px solid #ebecf3;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.ais-Panel-header {
  font-family: Hind, sans-serif;
}

.header .ais-SearchBox {
  height: 64px;
  width: 740px;
}

.header .ais-SearchBox .ais-SearchBox-input {
  height: 64px;
  background-color: #fff;
  border-radius: 8px;
  padding: 4px 48px 0 64px;
  font-family: Hind, sans-serif;
  box-shadow: 0 4px 48px #0003;
}

.header .ais-SearchBox-submit {
  width: 64px;
  padding: 0 1rem 0 2rem;
}

.header .ais-SearchBox .ais-SearchBox-input::placeholder {
  color: #21243d3d;
  opacity: 1;
}

.ais-SearchBox-input:-ms-input-placeholder {
  color: #21243d3d;
}

.ais-SearchBox-input::-moz-placeholder {
  color: #21243d3d;
}

.ais-SearchBox-submit {
  color: #e2a400;
}

.ais-RefinementList .ais-SearchBox-input {
  padding-top: 2px;
  font-family: Hind, sans-serif;
}

.hit {
  color: #21243d;
  font-size: 14px;
  line-height: 18px;
}

.hit h1 {
  font-size: 14px;
}

.hit-category {
  color: #21243d;
  opacity: .7;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.hit-description {
  margin-top: 2px;
}

.hit-info-container {
  overflow-wrap: break-word;
  word-break: break-word;
}

.hit-image-container {
  height: 174px;
  width: 174px;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
}

.hit-image {
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.hit-em {
  color: #e2a400;
  font-size: 11px;
  font-weight: 600;
}

.hit-rating {
  border: 1px solid #e2a40080;
  border-radius: 4px;
  margin-left: 4px;
  padding: 0 4px;
}

.hits-empty-state {
  max-width: 300px;
  flex-direction: column;
  align-items: center;
  margin: auto;
  display: flex;
}

.hits-empty-state-title {
  text-align: center;
  margin-bottom: 0;
  font-family: Hind;
  font-size: 1.5rem;
  font-weight: bold;
}

.hits-empty-state-description {
  color: #23253399;
  text-align: center;
  font-size: .875rem;
}

.hits-empty-state .ais-ClearRefinements {
  margin-top: 1rem;
}

.hits-empty-state .ais-ClearRefinements-button--disabled {
  display: none;
}

.hits-empty-state .ais-ClearRefinements-button {
  color: #21243d;
  min-height: 48px;
  background: #0a08290a;
  border-radius: 3px;
  padding: 16px 24px;
}

.ais-ToggleRefinement-label {
  flex-direction: row-reverse;
  justify-content: space-between;
  display: flex;
}

.ais-ToggleRefinement-checkbox {
  font: inherit;
  margin-left: 1rem;
  margin-right: 0;
  position: relative;
}

.ais-ToggleRefinement-checkbox:checked:before {
  color: #e2a400;
}

.ais-ToggleRefinement-checkbox:before {
  color: #21243d52;
  content: "No";
  height: 16px;
  align-items: center;
  font-size: .8rem;
  display: flex;
  position: absolute;
  right: 38px;
}

.ais-ToggleRefinement-checkbox:checked:before {
  content: "Yes";
}

.ais-ToggleRefinement-count {
  display: none;
}

.ais-RatingMenu-item:not(.ais-RatingMenu-item--selected) {
  opacity: .5;
}

.ais-RatingMenu-starIcon {
  margin-right: .5rem;
}

@media (min-width: 900px) {
  [data-layout="mobile"] {
    display: none;
  }
}

/*# sourceMappingURL=index.4a5519d3.css.map */
