@font-face {
  font-family: Intertight Variablefont Wght;
  src: url('../fonts/InterTight-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Intertight Variablefont Wght;
  src: url('../fonts/InterTight-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --foreground: black;
  --padding-y: 6.25rem;
  --padding-x: 4rem;
  --text-muted-foreground: #737373;
  --button-radius-default: .625rem;
  --brand: #2f5bff;
  --brand-foreground: white;
  --border: #e5e5e5;
  --background: white;
  --radius-full: 9999px;
  --muted: whitesmoke;
}

body {
  color: var(--foreground);
  letter-spacing: .03em;
  font-family: Intertight Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

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

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

.section.padding-b-none {
  padding-bottom: 0;
}

.section.footer {
  padding-bottom: 10.95rem;
  overflow: hidden;
}

.header-wrapper {
  flex-flow: column;
  display: flex;
}

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

.h1 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4375rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1.hero-animated-test {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.global-css {
  display: none;
}

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

.inline-italic-regular {
  font-style: italic;
  font-weight: 400;
}

.header-actions-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-top: 2.5rem;
  display: flex;
}

.button-brand {
  border-radius: var(--button-radius-default);
  background-color: var(--brand);
  height: 2.25rem;
  color: var(--brand-foreground);
  justify-content: center;
  align-items: center;
  padding: .5rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.button-outline {
  border: 1px solid var(--border);
  border-radius: var(--button-radius-default);
  background-color: var(--background);
  height: 2.25rem;
  color: var(--text-muted-foreground);
  justify-content: center;
  align-items: center;
  padding: .5rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

.hero-integrations-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5rem;
  display: flex;
}

.p-small {
  color: var(--text-muted-foreground);
  font-size: .75rem;
  font-weight: 500;
}

.hero-integrations-logos-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.home-hero-graphic-wrapper {
  margin-top: 2.5rem;
  padding-top: 41%;
  position: relative;
}

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

.header-pill {
  border-radius: var(--radius-full);
  background-color: var(--muted);
  color: var(--text-muted-foreground);
  margin-bottom: .875rem;
  padding: .5rem .75rem;
  font-size: .875rem;
  font-weight: 500;
}

.banner-wrapper {
  height: 3.125rem;
  padding-right: var(--padding-x);
  padding-left: var(--padding-x);
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-bottom: 1px solid var(--border);
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  display: flex;
}

.font-semibold {
  font-weight: 600;
}

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

.usps-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3.75rem;
  display: flex;
}

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

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

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

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

.h2 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8125rem;
  font-weight: 500;
  line-height: 1.2;
}

.plans-list {
  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;
}

.plan-card-wrapper {
  padding: 2.5rem .5rem .5rem;
  position: relative;
}

.plan-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--background);
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.plan-card-header-wrapper {
  flex-flow: column;
  display: flex;
  position: relative;
}

.h3 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.2;
}

.plan-description {
  color: var(--text-muted-foreground);
  margin-top: .625rem;
  font-size: .875rem;
  font-weight: 500;
}

.plan-price {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
}

.plan-price-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 1.25rem;
  display: flex;
}

.plan-price-cycle {
  color: var(--text-muted-foreground);
  padding-bottom: .3em;
  padding-left: .5em;
  font-size: .875rem;
}

.plan-features-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.plan-feature-item {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  font-size: .8125rem;
  display: flex;
}

.button-primary {
  border-radius: var(--button-radius-default);
  background-color: var(--foreground);
  height: 2.25rem;
  color: var(--background);
  justify-content: center;
  align-items: center;
  padding: .5rem .75rem;
  font-size: .875rem;
  font-weight: 500;
  display: flex;
}

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

.logo {
  width: 7.3125em;
  height: 1.4375em;
}

.footer-bio {
  color: var(--text-muted-foreground);
  margin-top: .75rem;
  font-size: .875rem;
}

.footer-actions-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.5rem;
  display: flex;
}

.footer-legals {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  margin-top: 3.75rem;
  display: flex;
}

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

.footer-legal-links {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.footer-link-blocks-list {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  display: flex;
}

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

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

.footer-link-block-links-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.footer-link {
  font-size: .875rem;
  line-height: 1.2;
}

.footer-link.disabled {
  color: var(--text-muted-foreground);
}

.inline-brand {
  color: var(--brand);
}

.footer-big-logo {
  width: 68.6875em;
  max-width: 90vw;
  height: 13.5625em;
  position: absolute;
  bottom: -5.5em;
  left: 50%;
  transform: translate(-50%);
}

.nav {
  z-index: 10;
  height: 4.5rem;
  padding-right: var(--padding-x);
  padding-left: var(--padding-x);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fffffff2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

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

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

.nav-menu-button {
  border-radius: var(--button-radius-default);
  padding: .5rem .75rem;
  font-size: .875rem;
  transition: all .2s;
}

.nav-menu-button:hover {
  background-color: var(--muted);
}

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

.nav-burger-button {
  border-radius: var(--button-radius-default);
  background-color: #efefef00;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  transition: all .2s;
  display: none;
}

.nav-burger-button:hover, .nav-burger-button.open {
  background-color: var(--muted);
}

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

.hero-text-animation-wrapper {
  position: relative;
}

@media screen and (max-width: 991px) {
  .hero-integrations-logos-list {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    display: grid;
  }

  .usps-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .plans-list {
    grid-template-columns: 1fr;
  }

  .footer-legals {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .nav-menu-wrapper {
    width: 100%;
    padding-right: var(--padding-x);
    padding-bottom: 1rem;
    padding-left: var(--padding-x);
    border-bottom: 1px solid var(--border);
    background-color: var(--background);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

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

  .nav-actions-wrapper {
    display: none;
  }

  .nav-menu-button {
    margin-left: -.75rem;
  }

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

@media screen and (max-width: 767px) {
  body {
    --foreground: black;
    --padding-y: 5rem;
    --padding-x: 1rem;
    --text-muted-foreground: #737373;
    --button-radius-default: .625rem;
    --brand: #2f5bff;
    --brand-foreground: white;
    --border: #e5e5e5;
    --background: white;
    --radius-full: 9999px;
    --muted: whitesmoke;
  }

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

  .footer-link-blocks-list {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: .875rem;
  }

  .h1 {
    font-size: 11vw;
  }

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

  .header-actions-wrapper {
    flex-flow: column;
    width: 100%;
    max-width: 14rem;
  }

  .page-wrapper {
    overflow: hidden;
  }

  .usps-list {
    grid-column-gap: 1rem;
  }

  .usp-title-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h2 {
    font-size: 2rem;
  }

  .h3, .plan-price {
    font-size: 1.75rem;
  }

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

  .nav-actions-wrapper {
    width: 100%;
    max-width: 14rem;
  }
}


@font-face {
  font-family: 'Intertight Variablefont Wght';
  src: url('../fonts/InterTight-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight Variablefont Wght';
  src: url('../fonts/InterTight-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}