:root {
  --color-5: #fff0;
  --color-3: #141414;
  --color-2: #fe0553;
  --color: #ff8588;
  --color-4: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Nunito, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

.section-nav {
  z-index: 30;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 1.5rem;
  display: flex;
}

.navbar {
  z-index: 1;
  background-color: var(--color-5);
}

.logo-wrapper {
  padding-left: 0;
}

.img-logo {
  width: 10rem;
}

.navlink {
  color: var(--color-3);
  text-transform: uppercase;
  font-size: .9375rem;
  font-weight: 400;
  transition: all .2s;
}

.navlink:hover {
  color: var(--color-2);
}

.navlink.w--current {
  color: var(--color);
}

.navlink.w--current:hover {
  color: var(--color-2);
}

.navlink.cta {
  border: .0625rem solid var(--color);
  background-color: var(--color-5);
  color: var(--color);
  text-transform: capitalize;
  border-radius: 22.5rem;
  margin-left: 1.25rem;
  padding: .75rem 1.625rem;
}

.navlink.cta:hover {
  background-color: var(--color-2);
  color: var(--color-4);
}

.nav-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-section {
  background-image: linear-gradient(#ff85881a, #fff);
  position: relative;
}

.hero-wrapper {
  color: var(--color-3);
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  max-height: 67.5rem;
  padding-top: 7.475rem;
  padding-bottom: 6.875rem;
  display: flex;
}

.hero-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 81.25rem;
  display: flex;
}

.hero-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 119%;
}

.hero-p {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  font-size: 1rem;
  line-height: 150%;
}

.hero-content {
  width: 44%;
  padding: 1.5rem;
}

.hero-content.np-mob {
  width: 54%;
  position: relative;
}

.btn {
  border: .25rem solid var(--color);
  background-color: var(--color);
  color: var(--color-4);
  text-align: center;
  text-transform: capitalize;
  border-radius: 22.5rem;
  padding: .725rem 1.6125rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 115%;
  text-decoration: none;
  transition: all .2s;
}

.btn:hover {
  border-color: var(--color-2);
  background-color: var(--color-2);
}

.btn.topm {
  margin-top: 1.5rem;
}

.btn.topm.small {
  margin-top: 1rem;
}

.btn.small {
  padding: .625rem 1.1125rem;
  font-size: 1.1875rem;
}

.pretitle {
  color: var(--color);
  text-transform: uppercase;
  margin-bottom: .375rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 100%;
}

.pretitle.w {
  color: var(--color-4);
}

.section {
  padding-top: 1.5875rem;
  padding-bottom: 1.5875rem;
}

.section.grad {
  background-image: linear-gradient(0deg, #fff8f8, #fff 52%);
  padding-top: 1.5875rem;
  padding-bottom: 1.5875rem;
}

.section.grad.strong {
  border-top: 1px solid var(--color);
  background-image: linear-gradient(0deg, var(--color), #ffc2c4 19%, white 38%, #ff85881a 103%);
  padding-top: 2.3875rem;
  padding-bottom: 4.7875rem;
}

.section.footer {
  border-top: .0625rem solid #0000001a;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.section.alt {
  background-color: #fff8f8;
}

.container {
  width: 90%;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
}

.content {
  padding: 1.5rem;
}

.content.center {
  text-align: center;
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.content.center.slide0, .content.center.small {
  max-width: 40rem;
}

.content._45 {
  width: 45%;
}

.content._40 {
  width: 40%;
}

.content._50 {
  width: 50%;
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6875rem;
  font-weight: 600;
  line-height: 115%;
}

.section-title.botm {
  margin-bottom: 1.5rem;
}

.grid-3x {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.promo-type-wrapper {
  background-color: var(--color-4);
  border: .0625rem solid #0000001a;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 2.25rem 1.6875rem;
  display: flex;
  box-shadow: 0 0 1.25rem -.625rem #0003;
}

.title-wrapper-promo {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .5rem;
  display: flex;
}

.title-h3 {
  color: var(--color);
  margin-top: 0;
  margin-bottom: .75rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 90%;
}

.wrapper-feat-promo {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  background-color: #fff8f8;
  border-radius: .375rem;
  flex-flow: column;
  margin-bottom: 1rem;
  padding: .75rem;
  display: flex;
}

.title-h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.p16 {
  font-size: 1rem;
  line-height: 1.4375rem;
}

.p16.large {
  font-size: 2.1rem;
}

.p14 {
  font-size: .875rem;
  line-height: 135%;
}

.p14.details {
  padding-left: .75rem;
  padding-right: .75rem;
}

.p14.details.bot {
  margin-bottom: 1rem;
}

.t--promo {
  border-bottom: .0625rem solid #0000001a;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: .75rem;
  padding-bottom: .75rem;
  padding-left: .75rem;
  padding-right: .75rem;
  line-height: 135%;
  display: flex;
}

.link-r {
  color: var(--color);
}

.grid-5x {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.card-metric {
  border: .0625rem solid var(--color-4);
  text-align: center;
  background-image: linear-gradient(#ff85884d, #fff);
  border-radius: .75rem;
  padding: 3.4rem 1.5rem;
}

.card-metric.bot {
  margin-top: 2rem;
  padding-bottom: 5.4rem;
}

.number-large {
  color: var(--color);
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 115%;
}

.wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.wrapper.c {
  align-items: center;
}

.faq-wrapper {
  cursor: pointer;
  border-bottom: .0625rem solid #0000001a;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  position: relative;
  overflow: hidden;
}

.faq-title {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 140%;
}

.icon-faq {
  width: 2rem;
  transition: all .2s;
}

.icon-faq.r {
  filter: invert();
  margin-left: .9375rem;
}

.element-item {
  object-fit: contain;
  width: 4rem;
  height: 4rem;
}

.faq-title-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.faq-content {
  z-index: 1;
  max-height: 0;
  margin-top: -1.75rem;
  padding-top: 1.75rem;
  padding-right: 1.55rem;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.sm-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-2 {
  width: 90%;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
}

.overlay-nav {
  opacity: 0;
  background-color: #fff9f9;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 1.25rem -.3125rem #0003;
}

.shape-hero {
  background-color: var(--color);
  opacity: .15;
  border-radius: 1.875rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.phone-hero {
  z-index: 1;
  position: relative;
}

.wrapper-shape-hero {
  width: 100%;
  height: 100%;
  padding: 2.125rem 4.625rem 3.125rem 3.6875rem;
  position: absolute;
  inset: 0%;
}

.shape-h-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-shape {
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.img-checkmark {
  width: 1rem;
  margin-right: .375rem;
}

.spr-section-img {
  background-color: var(--color-4);
  width: 100%;
}

.expander {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.wrapper-checklist {
  margin-top: 1rem;
}

.sample-image-large {
  border-radius: 1.5rem;
  width: 100%;
}

.content-sample {
  padding: 1.5rem;
}

.hl {
  color: var(--color);
}

.form-m {
  text-align: center;
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .navlink {
    text-align: center;
  }

  .navlink.cta {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    margin-left: 0;
  }

  .nav-menu {
    border-top: .0625rem solid var(--color);
    border-bottom: .0625rem solid var(--color);
    background-color: #fff9f9;
    justify-content: space-between;
    align-items: stretch;
    padding: 1.5rem 5.125rem;
  }

  .hero-wrapper {
    min-height: auto;
    max-height: none;
    padding-bottom: 0;
  }

  .hero-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .hero-h1 {
    font-size: 4.4rem;
  }

  .hero-content {
    width: 100%;
    padding-bottom: 0;
    position: relative;
  }

  .hero-content.np-mob, .content._40, .content._50 {
    width: 100%;
  }

  .section-title {
    font-size: 3.4375rem;
  }

  .grid-3x {
    flex-flow: column;
    display: flex;
  }

  .grid-5x {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .card-metric.bot {
    margin-top: 0;
    padding-bottom: 3.4rem;
  }

  .number-large {
    font-size: 2.8125rem;
  }

  .icon-faq {
    margin-left: 1.25rem;
  }

  .faq-title-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq-content {
    padding-right: 0;
  }

  .mb {
    border: .0625rem solid var(--color);
    color: var(--color);
    border-radius: .75rem;
    padding: .75rem;
  }

  .mb.w--open {
    background-color: var(--color);
    color: var(--color-4);
  }
}

@media screen and (max-width: 767px) {
  .grid-5x {
    grid-template-columns: 1fr 1fr;
  }

  .faq-wrapper {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .faq-title {
    font-size: 1.25rem;
  }

  .element-item {
    width: 2rem;
    height: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .nav-container {
    width: 95%;
  }

  .nav-menu {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-container {
    width: 95%;
  }

  .hero-h1 {
    font-size: 2.5rem;
    line-height: 105%;
  }

  .hero-content.np-mob {
    padding-left: 0;
    padding-right: 0;
  }

  .btn {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1.125rem;
  }

  .btn.topm.small {
    font-size: 1.125rem;
  }

  .section.grad.strong {
    padding-top: 0;
    padding-bottom: 2.7875rem;
  }

  .container {
    width: 95%;
  }

  .content._45 {
    width: 100%;
  }

  .section-title {
    font-size: 2.1rem;
  }

  .promo-type-wrapper {
    padding: 1.5rem;
  }

  .title-h3 {
    font-size: 1.375rem;
  }

  .t--promo {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-5x {
    grid-column-gap: .375rem;
    grid-row-gap: .375rem;
    flex-flow: column;
    display: flex;
  }

  .card-metric {
    padding: 2.05rem .75rem;
  }

  .number-large {
    font-size: 1.875rem;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-title {
    font-size: 1.1rem;
  }

  .sm-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .content-sample {
    padding-left: 0;
    padding-right: 0;
  }
}


