:root {
  --headings: Manrope, sans-serif;
  --paragraphs: Inter, sans-serif;
  --gold: gold;
  --gradient-01: #111932;
  --gradient-02: #070b18;
  --card-bg: #0d0e12;
  --royal-blue: #0266ff;
}

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

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

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

body {
  font-family: var(--headings);
  color: #fff;
  background-color: #000;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 101px;
  font-weight: 700;
  line-height: 1.1;
}

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

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

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 38px;
  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(--paragraphs);
  color: #ebebeb;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

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

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

li {
  font-family: var(--paragraphs);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
}

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

blockquote {
  text-transform: none;
  background-image: url('../images/Quote-Icon-01.svg'), url('../images/Quote-Icon-02.svg');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-left: 1px #000;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 0;
  font-size: 24px;
  font-style: italic;
  line-height: 1.7;
}

figure {
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

.container.mt-24 {
  margin-top: 96px;
}

._100width {
  width: 100%;
}

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

.button {
  font-family: var(--paragraphs);
  color: #070709;
  text-align: center;
  background-color: #fff;
  border-radius: 200px;
  padding: 10px 22px;
  font-size: 16px;
  font-weight: 400;
  transition: background-position .25s, background-color .45s;
  box-shadow: 0 6px 16px #fff3;
}

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

.button.navbar-button {
  box-shadow: none;
  color: #fff;
  white-space: nowrap;
  background-color: #000;
  background-image: radial-gradient(circle at 50% 0, #ffffff26, #0000);
  border: 1px solid #fff;
  border-radius: 200px;
  padding: 6px 28px;
  font-size: 15px;
  font-weight: 500;
}

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

.button.navbar-button.alt-button.black-text {
  color: #000;
}

.button.add-to-cart {
  border-bottom-left-radius: 12px;
  margin-top: 0;
}

.button.outline {
  box-shadow: none;
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle, #ffffff26, #0000);
  border: 1px solid #ffffff80;
}

.button.outline:hover {
  background-color: #00000096;
}

.button.with-arrow {
  background-image: url('../images/Arrow-Button.svg');
  background-position: 86%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  padding-right: 36px;
}

.button.alt-button {
  background-color: var(--gold);
}

.button.alt-button.mt-40 {
  margin-top: 40px;
}

.button.alt-button.mt-48 {
  margin-top: 48px;
}

.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 {
  z-index: 1;
  position: relative;
}

.section.hero-section {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.section.hero-section.getting-started {
  min-height: 0;
}

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

.section.overflow-hidden {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

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

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

.button-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #151515;
  border: 2px solid #ebebeb;
  border-radius: 0;
  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-size: 15px;
  font-weight: 400;
}

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

.navbar {
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  background-color: #1b1b1b00;
  height: 60px;
  position: sticky;
  top: 0;
}

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

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

.nav-menu-link-container {
  flex: 1;
  justify-content: flex-end;
  height: 100%;
  padding-right: 30px;
  display: flex;
}

.nav-menu-button-holder {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.brand-image {
  width: 100%;
}

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

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

.nav-link {
  font-family: var(--paragraphs);
  color: #fff;
  border-bottom: 3px solid #fff0;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  font-size: 14px;
  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-top: 60px;
  display: flex;
}

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

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

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

.title-small {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.footer-link {
  font-family: var(--paragraphs);
  color: #646464;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  transition: color .475s;
}

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

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

.footer-copyright-center {
  text-transform: uppercase;
  font-size: 15px;
}

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

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

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

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

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

.hero-section-paragraph-holder {
  max-width: 430px;
  margin-top: 8px;
  margin-bottom: 34px;
}

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

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

.title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #ffffff80, #bbb 50%, #ffffff80);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.3;
}

.white-text {
  color: #fff;
  font-weight: 500;
}

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

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

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

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

.early-access-card {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  perspective: 1500px;
  border-radius: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.early-access-title-holder {
  margin-top: 15px;
  margin-bottom: 10px;
}

.early-access-icons-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: grid;
}

.power-feature-card-container {
  background-image: linear-gradient(to bottom, var(--gradient-01), var(--gradient-02));
  border: 1px solid #48495e87;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.power-feature-content-holder {
  grid-row-gap: 6px;
  flex-direction: column;
  margin-top: 22px;
  display: flex;
}

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

.testimonail-slider-container {
  background-image: linear-gradient(to bottom, var(--gradient-01), var(--gradient-02));
  border: 1px solid #ffffff1f;
  border-radius: 8px;
  flex-direction: column;
  padding: 21px;
  display: inline-block;
}

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

.hide {
  display: none;
}

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

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

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

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

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

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

.cta-container {
  background-color: #0d0e12;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.cta-heading-holder {
  z-index: 2;
  grid-row-gap: 12px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  max-width: 70%;
  padding-top: 24px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.cta-heading {
  font-size: 32px;
  font-weight: 500;
}

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

.text-field {
  font-family: var(--paragraphs);
  color: #fff;
  background-color: #070709;
  border: 2px solid #262626;
  border-radius: 8px;
  width: 100%;
  height: 52px;
  margin-bottom: 0;
  font-size: 15px;
  transition: border-color .45s, box-shadow .425s;
  box-shadow: 0 4px 4px #0000003d, 0 0 14px #0000003d, 0 21px 36px #3838381f;
}

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

.text-field:focus {
  border-color: #fff;
  box-shadow: 0 4px 18px #0000003d, 0 0 14px #0000003d, 0 21px 90px #0000000a;
}

.text-field::placeholder {
  color: #7d7d7d;
  font-size: 15px;
}

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

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

.submit-button {
  font-family: var(--paragraphs);
  color: #fff;
  background-color: #070709;
  background-image: url('../images/White-Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 7px;
  border: 2px solid #262626;
  border-radius: 30px;
  width: 42px;
  height: 42px;
  padding: 12px 0 0;
  font-size: 16px;
  font-weight: 200;
  transition: background-color .375s;
  position: absolute;
  right: 10px;
}

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

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

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

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

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

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

.error-message.small {
  color: #fff;
  margin: 14px 0;
}

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

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

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

.help-back-link-holder {
  grid-column-gap: 8px;
  color: #7d7d7d;
  align-items: center;
  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-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-heading-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

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

.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;
  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 {
  background-color: #0d0d0d;
  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;
}

.brand {
  width: 130px;
}

.break-down-heading-holder {
  max-width: 660px;
}

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

.break-down-card-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.break-down-card {
  background-color: #0d0d0d;
  border: 2px solid #161616;
  border-radius: 24px;
  transition: border-color .425s;
  position: relative;
  overflow: hidden;
}

.break-down-card:hover {
  border-color: #353535;
}

.tab-link {
  background-color: #1b1c1d;
  border: 2px solid #282828;
  border-radius: 8px;
  height: 100%;
  padding: 11px 25px;
  transition: border-color .425s;
}

.tab-link:hover {
  border-color: #8a8a8a;
}

.tab-link.w--current {
  background-color: #1b1c1d;
  border-color: #fff;
}

.benefits-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.visable-image-content-holder {
  border-radius: 28px;
  width: 100%;
  overflow: hidden;
}

.visable-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 35vh;
}

.value-team-holder {
  padding-top: 120px;
  padding-bottom: 30px;
  overflow: hidden;
}

.value-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.value-team-images-holder {
  perspective: 1500px;
  width: 100%;
}

.team-gird-holder {
  justify-content: flex-start;
  align-items: center;
}

.team-gird {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
}

.team {
  position: relative;
  overflow: hidden;
}

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

.name {
  color: #fff;
  letter-spacing: .5px;
  font-size: 20px;
  font-weight: 500;
}

.name-and-description {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.job-position {
  font-family: var(--paragraphs);
  color: #dfdfdfa8;
  letter-spacing: .5px;
  font-size: 16px;
  font-weight: 400;
}

.social-media-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.social-media-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  transition: transform .35s, opacity .35s;
  display: flex;
}

.social-media-holder:hover {
  opacity: .6;
  transform: scale(1.2);
}

.social-media-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 24px;
}

.animate-on-load-04 {
  z-index: 1;
  position: relative;
}

.animate-on-load-04.center {
  perspective: 1500px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.blog-grid-2x {
  grid-row-gap: 0px;
  background-color: #0d0e12;
  border: 1px solid #ffffff2e;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  transition: transform .3s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  overflow: hidden;
}

.blog-grid-2x:hover {
  transform: scale(1.05);
}

.blog-grid-2x-image-holder {
  width: 100%;
  height: 440px;
  overflow: hidden;
}

.blog-grid-2x-image {
  object-fit: cover;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  height: 100%;
}

.blog-grid-2x-title {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 500;
}

.blog-grid-twos-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-grid-3x-holder.spacing {
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-grid-3x-image-holder {
  border-radius: 12px 12px 0 0;
  width: 100%;
  height: 370px;
  overflow: hidden;
}

.blog-holder {
  grid-row-gap: 80px;
  flex-direction: column;
  padding-bottom: 80px;
  display: flex;
}

.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-date {
  color: #7d7d7d;
  letter-spacing: .5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20.5px;
}

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

.blog-details---title {
  font-family: var(--headings);
  color: #fff;
  max-width: 570px;
  font-size: 42px;
  font-weight: 400;
}

.share-blog-icons {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.share-social-media-icon-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: .3;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  transition: opacity .3s, transform .375s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.share-social-media-icon-holder:hover {
  opacity: 1;
  transform: scale(1.2);
}

.share-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 24px;
}

.blog-details-holder {
  flex-direction: column;
  align-items: center;
  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-main-image {
  width: 100%;
}

.blog-rich-text p {
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
}

.blog-rich-text li {
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 300;
  line-height: 1.5;
}

.shop-category-button-holder {
  padding-top: 30px;
}

.shop-category-button {
  opacity: .5;
  font-family: var(--paragraphs);
  background-color: #0d0e12;
  border: 1px solid #ffffff3d;
  border-radius: 8px;
  padding: 12px 34px;
  font-size: 16px;
  font-weight: 500;
  transition: border-color .425s;
}

.shop-category-button:hover {
  border-color: #fff;
}

.shop-category-button.w--current {
  opacity: 1;
}

.shop-category-list-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.shop-category-list {
  grid-column-gap: 30px;
  display: flex;
}

.featured-shop-items-holder {
  margin-top: 40px;
  margin-bottom: 120px;
}

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

.featured-product-card {
  background-color: #0d0e12;
  border: 1px solid #ffffff1f;
  border-radius: 12px 12px 12px 0;
  padding: 18px;
  position: relative;
}

.featured-product-card-content {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.category {
  color: #7d7d7d;
  font-size: 15px;
  font-weight: 500;
}

.product-title {
  font-size: 38px;
  font-weight: 500;
}

.product-price {
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 500;
}

.add-to-cart-holder {
  margin-top: 12px;
}

.product-image-holder {
  border-radius: 11px;
  width: 100%;
  height: 290px;
  overflow: hidden;
  box-shadow: 28px 28px 31px #0000001a;
}

.product-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.default-state {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.out-of-stock-state {
  background-color: red;
  border-radius: 4px;
  padding: 16px;
  font-size: 18px;
}

.menu-cart-holder {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.cart-button {
  background-color: #3898ec00;
  width: 24px;
  padding: 0;
}

.cart-icon {
  width: 24px;
}

.cart-quantity {
  font-family: var(--paragraphs);
  color: #000;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  inset: -8px auto auto -18px;
}

.cart-container {
  background-color: #0d0e12;
  border: 1px solid #262626;
  border-radius: 11px;
  min-width: 420px;
  padding: 24px;
}

.cart-header {
  border-bottom-color: #282828;
  margin-bottom: 28px;
  padding: 0 0 20px;
}

.cart-list {
  padding: 0;
}

.x-icon {
  width: 24px;
}

.cart-hero {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.remove-button {
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cart-item {
  border-bottom: 1px solid #282828;
  flex-direction: column;
  margin-bottom: 26px;
  padding-top: 0;
  padding-bottom: 26px;
  position: relative;
}

.cart-item:last-child {
  border-bottom-style: none;
}

.price-and-quantity {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  display: flex;
}

.remove-button-x {
  background-color: #292929;
  background-image: url('../images/X-Icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 40px;
  width: 26px;
  height: 26px;
}

.product-name {
  font-size: 22px;
  font-weight: 500;
}

.product-details-holder {
  grid-row-gap: 4px;
  flex-direction: column;
  max-width: 200px;
  display: flex;
}

.product-thumbnail {
  border-radius: 8px;
  width: 72px;
  height: auto;
}

.product-cart-price {
  font-size: 27px;
  font-weight: 500;
}

.cart-quantity-menu {
  background-color: #2c2f3b;
  border-style: none;
  border-radius: 7px;
  margin-bottom: 0;
}

.quantity-holder {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-footer {
  border-top-color: #282828;
  padding: 24px 0 0;
}

.sub-total {
  font-size: 24px;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.checkout-form {
  background-color: #000;
}

.block-header {
  background-color: #fff0;
  border-style: none;
}

.block-content {
  background-color: #fff0;
  border: 1px #000;
}

.customer-info {
  background-color: #0d0e12;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  box-shadow: inset 3px 5px 20px #0000005e;
}

.checkout-input {
  background-color: #070709;
  background-image: radial-gradient(circle at 50% 0, #ffffff0a, #0000);
  border-width: 1.5px;
  border-color: #262626;
  border-radius: 6px;
  height: 50px;
  font-size: 17px;
  box-shadow: inset 4px 4px 20px #0000004f;
}

.field-label {
  color: #ffffffad;
  font-weight: 300;
}

.line-item {
  grid-row-gap: 4px;
  border-bottom: 1px solid #282828;
  flex-direction: column;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.line-item.no-border {
  border-bottom-style: none;
}

.sub-total-checkout {
  color: #434343;
  font-size: 18px;
}

.total-checkout {
  font-size: 32px;
  font-weight: 500;
}

.second-cta-container {
  background-color: #0d0d0d;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.product-details-wrapper {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #0d0e12;
  border: 1px solid #ffffff1f;
  border-radius: 17px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 18px;
  display: grid;
  position: relative;
}

.product-details-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 520px;
  display: flex;
}

.product-details-name {
  font-size: 52px;
}

.product-details-image-holder {
  width: 100%;
  overflow: hidden;
}

.product-details-image {
  border-radius: 13px;
  width: 100%;
}

.product-summery-holder {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  border-left: 1px solid #ffffff1f;
  flex-direction: column;
  justify-content: center;
  max-width: 520px;
  height: 100%;
  padding: 30px;
  display: flex;
}

.empty-state {
  background-color: #131313;
  border-radius: 15px;
  font-size: 24px;
  font-weight: 500;
}

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

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

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

.company-logo {
  height: 100%;
}

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

.graident-for-logos.right {
  background-image: linear-gradient(to right, #0000, #000);
  inset: 0% 0% 0% auto;
}

.left-heading-holder {
  max-width: 80%;
}

.feature-card-content {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  max-width: 460px;
  padding: 24px;
  display: flex;
}

.like-holder {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  font-family: var(--paragraphs);
  cursor: pointer;
  background-image: linear-gradient(#070b26, #121a4e);
  border: 1px solid #48495e;
  border-radius: 12px;
  align-items: center;
  padding: 9px 18px;
  font-size: 17px;
  transition: transform .35s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.like-holder:hover {
  transform: scale(1.08);
}

.grey-text {
  opacity: .6;
  color: #ebebeb;
  margin-bottom: 0;
}

.list {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  align-items: center;
  display: flex;
}

.pricing-button-holder {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.feature-slider {
  background-color: #ddd0;
  align-items: center;
  height: auto;
  margin-top: 150px;
  padding-bottom: 70px;
  display: flex;
}

.overflow-hidden {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}

.tab-link-name {
  color: #fff;
  font-size: 24px;
}

.tab-paragraph {
  font-family: var(--paragraphs);
  color: #fff;
  padding-top: 14px;
  padding-bottom: 15px;
  font-size: 17px;
  line-height: 1.5;
}

.tab-link-01 {
  background-image: linear-gradient(#020513, #02030a);
  border: 1px solid #48495e;
  border-radius: 12px;
  margin-bottom: 15px;
  padding: 17px;
}

.feature-icon {
  background-image: linear-gradient(#070b26, #121a4e);
  border: 1px solid #48495e;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 108px;
  min-width: 108px;
  height: 108px;
  min-height: 108px;
  display: flex;
}

.value-number {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff 22%, #ffffff5c);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 100px;
  font-weight: 600;
}

.team-profile-holder {
  aspect-ratio: 1;
  width: 100%;
}

.team-item {
  grid-column-gap: 32px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-info {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  max-width: 90%;
  display: flex;
}

.shipping-method {
  background-color: #fff0;
  border-bottom-color: #48495e;
}

.shipping-method:last-child {
  border-bottom-style: none;
}

.shipping-method-list {
  border: 1px #000;
}

.product-link {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  transition: transform .325s, opacity .35s;
  display: flex;
}

.product-link:hover {
  opacity: .7;
  transform: scale(.98);
}

.default-state-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.add-to-cart-button-holder {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.feature-small-icon {
  width: 150px;
  margin-left: -21px;
}

.feature-small-wrapper {
  margin-bottom: 6px;
}

.questions-container {
  background-image: linear-gradient(to bottom, var(--gradient-01), var(--gradient-02));
  cursor: pointer;
  border: 1px solid #cfcfcf1f;
  border-radius: 6px;
  flex-direction: column;
  padding: 15px;
  transition: opacity .325s;
  display: flex;
}

.questions-container:hover {
  opacity: .7;
}

.feature-with-image-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-image-holder {
  border-radius: 12px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 70vw;
  min-width: 70vw;
  height: 70vh;
  display: flex;
  position: static;
  overflow: hidden;
}

.hero-image-holder {
  border-radius: 9px;
  width: 90%;
  margin: 60px auto;
  position: relative;
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px;
  position: relative;
}

.team-thumbnail {
  border-radius: 12px;
  width: 100%;
}

.team-info-holder {
  background-color: #0c0d11;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 96%;
  padding: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5px;
}

.team-info-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.blog-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  padding: 23px;
  display: flex;
}

.logo-features-wrapper {
  border-radius: 14px;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

.logo-fade {
  background-image: linear-gradient(to top, #11193200 21%, #111932);
  border-radius: 14px;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

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

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

.hero-text-wrapper {
  z-index: 0;
  grid-column-gap: 13px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  display: flex;
  position: relative;
}

.hero-text-wrapper.mb-24 {
  margin-bottom: 24px;
}

.hero-wrapper {
  perspective: 1500px;
  perspective-origin: 50% 30%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  display: flex;
}

.hero-section-app-container {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 820px;
  display: flex;
  position: relative;
  left: 105px;
}

.hero-section-phone-holder, .hero-section-phone-image {
  z-index: 1;
  width: 100%;
  position: relative;
}

.hero-section-phone-screenshot-holder {
  padding: 2.5% 41% 34% 13%;
  position: absolute;
  inset: 0%;
}

.hero-section-phone-screenshot-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.hero-description-holder {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-description {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  border-bottom: 1px solid #292929;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  padding-top: 72px;
  padding-bottom: 70px;
  display: flex;
}

.gradient {
  z-index: 1;
  background-image: linear-gradient(#0000, #000 80%);
  height: 140px;
  position: absolute;
  inset: auto 0% 0;
}

.title-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.title-wrapper.centered {
  justify-content: center;
  align-items: flex-end;
}

.title-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  max-width: 75%;
  display: flex;
}

.title-left._w-50p {
  max-width: 55%;
}

.title-secondary {
  font-family: var(--paragraphs);
  color: #afafaf;
  font-weight: 400;
}

.no-marings {
  margin-top: 0;
  margin-bottom: 0;
}

.no-marings.text-32 {
  font-size: 32px;
}

.no-marings.text-32.mb-24 {
  margin-bottom: 24px;
}

.card-section-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1000px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grey-cards {
  background-color: #0d0e12;
  border-radius: 16px;
  overflow: hidden;
}

.first-card-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.title-cards {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #ffffff80, #bbb 50%, #ffffff80);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.3;
}

.card-image {
  object-fit: cover;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 560px;
  min-width: 570px;
}

.card-image-small {
  width: 100%;
}

.small-card-text-holder {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.small-card-text {
  font-family: var(--paragraphs);
  color: #adb0b9;
  font-size: 20px;
  font-weight: 300;
}

.sticky-phone-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.sticky-phone-holder {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .45fr;
  grid-auto-columns: 1fr;
  place-content: center;
  justify-items: center;
  width: 100%;
  display: grid;
}

.sticky-content-holder {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  flex-direction: column;
  max-width: 490px;
  display: flex;
  position: relative;
}

.sticky-content-container {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.small-icon {
  border-radius: 200px;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
}

.sticky-title {
  font-size: 36px;
  font-weight: 700;
}

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

.sticky-phone {
  width: 100%;
  position: sticky;
  top: 11%;
}

.hero-section-phone-holder-2 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-section-phone-screenshot-holder-2 {
  padding: 5%;
  position: absolute;
  inset: 0%;
}

.hero-section-phone-screenshot-image-2 {
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  height: 100%;
}

.feautre-slider-holder {
  margin-top: 60px;
  margin-bottom: 120px;
  overflow: hidden;
}

.feature-slider-wrapper {
  background-color: #ddd0;
  height: auto;
  padding-left: 70px;
  padding-right: 70px;
}

.feature-slider-mask {
  width: 270px;
  height: auto;
  overflow: visible;
}

.feature-slide {
  width: 100%;
  height: auto;
  margin-right: 30px;
}

.feature-slide-content {
  background-color: #0d0e12;
  border-radius: 14px;
  width: 100%;
  padding: 28px;
}

.feature-slide-icon {
  object-fit: contain;
  width: 42px;
  height: 48px;
}

.feature-slider-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  margin-top: 38px;
  margin-bottom: 20px;
  display: flex;
}

.arrow-button {
  background-color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  box-shadow: 0 6px 15px #fff3;
}

.arrow-icon {
  width: 9px;
}

.feature-slider-title {
  font-family: var(--paragraphs);
  font-size: 20px;
  font-weight: 600;
}

.text-block {
  font-family: var(--paragraphs);
  color: #afafaf;
  font-size: 16px;
}

.slider-arrow-circle {
  background-color: #070709;
  background-image: radial-gradient(circle, #ffffff26, #000);
  border: 2px solid #262626;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  display: flex;
}

.slider-arrow-icon {
  width: 10px;
}

.slider-arrow-icon.left {
  transform: translate(-2px)rotate(-180deg);
}

.left-arrow {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  inset: 0% auto 0% 0%;
}

.slider-overflow-hidden {
  overflow: hidden;
}

.right-arrow {
  z-index: 2;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  inset: 0% 0% 0% auto;
}

.gradient-slider {
  z-index: 1;
  background-image: linear-gradient(to right, #0000, #000);
  width: 80px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.gradient-slider.left {
  background-image: linear-gradient(270deg, #0000, #000);
  inset: 0% auto 0% 0;
}

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

.premium-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.paragraph-l {
  font-family: var(--paragraphs);
  font-size: 24px;
  font-weight: 300;
}

.simple-heading {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.premium-features {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 40px;
  display: grid;
}

.premium-features.small-gab {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.icon-title {
  margin-top: 13px;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 600;
}

.premium-icons-holder {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.premium-icon-holder {
  width: 270px;
  position: relative;
}

.premium-icon-holder._02 {
  width: 160px;
  position: relative;
  top: 15px;
  left: 123px;
  transform: rotate(10deg);
}

.premium-icon-holder._03 {
  width: 230px;
  top: -68px;
  left: -71px;
}

.premium-icon-holder._01 {
  position: static;
  top: 36px;
  left: auto;
  transform: rotate(-8deg);
}

.premium-icon {
  z-index: 1;
  width: 100%;
  position: relative;
}

.premium-icon.blur {
  z-index: -1;
  filter: blur(80px);
  position: absolute;
  inset: 0%;
}

.white-line {
  background-color: #1f1f1f;
  width: 100%;
  max-width: 800px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.center-title {
  padding-top: 100px;
  padding-bottom: 60px;
}

.cta-phone-holder {
  z-index: 1;
  width: 440px;
  position: relative;
}

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

.cta-section-phone {
  z-index: 1;
  width: 100%;
  position: relative;
  top: 64px;
}

.feature-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.feature-hero-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.feature-paragraph-holder {
  max-width: 510px;
  margin-top: 20px;
  margin-bottom: 42px;
}

.feature-button-holder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.feature-icons-wrapper {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 120px;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
}

.feature-icon-holder {
  width: 250px;
  position: relative;
}

.feature-icon-holder._01 {
  margin-top: -164px;
  margin-bottom: -164px;
  transform: rotate(-10deg);
}

.feature-icon-holder._03 {
  width: 210px;
  margin-top: -148px;
  transform: rotate(9deg);
}

.card-features-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.card-feature {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #0d0e12;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 36px;
  transition: background-color .325s, transform .45s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.card-feature:hover {
  background-color: #16181f;
  transform: scale(1.05);
}

.card-feature-titel {
  font-size: 20px;
  font-weight: 600;
}

.card-feature-paragraph {
  font-family: var(--paragraphs);
  color: #afafaf;
  max-width: 340px;
  font-size: 16px;
}

.stats-holder {
  justify-content: space-between;
  padding-top: 60px;
  display: flex;
}

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

.stats-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #ffffff80, #bbb 50%, #ffffff80);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.3;
}

.stats-paragraph {
  font-size: 32px;
}

.stats-text-holder {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 95px;
  padding-bottom: 95px;
  display: flex;
}

.stats-text-container {
  text-align: center;
  max-width: 1020px;
}

.stats-text {
  color: #acacac;
  font-size: 47px;
}

.service-wrapper {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-direction: column;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
}

.service-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.service-holder.inverted {
  grid-template-columns: 1fr 1.25fr;
}

.service-image-holder {
  border-radius: 32px;
  width: 100%;
  overflow: hidden;
}

.service-image {
  width: 100%;
}

.team-icon {
  z-index: 1;
  width: 100%;
  position: relative;
}

.team-icon.blured {
  z-index: 0;
  opacity: .77;
  filter: blur(70px);
  position: absolute;
}

.team-icon-holder {
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-top: -144px;
  margin-right: -103px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

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

.career-cards-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 60px;
  padding-top: 30px;
  display: grid;
}

.career-cards {
  background-color: #0d0e12;
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 35px 20px;
  display: flex;
}

.career-icon-holder {
  background-color: #0d0e12;
  background-image: radial-gradient(circle at 50% 0, #ffffff1c, #0000);
  border: 1px solid #fff;
  border-radius: 200px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  display: flex;
}

.career-icon {
  width: 200px;
  font-size: 50px;
}

.career-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 280px;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

.demo-title {
  font-size: 20px;
  font-weight: 600;
}

.career-description {
  font-family: var(--paragraphs);
  color: #afafaf;
  text-align: left;
  font-size: 16px;
}

.company-slider {
  border-radius: 24px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.team-slider {
  border-radius: 24px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.team-slider-image {
  width: 100%;
}

.slider-overlay {
  background-image: linear-gradient(to top, #000000c7, #0000);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 50%;
  padding: 32px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-stats {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 440px;
  display: flex;
}

.slider-text {
  font-size: 32px;
}

.stats-slider {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #ffffff80, #fff 50%, #ffffff80);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.3;
}

.hero-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #ffffff80, #bbb 50%, #ffffff80);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.3;
}

.perspective {
  perspective: 1500px;
}

.shadow {
  filter: blur(42px);
  background-color: #000;
  width: 150%;
  height: 70%;
  position: absolute;
  inset: 4% 0% auto -40%;
}

.big-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #ffffff80, #bbb 50%, #ffffff80);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.3;
}

.instruction-image {
  width: 100%;
}

.dual-button-holder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.features-grid.mt-40 {
  margin-top: 40px;
}

.card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--card-bg);
  border-radius: 16px;
  flex-flow: column;
  padding: 48px 24px 32px;
  display: flex;
}

.card-header {
  margin-top: 24px;
  font-weight: 500;
}

.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, .paragraph, .text-span-25 {
  text-decoration: underline;
}

.get-started-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.get-started-box.stacked {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.content-50 {
  width: 50%;
  display: flex;
}

.content-50.content-image {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.content-50.content-copy {
  flex-flow: column;
}

.bold-text.big-text {
  font-size: 24px;
  font-weight: 600;
}

.text-18 {
  font-size: 18px;
  font-weight: 600;
}

.div-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.bold-p {
  font-size: 18px;
  font-weight: 600;
}

.gray-p {
  color: #9f9f9f;
}

.div-block-2 {
  background-color: #18181b;
  border-radius: 16px;
  width: 70%;
  padding: 24px 75px;
}

.paragraph-2 {
  padding-left: 0;
  font-family: Inconsolata, monospace;
}

.text-span-26, .text-span-27, .text-span-28 {
  color: gold;
}

.mt-48 {
  margin-top: 48px;
}

.gold-text {
  padding-left: 0;
  font-family: Inconsolata, monospace;
}

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

.center-p.gold-text.gold-p {
  color: gold;
  margin-bottom: 0;
}

.cta-apps {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

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

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

  .white-text.pb-4 {
    margin-bottom: 16px;
    display: block;
  }

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

  .thank-you-message {
    box-shadow: none;
    background-color: #122824;
    border-style: none;
  }

  .error-message {
    background-color: #421111;
    border-style: none;
  }

  .product-image-holder {
    height: 380px;
  }

  .feature-slider {
    padding-bottom: 81px;
  }

  .small-card-text-holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .sticky-content-holder {
    max-width: 560px;
  }

  .sticky-title {
    font-size: 42px;
  }

  .sticky-phone-container {
    position: relative;
    left: -100px;
  }

  .sticky-phone {
    top: 13%;
  }

  .cta-phone-holder {
    display: block;
  }

  .hero-image {
    border-radius: 0;
  }

  .career-cards, .career-content {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .career-description {
    text-align: left;
  }

  .card-header {
    font-size: 20px;
  }

  .text-block-2 {
    line-height: 1.4;
  }

  .text-block-3 {
    color: #f08181;
    line-height: 1.6;
  }

  .get-started-box.mb-16 {
    margin-bottom: 32px;
  }

  .content-50.content-image {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }
}

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

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 20px;
  }

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

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

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

  .nav-menu-link-container {
    height: auto;
    padding-right: 0;
  }

  .nav-menu-button-holder {
    display: none;
  }

  .nav-menu {
    height: auto;
  }

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

  .footer-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

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

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

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

  .cta-container {
    width: 100%;
  }

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

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

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

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

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

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

  .break-down-card-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 60%;
    display: flex;
  }

  .team-gird-holder {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .team-gird {
    flex-direction: column;
    width: 60%;
    display: flex;
  }

  .team {
    flex-direction: column;
    align-items: center;
    display: flex;
    overflow: visible;
  }

  .name-holder {
    min-width: 0;
  }

  .social-media-container {
    display: flex;
  }

  .product-grid {
    grid-row-gap: 120px;
    flex-direction: column;
    display: flex;
  }

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

  .product-details-wrapper {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    display: flex;
  }

  .product-summery-holder {
    border-left-style: none;
  }

  .feature-card-content {
    padding: 13px;
  }

  .hero-image-holder {
    width: 100%;
  }

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

  .team-info-holder {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 14px;
    position: relative;
    bottom: 0;
  }

  .hero-wrapper {
    padding-top: 60px;
  }

  .hero-section-app-container {
    width: 80%;
  }

  .hero-section-phone-holder {
    width: 100%;
  }

  .hero-section-phone-screenshot-image {
    border-radius: 20px;
  }

  .first-card-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .card-image {
    width: 100%;
    min-width: 0;
  }

  .sticky-title {
    font-size: 30px;
  }

  .hero-section-phone-screenshot-image-2 {
    border-radius: 20px;
  }

  .paragraph-l {
    font-size: 18px;
  }

  .premium-features {
    flex-direction: column;
    display: flex;
  }

  .premium-icon-holder._02 {
    width: 120px;
    left: 86px;
  }

  .premium-icon-holder._03 {
    width: 170px;
  }

  .premium-icon-holder._01 {
    width: 180px;
  }

  .cta-section-phone {
    width: 100%;
    left: 70px;
  }

  .stats-title {
    font-size: 50px;
  }

  .stats-paragraph {
    font-size: 20px;
  }

  .service-holder {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .service-holder.inverted {
    flex-direction: column-reverse;
  }

  .team-icon-holder {
    width: 190px;
    margin-top: -72px;
    margin-right: -44px;
  }

  .slider-text {
    font-size: 30px;
  }

  .stats-slider {
    font-size: 50px;
  }

  .hero-text {
    font-size: 77px;
  }

  .title-card-holder {
    align-self: auto;
    width: 100%;
    padding: 60px;
  }

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

  .features-grid.mt-40 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .get-started-box {
    flex-flow: wrap;
  }

  .content-50.content-image {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
  }

  .content-50.content-copy {
    width: 100%;
  }

  .bold-text.big-text {
    font-size: 20px;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 5px;
    font-size: 42px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

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

  .border-box {
    padding: 2px;
  }

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

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

  .testimonail-slider-container {
    margin-bottom: 12px;
    padding: 15px;
  }

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

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

  .tab-link {
    justify-content: center;
    display: flex;
  }

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

  .blog-grid-2x {
    height: 100%;
  }

  .blog-grid-2x-image-holder {
    height: 300px;
    min-height: 300px;
  }

  .blog-grid-2x-title {
    font-size: 18px;
    font-weight: 600;
  }

  .blog-rich-text blockquote {
    margin-left: 0;
    margin-right: 0;
    font-size: 21px;
    line-height: 1.4;
  }

  .featured-shop-items-holder {
    margin-bottom: 120px;
  }

  .featured-product-card {
    padding: 17px;
  }

  .product-title {
    font-size: 36px;
    font-weight: 400;
  }

  .product-image-holder {
    border-radius: 20px;
    height: 420px;
  }

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

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

  .feature-with-image-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .feature-image-holder {
    width: 100%;
    min-width: 0;
    height: auto;
  }

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

  .blog-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding: 16px;
  }

  .hero-section-app-container {
    width: 100%;
    margin-top: 22px;
    left: 74px;
  }

  .title-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .title-wrapper.centered {
    justify-content: flex-end;
    align-items: center;
  }

  .card-section-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

  .title-cards {
    font-size: 60px;
  }

  .sticky-phone-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: .75fr .7fr;
  }

  .small-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .sticky-title {
    font-size: 24px;
    font-weight: 500;
  }

  .feature-slider-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .feature-icons-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: row;
    align-items: center;
    padding-top: 47px;
  }

  .feature-icon-holder._01 {
    width: 140px;
    margin-top: 0;
    margin-bottom: 0;
    top: -38px;
    left: -33px;
  }

  .feature-icon-holder._03 {
    width: 100px;
    margin-top: 0;
    top: -25px;
    left: 45px;
  }

  .feature-icon-holder._02 {
    width: 110px;
  }

  .career-cards-holder {
    grid-template-columns: 1fr;
  }

  .company-slider {
    border-radius: 9px;
  }

  .team-slider {
    border-radius: 5px;
  }

  .hero-text {
    padding-top: 0;
    font-size: 60px;
    line-height: 1.3;
  }

  .title-card-holder {
    padding: 30px;
  }

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

  .features-grid.mt-40 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-weight: 400;
  }

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

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

  .container {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

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

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

  .section.hero-section {
    min-height: 0;
  }

  .section.overflow-hidden {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .paragraph-xl {
    font-size: 18px;
  }

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

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

  .hero-section-header-holder {
    grid-column-gap: 9px;
    text-align: left;
    justify-content: flex-start;
  }

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

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

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

  .early-access-icons-holder {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 24px;
    display: flex;
  }

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

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

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

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

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

  .cta-container {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-form-holder {
    align-items: stretch;
    padding: 11px;
  }

  .cta-heading-holder {
    text-align: center;
    align-items: center;
    max-width: 100%;
    padding: 13px 15px;
  }

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

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

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

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

  .break-down-card-grid {
    width: 100%;
  }

  .visable-image-content-holder {
    border-radius: 12px;
  }

  .value-team-holder {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .value-wrapper {
    flex-direction: column;
  }

  .team-gird-holder {
    padding-bottom: 30px;
  }

  .team-gird {
    width: 100%;
  }

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

  .blog-grid-2x:hover {
    transform: none;
  }

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

  .blog-details-main-image-holder {
    border-radius: 6px;
  }

  .shop-category-list-wrapper {
    align-items: flex-start;
  }

  .shop-category-list {
    grid-column-gap: 12px;
  }

  .product-grid {
    grid-row-gap: 30px;
  }

  .featured-product-card {
    border-radius: 12px;
    padding: 11px;
  }

  .product-title {
    font-size: 30px;
  }

  .product-price {
    font-size: 26px;
  }

  .add-to-cart-holder {
    margin-top: 14px;
  }

  .product-image-holder {
    border-radius: 13px;
    height: 240px;
  }

  .cart-container {
    border-style: none;
    border-radius: 0;
    min-width: 100%;
    max-width: 100%;
    height: 100vh;
    padding: 12px;
  }

  .cart-hero {
    align-items: flex-start;
  }

  .cart-item {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .price-and-quantity {
    margin-top: 16px;
  }

  .product-name {
    max-width: 160px;
    font-size: 19px;
  }

  .product-thumbnail {
    width: 50px;
  }

  .product-cart-price {
    font-size: 18px;
  }

  .cart-footer {
    padding-top: 12px;
  }

  .checkout-form {
    padding: 12px;
  }

  .block-content {
    padding: 8px;
  }

  .product-details-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    padding: 13px;
  }

  .product-details-container {
    width: 100%;
    padding: 0;
  }

  .product-details-name {
    font-size: 32px;
  }

  .product-summery-holder {
    max-width: none;
    padding: 0;
  }

  .left-heading-holder {
    max-width: 100%;
  }

  .feature-card-content {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .tab-link-name {
    font-size: 18px;
  }

  .tab-paragraph {
    color: #c4c4c4;
    font-size: 15px;
    font-weight: 300;
  }

  .tab-link-01 {
    padding: 13px;
  }

  .add-to-cart-button-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-image-holder {
    width: 100%;
  }

  .team-grid {
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

  .logo-features-wrapper, .logo-fade {
    width: 60px;
    height: 60px;
  }

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

  .hero-text-wrapper {
    grid-column-gap: 5px;
  }

  .hero-wrapper {
    padding-top: 20px;
  }

  .hero-section-app-container {
    width: 150%;
  }

  .hero-section-phone-holder {
    left: auto;
  }

  .card-section-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .title-cards {
    font-size: 40px;
  }

  .sticky-phone-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .sticky-phone-holder {
    flex-direction: column;
    display: flex;
  }

  .sticky-content-holder {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .sticky-content-container {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-direction: column;
  }

  .sticky-phone-container {
    justify-content: flex-start;
  }

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

  .hero-section-phone-holder-2 {
    z-index: 5;
    width: 240px;
  }

  .feautre-slider-holder {
    margin-bottom: 60px;
  }

  .feature-slider-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .feature-slider-mask {
    width: 100%;
  }

  .gradient-slider {
    display: none;
  }

  .premium-grid {
    flex-direction: column;
    display: flex;
  }

  .premium-icon.blur {
    filter: blur(50px);
  }

  .cta-phone-holder {
    width: 100%;
  }

  .cta-section-phone {
    top: 33px;
    left: 30px;
  }

  .feature-hero-container {
    text-align: left;
    align-items: stretch;
  }

  .feature-button-holder {
    flex-direction: column;
    width: 100%;
  }

  .feature-icons-wrapper {
    flex-direction: column;
    padding-top: 108px;
  }

  .feature-icon-holder._03 {
    width: 170px;
    top: -75px;
    left: -57px;
  }

  .feature-icon-holder._02 {
    width: 90px;
    top: -27px;
    left: 94px;
  }

  .card-features-holder {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    display: flex;
  }

  .card-feature {
    padding: 25px;
  }

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

  .stats-text-holder {
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .stats-text {
    font-size: 30px;
  }

  .service-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .team-icon-holder {
    width: 80px;
    margin-top: -31px;
    margin-right: -15px;
  }

  .hero-image {
    border-radius: 12px;
    width: 100%;
  }

  .team-slider {
    height: 500px;
  }

  .team-slider-image {
    object-fit: cover;
    height: 100%;
  }

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

  .stats-slider {
    font-size: 50px;
  }

  .hero-text {
    font-size: 45px;
  }

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

  .dual-button-holder {
    flex-direction: column;
    width: 100%;
  }

  .features-grid.mt-40 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .content-50.content-image.mb-16 {
    margin-bottom: 16px;
  }

  .bold-text.big-text {
    font-size: 18px;
  }

  .div-block-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cta-apps {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}

#w-node-bf6a7181-64b3-e137-7f7a-52ff2497d30b-cb4561cf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ce292bee-ab4e-d943-93fd-f938c527ede7-cb4561cf {
  place-self: center;
}

#w-node-_4d3570ab-7dc8-ac8b-d9c2-8c2fa37cdc3d-cb4561cf, #w-node-d25e3e6b-682f-d15e-f8ff-4c6be08beca2-cb4561cf, #w-node-_3137c719-733e-9404-a2f0-5ad0522ee783-cb4561cf, #w-node-_71338a34-8472-fdb3-c5da-3eb251bba366-cb4561cf, #w-node-e21e1664-c448-105b-b588-4abaac481b67-cb4561cf, #w-node-e21e1664-c448-105b-b588-4abaac481b7f-cb4561cf, #w-node-e92bf484-a605-4132-f141-4518468af7e2-468af7d9, #w-node-e92bf484-a605-4132-f141-4518468af7ef-468af7d9, #w-node-_1bafb6a1-42e1-ca00-c72a-d18747da82be-468af7d9, #w-node-_0809bd17-a4b8-2c97-0a9c-308f7d59f82e-ed47838f, #w-node-f68b782a-b169-c44a-72a3-720c2350486f-ed47838f, #w-node-e3440a54-6ee8-288b-c1b7-9626f2da40dd-ed47838f, #w-node-_0af6be0a-cad3-dc3c-8387-e222cd990a4e-175d245b, #w-node-_0af6be0a-cad3-dc3c-8387-e222cd990a58-175d245b, #w-node-_0af6be0a-cad3-dc3c-8387-e222cd990a62-175d245b, #w-node-_0af6be0a-cad3-dc3c-8387-e222cd990a4e-deb22e2e, #w-node-_0af6be0a-cad3-dc3c-8387-e222cd990a58-deb22e2e, #w-node-_0af6be0a-cad3-dc3c-8387-e222cd990a62-deb22e2e, #w-node-_0af6be0a-cad3-dc3c-8387-e222cd990a4e-207fc0ee, #w-node-_0af6be0a-cad3-dc3c-8387-e222cd990a58-207fc0ee, #w-node-_0af6be0a-cad3-dc3c-8387-e222cd990a62-207fc0ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


