.jw {
  --jw-gutter: 100px;
  --jw-maxw: 1240px;
  width: 100%;
  color: #18181b;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}
@media (max-width: 1200px) {
  .jw {
    --jw-gutter: 56px;
  }
}
@media (max-width: 768px) {
  .jw {
    --jw-gutter: 24px;
  }
}
.jw img {
  max-width: 100%;
  display: block;
}
.jw :focus-visible {
  outline: 2px solid #f0356a;
  outline-offset: 3px;
  border-radius: 6px;
}

.jw-wrap {
  max-width: var(--jw-maxw);
  margin: 0 auto;
}

.jw-eyebrow {
  margin: 0;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 2.07px;
  text-transform: uppercase;
  color: #f45273;
}

.jw-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}
.jw-head h2 {
  margin: 0;
  font-size: 52px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: #18181b;
}
@media (max-width: 768px) {
  .jw-head h2 {
    font-size: 32px;
    letter-spacing: -0.03em;
  }
}
.jw-head h2 i {
  font-weight: 600;
  color: #FC739C;
}
.jw-head__sub {
  margin: 0;
  max-width: 930px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #71717a;
}
@media (max-width: 768px) {
  .jw-head__sub {
    font-size: 16px;
  }
}

.jw-frame {
  position: relative;
  overflow: hidden;
  display: block;
  border: 1px solid #e4e4e7;
  border-radius: 16px;
  background: #f4f4f5 center/cover no-repeat;
}
.jw-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jw-frame--sq {
  aspect-ratio: 1/1;
}

.jw-textlink {
  font-size: 13.5px;
  font-weight: 600;
  color: #18181b;
  text-decoration: none;
  border-bottom: 1px solid #e4e4e7;
  padding-bottom: 2px;
}
.jw-textlink:hover {
  border-bottom-color: #FC739C;
}

.jw-tagrow {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.jw-tag {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: #fff5f8;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.48px;
  color: #FC739C;
  white-space: nowrap;
}
.jw-tag--muted {
  background: transparent;
  padding: 6px 0;
  color: #a1a1aa;
  letter-spacing: 0;
}

.jw-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 68px var(--jw-gutter) 96px;
  background: radial-gradient(115.5% 46.7% at 50% 0%, rgb(255, 248, 245) 0%, rgba(255, 248, 245, 0) 60%), radial-gradient(71.8% 38.9% at 90% 21%, rgba(252, 115, 156, 0.16) 0%, rgba(252, 115, 156, 0) 55%), radial-gradient(57.4% 31.2% at 10% 32%, rgba(143, 169, 255, 0.07) 0%, rgba(143, 169, 255, 0) 55%), linear-gradient(180deg, #fcfbf8 0%, #f9f0f1 100%);
}
@media (max-width: 768px) {
  .jw-hero {
    padding: 40px var(--jw-gutter) 64px;
  }
}
.jw-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(115.5% 43% at 50% 40%, rgba(244, 242, 238, 0) 50%, rgba(244, 242, 238, 0.8) 100%);
}
.jw-hero__glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.jw-hero__glow i {
  position: absolute;
  display: block;
  border-radius: 999px;
  filter: blur(40px);
  mix-blend-mode: multiply;
  aspect-ratio: 1;
}
.jw-hero__glow .g-peach {
  width: clamp(260px, 34.8vw, 500px);
  right: 4.5%;
  top: 11%;
  background: radial-gradient(circle, rgba(255, 176, 132, 0.22) 0%, rgba(255, 220, 200, 0.12) 50%, rgba(255, 220, 200, 0) 70%);
}
.jw-hero__glow .g-blue {
  width: clamp(180px, 24.4vw, 350px);
  left: 53.5%;
  top: 5.5%;
  background: radial-gradient(circle, rgba(143, 169, 255, 0.16) 0%, rgba(200, 210, 255, 0.08) 50%, rgba(200, 210, 255, 0) 70%);
}
.jw-hero__glow .g-pink-a,
.jw-hero__glow .g-pink-b {
  width: clamp(420px, 48.7vw, 700px);
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(255, 227, 238, 0.67) 0%, rgba(252, 115, 156, 0.16) 50%, rgba(252, 115, 156, 0) 68%);
}
.jw-hero__glow .g-pink-a {
  left: 37.5%;
  top: 95%;
}
.jw-hero__glow .g-pink-b {
  left: -1%;
  top: 80%;
}
.jw-hero__inner {
  position: relative;
  z-index: 1;
  max-width: var(--jw-maxw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 84px;
}
@media (max-width: 1200px) {
  .jw-hero__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 56px;
  }
}
.jw-hero__copy {
  flex: 1 1 600px;
  min-width: 0;
}
@media (max-width: 1200px) {
  .jw-hero__copy {
    flex-basis: auto;
  }
}
.jw-hero h1 {
  margin: 26px 0 0;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.06em;
  color: #18181b;
  max-width: 604px;
  overflow-wrap: break-word;
}
@media (max-width: 768px) {
  .jw-hero h1 {
    font-size: 40px;
    max-width: none;
  }
}
.jw-hero h1 .grad {
  background-image: linear-gradient(17.4deg, #fc739c 0.343%, #cc4570 99.657%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.jw-hero__lede {
  margin: 24px 0 0;
  max-width: 660px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.8px;
  color: #63636b;
}
@media (max-width: 768px) {
  .jw-hero__lede {
    font-size: 17px;
    letter-spacing: -0.4px;
  }
}
.jw-hero__actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 38px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .jw-hero__actions {
    gap: 16px;
    margin-top: 28px;
  }
}
.jw-hero__stats {
  display: flex;
  align-items: flex-start;
  margin-top: 48px;
  gap: 12px;
}
.jw-hero__stat {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
@media (max-width: 768px) {
  .jw-hero__stat {
    padding-right: 24px;
  }
}
.jw-hero__stat + .jw-hero__stat {
  border-left: 1px solid #FEC3D5;
  padding-left: 24px;
}
@media (max-width: 768px) {
  .jw-hero__stat + .jw-hero__stat {
    padding-left: 16px;
  }
}
.jw-hero__stat b {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 1.1;
  color: #FC739C;
}
.jw-hero__stat span {
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.4;
  color: #63636b;
  max-width: 19ch;
}
.jw-hero__media {
  flex: 0 1 467px;
  min-width: 0;
  border-radius: 20px;
  aspect-ratio: 940/988;
}
@media (max-width: 1200px) {
  .jw-hero__media {
    flex: 1 1 auto;
    width: 100%;
    max-width: 520px;
  }
}

.jw-proof {
  padding: 104px var(--jw-gutter);
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .jw-proof {
    padding: 72px var(--jw-gutter);
  }
}
.jw-proof__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .jw-proof__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 40px;
  }
}
.jw-proof figure {
  margin: 0;
}
.jw-proof__cap {
  margin: 14px 0 0;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.55;
  color: #6e6e76;
}
.jw-proof__foot {
  margin: 28px 0 0;
  font-size: 13.5px;
  font-weight: 500;
  color: #a1a1aa;
  text-align: center;
}

.jw-ba {
  margin: 72px auto 0;
  max-width: 920px;
}
@media (max-width: 768px) {
  .jw-ba {
    margin-top: 48px;
  }
}
.jw-ba__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.jw-ba__head h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #18181b;
}
.jw-ba__head p {
  margin: 0;
  font-size: 13.5px;
  color: #71717a;
}
.jw-ba__stage {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #e4e4e7;
  aspect-ratio: 16/9;
  background: #f4f4f5;
}
.jw-ba__layer {
  position: absolute;
  inset: 0;
  border: 0;
  border-radius: 0;
}
.jw-ba__layer--after {
  clip-path: inset(0 0 0 var(--jw-split, 50%));
}
.jw-ba__handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--jw-split, 50%);
  width: 2px;
  background: #FFFFFF;
  box-shadow: 0 0 0 1px rgba(24, 24, 27, 0.1);
  transform: translateX(-1px);
  pointer-events: none;
}
.jw-ba__knob {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  margin: -22px 0 0 -22px;
  border-radius: 999px;
  background: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(24, 24, 27, 0.04), 0 6px 16px -8px rgba(24, 24, 27, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.jw-ba__knob svg {
  width: 22px;
  height: 22px;
  display: block;
}
.jw-ba__label {
  position: absolute;
  bottom: 16px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #71717a;
  box-shadow: 0 1px 2px 0 rgba(24, 24, 27, 0.04), 0 6px 16px -8px rgba(24, 24, 27, 0.08);
}
.jw-ba__label--l {
  left: 16px;
}
.jw-ba__label--r {
  right: 16px;
}
.jw-ba__range {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  cursor: ew-resize;
}
.jw-ba__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 44px;
  height: 100%;
  background: transparent;
  cursor: ew-resize;
}
.jw-ba__range::-moz-range-thumb {
  width: 44px;
  height: 100%;
  background: transparent;
  border: 0;
  cursor: ew-resize;
}

.jw-workflow {
  padding: 104px var(--jw-gutter);
  background: #fafafa;
}
@media (max-width: 768px) {
  .jw-workflow {
    padding: 72px var(--jw-gutter);
  }
}
.jw-workflow__card {
  margin-top: 64px;
  background: #FFFFFF;
  border: 1px solid #e4e4e7;
  border-radius: 28px;
  padding: 48px;
  display: flex;
  align-items: center;
  gap: 56px;
}
@media (max-width: 1200px) {
  .jw-workflow__card {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
    padding: 36px;
  }
}
@media (max-width: 768px) {
  .jw-workflow__card {
    margin-top: 40px;
    padding: 20px;
  }
}
.jw-workflow__steps {
  flex: 1 1 400px;
  min-width: 0;
}
.jw-workflow__media {
  flex: 1 1 520px;
  min-width: 0;
  border-radius: 20px;
  padding: 22px;
  background: linear-gradient(135deg, #fff0f5 0%, #fce7ef 100%);
}
@media (max-width: 1200px) {
  .jw-workflow__media {
    display: none;
  }
}
.jw-workflow__panels {
  position: relative;
  aspect-ratio: 4/3;
}
.jw-workflow__panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  border-radius: 12px;
  border-color: rgba(252, 115, 156, 0.22);
}
@media (prefers-reduced-motion: no-preference) {
  .jw-workflow__panel {
    transition: opacity 0.28s ease, visibility 0.28s;
  }
}
.jw-workflow__panel.is-shown {
  opacity: 1;
  visibility: visible;
}

.jw-step {
  display: flex;
  gap: 16px;
  padding: 20px 22px;
  border-radius: 12px;
  cursor: pointer;
  background: transparent;
  transition: background-color 0.18s ease;
}
@media (max-width: 768px) {
  .jw-step {
    padding: 16px 14px;
  }
}
.jw-step + .jw-step {
  margin-top: 8px;
}
.jw-step:hover {
  background: #fafafa;
}
.jw-step.is-active {
  background: #f4f4f5;
}
.jw-step.is-active .jw-step__num {
  color: #f0356a;
}
.jw-step__head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 6px;
}
.jw-step__num {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.69px;
  color: #a1a1aa;
  transition: color 0.18s ease;
}
.jw-step h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #18181b;
}
.jw-step p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  color: #6e6e76;
}
.jw-step__mobileMedia {
  display: none;
}
@media (max-width: 1200px) {
  .jw-step__mobileMedia {
    display: block;
    aspect-ratio: 4/3;
    margin-top: 16px;
  }
}

.jw-occasion {
  padding: 104px var(--jw-gutter);
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .jw-occasion {
    padding: 72px var(--jw-gutter);
  }
}
.jw-occasion__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .jw-occasion__grid {
    margin-top: 40px;
  }
}
.jw-occasion__cell {
  flex: 1 1 200px;
  min-width: 0;
}
@media (max-width: 768px) {
  .jw-occasion__cell {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 468px) {
  .jw-occasion__cell {
    flex-basis: 140px;
  }
}
.jw-occasion__cell .jw-frame {
  aspect-ratio: 4/5;
  border-radius: 20px;
}
.jw-occasion__cell h3 {
  margin: 14px 0 4px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.075px;
  color: #18181b;
}
.jw-occasion__cell p {
  margin: 0;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.55;
  color: #6e6e76;
}

.jw-objections {
  padding: 104px var(--jw-gutter);
  background: #fafafa;
}
@media (max-width: 768px) {
  .jw-objections {
    padding: 72px var(--jw-gutter);
  }
}

.jw-obj {
  background: #FFFFFF;
  border: 1px solid #e4e4e7;
  border-radius: 24px;
  padding: 40px;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .jw-obj {
    padding: 26px;
  }
}
.jw-obj:first-of-type {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .jw-obj:first-of-type {
    margin-top: 40px;
  }
}
.jw-obj h3 {
  margin: 16px 0 12px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.04em;
  color: #18181b;
}
@media (max-width: 768px) {
  .jw-obj h3 {
    font-size: 24px;
  }
}
.jw-obj__body {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #71717a;
  max-width: 64ch;
}
@media (max-width: 768px) {
  .jw-obj__body {
    font-size: 15px;
  }
}
.jw-obj__split {
  display: flex;
  align-items: center;
  gap: 56px;
}
@media (max-width: 1200px) {
  .jw-obj__split {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }
}
.jw-obj__split > * {
  flex: 1 1 440px;
  min-width: 0;
}
@media (max-width: 1200px) {
  .jw-obj__split > * {
    flex-basis: auto;
  }
}
.jw-obj__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.jw-obj__callout {
  margin-top: 24px;
  border: 1px solid rgba(252, 115, 156, 0.22);
  background: #fff5f8;
  border-radius: 16px;
  padding: 20px 24px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  color: #18181b;
}

.jw-fact {
  border: 1px solid #e4e4e7;
  border-radius: 12px;
  padding: 14px 18px;
  flex: 1 1 210px;
  min-width: 0;
}
.jw-fact b {
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.075px;
  color: #18181b;
}
.jw-fact span {
  display: block;
  margin-top: 4px;
  font-size: 12.5px;
  line-height: 1.5;
  color: #6e6e76;
}

.jw-looks {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 768px) {
  .jw-looks {
    gap: 20px;
  }
}
.jw-looks__col {
  flex: 1 1 240px;
  min-width: 0;
}
@media (max-width: 768px) {
  .jw-looks__col {
    flex-basis: 100%;
  }
}
.jw-looks__col h4 {
  margin: 0 0 10px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #a1a1aa;
}
.jw-looks__strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.jw-looks__strip .jw-frame {
  aspect-ratio: 3/4;
  border-radius: 10px;
}

.jw-cred {
  padding: 0 var(--jw-gutter) 104px;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .jw-cred {
    padding-bottom: 72px;
  }
}
.jw-cred__card {
  background-image: linear-gradient(16.66deg, #1c1a1e 14.645%, #201822 53.536%, #2a1521 85.355%);
  border-radius: 32px;
  overflow: hidden;
  padding: 64px 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media (max-width: 1200px) {
  .jw-cred__card {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .jw-cred__card {
    padding: 36px 24px;
    border-radius: 24px;
  }
}
.jw-cred__card > * {
  flex: 1 1 460px;
  min-width: 0;
}
@media (max-width: 1200px) {
  .jw-cred__card > * {
    flex-basis: auto;
  }
}
.jw-cred__card h2 {
  margin: 18px 0 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .jw-cred__card h2 {
    font-size: 32px;
  }
}
.jw-cred__sub {
  margin: 14px 0 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.68);
  max-width: 440px;
}
.jw-cred__nums {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.jw-cred__num {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 14px 18px;
  flex: 1 1 160px;
}
.jw-cred__num b {
  display: block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
.jw-cred__num span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.62);
}
.jw-cred__panel {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  padding: 26px;
}
.jw-cred__panel p {
  margin: 14px 0 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}
.jw-cred__panel ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.jw-cred__panel li {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
}
.jw-cred__panel li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
}
.jw-cred__panel li svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: block;
}

.jw-cta {
  padding: 0 var(--jw-gutter) 110px;
  background: #FFFFFF;
  scroll-margin-top: 90px;
}
@media (max-width: 768px) {
  .jw-cta {
    padding-bottom: 72px;
  }
}
.jw-cta__card {
  background: #fff5f8;
  border: 1px solid rgba(252, 115, 156, 0.22);
  border-radius: 32px;
  overflow: hidden;
  padding: 64px 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media (max-width: 1200px) {
  .jw-cta__card {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .jw-cta__card {
    padding: 36px 24px;
    border-radius: 24px;
  }
}
.jw-cta__card > * {
  flex: 1 1 440px;
  min-width: 0;
}
@media (max-width: 1200px) {
  .jw-cta__card > * {
    flex-basis: auto;
  }
}
.jw-cta__copy h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -0.04em;
  color: #18181b;
}
@media (max-width: 768px) {
  .jw-cta__copy h2 {
    font-size: 32px;
  }
}
.jw-cta__sub {
  margin: 16px 0 24px;
  max-width: 400px;
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.7;
  color: #6e6e76;
}
.jw-cta__next {
  margin: 24px 0 0;
  font-size: 13.5px;
  font-weight: 600;
  color: #18181b;
}

.jw-checks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.jw-checks li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 500;
  color: #18181b;
}
.jw-checks__ic {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 99px;
  background-image: linear-gradient(45deg, #fc739c 14.645%, #f0356a 85.355%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.jw-checks__ic svg {
  width: 9px;
  height: 9px;
  display: block;
}

.jw-form {
  background: #FFFFFF;
  border: 1px solid #e4e4e7;
  border-radius: 20px;
  box-shadow: 0 20px 44px 0 rgba(23, 23, 28, 0.16), 0 2px 4px 0 rgba(23, 23, 28, 0.05);
  padding: 29px;
}
.jw-form h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.18px;
  color: #18181b;
}
.jw-form__fine {
  margin: 4px 0 22px;
  font-size: 13px;
  font-weight: 400;
  color: #6e6e76;
}
.jw-form__foot {
  margin: 12px 0 0;
  text-align: center;
  font-size: 11.5px;
  font-weight: 400;
  color: #a1a1aa;
}
.jw-form__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.jw-form__success {
  display: none;
  padding: 8px 0;
}
.jw-form__success p {
  margin: 0 0 10px;
  font-size: 13.5px;
  line-height: 1.7;
  color: #6e6e76;
}
.jw-form__success h3 {
  margin-bottom: 10px;
}
.jw-form.is-sent .jw-form__live {
  display: none;
}
.jw-form.is-sent .jw-form__success {
  display: block;
}

.jw-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}
.jw-field label {
  font-size: 12px;
  font-weight: 600;
  color: #18181b;
}
.jw-field input {
  width: 100%;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 400;
  color: #18181b;
  background: #fafafa;
  border: 1px solid #e4e4e7;
  border-radius: 10px;
  padding: 11px 13px;
  appearance: none;
}
.jw-field input::placeholder {
  color: #a1a1aa;
}
.jw-field input:focus {
  outline: none;
  border-color: #FC739C;
  background: #FFFFFF;
  box-shadow: 0 0 0 3px rgba(252, 115, 156, 0.16);
}
.jw-field__err {
  display: none;
  font-size: 12px;
  font-weight: 500;
  color: #f0356a;
}
.jw-field.has-error input {
  border-color: #f0356a;
}
.jw-field.has-error .jw-field__err {
  display: block;
}

.jw-submit {
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background-image: linear-gradient(6.97deg, #fc739c 14.645%, #f0356a 85.355%);
  color: #FFFFFF;
  font-family: inherit;
  font-size: 14.5px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 16px;
}
.jw-submit:active {
  transform: translateY(1px);
}
