.tags-slider {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .tags-slider {
    margin-left: -24px;
    margin-right: -24px;
    padding: 0 24px;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .tags-slider {
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px;
  }
}
.tags-slider .swiper-wrapper {
  position: relative;
}
.tags-slider .swiper-slide {
  position: relative;
  width: auto !important;
  margin-right: 0.75rem;
}
@media only screen and (max-width: 1024px) {
  .tags-slider .swiper-slide {
    margin-right: 0.5rem;
  }
}
.tags-slider .swiper-slide:last-child {
  margin-right: 0 !important;
}
.tags-slider__item {
  border-radius: 0.5rem;
  background: #F8F8FA;
  display: flex;
  height: 3rem;
  align-items: center;
  padding: 0 1.125rem;
  color: #3D3D3D;
  font-family: Gilroy;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.00938rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 300ms ease, color 300ms ease;
}
.tags-slider__item.active, .tags-slider__item:hover {
  background: #3695D8;
  color: #fff;
}
.tags-slider__item.disabled {
  background: #F0F0F0 !important;
  color: #A9A9A9 !important;
}
@media only screen and (max-width: 1024px) {
  .tags-slider__item {
    padding: 0 1rem;
    height: 2.5rem;
    font-size: 0.75rem;
    letter-spacing: -0.0075rem;
  }
}
.tags-slider__item--dismissable {
  display: flex;
  height: 2.75rem;
  padding: 0 0.75rem 0 1.125rem;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  background: #fff;
  border-radius: 0.5rem;
  border: 1px solid #828282;
  background: #FFF;
  color: #3D3D3D;
  font-family: Gilroy;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.00938rem;
  text-transform: none;
  cursor: pointer;
  transition: border 300ms ease color 300ms ease;
}
@media only screen and (max-width: 1024px) {
  .tags-slider__item--dismissable {
    height: 2.5rem;
    padding: 0 0.625rem 0 1rem;
    gap: 0.25rem;
    font-size: 0.875rem;
    letter-spacing: -0.00875rem;
  }
}
.tags-slider__item--dismissable span {
  flex-shrink: 0;
}
.tags-slider__item--dismissable svg {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  stroke: #3D3D3D;
  transition: stroke 300ms ease;
}
@media only screen and (max-width: 1024px) {
  .tags-slider__item--dismissable svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.tags-slider__item--dismissable:hover {
  background: #fff;
  border-color: #3695D8;
  color: #3695D8;
}
.tags-slider__item--dismissable:hover svg {
  stroke: #3695D8;
}
.tags-slider__btn {
  opacity: 0;
  position: absolute;
  top: 50%;
  height: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 3rem;
  text-decoration: none;
  transition: opacity 300ms ease, visibility 300ms ease;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .tags-slider__btn {
    display: none !important;
  }
}
.swiper-initialized .tags-slider__btn {
  opacity: 1;
}
.tags-slider__btn--prev {
  left: 0;
  background: linear-gradient(90deg, #FFF 71.35%, rgba(255, 255, 255, 0) 100%);
}
.tags-slider__btn--prev svg {
  transform: scale(-1, 1);
}
.tags-slider__btn--next {
  justify-content: flex-end;
  right: 0;
  background: linear-gradient(270deg, #FFF 71.35%, rgba(255, 255, 255, 0) 100%);
}
.tags-slider__btn.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.tags-slider__btn svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #3D3D3D;
}
.tags-slider__btn:hover svg {
  fill: #3777D8 !important;
}

.n-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .n-card {
    gap: 1.25rem;
  }
}
body:not(.mobile) .n-card:hover .n-card__image img {
  transform: scale(1.025);
}
@media only screen and (max-width: 767px) {
  .n-card--no-image-mobile .n-card__image {
    display: none;
  }
}
.n-card--no-image .n-card__image {
  display: none;
}
.n-card--line-clamp-2 .n-card__title {
  -webkit-line-clamp: 2 !important;
}
.n-card--lg {
  gap: 2rem;
}
@media only screen and (max-width: 1024px) {
  .n-card--lg {
    gap: 1.5rem;
  }
}
.n-card--lg .n-card__image {
  aspect-ratio: 42.0625/26.875;
}
@media only screen and (max-width: 1024px) {
  .n-card--lg .n-card__image {
    aspect-ratio: 25.4375/16.3125;
  }
}
.n-card--lg .n-card__caption {
  gap: 1.25rem;
}
@media only screen and (max-width: 1024px) {
  .n-card--lg .n-card__caption {
    gap: 1rem;
  }
}
.n-card--lg .n-card__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.0175rem;
  -webkit-line-clamp: 3;
}
@media only screen and (max-width: 1024px) {
  .n-card--lg .n-card__title {
    -webkit-line-clamp: 3;
    font-size: 1.25rem;
    letter-spacing: -0.0125rem;
  }
}
@media only screen and (max-width: 767px) {
  .n-card--lg .n-card__title {
    -webkit-line-clamp: 4;
  }
}
.n-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 437/277.96;
  border-radius: 1rem;
}
@media only screen and (max-width: 1024px) {
  .n-card__image {
    aspect-ratio: 289/201.39;
    border-radius: 0.75rem;
  }
}
.n-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 600ms ease;
}
.n-card__caption {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 1024px) {
  .n-card__caption {
    gap: 0.62rem;
  }
}
.n-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #2D2D2D;
  font-family: Gilroy;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 135%; /* 1.85625rem */
  letter-spacing: -0.01375rem;
}
@media only screen and (max-width: 1024px) {
  .n-card__title {
    -webkit-line-clamp: 2;
    font-size: 1rem;
    letter-spacing: -0.01rem;
  }
}

.p-search {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-bottom: 5rem;
  overflow: hidden;
}
.p-search .container {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.p-search .pagination {
  margin: 3.12rem 0 0 0;
}
@media only screen and (max-width: 1024px) {
  .p-search .pagination {
    margin: 2rem 0 0 0;
  }
}
.p-search--align-top .container {
  flex: 0;
}

.search-header {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 3.68rem 0 2.7rem;
}
@media only screen and (max-width: 1024px) {
  .search-header {
    gap: 1.5rem;
    padding: 3.02rem 0 2.81rem;
  }
}
@media only screen and (max-width: 767px) {
  .search-header {
    gap: 1.5rem;
    padding: 2.52rem 0 3.31rem;
  }
}

.search-body {
  box-sizing: border-box;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.search-form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.search-form__arrow-link {
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .search-form__arrow-link {
    margin-left: 0;
  }
}

.search-input {
  position: relative;
}
.search-input input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid #B0C6E8;
  background: #FFF;
  box-shadow: 0 4px 12px 0 rgba(131, 132, 146, 0.1);
  padding: 1.25rem 4rem 1.25rem 1.62rem;
  outline: none;
  color: #2D2D2D;
  font-family: Gilroy;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
@media only screen and (max-width: 1024px) {
  .search-input input {
    border-radius: 0.625rem;
    padding: 1.09rem 3.13rem 1.09rem 1rem;
    font-size: 0.9375rem;
  }
}
.search-input input::-moz-placeholder {
  color: rgba(45, 45, 45, 0.5);
}
.search-input input::placeholder {
  color: rgba(45, 45, 45, 0.5);
}
.search-input button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  width: 4rem;
  box-shadow: none;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
}
@media only screen and (max-width: 1024px) {
  .search-input button {
    width: 3.13rem;
  }
}
.search-input button:hover svg path {
  stroke: #3695D8 !important;
}
.search-input button svg {
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  top: 50%;
  right: 1.62rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .search-input button svg {
    right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.search-input button svg path {
  stroke: #262B35 !important;
  transition: stroke 300ms ease;
}

.search-result__header {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding-bottom: 3.12rem;
}
@media only screen and (max-width: 1024px) {
  .search-result__header {
    gap: 1.25rem;
    padding-bottom: 2rem;
  }
}
.search-result__header h3 {
  color: var(--, #000);
  font-family: Gilroy;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  .search-result__header h3 {
    font-size: 1.625rem;
  }
}

.search-empty {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 35.63744rem;
  text-align: center;
  padding: 3.5rem 0;
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .search-empty {
    padding: 3.75rem 0;
    max-width: 21.4375rem;
    gap: 2rem;
  }
}
.search-empty--default .search-empty__icon {
  margin-top: 0 !important;
}
.search-empty__icon {
  width: 6.75rem;
  height: 6.75rem;
  border-radius: 1.5rem;
  background: #F4F7FC;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -3rem;
}
@media only screen and (max-width: 1024px) {
  .search-empty__icon {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 1rem;
  }
}
.search-empty__icon img {
  display: block;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
}
@media only screen and (max-width: 1024px) {
  .search-empty__icon img {
    width: 2rem;
    height: 2rem;
  }
}
.search-empty__caption {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .search-empty__caption {
    gap: 1rem;
  }
}
.search-empty__title {
  color: #2D2D2D;
  text-align: center;
  font-family: Gilroy;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.0175rem;
}
@media only screen and (max-width: 1024px) {
  .search-empty__title {
    font-size: 1.25rem;
    letter-spacing: -0.0125rem;
  }
}
.search-empty__description {
  color: #3D3D3D;
  text-align: center;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media only screen and (max-width: 1024px) {
  .search-empty__description {
    font-size: 0.875rem;
  }
}

.search-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.12rem 1.5rem;
}
@media only screen and (max-width: 1024px) {
  .search-grid {
    gap: 2rem 1.5rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .search-grid {
    gap: 2rem;
    grid-template-columns: 1fr;
  }
}

.search-delimiter {
  width: 100%;
  height: 2px;
  background: #E0E0E0;
  margin: 4.38rem 0;
}
@media only screen and (max-width: 1024px) {
  .search-delimiter {
    margin: 3.5rem 0;
  }
}
