@font-face {
  font-family: "AmericanaStd-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/AmericanaStdFUHA-Regular.woff2") format("woff2");
}
:root {
  --wrapper: 100vw;
  --gutter: 40px;
  --rh: calc((var(--wrapper) - (3 * var(--gutter))) / 4);
}

.search-result {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.search-result__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 24px;
  width: 100%;
  background-color: #141414;
}
.search-result__area {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1160px;
  height: auto;
}
.search-result__area__input {
  width: 100%;
  height: 56px;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid rgba(130, 130, 130, 0.25);
  background-color: #141414;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 400;
  outline: 0;
}
.search-result__area__input::placeholder {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 400;
}
.search-result__area__input:focus {
  background-color: rgba(130, 130, 130, 0.1);
}
.search-result__area__button {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 16px 0 0;
  width: 100%;
  height: 56px;
  border: 0;
  background-color: #17C37B;
  cursor: pointer;
}
.search-result__area__button .search-text {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 500;
  text-align: center;
}
.search-result__area__button .search-icon {
  display: block;
  margin: 0 0 0 12px;
  width: auto;
  height: 14px;
  object-fit: contain;
}
.search-result [template] {
  display: none;
}
.search-result .-hidden {
  display: none;
}
.search-result .-show {
  display: flex;
}
.search-result__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 64px 24px;
  width: 100%;
  max-width: 1184px;
}
.search-result__total {
  color: #828282;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 500;
}
.search-result__tab {
  display: none;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 64px 0 0 0;
  width: 100%;
}
.search-result__tab__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 20px 0 0;
  color: #17C37B;
  font-family: "AmericanaStd-Regular", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 40px;
  line-height: 2.5rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.search-result__tab__item.-active {
  color: #064C37;
}
.search-result__results {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px 0 0 0;
  width: 100%;
}
.search-result__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 64px 0;
  width: 100%;
  border-bottom: 1px solid rgba(130, 130, 130, 0.25);
}
.search-result__title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 8px 0;
  color: #064C37;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 400;
}
.search-result__description {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 16px 0;
  color: #979797;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 400;
}
.search-result__link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 16px 0;
  width: 100%;
  text-decoration: none;
}
.search-result__link .text {
  color: #064C37;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 500;
}
.search-result__link .arrow-icon {
  display: block;
  margin: 0 0 0 16px;
  width: 8px;
  height: 13px;
  object-fit: contain;
}
.search-result__noresult {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 0;
  width: 100%;
}
.search-result__noresult__title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #828282;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 400;
}
.search-result__loading {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 0;
  width: 100%;
}
@media only screen and (min-width: 560px) {
  .search-result__area {
    flex-direction: row;
    height: 56px;
  }
  .search-result__area__button {
    margin: 0;
    width: 130px;
  }
}
@media only screen and (min-width: 1024px) {
  .search-result__tab {
    display: flex;
  }
}