@font-face {
  font-family: Gilroy;
  src: url(font/gilroy-bold.woff2) format("woff2"),
    url(font/gilroy-bold.woff) format("woff");
  font-weight: 700;
}

@font-face {
  font-family: Gilroy;
  src: url(font/gilroy-semibold.woff2) format("woff2"),
    url(font/gilroy-semibold.html) format("woff");
  font-weight: 600;
}

@font-face {
  font-family: Gilroy;
  src: url(font/gilroy-medium.html) format("woff2"),
    url(font/gilroy-medium-2.html) format("woff");
  font-weight: 500;
}

@font-face {
  font-family: Gilroy;
  src: url(font/gilroy-regular.woff2) format("woff2"),
    url(font/gilroy-regular.woff) format("woff");
  font-weight: 400;
}

html {
  font-size: 100px;

  scroll-behavior: smooth;
}

:root {
  --purple: #635af0;
  --black: #13121b;
  --black2: #494851;
  --gray: #969696;
  --hovercolor: #cc3c44;
  --animate-delay: 0.25s;
}

.text-purple {
  color: var(--purple);
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Gilroy", Arial, san-serif;
  background: #fff;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
a {
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}

button {
  cursor: pointer;
  padding: 0;
}
input,
button,
select {
  font-family: "Gilroy", Arial, san-serif;
}
p,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
pre,
input,
table,
tr,
td,
form {
  margin: 0;
  padding: 0;
}
ol,
ul,
li {
  list-style: none;
}
input {
  border: 0 none;
}
img {
  border: 0 none;
}

.float_clear {
  float: none;
  clear: both;
  display: block;
  width: 100%;
}

.main_content {
  display: block;
  margin: auto;
  padding: 0;
  overflow: hidden;
  font-size: 18px;
  min-height: 70vh;
}

footer {
  background-color: #161717;
  color: #acafaf;
  padding-top: 30px;
  padding-bottom: 90px;
  border-radius: 24px 24px 0px 0px;
  margin-top: -25px;
  font-size: 16px;
}

footer .container {
  font-size: 0.75em;
  width: 90%;
  max-width: 1248px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px 0;
}
footer a {
  color: #09c6f9;
}
footer p {
  margin-bottom: 10px;
}
.footer-links a {
  display: inline-block;
  margin-right: 20px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.awards {
  padding-bottom: 20px;
}
.awards img {
  display: inline-block;
  margin: 15px 10px;
  vertical-align: middle;
}
.awards img.logo-footer {
  margin-right: 14px;
  margin-left: 0;
}
[dir="rtl"] .awards img.logo-footer {
  margin-right: 0;
  margin-left: 14px;
}

.disclaimer .title {
  text-transform: uppercase;
}

.disclaimer strong {
  color: #fff;
  font-family: "Gilroy", Arial, san-serif !important;
  font-weight: 700;
}

.rw-fixed {
  position: fixed;
  width: 100%;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e4e4e4;
  color: #3a424c;
  box-sizing: border-box;
  padding: 10px 0 8px;
  font-size: 14px;
  text-align: center;
  z-index: 1000;
}

.rw-fixed .container {
  padding: 0;
}
div.rw-fixed.markets-theme {
  padding: 13px 0 14px;
  box-sizing: border-box;
  line-height: 1.25;
  text-align: center;

  border: 1px solid #fff;
  background-color: #000;
  color: #fff !important;
  font-size: 12px !important;
}
.notice-close {
  font-family: "sofia-pro", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  display: none;
  text-align: center;
  line-height: 20px;
  transition: 0.3s;
  transform: rotate(45deg);
  transition-duration: 0.4s;
}
.style2 .notice-close {
  transform: rotate(0deg);
}
.container {
  width: 90%;
  max-width: 1248px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px 0;
}
.container.narrow {
  width: 100%;
  max-width: 1150px;
}

.container > div {
  box-sizing: border-box;
  width: 100%;
}

.chat-bubble-enter-right {
  animation: bubble-enter 15s infinite;
}

.chat-bubble-enter-right-second {
  animation: bubble2-enter 15s infinite;
}

.chat-bubble-enter-left {
  animation: bubble3-enter 15s infinite;
}

.banner-chat-bubble-wrap-container {
  position: absolute;
  width: 100%;
  left: auto;
  right: 0.2rem;
  margin: 0 auto;
  height: 3rem;
  bottom: -1.75rem;
  animation: bubble-rise 15s infinite;
  overflow: hidden;
}

@keyframes bubble-rise {
  0% {
    transform: translate(0, 0);
  }

  14.75% {
    transform: translate(0, 0);
  }
  17.5% {
    transform: translate(0, -0.75rem);
  }
  34.75% {
    transform: translate(0, -0.75rem);
  }
  37.2% {
    transform: translate(0, -1.5rem);
  }
  95% {
    transform: translate(0, -1.5rem);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes bubble-enter {
  0% {
    transform: translate(1rem, 0);
    opacity: 0;
  }
  10% {
    transform: translate(1rem, 0);
    opacity: 0;
  }
  11.6% {
    transform: translate(-0.05rem, 0);
    opacity: 1;
  }
  12.2% {
    transform: translate(0, 0);
    opacity: 1;
  }
  55% {
    transform: translate(0, 0);
    opacity: 1;
  }
  56% {
    transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    transform: translate(1.5rem, 0);
    opacity: 0;
  }
}

@keyframes bubble2-enter {
  0% {
    transform: translate(1rem, 0);
    opacity: 0;
  }
  15% {
    transform: translate(1rem, 0);
    opacity: 0;
  }
  16.6% {
    transform: translate(-0.05rem, 0);
    opacity: 1;
  }
  17.2% {
    transform: translate(0, 0);
    opacity: 1;
  }
  55% {
    transform: translate(0, 0);
    opacity: 1;
  }
  56% {
    transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    transform: translate(1.5rem, 0);
    opacity: 0;
  }
}

@keyframes bubble3-enter {
  0% {
    transform: translate(-1rem, 0);
    opacity: 0;
  }
  35% {
    transform: translate(-1rem, 0);
    opacity: 0;
  }
  37% {
    transform: translate(0.1rem, 0);
    opacity: 1;
  }
  37.65% {
    transform: translate(0, 0);
    opacity: 1;
  }
  55% {
    transform: translate(0, 0);
    opacity: 1;
  }
  56% {
    transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    transform: translate(-1.5rem, 0);
    opacity: 0;
  }
}

.fadeOut-all {
  animation: fadeOut 1s;
  animation-delay: 12s;
}

.banner_fadeIn {
  animation: banner_fadeIn 1s;
  animation-fill-mode: both;
}
@keyframes banner_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn_down {
  0% {
    transform: translate(0, -1.5rem);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeIn_up {
  0% {
    transform: translate(0, 1.5rem);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes fadeInL {
  0% {
    transform: translate(-1.5rem, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInR {
  0% {
    transform: translate(1.5rem, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

::-ms-clear {
  display: none;
}
.logo {
  width: 2rem;
}

footer {
  background-color: #161717;
  color: white;
  padding-top: 30px;
  padding-bottom: 90px;
  border-radius: 24px 24px 0px 0px;
  margin-top: -25px;
  font-size: 16px;
}

footer .container {
  font-size: 0.75em;
  width: 90%;
  max-width: 1248px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px 0;
}
footer a,
footer a:visited {
  color: #09c6f9;
}
footer p {
  margin-bottom: 10px;
}
.footer-links a {
  display: inline-block;
  margin-right: 20px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.awards {
  padding-bottom: 20px;
}
.awards img {
  display: inline-block;
  margin: 15px 10px;
  vertical-align: middle;
}
.awards img.logo-footer {
  margin-right: 14px;
  margin-left: 0;
}
[dir="rtl"] .awards img.logo-footer {
  margin-right: 0;
  margin-left: 14px;
}
.disclaimer strong {
  color: #fff;
}

@media only screen and (max-width: 750px) {
  footer .container {
    font-size: 0.24rem;
  }
  footer p {
    line-height: 1.5;
  }
  .footer-links a {
    font-size: 0.24rem;
  }
}

.banner {
  background: url(../images/banner_bg.jpg) no-repeat center;
  background-size: cover;
  height: 8.6rem;
  /* max-width: 1920px; */
  margin: 0 auto;
  clip-path: polygon(0 0, 100% 0%, 100% 70%, 0% 100%);
}

@media (max-width: 1920px) {
  .banner {
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
  }
}

.main_content {
  display: block;
  margin: auto;
  padding: 0;
  overflow: hidden;
  font-size: 18px;
  min-height: 70vh;
}

.banner-content {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  margin-top: -68px;
}

.banner-left {
  width: 65%;
  padding-top: 1.85rem;
}

.banner h1 {
  font-size: 56px;
  color: var(--purple);
  letter-spacing: -1px;
  animation-name: fadeInL;
}

.banner-line2 {
  display: flex;
  align-items: center;
  animation-name: fadeInL;
}
.banner-line2 a {
  display: block;
  width: 1.32rem;
  height: 0.44rem;
  border: 2px solid var(--purple);
  line-height: 0.42rem;
  font-weight: 500;
  font-size: 16px;
  color: var(--purple);
  text-align: center;
  border-radius: 0.5rem;
  margin-left: 0.25rem;
}
.banner-left p {
  font-size: 24px;
  font-weight: 500;
  color: var(--black2);
  margin-top: 0.32rem;
  animation-name: fadeInL;
}
.banner-right {
  width: 35%;
  padding-top: 1.15rem;
}

.banner-refer-now-button-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin-top: 0.88rem;
  gap: 0.07rem;
  animation-name: fadeInL;
}

.banner-refer-now-button-container .refer-now-button {
  background: var(--purple);
  border-radius: 0.08rem;
  width: 3.55rem;
  height: 0.75rem;
  color: white;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 0.75rem;
  transition: all 0.3s;
  border: none;
}

.banner-refer-now-button-container .refer-now-button:hover {
  filter: brightness(1.2);
}

.copy-link-button {
  color: var(--purple);
  font-size: 14px;
  border: none;
  background: transparent;
  font-weight: 700;
  position: relative;
}

.copy-link-button .tooltiptext {
  bottom: auto;
  top: 140%;
}

.copy-link-button .tooltiptext::after {
  border-color: transparent transparent var(--purple) transparent;
  bottom: 100%;
  top: auto;
}

p.banner-warning {
  font-weight: 500;
  font-size: 14px;
  color: var(--gray);
  margin-top: 0.6rem;
}

.banner-phone-container {
  position: relative;
  width: 3.8rem;
}
.banner_phone_bg {
  position: absolute;
  top: -1.15rem;
  left: 58%;
  transform: translateX(-50%);
  max-width: none;
}

.banner_main_phone {
  width: 3.8rem;
  position: relative;
  margin-left: auto;
}

.banner-coin1-container {
  position: absolute;
  right: -0.85rem;
  top: 1rem;
  width: 1.28rem;
}

.banner-coin2-container {
  position: absolute;
  left: -1.8rem;
  top: 3rem;
  width: 1.64rem;
}

.banner-coin1,
.banner-coin2 {
  animation: float 2s 1s infinite alternate;
}

@keyframes float {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-0.2rem);
  }
}

@keyframes fadeInL {
  0% {
    transform: translate(-1.5rem, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInR {
  0% {
    transform: translate(1.5rem, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes fadeInU {
  0% {
    transform: translate(0, -1.5rem);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeInD {
  0% {
    transform: translate(0, 1.5rem);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.banner-avatar-container {
  position: absolute;
  /* top: 0; */
  left: 0rem;
  right: 0;
  margin: 0 auto;
  top: 1.8rem;
  display: flex;
  justify-content: center;
  width: 1.3rem;
}

@keyframes avatar {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  56% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.banner-avatar-container-fadeIn {
  animation: avatar 15s infinite;
}

.banner-chat-bubble {
  background: linear-gradient(45deg, #bb9dfb 0%, #66a0ff 100%);
  color: white;
  font-size: 16px;
  font-weight: 500;
  padding: 0.1rem 0.2rem;
  position: relative;
  border-radius: 8px;
  z-index: 2;
}

.banner-chat-bubble-big {
  background: linear-gradient(
      0deg,
      rgba(94, 152, 249, 0.4),
      rgba(94, 152, 249, 0.4)
    ),
    linear-gradient(314.92deg, #8ab6ff -0.16%, #99ecff 100.09%);
  color: white;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  border-radius: 10px;
  padding: 0.12rem 0.2rem;
  z-index: 2;
}
.banner-chat-bubble1-container {
  position: absolute;
  top: 3.45rem;
  right: 0.2rem;
  opacity: 0;
}

.banner-chat-bubble2-container {
  position: absolute;
  top: 4rem;
  right: 0.2rem;
  opacity: 0;
}

.banner-chat-bubble3-container {
  position: absolute;
  top: 4.6rem;
  left: -0.4rem;
  opacity: 0;
}

.banner-chat-bubble1-container {
  top: 0;
}

.banner-chat-bubble2-container {
  top: 0.6rem;
}

.banner-chat-bubble3-container {
  top: 1.2rem;
  left: 0.05rem;
}
.chat-bubble-bottom {
  position: absolute;
  bottom: -0.06rem;
  right: 0.05rem;
  width: 0.12rem;
}

.chat-bubble-bottom-big {
  position: absolute;
  bottom: -0.1rem;
  left: 0.15rem;
  width: 0.18rem;
}

.banner_phone_bg_mobile {
  display: none;
}

.banner-screen2-text1-container {
  font-size: 34px;
  font-weight: 700;
  color: var(--purple);
  text-align: center;
  position: Absolute;
  top: 2rem;
  left: 0rem;
  right: 0;
}
.banner-screen2-text2-container {
  font-size: 20px;
  font-weight: 400;
  color: black;
  text-align: center;
  position: absolute;
  top: 2.5rem;
  left: 0rem;
  right: 0;
}
.banner-trophy-container {
  width: 3.5rem;
  height: 3.39rem;
  position: absolute;
  left: 0rem;
  right: 0;
  margin: 0 auto;
  top: 2.8rem;
}
.banner-trophy-container img {
  position: absolute;
}

.screen2-text-fadeIn {
  animation: screen2-text1 15s infinite;
}
.screen2-text-fadeIn2 {
  animation: screen2-text2 15s infinite;
}
.banner-trophy-fadeIn {
  animation: banner-trophy 15s infinite;
}

@keyframes screen2-text2 {
  0% {
    transform: translate(0, 1.5rem);
    opacity: 0;
  }
  56.5% {
    transform: translate(0, 1.5rem);
    opacity: 0;
  }
  60% {
    transform: translate(0, 0);
    opacity: 1;
  }
  98% {
    transform: translate(0, 0);
    opacity: 1;
  }
  99.5% {
    transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}
@keyframes screen2-text1 {
  0% {
    transform: translate(0, 1.5rem);
    opacity: 0;
  }
  55.5% {
    transform: translate(0, 1.5rem);
    opacity: 0;
  }
  59% {
    transform: translate(0, 0);
    opacity: 1;
  }
  98% {
    transform: translate(0, 0);
    opacity: 1;
  }
  99.5% {
    transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes banner-trophy {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  59% {
    opacity: 0;
    transform: scale(0.6);
  }
  61% {
    opacity: 1;
    transform: scale(1.1);
  }
  63% {
    transform: scale(1);
  }
  98% {
    opacity: 1;
  }
  99.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.banner-trophy-coins-fadeIn {
  animation: scaleOut 15s infinite;
}

@keyframes scaleOut {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  59.5% {
    transform: scale(0);
    opacity: 0;
  }
  62% {
    transform: scale(1.1);
    opacity: 1;
  }
  64% {
    transform: scale(1);
    opacity: 1;
  }
  98% {
    transform: scale(1);
    opacity: 1;
  }
  99.5% {
    transform: scale(1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@media (max-width: 1100px) {
  .banner-phone-container {
    width: auto;
  }
  .container {
    padding: 0.3rem 0;
  }
  .logo {
    width: 3.6rem;
  }
  .banner {
    clip-path: none;
    background: url(../images/bg_mobile_whole.jpg);
    background-repeat: no-repeat;
    background-position: center 3rem;
    background-size: 100% auto;
    height: 21rem;
  }
  .banner-content {
    flex-direction: column;
    margin: 0 auto;
    max-width: 7.5rem;
  }
  .banner-left {
    width: 100%;
    text-align: center;
    max-width: 6rem;
    margin: 0 auto;
    padding-top: 0.55rem;
    position: relative;
  }
  .banner h1 {
    font-size: 0.76rem;
    line-height: 1.1;
  }

  .banner-left p {
    font-size: 0.48rem;
    margin-top: 0.32rem;
  }
  .banner-line2 {
    flex-direction: column;
    position: relative;
  }
  .banner-line2 a {
    width: 3rem;
    height: 0.88rem;
    font-size: 0.36rem;
    line-height: 0.86rem;
/*    position: absolute;*/
		margin-top: 0.32rem;
    top: 2.9rem;
    margin-left: 0;
    border: 2px solid var(--purple);
  }
  .banner-refer-now-button-container {
/*    flex-direction: column-reverse;*/
/*    position: absolute;*/
		margin-top: 0.52rem;
    top: 14.25rem;
    gap: 0.12rem;
  }
  .banner-refer-now-button-container .refer-now-button {
    width: 6rem;
    height: 1.08rem;
    border-radius: 0.16rem;
    font-size: 0.36rem;
    line-height: 1.08rem;
  }
  .banner-refer-now-button-container button {
    font-size: 0.32rem;
    font-weight: 700;
    width: auto;
  }
  .banner-refer-now-button-container button .tooltiptext {
    bottom: 125%;
    top: auto;
    font-size: 0.22rem;
  }

  .banner-refer-now-button-container button .tooltiptext::after {
    border-color: var(--purple) transparent transparent transparent;
    top: 100%;
    bottom: auto;
  }
  .banner-right {
    width: 100%;
    padding-top: 2.2rem;
  }
  .banner_main_phone {
    margin: 0 auto;
    width: 4.94rem;
    display: none;
  }
  .banner-coin1-container {
    right: 0.45rem;
    width: 1.82rem;
    top: -0.7rem;
  }
  .banner-coin2-container {
    width: 1.26rem;
    left: 0.3rem;
    top: 4.2rem;
  }
  .banner-avatar-container {
    width: 1.68rem;
    top: 1.5rem;
    left: 0;
  }
  .banner_phone_bg {
    display: none;
  }
  .banner_phone_bg_mobile {
    display: block;
  }
  .banner-content .banner-warning {
    font-size: 0.28rem;
/*    position: absolute;*/
    top: 16.6rem;
  }

  .banner-phone-mask-mobile {
    width: 7.5rem;
    position: absolute;
    top: 0;
    z-index: -1;
  }

  .banner-phone-mask-mobile img {
    width: 7.5rem;
  }
  .banner-left {
    position: relative;
  }
  .banner-screen2-text1-container {
    font-size: 0.48rem;
    left: 0;
    top: 2.45rem;
  }
  .banner-screen2-text2-container {
    font-size: 0.28rem;
    left: 0;
    top: 3.05rem;
  }
  .banner-trophy-container {
    width: 4.44rem;
    height: 4.3rem;
    margin: 0 auto;
    left: 0;
    top: 3.35rem;
  }
  .banner-chat-bubble {
    font-size: 0.2rem;
    padding: 0.12rem 0.25rem;
  }
  .banner-chat-bubble-big {
    font-size: 0.38rem;
    padding: 0.15rem 0.25rem;
  }
  .banner-chat-bubble1-container {
    top: 0;
    right: 0.2rem;
  }
  .banner-chat-bubble2-container {
    top: 0.7rem;
    right: 0.2rem;
  }
  .banner-chat-bubble3-container {
    top: 1.5rem;
    left: 0;
  }
  .banner-chat-bubble-wrap-container {
    top: 6rem;
    bottom: auto;
    width: 68%;
    left: 0;
    right: 0.75rem;
    margin: 0 auto;
  }
}

.part1 {
  padding-top: 0.35rem;
}
.part1 h2 {
  color: var(--black);
  font-size: 50px;
  text-align: center;
  animation-name: fadeInD;
}
span.color-purple {
  color: var(--purple);
}

.part1 {
  color: var(--black);
  font-weight: 500;
}

.part1-left {
  width: 6.1rem;
  height: 3.5rem;
  background: white;
  border: 1px solid #e6e6ef;
  border-radius: 16px;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  position: relative;
  z-index: 2;
}

.part1-left-container {
  position: relative;
  animation-name: fadeInL;
}

.part1-right-container {
  position: relative;
  animation-name: fadeInR;
}

.part1-left-container::before,
.part1-right-container::before {
  content: "";
  position: absolute;
  background: #e6e6ef;
  width: 100%;
  height: 100%;
  top: 4px;
  right: 4px;
  border-radius: 16px;
}

.part1-right-container::before {
  background: var(--purple);
}
.part1-info-container {
  display: grid;
  grid-template-columns: 2.75rem 1.18rem 0.25rem 1.25rem;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid rgba(150, 150, 150, 0.2);
}

.part1-info-container:last-child {
  border-bottom: none;
}
.part1-info-column p:first-child {
  font-size: 24px;
}

.part1-info-column p:last-child {
  font-size: 38px;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
}

.usd-span {
  font-size: 16px;
  color: var(--gray);
  font-weight: 500;
  position: relative;
  top: 0.05rem;
  left: 0.05rem;
}

.part1-content {
  display: flex;
  gap: 0.35rem;
  justify-content: center;
  margin-top: 0.5rem;
}
.part1-right {
  width: 5rem;
  height: 3.5rem;
  background: white;
  border: 1px solid #e6e6ef;
  border-radius: 16px;
  padding: 0.35rem 0.3rem;
  position: relative;
  z-index: 2;
}
.part1-third-column {
  padding-left: 0.25rem;
}
/* .part1-third-column p:first-child {
  text-align: right;
}

.part1-third-column p:last-child {
  justify-content: center;
} */

.or-wrapper {
  display: flex;
  align-items: center;
}

.or-container {
  border-radius: 50%;
  background: var(--gray);
  width: 0.25rem;
  height: 0.25rem;
  font-size: 16px;
  color: white;
  font-weight: 500;
  display: grid;
  place-content: center;
  position: relative;
  top: 0.1rem;
}

.part-info-split-mobile {
  background: #969696;
  height: 1px;
  width: 92%;
  margin: 0 auto;
  display: none;
  position: absolute;
  top: 0.92rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0.2;
}

.part2 {
  padding-top: 1.5rem;
}

.part2 h2 {
  color: var(--black);
  font-size: 50px;
  text-align: center;
  animation-name: fadeInD;
}

.part1-right-top {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  padding-left: 0.15rem;
  border-bottom: 1px solid rgba(150, 150, 150, 0.2);
  padding-bottom: 0.35rem;
}
.part1-right-top p:first-child {
  font-weight: 500;
  font-size: 24px;
  color: var(--black);
}

.part1-right-top p:last-child {
  color: var(--black);
  font-weight: 700;
  font-size: 60px;

  position: relative;
  top: 0.08rem;
}

.part1-right-top p:last-child .greater-than {
  font-size: 24px;
  font-weight: 500;
  margin-right: -0.08rem;
}

.part1-left .greater-than{	
  font-size: 24px;	
    font-weight: 500;	
    align-self: flex-end;	
    margin-bottom: 0.02rem;	
    margin-right: 0.05rem;	
}

.part1-right-top p:last-child .usd-span {
  font-size: 24px;
  color: var(--gray);
  font-weight: 500;
  position: relative;
  left: -0.15rem;
  top: -0.25rem;
}

.part1-right-bottom {
  display: flex;
  align-items: center;
  padding-top: 0.5rem;
  padding-left: 0.15rem;
  gap: 0.1rem;
  margin-right:-0.15rem;
}

.part1-right-bottom div p:first-child {
  font-weight: 500;
  font-size: 24px;
  color: var(--black);
}

.part1-right-bottom div p:last-child {
  font-weight: 700;
  font-size: 60px;
  color: var(--purple);
}

.part1-right-bottom div p:last-child .usd-span {
  font-size: 0.24rem;
  top: -0.25rem;
  left: -0.15rem;
}

.part1-right-bottom .or-container {
  top: 0;
}
.part1-right-bottom-right {
  padding-left: 0.15rem;
}

.part2 {
  max-width: 11.33rem;
  margin: 0 auto;
}

.part2-content {
  display: flex;
}

.part2-left {
  display: flex;
  margin-top: 0.45rem;
}

.part2-column {
  max-width: 2.58rem;
  animation-name: fadeInD;
  position: relative;
  z-index: 2;
}

.person-container {
  width: 2.62rem;
  margin: 0 auto;
}
.part2-referrer-label,
.part2-referee-label {
  background: linear-gradient(315deg, #bb9dfb 0%, #66a0ff 100%);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 1.4rem;
  height: 0.38rem;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: white;
  line-height: 0.38rem;
  margin: 0 auto;
  margin-top: -0.3rem;
  position: relative;
  z-index: 2;
}

.part2-referee-label {
  background: linear-gradient(315deg, #8ab6ff 0%, #99ecff 100%);
}
.part2-column-bottom-text {
  font-size: 24px;
  color: var(--black);
  text-align: center;
  margin-top: 0.2rem;
  line-height: 1.4;
  font-weight: 500;
}
.right-arrow-container {
  height: 0.4rem;
  width: 0.29rem;
  margin-left: 0.2rem;
  bottom: 0.62rem;
  margin-right: 0.2rem;
  margin-top: 1rem;
}

.right-arrow {
  animation: arrow 2.2s infinite linear both;
  animation-delay: 3s;
}

@keyframes arrow {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  10% {
    transform: translate(0.3rem, 0);
    opacity: 0;
  }
  15% {
    transform: translate(-0.3rem, 0);
    opacity: 0;
  }
  25%,
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes arrow-mobile2 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  15% {
    opacity: 1;
    transform: translate(2rem, 0);
  }
  30% {
    transform: translate(2.5rem, 0);
    opacity: 0;
  }
  30.1% {
    transform: translate(2.5rem, 0);
    opacity: 0;
  }
  30.2% {
    transform: translate(0, 0);
    opacity: 0;
  }
  35% {
    transform: translate(0, 0);
    opacity: 0;
  }
  38% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes arrow-mobile {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  50% {
    transform: translate(2rem, 0);
    opacity: 0;
  }
  50.1% {
    transform: translate(2rem, 0);
    opacity: 0;
  }
  50.2% {
    transform: translate(0, 0);
    opacity: 0;
  }
  55% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.part2-right {
  font-weight: 500;
  font-size: 24px;
  margin-top: 1.1rem;
  margin-left: 0.95rem;
}

.part2-right div {
  display: flex;
  max-width: 4.3rem;
  gap: 0.15rem;
  margin-bottom: 0.3rem;
  animation-name: fadeInR;
}
.purple-circle {
  background: linear-gradient(
      314.46deg,
      rgba(114, 107, 224, 0.8) 14.32%,
      rgba(114, 107, 224, 0) 142.42%
    ),
    #ffffff;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  color: white;
  font-weight: bold;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.part3 h2 {
  font-size: 50px;
  text-align: center;
  color: var(--black);
}

.part2-refer-now-button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.6rem;
  gap: 0.2rem;
}

.part2-refer-button {
  width: 3.5rem;
  height: 0.75rem;
  line-height: 0.75rem;
  color: white;
  background: var(--purple);
  border-radius: 0.08rem;
  text-align: center;
  border: none;
  font-weight: bold;
  font-size: 20px;
  transition: all 0.3s;
}

.part2-refer-button:hover {
  filter: brightness(1.2);
}
.part2-refer-now-button-container p {
  color: var(--gray);
  font-size: 14px;
  font-weight: 500;
}

.part1-right-split-mobile {
  background: #969696;
  width: 92%;
  margin: 0 auto;
  opacity: 0.2;
  position: absolute;
  top: 0.92rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  display: none;
}
@media (max-width: 1100px) {
  .part1 {
    padding-top: 0;
  }
  .part1 h2 {
    font-size: 0.6rem;
    width: 90%;
    margin: 0 auto;
    max-width: 6.5rem;
  }
  .part1-content {
    flex-direction: column;
    gap: 0;
  }
  .part1-left {
    width: 6.32rem;
    margin: 0 auto;
    padding: 0;
    background: none;
    height: auto;
    border: none;
  }
  .part1-info-container {
    grid-template-columns: 1fr 0.3rem 1fr;
    padding-top: 0;
    row-gap: 0.15rem;
    background: white;
    border: 1px solid #e6e6ef;
    border-radius: 0.16rem;
    margin-bottom: 0.25rem;
    padding-top: 0.1rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    position: relative;
  }
  .part1-info-first-column {
    grid-column: 1/4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }
  .part1-info-column p:first-child {
    font-size: 0.28rem;
  }
  .part1-info-column p:last-child {
    font-size: 0.6rem;
  }
  .usd-span {
    font-size: 0.16rem;
    left: 0.05rem;
    top: 0.12rem;
  }
  .part1-second-column {
    padding-left: 0.4rem;
  }
  .part1-third-column {
    padding-left: 0.65rem;
  }
  .part1-left-container::before {
    display: none;
  }
  .part-info-split-mobile {
    display: block;
  }
  .part1-info-container:last-child {
    border-bottom: 1px solid #e6e6ef;
  }

  .part1-info-container-wrapper {
    position: relative;
  }

  .or-container {
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.18rem;
    top: 0;
    right: 0.05rem;
  }

  .part1-info-container-wrapper::before {
    content: "";
    position: absolute;
    background: #e6e6ef;
    width: 100%;
    height: 100%;
    top: 0.04rem;
    right: 0.04rem;
    border-radius: 0.16rem;
  }
  .part1-right {
    width: 6.32rem;
    padding-top: 0;
    height: auto;
    padding-bottom: 0.1rem;
    border-radius: 0.16rem;
  }
  .part1-right-container {
    width: 6.32rem;
    margin: 0 auto;
  }

  .part1-right-container::before {
    border-radius: 0.16rem;
    top: 0.04rem;
    right: 0.04rem;
  }
  .part1-right-top {
    padding: 0;
    justify-content: space-between;
    padding-left: 0.1rem;
    border: none;
  }
  .part1-right-top p:first-child {
    font-size: 0.28rem;
  }
  .part1-right-top p:last-child .greater-than {
    font-size: 0.28rem;
  }

  .part1-left .greater-than{	
    font-size: 0.28rem;	
    margin-bottom:0.08rem;	
  }
  
  .part1-right-top p:last-child {
    font-size: 0.6rem;
  }
  .part1-right-top p:last-child .usd-span {
    font-size: 0.16rem;
    top: -0.35rem;
  }
  .part1-right-bottom {
    padding-left: 0.5rem;
    padding-top: 0.25rem;
    gap: 0.35rem;
  }
  .part1-right-bottom div p:first-child {
    font-size: 0.28rem;
  }
  .part1-right-bottom div p:last-child {
    font-size: 0.6rem;
  }
  .part1-right-bottom div p:last-child .usd-span {
    font-size: 0.16rem;
    top: -0.3rem;
    left: -0.1rem;
  }
  .part1-right-bottom-right {
    padding-left: 0.4rem;
  }
  .part1-right-split-mobile {
    display: block;
  }
}

@media (max-width: 1100px) {
  .part2 h2 {
    font-size: 0.6rem;
    letter-spacing: -0.01rem;
  }
  .part2 {
    padding-top: 1.2rem;
  }
  .part2-content {
    flex-direction: column;
  }
  .part2-left {
    flex-direction: column;
  }
  .part2-column {
    display: flex;
    max-width: none;
    padding-left: 0.5rem;
    align-items: center;
  }
  .right-arrow {
    width: 0.48rem;
    /* animation: arrow-mobile2 5.5s linear infinite; */
  }
  .part2-column-bottom-text {
    font-size: 0.36rem;
    width: 3rem;
    margin-left: 0.15rem;
  }
  .br-pc {
    display: none;
  }
  .person-container {
    width: 3.2rem;
    margin: 0;
  }
  .part2-referrer-label,
  .part2-referee-label {
    width: 1.66rem;
    height: 0.45rem;
    font-size: 0.28rem;
    line-height: 0.45rem;
    border-radius: 0.08rem;
  }
  .part2-column2 {
    flex-direction: row-reverse;
    padding-right: 0.5rem;
    margin-top: 0.4rem;
  }
  .part2-left {
    position: relative;
    max-width: 7.5rem;
    margin: 0 auto;
    margin-top: 0.45rem;
  }
  .right-arrow-container {
    width: 0.48rem;
    transform: rotate(55deg);
    margin: 0 auto;
    position: absolute;
    top: 3.2rem;
    left: 0;
    right: 0;
  }
  .part2-right {
    margin: 0 auto;
    font-size: 0.28rem;
    margin-top: 0.6rem;
  }
  .part2-right div {
    width: 6.16rem;
    max-width: none;
    margin-bottom: 0.18rem;
  }
  .part2-right .purple-circle {
    width: 0.4rem;
    height: 0.4rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .part2-refer-button {
    width: 6rem;
    height: 1.08rem;
    line-height: 1.08rem;
    font-size: 0.36rem;
    border-radius: 0.16rem;
  }
  .part2-refer-now-button-container {
    width: 6rem;
    margin: 0 auto;
    margin-top: 0.4rem;
  }
  .part2-refer-now-button-container p {
    font-size: 0.28rem;
    text-align: center;
  }
}

.part3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: url(../images/pc_bg2.jpg) no-repeat left top;
}

.part3-phone-container {
  width: 5.28rem;
  margin: 0 auto;
  margin-top: 0.48rem;
  position: relative;
}

.part3-circle {
  border-radius: 50%;
  position: absolute;
  bottom: -0.45rem;
  left: 0;
  right: 0;
  width: fit-content;
  margin: 0 auto;
  transition: transform 500ms, opacity 400ms;
  will-change: transform;
}

.part3-circle-inner {
  background: white;
  border-radius: 50%;
  border: 2px solid var(--purple);
  width: 1.5rem;
  height: 1.5rem;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.part3-circle p {
  font-weight: 700;
  font-size: 20px;
  color: var(--purple);
}

.circle-left {
  transform: translate(-2.55rem, -1.45rem) scale(0.8);
  opacity: 0.6;
}

.circle-leftback {
  transform: translate(-2.35rem, -3.25rem) scale(0.6);
  opacity: 0.2;
}

.circle-right {
  transform: translate(2.55rem, -1.45rem) scale(0.8);
  opacity: 0.6;
}

.circle-rightback {
  transform: translate(2.45rem, -3.25rem) scale(0.6);
  opacity: 0.2;
}
.circle-front {
  transform: translate(0, 0);
  backdrop-filter: blur(0);
}

.section3-phone-top {
  position: absolute;
  top: 0;
  z-index: 2;
}

.part3-circle .circle-text {
  position: absolute;
  top: 1.6rem;
  left: 50%;
  text-align: center;
  width: 3.1rem;
  transform: translateX(-50%);
  color: var(--black);
  font-size: 22px;
  opacity: 0;
  transition: opacity 100ms;
}

.part3-circle.circle-front .circle-text {
  opacity: 1;
  transition: opacity 600ms 300ms;
}

.part3-refer-now-button-container {
  margin-top: 1.5rem;
  gap: 0;
  animation-name: fadeInD;
}

.part3-refer-now-button-container button.part3-copy-link-button {
  color: var(--purple);
  font-weight: 700;
  font-size: 14px;
  border: none;
  background: transparent;
  margin-top: 0.05rem;
  margin-bottom: 0.2rem;
  position: relative;
}

.part3-refer-now-button-container button.part3-copy-link-button .tooltiptext {
  bottom: auto;
  top: 140%;
}

.part3-refer-now-button-container
  button.part3-copy-link-button
  .tooltiptext::after {
  border-color: transparent transparent var(--purple) transparent;
  bottom: 100%;
  top: auto;
}

.part3-refer-now-button-container p {
  text-align: center;
}

.part3-circle-outer-border {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(99, 90, 240);
  border-radius: 50%;
  display: none;
  animation: pulse 1.6s infinite;
  top: 0;
}

.part3-circle-outer-border2 {
  border: 1px solid rgba(99, 90, 240);
  animation: pulse 1.6s 0.8s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

.part3-circle.circle-front .part3-circle-outer-border {
  display: block;
}

.part3 .br-mobile {
  display: none;
}

@media (max-width: 1100px) {
  .part3 .br-mobile {
    display: block;
  }
  .part3 {
    padding-top: 1.1rem;
    background: url(../images/mobile_bottom_bg.jpg) no-repeat center;
    background-size: 100% auto;
  }
  .part3 h2 {
    font-size: 0.6rem;
    width: 7.5rem;
    margin: 0 auto;
  }
  .part3-phone-container {
    width: 5.9rem;
    left: 0;
  }
  .part3-circle-inner {
    width: 1.64rem;
    height: 1.64rem;
    right: 0;
    bottom: -0.55rem;
    border: 0.02rem solid var(--purple);
  }

  .circle-left {
    transform: translate(-2.8rem, -1.65rem) scale(0.8);
  }
  .circle-leftback {
    transform: translate(-2.7rem, -3.65rem) scale(0.6);
  }
  .circle-right {
    transform: translate(2.75rem, -1.65rem) scale(0.8);
  }
  .circle-rightback {
    transform: translate(2.65rem, -3.65rem) scale(0.6);
  }
  .part3-circle .circle-text {
    font-size: 0.36rem;
    width: 4.8rem;
    top: 2rem;
  }
  .part3-refer-now-button-container {
    margin-top: 2.25rem;
  }
  .part3-refer-now-button-container .part2-refer-button {
    order: 2;
  }
  .part3-refer-now-button-container button.part3-copy-link-button {
    font-size: 0.32rem;
    order: 1;
  }
  .part3-refer-now-button-container button.part3-copy-link-button .tooltiptext {
    bottom: 125%;
    top: auto;
    font-size: 0.22rem;
  }

  .part3-refer-now-button-container
    button.part3-copy-link-button
    .tooltiptext::after {
    border-color: var(--purple) transparent transparent transparent;
    top: 100%;
    bottom: auto;
  }
  .part3-refer-now-button-container p {
    order: 3;
    width: 6.2rem;
    margin-top: 0.2rem;
  }
  .helpful-icon {
    width: 0.58rem;
  }
  .userfriendly-icon {
    width: 0.58rem;
  }
  .professional-icon {
    width: 0.66rem;
  }
  .effective-icon {
    width: 0.56rem;
  }
  .reliable-icon {
    width: 0.6rem;
  }
  .part3-circle p {
    font-size: 0.22rem;
  }
}

main {
  background: url(../images/pc_bg1.jpg);
  background-repeat: no-repeat;
  background-size: 7.5rem 13.07rem;
  background-position: top right;
}

.modal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  display: flex;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  transition: all 250ms;
}

.modal-close-button {
  position: absolute;
  z-index: 3;
  top: 0.25rem;
  right: 0.3rem;
  background: url(../images/popup_close_button.svg);
  background-size: cover;
  width: 0.4rem;
  height: 0.4rem;
  border: none;
}
.modal-show {
  opacity: 1;
  visibility: visible;
  transition: all 500ms;
}

.modal-content {
  background: white;
  border-radius: 0.2rem;
  text-align: center;
  position: relative;
  width: 90%;
  max-width: 9rem;
  height: auto;
  margin: auto;
  overflow: hidden;

  padding-top: 0.95rem;
  padding-bottom: 0.8rem;
  background: url(../images/popup_bg.jpg) no-repeat top center, white;
  background-size: 100% auto;
}

.modal-top {
  position: relative;
  z-index: 2;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #e8e0f9;
}
.popup-left {
  position: absolute;
  top: 0;
  left: 0;
}
.popup-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.modal-content h3 {
  font-size: 0.4rem;
  color: var(--purple);
  text-align: center;
}

.modal-content h4 {
  font-size: 0.22rem;
  text-align: center;
  color: var(--black);
  margin-top: 0.75rem;
  margin-bottom: 0.2rem;
}

.modal-link-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
}
.modal-link {
  max-width: 6.2rem;
  border: 1px solid #e6e6ef;
  border-radius: 0.1rem;
  padding: 0.15rem 0.2rem;
  font-size: 0.22rem;
  color: var(--black);
  font-weight: 500;
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tooltiptext {
  visibility: hidden;
  background-color: var(--purple);
  color: #fff;
  text-align: center;
  border-radius: 0.06rem;
  padding: 0.1rem 0.15rem;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  opacity: 0;
  transition: all 0.15s;
  font-size: 0.16rem;
  transform: translateX(-50%);
  white-space: nowrap;
  font-weight: 500;
}

.tooltiptext.tooltiptext-show {
  opacity: 1;
  visibility: visible;
}

.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: var(--purple) transparent transparent transparent;
}

.copy-link-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.copy-link {
  width: 0.4rem;
  height: 0.4rem;
  background: #f8f8ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: none;
  position: relative;
}

.copy-link .link-sign {
  pointer-events: none;
}

.copy-link-container p {
  font-size: 0.12rem;
  text-align: center;
  color: var(--black);
  margin-top: 0.05rem;
}

.modal-bottom {
  padding-top: 0.35rem;
  position: relative;
  z-index: 2;
}
.modal-bottom-container {
  width: 75%;
  margin: 0 auto;
}
.modal-bottom p {
  color: var(--black);
  font-size: 0.22rem;
  font-weight: 700;
  text-align: left;
}

.popup-icon {
  width: 0.6rem;
  height: 0.6rem;
}

.modal-share-links-container {
  display: flex;
  margin-top: 0.4rem;
  gap: 0.25rem;
}
.modal-share-links-container button {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  border: none;
  background: transparent;
}

.modal-share-links-container button p {
  font-size: 16px;
  text-align: center;
  color: var(--black);
  font-weight: 500;
  margin-top: 0.25rem;
}

.popup-coin1 {
  position: absolute;
  top: 0.5rem;
  left: 0;
}

.popup-coin2 {
  position: absolute;
  top: 1.2rem;
  right: 0;
}

@media (max-width: 750px) {
  .modal-content h3 {
    font-size: 0.56rem;
  }
  .modal-content h4 {
    font-size: 0.32rem;
    margin-top: 0.5rem;
    margin-bottom: 0.4rem;
  }
  .modal-link {
    width: 75%;
    font-size: 0.28rem;
  }
  .copy-link {
    width: 0.6rem;
    height: 0.6rem;
  }
  .copy-link-container p {
    font-size: 0.16rem;
    margin-top: 0.1rem;
  }
  .modal-bottom-container {
    width: 88%;
  }
  .modal-bottom-container p {
    font-size: 0.32rem;
  }
  .modal-share-links-container button p {
    font-size: 0.16rem;
  }
  .popup-coin1 {
    width: 1.6rem;
    top: -0.7rem;
    left: -0.5rem;
  }
  .popup-coin2 {
    width: 0.8rem;
    bottom: -0.3rem;
    top: auto;
  }
  .modal-content {
    padding-top: 1.6rem;
  }
  .tooltiptext {
    font-size: 0.24rem;
  }
  .modal-link-container {
    align-items: flex-start;
  }
  .copy-link .link-sign {
    width: 0.3rem;
  }
}

.fadeOut {
  animation: fadeOut 400ms;
  animation-fill-mode: forwards;
}

.copy-link-button {
	visibility: hidden;
}

.part3-about-us-cloned-app {
	max-width: 580px;
	margin: 55px auto 0;
	text-align: center;
}
.part3-about-us-cloned-app h6 {
	color: var(--black);
  font-size: 22px;
	font-weight: 700;
	margin-bottom: 16px;
}
.part3-about-us-cloned-app p {
	color: var(--gray);
	font-size: 14px;
	font-weight: 500;
}

.pdf-wrapper{
  position: fixed;
  top: 0; left: 0;
  height: 100vh;
  width: 100vw;
  background: #fff;
  z-index: 500;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  visibility: hidden;
}
.pdf-wrapper .modal-body{
  width: 100%; box-sizing: border-box; height: calc(100vh - 30px);
}
.pdf-wrapper .pdf-frame iframe{
  width: 100%; border: none; height: calc(100vh - 30px);
}
.pdf-wrapper .modal-header{
  position: absolute; top: 0; left: 0; width: 100%;
  display: flex; justify-content: flex-end; box-sizing: border-box; padding-right: 6px; align-items: center;
}
.pdf-wrapper .modal-header .icon-close {
  height: 30px; width: 30px;
  background: url(../../../pdfjs/web/images/icon-close-light.html) no-repeat center center;
  background-size: 18px;
  cursor: pointer;
}
.noscroll{
  height: 100%; width: 100%; overflow: hidden;
}