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

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

:root {
  --colors--background-color: #080a16;
  --fonts--heading-font: "Montserrat Variable", Arial, sans-serif;
  --colors--font-color: white;
  --fonts--paragraph-font: "IBM Plex Sans Hebrew", sans-serif;
  --colors--paragraph-color: #a4f2ed;
  --colors--acent-color: #075bda;
  --colors--element-stroke: #2a295c80;
  --colors--button-stroke-color: #4690ff;
  --colors--element-color-01: #111629;
  --colors--elemet-color-02: #0f1427;
  --colors--light-blue-02: #dae9fc;
  --colors--light-blue-01: #aad0f4;
}

.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(--colors--background-color);
  font-family: var(--fonts--heading-font);
  color: var(--colors--font-color);
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 55px;
  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 {
  font-family: var(--fonts--paragraph-font);
  color: var(--colors--paragraph-color);
  margin-bottom: 10px;
  font-size: 16px;
  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 {
  border-style: solid;
  border-width: 1px 3px;
  border-color: var(--colors--acent-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(--colors--acent-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: var(--colors--element-stroke);
}

.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;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 2em 0;
}

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

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

.container.sub {
  justify-content: center;
  align-items: flex-start;
  height: 50px;
  display: flex;
}

._100width {
  width: 100%;
}

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

.button {
  border: 1px solid var(--colors--button-stroke-color);
  background-color: var(--colors--acent-color);
  color: #fff;
  text-align: center;
  background-image: radial-gradient(circle at 50% 100%, #ffffff4a, #fff0 87%);
  border-radius: 40px;
  padding: 8px 18px;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: transform .475s cubic-bezier(.175, .885, .32, 1.275), background-color .45s;
}

.button:hover {
  background-color: #114ba3;
  transform: scale(1.05);
}

.button.navbar-button {
  border-color: var(--colors--element-stroke);
  background-color: #2a2a2a;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--colors--background-color), var(--colors--element-color-01) 87%);
  color: var(--colors--font-color);
  border-radius: 4px;
  padding: 7px 24px;
  font-size: 15px;
  font-weight: 400;
}

.button.navbar-button:hover {
  border-color: var(--colors--button-stroke-color);
  background-color: var(--colors--element-color-01);
}

.button.secondary {
  background-color: #2a2a2a;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, var(--colors--background-color), #00000040 87%);
  border-color: #383838;
}

.button.rev-top {
  margin-top: 20px;
}

.button.revenue {
  margin-top: 40px;
}

.style-guide-box-holder {
  background-color: var(--colors--background-color);
  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 {
  margin-top: 0;
  margin-bottom: 100px;
  padding-bottom: 0;
}

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

.section.overflow-hidden {
  width: 100%;
  position: relative;
  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 {
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #080a160a;
  height: auto;
  position: sticky;
  top: 0;
}

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

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

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

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

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

.nav-link {
  color: #fff;
  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: border-color .6s;
  display: flex;
  bottom: -1px;
}

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

.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 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: 15px;
  font-weight: 400;
  line-height: 1.2;
}

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

.footer-divider {
  border-top: 1px solid var(--colors--element-stroke);
  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: 6;
  padding-top: 90px;
  position: relative;
}

.hero-section-container {
  grid-row-gap: 20px;
  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 {
  justify-content: center;
  align-items: center;
  max-width: 150px;
  display: flex;
}

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

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

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

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

.hero-section-mac-holder {
  z-index: 2;
  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 {
  border-radius: 14px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.hero-section-mac.fuill {
  max-width: none;
}

.app-mac-image {
  z-index: 2;
  border-radius: 12px;
  width: 100%;
  position: relative;
}

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

.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 {
  border: 2px solid var(--colors--element-stroke);
  background-color: #181818;
  background-image: linear-gradient(180deg, var(--colors--element-color-01), var(--colors--elemet-color-02));
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  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 40px 0;
  display: flex;
}

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

.first-feature-paragaraph-holder.top {
  padding-top: 0;
}

.title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3;
}

.first-feature-image-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: clip;
}

.first-feature-image {
  flex: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 80%;
  max-height: 100%;
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.iphone-card-holder {
  border: 2px solid var(--colors--element-stroke);
  background-color: var(--colors--element-color-01);
  border-radius: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.iphone-card-container {
  z-index: 1;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

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

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

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

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

.iphone-image {
  z-index: 1;
  object-fit: cover;
  width: 300px;
  max-width: 350px;
  position: relative;
  overflow: visible;
}

.fun-fact-holder {
  border: 2px solid var(--colors--element-stroke);
  background-image: linear-gradient(180deg, var(--colors--element-color-01), var(--colors--elemet-color-02));
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.fun-fact-container {
  z-index: 5;
  width: 100%;
  height: 100%;
  padding: 40px 25px 25px;
  position: relative;
}

.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 {
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

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

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

.fun-fact-social-media-icon-holder:hover {
  border-color: var(--colors--acent-color);
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

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

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

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

.white-text {
  color: #fff;
}

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

.arrow {
  width: 16px;
}

.left-arrow {
  inset: auto auto -24% 0%;
}

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

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

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

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

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

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

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

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

.early-access-card {
  z-index: 2;
  border: 2px solid var(--colors--element-stroke);
  background-color: var(--colors--light-blue-02);
  background-image: linear-gradient(180deg, var(--colors--element-color-01), var(--colors--elemet-color-02));
  perspective: 1500px;
  border-radius: 13px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.tag-image {
  width: 24px;
}

.early-access-title-holder {
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.early-access-paraghaph-holder {
  width: 80%;
}

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

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

._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 {
  border: 2px solid var(--colors--element-stroke);
  background-color: #0d0d0d;
  background-image: linear-gradient(180deg, var(--colors--element-color-01), var(--colors--elemet-color-02));
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.power-feature-image-holder {
  z-index: 1;
  border-radius: 20px;
  height: 100%;
  padding-left: 60px;
  position: relative;
}

.power-feature-image {
  object-fit: cover;
  border-radius: 30px 20px 20px;
  width: 100%;
  height: 150px;
  padding-top: 20px;
  padding-left: 20px;
  position: relative;
  left: 1px;
  overflow: visible;
}

.power-feature-image.new, .power-feature-image.old {
  filter: blur(1px);
}

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

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

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

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

.testimonial-slider {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

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

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

.testimonail-card-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid var(--colors--element-stroke);
  background-image: linear-gradient(180deg, var(--colors--element-color-01), var(--colors--elemet-color-02));
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 16px;
  display: grid;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

.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: #ffffffa3;
  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 {
  inset: auto auto -16% 44%;
}

.right-arrow-slider {
  inset: auto 44% -16% auto;
}

.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 {
  border: 2px solid var(--colors--element-stroke);
  background-image: linear-gradient(180deg, var(--colors--element-color-01), var(--colors--elemet-color-02));
  border-radius: 12px;
  overflow: hidden;
}

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

.pricing-table {
  z-index: 4;
  padding: 50px;
  position: relative;
}

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

.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 #dadaff3b;
  border-bottom: 1px solid #dadaff3b;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
}

.list-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

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

.check-icon-holder {
  width: 18px;
  display: none;
  overflow: visible;
}

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

.check-icon {
  width: 100%;
}

.check-list-text {
  text-align: center;
  font-size: 16px;
  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: #ffffffab;
  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 {
  z-index: 4;
  border: 2px solid var(--colors--element-stroke);
  background-color: #1b1c1d;
  background-image: linear-gradient(180deg, var(--colors--element-color-01), var(--colors--elemet-color-02));
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 970px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

.cta-logo-wrapper {
  z-index: 1;
  background-color: #fff0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 20px #0266ff47;
}

.cta-logo {
  width: 100%;
}

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

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

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

.text-field {
  color: #fff;
  background-color: #262d48;
  border: 1px solid #e5e5e526;
  border-radius: 8px;
  width: 100%;
  height: 51px;
  margin-bottom: 0;
  font-family: IBM Plex Sans Hebrew, sans-serif;
  transition: border-color .45s, box-shadow .425s;
  box-shadow: 0 4px 4px #0000003d, 0 0 14px #0000003d, 0 21px 36px #635bff1f;
}

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

.text-field:focus {
  border-color: var(--colors--light-blue-01);
  box-shadow: 0 4px 18px #0000003d, 0 0 14px #0000003d, 0 21px 90px #635bff0a;
}

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

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

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

.submit-button {
  background-color: var(--colors--acent-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;
}

.cta-cricle-holder {
  width: 350px;
  position: absolute;
  inset: auto auto -32% -15%;
}

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

.cta-circle {
  width: 100%;
}

.thank-you-message {
  border: 2px solid var(--colors--element-stroke);
  background-color: var(--colors--elemet-color-02);
  color: #7d7d7d;
  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 #635bff1f;
}

.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: #333;
  border: 1px solid #aa5252;
  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 var(--colors--element-stroke);
  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: #c8c8c8;
  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;
  border: 1px solid var(--colors--element-stroke);
  background-color: var(--colors--background-color);
  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 {
  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: #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 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

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

.hero-line {
  width: 100%;
  height: 100%;
}

.hero-line-holder {
  z-index: 2;
  width: 80%;
  position: absolute;
  top: -17px;
  bottom: auto;
}

.hero-line-holder.blog {
  z-index: 10;
  top: -19px;
}

.hero-line-blur {
  width: 150%;
  min-width: 150%;
  position: absolute;
  top: -176px;
}

.hero-stars {
  width: 100%;
}

.hero-blur-box {
  opacity: .9;
  filter: blur(60px);
  background-color: #2d3755;
  position: absolute;
  inset: 0%;
}

.company-logo {
  opacity: .6;
  height: 100%;
}

.company-logo-wrapper {
  flex: none;
  height: 32px;
  padding-left: 40px;
  padding-right: 40px;
}

.company-logo-container {
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.graident-for-logos {
  background-image: linear-gradient(270deg, #080a1600, var(--colors--background-color));
  width: 120px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.graident-for-logos.right {
  background-image: linear-gradient(90deg, #080a1600, var(--colors--background-color));
  inset: 0% 0% 0% auto;
}

.company-logo-holder {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.trusted-by {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding-top: 68px;
  padding-bottom: 68px;
  display: flex;
  position: relative;
}

.end-gradient {
  z-index: 2;
  background-image: linear-gradient(0deg, var(--colors--background-color), #080a1600);
  height: 150px;
  position: absolute;
  inset: auto 0% 0%;
}

.light-section-holder {
  border-top: 1px solid #dfeffe24;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-top: 47px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.light {
  background-image: url('../images/BG-Blur.png'), radial-gradient(circle at 50% 0, #68bfff2b, #0000 60%);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  width: 432px;
  height: 220px;
  position: absolute;
  top: -111px;
}

.light-line {
  z-index: 2;
  background-image: linear-gradient(90deg, #0000, var(--colors--light-blue-01) 50%, #0000);
  width: 50%;
  height: 3px;
  position: absolute;
  top: -2px;
  bottom: auto;
}

.light-content {
  z-index: 1;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.blured-circles-holder {
  z-index: 3;
  opacity: .61;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.blured-circle {
  filter: blur(30px);
  background-image: radial-gradient(circle, #14b8e4, #14b8e400 67%);
  width: 260px;
  height: 260px;
  position: absolute;
  inset: -10% auto auto -21%;
}

.blured-circle._02 {
  opacity: .52;
  background-image: radial-gradient(circle, #0266ff, #14b8e400 67%);
  top: 10%;
  left: -43%;
}

.early-access-bg {
  z-index: 5;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.early-access-image {
  border-radius: 20px;
  width: 100%;
  max-width: 50%;
  margin-top: 0;
  padding-top: 25px;
  padding-left: 30px;
}

.feature-line {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 30px;
  display: flex;
  position: absolute;
  top: -16px;
  bottom: auto;
}

.hero-line-blur-feature {
  z-index: 1;
  opacity: 1;
  width: 150%;
  min-width: 150%;
  position: absolute;
  top: -84px;
}

.early-access-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.cta {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.blue-title {
  background-image: linear-gradient(180deg, var(--colors--light-blue-01), var(--colors--light-blue-02));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3;
}

.blog-item {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border: 2px solid var(--colors--element-stroke);
  background-image: linear-gradient(180deg, var(--colors--element-color-01), var(--colors--elemet-color-02));
  border-radius: 7px;
  padding: 19px;
  transition: border-color .325s, transform .475s;
  display: flex;
}

.blog-item:hover {
  border-color: var(--colors--light-blue-01);
  transform: none;
}

.blog-item.vertical {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}

.blog-item.vertical:hover {
  transform: scale(1.03);
}

.blog-thumbnail-holder {
  width: 100%;
  position: static;
}

.blog-thumbnail {
  border-radius: 10px;
  width: 100%;
}

.featured-collection-list-wrapper {
  z-index: 6;
  position: relative;
}

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

.blog-data.less-spac {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.blog-heading {
  font-size: 34px;
}

.blog-heading.smaller-heading {
  font-size: 23px;
}

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

.featured-collection-grid._3x {
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.blog-grid-holder {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-details-holder {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.blog-details-main-image-holder {
  border-radius: 14px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}

.blog-details-content {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.blog-name-details {
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sign-up-letter-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.blog-details-main-image {
  width: 100%;
}

.blog-details---title {
  max-width: 570px;
  font-size: 50px;
  font-weight: 500;
}

.sign-up-letter-holder {
  position: sticky;
  top: 160px;
}

.blog-date {
  font-size: 14px;
  font-weight: 400;
}

.sign-up-title {
  font-size: 20px;
}

.sign-up-letter {
  border: 1px solid #f3f5f7;
  border-radius: 12px;
  padding: 24px;
  position: sticky;
  top: 160px;
}

.sign-up-letter.lower {
  border-width: 2px;
  border-color: var(--colors--element-stroke);
  background-image: linear-gradient(180deg, var(--colors--element-color-01), var(--colors--elemet-color-02));
}

.text-span {
  color: #fff;
}

.paragraph {
  margin-bottom: 0;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  font-size: 18px;
}

.bold-text-6 {
  font-size: 19px;
}

.list {
  text-align: center;
  list-style-type: none;
}

.list-item {
  text-align: left;
}

.code-embed {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.div-block-2 {
  text-align: left;
  background-image: url('../images/Line.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 20px;
  margin-top: -25px;
  padding-top: 0;
  display: block;
  position: static;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

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

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.div-block-3 {
  background-color: #fff8c2;
  justify-content: center;
  align-items: center;
  height: 25px;
  display: flex;
}

.text-block {
  color: var(--colors--background-color);
  text-align: center;
}

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

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

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

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

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

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

@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(--colors--elemet-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-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-right: 0;
  }

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

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

  .hero-section-mac-holder {
    padding: 20px 44px 44px;
  }

  .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-wrapper {
    width: 150px;
  }

  .early-access-features, .early-access-wrapper {
    padding-bottom: 0;
  }

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

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

  .testimonial-mask {
    width: 100%;
  }

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

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

  .pricing-wrapper {
    padding-bottom: 0;
  }

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

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

  .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-content-holder {
    padding-top: 46px;
  }

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

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

  .menu-button {
    border: 2px solid #0000;
    border-radius: 12px;
    padding: 13px;
  }

  .menu-button.w--open {
    border: 2px solid var(--colors--element-stroke);
    background-color: var(--colors--element-color-01);
  }

  .hero-line-holder {
    top: -11px;
  }

  .hero-line-blur {
    top: -131px;
  }

  .hero-line-blur-feature {
    top: -58px;
  }

  .cta {
    width: 100%;
  }

  .blog-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .featured-collection-list-wrapper {
    top: -9px;
  }

  .blog-heading.medium {
    font-size: 25px;
  }

  .featured-collection-grid._3x {
    grid-template-columns: 1fr 1fr;
  }

  .blog-grid-holder {
    flex-direction: column;
    display: flex;
  }

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

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

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

  .hero-section-mac-holder {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .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 {
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
  }

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

  .hero-line-blur {
    top: -85px;
  }

  .company-logo-wrapper {
    height: 21px;
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .trusted-by {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .featured-collection-grid {
    flex-flow: column;
    display: flex;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 14px;
  }

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

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

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

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

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

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

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

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

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

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

  .hero-section-holder {
    padding-top: 71px;
    padding-bottom: 30px;
  }

  .hero-section-holder.blog {
    padding-bottom: 0;
  }

  .hero-section-container {
    grid-row-gap: 12px;
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .hero-section-header-holder {
    text-align: left;
  }

  .hero-section-button-holder {
    grid-row-gap: 16px;
    text-align: left;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .hero-section-mac-holder {
    align-items: flex-start;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero-section-mac {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-blur-bg-holder {
    width: 210%;
    inset: 0% 0% auto -36%;
  }

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

  .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-logo-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

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

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

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

  .early-access-content-holder {
    grid-row-gap: 12px;
  }

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

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

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

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

  .testimonial-slider {
    padding-bottom: 40px;
  }

  .testimonail-card-container {
    border-radius: 20px;
    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: 16px;
  }

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

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

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

  .pricing-table {
    padding: 14px;
  }

  .pricing-header {
    font-size: 28px;
  }

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

  .list-holder {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    display: flex;
  }

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

  .pricing-button-holder {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

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

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

  .cta-form-holder {
    padding-left: 12px;
    padding-right: 12px;
  }

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

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

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

  .help-container {
    padding-top: 57px;
  }

  .help-content-holder {
    padding-top: 24px;
  }

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

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

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

  .change-log-block-holder {
    flex-flow: column;
    display: flex;
  }

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

  .hero-line-blur {
    top: -50px;
  }

  .company-logo-holder {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .trusted-by {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .end-gradient {
    height: 70px;
  }

  .light-section-holder {
    padding: 40px 5px 20px;
  }

  .light {
    width: 190px;
  }

  .light-line {
    width: 60%;
  }

  .hero-line-blur-feature {
    top: -50px;
  }

  .hero-line-blur-feature.cta-blur {
    top: -20px;
  }

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

  .blog-item {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .blog-heading {
    font-size: 24px;
  }

  .blog-details-holder {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .blog-details-main-image-holder {
    border-radius: 6px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .blog-details---title {
    font-size: 33px;
  }

  .animate-on-load-04 {
    width: 100%;
  }

  .list {
    padding-left: 0;
  }

  .div-block {
    flex-flow: column;
    display: block;
  }

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

  .nav-menu-three {
    flex-direction: column;
  }

  .bold-text-8, .bold-text-9 {
    font-size: 10px;
  }

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

#w-node-f8c4116b-aa13-4c76-8b00-00d17250ca77-3e58c81f, #w-node-_7a7f12c9-6998-5b80-da62-a1022fd96b87-3e58c81f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e92bf484-a605-4132-f141-4518468af7e2-468af7d9, #w-node-_894916eb-2c74-ae02-7f0c-69de2fe748b1-468af7d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_50d429f7-a276-3f83-9b9a-bc93d36794c4-3e58c823 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

#w-node-_8595b4cc-f73c-3ac7-f9ab-37cddb2978a1-3e58c824, #w-node-_1a28ebeb-9162-d3cb-8468-7300a05229ba-3e58c825, #w-node-_63c7100f-9342-3d29-c1e8-a026ad70c2f3-3e58c826 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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


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