body {
  color: #fff;
  background-color: #000;
  font-family: Outfit, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  color: #b2c8df;
  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: #7d7d7d;
  margin-bottom: 27px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  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, sans-serif;
  font-size: 15px;
}

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

blockquote {
  text-transform: none;
  border: 1px solid #0266ff;
  border-width: 1px 3px;
  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 {
  width: 54px;
  height: 54px;
  background-color: #fff;
  border-radius: 300px;
  box-shadow: 0 0 9px rgba(0, 0, 0, .28);
}

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

.yellow-color-show-case {
  width: 54px;
  height: 54px;
  background-color: #0266ff;
  border-radius: 300px;
}

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

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

.container.navbar-container {
  height: 100%;
  align-items: center;
  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 {
  color: #000;
  background-color: #bbe9c8;
  border-radius: 8px;
  padding: 15px 25px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 16px;
  font-weight: 500;
  transition: background-position .25s, background-color .45s;
}

.button:hover {
  background-color: #b2c8df;
}

.button.video {
  background-color: #b2c8df;
  background-image: url('../images/6436fdef4d05004b843765e7-video-icon.svg');
  background-position: 91%;
  background-repeat: no-repeat;
  background-size: 23px;
  padding-left: 25px;
  padding-right: 50px;
  font-weight: 500;
}

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

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

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

.button.navbar-button.w--current {
  background-color: #a4dcff;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button.white {
  color: #000;
  background-color: #b2c8df;
}

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

.style-guide-box-holder {
  background-color: #000;
  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 {
  background-color: #03040d;
  overflow: hidden;
}

.section.grey-section {
  background-color: #0d0d0d;
}

.section.uder-hero {
  z-index: 2;
  background-color: #000;
  margin-top: -70px;
  position: relative;
}

.section.grey-section-copy {
  background-color: #0d0d0d;
}

.section.hero-section {
  background-color: rgba(175, 238, 255, 0);
  margin-top: 92px;
  margin-bottom: 69px;
  overflow: hidden;
}

.button-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #151515;
  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 {
  font-size: 20px;
  line-height: 1.5;
}

.navbar {
  height: 60px;
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  background-color: rgba(243, 247, 251, .53);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

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

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

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

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

.nav-link {
  height: 100%;
  color: #000;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  transition: border-color .6s;
  display: flex;
  bottom: -1px;
}

.nav-link:hover {
  border-bottom-color: #000;
}

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

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

.footer-brand {
  max-width: 300px;
  grid-row-gap: 18px;
  flex-direction: column;
  align-items: flex-start;
  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 {
  color: #000;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.footer-link {
  color: #7d7d7d;
  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: #073158;
}

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

.footer-copyright-center {
  color: #000;
  text-transform: uppercase;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 15px;
}

.white-link {
  color: #353535;
  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-mark-holder {
  perspective: 1500px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.hero-section-mark {
  width: 26px;
  position: relative;
  left: 2px;
}

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

.hero-section-paragraph-holder {
  max-width: 500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

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

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

.mac-image {
  z-index: 2;
  color: #fff;
  position: relative;
}

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

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

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

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

.hero-blur-bg {
  width: 140%;
  min-width: 115%;
}

.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 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.first-feature-block-container {
  width: 100%;
  height: 100%;
}

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

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

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

.first-feature-image-holder {
  width: 100%;
  justify-content: center;
  margin-top: -29px;
  display: flex;
}

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

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

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

.iphone-background-holder {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

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

.fun-fact-holder {
  width: 100%;
  height: 100%;
  background-color: #181818;
  border-radius: 24px;
  overflow: hidden;
}

.fun-fact-container {
  width: 100%;
  height: 100%;
  padding: 40px 25px 25px;
}

.fun-fact-top-holder {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fun-fact-title-holder {
  grid-column-gap: 8px;
  align-items: center;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 18px;
  display: flex;
}

.fun-fact-icon-holder {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fun-fact-icon {
  width: 22px;
}

.fun-fact-social-media-icon-holder {
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  transition: border-color .275s;
  display: flex;
}

.fun-fact-social-media-icon-holder:hover {
  border-color: #0266ff;
}

.slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

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

.slider-text-holder {
  font-size: 62px;
}

.slider-arrow-holder {
  width: 24px;
}

.slider-arrow {
  width: 100%;
}

.slide {
  width: 100%;
  height: auto;
  margin-top: -10px;
}

.mask {
  width: 100%;
  height: auto;
  padding-bottom: 12px;
}

.slider-content {
  grid-row-gap: 45px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 32px;
  display: flex;
}

.slider-header {
  color: #7d7d7d;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 20px;
}

.white-text {
  color: #fff;
}

.arrow-holder {
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow {
  width: 16px;
}

.left-arrow {
  top: auto;
  bottom: -24%;
  left: 0%;
  right: auto;
}

.right-arrow {
  justify-content: flex-end;
  display: flex;
  top: auto;
  bottom: -24%;
  left: auto;
  right: 0%;
}

.slide-nav {
  grid-column-gap: 5px;
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  font-size: 12px;
  display: flex;
  bottom: -25%;
}

.featured-logos-section {
  background-color: rgba(243, 247, 251, .31);
  border-radius: 13px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.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;
  margin-bottom: 0;
  padding-top: 52px;
  display: flex;
}

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

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

.featured-logo {
  width: 100%;
  opacity: 1;
}

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

.paragraph-holder {
  max-width: 500px;
  margin-bottom: 40px;
}

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

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

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

.early-access-gird {
  width: 90%;
  grid-column-gap: 160px;
  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: space-between;
  display: flex;
}

.early-access-image-holder {
  width: 100%;
  border-radius: 24px;
  justify-content: flex-end;
  align-items: flex-end;
  display: block;
  position: relative;
  overflow: hidden;
}

.early-access-image-container {
  z-index: 1;
  width: 100%;
  height: 100%;
  perspective: 1500px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: absolute;
}

.early-access-image-container._02 {
  background-color: rgba(166, 220, 255, .81);
  justify-content: space-between;
  padding: 80px 50px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.early-access-image-container._02.d {
  background-color: rgba(166, 220, 255, .03);
}

.early-access-background-holder, .early-access-background {
  width: 100%;
}

.early-access-big-image-holder {
  width: 100%;
  border-radius: 20px;
  position: relative;
  top: -47px;
  left: 10%;
  box-shadow: -1px 1px 17px rgba(0, 0, 0, .25);
}

.early-access-big-image-holder._02 {
  margin-right: -66px;
  top: 157px;
  left: -9%;
}

.early-access-big-image {
  width: 90%;
  border-radius: 15px;
  margin-bottom: 0;
  margin-left: -10px;
  position: static;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.early-access-small-image-holder {
  z-index: 1;
  width: 350px;
  position: absolute;
  top: 7%;
  bottom: auto;
  left: -13%;
  right: auto;
}

.early-access-small-image-holder._02 {
  width: 100%;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.early-access-small-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .44);
}

.early-access-small-image._02 {
  width: 100%;
  margin-top: -20px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 11px;
}

.early-access-card {
  width: 100%;
  min-width: 370px;
  perspective: 1500px;
  display: flex;
  position: relative;
}

.early-access-content-holder {
  width: 100%;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  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-tag-container {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tag-image {
  width: 24px;
}

.early-access-title-holder {
  max-width: 349px;
}

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

._4-power-features-holder {
  padding-top: 90px;
  padding-bottom: 90px;
}

._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 {
  background-color: #0d0d0d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.power-feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  margin-top: 22px;
  margin-left: -1px;
  padding-left: 0;
  position: relative;
  left: 1px;
  overflow: hidden;
}

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

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

.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: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

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

.testimonial-mask {
  width: 800px;
  height: auto;
  overflow: visible;
}

.testimonial-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.testimonail-card-holder {
  height: 100%;
}

.testimonail-card-container {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #121212;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.testimonial-user-holder {
  z-index: 1;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  display: flex;
  position: relative;
}

.testimonial-content-holder {
  z-index: 1;
  height: 100%;
  max-width: 415px;
  grid-row-gap: 80px;
  background-color: #1b1c1d;
  border: 1px solid #323338;
  border-radius: 14px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: relative;
}

.testimonial-text {
  color: #8b8b8b;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 20px;
}

.testimonial-logo {
  border-radius: 15px;
}

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

.user-image-holder {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  background-color: rgba(99, 91, 255, .4);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

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

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

.user-job-position {
  color: rgba(255, 255, 255, .4);
  text-transform: uppercase;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 14px;
}

.hide {
  display: none;
}

.circle-holder {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 35.5938px;
  left: -64px;
  transform: rotate(0);
}

.cricle-container {
  width: 260px;
}

.circle-inside {
  width: 100%;
}

.left-arrow-slider {
  top: auto;
  bottom: -16%;
  left: 44%;
  right: auto;
}

.right-arrow-slider {
  top: auto;
  bottom: -16%;
  left: auto;
  right: 44%;
}

.pricing-wrapper {
  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: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-table-holder {
  background-color: #1b1c1d;
  border-radius: 12px;
  overflow: hidden;
}

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

.pricing-table {
  padding: 50px;
}

.pricing-header-holder {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-tag {
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, .2);
  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;
}

.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 {
  width: 100%;
}

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

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

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

.pricing {
  font-size: 24px;
}

.pricing-description {
  color: rgba(255, 255, 255, .4);
  font-size: 18px;
}

.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 {
  width: 970px;
  background-color: #1b1c1d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  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, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

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

.cta-logo-wrapper {
  z-index: 1;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 20px rgba(2, 102, 255, .28);
}

.cta-logo {
  width: 26px;
  position: relative;
  left: 1px;
}

.cta-blured-bg {
  width: 100px;
  height: 100px;
  opacity: .39;
  filter: blur(20px);
  background-color: rgba(2, 102, 255, .69);
  border-radius: 200px;
  position: absolute;
}

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

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

.text-field {
  width: 100%;
  height: 51px;
  color: #fff;
  background-color: #333;
  border: 1px solid #515151;
  border-radius: 8px;
  margin-bottom: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  transition: border-color .45s, box-shadow .425s;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .24), 0 0 14px rgba(0, 0, 0, .24), 0 21px 36px rgba(99, 91, 255, .12);
}

.text-field:hover {
  border-color: #777;
  box-shadow: 0 0 4px rgba(0, 0, 0, .24), 0 17px 20px rgba(0, 0, 0, .24), 0 21px 36px rgba(99, 91, 255, .12);
}

.text-field:focus {
  border-color: #448eff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .24), 0 0 14px rgba(0, 0, 0, .24), 0 21px 90px rgba(99, 91, 255, .04);
}

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

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

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

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

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

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

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

.cta-cricle-holder {
  width: 350px;
  position: absolute;
  top: auto;
  bottom: -32%;
  left: -15%;
  right: auto;
}

.cta-cricle-holder._02 {
  top: -18%;
  bottom: auto;
  left: auto;
  right: -14%;
  transform: rotate(180deg);
}

.cta-circle {
  width: 100%;
}

.thank-you-message {
  width: 100%;
  color: #7d7d7d;
  background-color: #333;
  border: 1px solid #515151;
  border-radius: 8px;
  margin-bottom: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 16px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .24), 0 0 14px rgba(0, 0, 0, .24), 0 21px 36px rgba(99, 91, 255, .12);
}

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

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

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

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

.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;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.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 {
  min-width: 280px;
  border-right: 1px solid #242424;
  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;
  color: #fff;
  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 {
  opacity: 1;
  border-right: 3px solid #fff;
}

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

.help-link-icon {
  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: #333;
  border: 1px solid #515151;
  border-radius: 8px;
  align-items: flex-start;
  padding: 26px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25), 1px 1px 14px rgba(0, 0, 0, .25), 0 21px 36px rgba(99, 91, 255, .13);
}

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

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

.figla-file-icon {
  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 {
  width: 100%;
  border-radius: 20px;
}

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

.link {
  text-decoration: underline;
  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 {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: #0d0d0d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 600px;
  text-align: center;
  flex-direction: column;
  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;
}

.image {
  mix-blend-mode: soft-light;
}

.image-2 {
  border-radius: 20px;
}

.paragraph {
  color: #fff;
  margin-top: 0;
  font-size: 30px;
  font-weight: 600;
}

.heading {
  margin-top: -12px;
  line-height: 1.2;
}

.paragraph-2 {
  max-width: 500px;
  object-fit: cover;
  flex-flow: row;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: visible;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27, .text-span-28, .text-span-29, .text-span-30, .text-span-31, .text-span-32, .text-span-33, .text-span-34, .text-span-35, .text-span-36, .text-span-37, .text-span-38, .text-span-39, .text-span-40 {
  color: #fff;
}

.text-block {
  font-size: 50px;
}

.text-span-41, .text-span-42 {
  color: #fff;
}

.paragraph-3 {
  margin-bottom: -16px;
}

.text-span-43, .text-span-44, .text-span-45, .text-span-46, .text-span-47, .text-span-48, .text-span-49 {
  color: #fff;
}

.price-persona {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-13 {
  color: #393939;
}

.text-block-17 {
  color: #fff;
}

.early-access-tag-holder-2 {
  grid-column-gap: 10px;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.early-access-content-holder-2 {
  width: 100%;
  grid-row-gap: 30px;
  background-color: #f3f7fb;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 10px 0;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.text-block-20 {
  color: #393939;
  font-size: 18px;
  font-weight: 600;
}

.fun-fact-container-2 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 40px 25px 86px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.white-text-2 {
  color: #393939;
}

.spacer {
  height: 48px;
  background-color: #e7ecf0;
}

.spacer._16 {
  width: 16px;
  height: 16px;
  background-color: rgba(0, 0, 0, 0);
  flex: none;
}

.paragraph-6, .paragraph-5 {
  color: #393939;
}

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

.button-2 {
  color: #f3f7fb;
  text-align: center;
  background-color: #073158;
  border-radius: 8px;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  transition: background-position .25s, background-color .45s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button-2:hover {
  color: #393939;
  background-color: #a5dcff;
  font-weight: 700;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.button-2.video {
  color: #000;
  background-color: #f3f7fb;
  background-image: url('../images/6436fdef4d05004b843765e7-video-icon.svg');
  background-position: 91%;
  background-repeat: no-repeat;
  background-size: 23px;
  padding-left: 25px;
  padding-right: 50px;
  font-weight: 500;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

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

.user-job-position-2 {
  color: rgba(255, 255, 255, .4);
  text-transform: uppercase;
  font-size: 14px;
}

.content-2 {
  color: #000;
}

.button-3 {
  color: #393939;
  background-color: #a5dcff;
  border-radius: 8px;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 500;
  transition: background-position .25s, background-color .45s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button-3:hover {
  background-color: #b2c8df;
}

.price-billing-interval {
  color: #81838c;
  letter-spacing: .05em;
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 400;
  line-height: 22px;
}

.title-3 {
  color: #393939;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.paragraph-8 {
  color: #393939;
  text-align: left;
}

.paragraph-4 {
  color: #393939;
}

.pricing-holder-2 {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 0;
}

.tabs-menu-2 {
  text-align: center;
  margin-bottom: 29px;
}

.price-feature-row {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.right-arrow-2 {
  filter: invert();
  justify-content: flex-end;
  display: flex;
  top: auto;
  bottom: -15%;
  left: auto;
  right: 0%;
}

.container-5 {
  max-width: 1200px;
  background-color: rgba(255, 235, 218, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.tag-image-2 {
  width: 24px;
  filter: invert();
}

.paragraph-14 {
  max-width: 500px;
  color: #393939;
  object-fit: cover;
  flex-flow: row;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  overflow: visible;
}

.text-box {
  max-width: 650px;
  position: relative;
}

.text-box.center-align {
  text-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.first-feature-text-container-2 {
  grid-row-gap: 12px;
  perspective: 1500px;
  color: #9095ab;
  background-color: rgba(243, 247, 251, 0);
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.testimonial-content-holder-2 {
  z-index: 1;
  height: 100%;
  max-width: 415px;
  grid-row-gap: 80px;
  background-color: #e4ebf3;
  border: 0 solid #323338;
  border-radius: 14px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.first-feature-block-holder-2 {
  width: 100%;
  height: 100%;
  background-color: #f3f7fb;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.price-description {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.bold-text-2 {
  color: #393939;
}

.price-divider {
  width: 33%;
  height: 1px;
  background-color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.price {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

.iphone-card-holder-2 {
  width: 100%;
  height: 100%;
  background-color: rgba(24, 24, 24, 0);
  border-radius: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.testimonial-text-2 {
  color: #000;
  font-size: 20px;
}

.text-block-18 {
  color: #393939;
  font-weight: 700;
}

.early-access-tag-container-2 {
  width: 32px;
  height: 32px;
  background-color: #393939;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-error {
  color: #33383f;
  background-color: #f8e5e5;
  border-radius: 8px;
  margin-top: 16px;
  padding: 16px;
  font-size: 14px;
  line-height: 1.3em;
}

.paragraph-9 {
  color: #393939;
}

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

.price-h3 {
  text-align: center;
  margin-top: 6px;
  margin-bottom: 25px;
  font-size: 25px;
  line-height: 1.3;
}

.early-access-features-2 {
  background-color: rgba(1, 12, 15, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.button-4 {
  height: 44px;
  color: #f3f7fb;
  text-align: center;
  background-color: #075255;
  border-radius: 6px;
  flex: none;
  margin-bottom: 8px;
  padding: 10px 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  transition: box-shadow .2s, transform .2s, border-color .2s, color .2s, background-color .2s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button-4:hover {
  color: #393939;
  background-color: #72f8e2;
}

.button-4:active {
  background-color: #1f4b97;
  transform: translate(0, 2px);
  box-shadow: 0 0 rgba(32, 32, 32, 0);
}

.button-4.dark {
  color: #fff;
  background-color: #1f4b97;
}

.button-4.dark:hover {
  background-color: #1259c4;
}

.button-4.dark.no-margin {
  color: #393939;
  background-color: #a4dcff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.heading-2 {
  font-weight: 500;
  display: block;
}

.heading-2.h1 {
  margin-bottom: 18px;
  font-size: 42px;
  line-height: 1.25em;
}

.container-6 {
  width: 100%;
  max-width: 1230px;
  min-height: 30px;
  color: #000;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
  position: relative;
}

.text-field-2 {
  height: 44px;
  min-width: 120px;
  background-color: #fff;
  border: 1px solid #e7ecf0;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 19px 12px;
  font-size: 16px;
  line-height: 1.4em;
  transition: border-color .1s;
}

.text-field-2:focus {
  border-color: #0b72ff;
}

.text-field-2::-ms-input-placeholder {
  color: #99a4af;
}

.text-field-2::placeholder {
  color: #99a4af;
}

.text-field-2.no-margin {
  margin-bottom: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.email-subscribe {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.pricing-wrapper-2 {
  background-color: rgba(1, 12, 15, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.tab-link-tab-2 {
  background-color: #f3f7fb;
  border-radius: 7px;
  margin-left: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.text-block-13 {
  color: #393939;
}

.text-block-21 {
  color: #393939;
  font-size: 50px;
}

.power-feature-card-container-2 {
  background-color: #0d0d0d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.pricing-box-row {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.pricing-box-row.monthly-row {
  justify-content: space-between;
}

.fun-fact-holder-2 {
  width: 100%;
  height: 100%;
  background-color: #f3f7fb;
  border-radius: 24px;
  overflow: hidden;
}

.price-feature-wrap {
  margin-bottom: 30px;
}

.text-block-16 {
  color: #fff;
}

.price-svg {
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  display: flex;
}

.price-box {
  width: 31%;
  min-height: 412px;
  color: #393939;
  text-align: left;
  background-color: #f3f7fb;
  border: 1px rgba(129, 131, 140, .5);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 3%;
  font-size: 12px;
  font-weight: 300;
  line-height: 2em;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.price-box:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.container-7 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.text-block-11 {
  color: #393939;
}

.testimonail-card-container-2 {
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f3f7fb;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.text-span-52 {
  color: #000;
}

.paragraph-15.large {
  font-size: 16px;
  line-height: 1.4em;
}

.slider-content-2 {
  grid-row-gap: 45px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 60px;
  display: flex;
}

.paragraph-7 {
  color: #000;
}

.hero-section-container-2 {
  grid-row-gap: 30px;
  text-align: center;
  background-color: rgba(164, 190, 255, 0);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-22 {
  color: #000;
}

.container-8 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
}

.slider-header-2 {
  color: #7d7d7d;
  font-size: 20px;
}

.text-block-19 {
  color: #fff;
}

.early-access-big-image-holder-2 {
  width: 100%;
  background-color: rgba(243, 247, 251, 0);
  border-radius: 20px;
  position: relative;
  top: -47px;
  left: 10%;
}

.early-access-big-image-holder-2._02 {
  margin-right: -66px;
  top: 157px;
  left: -9%;
}

.text-block-14 {
  color: #393939;
}

.right-arrow-slider-2 {
  filter: invert();
  top: auto;
  bottom: -16%;
  left: auto;
  right: 44%;
}

.text-block-12 {
  color: #393939;
}

.title-2 {
  color: #393939;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.user-name-2 {
  font-size: 17px;
}

.button-5 {
  max-width: 320px;
  color: #000;
  background-color: #a4dcff;
  border-radius: 8px;
  justify-content: center;
  margin-top: 56px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: 500;
  transition: background-position .25s, background-color .45s;
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

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

.left-arrow-slider-2 {
  filter: invert();
  top: auto;
  bottom: -16%;
  left: 44%;
  right: auto;
}

.section-3 {
  background-color: rgba(228, 235, 243, 0);
  padding-top: 0;
}

.section-3.grey-section {
  background-color: rgba(1, 12, 15, 0);
  margin-top: 0;
}

.section-3.uder-hero {
  z-index: 2;
  background-color: rgba(221, 228, 235, 0);
  margin-top: -70px;
  position: relative;
}

.form-success {
  width: 100%;
  color: #33383f;
  background-color: #e7f3ff;
  border-radius: 4px;
  padding: 16px 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.form-success.dark {
  color: #fff;
  background-color: #1259c4;
}

.slide-nav-2 {
  grid-column-gap: 5px;
  filter: invert();
  letter-spacing: 2px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  font-size: 12px;
  display: flex;
  bottom: -17%;
}

.left-arrow-2 {
  filter: invert();
  top: auto;
  bottom: -15%;
  left: 0%;
  right: auto;
}

.text-block-15 {
  color: #393939;
}

.email-form {
  width: 100%;
  max-width: 450px;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.email-form.center-align {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wrapper {
  width: 100%;
  min-height: 80vh;
  position: relative;
}

.early-access-background-holder-2 {
  width: 100%;
  min-height: 575px;
  opacity: 1;
  background-color: rgba(166, 220, 255, .23);
}

.title-4 {
  color: #393939;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.title-4.lala {
  color: #000;
}

.title-4.titleh {
  margin-top: auto;
  margin-bottom: 2px;
}

.heading-3 {
  color: #393939;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
}

.fun-fact-title-holder-2 {
  grid-column-gap: 8px;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.price-button {
  width: 100%;
  color: #393939;
  text-align: center;
  background-color: #a4dcff;
  border: 0 solid #416ff4;
  border-radius: 6px;
  margin-top: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  font-weight: 700;
  transition: background-color .2s;
  display: block;
}

.price-button:hover {
  color: #0d152e;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #e5e5e5;
}

.price-button.pop {
  color: #f3f7fb;
  background-color: #073158;
}

.heading-4 {
  color: #393939;
  margin-top: -12px;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 1.2;
}

.iphone-background-holder-2 {
  opacity: 1;
  background-color: #72f8e2;
  background-image: linear-gradient(#073158, #a5dcff);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.paragraph-16 {
  color: #393939;
  margin-bottom: -16px;
}

.cta-box {
  color: #393939;
  text-align: center;
  background-color: #f3f7fb;
  border-radius: 20px;
  flex-direction: row;
  align-items: center;
  padding: 52px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.section-4 {
  padding-top: 40px;
  padding-bottom: 10px;
  position: relative;
}

.section-4.light-grey {
  background-color: rgba(228, 235, 243, 0);
  padding-top: 10px;
  padding-bottom: 60px;
  position: relative;
}

.body {
  background-color: #e4ebf3;
}

.text-block-23, .text-block-24, .text-block-25, .text-block-26, .bold-text-3, .text-block-27, .text-block-28, .text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33 {
  color: #393939;
}

.tab-pane-tab-1 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.tabs-menu-3 {
  text-align: center;
}

.tab-link-tab-1 {
  background-color: #a5dcff;
}

.tabss {
  background-color: #a5dcff;
  border-radius: 9px;
  margin-left: 0;
}

.tabss:focus {
  border-radius: 10px;
  margin-right: 10px;
}

.tabss.w--current {
  border-radius: 9px;
  margin-left: 10px;
  margin-right: 10px;
}

.tab-pane-tab-3 {
  margin-top: 140px;
}

.tab-pane-tab-2 {
  margin-top: 40px;
}

.image-3 {
  max-width: 60%;
  border-radius: 12px;
}

.column, .column-2 {
  justify-content: center;
  display: flex;
}

.photo {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 20px;
}

.team-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-wrapper._1 {
  width: 100%;
}

.social-icon {
  z-index: 1;
  width: 17px;
  filter: invert();
  position: relative;
}

.button-text-wrapper {
  height: 24px;
  overflow: hidden;
}

.button-line-overlay {
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #063158;
  position: absolute;
}

.button-line-first {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .2);
  position: relative;
}

.photo-line-animation {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.container-9 {
  z-index: 1;
  max-width: 1200px;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-9._2 {
  max-width: 1040px;
}

.display-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
}

.social-content {
  grid-column-gap: 20px;
  filter: invert();
  justify-content: flex-end;
  display: flex;
}

.social-content._2 {
  justify-content: flex-start;
}

.heading-overlay {
  z-index: 2;
  height: 100%;
  background-color: #1d202c;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(-100%);
}

.heading-overlay._2 {
  transform: translate(0%, 100%);
}

.social-icon-wrapper {
  height: 19px;
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.button-with-line {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.button-with-line._2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}

.testimonials-name {
  color: rgba(255, 255, 255, .5);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 600;
}

.testimonials-name._2 {
  color: #063158;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 400;
}

.testimonials-name._1 {
  color: #063158;
}

.top-divider {
  border-bottom: 1px solid #dcf2f4;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: inline-block;
}

.top-divider.block {
  border-bottom-style: none;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 0;
  display: flex;
}

.team-flex {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-text {
  height: 20px;
  color: #063158;
  text-decoration: none;
}

.margin-150px {
  margin-top: 150px;
}

.section-5 {
  color: #063158;
  margin-top: -148px;
}

.tabs-formation {
  text-align: center;
  margin-top: -50px;
}

.tabs-link {
  background-color: #f3f7fb;
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.tabs-link.w--current {
  color: #fff;
  background-color: #063158;
  border-radius: 10px;
}

.tab-link-tab-2-2 {
  border-radius: 1px;
}

.tabs-menu-4 {
  margin-bottom: 20px;
}

.tab-pane-tab-1-2 {
  padding: 20px 40px;
}

.tabs-pane {
  padding: 20px 60px;
}

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

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

  .macbook-app {
    object-fit: cover;
  }

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

  .slider-holder, .slider {
    height: 100%;
  }

  .left-arrow, .right-arrow, .slide-nav {
    bottom: 8%;
  }

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

  .testimonial-logo, .image-2 {
    border-radius: 15px;
  }

  .right-arrow-2 {
    bottom: 8%;
  }

  .container-5 {
    max-width: 1340px;
  }

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

  .container-7, .container-8 {
    max-width: 1340px;
  }

  .slide-nav-2, .left-arrow-2 {
    bottom: 8%;
  }
}

@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 {
    height: auto;
    grid-row-gap: 20px;
    background-color: #0d0d0d;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

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

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

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

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

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

  .fun-fact-container {
    padding-bottom: 121px;
  }

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

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

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

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

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

  .testimonial-mask {
    width: 100%;
  }

  .left-arrow-slider {
    left: 35%;
  }

  .right-arrow-slider {
    right: 35%;
  }

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

  .cta-container {
    width: 100%;
  }

  .cta-cricle-holder._02 {
    right: -26%;
  }

  .cta-cricle-holder._01 {
    left: -28%;
  }

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

  .fun-fact-container-2 {
    padding-bottom: 121px;
  }

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

  .button-4 {
    position: relative;
  }

  .container-6 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-box-row.monthly-row {
    justify-content: center;
  }

  .price-box {
    width: 48%;
    max-width: 310px;
    margin-bottom: 2%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .right-arrow-slider-2 {
    right: 35%;
  }

  .left-arrow-slider-2 {
    left: 35%;
  }

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

  .container-9._2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .display-3 {
    font-size: 40px;
  }
}

@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;
    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: rgba(26, 27, 31, .75);
  }

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

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

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

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

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

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

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

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

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

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

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

  .testimonail-card-container {
    flex-direction: column-reverse;
    justify-content: space-between;
    display: flex;
  }

  .testimonial-user-holder {
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;
  }

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

  .cta-cricle-holder._02 {
    width: 270px;
  }

  .cta-cricle-holder._01 {
    width: 260px;
  }

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

  .brand {
    padding-left: 0;
  }

  .spacer {
    height: 32px;
  }

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

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

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

  .heading-2.h1 {
    font-size: 35px;
  }

  .price-box {
    width: 100%;
    min-height: auto;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
  }

  .testimonail-card-container-2 {
    flex-direction: column-reverse;
    justify-content: space-between;
    display: flex;
  }

  .paragraph-15 {
    font-size: 15px;
  }

  .cta-box {
    padding: 40px;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .display-3 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .top-divider.block, .team-flex {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}

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

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

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

  .button.white, .button.full {
    width: 100%;
    justify-content: center;
    align-items: center;
    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;
  }

  .nav-menu-link-holder {
    background-color: rgba(200, 200, 200, 0);
  }

  .nav-menu {
    background-color: rgba(243, 247, 251, .53);
    border-radius: 0;
  }

  .nav-link {
    color: #393939;
  }

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

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

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

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

  .hero-section-mac-holder {
    align-items: flex-start;
    padding-left: 20px;
  }

  .hero-section-mac-container {
    width: 200%;
  }

  .macbook-app {
    opacity: 0;
  }

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

  .hero-blur-bg {
    width: 160%;
    min-width: 350%;
    opacity: .4;
  }

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

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

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

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

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

  .featured-logos-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .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 {
    width: 100%;
    justify-content: center;
    align-items: center;
    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-image-holder {
    border-radius: 14px;
  }

  .early-access-image-container._02 {
    padding: 30px;
  }

  .early-access-big-image {
    width: 90%;
  }

  .early-access-small-image-holder {
    width: 250px;
    top: 14%;
    left: 4%;
  }

  .early-access-card {
    min-width: 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;
  }

  .testimonails-wrapper {
    padding-bottom: 60px;
  }

  .testimonail-card-container {
    padding: 10px;
  }

  .testimonial-user-holder {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0;
  }

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

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

  .testimonial-logo {
    border-radius: 15px;
  }

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

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

  .left-arrow-slider {
    justify-content: center;
    align-items: center;
    display: flex;
    left: 25%;
  }

  .right-arrow-slider {
    justify-content: center;
    align-items: center;
    display: flex;
    right: 25%;
  }

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

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

  .cta-cricle-holder._02, .cta-cricle-holder._01 {
    width: 180px;
  }

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

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

  .menu-button.w--open {
    background-color: #a5dcff;
  }

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

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

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

  .tabs-menu-2 {
    flex-direction: column;
    align-items: center;
    margin-bottom: -5px;
    display: flex;
    position: relative;
  }

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

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

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

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

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

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

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

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

  .button-4 {
    width: 100%;
    font-size: 16px;
  }

  .container-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field-2 {
    width: 100%;
    height: 40px;
    font-size: 15px;
  }

  .email-subscribe {
    width: 100%;
    flex-direction: column;
  }

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

  .tab-link-tab-2 {
    margin-top: 10px;
    margin-left: 0;
  }

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

  .price-box {
    margin-bottom: 10%;
  }

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

  .testimonail-card-container-2 {
    padding: 10px;
  }

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

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

  .right-arrow-slider-2 {
    justify-content: center;
    align-items: center;
    display: flex;
    right: 25%;
  }

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

  .left-arrow-slider-2 {
    justify-content: center;
    align-items: center;
    display: flex;
    left: 25%;
  }

  .section-3 {
    margin-top: 92px;
  }

  .email-form {
    width: 100%;
    flex-direction: column;
  }

  .title-4.titleh {
    margin-bottom: 10px;
  }

  .cta-box {
    padding: 32px;
  }

  .section-4 {
    padding-top: 10px;
  }

  .tabss {
    max-width: 300px;
  }

  .tabss.w--current {
    max-width: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .display-3 {
    margin-top: 15px;
  }

  .social-content {
    display: none;
  }

  .social-content._2 {
    display: flex;
  }

  .margin-150px {
    margin-top: 100px;
  }

  .section-5 {
    margin-top: -176px;
    padding: 21px;
  }

  .icon {
    color: #393939;
  }

  .tabs-link, .tabs-link.w--current {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .tabs-pane {
    padding-left: 5px;
    padding-right: 5px;
  }
}

#w-node-f57d545b-1d22-204e-cf31-91fc38552c2c-2126f233, #w-node-f57d545b-1d22-204e-cf31-91fc38552c3b-2126f233 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f57d545b-1d22-204e-cf31-91fc38552dc0-2126f233 {
  justify-self: end;
}

#w-node-f57d545b-1d22-204e-cf31-91fc38552dcb-2126f233 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f57d545b-1d22-204e-cf31-91fc38552de1-2126f233 {
  justify-self: end;
}

#w-node-f57d545b-1d22-204e-cf31-91fc38552dec-2126f233 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f57d545b-1d22-204e-cf31-91fc38552e03-2126f233 {
  justify-self: end;
}

#w-node-f57d545b-1d22-204e-cf31-91fc38552e0d-2126f233 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f57d545b-1d22-204e-cf31-91fc38552e21-2126f233 {
  justify-self: end;
}

#w-node-f57d545b-1d22-204e-cf31-91fc38552e2c-2126f233 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f57d545b-1d22-204e-cf31-91fc38552e42-2126f233 {
  justify-self: end;
}

#w-node-f57d545b-1d22-204e-cf31-91fc38552e4a-2126f233 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f57d545b-1d22-204e-cf31-91fc38552e60-2126f233 {
  justify-self: end;
}

#w-node-f57d545b-1d22-204e-cf31-91fc38552e68-2126f233, #w-node-a3b4333d-d9b5-65a1-31a2-c5641f844d1d-2126f233, #w-node-a3b4333d-d9b5-65a1-31a2-c5641f844d2e-2126f233, #w-node-f360ecf4-0894-a453-2619-1360f4383beb-2126f233, #w-node-_904ae239-0a17-fabc-1946-7de854cc689e-2126f233, #w-node-d2b9fa13-ac31-db56-2faf-51b2618f9e30-2126f233, #w-node-_5519e9e9-c3ca-5088-e72b-8b7780bd36c0-2126f233, #w-node-b88e21f2-9a9b-0898-e559-3cd4240fd428-468af7d9, #w-node-e92bf484-a605-4132-f141-4518468af7ef-468af7d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f57d545b-1d22-204e-cf31-91fc38552c21-2126f233 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b2250db4-1869-1d18-b0d1-5d1b80762257-2126f233, #w-node-_6d6144bd-947d-3bba-022f-de6429647867-2126f233, #w-node-af135a57-6465-fe29-5f76-0723b3f7e567-2126f233 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f57d545b-1d22-204e-cf31-91fc38552ca1-2126f233 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


