:root {
  --foreground: #0a0a0a;
  --padding-x: 4rem;
  --background: white;
  --border: #e5e5e5;
  --text-muted-foreground: #737373;
  --brand: #0a0a0a;
  --brand-foreground: white;
  --padding-y: 6.25rem;
  --muted: whitesmoke;
  --font-display: Inter, sans-serif;
  --rounded-full: 9999px;
}

body {
  color: var(--foreground);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 150%;
}

p {
  margin-bottom: 0;
}

.global-css {
  display: none;
}

.nav-wrapper {
  z-index: 10;
  padding: 1rem var(--padding-x);
  background-color: var(--background);
  justify-content: flex-start;
  align-items: center;
  height: 4.75rem;
  display: flex;
  position: sticky;
  top: 0;
}

.container {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.container.xs {
  max-width: 50rem;
}

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

.nav-logo {
  justify-content: flex-start;
  align-items: center;
  width: 6.75em;
  height: 1.6em;
}

.nav-menu-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-logo-link {
  margin-right: auto;
}

.nav-actions-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-ghost {
  color: var(--text-muted-foreground);
  text-align: center;
  border-radius: .875rem;
  padding: .75rem;
  font-weight: 500;
  line-height: 110%;
  transition: all .2s;
}

.button-ghost:hover {
  color: var(--foreground);
}

.button-ghost.small {
  font-size: .9375rem;
}

.button-primary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--brand);
  color: var(--brand-foreground);
  text-align: center;
  border-radius: .875rem;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  font-weight: 500;
  line-height: 110%;
  display: flex;
}

.button-primary.small {
  font-size: .9375rem;
}

.page-wrapper {
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
  position: relative;
  overflow: hidden;
}

.section {
  padding: var(--padding-y) var(--padding-x);
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero {
  padding-top: 4.375rem;
}

.section.muted {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background-color: var(--muted);
}

.section.border-b {
  border-bottom: 1px solid var(--border);
}

.section.muted-gadient {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background-image: linear-gradient(180deg, var(--muted), var(--background));
}

.header-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header-wrapper.centered {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.h1 {
  font-family: var(--font-display);
  letter-spacing: -.04em;
  max-width: 42rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.8125rem;
  font-weight: 500;
  line-height: 110%;
}

.p {
  color: var(--text-muted-foreground);
  max-width: 31rem;
  margin-bottom: 0;
}

.header-pill {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--border);
  border-radius: var(--rounded-full);
  background-color: var(--background);
  color: var(--text-muted-foreground);
  justify-content: center;
  align-items: center;
  padding: .3rem .75rem;
  font-size: .9375rem;
  font-weight: 500;
  display: flex;
}

.icon-16 {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.no-cc-actions-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.25rem;
  display: flex;
}

.no-cc-actions-wrapper.vertical {
  flex-flow: column;
}

.no-cc-required {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--text-muted-foreground);
  justify-content: flex-start;
  align-items: center;
  font-size: .8125rem;
  display: flex;
}

.home-video-wrapper {
  border: 1px solid var(--border);
  border-radius: 1.5rem;
  margin-left: auto;
  padding: .5rem;
}

.size-full {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-video-embed {
  border: 1px solid var(--border);
  border-radius: 1.25rem;
  width: 100vw;
  max-width: 31.25rem;
  padding-top: 122.204%;
  position: relative;
  overflow: hidden;
}

.nav-logo-link-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.feature-grid-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.h2 {
  font-family: var(--font-display);
  letter-spacing: -.04em;
  max-width: 42rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 110%;
}

.features-grid-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.75rem;
  display: grid;
}

.feature-card-wrapper {
  border: 1px solid var(--border);
  border-radius: 1.5rem;
  padding: .5rem;
  display: flex;
}

.feature-card {
  border: 1px solid var(--border);
  background-color: var(--background);
  border-radius: 1.25rem;
}

.feature-card-header-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  padding: 2rem 1.5rem;
  display: flex;
}

.h4 {
  font-family: var(--font-display);
  letter-spacing: -.04em;
  max-width: 42rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 110%;
}

.nav-burger-button {
  display: none;
}

.icon-24 {
  width: 1.5625rem;
  height: 1.5rem;
}

.nav-menu-link {
  color: var(--text-muted-foreground);
  border-radius: .875rem;
  padding: .55rem .75rem;
  font-size: .9375rem;
  font-weight: 500;
  transition: all .2s;
}

.nav-menu-link:hover {
  color: var(--foreground);
}

.feature-card-image-wrapper {
  padding-top: 86.2284%;
  position: relative;
}

.highlights-grid-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 26.9375rem 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header-actions-wrapper {
  margin-top: 1.25rem;
}

.icon-20 {
  width: 1.25rem;
  height: 1.25rem;
}

.highlights-item-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h4-icon-title-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.highlights-items-grid {
  grid-column-gap: 3.75rem;
  grid-row-gap: 4.375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 40.0313rem;
  display: grid;
}

.reviews-2-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.75rem;
  display: grid;
}

.review-card-wrapper {
  background-color: var(--muted);
  border-radius: 1.5rem;
  padding: .5rem;
  display: flex;
}

.review-card {
  border: 1px solid var(--border);
  background-color: var(--background);
  border-radius: 1.25rem;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.review-logo {
  object-fit: contain;
  height: 1.5rem;
  margin-bottom: 1rem;
}

.review-person-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  padding-top: 2rem;
  font-weight: 500;
  display: flex;
}

.review-person-avatar {
  border-radius: var(--rounded-full);
  width: 1.5rem;
  height: 1.5rem;
}

.reviews-3-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.pricing-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.75rem;
  display: grid;
}

.pricing-grid._2-cards {
  grid-template-columns: 1fr 1fr;
  margin-top: 2rem;
}

.pricing-card-wrapper {
  background-color: var(--muted);
  border-radius: 1.5rem;
  padding: .5rem;
  display: flex;
}

.pricing-card {
  border: 1px solid var(--border);
  background-color: var(--background);
  border-radius: 1.25rem;
  flex-flow: column;
  flex: 1;
  padding: 1.5rem;
  display: flex;
}

.h3 {
  font-family: var(--font-display);
  letter-spacing: -.04em;
  max-width: 42rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 110%;
}

.pricing-card-header-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  max-width: 11rem;
  display: flex;
}

.pricing-card-price {
  letter-spacing: -.04em;
  font-size: 2.5rem;
  line-height: 110%;
}

.pricing-card-price-cycle {
  color: var(--text-muted-foreground);
  padding-bottom: .3rem;
  font-weight: 500;
}

.pricing-card-price-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 2rem;
  display: flex;
}

.button-outline {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--border);
  color: var(--text-muted-foreground);
  text-align: center;
  border-radius: .875rem;
  justify-content: center;
  align-items: center;
  padding: .55rem .75rem;
  font-weight: 500;
  line-height: 110%;
  transition: all .2s;
  display: flex;
}

.button-outline:hover {
  color: var(--foreground);
}

.button-outline.small {
  font-size: .9375rem;
}

.pricing-card-features-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
}

.pricing-card-feature-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-card-feature-wrapper.header {
  border-bottom: 1px solid var(--border);
  padding-bottom: .5rem;
  font-weight: 500;
}

.pricing-card-actions-wrapper {
  margin-top: 2rem;
}

.pricing-card-slider-details {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: .75rem;
  display: flex;
}

.faqs-grid-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.75rem;
  display: grid;
}

.faqs-card-wrapper {
  border: 1px solid var(--border);
  border-radius: 1.5rem;
  padding: .5rem;
  display: flex;
}

.faqs-card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid var(--border);
  background-color: var(--background);
  border-radius: 1.25rem;
  flex-flow: column;
  flex: 1;
  padding: 1.5rem;
  display: flex;
}

.cta-card-wrapper {
  border: 1px solid var(--border);
  border-radius: 1.5rem;
  margin-top: 2rem;
  padding: .5rem;
}

.cta-card {
  border: 1px solid var(--border);
  background-color: var(--background);
  border-radius: 1.25rem;
  padding: 5rem 1.5rem;
}

.footer-wrapper {
  padding-top: var(--padding-y);
  padding-right: var(--padding-x);
  padding-left: var(--padding-x);
  background-color: var(--brand);
  color: var(--background);
  margin-top: -2rem;
  overflow: hidden;
}

.footer-content-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.footer-left-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-brand-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  max-width: 11rem;
  display: flex;
}

.footer-logo-link {
  margin-right: auto;
}

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

.footer-social-link {
  color: var(--text-muted-foreground);
  text-underline-offset: .4em;
  font-weight: 500;
  text-decoration: underline;
  transition: all .2s;
}

.footer-social-link:hover {
  color: var(--brand-foreground);
}

.footer-menus-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-menu-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.footer-menu-label {
  font-weight: 500;
}

.footer-menu-links-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.footer-menu-link {
  color: var(--text-muted-foreground);
  transition: all .2s;
}

.footer-menu-link:hover {
  color: var(--brand-foreground);
}

.footer-copyright {
  color: var(--text-muted-foreground);
  font-size: .875rem;
}

.footer-large-logo {
  opacity: .05;
  margin-top: 5rem;
  margin-bottom: -5rem;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    padding: 1rem var(--padding-x);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background-color: var(--background);
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100vw;
    display: none;
    position: absolute;
    top: 4.75rem;
    left: 0;
    right: 0;
  }

  .nav-menu-wrapper.show {
    display: flex;
  }

  .button-ghost.menu-link {
    text-align: center;
  }

  .home-video-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-video-embed {
    width: 100%;
    max-width: none;
  }

  .feature-grid-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .features-grid-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .nav-burger-button {
    background-color: var(--background);
    border-radius: .75rem;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    display: flex;
  }

  .nav-burger-button.active {
    background-color: var(--muted);
  }

  .icon-24 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .nav-menu-link {
    text-align: center;
  }

  .highlights-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .reviews-3-wrapper, .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-grid._2-cards {
    grid-template-columns: 1fr;
    margin-top: 2rem;
  }

  .pricing-card-wrapper {
    flex-flow: column;
  }

  .pricing-card {
    flex: 1;
  }

  .button-outline.menu-link {
    text-align: center;
  }

  .faqs-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-large-logo {
    margin-bottom: -8.4rem;
  }
}

@media screen and (max-width: 767px) {
  .reviews-2-wrapper, .reviews-3-wrapper, .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card-price.credits {
    font-size: 1.5rem;
  }

  .pricing-card-price-cycle.credits {
    padding-bottom: 0;
  }

  .footer-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .footer-large-logo {
    margin-bottom: -1.9rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    --foreground: #0a0a0a;
    --padding-x: 1.5rem;
    --background: white;
    --border: #e5e5e5;
    --text-muted-foreground: #737373;
    --brand: #0a0a0a;
    --brand-foreground: white;
    --padding-y: 3.75rem;
    --muted: whitesmoke;
    --font-display: Inter, sans-serif;
    --rounded-full: 9999px;
  }

  .h1 {
    font-size: 2.6rem;
  }

  .header-pill {
    font-size: .875rem;
  }

  .no-cc-actions-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: start stretch;
    width: 100%;
    display: grid;
  }

  .no-cc-required {
    justify-content: center;
    align-items: center;
  }

  .home-video-wrapper {
    width: 100%;
  }

  .h2 {
    font-size: 2rem;
  }

  .features-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .highlights-items-grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .h3 {
    font-size: 2rem;
  }

  .pricing-card-price {
    font-size: 2rem;
    line-height: 100%;
  }

  .pricing-card-price.credits {
    padding-bottom: .2em;
    font-size: 1.25rem;
  }

  .pricing-card-price-cycle {
    padding-bottom: 0;
    font-size: .825rem;
  }

  .footer-menus-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-large-logo {
    margin-bottom: -.9rem;
  }
}

#w-node-_7f80ccaa-6afb-2286-b6d2-5e0cb2ad4aa7-ca6f3c48 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_3dd49085-2d70-a099-c61c-d0ac992b6b45-ca6f3c48, #w-node-c2565478-7d4a-4625-76db-ee118815ab71-ca6f3c48 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3dd49085-2d70-a099-c61c-d0ac992b6b45-ca6f3c48, #w-node-c2565478-7d4a-4625-76db-ee118815ab71-ca6f3c48 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


