

/* Start:/assets/css/page-home.css?16921338951445*/

.features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.5rem 3rem;
}
@media (max-width: 60rem) {
  .features {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.features-item {
  display: flex;
  gap: 2.5rem;
}
.features-item::before {
  background-image: url('/assets/images/check-cloud.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 3.75rem;
  height: 1em;
  width: 1em;
}
.features-item_title {
  margin-block-start: 0.75rem;
}

.count {
  margin-bottom: 20rem;
  position: relative;
  text-align: center;
}
.count_title {
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  background-color: var(--color-text);
  background-clip: text;
  background-image: url('/assets/css/../images/text-pattern.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 342px 74px;
  color: var(--color-text);
  font-size: 6.25rem;
  font-weight: bold;
  line-height: 1.5em;
}
.count_text {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5em;
  margin-top: 1rem;
  text-align: center;
}
.count_map {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  z-index: -1;
}
@media (max-width: 60rem) {
  .count {
    margin-bottom: 10rem;
  }
}

/* End */
/* /assets/css/page-home.css?16921338951445 */
