.bybit-common-fixed-header {
  background: #17181e;
  color: #ffffff;
  position: fixed;
  width: 100vw;
  top: 0px;
  z-index: 1002;
}
.bybit-common-fixed-header-inner {
  height: 3rem;
  max-width: 1312px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
body.branch-banner-is-active .bybit-common-fixed-header {
  margin-top: 77px;
}
body.branch-banner-is-active #modal-root .by-uniframe.by-modal {
  top: 25px!important;
}
#branch-banner-iframe {
  position: fixed !important;
}

.non-crypto-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0px;
  z-index: 1000;
  width: 100vw;
  height: 48px;
  background: #17181e;
  color: #ffffff;
}
.non-crypto-header-wrapper .non-crypto-header-left .logo {
  width: auto;
  height: 22px;
  margin-left: 16px;
}
.non-crypto-header-wrapper .non-crypto-header-right {
  display: flex;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
}
.non-crypto-header-wrapper .non-crypto-header-right .header-sign-up {
  padding: 0 20px;
  font-weight: 600;
  color: #17181e;
  background-color: #ffb11a;
  cursor: pointer;
}
.non-crypto-header-wrapper .non-crypto-header-right .header-locale-selector {
  width: 48px;
  color: #fff;
  cursor: pointer;
}
.lang-selector-modal.ant-modal {
  width: 60vw !important;
  max-width: 800px;
  min-height: 500px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.38);
}
.lang-selector-modal.ant-modal .ant-modal-content {
  box-shadow: none;
  height: 100%;
}
.lang-selector-modal.ant-modal .ant-modal-content .ant-modal-close-x {
  width: 60px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
}
.lang-selector-modal.ant-modal .ant-modal-header {
  border-bottom-color: hsla(0, 0%, 100%, 0.05);
  height: 80px;
  padding: 20px 40px;
  display: flex;
  align-items: center;
}
.lang-selector-modal.ant-modal .ant-modal-header .ant-modal-title {
  font-weight: 500;
  font-size: 20px;
}
.lang-selector-modal.ant-modal .ant-modal-body {
  height: calc(100% - 80px);
  margin: 0 40px 40px;
  padding: 0;
}
.lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
  height: 100%;
}
.lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list .lang-selector-item {
  width: 33%;
  padding: 10px;
  color: #000;
  font-size: 16px;
  cursor: pointer;
}
.lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list .lang-selector-item:hover {
  color: #ffb11a;
  background: rgba(255, 177, 26, 0.06);
}
.lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list .lang-selector-item.active {
  color: #ffb11a;
}
/* ipad */
@media (max-width: 1024px) {
  .lang-selector-modal.ant-modal {
    max-width: 600px;
    min-height: 500px;
  }
  .lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list .lang-selector-item {
    width: 49%;
  }
}
/* mobile */
@media (max-width: 768px) {
  .lang-selector-modal.ant-modal {
    width: 100vw !important;
    height: 90vh !important;
    max-height: 800px;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 0;
  }
  .lang-selector-modal.ant-modal .ant-modal-header {
    padding: 20px;
    height: 80px;
    display: flex;
    align-items: center;
  }
  .lang-selector-modal.ant-modal .ant-modal-body {
    margin: 0 20px;
  }
  .lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list {
    width: 100%;
  }
  .lang-selector-modal.ant-modal .ant-modal-body .lang-selector-list .lang-selector-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    line-height: 16px;
  }
}

.bybit-common-fixed-footer {
  width: 100%;
  height: 48px;
  background: #17181e;
  position: relative;
}

.bybit-noncrypto-footer-wrapper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 64px 120px;
  background: #15192a;
}
.bybit-noncrypto-footer-wrapper .bybit-noncrypto-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 1920px;
  margin: 0 auto;
}
.bybit-noncrypto-footer-wrapper .bybit-noncrypto-footer-logo {
  width: 200px;
  height: 78px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('https://s1.bycsi.com/asset/image/logo-white.svg');
  margin-bottom: 20px;
}
.bybit-noncrypto-footer-wrapper .bybit-noncrypto-footer-copyright {
  margin-bottom: 20px;
  font-size: 14px;
  color: #FFF;
}
.bybit-noncrypto-footer-wrapper .bybit-noncrypto-footer-desc-wrapper {
  color: #FFF;
}
.bybit-noncrypto-footer-wrapper .bybit-noncrypto-footer-desc-wrapper > a {
  color: #FFF;
}
.bybit-noncrypto-footer-wrapper .bybit-noncrypto-footer-desc-wrapper > a:hover {
  color: #FFF;
}
@media screen and (max-width: 1439px) {
  .bybit-noncrypto-footer-wrapper {
    padding: 0 20px;
  }
  .bybit-noncrypto-footer-wrapper .bybit-noncrypto-footer {
    padding: 36px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .bybit-noncrypto-footer-wrapper .bybit-noncrypto-footer {
    width: 684px;
  }
}
@media screen and (max-width: 767px) {
  .bybit-noncrypto-footer-wrapper .bybit-noncrypto-footer {
    width: 343px;
  }
}
@media screen and (max-width: 343px) {
  .bybit-noncrypto-footer-wrapper .bybit-noncrypto-footer {
    width: 100%;
  }
}

.float-window {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  right: 15px;
  bottom: 120px;
  z-index: 1000;
  width: auto;
  height: 80px;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.4);
}
.float-window .float-window-content {
  padding: 0px 11px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.float-window .float-window-content .float-window-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.float-window .float-window-content .float-window-item .icon-base {
  display: inline-block;
  width: 15px;
  height: 15px;
}
.float-window .float-window-content .float-window-item .text {
  margin-left: 9px;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.jPN9DR1bPNeZt-d5vqcCC {
  width: 100%;
  min-width: 282px;
  height: 167px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  padding: 16px;
  background: #FFFFFF;
  position: relative;
  margin: 40px 16px 16px 16px;
  cursor: pointer;
}

.jPN9DR1bPNeZt-d5vqcCC:hover {
  box-shadow: 0 1px 24px rgba(21, 25, 42, 0.16);
}

._2bFxhqcguBthVnDjPI_uay {
  width: 54px;
}

._2bFxhqcguBthVnDjPI_uay span {
  display: inline-block;
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

._10y0q0W5ahXkEu0qIlgzZj {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
  justify-content: space-between;
  width: 100%;
}

._10y0q0W5ahXkEu0qIlgzZj .eVODQs1rXSncvSXtFfc_i {
  font-family: DINPro;
  font-size: 22px;
  line-height: 26px;
  color: #15192A;
  width: 100%;
  font-weight: bold;
  padding-right: 24px;
}
._10y0q0W5ahXkEu0qIlgzZj ._3U_O17R_VOScAsTPuDHOsv {
  font-size: 12px;
  color: #6E747B;
  font-weight: 500;
  width: calc(100% - 16px);
  line-height: 14px;
  margin-top: 8px;
}

._10y0q0W5ahXkEu0qIlgzZj .hCoeqxFJvJVqzZ2Rye4wE .hQDQNw9JcMMpL3xcwyuZN {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  padding: 4px 8px;
  background: rgba(249, 184, 51, 0.16);
  border-radius: 23px;
  color: #15192A;  
  margin: 8px 8px 0 0;
  font-weight: 500;
}

._1Jw8E_5Bvm2P3tNSIZNC4M {
  width: 16px;
  height: 16px;
  background-image: url('/earn/home/link-arrow.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 60px;
  right: 16px;
  opacity: 0.0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.jPN9DR1bPNeZt-d5vqcCC:hover ._1Jw8E_5Bvm2P3tNSIZNC4M {
  transform: translateY(-76px);
  opacity: 1;
}
.modal_background {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1101;
}
.modal_background .iframe-loading-spin {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1102;
}
.modal_background .login-frame {
  width: 748px;
  height: 620px;
  /* new: 618px */
  border: none;
  left: 50%;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  mask-image: -webkit-radial-gradient(white, black);
  transform: translate(-50%, -50%);
  background: #fff;
}
.modal_background .login-frame.reg {
  height: 728px;
  /* new: 728px */
}
@media screen and (min-width: 748px) {
  .modal_background .login-frame {
    width: 748px;
    height: 620px;
  }
  .modal_background .login-frame.reg {
    height: 728px;
  }
}
@media screen and (max-width: 747px) {
  .modal_background .login-frame {
    width: 446px;
    height: 520px;
  }
  .modal_background .login-frame.reg {
    height: 568px;
  }
}
@media screen and (max-width: 446px) {
  .modal_background .login-frame {
    width: calc(100% - 8px) !important;
    height: 520px;
  }
  .modal_background .login-frame.reg {
    height: 568px;
  }
}
@media screen and (max-height: 619px) {
  .modal_background .login-frame {
    height: 520px;
  }
  .modal_background .login-frame.reg {
    height: 568px;
  }
}
@media screen and (max-height: 727px) {
  .modal_background .login-frame.reg {
    height: 568px;
  }
}

.recomment-products {
  background: linear-gradient(109.34deg, #fffdf9 20.46%, #f7e3b1 100%);
  padding: 0 120px;
  font-family: DINPro;
}
@media (max-width: 992px) {
  .recomment-products {
    padding: 0 32px;
  }
}
@media screen and (min-width: 1920px) {
  .recomment-products {
    padding: 0 240px;
  }
}
.rec-card {
  height: 385px;
  margin: 40px 15px;
}
@media (max-width: 992px) {
  .rec-card {
    margin: 2em auto;
  }
}
.intro {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.intro-title {
  font-size: 28px;
  line-height: 33px;
  color: #15192a;
  font-weight: bold;
}
.intro-desc {
  font-size: 14px;
  line-height: 16px;
  color: #15192a;
  font-weight: 500;
}
.intro-block-value {
  font-size: 28px;
  line-height: 33px;
  color: #f7a600;
  font-weight: bold;
}
.intro-block-desc {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #6e747b;
}
.intro-separater {
  width: 100%;
  height: 1px;
  background: #ece9e9;
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.intro-teach-title {
  font-size: 14px;
  line-height: 16px;
  color: #15192a;
  font-weight: bold;
}
.intro-teach-title::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 16px;
  background-image: url('/earn/home/icon-lamp.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  vertical-align: -3px;
  margin-right: 3px;
}
.intro-cards-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  border-radius: 4px;
  cursor: pointer;
}
.intro-cards-card-hot {
  height: 110px;
  background-color: #eeeeee;
  background-image: url('/earn/home/hottest-recommend-intro.png');
  background-repeat: no-repeat;
  background-size: 87px 96px;
  background-position-x: 100%;
  background-position-y: center;
}
.intro-cards-card-hot span {
  width: 50%;
  margin-left: 25px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #15192a;
}
.intro-cards-card-beginner {
  height: 90px;
  background-color: rgba(249, 184, 51, 0.16);
  background-image: url('/earn/home/beginner-recommend-arrow.svg');
  background-repeat: no-repeat;
  background-size: 75px 75px;
  background-position-x: 100%;
  background-position-y: center;
  margin-bottom: 16px;
}
.intro-cards-card-text-title {
  font-family: DINPro;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #666666;
  margin-left: 25px;
  margin-bottom: 6px;
}
.intro-cards-card-text-content {
  font-size: 12px;
  line-height: 14px;
  color: #999999;
  margin-left: 25px;
}
.recommend-card {
  background-color: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: DINPro;
  border-radius: 8px;
  box-shadow: 0px 1px 20px rgba(21, 25, 42, 0.08);
}
.recommend-card-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.recommend-card-title-icons {
  display: flex;
  align-items: center;
}
.recommend-card-title-icon {
  width: 32px;
  height: 32px;
}
.recommend-card-title-icon:not(:first-child) {
  margin-left: -9px;
}
.recommend-card-title-coin {
  margin-left: 8px;
  font-size: 18px;
  color: #15192a;
}
.recommend-card-title-status {
  padding: 3px 12px 3px 13px;
  font-size: 14px;
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
  position: relative;
  margin-right: -21px;
  font-weight: 500;
}
.recommend-card-title-status::after {
  content: '';
  position: absolute;
  top: -3px;
  right: 0;
  width: 5px;
  height: 3px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.recommend-card-title-status-1 {
  color: #ffffff;
  background: #24ae64;
}
.recommend-card-title-status-1::after {
  background-image: url('/earn/home/status-in-progress-triangle.svg');
}
.recommend-card-title-status-3 {
  color: #15192a;
  background: #f7a600;
}
.recommend-card-title-status-3::after {
  background-image: url('/earn/home/status-coming-soon-triangle.svg');
}
.recommend-card-title-status-2 {
  color: #6e747b;
  background: #e9eced;
}
.recommend-card-title-status-2::after {
  background-image: url('/earn/home/status-ended-triangle.svg');
}
.recommend-card-product {
  font-size: 22px;
  color: #15192a;
  font-weight: bold;
}
.recommend-card-tags {
  margin-top: 8px;
}
.recommend-card-tags-tag {
  color: #15192a;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 23px;
  background: rgba(249, 184, 51, 0.16);
  margin-right: 8px;
  font-weight: 500;
}
.recommend-card-data {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  height: 62px;
  padding-top: 16px;
}
.recommend-card-data-column {
  flex-direction: column;
  padding-top: unset;
}
.recommend-card-data-value {
  font-size: 28px;
  line-height: 33px;
  color: #f7a600;
  font-family: DINPro;
  font-weight: bold;
}
.recommend-card-data-desc {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #6e747b;
}
.recommend-card-data-onecoin {
  font-size: 24px;
  line-height: 33px;
  color: #f7a600;
  font-family: DINPro;
  font-weight: bold;
  min-height: 46px;
}
.recommend-card-data-coin {
  font-size: 20px;
  line-height: 23px;
  color: #f7a600;
  font-family: DINPro;
  font-weight: bold;
}
.recommend-card-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 54px;
}
.recommend-card-detail-l1 {
  font-size: 12px;
  line-height: 15px;
  color: #6e747b;
  font-weight: 500;
  margin-bottom: 5px;
}
.recommend-card-detail-l2 {
  font-size: 14px;
  line-height: 17px;
  color: #15192a;
  font-weight: bold;
}
.recommend-card-detail-l2 .number {
  font-size: 14px;
  color: #15192a;
}
.recommend-card-detail-l2 .time {
  color: #6e747b;
  margin: 0 0.5em;
}
.recommend-card-button-wrapper {
  display: flex;
  flex-direction: column;
}
.recommend-card-button {
  margin-bottom: 15px;
}
.recommend-card-button[disabled] {
  background-color: #e9eced;
  color: rgba(21, 25, 42, 0.32);
}
.recommend-card-link {
  text-align: center;
  color: #f7a600;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  font-weight: 500;
  padding-bottom: 4px;
}

@keyframes _1GxDl4hSjF4MR0um6SufZp {
  to {
    transform: rotate(360deg);
  }
}

._3qVRMTaiCTxNkwMRL62_ee {
  height: 42px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  background: #ffb11a;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

._3qVRMTaiCTxNkwMRL62_ee:hover {
  background: #ffc642;
}

._3qVRMTaiCTxNkwMRL62_ee:active {
  background: #d98d0b;
}

._3qVRMTaiCTxNkwMRL62_ee:disabled {
  color: #999;
  cursor: not-allowed;
  background: #f5f5f5;
}

._1jkEnppQ03q_mLAzgFHuyA {
  border: 1px solid #d8d8d8;
  background: #fff;
}

._1jkEnppQ03q_mLAzgFHuyA:hover {
  color: #ffc642;
  border-color: #ffc642;
  background: #fff;
}

._1jkEnppQ03q_mLAzgFHuyA:active {
  color: #d98d0b;
  border-color: #d98d0b;
  background: #fff;
}

._3yVuzaclHbi6neaYXt83ev {
  pointer-events: none;
}

._3yVuzaclHbi6neaYXt83ev::before {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: #fff;
  opacity: 0.35;
}

._1ddLMvhm-yTxxOAzxUydZ8 {
  padding-right: 8px;
  line-height: 0;
}

._1ddLMvhm-yTxxOAzxUydZ8 svg {
  animation: _1GxDl4hSjF4MR0um6SufZp 1s infinite linear;
}

.card {
  width: 100%;
  border-radius: 12px !important;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08) !important;
  cursor: pointer;
}
.productTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 10px;
}
.newbie-lable {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 10px);
  width: 162px;
}
.newbie-text {
  left: 0%;
  position: absolute;
  width: 100%;
  min-width: 162px;
  height: 100%;
  min-height: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  color: #f4a203;
}
.productName {
  font-style: normal;
  font-weight: normal;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #999999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.staticRevenueRate {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #999999;
  width: 100%;
  display: flex;
  justify-content: center;
}
.productRebate {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 48px;
  color: #ffb11a;
}
.productDescription-value {
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.productDescription-button {
  color: black !important;
  font-weight: 600 !important;
  z-index: 2;
}
.productDescription-button-offline {
  color: #999999 !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  z-index: 2;
}
.productDescription {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}
.productDescription .productDescription-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  white-space: nowrap;
  margin-right: 10px;
}
.productBuyButton {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.productBuyButton button {
  width: 80%;
  max-width: 300px;
}
.deactivatedMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.16);
  text-align: center;
}
.deactivatedMask div {
  font-size: xx-large;
  border: 6px solid red;
  border-radius: 2px;
  color: red;
  width: fit-content;
  padding: 3px 15px;
  line-height: 90%;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: rotate(-30deg) translate(-50%, -50%);
}
.cloud-coins,
.defi-coins,
.dual-coins {
  height: 20px;
  margin-right: 5px;
  position: relative;
}
.cloud-coins {
  width: 20px;
}
.defi-coins {
  width: 35px;
}
.dual-coins {
  width: 50px;
}
.card-coin-1,
.card-coin-2,
.card-coin-3 {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
}
.card-coin-1 {
  left: 0;
}
.card-coin-2 {
  left: 15px;
}
.card-coin-3 {
  left: 30px;
}

.newbie-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newbie-text {
  left: 0%;
  position: absolute;
  width: 100%;
  min-width: 162px;
  height: 100%;
  min-height: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  color: #f4a203;
}

@keyframes _3AydvQ9CXhafiQsFyCDbkE {
  0% {
    background: rgba(255, 177, 26, 0.1);
  }
  33% {
    background: #ffb11a;
  }
  66% {
    background: rgba(255, 177, 26, 0.5);
  }
  100% {
    background: rgba(255, 177, 26, 0.1);
  }
}

@keyframes ReKhfNqrmEVJkOwxbuoy2 {
  0% {
    background: rgba(255, 177, 26, 0.5);
  }
  33% {
    background: rgba(255, 177, 26, 0.1);
  }
  66% {
    background: #ffb11a;
  }
  100% {
    background: rgba(255, 177, 26, 0.5);
  }
}

@keyframes _2BQTJNB8fUJUioXtEUkZvx {
  0% {
    background: #ffb11a;
  }
  33% {
    background: rgba(255, 177, 26, 0.5);
  }
  66% {
    background: rgba(255, 177, 26, 0.1);
  }
  100% {
    background: #ffb11a;
  }
}

.tU2f4AUZrTwTHgPddkYMd {
  display: flex;
  justify-content: center;
}

._1Q-7vrko6ebxNAeTFkwvY0 {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

._3TlFfRfZUqKsTE_KhwiKzZ {
  margin-right: 12px;
  animation: _3AydvQ9CXhafiQsFyCDbkE 1.6s step-start infinite;
}

.-Aq68hDh2-O4I7icQTd9w {
  margin-right: 12px;
  animation: ReKhfNqrmEVJkOwxbuoy2 1.6s step-start infinite;
}

._3aoreqGmEpPRUWTq9qwZVe {
  animation: _2BQTJNB8fUJUioXtEUkZvx 1.6s step-start infinite;
}

._1h7VC5hBqhBH4qXLjOpnI5 {
  color: #999;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

._1R4zBR-31uCEM010sU4drK {
  color: #999;
  text-align: center;
}

.-rwESKxjX5pXGszDc8qHh {
  filter: grayscale(1);
}

._2SehbJyJWatAB373ZtcyHT,
._1Qcun1z0GlWXQV_O38-CM5,
.P2_q0--wmUecnJAu5CpBH {
  min-width: 285px;
  height: 380px;
  border-radius: 4px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
}

.xn_QCblBiUwpskWB7g913 {
  padding: 24px 16px;
  background-image: url('/earn/home/coin-card.jpg');
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

._2gzV5xRu1RecUEpvE6_KVR img {
  width: 48px;
  height: 48px;
}

._2gzV5xRu1RecUEpvE6_KVR span {
  margin-left: 8px;
  color: #ffb11a;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
}

._1HYT7PLNgKO_i0higMxWNl {
  margin-top: 16px;
  height: 24px;
  margin-left: 8px;
  margin-right: 8px;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  background: #fef6e5;
  position: relative;
}

._1HYT7PLNgKO_i0higMxWNl::before,
._1HYT7PLNgKO_i0higMxWNl::after {
  content: '';
  position: absolute;
  top: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

._1HYT7PLNgKO_i0higMxWNl::before {
  right: 100%;
  border-right: 8px solid #fef6e5;
}

._1HYT7PLNgKO_i0higMxWNl::after {
  left: 100%;
  border-left: 8px solid #fef6e5;
}

.vdTzmEyoDq4QF5bO86wtY {
  padding: 5px 0;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  text-align: center;
  border-radius: 4px;
  background: #fef6e5;
}

._1a3vRZcFlopOm86NO1hcAl {
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

._2fDySsRJKG8MGw-QhGNrEd {
  color: #ffb11a;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}

.zCoqR9ug3aSPIcxR7s2x5 {
  height: 14px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

._3s30BNkJIv2GaB800gUU89 {
  display: flex;
  justify-content: space-around;
}

._2q1cfdcuM6-IOV0mKb_HBB {
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

._2q1cfdcuM6-IOV0mKb_HBB img {
  margin-right: 4px;
  width: 16px;
  height: 16px;
}

._2q1cfdcuM6-IOV0mKb_HBB a,
._2q1cfdcuM6-IOV0mKb_HBB a:focus,
._2q1cfdcuM6-IOV0mKb_HBB a:hover,
._2q1cfdcuM6-IOV0mKb_HBB a:visited {
  color: #fff;
}

._1Qcun1z0GlWXQV_O38-CM5 {
  padding: 24px 16px;
  position: relative;
}

._1Qcun1z0GlWXQV_O38-CM5::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: linear-gradient(67.37deg, #080a0b 4.34%, #794c37 35.29%);
}

._2gTQTpJ2oVUcwa5i7hF7Tc {
  height: 24px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._2uwmLTgmuXyFNN81HCkPdE {
  margin-top: 22px;
  height: 52px;
  color: #ffb11a;
  font-size: 40px;
  font-weight: bold;
  line-height: 52px;
  text-align: center;
}

.LlcZBSQYXE6hd0bfNhYHY {
  height: 16px;
  color: #999;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
}

._3XZTEqWv1bBjjWqC0dM8t4 {
  margin: 32px auto 0;
  width: 59px;
  height: 32px;
  position: relative;
}

._3H5UQBqFeHD1vhh_5vHfoH,
._3BNkz3WE_ZQ3FMbZAIj8jx {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
}

._3H5UQBqFeHD1vhh_5vHfoH {
  left: 0;
}

._3BNkz3WE_ZQ3FMbZAIj8jx {
  right: 0;
}

._2bwVkMklxJlyYWsuRe7K_Z {
  height: 24px;
  color: #999;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

._2r5dz60PXr7i0XH7JGspkg {
  margin-top: 48px;
  width: 100%;
}

.P2_q0--wmUecnJAu5CpBH {
  padding: 70px 16px 24px;
  background-image: url('/earn/home/coin-card.jpg');
  background-size: 100% 100%;
}

.DyDwxFLcGcDh3SS8q9okD {
  line-height: 0;
  text-align: center;
}

.DyDwxFLcGcDh3SS8q9okD img {
  width: 120px;
  height: 120px;
}

._2dMrNgP2whbU5YuKd9GdUd {
  color: #ffb11a;
  font-size: 24px;
  font-weight: bold;
  line-height: 31px;
  text-align: center;
}

._1CUlrs3lprtvOqXi7yiABO {
  margin-top: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
}

._3umski9JlofGdXkYdVq-pl {
  padding: 12px 16px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

._11RuDPNo6ov0yewHsPsfU9 {
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  padding: 0 16px;
  background: #fef6e5;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #ffb11a;
  font-size: 14px;
  line-height: 32px;
}

._2v79533xSySY3pd2aN2dgV {
  height: 24px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._19-54i9HV2okAvcO1fcd41 {
  margin-top: 4px;
  height: 14px;
  color: #999;
  font-size: 12px;
  line-height: 14px;
}

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

._2E3TjzHKwCE2HK4pebQk_3 {
  width: 80px;
  height: 64px;
  position: relative;
}

._2I4Kmr-lkMEV50NuSx7fqa {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 10px;
  left: 18px;
}

._3J9Pk1ycls3zCisYtKP35C {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 24px;
}

._2YcRvN2Fpb9I8OVWepCaab,
._3NeGXyhJeVbvV14YnIHOCA {
  width: 44px;
  height: 44px;
  position: absolute;
  bottom: 10px;
}

._3rgbBoANZjB58oTxKLB6FV {
  bottom: 0;
}

._2YcRvN2Fpb9I8OVWepCaab {
  left: 0;
}

._3NeGXyhJeVbvV14YnIHOCA {
  right: 0;
}

._2MGDy91fNbyHk-Y0TnCe26 {
  margin-left: 14px;
}

._3HJnonl93iJ52p27yxpiSb {
  margin-top: 4px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}

._3HJnonl93iJ52p27yxpiSb:first-child {
  margin-top: 0;
}

.DoKG-P_ceHbNJfEryNzo5 {
  margin-top: 4px;
  width: fit-content;
  padding: 3px 8px;
  color: #666;
  font-size: 12px;
  line-height: 14px;
  background: #f5f5f5;
  border-radius: 2px;
}

._2_paPtjFmuko6DG9d5i9U1 {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
}

._2_paPtjFmuko6DG9d5i9U1:first-child {
  margin-top: 0;
}

._3hqKpInal1A9aVnyoN9x3M {
  height: 16px;
  color: #666;
  font-size: 14px;
  line-height: 16px;
}

._3lP5F13nHjYHNtvkNDaHWB {
  height: 16px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  display: flex;
}

._1FHLq9WwA_N4Rg8vKYqt2M {
  margin-left: 4px;
  position: relative;
}

._1FHLq9WwA_N4Rg8vKYqt2M:hover ._2WnlYTDMBpGqaskfBiAeP {
  display: block;
}

._3jwoyA7j0PsDKMUuU74fn0 {
  width: 16px;
  height: 16px;
  background-image: url('/earn/home/info.svg');
  background-size: 100% 100%;
}

._2WnlYTDMBpGqaskfBiAeP {
  display: none;
  padding: 6px 8px;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: -8px;
  right: -12px;
  transform: translateY(-100%);
}

._2WnlYTDMBpGqaskfBiAeP::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 16px;
  bottom: -4px;
}

._3BSMqoPjFOzh4_t0ZDTxnK {
  margin-top: 14px;
  width: 100%;
}

._1TIV6kPelz0caqTBh5MdtP {
  margin-top: 28px;
  color: #666;
  font-size: 16px;
  line-height: 20px;
}

.Sp8jMZFSsqATJ2j-uiD7c,
.ALKNEl74rpkzQ19iLJR3E {
  line-height: 0;
  text-align: center;
}

.Sp8jMZFSsqATJ2j-uiD7c img {
  width: 80px;
  height: 82px;
}

.ALKNEl74rpkzQ19iLJR3E img {
  width: 127px;
  height: 123px;
}

._2XnvFbHPEba7EaPOFA31Xy {
  margin-top: 4px;
  height: 32px;
  color: #ffb11a;
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
}

._27hxwIygwvUJFMMQAOtZ_a {
  height: 14px;
  color: #999;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

._1VUd79EZ2lKHMS_xmp5wNW {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

._1kpunv1ilT0CSYBDrRYXGT,
._3DLfQHX_T78hP7lfCXUetk {
  margin-bottom: 64px;
}

._1HDuL2n8agOnxrEoLR_t3g {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

._2NblrLkdp8iMKQ6PqXEwXZ {
  margin-top: 20px;
  width: 25%;
  padding: 0 10px;
}

._24SXqu3QdklBWcf7pNq_zY,
._1R4wo06Jyi-6KdRcO55VPK {
  margin-bottom: 80px;
}

.dyWRQx3Dcqn18I_iwVhP7 {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

._2MDjx_p8WN621OpftFp15A {
  margin-top: 12px;
  height: 4px;
  background: #f5f5f5;
  position: relative;
}

._2MDjx_p8WN621OpftFp15A::before {
  content: '';
  width: 166px;
  height: 4px;
  background: #ffb11a;
  position: absolute;
  top: 0;
  left: 0;
}

.w5pO3OAVJkW6QJlvegAbC {
  margin-top: 32px;
}

._1QLWeQLB8I7hJyNY2SuVKG {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

.pS5AXRN2tPISeKnqMCgiC {
  margin-top: 12px;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #666;
}

.pS5AXRN2tPISeKnqMCgiC p {
  margin-bottom: 1em;
}

.pS5AXRN2tPISeKnqMCgiC p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1239px) {
  ._2NblrLkdp8iMKQ6PqXEwXZ {
    width: 50%;
  }
}

@media (max-width: 767px) {
  ._2NblrLkdp8iMKQ6PqXEwXZ {
    width: 100%;
  }
}

._2ZFjKiSYVLJ2wPSIFulwcX {
  /* Header z-index is 1002 */
  z-index: 1003;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

._2SGAjDJRYrMMN7QT84RtBk {
  width: 494px;
  min-height: 520px;
  padding: 24px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.08);
  position: relative;
}

._1fZEoMU67jGtlk-oN2g_Fs {
  height: 26px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  display: flex;
  justify-content: space-between;
}

._1fPOZIKoJ3-GFXWTDT5esI {
  width: 26px;
  height: 26px;
  cursor: pointer;
  background-image: url('/earn/home/close.svg');
  background-size: 100% 100%;
}

._2Z73LbeMJWgO6f99qoPBZ9,
.I2bzreWgGRExCxNR0oB60 {
  margin-top: 16px;
  padding: 16px;
  border-radius: 4px;
  background: #f5f5f5;
}

._36qxQswTqsxtB7ScZo3N99 {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._36qxQswTqsxtB7ScZo3N99:first-child {
  margin-top: 0;
}

._3Ze3o9-l3GTk14tWZLMmNK,
.hkIATLqcM2n2YrIzd0Jm9,
._2R4eadZeQ_KDrc7-banz7o {
  height: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

._3Ze3o9-l3GTk14tWZLMmNK,
._2R4eadZeQ_KDrc7-banz7o {
  color: #999;
  display: flex;
  align-items: center;
}

.hkIATLqcM2n2YrIzd0Jm9 {
  color: #000;
}

.gLICGkENRnWDBMo2uD8V0 {
  margin-left: 4px;
  position: relative;
}

.gLICGkENRnWDBMo2uD8V0:hover ._3DbAfo8n-m-maaRgQJfdtV {
  display: block;
}

._37pAtURLCLBcwYENYy6c8o {
  width: 16px;
  height: 16px;
  background-image: url('/earn/home/info.svg');
  background-size: 100% 100%;
}

._3DbAfo8n-m-maaRgQJfdtV {
  display: none;
  width: 280px;
  padding: 6px 8px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: -8px;
  left: -80px;
  transform: translateY(-100%);
}

._3DbAfo8n-m-maaRgQJfdtV::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 84px;
  bottom: -4px;
}

._3GU4n48HcXVfdSAy4wO4uS {
  height: 26px;
  line-height: 1.3;
}

._2FyqB77rw6ufUB8pBQdhI1 {
  margin-right: 4px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

.mykBJsmD3WAeesru9fWpC {
  color: #ffb11a;
  font-size: 20px;
  font-weight: bold;
}

._2mjhTcfS_2bIqN7OBHqo0t {
  margin-top: 16px;
  height: 18px;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  justify-content: space-between;
}

._3IKU8LhdYKB2Bqd07TvrVp {
  color: #999;
  font-weight: 500;
}

._1DYAq9UUy6fRiyV70YktY {
  color: #000;
  font-weight: bold;
}

._1ZzMv9gOIu7RRaNpRVlkWN,
._1ZzMv9gOIu7RRaNpRVlkWN:focus,
._1ZzMv9gOIu7RRaNpRVlkWN:hover,
._1ZzMv9gOIu7RRaNpRVlkWN:visited {
  color: #ffb11a;
  font-weight: bold;
}

._2WS615RzWfN8Wnz5nJJPBx,
._2Z2GsZRF8bFO0KCHuo8yeC {
  margin-top: 16px;
  height: 15px;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  justify-content: space-between;
}

._27pOFA9UiDCDzzoailc11v,
._2Z2GsZRF8bFO0KCHuo8yeC {
  color: #000;
}

.OnzMoS0pVfNnRi8SixusY {
  color: #999;
}

._2QjS6_TwbzVQPwyfnbhLd6 {
  margin-top: 4px;
  position: relative;
}

._2QjS6_TwbzVQPwyfnbhLd6 input {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}

._1eaVlDJoIzpvQEH1dKhMDr {
  height: 32px;
  font-size: 14px;
  display: flex;
  position: absolute;
  top: 8px;
  right: 0;
}

._3mlNfrLy3quUbOha1_pqjl {
  margin-right: 16px;
  color: #000;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  align-items: center;
}

._3mlNfrLy3quUbOha1_pqjl img {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}

.gXaFlN3JQiU49dgLC76qE {
  padding: 0 16px;
  color: #ffb11a;
  font-weight: bold;
  line-height: 32px;
  cursor: pointer;
  border-left: 1px solid #ededed;
}

._3XUWnqjPGM1mHdGn8kmBk- {
  margin-top: 4px;
  height: 15px;
  color: #fb4c51;
  font-size: 12px;
  line-height: 15px;
}

._1M91Ix-0TPZTlcxDdDZwhp {
  margin-top: 16px;
  color: #666;
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
  align-items: flex-start;
}

._1M91Ix-0TPZTlcxDdDZwhp input {
  margin-top: 7px;
  margin-right: 10px;
  appearance: none;
  width: 12px;
  height: 12px;
  border: 1px solid #828283;
  border-radius: 3px;
  position: relative;
}

._1M91Ix-0TPZTlcxDdDZwhp input:checked {
  border-color: #ffb11a;
  background: #ffb11a;
}

._1M91Ix-0TPZTlcxDdDZwhp input::before {
  content: '';
  width: 4px;
  height: 8px;
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 3px;
}

._1XVxXk6h1D6aPYPCexjamN,
._1XVxXk6h1D6aPYPCexjamN:focus,
._1XVxXk6h1D6aPYPCexjamN:hover,
._1XVxXk6h1D6aPYPCexjamN:visited {
  color: #ffb11a;
  font-weight: bold;
}

._2AZuH1caMMmDwqOWY2ac2v {
  margin-top: 16px;
  width: 100%;
}

._1cSbqlBM0mjYHewNOwYzgj {
  width: 100%;
  height: 244px;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  position: absolute;
  top: 276px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

._39GyUlDqopNVR2RTeakXQX {
  margin-top: 24px;
}

._1zZ8NmqroVs4PzAnXXLWNW {
  min-height: 594px;
}

._3YlKMo-dgw3rs7Bfz05i4Q {
  margin-top: 4px;
  height: 48px;
  padding-left: 16px;
  padding-right: 40px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  cursor: default;
}

.JHcoeQxwMGogYbn4BrGnV {
  background: #f5f5f5;
  cursor: not-allowed;
}

._3jhypTdrRJH3qnl8u2Q26T {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.QZAPALj9Sn0DKJJQK7F4K {
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  top: 18px;
  right: 20px;
}

.JHcoeQxwMGogYbn4BrGnV .QZAPALj9Sn0DKJJQK7F4K {
  border-right-color: #999;
  border-bottom-color: #999;
}

._13WbjmrH27tfl5HTqAFMQ4 {
  z-index: 1;
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  max-height: 249px;
  overflow-y: auto;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.08);
}

._1vTNPV_-ooaLrNffUzLmmM {
  padding: 4px 0;
}

._3d-vMXw8jbsDz03FaKTF53 {
  padding: 16px;
}

._3d-vMXw8jbsDz03FaKTF53:hover,
._1jIKEtnfLp2TDEYzWe7YAX {
  background: #f5f5f5;
}

.RwII0xfEzhDehIIE-Icsy {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  justify-content: space-between;
}

.JHcoeQxwMGogYbn4BrGnV .RwII0xfEzhDehIIE-Icsy {
  color: #999;
}

._2PGrfn4DEZJixhU3rrwYvp,
._1gE9ep88fhJidbeTgUlgUQ {
  display: flex;
}

._2PGrfn4DEZJixhU3rrwYvp img {
  margin-right: 4px;
  width: 18px;
  height: 18px;
}

._2ZyBIv8fuI1gt5gFYKjfUN {
  margin: 0 8px;
  width: 1px;
  height: 18px;
  background: #ededed;
}

._1R46GLZQy3k_BplTFvF0l1 {
  margin-top: 4px;
  color: #999;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
}

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

._1WNzOHNI15ogfA0dn_Gfg_ {
  max-width: 200px;
  height: 26px;
  color: #24AE64;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._3OlYY_PThPao3n-DR4GkAl {
  top: 276px;
}

@media (max-width: 767px) {
  ._2ZFjKiSYVLJ2wPSIFulwcX {
    align-items: flex-end;
  }

  ._2SGAjDJRYrMMN7QT84RtBk {
    width: inherit;
    height: calc(100vh - 44px);
    padding: 24px 16px;
    border-radius: 12px 12px 0px 0px;
  }

  ._3Ze3o9-l3GTk14tWZLMmNK,
  .hkIATLqcM2n2YrIzd0Jm9,
  ._2R4eadZeQ_KDrc7-banz7o {
    font-size: 12px;
  }

  ._37pAtURLCLBcwYENYy6c8o {
    width: 14px;
    height: 14px;
  }

  ._3DbAfo8n-m-maaRgQJfdtV {
    font-size: 12px;
  }

  .mykBJsmD3WAeesru9fWpC {
    font-size: 18px;
  }

  ._2mjhTcfS_2bIqN7OBHqo0t {
    font-size: 12px;
  }

  ._1cSbqlBM0mjYHewNOwYzgj {
    padding: 0 16px;
  }

  ._1WNzOHNI15ogfA0dn_Gfg_ {
    max-width: 130px;
    font-size: 16px;
  }
}

._2qGUYeNeAx6hJL7ByLgigY {
  /* Header z-index is 1002 */
  z-index: 1003;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

._3supkUGowuIXK1WznPDClD {
  width: 494px;
  padding: 24px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.08);
}

._2vrHBwhCT0iszBZoHEbiip {
  display: flex;
  justify-content: flex-end;
}

._3rJIUNqVGkEWPD1IyXbfxb {
  width: 26px;
  height: 26px;
  cursor: pointer;
  background-image: url('/earn/home/close.svg');
  background-size: 100% 100%;
}

.SCPiUERrp51cC9GU1Dt_c {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}

.SCPiUERrp51cC9GU1Dt_c img {
  margin-right: 24px;
  width: 54px;
  height: 54px;
}

._2WKovNxlaPGa9Fq516Mid8 {
  margin-top: 16px;
  padding: 16px;
  border-radius: 4px;
  background: #f5f5f5;
}

._1UUxOTauwSLtG74epZuN_- {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._1UUxOTauwSLtG74epZuN_-:first-child {
  margin-top: 0;
}

._1WlMw1C6nXaq7fjLq_Gwz0,
._3hkAkGXtoLeuEJekgGgCH9 {
  height: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

._1WlMw1C6nXaq7fjLq_Gwz0 {
  color: #999;
  display: flex;
  align-items: center;
}

._3hkAkGXtoLeuEJekgGgCH9 {
  color: #000;
}

._2asXsuGtxqr0LR5J61wQlX {
  margin-left: 4px;
  position: relative;
}

._2asXsuGtxqr0LR5J61wQlX:hover ._3YoNWS23_RDSuecSvF84A_ {
  display: block;
}

._2pW6kvcE0LSfsAVAm8tziN {
  width: 16px;
  height: 16px;
  background-image: url('/earn/home/info.svg');
  background-size: 100% 100%;
}

._3YoNWS23_RDSuecSvF84A_ {
  display: none;
  width: 280px;
  padding: 6px 8px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: -8px;
  left: -80px;
  transform: translateY(-100%);
}

._3YoNWS23_RDSuecSvF84A_::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.75);
  position: absolute;
  left: 84px;
  bottom: -4px;
}

._29mKTg_EvNWmzQ5E2AblKX {
  height: 26px;
  line-height: 1.3;
}

._3FfL1ouLtUpU183H48NBWM {
  margin-right: 4px;
  color: #000;
  font-size: 12px;
  font-weight: 500;
}

._1mrPOm_QBp_eOO1EuW7fhj {
  color: #ffb11a;
  font-size: 20px;
  font-weight: bold;
}

._1RlZ0uXlwwgQuCNayxPmts {
  margin-top: 16px;
  padding: 16px;
  color: #999;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  border-radius: 4px;
  background: #f5f5f5;
}

.pYevNaTix1iKEIF_hIQ7Z {
  margin-top: 32px;
}

.pYevNaTix1iKEIF_hIQ7Z button {
  width: 100%;
}

.pYevNaTix1iKEIF_hIQ7Z button:nth-child(2) {
  margin-top: 16px;
}

@media (max-width: 767px) {
  ._2qGUYeNeAx6hJL7ByLgigY {
    align-items: flex-end;
  }

  ._3supkUGowuIXK1WznPDClD {
    width: inherit;
    height: calc(100vh - 44px);
    padding: 24px 16px;
    border-radius: 12px 12px 0px 0px;
  }

  ._1WlMw1C6nXaq7fjLq_Gwz0,
  ._3hkAkGXtoLeuEJekgGgCH9 {
    font-size: 12px;
  }

  ._2pW6kvcE0LSfsAVAm8tziN {
    width: 14px;
    height: 14px;
  }

  ._3YoNWS23_RDSuecSvF84A_ {
    font-size: 12px;
  }

  ._1mrPOm_QBp_eOO1EuW7fhj {
    font-size: 18px;
  }
}

._1vxXbS3FRfwixf_YG8q77w {
  margin: 0 auto;
}

._3qmgfcGeX0azk9uE1i8Zlq,
._2qarJJgnziiW6ZpbQcL8of,
._2pSV3DUPuBF_6cWfiu0Ib5 {
  margin-bottom: 64px;
}

._3qmgfcGeX0azk9uE1i8Zlq {
  position: relative;
  width: calc(100% - 240px);
  margin: 0 auto 40px auto;
}


._5Y5VOTjRpcTs3lDu40oPX {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1920px;
  margin-top: auto;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  scroll-behavior: smooth;
  -moz-transition    : all 0.5s ease-out;
  -o-transition      : all 0.5s ease-out;
  -webkit-transition : all 0.5s ease-out;
  transition         : all 0.5s ease-out;
}

._5Y5VOTjRpcTs3lDu40oPX::-webkit-scrollbar {
  display: none;
}

._3lc-6LMnvimWl2ZRct7WKp {
  display: flex;
  width: 100%;
  height: 20px;
  background-color: rgb(255, 255, 255);
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -moz-transition    : all 0.5s ease-out;
  -o-transition      : all 0.5s ease-out;
  -webkit-transition : all 0.5s ease-out;
  transition         : all 0.5s ease-out;
}

._3lc-6LMnvimWl2ZRct7WKp ._1EW6gRfE24FB-ucIoZ9i9r {
  width: 80px;
  height: 6px;
  background-color: #EDEDED;
  border-radius: 4px;
}

._3lc-6LMnvimWl2ZRct7WKp .SWSMP4E8EwpmRCeyVMJph {
  width: 40px;
  height: 6px;
  background-color: #F7A600;
  border-radius: 4px;
  will-change: transform;
}

.nl_hMrFRRGMxPmFbfdPSP {
  width: 12px;
  height: 21px;
  background-image: url('/earn/home/arrow-icon-pre.svg');
  position: absolute;
  left: -50px;
  top: calc(50% - 25px);
  cursor: pointer;
  display: none;
}

.nl_hMrFRRGMxPmFbfdPSP:hover {
  background-image: url('/earn/home/arrow-icon-pre-active.svg');
}

.UPp1Wimk8ekplT_Jji_Pq {
  width: 12px;
  height: 21px;
  background-image: url('/earn/home/arrow-icon-next.svg');
  position: absolute;
  right: -50px;
  top: calc(50% - 25px);
  cursor: pointer;
}

.UPp1Wimk8ekplT_Jji_Pq:hover {
  background-image: url('/earn/home/arrow-icon-next-active.svg');
}


._32E4dr1e2SgJ7PAUwyeQY0 {
  background-image: url('/earn/home/product-icons/launchpool.svg');
}

._3IQ0YHSTKHGTOJzIwS7Dib {
  background-image: url('/earn/home/product-icons/dual-asset.svg');
}

._14VWEno0DRuPZu6vXqigUa {
  background-image: url('/earn/home/product-icons/defi-mining.svg');
}

._1y-Bwh0IvgAbwja9bVcVFb {
  background-image: url('/earn/home/product-icons/flexible-staking.svg');
}

._1gvANAkR1eJiUcvO96JjfZ {
  background-image: url('/earn/home/product-icons/cloud-mining.svg');
}

._2qarJJgnziiW6ZpbQcL8of {
  width: 100%;
  margin-top: 20px;
  padding-left: 120px;
  padding-right: 120px;
}

.jJZQCkH022iRDZxfxzyZy {
  padding: 24px;
  height: 132px;
  border: solid 1px transparent;
  border-radius: 8px;
  background-image: linear-gradient(white, white),
    linear-gradient(to bottom,
      rgba(199, 205, 208, 1),
      rgba(199, 205, 208, 0));
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

._2Kh2MnXntySEvuaCgHQbb3 {
  font-family: IBM Plex Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 52px;
  color: #F7A600;
}

.Ki4GmOr0mPrYu0Kf3YFNa {
  font-family: DINPro;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  color: #6E747B;
  font-weight: 500;
}

._3T1-PEbGVJiiGs0Q-si85e {
  width: 100%;
}

.LY8DUkEL1CgUFkFcSTbLv {
  font-family: DINPro;
  font-size: 28px;
  color: #15192A;
  font-weight: bold;
}

._2DW-r8M6J_HaMFnPsUk04F {
  font-family: IBM Plex Sans;
  font-size: 18px;
  color: #6E747B;
  margin-top: 24px;
}

._2DW-r8M6J_HaMFnPsUk04F span {
  color: #F7A600;
}

._3SA3uOR49ZOVPKp3KUMwmP {
  max-width: 100%;
  width: 427px;
  height: 240px;
  background-image: url('/earn/home/what-is-bifi.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
}

._2pSV3DUPuBF_6cWfiu0Ib5 {
  padding: 0 120px;
  position: relative;
  display: flex;
  flex-direction: row;
}

._2pucwMLZu3wJDj5Y946qi3 {
  display: flex;
  flex-direction: column;
  border-left: 2px solid #ECE9E9;
}

._1YYZygWr0yF8DBkookUbHr {
  position: relative;
  cursor: pointer;
  font-family: DINPro;
  font-size: 28px;
  font-weight: bold;
  color: rgba(21, 25, 42, 0.32);
  padding-left: 20px;
}

._1YYZygWr0yF8DBkookUbHr:not(:last-child) {
  padding-bottom: 32px;
}

.rOq5V7ISwtXn0GQ0w2Z9j {
  color: #15192A;
}

._1YYZygWr0yF8DBkookUbHr:before {
  content: '';
  display: inline;
  width: 2px;
  height: 30px;
  border-radius: 2px;
  background-color: #F7A600;
  position: absolute;
  left: -1px;
  top: 0;
  transform: scaleY(0);
  transition: all .3s ease;
}

.rOq5V7ISwtXn0GQ0w2Z9j:before {
  transform: scaleY(1);
}

.DPJVYIH1GohmYIhAixFFZ {
  position: relative;
  width: 100%;
}

.nn9MqKn5rCrruzVPLuET5 {
  display: flex;
  flex-direction: row;
  opacity: 0;
  transform: translateY(100px);
  transition: all .3s ease;
  position: absolute;
  top: 0;
  left: 120px;
}

._2_6Y3PAquojBeg-Z8P58wv {
  opacity: 1;
  transform: translateY(0);
}

._83N4jyH04Ru9CsuhtN_vV {
  width: calc(100% - 305px);
}

._83N4jyH04Ru9CsuhtN_vV p {
  font-family: IBM Plex Sans;
  font-size: 18px;
  line-height: 28px;
  color: #6E747B;
}

.SLHi_z6j_9bu1KSrZFCHt {
  margin-top: 24px;
}

._1WX-u-yhnUaM8aotnrIU2s {
  display: inline-block;
  padding: 12px;
  margin-right: 16px;
  margin-bottom: 12px;
  background: #FFFFFF;
  border: 1px solid #C7CDD0;
  box-sizing: border-box;
  border-radius: 4px;
}

._2kE7x-OqbMUMC9Z8qYOzvV {
  width: 304px;
  height: 304px;
  background-size: 100%;
}

.OWEL4zKZD_5_SlmKIrrtr {
  background-image: url('/earn/home/trade-type-0.png');
}

._2UxLif-EZlNquIBRQ__uP3 {
  background-image: url('/earn/home/trade-type-0.png');
}

.dfuKZInU1dxxetVthsgcx {
  background-image: url('/earn/home/trade-type-0.png');
}

.B9w4HfD8eaLn_n3BTaojH {
  background-image: url('/earn/home/trade-type-0.png');
}


.aBDBaow6yDev727EGIH5h {
  width: 100%;
  padding: 0 120px;
  height: 172px;
  background: #161923;
}

._13mCJB7NdQMe1YcUgj3k14 {
  height: 100%;
  border-bottom: 1px solid #40424A;
}

.rJCnHaSwF922ro9AQuOZa {
  font-size: 40px;
  color: #FFFFFF;
  font-weight: bold;
}

._2DLsdCZJOthOA2aQY3b8zF {
  width: 134px;
  height: 50px;
  line-height: 50px;
  background: #F7A600;
  border-radius: 4px;
  font-size: 20px;
  text-align: center;
  color: #15192A;
  cursor: pointer;
}

@media (max-width: 992px) {
  ._3qmgfcGeX0azk9uE1i8Zlq {
    padding-top: 1em;
    width: calc(100% - 2em);
  }

  ._2qarJJgnziiW6ZpbQcL8of {
    padding: 1em 2em 0 2em;
  }

  .jJZQCkH022iRDZxfxzyZy {
    padding: 1em;
  }

  ._2Kh2MnXntySEvuaCgHQbb3 {
    font-size: 1.8rem;
    line-height: unset;
    word-break: break-all;
  }

  .nl_hMrFRRGMxPmFbfdPSP {
    left: 0;
  }

  .UPp1Wimk8ekplT_Jji_Pq {
    right: 0;
  }
}

@media only screen and (min-width: 1496px) {
  ._5Y5VOTjRpcTs3lDu40oPX {
    margin-bottom: 20px;
  }
  ._3lc-6LMnvimWl2ZRct7WKp {
    display: none;
  }
  .nl_hMrFRRGMxPmFbfdPSP {
    display: none !important;
  }
  .UPp1Wimk8ekplT_Jji_Pq {
    display: none !important;
  }
}
@media screen and (min-width:1920px) {
  ._3qmgfcGeX0azk9uE1i8Zlq {
    width: calc(100% - 480px);
  }
  ._2qarJJgnziiW6ZpbQcL8of {
    padding-left: 240px;
    padding-right: 240px;
  }
}
._3hkEdYr2XZOqqxd6GCwwFn {
  /* Header z-index is 1002 */
  z-index: 1003;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

._7FD4vGXA9BHbn9s2KKqfG {
  width: 494px;
  padding: 24px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.08);
  position: relative;
}

._1aE8xRCw_qtGPzYDES65yW {
  height: 26px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  display: flex;
  justify-content: space-between;
}

._16JG2EABarFM9HhWxtfWmD {
  width: 26px;
  height: 26px;
  cursor: pointer;
  background-image: url('/earn/home/close.svg');
  background-size: 100% 100%;
}


._2p11xnEitEH5PWms4tOXfn {
  margin-top: 22px;
  padding: 6px 0;
  color: #666;
  font-size: 16px;
  line-height: 20px;
}

._3hZFVGYR8V-uSpDsTQtTv1 {
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
}

._3hZFVGYR8V-uSpDsTQtTv1 a {
  line-height: 0;
}

._3hZFVGYR8V-uSpDsTQtTv1 img {
  width: 40px;
  height: 40px;
}

._2EnTMbE1sX6yyQ_0MWDL1p {
  margin-top: 8px;
}

@media (max-width: 767px) {
  ._3hkEdYr2XZOqqxd6GCwwFn {
    align-items: flex-end;
  }

  ._7FD4vGXA9BHbn9s2KKqfG {
    width: inherit;
    height: calc(100vh - 44px);
    padding: 24px 16px;
    border-radius: 12px 12px 0px 0px;
  }
}

