* {
  box-sizing: border-box;
}

body {
  all: initial;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
.mobile_active {
  overflow: hidden;
}

section {
  min-width: 100%;
}

a {
  text-decoration: none;
  color: rgba(34, 34, 34, 0.8);
}
a:hover,
a :focus {
  color: black;
}
ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100vw;
  height: 100vh;
  background: white;
  z-index: 9999999;
  transition: all ease 200ms;
  transform: translateX(100%);
  overflow: hidden;
}

.mobile_active .menu-mobile {
  transform: translateX(0);
}

.dwEIWDH {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.cVAYkx {
  height: 4.75rem;
  color: rgb(0, 0, 0);
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 0px 1rem;
  border-bottom: 1px solid rgb(223, 227, 235);
  background-color: rgb(255, 255, 255);
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 2;
  width: 100%;
}
.sSWEsd {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 4.75rem;
  max-height: calc(100% - 4.75rem) !important;
  width: 100%;
  overflow-y: scroll !important;
}
.ercfEW {
  position: relative;
}
.nav-closer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-closer svg {
  color: black !important;
}

.iXSAKl {
  left: 0;
  top: 0;
  display: flex;
  position: fixed;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 40px;
  font-weight: 500;
  width: 100%;
  color: white;
  font-size: 20px;
  z-index: 3;
  background-image: linear-gradient(
    to right,
    rgb(35, 21, 68),
    rgb(119, 69, 122),
    rgb(173, 128, 103),
    rgb(182, 61, 153),
    rgb(49, 75, 173),
    rgb(68, 161, 223),
    rgb(56, 62, 163),
    rgb(48, 36, 73)
  );
}
.iXSAKl:hover {
  color: white;
  background-image: linear-gradient(
    to right,
    rgb(15, 9, 29),
    rgb(87, 51, 89),
    rgb(146, 103, 79),
    rgb(144, 48, 121),
    rgb(38, 58, 133),
    rgb(35, 137, 205),
    rgb(43, 48, 125),
    rgb(26, 19, 39)
  );
}

.menu-login {
  display: flex;
  overflow: hidden;
}

.menu-login a {
  color: white;
}
.menu-left a {
  font-family: Arial, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding-bottom: 0px;
  transition: color 0.15s ease;
  color: rgb(204, 210, 222);
  transition: color 500ms ease 0s, background-color 500ms ease 0s;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0.25rem 0.8rem;
  border-radius: 0.25rem;
  position: relative;
  width: 100%;
  font-size: 16px;
}

.menu-left a:hover,
.menu-left a:focus {
  color: rgb(255, 255, 255);
  background-color: rgba(240, 242, 247, 0.1);
}

header {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  padding: 0.5rem 0;
  background: rgb(18, 29, 51);
  z-index: 3;
  will-change: transform;
  transition: background 0.2s,
    -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1),
    background 0.2s;
  transition: transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1),
    background 0.2s, -webkit-transform 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  transform: translateY(0);
  -webkit-transform: translateY(0);
  padding: 0px 1rem;
  width: 100%;
  height: 4.75rem;
  display: flex;
  margin: 0px auto;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 2;
  background-color: rgb(18, 29, 51);
}

header nav {
  box-sizing: border-box;
  position: relative;
  box-sizing: content-box;
  margin: 0px auto;
  max-width: 80rem;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 5;
  height: 4.75rem;
}
.jPvoRr {
  flex-shrink: 0;
  margin-right: 1.5rem;
  color: rgb(255, 255, 255);
}

header nav .logo {
  font-size: 1.25rem;
  line-height: inherit;
  font-weight: 500;
  color: black;
}

header nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
header nav ul li {
  float: none;
  margin-left: 0;
  color: white !important;
}

header nav ul li a {
  display: block;
}

.bofKRH {
  color: rgb(255, 255, 255);
  transition: color 500ms ease 0s, background-color 500ms ease 0s;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  position: relative;
  width: 100%;
}

.bofKRH::after {
  content: "";
  position: absolute;
  bottom: -1.45rem;
  left: 0px;
  border: 1px solid rgb(255, 255, 255);
  width: 100%;
}

.main-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.hide-nav {
  transform: translateY(-160%) !important;
  -webkit-transform: translateY(-160%) !important;
}

ul.menu-left {
  display: block;
  /* max-height: 0; */
  /* overflow: hidden; */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /* z-index: 10; */
  display: flex;
  flex-grow: 1;
}

ul.menu-left:before {
  content: "";
  display: table;
  clear: both;
}
ul.menu-left.collapse {
  max-height: 15em !important;
}

.nav-toggle {
  display: none;
  border-radius: 5px;
  background-color: transparent;
  float: right;
  height: 38px;
  width: 38px;
  cursor: pointer;
  padding: 8px 8px;
  color: white !important;
}

.signature {
  position: fixed;
  font-weight: 100;
  bottom: 10px;
  color: #000;
  left: 0;
  letter-spacing: 4px;
  font-size: 10px;
  width: 100vw;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.cDOidB {
  position: relative;
  top: -7.25rem;
  padding-top: 7.25rem;
  margin-bottom: -7.25rem;
  overflow: hidden;
  z-index: 1;
}

.cDOidB > :first-child {
  padding-top: 7.25rem;
}
.base-index {
  position: relative;
}
.sEDWS {
  position: absolute;
  right: 0;
  opacity: 0.2;
  max-width: 400px;
  bottom: 20%;
  z-index: 1;
}
.sEDWS img {
  max-width: 100%;
}
.ggehKY {
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.01em;
  border-radius: 0.5rem;
  border: 0.125rem solid rgb(255, 255, 255);
  cursor: pointer;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  color: rgb(255, 255, 255);
  background: none;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
  line-height: 143%;
}
.ggehKY:hover,
.ggehKY:focus {
  color: rgb(204, 210, 222);
  border-color: rgb(204, 210, 222);
}
.enqrj {
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.01em;
  border-radius: 0.5rem;
  border: 0.125rem solid transparent;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  color: rgb(18, 29, 51) !important;
  background: rgb(255, 255, 255);
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
  line-height: 143%;
  margin: 0 15px;
}

.enqrj:hover,
.enqrj:focus {
  background-color: rgb(223, 227, 235);
}

.gaEixf {
  width: 100%;
  border-bottom: 1px solid rgb(240, 242, 247);
  background-color: rgb(255, 255, 255);
}
.gaEixf_last {
  width: 100%;
  height: 11rem;
}
.kfOoaO {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 1rem;
  color: rgb(18, 29, 51);
  transition: background-color 300ms ease 0s, color 300ms ease 0s;
}
.kfOoaO:hover {
  background-color: rgba(247, 248, 250, 0.5);
}
.absE3D {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 1rem 0;
}
.hYbymD {
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 1.25rem;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-right: 0.75rem;
}

.hy-blue {
  background-color: rgb(236, 245, 254);
}
.hy-purple {
  background-color: rgb(239, 236, 254);
}
.hy-orange {
  background-color: rgb(255, 242, 229);
}
.hy-black {
  background-color: rgb(240, 242, 247);
}

.hhsbKz {
  color: rgb(80, 89, 107);
  font-weight: 900;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  margin: 0;
}
.hSkKYk {
  background-color: rgb(247, 248, 250);
  border-bottom: 1px solid rgb(240, 242, 247);
  padding: 15px 1rem;
}
.hSkKYk h4 {
  margin: 1rem;
}
.kmtyGJ {
  font-weight: 900;
  margin: 2px 0;
}
.adWsWS {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: rgb(247, 248, 250);
  padding: 2rem 1rem;
}

.dLGWtx {
  border-top: 1px solid rgb(223, 227, 235);
  position: absolute;
  bottom: 80px;
  left: 0px;
  right: 0px;
  z-index: 2;
  padding: 1rem;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(240 242 247) 0px -1px 0px 0px,
    rgb(0 0 0 / 5%) 0px -0.25rem 0.875rem 0px;
  display: flex;
  flex-direction: row;
}

.cZtvRn {
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.01em;
  border-radius: 0.5rem;
  border: 0.125rem solid transparent;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  color: rgb(12, 108, 242);
  background: rgb(255, 255, 255);
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
  line-height: 143%;
  border-color: rgb(12, 108, 242);
  width: 100%;
  margin: 10px;
}
.llslSD {
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.01em;
  border-radius: 0.5rem;
  border: 0.125rem solid transparent;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  background-color: rgb(12, 108, 242);
  color: rgb(255, 255, 255);
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
  line-height: 143%;
  width: 100%;
  margin: 10px;
}

.sweReg .ggehKY {
  border: 1px solid rgb(18, 29, 51);
  min-width: 150px;
  background: rgb(18, 29, 51);
  color: white;
}
.sweReg .enqrj {
  border: 1px solid rgb(18, 29, 51);
  min-width: 150px;
  color: rgb(18, 29, 51);
}

.cDOidB {
  position: relative;
  top: -7.25rem;
  padding-top: 7.25rem;
  margin-bottom: -7.25rem;
}

.cePXDf {
  background-color: rgb(20, 70, 153);
  background-image: url("../fonts/home-hero-gradient.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  color: rgb(255, 255, 255);
  min-width: 100%;
  /* z-index: 2; */
  /* display: inline-block; */
}

.cDOidB > :first-child {
  padding-top: 7.25rem;
}

.cUSYTE {
  min-height: 800px;
  max-width: 100%;
}

.jqlzrh {
  box-sizing: content-box;
  max-width: 62.5rem;
  margin: 0px auto;
  padding: 0px 2.5rem;
}
.jqlzrh p {
  margin: 0;
}
.cmBafN {
  box-sizing: content-box;
  max-width: 62.5rem;
  margin: 0px auto;
  padding: 0px 2.5rem;
}
.ldGnJz {
  max-width: 43.3125rem;
  padding: 10.625rem 0px;
}

.cCjakL {
  color: rgb(255, 255, 255);
  margin-bottom: 1.5rem;
}

.kRtqet {
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.625rem;
  margin-top: 0;
}

.hrbjxU {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.125rem;
  margin-bottom: 2rem !important;
}
.cnYUjy {
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.75rem 1.375rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 144%;
  border-radius: 0.5rem;
  border: 0.125rem solid transparent;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  background-color: rgb(12, 108, 242);
  color: rgb(255, 255, 255);
}

.dYRmHy {
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.75rem 1.375rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 144%;
  border-radius: 0.5rem;
  border: 0.125rem solid transparent;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  color: rgb(18, 29, 51);
  background: rgb(255, 255, 255);
  margin-left: 1.5rem;
}

@media (max-width: 768px) {
  .kRtqet {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 2.25rem;
    margin-top: 0;
  }
  .hrbjxU {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625rem;
    margin-bottom: 2rem !important;
  }
  .ldGnJz {
    max-width: 43.3125rem;
    padding: 6.625rem 0px;
  }
  .cnYUjy,
  .dYRmHy {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }
}
.lextIZ {
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: -70px;
}
.evZIbd {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 62.5rem;
  width: 100%;
}
.iGlXs {
  width: 100%;
}
.evZIbD {
  width: 100%;
}

.hIwTsa {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12rem, auto));
  gap: 1.5rem;
  border-radius: 0.5rem;
  width: 100%;
  margin-bottom: 1.25rem;
}

.lhvJwz {
  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
  border-radius: 0.5rem;
  box-shadow: rgb(103 113 133 / 20%) 0.75rem 1.5rem 4rem 0rem;
  color: rgb(18, 29, 51);
  min-width: 0px;
  padding: 1.25rem;
  transition: background-image 0.6s ease 0s;
  /* z-index: 2; */
}
.lhvJwz:hover,
.lhvJwz:focus {
  background-image: linear-gradient(rgb(255, 255, 255), rgb(240, 242, 247));
}
.gqAVrV {
  display: flex;
  align-items: flex-start;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.eymRoB {
  flex-shrink: 0;
}
.bwPenO {
  display: flex;
  align-items: flex-start;
  -webkit-box-pack: end;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 170px;
  width: 100%;
}
.hHLlvY {
  background-color: rgb(239, 236, 254);
  border-radius: 0.25rem;
  border: none;
  color: rgb(83, 34, 229);
  cursor: pointer;
  font-weight: 500;
  margin: 0px 0px 0.5rem 0.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition: background-color 0.3s ease 0s;
}

.eyFFcP {
  background-color: rgb(230, 250, 236);
  color: rgb(0, 153, 76);
}
.jVbWjV {
  display: flex;
  margin-bottom: 0.25rem;
}
.jERmlw {
  color: inherit;
  font-weight: 500;
  color: rgb(18, 29, 51);
  text-transform: capitalize;
}
.kKWdjS {
  color: rgb(103, 113, 133);
  margin-left: 0.5rem !important;
  font-weight: 500;
  text-transform: uppercase;
}
.jXjlIz {
  display: flex;
}

.gjPnbc {
  color: #00c900f5;
  font-weight: 500;
  margin-left: 0.5rem !important;
}

.iXKGHe {
  border-radius: 1.25rem;
  color: rgb(18, 29, 51);
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: rgba(239, 236, 254, 0.5);
  background-image: -webkit-image-set(
    url("../images/home-wallet-shapes-bg.png") 1x,
    url("../images/home-wallet-shapes-bg%402x.png") 2x
  );
  background-repeat: no-repeat;
  background-size: 625px;
  background-position: right bottom 2.5rem;
  min-height: 52.5rem;
  margin: 3.75rem auto;
  max-width: 80rem;
}

.jqlzrh {
  box-sizing: content-box;
  max-width: 80rem;
  margin: 0px auto;
  padding: 0px 2.5rem;
}
.LQmm {
  overflow: hidden;
}

.chaLIY {
  display: flex;
  flex-direction: column;
  color: rgb(115, 73, 242);
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 8.75rem;
  flex-shrink: 0;
}

.TDzzN {
  align-self: flex-start;
  background-color: rgb(239, 236, 254);
  border-radius: 1.25rem;
  color: rgb(115, 73, 242);
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 1.25rem;
  padding: 1rem;
}
.TDzzN svg {
  height: 2rem;
  width: 2rem;
}

.gNGpcW {
  font-size: 18px;
  line-height: 25px;
  margin-left: 10px !important;
  font-weight: 500;
}
.DdADE {
  background-color: rgb(239, 236, 254);
  color: rgb(115, 73, 242);
}
.eCEsa {
  color: rgb(61, 137, 245);
  background-color: rgb(236, 245, 254);
}

.hrbjxUsd {
  background-color: rgb(223, 227, 235);
  color: rgb(103, 113, 133);
}
.hrbjxUsd p {
  margin: 0;
  margin-left: 10px !important;
}

.bWXcPk {
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.75rem 1.375rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 144%;
  border-radius: 0.5rem;
  border: 0.125rem solid transparent;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  color: rgb(255, 255, 255);
  background: rgb(103, 113, 133);
  margin: 20px auto;
  margin-left: 0;
}

.bWXcPk:hover,
.bWXcPk:focus {
  background-color: rgb(80, 89, 107);
}
.iQLqHO {
  color: inherit;
  margin: 0px 0px 1.875rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.25rem;
}

.eyLHGH {
  margin-bottom: 1.875rem;
  max-width: 30.5rem;
}

.eHbXX {
  background-color: rgb(247, 245, 255);
  border-radius: 0.75rem;
  border: 1px solid rgb(222, 216, 253);
  margin-bottom: 0.75rem;
}

.krxgxg {
  color: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin: 0px;
  padding: 1rem 1.25rem;
  transition: color 0.25s ease 0s;
  z-index: 1;
  cursor: pointer;
}

.hbnAur {
  max-height: 0px;
  max-width: 80%;
  opacity: 0;
  overflow: hidden;
  padding: 0px 1.25rem;
  transition: all 0ms ease 0s;
}

.vvWMe {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.krxgxg.active,
.krxgxg:hover {
  color: rgb(115, 73, 242);
}

.krxgxg.active {
  cursor: default;
  padding: 1rem 1.25rem 0px;
}

.eHbXX.active {
  background-color: rgb(239, 236, 254);
}

.hbnAur.active {
  max-height: 100%;
  opacity: 1;
  padding: 0.5rem 1.25rem 1rem;
  transition: all 500ms ease 0s;
}

.fQXoGc:hover,
.fQXoGc:focus {
  background-color: rgb(83, 34, 229);
}
.eaEhQt {
  margin-top: auto;
  width: fit-content;
}
.fQXoGc {
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.75rem 1.375rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 144%;
  border-radius: 0.5rem;
  border: 0.125rem solid transparent;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  color: rgb(255, 255, 255);
  background: rgb(115, 73, 242);
}

.ccJpOt {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.kQrdDU,
.kQrdDU2 {
  /* display:none; */
  max-width: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 500ms linear, visibility 0s linear 500ms;
  -o-transition: opacity 500ms linear, visibility 0s linear 500ms;
  -webkit-transition: opacity 500ms linear, visibility 0s linear;
  -webkit-transition-delay: 0s, 500ms;
  transition: opacity 500ms linear, visibility 0s linear 500ms;
}

.kQrdDU.active,
.kQrdDU2.active {
  opacity: 1;
  max-width: fit-content !important;
  visibility: visible !important;
  cursor: pointer;
  -moz-transition: opacity 500ms linear, visibility 0s linear;
  -o-transition: opacity 500ms linear, visibility 0s linear;
  -webkit-transition: opacity 500ms linear, visibility 0s linear;
  transition: opacity 500ms linear, visibility 0s linear;
}

.iJybLU {
  left: 0px;
}
.iJybLU2 {
  right: 0px;
}

.dUizKc {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 5rem;
  flex-shrink: 0;
}
.wefcrs {
  justify-content: flex-start;
  padding-top: 100px;
}
.sliderHolder {
  position: relative;
}
.slick-prev {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 30px;
  height: 30px;
}

.slick-next {
  position: absolute;
  left: 70px;
  bottom: 0;
  border: none;
  width: 30px;
  height: 30px;
}

.slick-arrow {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  top: 600px;
  bottom: auto;
  z-index: 1;
  border: 1px solid rgb(115, 73, 242);
  border-radius: 8px;
  color: rgb(115, 73, 242);
}

.slick-dots {
  position: absolute;
  top: 615px;
  text-align: right;
  list-style: none;
  text-align: center;
  margin: 0 auto;
  right: 0;
  list-style: none;
  margin: 0 auto;
}

.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  transition: 0.2s background-color ease-in-out 0s;
  border: none;
  padding: 0;
  color: transparent;
  width: 10px;
  height: 10px;
  background-color: #777;
  margin-right: 10px;
  width: 20px;
  height: 5px;
  cursor: pointer;
  background: rgb(222, 216, 253);
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li.slick-active button {
  background-color: rgb(115, 73, 242);
}

.hKyvsg img {
  padding: 0px;
  margin: 0px auto 105px;
  min-height: 350px;
}

.isMobile {
  display: none !important;
}

.llRhaW {
  background-color: rgba(236, 245, 254, 0.5);
  background-image: -webkit-image-set(
    url("../images/home-exchange-shapes-bg.png") 1x,
    url("../images/home-exchange-shapes-bg.png") 2x
  );
  background-position: left bottom 2.5rem;
  color: rgb(12, 108, 242);
  background-repeat: no-repeat;
  background-size: 625px;
  min-height: 52.5rem;
  margin: 3.75rem auto;
  max-width: 80rem;
  display: grid;
  border-radius: 1.25rem;
  grid-template-columns: 1fr 1fr;
}

.eZpwdT {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  padding-left: 8.75rem;
  flex-shrink: 0;
}

.hosPta {
  background-color: rgb(240, 242, 247);
  background-image: -webkit-image-set(
    url("../images/home-institutional-shapes-bg.png") 1x,
    url("../images/home-institutional-shapes-bg.png") 2x
  );
  background-size: 625px;
  background-color: rgba(239, 236, 254, 0.5);
  background-repeat: no-repeat;
  background-position: right center;
  display: flex;
  border-radius: 1.25rem;
  color: rgb(18, 29, 51);
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 52.5rem;
  margin: 3.75rem auto;
  max-width: 80rem;
}

.e3rfce {
  -webkit-box-pack: start;
  justify-content: flex-start;
  box-sizing: content-box;
  max-width: 488px;
  padding-top: 115px;
  padding-bottom: 100px;
  padding-right: 100px;
}

.hJQdJu {
  background-color: rgb(18, 29, 51);
  background-image: url("../fonts/banner-bg.svg");
  background-repeat: no-repeat;
  background-size: 90rem;
  background-position: -0.0625rem center;
  color: rgb(255, 255, 255);
  padding: 80px 0px;
}

.eARdfV {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.cIzBeK {
  margin: 0px 32px 0px 0px;
}

.kPRcAz2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.25rem;
}

.dwFAru {
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.75rem 1.375rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 144%;
  border-radius: 0.5rem;
  border: 0.125rem solid transparent;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
  color: rgb(12, 108, 242);
  background: rgb(255, 255, 255);
}
.dpgzyO {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 3rem;
  height: 4rem;
  font-size: 1.25rem;
  width: 4rem;
  box-shadow: rgb(0 0 0 / 25%) 0px 2px 24px;
  align-self: flex-end;
  animation: 6s ease 1s 1 normal none running joBdtq;
  transition: width 0.3s ease 5s;
  overflow: hidden;
  font-weight: 600;
  text-align: center;
  outline: none;
  flex: 0 0 auto;
  color: white;
  opacity: 1;
  padding: 0px 0.2rem;
  border: transparent;
  background-color: rgb(12, 108, 242);
  line-height: 2.5rem;
  position: fixed;
  z-index: 2;
  right: 25px;
  bottom: 25px;
}

.dpgzyO p {
  width: 0px;
  visibility: hidden;
  opacity: 0;
  animation: 0.6s ease 1s 1 normal none running;
  transition: all 0.3s ease 0.2s;
}

.dpgzyO:hover {
  width: auto;
  transition: width 0.3s ease 0s;
}

.dpgzyO:hover p {
  width: auto;
  margin-right: 7px;
  opacity: 1;
  visibility: visible !important;
}

.hjcYPI {
  font-weight: 600;
  font-size: 1.25rem;
  color: rgb(255, 255, 255);
  white-space: pre;
  line-height: 1.5;
  width: 50px;
  max-width: 100%;
}

.hjcYPI:hover {
  cursor: pointer;
  background-color: rgb(12, 108, 242);
}

.ganDhs {
  height: 2.5rem;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
}
.EcAFK {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
}
.dZZGzM {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.diuBag {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 2.5rem;
}

.diuBag svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 1.4rem;
  margin-left: 0px;
  color: rgb(18, 29, 51);
}

.diuBag select {
  opacity: 0.75;
  color: rgb(18, 29, 51);
  padding-right: 32px;
}
.diuBag span {
  opacity: 0.75;
  color: rgb(18, 29, 51);
  font-weight: 500;
}

.xdLoader {
  border: 1px solid red;
  width: 100%;
  max-width: 100px;
  height: 25px;
}
.xdLoader img {
  max-height: 100%;
  float: right;
}

.kWOass {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 7.5rem;
  background-color: rgb(255, 255, 255);
  color: rgb(80, 89, 107);
}

.gSBYmX {
  width: 100%;
  min-width: 600px;
  padding: 2rem;
  table-layout: fixed;
  border-radius: 0.5rem;
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(103 113 133 / 20%) 12px 24px 64px;
}

.hMlCUa {
  display: grid;
  grid-template-columns: 1fr repeat(4, 0.6fr);
  column-gap: 1.6875rem;
  padding-bottom: 1.375rem;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  border-bottom: 1px solid rgb(223, 227, 235);
}

.fkeFpt {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1rem;
  text-transform: uppercase;
  text-align: left;
  padding: 10px 0;
}
.droTWg {
  display: grid;
  grid-template-columns: 1fr repeat(4, 0.6fr);
  column-gap: 1.6875rem;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.625rem 0px;
  border-bottom: 1px solid rgb(223, 227, 235);
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
}
.ieuAS {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ieuAS img {
  max-height: 30px;
  margin-right: 15px;
}

.baseAXSD {
  border: none;
  margin: 0;
  border-top: 1px solid rgb(223, 227, 235);
  padding: 10px 0;
  font-weight: 500;
}

.jJeQSO {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.foKaFp {
  color: rgb(18, 29, 51);
}

.kWmQrl {
  background-image: -webkit-image-set(
    url("../images/landing_dashboard-bg.png") 1x,
    url("../images/landing_dashboard-bg.png") 2x
  );
  background-repeat: no-repeat;
  background-size: 38.875rem;
  background-position: left top 7.5rem;
  padding: 0px 0px 6.25rem;
}
.lrNYe {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

.isRrJb {
  margin-bottom: 7.5rem;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.25rem;
}

.hwxLFE {
  margin-bottom: 7.5rem;
}
.kWvxxP {
  width: 100%;
  height: auto;
}
.eXWFdx {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 3rem;
}
.kbUODQ {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1.5rem;
  max-width: 95%;
}
.tFROF {
}
.iqBHHF {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.vvWMe {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.gdsXZF {
  border-top: 1px solid rgb(223, 227, 235);
  border-bottom: 1px solid rgb(223, 227, 235);
  background-color: rgb(255, 255, 255);
  color: rgb(80, 89, 107);
}
.iBpQWi {
  display: flex;
  padding: 5rem 0px;
}
.hFDlJy {
  flex-shrink: 0;
  margin-left: -7.625rem;
  margin-right: auto;
}
.bLzVlC {
  width: 100%;
  height: auto;
}
.cWdcgC {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  width: 40%;
}
.hTcMQH {
  display: flex;
  width: min-content;
  margin-bottom: 1.5rem;
  padding: 0.75rem;
  background-color: rgb(236, 245, 254);
  border-radius: 1.25rem;
}
.hTcMQH svg {
  color: rgb(12, 108, 242);
}

.figPwV {
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3.25rem;
}

.iOiGTn {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.saSEAAw {
  width: 100%;
  /* height:400px; */
  background: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
  box-sizing: border-box;
}
.aSEasas {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
}
.sdescaA {
  margin: 10px 0;
  box-sizing: border-box;
}
.aSEasas input {
  box-sizing: border-box;
  margin: 10px 10px;
  padding: 10px;
  width: 50%;
  height: 40px;
  outline: none;
  border: 1px solid rgb(223, 227, 235);
}
.ewcSWC {
  margin: 10px;
}
.aSEasas textarea {
  box-sizing: border-box;
  margin: 10px 10px;
  padding: 10px;
  width: 100%;
  outline: none;
  border: 1px solid rgb(223, 227, 235);
}
._is_successful {
  color: rgb(45, 245, 45) !important;
}
._is_failed {
  color: #fc5050;
}
.dollar_sign {
  font-weight: 500;
  font-size: 18px;
  margin: 0 !important;
}
.percentage_sign {
  font-weight: 500;
  margin: 0px;
}
.iiio0 {
  overflow: hidden;
  height: 30px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.dsfrA {
  position: Absolute;
  left: 0;
  top: 0;
}
.iiio0 img {
  height: 20px;
  position: absolute;
  left: 0;
  top: 5px;
}
@media (max-width: 812px) {
  .aSEasas {
    display: block;
  }
  .aSEasas input,
  textarea {
    width: 100%;
    margin: 10px 0;
  }

  #SSAhmm {
    display: none;
  }
  .kbUODQ {
    display: block;
  }
  .hDjhKH {
    display: none;
  }
  .bkulDM {
    margin-top: 2rem;
  }
  .EcAFK {
    display: block;
  }
  .eARdfV {
    flex-direction: column;
    align-items: flex-start;
  }
  .eARdfV a {
    margin-top: 20px;
  }
  .eZpwdT {
    padding: 15px;
  }

  .isDesktop {
    display: none !important;
  }
  .isMobile {
    display: block !important;
  }
  .iQLqHO {
    margin: 0px;
    padding: 20px 0;
  }
  .hosPta {
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    box-sizing: content-box;
    max-width: 488px;
    min-height: fit-content;
    background-size: 400px;
    background-position: right bottom -270px;
  }

  .eZpwdT {
    -webkit-box-pack: start;
    justify-content: flex-start;
    box-sizing: border-box;
    max-width: 488px;
    width: 100%;
  }

  .bWXcPk {
    margin-top: 1rem;
  }
  .TDzzN {
    padding: 12px;
    margin-bottom: 0;
  }
  .kPRcAz {
    margin: 0px;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .dtLnoK {
    height: 375px;
    margin-bottom: 100px;
    display: flex;
    justify-content: flex-end;
  }

  .jqlzrh {
    padding: 0px 0.5rem;
  }
  ul.menu-left {
    max-height: 0 !important;
    overflow: hidden;
    display: none;
  }
  .main-left {
    display: block;
  }

  .menu-login {
    max-height: 0;
  }
  .nav-toggle {
    display: block;
  }
  .hIwTsa {
    grid-template-columns: repeat(8, 1fr);
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lhvJwz {
    width: 252px;
  }

  .iGlXs {
    max-width: 100%;
    overflow-x: auto;
    padding: 0px 16px 76px;
  }

  .chaLIY {
    padding: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 8.75rem;
  }

  .iXKGHe,
  .llRhaW {
    display: flex;
    flex-direction: column;
    min-height: auto;
    margin: 0px;
    overflow: hidden;
    padding: 1rem;
    background-size: 375px;
    background-position: left top 150px;
  }

  .llRhaW {
    display: flex;
    flex-direction: column;
    min-height: auto;
    margin: 3.75rem 0px;
    overflow: hidden;
    padding: 1rem;
    background-size: 375px;
    background-position: right top 180px;
  }

  .kQrdDU {
    object-fit: contain;
  }
  .krxgxg.active {
    padding: 0px;
  }
  .krxgxgx {
    margin-top: 3.5rem;
  }

  .krxgxg.active,
  .krxgxg:hover {
    color: rgb(115, 73, 242);
  }
  .menu-mobile {
    display: block;
  }
}

.gSWhux {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
}
.hwpqVZ {
  display: flex;
  flex-direction: column;
  box-sizing: content-box;
  max-width: 62.5rem;
  margin: 0px auto;
  padding: 0px 2.5rem;
}

.gLMEnS {
  margin-bottom: 0px;
  min-width: 100px;
  color: rgba(3, 14, 38, 0.75);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-image: url("../images/down-arrow.png");
  appearance: none;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  cursor: pointer;
  outline: none;
  text-align: left;
  background-color: transparent;
  padding: 0px;
}

.bkulDM {
  display: flex;
}

.hwpqVZ a {
  color: rgb(18, 29, 51);
  transition: color 0.5s ease 0s;
  font-weight: 500;
}
.saWSsd {
  margin-right: 10px;
}
.gcevVV {
  flex: 1 1 auto;
  margin-bottom: 4rem;
  line-height: 2.5rem;
  margin-right: 120px;
}
.biGsNx {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 2.5rem;
  /* width: 11.25rem; */
  transition: all 0.5s ease 0s;
  -webkit-box-pack: start;
  justify-content: flex-start;
  /* margin-right:0.9rem */
}
.biGsNx svg {
  margin-right: 0.5rem;
}

.gUgDlB {
  margin: 0.25rem 0px 0.6rem;
}

.kHpuNk {
  color: rgb(29, 161, 242);
}
.socialAx {
  /* border:1px solid red; */
}
@media (min-width: 768px) {
  header nav ul li {
    float: left;
    margin-right: 1rem;
  }

  ul {
    clear: both;
  }
  ul li {
    color: blue !important;
  }
  .mobile_active {
    overflow-y: scroll;
  }
  .container {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 0) {
  .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 576px) {
  header nav ul li a {
    display: block;
    padding: 0.425rem 0rem;
  }

  .container {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
