/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/service-hero/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.qwed-service-hero {
  background: #FFFCF8;
  padding-block: 3.8888888889vw 2.7777777778vw;
}
@media (max-width: 1440px) {
  .qwed-service-hero {
    padding: 56px 0 40px;
  }
}
@media (max-width: 768px) {
  .qwed-service-hero {
    padding: 48px 0 32px;
  }
}
.qwed-service-hero__inner {
  max-width: 83.3333333333vw;
  margin-inline: auto;
  padding-inline: 2.2222222222vw;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  align-items: center;
  gap: 2.7777777778vw;
}
@media (max-width: 1440px) {
  .qwed-service-hero__inner {
    max-width: 1200px;
    padding-inline: 32px;
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .qwed-service-hero__inner {
    grid-template-columns: 1.2fr 1fr;
  }
}
@media (max-width: 768px) {
  .qwed-service-hero__inner {
    grid-template-columns: 1fr;
  }
}
.qwed-service-hero__eyebrow {
  font-family: Poppins, sans-serif;
  font-size: 0.9027777778vw;
  font-weight: 500;
  color: #5B2E91;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 0.9722222222vw;
}
@media (max-width: 1440px) {
  .qwed-service-hero__eyebrow {
    font-size: 13px;
    margin-bottom: 14px;
  }
}
.qwed-service-hero__title {
  font-family: Poppins, sans-serif;
  font-size: 2.9166666667vw;
  font-weight: 600;
  line-height: 1.12;
  color: #1A1726;
  margin: 0 0 0.5555555556vw;
}
@media (max-width: 1440px) {
  .qwed-service-hero__title {
    font-size: 42px;
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .qwed-service-hero__title {
    font-size: 32px;
  }
}
.qwed-service-hero__title-accent {
  color: #5B2E91;
}
.qwed-service-hero__subtitle {
  font-family: Poppins, sans-serif;
  font-size: 1.25vw;
  font-weight: 500;
  color: #5B2E91;
  margin: 0 0 1.1111111111vw;
}
@media (max-width: 1440px) {
  .qwed-service-hero__subtitle {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .qwed-service-hero__subtitle {
    font-size: 16px;
  }
}
.qwed-service-hero__lead {
  font-family: Poppins, sans-serif;
  font-size: 1.1805555556vw;
  line-height: 1.6;
  color: #6B6270;
  margin: 0 0 1.6666666667vw;
}
@media (max-width: 1440px) {
  .qwed-service-hero__lead {
    font-size: 17px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .qwed-service-hero__lead {
    font-size: 16px;
  }
}
.qwed-service-hero__actions {
  display: flex;
  align-items: center;
  gap: 1.25vw;
  flex-wrap: wrap;
}
@media (max-width: 1440px) {
  .qwed-service-hero__actions {
    gap: 18px;
  }
}
.qwed-service-hero__btn {
  display: inline-block;
  background: #16C784;
  color: #1A1726;
  font-family: Poppins, sans-serif;
  font-size: 1.0416666667vw;
  font-weight: 600;
  padding: 0.8333333333vw 1.9444444444vw;
  border-radius: 0.625vw;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.15s;
}
@media (max-width: 1440px) {
  .qwed-service-hero__btn {
    font-size: 15px;
    padding: 12px 28px;
    border-radius: 9px;
  }
}
.qwed-service-hero__btn:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}
.qwed-service-hero__link {
  font-family: Poppins, sans-serif;
  font-size: 1.0416666667vw;
  font-weight: 500;
  color: #5B2E91;
  text-decoration: none;
}
@media (max-width: 1440px) {
  .qwed-service-hero__link {
    font-size: 15px;
  }
}
.qwed-service-hero__link:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .qwed-service-hero__visual {
    display: none;
  }
}
.qwed-service-hero__image {
  width: 100%;
  height: auto;
  border-radius: 1.1111111111vw;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 1440px) {
  .qwed-service-hero__image {
    border-radius: 16px;
  }
}
.qwed-service-hero__placeholder {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 1.1111111111vw;
  background: rgba(91, 46, 145, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(91, 46, 145, 0.4);
  font-size: 0.9722222222vw;
}
@media (max-width: 1440px) {
  .qwed-service-hero__placeholder {
    border-radius: 16px;
    font-size: 14px;
  }
}

/*# sourceMappingURL=style-index.css.map*/