@import url(https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@100;200;300;400;500;600;700&display=swap);
html {
  scroll-behavior: smooth;
}
body {
  background: #fff;
  height: 100vh;
  font-family: "Space Mono", monospace;
}
.row {
  margin: 0;
}
.p0,
.p-0,
.row {
  padding: 0;
}
a,
button,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul {
  transition: background-color 1s ease-out;
}
textarea {
  resize: none;
  height: 60px;
  width: 100%;
}
a {
  text-decoration: none !important;
}
ul {
  padding: 0;
  list-style: none;
}
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
}
.grey {
  color: #888 !important;
}
.ptb20 {
  padding: 20px 0;
}
.ptb60 {
  padding: 60px 0;
}
.cursor-pointer {
  cursor: pointer;
}
.purple {
  color: #6c01c3;
}
.yellow {
  color: #ffc13d;
}
.border-img {
  border-radius: 10px;
}
.common {
  color: #ff0083;
}
.green {
  color: #6dff39;
}
.red {
  color: #f41e5e;
}
.white {
  color: #fff !important;
}
.blue {
  color: #133572;
}
.navbar-toggle {
  background-color: #333;
}
.navbar-toggle .icon-bar {
  background-color: #eee;
}
@media only screen and (max-width: 1024px) {
  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: initial;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    outline: none;
  }
  .navbar-toggler:focus {
    outline: none;
  }
  .main-footer {
    text-align: center;
  }
  .main-footer .text-right {
    text-align: center !important;
  }
  h1 {
    font-size: 2.5rem !important;
  }
  .ptb {
    padding: 30px 0;
  }
  .xs-0 {
    padding: 0;
  }
  .main-banner .inner-content .modal-content .for-padding,
  .main-mint .inner-content .modal-content .for-padding {
    padding: 0 !important;
  }
  .main-give .right-side {
    margin-top: 30px !important;
  }
  .main-give .right-side h5 {
    font-weight: 500;
  }
  .main-give .right-side li {
    margin-right: 2px !important;
  }
}
@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
  h1 {
    font-size: 3rem !important;
  }
  .ptb {
    padding: 20px 0;
  }
}
iframe {
  position: unset !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 30px !important;
  }
  .col-md-4,
  .col-md-6,
  .col-md-8 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
button:focus,
input:focus {
  outline: none !important;
}
.form-control:focus {
  box-shadow: unset;
}
@media (max-width: 1024px) {
  .modal.show .modal-dialog {
    max-width: 100% !important;
  }
}
a,
button {
  cursor: pointer;
}
button,
input,
optgroup,
select,
textarea:focus,
textarea:focus-visible {
  outline: none !important;
}
button.close {
  opacity: 1;
}
.custom-container {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.global-img {
  padding: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  background: #000;
}
.main-banner {
  padding-top: 175px;
  position: relative;
  z-index: 50;
  min-height: 868px;
  background-color: #000;
}
.main-banner .glitch-bg {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
.main-banner .wrapper-img {
  position: relative;
}
.main-banner .header-btn {
  text-align: center;
  margin-bottom: 25px;
}
.main-banner .header-btn .dataowner-btn {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.18px;
  text-transform: capitalize;
  margin-bottom: 20px;
  text-align: start;
}
.main-banner .inner-main-text {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.main-banner .inner-main-text h2 {
  margin-bottom: 24px;
  color: #fff;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.main-banner .inner-main-text p {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  max-width: 547px;
  width: 100%;
}
.main-banner .inner-main-text .launch-btn {
  margin-top: 36px;
  max-width: 200px;
  width: 100%;
}
.main-banner .bottom-img {
  background: #131522;
  text-align: center;
  position: relative;
  z-index: 5;
}
.main-banner .bottom-img .bottom-gradient-top {
  position: absolute;
  top: -335px;
  left: 0;
  z-index: -1;
}
.main-banner .twice-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 15px;
  gap: 15px;
}
.main-banner .twice-btn .white-btn {
  border: 1px solid #fff;
  background: #fff;
  padding: 10px 15px;
  margin-top: 36px;
  max-width: 157px;
  width: 100%;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.015px;
  text-align: center;
}
@media (max-width: 2350px) {
  .main-banner .bottom-img .bottom-gradient-top {
    top: -314px;
  }
}
@media (max-width: 2200px) {
  .main-banner .bottom-img .bottom-gradient-top {
    top: -295px;
  }
}
@media (max-width: 2070px) {
  .main-banner .bottom-img .bottom-gradient-top {
    top: -264px;
  }
}
@media (max-width: 1850px) {
  .main-banner .bottom-img .bottom-gradient-top {
    top: -230px;
  }
}
@media (max-width: 1650px) {
  .main-banner .bottom-img .bottom-gradient-top {
    top: -210px;
  }
}
@media (max-width: 1470px) {
  .main-banner .bottom-img .bottom-gradient-top {
    top: -202px;
  }
}
@media (max-width: 1420px) {
  .main-banner .bottom-img .bottom-gradient-top {
    top: -195px;
  }
}
@media (max-width: 1300px) {
  .main-banner .bottom-img .bottom-gradient-top {
    top: -180px;
  }
}
@media (max-width: 1199px) {
  .main-banner .bottom-img .bottom-gradient-top {
    top: -140px;
  }
}
@media (max-width: 1024px) {
  .main-banner .bottom-img .bottom-gradient-top {
    top: -100px;
  }
}
@media (max-width: 1024px) {
  .circle-set {
    display: none;
  }
  .main-banner {
    padding-top: 155px;
  }
  .main-banner .inner-main-text h2 {
    font-size: 30px !important;
  }
  .main-banner .inner-main-text p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 32px;
  }
  .main-banner .inner-main-text .launch-btn {
    margin: 0 auto 40px;
  }
}
@media (max-width: 1024px) {
  .mobile-banner-img {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
  }
  .main-banner .header-btn .dataowner-btn {
    text-align: center;
  }
  .main-banner .inner-main-text h2 {
    font-size: 45px !important;
    text-align: center !important;
    line-height: 120% !important;
  }
  .main-banner {
    padding-bottom: 60px !important;
    min-height: auto !important;
  }
}
@media (max-width: 1024px) {
  .brak-word-mbl {
    display: block !important;
  }
  .main-banner .inner-main-text h2 {
    line-height: 40px;
  }
  .main-banner .twice-btn .white-btn {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .main-banner .inner-main-text .launch-btn,
  .main-banner .twice-btn .white-btn {
    font-size: 11px;
    padding: 7.8px 11.8px;
  }
}
.main-navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #000;
}
.main-navbar .navbar {
  border-bottom: 1px solid #fff;
  background: #000;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  padding: 20px 0;
}
.main-navbar .navbar-collapse {
  justify-content: flex-end;
}
.main-navbar .navbar-nav {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.main-navbar .navbar-nav .nav-item .nav-link {
  padding: 0;
  margin-right: 32px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.016px;
}
.main-navbar .navbar-nav .nav-item .nav-link.active {
  color: #fff !important;
  font-weight: 600 !important;
}
.main-navbar .right-side {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  gap: 20px;
}
.main-navbar .right-side .launch-btn {
  height: 42px;
}
.main-navbar .right-side .languagedropdown {
  position: relative;
}
.main-navbar .right-side .languagedropdown .dropdown-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 6px;
  gap: 6px;
  background-color: initial;
  border: 1px solid #fff;
  padding: 10px 15px;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.015px;
  height: 42px;
}
.main-navbar .right-side .languagedropdown .dropdown-menu {
  border: 1px solid #fff;
  background: #000;
  box-shadow: 4px 4px 0 0 #fff;
  border-radius: 0;
  left: unset !important;
  right: 0 !important;
  margin-top: 10px;
}
.main-navbar .right-side .languagedropdown .dropdown-menu a {
  font-size: 14px;
  line-height: 110%;
  grid-gap: 10px;
  gap: 10px;
  cursor: pointer;
}
.launch-btn,
.main-navbar .right-side .languagedropdown .dropdown-menu a {
  display: flex;
  padding: 10px 15px;
  align-items: center;
  color: #fff;
  font-style: normal;
  font-weight: 700;
}
.launch-btn {
  justify-content: center;
  grid-gap: 6px;
  gap: 6px;
  background-color: initial;
  border: 1px solid #fff;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: -0.015px;
}
@media (max-width: 1024px) {
  .main-navbar .navbar-nav {
    position: static;
    transform: unset;
  }
  .main-navbar .right-side {
    flex-direction: column;
  }
  .main-navbar .right-side .languagedropdown .dropdown-menu {
    min-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .main-navbar {
    padding: 12px 15px;
  }
  .main-navbar .navbar-nav li a {
    justify-content: center;
    margin-bottom: 15px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
  }
  .twice-btn {
    display: flex;
    align-items: center;
  }
  .userprofile-icon-mobile {
    display: block !important;
  }
}
.offcanvas {
  background: #070707;
}
.offcanvas .accordion-item {
  background-color: initial;
  border: none;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
}
.offcanvas .accordion-button {
  padding: 20px 0;
  background-color: initial;
  border: none;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  border-radius: 0 !important;
}
.offcanvas .accordion-button:after {
  background-size: contain !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  width: 12px;
  height: 12px;
}
.offcanvas .accordion-button:focus {
  box-shadow: none !important;
}
.offcanvas .accordion-body a {
  display: block;
  color: #cbcbcb;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 0;
}
.offcanvas .offcanvas-header .btn-close {
  background-size: contain !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  box-shadow: none;
}
.offcanvas .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.offcanvas .offcanvas-header {
  padding-top: 25px;
}
@media (max-width: 1199px) {
  .main-navbar {
    padding: 15px;
  }
}
@media (max-width: 1024px) {
  .navbar-collapse {
    background: #000;
    padding: 40px;
    border-radius: 15px;
  }
  .main-navbar .navbar-nav .nav-item .nav-link {
    text-align: center;
    margin: 0 auto 20px;
  }
  .right-side {
    text-align: center;
  }
  .main-navbar .launch-btn {
    margin: 0 auto;
  }
}
.wrapper-pass {
  height: 100vh;
}
.forpassword,
.wrapper-pass {
  display: flex;
  justify-content: center;
  align-items: center;
}
.forpassword {
  max-width: 505px;
  width: 100%;
  margin: 0 auto;
  flex-direction: column;
  border-radius: 15px;
  background: #101010;
  box-shadow: 0 3px 50px 0 rgba(0, 0, 0, 0.04);
  padding: 35px 50px;
}
.forpassword .option-field {
  margin-top: 40px;
  width: 100%;
}
.forpassword .option-field h6 {
  margin-bottom: 40px;
  color: #828282;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.forpassword .option-field input {
  padding: 18px;
  width: 100%;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 1px solid var(--dark-stroke, #1c1c1c);
  background: var(--dark-button, #111);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.forpassword .option-field input::placeholder {
  color: rgba(69, 69, 69, 0.8);
}
.forpassword span {
  font-style: normal;
  font-family: "Hmedium";
  font-size: 14px;
  line-height: 130%;
  color: #d83f08;
}
.forpassword button {
  border-radius: 50px;
  background: linear-gradient(225deg, #fd00ff, #3e1adb), #fff;
  border: none;
  padding: 15px;
  width: 100%;
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.parent-for {
  position: relative;
}
.parent-for .mail-icon {
  position: absolute;
  top: 18px;
  left: 20px;
}
.forpassword .option-field input {
  padding-left: 50px;
}
.pass-icon {
  position: absolute;
  right: 20px;
  top: 18px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .wrapper-pass {
    margin: 0 15px;
  }
  .forpassword {
    padding: 25px 20px;
  }
}
.wrapper-pass {
  position: relative;
}
.wrapper-pass .gradient-left-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.wrapper-pass .gradient-right-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.service-modal {
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.service-modal .modal-content {
  border-radius: 8px;
  border: 1px solid #242424;
  background: #1d1d1d;
  padding: 20px 20px 30px;
}
.service-modal .modal-body {
  padding: 0;
}
.service-modal .upper-div {
  border-radius: 8px;
  border: 1px solid #242424;
  background: #1d1d1d;
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
  margin-bottom: 20px;
}
.service-modal .upper-div h6 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.service-modal .bottom-div {
  border-radius: 10px;
  background: #212121;
  padding: 20px;
}
.service-modal .bottom-div h6 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 10px;
}
.service-modal .bottom-div p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.main-heading-partners h6 {
  text-transform: uppercase;
}
.marquee__group h6 {
  font-weight: 700;
}
.twice-section {
  padding-bottom: 124px;
}
.twice-section .inner-twice {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 584px;
  width: 100%;
  grid-gap: 16px;
  gap: 16px;
}
.twice-section .inner-twice .right h6 {
  margin-bottom: 40px;
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.42px;
}
.twice-section .inner-twice .right p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.016px;
}
.twice-section .inner-twice .right ul li {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.02px;
  margin-bottom: 15px;
  list-style-type: disc;
  list-style: outside;
  margin-left: 20px;
}
.twice-section1 {
  position: relative;
  z-index: 10;
}
.twice-section1 .gradient-left {
  position: absolute;
  top: -200px;
  right: 0;
  z-index: -1;
  width: 100%;
}
.twice-section2 {
  position: relative;
  z-index: 10;
}
.twice-section2 .gradient-right {
  position: absolute;
  top: -200px;
  left: 0;
  z-index: -1;
  width: 100%;
}
.twice-section2 .inner-twice {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .order1-sm {
    order: 1;
  }
  .order2-sm {
    order: 2;
  }
  .twice-section1 {
    padding: 60px 0;
  }
  .twice-section .inner-twice {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 60px;
  }
  .twice-section2 .inner-twice {
    padding-top: 80px !important;
  }
  .twice-section2 .tdvtvtvvtvtvt {
    padding-top: 0 !important;
  }
  .twice-section .inner-twice .right h6 {
    font-size: 30px;
  }
  .twice-section .inner-twice .right ul li {
    font-size: 16px;
  }
  .set-mobile-width {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
  }
}
.more-feature {
  position: relative;
  z-index: 50;
  background-color: initial;
  padding-top: 140px;
  padding-bottom: 80px;
}
.more-feature .glitch-bg {
  width: 100%;
  margin-top: -250px;
}
.more-feature .main-heading {
  margin-bottom: 40px;
}
.more-feature .main-heading h6 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.42px;
}
.more-feature .parent-cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.more-feature .parent-cards .inner-card {
  flex: 0 0 300px;
  padding: 25px;
  transition: 0.3s linear;
  position: relative;
  height: 320px;
  border: 1px solid #fff;
  background: #000;
  box-shadow: 4px 4px 0 0 #fff;
}
.more-feature .parent-cards .inner-card .line-card {
  position: absolute;
  left: 0;
  top: 105px;
}
.more-feature .parent-cards .inner-card .global-img {
  margin-bottom: 35px;
}
.more-feature .parent-cards .inner-card h6 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
}
.more-feature .parent-cards .inner-card p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1199px) {
  .more-feature .parent-cards {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .more-feature .main-heading h6 {
    font-size: 26px;
    line-height: 140%;
  }
  .more-feature .parent-cards .inner-card {
    flex: 0 0 100%;
    width: 100%;
    border-left: 0;
  }
  .more-feature .parent-cards .inner-card .line-card {
    display: none;
  }
  .more-feature .parent-cards .inner-card {
    height: auto;
    border: 1px solid #fff;
    background: #000;
    box-shadow: 4px 4px 0 0 #fff;
    margin-bottom: 20px !important;
  }
  .more-feature {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }
  .more-feature .glitch-bg {
    margin-top: -105px !important;
  }
}
.data-ownership {
  position: relative;
  z-index: 55;
  padding-top: 64px;
  padding-bottom: 124px;
}
.data-ownership .top-set-img {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translate(-50%);
}
.data-ownership .parent-box {
  height: 408px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  border: 1px solid #fff;
  background: #000;
}
.data-ownership .parent-box .left {
  max-width: 505px;
  width: 100%;
  padding-top: 50px;
  padding-left: 74px;
}
.data-ownership .parent-box .left h6 {
  color: #fff;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 25px;
}
.data-ownership .parent-box .left p {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}
.data-ownership .parent-box .left button {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 6px;
  gap: 6px;
}
.data-ownership .parent-box .right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.data-ownership .parent-box .right img {
  max-width: 800px;
  width: 100%;
}
.data-ownership .launch-btn {
  max-width: 200px;
  width: 100%;
}
@media (max-width: 1199px) {
  .data-ownership .parent-box .right img {
    max-width: 670px;
  }
  .data-ownership .parent-box .left h6 {
    font-size: 30px;
  }
  .data-ownership .parent-box .left p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .data-ownership .top-set-img {
    display: none;
  }
  .data-ownership {
    padding-bottom: 60px;
  }
  .data-ownership .parent-box {
    height: auto;
    padding: 60px 15px 0;
    flex-direction: column;
    grid-gap: 44px;
    gap: 44px;
  }
  .data-ownership .parent-box .left {
    padding: 0;
  }
  .data-ownership .parent-box .left p {
    font-size: 14px;
  }
  .data-ownership .parent-box .right {
    position: static;
  }
  .data-ownership .parent-box {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 40px !important;
  }
  .data-ownership .parent-box .left {
    padding: 0 15px !important;
  }
  .data-ownership {
    padding-top: 40px !important;
    margin-top: 0;
  }
}
.main-faqs {
  padding: 68px 0;
  margin-bottom: 80px;
}
.main-faqs .main-heading {
  margin-bottom: 45px;
}
.main-faqs .main-heading h4 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.main-faqs .main-heading p {
  color: #828282;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}
.main-faqs .bottom-content {
  margin-top: 60px;
}
.main-faqs .bottom-content .accordion .accordion-item {
  border: 1px solid #fff;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: initial;
  border-radius: 0;
}
.main-faqs .bottom-content .accordion .accordion-button {
  background-color: initial;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 30px 38px;
  border: none !important;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.main-faqs .bottom-content .accordion .accordion-button:after {
  background: url(/static/media/arrow-down.bde98ed1.svg) !important;
  background-size: contain !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}
.main-faqs .bottom-content .accordion .accordion-body {
  padding: 30px 38px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.main-faqs .bottom-content .accordion .accordion-button:not(.collapsed),
.main-faqs .bottom-content .accordion .accordion-collapse.collapse.show {
  border: none !important;
}
@media (max-width: 1024px) {
  .main-faqs {
    position: relative;
    z-index: 999;
  }
  .main-faqs .main-heading h4 {
    font-size: 25px;
  }
  .main-faqs .main-heading p {
    font-size: 14px;
  }
  .main-faqs .accordion-button {
    text-align: left !important;
  }
  .main-faqs {
    margin-bottom: 0;
    padding: 40px 0 !important;
  }
}
.lastsection {
  height: 414px;
  position: relative;
  z-index: 50;
}
.lastsection .last-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 464px;
  object-fit: cover;
}
.lastsection .mt-17 {
  margin-top: 18px;
}
.lastsection .inner-text {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 64px 0;
}
.lastsection .inner-text h6 {
  margin-bottom: 16px;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.64px;
}
.lastsection .inner-text p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.016px;
  margin-bottom: 20px;
}
.lastsection .twice-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 15px;
  gap: 15px;
}
.lastsection .twice-btn .white-btn {
  border: 1px solid #fff;
  background: #fff;
  padding: 10px 15px;
  margin-top: 18px;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.015px;
  text-align: center;
}
@media (max-width: 1199px) {
  .lastsection .inner-text p {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .lastsection .last-bg {
    object-fit: cover;
    height: 100%;
  }
  .lastsection .inner-text h6 {
    font-size: 30px;
  }
  .lastsection .inner-text {
    padding: 64px 0 60px;
  }
  .lastsection .inner-text p {
    font-size: 16px;
  }
  .lastsection {
    height: auto;
  }
  .lastsection .last-bg {
    top: -100px;
  }
}
.advantages {
  position: relative;
  z-index: 50;
  background-color: initial;
  padding-top: 140px;
  padding-bottom: 80px;
}
.advantages .glitch-bg {
  width: 100%;
  margin-top: -250px;
}
.advantages .main-heading {
  margin-bottom: 40px;
}
.advantages .main-heading h6 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.42px;
}
.advantages .main-heading p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.016px;
  margin-top: 10px;
}
.advantages .parent-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 20px;
  gap: 20px;
}
.advantages .parent-cards .inner-card {
  flex: 0 0 400px;
  padding: 25px;
  transition: 0.3s linear;
  position: relative;
  height: 214px;
  border: 1px solid #fff;
  background: #000;
  box-shadow: 4px 4px 0 0 #fff;
}
.advantages .parent-cards .inner-card .line-card {
  position: absolute;
  left: 0;
  top: 105px;
}
.advantages .parent-cards .inner-card h6 {
  margin-top: 15px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
}
.advantages .parent-cards .inner-card p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.advantages .parents-card2 {
  margin-top: 20px;
}
.advantages .bottom-para {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-top: 32px;
}
@media (max-width: 1199px) {
  .advantages .parent-cards {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .advantages .main-heading h6 {
    font-size: 30px;
    line-height: 140%;
  }
  .advantages .parent-cards .inner-card {
    flex: 0 0 100%;
    width: 100%;
    border-left: 0;
  }
  .advantages .parent-cards .inner-card .line-card {
    display: none;
  }
  .advantages .parent-cards .inner-card {
    height: 259px;
    border: 1px solid #fff;
    background: #000;
    box-shadow: 4px 4px 0 0 #fff;
  }
  .advantages {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }
  .advantages .glitch-bg {
    margin-top: -105px !important;
  }
}
.ourpartners {
  min-height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.ourpartners:before {
  background: url(/static/media/glitchtop.3a814d61.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
}
.ourpartners:after,
.ourpartners:before {
  content: "";
  width: 100%;
  height: 136px;
  position: absolute;
  left: 0;
  pointer-events: none;
}
.ourpartners:after {
  background: url(/static/media/glitchbottom.9ba2a122.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -81px;
}
.ourpartners .main-heading {
  margin: 30px 0;
}
.ourpartners .main-heading h6 {
  color: #000;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.42px;
}
.ourpartners .bottom-content {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 25px;
  gap: 25px;
}
@media (max-width: 1024px) {
  .ourpartners {
    min-height: 220px;
  }
  .ourpartners .main-heading h6 {
    font-size: 30px;
  }
  .ourpartners:before {
    background: url(/static/media/glitchtop-mobile.91fbf3c1.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    top: -50px;
  }
  .ourpartners:after,
  .ourpartners:before {
    width: 100%;
    height: 136px;
    position: absolute;
    left: 0;
  }
  .ourpartners:after {
    background: url(/static/media/glitchbottom-mobile.4ffdefe8.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -52px;
  }
  .ourpartners .main-heading {
    margin: 0 0 15px;
  }
}
.ourtransparency {
  height: 276px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ourtransparency h4 {
  color: #000;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.42px;
}
@media (max-width: 1024px) {
  .ourtransparency {
    height: 137px;
  }
  .ourtransparency h4 {
    font-size: 20px;
  }
}
.main-footer {
  padding-top: 73px;
  padding-bottom: 30px;
  background-color: #000;
}
.main-footer .upper-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 42px;
  border-bottom: 1px solid #fff;
}
.main-footer .upper-foot .text-links {
  display: flex;
  align-items: center;
  grid-gap: 70px;
  gap: 70px;
}
.main-footer .upper-foot .text-links a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-footer .bottom-foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 36px;
}
.main-footer .bottom-foot p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-footer .bottom-foot .text-links {
  display: flex;
  align-items: center;
  grid-gap: 15px;
  gap: 15px;
}
.main-footer .bottom-foot .text-links a {
  background-color: initial;
}
.main-footer .active {
  font-weight: 700 !important;
}
@media (max-width: 1024px) {
  .main-footer {
    padding-top: 40px;
  }
  .main-footer .upper-foot {
    flex-direction: column;
  }
  .main-footer .bottom-foot,
  .main-footer .upper-foot {
    justify-content: center;
    align-items: center;
    grid-gap: 30px;
    gap: 30px;
  }
  .main-footer .bottom-foot {
    flex-direction: column-reverse;
  }
  .main-footer .upper-foot .text-links {
    grid-gap: 30px;
    gap: 30px;
  }
}
.main-banner1 {
  padding-top: 133px;
  position: relative;
  z-index: 50;
  min-height: 868px;
  background: url(/static/media/banner-bg.861dc81e.png);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #000;
}
.main-banner1 .glitch-bg {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
.main-banner1 .wrapper-img {
  position: relative;
}
.main-banner1 .header-btn {
  text-align: center;
  margin-bottom: 25px;
}
.main-banner1 .header-btn .dataowner-btn {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.18px;
  text-transform: capitalize;
  margin-bottom: 20px;
  text-align: start;
}
.main-banner1 .inner-main-text {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.main-banner1 .inner-main-text h2 {
  margin-bottom: 24px;
  color: #fff;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.main-banner1 .inner-main-text p {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  max-width: 547px;
  width: 100%;
}
.main-banner1 .inner-main-text .launch-btn {
  margin-top: 49px;
  max-width: 200px;
  width: 100%;
}
.main-banner1 .bottom-img {
  background: #131522;
  text-align: center;
  position: relative;
  z-index: 5;
}
.main-banner1 .bottom-img .bottom-gradient-top {
  position: absolute;
  top: -335px;
  left: 0;
  z-index: -1;
}
.main-banner1 .twice-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 15px;
  gap: 15px;
}
.main-banner1 .twice-btn .white-btn {
  border: 1px solid #fff;
  background: #fff;
  padding: 10px 15px;
  margin-top: 49px;
  max-width: 194px;
  width: 100%;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.015px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle-set {
  max-width: 1334.538px;
  height: 1334.538px;
  flex-shrink: 0;
  background: linear-gradient(
    180deg,
    rgba(59, 218, 234, 0.17),
    rgba(59, 218, 234, 0)
  );
  box-shadow: inset 0 14px 114px 0 rgba(59, 218, 234, 0), 0 0 44px 0 #3bdaea;
  z-index: -5;
}
.circle-set,
.hide-area {
  width: 100%;
  border-radius: 1334.538px 1334.538px;
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translate(-50%);
}
.hide-area {
  height: 900px;
  background: linear-gradient(180deg, rgba(19, 21, 34, 0), #131522);
  z-index: -1;
}
@media (max-width: 2350px) {
  .main-banner1 .bottom-img .bottom-gradient-top {
    top: -314px;
  }
}
@media (max-width: 2200px) {
  .main-banner1 .bottom-img .bottom-gradient-top {
    top: -295px;
  }
}
@media (max-width: 2070px) {
  .main-banner1 .bottom-img .bottom-gradient-top {
    top: -264px;
  }
}
@media (max-width: 1850px) {
  .main-banner1 .bottom-img .bottom-gradient-top {
    top: -230px;
  }
}
@media (max-width: 1650px) {
  .main-banner1 .bottom-img .bottom-gradient-top {
    top: -210px;
  }
}
@media (max-width: 1470px) {
  .main-banner1 .bottom-img .bottom-gradient-top {
    top: -202px;
  }
}
@media (max-width: 1420px) {
  .main-banner1 .bottom-img .bottom-gradient-top {
    top: -195px;
  }
}
@media (max-width: 1300px) {
  .main-banner1 .bottom-img .bottom-gradient-top {
    top: -180px;
  }
}
@media (max-width: 1199px) {
  .main-banner1 .bottom-img .bottom-gradient-top {
    top: -140px;
  }
}
@media (max-width: 1024px) {
  .main-banner1 .bottom-img .bottom-gradient-top {
    top: -100px;
  }
  .main-banner1 .inner-main-text .launch-btn {
    margin: unset !important;
  }
  .main-banner1 .twice-btn .white-btn {
    margin-bottom: 0 !important;
  }
  .main-banner1 .wrapper-img {
    text-align: center !important;
  }
}
@media (max-width: 1024px) {
  .circle-set {
    display: none;
  }
  .main-banner1 {
    padding-top: 155px;
  }
  .main-banner1 .inner-main-text h2 {
    font-size: 30px !important;
  }
  .main-banner1 .inner-main-text p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 32px;
  }
  .main-banner1 .inner-main-text .launch-btn {
    margin: 0 auto 40px;
  }
  .main-banner1 .twice-btn .white-btn {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .mobile-banner-img {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
  }
  .main-banner1 .header-btn .dataowner-btn {
    text-align: center;
  }
  .main-banner1 .inner-main-text h2 {
    font-size: 45px !important;
    text-align: center !important;
    line-height: 120% !important;
  }
  .main-banner1 {
    padding-bottom: 60px !important;
    min-height: auto !important;
  }
}
@media (max-width: 1024px) {
  .brak-word-mbl {
    display: block !important;
  }
  .main-banner1 .inner-main-text h2 {
    line-height: 40px;
  }
  .main-banner1 .twice-btn .white-btn {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .main-banner1 .inner-main-text h2 {
    font-size: 36px !important;
    text-align: left !important;
  }
  .main-banner1 .inner-main-text p {
    font-size: 14px !important;
    text-align: start !important;
  }
}
.wrapper-set-color {
  background-color: #000;
}
.partners {
  position: relative;
  z-index: 50;
  padding-bottom: 124px;
}
.partners .exchange-logos {
  padding: 0 50px;
}
.partners .partnerhead {
  font-family: "Ebold";
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 135%;
  text-align: center;
  color: #ebeff5;
  margin-bottom: 80px;
}
.partners .inner-logos img {
  cursor: pointer;
}
.partners .gradient-utilityb {
  display: block !important;
  position: absolute;
  top: -300px;
  left: 0;
  z-index: -1;
}
.partners .exchange-logos {
  margin-top: 116px;
}
.main-heading-partners {
  margin-bottom: 32px;
  position: relative;
  z-index: 50;
  padding-top: 80px;
}
.main-heading-partners h6 {
  color: #000;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 1024px) {
  .partners .exchange-logos {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .partners .partnerhead {
    font-size: 34px;
  }
  .partners {
    padding-top: 80px;
  }
  .partners .partnerhead {
    margin-bottom: 40px;
  }
  .partners .gradient-utilityb {
    display: none !important;
  }
  .partner-left {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .slick-slide {
    margin: 0 5px;
  }
  .partners .exchange-logos {
    padding: 0 20px !important;
  }
}
.marquee {
  --duration: 30s;
  --gap: 1rem;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
  grid-gap: var(--gap);
  gap: var(--gap);
}
.new-design {
  border: 2px solid #2e333d;
  border-radius: 20px;
  padding: 60px 0;
  position: relative;
}
.view-btn {
  position: absolute;
  bottom: 14px;
  right: 26px;
  background: linear-gradient(92.88deg, #ff3701 2.4%, #f6bb08 97.6%), #fa7e05;
  border-radius: 50px;
  padding: 5px 10px;
  border: none;
  font-style: normal;
  font-family: "Ebold";
  font-size: 14px;
  line-height: 135%;
  color: #fff;
}
.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  grid-gap: var(--gap);
  gap: var(--gap);
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}
.marquee__group h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  gap: 10px;
  cursor: pointer;
  border: 1px solid #000;
  background: #fff;
  box-shadow: 3px 3px 0 0 #050505;
  padding: 12px 22px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  min-width: 135px;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}
.marquee__group h4 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1rem;
  border: 1px solid #ccc;
  padding: 3rem;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.logoallshows {
  background: rgba(0, 0, 0, 0.95);
}
.logoallshows .modal-dialog {
  max-width: 700px;
}
.logoallshows .modal-content {
  background: #01060e;
  border: 2px solid #2e333d;
}
.logoallshows .modal-body {
  padding: 40px;
  height: 500px;
  overflow: hidden;
  overflow-y: auto;
}
.logoallshows .modal-body .inner-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  grid-gap: 50px 0;
  gap: 50px 0;
}
.logoallshows .close-btn {
  position: absolute;
  bottom: -6%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(92.88deg, #ff3701 2.4%, #f6bb08 97.6%), #fa7e05;
  border-radius: 50px;
  padding: 5px 10px;
  border: none;
  font-style: normal;
  font-family: "Ebold";
  font-size: 14px;
  line-height: 135%;
  color: #fff;
}
@media (max-width: 1024px) {
  .marquee {
    --duration: 40s !important;
  }
  .slick-list,
  .slick-slider,
  .slick-track {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .main-heading-partners h6 {
    font-size: 30px !important;
  }
}
@media (max-width: 1024px) {
  .marquee__group h6 {
    font-size: 18px !important;
  }
  .partners {
    height: 56px;
    padding-top: 18px !important;
  }
}
.twice-sectionn {
  padding-top: 80px;
  padding-bottom: 40px;
}
.twice-sectionn .inner-twice {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 584px;
  width: 100%;
  grid-gap: 16px;
  gap: 16px;
}
.twice-sectionn .inner-twice .right h6 {
  margin-bottom: 40px;
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.42px;
}
.twice-sectionn .inner-twice .right p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.016px;
  margin-bottom: 14px;
}
.twice-section1n {
  position: relative;
  z-index: 10;
}
.twice-section1n .gradient-left {
  position: absolute;
  top: -200px;
  right: 0;
  z-index: -1;
  width: 100%;
}
.twice-section2n {
  position: relative;
  z-index: 10;
  background: #f5f5f5;
}
.twice-section2n .gradient-right {
  position: absolute;
  top: -200px;
  left: 0;
  z-index: -1;
  width: 100%;
}
.twice-section2n .inner-twice {
  margin-left: auto;
}
.twice-section3n {
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  .order1-sm {
    order: 1;
  }
  .order2-sm {
    order: 2;
  }
  .twice-section1n {
    padding: 60px 0;
  }
  .twice-sectionn .inner-twice {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 60px;
  }
  .twice-section2n .inner-twice {
    padding-top: 80px !important;
  }
  .twice-section2n .tdvtvtvvtvtvt {
    padding-top: 0 !important;
  }
  .twice-sectionn .inner-twice .right h6 {
    font-size: 26px;
  }
  .twice-sectionn .inner-twice .right p {
    font-size: 14px;
  }
  .wrapper-img {
    text-align: center !important;
  }
}
.more-feature1 {
  position: relative;
  z-index: 50;
  background-color: initial;
  padding: 110px 0;
}
.more-feature1:after {
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAACICAYAAAARZ0w0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAWjSURBVHgB7d1Lit04AEBRqan9b1mdDHrSEAixbj3FOmcB4cX62HURaI4x1thora3/3JhzjpPd9v+9ze7xPd3u+Xf687ttvdmv3s34vtvp4+v3PXPb98bpzL+z3Pb3IGfRI56xPp7xPnrG++OZ3c/vnwEAAAAAAAEBGgAAAACAhAANAAAAAEBCgAYAAAAAICFAAwAAAACQEKABAAAAAEgI0AAAAAAAJARoAAAAAAASAjQAAAAAAImvAR+01ho7zTkH8HfavR/sZn85i/cHAPB/u9/nvjd4E/OPT3ICGgAAAACAhAANAAAAAEBCgAYAAAAAICFAAwAAAACQEKABAAAAAEj8vAJz77Wuhzv9Ftvdv49nbrtF2fx7xq3bz5h/Z7G/vJv96t1u+96wXz1z23o7fXx9rwH/uW0/uO19ftv4OgENAAAAAEBCgAYAAAAAICFAAwAAAACQEKABAAAAAEgI0AAAAAAAJARoAAAAAAASAjQAAAAAAAkBGgAAAACAhAANAAAAAEBCgAYAAAAAICFAAwAAAACQEKABAAAAAEgI0AAAAAAAJL4GfNCcc+y01hoAP9lf3s34nuX08bjt9wGwh+8NgD2cgAYAAAAAICFAAwAAAACQEKABAAAAAEgI0AAAAAAAJARoAAAAAAASX27xfua2W2xvuwX49PXhFuVnzOd3s37f7fTnZ76cxf78jL8XznLb/mK+nOX0+ef9C9/H/nyW0/dTJ6ABAAAAAEgI0AAAAAAAJARoAAAAAAASAjQAAAAAAAkBGgAAAACAhAANAAAAAEBCgAYAAAAAICFAAwAAAACQEKABAAAAAEgI0AAAAAAAJARoAAAAAAASAjQAAAAAAAkBGgAAAACAxNcAgAPMOcdOa60B/J1O3w/sVwAA8PucgAYAAAAAICFAAwAAAACQEKABAAAAAEgI0AAAAAAAJARoAAAAAAASc7l2mxfZfSv9bpbbu5l/8Gu714f5DN/H+uVNzGc+6fT5Z3084/mdxXicxQloAAAAAAASAjQAAAAAAAkBGgAAAACAhAANAAAAAEBCgAYAAAAAICFAAwAAAACQEKABAAAAAEgI0AAAAAAAJARoAAAAAAASAjQAAAAAAAkBGgAAAACAhAANAAAAAEBCgAYAAAAAICFAAwAAAACQEKABAAAAAEgI0AAAAAAAJARoAAAAAAASAjQAAAAAAAkBGgAAAACAxFw/jIvMOcdOlz2+4+0e391Ony/Wx7sZX97EfH434/uM5wdU7C+8ifnMJ902/5yABgAAAAAgIUADAAAAAJAQoAEAAAAASAjQAAAAAAAkBGgAAAAAABICNAAAAAAACQEaAAAAAICEAA0AAAAAQEKABgAAAAAgIUADAAAAAJAQoAEAAAAASAjQAAAAAAAkBGgAAAAAABICNAAAAAAACQEaAAAAAICEAA0AAAAAQEKABgAAAAAgIUADAAAAAJAQoAEAAAAASMz1wwAAAABeZc45dpIPAPgTTkADAAAAAJAQoAEAAAAASAjQAAAAAAAkBGgAAAAAABICNAAAAAAACQEaAAAAAICEAA0AAAAAQEKABgAAAAAgIUADAAAAAJAQoAEAAAAASAjQAAAAAAAkBGgAAAAAABICNAAAAAAACQEaAAAAAICEAA0AAAAAQEKABgAAAAAgIUADAAAAAJAQoAEAAAAASAjQAAAAAAAkvgYAAMA3mXOOndZaA37X6fPP7wPgjZyABgAAAAAgIUADAAAAAJAQoAEAAAAASAjQAAAAAAAkBGgAAAAAABICNAAAAAAACQEaAAAAAICEAA0AAAAAQEKABgAAAAAgIUADAAAAAJAQoAEAAAAASAjQAAAAAAAkBGgAAAAAABICNAAAAAAACQEaAAAAAICEAA0AAAAAQEKABgAAAAAgIUADAAAAAJAQoAEAAAAASPwLs1IaDpTpsz0AAAAASUVORK5CYII=);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 136px;
  position: absolute;
  bottom: -128px;
  left: 0;
}
.more-feature1 .glitch-bg {
  width: 100%;
  margin-top: -250px;
}
.more-feature1 .glitch-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.more-feature1 .main-heading {
  margin-bottom: 40px;
}
.more-feature1 .main-heading h5 {
  font-size: 42px;
  letter-spacing: -0.42px;
  margin-bottom: 20px;
}
.more-feature1 .main-heading h5,
.more-feature1 .main-heading h6 {
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.more-feature1 .main-heading h6 {
  font-size: 14px;
  margin-bottom: 18px;
}
.more-feature1 .main-heading p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.more-feature1 .parent-cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.more-feature1 .parent-cards .inner-card {
  flex: 0 0 400px;
  padding: 25px;
  transition: 0.3s linear;
  position: relative;
  height: 198px;
  border: 1px solid #fff;
  background: #000;
  box-shadow: 4px 4px 0 0 #fff;
}
.more-feature1 .parent-cards .inner-card .line-card {
  position: absolute;
  left: 0;
  top: 105px;
}
.more-feature1 .parent-cards .inner-card .global-img {
  margin-bottom: 35px;
}
.more-feature1 .parent-cards .inner-card h6 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
}
.more-feature1 .parent-cards .inner-card p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1199px) {
  .more-feature1 .parent-cards {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .more-feature1 .main-heading h6 {
    font-size: 26px;
    line-height: 140%;
  }
  .more-feature1 .parent-cards .inner-card {
    flex: 0 0 100%;
    width: 100%;
    border-left: 0;
  }
  .more-feature1 .parent-cards .inner-card .line-card {
    display: none;
  }
  .more-feature1 .parent-cards .inner-card {
    height: auto;
    border: 1px solid #fff;
    background: #000;
    box-shadow: 4px 4px 0 0 #fff;
    margin-bottom: 20px !important;
  }
  .more-feature1 {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }
  .more-feature1 .glitch-bg {
    margin-top: -105px !important;
  }
  .more-feature1 .main-heading h5 {
    font-size: 26px;
  }
  .more-feature1 .main-heading h6 {
    font-size: 14px;
  }
  .more-feature1:after {
    background-size: contain;
    bottom: -84px;
  }
  .more-feature1 {
    z-index: 1000;
  }
}
.more-owner1 {
  position: relative;
  z-index: 50;
  background-color: initial;
  padding-top: 122px;
  padding-bottom: 80px;
}
.more-owner1 .glitch-bg {
  width: 100%;
  margin-top: -360px;
}
.more-owner1 .main-heading {
  margin-bottom: 40px;
}
.more-owner1 .main-heading h4 {
  font-size: 40px;
  letter-spacing: -0.4px;
  margin-top: 11px;
  margin-bottom: 20px;
}
.more-owner1 .main-heading h4,
.more-owner1 .main-heading h6 {
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
.more-owner1 .main-heading h6 {
  font-size: 22px;
  letter-spacing: -0.22px;
}
.more-owner1 .main-heading p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.more-owner1 .parent-cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 40px 0;
  gap: 40px 0;
}
.more-owner1 .parent-cards .inner-card {
  flex: 0 0 400px;
  padding: 25px;
  transition: 0.3s linear;
  position: relative;
  height: 283px;
  border: 1px solid #fff;
  background: #000;
  box-shadow: 4px 4px 0 0 #fff;
}
.more-owner1 .parent-cards .inner-card .line-card {
  position: absolute;
  left: 0;
  top: 105px;
}
.more-owner1 .parent-cards .inner-card .global-img {
  margin-bottom: 35px;
}
.more-owner1 .parent-cards .inner-card h6 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
}
.more-owner1 .parent-cards .inner-card p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1199px) {
  .more-owner1 .parent-cards {
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .more-owner1 .main-heading h6 {
    font-size: 26px;
    line-height: 140%;
  }
  .more-owner1 .parent-cards .inner-card {
    flex: 0 0 100%;
    width: 100%;
    border-left: 0;
  }
  .more-owner1 .parent-cards .inner-card .line-card {
    display: none;
  }
  .more-owner1 .parent-cards .inner-card {
    height: auto;
    border: 1px solid #fff;
    background: #000;
    box-shadow: 4px 4px 0 0 #fff;
    margin-bottom: 20px !important;
  }
  .more-owner1 {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }
  .more-owner1 .glitch-bg {
    margin-top: -105px !important;
    display: none;
  }
  .more-owner1 .main-heading h6 {
    font-size: 16px !important;
  }
  .more-owner1 .main-heading h4 {
    font-size: 26px;
  }
  .more-owner1 .parent-cards {
    grid-gap: 20px;
    gap: 20px;
  }
  .more-owner1 .parent-cards .inner-card {
    margin-bottom: 0 !important;
  }
  .more-owner1 {
    z-index: 51;
  }
}
.main-faqs1 {
  margin-bottom: 110px;
  padding: 200px 0 68px;
  background-color: #fff;
  position: relative;
  z-index: 49;
}
.main-faqs1 .main-heading {
  margin-bottom: 45px;
}
.main-faqs1 .main-heading h4 {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.main-faqs1 .main-heading p {
  color: #828282;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 5px;
}
.main-faqs1 .bottom-content {
  margin-top: 60px;
}
.main-faqs1 .bottom-content .accordion .accordion-item {
  border: 1px solid #000;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: initial;
  border-radius: 0;
}
.main-faqs1 .bottom-content .accordion .accordion-button {
  background-color: initial;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 30px 38px;
  border: none !important;
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.main-faqs1 .bottom-content .accordion .accordion-button:after {
  background: url(/static/media/arrow-down.bde98ed1.svg) !important;
  background-size: contain !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}
.main-faqs1 .bottom-content .accordion .accordion-body {
  padding: 30px 38px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.main-faqs1 .bottom-content .accordion .accordion-button:not(.collapsed),
.main-faqs1 .bottom-content .accordion .accordion-collapse.collapse.show {
  border: none !important;
}
@media (max-width: 1024px) {
  .main-faqs1 {
    position: relative;
    z-index: 999;
  }
  .main-faqs1 .main-heading h4 {
    font-size: 26px;
  }
  .main-faqs1 .main-heading p {
    font-size: 14px;
  }
  .main-faqs1 .accordion-button {
    text-align: left !important;
  }
  .main-faqs1 {
    margin-bottom: 0;
    padding: 40px 0 !important;
    padding-top: 80px !important;
  }
  .main-faqs1 .bottom-content {
    margin-top: 50px;
  }
}
.lastsection1 {
  height: 414px;
  position: relative;
  z-index: 50;
}
.lastsection1 .last-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 464px;
  object-fit: cover;
}
.lastsection1 .mt-17 {
  margin-top: 18px;
}
.lastsection1 .inner-text {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 64px 0;
}
.lastsection1 .inner-text h6 {
  margin-bottom: 16px;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.64px;
}
.lastsection1 .inner-text p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.016px;
  margin-bottom: 20px;
}
.lastsection1 .twice-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 15px;
  gap: 15px;
}
.lastsection1 .twice-btn .white-btn {
  border: 1px solid #fff;
  background: #fff;
  padding: 10px 15px;
  margin-top: 18px;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.015px;
  text-align: center;
}
@media (max-width: 1199px) {
  .lastsection1 .inner-text p {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .lastsection1 .last-bg {
    object-fit: cover;
    height: 100%;
  }
  .lastsection1 .inner-text h6 {
    font-size: 26px;
  }
  .lastsection1 .inner-text {
    padding: 64px 0 60px;
  }
  .lastsection1 .inner-text p {
    font-size: 14px;
  }
  .lastsection1 {
    height: auto;
  }
}
.wrapper-aboutus .main-navbar {
  background-color: #000;
}
.wrapper-aboutus .aboutus {
  min-height: 100vh;
  background-color: #000;
  padding-top: 154px;
  padding-bottom: 70px;
}
.wrapper-aboutus .aboutus .aboutus-section .main-heading {
  margin-bottom: 15px;
}
.wrapper-aboutus .aboutus .aboutus-section .main-heading h6 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.wrapper-aboutus .aboutus .aboutus-section .main-heading p {
  color: hsla(0, 0%, 100%, 0.8);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  padding-bottom: 15px;
}
.ourteam-section {
  padding-top: 63px;
  padding-bottom: 130px;
}
.ourteam-section .main-heading h6 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.42px;
  margin-bottom: 30px;
}
.ourteam-section .parent-card {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 25px;
  gap: 25px;
}
.ourteam-section .parent-card .single-card {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex: 0 0 407px;
  height: 390px;
  border: 1.902px solid #fff;
  background: #000;
  box-shadow: 3.344px 3.344px 0 0 #000;
  padding: 16.7px;
}
.ourteam-section .parent-card .single-card h5 {
  color: #fff;
  font-size: 20.067px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 10px;
}
.ourteam-section .parent-card .single-card h6 {
  color: #fff;
  font-size: 15.05px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.ourteam-section .parent-card .single-card p {
  color: #fff;
  text-align: center;
  font-size: 15.05px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.ourteam-section .parent-card2 {
  margin-top: 35px;
}
.videos-section .main-heading h6 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.videos-section .bottom-content {
  margin-left: 86px;
}
.videos-section .bottom-content2 {
  padding-top: 73px;
}
.videos-section .owl_option {
  position: relative;
}
.videos-section .owl_option .right-shadow {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 999999999999;
  height: 93%;
}
.videos-section .single-card h6 {
  margin-top: 13px;
  color: #fff;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.videos-section .owl-theme .owl-nav {
  text-align: right;
  padding-right: 35px;
}
.videos-section .owl-carousel .owl-stage {
  right: 30px;
}
.videos-section .special-access .owl-carousel .owl-stage {
  right: 50px !important;
}
.videos-section .owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
  width: 20px;
  height: 20px;
  background-color: initial;
  border: 1px solid #fff;
}
.videos-section .owl-theme .owl-dots .owl-dot.active span,
.videos-section .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
.videos-section .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .ourteam-section .parent-card {
    flex-direction: column;
  }
  .ourteam-section .parent-card .single-card {
    height: auto;
  }
  .ourteam-section .main-heading h6,
  .videos-section .main-heading h6,
  .wrapper-aboutus .aboutus .aboutus-section .main-heading h6 {
    font-size: 30px;
  }
  .wrapper-aboutus .aboutus .aboutus-section .main-heading p {
    font-size: 16px;
  }
  .videos-section .bottom-content {
    margin-left: 15px;
  }
  .videos-section .owl_option .right-shadow {
    display: none;
  }
  .videos-section .special-access .owl-carousel .owl-stage {
    right: 0;
  }
  .videos-section .single-card h6 {
    font-size: 12px;
  }
  .videos-section .special-access .owl-carousel .owl-stage {
    right: 15px !important;
  }
  .videos-section .owl-theme .owl-nav {
    display: none;
  }
  .readmore-btn {
    display: block !important;
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-decoration: underline !important;
    display: inline !important;
  }
  .dnoneformobile {
    display: none;
  }
  .ourteam-section .parent-card .single-card {
    flex: 0 0 100%;
    width: 100%;
  }
  .ourteam-section .parent-card .single-card h6 {
    font-size: 12.56px;
  }
  .ourteam-section .parent-card .single-card p {
    font-size: 12px;
  }
  .ourteam-section .parent-card2 {
    margin-top: 20px;
  }
}
.wrapper-community {
  min-height: 100vh;
  padding-bottom: 70px;
}
.wrapper-community,
.wrapper-community .main-navbar {
  background-color: #000;
}
.wrapper-community .ourcommunity {
  padding-top: 154px;
  background-color: #000;
}
.wrapper-community .ourcommunity .main-heading {
  margin-bottom: 30px;
}
.wrapper-community .ourcommunity .main-heading h6 {
  color: #fff;
  text-align: center;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.wrapper-community .ourcommunity .main-heading p {
  color: hsla(0, 0%, 100%, 0.8);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  padding-bottom: 15px;
}
.wrapper-community .ourcommunity .bottom-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 15px;
  gap: 15px;
}
.wrapper-community .ourcommunity .bottom-btns a {
  border: 1px solid #fff;
  background: #000;
  box-shadow: 2px 2px 0 0 #fff;
  padding: 10px 15px;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.015px;
  text-decoration: underline !important;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  gap: 10px;
}
.wrapper-community .bottom-content {
  margin-left: 86px;
}
.wrapper-community .owl_option {
  position: relative;
}
.wrapper-community .owl_option .right-shadow {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 999999999999;
}
.wrapper-community .owl-theme .owl-nav {
  text-align: right;
  padding-right: 35px;
}
.wrapper-community .owl-carousel .owl-stage {
  right: 30px;
}
.wrapper-community .special-access .owl-carousel .owl-stage {
  right: 50px !important;
}
.wrapper-community .owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
  width: 20px;
  height: 20px;
  background-color: initial;
  border: 1px solid #fff;
}
.wrapper-community .owl-theme .owl-dots .owl-dot.active span,
.wrapper-community .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
.wrapper-community .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}
.official-community {
  background-color: #000;
  padding-top: 105px;
}
.official-community .main-heading {
  margin-bottom: 30px;
}
.official-community .main-heading h6 {
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.official-community .main-heading p {
  color: hsla(0, 0%, 100%, 0.8);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  padding-bottom: 15px;
}
.official-community .bottom-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 15px;
  gap: 15px;
}
.official-community .bottom-btns a {
  border: 1.035px solid #000;
  background: #fff;
  box-shadow: 3.105px 3.105px 0 0 #050505;
  color: #000;
  font-size: 18.481px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
  gap: 10px;
  max-width: 305px;
  width: 100%;
  position: relative;
  height: 49px;
  overflow: hidden;
  cursor: default;
}
.official-community .bottom-btns a img {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .wrapper-community .ourcommunity .bottom-btns {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .wrapper-community .ourcommunity .main-heading h6 {
    font-size: 30px;
  }
  .wrapper-community .ourcommunity .main-heading p {
    font-size: 16px;
  }
  .official-community .main-heading h6 {
    font-size: 30px;
  }
  .mobileview {
    overflow-x: auto;
  }
  .mobileview::-webkit-scrollbar {
    display: none;
  }
  .official-community .bottom-btns {
    width: -webkit-max-content;
    width: max-content;
  }
  .official-community .bottom-btns a {
    max-width: 100%;
    width: 252px;
  }
  .video-wrapper {
    margin: 30px 0;
  }
  .wrapper-community .bottom-content {
    margin-left: 15px;
  }
}
/*# sourceMappingURL=main.adabcfa0.chunk.css.map */
