:root {
  --foreground-rgb: 0, 0, 0
}

@font-face {
  font-family: Roobert;
  src: url("/fonts/53bb36dc98bfbc1e.ttf")
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0
}

body,
html {
  max-width: 100vw;
  scroll-behavior: smooth;
  overflow-x: hidden;
  background-color: #0e0e0e
}

body {
  color: rgb(var(--foreground-rgb));
  background: linear-gradient(to bottom, transparent, rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb))
}

a {
  color: inherit;
  text-decoration: none
}

.videoBg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

#background-video,
.videoBg {
  position: absolute;
  z-index: 1;
  background-color: #0e0e0e
}

#background-video {
  top: 52%;
  width: 100vw;
  height: 100vh;
  transform: translateY(-50%);
  object-fit: cover
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0)
  }

  to {
    opacity: 0;
    transform: translateY(20px)
  }
}

.fadeInDown {
  animation: fadeInDown .5s ease-out
}

.fadeOutUp {
  animation: fadeOutUp .5s ease-out
}

.videoBg .lds-ring {
  top: 70%
}

.lds-ring {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
  align-items: center
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
  border: 1px solid transparent;
  border-top-color: #fff
}

.lds-ring_1 {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px
}

.lds-ring_1 div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 104px;
  height: 104px;
  margin: 8px;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
  border: 6px solid transparent;
  border-top-color: #fff
}

.lds-ring div:first-child {
  animation-delay: -.45s
}

.lds-ring div:nth-child(2) {
  animation-delay: -.3s
}

.lds-ring div:nth-child(3) {
  animation-delay: -.15s
}

.fallback_loader__container {
  display: grid;
  place-items: center;
  position: relative;
  height: 100vh;
  z-index: 100
}

.fallback_loader__container_img {
  position: absolute;
  width: 44px;
  right: 99px;
  top: 39px
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear .25s, opacity .25s 0s, transform .25s;
  z-index: 100
}

.modal.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #0e0e0e;
  padding: 2rem 2.5rem;
  width: 30em;
  border-radius: 2rem;
  border: .5px solid hsla(0, 1%, 64%, .3)
}

.modal .close-button {
  position: absolute;
  width: 1.5rem;
  font-size: 2em;
  line-height: .5;
  padding: 0 .2em .15em;
  text-align: center;
  cursor: pointer;
  border-radius: .25rem;
  color: #fff;
  transition: color .12s ease-in-out;
  right: 40px;
  top: 30px
}

.modal .close-button:hover {
  color: var(--text-accent-purple)
}

.modal-content-confetti {
  margin-left: 80px
}

.referrer-modal input {
  background-color: #282727;
  color: var(--text-accent-purple);
  outline: none;
  font-size: 16px
}

.fileInput {
  display: none
}

.feedback-selected-image-container {
  display: flex;
  flex-direction: row;
  max-width: 400px;
  white-space: nowrap;
  padding-top: 10px !important;
  padding-bottom: 10px !important
}

.feedback-selected-image-container img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  border-radius: 10px;
  background-color: hsla(0, 0%, 89%, .3)
}

.feedback-email-icon .react-tooltip {
  font-family: Roobert;
  margin-left: 20%;
  width: 100%
}

.feedback-email-icon svg {
  margin-left: 5px;
  cursor: pointer
}

.referrer-modal {
  margin-top: 30px;
  font-family: Roobert
}

.referrer-modal .modal-content {
  padding: 50px 40px 30px
}

.referrer-modal h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px
}

.referrer-modal .referrer-modal-description {
  color: #ffffff80;
  margin-bottom: 18px
}

.referrer-modal input {
  padding: 10px;
  border-radius: 10px;
  border: 2px solid transparent
}

.referrer-modal input,
.referrer-modal textarea {
  width: 100%;
  font-family: Roobert;
  font-size: 14px;
  color: #fff;
  transition: all .2s;
  resize: vertical;
  margin-top: 5px;
  margin-bottom: 20px
}

.referrer-modal textarea {
  height: 80px;
  padding: 13px 16px 0;
  border-radius: 12px;
  border: 2px solid transparent;
  font-weight: 600;
  min-height: 120px;
  resize: none
}

.referrer-modal label {
  color: #808191;
  font-size: 15px
}

.referrer-modal .image-uploader {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid transparent;
  background-color: #232222;
  font-family: Roobert;
  font-size: 14px;
  font-weight: 600;
  color: #11142d;
  transition: all .2s;
  resize: vertical;
  margin-top: 5px;
  margin-bottom: 12px
}

.referrer-modal .image-uploader-icon {
  font-size: 20px;
  color: #a66cff;
  position: absolute;
  top: -3px;
  right: 0
}

.referrer-modal input::placeholder {
  color: #b1b2b787;
  font-family: Roobert;
  font-weight: 400
}

.referrer-modal textarea::placeholder {
  color: #b1b2b787;
  font-family: Roobert;
  font-weight: 400
}

.referrer-modal input:focus,
.referrer-modal textarea:focus {
  outline: none;
  border-color: #dcdde4
}

.feedback-image-uploader-placeholder {
  color: #b1b2b7;
  font-family: Roobert;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  display: block;
  position: relative
}

.referrer-modal-button {
  margin-top: 10px
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

@media (min-width:1200px) and (max-width:1280px) and (min-height:600px) and (max-height:650px) {
  .videoBg {
    height: 110%
  }
}

@media (min-width:1000px) and (max-width:1100px) and (min-height:550px) and (max-height:650px) {
  .videoBg {
    height: 150%
  }
}

@media screen and (max-width:1200px) {
  .referrer-modal .modal-content {
    width: 40%
  }
}

@media screen and (max-width:800px) {
  .referrer-modal .modal-content {
    width: 60%
  }
}

@media screen and (max-width:550px) {
  .referrer-modal .modal-content {
    width: 85%
  }
}

@media (min-width:1910px) {
  .referrer-modal .modal-content {
    width: 22%
  }
}

.page_main__GlU4n {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-left: 4%;
  padding-right: 4%;
  z-index: 1;
  position: relative
}

.page_container__aoG4z {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 3rem;
  padding-left: 4%;
  padding-bottom: 3%
}

.page_leftColumn__Hcggt {
  display: flex;
  max-width: 37%;
  flex-direction: column;
  gap: 20px
}

.page_heading__ZPgh_ {
  font-weight: 600;
  font-size: 65px;
  color: #fff
}

.page_subheading__0VpgE {
  font-weight: lighter;
  font-size: 24px;
  line-height: 28.8px;
  color: #ffffff80
}

.page_apyContainer__ew57v {
  animation: page_animate-border__UbQn9 1.4s linear infinite
}

.page_apyContainer2__uFTeZ,
.page_apyContainer__ew57v {
  display: flex;
  justify-content: center;
  flex-direction: row;
  border-radius: 40px;
  padding: 1rem 2rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  gap: 10px;
  border: .5px solid hsla(0, 0%, 100%, .2);
  background: linear-gradient(168deg, hsla(0, 0%, 100%, .01) 10.02%, hsla(0, 0%, 100%, .05) 92.56%)
}

.page_apyContainer2__uFTeZ {
  z-index: -1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  align-items: center
}

.page_apyText__jLXYo {
  font-weight: 500;
  color: #fff
}

.page_apyValue__AZREO {
  font-weight: 500;
  color: #a66cff
}

.page_partnershipContainer__1k9xW {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 5rem
}

.page_socialMediaContainer___0du_ {
  display: flex;
  justify-content: center;
  flex-direction: row;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 40px;
  padding: 1rem 2rem;
  gap: 15px;
  border-top: .5px solid hsla(0, 0%, 100%, .2);
  border-right: .5px solid hsla(0, 0%, 100%, .2);
  border-left: .5px solid hsla(0, 0%, 100%, .2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: linear-gradient(342deg, hsla(0, 0%, 100%, .01) 3.63%, hsla(0, 0%, 100%, .02) 54.09%, rgba(166, 108, 255, .05) 71.36%)
}

.page_partnershipDetails__9AeQN {
  margin-top: 2rem;
  padding-left: 1rem;
  display: flex;
  flex-direction: column
}

.page_partnershipLogos__8AYAW {
  margin: 1rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap
}

.page_earlyAccessContainer__5_3FW,
.page_rightColumn__j8an9 {
  display: flex;
  flex-direction: column
}

.page_earlyAccessContainer__5_3FW {
  border: .5px solid hsla(0, 0%, 100%, .2);
  border-left-color: rgba(165, 108, 253, .5);
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 2rem;
  border-radius: 40px;
  background: linear-gradient(231deg, hsla(0, 0%, 100%, .01) 4.25%, hsla(0, 0%, 100%, .02) 72.31%, rgba(166, 108, 255, .05) 95.61%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px)
}

.page_earlyAccessHeading__UH58n {
  font-size: 22px;
  font-weight: 600;
  margin-top: 1.5%;
  color: #fff
}

.page_earlyAccessDescription___w5Qf {
  font-size: 16px;
  font-weight: 400;
  padding: 0 15%;
  color: hsla(0, 0%, 100%, .5);
  text-align: center;
  max-width: 380px
}

.page_otpContainer__KZzcf {
  padding-top: 5%
}

.page_getAccessButton__v6V3s {
  border-radius: 40px;
  background: #a66cff;
  padding: 10px 40px 11px 41px;
  border: none;
  margin-top: .2vh;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 170px;
  min-height: 50px;
  cursor: pointer
}

.page_referral_button__YtbOn {
  margin-top: 10px;
  width: 100%
}

.page_getAccessButtonText__XdOZX {
  font-size: 16px;
  color: #fff;
  font-weight: "semi-bold"
}

.page_backedByContainer__tuT8P {
  border: .5px solid hsla(0, 0%, 100%, .2);
  border-left-color: rgba(165, 108, 253, .5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 5%;
  border-radius: 40px;
  padding-bottom: 5%;
  background: linear-gradient(231deg, hsla(0, 0%, 100%, .01) 4.25%, hsla(0, 0%, 100%, .02) 72.31%, rgba(166, 108, 255, .05) 95.61%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px)
}

.page_backedByHeading___nyBB {
  font-size: 22px;
  font-weight: 500;
  margin: 8% 0;
  color: #fff
}

.page_backedByLogosRow__tEku5 {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 1.5% 0
}

.page_otpContainer__KZzcf input:focus {
  border: none;
  outline: none
}

.page_socialMediaContainerMobile__uzXas {
  display: none
}

.page_navbarContainer__j00EY {
  padding: .5% 1% .5% 4%;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  margin-top: 2%;
  border-radius: 40px;
  border: .5px solid hsla(0, 0%, 100%, .2);
  border-bottom-color: rgba(165, 108, 253, .5);
  background: linear-gradient(231deg, hsla(0, 0%, 100%, .01) 4.25%, hsla(0, 0%, 100%, .02) 72.31%, rgba(166, 108, 255, .05) 95.61%);
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25))
}

.page_logoGroup__MWRdz {
  display: flex;
  flex-direction: row;
  gap: 50px
}

.page_hamburger__ejQjO {
  display: none
}

.page_menu__71kMP {
  display: flex;
  flex-direction: row;
  gap: 20px
}

.page_infoGroup__Ppeoq {
  display: flex;
  flex-direction: row;
  gap: 30px
}

.page_tvlWrapper__7E3CB {
  display: none
}

.page_tvlWrapperNav__CBFVF {
  display: flex
}

.page_navItem__K5ZCd {
  display: block;
  padding: 5px 0
}

.page_imgstyle__0mxr_ {
  width: 90px;
  height: 50px;
  object-fit: contain
}

.page_backedByImg__cO2qU {
  width: 10px !important;
  object-fit: contain
}

.page_tvlDiv__qdPKz {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center
}

@media only screen and (max-width:900px) {
  .page_logoGroup__MWRdz {
    justify-content: space-between;
    width: 100%
  }

  .page_tvlWrapperNav__CBFVF {
    display: none
  }

  .page_hamburger__ejQjO {
    display: flex;
    align-items: center
  }

  .page_menu__71kMP {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    padding: 20px;
    z-index: 10;
    transition: none;
    visibility: hidden;
    opacity: 0
  }

  .page_menuOpen__2E6zm {
    display: flex;
    flex-direction: column;
    border: .5px solid hsla(0, 0%, 100%, .2);
    border-bottom-color: rgba(165, 108, 253, .5);
    border-radius: 30px;
    padding-top: 5rem;
    background: #0e0e0e;
    transform: translateY(-62px);
    visibility: visible;
    opacity: 1;
    transition: opacity .4s, visibility .8s
  }

  .page_navItem__K5ZCd {
    display: block;
    padding: 5px 0
  }

  .page_navbarContainer__j00EY {
    padding: 1.5rem 1rem !important;
    height: 60px;
    background-color: #000;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    position: relative;
    z-index: 10
  }

  .page_tvlWrapper__7E3CB {
    display: block;
    margin-top: 2rem;
    z-index: -1
  }

  .page_partnershipDetails__9AeQN {
    margin-top: 25vh
  }

  .page_main__GlU4n {
    padding: 4% 6% !important
  }

  .page_menuOverlay__vedIm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 9;
    transition: opacity .3s ease
  }
}

@media only screen and (max-width:1023px) {
  .page_container__aoG4z {
    flex-direction: column;
    margin-top: 2rem;
    padding: 0
  }

  .page_main__GlU4n {
    padding: 4% 8%
  }

  .page_leftColumn__Hcggt {
    max-width: 100%
  }

  .page_backedByLogosRow__tEku5 {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 1.5% 0
  }

  .page_mobile-hide__nhUy2 {
    display: none
  }

  .page_mobile-show__SSUQ2 {
    display: block
  }

  .page_socialMediaContainer___0du_ {
    display: none
  }

  .page_socialMediaContainerMobile__uzXas {
    display: flex;
    justify-content: center;
    flex-direction: row;
    max-width: -moz-fit-content;
    max-width: fit-content;
    align-self: center;
    border-radius: 40px;
    padding: 1rem 2rem;
    margin: 2rem;
    gap: 20px;
    border-top: .5px solid hsla(0, 0%, 100%, .2);
    border-right: .5px solid hsla(0, 0%, 100%, .2);
    border-left: .5px solid hsla(0, 0%, 100%, .2);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: linear-gradient(342deg, hsla(0, 0%, 100%, .01) 3.63%, hsla(0, 0%, 100%, .02) 54.09%, rgba(166, 108, 255, .05) 71.36%)
  }

  .page_partnershipContainer__1k9xW {
    margin: 1rem 0 !important
  }

  .page_heading__ZPgh_ {
    font-weight: 600;
    font-size: 40px;
    color: #fff
  }

  .page_subheading__0VpgE {
    font-weight: lighter;
    font-size: 18px;
    line-height: 28.8px;
    color: #ffffff80
  }
}

@media only screen and (max-width:500px) {
  .page_imgstyle__0mxr_ {
    height: 30px !important;
    object-fit: contain
  }

  .page_backedByImg__cO2qU {
    max-width: 10vw;
    display: none
  }

  .page_apyContainer__ew57v {
    margin-top: 1rem;
    margin-bottom: 2rem
  }

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

  .page_mobileHide__JAliv {
    display: none
  }

  .page_apyText__jLXYo {
    font-size: 12px
  }

  .page_apyValue__AZREO,
  .page_getAccessButtonText__XdOZX {
    font-size: 14px
  }
}

@media screen and (max-width:320px) {
  .page_main__GlU4n {
    padding: 4%
  }

  .page_apyText__jLXYo {
    font-size: 10px;
    align-self: center
  }

  .page_apyValue__AZREO {
    font-size: 12px;
    align-self: center !important
  }
}

@media only screen and (max-width:376px) {
  .page_apyContainer2__uFTeZ {
    align-items: center;
    padding: .5rem 1rem !important
  }
}

@media only screen and (max-width:350px) {
  .page_apyContainer2__uFTeZ {
    align-items: center;
    padding: .5rem !important
  }

  .page_tvlDiv__qdPKz {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center
  }
}

@keyframes page_animate-border__UbQn9 {
  0% {
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-top-color: rgba(165, 108, 253, .8)
  }

  25% {
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-right-color: rgba(165, 108, 253, .8)
  }

  50% {
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-bottom-color: rgba(165, 108, 253, .8)
  }

  75% {
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-left-color: rgba(165, 108, 253, .8)
  }

  to {
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-top-color: rgba(165, 108, 253, .8)
  }
}

.page_multipliLogoWrapper__j9ygT {
  color: #fff;
  width: 100px;
  height: 100px;
  position: relative
}

.page_multipliLogoWrapper__j9ygT:after,
.page_multipliLogoWrapper__j9ygT:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  z-index: 2
}

.page_multipliLogoWrapper__j9ygT:before {
  width: 30px;
  height: 30px;
  background-color: #1a084e
}

.page_multipliLogoWrapper__j9ygT:after {
  width: 60px;
  height: 60px;
  background-color: #2f1e5f;
  animation: page_circleSize__4k3JK .8s linear infinite alternate
}

.page_imageContainer__gQbWL {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 40px;
  height: 40px;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center
}

.page_multipliShadowWrapper__PfAAE {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  z-index: 1;
  box-shadow: 10px -20px 20px 15px #823ca6, 14px -10px 17px 10px #aab3d2, -11px -15px 20px 10px #5acee3, 21px 5px 13px 10px #1b7d8f, 3px 2px 20px 10px #f30bf5;
  animation: page_shadowRotate__1Wbxc 1.5s linear infinite;
  transform-origin: center
}

@keyframes page_circleSize__4k3JK {
  0% {
    width: 80px;
    height: 80px
  }

  to {
    width: 100px;
    height: 100px
  }
}

@keyframes page_shadowRotate__1Wbxc {
  0% {
    transform: translate(-50%, -50%) rotate(0deg)
  }

  to {
    transform: translate(-50%, -50%) rotate(1turn)
  }
}

@font-face {
  font-family: __roobert_c9338c;
  src: url("/fonts/e27d2a577b9f70b9.ttf") format("truetype");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: __roobert_c9338c;
  src: url("/fonts/fc2d41e9ae37161a.ttf") format("truetype");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: __roobert_c9338c;
  src: url("/fonts/3a21fbcbf7ceb671.ttf") format("truetype");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: __roobert_c9338c;
  src: format("truetype");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: __roobert_Fallback_c9338c;
  src: local("Arial");
  ascent-override: 98.05%;
  descent-override: 20.08%;
  line-gap-override: 0.00%;
  size-adjust: 101.58%
}

.__className_c9338c {
  font-family: __roobert_c9338c, __roobert_Fallback_c9338c
}

@keyframes slide-in-one-tap {
  from {
    transform: translateY(80px);
  }

  to {
    transform: translateY(0px);
  }
}

.trust-hide-gracefully {
  opacity: 0;
}

.trust-wallet-one-tap .hidden {
  display: none;
}

.trust-wallet-one-tap .semibold {
  font-weight: 500;
}

.trust-wallet-one-tap .binance-plex {
  font-family: 'Binance';
}

.trust-wallet-one-tap .rounded-full {
  border-radius: 50%;
}

.trust-wallet-one-tap .flex {
  display: flex;
}

.trust-wallet-one-tap .flex-col {
  flex-direction: column;
}

.trust-wallet-one-tap .items-center {
  align-items: center;
}

.trust-wallet-one-tap .space-between {
  justify-content: space-between;
}

.trust-wallet-one-tap .justify-center {
  justify-content: center;
}

.trust-wallet-one-tap .w-full {
  width: 100%;
}

.trust-wallet-one-tap .box {
  transition: all 0.5s cubic-bezier(0, 0, 0, 1.43);
  animation: slide-in-one-tap 0.5s cubic-bezier(0, 0, 0, 1.43);
  width: 384px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1020;
}

.trust-wallet-one-tap .header {
  gap: 15px;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 18px;
}

.trust-wallet-one-tap .header .left-items {
  gap: 15px;
}

.trust-wallet-one-tap .header .title {
  color: #1e2329;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.trust-wallet-one-tap .header .subtitle {
  color: #474d57;
  font-size: 14px;
  line-height: 20px;
}

.trust-wallet-one-tap .header .close {
  color: #1e2329;
  cursor: pointer;
}

.trust-wallet-one-tap .body {
  padding: 9px 18px;
  gap: 10px;
}

.trust-wallet-one-tap .body .right-items {
  gap: 10px;
  width: 100%;
}

.trust-wallet-one-tap .body .right-items .wallet-title {
  color: #1e2329;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.trust-wallet-one-tap .body .right-items .wallet-subtitle {
  color: #474d57;
  font-size: 14px;
  line-height: 20px;
}

.trust-wallet-one-tap .connect-indicator {
  gap: 15px;
  padding: 8px 0;
}

.trust-wallet-one-tap .connect-indicator .flow-icon {
  color: #474d57;
}

.trust-wallet-one-tap .loading-color {
  color: #fff;
}

.trust-wallet-one-tap .button {
  border-radius: 50px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  background-color: rgb(5, 0, 255);
  border-color: rgb(229, 231, 235);
  cursor: pointer;
  text-align: center;
  height: 45px;
}

.trust-wallet-one-tap .button .button-text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.trust-wallet-one-tap .footer {
  margin: 20px 30px;
}

.trust-wallet-one-tap .check-icon {
  color: #fff;
}

@font-face {
  font-family: 'Binance';
  src: format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Binance';
  src: format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Binance';
  src: format('opentype');
  font-weight: 600;
  font-style: normal;
}


@keyframes go2264125279 {
  from {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  to {
    transform: scale(1) rotate(45deg);
    opacity: 1;
  }
}

@keyframes go3020080000 {
  from {
    transform: scale(0);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes go463499852 {
  from {
    transform: scale(0) rotate(90deg);
    opacity: 0;
  }

  to {
    transform: scale(1) rotate(90deg);
    opacity: 1;
  }
}

@keyframes go1268368563 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes go1310225428 {
  from {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  to {
    transform: scale(1) rotate(45deg);
    opacity: 1;
  }
}

@keyframes go651618207 {
  0% {
    height: 0;
    width: 0;
    opacity: 0;
  }

  40% {
    height: 0;
    width: 6px;
    opacity: 1;
  }

  100% {
    opacity: 1;
    height: 10px;
  }
}

@keyframes go901347462 {
  from {
    transform: scale(0.6);
    opacity: 0.4;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.go4109123758 {
  z-index: 9999;
}

.go4109123758>* {
  pointer-events: auto;
}

:root {}


/*__SWIPER_HEIGHT_FIX__*/
html .swiper:not(.swiper-vertical):not([class*="full"]):not([class*="vh"]) {
  align-self: start !important;
  height: auto !important;
}

html .swiper:not(.swiper-vertical):not([class*="full"]):not([class*="vh"])>.swiper-wrapper,
html .swiper:not(.swiper-vertical):not([class*="full"]):not([class*="vh"]) .swiper-slide {
  height: auto !important;
}