:root {
  --black-70: #394150;
  --black-80: #212936;
  --black-90: #121826;
  --blue-40: #267393;
  --orange-40: #ee6f11;
  --black-60: #4d5562;
  --black-100: #040711;
  --surface-1: #f5f5f7;
  --black-50: #6c727f;
}

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@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 {
  color: #000;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 62px;
  font-weight: 500;
  line-height: .9;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  color: var(--black-70);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  color: var(--black-80);
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

a {
  color: #fff;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: IBM Plex Sans Hebrew;
  font-size: 15px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-style: solid;
  border-width: 1px 3px;
  border-color: var(--black-90);
  text-transform: none;
  border-radius: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 20px;
  font-family: IBM Plex Sans Hebrew;
  font-size: 20px;
  font-style: normal;
  line-height: 1.7;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  font-family: IBM Plex Sans Hebrew;
  font-size: 15px;
}

.white-colors-show-case {
  background-color: #fff;
  border-radius: 300px;
  width: 54px;
  height: 54px;
  box-shadow: 0 0 9px #00000047;
}

.white-colors-show-case.black {
  box-shadow: none;
  background-color: #7d7d7d;
}

.yellow-color-show-case {
  background-color: var(--black-90);
  border-radius: 300px;
  width: 54px;
  height: 54px;
}

.color-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.center-top {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.black-background {
  background-color: #ccc;
}

.color-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

._4-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.black-background-padding {
  padding: 40px;
}

.container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em 2em;
  display: flex;
}

.container.navbar-container {
  align-items: center;
  height: 100%;
  padding: 0 2em;
  display: flex;
}

.container.no-paddings {
  padding-top: 0;
  padding-bottom: 0;
}

.container.pricing {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.container.baycor {
  flex-flow: row;
  align-items: center;
  height: 100%;
}

.container.left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

._100width {
  width: 100%;
}

.border-box {
  border: 1px solid #cdcdcd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.button {
  background-color: var(--blue-40);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 15px 25px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: background-position .25s, background-color .45s;
}

.button:hover {
  background-color: #174b61;
}

.button.video {
  background-color: #1c1c1c;
  background-image: url('../images/Video-Icon.svg');
  background-position: 91%;
  background-repeat: no-repeat;
  padding-left: 25px;
  padding-right: 50px;
  font-weight: 500;
}

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

.button.navbar-button {
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  padding: 7px 24px;
  font-size: 15px;
  font-weight: 500;
}

.button.navbar-button:hover {
  background-color: #303030;
}

.button.white {
  border: 2px solid var(--orange-40);
  color: var(--orange-40);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.white:hover {
  background-color: #fff5ee;
}

.style-guide-box-holder {
  background-color: #e9e9e9;
  padding: 20px;
}

.style-guide-box-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.colors-buttons {
  grid-column-gap: 90px;
  align-items: center;
  display: flex;
}

.section.hero-section {
  overflow: hidden;
}

.section.grey-section {
  background-color: #ebeff2;
}

.button-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #d3d3d3;
  border: 2px solid #ebebeb;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

._8-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._6-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cols-text {
  font-family: IBM Plex Sans Hebrew;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-xl {
  font-size: 20px;
  line-height: 1.5;
}

.navbar {
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  background-color: #ffffff4d;
  border-bottom: 1px solid #ffffff1a;
  height: 60px;
  position: sticky;
  top: 0;
}

.navbar-holder {
  width: 100%;
  height: 100%;
}

.navbar-container, .nav-menu-link-holder {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-menu-link-container {
  flex: 1;
  justify-content: center;
  height: 100%;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-links {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-link {
  color: var(--black-60);
  border-bottom: 3px solid #fff0;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: border-color .6s;
  display: flex;
  bottom: -1px;
}

.nav-link.w--current {
  color: #f76659;
  border-bottom-color: #f76659;
  font-weight: 700;
}

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

.footer-brand {
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: IBM Plex Sans Hebrew;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}

.footer-link {
  color: #444;
  font-family: IBM Plex Sans Hebrew;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: color .475s;
}

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

.footer-divider {
  border-top: 1px solid #dbdbdb;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  padding-top: 40px;
  display: flex;
}

.footer-copyright-center {
  text-transform: uppercase;
  font-family: IBM Plex Sans Hebrew;
  font-size: 15px;
}

.black-link {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
  transition: color .375s;
}

.black-link:hover {
  color: #a1a1a1;
}

.hero-section-holder {
  z-index: 2;
  padding-top: 75px;
  position: relative;
}

.hero-section-container {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-section-mark-holder {
  perspective: 1500px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-section-mark-container {
  background-color: #fff;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.hero-section-mark {
  width: 100%;
}

.hero-section-header-holder {
  grid-column-gap: 9px;
  perspective: 1500px;
  color: var(--black-100);
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.hero-section-paragraph-holder {
  max-width: 750px;
}

.hero-section-button-holder {
  grid-column-gap: 30px;
  margin-top: 12px;
  display: flex;
}

.hero-section-mac-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section-mac-container {
  z-index: 2;
  perspective: 1500px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-section-mac {
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mac-image {
  z-index: 2;
  width: 200%;
  position: relative;
}

.macbook-app-holder {
  justify-content: center;
  align-items: center;
  padding: 3.25% 10.7% 5.6%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.macbook-app {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: relative;
}

.macbook-bg-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 2% 10.7% 0%;
  position: absolute;
}

.hero-blur-bg-holder {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.first-features-holder {
  padding-top: 80px;
  padding-bottom: 80px;
}

.first-features-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.first-feature-block-holder {
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.first-feature-block-container {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.first-feature-text-container {
  grid-row-gap: 12px;
  perspective: 1500px;
  flex-direction: column;
  padding: 26px 26px 10px;
  display: flex;
}

.first-feature-paragaraph-holder {
  max-width: 325px;
}

.title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.3;
}

.title.center-text {
  color: var(--black-90);
}

.first-feature-image-holder {
  border-radius: 24px;
  width: 100%;
  overflow: hidden;
}

.first-feature-image {
  width: 100%;
}

.iphone-card-holder {
  background-color: #fff;
  border-radius: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px;
  display: flex;
  position: relative;
  overflow: visible;
}

.iphone-card-container {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.iphone-screen-holder {
  border-radius: 70px;
  width: 100%;
  height: 100%;
  padding: 4.5% 5%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.iphone-screen {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.iphone-image {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.fun-fact-holder {
  background-color: #fff;
  border-radius: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.black-text {
  color: #000;
  font-weight: 500;
}

.featured-logos-section {
  padding-bottom: 60px;
}

.center-text {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.featured-logo-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 52px;
  display: flex;
}

.featured-logo-grid {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.featured-logo-wrapper {
  width: 110px;
}

.featured-logo {
  width: 100%;
}

.title-holder {
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.early-access-features {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.early-access-wrapper {
  grid-row-gap: 230px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 90px;
  display: flex;
}

.early-access-gird-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.early-access-gird {
  grid-column-gap: 90px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.early-access-gird.reverse {
  flex-direction: row-reverse;
}

.early-access-card {
  perspective: 1500px;
  background-image: url('../images/bgblue.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 32px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.early-access-card.orange {
  background-image: url('../images/orangebg.png');
}

.early-access-content-holder {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-width: 480px;
  margin-top: 4rem;
  display: flex;
}

.early-access-tag-holder {
  grid-column-gap: 10px;
  align-items: center;
  font-family: IBM Plex Sans Hebrew;
  font-size: 18px;
  display: flex;
}

.early-access-tag-container {
  background-color: #ebeff2;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.tag-image {
  width: 22px;
}

.early-access-title-holder {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--black-80);
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  min-width: 480px;
  display: flex;
}

.statistics, .statistics-container {
  padding-top: 90px;
  padding-bottom: 90px;
}

.statistics-container.surface-gray {
  background-color: var(--surface-1);
  border-radius: 32px;
  padding: 40px 20px;
}

.statistics-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.power-feature-card-container {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.power-feature-image-holder {
  z-index: 1;
  position: relative;
}

.power-feature-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.power-feature-background-holder-copy {
  opacity: 1;
  width: 150%;
  height: 150%;
  position: absolute;
}

.power-backbround {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.power-feature-content-holder {
  grid-row-gap: 0px;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.power-feature-heading {
  font-size: 20px;
}

.power-feature-paragraph {
  color: var(--black-80);
}

.testimonails-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.testimonail-slider-holder {
  padding-top: 80px;
  padding-bottom: 80px;
}

.testimonail-slider-container {
  column-count: 3;
  flex-flow: row;
  column-gap: 30px;
  display: flex;
  overflow: hidden;
}

.testimonial-slide {
  width: 100%;
  height: auto;
  margin-left: 15px;
  margin-right: 15px;
  left: -15px;
}

.testimonial-content-holder {
  z-index: 1;
  grid-row-gap: 0px;
  background-color: #ebeff2;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 30px;
  padding: 18px;
  display: inline-block;
  position: relative;
}

.testimonial-text {
  color: #616161;
  margin-top: 28px;
  margin-bottom: 28px;
  font-family: IBM Plex Sans Hebrew;
  font-size: 20px;
  line-height: 1.3;
}

.testimonial-user-wrapper {
  grid-column-gap: 14px;
  align-items: center;
  display: flex;
}

.user-image-holder {
  background-color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  display: flex;
  overflow: hidden;
}

.user-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 7px;
}

.user-content-holder {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.user-name {
  font-family: IBM Plex Sans Hebrew;
  font-size: 20px;
  font-weight: 500;
}

.user-job-position {
  color: #000000b0;
  text-transform: uppercase;
  font-family: IBM Plex Sans Hebrew;
  font-size: 15px;
  font-weight: 500;
}

.hide {
  display: none;
}

.pricing-wrapper {
  background-image: url('../images/Pattern.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 80px;
}

.pricing-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.pricing-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-table-holder {
  background-image: linear-gradient(#fff, #fff 34%, #ffffffbd 95%);
  border-radius: 12px;
  overflow: hidden;
}

.pricing-table-holder._02 {
  background-color: #0d0d0d;
}

.pricing-table {
  padding: 24px 20px;
}

.pricing-header-holder {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pricing-tag {
  text-transform: uppercase;
  border: 1px solid #20202033;
  border-radius: 100px;
  padding: 9px 16px;
  font-family: IBM Plex Sans Hebrew;
  font-size: 18px;
}

.pricing-tag.invert {
  color: #fff;
  border-color: #fff3;
}

.pricing-header {
  font-size: 42px;
  font-weight: 500;
}

.pricing-header.white-text {
  color: #fff;
}

.pricing-list-holder {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.pricing-list-holder.grey-lines {
  border-top-color: #272727;
  border-bottom-color: #272727;
}

.list-holder {
  justify-content: space-between;
  display: flex;
}

.checked-list-holder {
  grid-column-gap: 18px;
  align-items: center;
  display: flex;
}

.check-icon-holder {
  width: 18px;
}

.check-icon-holder.bigger {
  width: 24px;
}

.check-icon {
  filter: invert();
  width: 100%;
}

.check-icon.invert {
  filter: none;
}

.check-list-text {
  font-size: 20px;
  font-weight: 400;
}

.check-list-text.white {
  color: #fff;
}

.pricing-footer-holder {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.pricing-price-holder {
  grid-column-gap: 8px;
  align-items: flex-end;
  font-family: IBM Plex Sans Hebrew;
  display: flex;
}

.pricing-button-holder {
  flex-direction: column;
  display: flex;
}

.pricing {
  color: var(--orange-40);
  font-family: Outfit, sans-serif;
  font-size: 36px;
}

.pricing-description {
  color: #fff6;
  font-size: 18px;
  position: relative;
  top: -11px;
}

.pricing-description.grey {
  color: #000;
}

.cta-wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
}

.cta-holder {
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.cta-container {
  background-color: #1b1c1d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 970px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-form-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.cta-form-holder.no-paddings {
  padding-top: 13px;
  padding-bottom: 13px;
}

.cta-logo-holder {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-heading-holder {
  z-index: 2;
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.cta-heading {
  font-family: IBM Plex Sans Hebrew;
  font-size: 24px;
  font-weight: 500;
}

.cta-paragraph-holder {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 440px;
  display: flex;
}

.cta-logo-wrapper {
  z-index: 1;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 69px;
  height: 69px;
  display: flex;
  position: relative;
}

.cta-logo {
  width: 100%;
}

.cta-blured-bg {
  opacity: .39;
  filter: blur(20px);
  background-color: #0266ffb0;
  border-radius: 200px;
  width: 100px;
  height: 100px;
  position: absolute;
}

.cta-blured-bg._02 {
  opacity: .05;
  background-color: #c725168a;
  width: 200px;
  height: 200px;
}

.cta-blured-bg._01 {
  background-color: #f7665994;
}

.cta-line {
  opacity: .09;
  background-color: #242424;
  width: 1px;
  height: 200px;
  position: absolute;
  top: -200px;
}

.text-field {
  color: #fff;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  width: 100%;
  height: 51px;
  margin-bottom: 0;
  font-family: IBM Plex Sans Hebrew;
  transition: border-color .45s, box-shadow .425s;
}

.text-field:hover {
  border-color: #777;
  box-shadow: 0 0 4px #0000003d, 0 17px 20px #0000003d, 0 21px 36px #635bff1f;
}

.text-field:focus {
  border-color: #448eff;
  box-shadow: 0 4px 18px #0000003d, 0 0 14px #0000003d, 0 21px 90px #635bff0a;
}

.text-field::placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew;
  font-size: 15px;
}

.form {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.form-block {
  width: 420px;
  margin-bottom: 0;
}

.submit-button {
  background-color: var(--black-90);
  border-radius: 0 8px 8px 0;
  height: 51px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: IBM Plex Sans Hebrew;
  font-size: 16px;
  transition: background-color .375s;
  position: absolute;
  right: 0;
}

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

.form-holder {
  grid-row-gap: 13px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.thank-you-message {
  color: #7d7d7d;
  background-color: #333;
  border: 1px solid #515151;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0;
  font-family: IBM Plex Sans Hebrew;
  font-size: 16px;
  box-shadow: 0 4px 4px #0000003d, 0 0 14px #0000003d, 0 21px 36px #635bff1f;
}

.thank-you-message::placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew;
  font-size: 15px;
}

.error-message {
  color: #7d7d7d;
  text-align: center;
  background-color: #333;
  border: 1px solid #aa5252;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0;
  font-family: IBM Plex Sans Hebrew;
  font-size: 16px;
  box-shadow: 0 4px 4px #0000003d, 0 0 14px #0000003d, 0 21px 36px #ff00041f;
}

.error-message::placeholder {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew;
  font-size: 15px;
}

.fixed-navbar {
  z-index: 19;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.help-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.help-container {
  border-right: 1px solid #cecece;
  min-width: 280px;
  padding-top: 80px;
  position: relative;
}

.help-content-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 45px;
  display: flex;
}

.help-back-link-holder {
  grid-column-gap: 8px;
  color: #7d7d7d;
  align-items: center;
  font-family: IBM Plex Sans Hebrew;
  font-size: 15px;
  font-weight: 500;
  transition: color .4s;
  display: flex;
}

.help-back-link-holder:hover {
  color: #fff;
}

.help-icon-holder {
  width: 8px;
}

.help-icon {
  width: 100%;
}

.help-link-holder {
  grid-row-gap: 36px;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.help-link-container {
  z-index: 3;
  grid-column-gap: 16px;
  opacity: .5;
  color: #000;
  align-items: center;
  font-family: IBM Plex Sans Hebrew;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  left: 2px;
}

.help-link-container.w--current {
  opacity: 1;
  border-right: 3px solid #000;
}

.help-link-icon-holder {
  width: 26px;
}

.help-link-icon {
  filter: invert();
  width: 100%;
}

.help-center-pragraph-holder {
  max-width: 570px;
}

.figma-file-holder {
  margin-top: 40px;
  margin-bottom: 40px;
}

.figma-file-container {
  grid-column-gap: 32px;
  opacity: 1;
  background-color: #ececec;
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  align-items: flex-start;
  padding: 26px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 4px #00000040, 1px 1px 14px #00000040, 0 21px 36px #635bff21;
}

.figma-file-container.center {
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-family: IBM Plex Sans Hebrew;
}

.figma-file-icon-holder {
  width: 41px;
  min-width: 41px;
  height: 41px;
}

.figla-file-icon {
  filter: invert();
  width: 100%;
}

.figma-file-content-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  font-family: IBM Plex Sans Hebrew;
  display: flex;
}

.figma-header {
  font-size: 24px;
}

.full-width-image-holder {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

.full-width-image {
  border-radius: 20px;
  width: 100%;
}

.sticky {
  position: sticky;
  top: 85px;
}

.link {
  color: var(--black-90);
  margin-top: 10px;
  text-decoration: none;
  transition: color .375s;
}

.link:hover {
  color: #afafaf;
}

.change-log-block-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.utility-page-wrap {
  background-color: #fff;
  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: 600px;
  display: flex;
}

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

._404 {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-blur {
  opacity: .3;
  filter: blur(20px);
  width: 100%;
  height: 130%;
}

.backgound-image {
  filter: blur(10px);
  object-fit: cover;
  width: 120%;
  min-width: 120%;
  height: 120%;
  position: absolute;
}

.api-image {
  z-index: 1;
  object-fit: cover;
  align-self: flex-end;
  width: 100%;
  position: relative;
}

.early-access-image {
  opacity: 1;
  border-radius: 20px;
  position: absolute;
  inset: auto -8% -11% auto;
  box-shadow: 2px 4px 11px #22222230, 9px 9px 20px 5px #0003;
}

.early-access-image.x2 {
  border-radius: 25px;
  width: 100%;
  max-width: 100%;
  bottom: -10%;
  left: 25%;
}

.early-access-image.x2.left {
  width: 150%;
  inset: auto auto 0% -17%;
}

.early-access-image.left {
  border-radius: 20px;
  inset: auto auto -6% -9%;
}

.white-text {
  color: #fff;
}

.pricing-paragraph {
  max-width: 400px;
}

.pricing-paragraph.smaller {
  max-width: 350px;
}

.grey-text {
  text-align: left;
}

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

.paragraph {
  text-align: center;
}

.statistics-title {
  color: var(--blue-40);
  text-align: center;
  font-size: 75px;
  font-weight: 700;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  text-align: center;
}

.main-features {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  display: grid;
}

.main-features.bottom {
  grid-template-columns: .75fr 1fr;
}

.feature.surface-gray {
  background-color: var(--surface-1);
  border-radius: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.feature.surface-image {
  background-image: url('../images/boxbag.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 32px;
  align-items: flex-end;
  display: flex;
}

.feature-header {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.feature-header.bottom-alignment {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  justify-content: flex-end;
  padding-bottom: 40px;
}

.heading {
  color: var(--black-70);
  font-size: 40px;
}

.heading.feature {
  color: var(--black-70);
  text-align: center;
  font-weight: 700;
}

.heading.white {
  color: var(--surface-1);
}

.feature-paragraph {
  color: var(--black-50);
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}

.paragraph-5 {
  text-align: left;
}

.heading-2 {
  color: var(--blue-40);
  text-align: left;
  width: 100%;
  font-weight: 700;
}

.heading-2.white-text {
  color: #fff;
}

.big-paragraph {
  text-align: left;
  width: 100%;
  max-width: 800px;
  font-size: 18px;
  font-weight: 300;
}

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

.medium-paragraph {
  color: var(--black-70);
  text-align: left;
  font-size: 16px;
  font-weight: 300;
}

.gradient-bg {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: url('../images/bgbluorange.png');
  background-position: 50% 80%;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30vh;
  display: flex;
}

.gradient-bg.big {
  background-size: cover;
  height: 60vh;
}

.small-paragraph {
  color: var(--black-60);
  font-weight: 300;
}

.small-paragraph.early-access-paraghaph-holder {
  width: 100%;
}

.small-paragraph.early-access-paraghaph-holder.white-text {
  color: #fff;
}

.image {
  z-index: 3;
  width: 80%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image.left {
  inset: auto 5% 0% auto;
}

.image-2, .image-3 {
  height: 60px;
  max-height: 100px;
}

.heading-3 {
  color: #fff;
  height: 60px;
  max-height: 100px;
}

.notification {
  z-index: 3;
  width: 80%;
  position: absolute;
  inset: auto auto 0% -23%;
}

.clip {
  z-index: 3;
  width: 30%;
  position: absolute;
  inset: -3% auto auto -3%;
}

.lupa {
  z-index: 3;
  width: 60%;
  position: absolute;
  inset: 0% -17% auto auto;
}

.image-4 {
  z-index: 2;
  position: absolute;
}

.footer {
  background-color: #122d49;
  height: 40vh;
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}

.image-5 {
  z-index: 1;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.logos-title {
  color: #fff;
  margin-top: 0;
}

.pricing-item {
  color: var(--black-60);
  text-align: left;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.testimonial-slider-small {
  background-color: var(--surface-1);
  padding: 80px 0;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 50px;
  overflow: visible;
}

.testimonial-slide-wrapper {
  width: 30%;
  max-width: 33%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 230px;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  color: var(--black-70);
  margin-bottom: 2px;
  font-size: 18px;
  font-weight: 700;
}

.tagline {
  color: var(--black-50);
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  inset: auto 6% -25% auto;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  inset: auto 0% -25% auto;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.container-3 {
  width: 100%;
}

.image-6 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.paragraph-6 {
  position: relative;
}

.quote {
  font-size: 24px;
  font-weight: 700;
  line-height: 14px;
}

.div-block, .buttons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.faq {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mask {
  max-width: 100%;
  overflow: hidden;
}

.image-7 {
  width: 50%;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  width: 32px;
  font-size: 32px;
  line-height: 30px;
}

.accordion-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  color: var(--black-70);
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.2em;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

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

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid #f3f3f3;
  border-radius: 30px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.bold-text, .bold-text-2 {
  -webkit-text-stroke-color: var(--black-70);
}

.text-span-2 {
  color: var(--blue-40);
}

.image-8 {
  z-index: 4;
  position: absolute;
  inset: -3% 0% auto auto;
}

.image-8.middle {
  width: 40%;
}

.image-9 {
  z-index: 4;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-9.middle {
  width: 40%;
}

.link-2 {
  color: var(--black-90);
}

.button-2 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0b6dff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 18px 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-2:hover {
  background-color: #284ee7;
}

.button-2.mg-top-36px {
  background-color: #5600e3;
  border-radius: 50px;
  margin-top: 36px;
  font-weight: 500;
}

.button-2.is--secondary {
  color: #080808;
  background-color: #ededed00;
  border: 1px solid #080808;
  border-radius: 20px;
  padding: 10px 12px;
}

.page-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  display: grid;
}

.button-_icon {
  margin-left: 12px;
}

.form_text-field {
  border: 1px solid #ededed;
  border-radius: 20px;
  margin-bottom: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form_text-field:focus-visible, .form_text-field[data-wf-focus-visible] {
  border-color: var(--blue-40);
}

.information_header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 96px;
  display: flex;
}

.display-1 {
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 62px;
}

.display-1.width-80percent {
  color: #0c0c0c;
  width: 80%;
  font-weight: 700;
}

.information_content {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.information_section {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  padding: 40px;
  display: flex;
}

.information_section.background-color.neutral-200 {
  background-color: #fff;
}

.information_section.background-color.neutral-200.is--footer.hide-desktop {
  display: none;
}

.form_success-message {
  background-color: #eaf3ff;
  border-radius: 6px;
}

.divider {
  background-color: #ccc;
  width: 100%;
  max-width: 300px;
  height: 1px;
  margin-top: 56px;
  margin-bottom: 16px;
}

.text-span-8 {
  color: #5600e3;
}

.form_section {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 64px;
  display: flex;
}

.form_section.gray {
  background-color: var(--surface-1);
}

.form_block {
  width: 400px;
}

.form_field-label {
  color: var(--black-80);
  margin-bottom: 6px;
}

.is--second {
  color: #000;
  margin-left: 32px;
}

.form-2 {
  flex-flow: column;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 20px;
}

.form_error-message {
  background-color: #ffecec;
  border-radius: 6px;
}

.width-60percent {
  width: 60%;
  line-height: 1.3em;
}

.html-embed {
  width: 100%;
}

.div-block-2 {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1340px;
  }

  .iphone-card-holder {
    padding: 35px;
  }

  .featured-logo-wrapper {
    width: 130px;
  }

  .gradient-bg, .gradient-bg.big {
    background-size: cover;
  }

  .small-paragraph {
    position: relative;
  }

  .testimonial-slider {
    max-width: 100%;
  }

  .image-6 {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .text-span {
    font-size: 32px;
    font-weight: 700;
  }

  .quote {
    text-indent: -12px;
    line-height: 14px;
  }

  .link-2, .is--second, .width-60percent {
    font-size: .8em;
  }
}

@media screen and (min-width: 1920px) {
  .gradient-bg {
    background-size: cover;
  }

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

  .link-2 {
    font-size: .8em;
  }

  .display-1 {
    font-size: 94px;
    line-height: 92px;
  }

  .display-1.width-80percent {
    font-size: 66px;
    line-height: 80px;
  }

  .is--second, .width-60percent {
    font-size: .8em;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

  .container {
    overflow: hidden;
  }

  .container.pricing {
    grid-template-columns: 1fr;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.baycor {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container.left {
    overflow: visible;
  }

  ._8-col-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .nav-menu-link-holder {
    grid-row-gap: 20px;
    background-color: #fff;
    flex-direction: column;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu-link-container, .nav-menu {
    height: auto;
  }

  .nav-links {
    grid-row-gap: 20px;
    flex-direction: column;
    height: auto;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .hero-section-mac-holder {
    overflow: hidden;
  }

  .first-features-container {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .iphone-card-holder {
    width: 60%;
  }

  .iphone-screen-holder {
    border-radius: 50px;
  }

  .featured-logo-holder {
    padding-top: 24px;
  }

  .featured-logo-grid {
    grid-column-gap: 30px;
    width: 100%;
  }

  .featured-logo-wrapper {
    width: 150px;
  }

  .early-access-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .early-access-gird {
    flex-flow: column-reverse wrap;
    width: 100%;
  }

  .early-access-gird.reverse {
    flex-flow: column;
  }

  .early-access-card {
    height: 400px;
  }

  .early-access-card.orange {
    height: 500px;
  }

  .early-access-content-holder {
    margin-top: 2rem;
  }

  .statistics-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-wrapper {
    background-position: 50% 100%;
    background-repeat: no-repeat;
  }

  .pricing-content {
    grid-row-gap: 60px;
    flex-direction: column;
    display: flex;
  }

  .cta-container {
    width: 100%;
  }

  .help-holder {
    flex-direction: column;
    display: flex;
  }

  .help-container {
    border-right-style: none;
  }

  .help-link-holder {
    grid-column-gap: 30px;
    flex-direction: row;
  }

  .help-link-container.w--current {
    border-right-style: none;
  }

  .menu-button {
    border-radius: 12px;
    padding: 13px;
  }

  .menu-button.w--open {
    background-color: var(--black-90);
  }

  .gradient-bg.big {
    height: auto;
  }

  .image-5 {
    width: 45%;
  }

  .container-2 {
    max-width: 728px;
  }

  .testimonial-slide-wrapper {
    width: 50%;
    max-width: 50%;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .accordion-item-trigger {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
  }

  .image-8, .image-9 {
    width: 60%;
  }

  .page-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 100%;
    height: auto;
  }

  .display-1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 66px;
  }

  .display-1.width-80percent {
    width: 82%;
  }

  .information_content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .information_content.hide-tablet {
    display: none;
  }

  .information_content.is--centered {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .information_section {
    height: auto;
  }

  .information_section.background-color {
    min-height: auto;
  }

  .information_section.background-color.neutral-200 {
    max-width: 100%;
  }

  .information_section.background-color.neutral-200.is--footer {
    text-align: center;
    padding-bottom: 8px;
  }

  .information_section.background-color.neutral-200.is--footer.hide-desktop {
    display: flex;
  }

  .form_section {
    align-items: flex-start;
    max-width: 100%;
    height: auto;
  }

  .form_section.gray {
    justify-content: center;
    align-items: center;
  }

  .form_block {
    width: 540px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .border-box {
    padding: 2px;
  }

  .section.hero-section {
    min-height: 120vh;
  }

  ._6-col-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-wrapper {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }

  .footer-content {
    text-align: left;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    text-align: left;
    align-items: flex-start;
  }

  .footer-link {
    text-align: left;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .hero-section-mac-holder {
    justify-content: flex-start;
    align-items: center;
  }

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

  .title.small {
    font-size: 32px;
  }

  .iphone-card-holder {
    width: 100%;
  }

  .iphone-card-container {
    width: 50%;
  }

  .early-access-gird {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .statistics {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .statistics-container, .testimonails-wrapper, .testimonail-slider-holder {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonail-slider-container {
    column-count: 2;
    column-gap: 9px;
  }

  .testimonial-content-holder {
    width: 100%;
    max-width: none;
  }

  .help-link-holder {
    flex-direction: column;
  }

  .brand {
    padding-left: 0;
  }

  .main-features, .main-features.bottom {
    grid-template-columns: 1fr;
  }

  .gradient-bg {
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lupa {
    width: 40%;
    right: 7%;
  }

  .image-5 {
    width: 0%;
    top: auto;
    bottom: 0%;
    right: auto;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .accordion-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .image-8 {
    width: 40%;
  }

  .image-9 {
    width: 40%;
    inset: auto auto 0% 0%;
  }

  .button-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .page-wrapper {
    grid-template-columns: 100vw;
    width: 100%;
  }

  .information_header {
    margin-bottom: 56px;
  }

  .display-1 {
    margin-bottom: 24px;
    font-size: 52px;
    line-height: 55px;
  }

  .display-1.width-80percent {
    width: 100%;
    font-size: 32px;
    line-height: 38px;
  }

  .information_content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
  }

  .information_section.background-color.neutral-200 {
    padding-bottom: 16px;
  }

  .form_section {
    padding: 56px 40px;
  }

  .form_block {
    width: 100%;
  }

  .form_field-label {
    font-size: .6em;
  }
}

@media screen and (max-width: 479px) {
  ._4-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .black-background-padding {
    padding: 7px;
  }

  .container.navbar-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.pricing {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button.white {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .style-guide-box-holder {
    padding: 4px;
  }

  .style-guide-box-container {
    grid-row-gap: 7px;
  }

  .colors-buttons {
    flex-direction: column;
    padding-top: 29px;
    padding-bottom: 29px;
  }

  ._8-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._6-col-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-divider {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    padding-top: 20px;
  }

  .hero-section-container {
    grid-row-gap: 12px;
  }

  .hero-section-button-holder {
    grid-row-gap: 16px;
    flex-direction: column;
    width: 100%;
  }

  .macbook-bg-image {
    border-radius: 20px;
  }

  .first-feature-block-holder {
    border-radius: 10px;
  }

  .first-feature-text-container {
    padding: 20px;
  }

  .title {
    font-size: 44px;
  }

  .title.small {
    font-size: 32px;
  }

  .iphone-card-holder {
    border-radius: 12px;
  }

  .iphone-card-container {
    width: 80%;
  }

  .iphone-screen-holder {
    border-radius: 40px;
  }

  .featured-logo-grid {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .featured-logo.last {
    width: 50%;
  }

  .title-holder {
    grid-row-gap: 8px;
  }

  .early-access-features {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .early-access-gird.reverse {
    grid-row-gap: 0px;
  }

  .early-access-card, .early-access-card.orange {
    height: 300px;
  }

  .early-access-content-holder {
    justify-content: center;
    align-items: center;
    min-width: 200px;
    margin-top: 0;
  }

  .early-access-title-holder {
    min-width: 100%;
  }

  .statistics {
    padding-top: 10px;
  }

  .statistics-container.surface-gray {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .statistics-grid {
    grid-row-gap: 12px;
    flex-direction: column;
    display: flex;
  }

  .power-feature-card-container {
    border-radius: 20px;
  }

  .power-feature-content-holder {
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonail-slider-container {
    column-count: 0;
    flex-direction: column;
    display: flex;
  }

  .testimonial-content-holder {
    grid-row-gap: 40px;
    padding: 12px;
  }

  .testimonial-text {
    font-size: 18px;
  }

  .user-name {
    font-size: 18px;
    font-weight: 500;
  }

  .user-job-position {
    font-size: 15px;
  }

  .pricing-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pricing-table {
    padding: 14px;
  }

  .pricing-list-holder {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .list-holder {
    flex-direction: column;
  }

  .pricing-footer-holder {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-button-holder {
    width: 100%;
  }

  .cta-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta-holder {
    padding-top: 29px;
    padding-bottom: 29px;
  }

  .cta-paragraph-holder {
    padding-left: 11px;
    padding-right: 11px;
  }

  .text-field {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .form {
    flex-direction: column;
  }

  .form-block {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .submit-button {
    border-radius: 0 0 8px 8px;
    width: 100%;
    position: relative;
  }

  .figma-file-container {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .full-width-image {
    border-radius: 7px;
  }

  .menu-button.w--open {
    background-color: var(--blue-40);
    color: var(--surface-1);
  }

  .second-list {
    border-top: 1px solid #1d1d1d;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .early-access-image {
    width: 254px;
    height: 270px;
  }

  .early-access-image.x2.left {
    opacity: 1;
  }

  .statistics-title {
    font-size: 48px;
  }

  .main-features, .main-features.bottom {
    grid-template-columns: 1fr;
  }

  .feature-header {
    padding-top: 0;
  }

  .feature-header.bottom-alignment {
    width: 100%;
    padding-top: 20px;
  }

  .heading.feature {
    font-size: 26px;
  }

  .feature-paragraph {
    font-size: 14px;
  }

  .big-paragraph.center-text {
    font-size: 16px;
  }

  .medium-paragraph.center-text {
    text-align: left;
  }

  .gradient-bg {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .image {
    width: 250px;
  }

  .image-2, .image-3 {
    height: 30px;
  }

  .notification {
    inset: auto auto 0% 0%;
  }

  .footer {
    height: auto;
    padding-bottom: 60px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    width: 90%;
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-info {
    margin-top: 12px;
  }

  .testimonial-image {
    width: 30px;
    height: 30px;
  }

  .testimonial-author {
    font-size: 14px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .buttons {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    width: 100%;
  }

  .accordion-wrapper {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-columns: 1fr;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .accordion-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-8.middle {
    height: 80px;
  }

  .image-9.middle {
    height: 50px;
  }

  .button-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .button-2.is--secondary {
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .page-wrapper {
    max-width: 100%;
  }

  .button-_icon {
    margin-left: 6px;
  }

  .information_content {
    grid-column-gap: 67px;
    grid-row-gap: 67px;
    margin-top: 40px;
  }

  .information_section.background-color.neutral-200 {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .form_section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form_field-label {
    font-size: 1em;
  }

  .paragraph-small.width-60percent {
    width: 100%;
  }
}

#w-node-_57838972-9b8d-72c2-ce68-bcc5be543bc7-47eaec8c, #w-node-_11a5dfab-aa8f-8d57-3304-57287c382bd4-47eaec8c, #w-node-f8c4116b-aa13-4c76-8b00-00d17250ca77-47eaec8c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e8f928f6-0c7b-80d4-26ce-d243081c0475-47eaec8c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cfd09119-a072-d3ff-c87c-d60ae36e125d-47eaec8c {
    grid-area: 1 / 1 / 2 / 2;
  }
}


