:root {
  --cyan-bright: #162633;
  --pink: #da74c7;
  --cyan: #1aa3d5;
  --yellow: #eaac25;
  --white: white;
  --black: black;
  --transparent: var(--white);
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.hero-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: none;
  background-color: #0e1821;
  border: 1px #000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: start;
  height: auto;
  min-height: 95vh;
  margin-top: 0;
  padding-left: 15%;
  padding-right: 15%;
  display: grid;
  position: relative;
}

.paragraph {
  color: #fff;
  text-align: left;
  align-self: flex-start;
  width: 80%;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.hero-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0%;
  padding-right: 10px;
  display: flex;
}

.hero-text {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Figtree, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
}

.text-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.button {
  background-image: none;
  border-radius: 25px;
  padding: 15px 25px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 2px 13px 1px #cb7dcc59;
}

.button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.body {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  min-width: auto;
  padding-left: 0%;
  padding-right: 0%;
  font-family: Figtree, sans-serif;
}

.text-span {
  color: #051c30;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #051c30;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(118deg, #4dc4ef 51%, #da74c7);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
}

.exchange-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding: 70px 16%;
  display: grid;
  position: static;
}

.heading-2 {
  color: #fff;
  -webkit-text-stroke-color: #a14141;
  margin-top: 0;
  margin-bottom: 15px;
  margin-right: 10px;
  font-family: Figtree, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 34px;
}

.body-text {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.div-block-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f5f7fa;
  background-image: linear-gradient(96deg, #0b3354, #199bcd);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 10%;
  display: flex;
}

.text-wrapper-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.text-span-2 {
  background-color: var(--cyan-bright);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: 20px;
  font-size: 64px;
  line-height: 80px;
}

.exchange-sub-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f5f7fa;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 5% 10%;
  display: flex;
}

.paragraph-4 {
  color: #0d3355;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.text-span-3 {
  background-image: linear-gradient(148deg, var(--pink), var(--cyan-bright));
  color: #738a9f;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.exchange-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0e1821;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: start;
  padding: 3% 15% 2%;
  display: grid;
}

.social-icons-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-icon {
  width: 25px;
  max-width: 100%;
}

.footer-heading {
  color: #fff;
  justify-content: center;
  margin-bottom: 20px;
  font-family: Figtree, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

.footer-link-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-link {
  text-align: right;
  margin-bottom: 5px;
  font-family: Figtree, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.footer-navigate-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.link-block {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.link-block.mobile {
  display: none;
}

.heading-6 {
  margin-top: 0;
  font-family: Figtree, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
}

.text-span-6 {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(133deg, #da74c7, #4dc4ef);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
  font-weight: 900;
  line-height: 80px;
}

.paragraph-7 {
  color: #738a9f;
  min-width: 0;
  padding-right: 25%;
  font-family: Figtree, sans-serif;
}

.div-block-7 {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-13 {
  object-fit: contain;
  width: 100%;
  max-width: 110%;
}

.div-block-9 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.drive-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 140px;
  padding-left: 15%;
  padding-right: 15%;
  display: none;
}

.university {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 220px;
  padding-left: 15%;
  padding-right: 15%;
  display: none;
  position: static;
}

.university-image-wrap {
  justify-content: center;
  margin-left: -20px;
  display: flex;
  position: static;
  inset: 0%;
}

.university-image {
  object-fit: contain;
  width: 100%;
  position: static;
  inset: 0%;
}

.nav-menu {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-buttons {
  grid-column-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.navbar {
  background-color: #0e1821;
  border: 1px solid #0000;
  width: 100%;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  inset: 0% 0% 100px;
}

.nav-link {
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 8px 16px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.nav-link:hover {
  color: #7034e4;
  background-color: #f3f1fe;
}

.nav-link:active {
  background-color: #f3f1fe;
}

.nav-link:focus {
  color: #7034e4;
  background-color: #f3f1fe;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 2px;
  outline: 2px solid #bcacf9;
}

.nav-link.w--current {
  color: #421c86;
}

.nav-link.label-m {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 18px;
}

.nav-link.label-m:hover, .nav-link.label-m:focus {
  color: #738a9f;
  background-color: #0000;
}

.nav-link.label-m:focus-visible, .nav-link.label-m[data-wf-focus-visible] {
  border-radius: 0;
}

.nav-link.label-m.mobile-nav-link, .nav-link.label-m.mobile-nav {
  display: none;
}

.nav-link.label-m {
  font-size: 14px;
  line-height: 18px;
}

.nav-link.label-m:hover, .nav-link.label-m:focus {
  color: #738a9f;
  background-color: #0000;
}

.nav-link.label-m:focus-visible, .nav-link.label-m[data-wf-focus-visible] {
  border-radius: 0;
}

.nav-link.label-m {
  margin-left: 1%;
  margin-right: 1%;
  font-size: 14px;
  line-height: 18px;
}

.nav-link.label-m:hover, .nav-link.label-m:focus {
  color: #738a9f;
  background-color: #0000;
}

.nav-link.label-m:focus-visible, .nav-link.label-m[data-wf-focus-visible] {
  border-radius: 0;
}

.nav-link.label-m.w--current {
  color: #fff;
}

.logotype {
  color: #421c86;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.fill-100 {
  width: 100%;
}

.fill-100.indent-m {
  flex-flow: row;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.row {
  flex-wrap: wrap;
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.row.navbar {
  background-color: #0e1821;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-start {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-container {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.log-in-button {
  cursor: pointer;
  background-image: linear-gradient(148deg, #4dc4ef 8%, #da74c7 98%);
  border-radius: 25px;
  padding: 10px 20px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease-in-out, box-shadow .2s;
  box-shadow: 0 0 13px 1px #cb7dcc59;
}

.log-in-button:hover {
  transform: translate(0, -2px);
  box-shadow: 0 3px 13px 1px #cb7dcc59;
}

.button-sections {
  float: none;
  background-color: #0000;
  background-image: linear-gradient(148deg, var(--cyan) 26%, #da74c7 98%);
  text-align: center;
  cursor: pointer;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin-bottom: 20px;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease-in-out, box-shadow .2s;
  display: block;
  position: static;
  box-shadow: 0 5px 6px -1px #7a7a7a59;
}

.button-sections:hover {
  transform: translate(0, -2px);
  box-shadow: 0 3px 13px 1px #cb7dcc59;
}

.coming-soon-button {
  box-shadow: none;
  text-align: center;
  cursor: pointer;
  background-color: #1aa3d55e;
  border-radius: 25px;
  width: 250px;
  padding: 15px 25px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease-in-out, box-shadow .2s;
}

.coming-soon-button:hover {
  box-shadow: none;
}

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

.button-secondary {
  box-shadow: none;
  color: #4dc4ef;
  cursor: pointer;
  background-color: #0000;
  background-image: none;
  border-radius: 25px;
  padding: 15px 25px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease-in-out, box-shadow .2s;
}

.button-secondary:hover {
  box-shadow: none;
  transform: translate(0, -2px);
}

.text-block {
  font-size: 12px;
}

.div-block-27 {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  font-family: Figtree, sans-serif;
  font-size: 14px;
}

.footer-navigate-wrapper-copy {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-link-wrapper-copy {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 12px;
  display: flex;
}

.section-6 {
  padding: 3% 0% 5%;
}

.section-7 {
  justify-content: center;
  align-items: flex-start;
  padding: 3% 0% 0%;
  display: flex;
}

.heading-9 {
  color: #0d3355;
  text-align: center;
  margin-bottom: 0;
}

.heading-10 {
  color: #0d3355;
  text-align: center;
}

.video-wrapper {
  text-align: center;
  object-fit: fill;
  width: 75%;
  position: relative;
}

.play-button {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.play-button:hover {
  opacity: 1;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.play-button-wrapper {
  z-index: 99;
  opacity: 1;
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 40px 0% 0% 40px;
}

.video {
  text-align: center;
  object-fit: contain;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  top: 6px;
  left: 6px;
}

.video-back {
  background-color: #0000;
  background-image: linear-gradient(155deg, #4dc4ef, #da74c7 64%);
  border-radius: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.paragraph-8 {
  color: #333;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-9, .paragraph-10 {
  color: #0d3355;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-11 {
  color: #0d3355;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.paragraph-12, .paragraph-13 {
  color: #0d3355;
  font-size: 16px;
  font-weight: 700;
}

.back-button {
  background-color: #0d3355;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.icon-embed-small-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-size: 12px;
  display: flex;
}

.back-button-wrapper {
  margin-top: 40px;
  padding-left: 5%;
  padding-right: 5%;
  position: fixed;
  top: 0;
}

.div-block-38, .div-block-39 {
  padding-left: 15%;
  padding-right: 15%;
}

.section-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  max-width: 960px;
  display: block;
}

.section-heading {
  color: #1aa3d5;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-left: 0;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}

.section-heading.dashboard-heading {
  color: #fff;
}

.heading-gradient {
  background-image: linear-gradient(164deg, var(--cyan-bright), #55bfed 45%, var(--pink));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 72px;
  font-weight: 900;
  line-height: 80px;
}

.heading-gradient.heading-gradient-mobile {
  color: #0d3355;
  text-transform: capitalize;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px #fff;
  font-size: 72px;
  font-weight: 900;
  line-height: 74px;
}

.section-paragraph {
  color: #738a9f;
  text-align: left;
  max-width: 100%;
  margin-bottom: 40px;
  padding-left: 0;
  font-size: 16px;
  line-height: 24px;
}

.section-paragraph.dashboard-paragraph {
  color: #fff;
}

.section-paragraph.dark-mode-paragraph {
  color: #fff;
  text-align: center;
}

.section-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.section-text-wrapper.mail-text-wrapper {
  margin-right: 140px;
}

.section-text-wrapper.dashboard-text-wrapper {
  color: #fff;
}

.section-text-wrapper.metabadge-text-wrapper {
  margin-left: 80px;
}

.section-image {
  max-width: 400px;
}

.section-image.section-image-left {
  max-width: 330px;
  padding-left: 40px;
}

.section-image.tokenizer-image {
  object-fit: contain;
  max-width: 500px;
}

.section-image.dashboard-image {
  max-width: 450px;
}

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

.section-wrapper.section-wrapper-left {
  grid-template-columns: 1.25fr 1fr;
}

.hidden-dashboard {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
}

.hidden-dashboard.background {
  background-color: #172633;
  margin-top: 0;
  padding-top: 110px;
  padding-bottom: 110px;
}

.hidden-dashboard.tokenizer-section {
  background-color: #fff;
  margin-top: 0;
  padding-top: 110px;
  padding-bottom: 110px;
}

.osis-currency {
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 70px;
}

.metabadge-mobile {
  margin-bottom: 140px;
  display: none;
}

.div-block-40-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding: 70px 0% 70px 15%;
  display: grid;
}

.mail-image {
  max-width: 100%;
}

.metabadges-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-top: 70px;
  padding-bottom: 100px;
  padding-right: 15%;
  display: grid;
}

.metabadges {
  margin-bottom: 0;
}

.image-14 {
  width: 85%;
  max-width: 100%;
  display: block;
}

.div-block-31 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.div-block-30 {
  border: 2px none var(--cyan);
  background-color: var(--cyan);
  -webkit-text-stroke-color: var(--cyan);
  border-radius: 100%;
  padding: 12px;
}

.heading-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  background-image: linear-gradient(302deg, var(--cyan-bright) 56%, #da74c7);
  color: #fff;
  text-align: left;
  -webkit-text-fill-color: transparent;
  object-fit: fill;
  -webkit-background-clip: text;
  background-clip: text;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: 130%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 68px;
  display: flex;
  position: static;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  background-image: linear-gradient(180deg, var(--yellow), white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 0;
  padding: 6% 10%;
  display: grid;
}

.div-block-32 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.community {
  margin-top: 0;
  margin-bottom: 70px;
  padding-top: 0;
  padding-left: 15%;
  padding-right: 15%;
}

.div-block-29 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-20 {
  border: 1px #000;
  max-width: 26px;
  min-height: auto;
}

.documentation {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  margin-left: 0%;
  padding: 70px 15% 20px;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-11 {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(302deg, #4dc4ef 35%, #da74c7);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-family: Figtree, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 80px;
}

.heading-12 {
  color: #fff;
  text-align: center;
  background-color: #0000;
  font-family: Figtree, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
}

.image-23 {
  text-align: center;
  max-width: 20%;
}

.document-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f3f6f8;
  background-image: linear-gradient(319deg, #051c30, #1aa3d5);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 40px;
  display: flex;
}

.div-block-37 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.as-seen-on {
  background-color: #0e1821;
  margin-top: 0;
}

.carousel-container {
  background-color: #0e1821;
  border-radius: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.logo-container {
  background-color: #0e1821;
  justify-content: space-around;
  min-width: 150%;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  position: relative;
  left: -413px;
}

.logo-container._2 {
  margin-left: -.1%;
}

.logo-image {
  filter: brightness(200%);
  max-width: 80%;
  height: 120px;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.log-in-button-2 {
  cursor: pointer;
  background-image: linear-gradient(148deg, #4dc4ef, #7fa8e1 29%, #da74c7 98%);
  border-radius: 25px;
  padding: 10px 20px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease-in-out, box-shadow .2s;
  box-shadow: 0 0 13px 1px #cb7dcc59;
}

.log-in-button-2:hover {
  transform: translate(0, -2px);
  box-shadow: 0 3px 13px 1px #cb7dcc59;
}

.nav-menu-2 {
  flex-flow: row;
  flex: 1;
  justify-content: center;
  display: flex;
}

.navbar-2 {
  background-color: #172633;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.nav-start-2 {
  flex: 1;
  justify-content: center;
  display: flex;
}

.nav-container-2 {
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.log-in-button-3 {
  cursor: pointer;
  background-image: linear-gradient(148deg, #4dc4ef 8%, #da74c7 98%);
  border-radius: 25px;
  padding: 10px 20px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease-in-out, box-shadow .2s;
  box-shadow: 0 0 13px 1px #cb7dcc59;
}

.log-in-button-3:hover {
  transform: translate(0, -2px);
  box-shadow: 0 3px 13px 1px #cb7dcc59;
}

.nav-start-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: 8%;
  margin-right: 8%;
  padding-right: 0%;
  display: flex;
}

.nav-container-3 {
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.log-in-button-4 {
  cursor: pointer;
  background-image: linear-gradient(148deg, #4dc4ef 8%, #da74c7 98%);
  border-radius: 25px;
  padding: 10px 35px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease-in-out, box-shadow .2s;
  box-shadow: 0 0 13px 1px #cb7dcc59;
}

.log-in-button-4:hover {
  transform: translate(0, -2px);
  box-shadow: 0 3px 13px 1px #cb7dcc59;
}

.profile {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.tokenizer {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-split-2 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 46%;
  display: flex;
}

.vault {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary-3 {
  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-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-2 {
  padding-right: 20px;
  box-shadow: 0 4px 24px #96a3b514;
}

.coming-soon {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.side-heading {
  color: #0d3355;
  text-align: center;
  margin-bottom: 30px;
  font-size: 56px;
  font-weight: 900;
}

.centered-subheading {
  color: #738a9f;
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 22px;
}

.team-slider-wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 50px;
  display: flex;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  text-align: center;
  background-color: #0000;
  padding-bottom: 0;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  color: #333;
  margin-top: 20px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.team {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 150px;
  max-width: 100%;
  height: 160%;
  max-height: 80%;
  margin-bottom: 24px;
}

.team-member-name {
  color: #0d3355;
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 800;
  line-height: 32px;
}

.team-member-position {
  color: #0d3355;
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 700;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 30px;
  display: flex;
  position: relative;
}

.paragraph-15 {
  color: #738a9f;
  margin-bottom: 0;
}

.text-span-7 {
  color: #1aa3d5;
  font-size: 48px;
}

.mask {
  text-align: left;
}

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.comingsoon {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-3 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-3 {
  width: 40%;
  margin-right: 5%;
}

.team-block-3 {
  background-color: #0000;
  padding-bottom: 24px;
}

.comingsoonproducts {
  align-self: flex-end;
  max-width: 90%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.team-block-info-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-3 {
  color: #0d3355;
  text-align: center;
  margin-bottom: 12px;
  font-weight: 800;
}

.team-member-text-3 {
  color: #738a9f;
  text-align: center;
  margin-bottom: 20px;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-3 {
  display: none;
}

.team-slider-nav-3 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.link-block-2, .link-block-3 {
  color: var(--cyan-bright);
}

.section-8 {
  display: block;
}

.progress {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 130px 30px;
  position: relative;
}

.hero-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 46%;
  margin-top: 20px;
  display: flex;
}

.margin-bottom-24px-3 {
  color: #738a9f;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 22px;
}

.button-primary-4 {
  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-4:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-3 {
  text-align: left;
  background-color: #fafcff;
  max-width: 70%;
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-13, .heading-14 {
  color: #0d3355;
  font-size: 32px;
  font-weight: 800;
}

.communityy {
  background-image: linear-gradient(#000, #fff);
}

.community1 {
  background-color: #f5f7fa;
  background-image: linear-gradient(141deg, var(--pink), var(--cyan-bright) 33%, #245688);
  border-bottom: 1px solid #e4ebf3;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px 60px;
  display: flex;
  position: relative;
}

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

.hero-wrapper-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 80px;
  display: flex;
}

.hero-split-5 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary-5 {
  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-5:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.text-span-8 {
  color: #fff;
}

.join {
  background-color: var(--cyan-bright);
  background-image: url('../images/2-global-connections.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: 1px solid #e4ebf3;
  padding: 90px 6%;
  position: relative;
}

.hero-wrapper-5 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-6 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.hero-split-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.heading-15 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 36px;
  font-weight: 800;
}

.coming_soon {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 0;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-4 {
  color: #738a9f;
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 22px;
}

.team-slider-wrapper-4 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-4 {
  width: 45%;
  margin-right: 10%;
}

.team-block-4 {
  text-align: center;
  background-color: #0000;
  padding-bottom: 0;
}

.team-member-image-two-4 {
  margin-bottom: 18px;
}

.team-block-info-4 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-4 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-4 {
  margin-bottom: 20px;
}

.text-link-arrow-4 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-4 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-4 {
  display: none;
}

.team-slider-nav-4 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.tokenizer-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #f5f7fa;
  border: 1px solid #f5f7fa;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: start;
  place-items: center;
  padding: 9% 10%;
  display: block;
  position: relative;
}

.hero-wrapper-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.hero-split-8 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
  position: relative;
}

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

.button-primary-6 {
  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-6:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-5 {
  background-color: #0000;
  max-width: 100%;
  box-shadow: 0 4px 24px #96a3b514;
}

.currency-section {
  background-color: #fff;
  border: 0 #fff;
  padding: 80px 30px 70px;
  position: relative;
}

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

.hero-split-9 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-heading-right {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 130px 30px;
  position: relative;
}

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

.hero-split-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-6 {
  box-shadow: 0 4px 24px #96a3b514;
}

.text-span-9 {
  font-size: 60px;
}

.heading-16 {
  color: #0d3355;
  text-align: center;
  margin-bottom: 30px;
  font-size: 56px;
  font-weight: 900;
}

.text-span-10 {
  color: var(--cyan);
  font-size: 48px;
}

.icon-2 {
  color: #640b0b;
}

.vault-section {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 130px 30px;
  position: relative;
}

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

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

.hero-split-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-7 {
  box-shadow: 0 4px 24px #96a3b514;
}

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

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

.heading-17 {
  color: #0d3355;
  font-size: 24px;
}

.heading-18, .heading-19 {
  color: #0d3355;
}

.image-24 {
  max-width: 100%;
}

.image-25 {
  max-width: 70%;
}

.image-27 {
  max-width: 25%;
}

.image-28 {
  max-width: 13%;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0;
}

.section-9, .section-10 {
  background-color: #051c30;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.logos-quote-block {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-8 {
  align-self: flex-start;
  width: 100%;
  max-width: 70%;
  margin-left: 0;
  margin-right: 0;
}

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-card {
  background-color: #f5f7fa;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  height: 100%;
  padding: 70px 24px;
  display: flex;
}

.clients-quote {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding: 25px;
  display: grid;
}

.logos-title-large {
  color: #e8edf1;
  background-color: #f5f7fa;
  border: 1px solid #f5f7fa;
  justify-content: center;
  align-items: flex-start;
  padding: 15px 40px 110px;
  display: flex;
  position: relative;
}

.clients-title {
  color: #0d3355;
  text-align: center;
  letter-spacing: 14px;
  margin-top: 30px;
  margin-bottom: 60px;
  font-size: 17px;
  font-weight: 800;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.clients-image {
  color: var(--white);
  background-color: #0000;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 30px;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.html-embed {
  text-align: center;
}

.section-11 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-12 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body-2 {
  display: block;
}

.html-embed-2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.metabadges-new {
  background-color: #0000;
  border: 1px solid #fff;
  padding: 80px 30px 80px 0;
  position: relative;
}

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

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

.hero-split-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  padding-left: 0;
  display: flex;
}

.shadow-two-8 {
  max-width: 140%;
  margin-right: 0;
  padding-right: 0;
  box-shadow: 0 4px 24px #96a3b514;
}

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

.button-primary-7 {
  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-7:hover {
  color: #fff;
  background-color: #32343a;
}

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

.osis-world-wallet {
  background-color: #f5f7fa;
  border: 1px solid #f5f7fa;
  padding: 8% 7%;
  position: relative;
}

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

.hero-wrapper-12 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.hero-split-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-9 {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-20 {
  color: #0d3355;
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 24px;
}

.heading-21 {
  color: #0d3355;
  font-size: 16px;
}

.paragraph-16, .rich-text-block {
  color: #738a9f;
}

.heading-22, .heading-23, .heading-24, .heading-25, .heading-26, .heading-27, .heading-28 {
  color: #0d3355;
}

.paragraph-17, .paragraph-18, .paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24, .rich-text-block-2 {
  color: #738a9f;
}

.heading-29, .heading-30, .heading-31, .heading-32, .heading-33, .heading-34, .heading-35, .heading-36, .heading-37, .heading-38, .heading-39, .heading-40, .heading-41, .heading-42, .heading-43, .heading-44 {
  color: #0d3355;
}

.hero-heading-center {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-4.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split-14 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary-8 {
  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-8:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-10 {
  background-color: #eceff3;
  box-shadow: 0 4px 24px #96a3b514;
}

.image-29 {
  max-width: 60%;
  margin-bottom: -10px;
}

.testimonial-column-dark {
  border: 1px solid #fff;
  padding: 40px 0;
  position: relative;
}

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

.centered-heading-5 {
  text-align: center;
  margin-bottom: 40px;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main {
  background-color: #f5f7fa;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-main-image {
  object-fit: cover;
  width: 200px;
  height: 280px;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.margin-bottom-24px-9 {
  margin-bottom: 0;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block {
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-subheading-5 {
  color: #738a9f;
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-2 {
  text-align: center;
  object-fit: fill;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name-2 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-2 {
  margin-bottom: 24px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 40px;
}

.image-30 {
  text-align: center;
  max-width: 70%;
}

.heading-45 {
  text-align: center;
  margin-top: 10px;
  font-size: 24px;
}

.team-slider-3 {
  background-color: #f5f7fa;
  border: 1px solid #fff;
  padding: 30px;
  position: relative;
}

.centered-heading-6 {
  color: #0d3355;
  text-align: center;
  margin-bottom: 16px;
}

.team-slider-wrapper-5 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-5 {
  width: 15%;
  margin-right: 5%;
}

.team-block-5 {
  text-align: center;
  background-color: #0000;
  margin-bottom: -20px;
  padding-bottom: 0;
}

.team-member-image-two-5 {
  text-align: center;
  max-width: 70%;
  margin-bottom: 18px;
}

.team-block-info-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.team-member-name-two-5 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-5 {
  margin-bottom: 20px;
}

.text-link-arrow-5 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-5 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-5 {
  display: none;
}

.team-slider-nav-5 {
  pointer-events: auto;
  margin-top: 0;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.mask-2 {
  text-align: center;
  position: relative;
}

.text-block-2 {
  color: #0d3355;
  flex: 0 auto;
  font-family: Figtree, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

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

.testimonial-column-dark-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-7 {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main-2 {
  background-color: #f5f7fa;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-main-image-2 {
  object-fit: cover;
  width: 200px;
  height: 280px;
  margin-right: 24px;
}

.testimonial-main-content-2 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.margin-bottom-24px-10 {
  margin-bottom: 0;
}

.testimonial-main-heading-2 {
  margin-top: 0;
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block-2 {
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-info-two-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name-2 {
  color: #0d3355;
  text-align: left;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.testimonial-slider-large {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #f5f7fa;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  color: var(--black);
  margin-bottom: 24px;
}

.testimonial-quote {
  color: #0d3355;
  text-align: left;
  margin-bottom: 32px;
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.testimonial-slider-large-2 {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slide-2 {
  background-color: #f5f7fa;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-slider-large-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-slide-3 {
  background-color: #f5f7fa;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.text-block-6 {
  color: #738a9f;
  text-align: left;
  margin-bottom: 2px;
  font-family: Figtree, sans-serif;
}

.heading-46 {
  text-align: left;
  font-size: 20px;
}

.grid-3 {
  background-color: #e1e2e9;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-31 {
  max-width: 20%;
}

.div-block-42 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-43 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.code-embed {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.button-sections-2 {
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  background-image: linear-gradient(148deg, #4dc4ef 28%, #da74c7 98%);
  border-radius: 25px;
  width: 250px;
  margin-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: transform .2s ease-in-out, box-shadow .2s;
  display: block;
  position: static;
  box-shadow: 0 5px 6px -1px #7a7a7a59;
}

.button-sections-2:hover {
  transform: translate(0, -2px);
  box-shadow: 0 3px 13px 1px #cb7dcc59;
}

.button-2 {
  margin-left: 50px;
}

.text-block-7, .text-block-8, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-13 {
  color: #738a9f;
}

.testimonial-slider-large-4 {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-slider-two-2 {
  background-color: #0000;
  height: auto;
}

.testimonial-slide-4 {
  background-color: #f5f7fa;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon-2 {
  margin-bottom: 24px;
}

.testimonial-quote-2 {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two-3 {
  align-items: center;
  display: flex;
}

.testimonial-image-3 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name-3 {
  font-weight: 700;
}

.testimonial-image-two-2 {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow-2 {
  display: none;
}

.testimonial-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border: 1px solid #fff;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-8 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-6 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 25%;
  margin-right: 0%;
}

.testimonial-card {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.testimonial-info {
  justify-content: center;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-4 {
  object-fit: cover;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-right: 16px;
}

.testimonial-author {
  margin-top: 0;
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.mask-3 {
  text-align: left;
  position: relative;
}

.image-32 {
  border: 2px solid #0000;
  border-radius: 100px;
  max-width: 76%;
  margin-bottom: 10px;
  padding: 4px;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
  color: #fff;
}

.section-13 {
  background-color: #0e1821;
}

.container-16 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-47 {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  font-size: 70px;
  font-weight: 900;
}

.text-span-11 {
  color: var(--cyan-bright);
  -webkit-text-fill-color: transparent;
  background-color: #0000;
  background-image: linear-gradient(45deg, #4dc4ef 40%, #da74c7);
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph-25 {
  color: #ffffffc2;
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
}

.heading-48 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 20px;
  display: block;
}

.paragraph-26 {
  color: var(--cyan-bright);
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 700;
}

.paragraph-27 {
  color: #b0bfcd;
}

.image-33 {
  text-align: right;
  flex: 0 auto;
  max-width: 80%;
  position: static;
}

.chris-info {
  background-color: #f5f7fa;
  border: 1px solid #fff;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-9 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading-9.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split-15 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-11 {
  color: #738a9f;
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 22px;
}

.button-primary-9 {
  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-9:hover {
  color: #fff;
  background-color: #32343a;
}

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

.shadow-two-11 {
  border-radius: 20px;
  align-self: flex-end;
  max-width: 90%;
  box-shadow: 0 4px 24px #96a3b514;
}

.section-14 {
  background-color: #747474;
}

.paragraph-28 {
  color: #738a9f;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.list {
  color: #051c30;
  margin-bottom: 0;
  padding-left: 10px;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  margin-top: 0%;
  display: flex;
  position: static;
}

.grid-4 {
  background-color: #0000;
  grid-template-rows: auto;
}

.div-block-44 {
  background-color: #0000;
  background-image: linear-gradient(114deg, #0b3556, #1690c0);
  border-radius: 20px;
  padding: 5% 10%;
}

.chris-info2 {
  border: 1px solid #fff;
  padding: 80px 18%;
}

.div-block-45 {
  background-color: #f5f7fa;
  border-radius: 20px;
  padding: 5% 10%;
}

.heading-49 {
  color: #0d3355;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 30px;
}

.heading-50 {
  color: var(--cyan-bright);
  margin-top: 10px;
  font-size: 68px;
  font-weight: 800;
  line-height: 74px;
}

.text-span-12 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(47deg, #5dbeed, #cc7dca);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-51 {
  color: #fff;
  margin-top: 50%;
  font-size: 20px;
}

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

.container-18 {
  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-10 {
  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-10:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.findme {
  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: #3a4554;
}

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

.heading-52 {
  color: #fff;
  font-weight: 800;
}

.chris-info3 {
  background-color: var(--transparent);
  background-image: url('../images/2-global-connections.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 18%;
}

.heading-53 {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
}

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

.heading-54 {
  color: var(--cyan);
  margin-top: 6px;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 34px;
}

.jalal-infoo {
  background-color: #f5f7fa;
  padding: 80px 30px;
  position: relative;
}

.jalal-iiinfo {
  background-color: #f5f7fa;
  padding: 80px 30px;
}

.jalal-info2 {
  padding: 80px 18%;
}

.jalal-info3 {
  background-image: url('../images/2-global-connections.png');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px 18%;
}

.apotheosis-network {
  background-color: #f5f7fa;
  border: 1px solid #fff;
  padding: 130px 60px 120px;
  position: relative;
}

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

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

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

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.columns-2 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.column {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 50px;
}

.column-2 {
  padding-top: 0;
  padding-right: 40px;
}

.image-34 {
  vertical-align: baseline;
  max-width: 100%;
  display: inline-block;
}

.logos-quote-block-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-wrapper-two-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-card-2 {
  background-color: #f5f7fa;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 24px;
  display: flex;
}

.clients-quote-2 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.clients-info-2 {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image-2 {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.column-3 {
  padding-top: 0;
}

.column-4 {
  padding-top: 10px;
}

.home {
  background-color: #0e1821;
  background-image: linear-gradient(135deg, #0e1821, #051c30 55%, #1aa3d5);
  border-top: 0 solid #5a0000;
  border-bottom: 0 solid #0000;
  border-radius: 0;
  padding: 100px 12%;
  position: relative;
}

.centered-heading-10 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-7 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-3 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-3 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-3 {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name-3 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-3 {
  margin-bottom: 24px;
}

.column-5 {
  text-align: center;
  padding-top: 0;
}

.column-6 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.heading-55 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
}

.text-span-13 {
  background-color: #0000;
  background-image: linear-gradient(95deg, var(--cyan), var(--pink));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph-29 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 22px;
}

.columns-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-circles-2 {
  background-color: #ca1111;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.paragraph-30 {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.section-15 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bold-text-5 {
  color: #0d3355;
  font-size: 18px;
}

.explore-world {
  -webkit-text-stroke-color: #fff;
  border: 1px solid #fff;
  padding: 8% 7%;
  position: relative;
}

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

.centered-heading-11 {
  color: #0d3355;
  text-align: center;
  margin-bottom: 6%;
  font-size: 56px;
  font-weight: 900;
}

.centered-subheading-8 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-4 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card-4 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-4 {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name-4 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-4 {
  margin-bottom: 24px;
}

.text-span-14 {
  color: #1aa3d5;
  font-size: 44px;
}

.quick-stack {
  text-align: center;
  margin-bottom: 6%;
  padding-left: 0;
  padding-right: 0;
}

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

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

.paragraph-31 {
  color: #738a9f;
  font-size: 16px;
}

.paragraph-32 {
  color: #738a9f;
  text-align: left;
  word-break: normal;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 28px;
}

.paragraph-33 {
  color: #738a9f;
  text-align: left;
  margin-bottom: 40px;
  font-size: 17px;
  line-height: 28px;
}

.image-35 {
  flex: 0 auto;
  align-self: center;
  width: auto;
  max-width: 95%;
  margin-left: 2%;
  margin-right: 2%;
}

.cell-2 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 18px;
}

.cell-3 {
  justify-content: center;
  align-items: flex-start;
  padding-right: 18px;
}

.image-36 {
  max-width: 88%;
}

.team-circles-3 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-12 {
  text-align: center;
  margin-bottom: 16px;
}

.team-grid-5 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.grid-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-content: stretch;
}

.image-37 {
  margin-bottom: 10px;
}

.image-38 {
  align-self: flex-end;
  max-width: 80%;
}

.text-span-15 {
  letter-spacing: 0;
}

.text-span-16 {
  color: #4dc4ef;
  -webkit-text-fill-color: transparent;
  background-color: #000;
  background-image: linear-gradient(45deg, #4dc4ef 29%, #da74c7);
  -webkit-background-clip: text;
  background-clip: text;
}

.osis-world-wallet-copy {
  background-color: #f5f7fa;
  border: 1px solid #f5f7fa;
  padding: 8% 7%;
  position: relative;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow-6 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-6 {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.how-it-works {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph-2 {
  margin-bottom: 24px;
}

.text-link-arrow-7 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-7 {
  margin-left: 2px;
  display: flex;
}

.features-right-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.hero-split-4-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 46%;
  margin-top: 20px;
  display: flex;
}

.code-embed-2 {
  align-self: center;
}

.image-52 {
  float: none;
  text-align: left;
  position: relative;
}

.heading-56 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
}

.text-span-17 {
  color: #4dc4ef;
  -webkit-text-fill-color: transparent;
  background-color: #000;
  background-image: linear-gradient(45deg, #4dc4ef 29%, #da74c7);
  -webkit-background-clip: text;
  background-clip: text;
}

.section-17 {
  text-align: center;
  object-fit: fill;
  border: 1px #000;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

@media screen and (min-width: 1440px) {
  .hero-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.25fr;
    grid-auto-columns: 1fr;
    min-width: auto;
    height: auto;
    min-height: 90vh;
    display: grid;
  }

  .hero-container {
    padding-right: 10px;
  }

  .button {
    background-image: none;
  }

  .exchange-section {
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer {
    padding-bottom: 2%;
  }

  .text-span-6 {
    background-image: linear-gradient(133deg, #da74c7, #4dc4ef);
    font-size: 70px;
    line-height: 78px;
  }

  .div-block-7 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .university {
    overflow: hidden;
  }

  .navbar {
    background-color: #172633;
  }

  .nav-link:hover {
    color: #7034e4;
  }

  .nav-link:active {
    background-color: #f3f1fe;
  }

  .nav-link:focus {
    color: #7034e4;
    background-color: #f3f1fe;
  }

  .nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
    outline-color: #bcacf9;
  }

  .nav-link.label-m:hover, .nav-link.label-m:focus {
    color: #738a9f;
    background-color: #0000;
  }

  .nav-link.label-m:focus-visible, .nav-link.label-m[data-wf-focus-visible] {
    border-radius: 0;
  }

  .nav-link.label-m:hover, .nav-link.label-m:focus {
    color: #738a9f;
    background-color: #0000;
  }

  .nav-link.label-m:focus-visible, .nav-link.label-m[data-wf-focus-visible] {
    border-radius: 0;
  }

  .nav-link.label-m {
    font-size: 14px;
    line-height: 18px;
  }

  .nav-link.label-m:hover, .nav-link.label-m:focus {
    color: #738a9f;
    background-color: #0000;
  }

  .nav-link.label-m:focus-visible, .nav-link.label-m[data-wf-focus-visible] {
    border-radius: 0;
  }

  .nav-link.label-m.w--current {
    color: #fff;
  }

  .logotype {
    color: #421c86;
  }

  .fill-100.indent-m {
    width: auto;
  }

  .row.navbar {
    justify-content: center;
  }

  .nav-start {
    object-fit: none;
    align-items: center;
  }

  .nav-container {
    justify-content: flex-start;
  }

  .log-in-button {
    background-color: #4dc4ef;
    background-image: linear-gradient(144deg, var(--cyan-bright), var(--pink));
  }

  .log-in-button:hover {
    background-image: linear-gradient(144deg, var(--cyan-bright), var(--pink));
  }

  .button-sections {
    background-color: #4dc4ef;
    background-image: none;
    transition: transform .2s ease-in-out, box-shadow .2s;
  }

  .button-sections:hover {
    background-image: none;
  }

  .coming-soon-button {
    background-image: none;
    transition: transform .2s ease-in-out, box-shadow .2s;
  }

  .coming-soon-button:hover {
    background-image: none;
  }

  .div-block-23 {
    align-items: center;
  }

  .button-secondary {
    box-shadow: none;
    color: #4dc4ef;
    background-color: #0000;
    background-image: none;
    transition: transform .2s ease-in-out, box-shadow .2s;
  }

  .button-secondary:hover {
    box-shadow: none;
    background-image: none;
  }

  .text-block {
    color: #fff;
    text-align: center;
    font-family: Figtree, sans-serif;
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-27 {
    margin-top: 40px;
  }

  .section-6 {
    padding: 5% 0%;
  }

  .icon-embed-small {
    text-align: left;
    position: static;
  }

  .play-button-wrapper {
    opacity: .49;
    margin-top: 20px;
    margin-left: 20px;
    transition: opacity .2s ease-in-out;
    inset: 0%;
  }

  .back-button {
    background-color: var(--cyan-bright);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    display: flex;
  }

  .section-container {
    max-width: 70%;
  }

  .section-paragraph {
    max-width: 80%;
  }

  .section-paragraph.dark-mode-paragraph {
    max-width: 100%;
  }

  .section-image {
    max-width: 80%;
  }

  .section-image.section-image-left {
    max-width: 70%;
    height: auto;
  }

  .section-image.tokenizer-image {
    max-width: 105%;
    height: auto;
    max-height: none;
  }

  .section-image.dashboard-image {
    max-width: 100%;
  }

  .section-image.wallet-image {
    max-width: 80%;
  }

  .section-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .hidden-dashboard, .hidden-dashboard.background, .hidden-dashboard.tokenizer-section, .osis-currency {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-40-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    place-content: end space-between;
    padding-top: 100px;
    padding-bottom: 100px;
    display: grid;
  }

  .mail-image {
    max-width: 110%;
  }

  .mail-desktop {
    overflow: hidden;
  }

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

  .image-14 {
    max-width: 95%;
  }

  .div-block-30 {
    border-color: var(--pink);
    background-color: var(--cyan-bright);
  }

  .section {
    background-color: #f3f6f8;
    background-image: none;
  }

  .community {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .documentation {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .image-23 {
    max-width: 20%;
  }

  .as-seen-on, .logo-container {
    background-color: #0e1821;
  }

  .logo-image {
    filter: brightness(200%);
  }

  .log-in-button-2 {
    background-color: #4dc4ef;
    background-image: none;
  }

  .log-in-button-2:hover {
    background-image: none;
  }

  .navbar-2 {
    background-color: #172633;
  }

  .nav-start-2 {
    object-fit: none;
    align-items: center;
  }

  .nav-container-2 {
    justify-content: flex-start;
  }

  .log-in-button-3 {
    background-color: #4dc4ef;
    background-image: none;
  }

  .log-in-button-3:hover {
    background-image: none;
  }

  .nav-start-3 {
    object-fit: none;
    align-items: center;
  }

  .nav-container-3 {
    justify-content: flex-start;
  }

  .log-in-button-4 {
    background-color: #4dc4ef;
    background-image: none;
  }

  .log-in-button-4:hover {
    background-image: none;
  }

  .hero-split {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .vault {
    background-color: #fff;
  }

  .coming-soon {
    background-color: #172633;
  }

  .team-slide-wrapper {
    text-align: center;
    position: relative;
  }

  .team-block {
    text-align: center;
    background-color: #0000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .team-member-image {
    width: 180px;
    height: 180px;
    max-height: none;
  }

  .team-member-name {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
  }

  .team-member-position {
    text-align: center;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 2px;
    font-size: 14px;
    font-weight: 700;
  }

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

  .paragraph-15 {
    font-size: 14px;
  }

  .team-member-image-2 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .button-sections-2 {
    background-color: #4dc4ef;
    background-image: none;
    transition: transform .2s ease-in-out, box-shadow .2s;
  }

  .button-sections-2:hover {
    background-image: none;
  }

  .home {
    padding-bottom: 481px;
  }

  .team-member-image-3, .team-member-image-4 {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .section-17 {
    margin: 70px 10%;
    padding-right: 10px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    flex-direction: column;
    grid-template-columns: 1.25fr;
    place-items: start center;
    height: 80vh;
    min-height: auto;
    padding-top: 0%;
  }

  .paragraph {
    text-align: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

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

  .button-wrapper {
    justify-content: center;
  }

  .exchange-section {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .body-text {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-link {
    text-align: center;
  }

  .footer-navigate-wrapper {
    align-items: center;
  }

  .link-block.mobile {
    display: block;
  }

  .link-block.desktop {
    display: none;
  }

  .text-span-6 {
    font-size: 48px;
    line-height: 56px;
  }

  .university {
    padding-right: 15%;
  }

  .nav-menu {
    grid-row-gap: 8px;
    background-color: #172633;
    padding: 20px;
  }

  .nav-menu:hover {
    background-color: #172633;
  }

  .nav-buttons {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    margin-top: 8px;
  }

  .menu-button {
    color: #421c86;
    border-radius: 4px;
    padding: 8px;
    right: -8px;
  }

  .menu-button.w--open {
    background-color: var(--cyan-bright);
    color: #070c10;
    border-radius: 8px;
  }

  .nav-link.label-m.mobile-nav-link {
    display: inline-block;
  }

  .nav-link.label-m.desktop-nav-link {
    display: none;
  }

  .nav-link.label-m.mobile-nav {
    display: block;
  }

  .fill-100.indent-m {
    flex-flow: column;
  }

  .nav-start {
    justify-content: center;
  }

  .nav-container {
    justify-content: space-between;
    align-items: center;
  }

  .icon {
    color: #fff;
  }

  .button-sections {
    margin-bottom: 5%;
  }

  .footer-navigate-wrapper-copy {
    align-items: center;
  }

  .video-wrapper {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .play-button-wrapper {
    opacity: .5;
    transition-property: none;
  }

  .section-container {
    padding-top: 0;
    padding-left: 15%;
    padding-right: 15%;
  }

  .section-heading {
    text-align: center;
  }

  .section-paragraph {
    text-align: center;
    max-width: 80%;
  }

  .section-text-wrapper {
    align-items: center;
  }

  .section-image.section-image-left {
    max-width: 350px;
  }

  .section-wrapper {
    grid-template-columns: 1fr;
  }

  .section-wrapper.section-wrapper-left {
    grid-template-columns: 1.25fr;
  }

  .metabadge-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 70px;
    display: block;
  }

  .mail-desktop, .metabadges {
    display: none;
  }

  .div-block-31 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
  }

  .heading-8 {
    text-align: center;
    font-size: 48px;
    line-height: 56px;
  }

  .section {
    grid-template-columns: 1fr;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .div-block-32 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .documentation {
    flex-direction: column;
    justify-content: flex-end;
    display: block;
  }

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

  .heading-11 {
    font-size: 60px;
    line-height: 68px;
  }

  .logo-container {
    background-color: #0e1821;
  }

  .logo-image {
    filter: brightness(200%);
    height: 80px;
  }

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

  .nav-menu-2 {
    grid-row-gap: 8px;
    background-color: #0e1821;
    padding: 20px;
  }

  .nav-menu-2:hover {
    background-color: #172633;
  }

  .nav-start-2 {
    justify-content: center;
  }

  .nav-container-2 {
    justify-content: space-between;
    align-items: center;
  }

  .nav-start-3 {
    justify-content: center;
  }

  .nav-container-3 {
    justify-content: space-between;
    align-items: center;
  }

  .log-in-button-4 {
    text-align: center;
    margin-top: 30px;
    margin-left: 25%;
    margin-right: 25%;
    padding: 12px 0;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split, .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

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

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

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

  .team-slide-wrapper-3 {
    width: 47%;
    margin-right: 6%;
  }

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

  .comingsoonproducts {
    align-self: center;
    max-width: 75%;
    margin: 20px 35px 50px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two-3 {
    max-width: 30%;
  }

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

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-6 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split-7 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-15 {
    padding-bottom: 10px;
  }

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

  .team-slide-wrapper-4 {
    text-align: center;
    width: 47%;
    margin-right: 6%;
  }

  .hero-wrapper-7 {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-8 {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-8 {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-9 {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-9 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-10 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .hero-wrapper-10 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split-11 {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .clients-title {
    margin-bottom: 32px;
    font-size: 15px;
  }

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

  .hero-wrapper-11 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-12 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-10 {
    clear: none;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 728px;
    display: block;
  }

  .hero-wrapper-12 {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .hero-split-13 {
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
  }

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

  .hero-wrapper-13 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-14 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-29 {
    max-width: 95%;
  }

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

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

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }

  .team-grid-2 {
    grid-column-gap: 40px;
  }

  .team-member-image-2 {
    width: 190px;
    height: 190px;
  }

  .team-slide-wrapper-5 {
    width: 47%;
    margin-right: 6%;
  }

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

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

  .testimonial-main-image-2 {
    width: 300px;
    height: 350px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .testimonial-slide-2, .testimonial-slide-3 {
    padding-left: 32px;
  }

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

  .testimonial-slide-4 {
    padding-left: 32px;
  }

  .testimonial-quote-2 {
    overflow: visible;
  }

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

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

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

  .hero-wrapper-14 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-15 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

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

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

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

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

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

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

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .columns-2 {
    flex-flow: column;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .column-2 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .home {
    padding-top: 70px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .team-grid-3 {
    grid-column-gap: 40px;
  }

  .team-member-image-3 {
    width: 190px;
    height: 190px;
  }

  .column-5 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-55 {
    text-align: center;
    margin-top: 40px;
    font-size: 72px;
    line-height: 72px;
  }

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

  .columns-3 {
    text-align: center;
    flex-flow: column-reverse wrap;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    display: flex;
  }

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

  .team-grid-4 {
    grid-column-gap: 40px;
  }

  .team-member-image-4 {
    width: 190px;
    height: 190px;
  }

  .quick-stack {
    margin-bottom: 0%;
  }

  .paragraph-32 {
    text-align: center;
    margin-bottom: 30px;
  }

  .paragraph-33 {
    margin-bottom: 30px;
  }

  .image-35 {
    max-width: 76%;
    margin-bottom: 30px;
  }

  .cell-2 {
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cell-3 {
    flex-flow: wrap-reverse;
    padding-left: 18px;
    display: flex;
  }

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

  .team-grid-5 {
    grid-column-gap: 40px;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .image-38 {
    align-self: center;
    max-width: 70%;
  }

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

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

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

  .features-wrapper {
    justify-content: space-between;
  }

  .features-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right-2 {
    max-width: 100%;
  }

  .hero-split-4-copy {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .heading-56 {
    text-align: center;
    font-size: 72px;
    line-height: 72px;
  }

  .section-18 {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    grid-template-columns: 1.25fr;
    height: 100vh;
    padding-top: 20%;
  }

  .paragraph {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-container {
    margin-bottom: 15%;
  }

  .hero-text {
    font-size: 64px;
    line-height: 68px;
  }

  .button {
    text-align: left;
  }

  .exchange-section {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

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

  .body-text {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .text-wrapper-2 {
    align-items: center;
  }

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

  .exchange-button-wrapper {
    justify-content: center;
  }

  .footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    padding: 15% 5%;
    display: flex;
  }

  .footer-navigate-wrapper {
    text-align: center;
    align-items: center;
  }

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

  .paragraph-7 {
    text-align: center;
    padding-right: 0%;
  }

  .div-block-7 {
    align-items: center;
    margin-bottom: 0;
  }

  .university {
    grid-template-columns: 1fr;
    padding-left: 10%;
    padding-right: 10%;
  }

  .navbar {
    margin-bottom: auto;
    top: 0;
  }

  .row.navbar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .icon {
    color: #fff;
  }

  .button-sections {
    margin-bottom: 6%;
  }

  .footer-navigate-wrapper-copy {
    text-align: center;
    align-items: center;
  }

  .section-6 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-10 {
    text-align: center;
  }

  .video-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 0%;
    display: flex;
  }

  .play-button-wrapper {
    display: flex;
  }

  .div-block-38, .div-block-39 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .section-container {
    padding: 70px 10px;
  }

  .section-heading, .section-paragraph {
    text-align: center;
  }

  .section-text-wrapper {
    align-items: center;
  }

  .section-image, .section-image.section-image-left {
    max-width: 400px;
  }

  .section-image.tokenizer-image {
    max-width: 500px;
  }

  .section-wrapper {
    grid-template-columns: 1fr;
  }

  .section-wrapper.section-wrapper-left {
    grid-template-columns: 1.25fr;
  }

  .hidden-dashboard.background, .hidden-dashboard.tokenizer-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .metabadge-mobile {
    margin-bottom: 0;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .div-block-31 {
    align-items: center;
  }

  .heading-8 {
    text-align: center;
  }

  .div-block-32 {
    justify-content: center;
  }

  .community {
    margin-bottom: 0;
    padding-bottom: 70px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .image-21 {
    max-width: 50%;
  }

  .documentation {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-34 {
    grid-template-columns: 1fr;
  }

  .heading-11 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 57px;
  }

  .logo-container {
    min-width: 150%;
  }

  .logo-image {
    height: 80px;
  }

  .navbar-2 {
    margin-bottom: auto;
    top: 0;
  }

  .profile, .tokenizer, .vault, .coming-soon, .team {
    padding: 60px 15px;
  }

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

  .team-slider, .team-slider-2, .comingsoon, .progress, .community1, .join, .coming_soon, .tokenizer-section, .currency-section, .hero-heading-right, .vault-section, .logos-quote-block {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .metabadges-new, .osis-world-wallet, .hero-heading-center, .testimonial-column-dark {
    padding: 60px 15px;
  }

  .testimonial-main-image {
    width: 250px;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

  .team-slider-3, .testimonial-column-dark-2 {
    padding: 60px 15px;
  }

  .testimonial-main-image-2 {
    width: 250px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

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

  .testimonial-slider-large-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-2 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-slider-large-3 {
    padding: 60px 15px;
  }

  .testimonial-slide-3 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-slider-large-4 {
    padding: 60px 15px;
  }

  .testimonial-slide-4 {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content-2 {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon-2 {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two-2 {
    width: 100%;
    height: auto;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .chris-info {
    padding: 60px 15px;
  }

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

  .apotheosis-network {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .logos-quote-block-2 {
    padding: 60px 15px;
  }

  .clients-wrapper-two-2 {
    flex-direction: column;
  }

  .clients-card-2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid-2 {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .home {
    padding: 60px 15px;
  }

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

  .team-circles-2, .explore-world {
    padding: 60px 15px;
  }

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

  .team-circles-3 {
    padding: 60px 15px;
  }

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

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .osis-world-wallet-copy, .features-list, .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .how-it-works {
    padding: 60px 15px;
  }

  .section-17 {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    grid-auto-columns: 1fr;
    align-items: center;
    height: auto;
    margin-left: 0;
    padding-top: 20%;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
    overflow: hidden;
  }

  .paragraph {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-container {
    margin-bottom: 15%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text {
    text-align: center;
    font-size: 64px;
    line-height: 68px;
  }

  .text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button {
    padding: 15px 60px;
  }

  .button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .exchange-section {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-bottom: 0;
    padding: 50px 5%;
    overflow: hidden;
  }

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

  .body-text {
    text-align: center;
    width: 100%;
    padding-bottom: 10%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-2 {
    padding: 15% 5%;
    display: flex;
  }

  .text-wrapper-2 {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-2 {
    font-size: 48px;
    line-height: 56px;
  }

  .exchange-sub-grid {
    padding-top: 15%;
    padding-bottom: 15%;
    display: flex;
  }

  .exchange-button-wrapper {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    flex-direction: column;
    align-items: center;
    padding: 15% 10%;
    display: flex;
    overflow: hidden;
  }

  .footer-navigate-wrapper {
    text-align: center;
    align-items: center;
  }

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

  .text-span-6 {
    text-align: center;
    font-size: 48px;
    line-height: 56px;
  }

  .paragraph-7 {
    text-align: center;
    padding-right: 0%;
  }

  .div-block-7 {
    flex-direction: column;
    align-items: center;
  }

  .drive-section {
    overflow: hidden;
  }

  .university {
    grid-template-columns: 1fr;
    padding-left: 5%;
    padding-right: 5%;
    overflow: hidden;
  }

  .nav-menu {
    background-color: #172633;
  }

  .menu-button, .menu-button:active {
    color: #0e1821;
  }

  .nav-link.label-m {
    color: #fff;
  }

  .fill-100.indent-m {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .log-in-button {
    padding: 15px 60px;
  }

  .icon {
    color: #fff;
  }

  .button-sections {
    background-image: linear-gradient(148deg, var(--cyan) 46%, #da74c7);
    text-align: center;
    width: 250px;
    margin-bottom: 6%;
    margin-left: 0;
    padding-top: 12px;
    padding-bottom: 15px;
  }

  .coming-soon-button {
    text-align: center;
    width: 250px;
    padding: 15px 60px;
  }

  .div-block-23 {
    flex-direction: column;
  }

  .button-secondary {
    text-align: center;
    padding: 15px 60px;
  }

  .text-block {
    color: #fff;
    font-family: Figtree, sans-serif;
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-27 {
    margin-top: 40px;
  }

  .footer-navigate-wrapper-copy {
    text-align: center;
    align-items: center;
  }

  .heading-9 {
    margin-top: 35px;
    margin-bottom: 20px;
  }

  .video-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 85%;
    margin: 0 0% 10%;
  }

  .section-container {
    margin-left: 0;
    margin-right: 0;
    padding: 50px 10px;
  }

  .section-heading {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
    line-height: 44px;
  }

  .heading-gradient {
    font-size: 1.2em;
    line-height: 1em;
  }

  .heading-gradient.heading-gradient-mobile {
    border-width: 0;
    flex: 0 auto;
    align-self: flex-start;
    margin-top: 20px;
    font-size: 56px;
    line-height: 3.5rem;
    position: static;
  }

  .section-paragraph {
    max-width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .section-button-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .section-image {
    text-align: left;
    max-width: 300px;
    position: static;
  }

  .section-image.section-image-left {
    max-width: 250px;
  }

  .section-image.tokenizer-image {
    max-width: 90%;
    margin-bottom: 30px;
  }

  .section-image.dashboard-image {
    max-width: 300px;
  }

  .section-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
    max-width: 100%;
  }

  .section-wrapper.section-wrapper-left {
    grid-template-columns: 1fr;
  }

  .hidden-dashboard {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .hidden-dashboard.background, .hidden-dashboard.tokenizer-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .metabadge-mobile {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 50px;
    display: flex;
  }

  .div-block-31 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
  }

  .heading-8 {
    text-align: center;
    object-fit: fill;
    margin-top: 0;
    font-size: 40px;
    line-height: 48px;
  }

  .section {
    grid-template-columns: 1fr;
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .community {
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .div-block-29 {
    flex-direction: row;
    align-items: center;
  }

  .image-20 {
    max-width: 20px;
    min-height: auto;
  }

  .image-21 {
    max-width: 50%;
  }

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

  .heading-11 {
    text-align: center;
    object-fit: fill;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 33px;
    line-height: 40px;
  }

  .document-card {
    background-image: linear-gradient(#19688f, #245688 0%, #1aa3d5);
  }

  .carousel-container {
    background-color: #0e1821;
    border-radius: 0;
  }

  .logo-container {
    min-width: 300%;
  }

  .logo-image {
    height: 80px;
  }

  .log-in-button-2 {
    padding: 15px 60px;
  }

  .nav-menu-2 {
    background-color: #0e1821;
  }

  .log-in-button-3 {
    padding: 15px 60px;
  }

  .log-in-button-4 {
    margin-left: 10%;
    margin-right: 10%;
    padding: 12px 60px;
  }

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

  .side-heading {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 38px;
    line-height: 46px;
  }

  .centered-subheading {
    padding-left: 10px;
    padding-right: 10px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
    position: relative;
  }

  .team-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0000;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .team-slider-nav {
    margin-top: 10px;
    font-size: 8px;
    position: static;
  }

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

  .team-slider {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 50px;
    display: block;
  }

  .text-span-7 {
    font-size: 36px;
  }

  .mask {
    max-width: 100%;
  }

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

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

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

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-3 {
    width: 100%;
    margin-right: 0%;
  }

  .comingsoonproducts {
    text-align: center;
    max-width: 90%;
    margin-bottom: 0;
    margin-left: 22px;
    margin-right: 22px;
    padding-left: 0;
    position: static;
  }

  .team-block-info-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .team-member-name-two-3 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

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

  .progress {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .hero-wrapper-3 {
    flex-flow: wrap;
  }

  .hero-split-4 {
    margin-top: 0;
  }

  .shadow-two-3 {
    max-width: 50%;
  }

  .heading-13, .heading-14 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 26px;
  }

  .container-5 {
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .join {
    background-position: 50% 0;
    background-size: cover;
  }

  .hero-wrapper-6, .hero-split-7 {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-15 {
    text-align: center;
    padding-top: 20px;
    font-size: 32px;
    line-height: 40px;
  }

  .coming_soon {
    text-align: center;
    padding-top: 40px;
  }

  .container-6 {
    text-align: center;
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .centered-subheading-4 {
    margin-bottom: 0;
  }

  .team-slide-wrapper-4 {
    width: 100%;
    margin-left: 0;
    margin-right: 0%;
  }

  .team-block-4 {
    justify-content: center;
    align-items: flex-start;
    margin-top: -20px;
    padding-top: 0;
    display: flex;
  }

  .team-slider-nav-4 {
    margin-top: 20px;
  }

  .tokenizer-section {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
    position: relative;
  }

  .hero-wrapper-7 {
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-split-8 {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-wrapper-8 {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-split-9 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-span-9 {
    font-size: 44px;
  }

  .heading-16 {
    margin-top: 40px;
    font-size: 38px;
  }

  .text-span-10 {
    font-size: 36px;
  }

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

  .hero-wrapper-10, .hero-split-11 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-24, .image-25 {
    max-width: 30%;
  }

  .image-26 {
    max-width: 90%;
  }

  .image-28 {
    max-width: 35%;
  }

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

  .clients-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .logos-title-large {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .clients-title {
    margin-top: 20px;
    margin-bottom: 45px;
    font-size: 14px;
  }

  .clients-image {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .metabadges-new {
    text-align: center;
  }

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

  .hero-wrapper-11 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero-split-12 {
    justify-content: flex-start;
    align-items: center;
  }

  .shadow-two-8 {
    text-align: center;
    max-width: 100%;
    padding-right: 0;
  }

  .container-10 {
    text-align: center;
    max-width: none;
  }

  .hero-wrapper-12 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .hero-split-13 {
    text-align: center;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-left: 0%;
    margin-right: 0%;
  }

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

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .image-29 {
    max-width: 80%;
  }

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

  .centered-heading-5 {
    margin-bottom: 24px;
  }

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

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

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

  .centered-heading-6 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-5 {
    width: 100%;
    margin-right: 0%;
  }

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

  .centered-heading-7 {
    margin-bottom: 24px;
  }

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

  .testimonial-block-main-2 {
    flex-direction: column;
  }

  .testimonial-main-image-2 {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .button-sections-2 {
    text-align: center;
    width: 250px;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .testimonial-quote-icon-2 {
    width: 30px;
  }

  .testimonial-quote-2 {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three-2 {
    margin-right: 16px;
  }

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

  .centered-heading-8 {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

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

  .centered-heading-9 {
    margin-bottom: 24px;
  }

  .container-18 {
    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-10.footer-form-button {
    position: relative;
    right: 0;
  }

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

  .apotheosis-network {
    padding-bottom: 70px;
  }

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

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .column {
    padding-left: 30%;
    padding-right: 30%;
  }

  .image-34 {
    margin-bottom: 30px;
  }

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

  .clients-quote-2 {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image-2 {
    margin-right: 16px;
  }

  .clients-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .home {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .centered-heading-10 {
    margin-bottom: 24px;
  }

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

  .column-5 {
    text-align: center;
    align-self: center;
  }

  .column-6 {
    padding-top: 4px;
  }

  .heading-55 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 56px;
    line-height: 48px;
  }

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

  .container-21 {
    clear: none;
    max-width: none;
  }

  .centered-heading-11 {
    margin-bottom: 24px;
    font-size: 52px;
    line-height: 45px;
  }

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

  .paragraph-32 {
    text-align: left;
  }

  .paragraph-33 {
    text-align: center;
    margin-bottom: 20px;
  }

  .image-35 {
    max-width: 82%;
    margin-bottom: 25px;
    margin-left: 0%;
    margin-right: 0%;
  }

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

  .centered-heading-12 {
    margin-bottom: 24px;
  }

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

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

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .grid-5 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-37 {
    max-width: 85%;
    margin-bottom: 0;
  }

  .image-38 {
    text-align: center;
    align-self: center;
    max-width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .image-39, .image-40, .image-41, .image-42, .image-43, .image-44, .image-45, .image-46, .image-47, .image-48, .image-49, .image-50, .image-51 {
    max-width: 85%;
  }

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

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

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

  .features-title {
    padding-right: 0;
  }

  .features-right-2 {
    margin-bottom: -30px;
  }

  .features-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image-2 {
    margin-bottom: 10px;
  }

  .hero-split-4-copy {
    margin-top: 0;
  }

  .heading-56 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 56px;
    line-height: 48px;
  }

  .section-17 {
    margin-top: 50px;
  }
}

#w-node-_5f3aee4e-daae-b36c-c966-5f6d1895f2ca-1895f2c7, #w-node-_5f3aee4e-daae-b36c-c966-5f6d1895f2f2-1895f2c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f3aee4e-daae-b36c-c966-5f6d1895f2fc-1895f2c7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (min-width: 1440px) {
  #w-node-_5f3aee4e-daae-b36c-c966-5f6d1895f2fc-1895f2c7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5f3aee4e-daae-b36c-c966-5f6d1895f2fd-1895f2c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


