<style>
.features_hero_para {
    color: var(--neutral-300);
    font-size: 1.125rem;
    font-weight: 300;
    line-height: 1.35
}

.features_hero_para_wrap {
    max-width: 30rem
}

.section_feature_hero {
    text-wrap: pretty;
    background-image: linear-gradient(#1849c7,#11338a);
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    min-height: calc(100vh - 5rem);
    padding-top: 5rem;
    padding-bottom: 5rem;
    display: flex;
    overflow: hidden
}

.section_feature_card {
    background-color: #f3f6fd;
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden
}

.feature_card_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit,minmax(15rem,1fr));
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: stretch center;
    display: flex
}

.feature_card_item {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    background-color: var(--neutral-100);
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    flex-flow: column;
    justify-content: space-between;
    max-width: 23rem;
    padding: 2.75rem 1.875rem;
    display: flex;
    box-shadow: 7px 7px 21px #0d245f1c
}

.feature_card_item_heading_wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative
}

.feature_card_item_list_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex
}

.feature_card_item_image-outer_wrapper {
    aspect-ratio: 1.44;
    background-color: #e8edfb;
    border-radius: 11px;
    flex-flow: column;
    width: 100%;
    max-width: 19rem;
    height: 100%;
    max-height: 13rem;
    padding: .875rem;
    display: flex;
    overflow: hidden
}

.feature_card_item_list_item {
    grid-column-gap: .6875rem;
    grid-row-gap: .6875rem;
    grid-template-rows: auto;
    grid-template-columns: 1.25rem 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.feature_card_item_list_icon-wrapper {
    aspect-ratio: 1;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 1.375rem;
    padding-top: .125rem;
    display: flex
}

.feature_card_item_list_text {
    color: #525c76;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4
}

.feature_card_item_image-innner_wrapper {
    aspect-ratio: 1.44;
    border-radius: 8px;
    width: 100%;
    max-width: 17rem;
    height: 100%;
    max-height: 12rem;
    overflow: hidden
}

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

.feature_card_item_heading {
    color: var(--royal-blue);
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700
}

.feature_card_item_heading_line {
    background-color: #1a4fd6;
    border-radius: 4rem;
    width: .1875rem;
    height: 100%;
    max-height: 3.5rem;
    position: absolute;
    inset: 0% 105% 0% auto;
    overflow: hidden
}

.section_feature_cta {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden
}

.feature_cta_component {
    grid-column-gap: 4rem;
    grid-row-gap: 5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.feature_cta_image_wrapper {
    aspect-ratio: 3/2;
    width: 100%;
    height: 100%
}

.feature_cta_image {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.feature_cta_button_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    display: none
}

.feature_cta_heading {
    color: #092c4c;
    font-size: 2.5rem;
    font-weight: 700
}

.feature_hero_image {
    object-fit: contain;
    width: 100%;
    height: 100%
}

.feature_hero_image_wrapper {
    width: 105%;
    height: 100%;
    max-height: 30rem;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.feature_card_top-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex
}

.feature_content_wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.feature_badge {
    color: var(--neutral-100);
    background-color: #ffffff1a;
    border-radius: 3rem;
    margin-bottom: 1.5rem;
    padding: .5rem 2.5rem
}

.feature_hero_assets_wrapper {
    width: 100%;
    height: 100%;
    padding-top: 2rem
}

.wg-element-wrapper {
    align-items: center;
    display: flex;
    position: relative
}

.wg-element-wrapper.sw7 {
    display: none
}

.wg-dropdown-2 {
    flex-direction: column;
    align-items: stretch;
    width: auto;
    font-weight: 700
}

.wg-dd-2-togle {
    z-index: 1;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 2rem;
    padding: 5px 10px 5px 40px;
    transition: color .2s;
    display: flex
}

.wg-dd-2-togle:hover {
    color: #ff6640
}

.wg-dd-2-list {
    background-color: var(--neutral-100);
    transform-origin: 100% 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
    inset: 100% auto auto 0%;
    overflow: hidden;
    box-shadow: 0 3px 11px -1px #4049ff1c
}

.wg-dropdown-2-link {
    justify-content: flex-start;
    align-items: center;
    height: 2rem;
    padding: 0 1rem;
    text-decoration: none;
    transition: color .2s;
    display: flex
}

.wg-dropdown-2-link:hover {
    color: #ff6640
}

.wg-dropdown-2-link-current {
    color: var(--transfi-orange);
    justify-content: flex-start;
    align-items: center;
    height: 2rem;
    padding: 0 1rem;
    text-decoration: none;
    transition: color .2s;
    display: none
}

.wg-dropdown-2-link-current:hover {
    color: #ff6640
}

.nav-list-link-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-left: 1px solid #494949;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid
}

.nav-product-link-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: #f2f2f2;
    border-radius: 6px;
    flex-flow: column;
    margin-left: 30px;
    padding: 1rem 25px;
    display: flex
}

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

.product-nav-sublistheading {
    color: #999;
    font-weight: 600
}

.product-sublist-link:hover {
    color: var(--neutral-800);
    text-decoration: underline
}

.home-hero-heading {
    flex-flow: column;
    margin-bottom: 1.125rem;
    display: flex
}

.home-hero-heading.is-product {
    max-width: 32rem
}

.landing-hover-cards {
    padding: 40px 0;
    background-color: #1b1e22
}

.landing-hover-cards__title {
    margin-bottom: 12px;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
    text-align: center
}

.landing-hover-cards__title span {
    display: block;
    color: #daff7c
}

.landing-hover-cards__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .16px;
    color: #fff;
    text-align: center
}

.landing-hover-cards__card {
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #53647b;
    background: #242b35
}

.landing-hover-cards__card-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: #fff
}

.landing-hover-cards__card-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff
}

.landing-hover-cards__card:nth-child(1) .landing-hover-cards__card-title span,.landing-hover-cards__card:nth-child(5) .landing-hover-cards__card-title span {
    color: #daff7c
}

.landing-hover-cards__card:nth-child(2) .landing-hover-cards__card-title span,.landing-hover-cards__card:nth-child(6) .landing-hover-cards__card-title span {
    color: #ffa3bb
}

.landing-hover-cards__card:nth-child(3) .landing-hover-cards__card-title span,.landing-hover-cards__card:nth-child(4) .landing-hover-cards__card-title span {
    color: #64acff
}

.landing-hover-cards__card-cover .landing-hover-cards__card-title {
    display: none
}

.landing-hover-cards__cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 32px
}

.landing-hover-cards__card-image {
    max-width: 80px;
    margin-bottom: 12px
}

.landing-hover-cards__card-back-side .landing-hover-cards__card-title {
    margin-bottom: 8px
}

.landing-hover-cards__buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 40px
}

.landing-hover-cards__card-image {
    max-width: 80px;
    margin-bottom: 12px;
}

.benefits-grid-real-estate {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px auto 1px auto;
  grid-auto-columns: 0%;
  place-content: start center;
  place-items: stretch center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 0;
  display: grid;
}

.div-block-83 {
  background-color: #5965f333;
  width: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block--real-estate-benefits {
  text-align: center;
  border: 1px #000;
  border-left-color: #5865f233;
  border-radius: 4px;
  padding: 20px;
}

.image-33 {
  width: 140px;
}
.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid
;
}
.real-estate-user-benefits {
  background-image: url("https://cdn.prod.website-files.com/63c7842c42c0ed530e0e43b5/65c44a7c25cb62f5baaa7377_Lines%20bg.avif");
  background-position: 0 0;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px;
  display: flex;
}

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: 30% 60%;
  height: auto;
}

.text-block-85 {
  color: #4a79d4;
  text-align: left;
  text-transform: uppercase;
  word-break: break-all;
  padding-left: 0;
  font-family: Figtree, sans-serif;
  font-style: normal;
}

.list-item {
  margin-bottom: 5px;
  font-family: Figtree, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.list {
  list-style-type: disc;
}

.grid-17 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-84 {
  color: #4a79d4;
  -webkit-text-stroke-color: #d3dcee;
  background-color: #dadaf9;
  height: 1px;
}

.blogs {
  padding: 60px 100px;
}

.text-block-86 {
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.div-block-85 {
  justify-content: space-between;
  display: flex;
}

.link-6 {
  color: #5965f3;
  font-family: Roboto Slab, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.grid-18 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.image-34 {
  cursor: pointer;
  border-radius: 8px;
  width: 315px;
  height: 175px;
}

.text-block-87 {
  color: #000;
  text-transform: none;
  margin-top: 10px;
  font-family: Figtree, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.text-block-88 {
  color: #eca5a5;
  margin-top: 5px;
  font-family: Figtree, sans-serif;
  font-size: 12px;
}

.text-block-83-copy {
  color: #0f0f0f;
  text-align: center;
  margin-bottom: 40px;
  font-family: Figtree, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.grid-17-copy {
  grid-template-rows: auto 1px auto 1px auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  width: 65%;
  margin-top: 20px;
  margin-left: auto;
  padding-left: 60px;
  padding-right: 40px;
}

.grid-16-copy {
  grid-template-rows: auto auto;
  grid-template-columns: 100%;
  grid-auto-flow: column;
}

.text-block-85-copy {
  color: #000;
  text-align: right;
  text-transform: uppercase;
  word-break: break-all;
  padding-left: 0;
  font-family: Roboto Slab, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.paragraph-8 {
  text-align: left;
  height: auto;
  font-family: Figtree, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.metrics-copy {
  background-color: #0000;
  border: 1px dashed #5965f340;
  border-left: 1px #000;
  border-right: 1px #000;
  padding: 40px 30px;
  position: relative;
}

.lets-connect {
  margin-top: 100px;
  margin-bottom: 100px;
}

.div-block-86 {
  text-align: center;
  background-image: url("https://cdn.prod.website-files.com/63c7842c42c0ed530e0e43b5/65b0ba3221dde3291bbf6433_Bg.avif");
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 8px;
  height: auto;
  margin: 20px 40px;
  padding: 30px;
}

.text-block-89 {
  color: #fff;
  text-align: center;
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

.text-block-90 {
  color: var(--white);
  text-align: center;
  font-family: Figtree, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.div-block-87 {
  height: 20px;
}

.text-block-91 {
  color: #fff;
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-family: Figtree, sans-serif;
  font-weight: 400;
}

.button-6 {
  color: #5965f3;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  font-family: Roboto Slab, sans-serif;
  font-weight: 400;
}

.div-block-88 {
  border-top: 1px solid #ffffff40;
  padding-top: 10px;
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

.text-block-92 {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}

.backed-by-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #1e2dff66;
  border-radius: 4px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 60px;
  display: flex;
}

.link-7 {
  color: #5965f3;
  text-decoration: none;
}

.benefits-section-features {
  text-align: center;
  margin-top: 60px;
  margin-left: 30px;
  padding-left: 60px;
  padding-right: 60px;
}

.text-bl {
  color: var(--untitled-ui-gray700);
  align-self: center;
  margin-top: 0;
  padding-right: 0%;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.icon-40px-feature {
  width: 40px;
  height: 40px;
  margin-left: 0;
  margin-right: auto;
}

.text-block-55-copy {
  color: var(--sub-text);
  text-align: left;
  text-align: left;
  text-align: left;
  align-self: center;
  margin-top: 0;
  padding-right: 20%;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.text-block-57-copy {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.figtree-tag-left {
  color: var(--spydra-blue);
  text-align: left;
  margin-bottom: 20px;
  font-family: Figtree, sans-serif;
  font-weight: 500;
}

.text-block-93 {
  text-align: center;
  font-family: Figtree, sans-serif;
}

.text-block-94 {
  color: var(--sub-text);
  text-align: left;
  font-family: Figtree, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.image-32-dsc {
    width: 80%;
    max-width: 80%;
    margin: 80px auto 60px;
    padding-left: 0;
}
.img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}

.product-prototype {
    background-image: url(https://cdn.prod.website-files.com/63c7842…/65c44a7…_Lines%20bg.avif);
    background-position: 0 0;
    background-size: cover;
}
.image-37 {
    background-color: #eff0ff;
}
.image-37-dsc {
    width: 100%;
    max-width: 100%;
    /* margin: 80px auto 60px; */
    padding-left: 0;
}
.what-can-be-tokenised--scfinance {
    background-image: url(https://cdn.prod.website-files.com/63c7842…/65c44a7…_Lines%20bg.avif);
    background-position: 0 0;
    background-size: cover;
    border-bottom: 1px #e4ebf3;
    padding: 80px 30px;
    display: block;
    position: relative;
}
@media screen and (max-width: 991px) {
    .container-12 {
        max-width: 728px;
    }
}
.container-12 {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 991px) {
    .features-wrapper-two {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}
.features-wrapper-two {
    justify-content: space-between;
    align-items: flex-start;
    display: flex
;
}
@media screen and (max-width: 991px) {
    .features-left {
        max-width: 100%;
        margin-bottom: 40px;
    }
}
.features-left {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 35%;
    max-width: 40%;
    display: flex
;
}

.heading-19 {
    font-family: Figtree, sans-serif;
}
.features-paragraph {
    color: #888;
    margin-bottom: 24px;
    font-family: Figtree, sans-serif;
    font-size: 14px;
}

@media screen and (max-width: 991px) {
    .features-right-copy {
        max-width: 100%;
    }
}
.features-right-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 46%;
    margin-bottom: -16px;
    display: flex
;
}
.w-list-unstyled {
    padding-left: 0;
    list-style: none;
}

.features-block-two {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
    display: flex
;
}
.what-can-be-tokoenised-heading {
    margin-top: 10px;
    margin-left: 0;
    font-family: Figtree, sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.paragraph-9 {
    font-family: Figtree, sans-serif;
    font-size: 15px;
}

.features-image {
    object-fit: cover;
    border-radius: 2px;
    width: 80px;
    height: 80px;
    margin-right: 16px;
}
.strong {
    font-weight: bold;
}
.figtree-tag {
    color: var(--spydra-blue);
    text-align: center;
    margin-bottom: 20px;
    font-family: Figtree, sans-serif;
    font-weight: 500;
}
</style>