/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.105.4/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.8_webpack@5.105.4/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/.pnpm/sass-loader@16.0.7_sass@1.98.0_webpack@5.105.4/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/home.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.home-slug {
  font-size: 12vw;
}

.home-intro {
  font-size: 1.5em;
}

.home-intro p {
  font-family: "Manrope";
  font-size: 1em;
  font-weight: var(--weight-semibold);
  line-height: 1.35;
}

.home-features .feature-icon {
  margin-bottom: 1.5em;
}

.home-features .feature-title {
  font-size: 1em;
  font-size: 1.5em;
  line-height: 1.25;
  font-weight: 500;
  color: var(--feature-color);
}

.home-features p {
  overflow: visible;
  -webkit-line-clamp: unset;
}

.home-features .feature-label {
  display: none;
}

@media screen and (min-width: 680px) {
  .home-slug {
    font-size: 10vw;
  }
  .home-intro,
  .home-features .feature-title {
    font-size: 1.75em;
  }
}

@media screen and (min-width: 1024px) {
  .home-slug {
    font-size: 8vw;
  }
  .home-intro {
    font-size: 2em;
  }
  .home-intro > .section-inner > * {
    max-width: 40rem;
  }
  .home-features .feature {
    margin-bottom: 0;
  }
  .home-banner .banner-wrap {
    max-width: 1100px;
  }
  .home-banner .banner-title {
    font-size: 6.75em;
    width: 80%;
  }
}

@media screen and (min-width: 1300px) {
  .home-slug {
    font-size: 7.5em;
  }
}

/*# sourceMappingURL=home.min.css.map*/