/* [project]/src/components/marketing/HeroSection/HeroSection.module.css [app-client] (css) */
.HeroSection-module__Na2LVq__right {
  min-height: 320px;
  position: relative;
}

@media (min-width: 768px) {
  .HeroSection-module__Na2LVq__right {
    min-height: 380px;
  }
}

@media (min-width: 1024px) {
  .HeroSection-module__Na2LVq__right {
    flex: 1;
    min-height: 430px;
  }
}

.HeroSection-module__Na2LVq__demo {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  position: relative;
}

@media (min-width: 1024px) {
  .HeroSection-module__Na2LVq__demo {
    max-width: 624px;
    margin-left: auto;
  }
}

.HeroSection-module__Na2LVq__blogCardStack {
  position: relative;
}

.HeroSection-module__Na2LVq__blogCardBack {
  aspect-ratio: 556 / 392;
  background: #fff;
  border-radius: 8px;
  max-width: 556px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: rotate(3deg);
  box-shadow: 0 4px 8px -1px #bec4d245, 0 2px 4px -1px #bec4d245, 0 0 1px 1px #bec4d245;
}

.HeroSection-module__Na2LVq__blogCard {
  aspect-ratio: 556 / 392;
  background: #fff;
  border-radius: 8px;
  max-width: 556px;
  margin: 0 auto;
  padding: 20px 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 8px -1px #bec4d245, 0 2px 4px -1px #bec4d245, 0 0 1px 1px #bec4d245;
}

.HeroSection-module__Na2LVq__blogCard:after {
  content: "";
  background: linear-gradient(#fff0, #fff);
  width: 100%;
  height: 60%;
  position: absolute;
  top: 40%;
  left: 0;
}

@media (min-width: 768px) {
  .HeroSection-module__Na2LVq__blogCard {
    padding: 32px 40px;
  }
}

@media (min-width: 1024px) {
  .HeroSection-module__Na2LVq__blogCard {
    padding: 40px 50px;
  }
}

.HeroSection-module__Na2LVq__blogTitle {
  font-family: var(--font-body);
  color: var(--color-navy-800);
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .HeroSection-module__Na2LVq__blogTitle {
    margin-bottom: 16px;
    font-size: 18px;
  }
}

.HeroSection-module__Na2LVq__blogBody {
  font-family: var(--font-body);
  color: var(--color-navy-800);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .HeroSection-module__Na2LVq__blogBody {
    font-size: 14px;
  }
}

.HeroSection-module__Na2LVq__blogBody p {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .HeroSection-module__Na2LVq__blogBody p {
    margin-top: 12px;
  }
}

.HeroSection-module__Na2LVq__player {
  z-index: 10;
  background-color: var(--color-primary-500);
  border: 2px solid var(--color-primary-500);
  border-radius: 20px;
  margin-top: -32px;
  padding: 8px 20px 13px;
  position: relative;
  box-shadow: 0 0 26px -1px #33a4a780, 0 0 13px -1px #33a4a780;
}

@media (min-width: 768px) {
  .HeroSection-module__Na2LVq__player {
    border-radius: 26px;
    margin-top: -40px;
    padding: 18px 21px;
  }
}

@media (min-width: 1024px) {
  .HeroSection-module__Na2LVq__player {
    border: 3px solid var(--color-primary-500);
    border-radius: 26px;
    margin-top: -48px;
    padding: 18px 21px;
  }
}

.HeroSection-module__Na2LVq__progressBar {
  background-color: #fff3;
  border-radius: 85px;
  width: 100%;
  height: 6px;
}

@media (min-width: 768px) {
  .HeroSection-module__Na2LVq__progressBar {
    height: 8px;
  }
}

.HeroSection-module__Na2LVq__playerControls {
  align-items: center;
  gap: 12px;
  display: flex;
}

@media (min-width: 768px) {
  .HeroSection-module__Na2LVq__playerControls {
    gap: 16px;
  }
}

.HeroSection-module__Na2LVq__playButton {
  cursor: pointer;
  background: #fff;
  border: none;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

@media (min-width: 768px) {
  .HeroSection-module__Na2LVq__playButton {
    width: 40px;
    height: 40px;
  }
}

.HeroSection-module__Na2LVq__playIcon {
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent var(--color-primary-500);
  width: 0;
  height: 0;
  margin-left: 2px;
}

@media (min-width: 768px) {
  .HeroSection-module__Na2LVq__playIcon {
    border-width: 7.5px 0 7.5px 13px;
  }
}

.HeroSection-module__Na2LVq__playerText {
  font-family: var(--font-body);
  color: #fff;
  flex: 1;
  font-size: 14px;
}

@media (min-width: 768px) {
  .HeroSection-module__Na2LVq__playerText {
    font-size: 17.6px;
  }
}

.HeroSection-module__Na2LVq__playerText strong {
  font-weight: 700;
}

/* [project]/src/components/marketing/TestimonialsSection/style.module.scss.module.css [app-client] (css) */
.style-module-scss-module__dd6_5W__card {
  border-radius: 40px;
}

.style-module-scss-module__dd6_5W__quoteIconWrapper, .style-module-scss-module__dd6_5W__quoteIcon {
  width: 45px;
}

.style-module-scss-module__dd6_5W__quoteText, .style-module-scss-module__dd6_5W__line, .style-module-scss-module__dd6_5W__footer {
  max-width: none;
}

@media (min-width: 768px) {
  .style-module-scss-module__dd6_5W__quoteText, .style-module-scss-module__dd6_5W__line, .style-module-scss-module__dd6_5W__footer {
    max-width: 248px;
  }
}

.style-module-scss-module__dd6_5W__line {
  background-color: #bec4d259;
}

/* [project]/src/components/marketing/VoicesSection/style.module.scss.module.css [app-client] (css) */
.style-module-scss-module__fY7ULa__voicesSectionCard {
  border-radius: 40px;
  padding: 34px 16px;
}

@media (min-width: 768px) {
  .style-module-scss-module__fY7ULa__voicesSectionCard {
    border-radius: 32px;
    min-height: 520px;
    padding: 40px 24px;
  }
}

@media (min-width: 1024px) {
  .style-module-scss-module__fY7ULa__voicesSectionCard {
    border-radius: 40px;
    min-height: 605px;
    padding: 80px 24px;
  }
}

.style-module-scss-module__fY7ULa__voicesBgShapeWrapper {
  opacity: .5;
  width: 200px;
  max-width: 50%;
  height: 240px;
}

@media (min-width: 768px) {
  .style-module-scss-module__fY7ULa__voicesBgShapeWrapper {
    opacity: .7;
    width: 320px;
    max-width: 45%;
    height: 380px;
  }
}

@media (min-width: 1024px) {
  .style-module-scss-module__fY7ULa__voicesBgShapeWrapper {
    opacity: 1;
    width: 482px;
    max-width: 39%;
    height: 581px;
  }

  .style-module-scss-module__fY7ULa__voicesCopyColumn {
    max-width: 624px;
    padding-top: 0;
  }
}

.style-module-scss-module__fY7ULa__voicesSelectorColumn {
  width: 100%;
}

@media (min-width: 768px) {
  .style-module-scss-module__fY7ULa__voicesSelectorColumn {
    margin-left: 0;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .style-module-scss-module__fY7ULa__voicesSelectorColumn {
    width: 336px;
    max-width: 400px;
    margin-left: 0;
    margin-right: 0;
  }
}

.style-module-scss-module__fY7ULa__voiceOptionRow {
  border-radius: 88px;
  height: 52px;
  box-shadow: 0 4px 8px -1px #bec4d245, 0 2px 4px -1px #bec4d245, 0 0 1px 1px #bec4d245;
}

.style-module-scss-module__fY7ULa__voiceIconInactive {
  color: #bec4d2;
}

/*# sourceMappingURL=src_components_marketing_1111f890._.css.map*/