:root {
  --primary-yellow: #f4bc08;
  --white: white;
  --black: black;
  --font-family: Montserrat, sans-serif;
}

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

a {
  text-decoration: underline;
}

.ticker-css {
  display: none;
}

.wrap-h-x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.wrap-h-x-small.align-center {
  align-items: center;
}

.nav-wrapper-13 {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.icon-small-12 {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.nav-button-group {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.header-button-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  display: flex;
}

.gradient-r-2 {
  z-index: 5;
  background-image: linear-gradient(93deg, #0000, #000000c4 60%, #000);
  width: 140px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.icon-regular-12 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.button-secondary-l-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.25px;
  background-color: #3d3d3da3;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 105px;
  height: 48px;
  padding: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-secondary-l-3.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-secondary-l-3.width-100 {
  background-color: #000000a3;
  width: 100%;
}

.ticker-group-l-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: none;
  align-items: center;
  display: flex;
}

.badge-grey {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #f0f0f0;
  background-image: radial-gradient(circle at 50% 140%, #fff3, #fff0), linear-gradient(#000000a3, #000000a3);
  border: .8px solid #f0f0f014;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.text-color-purple-601 {
  color: #f4bc08;
}

.wrap-v-large {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.wrap-v-large.cta-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 60%;
}

.gradient-l-2 {
  z-index: 5;
  background-image: linear-gradient(89deg, #000, #000000c9 48%, #0000);
  width: 140px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.subheading-small-3 {
  color: #fff;
  letter-spacing: -.02em;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.heading-text-wrap {
  max-width: 584px;
  margin-left: auto;
  margin-right: auto;
}

.nav-link-29 {
  color: #f0f0f0;
  letter-spacing: -.25px;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
}

.nav-link-29:hover {
  background-color: #52525252;
}

.nav-link-29.w--current {
  color: #642eff;
}

.navigation-fixed {
  z-index: 999;
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 10px 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.carousel-item {
  color: #b8b8b8;
  justify-content: center;
  align-items: center;
  transition: color .5s;
  display: flex;
}

.carousel-item:hover {
  color: #000;
}

.ticker-l-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  display: flex;
}

.paragraph-small-17 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.paragraph-small-17.text-color-purple-400 {
  color: #a78eec;
}

.nav-menu-18 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
  position: static;
}

.button-tertiary-l {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #f0f0f0;
  letter-spacing: -.25px;
  background-image: linear-gradient(#a3a3a333, #a3a3a333), linear-gradient(#ffffff14, #ffffff14);
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 105px;
  height: 48px;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-tertiary-l.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-tertiary-l.icon-right {
  padding-right: 12px;
}

.container-large-7 {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.background-lines {
  z-index: 0;
  color: #fff;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  max-height: 900px;
  position: absolute;
  inset: 0% auto;
}

.header-section-m {
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 144px 5% 64px;
  display: flex;
  position: relative;
}

.logo-image-14 {
  width: 300px;
}

.header-content {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.button-primary-l-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: -.25px;
  background-color: #f4bc08;
  border: 1px solid #ffffff1f;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 48px;
  padding: 12px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-primary-l-4:hover {
  color: #f4bc08;
  background-color: #f4bc0800;
  border-color: #f4bc08;
  font-family: Montserrat, sans-serif;
}

.button-primary-l-4.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-primary-l-4.width-100 {
  background-color: #f4bc08;
  width: 100%;
}

.button-primary-l-4.italic-text-4 {
  color: #0f0728;
  font-weight: 700;
}

.button-primary-l-4.cta-button-secondary {
  background-color: var(--primary-yellow);
  color: #fff;
  padding-left: 24px;
  padding-right: 24px;
}

.background-line-css {
  color: #fff;
  flex: 0 auto;
  display: none;
}

.nav-button-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.wrap-v-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.wrap-v-x-large.align-center {
  align-items: center;
}

.ticker-wrapper-2 {
  align-items: center;
  width: 100%;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.wrap-v-regular.align-center {
  align-items: center;
}

.wrap-v-regular.align-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: block;
}

.h1-heading {
  color: #e3e3e3;
  text-align: center;
  -webkit-text-stroke-color: #666;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffffff2e, #fff 54%, #f4bc07 84%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
}

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

.logo-block {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.h3-heading-3 {
  opacity: 1;
  outline-offset: 0px;
  pointer-events: auto;
  color: #fff;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #fff0;
  background-clip: border-box;
  outline: 3px #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

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

.wrap-h-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.wrap-h-large.align-center {
  align-items: center;
}

.wrap-h-large.align-center.wrap-children {
  flex-wrap: wrap;
}

.wrap-h-large.align-center.wrap-children.grid-cta-left, .wrap-h-large.align-center.wrap-children.grid-cta-copy, .wrap-h-large.align-center.wrap-children.grid-cta-copy {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: 42px;
  font-family: Montserrat, sans-serif;
}

.wrap-h-large.align-center.wrap-children.grid-cta-right {
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  margin-top: 42px;
  font-family: Montserrat, sans-serif;
}

.wrap-h-large.align-center.wrap-children.grid-cta-center {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 42px;
  font-family: Montserrat, sans-serif;
}

.avatar-circle-4 {
  background-color: #edeff2;
  border: 4px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  display: flex;
  overflow: hidden;
}

.avatar-circle-4.avatar-secondary {
  margin-left: -16px;
}

.paragraph-large-5 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.paragraph-large-5.text-weight-semi-bold {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.paragraph-large-5.text-weight-semi-bold.text-color-gray-200 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.hero {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.avatar-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.prism-top {
  z-index: 2;
  width: 800px;
  max-width: 1080px;
  display: block;
  position: static;
}

.header-grid-content {
  grid-column-gap: 24px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.avatar-group {
  align-items: center;
  display: flex;
}

.caption-15 {
  letter-spacing: .04px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.caption-15.uppercase {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.caption-15.uppercase.text-color-gray-700 {
  color: #858585;
  font-family: Montserrat, sans-serif;
}

.content-feature-grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.subheading-small-6 {
  color: #cbc0c0;
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.subheading-small-6.cta-subheading {
  color: #cbcac0;
  font-size: 22px;
}

.features {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: darken;
  background-color: #0d0d40;
  background-image: linear-gradient(#000, #0d0d40 22%, #030309 37%, #000 63%, #000);
  background-clip: border-box;
  padding: 120px 5%;
  position: relative;
}

.content-grid-3 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
}

.content-grid-3.reverse-cell {
  grid-template-columns: 1fr 1.2fr;
}

.content-wrapper-2 {
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.badge-purple-l {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #dacff7;
  letter-spacing: -.25px;
  background-color: #f4bc08;
  border: 1px solid #ffffff1f;
  border-radius: 96px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.content-feature-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #ffffff14;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 16px;
  display: flex;
}

.paragraph-regular-34 {
  color: #fff;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.paragraph-regular-34.text-color-gray-700 {
  color: #858585;
  font-family: Montserrat, sans-serif;
}

.paragraph-regular-34.text-weight-semi-bold {
  text-align: center;
  width: auto;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.paragraph-regular-34.text-color-gray-500 {
  color: var(--white);
  text-align: center;
  font-size: 10px;
}

.paragraph-regular-34.text-color-gray-500.left-align {
  text-align: left;
  -webkit-text-stroke-color: var(--white);
  font-size: 16px;
}

.paragraph-regular-34.text-color-gray-700 {
  color: #858585;
}

.paragraph-regular-34.text-color-gray-900 {
  color: #474747;
}

.wrap-h-small-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: flex;
}

.wrap-h-small-3.align-center {
  align-items: center;
}

.paragraph-small-47 {
  color: #fff;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.paragraph-small-47.text-color-gray-700 {
  color: #858585;
  text-align: center;
  order: 0;
  align-self: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.paragraph-small-47.text-color-gray-500 {
  color: #ababab;
}

.paragraph-small-47.text-color-gray-700 {
  color: #858585;
}

.subheading-small-7 {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.title-wrapper-m-3 {
  grid-row-gap: 14px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 0;
  max-width: 100%;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-quantiary-icon {
  background-color: #ffffff14;
  background-image: radial-gradient(circle at 50% 100%, #5e5e5e54, #5e5e5e00);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  display: flex;
}

.grid-four-column-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.wrap-h-justify {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-card-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  background-color: #ffffff14;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
}

.loop-wrapper {
  align-items: center;
  max-width: 1640px;
  min-height: 100px;
  margin: 64px auto 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-overlay-r {
  background-image: linear-gradient(269deg, #000, #000000ab 54%, #0000);
  width: 240px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.logo-ticker-code {
  display: none;
}

.logo-block-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 584px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h5-heading-16 {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.4;
}

.logo-overlay-l {
  background-image: linear-gradient(to right, #000, #00000096 51%, #0000);
  width: 240px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.solutions {
  color: #950000;
  z-index: 0;
  background-color: #000;
  background-image: linear-gradient(#000, #0c0c1d 9%, #080833 19%, #030313 32%, #000);
  border: 0 solid #9e9474;
  border-radius: 0;
  padding: 80px 5%;
  position: relative;
}

.wrap-v-small-18 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  width: auto;
  padding: 0 2rem;
  display: flex;
}

.logo-ticker-wide {
  grid-column-gap: 24px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.logo-ticker-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-card {
  justify-content: center;
  align-items: center;
  width: 160px;
  padding: 24px;
  display: flex;
}

.text-color-green-602 {
  color: #79dc80;
}

.feature-card-3 {
  grid-row-gap: 92px;
  background-color: #ffffff14;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  min-width: auto;
  max-width: 300px;
  min-height: 200px;
  padding: 16px;
  display: flex;
}

.wrap-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-color-blue-604 {
  color: #719be5;
}

.feature-grid-6 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.text-color-red-603 {
  color: #f56b61;
}

.feature-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: .5px solid #47474752;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 584px;
  padding: 16px;
  display: flex;
}

.tabs-menu-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: custom;
  background-color: #a3a3a300;
  border-radius: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrapper-wide {
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-secondary-m {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.25px;
  background-color: #3d3d3da3;
  border: 1px solid #ffffff14;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-secondary-m.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-secondary-m.icon-right {
  padding-right: 12px;
}

.wrap-v-x-small-6 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.tabs {
  background-color: #12143200;
  margin-top: 24px;
  margin-bottom: 64px;
}

.tab-link-right {
  color: #fff;
  text-align: center;
  letter-spacing: -.25px;
  mix-blend-mode: normal;
  background-color: #a3a3a33d;
  border-radius: 0 12px 12px 0;
  padding: .7rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.tab-link-right.w--current {
  background-color: var(--primary-yellow);
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-top-right-radius: 12px;
  padding: .7rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.button-primary-m-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.25px;
  background-color: #5b2cdda3;
  border: 1px solid #ffffff14;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-primary-m-3.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.testimonial-text-wrapper {
  text-align: center;
  width: 100%;
}

.hide {
  display: none;
}

.paragraph-small-53 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small-53.text-color-gray-700 {
  color: #fff;
}

.testimonials {
  color: #1c1c1f;
  z-index: 0;
  background-color: #f4bc08;
  background-image: linear-gradient(#000, #0d0d40 39%, #000);
  border-radius: 0;
  padding: 104px 32px;
  position: relative;
  overflow: hidden;
}

.testimonial-slide-2 {
  margin-right: 40px;
}

.icon-regular-38 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.testimonial-slider-a {
  background-color: #0000;
  height: auto;
  font-family: Montserrat, sans-serif;
}

.testimonial-stars {
  z-index: 0;
  position: absolute;
  inset: 104px auto auto 35%;
}

.testimonial-arrow-a {
  color: #9797a1;
  border: 1px solid #333338;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 0;
  padding: 8px;
  transition: all .3s;
  display: flex;
  inset: auto auto 0% 0%;
}

.testimonial-arrow-a:hover {
  color: #fff;
  background-color: #8870d7;
  border-color: #8870d7;
}

.testimonial-arrow-a.right {
  left: 52px;
}

.testimonial-arrow-a.right.addons-arrow-a {
  inset: 0% -100px 0% auto;
}

.testimonial-arrow-a.addons-arrow-b {
  inset: 0% -54px 0% auto;
}

.container-regular-5 {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.container-regular-5.cta-section-container {
  z-index: 0;
  background-color: #00060a;
  border: 2px solid #14073c;
  border-radius: 24px;
  padding: 60px 40px 60px 60px;
  display: flex;
  overflow: hidden;
}

.testimonial-detail-2 {
  margin-top: 32px;
}

.h4-heading-9 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.2;
}

.h4-heading-9.text-color-white {
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.testimonial-image {
  background-color: #1c1c1f;
  border: 1.5px solid #333338;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 412px;
  margin-bottom: 2px;
  margin-right: 2px;
  padding: 32px;
  display: flex;
  overflow: hidden;
  box-shadow: 3px 3px #333338;
}

.grid-two-column-13 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.overline-14 {
  color: #9797a1;
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.overline-14.text-color-purple {
  color: #fff;
}

.h6-heading-16 {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4;
}

.h6-heading-16.text-color-white {
  color: #fff;
  font-weight: 400;
}

.cta-grid-8 {
  grid-column-gap: 72px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  align-items: center;
}

.text-field-14 {
  border: 1px #000;
  margin-bottom: 0;
  font-size: 16px;
}

.text-field-14::placeholder {
  color: #b5b5b5;
}

.newsletter-form-4 {
  background-color: #fff;
  border-radius: 50px;
  align-items: center;
  min-height: 70px;
  padding: 10px 10px 10px 32px;
  display: flex;
  position: relative;
}

.cta-paragraph-10 {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.cta-image-wrapper-3 {
  background-color: #ffffff1a;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding: 30px;
  display: flex;
}

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

.cta-section-12 {
  background-color: #1822fc;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 100px 3%;
}

.mail-icon {
  margin-right: 8px;
}

.title-small-2 {
  color: #98fff3;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 18px;
}

.title-large-13 {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 42px;
  font-weight: 600;
  line-height: 56px;
}

.cta-container-11 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.submit-button-22 {
  color: #fff;
  border-radius: 100px;
  min-height: 54px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 16px;
}

.form-block-26 {
  max-width: 450px;
  margin-top: 40px;
  margin-bottom: 0;
}

.m-text-color-blue {
  color: #f4bc08;
}

.m-team-social-link {
  color: #9c9eab;
  background-color: #22242f;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 8px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-team-social-link:hover {
  color: #7e8ef1;
}

.m-team-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
}

.m-button-secondary {
  color: #7e8ef1;
  background-color: #000;
  border: 2px solid #0000;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-button-secondary:hover {
  border-color: #333647;
}

.team {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#000, #000 6%, #0d0d40 19%, #0b0b35 21%, #000 48%, #000);
  padding: 120px 5%;
}

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

.m-team-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1060px;
  margin-bottom: 128px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.m-team-inner-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
}

.m-icon-regular {
  color: #f4bc08;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.m-team-social {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.m-margin-bottom-04 {
  z-index: 0;
  margin-bottom: 4px;
  position: relative;
}

.team-caption-icon {
  color: #86c1a0;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.m-heading-block {
  max-width: 620px;
}

.m-icon-large {
  color: #f4bc08;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.m-team-social-block {
  color: #7e8ef1;
  background-color: #22242f;
  border-radius: 16px;
  flex-flow: row;
  flex-grow: 1;
  justify-content: flex-start;
  padding: 16px 24px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: block;
}

.m-team-card {
  color: #9c9eab;
  background-color: #111218;
  border-radius: 24px;
  padding: 16px;
  font-family: Montserrat, sans-serif;
}

.m-team-button-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.m-h4-heading {
  color: var(--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
}

.m-h4-heading.text-yellow {
  color: var(--white);
  text-align: center;
}

.m-h4-heading.left-align {
  text-align: left;
  padding-left: 0;
  padding-right: 40px;
}

.m-team-card-image {
  background-color: #22242f;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.m-text-color-green {
  color: #86c1a0;
}

.m-button-primary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #0d0d40;
  border: 2px solid #0d0d40;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-button-primary-small:hover {
  color: #5a6ded;
  background-color: #0000;
}

.m-button-primary-small.w--current {
  background-color: #5a6ded;
}

.m-paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.m-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.m-team-card-block {
  background-color: #22242f;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 184px;
  margin-bottom: 8px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.m-team-social-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  place-content: space-around flex-start;
  align-items: center;
  display: flex;
}

.m-team-caption-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  max-width: 156px;
  padding: 16px 24px;
  font-weight: 600;
  display: flex;
}

.m-subheading-large {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.m-subheading-large.m-text-color-gray-50 {
  color: #dedfe3;
  font-size: 14px;
  font-weight: 700;
}

.logo-17 {
  width: 48px;
  height: 48px;
}

.integration-card-2 {
  grid-row-gap: 62px;
  background-color: #ffffff14;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

.integration-icon-2 {
  background-color: #000000a3;
  background-image: radial-gradient(circle closest-corner at 50% 100%, #ffffff2e, #ffffff0f);
  border: 1px solid #ffffff14;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  display: flex;
  overflow: hidden;
}

.pricing-toggle-circle {
  background-color: #ffffffb8;
  border-radius: 20px;
  width: 24px;
  height: 24px;
  box-shadow: 0 6px 10px #1313151f;
}

.badge-grey-l {
  color: #f0f0f0;
  letter-spacing: -.25px;
  background-color: #000;
  border: .8px solid #f0f0f014;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.button-ghost-l-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  color: #f0f0f0;
  letter-spacing: -.25px;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 105px;
  height: 48px;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-ghost-l-2:hover {
  background-image: radial-gradient(circle at 50% 220%, #a3a3a3a3, #a3a3a300);
}

.button-ghost-l-2.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-ghost-l-2.width-100 {
  width: 100%;
}

.price-wrap-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.price-feature-grid-2 {
  grid-row-gap: 24px;
}

.icon-regular-32 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.grid-two-column-19 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.price-number {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
}

.pricing-toggle-2 {
  cursor: pointer;
  background-color: #3d3d3da3;
  border: 1px solid #ffffff0a;
  border-radius: 44px;
  flex: none;
  align-items: center;
  width: 56px;
  height: 32px;
  padding: 4px;
  display: flex;
}

.pricing-card-4 {
  background-color: #141414;
  border-radius: 12px;
  padding: 16px;
}

.pricing-toggle-wrap {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.pricing-top {
  grid-column-gap: 4px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

.pricing-cadence {
  margin-top: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.price-check-wrapper {
  border: .5px solid #474747;
  border-radius: 8px;
  padding: 16px;
}

.price-month {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: flex;
}

.price-year {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  display: none;
}

.container-price {
  z-index: 5;
  width: 100%;
  max-width: 994px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.badge-red-s {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #fccdca;
  letter-spacing: -.25px;
  background-color: #99130aa3;
  border: 1px solid #ffffff1f;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.m-faq-title-wrap {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.m-faq-toggle {
  cursor: pointer;
  background-color: #111218;
  border-radius: 24px;
  flex-direction: column;
  padding: 24px;
}

.m-subheading-regular {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.m-faq-header-center {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 128px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.m-faq-tab {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #b2b3bd;
  background-color: #0000;
  border: 2px solid #333647;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-faq-tab:hover {
  color: #5a6ded;
  background-color: #0000;
}

.m-faq-tab.w--current {
  color: #f5f5f5;
  background-color: #5a6ded;
  border-color: #5a6ded;
}

.m-faq-dropdown-wrapper {
  overflow: hidden;
}

.m-faq-footer {
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.m-icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.m-faq-detail-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.margin-bottom-189 {
  margin-bottom: 24px;
}

.m-faq-column {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.m-faq-tabs-menu-center {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 64px;
  display: flex;
}

.m-faq-dropdown-inner-wrapper {
  margin-top: 16px;
}

.m-paragraph-regular {
  color: #f4bc08;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.m-paragraph-regular.m-text-color-gray-100 {
  color: #c8c9d0;
}

.m-paragraph-regular.m-text-color-gray-300 {
  color: #9c9eab;
}

.m-paragraph-regular.m-text-color-gray-300.margin-top {
  margin-top: 10px;
}

.m-container-extra-small-2 {
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.m-faq-title-wrapper {
  max-width: 620px;
}

.m-faq-button-wrapper {
  grid-column-gap: 4px;
  display: flex;
}

.feature-paragraph-25 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.feature-title-26 {
  color: #f4bc08;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 1.2;
}

.feature-container-14 {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}

.features-grid-17 {
  grid-column-gap: 40px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  font-family: Montserrat, sans-serif;
  position: static;
  top: 100px;
}

.how-we-work {
  background-color: #000;
  background-image: linear-gradient(#000, #0d0d40 17%, #000 39% 63%, #000 99%);
  flex-flow: column;
  padding: 100px 3%;
  display: flex;
}

.image-wrapper-19 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #0000001a;
  background-clip: border-box;
  margin-bottom: 32px;
  padding: 32px;
}

.features-title-wrap-7 {
  text-align: center;
  max-width: 860px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
}

.features-subheading-10 {
  color: #e5e5e5;
  font-size: 22px;
  line-height: 1.5;
}

.features-heading-19 {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 56px;
  line-height: 1.3;
}

.feature-card-primary {
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

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

.wrap-v-large-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.footer-feature {
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.divider-line-b {
  background-color: #333338;
  width: 100%;
  height: 1px;
}

.paragraph-small-32 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.paragraph-small-32.text-color-gray-200 {
  color: #e4e4e7;
}

.paragraph-small-32.text-color-gray-600 {
  color: #9797a1;
}

.footer-accent-r {
  position: absolute;
  inset: 0% 0% auto auto;
}

.footer-link-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.paragraph-regular-20 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.footer-title-l {
  color: #9797a1;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.divider-dot {
  background-color: #bcbcc2;
  flex: none;
  width: 4px;
  height: 4px;
}

.text-field-dark {
  color: #fff;
  letter-spacing: -.02em;
  background-color: #1c1c1f;
  border: 1px #000;
  border-radius: 24px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 12px 12px 20px;
  font-size: 14px;
  line-height: 1.8;
}

.text-field-dark::placeholder {
  color: #9797a1;
}

.form-block-11 {
  flex-direction: column;
  width: 100%;
  max-width: 440px;
  margin-bottom: 0;
}

.button-submit-secondary {
  color: #0f0728;
  letter-spacing: -.02em;
  -webkit-text-stroke-color: #de9898;
  background-color: #f4bc08;
  border-radius: 24px;
  padding: 12px 24px;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.8;
}

.footer-accent-l {
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer-badge {
  color: #fff;
  letter-spacing: .01em;
  background-color: #333338;
  border-radius: 40px;
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1.5;
}

.footer-form {
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  display: flex;
}

.footer-feature-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.form-dark {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #1c1c1f;
  border: 1px solid #55555e;
  border-radius: 32px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.footer-newsletter-l {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.icon-x-large-4 {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.footer-separator {
  grid-column-gap: 32px;
  align-items: center;
  margin-top: 56px;
  margin-bottom: 56px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.footer-link-dark {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: none;
}

.overline-3 {
  color: #9797a1;
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.footer-feature-content {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 280px;
  display: flex;
}

.footer-block {
  z-index: 0;
  background-color: #000;
  border-radius: 0;
  padding: 58px 64px 20px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.italic-text {
  color: #f4bc08;
  -webkit-text-stroke-color: #f4bc08;
}

.text-block {
  color: #000;
  font-size: 14px;
}

.text-block-2 {
  color: #0f0728;
  font-family: Montserrat, sans-serif;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6 {
  color: #0d0d40;
}

.italic-text-2, .italic-text-3 {
  color: #f4bc08;
}

.text-span {
  color: #ffc200;
  -webkit-text-stroke-color: #7a4b81;
}

.text-span-2 {
  color: #f4bc08;
  background-color: #fff0;
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  color: #f4bc08;
}

.section {
  background-color: #000;
}

.body {
  background-color: #fff;
}

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

.title-20 {
  color: #fff9;
  letter-spacing: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.pricing-section-11 {
  z-index: 0;
  background-color: #000;
  padding: 100px 5%;
  display: block;
  position: relative;
}

.check-grid {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 55px;
}

.line-break-wrapper {
  justify-content: flex-end;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.pricing-title-3 {
  color: #fff;
  margin-top: 0;
  font-size: 58px;
  line-height: 65px;
}

.grid-cell-check {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 45px;
  display: flex;
}

.price-wrapper-3 {
  position: relative;
}

.title-yellow {
  color: #fb0;
  -webkit-text-stroke-color: #f4bc08;
  margin-right: 10px;
  font-size: 22px;
  font-weight: 600;
}

.pricing-bloom {
  z-index: 0;
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bottom-bloom {
  z-index: 0;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.plan-name {
  color: #fb0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.plan-name.professional {
  color: #fff;
}

.plan-name.professional.text-blue {
  color: var(--primary-yellow);
}

.plan-name.enterprise {
  color: #7b55ec;
}

.small-title-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.small-title-wrapper.services-expand {
  opacity: .7;
  margin-top: 0;
}

.plan-type-5.addon-plan-title {
  flex: 1;
  padding-left: 16px;
}

.feature-text-13 {
  color: #fff9;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  line-height: 24px;
}

.check-hidden {
  width: 28px;
  display: none;
}

.price-grid-3 {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.price-detail-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.pricing-text-4 {
  color: #fff;
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 64px;
  display: flex;
}

.bloom-css {
  display: none;
}

.grid-title-2 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

.button-professional {
  background-color: #0d0d40;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
  display: flex;
}

.button-professional:hover {
  background-color: #078ee7;
}

.title-small-4 {
  color: #fff;
  margin-right: 20px;
  font-size: 22px;
  font-weight: 600;
}

.title-small-4.margin-bottom-12 {
  margin-bottom: 12px;
}

.check-wrapper-3 {
  color: #fff;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.check-5 {
  margin-right: 20px;
}

.pricing-wrapper-5 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.line-break-17 {
  background-color: #262626;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.feature-wrapper-11 {
  margin-top: 100px;
}

.badge-professional {
  color: #09f;
  text-align: center;
  letter-spacing: 1px;
  background-color: #001f33;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 900;
  display: flex;
}

.button-enterprise {
  background-color: #7b55ec;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
  display: flex;
}

.button-enterprise:hover {
  background-color: #6e46e4;
}

.dollar-icon {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.pricing-block-3 {
  background-color: #00060a99;
  border: 1.62px solid #fff;
  border-radius: 40px;
  padding: 40px;
}

.pricing-block-3.professional {
  border-color: #332500;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
  position: static;
}

.pricing-block-3.professional.addons-pricing-block {
  padding: 32px;
}

.pricing-block-3.enterprise {
  border-color: #14073c;
}

.pricing-block-3.starter {
  border-color: #332500;
  max-width: 800px;
}

.plan-title {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.grid-row-2 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.title-purple {
  color: #7b55ec;
  margin-right: 10px;
  font-size: 22px;
  font-weight: 600;
}

.text-block-copy {
  color: #fff;
  letter-spacing: -2px;
  font-family: Montserrat, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 64px;
}

.price-link {
  align-items: center;
  margin-top: 16px;
  text-decoration: none;
  display: flex;
}

.line-break-gradient {
  background-image: linear-gradient(97deg, #ffffff4d 10%, #fff0);
  width: 100%;
  max-width: 70%;
  height: 1px;
}

.small-span {
  align-items: flex-end;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
}

.badge-enterprise {
  color: #7b55ec;
  letter-spacing: 1px;
  background-color: #0f052e;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 900;
  display: flex;
}

.check-large {
  width: 28px;
}

.title-wrap-18 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 68px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-cell-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.title-blue-2 {
  color: #09f;
  margin-right: 10px;
  font-size: 22px;
  font-weight: 600;
}

.line-break-large {
  background-color: #262626;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 120px;
}

.badge-starter {
  color: #fb0;
  letter-spacing: 1px;
  background-color: #332500;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 900;
  display: flex;
}

.button-starter {
  color: var(--black);
  cursor: auto;
  background-color: #f4bc08;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
  display: flex;
}

.button-starter:hover {
  background-color: #ebad03;
}

.container-89 {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.pricing-section {
  z-index: 0;
}

.title-small-5 {
  color: #fff;
  margin-right: 20px;
  font-size: 22px;
  font-weight: 600;
}

.title-small-5.margin-bottom-12 {
  margin-bottom: 12px;
}

.title-small-6 {
  color: #fff;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.title-small-6.margin-bottom-12 {
  text-align: center;
  margin-bottom: 12px;
  margin-right: 0;
}

.text-span-9 {
  color: #f4bc08;
  font-family: Montserrat, sans-serif;
  font-style: italic;
}

.m-text-color-blue-2 {
  color: #f4bc08;
  -webkit-text-stroke-color: #f4bc08;
  font-style: italic;
}

.m-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.m-content-heading-wrap {
  max-width: 620px;
}

.m-content-tabs {
  align-items: stretch;
  display: flex;
}

.m-content-tabs-wrapper {
  position: relative;
}

.m-content-details {
  color: #c8c9d0;
  background-color: #22242f;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
}

.case-studies {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#000, #0d0d40 12% 22%, #000 33%, #000);
  padding: 120px 5%;
}

.m-content-tab-info {
  border-top: 2px solid #22242f;
  width: 100%;
  max-width: 400px;
  padding-top: 16px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.m-h6-heading {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.m-paragraph-extra-small {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.m-paragraph-extra-small.text-color-gray-300 {
  color: #9c9eab;
}

.m-content-feature-icon-01 {
  color: #7e8ef1;
  border: 2px solid #333647;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  inset: 24px auto auto 16px;
}

.content-info-detail {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.m-h3-heading {
  color: var(--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 1.2;
}

.m-h3-heading.text-white {
  color: var(--white);
}

.m-content-tab-info-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #7e8ef1;
  align-items: center;
  max-width: 510px;
  padding: 8px;
  display: flex;
}

.m-content-detail-block {
  padding: 8px;
}

.m-content-tabs-info-icon {
  color: #7e8ef1;
  border: 2px solid #22242f;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.m-content-tabs-icon {
  color: #9c9eab;
  background-color: #111218;
  border: 2px solid #22242f;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.m-content-tab-link {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  color: #c8c9d0;
  background-color: #0000;
  border-radius: 16px;
  align-items: center;
  width: 100%;
  max-width: 300px;
  padding: 8px 24px 8px 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all .3s;
  display: flex;
}

.m-content-tab-link:hover {
  background-color: #22242f;
}

.m-content-tab-link.w--current {
  color: #f4f4f6;
  background-color: #22242f;
}

.m-content-tab-image {
  outline-offset: 0px;
  border-radius: 32px;
  outline: 2px solid #22242f;
  overflow: hidden;
}

.m-content-header-row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 128px;
  display: flex;
}

.m-content-header-row.addons-heading {
  text-align: left;
  justify-content: center;
  margin-bottom: 0;
}

.m-button-outline {
  color: #7e8ef1;
  text-align: center;
  background-color: #0000;
  border: 2px solid #333647;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.m-button-outline:hover {
  color: #c8cef9;
  border-color: #7e8ef1;
}

.m-content-feature-icon-03 {
  color: #7e8ef1;
  border: 2px solid #333647;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: auto 60px -10px auto;
}

.m-content-tabs-content {
  width: 100%;
}

.m-content-tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  margin-right: 150px;
  display: flex;
}

.m-content-tab-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.m-content-features {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #dedfe3;
  text-align: center;
  background-color: #111218;
  border-radius: 99px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.m-content-feature-icon-02 {
  color: #7e8ef1;
  border: 2px solid #333647;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: 10px 24px auto auto;
}

.m-content-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #7e8ef1;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  transition: background-color .3s;
  display: flex;
}

.m-content-button:hover {
  background-color: #333647;
}

.m-span-yellow {
  color: #f4d452;
}

.faq {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#000, #000 6%, #0d0d40 19%, #0b0b35 21%, #000 48%, #000);
  padding: 120px 5%;
}

.problems {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: darken;
  background-color: #0d0d40;
  background-image: linear-gradient(#000, #0d0d40 22%, #030309 37%, #000 63%, #000);
  background-clip: border-box;
  padding: 120px 5%;
  position: relative;
}

.italic-text-4 {
  font-family: Montserrat, sans-serif;
}

.italic-text-4.white-text {
  color: var(--black);
}

.italic-text-5 {
  text-align: left;
  vertical-align: baseline;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.text-block-8 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-9 {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.text-block-9.current {
  font-weight: 400;
}

.text-block-10, .text-block-11, .text-block-12, .text-block-13, .text-block-14, .italic-text-6, .italic-text-7, .italic-text-8 {
  font-family: Montserrat, sans-serif;
}

.italic-text-9 {
  -webkit-text-stroke-color: #0f0728;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.features-headers {
  color: #fb0;
  align-self: center;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.features-headers.margin-bottom-12 {
  margin-bottom: 12px;
}

.features-headers-copy {
  color: #09f;
  align-self: center;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.features-headers-copy.margin-bottom-12 {
  margin-bottom: 12px;
}

.features-headers-copy-copy {
  color: #7b55ec;
  align-self: center;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.features-headers-copy-copy.margin-bottom-12 {
  margin-bottom: 12px;
}

.italic-text-10 {
  color: #fb0;
  font-size: 21px;
  font-weight: 700;
}

.cta {
  margin-left: auto;
  margin-right: auto;
  padding-left: 600px;
  padding-right: 600px;
}

.cta-section---2 {
  z-index: 0;
  background-color: #000;
  padding: 100px 32px;
}

.cta-section-lines {
  z-index: -1;
  width: 40%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.container-90 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.white-text {
  color: #000;
}

.section-3 {
  background-image: linear-gradient(#000, #0d0d40 41%, #000);
  padding: 100px 32px;
}

.div-block {
  background-color: #262626;
  height: 2px;
  margin-top: 50px;
  margin-bottom: 60px;
}

.container-91 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.addons-icon {
  width: 100px;
  height: 100px;
}

.image {
  border-radius: 50%;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.header-logo-bg {
  opacity: .08;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #0000;
  background-clip: border-box;
  border: 1px solid #5a4949;
  margin: -8vw auto 0%;
  display: block;
  position: static;
  inset: auto auto 92px 15%;
  overflow: auto;
}

.logo-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  height: 15vw;
  margin-top: 10vw;
  margin-bottom: -6vw;
  display: flex;
  position: static;
  overflow: visible;
}

.skill-images {
  width: 43.88px;
  height: 43.88px;
}

.text-yellow {
  color: var(--primary-yellow);
}

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

.text-block-15 {
  font-family: Montserrat, sans-serif;
}

.text-plan-style {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.text-block-16, .text-block-17 {
  font-family: Montserrat, sans-serif;
}

.text-block-18 {
  color: #fff9;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-span-10 {
  color: var(--primary-yellow);
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

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

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.image-2 {
  background-color: #0000;
}

.footer-icon {
  width: 50px;
  height: 50px;
}

.founder-card-title {
  color: #fff;
  font-weight: 300;
}

.text-block-19, .text-block-20 {
  color: var(--primary-yellow);
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.div-block-4 {
  width: 100%;
  padding-right: 13px;
  font-family: Montserrat, sans-serif;
  position: absolute;
  inset: auto;
}

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

.div-block-6 {
  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;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.text-field-dark-area {
  color: #fff;
  letter-spacing: -.02em;
  background-color: #1c1c1f;
  border: 1px #000;
  border-radius: 24px;
  min-height: 150px;
  margin-bottom: 0;
  padding: 12px 12px 12px 20px;
  font-size: 14px;
  line-height: 1.8;
}

.text-field-dark-area::placeholder {
  color: #9797a1;
}

.div-block-7 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: auto;
  margin-left: 20px;
  display: flex;
}

.image-3 {
  text-align: left;
  flex: 0 auto;
  align-self: start;
  margin-top: 59px;
  display: flex;
}

.div-block-8 {
  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;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.tab-link-left {
  color: #fff;
  text-align: center;
  letter-spacing: -.25px;
  mix-blend-mode: normal;
  background-color: #a3a3a33d;
  border-radius: 12px 0 0 12px;
  padding: .7rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.tab-link-left.w--current {
  background-color: var(--primary-yellow);
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: .7rem 1.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: Montserrat, sans-serif;
  display: grid;
}

.logo-container-mob {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  width: 100%;
  height: 30vw;
  display: none;
  position: static;
  overflow: visible;
}

.tab-content-image {
  z-index: 0;
  max-width: 500px;
}

.success-message-22 {
  color: #fff;
  background-color: #ffffff14;
  border-radius: 10px;
}

.h3---genuine {
  color: var(--white);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.3;
}

.h3---genuine.text-yellow {
  color: var(--white);
  text-align: center;
}

.button-primary-l-4-secondary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.25px;
  background-color: #0099fe;
  border: 1px solid #ffffff1f;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-primary-l-4-secondary:hover {
  color: #0099fe;
  background-color: #f4bc0800;
  border-color: #0099fe;
  font-family: Montserrat, sans-serif;
}

.button-primary-l-4-secondary.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-primary-l-4-secondary.width-100 {
  background-color: #f4bc08;
  width: 100%;
}

.button-primary-l-4-secondary.italic-text-4 {
  color: #0f0728;
  font-weight: 700;
}

.button-primary-l-4-secondary.cta-button-secondary {
  background-color: var(--primary-yellow);
  color: #fff;
  padding-left: 24px;
  padding-right: 24px;
}

.italic-text-12, .italic-text-13, .italic-text-14, .italic-text-15 {
  font-size: 18px;
}

.link, .link-2, .link-3 {
  color: var(--primary-yellow);
}

.text-span-11 {
  color: #cacbc0;
}

.italic-text-16 {
  color: #f4bc08;
}

.m-team-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.m-team-card-alternate {
  color: #9c9eab;
  background-color: #111218;
  border-radius: 24px;
  width: 55%;
  padding: 16px;
  font-family: Montserrat, sans-serif;
}

.mask {
  float: none;
  margin-bottom: 0;
  padding-bottom: 80px;
  font-family: Montserrat, sans-serif;
  position: relative;
  overflow: hidden;
}

.button-primary-l-4-copy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: -.25px;
  background-color: #f4bc08;
  border: 1px solid #ffffff1f;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-primary-l-4-copy:hover {
  color: #f4bc08;
  background-color: #f4bc0800;
  border-color: #f4bc08;
  font-family: Montserrat, sans-serif;
}

.button-primary-l-4-copy.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-primary-l-4-copy.width-100 {
  background-color: #f4bc08;
  width: 100%;
}

.button-primary-l-4-copy.italic-text-4 {
  color: #0f0728;
  font-weight: 700;
}

.button-primary-l-4-copy.cta-button-secondary {
  background-color: var(--primary-yellow);
  color: #fff;
  padding-left: 24px;
  padding-right: 24px;
}

.floating-cta {
  aspect-ratio: auto;
  z-index: 200;
  font-family: Montserrat, sans-serif;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  position: fixed;
  inset: auto 20px 50px auto;
  scale: .95;
}

.floating-cta:hover {
  scale: 1;
}

.button-primary-l-4-cta {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #000;
  letter-spacing: -.25px;
  background-color: #f4bc08;
  border: 1px #ffffff1f;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s, border-color .4s, background-color .4s, color .4s;
  display: flex;
}

.button-primary-l-4-cta:hover {
  color: #000;
  background-color: #ffcc29;
  border-style: none;
  border-color: #f4bc08;
  font-family: Montserrat, sans-serif;
}

.button-primary-l-4-cta.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-primary-l-4-cta.width-100 {
  background-color: #f4bc08;
  width: 100%;
}

.button-primary-l-4-cta.italic-text-4 {
  color: #0f0728;
  font-weight: 700;
}

.button-primary-l-4-cta.cta-button-secondary {
  background-color: var(--primary-yellow);
  color: #fff;
  padding-left: 24px;
  padding-right: 24px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.div-block-13 {
  justify-content: center;
  display: flex;
}

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

.div-block-14 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 140px;
  padding-right: 140px;
}

.div-block-15 {
  justify-content: flex-start;
  display: flex;
}

.grid-2 {
  flex-flow: column;
  display: flex;
}

.div-block-16 {
  justify-content: center;
  display: flex;
}

.div-block-17, .div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.about-us-hero-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  padding-left: 110px;
  padding-right: 110px;
  display: flex;
}

.about-us-hero-image {
  z-index: -1;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
  inset: -30px auto 0% 0%;
}

.flex-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
  overflow: visible;
}

.div-block-19 {
  -webkit-text-fill-color: inherit;
  z-index: 100;
  background-image: linear-gradient(179deg, #fff0, #000 70%);
  background-clip: content-box;
  width: 100%;
  height: 20rem;
  position: absolute;
  inset: auto 0% 20px;
}

.image-4 {
  z-index: 1;
  border-radius: 20px;
}

.our-story {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: darken;
  background-color: #0d0d40;
  background-image: linear-gradient(#000, #0d0d40 22%, #030309 37%, #000 63%, #000);
  background-clip: border-box;
  padding: 120px 5%;
  position: relative;
}

.flex-4 {
  display: flex;
}

.paragraph {
  text-align: left;
}

.div-block-20 {
  width: 70%;
  font-family: Montserrat, sans-serif;
}

.card-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.hero-about-us {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-22 {
  justify-content: center;
  display: flex;
}

.navbar {
  color: #b40505;
  background-color: #fff;
  width: 100%;
  font-family: Montserrat, sans-serif;
  position: fixed;
}

.nav-menu-19 {
  color: #fff;
}

.navbar-logo-left {
  z-index: 100;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #23242f4d;
  width: 100%;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: fixed;
}

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

.navbar-logo-left-container.shadow-three {
  background-color: #fdd0;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

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

.navbar-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-two {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

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

.nav-link:hover {
  color: #f4bc0a;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

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

.mobile-margin-top-10 {
  flex-flow: row;
  margin-left: auto;
  display: block;
}

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

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

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

.list-item {
  margin-left: auto;
}

.navbar-cta {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #f4bc0a;
  letter-spacing: -.25px;
  background-color: #f4bc0800;
  border: 1px solid #f4bc0a;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  scale: 1;
}

.navbar-cta:hover {
  color: #f4bc08;
  background-color: #f4bc0800;
  border-color: #f4bc08;
  font-family: Montserrat, sans-serif;
  scale: 1.05;
}

.navbar-cta.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.navbar-cta.width-100 {
  background-color: #f4bc08;
  width: 100%;
}

.navbar-cta.italic-text-4 {
  color: #0f0728;
  font-weight: 700;
}

.navbar-cta.cta-button-secondary {
  background-color: var(--primary-yellow);
  color: #fff;
  padding-left: 24px;
  padding-right: 24px;
}

.flex-blog {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  display: flex;
  overflow: visible;
}

.blog-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  width: 60%;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.h1-heading-blog {
  color: #e3e3e3;
  text-align: left;
  -webkit-text-stroke-color: #666;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffffff2e, #fff 54%, #f4bc07 92%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.blog-hero-image {
  z-index: -1;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #23242fa3;
  background-clip: border-box;
  border-radius: 20px;
  flex-flow: column;
  align-items: center;
  width: 40%;
  height: auto;
  margin-top: 0;
  padding: 20px;
  display: flex;
  position: static;
  inset: -30px auto 0% 0%;
}

.header-line-blog {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.blog-hero {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 73px 5% 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-hero-main {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: darken;
  background-color: #0d0d40;
  background-image: linear-gradient(#000, #0d0d40 22%, #030309 37%, #000 63%, #000);
  background-clip: border-box;
  padding: 110px 5% 160px;
  position: relative;
}

.div-block-23 {
  background-color: #fff;
  width: 100%;
  position: absolute;
}

.badge-purple-l-blog {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #dacff7;
  letter-spacing: -.25px;
  background-color: #f4bc08;
  border: 1px solid #ffffff1f;
  border-radius: 96px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 5px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

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

.blog-content {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: darken;
  background-color: #23242f;
  background-clip: border-box;
  border-radius: 0;
  padding: 60px 5%;
  font-family: Montserrat, sans-serif;
  position: static;
}

.div-block-24 {
  background-color: #000;
  border-radius: 0%;
  width: 100%;
  height: 10vw;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.div-block-24-copy {
  background-color: #23242f;
  border-radius: 50%;
  width: 90%;
  height: 20vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -32px;
  left: 0;
  right: 0;
}

.blog-h2-heading {
  color: #e3e3e3;
  text-align: left;
  -webkit-text-stroke-color: #666;
  -webkit-text-fill-color: transparent;
  background-color: #fffc;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
}

.blog-content-main {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: darken;
  background-color: #0d0d40;
  background-image: linear-gradient(#000, #0d0d40 22%, #030309 37%, #0d0d40 63%, #000);
  background-clip: border-box;
  padding: 60px 5%;
  position: relative;
}

.italic-text-17 {
  color: var(--primary-yellow);
}

.text-span-12 {
  font-size: 10px;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
}

.text-starting-price-yellow {
  color: #f4bc08;
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: auto;
  font-size: 8px;
  font-weight: 500;
  display: block;
  overflow: hidden;
}

.text-starting-price-blue {
  color: var(--primary-yellow);
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: auto;
  font-size: 8px;
  font-weight: 500;
  display: block;
  overflow: hidden;
}

.hero-services {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-large-7-service {
  z-index: 5;
  flex-flow: column;
  width: 100%;
  height: 78vh;
  margin-top: 5rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.flex-3-service {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  display: flex;
  overflow: visible;
}

.service-hero-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  z-index: 1;
  flex-flow: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.h1-heading-service {
  z-index: 1;
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: #666;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#5c5c5c, #fff 49% 100%, #fff 100%, #383838);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 100px;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
}

.heading-service {
  color: var(--primary-yellow);
  margin-top: 51px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.service-hero-image-copy {
  z-index: -1;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: 100% auto 0% 0%;
}

.service-image {
  z-index: 0;
  border-radius: 20px;
  position: static;
  top: 13%;
  left: -2%;
}

.hero-para-services {
  color: #e2e2e2;
  text-align: right;
  letter-spacing: normal;
  text-indent: 0;
  column-count: auto;
  flex-flow: wrap;
  align-self: flex-end;
  width: 750px;
  margin: -2% 0 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 200;
  line-height: 38px;
  display: block;
}

.spotlight-div {
  z-index: 2;
  opacity: 1;
  filter: blur(100px);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #f4bc0800;
  background-image: radial-gradient(circle closest-side, #f4bc07, #f4bc073b 50%, #0000);
  background-clip: border-box;
  border-radius: 50%;
  width: 100%;
  height: 100vh;
  font-family: Montserrat, sans-serif;
  position: absolute;
  top: 11%;
  left: 64%;
}

.div-block-26 {
  color: #1616c2;
  z-index: 1;
  background-color: #111218;
  width: auto;
  height: 100px;
  font-family: Montserrat, sans-serif;
}

.projects-done {
  z-index: 0;
  background-color: #000;
  padding: 0 0%;
}

.projects-data {
  background-color: #141414;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
}

.div-data {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-clip: border-box;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 60px 15%;
  display: flex;
}

.projects-data-head {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
}

.div-data-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.projects-data-p {
  color: #d3d3d3;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.service-image-div {
  width: 80%;
  position: absolute;
  top: 23%;
  left: -3%;
}

.recaptcha {
  object-fit: fill;
  align-self: center;
}

.italic-text-18 {
  font-size: 20px;
}

.our-solution {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: darken;
  background-color: #0d0d40;
  background-image: linear-gradient(#000, #0d0d40 22%, #030309 37%, #000 63%, #000);
  background-clip: border-box;
  padding: 120px 5%;
  position: relative;
}

.italic-text-19, .bold-text-3, .text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18 {
  color: var(--primary-yellow);
}

.flex-5 {
  flex-flow: row-reverse;
  display: flex;
}

.italic-text-20, .text-span-19 {
  color: var(--primary-yellow);
}

.about-service {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: darken;
  background-color: #0d0d40;
  background-image: linear-gradient(#000, #0d0d40 22%, #030309 37%, #000 63%, #000);
  background-clip: border-box;
  padding: 120px 5%;
  position: relative;
}

.usp-of-service {
  background-color: #000;
  background-image: linear-gradient(#000, #0d0d40 17%, #000 39% 63%, #000 99%);
  flex-flow: column;
  padding: 100px 3%;
  display: flex;
}

.service-who-for {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: darken;
  background-color: #0d0d40;
  background-image: linear-gradient(#000, #0d0d40 22%, #030309 37%, #000 63%, #000);
  background-clip: border-box;
  padding: 120px 5%;
  position: relative;
}

.service-cta {
  z-index: 0;
  background-color: #000;
  padding: 100px 32px;
}

.service-faq {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#000, #000 6%, #0d0d40 19%, #0b0b35 21%, #000 48%, #000);
  padding: 120px 5%;
}

.service-includes {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: darken;
  object-fit: fill;
  background-color: #0d0d40;
  background-image: linear-gradient(#000, #0d0d40 22%, #030309 37%, #000 63%, #000);
  background-clip: border-box;
  padding: 120px 5%;
  position: relative;
}

.italic-text-21 {
  color: var(--primary-yellow);
}

.div-block-28 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 14%;
  display: flex;
}

.div-block-29 {
  justify-content: flex-end;
  align-self: flex-end;
  width: 750px;
  margin-top: 15px;
  display: flex;
}

.wrap-h-large-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.wrap-h-large-copy.align-center {
  align-items: center;
}

.wrap-h-large-copy.align-center.wrap-children {
  flex-wrap: wrap;
}

.wrap-h-large-copy.align-center.wrap-children.grid-cta {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 42px;
  font-family: Montserrat, sans-serif;
}

.pricing-new {
  color: #950000;
  z-index: 0;
  background-color: #000;
  background-image: linear-gradient(#000, #0c0c1d 9%, #080833 19%, #030313 32%, #000);
  border: 0 solid #9e9474;
  border-radius: 0;
  padding: 80px 5%;
  position: relative;
}

.text-span-20, .text-span-21, .text-span-22 {
  color: var(--primary-yellow);
}

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

.link-4 {
  color: var(--primary-yellow);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
}

.text-span-23, .text-span-24 {
  color: var(--primary-yellow);
}

.text-block-21 {
  color: #350a0a;
  transition: all .3s;
}

.text-block-21:hover {
  color: var(--primary-yellow);
}

.icon-2 {
  color: #ffe9e9;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.dropdown {
  color: #000;
  display: inline-block;
  position: relative;
}

.dropdown-toggle {
  color: #fff;
  border: 0 #fff;
  padding: 0 40px 0 10px;
  transition: all .3s;
}

.dropdown-toggle:hover {
  color: var(--primary-yellow);
}

.dropdown-list {
  left: 5px;
}

.dropdown-list.w--open {
  background-color: #2e2e2e;
  border-radius: 8px;
  padding-left: 0;
  padding-right: 0;
  top: auto;
  left: 10px;
}

.dropdown-link {
  color: #fff;
  background-color: #fff0;
  border-radius: 8px 8px 0 0;
  padding-left: 20px;
  padding-right: 60px;
  font-weight: 400;
  transition: all .3s;
  position: static;
}

.dropdown-link:hover {
  background-color: var(--primary-yellow);
  color: #000;
  border-radius: 0;
  font-weight: 400;
}

.dropdown-link.w--current {
  color: #fff;
}

.dropdown-link.w--current:hover {
  color: #000;
}

.dropdown-link-first {
  color: #fff;
  background-color: #fff0;
  border-radius: 8px 8px 0 0;
  padding-left: 20px;
  padding-right: 60px;
  font-weight: 400;
  transition: all .3s;
  position: static;
}

.dropdown-link-first:hover {
  background-color: var(--primary-yellow);
  color: #000;
  border-radius: 8px 8px 0 0;
  font-weight: 400;
}

.dropdown-link-first.w--current {
  color: #fff;
}

.dropdown-link-first.w--current:hover {
  color: #000;
}

.dropdown-link-last {
  color: #fff;
  background-color: #fff0;
  border-radius: 0 0 8px 8px;
  padding-left: 20px;
  padding-right: 60px;
  font-weight: 400;
  transition: all .3s;
  position: static;
}

.dropdown-link-last:hover {
  background-color: var(--primary-yellow);
  color: #000;
  border-radius: 0 0 8px 8px;
  font-weight: 400;
}

.dropdown-link-last.w--current {
  color: #fff;
}

.dropdown-link-last.w--current:hover {
  color: #000;
}

@media screen and (min-width: 1440px) {
  .button-primary-l-4 {
    z-index: 10;
  }

  .h1-heading {
    padding-left: 0;
    padding-right: 0;
    font-size: 80px;
  }

  .wrap-h-large.align-center.wrap-children {
    justify-content: flex-end;
  }

  .wrap-h-large.align-center.wrap-children.grid-cta-left, .wrap-h-large.align-center.wrap-children.grid-cta-copy {
    justify-content: flex-start;
    align-items: center;
  }

  .wrap-h-large.align-center.wrap-children.grid-cta-copy {
    justify-content: center;
  }

  .wrap-h-large.align-center.wrap-children.grid-cta-right {
    justify-content: flex-end;
    align-items: center;
  }

  .wrap-h-large.align-center.wrap-children.grid-cta-center {
    justify-content: center;
    align-items: center;
  }

  .content-grid-3.reverse-cell {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .paragraph-regular-34.text-weight-semi-bold, .paragraph-small-47.text-color-gray-700 {
    color: var(--white);
  }

  .m-image-cover {
    box-sizing: border-box;
    object-fit: fill;
    width: auto;
  }

  .m-team-card-image {
    height: 100%;
  }

  .m-paragraph-regular.m-text-color-gray-300 {
    font-size: 18px;
  }

  .features-grid-17 {
    background-image: none;
  }

  .image-wrapper-19 {
    background-color: #0000001a;
  }

  .pricing-block-3.professional {
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .title-small-6.margin-bottom-12 {
    margin-right: 0;
  }

  .header-logo-bg {
    margin-bottom: auto;
  }

  .logo-container {
    height: 15vw;
    margin-top: 7vw;
  }

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 60px;
    margin-right: 60px;
    display: grid;
  }

  .div-block-4 {
    top: auto;
    bottom: auto;
  }

  .m-team-card-alternate {
    max-width: 47%;
  }

  .div-block-12 {
    height: 100%;
  }

  .about-us-hero-content {
    padding-left: 140px;
    padding-right: 140px;
  }

  .flex-4 {
    flex-flow: row;
  }

  .div-block-20 {
    width: 60%;
  }

  .navbar-logo-left {
    background-color: #23242f33;
  }

  .navbar-logo-left-container.shadow-three {
    background-color: #fdd0;
  }

  .blog-header {
    padding-left: 0;
    padding-right: 140px;
  }

  .h1-heading-blog {
    padding-left: 0;
    padding-right: 0;
    font-size: 50px;
  }

  .blog-hero-main {
    padding-left: 4%;
  }

  .blog-h2-heading {
    margin-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
  }

  .hero-services {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .container-large-7-service {
    z-index: 1;
    height: 75vh;
  }

  .flex-3-service {
    z-index: 1;
  }

  .service-hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .h1-heading-service {
    padding-left: 0;
    padding-right: 100px;
    font-size: 60px;
  }

  .heading-service {
    font-size: 18px;
  }

  .hero-para-services {
    text-align: right;
    z-index: 1;
    align-self: flex-end;
    width: 850px;
    font-size: 32px;
    line-height: 38px;
  }

  .spotlight-div {
    z-index: 1;
    background-image: radial-gradient(circle closest-side, #f4bc07, #f4bc073b 50%, #0000);
  }

  .div-block-27 {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .service-image-div {
    z-index: 0;
    width: 70%;
    top: 26%;
    left: 8%;
  }

  .flex-5 {
    flex-flow: row-reverse;
  }

  .div-block-28 {
    flex-flow: column;
    margin-top: 11%;
    display: flex;
  }

  .div-block-29 {
    z-index: 10;
    justify-content: flex-end;
    align-self: flex-end;
    width: 850px;
    margin-top: 15px;
    display: flex;
  }

  .wrap-h-large-copy.align-center.wrap-children {
    justify-content: flex-start;
  }

  .div-block-30 {
    margin-top: 220px;
    display: block;
  }

  .div-block-31 {
    margin-top: 400px;
  }

  .link-4 {
    color: var(--primary-yellow);
  }
}

@media screen and (max-width: 991px) {
  .nav-wrapper-13, .nav-button-group {
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-menu-button-11 {
    color: #fff;
    background-color: #000000a3;
    background-image: radial-gradient(circle at 50% 220%, #ffffff4a, #fff0);
    border-radius: 12px;
    padding: 12px;
  }

  .nav-menu-button-11.w--open {
    background-color: #36178c;
  }

  .nav-link-29 {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .nav-menu-18 {
    color: #393b6a;
    background-color: #000;
    border: 1px solid #ffffff14;
    border-radius: 12px;
    padding: 12px;
    position: absolute;
    left: 10px;
    right: 10px;
  }

  .nav-menu-18.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .ticker-wrapper-2 {
    width: 95%;
  }

  .h1-heading {
    font-size: 60px;
  }

  .nav-logo-link {
    margin-right: 0;
  }

  .wrap-h-large.align-center.wrap-children.grid-cta-copy {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .wrap-h-large.align-center.wrap-children.grid-cta-right {
    justify-content: center;
    align-items: center;
  }

  .prism-top {
    width: 500px;
  }

  .header-grid-content {
    grid-template-columns: 1fr;
    margin-top: -50px;
  }

  .content-grid-3, .content-grid-3.reverse-cell {
    grid-template-columns: 1fr;
  }

  .wrap-h-small-3.wrap-children-tablet {
    flex-wrap: wrap;
  }

  .grid-four-column-2, .feature-grid-6 {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-slider-a {
    padding-bottom: 96px;
  }

  .testimonial-stars {
    inset: 104px auto auto 60%;
  }

  .grid-two-column-13, .cta-grid-8 {
    grid-template-columns: 1fr;
  }

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

  .cta-section-12 {
    background-position: 100% 0;
    flex-direction: column;
  }

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

  .m-team-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .price-feature-grid-2 {
    grid-template-columns: 1fr;
  }

  .grid-two-column-19 {
    grid-template-columns: 1fr 1fr;
  }

  .features-grid-17 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    grid-template-columns: 1fr;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .footer-form {
    max-width: none;
  }

  .footer-feature-wrapper {
    flex-direction: column;
  }

  .footer-newsletter-l {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .feature-text-13 {
    max-width: none;
  }

  .price-grid-3 {
    grid-template-columns: 1fr;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-title-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing-block-3.professional {
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .grid-row-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .line-break-gradient {
    max-width: 100%;
  }

  .grid-cell-2 {
    margin-bottom: 40px;
  }

  .container-89 {
    min-height: auto;
    position: relative;
  }

  .m-content-tabs {
    flex-direction: column;
  }

  .m-content-tab-info {
    margin-top: 64px;
    position: static;
    inset: 238px 0% auto auto;
  }

  .m-content-tab-link {
    width: auto;
    max-width: 100%;
  }

  .m-content-header-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .m-content-tabs-menu {
    flex-flow: wrap;
    max-width: 100%;
    margin-bottom: 32px;
  }

  .header-logo-bg {
    margin-top: -33vw;
  }

  .logo-container {
    height: 40vw;
    margin-top: -5vw;
  }

  .container {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .div-block-4 {
    display: none;
  }

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

  .about-us-hero-content {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

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

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

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

  .menu-button {
    padding: 12px;
  }

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

  .blog-header {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h1-heading-blog, .blog-h2-heading {
    font-size: 60px;
  }

  .service-hero-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .h1-heading-service {
    font-size: 60px;
  }

  .service-who-for {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .h1-heading {
    font-size: 64px;
  }

  .wrap-h-large.align-center.wrap-children.grid-cta-left {
    justify-content: center;
    align-items: center;
  }

  .prism-top {
    width: 450px;
  }

  .header-grid-content {
    margin-top: -69px;
  }

  .features {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-four-column-2 {
    grid-template-columns: 1fr;
  }

  .logo-overlay-r, .logo-overlay-l {
    width: 100px;
  }

  .solutions {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .feature-grid-6 {
    grid-template-columns: 1fr;
  }

  .testimonial-stars {
    display: none;
  }

  .grid-two-column-13, .m-team-grid {
    grid-template-columns: 1fr;
  }

  .m-team-header {
    margin-bottom: 60px;
  }

  .m-h4-heading {
    font-size: 36px;
  }

  .grid-two-column-19, .features-grid-17, .grid-four-column {
    grid-template-columns: 1fr;
  }

  .footer-separator {
    grid-column-gap: 16px;
  }

  .footer-block {
    padding-left: 32px;
    padding-right: 32px;
  }

  .m-h3-heading {
    font-size: 40px;
  }

  .problems {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-4 {
    display: none;
  }

  .h3---genuine {
    font-size: 36px;
  }

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

  .our-story {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .h1-heading-blog {
    font-size: 64px;
  }

  .blog-hero-main, .blog-content {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .blog-h2-heading {
    font-size: 64px;
  }

  .blog-content-main {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h1-heading-service {
    font-size: 64px;
  }

  .our-solution, .about-service, .service-who-for, .service-includes, .pricing-new {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media screen and (max-width: 479px) {
  .header-button-wrap {
    flex-direction: column;
  }

  .gradient-r-2 {
    width: 40px;
  }

  .wrap-v-large.cta-content {
    flex-flow: column;
    width: 100%;
  }

  .gradient-l-2 {
    width: 40px;
  }

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

  .nav-button-wrap {
    display: none;
  }

  .wrap-v-regular.align-left {
    align-items: center;
    font-size: 16px;
  }

  .h1-heading {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 1;
  }

  .h3-heading-3 {
    font-size: 52px;
    line-height: 62px;
  }

  .wrap-h-large.align-center.wrap-children {
    justify-content: center;
    font-family: Montserrat, sans-serif;
  }

  .wrap-h-large.align-center.wrap-children.grid-cta-left, .wrap-h-large.align-center.wrap-children.grid-cta-copy, .wrap-h-large.align-center.wrap-children.grid-cta-copy, .wrap-h-large.align-center.wrap-children.grid-cta-right, .wrap-h-large.align-center.wrap-children.grid-cta-center {
    justify-content: center;
  }

  .paragraph-large-5.text-weight-semi-bold {
    text-align: center;
    align-self: auto;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .avatar-row {
    flex-direction: column;
    align-items: center;
  }

  .prism-top {
    object-fit: contain;
    width: 250px;
    height: 100%;
    margin-top: 11.7rem;
  }

  .header-grid-content {
    margin-top: -50px;
  }

  .content-feature-grid-2 {
    grid-template-columns: 1fr;
  }

  .subheading-small-6 {
    text-align: center;
  }

  .subheading-small-6.cta-subheading {
    text-align: center;
    font-size: 14px;
  }

  .paragraph-regular-34.text-color-gray-700 {
    text-align: center;
  }

  .paragraph-regular-34.text-color-gray-500 {
    text-align: center;
    font-size: 14px;
  }

  .paragraph-regular-34.text-color-gray-500.left-align {
    font-size: 14px;
  }

  .wrap-h-small-3 {
    justify-content: flex-start;
    width: 100%;
  }

  .wrap-h-small-3.wrap-children-mobile {
    flex-wrap: wrap;
    justify-content: center;
  }

  .paragraph-small-47.text-color-gray-700 {
    text-align: center;
    width: 100%;
  }

  .wrap-h-justify {
    justify-content: center;
    font-family: Montserrat, sans-serif;
  }

  .feature-block {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .tabs-menu-3 {
    flex-flow: row;
    width: 100%;
  }

  .tab-link-right, .tab-link-right.w--current {
    font-size: 12px;
  }

  .paragraph-small-53.text-color-gray-700 {
    text-align: center;
  }

  .testimonials {
    padding: 72px 24px 48px;
    font-family: Montserrat, sans-serif;
  }

  .testimonial-slider-a {
    display: block;
  }

  .testimonial-arrow-a {
    margin-left: 0;
    left: 34%;
  }

  .testimonial-arrow-a.right {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
    left: 52%;
  }

  .container-regular-5.cta-section-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    padding: 1rem;
    font-family: Montserrat, sans-serif;
  }

  .h4-heading-9.text-color-white {
    text-align: center;
    font-size: 16px;
  }

  .testimonial-image {
    height: 320px;
  }

  .overline-14.text-color-purple {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .h6-heading-16 {
    white-space: pre-wrap;
  }

  .h6-heading-16.text-color-white {
    text-align: center;
    font-size: 14px;
  }

  .cta-paragraph-10 {
    font-size: 22px;
  }

  .title-large-13 {
    font-size: 40px;
    line-height: 51px;
  }

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

  .m-team-inner-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .m-team-button-wrapper {
    flex-wrap: wrap;
  }

  .m-h4-heading {
    text-align: center;
    font-size: 30px;
  }

  .m-h4-heading.left-align {
    padding-right: 0;
  }

  .m-paragraph-small {
    text-align: center;
  }

  .m-subheading-large {
    font-family: Montserrat, sans-serif;
  }

  .price-wrap-3 {
    flex-direction: column-reverse;
  }

  .price-number {
    font-size: 52px;
    line-height: 62px;
  }

  .pricing-top {
    padding: 8px;
  }

  .m-paragraph-regular.m-text-color-gray-300 {
    font-size: 14px;
  }

  .m-faq-title-wrapper {
    font-family: Montserrat, sans-serif;
  }

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

  .how-we-work, .footer-accent-r, .footer-accent-l {
    display: none;
  }

  .footer-block {
    padding: 72px 24px;
  }

  .title-20 {
    font-size: 12px;
  }

  .plan-name {
    font-size: 22px;
  }

  .plan-name.professional {
    font-size: 16px;
  }

  .feature-text-13 {
    text-align: center;
    font-size: 10px;
  }

  .price-detail-wrapper {
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

  .pricing-text-4 {
    margin-top: 0;
    font-size: 30px;
    line-height: 50px;
  }

  .grid-title-2 {
    grid-template-columns: 1fr;
  }

  .pricing-wrapper-5 {
    align-items: flex-start;
    margin-top: 0;
  }

  .badge-professional {
    margin-bottom: 12px;
  }

  .dollar-icon {
    font-size: 18px;
  }

  .pricing-block-3 {
    padding: 24px;
  }

  .pricing-block-3.professional {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
  }

  .pricing-block-3.professional.addons-pricing-block {
    width: 100%;
  }

  .badge-enterprise, .badge-starter {
    margin-bottom: 12px;
  }

  .title-small-6.margin-bottom-12 {
    text-align: center;
    font-size: 16px;
  }

  .content-info-detail {
    flex-wrap: wrap;
  }

  .m-h3-heading, .m-h3-heading.text-white {
    text-align: center;
    font-size: 30px;
  }

  .m-content-header-row.addons-heading {
    align-items: center;
  }

  .m-button-outline {
    width: 100%;
  }

  .m-content-tab-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .cta-section---2 {
    display: none;
  }

  .container-90 {
    width: 100%;
  }

  .addons-icon {
    width: 60px;
    height: 60px;
  }

  .logo-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-end center;
    align-self: auto;
    align-items: flex-start;
    height: 50vw;
    display: none;
  }

  .logo-container.hidden {
    display: none;
  }

  .div-block-2 {
    object-fit: fill;
    flex-flow: column-reverse;
    grid-auto-flow: row;
    place-content: stretch flex-start;
    align-items: stretch;
    font-family: Montserrat, sans-serif;
    display: flex;
    position: static;
  }

  .text-plan-style {
    font-size: 14px;
  }

  .text-block-18 {
    text-align: center;
  }

  .container {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright, .text-block-19, .text-block-20 {
    text-align: center;
  }

  .div-block-3 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .div-block-4 {
    width: 55%;
    height: auto;
    display: none;
    top: -2%;
    bottom: auto;
    left: 18%;
  }

  .div-block-7 {
    margin-left: 10px;
  }

  .tab-link-left {
    font-size: 12px;
  }

  .div-block-9 {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .logo-container-mob {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-end center;
    align-self: auto;
    align-items: baseline;
    height: 30vw;
    margin-top: 82px;
    display: flex;
  }

  .logo-container-mob.hidden, .tab-content-image {
    display: none;
  }

  .div-block-10, .div-block-11 {
    text-align: center;
    width: 100%;
  }

  .italic-text-11 {
    text-align: center;
    font-size: 14px;
  }

  .h3---genuine {
    text-align: center;
    font-size: 25px;
  }

  .italic-text-15 {
    font-size: 18px;
  }

  .m-team-flex {
    font-family: Montserrat, sans-serif;
  }

  .m-team-card-alternate {
    width: 100%;
  }

  .mask {
    padding-bottom: 0;
  }

  .floating-cta {
    position: fixed;
    inset: auto 0 10px;
    scale: .7;
  }

  .floating-cta:hover {
    scale: .75;
  }

  .button-primary-l-4-cta {
    position: static;
  }

  .div-block-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-15 {
    justify-content: center;
  }

  .about-us-hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .about-us-hero-image {
    top: -15px;
  }

  .div-block-19 {
    height: 10rem;
  }

  .flex-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .div-block-20 {
    width: 100%;
  }

  .div-block-21 {
    margin-top: 10px;
  }

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

  .nav-menu-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-two {
    box-shadow: none;
    z-index: 100;
    background-color: #23242ff7;
    flex-direction: column;
    align-content: center;
  }

  .menu-button {
    margin-left: auto;
  }

  .list-item {
    margin-left: 0;
  }

  .icon {
    color: #fff;
  }

  .flex-blog {
    flex-flow: column;
  }

  .blog-header {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-heading-blog {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 1;
  }

  .blog-hero-image {
    width: 100%;
    margin-top: 20px;
    top: -15px;
  }

  .header-line-blog {
    justify-content: center;
  }

  .blog-hero-main {
    padding-bottom: 10px;
  }

  .badge-purple-l-blog {
    font-size: 14px;
  }

  .blog-h2-heading {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 1;
  }

  .bold-text-2 {
    text-align: left;
    font-size: 20px;
  }

  .text-starting-price-yellow, .text-starting-price-blue {
    font-size: 6px;
  }

  .container-large-7-service {
    z-index: 1;
    height: 100%;
  }

  .flex-3-service {
    justify-content: center;
  }

  .service-hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .h1-heading-service {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 1;
  }

  .service-hero-image-copy {
    top: -15px;
  }

  .service-image {
    display: block;
  }

  .hero-para-services {
    text-align: center;
    z-index: 1;
    justify-content: center;
    align-self: flex-end;
    width: auto;
    margin: 0% auto;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    display: flex;
  }

  .spotlight-div {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: 100%;
    max-width: 100vw;
    height: 60vh;
    display: none;
    top: 20%;
    overflow: visible;
  }

  .projects-done {
    display: block;
  }

  .div-data {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex-flow: column;
  }

  .projects-data-head {
    font-size: 40px;
  }

  .projects-data-p {
    font-size: 13px;
  }

  .div-block-27 {
    align-self: center;
  }

  .service-image-div {
    z-index: 0;
    width: 100%;
    margin-top: 0;
    top: 22%;
    left: 1%;
  }

  .recaptcha {
    align-self: center;
  }

  .italic-text-18 {
    font-size: 12px;
  }

  .flex-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .usp-of-service, .service-cta {
    display: none;
  }

  .bold-text-4 {
    font-size: 12px;
  }

  .div-block-29 {
    display: none;
  }

  .wrap-h-large-copy.align-center.wrap-children {
    justify-content: center;
    font-family: Montserrat, sans-serif;
  }

  .link-4 {
    align-self: center;
  }
}

#w-node-a967dfd3-cf01-5620-44e3-c0e910f7fd5f-dddc6447 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a967dfd3-cf01-5620-44e3-c0e910f7fd6a-dddc6447 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_6489bf93-22a8-ba0a-36c2-f03ba0ec44e2-dddc6447 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6489bf93-22a8-ba0a-36c2-f03ba0ec44e4-dddc6447, #w-node-_6489bf93-22a8-ba0a-36c2-f03ba0ec44f1-dddc6447, #w-node-_6489bf93-22a8-ba0a-36c2-f03ba0ec44ff-dddc6447, #w-node-_6489bf93-22a8-ba0a-36c2-f03ba0ec44f8-dddc6447, #w-node-_6489bf93-22a8-ba0a-36c2-f03ba0ec4506-dddc6447, #w-node-_292c9925-899a-5748-976b-0daf1124bb3a-dddc6447, #w-node-eea62bf2-b289-7365-50af-fbd4b4ba4c42-dddc6447, #w-node-_2a1532e7-2d59-7b10-c1cf-244cfa6310ea-dddc6447, #w-node-d4641bb3-0841-8587-9589-0fc600cc44af-dddc6447, #w-node-_36d27cc0-71a5-a790-9f54-3703657452e4-dddc6447, #w-node-_97f64f83-d071-af60-0fd3-457571bf64b0-dddc6447, #w-node-_5c2da329-f294-f9e3-e2f6-757ed68bccb8-dddc6447, #w-node-_5c2da329-f294-f9e3-e2f6-757ed68bccca-dddc6447, #w-node-_5c2da329-f294-f9e3-e2f6-757ed68bccd9-dddc6447, #w-node-_5c2da329-f294-f9e3-e2f6-757ed68bcce9-dddc6447, #w-node-_87595f30-5094-210b-16f2-268a4d32626f-dddc6447, #w-node-_87595f30-5094-210b-16f2-268a4d326278-dddc6447, #w-node-_87595f30-5094-210b-16f2-268a4d326283-dddc6447, #w-node-_87595f30-5094-210b-16f2-268a4d32628c-dddc6447, #w-node-f3fc36d5-7b5d-a4db-e618-aea2c69abe14-dddc6447, #w-node-f3fc36d5-7b5d-a4db-e618-aea2c69abe26-dddc6447, #w-node-f3fc36d5-7b5d-a4db-e618-aea2c69abe2f-dddc6447, #w-node-f3fc36d5-7b5d-a4db-e618-aea2c69abe1d-dddc6447, #w-node-_36549309-d2d6-dd7f-ceda-50d60048ab7c-dddc6447, #w-node-_36549309-d2d6-dd7f-ceda-50d60048ab85-dddc6447, #w-node-_36549309-d2d6-dd7f-ceda-50d60048ab8e-dddc6447, #w-node-_36549309-d2d6-dd7f-ceda-50d60048ab97-dddc6447, #w-node-_7bf9afb6-ca85-08fd-0625-6e1824f84ead-dddc6447 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed89a3cf-bb42-d595-8443-06d0d1c4f09c-dddc6447, #w-node-_83e0a7bc-f9cb-9eb1-abc5-9aa450c674a9-dddc6447, #w-node-_49528931-b538-ee57-8e28-654bfe80f3e3-dddc6447, #w-node-b03cbc01-404b-0c8a-8337-467a2f06b36a-dddc6447, #w-node-_3525a232-9e5a-50b4-3189-a437384181cf-dddc6447, #w-node-_148db02d-d014-0fcc-82e7-4c696525e151-dddc6447 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_5fe59a15-fadc-7cb2-0470-e8df4482b301-dddc6447, #w-node-_5fe59a15-fadc-7cb2-0470-e8df4482b303-dddc6447, #w-node-_058cdd7c-29da-1500-63d9-8de912311b77-dddc6447, #w-node-_058cdd7c-29da-1500-63d9-8de912311b79-dddc6447, #w-node-a34e77cf-d5d8-b299-b28b-13be9507ce35-dddc6447, #w-node-a34e77cf-d5d8-b299-b28b-13be9507ce37-dddc6447, #w-node-_6489bf93-22a8-ba0a-36c2-f03ba0ec44e4-dddc6449 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c6dc6b9-158c-ade6-3095-655cb572f81c-dddc6449, #w-node-b1ece128-0324-afe5-0605-e8daada7e96a-dddc6449 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1582f6d1-d2d5-3497-370e-cfe4c6e06fc8-dddc6449, #w-node-_1582f6d1-d2d5-3497-370e-cfe4c6e06fd0-dddc6449, #w-node-_1582f6d1-d2d5-3497-370e-cfe4c6e06fd8-dddc6449, #w-node-_1582f6d1-d2d5-3497-370e-cfe4c6e06fe0-dddc6449, #w-node-_1582f6d1-d2d5-3497-370e-cfe4c6e06fe8-dddc6449, #w-node-_1582f6d1-d2d5-3497-370e-cfe4c6e06ff0-dddc6449 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_5fe59a15-fadc-7cb2-0470-e8df4482b301-dddc6449, #w-node-_5fe59a15-fadc-7cb2-0470-e8df4482b303-dddc6449, #w-node-_058cdd7c-29da-1500-63d9-8de912311b77-dddc6449, #w-node-_058cdd7c-29da-1500-63d9-8de912311b79-dddc6449, #w-node-a34e77cf-d5d8-b299-b28b-13be9507ce35-dddc6449, #w-node-a34e77cf-d5d8-b299-b28b-13be9507ce37-dddc6449, #w-node-_6489bf93-22a8-ba0a-36c2-f03ba0ec44e4-dddc644a, #w-node-_6489bf93-22a8-ba0a-36c2-f03ba0ec44e4-dddc644b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b0b145b-7f65-a571-f51c-870eb1c198c4-dddc644b, #w-node-_88fe54f1-089c-5774-5be1-235acd99024d-dddc644b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_88fe54f1-089c-5774-5be1-235acd99024f-dddc644b, #w-node-_88fe54f1-089c-5774-5be1-235acd990262-dddc644b, #w-node-_88fe54f1-089c-5774-5be1-235acd990269-dddc644b, #w-node-_88fe54f1-089c-5774-5be1-235acd990270-dddc644b, #w-node-_88fe54f1-089c-5774-5be1-235acd990277-dddc644b, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2bf-dddc644b, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2c5-dddc644b, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2cb-dddc644b, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2d1-dddc644b, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2d7-dddc644b, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2dd-dddc644b, #w-node-_6489bf93-22a8-ba0a-36c2-f03ba0ec44e4-dddc644c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b0b145b-7f65-a571-f51c-870eb1c198c4-dddc644c, #w-node-_88fe54f1-089c-5774-5be1-235acd99024d-dddc644c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_88fe54f1-089c-5774-5be1-235acd99024f-dddc644c, #w-node-_88fe54f1-089c-5774-5be1-235acd990262-dddc644c, #w-node-_88fe54f1-089c-5774-5be1-235acd990269-dddc644c, #w-node-_88fe54f1-089c-5774-5be1-235acd990270-dddc644c, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2bf-dddc644c, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2c5-dddc644c, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2cb-dddc644c, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2d1-dddc644c, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2d7-dddc644c, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2dd-dddc644c, #w-node-_6489bf93-22a8-ba0a-36c2-f03ba0ec44e4-dddc644d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b0b145b-7f65-a571-f51c-870eb1c198c4-dddc644d, #w-node-_88fe54f1-089c-5774-5be1-235acd99024d-dddc644d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_88fe54f1-089c-5774-5be1-235acd99024f-dddc644d, #w-node-_88fe54f1-089c-5774-5be1-235acd990262-dddc644d, #w-node-_88fe54f1-089c-5774-5be1-235acd990269-dddc644d, #w-node-_88fe54f1-089c-5774-5be1-235acd990270-dddc644d, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2bf-dddc644d, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2c5-dddc644d, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2cb-dddc644d, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2d1-dddc644d, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2d7-dddc644d, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2dd-dddc644d, #w-node-_6489bf93-22a8-ba0a-36c2-f03ba0ec44e4-dddc644e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b0b145b-7f65-a571-f51c-870eb1c198c4-dddc644e, #w-node-_88fe54f1-089c-5774-5be1-235acd99024d-dddc644e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_88fe54f1-089c-5774-5be1-235acd99024f-dddc644e, #w-node-_88fe54f1-089c-5774-5be1-235acd990262-dddc644e, #w-node-_88fe54f1-089c-5774-5be1-235acd990269-dddc644e, #w-node-_88fe54f1-089c-5774-5be1-235acd990270-dddc644e, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2bf-dddc644e, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2c5-dddc644e, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2cb-dddc644e, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2d1-dddc644e, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2d7-dddc644e, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2dd-dddc644e, #w-node-_6489bf93-22a8-ba0a-36c2-f03ba0ec44e4-dddc644f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b0b145b-7f65-a571-f51c-870eb1c198c4-dddc644f, #w-node-_88fe54f1-089c-5774-5be1-235acd99024d-dddc644f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_88fe54f1-089c-5774-5be1-235acd99024f-dddc644f, #w-node-_88fe54f1-089c-5774-5be1-235acd990262-dddc644f, #w-node-_88fe54f1-089c-5774-5be1-235acd990269-dddc644f, #w-node-_88fe54f1-089c-5774-5be1-235acd990270-dddc644f, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2bf-dddc644f, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2c5-dddc644f, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2cb-dddc644f, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2d1-dddc644f, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2d7-dddc644f, #w-node-_338456c7-77e1-ce2b-6f5b-3139f795c2dd-dddc644f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_00b45aae-8df5-ec63-937a-a4ca2809dba5-dddc6447, #w-node-_87595f30-5094-210b-16f2-268a4d326295-dddc6447 {
    place-self: center;
  }
}


