.welcome-top__title {
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 120%;
}
.welcome-top__text {
  line-height: 150%;
  color: rgb(106, 106, 106);
}
.welcome-top__container {
  padding-top: 32px;
  padding-bottom: 32px;
}

.welcome-search__title {
  margin-bottom: 16px;
}
.welcome-search__btns {
  padding: 32px;
  border-radius: 32px;
  background: rgb(236, 246, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
}
.welcome-search__btn {
  padding: 16px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: relative;
  background: #fff;
  border: 1px solid #fff;
}
.welcome-search__btn::before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/arrow__right--blue.svg") no-repeat;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.welcome-search__btn:hover {
  text-decoration: none;
  border: 1px solid rgb(24, 116, 193);
}
.welcome-search__icon {
  background: rgb(236, 246, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
}
.welcome-search__icon-img {
  display: block;
}
.welcome-search__text-title, .welcome-search__text-caption {
  display: block;
  text-decoration: none;
}
.welcome-search__text {
  padding-right: 28px;
}
.welcome-search__text-title {
  color: #000;
  font-weight: 600;
  line-height: 120%;
}
.welcome-search__text-caption {
  color: rgb(106, 106, 106);
  font-size: 14px;
  line-height: 150%;
}

.for-investors {
  border: 1px solid rgb(238, 238, 238);
  border-radius: 32px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100% - 46px);
}
.for-investors__title {
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 120%;
}
.for-investors__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.for-investors__list-item {
  color: rgb(106, 106, 106);
}
.for-investors__btn {
  width: 144px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.welcome-unlock__container {
  padding-top: 31px;
  padding-bottom: 32px;
}

.welcome-unlock-banner {
  background: url("../img/unlock__bg.svg") repeat-y right center;
  border: 1px solid rgb(24, 116, 193);
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 32px;
}
@media (max-width: 1052px) {
  .welcome-unlock-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
}
.welcome-unlock-banner__content {
  max-width: 689px;
  width: 100%;
}
.welcome-unlock-banner__title {
  margin-bottom: 8px;
}
.welcome-unlock-banner__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
.welcome-unlock-banner__text p {
  line-height: 150%;
  color: rgb(106, 106, 106);
  margin-bottom: 0;
}
.welcome-unlock-banner__upgrade {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.welcome-unlock-banner__upgrade-text {
  font-weight: 500;
}
@media (max-width: 1052px) {
  .welcome-unlock-banner__upgrade-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.welcome-numbers__container {
  padding-top: 32px;
  padding-bottom: 35px;
}
.welcome-numbers__items {
  margin-bottom: 24px;
}
.welcome-numbers__item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  border-right: 1px solid rgb(238, 238, 238);
}
.welcome-numbers__item:last-child {
  border: none;
}
.welcome-numbers__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.welcome-numbers__item-value {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}
.welcome-numbers__item-plus {
  padding: 2px 4px;
  border-radius: 100px;
  background: rgb(232, 246, 237);
  color: rgb(20, 163, 77);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.welcome-numbers__item-plus span {
  font-size: 14px;
}
.welcome-numbers__item-plus::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/arrow__up--green.svg") no-repeat;
}
.welcome-numbers__text {
  text-align: center;
}

.last-update {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.last-update__item {
  font-size: 14px;
  line-height: 150%;
  color: rgb(106, 106, 106);
}
.last-update__link {
  font-size: 14px;
  line-height: 150%;
  color: #1874C1;
}

@media (max-width: 991px) {
  .welcome-top__title {
    font-size: 20px;
  }
  .welcome-top__text {
    font-size: 14px;
  }
  .welcome-top__container {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .welcome-search__block {
    gap: 32px;
  }
  .welcome-search__text-caption {
    font-size: 14px;
    line-height: 150%;
  }
  .for-investors {
    height: unset;
  }
  .for-investors__list {
    gap: 2px;
  }
  .for-investors__list-item {
    font-size: 14px;
    line-height: 150%;
  }
  .welcome-unlock__container {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .welcome-unlock-banner__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .welcome-unlock-banner__text p {
    font-size: 14px;
  }
  .welcome-unlock-banner__upgrade {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .welcome-numbers__container {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 780px) {
  .welcome-search__text {
    max-width: 490px;
    width: 100%;
  }
  .welcome-numbers__item-value {
    font-size: 18px;
  }
  .welcome-numbers__item-plus span {
    font-size: 12px;
  }
  .welcome-numbers__item-plus::after {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
  }
  .welcome-numbers__text {
    font-size: 14px;
  }
  .last-update {
    gap: 4px;
  }
  .last-update__item {
    font-size: 12px;
  }
  .last-update__link {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .welcome-search__btns {
    padding: 24px;
  }
  .welcome-search__text {
    width: calc(100% - 52px);
  }
  .welcome-search__text-title {
    max-width: 128px;
  }
  .for-investors {
    padding: 24px;
  }
  .for-investors__btn {
    width: 100%;
  }
  .welcome-unlock-banner {
    gap: 0;
    padding: 24px;
    background-repeat: no-repeat;
    background-position: bottom 4px right;
    background-size: 100% 48%;
  }
  .welcome-unlock-banner__upgrade {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .welcome-unlock-banner__upgrade-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 14px;
  }
  .welcome-unlock-banner__text p {
    margin-bottom: 14px;
  }
  .welcome-unlock-banner__btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    font-size: 16px;
  }
  .welcome-numbers__items {
    margin-bottom: 8px;
  }
  .welcome-numbers__item {
    border-right: none;
    border-bottom: 1px solid rgb(238, 238, 238);
    padding: 16px 0;
  }
  .welcome-numbers__item-value {
    font-size: 18px;
  }
  .welcome-numbers__item-plus span {
    font-size: 12px;
  }
  .welcome-numbers__item-plus::after {
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
  }
  .welcome-numbers__text {
    font-size: 14px;
  }
}

.home-stats__monthly-updates {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 6px;
    border-radius: 34px;
    font-size: 14px;
    color: #14A34D;
    background: #E8F6ED;
    line-height: 1;
    height: 16px;
    margin-top: 7px;
}

@media screen and (max-width: 780px) {
    .home-stats__monthly-updates {
        font-size: 12px;
        height: 14px;
        margin-top: 2px;
    }
}

.arrow-up {
    transform: rotate(180deg);
    margin-bottom: 5px;
}
