@font-face {
  font-family: Uncutsans Variable;
  src: url('../fonts/UncutSans-Variable.woff2') format("woff2");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Uncutsans;
  src: url('../fonts/UncutSans-SemiboldItalic.woff2') format("woff2"), url('../fonts/UncutSans-SemiboldItalic.woff') format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Uncutsans;
  src: url('../fonts/UncutSans-Medium.woff2') format("woff2"), url('../fonts/UncutSans-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Uncutsans;
  src: url('../fonts/UncutSans-BoldItalic.woff2') format("woff2"), url('../fonts/UncutSans-BoldItalic.woff') format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Uncutsans;
  src: url('../fonts/UncutSans-Bold.woff2') format("woff2"), url('../fonts/UncutSans-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Uncutsans Book;
  src: url('../fonts/UncutSans-Book.woff2') format("woff2"), url('../fonts/UncutSans-Book.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Uncutsans;
  src: url('../fonts/UncutSans-BookItalic.woff2') format("woff2"), url('../fonts/UncutSans-RegularItalic.woff2') format("woff2"), url('../fonts/UncutSans-RegularItalic.woff') format("woff"), url('../fonts/UncutSans-BookItalic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Uncutsans;
  src: url('../fonts/UncutSans-LightItalic.woff2') format("woff2"), url('../fonts/UncutSans-LightItalic.woff') format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Uncutsans;
  src: url('../fonts/UncutSans-MediumItalic.woff2') format("woff2"), url('../fonts/UncutSans-MediumItalic.woff') format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Uncutsans;
  src: url('../fonts/UncutSans-Regular.woff2') format("woff2"), url('../fonts/UncutSans-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Uncutsans;
  src: url('../fonts/UncutSans-Light.woff2') format("woff2"), url('../fonts/UncutSans-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Uncutsans;
  src: url('../fonts/UncutSans-Semibold.woff2') format("woff2"), url('../fonts/UncutSans-Semibold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --light-beige: #f9f9f7;
  --border-color: #e9ecef;
  --black-color-dark: #151515;
  --white: transparent;
  --light-red-border: #fa525233;
  --light-red-background: #fff5f573;
  --black: black;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-200: #000;
  --light-beige-hover: #efefec;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--primary-base: #642eff;
  --dark-gray: #2b2b2b;
  --light-hite: #f8f8f2;
  --light-green: #e6fcf573;
  --light-red: #fff5f573;
  --light-green-border: #12b88633;
  --light-red-2: #dbbfbf;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--primary-lighter: #f7f5ff;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--primary-dark: #2d0896;
  --flowui-component-library--gray-400: #b6b9ce;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--light-beige);
  border-radius: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: Uncutsans, sans-serif;
  display: block;
}

.container-3 {
  width: 1200px;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.container-3.numbers-container {
  width: 1250px;
  margin-top: 100px;
  padding-right: 0;
}

.container-3.numbers-container.pricing-numbers-container {
  width: 1000px;
  margin-top: 60px;
}

.container-3.numbers-container.pricing-numbers-container.homepage {
  opacity: 1;
  width: auto;
  max-width: 1229px;
  margin-top: 0;
  display: block;
}

.content-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: auto;
  background-color: #fff;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 1150px;
  min-width: auto;
  max-width: 100%;
  height: 75px;
  margin: 0;
  padding: 0 50px;
  display: flex;
  box-shadow: 0 2px 7px #0003;
}

.content-container.navbar-top {
  width: 100%;
  box-shadow: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex: none;
  padding-left: 25px;
  padding-right: 25px;
}

.navbar-container {
  pointer-events: none;
  background-color: #0000;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  top: auto;
}

.logo-holder {
  width: 175px;
}

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #000;
  font-size: 16px;
  display: flex;
}

.nav-link {
  color: #000;
  padding: 0;
  font-family: Uncutsans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: none;
}

.nav-link:hover {
  color: #333;
}

.nav-link.w--current {
  color: #000;
}

.nav-link.w--current:hover {
  color: #333;
}

.nav-link.blog-link, .nav-link.documentation-nav-link {
  display: none;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #000;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.navbar-button {
  border-radius: 12px;
  font-weight: 500;
}

.navbar-button.dark-button {
  text-align: center;
  letter-spacing: 0;
  background-color: #000;
  border: 2px solid #000;
  width: auto;
  padding: 8px 20px;
  font-family: Uncutsans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
}

.navbar-button.dark-button:hover {
  background-color: #333;
  border-color: #333;
}

.navbar-button.dark-button.dropdown-button-dark {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
}

.navbar-button.dark-button.white-button {
  color: #000;
  background-color: #0000;
  display: block;
}

.navbar-button.dark-button.white-button:hover {
  color: #000;
  border-color: #5a5a5a;
}

.navbar-button.light-button.dropdown-button {
  background-color: var(--white);
  color: #000;
  text-align: center;
  width: 100%;
}

.navbar-button.light-button.dropdown-button.dropdown-button-light {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
}

.navbar-button.white-navbar-button {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  width: auto;
  font-family: Uncutsans, sans-serif;
  display: block;
}

.navbar-button.white-navbar-button:hover {
  background-color: var(--light-beige);
}

.navbar-button.white-navbar-button.subtle-button {
  border-style: none;
  font-weight: 500;
}

.hero {
  box-sizing: border-box;
  background-color: var(--white);
  color: #4f4f4f;
  text-align: left;
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 80px;
  padding: 0 25px;
}

.top-content-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  flex-flow: column;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Uncutsans, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1em;
  display: flex;
}

.navbar-top-background {
  background-color: #0000;
  height: 105px;
}

.container-4 {
  justify-content: center;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.heading-3 {
  color: #333;
  text-align: center;
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Uncutsans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4em;
}

.dark-button.cta-button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 12px;
  flex: 0 auto;
  width: 300px;
  margin-top: 0;
  padding: 20px 50px;
  font-family: Uncutsans, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.dark-button.cta-button:hover {
  background-color: #333;
  border-color: #333;
}

.cta-button {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 12px;
  width: 170px;
  padding: 12px 24px;
  text-decoration: none;
}

.cta-button:hover {
  background-color: #333;
  border-color: #333;
}

.cta-button.cta-button-white {
  color: #000;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  width: 170px;
}

.cta-button.cta-button-white:hover {
  color: #333;
}

.cta-button.cta-button-white.bottom-cta-button-white, .cta-button.bottom-cta-button {
  width: 180px;
}

.div-block-8 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: left;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 30px;
  display: block;
}

.div-block-9 {
  text-align: center;
  justify-content: center;
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-10 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.logos-title-large {
  border-bottom: 1px solid var(--border-color);
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding: 90px 25px 70px;
  position: relative;
}

.secondary-h2 {
  color: #828288;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Uncutsans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
  display: none;
}

.clients-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 1150px;
  max-width: 100%;
  height: 65px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.animation-container {
  border-radius: 30px;
  justify-content: center;
  height: auto;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.animation-container.container-cache {
  display: flex;
}

.div-block-11 {
  border: 1px solid var(--light-red-border);
  background-color: var(--light-red-background);
  border-radius: 30px;
  width: 100%;
  max-width: 100%;
  height: 393px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  overflow: hidden;
}

.footer-dark {
  border-top: 1px none var(--border-color);
  background-color: var(--light-beige);
  border-bottom: 1px #e4ebf3;
  padding: 50px 25px 15px;
  position: relative;
}

.container-5 {
  width: 1250px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 1250px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-brand {
  width: 140px;
  max-width: 100%;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  text-align: left;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-block.social-block {
  display: none;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Uncutsans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.footer-link {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #333;
}

.footer-social-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.footer-social-link {
  align-self: flex-start;
  width: 20px;
  height: 20px;
  margin-left: 0;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 1250px;
  max-width: 100%;
  height: 1px;
  margin: 50px auto 15px;
  display: block;
}

.footer-copyright-center {
  color: #333;
  text-align: left;
  font-size: 14px;
  line-height: 16px;
}

.f-paragraph-large {
  aspect-ratio: auto;
  color: #828288;
  text-align: center;
  letter-spacing: -.02em;
  width: 100%;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4em;
}

.f-h4-heading {
  box-sizing: border-box;
  float: none;
  width: 100%;
  color: var(--black);
  text-align: center;
  letter-spacing: -.02em;
  flex-flow: row;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Uncutsans, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  overflow: visible;
}

.f-h4-heading.white-heading {
  text-align: center;
  color: #000;
  margin-bottom: 0;
}

.f-margin-bottom-16 {
  margin-bottom: 0;
}

.f-h5-heading {
  color: var(--black);
  text-align: center;
  letter-spacing: -.02em;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Uncutsans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

.f-margin-bottom-41 {
  margin-bottom: 16px;
}

.f-feature-icon-wrapper-white {
  background-color: #dbbfbf;
  border-radius: 12px;
  width: 72px;
  min-width: 72px;
  height: 72px;
  min-height: 72px;
  margin-bottom: 40px;
  padding: 16px;
  display: block;
}

.f-feature-card-filled {
  border: 1px solid var(--border-color);
  background-color: var(--light-beige);
  border-radius: 16px;
  padding: 22px;
}

.f-feature-card-filled.api-card {
  border-style: none;
  border-radius: 12px;
}

.f-feature-card-filled.api-card.first-card {
  background-color: #0000;
  background-image: radial-gradient(circle, #000, #fff);
}

.f-feature-card-filled.grouping-card {
  padding-bottom: 16px;
}

.f-grid-three-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 50px;
}

.f-button-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.f-container-regular-2 {
  width: 1250px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  border-style: none solid solid;
  border-width: 0 1px 1px;
  border-color: var(--border-color) black;
  background-color: var(--flowui-component-library--white);
  border-radius: 20px;
  margin-top: 0;
  padding: 80px 25px;
}

.f-h3-heading-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  margin: 0 auto;
  font-family: Uncutsans, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

.f-margin-bottom-65 {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.f-section-regular-2 {
  border-top-style: none;
  border-top-width: 1px;
  border-top-color: var(--border-color);
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-right: 1px #000;
  border-bottom-color: var(--border-color);
  color: #f8f8f2;
  background-color: #fff;
  border-left: 1px #000;
  padding: 80px 25px;
  position: relative;
}

.div-block-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 1250px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 65px;
  display: flex;
}

.button-2 {
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 40px;
  font-size: 24px;
  font-weight: 500;
}

.paragraph {
  color: #333;
  line-height: 1.4em;
}

.div-block-14 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.div-block-14.lower-div-14 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  margin-top: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-15 {
  pointer-events: auto;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: wrap;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 1250px;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  box-shadow: 0 2px 8px #0003;
}

.navbar-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 16px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  height: 200px;
  padding: 25px 50px;
  display: none;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.navbar-icon-container {
  cursor: pointer;
  display: none;
}

.navbar-bottom-container {
  width: 100%;
  display: block;
}

.div-block-19 {
  margin-top: 20px;
}

.div-block-19.centered-block {
  text-align: center;
  margin-top: 16px;
}

.question-outer-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0;
  display: flex;
}

.question {
  color: #000;
  width: 100%;
  height: 20px;
  font-size: 16px;
  font-weight: 400;
}

.response {
  border: 1px solid var(--border-color);
  color: #000;
  background-color: #fff;
  border-radius: 16px;
  width: 300px;
  height: 76px;
  margin-top: 3px;
  padding: 12px 12px 12px 16px;
  font-size: 16px;
  line-height: 25px;
}

.response.gpt-response {
  width: auto;
  height: auto;
  margin-top: -12px;
}

.question-and-response-container {
  width: 100%;
}

.alias-response {
  border: 1px solid var(--border-color);
  background-color: var(--flowui-component-library--white);
  color: #000;
  border-radius: 16px;
  width: 220px;
  height: 46px;
  padding: 12px;
  font-size: 16px;
}

.alias-response.flagged {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fa5252;
  background-color: #fff5f5;
  border-color: #fa5252;
  align-items: center;
  width: 185px;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.alias-response.not-flagged {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #12b886;
  background-color: #e6fcf5;
  border-color: #12b886;
  align-items: center;
  width: 180px;
  padding: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.animation {
  position: absolute;
}

.animation.animation-1 {
  opacity: 1;
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  width: 536px;
  max-width: 100%;
  height: auto;
  margin-left: 50%;
  display: block;
  top: -738px;
  overflow: visible;
  transform: translate(-50%)translate(0%);
}

.animation.animation-1.animation-2 {
  background-color: #0000;
  display: none;
  top: -1107px;
  transform: translate(-50%, 1476px);
}

.image-6 {
  display: block;
}

.image-8 {
  width: 100%;
  height: 100%;
}

.code-block {
  text-align: left;
  border-radius: 12px;
  height: 100%;
  font-size: 10px;
  font-style: normal;
  text-decoration: none;
  overflow: hidden;
}

.div-block-21 {
  margin-right: 20px;
}

.div-block-22 {
  justify-content: space-between;
  align-items: center;
  width: 1250px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-30 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.text-block-8 {
  color: var(--black);
  font-size: 15px;
}

.text-block-9 {
  color: var(--black);
  font-family: Uncutsans, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.image-13 {
  width: 100%;
  height: 100%;
}

.div-block-32 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  opacity: .8;
  align-items: center;
  display: flex;
}

.div-block-32.get-started-15-minutes {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
}

.div-block-33 {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.dark-section {
  color: #fff;
  background-color: #fff;
  padding: 100px 25px;
  display: block;
}

.div-block-36 {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.f-paragraph-regular-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-3.f-text-weight-medium {
  color: #000;
  font-size: 22px;
  font-weight: 400;
}

.f-text-weight-medium {
  font-weight: 500;
}

.f-sub-heading-regular {
  letter-spacing: -.03em;
  color: #000;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}

.f-margin-bottom-75 {
  margin-bottom: 0;
}

.f-feature-card-outline {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 0px none var(--flowui-component-library--gray-200);
  background-color: var(--white);
  border-radius: 0;
  align-items: flex-start;
  width: 100%;
  max-width: 350px;
  padding: 0;
  display: flex;
}

.f-feature-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.f-container-regular-5 {
  width: 100%;
  max-width: 100%;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.div-block-37 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-37.gpt-example-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
}

.animation-white-background {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--border-color);
  pointer-events: auto;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  width: 584px;
  max-width: 100%;
  height: 393px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.arrow-down {
  display: none;
}

.arrow-down.gpt-arrow-down {
  width: 100%;
  display: flex;
}

.f-paragraph-regular-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular-4.f-text-weight-medium {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.f-sub-heading-regular-2 {
  color: var(--black);
  letter-spacing: -.03em;
  font-family: Poppins;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
}

.f-margin-bottom-78 {
  margin-bottom: 8px;
}

.f-feature-icon-round-2 {
  background-color: #dbbfbf;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  padding: 16px;
  display: flex;
  box-shadow: 23px 23px 48px -8px #1600420a;
}

.f-feature-card-outline-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--border-color);
  background-color: var(--light-beige);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 360px;
  padding: 32px;
  transition: background-color .4s;
  display: flex;
}

.f-feature-card-outline-2:hover {
  border-color: var(--border-color);
  background-color: var(--light-beige);
}

.f-feature-card-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.f-paragraph-large-7 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 32px;
}

.f-h3-heading-6 {
  color: var(--black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 60px;
  font-weight: 500;
  line-height: 1.2;
}

.f-margin-bottom-79 {
  margin-bottom: 16px;
}

.f-title-wrapper-center-2 {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-80 {
  margin-bottom: 64px;
}

.f-container-regular-6 {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-6 {
  background-color: #fff;
  padding: 70px 5%;
  display: block;
  position: relative;
}

.image-15, .image-16, .image-17, .image-18, .image-19 {
  width: 100%;
  height: 100%;
}

.div-block-38 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 1250px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.response-image-container {
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.response-image-container.gpt-image-container {
  width: 18px;
  height: 18px;
}

.image-20 {
  width: 100%;
  height: 100%;
}

.image-21 {
  border-radius: 8px;
  flex: 0 auto;
  width: 300px;
  height: auto;
}

.heading-8 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Uncutsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-39 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.clients-image-container {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 26px;
  margin-right: 26px;
  display: flex;
  overflow: hidden;
}

.heading-9 {
  color: #000;
  text-align: center;
  border-radius: 12px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2em;
}

.heading-9.centered {
  text-align: center;
}

.heading-9.lower-heading {
  text-align: left;
}

.there-column-card-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  margin-top: 80px;
}

.label {
  border: 1px solid var(--border-color);
  color: #828288;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  font-family: Source Code Pro, sans-serif;
  font-size: 14px;
  display: inline-block;
}

.label.dark-label {
  color: #b9b9b9;
  background-color: #333;
  border-color: #333;
  margin-bottom: 0;
}

.label-container {
  margin-bottom: 30px;
  display: none;
}

.label-container.label-container-about {
  margin-bottom: 40px;
}

.label-container.dark-container {
  margin-bottom: 30px;
}

.cluster-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cluster-container.cluster-container-2 {
  float: right;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  object-fit: fill;
  justify-content: flex-end;
  width: 100%;
  margin-top: 15px;
}

.clustered-response {
  border: 1px solid var(--border-color);
  background-color: #fff;
  border-radius: 12px;
  width: 230px;
  max-width: 100%;
  margin-bottom: 0;
  padding: 12px;
  transform: translate(0, 5px);
}

.clustered-response.clustered-repsonse-with-transform {
  width: 230px;
  margin-bottom: 0;
  transform: translate(12px, -5px);
}

.clustered-response.clustered-response-with-transform-2 {
  margin-bottom: 0;
  position: static;
  transform: translate(-16px, 10px);
}

.clustered-response.cluster-response-no-margin-bottom {
  margin-bottom: 0;
  transform: translate(0);
}

.clustered-response.cluster-response-no-margin-bottom.clsuter-response-final {
  transform: translate(-6px, -10px);
}

.text-block-13, .text-block-14 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  display: none;
}

.language-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  margin-left: -4px;
  margin-right: -4px;
  display: flex;
}

.language {
  border: 1px solid var(--border-color);
  text-align: center;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  direction: ltr;
  background-color: #fff;
  border-radius: 12px;
  flex: 1 0 auto;
  margin: 3px;
  padding: 12px;
  font-size: 18px;
  display: block;
}

.text-block-16 {
  font-size: 16px;
  display: block;
}

.text-block-16.text-block-16-bottom {
  margin-bottom: -5px;
}

.image-24 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-19 {
  font-size: 16px;
}

.slide {
  padding-top: 40px;
  padding-bottom: 40px;
}

.testimonial-line {
  margin-left: 11px;
  margin-right: 11px;
}

.testimonial-role {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.testimonial-name {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.back-button {
  color: #07090d;
  background-color: #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 12px;
  display: flex;
  position: absolute;
  inset: 0 0 0% -100%;
  transform: translate(50%);
}

.back-button:hover {
  background-color: var(--light-beige-hover);
  color: #fff;
}

.next-button {
  color: #07090d;
  background-color: #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 12px;
  display: flex;
  inset: 0 -100% 0 0;
  transform: translate(-50%);
}

.next-button:hover {
  background-color: var(--light-beige-hover);
  color: #fff;
}

.slide-nav-hiddle {
  display: none;
}

.section-testimonial {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  background-color: #0000;
  padding: 80px 25px 100px;
  display: none;
  position: static;
  overflow: hidden;
}

.slider-testimonial {
  background-color: #0000;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

.testimonial-name-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.testimonial-name-wrapper.name-wrapper-about {
  justify-content: flex-start;
  align-items: center;
}

.container-12 {
  z-index: 5;
  width: 1050px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: static;
}

.testimonial-content-wrapper {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0;
  display: flex;
  position: relative;
}

.h6-heading {
  box-sizing: border-box;
  color: #333;
  object-fit: fill;
  font-size: 24px;
  line-height: 1.4em;
}

.div-block-40 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 200px;
  display: flex;
}

.mask-2 {
  background-color: #0000;
  margin-top: 0;
}

.div-block-42 {
  flex: none;
}

.testmonial-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-26, .image-27 {
  width: 100%;
  height: 100%;
}

.solutions-container {
  width: 100%;
  padding-top: 50px;
}

.solutions {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  border-top: 1px solid var(--border-color);
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.solutions.last-solutions-block {
  border-bottom: 1px solid var(--border-color);
}

.solutions.first-solutions-block, .solutions.first-solutions-block.last-solutions-block {
  height: auto;
}

.solutions-content {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  max-width: 500px;
  display: flex;
}

.solutions-illustration {
  background-color: #e2e2e2;
  border-radius: 12px;
  justify-content: flex-end;
  width: 450px;
  max-width: 100%;
  height: 450px;
  display: flex;
}

.solutions-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4em;
}

.solutions-text {
  margin-top: 20px;
  font-size: 24px;
  line-height: 1.4em;
}

.div-block-43 {
  width: 1250px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.solutions-link {
  font-size: 18px;
}

.div-block-44 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  align-items: center;
  margin-top: 10px;
  line-height: 1.4em;
  text-decoration: none;
  display: none;
}

.pricing-card-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--border-color);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--border-color);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--border-color);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--border-color);
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  padding: 20px;
  display: flex;
  position: relative;
}

.pricing-tab-content {
  width: 100%;
}

.container-large {
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.caption {
  letter-spacing: .04px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.caption.text-color-gray-600 {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.paragraph-regular-2 {
  color: #000;
  -webkit-text-stroke-color: black;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 2em;
}

.paragraph-regular-2.text-color-gray-600 {
  color: #333;
  font-size: 16px;
  line-height: 1.5em;
}

.paragraph-regular-2.text-color-gray-600.paragraph-regular-3 {
  display: none;
}

.price-feature-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.subheading {
  color: #333;
  letter-spacing: -.3px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 31px;
}

.subheading.about-subheading {
  width: 750px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-regular {
  border-bottom: 1px solid var(--border-color);
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 25px 100px;
  position: relative;
}

.section-regular.about-us-section {
  display: none;
}

.h6-heading-2 {
  color: #030711;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 500;
  line-height: 32px;
}

.pricing-tabs-l {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrap-v-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.paragraph-large {
  color: #333;
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.4em;
}

.paragraph-large.text-color-gray-700 {
  color: #333;
  font-size: 18px;
}

.pricing-type-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.price-feature-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
}

.icon-regular-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.h4-heading {
  color: #030711;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 500;
  line-height: 36px;
}

.pricing-detail-wrapper {
  text-align: center;
}

.button-primary-l {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--black-color-dark);
  color: #fff;
  text-align: center;
  letter-spacing: -.2px;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.button-primary-l:hover {
  background-color: #333;
}

.button-primary-l.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-primary-l.call-button {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition-property: none;
}

.h1-heading {
  color: #000;
  letter-spacing: -1.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Uncutsans, sans-serif;
  font-size: 66px;
  font-weight: 600;
  line-height: 1.4em;
}

.title-wrapper-s {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 705px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.title-wrapper-s.title-wrapper-about {
  max-width: 900px;
  margin-bottom: 60px;
}

.wrap-v-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.wrap-v-small.align-c {
  text-align: center;
  align-items: center;
}

.pricing-grid-l {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.paragraph-small {
  color: #000;
  letter-spacing: 0;
  -webkit-text-stroke-color: black;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4em;
}

.pricing-text-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.body-2 {
  background-color: #fff;
  font-family: Uncutsans, sans-serif;
  overflow: visible;
}

.label-2 {
  background-color: #0000;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  font-family: Source Code Pro, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.pricing-inner-container {
  width: 1250px;
  max-width: 100%;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.paragraph-regular-3 {
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.subheading-large {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

.subheading-large:hover {
  color: #000;
}

.title-wrapper-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  margin-bottom: 88px;
  margin-left: auto;
  margin-right: auto;
  font-family: Uncutsans, sans-serif;
  font-weight: 600;
  display: flex;
}

.faq-title-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.faq-tab {
  width: 100%;
  max-width: 100%;
  line-height: 36px;
}

.section-regular-2 {
  background-color: #fff;
  padding: 70px 25px 0;
  position: relative;
}

.container-x-small {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h3-heading-2 {
  color: #131316;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 62px;
  font-weight: 600;
  line-height: 1.2;
}

.faq-icon {
  border: 1px solid var(--border-color);
  color: #000;
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: none;
}

.heading-11 {
  text-align: center;
  margin-top: 0;
  font-weight: 500;
}

.button-5 {
  color: #000;
  text-align: left;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 1em;
}

.button-5:hover {
  background-color: var(--light-beige);
}

.div-block-49 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 1250px;
  max-width: 100%;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.checkbox-container {
  -webkit-user-select: none;
  user-select: none;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.image-50 {
  border-radius: 6px;
  width: 100%;
  max-width: 100%;
}

.body-3 {
  background-color: var(--light-beige);
  font-family: Uncutsans, sans-serif;
}

.image-container {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.section-3 {
  border-bottom: 1px solid var(--border-color);
  background-color: #0000;
  padding: 80px 25px;
}

.section-3.last-section {
  background-color: #fff;
  border-bottom-style: none;
  padding-top: 60px;
}

.section-3.customers-section {
  background-color: #fff;
  border-bottom-style: none;
}

.section-3.divider-section {
  background-color: #fff;
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-52 {
  width: 1250px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-24 {
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  font-size: 20px;
  line-height: 1.4em;
  display: flex;
}

.text-block-24.openings-text {
  line-height: 1em;
}

.block-quote-4 {
  border-radius: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
}

.container-14 {
  border: 1px solid var(--border-color);
  background-color: var(--light-beige);
  border-radius: 16px;
  margin-top: 60px;
  padding: 36px;
  position: static;
}

.image-53 {
  vertical-align: baseline;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.image-53.block-quote-4 {
  border-radius: 12px;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}

.container-15 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch center;
  width: 900px;
  max-width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2.pricing-numbers-grid {
  margin-top: 0;
  padding-bottom: 0;
  display: none;
}

.text-block-27 {
  text-align: center;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 400;
}

.text-block-27.text-with-break {
  display: none;
}

.text-block-27.text-without-break.pricing-text, .text-block-27.pricing-text {
  font-size: 18px;
  line-height: 18px;
}

.div-block-58 {
  text-align: center;
  width: 1000px;
  max-width: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

.grid-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-flow: row;
  justify-content: stretch;
  place-items: start center;
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-60 {
  width: 1250px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading-14 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.4em;
}

.text-block-29 {
  font-size: 20px;
  line-height: 1.4em;
}

.heading-15 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 1em;
}

.heading-15.pricing-heading {
  font-size: 60px;
}

.heading-15.pricing-heading.price-heading-homepage {
  font-size: 60px;
  line-height: 1.05em;
}

.div-block-61 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bold-text-3 {
  font-weight: 600;
}

.div-block-62 {
  width: 1250px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-58 {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.div-block-63 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  height: 50px;
  margin-top: 30px;
  display: flex;
}

.image-59 {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.image-62 {
  max-width: 150px;
}

.faq-wrapper {
  border-bottom: 1px solid var(--border-color);
  padding-top: 24px;
  padding-bottom: 24px;
}

.faq-wrapper.first-faq-wrapper {
  padding-top: 0;
}

.about-logo-wrapper {
  height: 100%;
}

.div-block-64 {
  flex: none;
  align-items: center;
  width: 280px;
  height: 280px;
  display: flex;
}

.div-block-65 {
  position: static;
}

.div-block-66 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  height: 280px;
  display: flex;
}

.div-block-67 {
  width: 100%;
}

.image-66 {
  border-radius: 12px;
}

.image-68 {
  border-radius: 16px;
}

.div-block-68 {
  height: 24px;
}

.image-69 {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.div-block-69 {
  border-bottom: 1px solid var(--border-color);
  width: 1250px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mobile-checkbox-container {
  display: none;
}

.image-72 {
  border-radius: 16px;
}

.image-74 {
  display: none;
}

.success-message {
  background-color: #cef1d4;
  border-radius: 12px;
  margin-top: 40px;
  padding: 14px 18px;
}

.input-field {
  color: #000;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 32px;
  transition: border-color .3s;
}

.input-field:focus {
  border-color: #000;
}

.container-large-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrap-v-x-small {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  flex-direction: column;
  font-family: Uncutsans, sans-serif;
  display: flex;
}

.form-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  width: 500px;
  display: flex;
}

.section-large {
  min-height: initial;
  padding: 80px 35px;
  position: relative;
}

.form-label {
  color: #000;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.4em;
}

.form-block {
  margin-bottom: 0;
}

.button-primary-l-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.2px;
  background-color: #000;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: auto;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-primary-l-2:hover {
  background-color: #333;
}

.button-primary-l-2.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.error-message {
  background-color: #fde7e7;
  border-radius: 12px;
  margin-top: 20px;
  padding: 12px 16px;
}

.form-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  justify-content: center;
  display: flex;
}

.wrap-v-large {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.form-button-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.h1-heading-2 {
  color: #000;
  letter-spacing: -1.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 1em;
}

.body-4 {
  font-family: Uncutsans, sans-serif;
}

.testimonial-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-left: 1px #000;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  width: 400px;
  height: 945px;
  display: flex;
}

.text-block-32, .text-block-33 {
  font-size: 16px;
  font-weight: 500;
}

.main-number {
  color: #000;
  text-align: center;
  flex: 0 auto;
  width: 100%;
  font-size: 44px;
  font-weight: 500;
  line-height: 1em;
  display: block;
}

.number-subheading {
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 1.2em;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 5px;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start;
  margin-top: 0;
  padding-top: 0;
}

.grid-4.grid-4-mobile {
  display: none;
}

.div-block-74 {
  height: 30px;
  display: block;
}

.form {
  margin-top: 40px;
}

.quote-wrapper {
  border-style: none none none solid;
  border-width: 2px 2px 2px 3px;
  border-color: black black #333 var(--border-color);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.quote-wrapper.lower-quote-wrapper {
  margin-top: 0;
}

.text-block-35 {
  font-size: 22px;
  line-height: 1.4em;
}

.text-block-35.lower-text {
  color: #000;
  padding-top: 7px;
  font-weight: 500;
}

.button-primary-l-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.2px;
  background-color: #030711;
  border-radius: 44px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-primary-l-3.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.overline {
  color: #030711;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-2 {
  color: #4b5563;
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.subheading-2.text-color-gray-600 {
  color: #4b5563;
}

.blog-card-wide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f3f4f6;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: grid;
}

.section-large-2 {
  padding: 70px 25px 0;
  position: relative;
}

.blog-author {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 12px;
  display: flex;
}

.paragraph-small-2 {
  color: #030711;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-2.text-color-gray-500 {
  color: #333;
  font-size: 20px;
  line-height: 1.6em;
}

.container-regular {
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blog-image-large {
  border-radius: 8px;
  flex: 1;
  overflow: hidden;
}

.heading-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-bottom: 60px;
  font-family: Uncutsans, sans-serif;
  line-height: 0;
  display: flex;
}

.image-cover {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  max-width: 950px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap-v-small-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.action-s {
  color: #030711;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.action-s.text-color-gray-600 {
  color: #4b5563;
}

.blog-card {
  background-color: #f3f4f6;
  border-radius: 12px;
  flex-flow: row;
  padding: 8px;
  display: flex;
}

.footnote {
  color: #030711;
  font-size: 12px;
  text-decoration: none;
}

.footnote.text-color-gray-500 {
  color: #6b7280;
}

.footnote.text-color-gray-300 {
  color: #d1d5db;
}

.h1-heading-3 {
  color: #000;
  letter-spacing: -1.6px;
  margin: 0 auto;
  font-family: Uncutsans, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.4em;
}

.blog-avatar {
  border-radius: 99px;
  flex: none;
  width: 24px;
  height: 24px;
}

.blog-detail {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-header-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 420px;
  display: flex;
}

.action-m {
  color: #030711;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.blog-image-small {
  aspect-ratio: 992 / 558;
  border: 1px solid var(--border-color);
  background-color: var(--white);
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.h6-heading-3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3em;
}

.blog-grid-large {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-regular-2 {
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-large {
  color: #000;
  -webkit-text-stroke-color: black;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
}

.icon-large:hover {
  color: #333;
  -webkit-text-stroke-color: #333;
}

.article-social-links {
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding-top: 64px;
  display: flex;
}

.rich-text {
  background-color: var(--white);
}

.wrap-h-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  display: flex;
}

.wrap-h-regular.align-c {
  align-items: center;
}

.paragraph-large-2 {
  color: #333;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Uncutsans, sans-serif;
  font-size: 20px;
  line-height: 1.6;
}

.paragraph-large-2.text-weight-semi-bold {
  color: #000;
  font-weight: 500;
}

.breadcrumb-link {
  color: #000;
  letter-spacing: 0;
  -webkit-text-stroke-color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.breadcrumb-link:hover {
  color: #333;
  letter-spacing: 0;
}

.h1-heading-4 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Uncutsans, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4;
}

.article-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.social-link-large {
  color: #333;
  -webkit-text-stroke-color: #333;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  display: flex;
}

.social-link-large:hover {
  color: #000;
  -webkit-text-stroke-color: black;
}

.article-author-detail {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.article-author-detail.blog-author-detail-main {
  margin-top: 0;
}

.paragraph-small-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 23px;
}

.avatar {
  background-color: #f5f6f4;
  border: 1px #e0e3de;
  border-radius: 8px;
  flex: none;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.wrap-v-large-2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  display: flex;
}

.container-x-small-2 {
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.caption-2 {
  color: #333;
  letter-spacing: .08em;
  font-family: Uncutsans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.article-image {
  aspect-ratio: 598 / 301;
  border: 1px solid var(--border-color);
  background-color: var(--light-beige);
  border-radius: 16px;
  width: 100%;
  max-width: 950px;
  height: auto;
  margin: 36px auto;
  overflow: hidden;
}

.article-wrapper {
  grid-column-gap: 64px;
  padding-right: 0;
  display: flex;
}

.article-social-group {
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.section-regular-3 {
  background-color: #f7f6f2;
  padding: 92px 5%;
  position: relative;
}

.section-regular-3.white {
  background-color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Uncutsans, sans-serif;
}

.breadcrumbs {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  align-items: center;
  font-family: Uncutsans, sans-serif;
  display: none;
}

.code {
  font-weight: 400;
}

.div-block-75 {
  margin-left: 0;
  margin-right: 0;
}

.paragraph-2 {
  margin-top: 10px;
  font-family: Uncutsans, sans-serif;
  font-size: 20px;
  line-height: 1.4em;
}

.heading-16 {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Uncutsans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
}

.blog-text-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-text-block.pre-script-text-block {
  margin-bottom: 20px;
}

.blog-text-block.quote {
  margin-bottom: 0;
}

.blog-text-block.quote.link, .blog-text-block.quote.note {
  margin-top: 0;
}

.blog-text-block.quote-text {
  border-left: 6px solid #ddd;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 24px;
}

.blog-text-block.faq-response {
  margin-top: 10px;
}

.text-block-36 {
  font-size: 20px;
  line-height: 1.4em;
}

.text-block-37 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Uncutsans, sans-serif;
  font-size: 20px;
  line-height: 1.6em;
}

.heading-17 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Uncutsans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45em;
}

.image-75 {
  border-radius: 16px;
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-span {
  background-color: #f8f8f8;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Inconsolata, monospace;
}

.heading-18 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.6em;
}

.div-block-76 {
  border-bottom: 1px solid var(--border-color);
  height: 30px;
}

.image-76 {
  border: 1px solid #000;
  border-radius: 16px;
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-77 {
  border: 1px solid var(--border-color);
  border-radius: 16px;
}

.image-78 {
  border: 1px solid var(--border-color);
  border-radius: 16px;
  width: 100%;
}

.image-79 {
  border: 1px none var(--border-color);
  border-radius: 0;
}

.link-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: stretch;
  font-family: Uncutsans, sans-serif;
  text-decoration: none;
  display: flex;
}

.link-block.last-link-block {
  display: none;
}

.image-80 {
  border: 1px solid var(--border-color);
  border-radius: 12px;
}

.image-81 {
  width: 32px;
  height: 32px;
}

.image-82 {
  display: inline-block;
}

.image-83, .image-84 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-image-grid {
  grid-column-gap: 16px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-image-grid-text {
  margin-left: auto;
  margin-right: auto;
  font-family: Uncutsans, sans-serif;
}

.heading-19 {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 20px;
}

.text-block-38 {
  margin-bottom: 5px;
  margin-left: 20px;
  margin-right: 0;
  font-size: 20px;
  line-height: 1.6em;
}

.image-85 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-86 {
  border: 1px none var(--border-color);
  border-radius: 16px;
}

.bold-text-4 {
  font-weight: 400;
}

.text-block-39 {
  background-color: #cef1d4;
  border-radius: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 500;
}

.container-homepage {
  margin-top: 90px;
  display: block;
}

.container-homepage.homepage2 {
  display: block;
  overflow: hidden;
}

.banner-section {
  color: #fff;
  background-color: #000;
  padding: 14px 25px;
  text-decoration: none;
  display: none;
}

.banner-section:hover {
  background-color: #333;
}

.banner-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-small-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.banner-close-button {
  color: #b2b3bd;
  background-color: #26272c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 4px;
  transition: color .2s, background-color .2s;
  display: flex;
  position: absolute;
  inset: auto 0 auto auto;
}

.banner-close-button:hover {
  color: #000;
  background-color: #fff;
}

.banner-close-button.position-static {
  position: static;
}

.banner-strong-text {
  color: #7788f8;
  font-weight: 700;
}

.banner-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.banner-button {
  color: #fff;
  white-space: nowrap;
  background-color: #5167f6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.banner-button:hover {
  color: #5167f6;
  background-color: #fff;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.banner-section-2 {
  color: #fff;
  background-color: #131316;
  padding: 16px 5%;
}

.container-regular-4 {
  width: 1250px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.banner-wrapper-small {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-small-5 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  text-decoration: none;
}

.banner-icon {
  background-color: #26272c;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 4px;
  display: flex;
}

.bold-text-5 {
  font-weight: 500;
}

.bold-text-6 {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.image-87 {
  width: 22px;
  height: 22px;
}

.image-88 {
  width: 100%;
  height: 100%;
}

.link-block-2 {
  flex: none;
  width: 21px;
  height: 21px;
  margin-left: 0;
  padding: 0;
}

.contact-container {
  display: none;
}

.div-block-77 {
  font-size: 16px;
}

.text-block-40 {
  text-align: center;
  margin-top: 50px;
  font-size: 18px;
}

.link {
  color: #333;
  text-decoration: underline;
}

.link:hover {
  color: #000;
}

.price-year {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: none;
}

.price-number {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.button-secondary-large {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.25px;
  background-color: #3d3d3da3;
  border: 1px solid #ffffff14;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: inline-flex;
  position: relative;
}

.button-secondary-large:hover {
  background-color: #ffffff1f;
  border-color: #ffffff1f;
}

.button-secondary-large.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-secondary-large.width-100 {
  width: 100%;
}

.title-wrapper-regular {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 860px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-icon-inner {
  color: #fff;
  background-color: #3d3d3da3;
  border: 1px solid #ffffff14;
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.pricing-toggle-wrapper {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.paragraph-x-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-x-large.text-color-gray-500 {
  color: #ababab;
}

.row-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.price-feature-grid-2 {
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.pricing-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-large-3 {
  background-color: #000;
  padding: 120px 5%;
  position: relative;
}

.price-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-toggle-circle {
  border: 1px solid var(--border-color);
  background-color: #fff;
  border-radius: 20px;
  width: 24px;
  height: 24px;
}

.button-ghost-large {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  color: #f0f0f0;
  letter-spacing: -.25px;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s, color .4s;
  display: inline-flex;
}

.button-ghost-large:hover {
  background-color: #3d3d3da3;
  border-color: #ffffff14;
}

.button-ghost-large.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-ghost-large.width-100 {
  width: 100%;
}

.button-primary-large {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #f0f0f0;
  letter-spacing: -.25px;
  background-color: #36178ca3;
  border: 1px solid #ffffff14;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: inline-flex;
}

.button-primary-large:hover {
  background-color: #36178c7a;
  border-color: #ffffff1f;
}

.button-primary-large.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-primary-large.width-100 {
  width: 100%;
}

.price-month {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: flex;
}

.pricing-cadence {
  margin-top: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.icon-regular-3 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.pricing-features {
  border: 1px solid #ffffff1f;
  border-radius: 8px;
  padding: 16px;
}

.container-price {
  z-index: 5;
  width: 100%;
  max-width: 994px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-two-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.badge-large {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #dacff7;
  letter-spacing: -.25px;
  background-color: #36178ca3;
  border: 1px solid #ffffff1f;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.badge-large.gray {
  color: #e3e3e3;
  background-color: #3d3d3da3;
}

.pricing-toggle {
  cursor: pointer;
  background-color: #dbdbdba3;
  border: 1px solid #ffffff0a;
  border-radius: 44px;
  flex: none;
  align-items: center;
  width: 56px;
  height: 32px;
  padding: 4px;
  display: flex;
}

.pricing-card {
  background-color: #ffffff14;
  border-radius: 12px;
  padding: 16px;
}

.paragraph-regular {
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-regular.text-color-gray-500 {
  color: #ababab;
}

.badge-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #dacff7;
  white-space: nowrap;
  background-color: #36178ca3;
  border: 1px solid #ffffff1f;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.badge-small.red {
  color: #12b886;
  -webkit-text-stroke-color: white;
  background-color: #e6fcf5;
  border-style: none;
  border-color: #8ea39c;
  padding: 6px 10px;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.h2-heading {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(157deg, #a78eec, #8f6ee7 28%, #7e58e478);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 62px;
  font-weight: 600;
  line-height: 1.2;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.text-block-41 {
  -webkit-text-stroke-color: white;
  font-weight: 500;
}

.price-wrap-month {
  align-items: center;
  margin-top: 16px;
  margin-bottom: 20px;
  display: flex;
}

.plan-switcher {
  background-color: #ebebeb;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  max-width: 176px;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px;
  display: flex;
  position: relative;
  box-shadow: 17px 17px 24px -18px #38327c14;
}

.month-plan {
  z-index: 2;
  color: #333;
  -webkit-text-stroke-color: #3b3b3b;
  text-transform: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  display: flex;
}

.text-block {
  color: #8687a8;
  font-size: 20px;
  font-weight: 400;
}

.price-type {
  letter-spacing: -.03em;
  font-size: 22px;
  line-height: 1;
}

.plan-type-wrap {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.button-feature {
  color: #5f30e2;
  text-align: center;
  background-color: #fcd3c7;
  border: 1px solid #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 56px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  display: flex;
}

.price-wrap-year {
  align-items: center;
  margin-top: 16px;
  margin-bottom: 20px;
  display: flex;
}

.price-card {
  color: #02044a;
  background-color: #0000;
  border-radius: 16px;
  padding: 32px;
  transition: all .3s;
}

.price-card:hover {
  background-color: #fff;
  box-shadow: 34px 34px 74px -24px #38327c14;
}

.pricing-section {
  background-color: #f9f9fb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-grid {
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 32px;
  margin-bottom: 32px;
}

.price-description {
  color: #b197ff;
}

.feature-wrap {
  color: #02044a;
  align-items: center;
  display: flex;
}

.price-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
}

.date-text-white {
  color: #fff;
  white-space: nowrap;
  font-size: 16px;
}

.price-card-feature {
  color: #fff;
  background-color: #5f30e2;
  border-radius: 16px;
  padding: 32px;
}

.year-plan {
  z-index: 2;
  color: #000;
  text-transform: none;
  cursor: pointer;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  display: flex;
  position: relative;
}

.feature-text {
  font-size: 16px;
  line-height: 1.5;
}

.content-h1 {
  z-index: 2;
  color: #231d4f;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1.1;
  position: relative;
}

.price-tag {
  margin-right: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.check-wrap-white {
  color: #fff;
  align-items: center;
  display: flex;
}

.check {
  margin-right: 10px;
}

.date-text {
  opacity: .7;
  white-space: nowrap;
  font-size: 16px;
}

.switcher-round {
  z-index: 1;
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  width: 84px;
  height: 36px;
  margin-left: 84px;
  position: absolute;
}

.title-wrap {
  color: #7b88a8;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.pricing-title {
  grid-template-rows: auto;
  align-items: center;
  width: 100%;
}

.price-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.button {
  color: #5f30e2;
  text-align: center;
  background-color: #0000;
  border: 1px solid #5f30e2;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 56px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.button:hover {
  color: #fff;
  background-color: #5f30e2;
}

.toggle-container {
  margin-top: 60px;
}

.paragraph-3 {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.text-span-2 {
  color: #f24822;
  font-weight: 500;
}

.div-block-78 {
  color: #12b886;
  background-color: #e6fcf5;
  border-radius: 12px;
  align-self: flex-end;
  margin-right: 0;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
}

.logo {
  opacity: 1;
  background-color: #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 140px;
  height: 24px;
  margin-left: 100px;
  margin-right: 0;
  display: flex;
}

.logo.logo2 {
  flex: none;
  max-width: 20px;
}

.logo.demo-logo {
  margin-left: 80px;
}

.flex-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: .53;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: max-content;
  max-width: none;
  margin-left: -100px;
  display: flex;
  position: static;
  overflow: hidden;
}

.flex-block.demo-flex-block {
  margin-left: -80px;
  display: flex;
}

.image-89 {
  object-fit: contain;
  height: 100%;
}

.image-90 {
  box-sizing: border-box;
  object-fit: contain;
  height: 100%;
}

.image-91, .image-92, .image-93 {
  object-fit: contain;
  height: 100%;
}

.trusted-by {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.4em;
}

.div-block-79 {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 14px;
  line-height: 1.4em;
}

.image-94, .image-95, .image-96, .image-97, .image-98 {
  width: 100%;
  max-height: 100%;
}

.logo-image {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.div-block-80 {
  font-size: 18px;
}

.customers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px none var(--border-color);
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 0 0;
  display: none;
}

.grid-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Area Area-2 Area-2"
  / 1fr 1fr 1fr;
  margin-top: 50px;
}

.grid-5.lower-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 20px;
}

.paragraph-4 {
  color: #000;
  font-size: 16px;
}

.testimonial-card {
  border: 1px solid var(--border-color);
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 32px;
  display: flex;
}

.testimonial-card.big-card {
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.testimonial-card.big-photo {
  border-style: none;
  height: 400px;
  padding: 0;
}

.text-block-42 {
  color: #000;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4em;
}

.text-block-43 {
  color: #000;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
}

.text-block-43.large-text-block {
  margin-top: 30px;
}

.text-block-44 {
  font-size: 16px;
  line-height: 1.2em;
}

.text-block-44.small-name {
  line-height: 1.2em;
}

.div-block-81 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.image-99 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.image-100 {
  width: 100%;
  max-width: 100%;
}

.div-block-82 {
  opacity: .5;
  width: 100px;
  position: static;
}

.div-block-83 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-84 {
  width: auto;
  height: auto;
}

.div-block-85 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-block-45 {
  color: #000;
  font-size: 16px;
  line-height: 1.6em;
}

.div-block-86 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  height: 70px;
  margin-top: 20px;
  display: flex;
}

.div-block-87 {
  flex: none;
  width: 70px;
  height: 70px;
}

.image-101 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
  min-height: 100%;
  display: inline-block;
}

.div-block-88 {
  height: 100%;
}

.testimonials-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 0;
}

.main-section {
  border-top: 1px none var(--border-color);
  background-color: #fff;
  padding: 80px 25px;
  display: block;
}

.main-section.pricing {
  display: block;
}

.main-section.numbers-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.main-section.industries-section {
  padding-top: 40px;
}

.section-about {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  background-color: #fff;
  padding: 80px 25px;
  display: none;
}

.upper-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.div-block-89 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-46 {
  color: #000;
  text-align: center;
  font-size: 28px;
  line-height: 1.6em;
}

.button-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: none;
  color: #000;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: white;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-div:hover {
  background-color: #333;
  border-style: none;
  border-width: 0;
}

.button-div.white-button {
  pointer-events: auto;
  color: #000;
  background-color: #fff;
}

.button-div.white-button:hover {
  background-color: var(--light-beige);
}

.button-div.customer-button {
  border-radius: 8px;
  width: 140px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  line-height: 18px;
}

.button-div.dark-cta {
  color: #fff;
  background-color: #000;
}

.button-div.dark-cta:hover {
  background-color: #333;
}

.button-div.cta {
  color: #fff;
  background-color: #000;
}

.button-div.cta:hover {
  background-color: pink;
}

.button-div-text {
  color: #000;
  text-align: center;
  flex: 0 auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.button-div-text.black-text {
  color: #000;
  line-height: 20px;
}

.button-div-text.button-div-text-cta {
  color: #fff;
  font-weight: 400;
}

.cta-icon {
  color: #828288;
  border: 1px solid #45454b;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 24px;
  margin-top: 0;
  padding: 0;
  line-height: 24px;
  display: block;
}

.cta-icon.cta-icon-white {
  border-color: #828288;
  border-radius: 7px;
  height: 22px;
}

.cta-icon.esc-icon {
  color: #828288;
  border-color: #828288;
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 22px;
}

.paragraph-5 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.paragraph-5.cta-icon-text-white {
  font-size: 14px;
  line-height: 20px;
}

.cta-icon-container {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.image-102 {
  padding: 2px;
}

.div-block-90 {
  width: 100%;
  margin-top: 20px;
  display: none;
}

.paragraph-6 {
  text-align: center;
}

.paragraph-7 {
  color: #949494;
  text-align: center;
  font-size: 20px;
  line-height: 1.2em;
}

.demo-modal {
  z-index: 9999;
  opacity: .8;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.demo-form {
  border: 1px solid var(--border-color);
  background-color: var(--flowui-component-library--white);
  opacity: 1;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 25px;
  display: flex;
  position: relative;
  overflow: auto;
  box-shadow: 0 0 30px -10px #0003;
}

.field-label {
  color: #000;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 300;
}

.field-label.form-label-with-margin {
  margin-top: 16px;
}

.field-label-2 {
  color: #000;
}

.demo-container {
  z-index: 99999;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 200px;
  display: none;
  position: fixed;
}

.text-field {
  outline-offset: 0px;
  border-radius: 6px;
  outline: 1px #d9d9d9;
  margin-bottom: 24px;
  font-size: 16px;
}

.form-block-2 {
  margin-bottom: 0;
}

.submit-button {
  color: #fff;
  background-color: #000;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 400;
}

.submit-button:hover {
  background-color: #333;
}

.div-block-91 {
  width: 600px;
  padding: 0;
}

.error-message-2 {
  border-radius: 8px;
  padding: 12px;
}

.text-block-47 {
  color: #000;
  font-size: 14px;
}

.text-block-48 {
  color: #000;
  font-size: 16px;
  line-height: 1.4em;
}

.success-message-2 {
  border: 1px solid var(--border-color);
  background-color: var(--light-beige);
  color: #000;
  border-radius: 12px;
}

.div-block-92 {
  aspect-ratio: auto;
  position: absolute;
}

.escape-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10px;
  right: 10px;
}

.escape-div:hover {
  background-color: var(--light-beige);
}

.text-block-49 {
  color: #828288;
}

.computer-span {
  display: none;
}

.bold-text-7 {
  font-weight: 400;
}

.link-block-3, .link-block-4 {
  text-decoration: none;
}

.feature-secondary-heading {
  color: #000;
  text-align: center;
  margin-top: 5px;
  font-weight: 400;
}

.feature-paragraph {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.4em;
}

.solutions-secondary-heading {
  color: #333;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.solutions-paragraph {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
}

.link-block-5 {
  text-decoration: none;
}

.case-studies {
  background-color: #fff;
  justify-content: center;
  width: auto;
  display: block;
  overflow: hidden;
}

.case-studies-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 720px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: visible;
}

.case-studies-container.case-studies-container-selected {
  display: block;
}

.case-studies-container.case-studies-container-unselected {
  opacity: .46;
  width: 870px;
}

.case-study-link-block {
  background-color: #523da7;
  flex: none;
  width: 800px;
  height: 400px;
}

.case-study-link-block.link-block-1 {
  background-color: #0000;
  border: 1px #000;
  width: 100%;
  height: auto;
}

.background-video {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 461.5px;
}

.background-video.background-video-square {
  display: none;
}

.background-video.background-video-horizontal {
  z-index: 99;
  border-radius: 12px;
  height: auto;
  padding-top: 56.25%;
}

.browser-top {
  z-index: 99;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--border-color);
  pointer-events: auto;
  background-color: #fff;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 46px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.div-block-96 {
  width: 20px;
  height: 20px;
}

.macos-button {
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

.macos-button.red-button {
  background-color: #ff3b30;
}

.macos-button.orange-button {
  background-color: #ff9500;
}

.macos-button.green-button {
  background-color: #34c759;
}

.button-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.url-holder {
  color: #000;
  height: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  line-height: 1em;
  display: none;
}

.text-block-50 {
  font-family: Source Code Pro, sans-serif;
}

.div-block-97 {
  flex: 1;
}

.browser-bottom {
  z-index: 88;
  opacity: 1;
  background-color: #f4f7fb;
  flex: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.browser-bottom.scroll-div {
  width: 100%;
  padding: 25px 40px;
  display: block;
  overflow-y: scroll;
}

.cursor-wrapper {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 20%;
  left: 20%;
}

.notification-container {
  z-index: 888;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  opacity: 0;
  pointer-events: auto;
  background-color: #fff5f5;
  border: 1px solid #fa5252;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  padding: 12px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10px;
  right: 10px;
}

.notification-container.flagged {
  background-color: #fff5f5;
  border-style: solid;
  border-color: #fa5252;
  bottom: 12px;
  right: 12px;
}

.explanation-container {
  align-items: center;
  display: flex;
}

.notification-text {
  color: #fa5252;
  font-weight: 500;
  display: block;
}

.notification-text.cursor-notification {
  font-family: Source Code Pro, sans-serif;
  display: none;
}

.notification-text.typing-notification {
  font-family: Source Code Pro, sans-serif;
  font-weight: 500;
}

.notification-text.scrolling-notification {
  font-family: Source Code Pro, sans-serif;
  display: none;
}

.cursor-container {
  width: 24px;
  height: 24px;
}

.cursor-big-wrapper {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.typing-wrapper {
  pointer-events: auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: none;
}

.sign-in-container {
  opacity: 0;
  background-color: #0000;
  width: 226px;
  max-width: 100%;
  margin-top: 45px;
}

.field-title {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.field-title.lower-field-title {
  margin-top: 15px;
}

.text-block-52 {
  color: var(--black);
  font-weight: 500;
}

.entry-block {
  border: 1px solid var(--border-color);
  background-color: #fff;
  border-radius: 12px;
  height: auto;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 25px;
}

.innter-entry-block {
  pointer-events: auto;
  color: var(--black);
}

.innter-entry-block.reveal-text {
  opacity: 1;
  pointer-events: auto;
}

.username-text, .username-text.username-21 {
  opacity: 0;
}

.username-text.username-22 {
  opacity: 0;
  display: none;
}

.password-text {
  opacity: 0;
}

.password-text.password-1 {
  opacity: 0;
  pointer-events: auto;
}

.password-text.password-25 {
  opacity: 0;
}

.password-text.password-26 {
  opacity: 0;
  display: none;
}

.tab-holder {
  z-index: 999;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: -1px;
  right: 10px;
}

.tab {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: var(--white);
  color: #828288;
  background-color: #0000;
  border-radius: 6px 6px 0 0;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 30px;
  display: flex;
}

.tab.tab-focus {
  color: #000;
  width: 80px;
}

.tab.tab-unfocus {
  color: #828288;
  background-color: #0000;
  border-style: solid none none;
  border-top-color: #0000;
}

.tab.tab-highlighted {
  border-color: var(--border-color);
  color: #000;
  background-color: #f4f7fb;
  border-bottom-style: none;
  display: none;
}

.tab.tab-highlighted.tab-highlighted-1 {
  border-bottom-style: none;
  border-bottom-color: var(--border-color);
  display: flex;
}

.tab.tab-1 {
  display: none;
}

.text-block-53 {
  color: #333;
  font-size: 14px;
}

.div-block-98 {
  width: 100%;
  height: 100%;
}

.browser-bottom-scroll {
  width: 100%;
  height: 100%;
  padding: 40px;
  overflow: visible scroll;
}

.scroll-paragraph {
  background-color: #ddd;
  border-radius: 2px;
  width: 100%;
  height: 20px;
  margin-top: 10px;
}

.scroll-paragraph.partial-width {
  width: 33%;
}

.scroll-paragraph.first-paragraph {
  margin-top: 0;
}

.scroll-paragraph.partial-width-long {
  width: 80%;
}

.scroll-paragraph.image-container {
  width: 33%;
  height: 100px;
}

.scroll-paragraph.scroll-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  display: flex;
}

.scroll-paragraph.scroll-image.scroll-image-2 {
  height: 80px;
}

.scroll-paragraph.medium-width {
  width: 70%;
}

.scroll-div {
  opacity: 0;
  width: 100%;
  margin-top: 5px;
  padding: 0 50px 0 40px;
  display: none;
}

.custom-scrollbar {
  border-style: none none none solid;
  border-width: 1px;
  border-color: black black black var(--border-color);
  opacity: 0;
  background-color: #fafafa;
  width: 15px;
  height: 347px;
  padding: 3px;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}

.scroll-thumb {
  background-color: #c8c8c8;
  border-radius: 20px;
  width: 100%;
  height: 100px;
}

.scroll-content-container {
  margin-top: 40px;
}

.scroll-image-icon-container {
  width: 36px;
  height: 36px;
}

.image-103 {
  width: 100%;
  height: 100%;
}

.scroll-tab-hider {
  z-index: 9999;
  background-color: var(--border-color);
  width: 100%;
  height: 100%;
  display: none;
  position: static;
  bottom: -1px;
  right: 100px;
}

.animation-outer-container {
  width: 100%;
  height: 100%;
  position: absolute;
}

.thumb-container {
  margin-top: 0;
  transform: translate(0);
}

.scroll-tab-hider-container {
  width: 90px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  right: 100px;
}

.case-study-text-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding: 20px 12px;
  display: flex;
}

.case-study-paragraph-container {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
}

.case-study-person-container {
  color: #333;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 300;
}

.case-study-media-container {
  width: auto;
}

.case-studies-flex-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.splide {
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
}

.splide.case-studies {
  padding-bottom: 0;
  display: block;
}

.splide__slide.unfocused_slide {
  opacity: .5;
}

.dummy-div {
  background-color: #b44a4a;
  width: 300px;
  height: 300px;
}

.dummy-div.pink-div {
  background-color: #b44a81;
}

.background-image {
  border-radius: 12px;
  margin-top: 0%;
  display: block;
}

.background-image-square {
  border-radius: 12px;
  display: none;
}

.image-104 {
  border-radius: 16px;
}

.bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11 {
  font-weight: 500;
}

.main-heading {
  color: #000;
  font-family: Uncutsans, sans-serif;
  font-size: 62px;
  font-weight: 600;
  line-height: 1.2em;
}

.ba {
  width: 100%;
  height: 100%;
}

.background-video-large-screen {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.background-video-square {
  border-radius: 12px;
  display: none;
}

.case-studies-link-button {
  text-decoration: none;
}

.text-block-54 {
  color: #000;
  font-size: 16px;
  line-height: 1.6em;
}

.text-block-55 {
  color: #000;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4em;
}

.image-105 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
  min-height: 100%;
  display: inline-block;
}

.div-block-99 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  height: 70px;
  margin-top: 20px;
  display: flex;
}

.label-container-2 {
  margin-bottom: 20px;
  display: flex;
}

.text-block-56 {
  font-size: 16px;
  line-height: 1.2em;
}

.text-block-56.small-name {
  line-height: 1.2em;
}

.heading-20 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 66px;
  font-weight: 600;
  line-height: 1.1em;
}

.clients-title-2 {
  color: #333;
  text-align: center;
  margin-top: 0;
  font-family: Uncutsans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.image-106 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.label-3 {
  border: 1px solid #e9ecef;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  font-size: 16px;
  display: inline-block;
}

.text-block-57 {
  color: #000;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
}

.text-block-57.large-text-block {
  margin-top: 30px;
}

.div-block-100 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.container-16 {
  z-index: 5;
  width: 1050px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.grid-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Area Area-2 Area-2"
  / 1fr 1fr 1fr;
  margin-top: 50px;
}

.testimonial-card-2 {
  background-color: var(--light-beige);
  border: 1px solid #e9ecef;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 32px;
  display: flex;
}

.testimonial-card-2.big-photo {
  border-style: none;
  height: 400px;
  padding: 0;
}

.testimonial-card-2.big-card {
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.div-block-101 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-102 {
  height: 100%;
}

.customers-2 {
  padding: 80px 25px;
}

.div-block-103 {
  flex: none;
  width: 70px;
  height: 70px;
}

.text-block-58 {
  color: #000;
  font-size: 18px;
  line-height: 1.6em;
}

.text-block-59 {
  color: #000;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4em;
}

.image-107 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
  min-height: 100%;
  display: inline-block;
}

.div-block-104 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  height: 70px;
  margin-top: 20px;
  display: flex;
}

.label-container-3 {
  margin-bottom: 20px;
  display: flex;
}

.heading-21 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 66px;
  font-weight: 600;
  line-height: 1.1em;
}

.image-108 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.text-block-60 {
  color: #000;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
}

.text-block-60.large-text-block {
  margin-top: 30px;
}

.div-block-105 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.testimonials-inner-container {
  z-index: 5;
  width: 1250px;
  max-width: 100%;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
}

.grid-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Area Area-2 Area-2"
  / 1fr 1fr 1fr;
  margin-top: 50px;
}

.testimonial-card-3 {
  background-color: var(--light-beige);
  border: 1px #e9ecef;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 40px;
  display: flex;
}

.testimonial-card-3.big-photo {
  border-style: none;
  height: 400px;
  padding: 0;
}

.testimonial-card-3.big-card {
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.div-block-106 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-107 {
  height: 100%;
}

.div-block-108 {
  flex: none;
  width: 70px;
  height: 70px;
}

.testimonials-h2-container {
  margin-bottom: 30px;
}

.testimonials-outer-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: none;
}

.feature-background-video {
  z-index: 99;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.text-block-61 {
  display: block;
}

.link-block-3-copy {
  border: 1px #000;
  text-decoration: none;
}

.button-div-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: none;
  color: #000;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: white;
  cursor: pointer;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-div-copy:hover {
  background-color: #333;
  border-style: none;
  border-width: 0;
}

.button-div-copy.white-button {
  color: #000;
  background-color: #fff;
}

.button-div-copy.white-button:hover {
  background-color: var(--light-beige);
}

.button-div-copy.customer-button {
  border-radius: 8px;
  width: 140px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  line-height: 18px;
}

.button-div-text-copy {
  color: #000;
  text-align: center;
  flex: 0 auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.button-div-text-copy.black-text {
  color: #000;
  line-height: 20px;
}

.f-h3-heading {
  color: var(--black-color-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2;
}

.f-paragraph-small {
  color: #4f4f4f;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-margin-bottom-08 {
  margin-bottom: 0;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-section-large-7 {
  background-color: #fff;
  padding: 0 0%;
  position: relative;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-button-neutral {
  background-color: var(--black-color-dark);
  min-height: 48px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #333;
}

.f-heading-detail-regular {
  color: var(--black);
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-pricing-card-outline {
  border: 1px solid var(--black);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 40px;
  display: flex;
}

.f-pricing-line {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-pricing-feature-list {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr;
}

.f-pricing-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-pricing-feature-item {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-pricing-centre {
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-pricing-month-span {
  color: var(--black-color-dark);
  letter-spacing: -.02em;
  margin-left: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.f-pricing-plan-type {
  text-align: center;
  line-height: 14px;
}

.f-pricing-featured-card {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 16px;
  height: 100%;
  padding: 40px;
  position: relative;
  box-shadow: 34px 34px 140px -48px #393b6a14;
}

.f-pricing-badge-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -14px 0% auto;
}

.f-pricing-badge {
  background-color: var(--flowui-component-library--primary-base);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 70%;
  padding: 8px 10px 8px 12px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.f-line-regular {
  background-color: var(--border-color);
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-text-weight-bold {
  font-weight: 700;
}

.f-margin-bottom-56 {
  margin-bottom: 56px;
}

.f-pricing-column-basic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.label-copy {
  border: 1px solid var(--border-color);
  color: #828288;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  font-family: Uncutsans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.label-copy.dark-label {
  color: #b9b9b9;
  background-color: #333;
  border-color: #333;
  margin-bottom: 0;
}

.heading-9-copy {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 66px;
  font-weight: 500;
  line-height: 1.1em;
}

.code-embed {
  width: 24px;
  height: 24px;
}

.container-17 {
  background-color: #fff;
}

.button-div-white {
  color: #333;
  background-color: #fff;
  border-radius: 12px;
  padding: 12px 24px;
}

.text-span-3 {
  font-weight: 600;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: flex;
  overflow: hidden;
}

.slide-wrap {
  align-items: center;
  width: 5000px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px;
  display: flex;
}

.logo-img {
  max-width: 150px;
}

.logo-img._50-r-m {
  margin-right: 150px;
}

.div-block-109 {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.div-block-110 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: 80px;
}

.filter {
  z-index: 999;
  background-image: linear-gradient(270deg, #f9f9f700, var(--light-beige) 81%, #f9f9f7 100%, var(--light-beige));
  width: 50px;
  height: 100%;
  position: absolute;
}

.filter.filter-right {
  background-image: linear-gradient(90deg, #f9f9f700, var(--light-beige) 81%, #f9f9f7 100%, var(--light-beige));
  right: 0;
}

.filter.filter-white {
  background-image: linear-gradient(270deg, #fff, #fff 21% 21%, #fff 31%);
}

.filter.white-filter {
  background-image: linear-gradient(270deg, white, var(--light-beige) 81%, #f9f9f7 100%, var(--light-beige));
}

.filter.white-filter-2 {
  background-image: linear-gradient(270deg, #fff0, #fff 81%, #fff);
}

.youtube-container {
  border-radius: 16px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.mini-title-heading {
  color: #000;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2em;
}

.youtube {
  aspect-ratio: auto;
  object-fit: fill;
  border: 1px #000;
  border-radius: 16px;
  overflow: hidden;
}

.image-109 {
  max-height: 100%;
}

.text-block-62 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Uncutsans, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.text-block-62.top-of-list {
  margin-bottom: 10px;
}

.text-block-62.list-bullet {
  margin-top: 5px;
}

.text-block-62.list-bullet.with-margin {
  margin-top: 20px;
}

.text-block-62.text-heading {
  margin-bottom: 10px;
}

.text-block-62.quote {
  border-left: 6px solid #a1a1a1;
  border-radius: 0;
  padding-left: 30px;
}

.text-block-62.pre-bullet {
  margin-bottom: 10px;
}

.text-block-62.faq-question {
  font-size: 18px;
  font-weight: 700;
}

.text-block-62.only-link {
  text-align: right;
  font-size: 16px;
}

.div-block-111 {
  border-bottom: 1px solid #e9ecef;
  height: 30px;
}

.div-block-112 {
  margin-left: 0;
  margin-right: 0;
}

.rich-text-2 {
  background-color: #0000;
}

.article-image-2 {
  aspect-ratio: 598 / 301;
  background-color: #f9f9f7;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  width: 100%;
  max-width: 950px;
  height: auto;
  margin: 36px auto;
  overflow: hidden;
}

.text-span-4 {
  background-color: #f8f8f8;
  padding-left: 7px;
  padding-right: 7px;
  font-family: Inconsolata, monospace;
}

.container-x-small-3 {
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-22 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.6em;
}

.heading-22.text-heading {
  margin-bottom: 10px;
  font-size: 22px;
}

.heading-22.text-heading.below-photo-heading {
  margin-top: 20px;
}

.heading-22.text-heading.below-faq-heading {
  margin-top: 40px;
}

.heading-22.text-heading.small-heading {
  margin-top: 20px;
  font-size: 18px;
}

.heading-22.text-heading.with-top, .heading-22.text-heading.with-top.main-top {
  margin-top: 40px;
}

.section-regular-4 {
  background-color: #f7f6f2;
  padding: 92px 5%;
  position: relative;
}

.section-regular-4.white {
  background-color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Uncutsans, sans-serif;
}

.container-regular-5 {
  width: 100%;
  max-width: 950px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-large-3 {
  color: #333;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Uncutsans, sans-serif;
  font-size: 20px;
  line-height: 1.6;
}

.paragraph-large-3.text-weight-semi-bold {
  color: #000;
  font-weight: 500;
}

.link-2 {
  color: #000;
}

.image-110 {
  width: 100%;
}

.image-110.normal-image {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-110.normal-image.top-image {
  margin-top: 20px;
  margin-bottom: 0;
}

.image-110.normal-image.after-h-image {
  margin-top: 20px;
}

.link-3, .link-4, .link-5 {
  color: #000;
}

.code-embed-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.code-embed-2.no-footer {
  margin-bottom: 10px;
}

.link-6 {
  color: #000;
  text-align: left;
}

.link-7, .link-8 {
  color: #000;
}

.div-block-113 {
  border-bottom: 1px solid #e9ecef;
  height: 30px;
}

.link-9, .link-10, .link-11, .link-12, .link-13, .link-14, .link-15 {
  color: #000;
}

.blog-image-small-2 {
  aspect-ratio: 598 / 280;
  background-color: #f9f9f7;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.heading-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-bottom: 60px;
  display: flex;
}

.blog-post-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: stretch;
  font-family: Uncutsans, sans-serif;
  text-decoration: none;
  display: flex;
}

.section-large-4 {
  padding: 92px 25px;
  position: relative;
}

.paragraph-small-6 {
  color: #030711;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-6.text-color-gray-500 {
  color: #333;
  font-size: 20px;
  line-height: 1.6em;
}

.wrap-v-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.h1-heading-5 {
  color: #000;
  letter-spacing: -1.6px;
  margin: 0 auto;
  font-family: Uncutsans, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.4em;
}

.h6-heading-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4em;
}

.paragraph-large-4 {
  color: #333;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Uncutsans, sans-serif;
  font-size: 20px;
  line-height: 1.6;
}

.paragraph-large-4.text-weight-semi-bold {
  color: #000;
  font-weight: 500;
}

.image-111 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-112 {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.link-16, .link-17, .link-18, .link-19, .link-20, .link-21, .link-22, .link-23, .link-24, .link-25, .link-26, .link-27, .link-28, .link-29, .link-30, .link-31, .link-32, .link-33, .link-34, .link-35, .link-36, .link-37, .link-38, .link-39, .link-40, .link-41, .link-42 {
  color: #000;
}

.inner-list {
  margin-top: 10px;
}

.link-43, .link-44, .link-45, .link-46, .link-47, .link-48, .link-49, .link-52, .link-53, .link-54, .link-55, .link-56, .link-57, .link-58, .link-59, .link-60, .link-61, .link-62, .link-63, .link-64, .link-65, .link-66, .link-67, .link-68, .link-69, .link-70, .link-71, .link-72, .link-73, .link-74, .link-75, .link-76, .link-77, .link-78, .link-79, .link-80, .link-81, .link-82, .link-83, .link-84, .link-85, .link-86, .link-87, .link-88, .link-89, .link-90, .link-91, .link-92, .link-93, .link-94, .link-95, .link-96, .link-97, .link-98, .link-99, .link-100, .link-101, .link-102, .link-103, .link-104, .link-105, .link-106, .link-107, .link-108, .link-109, .link-110, .link-111, .link-112 {
  color: #000;
}

.list {
  list-style-type: decimal;
}

.link-113, .link-114, .link-115, .link-116, .link-117, .link-118, .link-119, .link-120, .link-121, .link-122, .link-123, .link-124, .link-125, .link-126, .link-127, .link-128, .link-129, .link-130, .link-131, .link-132, .link-133, .link-134, .link-135, .link-136, .link-137, .link-138, .link-139, .link-140, .link-141, .link-142, .link-143, .link-144, .link-145, .link-146, .link-147, .link-148, .link-149, .link-150, .link-151, .link-152, .link-153, .link-154, .link-155, .link-156 {
  color: #000;
}

.buttons-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  margin-top: 80px;
  display: flex;
}

.nav-button {
  outline-offset: 0px;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 5px;
  outline: 1px #333;
  padding: 8px;
}

.nav-button.disabled {
  opacity: .5;
  cursor: not-allowed;
  pointer-events: none;
}

.image-113 {
  border-radius: 5px;
}

.link-157, .link-158, .link-159, .link-160, .link-161, .link-162, .link-163, .link-164, .link-165, .link-166, .link-167, .link-168, .link-169, .link-170, .link-171, .link-172, .link-173 {
  color: #000;
}

.sign-in-link {
  color: #4f4f4f;
  text-decoration: none;
}

.sign-in-link:hover {
  color: #000;
}

.announcement-container {
  justify-content: center;
  align-items: center;
  width: 1250px;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.announcement {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #2563eb;
  cursor: pointer;
  background-color: #eff6ff;
  border-radius: 100px;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.announcement:hover {
  opacity: .8;
}

.announcement.hero-badge {
  border: 1px solid var(--white);
}

.text-block-63 {
  align-items: center;
  font-weight: 400;
  display: flex;
}

.flashing-icon {
  background-color: #2563eb;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.link-block-6 {
  text-decoration: none;
}

.grid-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.industries-text {
  margin-top: 20px;
}

.heading-23 {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
}

.text-block-64 {
  color: #4f4f4f;
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
}

.text-block-64.centered {
  color: #333;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 40px;
}

.text-block-64.subtitle {
  color: #333;
  text-align: center;
  margin-top: 0;
}

.text-block-64.industries-text-block {
  color: #333;
  font-size: 18px;
}

.industry-image-raw {
  aspect-ratio: 2 / 2.5;
  object-fit: cover;
  border-radius: 12px;
}

.industry-image-raw.mobile-only {
  display: none;
}

.industry-image-raw.desktop-only {
  aspect-ratio: 2 / 2.5;
}

.div-block-115, .industries-te, .image-115, .image-116 {
  border-radius: 12px;
}

.container-18 {
  z-index: 5;
  width: 1050px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: static;
}

.heading-24 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.1em;
}

.div-block-116 {
  height: 100%;
}

.div-block-117 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  height: 70px;
  margin-top: 20px;
  display: flex;
}

.image-117 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
  min-height: 100%;
  display: inline-block;
}

.customers-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-top: 1px #e9ecef;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 0 0;
  display: none;
}

.text-block-65 {
  color: #000;
  font-size: 18px;
  line-height: 1.6em;
}

.label-4 {
  color: #828288;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  font-family: Source Code Pro, sans-serif;
  font-size: 14px;
  display: inline-block;
}

.div-block-118 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.testimonial-card-4 {
  background-color: #f9f9f7;
  border: 1px #e9ecef;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding: 40px;
  display: flex;
}

.text-block-66 {
  color: #000;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
}

.div-block-119 {
  flex: none;
  width: 70px;
  height: 70px;
}

.label-container-4 {
  margin-bottom: 30px;
  display: flex;
}

.container-19 {
  z-index: 5;
  width: 1050px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: static;
}

.testimonials-outer-container-2 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.div-block-120 {
  height: 100%;
}

.button-div-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: none;
  color: #000;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: white;
  cursor: pointer;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-div-2:hover {
  background-color: #333;
  border-style: none;
  border-width: 0;
}

.button-div-2.customer-button {
  border-radius: 8px;
  width: 140px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  line-height: 18px;
}

.heading-25 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 66px;
  font-weight: 500;
  line-height: 1.1em;
}

.div-block-121 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  height: 70px;
  margin-top: 20px;
  display: flex;
}

.image-118 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
  min-height: 100%;
  display: inline-block;
}

.text-block-67 {
  color: #000;
  font-size: 18px;
  line-height: 1.6em;
}

.label-5 {
  color: #828288;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  font-family: Source Code Pro, sans-serif;
  font-size: 14px;
  display: inline-block;
}

.div-block-122 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.text-block-68 {
  color: #000;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
}

.div-block-123 {
  flex: none;
  width: 70px;
  height: 70px;
}

.label-container-5 {
  margin-bottom: 30px;
  display: flex;
}

.customers-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-top: 1px #e9ecef;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 0 0;
  display: block;
}

.container-20 {
  z-index: 5;
  width: 1050px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: static;
}

.div-block-124 {
  height: 100%;
}

.button-div-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: white;
  cursor: pointer;
  background-color: #000;
  border: 1px #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.button-div-3:hover {
  background-color: #333;
  border-style: none;
  border-width: 0;
}

.button-div-3.customer-button {
  border-radius: 8px;
  width: 140px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  line-height: 18px;
}

.heading-26 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 66px;
  font-weight: 500;
  line-height: 1.1em;
}

.div-block-125 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  height: 70px;
  margin-top: 20px;
  display: flex;
}

.image-119 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
  min-height: 100%;
  display: inline-block;
}

.text-block-69 {
  color: #000;
  font-size: 18px;
  line-height: 1.6em;
}

.label-6 {
  color: #828288;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  font-family: Source Code Pro, sans-serif;
  font-size: 14px;
  display: inline-block;
}

.text-block-70 {
  font-size: 16px;
  line-height: 1.2em;
}

.text-block-70.small-name {
  line-height: 1.2em;
}

.div-block-126 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.div-block-127 {
  flex: none;
  width: 70px;
  height: 70px;
}

.customers-section {
  background-color: #fff;
  border-top: 1px #e9ecef;
  padding: 40px 0 0;
  display: block;
}

.research-section {
  margin-top: 80px;
}

.research-section:hover {
  background-color: var(--light-beige-hover);
}

.research-image-container {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.research-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--light-beige);
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: start;
  height: 100%;
  margin-top: 0;
  padding: 32px;
  display: flex;
  position: relative;
}

.research-title {
  color: #000;
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
}

.research-date-block {
  color: #333;
  text-align: left;
  flex: none;
  width: 160px;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  display: block;
}

.research-info-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.research-image-block {
  border-radius: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  display: flex;
}

.research-authors {
  color: #333;
  font-size: 16px;
  line-height: 1.4em;
}

.research-description {
  color: #000;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
}

.image-120 {
  border-radius: 12px;
}

.research-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.research-link {
  text-decoration: none;
}

.arrow-container {
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.numbers-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch center;
  place-items: start center;
  display: flex;
}

.number-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: none;
  display: flex;
}

.big-number-raw {
  font-size: 86px;
  font-weight: 400;
  line-height: 88px;
}

.text-block-72 {
  text-align: center;
  font-weight: 300;
  line-height: 1.4em;
}

.bottom-cta-inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #000;
  width: 1250px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.demo-text {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.demo-image {
  border-radius: 12px;
  max-width: 620px;
}

.text-block-73 {
  color: #333;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4em;
}

.heading-27 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2em;
}

.demo-button-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.image-121 {
  border-radius: 12px;
}

.text-block-74 {
  font-weight: 300;
}

.div-block-128 {
  border-radius: 7px;
}

.div-block-129 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-129.gpt-example-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
}

.heading-28 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Uncutsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.f-h5-heading-2 {
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Uncutsans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

.alias-response-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  width: 220px;
  height: 46px;
  padding: 12px;
  font-size: 16px;
}

.alias-response-2.flagged {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  opacity: 1;
  color: #fa5252;
  background-color: #fff5f5;
  border-color: #fa5252;
  border-radius: 12px;
  align-items: center;
  width: auto;
  min-width: auto;
  height: 46px;
  padding: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.alias-response-2.flagged.gpt-flagged {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: 12px;
  width: auto;
  height: 46px;
  padding: 8px;
}

.alias-response-2.not-flagged {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #12b886;
  background-color: #e6fcf5;
  border-color: #12b886;
  border-radius: 12px;
  align-items: center;
  width: auto;
  padding: 6px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.image-122 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-75 {
  min-width: auto;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4em;
}

.f-margin-bottom-81 {
  margin-bottom: 0;
}

.f-feature-card-filled-2 {
  background-color: #f9f9f7;
  border: 1px #e9ecef;
  border-radius: 16px;
  padding: 16px;
  position: static;
  overflow: hidden;
}

.response-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  width: 300px;
  height: 76px;
  margin-top: 3px;
  padding: 12px 12px 12px 16px;
  font-size: 16px;
  line-height: 25px;
}

.response-2.gpt-response {
  width: auto;
  height: auto;
  margin-top: -12px;
}

.div-block-130 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.div-block-130.gpt-example-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
}

.div-block-130.flags-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: grid;
}

.heading-29 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Uncutsans, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.image-123 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-76 {
  font-size: 16px;
}

.f-margin-bottom-82 {
  margin-bottom: 0;
}

.f-feature-card-filled-3 {
  background-color: #f9f9f7;
  border: 1px #e9ecef;
  border-radius: 16px;
  padding: 22px;
  overflow: hidden;
}

.response-3 {
  color: #000;
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  width: 300px;
  height: 76px;
  margin-top: 3px;
  padding: 12px 12px 12px 16px;
  font-size: 16px;
  line-height: 25px;
}

.response-3.gpt-response {
  width: auto;
  height: auto;
  margin-top: -12px;
}

.div-block-131 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-131.gpt-example-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: center;
}

.heading-30 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Uncutsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.image-124 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-77 {
  font-size: 16px;
}

.f-margin-bottom-83 {
  margin-bottom: 0;
}

.f-feature-card-filled-4 {
  background-color: #f9f9f7;
  border: 1px #e9ecef;
  border-radius: 16px;
  padding: 22px;
}

.response-4 {
  color: #000;
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  width: 300px;
  height: 76px;
  margin-top: 3px;
  padding: 12px 12px 12px 16px;
  font-size: 16px;
  line-height: 25px;
}

.response-4.gpt-response {
  width: auto;
  height: auto;
  margin-top: -12px;
}

.code-block-2 {
  border-radius: 12px;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
}

.div-block-132 {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
}

.bottom-link {
  color: #333;
}

.div-block-133 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: none;
  position: static;
  bottom: 12px;
  right: 12px;
}

.div-block-134 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.button-6 {
  border: 1px solid var(--border-color);
  color: #333;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  margin-top: 16px;
  padding: 6px 14px;
  display: flex;
}

.button-6:hover {
  color: #000;
  border-color: #e9ecef;
}

.mini-white-button-container {
  justify-content: center;
  display: flex;
}

.mini-white-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid var(--border-color);
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  padding: 6px 14px;
  display: flex;
}

.div-block-137 {
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
}

.mini-white-button-link {
  color: #333;
  text-decoration: none;
}

.mini-white-button-link:hover {
  color: #000;
}

.image-125, .image-126 {
  border-radius: 12px;
}

.book-a-demo-section {
  padding: 40px 25px 100px;
  display: block;
}

.book-a-demo-container {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  width: 1250px;
  max-width: 100%;
  min-height: 767.69px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.book-a-demo-internal {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.book-a-demo-internal.form-container {
  background-color: var(--light-beige);
  border-radius: 16px;
  flex: 1;
  padding: 0;
  overflow: hidden;
}

.book-a-demo-internal.title-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.field-label-3 {
  font-weight: 400;
}

.form-2 {
  background-color: var(--light-beige);
  border-radius: 0;
  padding: 0;
  font-family: Uncutsans, sans-serif;
  font-weight: 400;
}

.field-labe {
  font-weight: 400;
}

.field-text {
  border-radius: 8px;
  margin-bottom: 16px;
  font-size: 16px;
}

.field-submit-button {
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  width: 100%;
  margin-top: 10px;
  padding: 12px 24px;
  font-size: 16px;
}

.field-submit-button:hover {
  background-color: #333;
}

.field-submit-button:disabled {
  opacity: .5;
  pointer-events: none;
  cursor: not-allowed;
}

.select-field {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 16px;
  font-size: 16px;
}

.form-block-3 {
  margin-bottom: 0;
  padding: 42px;
}

.heading-31 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2em;
}

.logo-container {
  width: 32px;
  height: 32px;
}

.div-block-138 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 26px;
  display: flex;
}

.div-block-139 {
  margin-bottom: 0;
}

.text-block-78 {
  background-color: var(--light-beige);
  color: #000;
  margin-bottom: 16px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 26px;
  line-height: 1.2em;
}

.homepage-button {
  color: #fff;
  background-color: #0000;
  border-radius: 12px;
  padding: 0;
  font-size: 16px;
}

.div-block-140 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 12px;
  padding: 12px 32px;
  font-size: 16px;
}

.div-block-140:hover {
  background-color: #333;
}

.text-block-79 {
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 300;
}

.link-block-7 {
  text-decoration: none;
}

.div-block-141 {
  color: #000;
}

.text-block-80 {
  color: #000;
  font-family: Uncutsans, sans-serif;
  font-weight: 300;
}

.error-message-3 {
  border-radius: 8px;
  margin-top: 16px;
  padding: 12px;
}

.quote-section {
  margin-top: 60px;
}

.quote-container {
  margin-top: 80px;
}

.div-block-142 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: flex-start;
  align-items: center;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  font-family: Uncutsans, sans-serif;
  display: flex;
}

.text-block-81 {
  color: #000;
  text-align: left;
  font-family: Uncutsans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
}

.body-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  font-family: Uncutsans, sans-serif;
  display: flex;
}

.heading-32 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
}

.div-block-143 {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6em;
}

.div-block-144 {
  aspect-ratio: 180 / 220;
  background-color: var(--light-beige);
  border-radius: 12px;
  flex: none;
  width: 180px;
}

.image-127 {
  border-radius: 12px;
  width: 100%;
}

.demo-filter {
  z-index: 999;
  background-image: linear-gradient(270deg, #fff0, #fff 81%, #fff);
  width: 50px;
  height: 100%;
  position: absolute;
}

.demo-filter.demo-filter-right {
  background-image: linear-gradient(90deg, #fff, #fff 19%, #fff0);
  right: 0;
}

.demo-filter.demo-filter-right-side {
  background-image: linear-gradient(90deg, #fff0, #fff 81%, #fff);
  right: 0;
}

.image-128 {
  border-radius: 12px;
}

@media screen and (min-width: 1280px) {
  .body {
    background-color: var(--light-beige);
    color: #828288;
  }

  .container-3 {
    margin-bottom: 0;
  }

  .container-3.numbers-container {
    margin-top: 100px;
  }

  .container-3.numbers-container.pricing-numbers-container {
    width: 900px;
  }

  .container-3.numbers-container.pricing-numbers-container.homepage {
    margin-bottom: 30px;
  }

  .navbar-button.dark-button {
    border-width: 1px;
    border-color: var(--black-color-dark);
    background-color: var(--black-color-dark);
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-button.white-navbar-button:hover {
    background-color: #f9f9f9;
  }

  .hero {
    margin-top: 60px;
    margin-bottom: 80px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .top-content-container {
    width: 618px;
    margin-left: 0;
    margin-right: 0;
  }

  .heading {
    text-align: left;
    font-family: Uncutsans, sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1.2em;
  }

  .container-4 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .heading-3 {
    text-align: left;
    font-size: 20px;
    font-weight: 300;
  }

  .heading-3.centered-heading {
    text-align: center;
  }

  .dark-button.cta-button {
    border-color: var(--black-color-dark);
    background-color: var(--black-color-dark);
    width: 375px;
    font-family: Uncutsans, sans-serif;
    font-size: 24px;
  }

  .cta-button {
    background-color: #000;
    border-style: solid;
  }

  .cta-button.cta-button-white {
    border-width: 1px;
  }

  .div-block-9 {
    width: 100%;
  }

  .logos-title-large {
    padding-top: 90px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .secondary-h2 {
    font-family: Uncutsans, sans-serif;
  }

  .clients-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    margin-top: 30px;
  }

  .div-block-11 {
    overflow: hidden;
  }

  .footer-dark {
    padding-left: 35px;
    padding-right: 35px;
  }

  .f-paragraph-large {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 1.4em;
  }

  .f-h4-heading {
    text-align: center;
    font-size: 64px;
    font-weight: 500;
  }

  .f-h5-heading {
    text-align: center;
    display: block;
  }

  .f-feature-card-filled {
    border-style: solid;
    padding: 32px;
  }

  .f-feature-card-filled.api-card {
    padding: 32px;
  }

  .f-feature-card-filled.grouping-card {
    padding: 32px 32px 22px;
  }

  .f-feature-card-filled.dashboard-card {
    padding: 32px;
  }

  .f-grid-three-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .f-section-large {
    padding-bottom: 80px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .f-section-regular-2 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .div-block-13 {
    background-color: var(--black-color-dark);
  }

  .div-block-15 {
    width: 1250px;
  }

  .question {
    width: 100%;
    height: auto;
    font-weight: 400;
    display: block;
  }

  .response {
    width: 250px;
  }

  .response.gpt-response {
    height: auto;
    padding-left: 12px;
  }

  .animation.animation-1 {
    width: 488px;
    display: block;
  }

  .animation.animation-1.animation-2 {
    display: none;
    top: -1107px;
  }

  .code-block {
    margin-top: 0;
    font-size: 12px;
  }

  .div-block-30 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    width: 600px;
    margin-top: 10px;
  }

  .text-block-9 {
    color: #000;
  }

  .image-13 {
    opacity: .7;
    color: #551919;
  }

  .div-block-32 {
    opacity: 80;
  }

  .div-block-33 {
    width: 100%;
  }

  .animation-white-background {
    width: 536px;
  }

  .div-block-38 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .response-image-container.gpt-image-container {
    width: 20px;
    height: 20px;
  }

  .image-21 {
    border-radius: 8px;
    width: 300px;
    height: auto;
    display: block;
  }

  .heading-8 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .div-block-39 {
    justify-content: flex-start;
  }

  .heading-9 {
    color: #000;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.1em;
  }

  .there-column-card-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 80px;
  }

  .label {
    border: 1px solid var(--border-color);
    color: #828288;
    text-align: left;
    vertical-align: baseline;
    border-radius: 8px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 10px;
    font-size: 14px;
    display: inline-block;
  }

  .label.dark-label {
    background-color: #333;
    border-style: solid;
    border-color: #333;
  }

  .label-container {
    display: none;
  }

  .cluster-container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-start;
    font-size: 16px;
  }

  .cluster-container.cluster-container-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-end;
  }

  .clustered-response {
    color: #000;
    background-color: #fff;
    border-radius: 12px;
    width: 230px;
    max-width: 100%;
    margin-bottom: 0;
    padding: 12px;
    font-size: 14px;
  }

  .clustered-response.clustered-repsonse-with-transform, .clustered-response.clustered-response-with-transform-2, .clustered-response.cluster-response-no-margin-bottom {
    font-size: 14px;
  }

  .text-block-13, .text-block-14 {
    font-size: 16px;
    display: block;
  }

  .language-container {
    flex-flow: wrap;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .language {
    text-align: center;
    background-color: #fff;
    flex: 1;
    margin: 5px;
    font-size: 18px;
  }

  .text-block-16, .text-block-16.text-block-16-bottom {
    display: none;
  }

  .section-testimonial {
    background-color: var(--white);
    padding-left: 35px;
    padding-right: 35px;
    display: block;
  }

  .testimonial-name-wrapper {
    justify-content: flex-start;
  }

  .container-12 {
    display: block;
  }

  .div-block-40 {
    width: 220px;
  }

  .div-block-42 {
    flex: 0 auto;
  }

  .testmonial-container {
    background-color: var(--white);
    display: flex;
  }

  .solutions {
    border-top: 1px none var(--border-color);
    border-bottom: 1px solid var(--border-color);
    background-color: var(--white);
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .solutions.last-solutions-block {
    border-bottom: 1px solid var(--border-color);
    border-top-style: none;
    padding-bottom: 50px;
  }

  .solutions.first-solutions-block {
    border-top-style: solid;
    border-bottom-style: none;
    border-bottom-width: 0;
    height: auto;
  }

  .solutions.first-solutions-block.last-solutions-block {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: auto;
  }

  .solutions-content {
    flex-flow: column;
    justify-content: space-between;
    width: 500px;
    display: flex;
  }

  .solutions-illustration {
    background-color: var(--light-beige);
    opacity: 1;
    border-radius: 12px;
  }

  .solutions-text {
    margin-top: 20px;
    line-height: 1.4em;
  }

  .solutions-link {
    color: #000;
    margin-right: 5px;
    font-size: 20px;
    display: inline-block;
  }

  .div-block-44 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .pricing-card-2 {
    padding: 32px;
  }

  .container-large {
    max-width: 1250px;
  }

  .subheading {
    font-size: 24px;
  }

  .subheading.about-subheading {
    width: 750px;
    font-size: 24px;
  }

  .section-regular {
    padding-bottom: 100px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .section-regular.about-us-section {
    display: none;
  }

  .h6-heading-2 {
    font-size: 26px;
  }

  .paragraph-large {
    font-size: 22px;
  }

  .paragraph-large.text-color-gray-700 {
    font-size: 20px;
  }

  .h4-heading {
    font-size: 26px;
  }

  .button-primary-l {
    pointer-events: auto;
    background-color: #000;
  }

  .button-primary-l.call-button {
    background-color: #000;
  }

  .button-primary-l.call-button:hover {
    background-color: #333;
  }

  .h1-heading {
    font-size: 62px;
  }

  .title-wrapper-s {
    margin-bottom: 30px;
  }

  .title-wrapper-s.title-wrapper-about {
    max-width: 100%;
  }

  .pricing-grid-l {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .pricing-text-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .body-2 {
    font-family: Uncutsans, sans-serif;
  }

  .label-2 {
    color: #333;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 10px;
    font-size: 16px;
    display: inline-block;
  }

  .pricing-inner-container {
    margin-left: auto;
    margin-right: auto;
  }

  .wrap-v-regular {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .section-regular-2 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .image-container {
    width: 800px;
  }

  .section-3.last-section {
    background-color: #fff;
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .section-3.customers-section {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .section-3.divider-section {
    background-color: #fff;
    border-bottom-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-52 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    display: block;
  }

  .text-block-24 {
    text-align: center;
  }

  .container-14 {
    margin-top: 60px;
    display: block;
  }

  .grid-2 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    place-content: space-between;
    justify-items: center;
    width: 1000px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2.pricing-numbers-grid {
    margin-top: 0;
  }

  .text-block-27 {
    display: block;
  }

  .div-block-58 {
    width: 940px;
    margin-top: 60px;
    padding-bottom: 60px;
  }

  .grid-3 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    width: 1000px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-14 {
    color: #000;
    line-height: 1.4em;
  }

  .heading-15 {
    font-size: 60px;
    line-height: 1em;
  }

  .div-block-61 {
    text-align: center;
  }

  .bold-text-3 {
    color: #000;
  }

  .image-68 {
    border-radius: 16px;
    width: 100%;
  }

  .container-large-2 {
    max-width: 1200px;
  }

  .form-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-large {
    padding: 80px 35px;
  }

  .form-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .form-button-wrap {
    margin-top: 40px;
  }

  .h1-heading-2 {
    font-size: 60px;
  }

  .testimonial-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: center;
  }

  .grid-4 {
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-74 {
    height: 30px;
  }

  .quote-wrapper, .quote-wrapper.lower-quote-wrapper {
    margin-top: 0;
  }

  .blog-card-wide {
    font-family: Uncutsans, sans-serif;
  }

  .section-large-2 {
    padding-left: 35px;
    padding-right: 35px;
    font-family: Uncutsans, sans-serif;
  }

  .h1-heading-3 {
    font-family: Uncutsans, sans-serif;
  }

  .rich-text {
    letter-spacing: 0;
  }

  .section-regular-3.white {
    padding-left: 35px;
    padding-right: 35px;
    font-family: Uncutsans, sans-serif;
  }

  .code {
    color: #000;
    border: 1px solid #000;
    border-radius: 5px;
    padding-left: 3px;
    padding-right: 3px;
  }

  .container-homepage.homepage2 {
    width: 1250px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-section {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .banner-wrapper-small {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
  }

  .bold-text-6 {
    font-weight: 500;
  }

  .link-block-2 {
    width: 21px;
    height: 21px;
    padding-left: 0;
  }

  .text-block-40 {
    margin-top: 50px;
  }

  .month-plan {
    color: #555;
  }

  .div-block-78 {
    background-color: #e6fcf5;
  }

  .logo {
    max-width: 140px;
    height: 24px;
    margin-left: 100px;
    transform: translate(0);
  }

  .flex-block {
    aspect-ratio: auto;
    opacity: .53;
    margin-left: -90px;
    position: static;
    left: 0;
    transform: none;
  }

  .div-block-79 {
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 400;
  }

  .logo-image {
    height: auto;
  }

  .div-block-80 {
    font-size: 18px;
  }

  .testimonial-card.big-photo {
    border-style: none;
    height: 390px;
  }

  .text-block-43 {
    line-height: 1.4em;
  }

  .text-block-43.large-text-block {
    margin-top: 30px;
  }

  .text-block-44 {
    line-height: 1.6em;
  }

  .text-block-44.small-name {
    line-height: 1.4em;
  }

  .div-block-81 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    margin-top: 0;
    display: flex;
  }

  .div-block-85 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .text-block-45 {
    color: #000;
    font-size: 16px;
    line-height: 1.6em;
  }

  .div-block-86 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: flex-start;
    align-items: center;
    height: 70px;
    display: flex;
  }

  .div-block-87 {
    border-radius: 0;
    flex: none;
    width: 70px;
    height: 70px;
  }

  .image-101 {
    border-radius: 12px;
    width: 100%;
    height: 100%;
  }

  .div-block-88 {
    height: 100%;
  }

  .main-section {
    padding-bottom: 80px;
  }

  .main-section.numbers-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .main-section.industries-section {
    padding-top: 40px;
  }

  .button-div.dark-cta:hover {
    background-color: #333;
    border-width: 2px;
  }

  .demo-modal, .demo-container {
    display: none;
  }

  .feature-secondary-heading {
    font-weight: 500;
  }

  .feature-paragraph {
    color: #333;
  }

  .solutions-secondary-heading {
    font-size: 22px;
    line-height: 1.4em;
  }

  .solutions-paragraph {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5em;
  }

  .case-studies {
    width: auto;
  }

  .case-studies-container {
    margin-left: 0;
    margin-right: 0;
  }

  .case-studies-container.case-studies-container-unselected {
    opacity: .5;
    cursor: pointer;
  }

  .case-study-person-container {
    font-weight: 300;
  }

  .case-studies-flex-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #fff;
    width: auto;
  }

  .text-block-54 {
    color: #000;
    font-size: 16px;
    line-height: 1.6em;
  }

  .image-105 {
    border-radius: 12px;
    width: 100%;
    height: 100%;
  }

  .div-block-99 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: flex-start;
    align-items: center;
    height: 70px;
    display: flex;
  }

  .label-container-2 {
    display: flex;
  }

  .text-block-56 {
    line-height: 1.6em;
  }

  .text-block-56.small-name {
    line-height: 1.4em;
  }

  .heading-20 {
    color: #000;
    font-size: 62px;
    font-weight: 600;
    line-height: 1.1em;
  }

  .clients-title-2 {
    font-family: Uncutsans, sans-serif;
  }

  .label-3 {
    color: #333;
    text-align: left;
    vertical-align: baseline;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 10px;
    font-size: 16px;
    display: inline-block;
  }

  .text-block-57 {
    line-height: 1.4em;
  }

  .text-block-57.large-text-block {
    margin-top: 30px;
  }

  .div-block-100 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    margin-top: 0;
    display: flex;
  }

  .container-16 {
    display: block;
  }

  .testimonial-card-2.big-photo {
    border-style: none;
    height: 390px;
  }

  .div-block-101 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .div-block-102 {
    height: 100%;
  }

  .div-block-103 {
    border-radius: 0;
    flex: none;
    width: 70px;
    height: 70px;
  }

  .text-block-58 {
    color: #000;
    font-size: 18px;
    line-height: 1.6em;
  }

  .image-107 {
    border-radius: 12px;
    width: 100%;
    height: 100%;
  }

  .div-block-104 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: flex-start;
    align-items: center;
    height: 70px;
    display: flex;
  }

  .label-container-3 {
    display: flex;
  }

  .heading-21 {
    color: #000;
    font-size: 62px;
    font-weight: 600;
    line-height: 1.1em;
  }

  .text-block-60 {
    line-height: 1.4em;
  }

  .text-block-60.large-text-block {
    margin-top: 30px;
  }

  .div-block-105 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    margin-top: 0;
    display: flex;
  }

  .testimonials-inner-container {
    display: block;
  }

  .testimonial-card-3.big-photo {
    border-style: none;
    height: 390px;
  }

  .div-block-106 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .div-block-107 {
    height: 100%;
  }

  .div-block-108 {
    border-radius: 0;
    flex: none;
    width: 70px;
    height: 70px;
  }

  .feature-background-video {
    z-index: 99;
    opacity: 1;
    border-radius: 12px;
  }

  .f-paragraph-small {
    color: #4f4f4f;
  }

  .f-section-large-7 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .f-button-neutral {
    border-radius: 12px;
    font-size: 16px;
  }

  .f-button-neutral:hover {
    background-color: #333;
  }

  .f-heading-detail-regular {
    font-weight: 500;
  }

  .f-pricing-card-outline {
    border-color: var(--black);
  }

  .f-pricing-feature-item {
    grid-column-gap: 8px;
  }

  .f-pricing-featured-card {
    border: 1px solid var(--black);
    background-color: var(--white);
  }

  .f-line-regular {
    background-color: var(--border-color);
  }

  .label-copy {
    border: 1px solid var(--border-color);
    color: #828288;
    text-align: left;
    vertical-align: baseline;
    border-radius: 8px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 10px;
    font-size: 14px;
    display: inline-block;
  }

  .label-copy.dark-label {
    background-color: #333;
    border-style: solid;
    border-color: #333;
  }

  .heading-9-copy {
    color: #000;
    font-size: 62px;
    font-weight: 500;
    line-height: 1.1em;
  }

  .div-block-109 {
    max-width: 100%;
  }

  .filter.white-filter-2 {
    background-image: linear-gradient(270deg, #fff0, #fff 81%, #f9f9f7 100%, #fff);
  }

  .rich-text-2 {
    letter-spacing: 0;
  }

  .section-regular-4.white, .section-large-4 {
    padding-left: 35px;
    padding-right: 35px;
    font-family: Uncutsans, sans-serif;
  }

  .h1-heading-5 {
    font-family: Uncutsans, sans-serif;
  }

  .link-50, .link-51 {
    color: #000;
  }

  .announcement-container {
    justify-content: flex-start;
  }

  .text-block-64 {
    font-weight: 300;
  }

  .text-block-64.industries-text-block {
    font-size: 18px;
  }

  .container-18 {
    display: block;
  }

  .heading-24 {
    color: #000;
    font-size: 62px;
    font-weight: 500;
    line-height: 1.1em;
  }

  .div-block-116 {
    height: 100%;
  }

  .div-block-117 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: flex-start;
    align-items: center;
    height: 70px;
    display: flex;
  }

  .image-117 {
    border-radius: 12px;
    width: 100%;
    height: 100%;
  }

  .text-block-65 {
    color: #000;
    font-size: 18px;
    line-height: 1.6em;
  }

  .label-4 {
    color: #828288;
    text-align: left;
    vertical-align: baseline;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 10px;
    font-size: 14px;
    display: inline-block;
  }

  .div-block-118 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    margin-top: 0;
    display: flex;
  }

  .text-block-66 {
    line-height: 1.4em;
  }

  .div-block-119 {
    border-radius: 0;
    flex: none;
    width: 70px;
    height: 70px;
  }

  .label-container-4 {
    display: flex;
  }

  .container-19 {
    display: block;
  }

  .div-block-120 {
    height: 100%;
  }

  .heading-25 {
    color: #000;
    font-size: 62px;
    font-weight: 500;
    line-height: 1.1em;
  }

  .div-block-121 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: flex-start;
    align-items: center;
    height: 70px;
    display: flex;
  }

  .image-118 {
    border-radius: 12px;
    width: 100%;
    height: 100%;
  }

  .text-block-67 {
    color: #000;
    font-size: 18px;
    line-height: 1.6em;
  }

  .label-5 {
    color: #828288;
    text-align: left;
    vertical-align: baseline;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 10px;
    font-size: 14px;
    display: inline-block;
  }

  .div-block-122 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    margin-top: 0;
    display: flex;
  }

  .text-block-68 {
    line-height: 1.4em;
  }

  .div-block-123 {
    border-radius: 0;
    flex: none;
    width: 70px;
    height: 70px;
  }

  .label-container-5 {
    display: flex;
  }

  .container-20 {
    display: block;
  }

  .div-block-124 {
    height: 100%;
  }

  .heading-26 {
    color: #000;
    font-size: 62px;
    font-weight: 500;
    line-height: 1.1em;
  }

  .div-block-125 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: flex-start;
    align-items: center;
    height: 70px;
    display: flex;
  }

  .image-119 {
    border-radius: 12px;
    width: 100%;
    height: 100%;
  }

  .text-block-69 {
    color: #000;
    font-size: 18px;
    line-height: 1.6em;
  }

  .label-6 {
    color: #828288;
    text-align: left;
    vertical-align: baseline;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 10px;
    font-size: 14px;
    display: inline-block;
  }

  .text-block-70 {
    line-height: 1.6em;
  }

  .text-block-70.small-name {
    line-height: 1.4em;
  }

  .div-block-126 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    margin-top: 0;
    display: flex;
  }

  .div-block-127 {
    border-radius: 0;
    flex: none;
    width: 70px;
    height: 70px;
  }

  .customers-section {
    padding-top: 40px;
  }

  .research-title {
    font-size: 22px;
    line-height: 1.4em;
  }

  .research-date-block, .research-description {
    font-weight: 300;
  }

  .text-block-72 {
    color: #333;
  }

  .text-block-73 {
    font-weight: 300;
  }

  .text-block-74 {
    color: #333;
    font-weight: 300;
  }

  .heading-28 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .f-h5-heading-2 {
    text-align: center;
    line-height: 1em;
    display: block;
  }

  .alias-response-2.flagged, .alias-response-2.flagged.gpt-flagged {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .alias-response-2.not-flagged {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding: 8px;
  }

  .text-block-75 {
    font-size: 14px;
  }

  .f-margin-bottom-81 {
    margin-bottom: 0;
  }

  .f-feature-card-filled-2 {
    border-style: none;
    padding: 32px;
  }

  .response-2 {
    width: 250px;
  }

  .response-2.gpt-response {
    height: auto;
    padding-left: 12px;
  }

  .div-block-130.flags-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-29 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .f-margin-bottom-82 {
    margin-bottom: 0;
  }

  .f-feature-card-filled-3 {
    border-style: none;
    padding: 32px;
  }

  .response-3 {
    width: 250px;
  }

  .response-3.gpt-response {
    height: auto;
    padding-left: 12px;
  }

  .heading-30 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .f-feature-card-filled-4 {
    border-style: none;
    padding: 32px;
  }

  .response-4 {
    width: 250px;
  }

  .response-4.gpt-response {
    height: auto;
    padding-left: 12px;
  }

  .div-block-133 {
    justify-content: center;
    margin-top: 12px;
  }

  .div-block-134 {
    width: 16px;
    height: 16px;
  }

  .book-a-demo-section {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .book-a-demo-container {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
    min-height: 767.69px;
  }

  .book-a-demo-internal {
    font-family: Uncutsans, sans-serif;
  }

  .book-a-demo-internal.title-container {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .quote-container {
    margin-top: 80px;
  }

  .div-block-142 {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    justify-content: flex-start;
    align-items: center;
    max-width: 860px;
    display: flex;
  }

  .text-block-81 {
    text-align: left;
  }

  .body-5 {
    justify-content: space-between;
    align-items: stretch;
    min-height: 100vh;
    font-family: Uncutsans, sans-serif;
    display: flex;
    overflow-y: scroll;
  }

  .heading-32 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 42px;
    font-weight: 400;
  }

  .div-block-143 {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4em;
  }

  .div-block-144 {
    aspect-ratio: 180 / 220;
    background-color: var(--light-beige);
    flex: none;
    width: auto;
    min-width: 180px;
    height: auto;
  }

  .image-127 {
    border-radius: 12px;
    width: 100%;
    min-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .container-3 {
    max-width: 100%;
    padding-right: 0;
  }

  .container-3.numbers-container.pricing-numbers-container {
    margin-top: 60px;
  }

  .container-3.numbers-container.pricing-numbers-container.homepage {
    margin-top: 0;
  }

  .content-container {
    padding-left: 25px;
    padding-right: 30px;
  }

  .content-container.navbar-top {
    padding-left: 25px;
    padding-right: 25px;
  }

  .logo-holder.w--current {
    width: 165px;
  }

  .nav-menu {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
  }

  .nav-link.blog-link {
    display: none;
  }

  .div-block-3 {
    width: auto;
    display: flex;
  }

  .navbar-button.white-navbar-button {
    display: block;
  }

  .hero {
    margin-top: 40px;
    margin-bottom: 70px;
  }

  .top-content-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading {
    font-size: 50px;
    line-height: 1.1em;
  }

  .container-4 {
    width: 100%;
    display: flex;
  }

  .heading-3 {
    font-size: 20px;
  }

  .div-block-8 {
    margin-top: 30px;
  }

  .div-block-10 {
    width: 100%;
  }

  .logos-title-large {
    padding-top: 80px;
  }

  .secondary-h2 {
    margin-bottom: 0;
  }

  .clients-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    width: 100%;
  }

  .animation-container {
    border-radius: 12px;
    overflow: visible;
  }

  .footer-dark {
    padding-top: 40px;
  }

  .container-5 {
    max-width: 100%;
  }

  .footer-content {
    grid-column-gap: 40px;
  }

  .footer-block.social-block {
    display: none;
  }

  .footer-divider {
    margin-top: 40px;
    display: block;
  }

  .footer-copyright-center {
    display: block;
  }

  .f-paragraph-large {
    font-size: 22px;
  }

  .f-h4-heading {
    font-size: 50px;
  }

  .f-margin-bottom-16 {
    margin-bottom: 0;
  }

  .f-feature-card-filled {
    width: calc(50% - 10px);
  }

  .f-feature-card-filled.language-feature-card {
    flex: 0 auto;
    width: calc(50% - 10px);
  }

  .f-feature-card-filled.api-card {
    width: 100%;
  }

  .f-feature-card-filled.grouping-card {
    width: calc(50% - 10px);
  }

  .f-feature-card-filled.dashboard-card {
    width: auto;
  }

  .f-grid-three-column {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: auto;
  }

  .f-button-wrapper {
    margin-right: 0;
  }

  .f-section-large {
    border-bottom-style: none;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .f-h3-heading-2 {
    font-size: 52px;
  }

  .f-section-regular-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .div-block-13 {
    flex-flow: wrap;
  }

  .div-block-14.lower-div-14 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .navbar-bottom {
    background-color: #fff;
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
    height: calc(100vh - 105px);
    padding-left: 25px;
    padding-right: 25px;
    display: none;
    position: relative;
  }

  .div-block-16 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    align-items: flex-start;
    display: flex;
  }

  .div-block-17 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .div-block-19 {
    margin-top: 20px;
  }

  .code-block {
    font-size: 10px;
  }

  .div-block-22 {
    width: 100%;
  }

  .f-feature-card-outline {
    flex-direction: column;
  }

  .f-feature-card-outline-2 {
    flex-direction: column;
    max-width: 320px;
  }

  .response-image-container.gpt-image-container {
    width: 18px;
    height: 18px;
  }

  .heading-8 {
    margin-top: 10px;
  }

  .clients-image-container {
    background-color: #0000;
    width: 110px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-9 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2em;
  }

  .heading-9.lower-heading {
    text-align: center;
  }

  .there-column-card-grid {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .cluster-container.cluster-container-2 {
    margin-top: 10px;
  }

  .text-block-13, .text-block-14 {
    display: block;
  }

  .text-block-16 {
    display: none;
  }

  .testimonial-name {
    font-size: 18px;
  }

  .section-testimonial {
    padding-top: 70px;
    padding-bottom: 90px;
  }

  .slider-testimonial {
    padding-left: 85px;
    padding-right: 85px;
  }

  .testimonial-name-wrapper {
    justify-content: flex-start;
  }

  .testimonial-content-wrapper {
    min-height: auto;
    padding-top: 0;
  }

  .h6-heading {
    text-align: left;
    font-size: 22px;
  }

  .testmonial-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-flow: wrap;
  }

  .solutions {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: wrap;
  }

  .solutions-content {
    text-align: center;
    flex: 0 auto;
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .solutions-illustration {
    width: 500px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .solutions-heading {
    text-align: center;
  }

  .solutions-text {
    text-align: center;
    font-size: 22px;
  }

  .div-block-44 {
    display: none;
  }

  .div-block-45 {
    margin-top: 10px;
    display: block;
  }

  .pricing-card-2 {
    flex-flow: column;
    width: calc(50% - 10px);
    padding: 32px;
  }

  .subheading {
    font-size: 22px;
  }

  .section-regular {
    padding-bottom: 80px;
  }

  .paragraph-large, .paragraph-large.text-color-gray-700 {
    font-size: 20px;
  }

  .h4-heading {
    font-size: 26px;
  }

  .h1-heading {
    font-size: 58px;
  }

  .title-wrapper-s {
    margin-bottom: 40px;
  }

  .pricing-grid-l {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .pricing-text-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .section-regular-2 {
    padding-bottom: 0;
  }

  .h3-heading-2 {
    font-size: 58px;
  }

  .div-block-49 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .checkbox-container {
    height: 18px;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .section-3.last-section {
    padding-top: 50px;
    padding-bottom: 110px;
  }

  .div-block-52 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .grid-2.pricing-numbers-grid.pricing-numbers-grid-homepage {
    width: 800px;
  }

  .heading-14 {
    font-size: 36px;
  }

  .heading-15, .heading-15.pricing-heading.price-heading-homepage {
    font-size: 50px;
  }

  .div-block-64 {
    width: 240px;
    height: 300%;
  }

  .div-block-66 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 100%;
  }

  .form-content {
    flex: none;
    width: 100%;
    max-width: 800px;
  }

  .section-large {
    padding: 80px 25px 70px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .h1-heading-2 {
    font-size: 58px;
  }

  .testimonial-container {
    display: none;
  }

  .main-number.main-number-mobile {
    font-size: 40px;
  }

  .grid-4 {
    grid-column-gap: 16px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .grid-4.grid-4-mobile {
    grid-column-gap: 32px;
    grid-row-gap: 5px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 550px;
    margin-top: 40px;
    padding-top: 0;
    display: grid;
  }

  .section-large-2 {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .paragraph-small-2.text-color-gray-500 {
    font-size: 18px;
  }

  .blog-image-large {
    flex: 0 auto;
    max-height: 384px;
  }

  .heading-grid {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }

  .h6-heading-3 {
    font-size: 28px;
  }

  .blog-grid-large {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .article-social-links {
    flex-direction: row;
    margin-top: 56px;
    padding-top: 0;
  }

  .h1-heading-4 {
    font-size: 36px;
  }

  .wrap-v-large-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .article-image {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .article-wrapper {
    flex-direction: column-reverse;
  }

  .article-social-group {
    flex-direction: row;
  }

  .section-regular-3.white {
    padding-top: 60px;
    padding-bottom: 92px;
  }

  .container-homepage {
    margin-top: 80px;
  }

  .bold-text-6 {
    line-height: 1.7;
  }

  .text-block-40 {
    margin-top: 50px;
  }

  .price-feature-grid-2 {
    grid-template-columns: 1fr;
  }

  .row-x-small.wrap-children-tablet {
    flex-wrap: wrap;
  }

  .grid-two-column, .price-grid {
    grid-template-columns: 1fr 1fr;
  }

  .logo {
    max-width: 90px;
    height: 20px;
    margin-left: 80px;
  }

  .logo.demo-logo {
    margin-left: 60px;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    margin-left: -80px;
  }

  .flex-block.demo-flex-block {
    margin-left: -60px;
  }

  .div-block-79 {
    font-size: 14px;
  }

  .div-block-80 {
    font-size: 22px;
  }

  .customers {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .text-block-45 {
    font-size: 16px;
  }

  .testimonials-grid {
    margin-top: 0;
  }

  .main-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .main-section.numbers-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-about {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .div-block-89 {
    width: 100%;
    max-width: 100%;
  }

  .text-block-46 {
    font-size: 24px;
  }

  .button-div {
    font-size: 16px;
  }

  .cta-icon-container {
    display: none;
  }

  .paragraph-7 {
    margin-bottom: 0;
  }

  .feature-paragraph {
    line-height: 1.6em;
  }

  .solutions-secondary-heading {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
  }

  .solutions-paragraph {
    text-align: center;
    font-size: 18px;
    line-height: 1.6em;
  }

  .div-block-93, .div-block-94, .div-block-95 {
    margin-left: auto;
    margin-right: auto;
  }

  .case-studies-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .case-studies-container.case-studies-container-unselected {
    width: auto;
  }

  .case-study-link-block.link-block-1 {
    width: calc(100vw - 120px);
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 36px;
  }

  .background-video {
    width: 100%;
    height: auto;
    padding-top: 55.8%;
  }

  .browser-bottom {
    z-index: 88;
  }

  .notification-container {
    z-index: 888;
  }

  .scroll-div {
    opacity: 0;
    padding-right: 55px;
    display: none;
  }

  .custom-scrollbar {
    opacity: 1;
    display: block;
  }

  .animation-outer-container {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
  }

  .thumb-container {
    width: 100%;
    height: 100px;
    position: relative;
    top: 0;
  }

  .case-study-text-container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    padding: 26px;
  }

  .case-study-media-container {
    height: auto;
  }

  .case-studies-flex-container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: row;
  }

  .splide {
    font-size: 40px;
  }

  .splide.case-studies {
    padding-bottom: 0;
    font-size: 36px;
    display: flex;
  }

  .main-heading {
    font-size: 58px;
  }

  .text-block-54 {
    font-size: 16px;
  }

  .heading-20 {
    font-size: 58px;
    font-weight: 600;
  }

  .clients-title-2 {
    margin-bottom: 30px;
  }

  .customers-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .text-block-58 {
    font-size: 16px;
  }

  .heading-21 {
    font-size: 58px;
    font-weight: 600;
  }

  .testimonials-inner-container {
    margin-top: 80px;
  }

  .testimonials-outer-container {
    display: block;
  }

  .button-div-copy {
    font-size: 16px;
  }

  .f-pricing-column-basic {
    grid-template-columns: 1fr;
    max-width: 600px;
  }

  .heading-9-copy {
    font-size: 56px;
    font-weight: 500;
  }

  .filter.white-filter-2 {
    background-image: linear-gradient(270deg, #fff0, #fff 81%, #fff);
  }

  .mini-title-heading {
    font-size: 38px;
  }

  .article-image-2 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .section-regular-4.white {
    padding-top: 60px;
    padding-bottom: 92px;
  }

  .heading-grid-2 {
    grid-template-columns: 1fr;
    margin-bottom: 50px;
  }

  .section-large-4 {
    padding-top: 60px;
    padding-bottom: 92px;
  }

  .h6-heading-4 {
    font-size: 28px;
  }

  .buttons-container {
    margin-top: 60px;
  }

  .grid-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-block-64 {
    text-align: center;
  }

  .text-block-64.centered {
    margin-top: 16px;
  }

  .text-block-64.industries-text-block {
    text-align: left;
  }

  .heading-24 {
    font-size: 56px;
    font-weight: 500;
  }

  .customers-3 {
    padding-top: 70px;
    padding-bottom: 0;
    display: block;
  }

  .text-block-65, .button-div-2 {
    font-size: 16px;
  }

  .heading-25 {
    font-size: 56px;
    font-weight: 500;
  }

  .text-block-67 {
    font-size: 16px;
  }

  .customers-4 {
    padding-top: 70px;
    padding-bottom: 0;
  }

  .button-div-3 {
    font-size: 16px;
  }

  .heading-26 {
    font-size: 56px;
    font-weight: 500;
  }

  .text-block-69 {
    font-size: 16px;
  }

  .customers-section {
    padding-top: 40px;
    padding-bottom: 0;
    display: block;
  }

  .research-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 0;
    padding: 26px;
  }

  .research-title {
    font-size: 22px;
    line-height: 1.4em;
  }

  .research-date-block {
    font-size: 14px;
  }

  .research-description {
    font-size: 16px;
  }

  .research-grid-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .numbers-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .number-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .big-number-raw {
    font-size: 64px;
    line-height: 1em;
  }

  .bottom-cta-inner {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: column;
  }

  .demo-text {
    display: block;
  }

  .demo-image {
    max-width: 100%;
  }

  .text-block-73 {
    text-align: center;
    margin-top: 16px;
  }

  .demo-button-container {
    justify-content: center;
    margin-top: 26px;
  }

  .heading-28 {
    margin-top: 10px;
  }

  .text-block-75 {
    font-size: 12px;
  }

  .f-feature-card-filled-2 {
    width: calc(50% - 10px);
    padding-left: 22px;
    padding-right: 22px;
  }

  .heading-29 {
    margin-top: 10px;
  }

  .f-feature-card-filled-3 {
    width: calc(50% - 10px);
  }

  .heading-30 {
    margin-top: 10px;
  }

  .f-feature-card-filled-4 {
    width: calc(50% - 10px);
  }

  .book-a-demo-container {
    min-height: 742.09px;
  }

  .form-block-3 {
    padding: 32px;
  }

  .heading-31 {
    font-size: 22px;
  }

  .logo-container {
    width: 26px;
    height: 26px;
  }

  .div-block-142 {
    width: 100%;
    max-width: 100%;
  }

  .text-block-81 {
    font-size: 18px;
  }

  .body-5 {
    justify-content: space-between;
  }

  .heading-32 {
    font-size: 22px;
    line-height: 1.4em;
  }

  .div-block-143 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .container-3.numbers-container {
    margin-top: 80px;
    display: block;
  }

  .container-3.numbers-container.pricing-numbers-container {
    margin-top: 60px;
  }

  .container-3.numbers-container.pricing-numbers-container.homepage {
    background-color: #0000;
    width: 100%;
    max-width: 430px;
  }

  .content-container.navbar-top {
    border-bottom: 1px solid var(--border-color);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    cursor: ns-resize;
    background-color: #0000;
    border-radius: 0;
    height: 60px;
  }

  .navbar-container {
    margin-top: 0;
    margin-bottom: 0;
    position: fixed;
  }

  .logo-holder, .logo-holder.w--current {
    width: 160px;
    padding-left: 0;
  }

  .nav-menu, .nav-menu.white-button, .div-block-3 {
    display: none;
  }

  .navbar-button.dark-button.dropdown-button-dark {
    color: #fff;
    border-radius: 12px;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
  }

  .navbar-button.dark-button.dropdown-button-dark:hover {
    background-color: #000;
  }

  .navbar-button.dark-button.dropdown-button-dark.dropdown-button-white {
    color: #000;
    background-color: #fff;
    border-width: 1px;
    font-size: 16px;
  }

  .navbar-button.light-button.dropdown-button.dropdown-button-light {
    font-weight: 400;
  }

  .hero {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .top-content-container {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    text-align: center;
    width: 100%;
    font-size: 36px;
    line-height: 1.1em;
  }

  .navbar-top-background {
    height: 60px;
  }

  .container-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    text-align: center;
    font-size: 18px;
    line-height: 1.4em;
  }

  .dark-button.cta-button {
    width: 100%;
    padding: 20px 50px;
    font-size: 20px;
  }

  .logos-title-large {
    padding: 80px 25px 60px;
  }

  .secondary-h2 {
    margin-bottom: 0;
  }

  .clients-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    width: auto;
    height: auto;
    margin-bottom: -20px;
    display: flex;
  }

  .animation-container {
    width: 100%;
    max-width: 480px;
  }

  .div-block-11 {
    border-color: var(--border-color);
    height: 460px;
  }

  .footer-dark {
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-5 {
    max-width: 100%;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-brand {
    width: 140px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .footer-block {
    text-align: left;
    align-items: flex-start;
  }

  .footer-block.social-block {
    display: flex;
  }

  .footer-link {
    font-size: 14px;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
    display: none;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .footer-divider {
    margin-top: 30px;
  }

  .footer-copyright-center {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .f-paragraph-large {
    text-align: center;
    font-size: 22px;
    line-height: 1.2em;
  }

  .f-h4-heading {
    text-align: left;
    font-size: 40px;
  }

  .f-h5-heading {
    text-align: center;
    display: block;
  }

  .f-feature-card-filled {
    width: auto;
    padding: 20px;
  }

  .f-feature-card-filled.language-feature-card, .f-feature-card-filled.grouping-card {
    width: auto;
  }

  .f-grid-three-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .f-button-wrapper {
    justify-content: center;
    width: 100%;
  }

  .f-section-large {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .f-h3-heading-2 {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
  }

  .f-section-regular-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 16px;
    padding: 50px;
  }

  .button-2 {
    text-align: center;
    width: 100%;
    padding: 20px 0;
    font-size: 22px;
    display: block;
  }

  .paragraph {
    color: #333;
    text-align: left;
    font-size: 14px;
  }

  .div-block-15 {
    width: 100%;
    box-shadow: none;
    background-color: #fff;
    border-radius: 0;
  }

  .navbar-bottom {
    z-index: 99999;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    border-radius: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    height: calc(100% - 60px);
    display: none;
    position: fixed;
  }

  .div-block-16 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .div-block-17 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .navbar-icon {
    width: 30px;
    display: inline;
  }

  .navbar-icon.menu-icon {
    width: 100%;
  }

  .navbar-icon.x-icon {
    display: none;
  }

  .navbar-icon-container {
    width: 30px;
    height: 30px;
    display: block;
  }

  .navbar-bottom-container {
    background-color: #0000;
    display: block;
  }

  .dropdown-link {
    color: #000;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    text-decoration: none;
    display: none;
  }

  .dropdown-link.documentation-link {
    display: none;
  }

  .question-outer-container {
    margin-top: 26px;
  }

  .question {
    width: 100%;
    margin-left: 0;
  }

  .response {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .question-and-response-container {
    height: 189px;
    margin-left: 0;
    padding-left: 26px;
    padding-right: 26px;
  }

  .arrow {
    display: none;
  }

  .alias-response.flagged, .alias-response.not-flagged {
    margin-left: auto;
    margin-right: auto;
  }

  .animation.animation-1 {
    top: -1935px;
    transform: translate(-50%, 430px);
  }

  .animation.animation-1.animation-2 {
    display: none;
    top: -1935px;
    overflow: visible;
    transform: translate(-50%);
  }

  .code-block {
    font-size: 14px;
    font-weight: 400;
  }

  .div-block-21 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    align-items: flex-start;
    margin-right: 0;
    display: flex;
  }

  .div-block-22 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-block-30 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .dark-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .f-sub-heading-regular {
    text-align: center;
  }

  .div-block-37 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .animation-white-background {
    width: 100%;
    height: 393px;
  }

  .arrow-down {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .f-paragraph-regular-4.f-text-weight-medium, .f-sub-heading-regular-2 {
    text-align: center;
  }

  .f-feature-card-outline-2 {
    max-width: 100%;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .f-feature-card-wrapper-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .f-paragraph-large-7 {
    text-align: left;
    width: 100%;
  }

  .f-h3-heading-6 {
    text-align: left;
    font-size: 40px;
  }

  .f-section-large-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .response-image-container.gpt-image-container {
    width: 20px;
    height: 20px;
  }

  .heading-8 {
    text-align: center;
    margin-top: 5px;
  }

  .div-block-39 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .clients-image-container {
    background-color: #0000;
    width: 120px;
    height: 60px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .heading-9 {
    text-align: center;
    font-size: 36px;
    line-height: 1.2em;
  }

  .there-column-card-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 70px;
    display: grid;
  }

  .label-container, .label-container.label-container-about, .label-container.dark-container {
    margin-bottom: 30px;
  }

  .cluster-container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-start;
  }

  .cluster-container.cluster-container-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-end;
    align-items: center;
  }

  .language-container {
    margin-left: 0;
    margin-right: 0;
  }

  .language {
    margin: 5px;
  }

  .text-block-16 {
    text-align: center;
    display: none;
  }

  .text-block-19 {
    font-size: 14px;
  }

  .testimonial-line {
    display: none;
  }

  .back-button {
    width: 50px;
    height: 50px;
    padding: 14px;
    display: none;
    inset: auto 85px 0% 0%;
    transform: none;
  }

  .next-button {
    width: 50px;
    height: 50px;
    padding: 14px;
    display: none;
    inset: auto 0% 0% 85px;
    transform: none;
  }

  .section-testimonial {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .slider-testimonial {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-name-wrapper {
    flex-flow: column;
    align-items: flex-start;
  }

  .testimonial-content-wrapper {
    min-height: auto;
    padding-bottom: 0;
  }

  .h6-heading {
    text-align: left;
    font-size: 22px;
  }

  .solutions-illustration {
    aspect-ratio: 1;
    width: 450px;
    height: 450px;
  }

  .solutions-heading {
    font-size: 32px;
  }

  .pricing-card-2 {
    width: 100%;
    padding: 22px;
  }

  .subheading {
    text-align: left;
  }

  .section-regular {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .price-feature-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .h4-heading {
    font-size: 26px;
  }

  .h1-heading {
    text-align: left;
    font-size: 44px;
    line-height: 1.1em;
  }

  .title-wrapper-s {
    margin-bottom: 20px;
  }

  .wrap-v-small.align-c {
    text-align: left;
    display: block;
  }

  .wrap-v-small.wrap-v-small-card {
    width: auto;
  }

  .pricing-grid-l {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-46, .div-block-47, .div-block-48 {
    display: none;
  }

  .title-wrapper-large {
    text-align: center;
    align-items: center;
    margin-bottom: 64px;
  }

  .section-regular-2 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .h3-heading-2 {
    text-align: left;
    font-size: 44px;
  }

  .div-block-49 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-3 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .section-3.last-section {
    padding-bottom: 90px;
  }

  .div-block-52 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
  }

  .text-block-24 {
    text-align: left;
    display: block;
  }

  .block-quote-4 {
    width: 100%;
    display: flex;
  }

  .container-14 {
    padding: 32px;
  }

  .container-15 {
    flex-flow: column-reverse wrap;
  }

  .container-15.brickyard-container {
    flex-flow: column;
  }

  .grid-2.pricing-numbers-grid {
    margin-top: 0;
  }

  .grid-2.pricing-numbers-grid.pricing-numbers-grid-homepage {
    width: 700px;
  }

  .text-block-27 {
    font-size: 16px;
  }

  .text-block-27.text-with-break {
    display: block;
  }

  .text-block-27.text-without-break {
    display: none;
  }

  .text-block-27.pricing-text {
    font-size: 16px;
  }

  .div-block-58 {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .grid-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .heading-15 {
    font-size: 42px;
  }

  .heading-15.pricing-heading {
    font-size: 36px;
  }

  .heading-15.pricing-heading.price-heading-homepage {
    font-size: 40px;
  }

  .div-block-63 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    height: 44px;
  }

  .div-block-64 {
    width: 240px;
    max-width: 100%;
    height: 240px;
  }

  .div-block-66 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-large {
    padding-top: 50px;
    padding-bottom: 70px;
    overflow: hidden;
  }

  .h1-heading-2 {
    font-size: 44px;
    line-height: 1.1em;
  }

  .main-number.main-number-mobile {
    font-size: 32px;
  }

  .number-subheading {
    font-size: 16px;
  }

  .grid-4.grid-4-mobile {
    grid-column-gap: 16px;
    margin-top: 40px;
  }

  .blog-card-wide {
    grid-template-columns: 1fr;
  }

  .section-large-2 {
    padding-top: 40px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .paragraph-small-2.text-color-gray-500 {
    font-size: 18px;
  }

  .blog-image-large {
    max-height: 320px;
  }

  .heading-grid {
    margin-bottom: 40px;
    font-family: Uncutsans, sans-serif;
  }

  .h1-heading-3 {
    font-size: 40px;
    line-height: 1.4em;
  }

  .h6-heading-3 {
    font-size: 26px;
  }

  .blog-grid-large {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .paragraph-large-2 {
    font-size: 18px;
  }

  .h1-heading-4 {
    font-size: 36px;
    line-height: 1.4;
  }

  .wrap-v-large-2 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .article-image {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .article-wrapper {
    padding-right: 0;
  }

  .section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-regular-3.white {
    padding-top: 60px;
  }

  .text-block-37, .heading-18 {
    font-size: 18px;
  }

  .container-homepage.homepage2 {
    margin-top: 70px;
  }

  .banner-close-button {
    position: static;
  }

  .banner-wrapper-small {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .banner-icon {
    position: static;
  }

  .text-block-40 {
    margin-top: 40px;
  }

  .section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-two-column {
    grid-template-columns: 1fr;
  }

  .plan-type-wrap {
    justify-content: flex-start;
  }

  .content-h1 {
    font-size: 55px;
  }

  .pricing-title {
    grid-row-gap: 44px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .toggle-container {
    margin-top: 40px;
  }

  .logo {
    background-color: #0000;
    max-width: 90px;
    height: 16px;
    margin-left: 60px;
  }

  .logo.demo-logo {
    max-width: 100px;
    height: 18px;
    margin-left: 70px;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: -60px;
  }

  .flex-block.demo-flex-block {
    margin-left: -70px;
  }

  .div-block-79 {
    font-size: 14px;
  }

  .logo-image {
    width: auto;
  }

  .customers {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .grid-5 {
    grid-template: "."
    / 1fr;
    grid-auto-columns: 1fr;
  }

  .testimonial-card {
    padding: 26px;
  }

  .testimonial-card.big-photo {
    object-fit: cover;
    height: 300px;
    display: none;
  }

  .image-99 {
    object-fit: cover;
    height: 100%;
  }

  .text-block-45 {
    font-size: 16px;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .main-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main-section.numbers-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-about {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .upper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block-46 {
    text-align: left;
    font-size: 22px;
  }

  .button-div {
    padding-left: 42px;
    padding-right: 42px;
  }

  .button-div-text.black-text {
    font-size: 16px;
  }

  .paragraph-7 {
    font-size: 18px;
  }

  .bold-text-7 {
    font-size: 20px;
  }

  .solutions-paragraph {
    line-height: 1.5em;
  }

  .case-studies {
    justify-content: center;
  }

  .case-studies-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .case-study-link-block.link-block-1 {
    width: calc(100vw - 100px);
    max-width: none;
  }

  .background-video {
    padding-top: 60%;
  }

  .background-video.background-video-horizontal {
    padding-top: 56.25%;
  }

  .browser-bottom {
    z-index: 88;
  }

  .notification-container {
    z-index: 888;
    opacity: 100;
    padding: 10px 8px 10px 11px;
  }

  .tab-holder {
    display: flex;
    right: 20px;
  }

  .tab.more-block {
    display: none;
  }

  .custom-scrollbar {
    opacity: 0;
  }

  .scroll-tab-hider {
    right: 20px;
  }

  .scroll-tab-hider-container {
    z-index: 9999;
    width: 90px;
    height: 1px;
    display: none;
    position: absolute;
    bottom: -1px;
    right: 20px;
  }

  .case-study-text-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding: 22px 32px;
  }

  .case-study-paragraph-container {
    text-align: center;
    font-size: 18px;
    line-height: 1.4em;
  }

  .case-study-person-container {
    text-align: center;
    margin-top: 20px;
  }

  .case-study-button-container {
    justify-content: center;
    display: flex;
  }

  .case-studies-flex-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .splide.case-studies {
    padding-bottom: 0;
    font-size: 16px;
  }

  .main-heading {
    font-size: 44px;
  }

  .text-block-54 {
    font-size: 16px;
  }

  .heading-20 {
    text-align: center;
    font-size: 44px;
  }

  .clients-title-2 {
    margin-bottom: 30px;
  }

  .image-106 {
    object-fit: cover;
    height: 100%;
  }

  .grid-6 {
    grid-template: "."
    / 1fr;
    grid-auto-columns: 1fr;
  }

  .testimonial-card-2 {
    padding: 26px;
  }

  .testimonial-card-2.big-photo {
    object-fit: cover;
    height: 300px;
    display: none;
  }

  .customers-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-block-58 {
    font-size: 16px;
  }

  .heading-21 {
    text-align: center;
    font-size: 44px;
  }

  .image-108 {
    object-fit: cover;
    height: 100%;
  }

  .grid-7 {
    grid-template: "."
    / 1fr;
    grid-auto-columns: 1fr;
  }

  .testimonial-card-3 {
    padding: 26px;
  }

  .testimonial-card-3.big-photo {
    object-fit: cover;
    height: 300px;
    display: none;
  }

  .testimonials-h2-container {
    margin-bottom: 20px;
  }

  .text-block-61 {
    font-size: 10px;
  }

  .button-div-copy {
    padding-left: 42px;
    padding-right: 42px;
  }

  .button-div-text-copy.black-text {
    font-size: 16px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large-7 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .f-heading-detail-regular {
    color: var(--black);
  }

  .f-pricing-column-basic {
    width: 100%;
    max-width: 100%;
  }

  .heading-9-copy {
    text-align: center;
    font-size: 40px;
  }

  .div-block-109 {
    margin-top: 46px;
  }

  .mini-title-heading {
    margin-top: 60px;
    margin-bottom: 0;
    font-size: 32px;
  }

  .text-block-62 {
    font-size: 18px;
  }

  .article-image-2 {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .heading-22 {
    font-size: 18px;
  }

  .section-regular-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-regular-4.white {
    padding-top: 40px;
  }

  .paragraph-large-3 {
    font-size: 18px;
  }

  .heading-grid-2 {
    margin-bottom: 40px;
  }

  .section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .paragraph-small-6.text-color-gray-500 {
    font-size: 18px;
  }

  .h1-heading-5 {
    font-size: 40px;
    line-height: 1.4em;
  }

  .h6-heading-4 {
    font-size: 26px;
  }

  .paragraph-large-4 {
    font-size: 18px;
  }

  .buttons-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 60px;
  }

  .nav-button {
    padding: 8px;
  }

  .grid-8 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-64 {
    text-align: center;
  }

  .text-block-64.centered {
    margin-bottom: 35px;
    font-size: 18px;
  }

  .text-block-64.subtitle {
    font-size: 18px;
  }

  .industry-image-raw {
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    max-height: 300px;
  }

  .industry-image-raw.mobile-only {
    display: inline-block;
  }

  .industry-image-raw.desktop-only {
    display: none;
  }

  .heading-24 {
    text-align: center;
    font-size: 40px;
    line-height: 1.2em;
  }

  .customers-3 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .text-block-65 {
    font-size: 16px;
  }

  .testimonial-card-4 {
    padding: 26px;
  }

  .label-container-4 {
    margin-bottom: 30px;
  }

  .button-div-2 {
    padding-left: 42px;
    padding-right: 42px;
  }

  .heading-25 {
    text-align: center;
    font-size: 40px;
  }

  .text-block-67 {
    font-size: 16px;
  }

  .label-container-5 {
    margin-bottom: 30px;
  }

  .customers-4 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .button-div-3 {
    padding-left: 42px;
    padding-right: 42px;
  }

  .heading-26 {
    text-align: center;
    font-size: 40px;
  }

  .text-block-69 {
    font-size: 16px;
  }

  .customers-section {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .research-section {
    margin-top: 0;
    padding: 32px;
  }

  .research-title {
    font-size: 22px;
  }

  .research-date-block {
    font-size: 16px;
  }

  .research-description {
    font-size: 18px;
  }

  .research-grid-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

  .number-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 260px;
  }

  .big-number-raw {
    font-size: 54px;
  }

  .demo-text {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block-73 {
    font-size: 18px;
  }

  .div-block-129 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-28 {
    text-align: center;
    margin-top: 5px;
  }

  .f-h5-heading-2 {
    text-align: center;
    display: block;
  }

  .alias-response-2.flagged {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .alias-response-2.flagged.gpt-flagged {
    width: 100%;
  }

  .alias-response-2.not-flagged {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-75 {
    font-size: 14px;
  }

  .f-feature-card-filled-2 {
    width: auto;
    padding: 20px;
  }

  .response-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-130 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-29 {
    text-align: center;
    margin-top: 5px;
  }

  .text-block-76 {
    font-size: 14px;
  }

  .f-feature-card-filled-3 {
    width: auto;
    padding: 20px;
  }

  .response-3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-131 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-30 {
    text-align: center;
    margin-top: 5px;
  }

  .text-block-77 {
    font-size: 14px;
  }

  .f-feature-card-filled-4 {
    width: auto;
    padding: 20px;
  }

  .response-4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .book-a-demo-section {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .book-a-demo-container {
    flex-flow: column;
    min-height: auto;
  }

  .book-a-demo-internal.title-container {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .heading-31 {
    font-size: 20px;
  }

  .quote-container {
    margin-top: 60px;
  }

  .div-block-142 {
    flex-flow: column;
  }

  .text-block-81 {
    text-align: left;
    font-size: 16px;
  }

  .body-5 {
    display: flex;
  }

  .heading-32 {
    font-size: 24px;
  }

  .div-block-144 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .container-3 {
    width: 100%;
    max-width: none;
  }

  .container-3.numbers-container {
    max-width: 100%;
    margin-top: 60px;
  }

  .container-3.numbers-container.pricing-numbers-container {
    margin-top: 40px;
  }

  .container-3.numbers-container.pricing-numbers-container.homepage {
    margin-top: 60px;
  }

  .content-container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-container.navbar-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-holder.w--current {
    width: 150px;
    padding-left: 0;
  }

  .navbar-button.dark-button.dropdown-button-dark {
    text-align: right;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
  }

  .navbar-button.dark-button.dropdown-button-dark.dropdown-button-white {
    font-size: 16px;
  }

  .navbar-button.light-button.dropdown-button.dropdown-button-light {
    font-weight: 500;
  }

  .navbar-button.light-button.dropdown-button.dropdown-button-light:hover {
    color: #333;
  }

  .hero {
    margin-top: -10px;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-content-container {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    text-align: center;
    width: 100%;
    font-size: 30px;
    line-height: 1.1em;
  }

  .heading-3 {
    text-align: center;
    font-size: 18px;
  }

  .heading-3.centered-heading {
    text-align: left;
  }

  .dark-button.cta-button {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
    line-height: 18px;
  }

  .cta-button {
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-button.cta-button-white.bottom-cta-button-white {
    display: none;
  }

  .logos-title-large {
    padding-top: 60px;
  }

  .secondary-h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 1.4em;
  }

  .clients-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: end center;
    margin-top: 20px;
    display: flex;
  }

  .animation-container {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-11 {
    height: 460px;
    overflow: hidden;
  }

  .footer-dark {
    margin-bottom: 1147px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-5 {
    max-width: 100%;
  }

  .footer-divider {
    margin-top: 30px;
  }

  .footer-copyright-center {
    text-align: left;
    line-height: 1.2rem;
  }

  .f-paragraph-large {
    color: #4f4f4f;
    text-align: center;
    font-size: 20px;
  }

  .f-h4-heading {
    font-size: 32px;
  }

  .f-margin-bottom-16 {
    margin-bottom: 0;
  }

  .f-h5-heading {
    text-align: center;
    font-size: 24px;
    display: block;
  }

  .f-feature-card-filled {
    padding: 20px;
  }

  .f-feature-card-filled.api-card {
    display: block;
  }

  .f-grid-three-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    margin-top: 40px;
  }

  .f-section-large {
    padding: 60px 20px;
  }

  .f-h3-heading-2 {
    font-size: 28px;
    line-height: 1.1;
  }

  .f-section-regular-2 {
    padding: 60px 20px;
  }

  .div-block-13 {
    padding: 32px;
  }

  .button-2 {
    text-align: center;
    width: 100%;
    padding: 15px 0;
  }

  .paragraph {
    text-align: left;
  }

  .div-block-14 {
    margin-top: 12px;
  }

  .div-block-15 {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-bottom {
    justify-content: flex-end;
    height: calc(100dvh - 60px);
    display: none;
  }

  .div-block-16 {
    width: 100%;
  }

  .div-block-17 {
    text-align: center;
    justify-content: center;
  }

  .text-block-4 {
    color: #000;
    font-size: 20px;
  }

  .question-outer-container {
    padding-left: 26px;
    padding-right: 26px;
  }

  .question {
    max-width: 100%;
    font-size: 15px;
  }

  .response {
    width: 100%;
    font-size: 15px;
  }

  .question-and-response-container {
    padding-left: 0;
    padding-right: 0;
  }

  .animation.animation-1 {
    background-color: #0000;
    width: 100%;
    top: -1935px;
    transform: translate(-50%, 430px);
  }

  .code-block {
    font-size: 10px;
  }

  .div-block-30 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: center;
    margin-top: 10px;
    display: flex;
  }

  .text-block-8 {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-9 {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-32 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    justify-content: center;
    width: auto;
    margin-top: 0;
  }

  .div-block-32.get-started-15-minutes {
    justify-content: center;
    width: auto;
    display: flex;
  }

  .dark-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .animation-white-background {
    height: 365px;
  }

  .f-feature-card-outline-2 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .div-block-38 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .response-image-container.gpt-image-container {
    width: 18px;
    height: 18px;
  }

  .heading-8 {
    text-align: center;
    margin-top: 8px;
  }

  .div-block-39 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
  }

  .clients-image-container {
    width: 105px;
    height: 55px;
    margin-left: 22px;
    margin-right: 22px;
  }

  .heading-9 {
    text-align: center;
    font-size: 26px;
    line-height: 1.2em;
  }

  .heading-9.centered, .heading-9.lower-heading {
    text-align: center;
  }

  .there-column-card-grid {
    margin-top: 40px;
  }

  .label-container {
    justify-content: flex-start;
    margin-bottom: 30px;
  }

  .cluster-container, .cluster-container.cluster-container-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .clustered-response {
    width: 230px;
  }

  .text-block-13, .text-block-14 {
    font-size: 14px;
    display: none;
  }

  .language {
    font-size: 16px;
  }

  .text-block-16 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    display: block;
  }

  .testimonial-line, .back-button, .next-button {
    display: none;
  }

  .section-testimonial {
    padding: 60px 20px;
    overflow: hidden;
  }

  .testimonial-name-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    align-items: flex-start;
  }

  .testimonial-name-wrapper.name-wrapper-about {
    align-items: flex-start;
  }

  .container-12 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h6-heading {
    text-align: center;
    font-size: 20px;
  }

  .solutions-container.fist-container {
    padding-top: 40px;
  }

  .solutions {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .solutions-content {
    text-align: left;
    align-items: flex-start;
  }

  .solutions-illustration {
    width: 100%;
    height: auto;
  }

  .solutions-heading {
    margin-top: 0;
    font-size: 24px;
    line-height: 1.2em;
  }

  .solutions-text {
    font-size: 18px;
  }

  .pricing-card-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 20px;
  }

  .subheading {
    font-size: 20px;
  }

  .section-regular {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .paragraph-large.text-color-gray-700 {
    font-size: 18px;
  }

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

  .h4-heading {
    font-size: 22px;
  }

  .h1-heading {
    text-align: left;
    font-size: 36px;
    line-height: 1.1em;
  }

  .wrap-v-small.wrap-v-small-card {
    width: 100%;
  }

  .div-block-46, .div-block-47, .div-block-48 {
    display: block;
  }

  .title-wrapper-large {
    align-items: flex-start;
    margin-bottom: 46px;
  }

  .section-regular-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3-heading-2 {
    font-size: 36px;
  }

  .heading-11 {
    font-size: 32px;
  }

  .div-block-49 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .checkbox-container {
    width: 16px;
    height: 16px;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-24 {
    font-size: 22px;
  }

  .text-block-24.openings-text {
    text-align: center;
  }

  .container-14 {
    padding: 20px;
  }

  .grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: center;
    display: flex;
  }

  .text-block-27 {
    font-size: 16px;
  }

  .text-block-27.text-with-break {
    font-size: 14px;
  }

  .text-block-27.text-without-break {
    display: none;
  }

  .text-block-27.pricing-text {
    font-size: 14px;
  }

  .grid-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-14 {
    font-size: 28px;
  }

  .text-block-29 {
    font-size: 20px;
  }

  .heading-15 {
    font-size: 28px;
  }

  .heading-15.pricing-heading, .heading-15.pricing-heading.price-heading-homepage {
    font-size: 30px;
  }

  .numbers-block {
    flex: 1;
    width: 1000px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-58 {
    height: auto;
  }

  .div-block-63 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    height: 40px;
    margin-top: 20px;
  }

  .image-59 {
    width: auto;
    height: auto;
  }

  .faq-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .div-block-64 {
    width: 100%;
    height: auto;
  }

  .div-block-65 {
    display: none;
  }

  .image-69 {
    height: auto;
  }

  .mobile-checkbox-container {
    margin-top: 10px;
    display: block;
  }

  .image-72 {
    display: none;
  }

  .image-74 {
    border-radius: 16px;
    display: inline-block;
  }

  .section-large {
    padding: 40px 20px 70px;
  }

  .button-primary-l-2 {
    width: 100%;
  }

  .form-button-wrap {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .h1-heading-2 {
    font-size: 36px;
  }

  .main-number.main-number-mobile {
    font-size: 30px;
  }

  .number-subheading {
    font-size: 14px;
  }

  .grid-4.grid-4-mobile {
    grid-column-gap: 20px;
    margin-top: 40px;
    padding-top: 0;
  }

  .section-large-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-heading-3 {
    font-size: 36px;
  }

  .blog-image-small {
    aspect-ratio: 100 / 100;
  }

  .h6-heading-3 {
    font-size: 26px;
  }

  .blog-grid-large {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .paragraph-large-2 {
    font-size: 18px;
  }

  .h1-heading-4 {
    font-size: 30px;
    line-height: 1.42;
  }

  .section-regular-3.white {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-37, .heading-18 {
    font-size: 18px;
  }

  .container-homepage.homepage2 {
    margin-top: 0;
  }

  .banner-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-small-5 {
    line-height: 1.6;
  }

  .link-block-2 {
    flex: none;
  }

  .text-block-40 {
    margin-top: 40px;
    font-size: 18px;
  }

  .price-number {
    font-size: 52px;
    line-height: 62px;
  }

  .pricing-top {
    padding: 8px;
  }

  .price-wrapper {
    flex-direction: column-reverse;
  }

  .h2-heading {
    font-size: 52px;
    line-height: 62px;
  }

  .plan-type-wrap {
    justify-content: center;
  }

  .content-h1 {
    text-align: center;
    font-size: 42px;
  }

  .pricing-title-wrapper {
    text-align: center;
  }

  .price-grid {
    grid-template-columns: 1fr;
  }

  .toggle-container {
    text-align: center;
    margin-top: 40px;
  }

  .logo {
    background-color: #0000;
    max-width: 90px;
    height: 16px;
    margin-left: 50px;
  }

  .logo.demo-logo {
    height: 20px;
    margin-left: 60px;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    align-items: center;
    width: max-content;
    max-width: none;
    margin-left: -50px;
  }

  .flex-block.demo-flex-block {
    margin-left: -60px;
  }

  .div-block-79 {
    font-size: 14px;
  }

  .div-block-80 {
    font-size: 20px;
  }

  .customers {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-areas: "."
                         ".";
    grid-auto-columns: .5fr;
  }

  .testimonial-card {
    padding: 22px;
  }

  .testimonial-card.big-photo {
    display: block;
  }

  .main-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-section.pricing {
    display: none;
  }

  .section-about {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-46 {
    font-size: 20px;
  }

  .button-div {
    width: 100%;
  }

  .button-div.customer-button {
    width: 180px;
  }

  .button-div-text {
    text-align: center;
    font-weight: 500;
  }

  .button-div-text.button-div-text-cta {
    font-size: 16px;
  }

  .bold-text-7 {
    text-align: left;
    font-size: 18px;
  }

  .link-block-3 {
    width: 100%;
  }

  .solutions-secondary-heading {
    font-weight: 300;
  }

  .link-block-5 {
    width: 100%;
  }

  .case-study-link-block.link-block-1 {
    width: calc(100vw - 68px);
    max-width: none;
  }

  .background-video {
    padding-top: 100%;
  }

  .background-video.background-video-square {
    z-index: 99;
    border-radius: 12px;
    display: block;
  }

  .background-video.background-video-horizontal {
    display: none;
  }

  .notification-container {
    opacity: 0;
  }

  .tab {
    width: 65px;
  }

  .scroll-div {
    padding-left: 20px;
    padding-right: 35px;
  }

  .custom-scrollbar {
    opacity: 1;
    height: 319px;
  }

  .scroll-content-container.last-scroll-paragraph {
    display: none;
  }

  .scroll-tab-hider {
    width: 65px;
  }

  .thumb-container {
    height: 72px;
    top: 0;
    transform: translate(0, 236px);
  }

  .case-study-text-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    align-items: flex-start;
    padding: 18px 8px;
  }

  .case-study-paragraph-container {
    text-align: center;
    font-size: 16px;
    line-height: 1.4em;
  }

  .case-study-person-container {
    text-align: center;
    margin-top: 16px;
  }

  .case-study-button-container {
    justify-content: center;
    width: 100%;
  }

  .case-studies-flex-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .splide.case-studies {
    margin-top: 0;
    padding-bottom: 0;
  }

  .background-image {
    display: none;
  }

  .background-image-square {
    border-radius: 12px;
    display: block;
  }

  .main-heading {
    font-size: 36px;
  }

  .background-video-large-screen {
    display: none;
  }

  .background-video-square {
    width: 100%;
    height: 100%;
    display: block;
  }

  .label-container-2 {
    justify-content: flex-start;
  }

  .heading-20 {
    text-align: center;
    font-size: 36px;
  }

  .clients-title-2 {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.4em;
  }

  .grid-6 {
    grid-template-rows: auto auto;
    grid-template-areas: "."
                         ".";
    grid-auto-columns: .5fr;
  }

  .testimonial-card-2 {
    padding: 22px;
  }

  .testimonial-card-2.big-photo {
    display: block;
  }

  .customers-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .label-container-3 {
    justify-content: flex-start;
  }

  .heading-21 {
    text-align: center;
    font-size: 36px;
  }

  .testimonials-inner-container {
    margin-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-7 {
    grid-template-rows: auto auto;
    grid-template-areas: "."
                         ".";
    grid-auto-columns: .5fr;
  }

  .testimonial-card-3 {
    padding: 22px;
  }

  .testimonial-card-3.big-photo {
    display: block;
  }

  .testimonials-h2-container {
    margin-bottom: 20px;
  }

  .testimonials-outer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-61 {
    font-size: 10px;
  }

  .link-block-3-copy, .button-div-copy {
    width: 100%;
  }

  .button-div-copy.customer-button {
    width: 180px;
  }

  .button-div-text-copy {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }

  .f-pricing-card-outline {
    padding: 32px;
  }

  .heading-9-copy {
    text-align: center;
    font-size: 32px;
  }

  .div-block-109 {
    margin-top: 60px;
  }

  .filter {
    width: 30px;
  }

  .mini-title-heading {
    max-width: 300px;
    margin: 60px auto 0;
    font-size: 26px;
  }

  .text-block-62, .heading-22 {
    font-size: 18px;
  }

  .section-regular-4.white {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-large-3 {
    font-size: 18px;
  }

  .section-large-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-heading-5 {
    font-size: 36px;
  }

  .h6-heading-4 {
    font-size: 26px;
  }

  .paragraph-large-4 {
    font-size: 18px;
  }

  .buttons-container, .announcement-container {
    justify-content: center;
  }

  .announcement.hero-badge {
    padding: 6px 12px;
  }

  .text-block-63 {
    font-size: 14px;
  }

  .flashing-icon.hero-badge-dot {
    display: block;
  }

  .industries-text {
    margin-top: 16px;
  }

  .heading-23 {
    margin-top: 16px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .text-block-64 {
    font-size: 18px;
    font-weight: 400;
  }

  .text-block-64.centered {
    text-align: center;
    margin-top: 16px;
    font-weight: 300;
  }

  .text-block-64.subtitle {
    font-weight: 300;
  }

  .text-block-64.industries-text-block {
    font-size: 18px;
    font-weight: 300;
  }

  .container-18 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-24 {
    text-align: center;
    font-size: 28px;
    line-height: 1.2em;
  }

  .customers-3 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .testimonial-card-4 {
    padding: 22px;
  }

  .label-container-4 {
    justify-content: flex-start;
    margin-bottom: 30px;
  }

  .container-19 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-outer-container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-div-2 {
    width: 100%;
  }

  .button-div-2.customer-button {
    width: 180px;
  }

  .heading-25 {
    text-align: center;
    font-size: 32px;
  }

  .label-container-5 {
    justify-content: flex-start;
    margin-bottom: 30px;
  }

  .customers-4 {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .container-20 {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-div-3 {
    width: 100%;
  }

  .button-div-3.customer-button {
    width: 180px;
  }

  .heading-26 {
    text-align: center;
    font-size: 32px;
  }

  .customers-section {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .research-section {
    margin-top: 0;
    padding: 26px;
  }

  .research-title {
    font-size: 20px;
  }

  .research-date-block, .research-authors {
    font-size: 14px;
  }

  .research-description {
    font-size: 16px;
  }

  .research-grid-container {
    margin-top: 40px;
  }

  .numbers-grid {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .number-container {
    max-width: 260px;
  }

  .text-block-73 {
    text-align: center;
  }

  .demo-button-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .heading-28 {
    text-align: center;
    margin-top: 8px;
  }

  .f-h5-heading-2 {
    text-align: center;
    font-size: 26px;
    display: block;
  }

  .alias-response-2.flagged, .alias-response-2.flagged.gpt-flagged {
    padding: 6px;
  }

  .text-block-75 {
    font-size: 12px;
  }

  .f-feature-card-filled-2 {
    padding: 20px;
  }

  .response-2 {
    width: 100%;
    font-size: 15px;
  }

  .div-block-130.flags-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .heading-29 {
    text-align: center;
    margin-top: 8px;
  }

  .f-feature-card-filled-3 {
    padding: 20px;
  }

  .response-3 {
    width: 100%;
    font-size: 15px;
  }

  .heading-30 {
    text-align: center;
    margin-top: 8px;
  }

  .f-feature-card-filled-4 {
    padding: 20px;
  }

  .response-4 {
    width: 100%;
    font-size: 15px;
  }

  .book-a-demo-section {
    padding: 32px 20px 60px;
  }

  .book-a-demo-internal.form-container {
    background-color: var(--flowui-component-library--white);
    overflow: visible;
  }

  .form-2 {
    background-color: var(--white);
  }

  .form-2.success-form {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .field-submit-button {
    margin-top: 12px;
  }

  .form-block-3 {
    padding: 0;
  }

  .heading-31 {
    font-size: 20px;
  }

  .logo-container {
    width: 24px;
    height: 24px;
    display: block;
  }

  .div-block-138 {
    margin-bottom: 20px;
  }

  .text-block-78 {
    background-color: var(--white);
  }

  .text-block-81 {
    color: #333;
    font-size: 18px;
    line-height: 1.5em;
  }

  .body-5 {
    display: block;
  }

  .heading-32 {
    font-size: 24px;
  }

  .div-block-143 {
    line-height: 1.4em;
  }

  .demo-filter {
    width: 30px;
  }
}

#w-node-_70404e9c-2f74-1298-fbd3-d9a2a2822dfa-27e290fe, #w-node-_486e9a06-3a91-2ca3-ff59-7f19ef958f58-27e290fe, #w-node-e7f0e789-555f-c5f4-e789-edd74dddf848-27e290fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Uncutsans Variable';
  src: url('../fonts/UncutSans-Variable.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uncutsans';
  src: url('../fonts/UncutSans-SemiboldItalic.woff2') format('woff2'), url('../fonts/UncutSans-SemiboldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uncutsans';
  src: url('../fonts/UncutSans-Medium.woff2') format('woff2'), url('../fonts/UncutSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uncutsans';
  src: url('../fonts/UncutSans-BoldItalic.woff2') format('woff2'), url('../fonts/UncutSans-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uncutsans';
  src: url('../fonts/UncutSans-Bold.woff2') format('woff2'), url('../fonts/UncutSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uncutsans Book';
  src: url('../fonts/UncutSans-Book.woff2') format('woff2'), url('../fonts/UncutSans-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uncutsans';
  src: url('../fonts/UncutSans-BookItalic.woff2') format('woff2'), url('../fonts/UncutSans-RegularItalic.woff2') format('woff2'), url('../fonts/UncutSans-RegularItalic.woff') format('woff'), url('../fonts/UncutSans-BookItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uncutsans';
  src: url('../fonts/UncutSans-LightItalic.woff2') format('woff2'), url('../fonts/UncutSans-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uncutsans';
  src: url('../fonts/UncutSans-MediumItalic.woff2') format('woff2'), url('../fonts/UncutSans-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Uncutsans';
  src: url('../fonts/UncutSans-Regular.woff2') format('woff2'), url('../fonts/UncutSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uncutsans';
  src: url('../fonts/UncutSans-Light.woff2') format('woff2'), url('../fonts/UncutSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uncutsans';
  src: url('../fonts/UncutSans-Semibold.woff2') format('woff2'), url('../fonts/UncutSans-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}