.h-30vh {
  height: 30vh;
}
.overflow-hidden {
  overflow: hidden;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-1\/2 {
  left: 50%;
}
.-top-25 {
  top: -6.25rem;
}
.-bottom-1px {
  bottom: -1px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.w-full {
  width: 100%;
}
.w-250 {
  width: 62.5rem;
}
.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-translate-z: 0;
  --tw-rotate: 0;
  --tw-rotate-x: 0;
  --tw-rotate-y: 0;
  --tw-rotate-z: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scale-z: 1;
  -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
  -ms-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.animate-spin {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
.animate-duration-200000 {
  -webkit-animation-duration: 200000ms;
  animation-duration: 200000ms;
}
@media (min-width: 768px) {
  .md\:-top-55 {
    top: -13.75rem;
  }
  .md\:w-360 {
    width: 90rem;
  }
}
@media (min-width: 1024px) {
  .lg\:-top-70 {
    top: -17.5rem;
  }
  .lg\:w-420 {
    width: 105rem;
  }
}
@media (min-width: 1536px) {
  .\32 xl\:-top-25vw {
    top: -25vw;
  }
  .\32 xl\:w-130vw {
    width: 130vw;
  }
}

@font-face {
  font-family: Outfit;
  src: url(/fonts/outfit/Outfit-Regular.ttf);
  font-weight: 400;
  unicode-range: U+30-39, U+61-7A, U+41-5A;
}
@font-face {
  font-family: Outfit;
  src: url(/fonts/outfit/Outfit-Medium.ttf);
  font-weight: 500;
  unicode-range: U+30-39, U+61-7A, U+41-5A;
}
@font-face {
  font-family: Outfit;
  src: url(/fonts/outfit/Outfit-Bold.ttf);
  font-weight: 700;
  unicode-range: U+30-39, U+61-7A, U+41-5A;
}
.anniversary-page .anniversary-page__container * {
  font-family: Outfit, -apple-system, "Noto Sans", "Helvetica Neue", Helvetica, sans-serif;
}
@media (min-width: 768px) {
  .md\:hidden {
    display: none;
  }
}
.text-right {
  text-align: right;
}
.max-w-22rem {
  max-width: 22rem !important;
}
.max-w-35rem {
  max-width: 35rem !important;
}
@media screen and (min-width: 768px) {
  .\>sm\:hidden {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .sm\:max-w-7rem {
    max-width: 7rem !important;
  }
  .sm\:max-w-8rem {
    max-width: 8rem !important;
  }
  .sm\:max-w-9rem {
    max-width: 9rem !important;
  }
  .sm\:max-w-10rem {
    max-width: 10rem !important;
  }
  .sm\:max-w-12rem {
    max-width: 12rem !important;
  }
  .sm\:max-w-14rem {
    max-width: 14rem !important;
  }
  .sm\:max-w-17rem {
    max-width: 17rem !important;
  }
}
.anniversary-page .anniversary-page__container {
  background-image: url(/images/anniversary/background.png);
  padding-bottom: 12.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media screen and (max-width: 640px) {
  .anniversary-page .anniversary-page__container {
    padding-bottom: 4.5rem;
    gap: 1rem;
  }
}
.anniversary-page .anniversary-banner {
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
}
@media screen and (max-height: 700px) {
  .anniversary-page .anniversary-banner {
    align-items: flex-start;
  }
}
.anniversary-page .anniversary-banner .anniversary-banner__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1168px;
  margin: 0 auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (max-height: 900px) {
  .anniversary-page .anniversary-banner .anniversary-banner__container {
    padding-top: 12rem;
  }
}
.anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__logo {
  width: 288px;
  height: 400px;
}
@media screen and (max-width: 640px) {
  .anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__logo {
    width: 122px;
    height: 175px;
  }
}
.anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__title {
  color: black;
  font-size: 74px;
  font-weight: 700;
  text-align: center;
  padding-top: 1rem;
}
.anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__title .comma {
  width: 4rem;
  height: 100%;
}
.anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__title .comma::before {
  content: "\FF0C";
}
@media screen and (max-width: 640px) {
  .anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__title .comma {
    display: none;
  }
}
.anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__title div {
  display: inline-block;
}
.anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__title span {
  color: #007FFF;
}
@media screen and (max-width: 640px) {
  .anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__title {
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 62px;
    font-size: 42px;
  }
}
.anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__title.en {
  font-size: 68px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__title.en {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
  }
}
.anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__description {
  font-size: 21px;
  padding: 1rem 115px;
  text-align: center;
  margin-bottom: 0.75rem;
}
.anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__description.en {
  padding: 1rem 100px;
}
@media screen and (max-width: 640px) {
  .anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__description.en {
    padding: 1rem;
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__description {
    padding: 1rem;
    font-size: 12px;
  }
}
.anniversary-page .anniversary-banner .anniversary-banner__container .anniversary-banner__button {
  background-color: #007FFF;
  color: white;
  border-radius: 9999px;
  border: none;
  padding: 4px 2rem;
  font-size: 22px;
}
.anniversary-page .anniversary-section .anniversary-section__container {
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 1168px;
}
.anniversary-page .anniversary-section.heading {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .anniversary-page .anniversary-section.heading {
    margin-bottom: 5rem;
  }
}
.anniversary-page .anniversary-section.heading .anniversary-section__container {
  color: black;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 639.9px) {
  .anniversary-page .anniversary-section.heading .anniversary-section__container {
    gap: 1rem;
    width: unset;
    max-width: 27rem;
  }
  .anniversary-page .anniversary-section.heading .anniversary-section__container.zh {
    max-width: 25rem;
  }
}
.anniversary-page .anniversary-section.heading .anniversary-section__container .slide-from-bottom {
  transition: transform 800ms cubic-bezier(0.34, -0.32, 0.19, 1.08);
  transition-delay: var(--slide-delay, 0ms);
}
.anniversary-page .anniversary-section.heading .anniversary-section__container .slide-from-bottom:not(.windi-1109hck):not(.active) {
  transform: translateY(80%);
}
.anniversary-page .anniversary-section.heading .anniversary-section__container .slide-from-bottom.windi-1109hck:not(.active) {
  --tw-translate-y: calc(80% + -30px);
}
.anniversary-page .anniversary-section.heading .anniversary-section__container .tokens {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: 700;
  font-size: 104px;
  line-height: 1;
  margin-bottom: 1.2rem;
  grid-gap: 0.75rem;
  gap: 0.75rem;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .anniversary-page .anniversary-section.heading .anniversary-section__container .tokens {
    font-size: 64px;
    line-height: 1;
  }
}
@media (max-width: 640px) {
  .anniversary-page .anniversary-section.heading .anniversary-section__container .tokens {
    font-size: 52px;
    line-height: 1;
  }
}
.anniversary-page .anniversary-section.heading .anniversary-section__container .tokens .tokens-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100px;
}
@media (max-width: 639.9px) {
  .anniversary-page .anniversary-section.heading .anniversary-section__container .tokens .tokens-icon {
    height: 50px;
  }
}
.anniversary-page .anniversary-section.heading .anniversary-section__container .tokens .tokens-icon .icon-1 {
  height: 100%;
}
@media (max-width: 639.9px) {
  .anniversary-page .anniversary-section.heading .anniversary-section__container .tokens .tokens-icon .icon-1 {
    display: none;
  }
}
.anniversary-page .anniversary-section.heading .anniversary-section__container .tokens .tokens-icon .icon-2 {
  height: 100%;
}
.anniversary-page .anniversary-section.heading .anniversary-section__container .description-small {
  padding: 0 1rem;
}
@media (min-width: 640px) {
  .anniversary-page .anniversary-section.heading .anniversary-section__container .description-small {
    display: none;
  }
}
.anniversary-page .anniversary-section.heading .anniversary-section__container .description-small .change-how-we-innovate-share {
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  line-height: 70px;
  position: relative;
  text-indent: 68px;
}
.anniversary-page .anniversary-section.heading .anniversary-section__container .description-small .and-interact {
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  position: relative;
  text-align: right;
}
@media (max-width: 639.9px) {
  .anniversary-page .anniversary-section.heading .anniversary-section__container .description-large {
    display: none;
  }
}
.anniversary-page .anniversary-section.heading .anniversary-section__container .description-large .change-how-we-innovate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-weight: 700;
  font-size: 72px;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .anniversary-page .anniversary-section.heading .anniversary-section__container .description-large .change-how-we-innovate {
    font-size: 50px;
  }
}
.anniversary-page .anniversary-section.heading .anniversary-section__container .description-large .share-and-interact {
  font-size: 72px;
  line-height: 1;
  padding-top: 30px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .anniversary-page .anniversary-section.heading .anniversary-section__container .description-large .share-and-interact {
    font-size: 50px;
  }
}
.anniversary-page .anniversary-section.heading .anniversary-section__container .description-large .share-and-interact.en {
  justify-content: flex-start;
}
.anniversary-page .anniversary-section.accessible {
  margin-bottom: -6rem;
}
@media screen and (max-width: 768px) {
  .anniversary-page .anniversary-section.accessible {
    margin-bottom: 0rem;
  }
}
.anniversary-page .anniversary-section.accessible .anniversary-section__container h2 {
  text-align: center;
  font-size: 62px;
  font-weight: 700;
}
.anniversary-page .anniversary-section.accessible .anniversary-section__container h2 span {
  color: #007fff;
}
@media screen and (max-width: 768px) {
  .anniversary-page .anniversary-section.accessible .anniversary-section__container h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  .anniversary-page .anniversary-section.accessible .anniversary-section__container h2 {
    font-size: 24px;
  }
}
.anniversary-page .anniversary-section.benifits {
  margin-bottom: -4.5rem;
}
@media screen and (max-width: 768px) {
  .anniversary-page .anniversary-section.benifits {
    margin-bottom: 0rem;
  }
}
.anniversary-page .anniversary-section.benifits .anniversary-section__container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: end;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .anniversary-page .anniversary-section.benifits .anniversary-section__container {
    gap: 1rem;
  }
}
.anniversary-page .anniversary-section.benifits .anniversary-section__container .wysiwys {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.anniversary-page .anniversary-section.benifits .anniversary-section__container .wysiwys div:first-child {
  padding: 58px;
  color: #121314;
  font-weight: 500;
  font-size: 42px;
  flex: 1;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .anniversary-page .anniversary-section.benifits .anniversary-section__container .wysiwys div:first-child {
    padding: 40px;
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .anniversary-page .anniversary-section.benifits .anniversary-section__container .wysiwys div:first-child {
    padding: 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .anniversary-page .anniversary-section.benifits .anniversary-section__container .wysiwys div:first-child.en {
    padding-right: 0;
  }
}
.anniversary-page .anniversary-section.benifits .anniversary-section__container .left-card {
  background-color: #f3f3f3;
  border-radius: 62px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .anniversary-page .anniversary-section.benifits .anniversary-section__container .left-card {
    border-radius: 18px;
  }
}
.anniversary-page .anniversary-section.benifits .anniversary-section__container .left-card > img:not(.active) {
  transform: translateY(-80%);
}
.anniversary-page .anniversary-section.benifits .anniversary-section__container .left-card > img.active {
  animation: 800ms 1 slide-from-top cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.anniversary-page .anniversary-section.benifits .anniversary-section__container .right-card {
  border-radius: 62px;
  overflow: hidden;
  background-size: contain;
  background-image: url(/images/anniversary/benifit-2-bg.png);
}
@media screen and (max-width: 640px) {
  .anniversary-page .anniversary-section.benifits .anniversary-section__container .right-card {
    border-radius: 18px;
  }
}
.anniversary-page .anniversary-section.benifits .anniversary-section__container .right-card > img:not(.active) {
  transform: translateY(80%);
}
.anniversary-page .anniversary-section.benifits .anniversary-section__container .right-card > img.active {
  animation: 800ms 1 slide-from-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.anniversary-page .anniversary-section.benifits .anniversary-section__container img {
  width: 100%;
}
.anniversary-page .anniversary-section.connect .card {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  font-weight: 500;
  font-size: 42px;
  color: black;
  background-color: #f5f5f5;
  border-radius: 66px;
  background-image: url(/_next/static/images/connect-bg-f591277b05754272a67e028dcbc1e01a.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .anniversary-page .anniversary-section.connect .card {
    font-size: 16px;
    border-radius: 18px;
  }
}
.anniversary-page .anniversary-section.connect .navigate-button {
  padding-top: 2rem;
}
@media screen and (max-width: 640px) {
  .anniversary-page .anniversary-section.connect .navigate-button {
    padding-top: 1.1rem;
  }
}
.anniversary-page .anniversary-section.connect .navigate-button .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 2px black solid;
  padding: 0.75rem 2rem;
  border-radius: 4rem;
}
@media screen and (max-width: 768px) and (min-width: 640px) {
  .anniversary-page .anniversary-section.connect .navigate-button .button {
    border-width: 1px;
    padding: 0.45rem 1.2rem;
  }
  .anniversary-page .anniversary-section.connect .navigate-button .button .arrow-left {
    width: 81px;
    height: 45px;
  }
}
@media screen and (max-width: 640px) {
  .anniversary-page .anniversary-section.connect .navigate-button .button {
    border-width: 1px;
    padding: 0.25rem 1rem;
  }
  .anniversary-page .anniversary-section.connect .navigate-button .button .arrow-left {
    width: 54px;
    height: 30px;
  }
}
.anniversary-page .anniversary-section.connect .metamask-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0.4) translateX(-370px) translateY(640px);
}
@media screen and (max-width: 640px) {
  .anniversary-page .anniversary-section.connect .metamask-icon {
    transform: scale(0.15) translateX(-1580px) translateY(1840px);
  }
}
.anniversary-page .anniversary-section.connect .imkey-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0.8) translateX(20px) translateY(-90px);
}
@media screen and (max-width: 640px) {
  .anniversary-page .anniversary-section.connect .imkey-icon {
    transform: scale(0.3) translateX(-40px) translateY(-40px);
  }
}
.anniversary-page .anniversary-section.tokenhub {
  margin-top: 10rem;
}
@media screen and (max-width: 640px) {
  .anniversary-page .anniversary-section.tokenhub {
    margin-top: 5rem;
  }
}
.anniversary-page .anniversary-section.tokenhub .anniversary-section__container .title {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.anniversary-page .anniversary-section.tokenhub .anniversary-section__container .title h3 {
  font-size: 62px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .anniversary-page .anniversary-section.tokenhub .anniversary-section__container .title h3 {
    font-size: 24px;
  }
}
.anniversary-page .anniversary-section.tokenhub .anniversary-section__container .title span {
  color: #007FFF;
}
@media screen and (max-width: 640px) {
  .anniversary-page .anniversary-section.tokenhub .anniversary-section__container .title {
    margin-bottom: 20px;
  }
}
.anniversary-page .anniversary-section.tokenhub .anniversary-section__container .card {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-color: #f5f5f5;
  padding: 75px;
  border-radius: 66px;
  font-weight: 500;
  color: black;
  display: flex;
  flex-direction: column;
  height: 420px;
  overflow: hidden;
}
.anniversary-page .anniversary-section.tokenhub .anniversary-section__container .card .tokenhub-animation-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.anniversary-page .anniversary-section.tokenhub .anniversary-section__container .card .tokenhub-animation {
  height: 100%;
}
@media screen and (max-width: 640px) {
  .anniversary-page .anniversary-section.tokenhub .anniversary-section__container .card {
    font-size: 16px;
    padding: 24px;
    border-radius: 18px;
    height: 150px;
  }
  .anniversary-page .anniversary-section.tokenhub .anniversary-section__container .card .tokenhub-animation {
    transform: translateX(20px);
  }
}
.anniversary-page .anniversary-section.tokenhub .anniversary-section__container .card a[role="button"] {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #007FFF;
  border: none;
  border-radius: 9999px;
  padding: 0.5rem 2rem;
  font-size: 32px;
  gap: 0.25rem;
}
@media screen and (max-width: 640px) {
  .anniversary-page .anniversary-section.tokenhub .anniversary-section__container .card a[role="button"] {
    font-size: 11px;
    padding: 0.25rem 1rem;
  }
  .anniversary-page .anniversary-section.tokenhub .anniversary-section__container .card a[role="button"] .arrow-left {
    width: 6px;
    height: 10px;
  }
}
.anniversary-page .anniversary-section.tokenhub .anniversary-section__container .card .description {
  max-width: 400px;
  flex: 1;
  font-size: 42px;
  position: relative;
}
.anniversary-page .anniversary-section.tokenhub .anniversary-section__container .card .description:not(.zh) {
  line-height: 1.3;
  max-width: 490px;
}
@media screen and (max-width: 640px) {
  .anniversary-page .anniversary-section.tokenhub .anniversary-section__container .card .description:not(.zh) {
    max-width: 150px;
  }
}
@media screen and (max-width: 640px) {
  .anniversary-page .anniversary-section.tokenhub .anniversary-section__container .card .description {
    padding-top: 0.25rem;
    max-width: 180px;
    font-size: 14px;
  }
  .anniversary-page .anniversary-section.tokenhub .anniversary-section__container .card .description.zh {
    font-size: 16px;
    max-width: 150px;
  }
}
.anniversary-page .anniversary-section.tokenhub .anniversary-section__container .card .description + div {
  position: relative;
}
@keyframes slide-from-top {
  0% {
    transform: translateY(-80%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes slide-from-bottom {
  0% {
    transform: translateY(80%);
  }
  100% {
    transform: translateY(0);
  }
}
.windi-o3zaxq {
  display: inline-block;
  height: 55px;
  margin-bottom: 5px;
}
.windi-o3zdct {
  display: inline-block;
  height: 65px;
  margin-bottom: 5px;
}
.windi-14d11x5 {
  height: 60px;
  position: absolute;
  top: -10px;
  left: 15%;
}
.windi-odphbs {
  display: inline-block;
  height: 100px;
  margin-right: 1rem;
}
.windi-1jkqlwy {
  display: inline-block;
  height: 100px;
}
.windi-1109hck {
  display: inline-block;
  height: 120px;
  margin-right: 3.75rem;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-translate-z: 0;
  --tw-rotate: 0;
  --tw-rotate-x: 0;
  --tw-rotate-y: 0;
  --tw-rotate-z: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scale-z: 1;
  -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
  -ms-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
  --tw-translate-y: -30px;
  --tw-translate-x: 3rem;
}
.windi-10z9n45 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 5%;
}
@media (max-width: 639.9px) {
  .windi-10z9n45 {
    font-size: 14px;
  }
}
.windi-e4wi42 {
  display: none;
}
@media (max-width: 639.9px) {
  .windi-e4wi42 {
    display: block;
  }
}

.download-btn {
  width: 190px;
  height: 48px;
  background: #468BDF;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  color: #FAFCFF;
}
@media (max-width: 860px) {
  .download-wrapper {
    display: flex;
    justify-content: center;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-divider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  background: #e8e8e8;
}
.ant-divider,
.ant-divider-vertical {
  position: relative;
  top: -0.06em;
  display: inline-block;
  width: 1px;
  height: 0.9em;
  margin: 0 8px;
  vertical-align: middle;
}
.ant-divider-horizontal {
  display: block;
  clear: both;
  width: 100%;
  min-width: 100%;
  height: 1px;
  margin: 24px 0;
}
.ant-divider-horizontal.ant-divider-with-text-center,
.ant-divider-horizontal.ant-divider-with-text-left,
.ant-divider-horizontal.ant-divider-with-text-right {
  display: table;
  margin: 16px 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  background: transparent;
}
.ant-divider-horizontal.ant-divider-with-text-center::before,
.ant-divider-horizontal.ant-divider-with-text-left::before,
.ant-divider-horizontal.ant-divider-with-text-right::before,
.ant-divider-horizontal.ant-divider-with-text-center::after,
.ant-divider-horizontal.ant-divider-with-text-left::after,
.ant-divider-horizontal.ant-divider-with-text-right::after {
  position: relative;
  top: 50%;
  display: table-cell;
  width: 50%;
  border-top: 1px solid #e8e8e8;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  content: '';
}
.ant-divider-horizontal.ant-divider-with-text-left .ant-divider-inner-text,
.ant-divider-horizontal.ant-divider-with-text-right .ant-divider-inner-text {
  display: inline-block;
  padding: 0 10px;
}
.ant-divider-horizontal.ant-divider-with-text-left::before {
  top: 50%;
  width: 5%;
}
.ant-divider-horizontal.ant-divider-with-text-left::after {
  top: 50%;
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::before {
  top: 50%;
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::after {
  top: 50%;
  width: 5%;
}
.ant-divider-inner-text {
  display: inline-block;
  padding: 0 24px;
}
.ant-divider-dashed {
  background: none;
  border-color: #e8e8e8;
  border-style: dashed;
  border-width: 1px 0 0;
}
.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed {
  border-top: 0;
}
.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed::after,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed::after,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed::after {
  border-style: dashed none none;
}
.ant-divider-vertical.ant-divider-dashed {
  border-width: 0 0 0 1px;
}

.section-wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 70px 0 70px 0;
}
.section-wrap .section-inner {
  width: 100%;
  max-width: 1168px;
}
.section-wrap .section-inner .title {
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #191C1E;
  font-weight: 300;
}
.section-wrap .section-inner .subtitle {
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  color: #777A8C;
  margin-top: 10px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .section-wrap .section-inner {
    padding: 0 30px;
  }
  .section-wrap .section-inner .title {
    font-size: 25px;
    line-height: 29px;
    text-align: left;
  }
  .section-wrap .section-inner .subtitle {
    font-size: 15px;
    line-height: 28px;
    text-align: left;
  }
}

.section-wrap .section-inner > .flex-row.feature-row {
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 45px;
  margin-bottom: 45px;
}
.section-wrap .section-inner > .flex-row.feature-row .flex-column {
  width: 270px;
}
.section-wrap .section-inner > .flex-row.feature-row .flex-column > div {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
.section-wrap .section-inner > .flex-row.feature-row .flex-column > div .title {
  font-size: 21px;
  line-height: 25px;
  color: #43454f;
  margin-bottom: 14px;
  margin-top: 24px;
}
.section-wrap .section-inner > .flex-row.feature-row .flex-column > div .subtitle {
  font-size: 17px;
  line-height: 25px;
  color: #949ea6;
  text-align: center;
  margin-top: 0;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .section-wrap .section-inner > .flex-row.feature-row {
    flex-flow: column nowrap;
    align-items: center;
  }
  .section-wrap .section-inner > .flex-row.feature-row .flex-column {
    flex-flow: row nowrap;
    width: calc(100vw - 50px);
    margin-bottom: 30px;
  }
  .section-wrap .section-inner > .flex-row.feature-row .flex-column > div {
    flex-flow: row nowrap;
    align-items: flex-start;
  }
  .section-wrap .section-inner > .flex-row.feature-row .flex-column > div img {
    width: 33px;
    height: 33px;
    flex: none;
  }
  .section-wrap .section-inner > .flex-row.feature-row .flex-column > div > div {
    padding-left: 20px;
  }
  .section-wrap .section-inner > .flex-row.feature-row .flex-column > div > div .title {
    text-align: left;
    font-size: 17px;
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 9px;
    font-weight: 400;
  }
  .section-wrap .section-inner > .flex-row.feature-row .flex-column > div > div .subtitle {
    text-align: left;
    font-size: 13px;
    line-height: 19px;
  }
}

.section-wrap .section-inner > .flex-row {
  justify-content: space-around;
  align-items: center;
  margin-top: 45px;
}
.section-wrap .section-inner > .flex-row .text-part {
  max-width: 440px;
}
.section-wrap .section-inner > .flex-row .text-part p {
  text-align: left;
}

.floating-bar-wrapper {
  position: sticky;
  width: fit-content;
  margin-right: 40px;
  left: 100%;
  bottom: 40px;
  z-index: 99999;
  cursor: pointer;
}
@media (max-width: 960px) {
  .floating-bar-wrapper {
    margin-right: 20px;
    margin-bottom: 30px;
    bottom: 20px;
  }
}

.activity-entry-img {
  width: 120px;
  height: 90px;
  image-rendering: pixelated;
}

.checksum-wrapper {
  width: 457px;
  background: #FAFAFA;
  padding: 15px;
  padding-top: 35px;
  border-radius: 16px;
  position: relative;
  z-index: 0;
  top: -25px;
}
.checksum-wrapper .checksum_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.checksum-wrapper .arrow-bottom {
  transition: all 0.2s;
}
.checksum-wrapper .checksum_line {
  display: flex;
  align-items: center;
}
.checksum-wrapper .apk-version {
  font-size: 12px;
  font-weight: 400;
  color: #191C1E;
  text-align: left;
  padding-top: 20px;
  padding-left: 15px;
}
.checksum-wrapper .verify-security {
  font-size: 12px;
  font-weight: 400;
  color: #191C1E;
}
.checksum-wrapper .learn-more-wrppaer {
  display: flexbox;
  padding: 15px 0;
}
.checksum-wrapper .learn-more {
  line-height: 20px;
  margin-top: 2px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  margin-right: 4px;
}
.checksum-wrapper .checksum_body {
  margin-top: 10px;
  background: #FFFFFF;
  border-radius: 8px;
}
.checksum-wrapper .checksum_body .hash-block {
  text-align: left;
  width: 427px;
  padding: 15px 15px 0 15px;
  color: #555555;
  font-size: 12px;
  font-weight: normal;
}
.checksum-wrapper .checksum_body .hash-block .name {
  word-wrap: break-word;
  color: #191C1E;
}
.checksum-wrapper .checksum_body .hash-block .hash {
  word-wrap: break-word;
  color: #9598AB;
  margin-top: 5px;
}
.checksum-wrapper .checksum_expand {
  width: 16px;
  height: 16px;
  margin-left: 7px;
}
@media (max-width: 860px) {
  .checksum-wrapper {
    width: 100%;
  }
  .checksum-wrapper .checksum_body .hash-block {
    width: 100%;
  }
}

.fake-warning {
  width: 457px;
  background: #FFFAF0;
  border: 0.5px solid #F9EAC8;
  box-sizing: border-box;
  border-radius: 16px;
  position: relative;
  margin-top: 35px;
  padding: 15px 24px;
  text-align: left;
  z-index: 1;
}
.fake-warning a {
  font-size: 13px;
  font-weight: 400;
}
.fake-warning div {
  font-size: 13px;
  font-weight: 400;
}
.fake-warning .make-sure-correct-addr {
  margin-right: 50px;
}
.fake-warning .fake-warning__line {
  width: 418px;
  height: 1px;
  background: #F9EAC8;
  border-radius: 16px;
  margin: 10px 0;
}
.fake-warning .learn-more {
  display: flex;
  align-items: center;
}
.fake-warning .learn-more .learn-more-link {
  color: #D87400;
  font-size: 13px;
  margin-right: 5px;
}
.guard-img {
  position: absolute;
  right: -2.89px;
  top: -25px;
}
.right-domain {
  margin-top: 6px;
}
.fake-tip-item {
  display: flex;
  align-items: center;
  margin: 3px 0;
  position: relative;
}
.fake-tip-item .list-prefix {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  flex-shrink: 0;
  background: black;
  margin-right: 5px;
  position: absolute;
  top: 8px;
  left: -8px;
}
@media (max-width: 860px) {
  .fake-tip-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .fake-tip-wrapper .make-sure-correct-addr {
    margin-right: 0;
  }
  .fake-warning {
    width: 100%;
  }
  .fake-warning .fake-warning__line {
    width: 100%;
  }
  .guard-img {
    display: none;
  }
}

.security-section-wrapper {
  text-align: center;
}
.security-section-wrapper .security-section_title {
  font-weight: 300;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 1px;
  color: #191C1E;
}
.security-section-wrapper .security-section_desc {
  font-family: PingFang SC, sans-serif;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: -0.128571px;
  color: #9598AB;
  margin: 20px 0;
}
.security-title-section-wrapper .security-title-section_title {
  font-weight: 300;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 1px;
  color: #191C1E;
}
.security-title-section-wrapper .security-title-section_desc {
  font-weight: 300;
  font-size: 17px;
  line-height: 18px;
  color: #9598AB;
}
@media (max-width: 860px) {
  .security-section-wrapper {
    text-align: left;
    width: 100%;
  }
  .security-section-wrapper .security-section_title {
    text-align: left;
    font-size: 25px;
  }
  .security-section-wrapper .security-section_desc {
    text-align: left;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.link-block-wrapper {
  width: 1018px;
  height: 115px;
  background: #FFFFFF;
  border: 1px solid #EEEFF0;
  margin: 36px 0;
  display: flex;
  padding: 30px;
  justify-content: space-between;
  align-items: center;
  transition: 0.2s background;
  border-radius: 8px;
}
.link-block-wrapper .link-block_info-wrapper {
  display: flex;
  align-items: center;
}
.link-block-wrapper .link-block_info-wrapper .link-block_info {
  margin-left: 20px;
}
.link-block-wrapper .link-block_title {
  font-weight: 500;
  font-size: 21px;
  line-height: 26px;
  color: #43454F;
}
.link-block-wrapper .link-block_desc {
  font-weight: 300;
  font-size: 17px;
  line-height: 17px;
  color: #9598AB;
  margin-top: 12px;
}
.direction-link-block_arrow {
  width: 24px;
  height: 24px;
}
.action-link-block_action-button {
  width: 150px;
  height: 45px;
  background: #538CD9;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  cursor: pointer;
}
.action-link-block_action-button:hover {
  background: #468BDF;
}
@media (max-width: 860px) {
  .link-block-wrapper {
    width: 100%;
    height: 120px;
    padding: 24px 26px 24px 15px;
    margin-top: 18px;
  }
  .link-block-wrapper .link-block_info-wrapper {
    margin-right: 33px;
  }
  .link-block-wrapper .link-block_info-wrapper .link-block_info {
    margin-left: 0;
  }
  .link-block-wrapper .link-block_title {
    font-size: 17px;
    font-weight: 400;
  }
  .link-block-wrapper .link-block_desc {
    font-size: 13px;
  }
}

.contact-block-wrapper {
  width: 485px;
  height: 157px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #EEEFF0;
}
.contact-block-wrapper .contact-block_desc {
  margin-top: 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 17px;
  color: #9598AB;
}
.contact-block-wrapper .contact-block_action-button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  width: 340px;
  height: 45px;
  border: 1px solid #468BDF;
  transition: 0.2s background;
}
@media (max-width: 860px) {
  .contact-block-wrapper {
    width: 100%;
    margin-top: 18px;
    height: 130px;
  }
}

.bread-crumb_text {
  color: #9598AB;
}
.breadcrumb-separator {
  margin: 0 8px;
}

