: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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.v2 {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.v1 {
  grid-row-gap: 4px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 900px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-2147259285 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-2147259316 {
  grid-column-gap: 18px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  text-align: center;
  letter-spacing: -.05em;
  -webkit-text-stroke-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-2 {
  border: undefinedpx undefined undefined;
  font-size: 80px;
}

.text-3 {
  color: #fff9;
  text-align: left;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-style {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #111;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.rectangle-40016 {
  opacity: .1;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  object-fit: cover;
  position: absolute;
  top: 312.501px;
  left: 604px;
}

.group-1 {
  filter: blur(20px);
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 1517px;
  max-width: none;
  height: 667px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 786px;
  left: auto;
}

.frame-2147259287 {
  border: 0 solid #ffffff1a;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 14px 80px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.vector {
  color: #fff;
  object-fit: cover;
  background-color: #fff0;
  border: 0 solid #fff;
  max-width: none;
}

.nav-content-mobile {
  z-index: 2;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: #000;
  border-bottom: 1px solid #ffffff1a;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 73px;
  padding: 20px;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-5 {
  color: #fffc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-style-2 {
  grid-column-gap: 0px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff0;
  background-image: linear-gradient(#fafafa26, #fafafa03 100%, #fafafa4d);
  background-clip: border-box;
  border: 0 solid #ffffff1a;
  border-radius: 999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 20px 16px 22px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #ffffff1a, inset 0 1px 6px 1px #ffffff0f;
}

.button-style-2:where(.w-variant-c1961826-bf24-b050-b952-4e4e005a8b35) {
  color: #000;
  background-color: #fff;
  background-image: none;
}

.button-style-2:where(.w-variant-8aa7471b-a5e2-cddb-4a08-081fd446df99) {
  box-shadow: none;
  background-color: #1a3a2f;
  background-image: none;
  border-width: 0;
}

.button-style-2:where(.w-variant-111b202d-44c2-7917-ff4a-86602c3fb784) {
  box-shadow: none;
  background-color: #ffffff1a;
  background-image: none;
  border-width: 0;
}

.button-style-2:hover {
  background-color: #ffffff0d;
}

.button-style-2:hover:where(.w-variant-c1961826-bf24-b050-b952-4e4e005a8b35) {
  background-color: #ffffffbf;
}

.button-style-2:hover:where(.w-variant-8aa7471b-a5e2-cddb-4a08-081fd446df99) {
  background-color: #1a3a2fe6;
}

.text-6 {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-6:where(.w-variant-c1961826-bf24-b050-b952-4e4e005a8b35) {
  color: #000;
}

.section-2---v1 {
  grid-column-gap: 10px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 100px 140px;
  text-decoration: none;
  display: flex;
}

.frame-2147259304 {
  grid-column-gap: 60px;
  background-color: #f9fafa;
  border: 1px solid #1a3a2f1a;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 44px;
  text-decoration: none;
  display: flex;
}

.frame-2147259305 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 632px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: #000;
  text-align: center;
  letter-spacing: -.01em;
  max-width: 750px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.frame-2147259239 {
  object-fit: cover;
  border: .6px solid #0000000d;
  border-radius: 24px;
  overflow: hidden;
}

.text-8 {
  color: #585858;
  text-align: center;
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-2147259302 {
  grid-row-gap: 60px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 140px;
  text-decoration: none;
  display: flex;
}

.frame-2147259314 {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-2147259317 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.frame-2147259315 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #000;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-10 {
  color: #1119;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-style-3 {
  grid-column-gap: 10px;
  background-color: #1a3a2f;
  border-radius: 999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 106px #0000000d;
}

.text-11 {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-2147259318 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-2147259307 {
  grid-column-gap: 20px;
  background-color: #f9fafa;
  border: 0 solid #1a3a2f1a;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.frame-2147259312 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-12 {
  color: #000;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-13 {
  color: #585858;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.check-radio-circle-checkbox-check-checkmark-confirm {
  grid-column-gap: 8px;
  background-color: #fff;
  border-radius: 799.2px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 12.8px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4.13537px 32px #0000000f;
}

.frame-2147259319 {
  grid-column-gap: 20px;
  background-color: #f9fafa;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-2147259320 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 100px 100px 70px;
  text-decoration: none;
  display: flex;
}

.frame-6 {
  grid-column-gap: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-style {
  background-color: #ffffff1a;
  border-radius: 24px;
  overflow: hidden;
}

.group-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 411.422px;
  height: 371.293px;
  text-decoration: none;
  display: flex;
}

.frame-2147259273 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-2147259278 {
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(45px);
  backdrop-filter: blur(45px);
  background-color: #ffffff12;
  border-radius: 999px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.frame-2147259214 {
  grid-row-gap: 34.5595px;
  -webkit-backdrop-filter: blur(6.09256px);
  backdrop-filter: blur(6.09256px);
  background-color: #0000004d;
  border: 2px solid #ffffff14;
  border-radius: 345.595px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 64px;
  height: 64px;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 80px #000;
}

.ellipse-7297 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 244px;
  height: 69px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 49.7227px;
  left: -90.3106px;
}

.ellipse-7303 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -.277344px;
  left: -.310547px;
}

.vector-2 {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #ffffff1a;
  position: absolute;
  top: 12.7148px;
  left: 15.6895px;
  box-shadow: 0 3px 8px #0006;
}

.frame-2147259321 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-2147259322 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #fff;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-15 {
  direction: ltr;
  color: #fff9;
  text-overflow: ellipsis;
  overflow-wrap: normal;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-16 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-10 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-17 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-2147259303 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 70px 100px 100px;
  text-decoration: none;
  display: flex;
}

.frame-style-2 {
  object-fit: cover;
  border-radius: 24px;
  overflow: hidden;
}

.footer---v1 {
  grid-row-gap: 60px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 100px;
  text-decoration: none;
  display: flex;
}

.frame-108 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.text-18 {
  color: #0009;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.text-19 {
  color: #212121;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.text-20 {
  color: #21212199;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-78 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.socmed {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.icon {
  grid-column-gap: 10px;
  background-color: #fff;
  border: 1px solid #00000017;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.add-01 {
  object-fit: cover;
  overflow: hidden;
}

.text-span-29 {
  outline-offset: 0px;
  color: #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  text-overflow: ellipsis;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border: 1px #fff;
  outline: 3px #fff;
  height: auto;
  line-height: 100%;
}

.text-outline {
  outline-offset: 0px;
  color: #fff0;
  text-align: center;
  letter-spacing: -.05em;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  text-overflow: clip;
  outline: 1px #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.div-block-3 {
  width: 100px;
  height: 600px;
  position: absolute;
  transform: rotate(0);
}

.image {
  opacity: .15;
  filter: blur(25px);
  position: absolute;
  top: -236px;
  transform: rotate(24deg);
}

.image-2 {
  opacity: .65;
  filter: blur(200px);
  position: absolute;
  top: 786px;
}

.image-3 {
  opacity: 1;
  filter: blur(100px);
  max-width: none;
  position: absolute;
  top: 800px;
}

.image-4 {
  object-fit: fill;
  width: 536px;
}

.image-5 {
  width: 536px;
}

.flex-block {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 56px;
  padding-top: 0;
}

.image-6 {
  width: 366px;
}

.frame-21472593142 {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  text-decoration: none;
  display: flex;
}

.website_v2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.v1-2 {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 900px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.group-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1517px;
  height: 667px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 800px;
  overflow: hidden;
}

.group-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 478.293px;
  height: 671.255px;
  text-decoration: none;
  display: flex;
}

.frame-2147259286 {
  border: 0 solid #ffffff1a;
  border-bottom-width: 1px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 14px 80px;
  text-decoration: none;
  display: flex;
}

.vector-3 {
  object-fit: cover;
}

.text-21 {
  color: #fffc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-style-4 {
  grid-column-gap: 15.316px;
  background-image: linear-gradient(#fafafa 0%, #fafafa4d 100%);
  border: .7px solid #ffffff1a;
  border-radius: 999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 20px 16px 22px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: inset 0 1px 6px #ffffff0f;
}

.text-22 {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-20 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.frame-2147259228 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-23 {
  color: #fff;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-24 {
  color: #fff9;
  text-align: left;
  width: 100%;
  max-width: 470px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.button-style-5 {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 106px #0000000d;
}

.text-25 {
  color: #111;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-7 {
  grid-row-gap: 10px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 100px 0;
  text-decoration: none;
  display: flex;
}

.frame-21472593143 {
  grid-column-gap: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-left: 140px;
  padding-right: 140px;
  text-decoration: none;
  display: flex;
}

.frame-21472593144 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 442px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.frame-21472593145 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-26 {
  color: #000;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-27 {
  color: #21212199;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-2147259240 {
  background-color: #f1f3f3;
  border: 1px solid #0000000d;
  border-radius: 24px;
  overflow: hidden;
}

.container-2 {
  grid-row-gap: 29.4426px;
  background-color: #f9fafa;
  border: 1.47213px solid #0000000d;
  border-radius: 17.6655px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 470.626px;
  padding: 35.3311px;
  text-decoration: none;
  display: flex;
}

.check-radio-circle-checkbox-check-checkmark-confirm-2 {
  grid-column-gap: 14.7213px;
  background-color: #fff;
  border-radius: 1470.66px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 23.554px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 7.60975px 58.8851px #0000000f;
}

.frame-2147259252 {
  grid-row-gap: 29.4426px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-2147259254 {
  grid-row-gap: 8.83277px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-28 {
  color: #111;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-29 {
  color: #21212199;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-21472593146 {
  grid-column-gap: 29.4426px;
  background-color: #fff;
  border: 1.47213px solid #0000000d;
  border-radius: 147.213px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 5.88851px 20.6098px 7.36064px;
  text-decoration: none;
  display: flex;
}

.frame-2147259255 {
  grid-column-gap: 17.6655px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-30 {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.button-style-6 {
  grid-column-gap: 14.7213px;
  background-color: #1a3a2f;
  border-radius: 1470.66px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64.7736px;
  padding: 14.7213px 29.4426px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2.94426px 156.046px #0000000d;
}

.text-31 {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.cta---v2 {
  grid-row-gap: 60px;
  background-color: #f1f3f3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 0;
  text-decoration: none;
  display: flex;
}

.frame-21472593147 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px 140px;
  display: flex;
}

.frame-21472593148 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 777px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.a-structured-automated-and-auditable-workflow {
  color: #000;
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-32 {
  color: #1119;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-21472593149 {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  border-radius: 40.209px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 160px;
  display: flex;
  position: relative;
}

.ellipse-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1343.65px;
  height: 361.881px;
  text-decoration: none;
  display: flex;
}

.content-style {
  -webkit-backdrop-filter: blur(70.7606px);
  backdrop-filter: blur(70.7606px);
  background-color: #fff;
  border: 1.41521px solid #0000000d;
  border-radius: 167.537px;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  display: flex;
  position: relative;
}

.attachment-attach-document-attachement-list-page-file {
  object-fit: cover;
  box-shadow: 0 3.43912px 6.87823px #0000000f;
}

.label-style {
  box-sizing: border-box;
  grid-column-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #f5f5f5;
  border: .859779px solid #fff;
  border-radius: 171.956px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 142px;
  height: 32px;
  padding: 0 14px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -18px;
  overflow: hidden;
  box-shadow: 0 1.71956px 17.1956px #00000040;
}

.text-33 {
  color: #111;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}

.content-style-2 {
  -webkit-backdrop-filter: blur(70.7606px);
  backdrop-filter: blur(70.7606px);
  background-color: #fff;
  border: 1.41521px solid #0000000d;
  border-radius: 171.956px;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  display: flex;
}

.text-34 {
  color: #111;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 14.42px;
  text-decoration: none;
}

.text-35 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 14.63px;
  text-decoration: none;
}

.frame-21472593150 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-2147259244 {
  grid-column-gap: 10px;
  background-color: #1111110a;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  text-decoration: none;
  display: flex;
}

.text-36 {
  color: #21212199;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-37 {
  color: #1119;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.netpositioncard {
  background-color: #fff;
  border: 1.0593px solid #e5e5e566;
  border-radius: 16.9488px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 510.582px;
  padding: 6.35579px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16.9488px 21.186px;
  text-decoration: none;
  display: flex;
}

.text-38 {
  color: #000;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.container-4 {
  grid-column-gap: 8.47439px;
  background-color: #fe9a0029;
  border: 1.0593px solid #0000000d;
  border-radius: 104.871px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 4.23719px 10.593px 5.29649px 8.47439px;
  text-decoration: none;
  display: flex;
}

.container-5 {
  background-color: #fe9a00;
  border-radius: 17772100px;
}

.text-39 {
  color: #cc7c00;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-21472593151 {
  grid-row-gap: 33.8975px;
  background-color: #f9fafa;
  border: 1.0593px solid #0000000d;
  border-radius: 16.9488px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 33.8975px 21.186px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 12.7116px 10.593px #0000000d;
}

.container-6 {
  grid-row-gap: 38.1347px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-7 {
  grid-row-gap: 25.4232px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 135.59px;
  display: flex;
}

.frame-21472593152 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container-8 {
  grid-row-gap: 4.23719px;
  border: 0 solid #0000001a;
  border-left-width: 1.0593px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 55.0835px;
  padding-left: 21.186px;
  display: flex;
}

.text-40 {
  color: #737373;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.42px;
  text-decoration: none;
}

.text-41 {
  color: #171717;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 25.42px;
  text-decoration: none;
}

.container-9 {
  background-color: #f9fafa;
  border: 1.0593px solid #00000008;
  border-radius: 1058.24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 6.35579px 16.9488px;
  text-decoration: none;
  display: flex;
}

.text-42 {
  color: #737373;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25.42px;
  text-decoration: none;
}

.text-43 {
  color: #171717;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25.42px;
  text-decoration: none;
}

.container-10 {
  grid-column-gap: 12.7116px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.button-style-7 {
  grid-column-gap: 10.593px;
  background-color: #fff;
  border: 1.0593px solid #0000001a;
  border-radius: 1058.24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46.6091px;
  padding: 10.593px 21.186px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2.1186px 112.286px #0000000d;
}

.text-44 {
  color: #1a3a2f;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.button-style-8 {
  grid-column-gap: 10.593px;
  background-color: #1a3a2f;
  border-radius: 1058.24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46.6091px;
  padding: 10.593px 21.186px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2.1186px 112.286px #0000000d;
}

.text-45 {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-2147259212 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 323.537px;
  text-decoration: none;
  display: flex;
}

.content-style-3 {
  grid-row-gap: 28.0265px;
  background-color: #f9f9f9;
  border: 1.12106px solid #0000000f;
  border-radius: 22.6476px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 11.2106px;
  text-decoration: none;
  display: flex;
}

.content-style-4 {
  grid-row-gap: 6.47075px;
  border: 1.12106px undefined undefined;
  background-color: #fff;
  border-radius: 16.1769px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 4.85306px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2.80265px 5.60531px #00000005, 0 8.40796px 8.40796px #00000005, 0 19.6186px 11.2106px #00000003, 0 33.6318px 14.0133px #0000, 0 53.2504px 14.0133px #0000;
}

.frame-2147259267 {
  grid-column-gap: 16.1769px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 12.9415px;
  padding-bottom: 12.9415px;
  text-decoration: none;
  display: flex;
}

.text-46 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 21.74px;
  text-decoration: none;
}

.frame-2147259266 {
  grid-row-gap: 12.9415px;
  border: 1.12106px undefined undefined;
  background-color: #f9f9f9;
  border-radius: 12.9415px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 22.6476px 19.4122px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2.80265px 5.60531px #00000005, 0 8.40796px 8.40796px #00000005, 0 19.6186px 11.2106px #00000003, 0 33.6318px 14.0133px #0000, 0 53.2504px 14.0133px #0000;
}

.text-47 {
  color: #6c6c6c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 21.74px;
  text-decoration: none;
}

.text-48 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.74px;
  text-decoration: none;
}

.frame-21472593153 {
  grid-row-gap: 28.0265px;
  background-color: #fafafa;
  border: 1.40133px solid #00000014;
  border-radius: 280.265px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 11.2106px;
  text-decoration: none;
  display: flex;
}

.frame-2147259209 {
  grid-column-gap: 5.60531px;
  border: 1.40133px undefined undefined;
  -webkit-backdrop-filter: blur(44.8424px);
  backdrop-filter: blur(44.8424px);
  background-image: linear-gradient(#333 0%, #000 100%);
  border-radius: 44.8424px;
  justify-content: center;
  align-items: center;
  width: 159.751px;
  height: 56.0531px;
  padding-bottom: 2.80265px;
  padding-left: 28.0265px;
  padding-right: 33.6318px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.check-radio-circle-checkbox-check-checkmark-confirm-3 {
  object-fit: cover;
  box-shadow: 0 5.10806px 10.2161px #0000000f;
}

.text-49 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 21.74px;
  text-decoration: none;
}

.frame-112 {
  background-color: #f9fafa;
  border: 1px solid #0000000f;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  padding: 4px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-21472593154 {
  grid-row-gap: 40px;
  background-color: #1a3a2f;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 80px 60px 90px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ellipse-7304 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1025px;
  height: 290px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 257px;
  left: 64px;
}

.frame-110 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-50 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-14 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-style-9 {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #ffffff1a;
  border: 1px solid #2121211a;
  border-radius: 999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 106px #0000000d;
}

.button-style-10 {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 106px #0000000d;
}

.text-51 {
  color: #1a3a2f;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-111 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 14px;
  text-decoration: none;
  display: flex;
}

.text-52 {
  color: #212121cc;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.footer---v2 {
  grid-row-gap: 60px;
  background-color: #111;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 200px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame-21472593155 {
  grid-column-gap: 10px;
  background-color: #ffffff0d;
  border: 1px solid #ffffff26;
  border-radius: 999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 10px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 106px #0000000d;
}

.text-53 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.chevron-bottom {
  object-fit: cover;
  overflow: hidden;
}

.text-54 {
  color: #fff9;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.frame-2147259238 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-2147259237 {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.socmed-2 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.vector-4 {
  object-fit: cover;
  position: absolute;
  top: -38px;
  left: 0;
  box-shadow: 0 12px 20px #0000000f;
}

.container-11 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.image-7 {
  width: 400px;
}

.flex-block-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: auto;
  padding-left: 140px;
  padding-right: 180px;
  position: relative;
}

.image-8 {
  width: 536px;
}

.label-style-copy-4 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #f5f5f5;
  border: .859779px solid #fff;
  border-radius: 171.956px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 126px;
  height: 32px;
  padding: 0 14px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -18px;
  overflow: hidden;
  box-shadow: 0 1.71956px 17.1956px #00000040;
}

.label-style-copy-copy {
  box-sizing: border-box;
  grid-column-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #f5f5f5;
  border: .859779px solid #fff;
  border-radius: 171.956px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 32px;
  padding: 0 14px;
  text-decoration: none;
  display: flex;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 1.71956px 17.1956px #00000040;
}

.label-style-copy, .label-style-copy-copy {
  box-sizing: border-box;
  grid-column-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #f5f5f5;
  border: .859779px solid #fff;
  border-radius: 171.956px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 142px;
  height: 32px;
  padding: 0 14px;
  text-decoration: none;
  display: flex;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 1.71956px 17.1956px #00000040;
}

.label-style-copy-copy-copy {
  box-sizing: border-box;
  grid-column-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  grid-column-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #f5f5f5;
  border: .859779px solid #fff;
  border-radius: 171.956px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 32px;
  padding: 0 14px;
  text-decoration: none;
  display: flex;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 1.71956px 17.1956px #00000040;
}

.label-style-copy-2 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #f5f5f5;
  border: .859779px solid #fff;
  border-radius: 171.956px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 186px;
  height: 32px;
  padding: 0 14px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -18px;
  overflow: hidden;
  box-shadow: 0 1.71956px 17.1956px #00000040;
}

.label-style-copy-3 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #f5f5f5;
  border: .859779px solid #fff;
  border-radius: 171.956px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 106px;
  height: 32px;
  padding: 0 14px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -18px;
  overflow: hidden;
  box-shadow: 0 1.71956px 17.1956px #00000040;
}

.flex-block-3 {
  padding-top: 24px;
}

.image-9 {
  max-width: none;
  position: absolute;
  top: 22px;
}

.image-10, .image-11 {
  width: 536px;
}

.section-2---v1-2 {
  grid-row-gap: 60px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 100px 140px;
  text-decoration: none;
  display: flex;
}

.frame-21472593156 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 240px;
  text-decoration: none;
  display: flex;
}

.text-55 {
  color: #000;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.frame-2147259380 {
  grid-row-gap: 10px;
  background-color: #f9fafa;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 530px;
  height: 300px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.card-2 {
  grid-row-gap: 4px;
  background-color: #161618;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 340px;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.frame-2147260008 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 4px;
  text-decoration: none;
  display: flex;
}

.label-style-2 {
  grid-column-gap: 6px;
  background-color: #ffffff26;
  border-radius: 999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  text-decoration: none;
  display: flex;
}

.icround-check {
  object-fit: cover;
  overflow: hidden;
}

.text-56 {
  color: #fffc;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-2147260005 {
  grid-row-gap: 14px;
  background-image: linear-gradient(#272727 14%, #111 100%);
  border: 1px solid #40404033;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 18px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px #ffffff0d, 0 -10px 80px #0003;
}

.frame-2147259998 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-57 {
  color: #fff9;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-2147259999 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-58 {
  color: #fff9;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.logo {
  object-fit: cover;
  border-radius: 600px;
  position: absolute;
  top: 2px;
  left: 205px;
}

.frame-2147260006 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-2147260007 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.ellipse-7321 {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #000;
}

.frame-2147259379 {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-21472593157 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-2147259383 {
  grid-row-gap: 10px;
  background-color: #f9fafa;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  display: flex;
}

.frame-2147260010 {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 999px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.frame-2147260009 {
  background-color: #f9fafa;
  border-radius: 999px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.label-style-3 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 186px;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.text-59 {
  color: #111;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.rectangle-240661973 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 213px;
  height: 85px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 5px;
  left: 5px;
}

.rectangle-240661974 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 213px;
  height: 85px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 5px;
  left: 367px;
}

.rectangle-240661975 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 125.559px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -10.6094px;
  left: 210.785px;
}

.iconoirclock-solid {
  object-fit: cover;
  position: absolute;
  top: 7.5px;
  left: 372px;
  overflow: hidden;
}

.frame-2147259382 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-60 {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-61 {
  color: #727272;
  text-align: center;
  align-self: center;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-21472593158 {
  grid-row-gap: 10px;
  background-color: #f9fafa;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 300px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.content-style-5 {
  grid-column-gap: 24px;
  border: .912142px solid #0000000f;
  border-radius: 18.427px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 565.974px;
  padding: 9.12142px;
  text-decoration: none;
  display: flex;
}

.frame-2147260012 {
  grid-row-gap: 22.3757px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.clarityblock-solid {
  overflow: hidden;
}

.vector-5 {
  object-fit: cover;
}

.frame-2147260014 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-21472593159 {
  grid-column-gap: 22.3757px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.content-style-6 {
  grid-row-gap: 5.26487px;
  border: .912142px undefined undefined;
  background-color: #fff;
  border-radius: 13.1622px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 244.816px;
  padding: 3.94865px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2.28036px 4.56071px #00000005, 0 6.84107px 6.84107px #00000005, 0 15.9625px 9.12142px #00000003, 0 27.3643px 11.4018px #0000, 0 43.3267px 11.4018px #0000;
}

.frame-21472593160 {
  grid-column-gap: 13.1622px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10.5297px 15.7946px;
  text-decoration: none;
  display: flex;
}

.frame-2147259264 {
  background-color: #e6e6e6;
  border-radius: 130.306px;
  justify-content: space-between;
  align-items: center;
  width: 136px;
  text-decoration: none;
  display: flex;
}

.frame-21472593161 {
  grid-row-gap: 12px;
  border: .912142px undefined undefined;
  background-color: #f9fafa;
  border-radius: 10.5297px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 21.0595px 15.7946px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2.28036px 4.56071px #00000005, 0 6.84107px 6.84107px #00000005, 0 15.9625px 9.12142px #00000003, 0 27.3643px 11.4018px #0000, 0 43.3267px 11.4018px #0000;
}

.frame-21472593162 {
  background-color: #e6e6e6;
  border-radius: 130.306px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-2147259265 {
  background-color: #efefef;
  border-radius: 130.306px;
  justify-content: space-between;
  align-items: center;
  width: 186.903px;
  text-decoration: none;
  display: flex;
}

.frame-21472593163 {
  background-color: #efefef;
  border-radius: 130.306px;
  justify-content: space-between;
  align-items: center;
  width: 139.519px;
  text-decoration: none;
  display: flex;
}

.clarityblock-solid-2 {
  justify-content: space-between;
  align-items: center;
  width: 57.9136px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vector-6 {
  object-fit: cover;
  position: absolute;
  top: 4.82422px;
  left: 6.43359px;
}

.section-2---v1-3 {
  grid-column-gap: 10px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 100px 140px;
  text-decoration: none;
  display: flex;
}

.frame-21472593164 {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 513px;
  text-decoration: none;
  display: flex;
}

.text-62 {
  color: #000;
  text-align: center;
  letter-spacing: -.01em;
  max-width: 750px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.frame-2147259990 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1160px;
  text-decoration: none;
  display: flex;
}

.frame-21472593165 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-21472593166 {
  grid-row-gap: 10px;
  background-color: #000;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ellipse-7322 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 231px;
  height: 65px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 198px;
  left: 22px;
}

.rectangle-240661977 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 93px;
  height: 187px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 94px;
  left: 91px;
}

.ellipse-7323 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 40px;
  left: 78px;
}

.material-symbolscycle-rounded {
  object-fit: cover;
  overflow: hidden;
}

.frame-21472593167 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-63 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-64 {
  color: #727272;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-21472593168 {
  grid-row-gap: 60px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 140px;
  text-decoration: none;
  display: flex;
}

.frame-21472593169 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-21472593170 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 619px;
  height: 469px;
  text-decoration: none;
  display: flex;
}

.frame-21472593171 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-65 {
  color: #000;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-66 {
  color: #0009;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.illus---v1 {
  grid-column-gap: 10px;
  background-color: #f9fafa;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 461px;
  height: 469px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vector-7 {
  object-fit: cover;
  position: absolute;
  top: 200px;
  left: 190px;
}

.ellipse-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 623px;
  height: 367px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 56.0001px;
  left: 542px;
}

.ellipse-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 623px;
  height: 367px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 413px;
  left: 542px;
}

.content-style-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 280px;
  text-decoration: none;
  display: flex;
}

.frame-2147260021 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-2147259268 {
  grid-row-gap: 8px;
  background-color: #f9f9f9;
  border: .693002px solid #f2f2f2;
  border-radius: 999px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  padding: 14px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1.73251px 3.46501px #00000005, 0 5.19752px 5.19752px #00000005, 0 12.1275px 6.93002px #00000003, 0 20.7901px 8.66253px #0000, 0 32.9176px 8.66253px #0000;
}

.ellipse-7325 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 129px;
  height: 53px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 62px;
  left: -28.5px;
}

.mingcutebank-fill {
  object-fit: cover;
}

.ellipse-7326 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 129px;
  height: 53px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -52px;
  left: -28.5px;
}

.group-1707480079 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 108.75px;
  height: 149px;
  text-decoration: none;
  display: flex;
}

.frame-2147260019 {
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-21472593172 {
  grid-row-gap: 8px;
  border: .693002px undefined undefined;
  background-color: #f9f9f9;
  border-radius: 999px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  padding: 14px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1.73251px 3.46501px #00000005, 0 5.19752px 5.19752px #00000005, 0 12.1275px 6.93002px #00000003, 0 20.7901px 8.66253px #0000, 0 32.9176px 8.66253px #0000;
}

.logo-2 {
  object-fit: cover;
  border-radius: 600px;
}

.frame-21472593173 {
  grid-row-gap: 60px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 619px;
  padding: 100px 140px;
  display: flex;
}

.frame-2147259387 {
  grid-row-gap: 10px;
  background-color: #000;
  border-radius: 32px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 80px 60px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.group-26 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1104.6px;
  height: 1561.04px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 710px;
  left: -491.999px;
}

.frame-21472593174 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-21472593175 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  text-decoration: none;
  display: flex;
}

.frame-21472593176 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-67 {
  color: #fff;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-68 {
  color: #fff9;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-2147259385 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-8 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-69 {
  color: #fff9;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.form-style {
  grid-column-gap: 14px;
  background-color: #2b2b2b;
  border: 0 solid #e8e8e8;
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 8px 20px 9px;
  font-size: 16px;
  display: flex;
}

.form-style:active, .form-style:focus, .form-style:focus-visible, .form-style[data-wf-focus-visible], .form-style:lang(en) {
  color: #fff;
}

.text-70 {
  color: #72727280;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.button-style-11 {
  grid-column-gap: 10px;
  background-color: #bababa33;
  border-radius: 999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 106px #0000000d;
}

.text-71 {
  color: #ffffff80;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.image-12 {
  width: 278px;
  max-width: none;
  height: 77px;
}

.image-13 {
  order: 0;
  width: 95%;
  max-width: none;
  display: none;
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
}

.image-14 {
  width: 400px;
}

.image-15 {
  width: 360px;
  position: relative;
  bottom: auto;
}

.image-16 {
  width: 46%;
}

.image-17, .image-18, .image-19, .image-20, .image-21, .image-22 {
  width: 100%;
}

.image-23 {
  width: 460px;
}

.flex-block-copy {
  justify-content: center;
  align-items: center;
  width: 336px;
  padding-top: 9px;
}

.image-24 {
  width: 400px;
  position: absolute;
  bottom: 46px;
}

.image-25 {
  width: 400px;
  position: absolute;
  bottom: -80px;
}

.image-26 {
  width: 95%;
  position: absolute;
  bottom: 0;
}

.flex-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
}

.flex-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.image-27 {
  opacity: .8;
  position: absolute;
  top: 0;
  left: 0;
}

.section-2---v1-4 {
  grid-column-gap: 10px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 100px 140px;
  text-decoration: none;
  display: flex;
}

.frame-21472593177 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 800px;
  text-decoration: none;
  display: flex;
}

.frame-2147259384 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 425px;
  text-decoration: none;
  display: flex;
}

.text-72 {
  color: #000;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.frame-2147259376 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.store-download-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  border: 1px solid #a6a6a6;
  border-radius: 6px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.apple {
  object-fit: cover;
}

.content-style-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
}

.text-73 {
  color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9px;
  font-weight: 500;
  line-height: 9px;
  text-decoration: none;
}

.text-74 {
  color: #fff;
  letter-spacing: -.47px;
  flex: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.content-style-10 {
  grid-row-gap: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.subtext {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-21472593178 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 629px;
  text-decoration: none;
  display: flex;
}

.frame-21472593179 {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-21472593180 {
  grid-row-gap: 10px;
  background-color: #f9fafa;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 280px;
  height: 240px;
  text-decoration: none;
  display: flex;
}

.content-style-11 {
  grid-row-gap: 17.3251px;
  background-color: #f9f9f9;
  border: .693002px solid #0000000f;
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 219px;
  padding: 6.93002px;
  text-decoration: none;
  display: flex;
}

.content-style-12 {
  grid-row-gap: 4px;
  border: .693002px undefined undefined;
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 3px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1.73251px 3.46501px #00000005, 0 5.19752px 5.19752px #00000005, 0 12.1275px 6.93002px #00000003, 0 20.7901px 8.66253px #0000, 0 32.9176px 8.66253px #0000;
}

.frame-21472593181 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.frame-21472593182 {
  background-image: linear-gradient(19.65deg, #d9d9d9 0%, #e6e6e666 54%, #858585 100%);
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  width: 85px;
  text-decoration: none;
  display: flex;
}

.frame-21472593183 {
  grid-row-gap: 8px;
  border: .693002px undefined undefined;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1.73251px 3.46501px #00000005, 0 5.19752px 5.19752px #00000005, 0 12.1275px 6.93002px #00000003, 0 20.7901px 8.66253px #0000, 0 32.9176px 8.66253px #0000;
}

.ellipse-7327 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 245px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 98px;
  left: -23.4297px;
}

.ellipse-7328 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 245px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -88px;
  left: -23.4297px;
}

.vector-8 {
  object-fit: cover;
  position: absolute;
  top: 77px;
  left: 2.57031px;
  box-shadow: 0 12px 40px #feac3166;
}

.vector-9 {
  object-fit: cover;
  position: absolute;
  top: -24px;
  left: 132.57px;
  box-shadow: 0 12px 40px #feac3166;
}

.frame-21472593184 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-2147260022 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-75 {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-76 {
  color: #727272;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.button-style-12 {
  grid-column-gap: 10px;
  background-color: #1a3a2f;
  border-radius: 999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 106px #0000000d;
}

.text-77 {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.vector-10 {
  object-fit: cover;
  position: absolute;
  top: -61px;
  left: 17.5703px;
  box-shadow: 0 12px 40px #3a6a5a80;
}

.frame-21472593185 {
  grid-row-gap: 8px;
  border: .693002px undefined undefined;
  background-color: #f9f9f9;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1.73251px 3.46501px #00000005, 0 5.19752px 5.19752px #00000005, 0 12.1275px 6.93002px #00000003, 0 20.7901px 8.66253px #0000, 0 32.9176px 8.66253px #0000;
}

.vector-11 {
  object-fit: cover;
  position: absolute;
  top: -29px;
  left: 8.57031px;
  box-shadow: 0 12px 40px #295191;
}

.image-28, .image-29, .image-30 {
  width: 280px;
}

.image-31 {
  position: absolute;
  top: 0;
  left: 0;
}

.flex-block-7 {
  padding-top: 8px;
}

.image-32 {
  height: 58px;
}

.store-download-button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #a6a6a6;
  border-radius: 6px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.text-73-copy {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9px;
  font-weight: 500;
  line-height: 9px;
  text-decoration: none;
}

.text-74-copy {
  color: #000;
  letter-spacing: -.47px;
  flex: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.apple-copy {
  color: #000;
  -webkit-text-fill-color: transparent;
  object-fit: cover;
  background-color: #000;
  background-image: linear-gradient(#000, #000);
  -webkit-background-clip: text;
  background-clip: text;
}

.section-2---v1-5 {
  grid-column-gap: 10px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 100px 140px;
  text-decoration: none;
  display: flex;
}

.frame-21472593186 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: auto;
  text-decoration: none;
  display: flex;
}

.frame-21472593187 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-78 {
  color: #000;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-79 {
  color: #727272;
  text-align: justify;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-21472593188 {
  grid-row-gap: 10px;
  background-color: #f9fafa;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 552px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.frame-2147260040 {
  grid-column-gap: 10px;
  background-color: #0f0f0f;
  border-radius: 46px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.screenshot-2026-01-06-at-143411-1 {
  object-fit: cover;
  border-radius: 34px;
}

.section-2---v1-6 {
  grid-row-gap: 60px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 100px 140px;
  text-decoration: none;
  display: flex;
}

.text-80 {
  color: #000;
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.frame-21472593189 {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-2147259377 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-21472593190 {
  grid-row-gap: 10px;
  background-color: #f9fafa;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 240px;
  display: flex;
}

.content-style-13 {
  grid-row-gap: 17.3251px;
  background-color: #f9f9f9;
  border: .693002px solid #0000000f;
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 219px;
  padding: 6.93002px;
  text-decoration: none;
  display: flex;
}

.content-style-14 {
  grid-row-gap: 4px;
  border: .693002px undefined undefined;
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 3px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1.73251px 3.46501px #00000005, 0 5.19752px 5.19752px #00000005, 0 12.1275px 6.93002px #00000003, 0 20.7901px 8.66253px #0000, 0 32.9176px 8.66253px #0000;
}

.frame-21472593191 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.frame-21472593192 {
  background-image: linear-gradient(19.65deg, #d9d9d9 0%, #e6e6e666 54%, #858585 100%);
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  width: 85px;
  text-decoration: none;
  display: flex;
}

.frame-21472593193 {
  grid-row-gap: 8px;
  border: .693002px undefined undefined;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1.73251px 3.46501px #00000005, 0 5.19752px 5.19752px #00000005, 0 12.1275px 6.93002px #00000003, 0 20.7901px 8.66253px #0000, 0 32.9176px 8.66253px #0000;
}

.vector-12 {
  object-fit: cover;
  position: absolute;
  top: -61px;
  left: 17.5703px;
  box-shadow: 0 12px 40px #3a6a5a80;
}

.ellipse-7329 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 245px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 98px;
  left: -23.4297px;
}

.ellipse-7330 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 245px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: -88px;
  left: -23.4297px;
}

.frame-2147259381 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-2147260023 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-81 {
  color: #000;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-82 {
  color: #727272;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.button-style-13 {
  grid-column-gap: 10px;
  background-color: #1a3a2f;
  border-radius: 999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 106px #0000000d;
}

.text-83 {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-21472593194 {
  grid-row-gap: 8px;
  border: .693002px undefined undefined;
  background-color: #f9f9f9;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 12px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1.73251px 3.46501px #00000005, 0 5.19752px 5.19752px #00000005, 0 12.1275px 6.93002px #00000003, 0 20.7901px 8.66253px #0000, 0 32.9176px 8.66253px #0000;
}

.vector-13 {
  object-fit: cover;
  position: absolute;
  top: -29px;
  left: 8.57031px;
  box-shadow: 0 12px 40px #295191;
}

.image-33 {
  height: 56px;
}

.section-2---v1-7 {
  grid-column-gap: 10px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 100px 140px;
  text-decoration: none;
  display: flex;
}

.frame-21472593195 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: auto;
  text-decoration: none;
  display: flex;
}

.frame-21472593196 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-84 {
  color: #000;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.frame-2147260026 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-85 {
  color: #727272;
  text-align: justify;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-2147260025 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-86 {
  color: #000;
  text-align: justify;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.frame-2147260035 {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.frame-2147259389 {
  grid-row-gap: 10px;
  background-color: #f9fafa;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 234px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.frame-2147260039 {
  grid-column-gap: 10px;
  background-color: #0f0f0f;
  border-radius: 14px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 2px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.screenshot-2026-01-06-at-143411-2 {
  object-fit: cover;
  border-radius: 12px;
}

.frame-2147260034 {
  background-color: #fff;
  border: 1px solid #0000000d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 4px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-2147260033 {
  grid-row-gap: 10px;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.frame-2147260028 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-2147259386 {
  grid-row-gap: 10px;
  background-color: #f9fafa;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-2147260029 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-87 {
  color: #000;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.text-88 {
  color: #727272;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-21472593197 {
  grid-row-gap: 10px;
  background-color: #f9fafa;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 552px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.frame-2147260036 {
  grid-column-gap: 10px;
  background-color: #0f0f0f;
  border-radius: 46px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  text-decoration: none;
  display: flex;
}

.image-34 {
  width: 100%;
  max-width: none;
  height: 234px;
  position: relative;
}

.image-35 {
  width: 100%;
  height: 234px;
  position: relative;
}

.image-36 {
  height: 234px;
}

.counterparties {
  width: 495px;
  max-width: none;
  height: auto;
  position: absolute;
  top: 1px;
}

.flex-block-8 {
  width: 495px;
  height: 60px;
  padding-top: 0;
  position: relative;
}

.section-2---v1-8 {
  grid-column-gap: 10px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 100px 140px;
  text-decoration: none;
  display: flex;
}

.frame-21472593198 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  height: auto;
  text-decoration: none;
  display: flex;
}

.frame-21472593199 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  text-decoration: none;
  display: flex;
}

.text-89 {
  color: #000;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.frame-21472593200 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-90 {
  color: #727272;
  text-align: justify;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.frame-21472593201 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-91 {
  color: #000;
  text-align: justify;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.frame-2147260027 {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-21472593202 {
  grid-row-gap: 10px;
  background-color: #f9fafa;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 234px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.frame-2147260041 {
  grid-column-gap: 10px;
  background-color: #0f0f0f;
  border-radius: 14px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 2px;
  text-decoration: none;
  display: flex;
}

.screenshot-2026-01-06-at-143411-3 {
  object-fit: cover;
  border-radius: 12px;
}

.frame-21472593203 {
  background-color: #fff;
  border: 1px solid #0000000d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 4px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-21472593204 {
  grid-row-gap: 10px;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.frame-21472593205 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-21472593206 {
  grid-row-gap: 10px;
  background-color: #f9fafa;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-92 {
  color: #727272;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.image-37, .image-38, .image-39 {
  height: 234px;
}

.image-2-1 {
  opacity: .9;
  position: absolute;
  inset: auto 0 0;
}

.image-2-1-copy {
  opacity: .4;
  position: absolute;
  top: auto;
  bottom: 0;
}

.v1-2-sandbox {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 900px;
  padding-top: 180px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-block-2-1, .flex-block-2-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 140px;
  padding-right: 140px;
  position: relative;
}

.frame-6-mobile {
  grid-column-gap: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-7-copy {
  grid-row-gap: 10px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 100px 0;
  text-decoration: none;
  display: flex;
}

.image-40 {
  width: auto;
  height: 68px;
}

.flex-block-9 {
  width: 220.719px;
}

.frame-2147259316-copy {
  grid-column-gap: 16px;
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.navbar-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 73px;
  padding: 14px 80px;
  display: flex;
}

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

.navbar-3, .navbar-4 {
  width: 100%;
}

.nav-content-desktop {
  grid-column-gap: 28px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-41 {
  display: none;
}

.flex-block-11 {
  width: 24px;
  height: 24px;
  display: none;
}

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

.flex-block-14 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
  max-width: 1440px;
  padding-left: 140px;
  padding-right: 140px;
}

.cta---v2-copy {
  grid-row-gap: 60px;
  background-color: #f1f3f3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 140px;
  text-decoration: none;
  display: flex;
}

.v1-2-copy {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 900px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame-2147259316-copy {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.v1-2-copy-copy {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 900px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.submit-button-2 {
  color: #000;
  background-color: #fff;
  border-radius: 999px;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.flex-block-15 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  height: auto;
}

.form-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.form-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.flex-block-16 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
}

.nav-text-link {
  color: #fffc;
  font-weight: 300;
  transition: all .4s;
}

.nav-text-link:hover {
  color: #fff9;
}

.nav-text-link.w--current {
  font-weight: 300;
  transition: all .4s;
}

.nav-text-link.w--current:hover {
  color: #fff9;
}

.image-5-mobile, .image-11-mobile {
  width: 536px;
  display: none;
}

.footer-new {
  width: 100%;
}

.footer-new-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-top: 0;
  display: flex;
}

.section-2, .section-3, .section-4 {
  padding: 120px;
}

.success-message {
  background-color: #fff;
  border-radius: 999px;
}

.text-block-4 {
  color: #000;
  font-weight: 600;
}

.error-message-2 {
  background-color: #dfb6b6;
  border-radius: 999px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.text-block-5 {
  color: #cc0a0a;
  font-weight: 500;
}

.propose {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f9fafa;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.text-60-left {
  color: #000;
  text-align: left;
  align-self: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-61-left {
  color: #727272;
  text-align: left;
  align-self: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.text-60-big {
  color: #00000026;
  text-align: center;
  align-self: flex-start;
  width: 52.3438px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  position: absolute;
  inset: auto 25px 5px auto;
}

.propose-image {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f9fafa;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  position: relative;
}

.section-2---v1-2-copy {
  grid-row-gap: 160px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 100px 140px;
  text-decoration: none;
  display: flex;
}

.text-60-big-mobile {
  color: #00000026;
  text-align: center;
  align-self: flex-start;
  width: 52.3438px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  position: absolute;
  inset: 5px auto auto 22px;
}

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

.flex-block-2-vertical {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: auto;
  padding-left: 140px;
  padding-right: 180px;
  position: relative;
}

.flex-block-17 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.flex-block-18 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
}

.text-copy {
  color: #fff;
  text-align: center;
  letter-spacing: -.05em;
  -webkit-text-stroke-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.image-6-copy {
  width: 370px;
}

.flex-block-copy-copy {
  justify-content: center;
  align-items: center;
  width: 380px;
  padding-top: 9px;
}

.text-3-copy {
  color: #fff9;
  text-align: center;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-2147259285-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-2147259316-copy-copy {
  grid-column-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.frame-2147259285-copy-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-21472593184-copy {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-75-copy {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-76-copy {
  color: #727272;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.image-15-copy {
  width: 172px;
  position: relative;
  bottom: auto;
}

.flex-block-19 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
}

.image-43 {
  height: auto;
  position: absolute;
  top: 24px;
  bottom: 0;
  right: 24px;
}

.image-43-copy {
  height: auto;
  position: absolute;
  top: 20px;
  bottom: 0;
  right: 20px;
}

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

  .frame-2147259304 {
    max-width: 1160px;
  }

  .frame-2147259320 {
    padding-left: 0;
    padding-right: 0;
  }

  .frame-6, .frame-21472593142 {
    max-width: 1160px;
  }

  .frame-21472593147 {
    max-width: 1440px;
  }

  .section-2---v1-2 {
    max-width: none;
  }

  .frame-21472593156, .frame-2147259379 {
    max-width: 1160px;
  }

  .section-2---v1-3 {
    max-width: none;
  }

  .frame-21472593164 {
    max-width: 1160px;
  }

  .frame-21472593169 {
    justify-content: center;
    align-items: center;
    max-width: 1160px;
  }

  .frame-2147259387 {
    max-width: 1160px;
  }

  .image-13 {
    max-width: 1440px;
  }

  .image-26 {
    top: 560px;
    bottom: auto;
  }

  .section-2---v1-4 {
    max-width: none;
  }

  .frame-21472593177 {
    max-width: 1160px;
  }

  .section-2---v1-5, .section-2---v1-6 {
    max-width: none;
  }

  .frame-21472593189 {
    max-width: 1160px;
  }

  .section-2---v1-7, .section-2---v1-8 {
    max-width: none;
  }

  .image-2-1 {
    opacity: .8;
    width: 100%;
    max-width: 1440px;
    inset: auto auto 0%;
  }

  .v1-2-sandbox {
    height: 900px;
  }

  .frame-6-mobile {
    max-width: 1160px;
  }

  .flex-block-14 {
    max-width: 1160px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-new-2 {
    max-width: 1160px;
  }

  .section-2---v1-2-copy {
    max-width: none;
  }

  .image-6-copy {
    width: 366px;
  }

  .frame-2147259285-copy, .frame-2147259285-copy-copy {
    justify-content: center;
    align-items: flex-start;
  }
}

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

  .v2 {
    overflow: hidden;
  }

  .frame-2147259285, .frame-2147259316 {
    justify-content: center;
    align-items: center;
  }

  .text {
    flex: none;
  }

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

  .frame-2147259287 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-content-mobile {
    width: 100%;
    height: auto;
    display: flex;
    position: absolute;
    inset: -300px 0% auto;
  }

  .text-5 {
    font-weight: 300;
  }

  .section-2---v1, .frame-2147259302 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .frame-2147259314 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .frame-2147259320 {
    padding-bottom: 50px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .frame-6 {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .frame-2147259303 {
    padding-top: 50px;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .image-4 {
    object-fit: cover;
    border-radius: 24px;
    width: 100%;
    height: 400px;
  }

  .image-5 {
    object-fit: cover;
    border-radius: 24px;
    width: 100%;
    height: 400px;
    display: none;
  }

  .frame-21472593142 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .website_v2 {
    overflow: hidden;
  }

  .v1-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .frame-20, .frame-2147259228 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-23 {
    text-align: center;
    font-size: 48px;
  }

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

  .frame-7 {
    grid-row-gap: 60px;
    padding-bottom: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .frame-21472593143 {
    grid-row-gap: 40px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .frame-21472593144 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta---v2 {
    padding-left: 60px;
    padding-right: 60px;
    overflow: hidden;
  }

  .frame-21472593147 {
    padding-left: 0;
    padding-right: 0;
  }

  .frame-21472593149 {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .content-style-2 {
    width: 68px;
  }

  .frame-21472593154 {
    padding: 40px;
  }

  .frame-110 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-50 {
    width: 100%;
  }

  .image-7 {
    width: 340px;
  }

  .flex-block-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    height: auto;
    padding: 0;
  }

  .image-8 {
    width: 100%;
  }

  .image-10 {
    width: auto;
  }

  .image-11 {
    width: auto;
    display: none;
  }

  .section-2---v1-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .frame-21472593156 {
    flex-flow: column;
    height: auto;
  }

  .text-61 {
    width: 100%;
  }

  .section-2---v1-3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .frame-21472593164 {
    height: auto;
  }

  .frame-2147259990 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: start;
    height: auto;
    display: grid;
  }

  .frame-21472593168 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .frame-21472593169 {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .frame-21472593170 {
    max-width: none;
    height: auto;
  }

  .frame-21472593173 {
    height: auto;
    padding: 80px 60px;
  }

  .frame-2147259387 {
    height: auto;
    padding: 40px;
  }

  .frame-21472593174 {
    grid-row-gap: 60px;
    flex-flow: column;
    height: auto;
  }

  .image-15 {
    width: 400px;
    bottom: 0;
  }

  .image-23 {
    border-radius: 24px;
    width: 100%;
  }

  .image-26 {
    width: 150%;
    max-width: none;
  }

  .section-2---v1-4 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .frame-21472593177 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .frame-2147259384 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .image-31 {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .section-2---v1-5, .section-2---v1-6 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-33 {
    width: 199.641px;
    max-width: none;
    height: 56px;
  }

  .image-2-1-copy {
    bottom: 0;
    left: 0;
    right: 0;
  }

  .v1-2-copy, .v1-2-sandbox {
    padding-left: 60px;
    padding-right: 60px;
  }

  .flex-block-2-1 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-2-2 {
    height: auto;
  }

  .frame-6-mobile {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .frame-7-copy {
    grid-row-gap: 60px;
    padding-top: 100px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .flex-block-10 {
    width: 200px;
  }

  .frame-2147259316-copy {
    flex-flow: column;
  }

  .nav-content-desktop {
    display: none;
  }

  .image-41 {
    display: block;
  }

  .flex-block-11 {
    display: block;
    overflow: hidden;
  }

  .flex-block-13 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block-14 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .cta---v2-copy {
    padding-left: 60px;
    padding-right: 60px;
    overflow: hidden;
  }

  .v1-2-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: center;
    height: 1100px;
    padding-top: 140px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .frame-2147259316-copy {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .v1-2-copy-copy {
    justify-content: flex-start;
    align-items: center;
    height: 1100px;
    padding-top: 140px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .link-2 {
    color: #fffc;
  }

  .link-2.w--current {
    transition: all .4s;
  }

  .link-2.w--current:hover {
    color: #fff9;
  }

  .link-3 {
    color: #fffc;
    transition: all .4s;
  }

  .link-3:hover {
    color: #fff9;
  }

  .link-4 {
    color: #fffc;
    transition: all .4s;
  }

  .link-4:hover {
    color: #fff9;
  }

  .image-5-mobile {
    object-fit: cover;
    border-radius: 24px;
    width: 100%;
    height: 400px;
    display: block;
  }

  .image-11-mobile {
    width: auto;
    display: block;
  }

  .footer-new-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-2, .section-3, .section-4 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .propose {
    height: 240px;
    padding-right: 80px;
  }

  .section-2---v1-2-copy {
    grid-row-gap: 120px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .flex-block-2-vertical {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-17, .flex-block-18 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-copy {
    flex: none;
  }

  .frame-2147259285-copy {
    justify-content: center;
    align-items: center;
  }

  .frame-2147259316-copy-copy {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .frame-2147259285-copy-copy {
    justify-content: center;
    align-items: center;
  }

  .image-15-copy {
    width: 166px;
    bottom: 0;
  }
}

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

  .frame-2147259316 {
    flex-flow: column;
  }

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

  .frame-20 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .flex-block-2 {
    flex-flow: column;
    padding: 0;
  }

  .image-15 {
    bottom: 0;
  }

  .image-25 {
    bottom: -120px;
  }

  .v1-2-copy {
    height: 1100px;
  }

  .frame-2147259316-copy {
    flex-flow: column;
  }

  .v1-2-copy-copy {
    height: 1100px;
  }

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

  .image-15-copy {
    width: 162px;
    bottom: 0;
  }
}

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

  .v1 {
    height: 900px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .frame-2 {
    width: 100%;
  }

  .frame-1 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .frame-2147259285 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    width: 100%;
  }

  .frame-2147259316 {
    grid-column-gap: 8px;
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .text {
    letter-spacing: -.02em;
    font-size: 36px;
  }

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

  .frame-2147259287 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-style-2 {
    box-sizing: border-box;
    border-width: 0;
    border-color: #fff;
    width: auto;
    box-shadow: inset 0 0 0 1px #ffffff1a, inset 0 1px 6px 1px #ffffff0f;
  }

  .section-2---v1 {
    padding: 60px 20px;
  }

  .frame-2147259304 {
    height: auto;
    padding: 24px;
  }

  .frame-2147259305 {
    grid-row-gap: 32px;
    height: auto;
  }

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

  .frame-2147259239 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: 200px;
    position: static;
  }

  .text-8 {
    font-size: 14px;
  }

  .frame-2147259302 {
    padding: 60px 20px;
  }

  .frame-2147259317 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .frame-2147259307, .frame-2147259319 {
    padding: 24px;
  }

  .frame-2147259320 {
    padding: 60px 20px;
  }

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

  .frame-2147259303 {
    padding: 60px 20px;
  }

  .footer---v1 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding: 40px 20px;
  }

  .frame-78 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .image-4, .image-5 {
    height: 240px;
  }

  .flex-block {
    height: 42px;
    padding-top: 0;
    padding-bottom: 4px;
  }

  .image-6 {
    width: 199.625px;
    height: 42px;
  }

  .v1-2 {
    justify-content: center;
    align-items: center;
    height: 800px;
    padding: 120px 20px 200px;
  }

  .frame-20 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-23 {
    width: 100%;
    font-size: 36px;
  }

  .text-24 {
    font-weight: 500;
  }

  .frame-7 {
    padding: 60px 20px;
  }

  .frame-21472593143 {
    padding: 0;
  }

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

  .cta---v2 {
    padding: 60px 20px;
  }

  .frame-21472593147 {
    padding: 0;
  }

  .frame-21472593149 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .text-36 {
    flex: none;
  }

  .frame-21472593154 {
    padding: 24px;
  }

  .frame-110 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

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

  .frame-14 {
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .image-7 {
    width: 80%;
  }

  .flex-block-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .section-2---v1-2 {
    grid-row-gap: 120px;
    padding: 60px 20px;
  }

  .frame-2147259379 {
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .section-2---v1-3 {
    padding: 60px 20px;
  }

  .frame-21472593164 {
    height: auto;
  }

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

  .frame-2147259990 {
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .frame-21472593168 {
    padding: 60px 20px;
  }

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

  .frame-21472593173 {
    padding: 40px 20px;
  }

  .frame-2147259387 {
    border-radius: 20px;
    padding: 24px;
  }

  .frame-21472593174 {
    grid-row-gap: 40px;
  }

  .frame-21472593175 {
    grid-row-gap: 32px;
  }

  .frame-21472593176 {
    grid-row-gap: 12px;
  }

  .text-67 {
    font-size: 28px;
  }

  .text-69 {
    font-size: 16px;
  }

  .image-12 {
    width: auto;
    height: 42px;
  }

  .image-13 {
    width: 200%;
  }

  .image-15 {
    width: 340px;
    max-width: none;
    bottom: 0;
  }

  .image-16 {
    width: 90%;
  }

  .flex-block-copy {
    width: 199.625px;
    height: 51px;
    padding-top: 6px;
  }

  .image-25 {
    width: 320px;
    bottom: 60px;
  }

  .image-26 {
    width: 200%;
    max-width: none;
  }

  .flex-block-5 {
    width: 100%;
  }

  .flex-block-6 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image-27 {
    left: -40px;
  }

  .section-2---v1-4 {
    padding: 60px 20px;
  }

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

  .frame-21472593178 {
    grid-row-gap: 60px;
  }

  .frame-21472593179 {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .image-28, .image-29, .image-30 {
    width: 100%;
  }

  .flex-block-7 {
    height: 42px;
    padding-top: 0;
  }

  .image-32 {
    width: auto;
    height: 32px;
  }

  .section-2---v1-5 {
    padding: 60px 20px;
  }

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

  .section-2---v1-6 {
    grid-row-gap: 40px;
    padding: 60px 20px;
  }

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

  .frame-21472593189 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .frame-2147259377 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-33 {
    width: auto;
    height: 32px;
  }

  .section-2---v1-7 {
    padding: 60px 20px;
  }

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

  .frame-2147260035 {
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .frame-2147260033, .frame-2147259386 {
    padding: 12px;
  }

  .image-34, .image-35, .image-36 {
    height: auto;
  }

  .counterparties {
    width: 260px;
    height: 37.375px;
  }

  .flex-block-8 {
    width: 260px;
    height: 38px;
  }

  .section-2---v1-8 {
    padding: 60px 20px;
  }

  .frame-2147260027 {
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .frame-21472593204 {
    padding: 12px;
  }

  .image-37, .image-38, .image-39 {
    height: auto;
  }

  .image-2-1 {
    opacity: .8;
    width: 100%;
    max-width: none;
    bottom: 0;
  }

  .image-2-1-copy {
    inset: auto -10px 0 0;
  }

  .v1-2-copy {
    height: 800px;
    padding-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .v1-2-sandbox {
    justify-content: flex-start;
    align-items: center;
    height: 900px;
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block-2-2 {
    padding: 0;
  }

  .frame-7-copy {
    padding: 60px 20px;
  }

  .image-40 {
    height: 48px;
  }

  .flex-block-9 {
    justify-content: center;
    align-items: center;
    width: 121.766px;
  }

  .flex-block-10 {
    width: 114.078px;
  }

  .frame-2147259316-copy {
    grid-column-gap: 8px;
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .flex-block-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta---v2-copy {
    padding: 60px 20px;
  }

  .v1-2-copy {
    justify-content: flex-start;
    align-items: center;
    height: 900px;
    padding: 120px 20px;
  }

  .frame-2147259316-copy {
    grid-column-gap: 8px;
    grid-row-gap: 6px;
    flex-flow: column;
    width: 100%;
  }

  .v1-2-copy-copy {
    justify-content: flex-start;
    align-items: center;
    height: 900px;
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-block-2 {
    height: auto;
  }

  .image-5-mobile {
    height: 240px;
  }

  .footer-new-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-2, .section-3, .section-4 {
    padding: 100px 20px 40px;
  }

  .propose {
    height: 250px;
    padding-top: 24px;
    padding-right: 12px;
  }

  .text-60-big {
    inset: 0 auto auto 24px;
  }

  .propose-image {
    justify-content: flex-end;
    align-items: center;
    height: auto;
  }

  .section-2---v1-2-copy {
    grid-row-gap: 80px;
    padding: 60px 20px;
  }

  .text-60-big-mobile {
    text-align: left;
    font-size: 82px;
    inset: 12px auto auto 22px;
  }

  .flex-block-2-vertical {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-17 {
    width: 100%;
  }

  .flex-block-18 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-copy {
    letter-spacing: -.02em;
    font-size: 36px;
  }

  .image-6-copy {
    width: 199.625px;
    height: 42px;
  }

  .flex-block-copy-copy {
    width: 199.625px;
    height: 51px;
    padding-top: 6px;
  }

  .frame-2147259285-copy {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    width: 100%;
  }

  .frame-2147259316-copy-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .frame-2147259285-copy-copy {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    width: 100%;
  }

  .frame-21472593184-copy {
    justify-content: flex-start;
    align-items: center;
  }

  .text-75-copy, .text-76-copy {
    text-align: center;
  }

  .image-42 {
    width: 100%;
    height: auto;
  }

  .image-15-copy {
    width: 132px;
    max-width: none;
    bottom: 0;
  }

  .image-43 {
    top: 16px;
    right: 10px;
  }

  .image-43-copy {
    top: 16px;
    right: 8px;
  }
}

#w-node-e1911859-f2fe-d012-d385-c914a9917333-41457fa3, #w-node-e1911859-f2fe-d012-d385-c914a991733a-41457fa3, #w-node-e1911859-f2fe-d012-d385-c914a991733f-41457fa3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


