:root {
  --bg-color: white;
  --font-color: #001049;
  --accent-color: #4a70f9;
  --element-color-02: #ebebeb;
  --element-color-01: #f2f2f2;
  --element-color-stroke: #75757566;
}

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

body {
  background-color: var(--bg-color);
  color: var(--font-color);
  font-family: Outfit, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

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 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  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: #3d3d3d;
  margin-bottom: 10px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

a {
  color: var(--font-color);
  text-decoration: none;
}

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

li {
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

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

blockquote {
  border-style: solid;
  border-width: 1px 3px;
  border-color: var(--accent-color);
  text-transform: none;
  border-radius: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 20px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  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, sans-serif;
  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(--accent-color);
  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: #e6e6e6;
}

.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 {
  z-index: 2;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  position: relative;
}

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

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

._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(--accent-color);
  color: #fff;
  border-radius: 8px;
  padding: 15px 25px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: border-color .35s, background-position .25s, background-color .45s;
}

.button:hover {
  background-color: #471cbd;
}

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

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

.button.white {
  color: #000;
  background-color: #fff;
  border: 1px solid silver;
}

.button.white:hover {
  border-color: var(--accent-color);
  background-color: #e9e9e9;
}

.style-guide-box-holder {
  background-color: #fff;
  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;
}

.button-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #e7e7e7;
  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, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.paragraph-xl {
  color: var(--font-color);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.3;
}

.paragraph-xl._02 {
  margin-bottom: 20px;
}

.navbar {
  background-color: var(--bg-color);
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  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 {
  border-bottom: 3px solid #fff0;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  transition: all .2s, color .6s;
  display: flex;
  bottom: -1px;
}

.nav-link.w--current {
  color: var(--accent-color);
  text-shadow: 0 0 20px #ffffffdb;
  font-weight: 600;
}

.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: 300px;
  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, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}

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

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

.footer-divider {
  border-top: 1px solid #dadada;
  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, sans-serif;
  font-size: 15px;
}

.white-link {
  color: #fff;
  text-decoration: underline;
  transition: color .375s;
}

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

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

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

.hero-section-header-holder {
  grid-column-gap: 9px;
  perspective: 1500px;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  display: flex;
}

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

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

.hero-section-mac-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 59px;
  padding-bottom: 59px;
  display: flex;
  position: relative;
}

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

.app-image {
  z-index: 2;
  border: 1px solid #d1d1d1;
  border-radius: 13px;
  width: 100%;
  position: relative;
  box-shadow: 0 2px 10px #00000024, 0 16px 33px #00000030;
}

.hero-blur-bg-holder {
  opacity: .4;
  background-image: url('../images/Dots.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 130%;
  height: 100%;
  display: flex;
}

.first-features-holder {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.dark-text {
  color: var(--font-color);
}

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

.center-text {
  text-align: center;
  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: 18px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-container {
  max-width: 680px;
}

.paragraph-holder {
  max-width: 465px;
}

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

.early-access-wrapper {
  grid-row-gap: 230px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 130px;
  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: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.early-access-gird.reverse {
  grid-template-columns: 1fr .75fr;
}

.early-access-small-image {
  width: 100%;
}

.early-access-card {
  width: 100%;
  position: relative;
}

.early-access-content-holder {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-right: 60px;
  display: flex;
}

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

.early-access-button-holder {
  margin-top: 50px;
}

.four-features-wrapper {
  background-color: var(--element-color-01);
  padding-top: 70px;
  padding-bottom: 70px;
}

._4-power-features-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 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.power-feature-image {
  width: 24px;
  height: 33px;
}

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

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

.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;
  column-gap: 30px;
}

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

.testimonial-text {
  color: var(--font-color);
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

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

.user-image-holder {
  background-color: #ffffff4d;
  border: 1px solid #c2c2c2;
  border-radius: 9px;
  justify-content: center;
  align-items: flex-end;
  width: 52px;
  min-width: 52px;
  height: 52px;
  min-height: 52px;
  display: flex;
  overflow: hidden;
}

.user-image {
  object-fit: contain;
  width: 135%;
  max-width: 130%;
  height: 130%;
  padding: 0;
  position: relative;
  bottom: -6px;
}

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

.user-name {
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.user-job-position {
  color: var(--font-color);
  text-transform: uppercase;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.hide {
  display: none;
}

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

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

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

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

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

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

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

.text-field {
  border: 1px solid var(--element-color-stroke);
  color: var(--font-color);
  background-color: #0000000d;
  border-radius: 8px;
  width: 100%;
  height: 51px;
  margin-bottom: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 16px;
  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, sans-serif;
  font-size: 15px;
}

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

.form-block {
  width: 370px;
  margin-top: 50px;
  margin-bottom: 0;
}

.submit-button {
  background-color: var(--accent-color);
  background-image: url('../images/Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  padding: 14px 2px 2px;
  transition: background-color .375s;
  position: absolute;
  right: 10px;
}

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

.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 {
  border: 1px solid var(--element-color-stroke);
  color: #7d7d7d;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 16px;
  box-shadow: 0 4px 4px #0000003d, 0 0 14px #0000003d, 0 21px 36px #3444b81f;
}

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

.error-message {
  color: #7d7d7d;
  text-align: center;
  background-color: #fff;
  border: 1px solid #adadad;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  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, sans-serif;
  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 #dbdbdb;
  min-width: 280px;
  padding-top: 80px;
  position: relative;
}

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

.help-back-link-holder {
  grid-column-gap: 8px;
  color: #7d7d7d;
  align-items: center;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  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;
  align-items: center;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  left: 2px;
}

.help-link-container.w--current {
  border-right: 3px solid var(--accent-color);
  opacity: 1;
}

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

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

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

.figma-file-container {
  grid-column-gap: 32px;
  border: 1px solid var(--element-color-stroke);
  background-color: var(--element-color-01);
  opacity: 1;
  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, sans-serif;
}

.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, sans-serif;
  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 {
  text-decoration: underline;
  transition: color .375s;
}

.link:hover {
  color: #353535;
}

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

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

.play-button-holder {
  background-color: #141722;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: background-color .5s;
  display: flex;
}

.play-button-holder:hover {
  background-color: var(--accent-color);
}

.play-icon {
  min-width: 16px;
  margin-left: 4px;
}

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

.play-button-title {
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.play-button-paragraph {
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 16px;
}

.lightbox-link {
  grid-column-gap: 8px;
  align-items: center;
  transition: opacity .4s;
  display: flex;
}

.lightbox-link:hover {
  opacity: .7;
}

.review-holder {
  grid-row-gap: 6px;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.stars {
  width: 180px;
}

.dark-block {
  background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--element-color-01) 4%, var(--element-color-02) 58%), url('../images/Noise.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border: 1px solid #75757566;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 64px #0003, 0 32px 21px #00000047;
}

.dark-block.testimonal-display {
  margin-bottom: 30px;
  display: inline-block;
  box-shadow: 0 2px 64px #0000000f, 0 9px 21px #00000029;
}

.feature-content {
  padding-left: 60px;
}

.feature-image-holder {
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.feature-image {
  object-position: 0% 100%;
  width: 100%;
}

.feature-title {
  font-size: 42px;
  font-weight: 500;
}

.check-icon-holder-2 {
  background-color: var(--accent-color);
  border: 1px solid #ffffff1a;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  display: flex;
}

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

.check-list-text-pricing {
  color: var(--font-color);
  font-size: 17px;
  font-weight: 400;
}

.feature-list {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 0;
}

.feature-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  overflow: hidden;
}

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

.super-feature-content {
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 19px;
  display: flex;
}

.super-feature-title {
  font-size: 42px;
  font-weight: 500;
}

.super-feature-tags-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  overflow: hidden;
}

.super-feature-tags-holder {
  align-items: center;
  display: flex;
}

.super-feature-tags-content {
  grid-column-gap: 12px;
  flex: none;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
  transform: translate(0);
}

.super-feature-tags {
  background-color: var(--bg-color);
  color: var(--font-color);
  border: 1px solid #c9c9c9;
  border-radius: 300px;
  flex: none;
  padding: 2px 14px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.super-feature {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.super-feature-wrapper {
  perspective: 1500px;
  width: 50%;
  height: 100%;
}

.super-feature-wrapper.big {
  width: 100%;
}

.feature-icon {
  width: 25px;
}

.quick-feature-holder {
  grid-column-gap: 12px;
  align-items: center;
  padding: 16px 18px;
  display: flex;
}

.quick-feature-paragraph {
  color: var(--font-color);
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.early-access-paraghaph {
  color: var(--font-color);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

.also-section {
  margin-top: 50px;
}

.also-title {
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.smaller-paragraph {
  color: var(--font-color);
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

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

.month {
  color: var(--font-color);
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.pricing-content-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.pricing-title-wrapper {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

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

.list-holder-pricing {
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.pricing-button-holder-2 {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.pricing-line {
  background-color: #c9c9c9;
  width: 100%;
  height: 1px;
}

.check-icon-holder-pricing {
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  display: flex;
}

.pricing-holder-wrapper-main {
  margin-top: 30px;
  padding-top: 60px;
  padding-bottom: 30px;
}

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

.pricing-content-holder {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 32px 20px;
  display: flex;
}

.cta-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
  overflow: hidden;
}

.cta-copy {
  grid-row-gap: 6px;
  flex-direction: column;
  padding: 75px 40px;
  display: flex;
}

.hero-dots-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.top-gradient {
  background-image: linear-gradient(0deg, #fff0 15%, var(--bg-color) 85%);
  height: 20%;
  position: absolute;
  inset: 0% 0% auto;
}

.bot-gradient {
  background-image: linear-gradient(180deg, #fff0 15%, var(--bg-color) 85%);
  height: 20%;
  position: absolute;
  inset: auto 0% 0%;
}

.heading {
  color: var(--accent-color);
}

.text-span, .text-span-2 {
  color: #8dbd14;
}

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

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

  .testimonal {
    grid-row-gap: 22px;
    padding: 32px;
  }
}

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

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

  .nav-menu-link-holder {
    grid-row-gap: 20px;
    background-color: var(--element-color-02);
    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;
  }

  .first-features-holder {
    width: 100%;
  }

  .first-features-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

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

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

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

  .early-access-wrapper {
    grid-row-gap: 60px;
  }

  .early-access-gird {
    grid-column-gap: 40px;
    width: 100%;
  }

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

  .early-access-button-holder {
    margin-top: 24px;
  }

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

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

  .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(--accent-color);
  }

  .feature-content {
    padding-top: 60px;
    padding-right: 60px;
  }

  .feature-content-wrapper {
    flex-direction: column;
    display: flex;
  }

  .super-feature {
    flex-direction: column;
  }

  .super-feature-wrapper {
    width: 100%;
  }

  .also-section {
    margin-top: 24px;
  }

  .pricing-grid, .cta-content-wrapper {
    flex-direction: column;
    display: flex;
  }

  .cta-copy {
    padding-bottom: 30px;
  }
}

@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-holder {
    padding-top: 60px;
  }

  .hero-section-mac-holder {
    top: 60px;
  }

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

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

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

  .four-features-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  ._4-power-features-holder, .testimonails-wrapper, .testimonail-slider-holder {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .brand {
    width: 90px;
    padding-left: 0;
  }

  .feature-content {
    padding: 24px;
  }

  .super-feature-holder, .super-feature-tags-wrapper, .super-feature {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 10px;
    font-size: 34px;
  }

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

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

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

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

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

  .paragraph-xl {
    font-size: 16px;
    font-weight: 400;
  }

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

  .hero-section-holder {
    padding-top: 60px;
  }

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

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

  .hero-section-mac-holder {
    align-items: flex-start;
    margin-top: -62px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .app-image {
    border-radius: 4px;
    width: 100%;
  }

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

  .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-wrapper {
    grid-row-gap: 100px;
    padding-bottom: 50px;
  }

  .early-access-card {
    min-width: 0;
  }

  .early-access-content-holder {
    padding-right: 0;
  }

  ._4-power-features-grid {
    grid-row-gap: 60px;
    flex-direction: column;
    display: flex;
  }

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

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

  .testimonail-slider-container {
    column-count: 1;
  }

  .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-list-holder {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

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

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

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

  .lightbox-link {
    justify-content: center;
  }

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

  .feature-title {
    font-size: 24px;
  }

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

  .pricing-holder-wrapper-main {
    margin-top: 35px;
    margin-bottom: 35px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-content-holder {
    padding: 8px;
  }

  .cta-copy {
    padding: 22px;
  }
}

#w-node-ff09307d-e6b3-3394-9a08-c9658fe96592-212eb6a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-adba5d8c-9172-a133-aa05-9f8dec8ef8e8-212eb6a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43ed58e9-e630-e71c-f560-4d6de83edb2b-212eb6a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e92bf484-a605-4132-f141-4518468af7e2-468af7d9, #w-node-_1a28ebeb-9162-d3cb-8468-7300a05229ba-212eb6a3, #w-node-_8595b4cc-f73c-3ac7-f9ab-37cddb2978a1-212eb6a4, #w-node-_63c7100f-9342-3d29-c1e8-a026ad70c2f3-212eb6a5, #w-node-_50d429f7-a276-3f83-9b9a-bc93d36794c4-212eb6a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b894a5fe-f86c-a319-2754-9c68f095fdc2-212eb6a6, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdc5-212eb6a6, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdc8-212eb6a6, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdcb-212eb6a6, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdce-212eb6a6, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd1-212eb6a6, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd4-212eb6a6, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdd7-212eb6a6, #w-node-b894a5fe-f86c-a319-2754-9c68f095fddc-212eb6a6, #w-node-b894a5fe-f86c-a319-2754-9c68f095fddf-212eb6a6, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde2-212eb6a6, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde5-212eb6a6, #w-node-b894a5fe-f86c-a319-2754-9c68f095fde8-212eb6a6, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdeb-212eb6a6, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf0-212eb6a6, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf3-212eb6a6, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf6-212eb6a6, #w-node-b894a5fe-f86c-a319-2754-9c68f095fdf9-212eb6a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b894a5fe-f86c-a319-2754-9c68f095fdfe-212eb6a6, #w-node-b894a5fe-f86c-a319-2754-9c68f095fe02-212eb6a6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-ff09307d-e6b3-3394-9a08-c9658fe96592-212eb6a0, #w-node-adba5d8c-9172-a133-aa05-9f8dec8ef8e8-212eb6a0 {
    grid-column: span 1 / span 1;
  }

  #w-node-cfd09119-a072-d3ff-c87c-d60ae36e125d-212eb6a0, #w-node-_833516a5-bfbd-1c0e-23af-a37ca5005d88-212eb6a0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cfd09119-a072-d3ff-c87c-d60ae36e125d-212eb6a0, #w-node-d7a5f542-51d6-7f32-8329-8ef59e55cbd7-212eb6a0 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b894a5fe-f86c-a319-2754-9c68f095fdfe-212eb6a6, #w-node-b894a5fe-f86c-a319-2754-9c68f095fe02-212eb6a6 {
    grid-column: span 2 / span 2;
  }
}


