.tabs-wrapper[data-v-764c588a] {
  container: tabs/inline-size;
  display: flex;
}
.tabs-wrapper .tab[data-v-764c588a] {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 16px 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-bottom: 4px solid transparent;
  transition: border-bottom-color 200ms, background-color 200ms;
  border-radius: 6px;
}
.tabs-wrapper .tab.active[data-v-764c588a] {
  background-color: rgba(255, 255, 255, 0.07);
  border-bottom: 4px solid #0080FF;
  pointer-events: none;
}
.tabs-wrapper .tab[data-v-764c588a]:not(.active) {
  cursor: pointer;
}
.tabs-wrapper .tab[data-v-764c588a]:not(.active):hover {
  background-color: rgba(255, 255, 255, 0.07);
}
.tabs-wrapper .tab[data-v-764c588a]:not(.active):active {
  background-color: rgba(255, 255, 255, 0.1);
}
@container tabs (max-width:800px) {
.tab[data-v-764c588a] {
    font-size: 2cqw !important;
    padding: 14px 8px !important;
}
}
.page-wrapper[data-v-6b3bc5fc] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}
.page-wrapper .content-wrapper[data-v-6b3bc5fc] {
  max-width: 1000px;
  width: 100%;
}
.page-wrapper .content-wrapper .content[data-v-6b3bc5fc] {
  margin-top: 24px;
  container: page-content/inline-size;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}
@media screen and (max-width: 576px) {
.page-wrapper .content-wrapper .content[data-v-6b3bc5fc] {
    margin-top: 0;
}
}
.mobile-links[data-v-6b3bc5fc] {
  padding: 0 20px;
}
.mobile-links h1[data-v-6b3bc5fc] {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
}
.mobile-links .d-flex[data-v-6b3bc5fc] {
  gap: 10px;
  margin-top: 30px;
}
.mobile-links .d-flex a[data-v-6b3bc5fc] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: 6px;
  padding: 20px 16px;
  font-weight: 600;
}
.mobile-links .d-flex a[data-v-6b3bc5fc]:active {
  background-color: rgba(255, 255, 255, 0.1);
}
.mobile-links .d-flex a span[data-v-6b3bc5fc] {
  font-size: 16px;
}
.mobile-links .d-flex a span[data-v-6b3bc5fc],
.mobile-links .d-flex a i[data-v-6b3bc5fc] {
  color: rgba(255, 255, 255, 0.75);
}

/*# sourceMappingURL=29.a0eddbdb.css.map*/