/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@font-face {
  font-family: Inter;
  src: url(https://app.turbos.finance/inter-regular-a7e791e8.otf);
}
@font-face {
  font-family: InterMedium;
  src: url(https://app.turbos.finance/inter-medium-99dab2bd.otf);
}
@font-face {
  font-family: InterBold;
  src: url(https://app.turbos.finance/inter-bold-1e9dfd6a.otf);
}
:root {
  font-family: InterMedium, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  color-scheme: light dark;
  color: #ffffffde;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
* {
  margin: 0;
  padding: 0;
  color: #fff;
  box-sizing: border-box;
  line-height: 1;
}
html,
body,
#root {
  min-height: 100vh;
  position: relative;
}
body {
  background-image: url(https://app.turbos.finance/background-b8ca104d.svg);
  background-color: #091326;
  background-size: cover;
  background-attachment: fixed;
}
ul,
li,
ol {
  list-style: none;
  color: #fff;
}
a {
  font-weight: 500;
  color: #55a6fc;
  text-decoration: inherit;
  cursor: pointer;
}
a:hover {
  color: #409bfc;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
img[data-icon] {
  height: 1.5rem;
  width: 1.5rem;
}
[data-slot]:empty {
  display: none;
}
html {
  font-size: 16px;
}
@media screen and (max-width: 80rem) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 90rem) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 40rem) {
  body {
    background-image: none;
  }
}
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}
.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translate(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translate(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}
@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left,
  .Toastify__toast-container--top-center,
  .Toastify__toast-container--top-right {
    top: 0;
    transform: translate(0);
  }
  .Toastify__toast-container--bottom-left,
  .Toastify__toast-container--bottom-center,
  .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translate(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px #0000001a, 0 2px 15px #0000000d;
  display: flex;
  justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  z-index: 0;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1;
}
.Toastify__toast-icon {
  margin-inline-end: 10px;
  width: 20px;
  flex-shrink: 0;
  display: flex;
}
.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}
.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}
@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light,
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}
.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}
.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover,
.Toastify__close-button:focus {
  opacity: 1;
}
@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}
.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}
@keyframes Toastify__bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left,
.Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right,
.Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}
.Toastify__bounce-exit--top-left,
.Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right,
.Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}
@keyframes Toastify__zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}
.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}
@keyframes Toastify__flipIn {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}
.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}
@keyframes Toastify__slideInRight {
  0% {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInLeft {
  0% {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInUp {
  0% {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideInDown {
  0% {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes Toastify__slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left,
.Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right,
.Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}
.Toastify__slide-exit--top-left,
.Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right,
.Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}
@keyframes Toastify__spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
._5wZ2-MgSzgA- {
  top: 5rem;
  z-index: 500;
}
.RoE0pd9swhY- {
  border: 0.0625rem solid rgb(120, 120, 120);
  border-radius: 0.625rem;
  background-color: #0000001a;
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
}
.RoE0pd9swhY- * {
  font-size: 0.875rem;
  line-height: 1.4;
}
.RfAUOQWLy4k- {
  position: relative;
  z-index: 1999;
}
.-EEC8aO-Fig- {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 5.5rem;
  padding: 0 2.5rem 0 2rem;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(9, 19, 38, 0.5) 0%,
    rgba(9, 19, 38, 0) 100%
  );
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.JeksowtmPFA- {
  height: 2rem;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.JeksowtmPFA- .QaLAkkZmH28- {
  height: 2rem;
}
.JeksowtmPFA- .seMKYhm3qsM- {
  height: 1.125rem;
}
.e55RoO78GSg- {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  margin-left: 0.25rem;
  margin-top: -1rem;
}
.pC5Jsn2EUk0- {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  flex-direction: row;
}
.pC5Jsn2EUk0- a.N4XeKS3Rnzg- {
  border-radius: 1.25rem;
  background: rgba(246, 151, 20, 0.1);
  display: flex;
  padding: 0.5rem 1rem;
  align-items: center;
  white-space: nowrap;
  margin-left: 0.9375rem;
}
.pC5Jsn2EUk0- a.N4XeKS3Rnzg- span {
  color: #f7e11d;
  font-family: Inter;
  opacity: 1;
}
.pC5Jsn2EUk0- a.N4XeKS3Rnzg- img {
  opacity: 1;
}
.pC5Jsn2EUk0- a.N4XeKS3Rnzg- .QRltlHzjsG0- {
  display: none;
}
.pC5Jsn2EUk0- a.N4XeKS3Rnzg-:hover span {
  background: linear-gradient(
    135deg,
    #2051b7 0%,
    #6adb4e 25%,
    #f6f2c5 37.5%,
    #f7e11d 62.5%,
    #f51506 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.JV1cZtnpN5Q- {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  gap: 1rem;
}
.JV1cZtnpN5Q- .QhtH3vp9lmg- {
  width: 2.5rem;
  height: 2.5rem;
  display: none;
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
}
.JV1cZtnpN5Q- .QhtH3vp9lmg- img {
  width: 1.5rem;
}
.TAL2AmfkzPE- {
  background-color: #03070f33 !important;
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  width: 35% !important;
  min-width: 18.75rem;
  display: none;
  overflow-y: auto;
  z-index: 1010 !important;
}
.TAL2AmfkzPE- .PxzNX8vaJLQ- {
  height: 2rem;
}
.TAL2AmfkzPE- ._0eNreCHbKNg- {
  display: flex;
  flex-direction: column;
}
.TAL2AmfkzPE- ._0eNreCHbKNg- a {
  display: flex;
  color: #fff;
  align-items: center;
  margin-top: 1.75rem;
}
.TAL2AmfkzPE- ._0eNreCHbKNg- a .EX5GJrMH97A- {
  margin-left: 0.5rem;
  color: #ffffff80;
  font-size: 0.625rem;
  border-radius: 0.25rem 0.25rem 0.25rem 0;
  border: 0.0625rem solid rgba(255, 255, 255, 0.5);
  padding: 0.125rem;
}
.TAL2AmfkzPE- ._0eNreCHbKNg- a > img {
  margin-right: 0.75rem;
  opacity: 0.5;
}
.TAL2AmfkzPE- ._0eNreCHbKNg- a > span {
  opacity: 0.5;
}
.TAL2AmfkzPE- ._0eNreCHbKNg- a.RLEaXQPzVtE- {
  background: linear-gradient(
    135deg,
    #2051b7 0%,
    #6adb4e 25%,
    #f6f2c5 37.5%,
    #f7e11d 62.5%,
    #f51506 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: InterBold;
  opacity: 1;
}
.TAL2AmfkzPE- ._0eNreCHbKNg- a.RLEaXQPzVtE- .EX5GJrMH97A- {
  border: 0.0625rem solid rgb(113, 124, 135);
  font-family: Inter;
  background: none;
  -webkit-text-fill-color: rgb(113, 124, 135);
}
.TAL2AmfkzPE- ._0eNreCHbKNg- a.RLEaXQPzVtE- img,
.TAL2AmfkzPE- ._0eNreCHbKNg- a.RLEaXQPzVtE- span,
.TAL2AmfkzPE- ._0eNreCHbKNg- a:hover img,
.TAL2AmfkzPE- ._0eNreCHbKNg- a:hover span {
  opacity: 1;
}
.TAL2AmfkzPE- ._0eNreCHbKNg- a.N4XeKS3Rnzg- {
  border-radius: 1.25rem;
  background: rgba(246, 151, 20, 0.1);
  display: flex;
  padding: 0.375rem 0.5rem;
  align-items: center;
  white-space: nowrap;
  opacity: 1;
}
.TAL2AmfkzPE- ._0eNreCHbKNg- a.N4XeKS3Rnzg- span {
  color: #f7e11d;
  font-family: Inter;
  opacity: 1;
}
.TAL2AmfkzPE- ._0eNreCHbKNg- a.N4XeKS3Rnzg- img {
  opacity: 1;
}
.TAL2AmfkzPE- ._0eNreCHbKNg- a.N4XeKS3Rnzg- .QRltlHzjsG0- {
  display: none;
}
.TAL2AmfkzPE- ._0eNreCHbKNg- a.N4XeKS3Rnzg-:hover span {
  background: linear-gradient(
    135deg,
    #2051b7 0%,
    #6adb4e 25%,
    #f6f2c5 37.5%,
    #f7e11d 62.5%,
    #f51506 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.TAL2AmfkzPE- .bstZPyqOLXk- {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.reUzxraRPYE- {
  border-radius: 0.5rem;
  border: 0.0625rem solid var(--20, rgba(255, 255, 255, 0.2));
  padding: 1rem;
  margin: 2rem 0;
}
.QsAFkalVVno- {
  padding: 1rem 0;
}
.TNREBk6wbO8- {
  display: flex;
  align-items: center;
  justify-content: center;
}
.r2YgfviDOe0- {
  display: flex;
  margin: 0 0.5rem;
}
.r2YgfviDOe0- a {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  border-radius: 1.25rem;
  background: linear-gradient(
    90deg,
    rgba(32, 81, 183, 0.4) 0%,
    rgba(106, 219, 78, 0.4) 25%,
    rgba(246, 242, 197, 0.4) 37.5%,
    rgba(247, 225, 29, 0.4) 62.5%,
    rgba(245, 21, 6, 0.4) 100%
  );
  font-family: InterBold;
  color: #fff;
  position: relative;
  padding: 0 1rem 0 3rem;
}
.r2YgfviDOe0- a img {
  position: absolute;
  left: 0;
  top: 0;
}
.r2YgfviDOe0- a span {
  font-family: Inter;
  margin-left: 0.5rem;
  border-radius: 0.375rem;
  border: 0.0625rem solid #fff;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
}
@media screen and (max-width: 60rem) {
  .-EEC8aO-Fig- {
    height: 4.875rem;
  }
  .JV1cZtnpN5Q- {
    flex: 0 0 auto;
    gap: 0.5rem;
  }
  .JV1cZtnpN5Q- .QhtH3vp9lmg- {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .JeksowtmPFA- {
    flex: 0 0 auto;
  }
  .JeksowtmPFA- .seMKYhm3qsM- {
    display: none;
  }
  .TNREBk6wbO8- {
    display: block;
  }
  .pC5Jsn2EUk0- {
    display: none;
  }
  .TAL2AmfkzPE- {
    display: block;
    z-index: 1010;
  }
  .-EEC8aO-Fig- {
    padding: 0 1rem;
    gap: 1rem;
  }
}
@media screen and (max-width: 40rem) {
  .q-Ek5a1SkC8- {
    display: none;
  }
}
.y4O7P4erhH4- {
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(0, 0, 0, 0.1);
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  cursor: pointer;
}
.y4O7P4erhH4- > img {
  height: 1.5rem;
  opacity: 0.5;
}
.y4O7P4erhH4-:hover {
  border-color: #ffffff80;
}
.y4O7P4erhH4-:hover > img {
  opacity: 1;
}
.bW5vJQ1LctQ- {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.bW5vJQ1LctQ- a {
  opacity: 0.5;
  display: inline-block;
  margin: 0 0.625rem;
}
.bW5vJQ1LctQ- a img {
  display: block;
  height: 1.5rem;
}
.bW5vJQ1LctQ- a:hover {
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .y4O7P4erhH4- {
    display: none;
  }
}
.rc-tooltip.rc-tooltip-zoom-appear,
.rc-tooltip.rc-tooltip-zoom-enter {
  opacity: 0;
}
.rc-tooltip.rc-tooltip-zoom-enter,
.rc-tooltip.rc-tooltip-zoom-leave {
  display: block;
}
.rc-tooltip-zoom-enter,
.rc-tooltip-zoom-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.rc-tooltip-zoom-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active,
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
  animation-name: rcToolTipZoomIn;
  animation-play-state: running;
}
.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  animation-name: rcToolTipZoomOut;
  animation-play-state: running;
}
@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1);
  }
}
@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0);
  }
}
.rc-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.9;
}
.rc-tooltip-hidden {
  display: none;
}
.rc-tooltip-placement-top,
.rc-tooltip-placement-topLeft,
.rc-tooltip-placement-topRight {
  padding: 5px 0 9px;
}
.rc-tooltip-placement-right,
.rc-tooltip-placement-rightTop,
.rc-tooltip-placement-rightBottom {
  padding: 0 5px 0 9px;
}
.rc-tooltip-placement-bottom,
.rc-tooltip-placement-bottomLeft,
.rc-tooltip-placement-bottomRight {
  padding: 9px 0 5px;
}
.rc-tooltip-placement-left,
.rc-tooltip-placement-leftTop,
.rc-tooltip-placement-leftBottom {
  padding: 0 9px 0 5px;
}
.rc-tooltip-inner {
  padding: 8px 10px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: #373737;
  border-radius: 6px;
  box-shadow: 0 0 4px #0000002b;
  min-height: 34px;
}
.rc-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-tooltip-placement-top .rc-tooltip-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  bottom: 4px;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #373737;
}
.rc-tooltip-placement-top .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  right: 15%;
}
.rc-tooltip-placement-right .rc-tooltip-arrow,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  left: 4px;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #373737;
}
.rc-tooltip-placement-right .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-left .rc-tooltip-arrow,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  right: 4px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #373737;
}
.rc-tooltip-placement-left .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  top: 4px;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #373737;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  right: 15%;
}
.rc-tooltip {
  opacity: 1;
  line-height: 1;
}
.rc-tooltip-content {
  border-radius: 0.5rem;
  max-width: 28.125rem;
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
  background: rgba(255, 255, 255, 0.05);
}
.rc-tooltip-inner {
  padding: 1.25rem;
  font-size: 0.875rem;
  border-radius: 0.5rem;
  background: none;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  border-width: 0 0.5625rem 0.5625rem;
  border-bottom-color: #ffffff0d;
}
.rc-tooltip-placement-right .rc-tooltip-arrow,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  border-width: 0.5625rem 0.5625rem 0.5625rem 0;
  border-right-color: #ffffff0d;
}
.rc-tooltip-placement-left .rc-tooltip-arrow,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  border-width: 0.5625rem 0 0.5625rem 0.5625rem;
  border-left-color: #ffffff0d;
}
.rc-tooltip-placement-top .rc-tooltip-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  border-width: 0.5625rem 0.5625rem 0;
  border-top-color: #ffffff0d;
}
.tirYRGW7TmQ- * {
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.KDeQgH2-XTM- .rc-tooltip-content {
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
}
.jx8sK88PLpE- {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.jx8sK88PLpE- a {
  opacity: 0.5;
  display: inline-block;
  margin: 0 0.625rem;
}
.jx8sK88PLpE- a img {
  display: block;
  height: 1.5rem;
}
.jx8sK88PLpE- a:hover {
  opacity: 1;
}
.Qi7B6-XgYsk- {
  background: rgba(0, 0, 0, 0.1);
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0 0.75rem;
  opacity: 0.8;
  cursor: pointer;
}
.Qi7B6-XgYsk- > span {
  font-family: Inter;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #fff;
  white-space: nowrap;
}
.Qi7B6-XgYsk- img.rM3KjFCriwQ- {
  width: 1.5rem;
}
.Qi7B6-XgYsk-:hover {
  opacity: 1;
  border-color: #ffffff80;
}
@media screen and (max-width: 40rem) {
  .szHyzQQMDv0- {
    padding: 0 0.5rem;
    gap: 0.5rem;
  }
}
.szHyzQQMDv0- img.HU-dwFTARiE- {
  transition: all 0.2s linear;
  height: 1.5rem;
  width: 1.5rem;
}
.szHyzQQMDv0-.-LL52LrgLAs- img.HU-dwFTARiE- {
  transform: rotate(180deg);
}
@media screen and (max-width: 30rem) {
  .szHyzQQMDv0- span {
    display: none;
  }
}
@font-face {
  font-family: anticon;
  src: url(//at.alicdn.com/t/font_1434092639_4910953.eot);
  src: url(//at.alicdn.com/t/font_1434092639_4910953.eot?#iefix)
      format("embedded-opentype"),
    url(//at.alicdn.com/t/font_1434092639_4910953.woff) format("woff"),
    url(//at.alicdn.com/t/font_1434092639_4910953.ttf) format("truetype"),
    url(//at.alicdn.com/t/font_1434092639_4910953.svg#iconfont) format("svg");
}
.rc-dropdown {
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: 1070;
  display: block;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.rc-dropdown-hidden {
  display: none;
}
.rc-dropdown .rc-menu {
  outline: none;
  position: relative;
  list-style-type: none;
  padding: 0;
  margin: 2px 0;
  text-align: left;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 5px #ccc;
  background-clip: padding-box;
  border: 1px solid #ccc;
}
.rc-dropdown .rc-menu > li {
  margin: 0;
  padding: 0;
}
.rc-dropdown .rc-menu:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.01);
}
.rc-dropdown .rc-menu > .rc-dropdown .rc-menu-item {
  position: relative;
  display: block;
  padding: 7px 10px;
  clear: both;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  white-space: nowrap;
}
.rc-dropdown .rc-menu > .rc-dropdown .rc-menu-item:hover,
.rc-dropdown .rc-menu > .rc-dropdown .rc-menu-item-active,
.rc-dropdown .rc-menu > .rc-dropdown .rc-menu-item-selected {
  background-color: #ebfaff;
}
.rc-dropdown .rc-menu > .rc-dropdown .rc-menu-item-selected {
  position: relative;
}
.rc-dropdown .rc-menu > .rc-dropdown .rc-menu-item-selected:after {
  content: "î˜“";
  font-family: anticon;
  font-weight: 700;
  position: absolute;
  top: 6px;
  right: 16px;
  color: #3cb8f0;
}
.rc-dropdown .rc-menu > .rc-dropdown .rc-menu-item-disabled {
  color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
}
.rc-dropdown .rc-menu > .rc-dropdown .rc-menu-item-disabled:hover {
  color: #ccc;
  background-color: #fff;
  cursor: not-allowed;
}
.rc-dropdown .rc-menu > .rc-dropdown .rc-menu-item:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.rc-dropdown .rc-menu > .rc-dropdown .rc-menu-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.rc-dropdown .rc-menu > .rc-dropdown .rc-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  line-height: 0;
}
.rc-dropdown-slide-up-enter,
.rc-dropdown-slide-up-appear {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  transform-origin: 0 0;
  display: block !important;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-play-state: paused;
}
.rc-dropdown-slide-up-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  transform-origin: 0 0;
  display: block !important;
  opacity: 1;
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-play-state: paused;
}
.rc-dropdown-slide-up-enter.rc-dropdown-slide-up-enter-active.rc-dropdown-placement-bottomLeft,
.rc-dropdown-slide-up-appear.rc-dropdown-slide-up-appear-active.rc-dropdown-placement-bottomLeft,
.rc-dropdown-slide-up-enter.rc-dropdown-slide-up-enter-active.rc-dropdown-placement-bottomCenter,
.rc-dropdown-slide-up-appear.rc-dropdown-slide-up-appear-active.rc-dropdown-placement-bottomCenter,
.rc-dropdown-slide-up-enter.rc-dropdown-slide-up-enter-active.rc-dropdown-placement-bottomRight,
.rc-dropdown-slide-up-appear.rc-dropdown-slide-up-appear-active.rc-dropdown-placement-bottomRight {
  animation-name: rcDropdownSlideUpIn;
  animation-play-state: running;
}
.rc-dropdown-slide-up-enter.rc-dropdown-slide-up-enter-active.rc-dropdown-placement-topLeft,
.rc-dropdown-slide-up-appear.rc-dropdown-slide-up-appear-active.rc-dropdown-placement-topLeft,
.rc-dropdown-slide-up-enter.rc-dropdown-slide-up-enter-active.rc-dropdown-placement-topCenter,
.rc-dropdown-slide-up-appear.rc-dropdown-slide-up-appear-active.rc-dropdown-placement-topCenter,
.rc-dropdown-slide-up-enter.rc-dropdown-slide-up-enter-active.rc-dropdown-placement-topRight,
.rc-dropdown-slide-up-appear.rc-dropdown-slide-up-appear-active.rc-dropdown-placement-topRight {
  animation-name: rcDropdownSlideDownIn;
  animation-play-state: running;
}
.rc-dropdown-slide-up-leave.rc-dropdown-slide-up-leave-active.rc-dropdown-placement-bottomLeft,
.rc-dropdown-slide-up-leave.rc-dropdown-slide-up-leave-active.rc-dropdown-placement-bottomCenter,
.rc-dropdown-slide-up-leave.rc-dropdown-slide-up-leave-active.rc-dropdown-placement-bottomRight {
  animation-name: rcDropdownSlideUpOut;
  animation-play-state: running;
}
.rc-dropdown-slide-up-leave.rc-dropdown-slide-up-leave-active.rc-dropdown-placement-topLeft,
.rc-dropdown-slide-up-leave.rc-dropdown-slide-up-leave-active.rc-dropdown-placement-topCenter,
.rc-dropdown-slide-up-leave.rc-dropdown-slide-up-leave-active.rc-dropdown-placement-topRight {
  animation-name: rcDropdownSlideDownOut;
  animation-play-state: running;
}
@keyframes rcDropdownSlideUpIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
}
@keyframes rcDropdownSlideUpOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
  to {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0);
  }
}
@keyframes rcDropdownSlideDownIn {
  0% {
    opacity: 0;
    transform-origin: 0% 100%;
    transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform-origin: 0% 100%;
    transform: scaleY(1);
  }
}
@keyframes rcDropdownSlideDownOut {
  0% {
    opacity: 1;
    transform-origin: 0% 100%;
    transform: scaleY(1);
  }
  to {
    opacity: 0;
    transform-origin: 0% 100%;
    transform: scaleY(0);
  }
}
.rc-dropdown-arrow {
  position: absolute;
  border-width: 8px / 2;
  border-color: transparent;
  box-shadow: 0 1px 5px #ccc;
  border-style: solid;
  transform: rotate(45deg);
}
.rc-dropdown-show-arrow.rc-dropdown-placement-top,
.rc-dropdown-show-arrow.rc-dropdown-placement-topLeft,
.rc-dropdown-show-arrow.rc-dropdown-placement-topRight {
  padding-bottom: 6px;
}
.rc-dropdown-show-arrow.rc-dropdown-placement-bottom,
.rc-dropdown-show-arrow.rc-dropdown-placement-bottomLeft,
.rc-dropdown-show-arrow.rc-dropdown-placement-bottomRight {
  padding-top: 6px;
}
.rc-dropdown-placement-top .rc-dropdown-arrow,
.rc-dropdown-placement-topLeft .rc-dropdown-arrow,
.rc-dropdown-placement-topRight .rc-dropdown-arrow {
  bottom: 4px;
  border-top-color: #fff;
}
.rc-dropdown-placement-top .rc-dropdown-arrow {
  left: 50%;
}
.rc-dropdown-placement-topLeft .rc-dropdown-arrow {
  left: 15%;
}
.rc-dropdown-placement-topRight .rc-dropdown-arrow {
  right: 15%;
}
.rc-dropdown-placement-bottom .rc-dropdown-arrow,
.rc-dropdown-placement-bottomLeft .rc-dropdown-arrow,
.rc-dropdown-placement-bottomRight .rc-dropdown-arrow {
  top: 4px;
  border-bottom-color: #fff;
}
.rc-dropdown-placement-bottom .rc-dropdown-arrow {
  left: 50%;
}
.rc-dropdown-placement-bottomLeft .rc-dropdown-arrow {
  left: 15%;
}
.rc-dropdown-placement-bottomRight .rc-dropdown-arrow {
  right: 15%;
}
._5d9fNExhkLw- {
  background: rgba(0, 0, 0, 0.2);
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
  overflow: hidden;
  border-radius: 0.5rem;
  font-size: 1rem;
}
._5d9fNExhkLw- ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
._5d9fNExhkLw- li {
  height: 2.5rem;
  padding-left: 1.25rem;
  display: flex;
  align-items: center;
  opacity: 0.5;
  cursor: pointer;
}
._5d9fNExhkLw- li:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}
._5d9fNExhkLw- li img {
  height: 1.5rem;
}
._5d9fNExhkLw- li span {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 0.875rem;
  color: #fff;
}
.kizPrfJNEMk- {
  background: linear-gradient(
    135deg,
    rgba(32, 81, 183, 0.4),
    rgba(106, 219, 78, 0.4),
    rgba(246, 242, 197, 0.4),
    rgba(247, 225, 29, 0.4),
    rgba(245, 21, 6, 0.4)
  );
  min-width: 16.875rem;
}
.kizPrfJNEMk- .vgBEPCxKwwQ- {
  opacity: 0.8;
  cursor: pointer;
}
.kizPrfJNEMk- .vgBEPCxKwwQ-:hover {
  opacity: 1;
}
.kizPrfJNEMk- ul {
  overflow: hidden;
  padding: 0.625rem 0;
}
.kizPrfJNEMk- ul li {
  padding: 0;
  display: flex;
  align-items: center;
  height: auto;
  opacity: 0.8;
}
.kizPrfJNEMk- ul li:last-child span {
  color: #f51506;
}
.kizPrfJNEMk- ul li img {
  padding-left: 1.5rem;
}
.kizPrfJNEMk- ul li span {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  line-height: 1.5rem;
  font-weight: 500;
  flex: 1;
}
.kizPrfJNEMk- ul li a {
  display: flex;
  align-items: center;
  flex: 1;
}
.kizPrfJNEMk- .Wb6nBzdun0c- {
  padding: 1.25rem 0;
  margin: 0 1.5rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
}
.fw2wy0nhH9E- {
  padding: 1.5rem 0;
}
.fw2wy0nhH9E- .TQFcplcMyhA- {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  color: #ffffff80;
  padding: 0 1.5rem;
}
.fw2wy0nhH9E- .Gtx5gASMngA- {
  margin-top: 1rem;
}
.fw2wy0nhH9E- .Gtx5gASMngA- > div {
  padding: 1rem 1.5rem;
  cursor: pointer;
}
.fw2wy0nhH9E- .Gtx5gASMngA- > div img.kmyRGP6d5tg- {
  transform: rotate(90deg);
  filter: invert(62%) sepia(10%) saturate(10%) hue-rotate(84deg) brightness(85%)
    contrast(84%);
}
.fw2wy0nhH9E- .Gtx5gASMngA- > div:hover {
  background-color: #ffffff0f;
}
.fw2wy0nhH9E- .Gtx5gASMngA- > div:hover img.kmyRGP6d5tg- {
  filter: none;
}
.Wb6nBzdun0c- {
  display: flex;
  align-items: center;
}
.Wb6nBzdun0c- ._8gmBDHhzQfE- {
  width: 2.5rem;
  margin-right: 1rem;
  border-radius: 50%;
}
.Wb6nBzdun0c- .yqyIqrjYaEI- {
  flex: 1;
}
.Wb6nBzdun0c- .yqyIqrjYaEI- p + p {
  color: #ffffff80;
  margin-top: 0.5rem;
}
.mw-RXFzdrvU- {
  background: rgba(0, 0, 0, 0.1);
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0 0.75rem;
  opacity: 0.8;
  cursor: pointer;
}
.mw-RXFzdrvU- > span {
  font-family: Inter;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #fff;
  white-space: nowrap;
}
.mw-RXFzdrvU- img.ncfdawT2MYA- {
  width: 1.5rem;
}
.mw-RXFzdrvU-:hover {
  opacity: 1;
  border-color: #ffffff80;
}
@media screen and (max-width: 40rem) {
  .R9HmHuXjX70- {
    padding: 0 0.5rem;
    gap: 0.5rem;
  }
}
.rc-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.rc-dialog-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.rc-dialog-title {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}
.rc-dialog-content {
  position: relative;
  background-color: #fff;
  border: none;
  border-radius: 6px;
  background-clip: padding-box;
}
.rc-dialog-close {
  cursor: pointer;
  border: 0;
  background: transparent;
  font-size: 21px;
  position: absolute;
  right: 20px;
  top: 12px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  text-decoration: none;
}
.rc-dialog-close:disabled {
  pointer-events: none;
}
.rc-dialog-close-x:after {
  content: "Ã—";
}
.rc-dialog-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
.rc-dialog-header {
  padding: 13px 20px 14px;
  border-radius: 5px 5px 0 0;
  background: #fff;
  color: #666;
  border-bottom: 1px solid #e9e9e9;
}
.rc-dialog-body {
  padding: 20px;
}
.rc-dialog-footer {
  border-top: 1px solid #e9e9e9;
  padding: 10px 20px;
  text-align: right;
  border-radius: 0 0 5px 5px;
}
.rc-dialog-zoom-enter,
.rc-dialog-zoom-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-play-state: paused;
}
.rc-dialog-zoom-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-play-state: paused;
}
.rc-dialog-zoom-enter.rc-dialog-zoom-enter-active,
.rc-dialog-zoom-appear.rc-dialog-zoom-appear-active {
  animation-name: rcDialogZoomIn;
  animation-play-state: running;
}
.rc-dialog-zoom-leave.rc-dialog-zoom-leave-active {
  animation-name: rcDialogZoomOut;
  animation-play-state: running;
}
@keyframes rcDialogZoomIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes rcDialogZoomOut {
  0% {
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0);
  }
}
@media (min-width: 768px) {
  .rc-dialog {
    width: 600px;
    margin: 30px auto;
  }
}
.rc-dialog-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #373737;
  background-color: #37373799;
  height: 100%;
  filter: alpha(opacity=50);
  z-index: 1050;
}
.rc-dialog-mask-hidden {
  display: none;
}
.rc-dialog-fade-enter,
.rc-dialog-fade-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.rc-dialog-fade-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.rc-dialog-fade-enter.rc-dialog-fade-enter-active,
.rc-dialog-fade-appear.rc-dialog-fade-appear-active {
  animation-name: rcDialogFadeIn;
  animation-play-state: running;
}
.rc-dialog-fade-leave.rc-dialog-fade-leave-active {
  animation-name: rcDialogFadeOut;
  animation-play-state: running;
}
@keyframes rcDialogFadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes rcDialogFadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.rc-dialog-mask {
  background: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
}
.m8m-HlWQDQI- {
  overflow: hidden;
  border-radius: 1.75rem;
  color: #fff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.05)
  );
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
  padding: 2rem 0;
  max-width: 80%;
}
.m8m-HlWQDQI- .rc-dialog-close {
  top: -0.0625rem;
  opacity: 1;
}
.m8m-HlWQDQI- .rc-dialog-header {
  background-color: transparent;
  border: none;
  padding: 0 2rem 1.75rem;
}
.m8m-HlWQDQI- .rc-dialog-header .rc-dialog-title {
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.m8m-HlWQDQI- .rc-dialog-content {
  background-color: transparent;
  padding: 0;
}
.m8m-HlWQDQI- .rc-dialog-content .rc-dialog-body {
  padding: 0.3125rem 0;
}
@media screen and (max-width: 60rem) {
  .m8m-HlWQDQI- {
    width: calc(100% - 1.25rem) !important;
    max-width: 100%;
  }
}
.G6HkKTqtegQ- {
  border-radius: 50%;
}
._9KaTfT-CftI- .eEshpXV5ClY- {
  padding: 0 1.5rem;
}
._9KaTfT-CftI- .NBaem-foLFo- ._9N22UL2eyE4- {
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
  text-align: center;
  display: flex;
  align-items: center;
}
._9KaTfT-CftI- .NBaem-foLFo- ._9N22UL2eyE4-:before {
  content: "";
  width: 100%;
  height: 0.0625rem;
  flex: 1;
  background-color: #fff3;
  margin-right: 1.5rem;
}
._9KaTfT-CftI- .NBaem-foLFo- ._9N22UL2eyE4-:after {
  content: "";
  width: 100%;
  height: 0.0625rem;
  flex: 1;
  background-color: #fff3;
  margin-left: 1.5rem;
}
._9KaTfT-CftI- .NBaem-foLFo- ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  grid-gap: 1.5rem;
  flex: 1;
}
._9KaTfT-CftI- .NBaem-foLFo- ul li {
  cursor: pointer;
  background-color: #ffffff0d;
  border-radius: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  height: 7.625rem;
  position: relative;
}
._9KaTfT-CftI- .NBaem-foLFo- ul li p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
._9KaTfT-CftI- .NBaem-foLFo- ul li img {
  height: 2.5rem;
  width: 2.5rem;
  margin-bottom: 1rem;
}
._9KaTfT-CftI- .NBaem-foLFo- ul li:hover {
  background-color: #ffffff1a;
}
._9KaTfT-CftI- .ux0e86XimcA- ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
._9KaTfT-CftI- .ux0e86XimcA- ul li {
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  height: 3.75rem;
  width: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1.875rem 1.875rem;
}
._9KaTfT-CftI- .ux0e86XimcA- ul li p {
  align-items: center;
  font-size: 1.125rem;
  text-align: center;
}
._9KaTfT-CftI- .ux0e86XimcA- ul li img {
  height: 1.75rem;
  border-radius: 0;
}
._9KaTfT-CftI- .ux0e86XimcA- ul li:hover {
  background-color: #fffc;
}
@media screen and (max-width: 60rem) {
  ._9KaTfT-CftI- .NBaem-foLFo- ul {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
  }
}
.pQGDxcEH-C8- {
  position: relative;
}
.MXEMoxkdtjg- {
  border-radius: 1.5rem;
  background: #70b4f2;
  height: 2.5rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  color: #000;
  white-space: nowrap;
  cursor: pointer;
}
.MXEMoxkdtjg-:hover {
  color: #000;
}
.MXEMoxkdtjg- img {
  margin: 0 0.5rem;
}
.N5ke6ZM3p8Y- {
  width: 13.875rem;
  padding: 1.375rem 1rem 1rem;
  box-sizing: border-box;
  height: 8.625rem;
  top: 2.75rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  background: url(https://app.turbos.finance/bg-52dbc01c.svg) no-repeat center top;
  background-size: 100% 100%;
  overflow: hidden;
}
.N5ke6ZM3p8Y- .WxWvTtWbRwc- {
  display: flex;
  justify-content: space-between;
}
.N5ke6ZM3p8Y- .WxWvTtWbRwc- .me9Av8tJkqE- {
  text-align: center;
}
.N5ke6ZM3p8Y- .WxWvTtWbRwc- .me9Av8tJkqE- > div {
  font-size: 0.75rem;
  color: #ffffff80;
}
.N5ke6ZM3p8Y- .WxWvTtWbRwc- .me9Av8tJkqE- img {
  height: 2rem;
  width: 2rem;
  margin-bottom: 0.5rem;
}
.N5ke6ZM3p8Y- .WxWvTtWbRwc- .iUR4lo5dclY- {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
}
.N5ke6ZM3p8Y- .cxqXT-WCoaQ- {
  padding-top: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.WDsEtgQ5G1M- .ant-drawer-content-wrapper {
  box-shadow: none;
}
.WDsEtgQ5G1M- .ant-drawer-body {
  padding: 1rem;
}
.XAu0prZWow4- {
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(0, 0, 0, 0.1);
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  cursor: pointer;
}
.XAu0prZWow4- > img {
  height: 1.5rem;
  opacity: 0.5;
}
.XAu0prZWow4-:hover {
  border-color: #ffffff80;
}
.XAu0prZWow4-:hover > img {
  opacity: 1;
}
._3upBAgmsIHE- {
  width: 16.875rem;
}
._3upBAgmsIHE- .L1ogk3U-t1I- {
  font-size: 1.125rem;
}
._3upBAgmsIHE- .PB4JSRFoUJQ- {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
  margin: 1.25rem 0;
}
._3upBAgmsIHE- .VUHIqbMfQw8- {
  font-size: 1rem;
  display: flex;
  align-items: center;
  color: #ffffff80;
}
._3upBAgmsIHE- .VUHIqbMfQw8- img {
  margin-right: 0.625rem;
}
._3upBAgmsIHE- .QPHbE2zHdqc- {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}
._3upBAgmsIHE- .QPHbE2zHdqc- img {
  transform: rotate(-90deg);
  opacity: 0.5;
  transition: opacity 0.2s;
}
._3upBAgmsIHE- .QPHbE2zHdqc-:hover img {
  opacity: 1;
}
._3upBAgmsIHE- .c8irWc5m5Q0- {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #ffffff80;
}
._3upBAgmsIHE- .c8irWc5m5Q0- .u3379zzmUds- {
  opacity: 0.5;
  margin-right: 0.625rem;
  cursor: pointer;
}
._3upBAgmsIHE- .c8irWc5m5Q0- .u3379zzmUds-:hover {
  opacity: 1;
}
._3upBAgmsIHE- .G8wBME-96xg- {
  margin-top: -0.625rem;
}
._3upBAgmsIHE- .G8wBME-96xg- li {
  line-height: 2.125rem;
  font-size: 1rem;
  cursor: pointer;
  color: #ffffff80;
}
._3upBAgmsIHE- .G8wBME-96xg- li.-hnB7iPJOY4- {
  background-color: #0003;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .XAu0prZWow4- {
    display: none;
  }
}
.i-RjfCGdnWo- {
  font-size: 1rem;
  display: flex;
  align-items: center;
  color: #ffffff80;
}
.i-RjfCGdnWo- img {
  margin-right: 0.625rem;
}
.RQy7hh3Co9A- {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
}
.RQy7hh3Co9A- img {
  transform: rotate(-90deg);
  opacity: 0.5;
  transition: opacity 0.2s;
}
.RQy7hh3Co9A-:hover img {
  opacity: 1;
}
.uXW-bBq-17o- {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #ffffff80;
}
.uXW-bBq-17o- .yN8QfLEASZc- {
  opacity: 0.5;
  margin-right: 0.625rem;
  cursor: pointer;
}
.uXW-bBq-17o- .yN8QfLEASZc-:hover {
  opacity: 1;
}
.bcbG5-35p9A- {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
  margin: 1.25rem 0;
}
._3Ls4AU3N8EA- {
  margin-top: -0.625rem;
}
._3Ls4AU3N8EA- li {
  line-height: 2.125rem;
  font-size: 1rem;
  cursor: pointer;
  color: #ffffff80;
}
._3Ls4AU3N8EA- li.VMdn3hLA-WA- {
  background-color: #0003;
  color: #fff;
}
.IHH5B-h9G8k- {
  font-size: 1rem;
  display: flex;
  align-items: center;
  color: #ffffff80;
}
.IHH5B-h9G8k- img {
  margin-right: 0.625rem;
}
.-ckCeJ4-wEI- {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  text-transform: capitalize;
}
.-ckCeJ4-wEI- img {
  transform: rotate(-90deg);
  opacity: 0.5;
  transition: opacity 0.2s;
}
.-ckCeJ4-wEI-:hover img {
  opacity: 1;
}
.sV3BAdu0cAg- {
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #ffffff80;
}
.sV3BAdu0cAg- .l5DrRfhwyXo- {
  opacity: 0.5;
  margin-right: 0.625rem;
  cursor: pointer;
}
.sV3BAdu0cAg- .l5DrRfhwyXo-:hover {
  opacity: 1;
}
._5aKP9uKuNRI- {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
  margin: 1.25rem 0;
}
.wSoOFtpzXqA- {
  margin-top: -0.625rem;
}
.wSoOFtpzXqA- li {
  line-height: 2.5rem;
  font-size: 1rem;
  cursor: pointer;
  color: #ffffff80;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
.wSoOFtpzXqA- li img {
  margin-right: 0.5rem;
}
.AFbknNDfe2E- {
  padding: 0.5rem;
  height: 3rem;
  box-sizing: border-box;
  border-radius: 0.5rem;
  border: 0.0625rem solid var(--20, rgba(255, 255, 255, 0.2));
  background: var(--10, rgba(0, 0, 0, 0.1));
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.AFbknNDfe2E- input {
  flex: 1;
  border: 0 none;
  background: transparent;
  height: 100%;
  width: 100%;
  outline: none;
}
.AFbknNDfe2E- button {
  border: 0 none;
  border-radius: 0.5rem;
  background: var(--10, rgba(255, 255, 255, 0.1));
  padding: 0 1rem;
  height: 1.875rem;
  line-height: 1.875rem;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.875rem;
  cursor: pointer;
}
.AFbknNDfe2E- button:disabled {
  opacity: 0.5;
  cursor: default;
}
.-TCaD3UJfJE- {
  padding: 0 0.9375rem;
}
.-TCaD3UJfJE- a,
.-TCaD3UJfJE- .GusIc-pLQ2o- {
  text-align: center;
  font-size: 1rem;
  line-height: 1rem;
  color: #fff;
  font-family: Inter;
  text-decoration: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.-TCaD3UJfJE- a .ZfvggLR6zso-,
.-TCaD3UJfJE- .GusIc-pLQ2o- .ZfvggLR6zso- {
  margin-left: 0.5rem;
  color: #fff;
  font-size: 0.625rem;
  border-radius: 0.25rem 0.25rem 0.25rem 0;
  border: 0.0625rem solid rgb(255, 255, 255);
  padding: 0.125rem;
}
.-TCaD3UJfJE- a span,
.-TCaD3UJfJE- .GusIc-pLQ2o- span {
  opacity: 0.5;
}
.-TCaD3UJfJE- a img,
.-TCaD3UJfJE- .GusIc-pLQ2o- img {
  margin-right: 0.75rem;
  opacity: 0.5;
}
.-TCaD3UJfJE- a .h8-ph7sOurg-,
.-TCaD3UJfJE- .GusIc-pLQ2o- .h8-ph7sOurg- {
  margin-right: 0;
  margin-left: 0.5rem;
}
.-TCaD3UJfJE- a:hover img,
.-TCaD3UJfJE- .GusIc-pLQ2o-:hover img,
.-TCaD3UJfJE- a:hover span,
.-TCaD3UJfJE- .GusIc-pLQ2o-:hover span {
  opacity: 1;
}
.-TCaD3UJfJE- a:hover .ZfvggLR6zso-,
.-TCaD3UJfJE- .GusIc-pLQ2o-:hover .ZfvggLR6zso- {
  color: #ffffff80;
  border: 0.0625rem solid rgba(255, 255, 255, 0.5);
}
.-TCaD3UJfJE- a.d-FjthZUZrQ-,
.-TCaD3UJfJE- .d-FjthZUZrQ-.GusIc-pLQ2o- {
  background: linear-gradient(
    135deg,
    #2051b7 0%,
    #6adb4e 25%,
    #f6f2c5 37.5%,
    #f7e11d 62.5%,
    #f51506 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: InterBold;
}
.-TCaD3UJfJE- a.d-FjthZUZrQ- img,
.-TCaD3UJfJE- .d-FjthZUZrQ-.GusIc-pLQ2o- img,
.-TCaD3UJfJE- a.d-FjthZUZrQ- span,
.-TCaD3UJfJE- .d-FjthZUZrQ-.GusIc-pLQ2o- span {
  opacity: 1;
}
.-TCaD3UJfJE- a.d-FjthZUZrQ- .ZfvggLR6zso-,
.-TCaD3UJfJE- .d-FjthZUZrQ-.GusIc-pLQ2o- .ZfvggLR6zso- {
  border: 0.0625rem solid rgb(113, 124, 135);
  font-family: Inter;
  background: none;
  -webkit-text-fill-color: rgb(113, 124, 135);
}
.-TCaD3UJfJE- .GusIc-pLQ2o- {
  cursor: pointer;
}
.-TCaD3UJfJE- .GusIc-pLQ2o-:hover img,
.-TCaD3UJfJE- .GusIc-pLQ2o-:hover span {
  opacity: 1;
}
.-TCaD3UJfJE- .GusIc-pLQ2o-:hover .ZfvggLR6zso- {
  color: #ffffff80;
  border: 0.0625rem solid rgba(255, 255, 255, 0.5);
}
.-TCaD3UJfJE- .GusIc-pLQ2o-.d-FjthZUZrQ- {
  background: linear-gradient(
    135deg,
    #2051b7 0%,
    #6adb4e 25%,
    #f6f2c5 37.5%,
    #f7e11d 62.5%,
    #f51506 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-family: InterBold;
}
.-TCaD3UJfJE- .GusIc-pLQ2o-.d-FjthZUZrQ- img,
.-TCaD3UJfJE- .GusIc-pLQ2o-.d-FjthZUZrQ- span {
  opacity: 1;
}
.-TCaD3UJfJE- .GusIc-pLQ2o-.d-FjthZUZrQ- .ZfvggLR6zso- {
  border: 0.0625rem solid rgb(113, 124, 135);
  font-family: Inter;
  background: none;
  -webkit-text-fill-color: rgb(113, 124, 135);
}
.-TCaD3UJfJE- a.RL0suqoyxHc-,
.-TCaD3UJfJE- .RL0suqoyxHc-.GusIc-pLQ2o- {
  border-radius: 1.25rem;
  background: rgba(246, 151, 20, 0.1);
  display: flex;
  padding: 0.5rem 1rem;
  align-items: center;
  white-space: nowrap;
}
.-TCaD3UJfJE- a.RL0suqoyxHc- span,
.-TCaD3UJfJE- .RL0suqoyxHc-.GusIc-pLQ2o- span {
  color: #f7e11d;
  font-family: Inter;
  opacity: 1;
}
.-TCaD3UJfJE- a.RL0suqoyxHc- img,
.-TCaD3UJfJE- .RL0suqoyxHc-.GusIc-pLQ2o- img {
  opacity: 1;
}
.-TCaD3UJfJE- a.RL0suqoyxHc- .B5EtOAHmWxs-,
.-TCaD3UJfJE- .RL0suqoyxHc-.GusIc-pLQ2o- .B5EtOAHmWxs- {
  display: none;
}
.-TCaD3UJfJE- a.RL0suqoyxHc-:hover span,
.-TCaD3UJfJE- .RL0suqoyxHc-.GusIc-pLQ2o-:hover span {
  background: linear-gradient(
    135deg,
    #2051b7 0%,
    #6adb4e 25%,
    #f6f2c5 37.5%,
    #f7e11d 62.5%,
    #f51506 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.M29RspRXMm8- {
  display: none;
}
._7CBoxDvLn0o- .rc-tooltip-inner {
  padding: 0;
}
@media screen and (max-width: 960px) {
  ._7CBoxDvLn0o-,
  .pSJc0AbHToc- {
    display: none;
  }
  .M29RspRXMm8- {
    display: block;
    overflow: hidden;
  }
}
.QXJj6yXFIHc- {
  display: block;
  padding: 0.5rem 0;
  border-radius: 0.5rem;
  border: 0.0625rem solid var(--30, rgba(255, 255, 255, 0.3));
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
}
.QXJj6yXFIHc- a {
  display: flex;
  flex: 1;
  margin-left: 0;
  color: #ffffff80;
  padding: 0 1rem;
  align-items: center;
  height: 2.5rem;
  opacity: 0.5;
}
.QXJj6yXFIHc- a img {
  margin-right: 0.5rem;
}
.QXJj6yXFIHc- a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 960px) {
  .tVHz-umqess- a {
    margin-top: 0 !important;
    opacity: 1;
    padding-left: 1.5rem;
    height: 3rem;
  }
}
.hU-CQTu-34k- {
  display: none;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
}
.hU-CQTu-34k- a {
  padding: 0.5rem;
  color: #ffffff80;
  font-size: 0.875rem;
  border-radius: 0.5rem;
}
.hU-CQTu-34k- a._9tOUrj9Qx2k- {
  border: 0.0625rem solid #6adb4e;
  background: linear-gradient(90deg, #6adb4e 0%, #f7e11d 50%, #f51506 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 60rem) {
  .hU-CQTu-34k- {
    display: flex;
  }
}
.vnTWy2WwDG8- {
  position: relative;
  padding: 5.5rem 0 0;
}
@media screen and (max-width: 960px) {
  .vnTWy2WwDG8- {
    padding: 4.875rem 0 0;
  }
}
.zEUuRK-QwWY- {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  border-radius: 1.5rem;
  padding: 0.5rem 1.25rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-family: Inter;
  color: #fff;
}
.zEUuRK-QwWY- img.Mau8Ho-Tk00-,
.zEUuRK-QwWY-:hover img._1dPaLOHFZQo- {
  display: none;
}
.zEUuRK-QwWY-:hover img.Mau8Ho-Tk00- {
  display: inline-block;
}
.pMaKvrjgaDA- {
  display: inline-flex;
}
._04a5h3Y07iw- {
  background: rgba(255, 255, 255, 0.1);
}
._04a5h3Y07iw-:not(.AfECMCjuuZY-):hover {
  background: rgba(255, 255, 255, 0.2);
}
._04a5h3Y07iw-.-d2utdFCJk8-:not(.AfECMCjuuZY-):hover {
  background: linear-gradient(
    90deg,
    #2051b7 0%,
    #6adb4e 25%,
    #f6f2c5 37.5%,
    #f7e11d 62.5%,
    #f51506 100%
  );
  color: #000;
}
._04a5h3Y07iw-.AfECMCjuuZY- {
  background: rgba(255, 255, 255, 0.05);
  color: #fff9;
}
._9BZ7pzvQ4no- {
  background: linear-gradient(
    90deg,
    #2051b7 0%,
    #6adb4e 25%,
    #f6f2c5 37.5%,
    #f7e11d 62.5%,
    #f51506 100%
  );
  color: #000;
}
._9BZ7pzvQ4no-:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s linear;
  background-image: repeating-linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.4) 10%,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translate(-100%) skew(-30deg);
}
._9BZ7pzvQ4no-:not(.AfECMCjuuZY-):hover:after {
  transform: translate(100%) skew(-30deg);
}
._9BZ7pzvQ4no-.AfECMCjuuZY- {
  background: linear-gradient(
    90deg,
    rgba(32, 81, 183, 0.5) 0%,
    rgba(106, 219, 78, 0.5) 25%,
    rgba(246, 242, 197, 0.5) 37.5%,
    rgba(247, 225, 29, 0.5) 62.5%,
    rgba(245, 21, 6, 0.5) 100%
  );
}
.Cd4IbojQV-0- {
  height: 3rem;
  line-height: 3rem;
  font-size: 1rem;
}
.Cd4IbojQV-0- img {
  width: 1.375rem;
  height: 1.375rem;
  margin-right: 0.5rem;
}
._5QA4wohMuAs- {
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 0.9375rem;
}
._5QA4wohMuAs- img {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.375rem;
}
._0jDskLwsyGs- {
  height: 2rem;
  line-height: 2rem;
  font-size: 0.875rem;
}
._0jDskLwsyGs- img {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.25rem;
}
.AfECMCjuuZY- {
  cursor: not-allowed;
}
.ye8s38D9SuM- {
  animation: Nuvh6wK360o- 2s linear infinite;
  display: inline-block;
}
.IsgUfzipo08- {
  margin: 0 auto;
  display: block;
}
@keyframes Nuvh6wK360o- {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.JqUwwtmK3Jw- {
  height: 2rem;
}
.SBKOb5Hyg78- > div {
  z-index: 3000;
}
.pbmPEia3xu4- .EndyIAIgI8U- {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pbmPEia3xu4- .EndyIAIgI8U- .ogDVoKpgdaU- {
  height: 6rem;
}
.pbmPEia3xu4- .EndyIAIgI8U- > div {
  padding-top: 1.5rem;
  font-size: 1.5rem;
}
.pbmPEia3xu4- .EndyIAIgI8U- a {
  color: #70b4f2;
  font-size: 1rem;
  padding-top: 1.25rem;
}
.pbmPEia3xu4- .EndyIAIgI8U- a:hover {
  color: #fff;
}
.pbmPEia3xu4- .EndyIAIgI8U- .XFkvwIN-U8I- {
  opacity: 1;
  font-size: 1.125rem;
  padding: 1rem 2.5rem 0;
  text-align: center;
  line-height: 1.4;
  color: #fff9;
  width: 100%;
}
.pbmPEia3xu4- .EndyIAIgI8U- .XFkvwIN-U8I- b {
  font-family: InterBold;
}
.pbmPEia3xu4- .EndyIAIgI8U- .gE2sZi4uG1Y- {
  font-size: 1rem;
  color: #fff;
  opacity: 0.5;
  padding-top: 1rem;
}
.pbmPEia3xu4- .EndyIAIgI8U- .iCxWqWwMR-k- {
  padding: 2rem 2.5rem 0;
  width: 100%;
}
.GT8C9DheGp8- {
  height: 15rem;
}
.OG9Pmsr5EZs- .rc-dialog-content .rc-dialog-body {
  padding: 0 1.875rem;
}
.OG9Pmsr5EZs- .rc-dialog-content .rc-dialog-body > * + * {
  margin-top: 1.875rem;
}
.OG9Pmsr5EZs- .g2ofXVP-6Mg- {
  text-align: center;
}
.OG9Pmsr5EZs- .oaCVTGULnWA- {
  display: flex;
  align-items: center;
}
.OG9Pmsr5EZs- label {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  line-height: 1rem;
  font-size: 1rem;
}
.OG9Pmsr5EZs- label span {
  color: #fff;
}
.OG9Pmsr5EZs- label._7c0IpJzz13g-,
.OG9Pmsr5EZs- label._7c0IpJzz13g- * {
  color: #6adb4e !important;
}
.OG9Pmsr5EZs- a {
  color: #fff;
  text-decoration: underline;
}
.OG9Pmsr5EZs- p {
  line-height: 1.5rem;
}
.OG9Pmsr5EZs- p,
.OG9Pmsr5EZs- label {
  color: #ffffff80;
}
.RmLFbRugs9E- {
  position: fixed;
  bottom: 4rem;
  right: 1.5rem;
  z-index: 99;
  width: 8.125rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1rem;
  color: #fff;
  text-decoration: underline;
  opacity: 0.5;
  cursor: pointer;
}
.RmLFbRugs9E-:hover {
  opacity: 1;
}
.wKcSDaoWjHY- {
  max-width: 20rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.wKcSDaoWjHY- a {
  text-decoration: underline;
  color: #fff;
}
.wKcSDaoWjHY- a:hover {
  opacity: 0.6;
}
.ds0pvQizMZo- {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 99;
  width: 8.125rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  opacity: 0.5;
  cursor: pointer;
  color: #fff;
}
.ds0pvQizMZo-:hover {
  opacity: 1;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .RmLFbRugs9E- {
    bottom: 0.75rem;
    right: 0.75rem;
  }
  .ds0pvQizMZo- {
    bottom: 0.75rem;
    left: 0.75rem;
    right: auto;
  }
}
.Wjh8lF0r0MQ- {
  padding: 0 2rem;
}
.mpzi7Y09xKU- {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.lrOKOredO2Y- {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.ciNbfjBz8qs- {
  text-align: center;
  line-height: 0;
  font-size: 0;
  padding-bottom: 1.5rem;
}
.ciNbfjBz8qs- img {
  height: 11.25rem;
}
.rKsU0-vQA-E- {
  display: flex;
  padding: 1.5rem 0;
  align-items: center;
  margin: 0 auto;
  max-width: 31.25rem;
}
.rKsU0-vQA-E- .ydOo8qsAcmQ- {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  flex: 1;
  border-radius: 1.5rem;
  background: var(--10, rgba(255, 255, 255, 0.1));
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
}
.rKsU0-vQA-E- .ydOo8qsAcmQ- div {
  flex: 1;
  text-align: center;
  font-size: 1.125rem;
  color: #ffffff80;
  line-height: 3rem;
  cursor: pointer;
}
.rKsU0-vQA-E- .ydOo8qsAcmQ- div._5FZMjNgNKww- {
  border-radius: 1.5rem;
  background: var(--50, rgba(255, 255, 255, 0.5));
  color: #000;
}
.rKsU0-vQA-E- .ydOo8qsAcmQ- div._5FZMjNgNKww-:hover {
  color: #000;
}
.rKsU0-vQA-E- .ydOo8qsAcmQ- div:hover {
  color: #fff;
}
._1m7dbc0LoBY- {
  margin-bottom: 2rem;
  color: #f7e11d;
  text-decoration: underline;
  cursor: pointer;
}
._1m7dbc0LoBY-:hover {
  opacity: 0.8;
}
.ant-popover .ant-popover-inner {
  border-radius: 1rem;
  max-width: 28.125rem;
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
  background: rgba(255, 255, 255, 0.05);
  padding: 1rem;
}
.ant-popover .ant-popover-inner-content {
  color: #fff;
  line-height: 1.5;
}
.ant-popover .ant-popover-arrow:before {
  -webkit-backdrop-filter: blur(1.25rem);
  backdrop-filter: blur(1.25rem);
  background: rgba(255, 255, 255, 0.05);
}
.-LsZV9kgEmk- {
  animation-duration: 0s !important;
  -webkit-animation-duration: 0s !important;
  transition: none !important;
}
._5W8X7y018Hg- .ant-popover-inner {
  border: 0.0625rem solid rgba(255, 255, 255, 0.3) !important;
  padding: 1.5rem;
}
.EoRWpVO74vU- {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0.625rem 1rem;
  border-radius: 1.25rem;
  background-color: #ffffff1a;
}
.EoRWpVO74vU- img {
  height: 1.5rem;
  margin-left: 0.625rem;
}
.T3UPy-2W9s0- {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.T3UPy-2W9s0- img {
  cursor: pointer;
  opacity: 0.5;
}
.T3UPy-2W9s0- img:hover {
  opacity: 1;
}
.G-IwZiMUZc4- {
  display: flex;
  align-items: center;
  padding-top: 1.5rem;
}
.G-IwZiMUZc4- span {
  font-size: 1rem;
  color: #fff;
  padding-left: 0.625rem;
}
.LfnMss-tydM- {
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
  height: 1rem;
}
.w5uTcrXpzg4- li {
  display: flex;
  align-items: center;
  padding-top: 1rem;
  cursor: pointer;
}
.w5uTcrXpzg4- li > span {
  flex: 1;
  margin-left: 1rem;
  font-size: 1rem;
  color: #ffffff80;
}
.w5uTcrXpzg4- li:hover > span {
  color: #ffffffb3;
}
.w5uTcrXpzg4- li._4h8ZsRcV4Fk- > span {
  color: #fff;
}
.kETpJGM-b2s- {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
}
.kETpJGM-b2s- .bJYxrnhTIo4- {
  font-size: 1.125rem;
  color: #fff;
  display: flex;
  align-items: center;
}
.kETpJGM-b2s- .bJYxrnhTIo4- span {
  padding: 0 0.625rem;
  line-height: 2.5rem;
  font-size: 0.875rem;
  opacity: 0.5;
  cursor: pointer;
  margin-right: 0.5rem;
}
.kETpJGM-b2s- .bJYxrnhTIo4- span._4h8ZsRcV4Fk- {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
}
.kETpJGM-b2s- .-icNx7S6PEQ- {
  display: flex;
  align-items: center;
  padding-left: 0.625rem;
}
.kETpJGM-b2s- .-icNx7S6PEQ- ._0ONa5ew8nk4- {
  font-size: 0.875rem;
  margin-right: 0.625rem;
}
.kETpJGM-b2s- .-icNx7S6PEQ- input {
  width: 6.25rem;
}
.txVZQskMvr8- {
  font-size: 0.875rem;
  color: red;
  padding-top: 1rem;
}
.r1gigrgow7s- {
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.r1gigrgow7s-.YhfHhdfYqwQ- {
  padding-right: 0.625rem;
}
.r1gigrgow7s-.mgO2CZfQxDs- {
  background: rgba(255, 255, 255, 0.1);
  border: 0.0625rem solid rgba(255, 255, 255, 0.8);
}
.-hM-N5YqjEU- {
  border: 0 none;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  background: none;
  outline: 0 none;
  width: 100%;
  padding: 0;
  margin: 0;
  padding: 0.75rem;
}
.-hM-N5YqjEU-.BIwwMsxQoiM- {
  text-align: left;
}
.-hM-N5YqjEU-.-Wy8pBSlmto- {
  text-align: center;
}
.-hM-N5YqjEU-.qognjz3R-Bw- {
  text-align: right;
}
.UD-sc4-j7uA- {
  margin: 0 auto;
  max-width: 31.25rem;
  padding: 2rem;
  border-radius: 1.5rem;
  box-shadow: 0 0.5rem 2.5rem #0000001a;
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
  position: relative;
  background: var(--10, rgba(0, 0, 0, 0.05));
  -webkit-backdrop-filter: blur(0.625rem);
  backdrop-filter: blur(0.625rem);
}
.MI9TSJwhKO4- {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
}
.MI9TSJwhKO4- .jGf3CvAe2xQ- {
  display: flex;
  justify-content: flex-end;
  font-size: 0.875rem;
}
.MI9TSJwhKO4- .jGf3CvAe2xQ- span,
.VjNx1BGeXBk- {
  font-size: 0.875rem;
  opacity: 0.5;
}
.J8n0-bx3-60- {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.75rem 1rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 480px) {
  .UD-sc4-j7uA- {
    padding: 2rem 1rem;
  }
}
.n9D5PFLD7H0- .sbT0FVSQcxE- {
  margin: 0 2rem 1.5rem;
}
.n9D5PFLD7H0- .WzX7ZwSNtpc- {
  padding: 1.5rem 2rem;
  text-align: center;
  line-height: 1.5rem;
}
.n9D5PFLD7H0- .NuPM7iuvGMc- {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem 0.75rem;
}
.n9D5PFLD7H0- .NuPM7iuvGMc- span {
  color: #ffffff80;
}
.D8RrgVkoGYs- {
  display: flex;
  align-items: center;
}
.veFX2sqez-0- {
  height: 1.5rem;
}
.veFX2sqez-0- img {
  max-height: 100%;
}
.x5GsOlUAABw- {
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
  margin: 0 1rem 1.5rem 2rem;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1rem;
}
.x5GsOlUAABw- .Kou8d4W6-Ls- {
  display: flex;
  align-items: center;
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  padding: 0 0.75rem;
  height: 2.5rem;
  box-sizing: border-box;
  border-radius: 0.5rem;
  cursor: pointer;
}
.x5GsOlUAABw- .Kou8d4W6-Ls-:hover {
  background: rgba(255, 255, 255, 0.1);
}
.x5GsOlUAABw- .Kou8d4W6-Ls- .thToCj-M5qU- {
  margin-left: 0.75rem;
}
.x5GsOlUAABw- .Kou8d4W6-Ls- .thToCj-M5qU- ._388qbYG7uiA- {
  display: flex;
  align-items: center;
  height: 1rem;
}
.x5GsOlUAABw- .Kou8d4W6-Ls- .thToCj-M5qU- ._388qbYG7uiA- .gmGcuxfhFaA- {
  margin-left: 0.75rem;
}
.x5GsOlUAABw- .Kou8d4W6-Ls- .thToCj-M5qU- .IClJU1IjbeE- {
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #ffffff80;
}
.x5GsOlUAABw- .Kou8d4W6-Ls- .thToCj-M5qU- .IClJU1IjbeE-:not(:empty) {
  margin-top: 0.25rem;
}
.x5GsOlUAABw- .E7I8MtcC8Ko- {
  opacity: 0.3;
  cursor: not-allowed;
}
.x5GsOlUAABw- .E7I8MtcC8Ko-:hover {
  background: none;
}
.dYsF9lBjLJg- {
  display: flex;
  align-items: center;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 1rem;
  margin: 1.5rem 2rem;
}
.dYsF9lBjLJg- > div {
  display: flex;
  align-items: center;
  padding-bottom: 0.875rem;
  border-bottom: 0.125rem solid transparent;
  cursor: pointer;
}
.dYsF9lBjLJg- > div.jl67UvSVohQ- {
  border-color: #fff;
}
.dYsF9lBjLJg- > div img {
  margin-left: 0.625rem;
}
.dYsF9lBjLJg- > div + div {
  margin-left: 3rem;
}
.q3m7GAZ7Cik- {
  display: flex;
  margin: 1.5rem 2rem;
}
.q3m7GAZ7Cik- > div {
  cursor: pointer;
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  padding: 0 1rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 0.5rem;
}
.q3m7GAZ7Cik- > div + div {
  margin-left: 1rem;
}
.q3m7GAZ7Cik- > div.jl67UvSVohQ- {
  background-color: #ffffff1a;
}
.RN-unkUEcVk- {
  margin-bottom: 0.5rem;
}
.Jg0TkJx1-nM- {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
.Jg0TkJx1-nM- > div:first-child {
  margin-bottom: 0.5rem;
}
.jUAJ9HN6cfE- {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 2rem;
  cursor: pointer;
}
.jUAJ9HN6cfE- > img {
  height: 2.25rem;
  width: 2.25rem;
}
.jUAJ9HN6cfE- ._7VFnFxpJpFo- {
  flex: 1;
  margin: 0 1rem;
}
.jUAJ9HN6cfE- ._7VFnFxpJpFo- p:first-child {
  font-size: 1.125rem;
  padding-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.jUAJ9HN6cfE- ._7VFnFxpJpFo- p:last-child {
  font-size: 0.875rem;
  color: #ffffff80;
}
.jUAJ9HN6cfE- .rBcpmP2FPRc- {
  font-size: 1.125rem;
  text-align: right;
}
.jUAJ9HN6cfE- .rBcpmP2FPRc- span {
  opacity: 0.5;
  margin-left: 0.75rem;
  font-size: 0.875rem;
  box-sizing: border-box;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.5rem;
}
.jUAJ9HN6cfE- .rBcpmP2FPRc- span img {
  height: 1rem;
  margin-left: 0.5rem;
}
.jUAJ9HN6cfE-:not(.RR36Krrx3EY-):hover {
  background: rgba(255, 255, 255, 0.05);
}
.jUAJ9HN6cfE-.RR36Krrx3EY- {
  cursor: not-allowed;
  opacity: 0.4;
}
.OpoCa9QyNMw- {
  border-radius: 1rem 1rem 0 0;
  background: #091e32 !important;
}
.TG1QfPvjMD0- {
  padding-bottom: 1rem;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.TG1QfPvjMD0- span {
  font-size: 1.25rem;
}
.TG1QfPvjMD0- img {
  cursor: pointer;
}
@media screen and (max-width: 40rem) {
  .sbT0FVSQcxE- {
    margin-bottom: 1rem;
  }
  .x5GsOlUAABw- {
    margin: 0;
    margin-bottom: 1rem;
    gap: 0.5rem;
  }
  .x5GsOlUAABw- .Kou8d4W6-Ls- {
    height: 2.75rem;
  }
  .q3m7GAZ7Cik- {
    margin-left: 0;
    margin-right: 0;
  }
  .jUAJ9HN6cfE- {
    padding: 0;
  }
}
.eVQ2pBQFMHo- {
  line-height: 1.5;
}
.ESebe1JDQ5I- {
  border-radius: 0.5rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  padding: 0 0.5rem;
  height: 1rem;
  line-height: 0.875rem;
  font-size: 0.625rem;
  color: #ffffff80;
  display: inline-block;
}
.vWcQ1nxcJ-U- {
  margin-left: 0.25rem;
}
.thR432u1uOo- {
  margin-top: 0.5rem;
}
._7pfbPRBTChU- {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.eWJpM-mE9xU- {
  font-size: 0.875rem;
  color: #ffffff80;
}
._2wYz9pjS-xU- {
  display: flex;
  align-items: center;
}
._2wYz9pjS-xU- img {
  height: 1rem;
  width: 1rem;
  margin-right: 0.5rem;
}
._2wYz9pjS-xU- span {
  font-size: 0.875rem;
  color: #ffffff80;
  margin-right: 0.5rem;
}
._2wYz9pjS-xU- p {
  padding: 0.25rem 0.5rem;
  border-radius: 0.625rem;
  background: var(--5, rgba(255, 255, 255, 0.05));
  font-size: 0.75rem;
  color: #ffffff80;
  cursor: pointer;
}
._2wYz9pjS-xU- p:hover {
  color: #fff;
}
._2wYz9pjS-xU- p._1oFMylv6utc- {
  margin-right: 0.5rem;
}
.LOXG03UOhMg- {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.LOXG03UOhMg- > img:first-child {
  height: 2rem;
  width: 2rem;
  margin-right: 0.75rem;
}
.LOXG03UOhMg- > img:last-child {
  transition: all 0.2s linear;
  opacity: 0.5;
  margin-left: 0.25rem;
}
.LOXG03UOhMg-:hover {
  opacity: 0.6;
}
.LOXG03UOhMg- ._7AvVtoLEOoM- {
  font-size: 1.5rem;
}
.LOXG03UOhMg- ._7AvVtoLEOoM- .VWclLuE752M- {
  font-size: 0.75rem;
  color: #ffffff80;
}
.LOXG03UOhMg- ._7AvVtoLEOoM- .VWclLuE752M-:not(:empty) {
  margin-top: 0.125rem;
}
.LOXG03UOhMg- .czzzuXw-PX4- {
  margin-left: 0.75rem;
}
.LOXG03UOhMg- .czzzuXw-PX4- + .czzzuXw-PX4- {
  margin-left: 0.25rem;
}
.xowbRyA7slU- {
  text-align: right;
  width: 11.25rem;
}
.xowbRyA7slU-.NN8-ShSJ46Y- {
  width: 7.1875rem;
}
.B3Ha0csMGRM- {
  background: rgba(255, 255, 255, 0.1);
  padding: 0.5625rem 0;
  width: 3.4375rem;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 0.875rem;
  margin-left: 0.5rem;
  text-align: center;
}
.VHZ1--5fv-U- {
  width: 11.375rem;
  height: 3rem;
  border-radius: 0.5rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0.75rem;
}
.hZpmeGxbnxE- {
  border-radius: 0.5rem !important;
}
.AmIvDRBXJkc- {
  background: rgba(255, 255, 255, 0.1);
  height: 1rem;
  width: 7.5rem;
  animation: AmIvDRBXJkc- 1s ease-in-out infinite alternate;
  border-radius: 1rem;
}
._6J0vBvYVZNs- {
  width: 100%;
}
@keyframes AmIvDRBXJkc- {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0.4;
  }
}
.hx-g4NFo6Wg- {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 1rem 0;
}
.hx-g4NFo6Wg-:before {
  content: "";
  position: relative;
  left: 0;
  top: 50%;
  height: 0.0625rem;
  width: calc(50% - 2.5rem);
  background-color: #ffffff1a;
}
.hx-g4NFo6Wg-:after {
  content: "";
  position: relative;
  right: 0;
  top: 50%;
  height: 0.0625rem;
  width: calc(50% - 2.5rem);
  background-color: #ffffff1a;
}
.vf4QgzFne8M- {
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #63cca9;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  box-sizing: border-box;
  position: relative;
}
.vf4QgzFne8M- img {
  height: 1.5rem;
  opacity: 0.8;
}
.vf4QgzFne8M-:not(._9NulyoDe-v4-):hover {
  border: 0.0625rem solid rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.vf4QgzFne8M-:not(._9NulyoDe-v4-):hover img {
  opacity: 1;
}
.vf4QgzFne8M-._9NulyoDe-v4- {
  cursor: not-allowed;
}
.vf4QgzFne8M-._9NulyoDe-v4- img {
  opacity: 0.2;
}
._1FiIgv-q0BA-,
.orE5ybTyDAY- {
  margin-top: 2rem;
}
.n1eQHgx3m8k- {
  width: 2.5rem;
  height: 2.5rem;
}
._21Fj6oha3hk- {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.n6nZ38hY7J0- {
  align-items: center;
}
.n6nZ38hY7J0- > div {
  margin: 0;
}
.rh4OBlKI6js- {
  margin-top: 1.5rem;
}
.cz5d2UDrOdA- {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cz5d2UDrOdA- * {
  font-size: 0.875rem;
  line-height: 1.625rem;
}
.cz5d2UDrOdA- > span:first-child {
  color: #ffffff80;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cz5d2UDrOdA- > span:first-child img {
  opacity: 0.5;
}
.iSrpVvzlwp0- {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.OandFW8l9ho- {
  display: flex;
  align-items: center;
}
.OandFW8l9ho- span:first-child {
  color: #ffffff80;
}
.OandFW8l9ho- img {
  margin-left: 0.5rem;
  cursor: pointer;
  opacity: 0.5;
}
.OandFW8l9ho- img:hover {
  opacity: 1;
}
.OandFW8l9ho- img._8chvPzE8g60- {
  transform: rotate(180deg);
}
.qa-vqRH7kbE- {
  display: flex;
  align-items: center;
}
.ZmoO9bWQk6Y- {
  width: 2.5rem;
  height: 2.5rem;
}
.cVOF9jTTxxA- {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cVOF9jTTxxA- span:last-child {
  opacity: 0.5;
}
.bmq9kVAIXeY- {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  border-radius: 0.5rem;
  background-color: #0003;
  padding: 0.1875rem 0.3125rem;
}
.bmq9kVAIXeY- .dre7aOPUHuA- {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.bmq9kVAIXeY- span {
  font-size: 0.875rem;
}
.bmq9kVAIXeY- > * + * {
  margin-left: 0.5rem;
}
.eH-PkLPwRWA- {
  color: #6adb4e;
}
._6BGMTunoWvc- {
  color: #f51506;
}
.NH6fpkRiQNs- {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9;
  pointer-events: none;
}
._50GM1HdSJ4U- {
  display: flex;
  align-items: stretch;
  pointer-events: none;
}
._50GM1HdSJ4U- ul {
  display: flex;
  pointer-events: all;
  flex-direction: row;
}
._50GM1HdSJ4U- ul li {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 3;
  flex: 1;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  border-radius: 1.5rem 1.5rem 0 0;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
}
._50GM1HdSJ4U- ul li img {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 0.625rem;
}
._50GM1HdSJ4U- ul li.fu8jPn1vXO4- {
  border-left: 0.0625rem solid rgba(255, 255, 255, 0.1);
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.1);
  border-right: 0.0625rem solid rgba(255, 255, 255, 0.1);
  border-bottom: 0 none;
  opacity: 1;
}
._50GM1HdSJ4U- .q5h8umnrowo- {
  padding-left: 0.625rem;
  display: flex;
  align-items: center;
  flex: 1;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.1);
  pointer-events: none;
}
._50GM1HdSJ4U- .q5h8umnrowo- img {
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.2s linear;
  transform: rotate(180deg);
  height: 1.5rem;
  pointer-events: all;
}
._50GM1HdSJ4U- .q5h8umnrowo- img:hover {
  opacity: 1;
}
._50GM1HdSJ4U- .q5h8umnrowo-.fu8jPn1vXO4- img {
  transform: rotate(0);
}
._0SDFy-YDNRY- {
  background: rgba(0, 0, 0, 0.1);
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  border-top-width: 0;
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  padding: 1.5rem;
  display: flex;
  align-items: center;
  pointer-events: all;
  overflow-x: auto;
}
body.c2pxfb2QUik- {
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 960px) {
  .NH6fpkRiQNs- {
    display: none;
  }
}
.zrCPYEdT-yo- {
  margin-right: 1.25rem;
  margin-left: 0.625rem;
}
.SHT4o8xJZPE- {
  padding: 0.5rem 1rem;
  background: rgba(0, 0, 0, 0.1);
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.SHT4o8xJZPE- > * + * {
  margin-left: 1rem;
  white-space: nowrap;
}
.SHT4o8xJZPE- img {
  height: 1.5rem;
  width: 1.5rem;
}
.SHT4o8xJZPE- + .SHT4o8xJZPE- {
  margin-left: 1.25rem;
}
.SHT4o8xJZPE-:hover {
  background: rgba(255, 255, 255, 0.05);
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
}
.z83IYp4HrJc- {
  background: rgba(0, 0, 0, 0.1);
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  padding: 0.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.z83IYp4HrJc- li {
  padding: 0 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0.5rem;
  opacity: 0.5;
}
.z83IYp4HrJc- li.Zd-cRrnHsIA-,
.z83IYp4HrJc- li:hover {
  opacity: 1;
}
.z83IYp4HrJc-.QgbdKvkq-ZY- {
  height: 2.5rem;
}
.z83IYp4HrJc-.QgbdKvkq-ZY- li {
  font-size: 1rem;
}
.z83IYp4HrJc-.OtViUZTx7Ec- {
  height: 2.375rem;
}
.z83IYp4HrJc-.OtViUZTx7Ec- li {
  font-size: 0.875rem;
}
.z83IYp4HrJc-.DZEIsmP1UvM- li.Zd-cRrnHsIA- {
  color: #000;
  background: linear-gradient(
    90deg,
    #2051b7 0%,
    #6adb4e 25%,
    #f6f2c5 37.5%,
    #f7e11d 62.5%,
    #f51506 100%
  );
}
.z83IYp4HrJc-._1bL8AjZpPsU- li.Zd-cRrnHsIA- {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
._-0dy8lsusT4- {
  padding: 0.75rem 1rem;
  background: rgba(0, 0, 0, 0.1);
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
}
._-0dy8lsusT4- > * + * {
  margin-left: 1rem;
  white-space: nowrap;
}
._-0dy8lsusT4- + ._-0dy8lsusT4- {
  margin-left: 1.25rem;
}
._-0dy8lsusT4-:hover {
  background: rgba(255, 255, 255, 0.05);
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
}
.Ffwmoqx8Eek- {
  padding: 0.5rem 1rem;
  background: rgba(0, 0, 0, 0.1);
  border: 0.0625rem solid rgba(255, 255, 255, 0.1);
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  cursor: default;
}
.Ffwmoqx8Eek-:first-child span {
  color: #f69714;
}
.Ffwmoqx8Eek- > * + * {
  margin-left: 1rem;
}
.Ffwmoqx8Eek- + .Ffwmoqx8Eek- {
  margin-left: 1.25rem;
}
.Ffwmoqx8Eek-:hover {
  background: rgba(255, 255, 255, 0.05);
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
}
.Ffwmoqx8Eek- span:last-child {
  color: #6adb4e;
}
.Ffwmoqx8Eek- span.-SmU-EK8mE0- {
  color: red;
}
@font-face {
  font-family: swiper-icons;
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translateZ(0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
.Je8-ZVqP1-M- {
  text-align: center;
  height: 4.75rem;
  background: var(
    --unnamed,
    linear-gradient(
      90deg,
      rgba(32, 81, 183, 0.3) 0%,
      rgba(106, 219, 78, 0.3) 25%,
      rgba(246, 242, 197, 0.3) 37.5%,
      rgba(247, 225, 29, 0.3) 62.5%,
      rgba(245, 21, 6, 0.3) 100%
    )
  );
  color: #fff;
}
.Je8-ZVqP1-M- .Z2ErfOcd2wE- {
  color: #fff;
  text-decoration: underline;
  margin-left: 0.25rem;
}
.Je8-ZVqP1-M- .swiper {
  width: 100%;
  height: 100%;
}
.Je8-ZVqP1-M- .swiper-slide {
  text-align: center;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Je8-ZVqP1-M- .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.5);
}
.Je8-ZVqP1-M- .swiper-pagination {
  bottom: 0.5rem !important;
  height: 0.5rem;
}
.Z4rGG-8Z8FY- {
  line-height: 1.2;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
._91zLRlgF3Vw- {
  background: url(https://app.turbos.finance/deepbook-803f4858.svg) no-repeat center center;
  background-size: auto 100%;
  background-color: #54c2ff;
  cursor: pointer;
}
.Oz8s0XXLWyI- {
  background: url(https://app.turbos.finance/puff-cee270ac.png) no-repeat center center;
  background-size: auto 100%;
  background-color: #1f9eef;
  cursor: pointer;
}
.Wwl-fk8MGxY- {
  background: url(https://app.turbos.finance/blub-b089381d.png) no-repeat center center;
  background-size: auto 100%;
  background-color: #041e29;
  cursor: pointer;
}
.Dmd9D3-nXEI- {
  background: url(https://app.turbos.finance/full-liquor-banner-pc-7d8ff243.png) no-repeat center center;
  background-size: auto 100%;
  background-color: #344acf;
  cursor: pointer;
}
.jLb26DtoRT8- {
  background: url(https://app.turbos.finance/wif-pc-8f58feee.png) no-repeat center center;
  background-size: auto 100%;
  background-color: #30a5ff;
  cursor: pointer;
}
.ysUSa8OrKZ0- {
  background: url(https://app.turbos.finance/fud-pc-7402012d.png) no-repeat center center;
  background-size: auto 100%;
  background-color: #1f6834;
  cursor: pointer;
}
._3-dPtn5hxlU- {
  background: url(https://app.turbos.finance/ape-pc-8a83d5f3.png) no-repeat center center;
  background-size: auto 100%;
  background-color: #0449ad;
  cursor: pointer;
}
.yKU87wi1O14- {
  background: url(https://app.turbos.finance/turbos-sui-pc-3c5b3082.svg) no-repeat center center;
  background-size: auto 100%;
  background-color: #132135;
  cursor: pointer;
}
._1-XXziBAQJE- {
  background: url(https://app.turbos.finance/turbos-usdc-pc-3353caa3.svg) no-repeat center center;
  background-size: auto 100%;
  background-color: #05253c;
  cursor: pointer;
}
.Fc-xS-9hElg- {
  background: url(https://app.turbos.finance/wUSDT-USDC-pc-7040afa4.svg) no-repeat center center;
  background-size: auto 100%;
  background-color: #0c3e81;
  cursor: pointer;
}
.obsRjjXucGE- {
  background: url(https://app.turbos.finance/ns-pc-13208404.jpg) no-repeat center center;
  background-size: auto 100%;
  background-color: #221c36;
  cursor: pointer;
}
.pwUGgkAMCh4- {
  background: url(https://app.turbos.finance/native-usdc-sui-pc-d16d456f.svg) no-repeat center center;
  background-size: auto 100%;
  background-color: #1b60b3;
  cursor: pointer;
}
._4CXbmDCCB6w- {
  background-image: url(https://app.turbos.finance/babyblub-pc-ee5e7cab.png),
    linear-gradient(180deg, #6fccda 74%, #2f88b8 75%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  cursor: pointer;
}
.aXDSwaEgHYc- {
  background-image: url(https://app.turbos.finance/turbos-std-pc-63b98144.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-color: #cadd8b;
  cursor: pointer;
}
.cYwbRpPynko- {
  background: url(https://app.turbos.finance/dark-pc-87f3c6d4.png) no-repeat center center;
  background-size: auto 100%;
  background-color: #fff;
  cursor: pointer;
}
.-bOw0l5v6Gs- {
  background: url(https://app.turbos.finance/turbo-pc-00e1a1b2.png) no-repeat center center;
  background-size: auto 100%;
  background-color: #144919;
  cursor: pointer;
}
.t8LPqR5vEBw- {
  background: url(https://app.turbos.finance/ronda-pc-9d95ae37.png) no-repeat center center;
  background-size: auto 100%;
  background-color: #000;
  cursor: pointer;
}
.zdXj-6-shoM- {
  background: url(https://app.turbos.finance/lemon-pc-74a1e5ec.png) no-repeat center center;
  background-size: auto 100%;
  background-color: #964217;
  cursor: pointer;
}
.c3dgTGMBDSw- {
  background: url(https://app.turbos.finance/grass-pc-b96ff2a1.png) no-repeat center center;
  background-size: auto 100%;
  background-color: #effcfe;
  cursor: pointer;
}
.-zjKPYeFj2g- {
  background: url(https://app.turbos.finance/sumi-pc-8c762bd8.jpg) repeat-x center center;
  background-size: auto 100%;
  cursor: pointer;
}
.l-g89fuvlYw- {
  background: url(https://app.turbos.finance/uicide-pc-77467687.jpg) no-repeat center center;
  background-size: auto 100%;
  background-color: #2d83ac;
  cursor: pointer;
}
.-HPNVtCBLlI- {
  background: url(https://app.turbos.finance/hiddo-pc-4763a8e1.png) repeat-x center center;
  background-size: auto 100%;
  background-color: transparent;
  cursor: pointer;
}
.zRihuuIqMss- {
  background: url(https://app.turbos.finance/lbtc-pc-7eaa0aaa.svg) no-repeat center center;
  background-size: auto 100%;
  background-color: #285d5f;
  cursor: pointer;
}
.BP6aFi3Zew4- {
  background: url(https://app.turbos.finance/poorlax-pc-f449c929.png) no-repeat center center;
  background-size: auto 100%;
  background-color: #06100d;
  cursor: pointer;
}
.TUAe5L-6c50- {
  background: url(https://app.turbos.finance/wal-pc-b6b12947.svg) no-repeat center center;
  background-size: auto 100%;
  background-color: #0c0b0d;
  cursor: pointer;
  align-items: flex-end;
  padding-bottom: 0.25rem;
}
.FIKoVnyg110- {
  background: url(https://app.turbos.finance/safe-pc-e5b68126.png) no-repeat center center;
  background-size: auto 100%;
  background-color: #021444;
  cursor: pointer;
}
.rc9lqOmGHZE- {
  background: url(https://app.turbos.finance/fate-pc-d1d5d790.png) no-repeat center center;
  background-size: auto 100%;
  background-color: #01003b;
  cursor: pointer;
}
.vLQOqQegVBU- {
  background: url(https://app.turbos.finance/suimom-pc-08f832aa.jpg) repeat-x center center;
  background-size: auto 100%;
  background-color: #01003b;
  cursor: pointer;
}
.VK3HsgWDV2g- {
  background-image: url(https://app.turbos.finance/lofi-pc-522f25c4.png),
    linear-gradient(180deg, #629dd7 62%, #3a9dba 63%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  cursor: pointer;
}
.IUyd7EQmX8s- {
  background: url(https://app.turbos.finance/USDT-USDC-pc-fa3f9c82.jpg) no-repeat center center;
  background-size: auto 100%;
  background-color: #131a24;
  cursor: pointer;
}
.Wp4lCo7HJr0- {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}
.Wp4lCo7HJr0- img {
  max-width: 100%;
}
.cfkjPQYs0b8- {
  font-size: 1.125rem;
  color: #fff;
  font-family: InterBold;
}
.cfkjPQYs0b8- span {
  background: linear-gradient(90deg, #f6f2c5 0%, #f7e11d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cfkjPQYs0b8- a {
  color: #fffc;
  text-decoration: underline;
  margin-left: 0.5rem;
}
.cfkjPQYs0b8- a:hover {
  color: #fff;
}
.QNItJVv11Oo- {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lhnx-Z1JueY- {
  width: 1.5rem;
  border-radius: 50%;
  overflow: hidden;
  border: 0.0625rem solid #fff;
  position: relative;
  z-index: 2;
}
.XC2GIz27HGI- {
  z-index: 1;
  left: -0.5rem;
}
.TLxvnS-8lMQ- {
  display: flex;
  align-items: center;
}
.TLxvnS-8lMQ- .t5gSag6fxnk- {
  padding-left: 0.75rem;
  font-size: 0.875rem;
}
.TLxvnS-8lMQ- ._3eQd1slybWs- {
  padding-left: 0.75rem;
  font-size: 1.5rem;
  color: #000;
  font-family: InterBold;
  text-shadow: 0.125rem 0.125rem 0 #fff, 0.125rem 0 0 #fff,
    0.125rem -0.125rem 0 #fff, 0 -0.125rem 0 #fff, -0.125rem -0.125rem 0 #fff,
    -0.125rem 0 0 #fff, -0.125rem 0.125rem 0 #fff;
}
@media screen and (max-width: 900px) {
  .Z4rGG-8Z8FY- {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 520px) {
  .Wwl-fk8MGxY- {
    background: url(https://app.turbos.finance/blub-mobile-28895b17.png) no-repeat center center;
    background-size: cover;
    background-color: #041e29;
    cursor: pointer;
  }
  .Dmd9D3-nXEI- {
    background: url(https://app.turbos.finance/full-liquor-banner-mobile-ae2c23e9.png) no-repeat center
      center;
    background-size: cover;
    background-color: #344acf;
    cursor: pointer;
  }
  .jLb26DtoRT8- {
    background: url(https://app.turbos.finance/wif-mobile-99efa999.png) no-repeat center center;
    background-size: cover;
    background-color: #344acf;
    cursor: pointer;
  }
  ._4CXbmDCCB6w- {
    background: url(https://app.turbos.finance/babyblub-mobile-591a98c1.jpg) no-repeat center center;
    background-size: cover;
    background-color: linear-gradient(
      to bottom left,
      cyan 50%,
      palegoldenrod 50%
    );
    cursor: pointer;
  }
  .aXDSwaEgHYc- {
    background: url(https://app.turbos.finance/turbos-std-mobile-c6603f47.png) no-repeat center center;
    background-size: cover;
    background-color: #cadd8b;
    cursor: pointer;
  }
  .ysUSa8OrKZ0- {
    background: url(https://app.turbos.finance/fud-mobile-e3a04f2c.png) no-repeat center center;
    background-size: cover;
    background-color: #1f6834;
    cursor: pointer;
  }
  ._3-dPtn5hxlU- {
    background: url(https://app.turbos.finance/ape-mobile-95f904f5.png) no-repeat center center;
    background-size: cover;
    background-color: #0449ad;
    cursor: pointer;
  }
  .yKU87wi1O14- {
    background: url(https://app.turbos.finance/turbos-sui-mobile-0beb35d6.svg) no-repeat center center;
    background-size: cover;
    background-color: #172538;
    cursor: pointer;
  }
  ._1-XXziBAQJE- {
    background: url(https://app.turbos.finance/turbos-usdc-mobile-504cb63b.svg) no-repeat center center;
    background-size: cover;
    background-color: #132135;
    cursor: pointer;
  }
  .Fc-xS-9hElg- {
    background: url(https://app.turbos.finance/wUSDT-USDC-mo-00f21e19.svg) no-repeat center center;
    background-size: cover;
    background-color: #0c3e81;
    cursor: pointer;
  }
  .pwUGgkAMCh4- {
    background: url(https://app.turbos.finance/native-usdc-sui-mo-67b76ec6.svg) no-repeat center center;
    background-size: cover;
    background-color: #1b60b3;
    cursor: pointer;
  }
  .cYwbRpPynko- {
    background: url(https://app.turbos.finance/dark-mobile-f4efa5ed.png) no-repeat center center;
    background-size: cover;
    background-color: #fff;
    cursor: pointer;
  }
  .-bOw0l5v6Gs- {
    background: url(https://app.turbos.finance/turbo-mobile-4443a9b4.jpg) no-repeat center center;
    background-size: cover;
    background-color: #144919;
    cursor: pointer;
  }
  .obsRjjXucGE- {
    background: url(https://app.turbos.finance/ns-mobile-4512bca6.jpg) no-repeat center center;
    background-size: cover;
    background-color: #221c36;
    cursor: pointer;
  }
  .t8LPqR5vEBw- {
    background: url(https://app.turbos.finance/ronda-mobile-97283ba5.png) no-repeat center center;
    background-size: cover;
    background-color: #000;
    cursor: pointer;
  }
  .zdXj-6-shoM- {
    background: url(https://app.turbos.finance/lemon-mobile-3735b715.png) no-repeat center center;
    background-size: cover;
    background-color: #964217;
    cursor: pointer;
  }
  .c3dgTGMBDSw- {
    background: url(https://app.turbos.finance/grass-mobile-6fc3f112.png) no-repeat center center;
    background-size: cover;
    background-color: #effcfe;
    cursor: pointer;
  }
  .-zjKPYeFj2g- {
    background: url(https://app.turbos.finance/sumi-mobile-62af56bc.jpg) no-repeat center center;
    background-size: cover;
    background-color: #71290d;
    cursor: pointer;
  }
  .l-g89fuvlYw- {
    background: url(https://app.turbos.finance/uicide-mobile-b6511dbf.jpg) no-repeat center center;
    background-size: cover;
    background-color: #2d83ac;
    cursor: pointer;
  }
  .-HPNVtCBLlI- {
    background: url(https://app.turbos.finance/hiddo-mobile-4f809b68.jpg) no-repeat center center;
    background-size: cover;
    background-color: transparent;
    cursor: pointer;
  }
  .zRihuuIqMss- {
    background: url(https://app.turbos.finance/lbtc-mobile-96585ceb.svg) no-repeat center center;
    background-size: cover;
    background-color: transparent;
    cursor: pointer;
  }
  .TUAe5L-6c50- {
    background: url(https://app.turbos.finance/wal-mobile-52b9c3f1.svg) no-repeat center center;
    background-size: cover;
    background-color: #0c0b0d;
    cursor: pointer;
    padding-bottom: 0.5rem;
  }
  .BP6aFi3Zew4- {
    background: url(https://app.turbos.finance/poorlax-mobile-d91f9664.png) no-repeat center center;
    background-size: cover;
    background-color: #06100d;
    cursor: pointer;
  }
  .FIKoVnyg110- {
    background: url(https://app.turbos.finance/safe-mobile-c58b9f01.png) no-repeat center center;
    background-size: cover;
    background-color: #021444;
    cursor: pointer;
  }
  .rc9lqOmGHZE- {
    background: url(https://app.turbos.finance/fate-mobile-01dcb18f.png) no-repeat center center;
    background-size: cover;
    background-color: #01003b;
    cursor: pointer;
  }
  .vLQOqQegVBU- {
    background: url(https://app.turbos.finance/suimom-mobile-1a02b385.jpg) repeat-x center center;
    background-size: cover;
    background-color: #01003b;
    cursor: pointer;
  }
  .VK3HsgWDV2g- {
    background: url(https://app.turbos.finance/lofi-mobile-12253f08.png) no-repeat center center;
    background-size: cover;
    background-color: transparent;
    cursor: pointer;
  }
  .IUyd7EQmX8s- {
    background: url(https://app.turbos.finance/USDT-USDC-mo-3b7949ca.jpg) no-repeat center center;
    background-size: cover;
    background-color: #131a24;
    cursor: pointer;
  }
}
@media screen and (max-width: 750px) {
  .Oz8s0XXLWyI- {
    background: url(https://app.turbos.finance/puff-mobile-c822d8f1.png) no-repeat center center;
    background-size: cover;
    background-color: #1f9eef;
    cursor: pointer;
  }
}
.KpB3l4L-THc- {
  padding: 2rem 0 0;
}
._0UhiNc5pKsI- {
  max-width: 38.125rem;
  margin: 0 auto;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}
.so-ojW9rUu0- {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #fff;
}
._5sKg7Di7dlY- {
  margin-bottom: 1.5rem;
}
.O0F4cdX9SNE- {
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
}
.pj3Vt2ET-Vo- {
  height: 3rem;
  width: 3rem;
  overflow: hidden;
  border-radius: 50%;
}
._7uXI0RJNnPc- {
  padding-left: 1.5rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.D-avm4clQ9o- {
  font-size: 1.125rem;
  padding: 0;
  margin: 0;
  font-weight: 700;
  padding: 0.25rem 0;
  line-height: 1;
}
.KMN9PRNDJrE- {
  font-size: 1rem;
  padding: 0.25rem 0;
  line-height: 1;
  display: flex;
  align-items: center;
}
.KMN9PRNDJrE- ._3v2qGxkiTJ4- {
  opacity: 0.5;
}
.KMN9PRNDJrE- ._9F7p1Qs6vTE- {
  height: 0.75rem;
  width: 0.0625rem;
  background-color: #fff3;
  margin: 0 1rem;
}
.KMN9PRNDJrE- .QJKTtq7E958- {
  line-height: 0;
  font-size: 0;
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  background-color: #fff;
  overflow: hidden;
  border-radius: 50%;
}
.KMN9PRNDJrE- .QJKTtq7E958- img {
  max-width: 100%;
}
.KMN9PRNDJrE- .GW2ka5yEg-M- {
  opacity: 0.5;
  text-decoration: underline;
}
.KMN9PRNDJrE- .z16SOVQEYqw- {
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.5;
}
.swiper-pagination-bullet {
  background: rgb(255, 255, 255) !important;
}
.swiper-pagination {
  bottom: 0.25rem !important;
}
@media screen and (max-width: 60rem) {
  ._0UhiNc5pKsI- {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .so-ojW9rUu0- {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.Yhv6SrIOulA- {
  line-height: 1;
}
.Yhv6SrIOulA- img {
  height: 1.5rem;
  width: 1.5rem;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
.Yhv6SrIOulA- span {
  padding-top: 0.5rem;
  display: block;
  font-size: 1rem;
  line-height: 1;
}
.Zi-7f6G2aac- {
  padding-top: 1rem;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 0.875rem;
}
.Zi-7f6G2aac- span {
  padding-left: 1rem;
  font-size: 1.125rem;
  background: linear-gradient(90deg, #f6f2c5 0%, #f7e11d 62.5%, #de822c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: InterBold;
}
.rUwwT6Kiu7I- {
  padding: 2rem 0;
  text-align: center;
}
.tDtryPLWwi4- {
  max-width: 31.25rem;
  margin: 0 auto;
  padding-top: 1.5rem;
}
.tDtryPLWwi4- p {
  font-size: 1rem;
  line-height: 1.2;
  line-height: 1.5rem;
}
.tDtryPLWwi4- p a {
  color: #f7e11d;
  font-family: InterBold;
  text-decoration: underline;
}
.tDtryPLWwi4- p a:hover {
  opacity: 0.8;
}
.tDtryPLWwi4- p span {
  color: #f7e11d;
}
.-GEEZGWBXig- {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 1.5rem;
  grid-gap: 1.5rem;
}
.-GEEZGWBXig- li {
  flex: 1;
  border-radius: 1.5rem;
  border: 0.0625rem solid var(--30, rgba(255, 255, 255, 0.3));
  background: var(--20, rgba(0, 0, 0, 0.2));
}
.-GEEZGWBXig- li:hover {
  border: 0.0625rem solid var(--30, rgba(255, 255, 255, 0.6));
  background: var(--20, rgba(0, 0, 0, 0.3));
}
.-GEEZGWBXig- li a {
  display: block;
  padding: 1.5rem;
  position: relative;
  z-index: 9;
}
.XU5Nr-OarKE- {
  margin: 0 auto;
  max-width: 31.25rem;
  padding: 1.25rem 0.75rem 0;
  line-height: 1.375rem;
  color: #ffffff80;
  display: none;
}
.pUQhHxyYMq0- {
  padding: 0 1rem;
}
