/* Generated by vite-plugin-svg-spritemap */
.tabs__navigation {
  display: flex;
}
.tabs__title {
  border: 0.0625rem solid #eee;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.3125rem;
}
.tabs__title.--tab-active {
  border: 0.0625rem solid #000;
}
.tabs__content {
  border: 0.0625rem solid #eee;
  padding: 0.625rem 0.9375rem;
}/* Generated by vite-plugin-svg-spritemap */
.select {
  min-width: 0;
  position: relative;
}
.select__body {
  position: relative;
}
.select__title {
  color: inherit;
  text-align: left;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
}
.select__value {
  display: flex;
  min-width: 0;
  align-items: center;
  height: 1.875rem;
  gap: 0.5rem;
}
.select__value > * {
  flex: 1 1 auto;
}
.select__value:after {
  font-family: iconfont;
  content: "\f10e";
  color: #1f2744;
  align-self: stretch;
  flex: 0 0 0.625rem;
  line-height: 1;
  transition: all 0.3s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0.375rem;
}
.--select-open .select__value:after {
  transform: rotateX(-180deg);
}
.select__value.--select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}
.select__content {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
}
.select__text {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select__input {
  padding: 0 0.625rem;
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.--select-active .select__input::placeholder {
  color: #000;
}
.--select-focus .select__input::placeholder {
  opacity: 0.5;
}
.select__options {
  color: #000;
  position: absolute;
  top: calc(100% - 0.0625rem);
  border-radius: 0 0 0.25rem 0.25rem;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border-top: 0;
  padding: 0.3125rem 0rem 0.125rem 0rem;
}
.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 12.5rem;
}
.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 0.5rem 0.125rem;
  color: inherit;
  color: #73788c;
}
.select__option.--select-selected {
  background-color: #eee;
}
@media (any-hover: hover) {
  .select__option:hover {
    background: #d9d9d9;
  }
}
.select__row {
  display: inline-flex;
  align-items: center;
}
.select--show-top .select__options {
  top: auto;
  bottom: calc(100% - 0.0625rem);
  border: 0.0625rem solid #d9d9d9;
  border-bottom: 0;
  border-radius: 0.25rem 0.25rem 0 0;
  padding: 0.3125rem 0rem 0.625rem 0rem;
}
.--select-tag {
  cursor: pointer;
}/* Generated by vite-plugin-svg-spritemap */
.swiper {
  overflow: hidden;
}

.swiper-initialized {
  touch-action: pan-y;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  transform: translate3d(0rem, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.swiper-pagination {
  padding: 1.625rem 0 1.625rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
}
.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  padding: 1rem;
  transition: background-color 0.3s ease;
}
@media (max-width: 29.99875em) {
  .swiper-pagination .swiper-pagination-bullet {
    padding: 0.625rem;
  }
}
.swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  display: inline-block;
  transition: background-color 0.3s ease;
  background-color: #69b99d;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  height: 0.625rem;
  width: 0.625rem;
}
@media (any-hover: hover) {
  .swiper-pagination .swiper-pagination-bullet:hover {
    cursor: pointer;
  }
  .swiper-pagination .swiper-pagination-bullet:hover::after {
    background-color: #1f2744;
  }
}
.swiper-pagination .swiper-pagination-bullet-active::after {
  background-color: #1f2744;
}/* Generated by vite-plugin-svg-spritemap */
.search {
  position: relative;
  z-index: 5;
  display: inline-flex;
}
.search .tabs__navigation {
  display: flex;
}
.search .tabs__title {
  padding: 0.75rem 2rem;
  background-color: #f5f5f5;
  border: unset;
  border-radius: 0;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.33;
  letter-spacing: 0em;
}
@media (max-width: 47.99875em) {
  .search .tabs__title {
    padding: 0.75rem 1.375rem;
    font-size: 1.125rem;
  }
}
.search .tabs__title.--tab-active {
  border: unset;
  color: #69b99d !important;
  background-color: #fff;
}
.search .tabs__content {
  border: unset;
  padding: 2rem;
  background-color: #fff;
  box-shadow: 2.1875rem 2.1875rem 4.0625rem 0 rgba(146, 106, 120, 0.16);
}
@media (max-width: 47.99875em) {
  .search .tabs__content {
    padding: 1.5rem 1rem 1.125rem;
  }
}
.search-filter {
  display: flex;
  justify-content: space-between;
  column-gap: 1rem;
  row-gap: 2.5rem;
}
@media (min-width: 61.99875em) {
  .search-filter {
    min-width: 42.875rem;
  }
}
@media (max-width: 47.99875em) {
  .search-filter {
    flex-direction: column;
    row-gap: 1rem;
  }
}
.search-filter__title {
  font-size: 1.125rem;
  line-height: 1.44;
  letter-spacing: 0em;
  color: #1f2744;
  margin-bottom: 0.5rem;
}
.search-filter__button {
  justify-content: center;
  align-items: center;
}
@media (max-width: 47.99875em) {
  .search-filter__button {
    align-self: center;
  }
}/* Generated by vite-plugin-svg-spritemap */
.hero__wrapper {
  padding: 2.125rem 0;
  position: relative;
}
@media (max-width: 61.99875em) {
  .hero__wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.hero__image {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: auto;
  object-fit: contain;
  z-index: -1;
}
@media (max-width: 47.99875em) {
  .hero__image {
    object-fit: cover;
  }
}
.hero .text-heading {
  position: relative;
  z-index: 1;
}
.hero .text-heading__tag {
  margin-bottom: 2rem;
}
.hero .text-heading__title {
  max-width: 50.4%;
  margin-bottom: 1.5rem;
}
@media (max-width: 61.99875em) {
  .hero .text-heading__title {
    max-width: 70%;
    color: #fff;
    text-shadow: #1f2744 0.0625rem 0 0.25rem;
  }
}
@media (max-width: 47.99875em) {
  .hero .text-heading__title {
    max-width: unset;
  }
}
.hero .text-heading__subtitle-text {
  max-width: 41.8%;
  margin-bottom: 4rem;
}
@media (max-width: 61.99875em) {
  .hero .text-heading__subtitle-text {
    font-size: 1.125rem;
    color: #fff;
    text-shadow: #1f2744 0.0625rem 0 0.25rem;
    max-width: 64%;
  }
}
@media (max-width: 47.99875em) {
  .hero .text-heading__subtitle-text {
    max-width: 90%;
    text-align: justify;
  }
}
@media (max-width: 47.99875em) {
  .hero .search {
    width: 100%;
  }
  .hero .search .tabs {
    width: 100%;
  }
}

.ityped-wrapper {
  position: relative;
  display: inline-block;
}

.ityped {
  position: absolute;
  top: 0;
  left: 0;
}

.ityped-placeholder {
  visibility: hidden;
  display: block;
  height: auto;
  white-space: wrap;
}/* Generated by vite-plugin-svg-spritemap */
.reviews {
  margin-bottom: 7.5rem;
}
@media (max-width: 61.99875em) {
  .reviews {
    margin-bottom: 5rem;
  }
}
@media (max-width: 47.99875em) {
  .reviews {
    margin-bottom: 2.5rem;
  }
}
.reviews__top {
  display: flex;
  margin-bottom: 3.125rem;
}
@media (max-width: 47.99875em) {
  .reviews__top {
    flex-direction: column;
  }
}
.reviews__top-left {
  max-width: unset;
  flex: 1 1 60%;
}
.reviews__top-left .text-heading__title {
  max-width: unset;
}
.reviews__top-right {
  flex-basis: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.slider-reviews__icon {
  font-size: 2.125rem;
  color: #f5f5f5;
  margin-bottom: 1.5rem;
}
.slider-reviews__slide {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  border: solid 0.0625rem #dedcda;
}
.slider-reviews__title {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.56;
  letter-spacing: 0em;
}
.slider-reviews__text {
  margin-bottom: 1.5rem;
  color: #1f2744;
}
.slider-reviews__author {
  margin-top: auto;
}

.author-preview {
  display: flex;
  gap: 0.875rem;
}
.author-preview__img-wrapper {
  flex-basis: 2.75rem;
}
.author-preview__img {
  object-fit: cover;
  border-radius: 50%;
}
.author-preview__full-name {
  font-family: "Rubik";
  font-weight: 500;
  font-size: 1rem;
  line-height: 162%;
  letter-spacing: 0.03em;
  color: #1f2744;
  padding-bottom: 0.25rem;
}
.author-preview__position {
  font-family: "Rubik";
  font-size: 0.75rem;
  line-height: 1.83;
  letter-spacing: 0.04em;
  color: #73788c;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */