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

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

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

.text-color-purple-500 {
  color: #8f6ee7;
}

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

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

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

.h3-heading {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(353deg, #fff, #57ffee 46%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.h3-heading.white {
  background-color: #e2e2e2;
  background-image: none;
  font-family: Bruno Ace SC, sans-serif;
}

.h3-heading.white.normal {
  font-family: PT Sans, sans-serif;
}

.h3-heading.nomargin {
  background-color: #e2e2e2;
  background-image: none;
  margin-bottom: 0;
}

.h3-heading.moving {
  font-size: 32px;
}

.h3-heading.darken {
  background-image: linear-gradient(353deg, #00423c, #00574e 22%, #57ffee 46%, #fff);
}

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

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

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

.nav-link {
  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:hover {
  background-color: rgba(82, 82, 82, .32);
}

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

.logo-block {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0;
  padding-bottom: 30px;
  display: flex;
}

.header-section-s {
  min-height: 90vh;
  -webkit-backdrop-filter: contrast(152%) brightness(80%) blur(2px);
  backdrop-filter: contrast(152%) brightness(80%) blur(2px);
  background-color: rgba(0, 0, 0, .75);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner {
  height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 50% 100%, rgba(255, 255, 255, .07), rgba(255, 255, 255, 0) 30%), linear-gradient(rgba(255, 255, 255, .08), rgba(255, 255, 255, .08));
  justify-content: center;
  align-items: center;
  padding: 10px 32px;
  display: flex;
  position: relative;
}

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

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

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

.prism-top {
  z-index: 2;
  max-width: 1080px;
  position: relative;
}

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

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

.caption.uppercase.text-color-gray-700 {
  color: #858585;
}

.caption.text-color-gray-300 {
  color: #d1d1d1;
}

.caption.text-color-purple-500 {
  color: #8f6ee7;
}

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

.avatar-row {
  width: 100%;
  height: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  display: none;
}

.avatar-row.hiddenup {
  display: none;
}

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

.button-primary-l {
  height: 48px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #f0f0f0;
  letter-spacing: -.25px;
  background-color: rgba(91, 44, 221, .64);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  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;
}

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

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

.background-line-css {
  display: none;
}

.avatar-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #fff;
  margin: 10px;
  padding: 10px 0;
}

.avatar-cover.nomargin {
  padding-top: 0;
  padding-bottom: 0;
}

.wrap-v-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.background-lines {
  z-index: 0;
  width: 100%;
  height: 100%;
  max-height: 900px;
  max-width: 1440px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
}

.logo-image {
  width: 20em;
}

.button-secondary-l {
  height: 48px;
  min-width: 105px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.25px;
  background-color: rgba(61, 61, 61, .64);
  border-radius: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  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.w--current {
  background-color: #344256;
  border-color: #48566a;
}

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

.subheading-small {
  width: 100%;
  height: 50%;
  color: #e2e2e2;
  text-align: left;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.subheading-small.flex {
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.navigation-fixed {
  z-index: 999;
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-top: 30px;
  padding: 10px 5%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.paragraph-large.text-weight-semi-bold {
  color: #e2e2e2;
  font-family: Exo, sans-serif;
  font-weight: 600;
}

.paragraph-large.text-weight-semi-bold.text-color-gray-200 {
  color: #e3e3e3;
}

.paragraph-large.text-weight-semi-bold.ptsans {
  font-family: PT Sans, sans-serif;
  font-weight: 400;
}

.heading {
  color: #4d0d0d;
}

.body {
  color: #e2e2e2;
  font-family: PT Sans, sans-serif;
}

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

.container {
  width: 100%;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 10px;
}

.heading-3 {
  text-align: center;
  margin-top: 0;
  font-size: 18px;
}

.div-block {
  height: 100%;
}

.container-2 {
  height: 100%;
  max-width: none;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-2 {
  height: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2.lower {
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

.background-video {
  width: 100%;
  height: 100%;
  filter: blur(3px);
  position: absolute;
}

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

.h3-heading-2 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(353deg, rgba(54, 23, 140, .44), #bba7f1 46%, #bba7f1);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

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

.paragraph-small-2.text-color-gray-700 {
  color: #858585;
  font-size: 18px;
}

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

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

.section-large {
  background-color: #000;
  padding: 120px 5%;
  position: relative;
}

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

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

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

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

.title-wrapper-split {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  align-content: stretch;
  justify-content: stretch;
  align-items: center;
  margin-bottom: 64px;
}

.feature-card-s {
  grid-row-gap: 12px;
  color: #fff;
  background-color: rgba(255, 255, 255, .08);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px;
  display: flex;
}

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

.wrap-v-regular.align-left {
  align-items: flex-start;
}

.wrap-v-regular.align-left.align-center-tablet {
  text-align: left;
  justify-content: flex-start;
  text-decoration: none;
}

.wrap-v-regular.align-left.align-center-tablet.alignright {
  align-items: flex-end;
}

.badge-purple-l {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #dacff7;
  letter-spacing: -.25px;
  background-color: rgba(54, 23, 140, .64);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

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

.button-quantiary-icon {
  width: 34px;
  height: 34px;
  min-height: 34px;
  min-width: 34px;
  background-color: rgba(255, 255, 255, .08);
  background-image: radial-gradient(circle at 50% 100%, rgba(94, 94, 94, .33), rgba(94, 94, 94, 0));
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-card-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  padding: 8px;
  display: flex;
}

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

.paragraph-regular.text-weight-semi-bold {
  font-family: Exo, sans-serif;
  font-weight: 600;
}

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

.feature-card-banner {
  grid-row-gap: 12px;
  color: #fff;
  background-color: rgba(255, 255, 255, .08);
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 32px;
  padding: 16px;
  display: flex;
}

.button-neutral {
  min-height: 48px;
  min-width: 120px;
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #00897b;
  border-radius: 8px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button-neutral:hover {
  background-color: #004e46;
}

.button-neutral:active {
  background-color: #160042;
}

.button-neutral:focus {
  outline-offset: 0px;
  outline: 2px solid #6b7094;
}

.image-2 {
  background-color: #fff;
  border-radius: 8px;
  padding: 5px 6px 6px;
}

.italic-text-2 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.image-3 {
  object-fit: scale-down;
  background-color: #000;
  border-radius: 16px;
  padding: 25px;
}

.image-4 {
  border-radius: 16px;
}

.section-regular {
  background-color: #000;
  padding: 80px 5%;
  position: relative;
}

.feature-card {
  min-height: 323px;
  grid-row-gap: 92px;
  background-color: rgba(255, 255, 255, .08);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

.h3-heading-3 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#c7c7c7, #dedede 87%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

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

.tab-link {
  color: #f0f0f0;
  text-align: center;
  letter-spacing: -.25px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  padding: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.tab-link.w--current {
  background-color: rgba(163, 163, 163, .24);
}

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

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

.button-primary-m {
  height: 44px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.25px;
  background-color: rgba(91, 44, 221, .64);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  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.w--current {
  background-color: #344256;
  border-color: #48566a;
}

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

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

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

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

.feature-block {
  width: 100%;
  max-width: 584px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: .5px solid rgba(71, 71, 71, .32);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

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

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

.tabs {
  margin-top: 24px;
  margin-bottom: 64px;
}

.button-secondary-m {
  height: 44px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.25px;
  background-color: rgba(61, 61, 61, .64);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  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;
}

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

.form {
  width: 100%;
  justify-content: center;
  display: flex;
}

.globe-image {
  margin-bottom: 60px;
}

.cta-section {
  min-height: 1000px;
  background-color: #000;
  background-image: linear-gradient(169deg, rgba(0, 0, 0, .23), rgba(0, 0, 0, .86) 40%, #000 64%), none;
  background-position: 0 0, 50% -10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding: 140px 3%;
  position: relative;
}

.submit-button {
  background-color: #063160;
  border-radius: 500px;
  padding: 24px 32px;
}

.form-block {
  width: 100%;
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.cta-wrapper {
  max-width: 820px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-cta {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 500;
}

.success-message {
  color: #fff;
  background-color: #073b9d;
}

.text-field {
  width: 100%;
  max-width: 420px;
  min-height: 72px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #262626;
  border-radius: 100px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 16px;
  transition: all .2s;
}

.text-field:hover {
  border-color: #063160;
}

.text-field:active, .text-field:focus {
  border-color: #fff;
}

.cta-paragraph {
  max-width: 600px;
  color: rgba(240, 240, 240, .6);
  letter-spacing: -.02em;
  font-size: 20px;
  line-height: 42px;
}

.container-3 {
  z-index: 1;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

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

.logo-overlay-l {
  width: 240px;
  background-image: linear-gradient(to right, #000, rgba(0, 0, 0, .59) 51%, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

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

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

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

.logo-overlay-r {
  width: 240px;
  background-image: linear-gradient(269deg, #000, rgba(0, 0, 0, .67) 54%, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

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

.h5-heading {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(113deg, #c2b0f2, #1b0b46);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.4;
}

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

.feature-title {
  color: #e5e5e5;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 22px;
  line-height: 1.2;
}

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

.image-wrapper {
  background-color: #000;
  margin-bottom: 32px;
  padding: 32px;
}

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

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

.features-grid {
  grid-column-gap: 40px;
  grid-row-gap: 100px;
  background-image: url('../images/64c22cda95baeb2d3c265c56_Prism-Large-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 80px;
  padding-bottom: 80px;
}

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

.feature-paragraph {
  color: #999;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
}

.feature-section {
  background-color: #000;
  padding: 80px 3%;
}

.footer-right-col {
  width: 100%;
  max-width: 400px;
  padding-top: 60px;
}

.footer-submit-button {
  width: 60px;
  height: 60px;
  background-color: #00e5ae;
  border-radius: 14px;
  transition: background-position .2s;
}

.footer-submit-button:hover {
  background-position: 55% 45%;
}

.footer-paragraph {
  margin-bottom: 22px;
  line-height: 32px;
}

.link-wrapper {
  align-items: center;
  display: flex;
}

.footer-text-field {
  height: 60px;
  color: #000;
  background-color: #fff;
  border: 3px solid #fff;
  border-radius: 14px;
  margin-bottom: 0;
  margin-right: 16px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  transition: border-color .2s;
}

.footer-text-field:hover {
  border-color: #00e5ad;
}

.footer-text-field:focus {
  border: 1px solid #00e5ad;
}

.footer-text-field::-ms-input-placeholder {
  color: #b0b0b0;
}

.footer-text-field::placeholder {
  color: #b0b0b0;
}

.footer-heading-star {
  margin-top: -20px;
  margin-left: 20px;
}

.send-icon-wrapper {
  position: absolute;
}

.copyright {
  color: #5c5c5c;
  text-align: right;
}

.footer-form-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 400;
}

.bloom-left {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.footer-grid {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.footer-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 72px;
  font-weight: 700;
  line-height: 90px;
  text-decoration: underline;
  display: inline;
}

.footer-bottom-grid {
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.bloom-right {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.send-icon-box {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-form {
  max-width: 400px;
  display: flex;
}

.footer-section {
  color: #8c8c8c;
  background-color: #000;
  padding: 120px 3%;
  font-size: 20px;
  position: relative;
  overflow: hidden;
}

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

.footer-heading-wrap {
  margin-bottom: 40px;
}

.footer-link {
  color: #5c5c5c;
  margin-right: 40px;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

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

.body-2 {
  background-color: #000;
}

.right-arrow {
  width: 36px;
  height: 36px;
  color: #999;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 100px;
  font-size: 14px;
  right: -18px;
}

.content-slider {
  height: auto;
  max-width: 960px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10em;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  display: none;
}

.content-paragraph {
  color: #4d4d4d;
  letter-spacing: .02em;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.content-title {
  max-width: 600px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.left-arrow {
  width: 36px;
  height: 36px;
  color: #999;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 100px;
  font-size: 14px;
  left: -18px;
}

.content-base {
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  align-items: center;
  padding: 80px 60px 60px;
  display: flex;
  box-shadow: 28px 28px 80px -40px #e5e5e5;
}

.content-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}

.button-wrapper {
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.globe-detail {
  color: #999;
  text-align: right;
  letter-spacing: .02em;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.blue-span {
  color: #007cff;
  text-decoration: underline;
}

.slide-base {
  background-color: #fff;
  border-radius: 20px;
}

.button-outline {
  color: #007cff;
  text-align: center;
  background-color: #fff;
  border: 1px solid #007cff;
  border-radius: 100px;
  margin-right: 10px;
  padding: 12px 24px;
  font-weight: 600;
  line-height: 24px;
}

.content-icon {
  margin-bottom: 20px;
}

.section-content {
  background-color: rgba(245, 245, 245, 0);
  padding: 100px 5% 140px;
}

.container-content {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.content-heading-small {
  color: #000;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.text-span-2 {
  color: #007cff;
}

.button-blue {
  color: #fff;
  text-align: center;
  background-color: #007cff;
  border-radius: 100px;
  margin-right: 10px;
  padding: 12px 24px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
}

.button-blue:hover {
  background-color: #0870df;
}

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

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

.feature-accent {
  z-index: -2;
  opacity: .2;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.feature-card-m {
  grid-row-gap: 120px;
  color: #fff;
  background-color: rgba(255, 255, 255, .08);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subheading-regular {
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

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

.body-3 {
  background-color: #000;
}

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

@media screen and (max-width: 991px) {
  .nav-menu-button {
    color: #fff;
    background-color: rgba(0, 0, 0, .64);
    background-image: radial-gradient(circle at 50% 220%, rgba(255, 255, 255, .29), rgba(255, 255, 255, 0));
    border-radius: 12px;
    padding: 12px;
  }

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

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

  .nav-button-group {
    width: auto;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    color: #393b6a;
    background-color: #000;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 12px;
    padding: 12px;
    position: absolute;
    left: 10px;
    right: 10px;
  }

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

  .header-grid-content {
    grid-template-columns: 1fr;
    margin-top: 30%;
  }

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

  .container-large {
    width: 90%;
  }

  .nav-wrapper {
    width: auto;
    align-items: center;
    display: flex;
  }

  .avatar-row.hiddenup {
    display: none;
  }

  .feature-grid-s {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .title-wrapper-split {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

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

  .cta-section {
    background-image: linear-gradient(169deg, rgba(0, 0, 0, .23), rgba(0, 0, 0, .86) 17%, #000 64%), none;
    background-position: 0 0, 50% -10%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
  }

  .cta-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .copyright {
    text-align: left;
  }

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

  .footer-heading {
    font-size: 32px;
  }

  .footer-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

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

@media screen and (max-width: 767px) {
  .h3-heading.nomargin {
    font-size: 56px;
  }

  .h3-heading.darken {
    font-size: 48px;
  }

  .header-grid-content {
    margin-top: 50%;
  }

  .logo-block {
    text-align: left;
    justify-content: center;
  }

  .banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .avatar-row.hiddenup {
    display: none;
  }

  .logo-image {
    width: 15em;
    margin-top: 10px;
    margin-bottom: 0;
  }

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

  .section-large, .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h3-heading-3 {
    font-size: 32px;
  }

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

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

  .title-wrapper-m {
    word-break: keep-all;
    overflow-wrap: break-word;
  }

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

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

  .link-wrapper {
    flex-wrap: wrap;
  }

  .copyright {
    margin-top: 40px;
  }

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

  .footer-heading {
    font-size: 32px;
  }

  .footer-bottom-grid {
    flex-direction: column;
    justify-content: center;
  }

  .bloom-right {
    display: none;
  }

  .footer-link {
    font-size: 18px;
  }

  .right-arrow {
    top: auto;
    bottom: -60px;
    left: auto;
    right: 40%;
  }

  .content-title {
    margin-bottom: 40px;
  }

  .left-arrow {
    top: auto;
    bottom: -60px;
    left: 40%;
    right: auto;
  }

  .section-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

@media screen and (max-width: 479px) {
  .h3-heading {
    font-size: 32px;
    line-height: 62px;
  }

  .h3-heading.white {
    font-size: 32px;
  }

  .h3-heading.white.normal {
    text-align: center;
  }

  .h3-heading.nomargin {
    font-size: 32px;
  }

  .header-grid-content {
    margin-top: 70%;
  }

  .logo-block {
    justify-content: center;
  }

  .banner {
    display: none;
  }

  .container-large {
    width: 95%;
    aspect-ratio: auto;
    word-break: keep-all;
    overflow-wrap: anywhere;
    object-fit: fill;
  }

  .caption.uppercase.text-color-gray-700 {
    text-align: center;
  }

  .avatar-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 5em;
  }

  .avatar-row.hiddenup {
    display: block;
  }

  .nav-button-wrap {
    display: none;
  }

  .avatar-group {
    justify-content: center;
  }

  .logo-image {
    width: 15em;
  }

  .div-block.hiddenmobile, .div-block-2.hiddenmobile {
    display: none;
  }

  .h3-heading-2 {
    font-size: 52px;
    line-height: 62px;
  }

  .h3-heading-3 {
    font-size: 20px;
    line-height: 62px;
  }

  .wrap-h-small.wrap-children-mobile {
    flex-wrap: wrap;
    justify-content: center;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .feature-block {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .form {
    flex-direction: column;
  }

  .text-field {
    margin-bottom: 12px;
    margin-right: 0;
  }

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

  .footer-text-field {
    font-size: 18px;
    line-height: 24px;
  }

  .footer-form-heading {
    font-size: 20px;
  }

  .footer-heading {
    font-size: 30px;
  }

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

  .footer-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .right-arrow {
    right: 25%;
  }

  .content-slider {
    flex-direction: column;
    align-items: center;
  }

  .left-arrow {
    left: 25%;
  }

  .content-base {
    padding: 40px 32px;
  }

  .button-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .button-outline {
    width: 100%;
    margin-right: 0;
  }

  .button-blue {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

#w-node-cdfb3851-f93e-7fe6-aa3b-365bb0cb821c-d2db1042 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdfb3851-f93e-7fe6-aa3b-365bb0cb8227-d2db1042 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-_250fd4c4-df6d-8c32-1d83-d996a953ad0e-d2db1042, #w-node-d034f9aa-d986-3f58-0fa8-04fb20badb5c-d2db1042 {
  align-self: auto;
  justify-self: auto;
}

#w-node-_250fd4c4-df6d-8c32-1d83-d996a953ad18-d2db1042, #w-node-_250fd4c4-df6d-8c32-1d83-d996a953ad24-d2db1042, #w-node-_250fd4c4-df6d-8c32-1d83-d996a953ad30-d2db1042, #w-node-_46b1cb5a-278f-2c51-9ca7-4243974f67d8-d2db1042, #w-node-_46b1cb5a-278f-2c51-9ca7-4243974f67ea-d2db1042, #w-node-_46b1cb5a-278f-2c51-9ca7-4243974f67f9-d2db1042, #w-node-_46b1cb5a-278f-2c51-9ca7-4243974f6809-d2db1042, #w-node-_46b1cb5a-278f-2c51-9ca7-4243974f681b-d2db1042, #w-node-_46b1cb5a-278f-2c51-9ca7-4243974f682d-d2db1042, #w-node-_46b1cb5a-278f-2c51-9ca7-4243974f683c-d2db1042, #w-node-_46b1cb5a-278f-2c51-9ca7-4243974f684c-d2db1042, #w-node-_46b1cb5a-278f-2c51-9ca7-4243974f685e-d2db1042, #w-node-_46b1cb5a-278f-2c51-9ca7-4243974f6870-d2db1042, #w-node-_46b1cb5a-278f-2c51-9ca7-4243974f687f-d2db1042, #w-node-_46b1cb5a-278f-2c51-9ca7-4243974f688f-d2db1042 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-acfc16fc-035e-727c-8008-9e810ca60c8c-d2db1042 {
  align-self: center;
  justify-self: center;
}


