.info-content {
  padding: 52px 22%;
}
.info-content .skiptranslate {
  line-height: 0;
  color: transparent;
}
.info-content .skiptranslate .goog-te-combo {
  font-family: inherit;
}
.info-content .skiptranslate > span {
  display: none;
}
.info-content .divided {
  border-bottom: 1px solid #E2E1E8;
  max-width: 1087px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info-content .divided .breadcrumb {
  white-space: nowrap;
}
.info-content h1 {
  font: normal normal 28px/42px Poppins;
  text-align: center;
}
.info-content section {
  margin-top: 63px;
  display: flex;
}
.info-content section article ul > li {
  min-width: 298px;
  border-bottom: 1px solid #E5E3EF;
  padding: 20px 0;
}
.info-content section article ul > li:nth-child(1) {
  padding: 14px 0;
}
.info-content section article ul > li:nth-child(1) h4 {
  display: flex;
  align-items: center;
  font: normal normal 20px/30px Poppins;
  font-weight: 500;
}
.info-content section article ul > li:nth-child(1) h4 img {
  margin-inline-end: 15px;
}
.info-content section article ul > li:nth-child(1) h4::after {
  content: none !important;
}
.info-content section article ul > li:nth-child(1) a {
  height: auto !important;
}
.info-content section article ul > li h4 {
  font: normal normal 18px/27px Poppins;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  cursor: pointer;
}
.info-content section article ul > li h4::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/_common/faq_arrow.svg") no-repeat center/cover;
  width: 28px;
  height: 28px;
  left: 0;
  top: 0;
  transition: transform 0.3s;
}
.info-content section article ul > li a {
  font: normal normal 300 16px/25px Poppins;
  color: #39325A;
  display: block;
  cursor: pointer;
  height: 0;
  overflow: hidden;
}
.info-content section article ul > li a:hover {
  color: #6D4DFF;
  text-decoration: underline;
}
.info-content section article ul > li .faq_selected {
  color: #6D4DFF;
  text-decoration: underline;
}
.info-content section article ul > li.on a {
  height: auto;
  margin-top: 10px;
}
.info-content section article ul > li.on h4::after {
  transform: rotate(180deg);
}
.info-content section article .btn-description {
  text-align: center;
  padding: 20px 27px 16px;
  font: normal normal 500 18px/27px Poppins;
  color: rgb(57, 50, 90);
}
.info-content section article .try-btn {
  margin: 0 auto;
  display: block;
  background-color: transparent;
}
.info-content section article .try-btn a {
  border-radius: 25px;
  background-color: rgb(139, 61, 255);
  border-radius: 25px;
  border: unset;
  padding: 12px 76px;
  font: normal normal 500 18px/27px Poppins;
  color: #fff;
  display: block;
}
.info-content section article .try-btn .appsignupbtn {
  padding: 12px 24px;
  min-width: 240px;
  box-sizing: border-box;
  height: auto;
}
.info-content section article .try-btn .appsignupbtn:hover {
  color: #fff;
  text-decoration: unset;
}
.info-content section article .media-entry {
  width: 100%;
  margin-top: 30px;
  padding-top: 20px;
}
.info-content section article .media-entry .entry-font {
  font: normal normal 500 16px/25px Poppins;
  letter-spacing: 0px;
  color: #0E0D11;
  text-align: center;
}
.info-content section article .media-entry .entry-icon {
  display: flex;
  justify-content: space-around;
  margin-top: 18px;
}
.info-content section article .media-entry .entry-icon a {
  border-radius: 50%;
  border: 1px solid #E2E1E8;
  width: 40px;
  height: 40px;
  background-position: center;
  cursor: pointer;
}
.info-content section article .media-entry .entry-icon a.twitter {
  background: url(../img/_common/twitter.svg) no-repeat center/cover;
  background-size: 18px 15px;
}
.info-content section article .media-entry .entry-icon a.facebook {
  background: url(../img/_common/facebook.svg) no-repeat center/cover;
  background-size: 10px 20px;
}
.info-content section article .media-entry .entry-icon a.discord {
  background: url(../img/_common/discord.svg) no-repeat center/cover;
  background-size: 22px 16px;
}
.info-content section article .media-entry .entry-icon a.ins {
  background: url(../img/_common/ins.svg) no-repeat center/cover;
  background-size: 16px 16px;
}
.info-content section article .media-entry .entry-icon a.youtube {
  background: url(../img/_common/youtube.svg) no-repeat center/cover;
  background-size: 21px 15px;
}
.info-content section article .media-entry .entry-icon a.linkedin {
  background: url(../img/_common/linkedln.svg) no-repeat center/cover;
  background-size: 16px 16px;
}
.info-content section article .media-entry .entry-icon a:hover.twitter {
  background: url(../img/_common/twitter-a.svg) no-repeat center/cover;
  background-size: 40px 40px;
}
.info-content section article .media-entry .entry-icon a:hover.facebook {
  background: url(../img/_common/facebook-a.svg) no-repeat center/cover;
  background-size: 40px 40px;
}
.info-content section article .media-entry .entry-icon a:hover.discord {
  background: url(../img/_common/discord-a.svg) no-repeat center/cover;
  background-size: 40px 40px;
}
.info-content section article .media-entry .entry-icon a:hover.ins {
  background: url(../img/_common/ins-a.svg) no-repeat center/cover;
  background-size: 40px 40px;
}
.info-content section article .media-entry .entry-icon a:hover.youtube {
  background: url(../img/_common/youtube-a.svg) no-repeat center/cover;
  background-size: 40px 40px;
}
.info-content section article .media-entry .entry-icon a:hover.linkedin {
  background: url(../img/_common/linkedln-a.svg) no-repeat center/cover;
  background-size: 40px 40px;
}
.info-content section aside {
  margin-inline-start: 74px;
  color: #39325A;
  width: 694px;
  flex-shrink: 0;
}
.info-content section aside a {
  color: #6D4DFF;
}
.info-content section aside h1 {
  text-align: right;
  font: normal normal 600 34px/51px Poppins;
}
.info-content section aside .share-wrapper {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 7px;
  margin-bottom: 20px;
}
.info-content section aside .share-title {
  margin-right: 6px;
  font: normal normal 300 12px/18px Poppins;
  color: #6D4DFF;
}
.info-content section aside .share-link {
  width: 26px;
  height: 26px;
  border: 1px solid #E2E1E8;
  border-radius: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.info-content section aside .share-link:hover {
  background-color: #F1F1F2;
}
.info-content section aside .share-link.x {
  background-image: url(../img/_common/twitter.svg);
  background-size: auto 10px;
}
.info-content section aside .share-link.facebook {
  background-image: url(../img/_common/facebook.svg);
  background-size: auto 12px;
}
.info-content section aside .share-link.linkedin {
  background-image: url(../img/_common/linkedln.svg);
  background-size: auto 11px;
}
.info-content section aside h5 {
  font: normal normal 500 18px/27px Poppins;
  margin: 10px 0 20px;
}
.info-content section aside p {
  font: normal normal 300 16px/25px Poppins;
  margin: 20px 0 25px;
}
.info-content section aside p img {
  max-width: 100%;
  box-shadow: 0px 14px 34px rgba(209, 209, 209, 0.7882352941);
  border: 1px solid #DAD9DE;
  border-radius: 10px;
  display: block;
  height: auto;
  box-sizing: content-box;
}
.info-content section aside ol li, .info-content section aside ul li {
  list-style: unset;
  margin-left: 20px;
}
.info-content section aside ol li a, .info-content section aside ul li a {
  color: #6D4DFF;
  font: normal normal 300 16px/30px Poppins;
}
.info-content section aside .help-title {
  margin-top: 29px;
  font: normal normal 300 16px/25px Poppins;
}
.info-content section aside .help-title a {
  color: #6D4DFF;
  font: inherit;
}
.info-content section aside .table-box {
  width: 100%;
  max-height: 800px;
  margin: 39px auto 0;
  overflow: auto;
}
.info-content section aside .table-box table {
  width: 100%;
  height: auto !important;
  font: normal normal 300 18px/27px Poppins;
  color: rgb(57, 50, 90);
  background: #FFFFFF;
  text-align: center;
}
.info-content section aside .table-box table tr {
  width: 100%;
  table-layout: fixed;
  white-space: pre-wrap;
}
.info-content section aside .table-box table tr:first-child td {
  background: #EBE8FC;
}
.info-content section aside .table-box table th {
  background-color: #EBE8FC;
  position: sticky;
  top: 0;
  z-index: 2;
}
.info-content section aside .table-box table td,
.info-content section aside .table-box table th {
  padding: 0 23px 0 40px;
  border: 1px solid #CAC4EE;
  height: 43px;
  vertical-align: middle;
  word-break: break-word;
  min-width: 152px;
  width: 152px !important;
}
.info-content section aside .table-box table td:first-child,
.info-content section aside .table-box table th:first-child {
  position: sticky;
  left: 0;
  box-sizing: border-box;
}
.info-content section aside .table-box table td {
  background: #FFFFFF;
  font: normal normal 300 18px/27px Poppins;
  color: #39325A;
}
.info-content section aside .table-box table td:first-child {
  background-color: #F1F0F3;
}
.info-content section aside > h2 {
  font: normal normal 600 32px/45px Poppins;
  color: #39325A;
  position: relative;
  padding-inline-start: 34px;
}
.info-content section aside > h2::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background-color: #39325A;
  position: absolute;
  right: 0;
  top: 0;
}
.info-content section aside h3 {
  font: normal normal 600 26px/39px Poppins;
  color: #39325A;
}

@media screen and (max-width: 1200px) {
  .info-content {
    padding: 52px 5%;
  }
  .info-content section {
    flex-direction: column;
  }
  .info-content section aside {
    margin: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .info-content section aside {
    width: 100%;
    font: normal normal 300 16px/25px Poppins;
  }
  .info-content section aside p img {
    max-width: 100%;
    height: auto;
  }
  .info-content section aside .table-box {
    width: 100%;
    max-height: 500px;
    margin: unset;
  }
  .info-content section aside .table-box::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .info-content section aside .table-box::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
  }
  .info-content section aside .table-box table {
    width: 100%;
    font: normal normal 300 12px/16px Poppins;
  }
  .info-content section aside .table-box table td,
  .info-content section aside .table-box table th {
    padding: 0 10px;
    height: 33px;
  }
  .info-content section aside .table-box table td {
    font: normal normal 300 12px/25px Poppins;
  }
  .info-content section aside > h2 {
    font: normal normal 600 21px/32px Poppins;
    padding-left: 20px;
    position: relative;
  }
  .info-content section aside > h2::before {
    content: "";
    display: block;
    width: 5px;
  }
  .info-content section aside h3 {
    font: normal normal 600 19px/29px Poppins;
  }
}

/*# sourceMappingURL=info.css.map */
