@font-face {
  font-family: "Redhat-Light";
  src: url("/assets/RedHatDisplay-Light-14040e3d.eot");
  src: local("Redhat Light"), local("Redhat-Light"), url("/assets/RedHatDisplay-Light-14040e3d.eot?#iefix") format("embedded-opentype"), url("/assets/RedHatDisplay-Light-964bcc05.woff") format("woff"), url("/assets/RedHatDisplay-Light-a50f2adc.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Redhat-Regular";
  src: url("/assets/RedHatDisplay-Regular-9b8fb55b.eot");
  src: local("Redhat Regular"), local("Redhat-Regular"), url("/assets/RedHatDisplay-Regular-9b8fb55b.eot?#iefix") format("embedded-opentype"), url("/assets/RedHatDisplay-Regular-3d0e4292.woff") format("woff"), url("/assets/RedHatDisplay-Regular-487129e0.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Redhat-Medium";
  src: url("/assets/RedHatDisplay-Medium-9f232c57.eot");
  src: local("Redhat Medium"), local("Redhat-Medium"), url("/assets/RedHatDisplay-Medium-9f232c57.eot?#iefix") format("embedded-opentype"), url("/assets/RedHatDisplay-Medium-e2d8e23b.woff") format("woff"), url("/assets/RedHatDisplay-Medium-0f615c96.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Redhat-SemiBold";
  src: url("/assets/RedHatDisplay-SemiBold-96fd15b6.eot");
  src: local("Redhat SemiBold"), local("Redhat-SemiBold"), url("/assets/RedHatDisplay-SemiBold-96fd15b6.eot?#iefix") format("embedded-opentype"), url("/assets/RedHatDisplay-SemiBold-cb67b300.woff") format("woff"), url("/assets/RedHatDisplay-SemiBold-4fb99fdf.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Redhat-Bold";
  src: url("/assets/RedHatDisplay-Bold-38eec09b.eot");
  src: local("Redhat Bold"), local("Redhat-Bold"), url("/assets/RedHatDisplay-Bold-38eec09b.eot?#iefix") format("embedded-opentype"), url("/assets/RedHatDisplay-Bold-08136e85.woff") format("woff"), url("/assets/RedHatDisplay-Bold-5c7e4dfa.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Redhat-ExtraBold";
  src: url("/assets/RedHatDisplay-ExtraBold-5f9becd4.eot");
  src: local("Redhat ExtraBold"), local("Redhat-ExtraBold"), url("/assets/RedHatDisplay-ExtraBold-5f9becd4.eot?#iefix") format("embedded-opentype"), url("/assets/RedHatDisplay-ExtraBold-79f96b24.woff") format("woff"), url("/assets/RedHatDisplay-ExtraBold-c7e95087.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Redhat-Black";
  src: url("/assets/RedHatDisplay-Black-625fb9b2.eot");
  src: local("Redhat Black"), local("Redhat-Black"), url("/assets/RedHatDisplay-Black-625fb9b2.eot?#iefix") format("embedded-opentype"), url("/assets/RedHatDisplay-Black-3aa926a4.woff") format("woff"), url("/assets/RedHatDisplay-Black-9c44359d.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}.toast-component .MuiAlert-action {
  padding-top: 0px;
}.standard-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  max-width: 400px;
  overflow: auto;
  text-align: center;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.standard-modal:focus-visible {
  outline: none !important;
}
.standard-modal .close-button {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  padding: 4px;
}.MuiDrawer-paper {
  background: var(--background-default) !important;
  border-right: 0px solid rgba(0, 0, 0, 0) !important;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.35) !important;
  transition: all 0.2s ease !important;
  overflow: visible !important;
}

.drawer-menu {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto; /* Enable scrolling */
  scrollbar-width: none; /*Hide Scrollbar For Firefox */
  -ms-overflow-style: none; /*Hide Scrollbar For Internet Explorer and Edge */
}
.drawer-menu .logo-and-toggle-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  background: rgba(0, 0, 0, 0.15);
  padding-left: 8px !important;
  padding-right: 20px !important;
  transition: padding 0.25s ease;
}
@media screen and (min-width: 600px) {
  .drawer-menu .logo-and-toggle-container {
    padding-left: 12px !important;
  }
}
@media screen and (min-width: 900px) {
  .drawer-menu .logo-and-toggle-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.drawer-menu .logo-and-toggle-container .logo-container {
  cursor: pointer;
}
.drawer-menu .logo-and-toggle-container .logo-container .logo {
  width: 40px;
  height: 40px;
  transition: width 0.25s ease, height 0.25s ease;
  display: block;
}
@media screen and (min-width: 900px) {
  .drawer-menu .logo-and-toggle-container .logo-container .logo {
    width: 44px;
    height: 44px;
  }
}
.drawer-menu .logo-and-toggle-container .logo-container:active {
  opacity: 0.3 !important;
  transition: opacity 0.2s ease;
}
.drawer-menu .logo-and-toggle-container .drawer-width-toggle-button {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 1;
}
.drawer-menu.is-minimized .logo-and-toggle-container {
  padding-left: 10px !important;
  padding-right: 0px !important;
}
.drawer-menu.is-minimized .logo-container {
  width: 44px;
  height: 44px;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .drawer-menu.is-minimized .logo-container .logo {
    width: 44px;
    height: 44px;
  }
}
.drawer-menu.is-minimized .drawer-width-toggle-button {
  right: 22px;
  background-color: var(--background-default);
  opacity: 0;
  transition: opacity 0.2s ease;
}
@media (hover: hover) {
  .drawer-menu.is-minimized .drawer-width-toggle-button:hover {
    opacity: 1;
    transition: opacity 0.5s ease;
  }
}
.drawer-menu.is-minimized .user-info {
  overflow: hidden;
}
.drawer-menu.is-minimized .user-info .card-header-wrap .card-header .MuiAvatar-root {
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: all 0.3s ease;
}
.drawer-menu.is-minimized .user-info .card-header-wrap .card-header .MuiCardHeader-content {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.drawer-menu.is-minimized .user-info .card-header-wrap .membership-container {
  padding-right: 0;
  transition: all 0.3s ease;
}
.drawer-menu.is-minimized .user-info .card-header-wrap .membership-container .MuiChip-root {
  width: 32px;
  height: 32px;
  transition: all 0.3s ease;
}
.drawer-menu.is-minimized .user-info .card-header-wrap .membership-container .MuiChip-root .MuiChip-avatar {
  margin: 0px;
  width: 24px;
  height: 24px;
}
.drawer-menu.is-minimized .user-info .card-header-wrap .membership-container .MuiChip-root .MuiChip-label {
  width: 0;
  padding: 0;
  font-size: 0;
  opacity: 0;
  transition: all 0s ease;
}
.drawer-menu.is-minimized .user-info .card-header-wrap .membership-container .membership-button {
  width: 0 !important;
  min-width: 0;
  opacity: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  transition: all 0.15s ease;
}
.drawer-menu.is-minimized .menu-list-container {
  overflow-x: hidden;
}
.drawer-menu.is-minimized .menu-list-container li .MuiListItemText-root span {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.drawer-menu .user-info {
  position: relative;
  z-index: 1;
  border-radius: 0;
  flex-shrink: 0;
}
.drawer-menu .user-info .card-header-wrap {
  width: 100%;
  border-radius: 0;
  background: var(--background-default);
}
.drawer-menu .user-info .card-header-wrap .card-header {
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 10px;
  cursor: pointer;
}
.drawer-menu .user-info .card-header-wrap .card-header .MuiAvatar-root {
  transition: all 0.3s ease;
  transition-delay: 0.15s;
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.3);
}
.drawer-menu .user-info .card-header-wrap .card-header .MuiCardHeader-content {
  width: 100%;
  opacity: 1;
  transition: opacity 0.3s ease;
  transition-delay: 0.15s;
  overflow: hidden;
  padding-right: 8px;
}
.drawer-menu .user-info .card-header-wrap .card-header .MuiCardHeader-content .MuiCardHeader-title {
  opacity: 1;
}
.drawer-menu .user-info .card-header-wrap .card-header .MuiCardHeader-content .MuiCardHeader-subheader {
  line-break: strict;
  overflow: hidden;
  text-overflow: ellipsis;
}
.drawer-menu .user-info .card-header-wrap .card-header .MuiCardHeader-action {
  align-self: center;
  margin: 0;
  flex-shrink: 0;
}
.drawer-menu .user-info .card-header-wrap .card-header .MuiCardHeader-action .rank-badge {
  width: 26px;
  display: block;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
}
.drawer-menu .user-info .card-header-wrap .card-header:active {
  opacity: 0.5;
}
.drawer-menu .user-info .card-header-wrap .membership-container {
  padding-top: 10px;
  padding-bottom: 10px !important;
  background-color: rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
}
.drawer-menu .user-info .card-header-wrap .membership-container .MuiChip-root {
  margin: 5px 0;
  transition: all 0.3s ease;
  transition-delay: 0.15s;
}
.drawer-menu .user-info .card-header-wrap .membership-container .MuiChip-root .MuiChip-avatar {
  background-color: transparent;
  border-radius: 0;
}
.drawer-menu .user-info .card-header-wrap .membership-container .MuiChip-root .MuiChip-label {
  opacity: 1;
  transition: all 0.3s ease;
}
.drawer-menu .user-info .card-header-wrap .membership-container .membership-button {
  opacity: 1;
  transition: all 0.3s ease;
}
.drawer-menu .menu-list-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-y: auto;
}
.drawer-menu .menu-list-container .game-library-item {
  display: flex;
}
@media screen and (min-width: 900px) {
  .drawer-menu .menu-list-container .game-library-item {
    display: none;
  }
}
.drawer-menu .menu-list-container .game-library-item-expandable,
.drawer-menu .menu-list-container .game-library-item-children {
  display: none;
}
@media screen and (min-width: 900px) {
  .drawer-menu .menu-list-container .game-library-item-expandable,
  .drawer-menu .menu-list-container .game-library-item-children {
    display: block;
  }
}
.drawer-menu .menu-list-container li .icon {
  stroke: #fff;
}
.drawer-menu .menu-list-container li .icon.active {
  stroke: var(--primary-main);
}
.drawer-menu .menu-list-container li .MuiListItemText-root span {
  font-family: "Redhat-SemiBold", "Roboto", Helvetica, Arial, sans-serif;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 0.3s ease;
  transition-delay: 0.15s;
}
.drawer-menu .menu-list-container li a {
  width: 100%;
  margin: 0;
  display: block;
  color: inherit;
  text-decoration: none !important;
}
.drawer-menu .menu-list-container li .MuiListItemButton-root,
.drawer-menu .menu-list-container li div[role=button] {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 900px) {
  .drawer-menu .menu-list-container li .MuiListItemButton-root,
  .drawer-menu .menu-list-container li div[role=button] {
    padding: 10px 20px;
  }
}
.drawer-menu .menu-list-container li .MuiListItemButton-root .MuiListItemIcon-root,
.drawer-menu .menu-list-container li div[role=button] .MuiListItemIcon-root {
  min-width: 50px;
}
.drawer-menu .menu-list-container li .MuiListItemButton-root.parent-button,
.drawer-menu .menu-list-container li div[role=button].parent-button {
  padding-right: 15px;
}
.drawer-menu .menu-list-container li .MuiListItemButton-root.parent-button .chevron-icon,
.drawer-menu .menu-list-container li div[role=button].parent-button .chevron-icon {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  opacity: 0.5;
}
.drawer-menu .menu-list-container li .MuiListItemButton-root.parent-button.open .chevron-icon,
.drawer-menu .menu-list-container li div[role=button].parent-button.open .chevron-icon {
  transform: rotate(180deg);
}
@media (hover: hover) {
  .drawer-menu .menu-list-container li .MuiListItemButton-root:hover {
    background-color: rgba(255, 255, 255, 0.025);
  }
}
@media (hover: hover) {
  .drawer-menu .menu-list-container .MuiCollapse-root .MuiListItemButton-root:hover {
    background-color: rgba(0, 0, 0, 0.25);
  }
}
.drawer-menu .menu-list-container .sticky-bottom-list {
  padding-top: 0;
  padding-bottom: 0;
}
.drawer-menu .menu-list-container .MuiListItemButton-root .MuiListItemIcon-root {
  opacity: 0.7;
}
.drawer-menu .menu-list-container .MuiListItemButton-root.Mui-selected, .drawer-menu .menu-list-container .MuiListItemButton-root.Mui-selected .MuiListItemIcon-root {
  background-color: transparent;
  opacity: 1;
  color: var(--primary-main);
}

.drawer-menu ::-webkit-scrollbar {
  display: none; /*Hide Scrollbar For Chrome, Safari, and Opera */
}.app-bar-component {
  --wui-color-inherit: #fff;
}
.app-bar-component .toolbar.hide-page-title .page-title {
  display: none;
}
.app-bar-component .toolbar.show-page-title {
  background-image: none;
}
.app-bar-component .toolbar .balance-container {
  height: 36px;
  border: 1px solid rgba(102, 102, 102, 0.25);
  border-radius: 25px;
  padding: 5px 10px 5px 5px;
  display: flex;
  align-items: center;
  background-color: rgba(105, 105, 105, 0.1);
}
@media screen and (max-width: 1200px) {
  .app-bar-component .toolbar .balance-container {
    display: none;
  }
}
.app-bar-component .toolbar .balance-container .icon-img {
  height: 30px;
  width: auto;
}
.app-bar-component .toolbar .balance-container .blance-text {
  font-weight: 700;
  font-size: medium;
  margin-left: 5px;
}
.app-bar-component .toolbar .balance-container:hover {
  cursor: pointer;
}
.app-bar-component .current-balance-title {
  line-height: 1;
  margin-right: 10px;
}
.app-bar-component.is-impersonating {
  background: linear-gradient(rgba(211, 47, 47, 0.5), rgba(211, 47, 47, 0));
  background-color: rgba(211, 47, 47, 0);
}
@keyframes pulse {
  0% {
    background-color: rgba(211, 47, 47, 0);
  }
  50% {
    background-color: rgba(211, 47, 47, 0.5);
  }
  100% {
    background-color: rgba(211, 47, 47, 0);
  }
}

.user-info-popover {
  min-width: 320px;
  position: relative;
  z-index: 1;
  border-radius: 0;
  flex-shrink: 0;
}
.user-info-popover .card-header-wrap {
  width: 100%;
}
.user-info-popover .card-header-wrap .card-header {
  max-width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  cursor: pointer;
}
.user-info-popover .card-header-wrap .card-header > * {
  transition: all 0.3s ease;
  transition-delay: 0.15s;
}
.user-info-popover .card-header-wrap .card-header .MuiAvatar-root {
  transition: all 0.3s ease;
  transition-delay: 0.15s;
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.3);
}
.user-info-popover .card-header-wrap .card-header .MuiCardHeader-content {
  width: 100%;
  opacity: 1;
  transition: opacity 0.3s ease;
  transition-delay: 0.15s;
  overflow: hidden;
  padding-right: 8px;
}
.user-info-popover .card-header-wrap .card-header .MuiCardHeader-content .MuiCardHeader-title {
  opacity: 1;
}
.user-info-popover .card-header-wrap .card-header .MuiCardHeader-content .MuiCardHeader-subheader {
  line-break: strict;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user-info-popover .card-header-wrap .card-header .MuiCardHeader-action {
  align-self: center;
  margin: 0;
  flex-shrink: 0;
}
.user-info-popover .card-header-wrap .card-header .MuiCardHeader-action .rank-badge {
  width: 26px;
  display: block;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
}
.user-info-popover .card-header-wrap .card-header:hover {
  background-color: rgba(255, 255, 255, 0.02);
}
.user-info-popover .card-header-wrap .card-header:active > * {
  opacity: 0.3;
  transition: all 0.3s ease;
  transition-delay: 0.15s;
}
.user-info-popover .card-header-wrap .membership-container {
  padding-top: 10px;
  padding-bottom: 10px !important;
  background-color: rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
}
.user-info-popover .card-header-wrap .membership-container .MuiChip-root {
  margin: 5px 0;
  transition: all 0.3s ease;
  transition-delay: 0.15s;
}
.user-info-popover .card-header-wrap .membership-container .MuiChip-root .MuiChip-avatar {
  background-color: transparent;
  border-radius: 0;
}
.user-info-popover .card-header-wrap .membership-container .MuiChip-root .MuiChip-label {
  opacity: 1;
  transition: all 0.3s ease;
}
.user-info-popover .card-header-wrap .membership-container .membership-button {
  opacity: 1;
  transition: all 0.3s ease;
}.refresh-button .df-icon {
  opacity: 1;
  transition: opacity 0.3s ease;
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.refresh-button .badge {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: -12px 0 0 -12px;
  padding: 0 !important;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.5s ease, transform 0.5s ease-in-out;
  -webkit-animation: tickBounceReverse 0.5s ease forwards;
  -moz-animation: tickBounceReverse 0.5s ease forwards;
  -ms-animation: tickBounceReverse 0.5s ease forwards;
  -o-animation: tickBounceReverse 0.5s ease forwards;
  animation: tickBounceReverse 0.5s ease forwards;
}
.refresh-button .badge.show {
  opacity: 1;
  transform: scale(1);
  -webkit-animation: tickBounce 0.5s ease forwards;
  -moz-animation: tickBounce 0.5s ease forwards;
  -ms-animation: tickBounce 0.5s ease forwards;
  -o-animation: tickBounce 0.5s ease forwards;
  animation: tickBounce 0.5s ease forwards;
}
.refresh-button .badge img {
  width: 11px;
  height: 11px;
  display: block;
}
.refresh-button.is-syncing .df-icon {
  opacity: 0.35;
  -webkit-animation: rotating 5s linear infinite;
  -moz-animation: rotating 5s linear infinite;
  -ms-animation: rotating 5s linear infinite;
  -o-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite;
}
.refresh-button.is-timeout .df-icon {
  opacity: 0;
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes tickBounce {
  0% {
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  60% {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes tickBounceReverse {
  0% {
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}.bottom-tab-bar-container {
  height: 70px;
  width: 100%;
  background-color: rgb(20, 24, 28);
  position: fixed;
  z-index: 1202;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.bottom-tab-bar-container .tab-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s ease, transform 0.2s ease;
}
.bottom-tab-bar-container .tab-item .tab-icon {
  color: var(--primary-main);
  transition: color 0.3s ease;
  opacity: 0.7;
}
.bottom-tab-bar-container .tab-item .tab-label {
  font-size: 12px;
  transition: color 0.3s ease;
  opacity: 0.7;
  margin-top: 4px;
}
.bottom-tab-bar-container .tab-item:hover {
  transform: scale(1.1);
}
.bottom-tab-bar-container .tab-item:hover .tab-icon {
  opacity: 1;
}
.bottom-tab-bar-container .tab-item:hover .tab-label {
  opacity: 1;
}
.bottom-tab-bar-container .tab-item.active .tab-icon {
  opacity: 1;
}
.bottom-tab-bar-container .tab-item.active .tab-label {
  opacity: 1;
}#error-page {
  height: calc(100% - 65px);
  background-color: rgb(113, 19, 0);
  background: linear-gradient(180deg, rgba(113, 19, 0, 0) 0%, rgba(113, 19, 0, 0.7) 50%, rgba(113, 19, 0, 0) 100%);
  align-items: center;
  justify-content: center;
  text-align: center;
}/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
#activate-page .button-container {
  padding: 16px;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: --var(--background-default-dark-70);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
@media screen and (min-width: 600px) {
  #activate-page .button-container {
    border: none;
    position: relative;
    padding: 0;
  }
}
@media screen and (min-width: 600px) {
  #activate-page .button-container .primary-button {
    width: auto;
    display: block;
    margin: 0 auto !important;
  }
}
#activate-page .button-container.hidden {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease;
}
@media screen and (min-width: 600px) {
  #activate-page .button-container.hidden {
    opacity: 1;
    transform: translateY(0%);
  }
}
#activate-page .button-container.visible {
  opacity: 1;
  transform: translateY(0%);
  transition: all 0.3s ease;
}
#activate-page .activation-pack-slider {
  padding: 0 16px;
  margin-left: -16px;
  margin-right: -16px;
}
@media (min-width: 600px) {
  #activate-page .activation-pack-slider {
    margin-left: -24px;
    margin-right: -24px;
    padding: 8px 24px 0px;
  }
}
@media (min-width: 1200px) {
  #activate-page .activation-pack-slider {
    margin-left: 0;
    margin-right: 0;
    padding: 16px 0 0px;
  }
}
#activate-page .activation-pack-slider::before {
  content: "";
  opacity: 0;
  width: 150px;
  height: 100%;
  background: linear-gradient(90deg, var(--background-default-dark) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
#activate-page .activation-pack-slider::after {
  content: "";
  opacity: 0;
  width: 150px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, var(--background-default-dark) 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
@media (min-width: 1200px) {
  #activate-page .activation-pack-slider.start-fader::before {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  #activate-page .activation-pack-slider.end-fader::after {
    opacity: 1;
  }
}
#activate-page .activation-pack-slider .swiper-wrapper .swiper-slide {
  width: auto;
}
#activate-page .activation-pack-slider .swiper-wrapper .swiper-slide .membership-card {
  padding: 1px;
  border-radius: var(--border-radius);
  background: transparent;
  margin: 5px 8px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  #activate-page .activation-pack-slider .swiper-wrapper .swiper-slide .membership-card {
    margin: 5px 8px 10px;
  }
}
#activate-page .activation-pack-slider .swiper-wrapper .swiper-slide .membership-card.selected {
  background: linear-gradient(0deg, var(--primary-main) 0%, rgba(234, 171, 18, 0.1) 80%);
}
#activate-page .activation-pack-slider .swiper-wrapper .swiper-slide .membership-card .membership-card-inside {
  background: black;
  border-radius: var(--border-radius);
  overflow: hidden;
  width: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
#activate-page .activation-pack-slider .swiper-wrapper .swiper-slide .membership-card .membership-card-inside .title-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
#activate-page .activation-pack-slider .swiper-wrapper .swiper-slide .membership-card .membership-card-inside .title-section img {
  max-width: 100%;
}
#activate-page .activation-pack-slider .swiper-wrapper .swiper-slide .membership-card .membership-card-inside .title-section .MuiRadio-root {
  position: absolute;
  top: 8px;
  right: 8px;
}
#activate-page .activation-pack-slider .swiper-wrapper .swiper-slide .membership-card .membership-card-inside .bottom-section {
  width: 100%;
  padding: 0 1px 1px 1px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
#activate-page .activation-pack-slider .swiper-wrapper .swiper-slide .membership-card .membership-card-inside .token-section {
  width: 100%;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#activate-page .activation-pack-slider .swiper-wrapper .swiper-slide .membership-card .membership-card-inside .token-section .token-amount {
  width: 100%;
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#activate-page .activation-pack-slider .swiper-wrapper .swiper-slide .membership-card .membership-card-inside .token-section .token-amount + .token-amount {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
#activate-page .activation-pack-slider .swiper-wrapper .swiper-slide .membership-card .membership-card-inside .token-section .token-amount img {
  width: 28px;
}
#activate-page .activation-pack-slider .swiper-wrapper .swiper-slide .membership-card .membership-card-inside .token-section .token-amount h6 {
  margin-left: 8px;
  font-size: 14px;
}
#activate-page .activation-pack-slider .swiper-wrapper .swiper-slide .membership-card .membership-card-inside .token-section .token-amount p {
  font-size: 14px;
  line-height: 1;
  margin-left: auto;
  opacity: 0.7;
}
#activate-page .activation-pack-slider .swiper-wrapper .swiper-slide .membership-card .membership-card-inside .game-section {
  width: 100%;
  padding: 0 16px;
}
#activate-page .activation-pack-slider .swiper-wrapper .swiper-slide .membership-card .membership-card-inside .game-section .game-subscription-border {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  padding: 1px 0;
}
#activate-page .activation-pack-slider .swiper-wrapper .swiper-slide .membership-card .membership-card-inside .game-section .game-subscription {
  width: 100%;
  padding: 12px 0;
  display: flex;
  background: rgba(0, 0, 0, 0.66);
}
#activate-page .activation-pack-slider .swiper-wrapper .swiper-slide .membership-card .membership-card-inside .game-section .game-subscription img {
  width: 28px;
  margin: auto 0;
  margin-right: 8px;
}
#activate-page .activation-pack-slider .swiper-wrapper .swiper-slide .membership-card .membership-card-inside .game-section .game-subscription h6 {
  margin-top: 2px;
  font-size: 14px;
}
#activate-page .activation-pack-slider .swiper-wrapper .swiper-slide .membership-card .membership-card-inside .game-section .game-subscription p {
  margin-top: 4px;
  font-size: 12px;
}
#activate-page .activation-pack-slider .swiper-wrapper .swiper-slide .membership-card .membership-card-inside .price-section {
  text-align: center;
  font-size: 32px;
  padding: 20px 0 25px 0;
}
#activate-page .activation-pack-slider .swiper-wrapper .swiper-slide .membership-card .membership-card-inside .price-section.prev {
  opacity: 0.7;
  text-decoration: line-through;
  font-size: 25px;
}
#activate-page .activation-pack-slider .pagination-container {
  margin-top: 16px;
  width: 100%;
  display: flex;
  justify-content: center;
}
#activate-page .activation-pack-slider .pagination-container .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: var(--border-radius);
  background: rgba(255, 255, 255, 0.2);
  margin: 0 3px;
  opacity: 1;
  transition: all 0.5s ease;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
#activate-page .activation-pack-slider .pagination-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-main);
}#checkout-page {
  display: flex;
}#coin-payment-page {
  display: flex;
}#credit-card-page {
  display: flex;
}#peach-pay-wrapper {
  display: flex;
  position: relative;
  overflow: hidden;
  min-height: 266px;
}
#peach-pay-wrapper .spinner {
  display: none;
}
#peach-pay-wrapper .paymentWidgets {
  position: relative;
  z-index: 1;
  background: #1d1d1d;
}
#peach-pay-wrapper .wpwl-container-card {
  width: 100%;
  height: 100%;
}
#peach-pay-wrapper .wpwl-form-card {
  margin: 0;
  padding: 0;
  background: #1d1d1d;
  border: none;
  box-shadow: none;
}
#peach-pay-wrapper .wpwl-form-card .wpwl-message {
  background: white;
}
#peach-pay-wrapper .wpwl-form-card .wpwl-group {
  margin: 8px 0;
}
#peach-pay-wrapper .wpwl-form-card .wpwl-group:first-child {
  margin-top: 0;
}
#peach-pay-wrapper .wpwl-form-card .wpwl-group:last-child {
  margin-bottom: 0;
}
#peach-pay-wrapper .wpwl-form-card .wpwl-control {
  color: black;
}
#peach-pay-wrapper .wpwl-form-card .wpwl-label-brand {
  line-height: 1.666;
}
#peach-pay-wrapper .wpwl-form-card .wpwl-brand-card {
  height: 34px;
}
#peach-pay-wrapper .wpwl-form-card .wpwl-group-submit {
  margin-bottom: 0;
}
#peach-pay-wrapper .wpwl-form-card .wpwl-button {
  border: none;
  border-radius: var(--border-radius);
  background-color: var(--primary-main);
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0.003rem;
  font-size: 1.05rem;
  line-height: 25px;
  padding: 8px 32px;
}.avatar-container {
  width: 50px;
  height: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 0 -4px;
  aspect-ratio: 1/1;
}
.avatar-container .avatar-frame {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  aspect-ratio: 1/1;
  filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.3));
}
.avatar-container .avatar-image {
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  width: 42px;
  height: 42px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
}
.avatar-container .badge {
  width: 14px;
  height: auto;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.3));
}.aubit-roi-calculator-component {
  width: 100%;
  background-color: var(--background-default-80);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--border-radius);
}
.aubit-roi-calculator-component h6 {
  display: block;
  background-color: rgba(255, 255, 255, 0.03);
}
.aubit-roi-calculator-component .tab {
  width: 100%;
  padding: 10px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  gap: 10px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--border-radius-small);
  transition: all 0.5s ease;
  cursor: pointer;
}
.aubit-roi-calculator-component .tab span {
  display: block;
  text-transform: none;
}
.aubit-roi-calculator-component .tab:hover {
  border-color: #ffffff;
}
.aubit-roi-calculator-component .tab:active {
  opacity: 0.5;
  transition: all 0.25s ease;
}
.aubit-roi-calculator-component .tab.selected {
  background-color: var(--background-default-10);
  border-color: var(--primary-main);
  color: var(--primary-main);
  opacity: 1;
  cursor: default;
}
.aubit-roi-calculator-component .tab.selected .dimmed {
  opacity: 1;
}
.aubit-roi-calculator-component .period-tabs {
  width: 100%;
  padding: 16px 16px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(255, 255, 255, 0.03);
}
.aubit-roi-calculator-component .custom-amount-container {
  padding: 44px 16px 40px;
}
.aubit-roi-calculator-component .calculation-section {
  margin-bottom: 16px;
  padding: 0px 16px;
}
.aubit-roi-calculator-component .calculation-section .calculation-container {
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: var(--border-radius);
}
.aubit-roi-calculator-component .calculation-section .calculation-container .you-get-container {
  width: 100%;
  padding: 4px 0px 16px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.aubit-roi-calculator-component .calculation-section .calculation-container .you-get-container p {
  font-size: 17px;
  line-height: 1;
}
.aubit-roi-calculator-component .calculation-section .calculation-container .conversion-container {
  width: 100%;
  padding: 16px 0px 4px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aubit-roi-calculator-component .calculation-section .calculation-container .conversion-container p {
  line-height: 1;
}
.aubit-roi-calculator-component .button-container {
  padding: 0px 16px 16px;
}
@media screen and (min-width: 900px) {
  .aubit-roi-calculator-component {
    display: flex;
    flex-direction: column;
  }
  .aubit-roi-calculator-component .tab {
    padding: 16px 4px;
  }
  .aubit-roi-calculator-component .tab span {
    display: inline;
  }
  .aubit-roi-calculator-component .period-tabs {
    padding: 20px 24px 20px;
  }
  .aubit-roi-calculator-component .custom-amount-container {
    padding: 28px 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
  }
  .aubit-roi-calculator-component .calculation-section {
    margin-bottom: 24px;
    padding: 0px 24px;
  }
  .aubit-roi-calculator-component .button-container {
    padding: 0px 24px 24px;
  }
}.buy-aubit-preesale-component {
  width: 100%;
  background-color: var(--background-default-80);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--border-radius);
}
.buy-aubit-preesale-component .chip {
  position: absolute;
  top: -13px;
  right: 13px;
  z-index: 1;
  font-size: 12px;
  line-height: 1;
}
.buy-aubit-preesale-component h6 {
  display: block;
}
.buy-aubit-preesale-component .tab {
  width: 100%;
  padding: 10px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  gap: 10px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--border-radius-small);
  transition: all 0.5s ease;
  cursor: pointer;
}
.buy-aubit-preesale-component .tab img {
  width: 24px;
  height: 24px;
  opacity: 0.5;
  transition: all 0.5s ease;
}
.buy-aubit-preesale-component .tab:hover {
  border-color: #ffffff;
}
.buy-aubit-preesale-component .tab:hover img {
  opacity: 1;
}
.buy-aubit-preesale-component .tab:active {
  opacity: 0.5;
  transition: all 0.25s ease;
}
.buy-aubit-preesale-component .tab.selected {
  background-color: var(--background-default-10);
  border-color: var(--primary-main);
  color: var(--primary-main);
  opacity: 1;
  cursor: default;
}
.buy-aubit-preesale-component .tab.selected .dimmed {
  opacity: 1;
}
.buy-aubit-preesale-component .tab.selected img {
  opacity: 1;
}
.buy-aubit-preesale-component .currency-tabs {
  width: 100%;
  padding: 16px 16px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(255, 255, 255, 0.03);
}
.buy-aubit-preesale-component .amount-tabs {
  width: 100%;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.buy-aubit-preesale-component .calculation-section {
  margin-bottom: 16px;
  padding: 0px 16px;
}
.buy-aubit-preesale-component .calculation-section .calculation-container {
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: var(--border-radius);
}
.buy-aubit-preesale-component .calculation-section .calculation-container .you-get-container {
  width: 100%;
  padding: 4px 0px 16px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.buy-aubit-preesale-component .calculation-section .calculation-container .you-get-container p {
  font-size: 17px;
  line-height: 1;
}
.buy-aubit-preesale-component .calculation-section .calculation-container .conversion-container {
  width: 100%;
  padding: 16px 0px 4px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buy-aubit-preesale-component .calculation-section .calculation-container .conversion-container p {
  line-height: 1;
}
.buy-aubit-preesale-component .custom-amount-container {
  padding: 28px 16px 16px;
}
.buy-aubit-preesale-component .button-container {
  padding: 0px 16px 16px;
}
@media screen and (min-width: 768px) {
  .buy-aubit-preesale-component h6 {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .buy-aubit-preesale-component .tab {
    padding: 16px 4px;
  }
  .buy-aubit-preesale-component .tab img {
    width: 32px;
    height: 32px;
  }
  .buy-aubit-preesale-component .currency-tabs {
    padding: 24px 24px 12px;
  }
  .buy-aubit-preesale-component .amount-tabs {
    padding: 24px;
  }
  .buy-aubit-preesale-component .calculation-section {
    margin-bottom: 24px;
    padding: 0px 24px;
  }
  .buy-aubit-preesale-component .custom-amount-container {
    padding: 28px 24px 24px;
  }
  .buy-aubit-preesale-component .button-container {
    padding: 0px 24px 24px;
  }
}.my-recent-orders-table {
  width: 100%;
}
.my-recent-orders-table .my-orders-table-head tr th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 2;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.my-recent-orders-table .my-orders-table-head tr th.sticky-cell {
  z-index: 3;
}
.my-recent-orders-table .my-orders-table-body {
  background-color: var(--background-default);
}
.my-recent-orders-table .my-orders-table-body tr {
  width: 100%;
  background-color: var(--background-default-dark);
}
.my-recent-orders-table .my-orders-table-body tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.03);
}
.my-recent-orders-table .my-orders-table-body tr th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.my-recent-orders-table .my-orders-table-body tr td {
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.my-recent-orders-table .price-cell {
  width: 80px;
}
@media screen and (min-width: 900px) {
  .my-recent-orders-table .price-cell {
    width: 150px;
  }
}
.my-recent-orders-table .quantity-cell {
  width: 80px;
}
@media screen and (min-width: 900px) {
  .my-recent-orders-table .quantity-cell {
    width: 150px;
  }
}
.my-recent-orders-table .date-cell {
  width: 180px;
}
@media screen and (min-width: 900px) {
  .my-recent-orders-table .date-cell {
    width: 220px;
  }
}
.my-recent-orders-table .status-cell {
  width: 120px;
}
@media screen and (min-width: 900px) {
  .my-recent-orders-table .status-cell {
    width: 180px;
  }
}
.my-recent-orders-table .payment-method-cell {
  width: 148px;
}
@media screen and (min-width: 900px) {
  .my-recent-orders-table .payment-method-cell {
    width: 200px;
  }
}
.my-recent-orders-table .actions-cell {
  width: 72px;
}
.my-recent-orders-table .sticky-cell {
  min-width: 125px;
  position: sticky;
  left: 0;
  z-index: 1;
  opacity: 1;
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: var(--background-default-dark);
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
@media screen and (min-width: 900px) {
  .my-recent-orders-table .sticky-cell {
    width: 125px;
  }
}.buy-aubit-preesale-component-dashboard {
  background-color: rgba(20, 24, 28, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--border-radius);
}
.buy-aubit-preesale-component-dashboard .chip {
  position: absolute;
  top: -13px;
  right: 13px;
  z-index: 1;
  font-size: 12px;
  line-height: 1;
}
.buy-aubit-preesale-component-dashboard h6 {
  display: block;
}
.buy-aubit-preesale-component-dashboard .tab {
  width: 100%;
  padding: 10px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  gap: 10px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--border-radius-small);
  transition: all 0.5s ease;
  cursor: pointer;
}
.buy-aubit-preesale-component-dashboard .tab img {
  width: 24px;
  height: 24px;
  opacity: 0.5;
  transition: all 0.5s ease;
}
.buy-aubit-preesale-component-dashboard .tab:hover {
  border-color: #ffffff;
}
.buy-aubit-preesale-component-dashboard .tab:hover img {
  opacity: 1;
}
.buy-aubit-preesale-component-dashboard .tab:active {
  opacity: 0.5;
  transition: all 0.25s ease;
}
.buy-aubit-preesale-component-dashboard .tab.selected {
  background-color: var(--background-default-10);
  border-color: var(--primary-main);
  color: var(--primary-main);
  opacity: 1;
  cursor: default;
}
.buy-aubit-preesale-component-dashboard .tab.selected .dimmed {
  opacity: 1;
}
.buy-aubit-preesale-component-dashboard .tab.selected img {
  opacity: 1;
}
.buy-aubit-preesale-component-dashboard .currency-tabs {
  width: 100%;
  padding: 16px 16px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(255, 255, 255, 0.03);
}
.buy-aubit-preesale-component-dashboard .amount-tabs {
  width: 100%;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.buy-aubit-preesale-component-dashboard .calculation-section {
  margin-bottom: 16px;
  padding: 0px 16px;
}
.buy-aubit-preesale-component-dashboard .calculation-section .calculation-container {
  padding: 16px;
  background-color: rgba(255, 255, 255, 0.03);
  border-radius: var(--border-radius);
}
.buy-aubit-preesale-component-dashboard .calculation-section .calculation-container .you-get-container {
  width: 100%;
  padding: 4px 0px 16px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.buy-aubit-preesale-component-dashboard .calculation-section .calculation-container .you-get-container p {
  font-size: 17px;
  line-height: 1;
}
.buy-aubit-preesale-component-dashboard .calculation-section .calculation-container .conversion-container {
  width: 100%;
  padding: 16px 0px 4px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buy-aubit-preesale-component-dashboard .calculation-section .calculation-container .conversion-container p {
  line-height: 1;
}
.buy-aubit-preesale-component-dashboard .custom-amount-container {
  padding: 28px 16px 16px;
}
.buy-aubit-preesale-component-dashboard .button-container {
  padding: 0px 16px 16px;
}
@media screen and (min-width: 768px) {
  .buy-aubit-preesale-component-dashboard h6 {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .buy-aubit-preesale-component-dashboard .tab {
    padding: 16px 4px;
  }
  .buy-aubit-preesale-component-dashboard .tab img {
    width: 32px;
    height: 32px;
  }
  .buy-aubit-preesale-component-dashboard .currency-tabs {
    padding: 24px 24px 12px;
  }
  .buy-aubit-preesale-component-dashboard .amount-tabs {
    padding: 24px;
  }
  .buy-aubit-preesale-component-dashboard .calculation-section {
    margin-bottom: 24px;
    padding: 0px 24px;
  }
  .buy-aubit-preesale-component-dashboard .custom-amount-container {
    padding: 28px 24px 24px;
  }
  .buy-aubit-preesale-component-dashboard .button-container {
    padding: 0px 24px 24px;
  }
}.carousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.carousel-container .slides-wrapper {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-radius: 8px;
  overflow: hidden;
}
.carousel-container .slides-wrapper::-webkit-scrollbar {
  display: none;
}
.carousel-container .slide {
  min-width: 100%;
  scroll-snap-align: center;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease-in-out;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .carousel-container .slide {
    min-width: 85%;
    margin: 0 8px;
  }
}
.carousel-container .custom-arrow {
  font-size: 24px;
  color: #a8a8a8;
  font-weight: bold;
  cursor: pointer;
  padding: 5px;
}
.carousel-container .custom-arrow.prev-arrow {
  left: 20px;
}
.carousel-container .custom-arrow.next-arrow {
  right: 20px;
}
.carousel-container .dots-container {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  align-items: center;
}
.carousel-container .dots-container .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(96, 95, 95, 0.1019607843);
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  position: relative;
  overflow: hidden;
}
.carousel-container .dots-container .dot.completed {
  background-color: #ff7800;
}
.carousel-container .dots-container .dot.active {
  width: 70px;
  border-radius: 9px;
  overflow: hidden;
}
.carousel-container .dots-container .dot.active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ff7800;
  animation: progressFill 6s linear forwards;
}
@keyframes progressFill {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}#terms-conditions-page {
  display: flex;
}
@media screen and (min-width: 900px) {
  #terms-conditions-page.drawer-minimized .banner-image-container .banner-image-fixed {
    width: calc(100% - var(--drawer-menu-width-condensed));
    left: var(--drawer-menu-width-condensed);
  }
}
@media screen and (min-width: 900px) {
  #terms-conditions-page.drawer-minimized .banner-image-container .banner-image-fixed.unauthed {
    width: 100% !important;
    left: 0% !important;
  }
}
#terms-conditions-page .banner-image-container {
  aspect-ratio: 4/3;
  position: relative;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 900px) {
  #terms-conditions-page .banner-image-container {
    aspect-ratio: inherit;
    height: 420px;
  }
}
@media screen and (min-width: 1100px) {
  #terms-conditions-page .banner-image-container {
    height: 500px;
  }
}
@media screen and (min-width: 1200px) {
  #terms-conditions-page .banner-image-container {
    aspect-ratio: inherit;
    height: 550px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1500px) {
  #terms-conditions-page .banner-image-container {
    height: 650px;
  }
}
#terms-conditions-page .banner-image-container .banner-image-fixed {
  width: 100%;
  aspect-ratio: 4/3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 900px) {
  #terms-conditions-page .banner-image-container .banner-image-fixed {
    width: calc(100% - var(--drawer-menu-width));
    left: var(--drawer-menu-width);
    right: 0;
    height: 420px;
    overflow: hidden;
    transition: all 0.2s ease;
  }
}
@media screen and (min-width: 1100px) {
  #terms-conditions-page .banner-image-container .banner-image-fixed {
    height: 500px;
  }
}
@media screen and (min-width: 1200px) {
  #terms-conditions-page .banner-image-container .banner-image-fixed {
    height: 600px;
  }
}
@media screen and (min-width: 1500px) {
  #terms-conditions-page .banner-image-container .banner-image-fixed {
    height: 650px;
  }
}
@media screen and (min-width: 900px) {
  #terms-conditions-page .banner-image-container .banner-image-fixed.unauthed {
    width: 100% !important;
    left: 0% !important;
  }
}
#terms-conditions-page .banner-image-container .banner-image-fixed .top-fader-gradient {
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, var(--background-default-dark-30) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  z-index: 0;
}
#terms-conditions-page .banner-image-container .banner-image-fixed .bottom-fader-gradient {
  width: 100%;
  height: 150px;
  background: linear-gradient(360deg, var(--background-default-dark) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
#terms-conditions-page .text-content-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
}
#terms-conditions-page .text-content-container p.intro {
  opacity: 1;
}
#terms-conditions-page .text-content-container p span:last-of-type {
  opacity: 0.8;
}
#terms-conditions-page .text-content-container ul li {
  opacity: 0.8;
}.tabs-bar {
  box-shadow: 0 2px 10px var(--background-default-dark);
  position: relative;
  z-index: 3;
}
.tabs-bar.no-box-shadow {
  box-shadow: none;
}
.tabs-bar button {
  min-width: fit-content;
  max-width: none;
  flex: 1;
}#communication-page {
  display: flex;
  height: calc(100% - 48px);
  flex-grow: 1;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  #communication-page {
    height: calc(100% - 56px);
  }
}
#communication-page .default-layout-wrapper {
  display: flex;
  flex-direction: column;
}
#communication-page .default-layout-wrapper .notification-item {
  cursor: pointer;
  overflow: visible;
}
#communication-page .default-layout-wrapper .notification-item.unread {
  transition: all 0.3s ease;
}
@media (hover: hover) {
  #communication-page .default-layout-wrapper .notification-item.unread:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }
}
#communication-page .default-layout-wrapper .notification-item.unread:active {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
#communication-page .default-layout-wrapper .notification-item.has-link {
  cursor: pointer;
}
#communication-page .default-layout-wrapper .notification-item .flex-container {
  width: 100%;
  display: flex;
  align-items: center;
}
#communication-page .default-layout-wrapper .notification-item .flex-container .indicator {
  width: 8px;
  height: 8px;
  margin-left: -20px;
  margin-right: 15px;
  flex-shrink: 0;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 3px var(--background-default-dark);
  background-color: var(--info-main);
}
@media screen and (min-width: 900px) {
  #communication-page .default-layout-wrapper .notification-item .flex-container .indicator {
    margin-left: 0;
    box-shadow: none;
  }
}
@media screen and (min-width: 1200px) {
  #communication-page .default-layout-wrapper .notification-item .flex-container .indicator {
    margin-left: 8px;
    margin-right: 24px;
  }
}
#communication-page .default-layout-wrapper .notification-item .flex-container .notification-image-container {
  width: 42px;
  height: 42px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 15px;
  aspect-ratio: 1/1;
}
#communication-page .default-layout-wrapper .notification-item .flex-container .notification-image-container .notification-image {
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  width: 42px;
  height: 42px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 900px) {
  #communication-page .default-layout-wrapper .notification-item .flex-container .notification-image-container {
    width: 64px;
    height: 82px;
  }
  #communication-page .default-layout-wrapper .notification-item .flex-container .notification-image-container .notification-image {
    width: 64px;
    height: 64px;
  }
}
#communication-page .default-layout-wrapper .notification-item .flex-container .title {
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 1.2;
}
#communication-page .default-layout-wrapper .notification-item .flex-container .description {
  display: inline-block;
  line-height: 1.2;
  opacity: 0.85;
}
#communication-page .default-layout-wrapper .notification-item .flex-container .timestamp {
  opacity: 0.5;
  line-height: 1;
}
#communication-page .default-layout-wrapper .notification-item .flex-container .close-link {
  display: flex;
  flex-grow: 1;
  justify-content: right;
  align-items: center;
}
#communication-page .default-layout-wrapper .notification-item .flex-container .close-link .inner-close-link {
  cursor: pointer;
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 16px;
}
#communication-page .default-layout-wrapper .notification-item .flex-container .close-link svg {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 1200px) {
  #communication-page .default-layout-wrapper .notification-item .flex-container .close-link {
    margin-right: 6px;
  }
}
#communication-page .default-layout-wrapper .notification-item.info .indicator {
  background-color: var(--info-main);
}
#communication-page .default-layout-wrapper .notification-item.success .indicator {
  background-color: var(--success-light);
}
#communication-page .default-layout-wrapper .notification-item.warning .indicator {
  background-color: var(--warning-main);
}
#communication-page .default-layout-wrapper .notification-item.error .indicator {
  background-color: var(--error-main);
}.maintenance-page {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  overflow: hidden;
  background-image: radial-gradient(circle at 0 0, #282828, #161616);
}
.maintenance-page .content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
}
.maintenance-page .content-container .logo {
  display: block;
  width: 65%;
  max-width: 300px;
  margin: 0 auto 28px;
}
@media screen and (min-width: 900px) {
  .maintenance-page .content-container .logo {
    max-width: 400px;
    margin-bottom: 45px;
  }
}
.maintenance-page .content-container .main-heading {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  font-family: "Redhat-Bold", "Roboto", Helvetica, Arial, sans-serif;
  margin: 0 0 20px;
}
@media screen and (min-width: 900px) {
  .maintenance-page .content-container .main-heading {
    font-size: 46px;
    line-height: 46px;
  }
}
.maintenance-page .content-container .main-text {
  margin-bottom: 34px;
  opacity: 0.7;
}
@media screen and (min-width: 900px) {
  .maintenance-page .content-container .main-text {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 18px;
  }
}
.maintenance-page .content-container .update-list {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.maintenance-page .content-container .update-list .update-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.maintenance-page .content-container .update-list .update-list-item .update-list-item-icon {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: var(--primary-main);
  position: relative;
}
.maintenance-page .content-container .update-list .update-list-item .update-list-item-icon::after {
  content: "";
  width: 100%;
  min-height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  background-color: var(--primary-main);
  animation: bulletPulse 2s ease infinite;
}
.maintenance-page .content-container .update-list .update-list-item .update-list-item-text {
  opacity: 0.7;
}
@media screen and (min-width: 900px) {
  .maintenance-page .content-container .update-list .update-list-item {
    margin-bottom: 12px;
  }
  .maintenance-page .content-container .update-list .update-list-item .update-list-item-icon {
    margin-right: 14px;
  }
  .maintenance-page .content-container .update-list .update-list-item .update-list-item-text {
    font-size: 18px;
    line-height: 18px;
  }
}
@keyframes bulletPulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(2);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.maintenance-page .bottom-wedge {
  z-index: 1;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}
.maintenance-page .top-v {
  z-index: 0;
  width: 100%;
  max-width: 1440px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
}@property --a {
  syntax: "<angle>";
  inherits: false;
  initial-value: 90deg;
}
@property --l {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 10%;
}
@property --c {
  syntax: "<color>";
  inherits: false;
  initial-value: red;
}
.user-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.user-item:last-of-type {
  margin-bottom: 8px;
  border-bottom: none;
}

.highlighted-user {
  position: relative;
  width: calc(100% + 8px) !important;
  margin-left: -4px;
  padding-left: 12px !important;
  padding-right: 12px !important;
  background-size: 300% 300%;
  border-radius: var(--border-radius-small);
  border: none !important;
  /*  needed for firefox to have a valid output */
  --a: 20deg;
  --l: 10%;
  --c: rgb(57, 44, 14);
  /**/
  transition: --a 0.5s 0.1s, --l 0.5s, --c 0.2s;
  background: var(--primary-main);
  background: linear-gradient(var(--a), var(--c) var(--l), var(--primary-main), var(--c) calc(100% - var(--l)));
  animation: glisten 8s linear infinite alternate;
  overflow: hidden;
}
.highlighted-user::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  z-index: 0;
  border-radius: var(--border-radius-small);
  background-color: var(--background-default-dark);
}
@keyframes glisten {
  from {
    --a: 20deg;
    --l: 10%;
    --c: rgb(57, 44, 14);
  }
  50% {
    --c: rgb(57, 44, 14);
  }
  to {
    --a: 300deg;
    --l: 40%;
    --c: rgb(57, 44, 14);
  }
}.leaderboard-podium-component {
  width: 100%;
  max-width: 600px;
  margin: 4px auto 0px;
  padding-top: 12px;
  display: flex;
  flex-shrink: 0;
  gap: 8px;
}
@media screen and (min-width: 600px) {
  .leaderboard-podium-component {
    margin: 16px auto;
  }
}
.leaderboard-podium-component .user-container {
  width: calc(33.333% - 5px);
  padding-bottom: 10px;
  background: linear-gradient(180deg, rgba(44, 44, 44, 0) 5%, rgb(44, 44, 44) 40%, rgba(44, 44, 44, 0) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.leaderboard-podium-component .user-container .position {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 1;
  color: #000;
  position: absolute;
  padding-top: 1px;
  top: -8px;
  right: 4px;
  z-index: 2;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 600px) {
  .leaderboard-podium-component .user-container .position {
    top: 0px;
  }
}
.leaderboard-podium-component .user-container .avatar-container {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.85;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  transform: skewX(0) skewY(8deg);
  -webkit-transform: skewX(0) skewY(8deg);
  position: relative;
  z-index: 1;
}
.leaderboard-podium-component .user-container .avatar-container .avatar {
  position: relative;
  display: block;
  width: 102%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  transform: skewX(0) skewY(-8deg) translate(0%, -7%);
  -webkit-transform: skewX(0) skewY(-8deg) translate(0%, -7%);
}
.leaderboard-podium-component .user-container .rank-badge {
  aspect-ratio: 14/15;
  position: relative;
  z-index: 1;
  width: 26px;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
.leaderboard-podium-component .user-container .text-container {
  width: 100%;
  max-width: 100%;
  padding: 0 10px 10px;
  margin-top: -15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}
.leaderboard-podium-component .user-container .text-container .username {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.leaderboard-podium-component .user-container .text-container .rank-title {
  line-height: 1;
}
.leaderboard-podium-component .user-container .text-container .total {
  margin-top: 3px;
}
.leaderboard-podium-component .user-container.is-animating {
  opacity: 0.2;
  transform: translateY(15px);
  transition: all 0.2s ease-in-out;
}
.leaderboard-podium-component .user-container.is-animating.first-place {
  margin-top: 15px;
}
.leaderboard-podium-component .user-container.is-animating.second-place, .leaderboard-podium-component .user-container.is-animating.third-place {
  margin-top: 35px;
}
.leaderboard-podium-component .user-container.first-place {
  margin-top: 0px;
}
.leaderboard-podium-component .user-container.first-place .position {
  background-color: var(--primary-main);
}
.leaderboard-podium-component .user-container.second-place {
  margin-top: 35px;
}
.leaderboard-podium-component .user-container.second-place .position {
  background-color: var(--secondary-main);
}
.leaderboard-podium-component .user-container.third-place {
  margin-top: 35px;
}
.leaderboard-podium-component .user-container.third-place .position {
  background-color: #aaaaaa;
}.leaderboard-container {
  overflow: auto; /* Enable scrolling */
  scrollbar-width: none; /*Hide Scrollbar For Firefox */
  -ms-overflow-style: none; /*Hide Scrollbar For Internet Explorer and Edge */
}

.leaderboard-container ::-webkit-scrollbar {
  display: none; /*Hide Scrollbar For Chrome, Safari, and Opera */
}#leaderboards-page {
  display: flex;
  height: calc(100% - 48px);
  flex-grow: 1;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  #leaderboards-page {
    height: calc(100% - 56px);
  }
}
#leaderboards-page .default-layout-wrapper {
  display: flex;
  flex-direction: column;
}.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.promo-banner {
  position: relative;
}
.promo-banner .content-container {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}
.promo-banner .content-container .heading {
  margin: 0 0 8px;
  font-family: "Redhat-Regular", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 46px;
  line-height: 46px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.promo-banner .content-container .sub-text {
  font-family: "Redhat-Medium", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 17px;
  margin: 0 auto;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.04rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 400px) {
  .promo-banner .content-container .heading {
    font-size: 38px;
    line-height: 38px;
  }
}
@media screen and (min-width: 600px) {
  .promo-banner .content-container {
    align-items: flex-start;
    justify-content: center;
    text-align: left;
  }
  .promo-banner .content-container .heading {
    font-size: 40px;
    line-height: 40px;
    margin: -20px 0 10px;
  }
  .promo-banner .content-container .sub-text {
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 24px;
    padding: 0;
  }
  .promo-banner .content-container .action-button {
    display: block;
    width: auto;
    min-width: 140px;
  }
}
@media screen and (min-width: 750px) {
  .promo-banner .content-container .heading {
    font-size: 40px;
    line-height: 40px;
    margin: -20px 0 10px;
  }
}
@media screen and (min-width: 900px) {
  .promo-banner .content-container .heading {
    font-size: 45px;
    line-height: 45px;
    margin: -24px 0 16px;
  }
  .promo-banner .content-container .sub-text {
    font-size: 17px;
    line-height: 17px;
    margin: 0 0 20px;
    padding: 0;
  }
  .promo-banner .content-container .action-button {
    padding: 10px 20px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1050px) {
  .promo-banner .content-container .heading {
    font-size: 50px;
    line-height: 50px;
    margin-top: -28px;
  }
  .promo-banner .content-container .sub-text {
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 35px;
    padding: 0;
  }
  .promo-banner .content-container .action-button {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 1250px) {
  .promo-banner .content-container .heading {
    font-size: 62px;
    line-height: 62px;
    margin: -24px 0 20px;
  }
  .promo-banner .content-container .sub-text {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 40px;
  }
}
.promo-banner .banner {
  background-color: rgba(255, 255, 255, 0.001);
  width: 100%;
  transition: opacity 0.5s ease;
  border-radius: var(--border-radius-small);
  overflow: hidden;
  display: none;
}
.promo-banner .banner.mobile {
  aspect-ratio: 720/1280;
}
.promo-banner .banner.desktop {
  aspect-ratio: 1200/400;
}
@media screen and (max-width: 600px) {
  .promo-banner .banner.mobile {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .promo-banner .banner.mobile {
    display: none;
  }
  .promo-banner .banner.desktop {
    display: block;
  }
}.banner-slider {
  width: 100%;
}
.banner-slider .swiper-wrapper .swiper-slide {
  pointer-events: none;
}
.banner-slider .swiper-wrapper .swiper-slide-active {
  cursor: pointer;
  opacity: 1;
  pointer-events: initial;
}.overview-details-card-component {
  position: relative;
  background-color: rgba(255, 255, 255, 0.02);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
}
.overview-details-card-component::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(var(--background-default-dark-20) 0%, var(--background-default-dark-50) 40%, var(--background-default-dark) 100%);
}
@media screen and (min-width: 1200px) {
  .overview-details-card-component::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(90deg, var(--background-default-dark) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, var(--background-default-dark) 100%);
  }
}
.overview-details-card-component .avatar-badge-container {
  width: 200px;
  height: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 10px;
  aspect-ratio: 1/1;
}
.overview-details-card-component .avatar-badge-container .avatar-frame {
  width: 200px;
  height: 200px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  aspect-ratio: 1/1;
  filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.3));
}
.overview-details-card-component .avatar-badge-container .avatar-image {
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  width: 168px;
  height: 168px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
}
.overview-details-card-component .avatar-badge-container .badge {
  width: 40px;
  height: auto;
  display: block;
  position: absolute;
  bottom: -4px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.3));
}
.overview-details-card-component .name-rank-container {
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.overview-details-card-component .name-rank-container .founder-badge {
  display: block;
  width: 28px;
  margin-right: 6px;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.overview-details-card-component .name-rank-container .kyc-badge {
  display: block;
  width: 18px;
  margin-left: 6px;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.overview-details-card-component .name-rank-container .rank-name {
  text-transform: capitalize;
}
.overview-details-card-component .earnings-container {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: row;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media screen and (max-width: 599px) {
  .overview-details-card-component .earnings-container.normal-font-size h5 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .overview-details-card-component .earnings-container.small-font-size h5 {
    font-size: 1.35rem;
    line-height: 1.5rem;
  }
}
.overview-details-card-component .earnings-vp-container {
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .overview-details-card-component .earnings-vp-container.normal-font-size h5 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .overview-details-card-component .earnings-vp-container.small-font-size h5 {
    font-size: 1.35rem;
    line-height: 1.5rem;
  }
}
.overview-details-card-component .earnings-vp-container .vertical-divider {
  flex-shrink: 0;
  width: 1px;
  display: flex;
  background-color: rgba(255, 255, 255, 0.1);
  align-self: stretch;
}.stat-card-component .icon {
  stroke: var(--primary-main);
}
.stat-card-component .icon.primary {
  transform: scaleX(-1);
}
.stat-card-component .icon.tertiary {
  stroke: rgb(133, 134, 138) !important;
}#overview-page {
  display: flex;
}
#overview-page .balance-container {
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
#overview-page .balance-container:hover {
  background-color: rgba(73, 73, 73, 0.3);
}
#overview-page .share-button {
  height: 40px;
  flex: 1;
  background-color: rgba(73, 73, 73, 0.2);
  color: rgb(255, 255, 255);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 5px;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
#overview-page .share-button:hover {
  background-color: rgba(73, 73, 73, 0.3);
  transform: scale(1.05);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
#overview-page .stats-container {
  min-height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0px;
}
#overview-page .stats-container .stat-box {
  height: 150px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#overview-page .stats-container .stat-box .team-box {
  height: 70%;
  width: 100%;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
}
#overview-page .stats-container .stat-box .team-box .team-section {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  margin: 10px 0px;
}.vrx-section {
  display: grid;
  gap: 10px;
  margin: 40px 0;
  grid-template-columns: 1fr;
}
@media (min-width: 700px) {
  .vrx-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }
}
@media (min-width: 1400px) {
  .vrx-section {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.section-box {
  flex: 1;
  height: 250px;
  min-width: 250px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  gap: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  padding: 20px;
  margin: 10px 0px;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.section-box .icon-container {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-box .description-container {
  width: 100%;
  height: 100px;
  display: flex;
}
.section-box p {
  max-width: 320px;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.section-box .store-button {
  background-color: rgb(71, 38, 9);
}
.section-box .store-button:hover {
  background-color: rgb(71, 38, 9);
}.asset-card {
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
  background: none !important;
}
.asset-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: var(--border-radius);
  box-shadow: inset 0px 0px 1px 0px rgba(255, 255, 255, 0.4);
}
@media (hover: hover) {
  .asset-card:hover button {
    background-color: rgba(234, 171, 18, 0.025);
  }
  .asset-card:hover button .asset-image {
    transform: scale(1.05);
  }
}
.asset-card button {
  background: transparent;
  background: rgba(0, 0, 0, 0.1) linear-gradient(140deg, rgba(234, 171, 18, 0.1) 0%, rgba(234, 171, 18, 0) 50%);
  transition: all 0.3s ease;
}
.asset-card button .asset-image-wrapper {
  position: relative;
}
.asset-card button .asset-image-wrapper.disabled::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 8px;
  left: 1%;
}
@media screen and (min-width: 900px) {
  .asset-card button .asset-image-wrapper.disabled::after {
    width: 20%;
    height: 20%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.asset-card button .asset-image-wrapper.disabled .asset-image {
  filter: blur(3px);
  opacity: 0.5;
}
.asset-card button .asset-image-wrapper .asset-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  overflow: hidden;
  transform: scale(1);
  transition: all 0.3s ease;
}
.asset-card button .info-overlay {
  width: 100%;
  border-radius: 0px 0px var(--border-radius) var(--border-radius);
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.asset-card button .info-overlay .title {
  line-height: 1.1 !important;
}
.asset-card button .quantity-chip {
  min-width: 32px;
  pointer-events: none;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}.featured-slider {
  padding: 0 16px;
}
@media screen and (min-width: 600px) {
  .featured-slider {
    margin-left: -24px;
    margin-right: -24px;
    padding: 0 24px;
  }
}
@media screen and (min-width: 1200px) {
  .featured-slider {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}
.featured-slider::before {
  content: "";
  opacity: 0;
  width: 150px;
  height: 100%;
  background: linear-gradient(90deg, var(--background-default-dark) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.featured-slider::after {
  content: "";
  opacity: 0;
  width: 150px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, var(--background-default-dark) 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
@media screen and (min-width: 1200px) {
  .featured-slider.start-fader::before {
    opacity: 1;
  }
}
@media screen and (min-width: 1200px) {
  .featured-slider.end-fader::after {
    opacity: 1;
  }
}
.featured-slider .asset-card {
  margin-bottom: 16px;
}
.featured-slider .featured-promo-card {
  aspect-ratio: 4/3;
}
.featured-slider .featured-promo-card button {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.featured-slider .featured-promo-card button .info-overlay {
  width: 100%;
  text-align: left;
  position: absolute;
  bottom: 0;
  border-radius: 0;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  z-index: 1;
  background: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.featured-slider .featured-promo-card button .info-overlay .title {
  line-height: 1.2 !important;
}
.featured-slider .featured-promo-card.transparent-card {
  background: none;
}
.featured-slider .pagination-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.featured-slider .pagination-container .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: var(--border-radius);
  background: rgba(255, 255, 255, 0.3);
  margin: 0 3px;
  opacity: 1;
  transition: all 0.5s ease;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.featured-slider .pagination-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-main);
}.hexagonal-image-component .avatar-badge-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 6px;
  aspect-ratio: 1/1;
}
.hexagonal-image-component .avatar-badge-container .avatar-frame {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  aspect-ratio: 1/1;
  filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.3));
}
.hexagonal-image-component .avatar-badge-container .avatar-image {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
}
.hexagonal-image-component.clickable {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
@media (hover: hover) {
  .hexagonal-image-component.clickable:hover {
    filter: brightness(85%);
  }
}
.hexagonal-image-component.clickable:active {
  filter: brightness(90%);
}
.hexagonal-image-component.clickable:active img {
  opacity: 0.2;
  transition: opacity 0.2s ease;
}.genealogy-node-component {
  width: 100%;
}
.genealogy-node-component .username-label {
  font-size: 12px;
  line-height: 15px !important;
  width: 100%;
  max-height: 18px;
  padding: 4px 8px 0px;
  text-align: center;
  line-height: 1;
  line-break: strict;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 1200px) {
  .genealogy-node-component .username-label {
    font-size: 14px;
    line-height: 18px !important;
    max-height: 20px;
  }
}
.genealogy-node-component .node {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8px;
}
@media screen and (min-width: 1600px) {
  .genealogy-node-component .node {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 2500px) {
  .genealogy-node-component .node {
    margin-bottom: 16px;
  }
}
.genealogy-node-component .node-child {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8px;
}
.genealogy-node-component .node-child .grey-dot {
  width: 10px;
  height: 10px;
  background-color: var(--text-disabled);
  border-radius: 50%;
}
.genealogy-node-component .node-child .grey-vertical-line {
  width: 0px;
  height: 15px;
  border: 1px dashed var(--text-disabled);
}
@media screen and (min-width: 2500px) {
  .genealogy-node-component .node-child .grey-vertical-line {
    height: 20px;
  }
}
.genealogy-node-component .add-member-button {
  opacity: 0.8;
  cursor: pointer;
  transition: opacity 0.5s ease;
  -webkit-tap-highlight-color: transparent;
}
.genealogy-node-component .add-member-button.disabled {
  opacity: 0.4 !important;
  cursor: not-allowed;
}
.genealogy-node-component .add-member-button img {
  width: 100%;
  height: auto;
  display: block;
}
@media (hover: hover) {
  .genealogy-node-component .add-member-button:hover {
    opacity: 0.5;
  }
}
.genealogy-node-component .add-member-button:active {
  opacity: 0.2;
  transition: opacity 0.2s ease;
}
.genealogy-node-component .team-member-slot-container {
  width: 100%;
  display: flex;
}
.genealogy-node-component .team-member-slot-container .team-member-slot.left-leg .connector {
  justify-content: flex-end;
}
.genealogy-node-component .team-member-slot-container .team-member-slot.left-leg.filled .horizontal-dashed-line,
.genealogy-node-component .team-member-slot-container .team-member-slot.left-leg.filled .vertical-dashed-line {
  border-color: var(--primary-main);
}
.genealogy-node-component .team-member-slot-container .team-member-slot.left-leg.filled .down-arrow {
  color: var(--primary-main);
}
.genealogy-node-component .team-member-slot-container .team-member-slot.left-leg.unfilled .horizontal-dashed-line,
.genealogy-node-component .team-member-slot-container .team-member-slot.left-leg.unfilled .vertical-dashed-line {
  border-color: var(--text-disabled);
}
.genealogy-node-component .team-member-slot-container .team-member-slot.left-leg.unfilled .down-arrow {
  color: var(--text-disabled);
}
.genealogy-node-component .team-member-slot-container .team-member-slot.right-leg .connector {
  justify-content: flex-start;
}
.genealogy-node-component .team-member-slot-container .team-member-slot.right-leg.filled .horizontal-dashed-line,
.genealogy-node-component .team-member-slot-container .team-member-slot.right-leg.filled .vertical-dashed-line {
  border-color: var(--tertiary-main);
}
.genealogy-node-component .team-member-slot-container .team-member-slot.right-leg.filled .down-arrow {
  color: var(--tertiary-main);
}
.genealogy-node-component .team-member-slot-container .team-member-slot.right-leg.unfilled .horizontal-dashed-line,
.genealogy-node-component .team-member-slot-container .team-member-slot.right-leg.unfilled .vertical-dashed-line {
  border-color: var(--text-disabled);
}
.genealogy-node-component .team-member-slot-container .team-member-slot.right-leg.unfilled .down-arrow {
  color: var(--text-disabled);
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot.left-leg .connector {
  justify-content: flex-end;
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot.left-leg.filled .horizontal-dashed-line,
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot.left-leg.filled .vertical-dashed-line {
  border-color: var(--primary-main);
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot.left-leg.filled .down-arrow {
  color: var(--primary-main);
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot.left-leg.unfilled .horizontal-dashed-line,
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot.left-leg.unfilled .vertical-dashed-line {
  border-color: var(--text-disabled);
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot.left-leg.unfilled .down-arrow {
  color: var(--text-disabled);
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot.right-leg .connector {
  justify-content: flex-start;
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot.right-leg.filled .horizontal-dashed-line,
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot.right-leg.filled .vertical-dashed-line {
  border-color: var(--tertiary-main);
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot.right-leg.filled .down-arrow {
  color: var(--tertiary-main);
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot.right-leg.unfilled .horizontal-dashed-line,
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot.right-leg.unfilled .vertical-dashed-line {
  border-color: var(--text-disabled);
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot.right-leg.unfilled .down-arrow {
  color: var(--text-disabled);
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot .team-member-slot.left-leg .connector {
  justify-content: flex-end;
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot .team-member-slot.left-leg.filled .horizontal-dashed-line,
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot .team-member-slot.left-leg.filled .vertical-dashed-line {
  border-color: var(--primary-main);
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot .team-member-slot.left-leg.filled .down-arrow {
  color: var(--primary-main);
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot .team-member-slot.left-leg.unfilled .horizontal-dashed-line,
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot .team-member-slot.left-leg.unfilled .vertical-dashed-line {
  border-color: var(--text-disabled);
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot .team-member-slot.left-leg.unfilled .down-arrow {
  color: var(--text-disabled);
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot .team-member-slot.right-leg .connector {
  justify-content: flex-start;
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot .team-member-slot.right-leg.filled .horizontal-dashed-line,
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot .team-member-slot.right-leg.filled .vertical-dashed-line {
  border-color: var(--tertiary-main);
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot .team-member-slot.right-leg.filled .down-arrow {
  color: var(--tertiary-main);
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot .team-member-slot.right-leg.unfilled .horizontal-dashed-line,
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot .team-member-slot.right-leg.unfilled .vertical-dashed-line {
  border-color: var(--text-disabled);
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot .team-member-slot.right-leg.unfilled .down-arrow {
  color: var(--text-disabled);
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot .team-member-slot .team-member-slot.left-leg .connector {
  justify-content: flex-end;
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot .team-member-slot .team-member-slot.left-leg.filled .horizontal-dashed-line,
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot .team-member-slot .team-member-slot.left-leg.filled .vertical-dashed-line {
  border-color: var(--primary-main);
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot .team-member-slot .team-member-slot.left-leg.filled .down-arrow {
  color: var(--primary-main);
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot .team-member-slot .team-member-slot.left-leg.unfilled .horizontal-dashed-line,
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot .team-member-slot .team-member-slot.left-leg.unfilled .vertical-dashed-line {
  border-color: var(--text-disabled);
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot .team-member-slot .team-member-slot.left-leg.unfilled .down-arrow {
  color: var(--text-disabled);
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot .team-member-slot .team-member-slot.right-leg .connector {
  justify-content: flex-start;
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot .team-member-slot .team-member-slot.right-leg.filled .horizontal-dashed-line,
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot .team-member-slot .team-member-slot.right-leg.filled .vertical-dashed-line {
  border-color: var(--tertiary-main);
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot .team-member-slot .team-member-slot.right-leg.filled .down-arrow {
  color: var(--tertiary-main);
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot .team-member-slot .team-member-slot.right-leg.unfilled .horizontal-dashed-line,
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot .team-member-slot .team-member-slot.right-leg.unfilled .vertical-dashed-line {
  border-color: var(--text-disabled);
}
.genealogy-node-component .team-member-slot-container .team-member-slot .team-member-slot .team-member-slot .team-member-slot.right-leg.unfilled .down-arrow {
  color: var(--text-disabled);
}
.genealogy-node-component .team-member-slot-container .team-member-slot {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.genealogy-node-component .team-member-slot-container .team-member-slot .connector {
  position: relative;
  width: 100%;
  height: 28px;
  display: flex;
}
@media screen and (min-width: 1600px) {
  .genealogy-node-component .team-member-slot-container .team-member-slot .connector {
    height: 34px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 2500px) {
  .genealogy-node-component .team-member-slot-container .team-member-slot .connector {
    height: 38px;
    margin-bottom: 8px;
  }
}
.genealogy-node-component .team-member-slot-container .team-member-slot .connector .horizontal-dashed-line {
  width: 50%;
  height: 0px;
  border: 1px dashed var(--text-disabled);
  transition: border-color 0.75s ease;
}
.genealogy-node-component .team-member-slot-container .team-member-slot .connector .vertical-dashed-line {
  width: 0px;
  height: 15px;
  border: 1px dashed var(--text-disabled);
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  transition: border-color 0.75s ease;
}
@media screen and (min-width: 1600px) {
  .genealogy-node-component .team-member-slot-container .team-member-slot .connector .vertical-dashed-line {
    height: 20px;
  }
}
@media screen and (min-width: 2500px) {
  .genealogy-node-component .team-member-slot-container .team-member-slot .connector .vertical-dashed-line {
    height: 25px;
  }
}
.genealogy-node-component .team-member-slot-container .team-member-slot .connector .down-arrow {
  color: var(--text-disabled);
  position: absolute;
  bottom: 0;
  left: calc(50% - 16px);
  z-index: 0;
  font-size: 32px;
  transition: color 0.75s ease;
}.genealogy-tree {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: auto;
}
.genealogy-tree .MuiSpeedDialAction-staticTooltipLabel {
  white-space: nowrap;
  max-width: none;
  background-color: transparent;
  padding: 0;
}
.genealogy-tree .top-button-nav {
  position: absolute;
  top: 2px;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.genealogy-tree .top-button-nav.left {
  left: 8px;
}
@media screen and (min-width: 600px) {
  .genealogy-tree .top-button-nav.left {
    left: 16px;
  }
}
.genealogy-tree .top-button-nav.right {
  right: 8px;
}
@media screen and (min-width: 600px) {
  .genealogy-tree .top-button-nav.right {
    right: 16px;
  }
}
.genealogy-tree .left-leg-actions {
  position: fixed;
  bottom: 85px;
  left: 16px;
  z-index: 2;
  transition: all 0.2s ease;
}
@media screen and (min-width: 600px) {
  .genealogy-tree .left-leg-actions {
    bottom: 22px;
  }
}
@media screen and (min-width: 900px) {
  .genealogy-tree .left-leg-actions {
    left: calc(var(--drawer-menu-width) + 22px);
  }
}
.genealogy-tree .right-leg-actions {
  position: fixed;
  bottom: 85px;
  right: 16px;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .genealogy-tree .right-leg-actions {
    bottom: 22px;
  }
}
@media screen and (min-width: 900px) {
  .genealogy-tree .right-leg-actions {
    right: 22px;
  }
}
.genealogy-tree .back-to-top-fab {
  left: 50%;
}
@media screen and (min-width: 900px) {
  .genealogy-tree .back-to-top-fab {
    left: calc(50% + var(--drawer-menu-width) / 2);
    transition: all 0.2s ease;
  }
}
@media screen and (min-width: 900px) {
  .genealogy-tree .back-to-top-fab.collapsed {
    left: calc(50% + var(--drawer-menu-width-condensed) / 2);
    transition: all 0.2s ease;
  }
}

.drawer-minimized .left-leg-actions {
  left: calc(var(--drawer-menu-width-condensed) + 22px);
}.container {
  overflow: auto; /* Enable scrolling */
  scrollbar-width: none; /*Hide Scrollbar For Firefox */
  -ms-overflow-style: none; /*Hide Scrollbar For Internet Explorer and Edge */
}

.container ::-webkit-scrollbar {
  display: none; /*Hide Scrollbar For Chrome, Safari, and Opera */
}.stat-card-component .icon {
  stroke: var(--primary-main);
}
.stat-card-component .icon.primary {
  transform: scaleX(-1);
}
.stat-card-component .icon.tertiary {
  stroke: var(--tertiary-main);
}.team-user-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  max-width: 400px;
  overflow: auto;
  outline: 0;
}
.team-user-modal:focus-visible {
  outline: none !important;
}
.team-user-modal .close-button {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  padding: 4px;
}
.team-user-modal .overview-details-card {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
}
.team-user-modal .overview-details-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: linear-gradient(var(--background-default-dark-40) 0%, var(--background-default-dark-80) 60%, var(--background-default-dark) 100%);
  pointer-events: none;
}
.team-user-modal .overview-details-card .avatar-badge-container {
  width: 123px;
  height: 123px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px auto 6px;
  aspect-ratio: 1/1;
}
.team-user-modal .overview-details-card .avatar-badge-container .avatar-frame {
  width: 123px;
  height: 123px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  aspect-ratio: 1/1;
  filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.3));
}
.team-user-modal .overview-details-card .avatar-badge-container .avatar-image {
  aspect-ratio: 1/1;
  border-radius: 50%;
  object-fit: cover;
  width: 104px;
  height: 104px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
}
.team-user-modal .overview-details-card .avatar-badge-container .badge {
  width: 28px;
  height: auto;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  filter: drop-shadow(0px 1px 5px rgba(0, 0, 0, 0.3));
}
.team-user-modal .overview-details-card .name-container {
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.team-user-modal .overview-details-card .name-container .founder-badge {
  display: block;
  width: 28px;
  margin-right: 6px;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.team-user-modal .overview-details-card .MuiAccordion-root {
  background: none;
  box-shadow: none;
}
.team-user-modal .overview-details-card .MuiAccordion-root:before {
  opacity: 1;
}
.team-user-modal .overview-details-card .MuiAccordion-root.Mui-expanded:before {
  opacity: 1;
}
.team-user-modal .overview-details-card .MuiAlert-root {
  position: relative;
  opacity: 1;
}#team-page {
  display: flex;
  height: calc(100% - 48px);
  flex-grow: 1;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  #team-page {
    height: calc(100% - 56px);
  }
}
#team-page .default-layout-wrapper {
  max-width: 100% !important;
  display: flex;
  flex-direction: column;
}
#team-page.tab-0 .default-layout-wrapper {
  padding-bottom: 80px;
}
@media screen and (min-width: 900px) {
  #team-page.tab-0 .default-layout-wrapper {
    padding-bottom: 40px;
  }
}
#team-page.tab-1 .default-layout-wrapper .downline-tab {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}
#team-page.tab-1 .team-table {
  min-width: 1090px;
  width: 100%;
}
#team-page.tab-1 .team-table .team-table-head tr th {
  text-align: left;
  background-color: var(--background-default-dark);
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 2;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#team-page.tab-1 .team-table .team-table-head tr th.sticky-cell {
  z-index: 3;
}
#team-page.tab-1 .team-table .team-table-body {
  background-color: var(--background-default-dark);
}
#team-page.tab-1 .team-table .team-table-body tr {
  background-color: var(--background-default-dark);
}
#team-page.tab-1 .team-table .team-table-body tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.03);
}
#team-page.tab-1 .team-table .team-table-body tr th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#team-page.tab-1 .team-table .team-table-body tr td {
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#team-page.tab-1 .team-table .upline-cell {
  width: 140px !important;
  max-width: 140px !important;
}
@media screen and (min-width: 900px) {
  #team-page.tab-1 .team-table .upline-cell {
    width: 170px !important;
    max-width: 170px !important;
  }
}
#team-page.tab-1 .team-table .level-cell {
  width: 65px !important;
  max-width: 65px !important;
}
#team-page.tab-1 .team-table .sale-cell {
  width: 120px !important;
  max-width: 120px !important;
}
#team-page.tab-1 .team-table .rank-cell {
  width: 170px !important;
  max-width: 170px !important;
}
#team-page.tab-1 .team-table .pack-cell {
  width: 150px !important;
  max-width: 150px !important;
}
#team-page.tab-1 .team-table .reg-cell {
  width: 120px !important;
  max-width: 120px !important;
}
#team-page.tab-1 .team-table .action-cell {
  width: 85px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
#team-page.tab-1 .team-table .action-cell img {
  display: block;
  width: 18px;
}
#team-page.tab-1 .team-table .sticky-cell {
  width: 140px;
  position: sticky;
  left: 0;
  z-index: 1;
  opacity: 1;
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: var(--background-default-dark);
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
@media screen and (min-width: 900px) {
  #team-page.tab-1 .team-table .sticky-cell {
    width: 170px;
  }
}
#team-page.tab-1 .team-table .table-footer p {
  margin: 0 !important;
}
#team-page.tab-2 .default-layout-wrapper .sponsorship-tab {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}
#team-page.tab-2 .default-layout-wrapper .sponsorship-tab .top-container {
  flex-shrink: 0;
}
#team-page.tab-2 .default-layout-wrapper .sponsorship-tab .top-container .selected-user-container {
  width: 100%;
  padding-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#team-page.tab-2 .default-layout-wrapper .sponsorship-tab .top-container .col-headers-container {
  width: 100%;
  display: flex;
  position: relative;
}
#team-page.tab-2 .default-layout-wrapper .sponsorship-tab .top-container .col-headers-container::after {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: -8px;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, var(--background-default-dark) 0%, rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
}
#team-page.tab-2 .default-layout-wrapper .sponsorship-tab .top-container .col-headers-container .left-col,
#team-page.tab-2 .default-layout-wrapper .sponsorship-tab .top-container .col-headers-container .right-col {
  width: 50%;
}
#team-page.tab-2 .default-layout-wrapper .sponsorship-tab .top-container .col-headers-container .left-col .col-header,
#team-page.tab-2 .default-layout-wrapper .sponsorship-tab .top-container .col-headers-container .right-col .col-header {
  margin-bottom: 8px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#team-page.tab-2 .default-layout-wrapper .sponsorship-tab .top-container .col-headers-container .left-col .col-total,
#team-page.tab-2 .default-layout-wrapper .sponsorship-tab .top-container .col-headers-container .right-col .col-total {
  margin-bottom: 8px;
  text-align: center;
}
#team-page.tab-2 .default-layout-wrapper .sponsorship-tab .team-container {
  width: 100%;
  display: flex;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}
#team-page.tab-2 .default-layout-wrapper .sponsorship-tab .team-container::after {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 16px;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(0deg, var(--background-default-dark) 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (min-width: 600px) {
  #team-page.tab-2 .default-layout-wrapper .sponsorship-tab .team-container::after {
    bottom: 24px;
  }
}
#team-page.tab-2 .default-layout-wrapper .sponsorship-tab .team-container .left-team,
#team-page.tab-2 .default-layout-wrapper .sponsorship-tab .team-container .right-team {
  width: 50%;
  flex-direction: row;
  flex-direction: "column-reverse";
  overflow: auto;
  /* Hide scrollbar */
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#team-page.tab-2 .default-layout-wrapper .sponsorship-tab .team-container .left-team::-webkit-scrollbar,
#team-page.tab-2 .default-layout-wrapper .sponsorship-tab .team-container .right-team::-webkit-scrollbar {
  display: none;
}
#team-page.tab-2 .default-layout-wrapper .sponsorship-tab .team-container .left-team .users-list,
#team-page.tab-2 .default-layout-wrapper .sponsorship-tab .team-container .right-team .users-list {
  width: 100%;
  padding-top: 8px;
}
#team-page.tab-2 .default-layout-wrapper .sponsorship-tab .team-container .left-team .users-list .user,
#team-page.tab-2 .default-layout-wrapper .sponsorship-tab .team-container .right-team .users-list .user {
  width: 100%;
  min-height: 71px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#team-page.tab-2 .default-layout-wrapper .sponsorship-tab .team-container .left-team .users-list .user .username-label,
#team-page.tab-2 .default-layout-wrapper .sponsorship-tab .team-container .right-team .users-list .user .username-label {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#team-page.tab-2 .default-layout-wrapper .sponsorship-tab .team-container .left-team .users-list .user .empty-state,
#team-page.tab-2 .default-layout-wrapper .sponsorship-tab .team-container .right-team .users-list .user .empty-state {
  width: 46px;
  height: auto;
  margin-top: -1px;
  opacity: 0.075;
}
#team-page.tab-2 .default-layout-wrapper .sponsorship-tab .team-container .left-team {
  padding: 0 5px;
}
#team-page.tab-2 .default-layout-wrapper .sponsorship-tab .team-container .right-team {
  padding: 0 5px;
}
#team-page.tab-3 .default-layout-wrapper .volume-tab {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}
#team-page.tab-3 .default-layout-wrapper .volume-tab .top-container {
  flex-shrink: 0;
  position: relative;
}
#team-page.tab-3 .default-layout-wrapper .volume-tab .top-container::after {
  content: "";
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, var(--background-default-dark) 0%, rgba(0, 0, 0, 0) 100%);
}
#team-page.tab-3 .default-layout-wrapper .volume-tab .top-container .selected-user-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#team-page.tab-3 .default-layout-wrapper .volume-tab .scroll-container {
  width: 100%;
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: auto;
}
#team-page.tab-3 .default-layout-wrapper .volume-tab .scroll-container .day:last-of-type {
  border-bottom: none;
}.countdown-circles-component {
  height: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 12px;
}
@media screen and (min-width: 600px) {
  .countdown-circles-component {
    gap: 12px;
  }
}
.countdown-circles-component.is-entered {
  padding: 4px;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  margin-bottom: 12px;
  justify-content: center;
  gap: 5px;
}
@media screen and (min-width: 600px) {
  .countdown-circles-component.is-entered {
    gap: 8px;
  }
}
.countdown-circles-component.is-entered .countdown-circle-time-wrapper {
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.countdown-circles-component.is-entered .countdown-circle-time-wrapper .time {
  font-size: 1.1rem;
  line-height: 1.1rem;
}
@media screen and (min-width: 600px) {
  .countdown-circles-component.is-entered .countdown-circle-time-wrapper .time {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
@media screen and (min-width: 900px) {
  .countdown-circles-component.is-entered .countdown-circle-time-wrapper .time {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
.countdown-circles-component.is-entered .countdown-circle-time-wrapper .label {
  margin: 2px 0 0px;
  font-size: 8px;
  line-height: 8px;
}
.countdown-circles-component svg {
  position: relative;
  z-index: 1;
}
.countdown-circles-component .countdown-circle-time-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.countdown-circles-component .countdown-circle-time-wrapper .time {
  font-family: "Redhat-Bold", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
  display: inline;
  text-shadow: 0 1px 2px var(--background-default-dark-30);
}
@media screen and (min-width: 600px) {
  .countdown-circles-component .countdown-circle-time-wrapper .time {
    font-size: 1.85rem;
    line-height: 1.85rem;
  }
}
.countdown-circles-component .countdown-circle-time-wrapper .label {
  margin: 2px 0 0px;
  font-family: "Redhat-Regular", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0.04rem;
  color: #fff;
  opacity: 0.8;
  text-transform: uppercase;
  text-shadow: 0 1px 1px var(--background-default-dark-30);
}
@media screen and (min-width: 600px) {
  .countdown-circles-component .countdown-circle-time-wrapper .label {
    font-size: 0.65rem;
    line-height: 12px;
    letter-spacing: 0.1rem;
  }
}

.countdown-circles-validating-component {
  padding: 0px !important;
  height: auto;
  text-align: center;
  display: flex;
  margin-bottom: "25px";
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 600px) {
  .countdown-circles-validating-component {
    gap: 8px;
  }
}
.countdown-circles-validating-component .countdown-circle-time-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.countdown-circles-validating-component .countdown-circle-time-wrapper .time {
  font-family: "Redhat-Bold", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 0.9rem;
  color: #fff;
  display: inline;
  text-shadow: 0 1px 2px var(--background-default-dark-30);
}
@media screen and (min-width: 600px) {
  .countdown-circles-validating-component .countdown-circle-time-wrapper .time {
    font-size: 0.7rem;
    line-height: 0.7rem;
  }
}
.countdown-circles-validating-component .countdown-circle-time-wrapper .label {
  margin: 2px 0 0px;
  font-family: "Redhat-Regular", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 9px;
  line-height: 9px;
  letter-spacing: 0.04rem;
  color: #fff;
  opacity: 0.8;
  text-transform: uppercase;
  text-shadow: 0 1px 1px var(--background-default-dark-30);
}
@media screen and (min-width: 600px) {
  .countdown-circles-validating-component .countdown-circle-time-wrapper .label {
    font-size: 0.5rem;
    line-height: 9px;
    letter-spacing: 0.1rem;
  }
}.transaction-history-table thead th {
  border: none;
}
.transaction-history-table tbody tr td {
  border: none;
}
.transaction-history-table tbody tr:first-child td:first-child {
  border-radius: 4px 0 0 0;
}
.transaction-history-table tbody tr:first-child td:last-child {
  border-radius: 0 4px 0 0;
}
.transaction-history-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}
.transaction-history-table tbody tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}
.transaction-history-table tbody tr:nth-of-type(odd) td {
  background-color: #1e1e1e;
}

.yield-hub-table thead th {
  border: none;
}
.yield-hub-table tbody tr td {
  margin-bottom: 4px;
  border-color: #1e1e1e;
}
.yield-hub-table tbody tr td:first-child {
  border-radius: 8px 0 0 8px;
}
.yield-hub-table tbody tr td:last-child {
  border-radius: 0 8px 8px 0;
}
.yield-hub-table tbody tr:first-child td:first-child {
  border-radius: 8px 0 0 8px;
}
.yield-hub-table tbody tr:first-child td:last-child {
  border-radius: 0 8px 8px 0;
}
.yield-hub-table tbody tr:last-child td:first-child {
  border-radius: 8px 0 0 8px;
}
.yield-hub-table tbody tr:last-child td:last-child {
  border-radius: 0 8px 8px 0;
}

.yield-hub-table-single thead th {
  border: none;
}
.yield-hub-table-single tbody tr td {
  border: none;
}
.yield-hub-table-single tbody tr:first-child td:first-child {
  border-radius: 4px 0 0 4px;
}
.yield-hub-table-single tbody tr:first-child td:last-child {
  border-radius: 0 4px 4px 0;
}.success-modal-section .container {
  border: 0.1px solid rgba(255, 255, 255, 0.1);
  background-color: #14181c;
  border-radius: 7px;
  max-width: 400px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.success-modal-section .container .title-text {
  font-weight: 700;
  font-size: 28px;
  text-align: center;
}
.success-modal-section .container .message-text {
  font-size: 16px;
  text-align: center;
  opacity: 0.7;
  width: 100%;
  margin-top: 15px;
}.error-modal-section .container {
  border: 0.1px solid rgba(255, 255, 255, 0.1);
  background-color: #14181c;
  border-radius: 7px;
  max-width: 400px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.error-modal-section .container .title-text {
  font-weight: 700;
  font-size: 28px;
  text-align: center;
}
.error-modal-section .container .message-text {
  font-size: 16px;
  text-align: center;
  opacity: 0.7;
  width: 100%;
  margin-top: 15px;
}#earnings-page {
  display: flex;
}
@media screen and (min-width: 900px) {
  #earnings-page.drawer-minimized .sticky-payout-bar {
    width: calc(100% - var(--drawer-menu-width-condensed));
    left: var(--drawer-menu-width-condensed);
  }
}
#earnings-page .chips-overflow-container {
  overflow: auto;
  display: flex;
  flex-wrap: nowrap;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
#earnings-page .chips-overflow-container::-webkit-scrollbar {
  display: none;
}
#earnings-page .chips-overflow-container .MuiChip-filled:last-of-type {
  margin-right: 0;
}
#earnings-page .sticky-payout-bar {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--background-default-dark-70);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 3;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
@media screen and (min-width: 900px) {
  #earnings-page .sticky-payout-bar {
    width: calc(100% - var(--drawer-menu-width));
    left: var(--drawer-menu-width);
    transition: all 0.2s ease;
  }
}
#earnings-page .sticky-payout-bar .sticky-payout-bar--container:nth-child(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}#sales-page {
  display: flex;
}
#sales-page .day:last-of-type {
  border-bottom: none;
}.product-intro-component {
  position: relative;
  aspect-ratio: 1/1;
}
.product-intro-component::after {
  content: "";
  width: 100%;
  height: 80px;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, var(--background-default-dark) 100%);
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .product-intro-component {
    aspect-ratio: 16/9;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  .product-intro-component::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
    background: linear-gradient(90deg, var(--background-default-dark) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, var(--background-default-dark) 100%);
  }
}
.product-intro-component .video-loading-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}
.product-intro-component .asset-name-container {
  min-height: 60px;
  width: 100%;
  position: fixed;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, var(--background-default) 0%, rgba(0, 0, 0, 0) 100%);
}.product-attributes-slider::before {
  content: "";
  opacity: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(90deg, var(--background-default-dark) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0s ease;
}
.product-attributes-slider::after {
  content: "";
  opacity: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, var(--background-default-dark) 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0s ease;
}
@media screen and (min-width: 1200px) {
  .product-attributes-slider.start-fader::before {
    opacity: 1;
  }
}
@media screen and (min-width: 1200px) {
  .product-attributes-slider.end-fader::after {
    opacity: 1;
  }
}
.product-attributes-slider .swiper-wrapper .swiper-slide {
  width: fit-content !important;
  cursor: grab;
}
.product-attributes-slider .swiper-wrapper .swiper-slide:first-of-type {
  padding-left: 16px;
}
.product-attributes-slider .swiper-wrapper .swiper-slide:last-of-type {
  padding-right: 16px;
}
@media screen and (min-width: 600px) {
  .product-attributes-slider .swiper-wrapper .swiper-slide:first-of-type {
    padding-left: 24px;
  }
  .product-attributes-slider .swiper-wrapper .swiper-slide:last-of-type {
    padding-right: 24px;
  }
}.product-media-slider .swiper-wrapper {
  margin-bottom: 8px;
}
.product-media-slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: block;
  border-radius: var(--border-radius);
  aspect-ratio: 16/9;
  background-color: rgba(255, 255, 255, 0.05);
}
.product-media-slider .pagination-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.product-media-slider .pagination-container .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: var(--border-radius);
  background: rgba(255, 255, 255, 0.2);
  margin: 0 3px;
  opacity: 1;
  transition: all 0.5s ease;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.product-media-slider .pagination-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-main);
}
.product-media-slider .swiper-button-prev,
.product-media-slider .swiper-button-next {
  width: 50px;
  height: calc(100% - 16px);
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 16px;
  z-index: 1;
  transition: opacity 0.5s ease;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 900px) {
  .product-media-slider .swiper-button-prev,
  .product-media-slider .swiper-button-next {
    width: 80px;
    height: calc(100% - 16px);
    left: 24px;
  }
}
.product-media-slider .swiper-button-prev svg,
.product-media-slider .swiper-button-next svg {
  font-size: 34px;
}
@media screen and (min-width: 900px) {
  .product-media-slider .swiper-button-prev svg,
  .product-media-slider .swiper-button-next svg {
    font-size: 42px;
  }
}
.product-media-slider .swiper-button-prev:active svg,
.product-media-slider .swiper-button-next:active svg {
  opacity: 0.5;
  transition: opacity 0.25s ease;
}
.product-media-slider .swiper-button-prev.swiper-button-disabled,
.product-media-slider .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  transition: opacity 0s ease;
  cursor: default;
}
.product-media-slider .swiper-button-next {
  left: auto;
  right: 16px;
}
@media screen and (min-width: 900px) {
  .product-media-slider .swiper-button-next {
    left: auto;
    right: 24px;
  }
}#single-product-page {
  display: flex;
}
@media screen and (min-width: 900px) {
  #single-product-page.drawer-minimized .add-to-cart-container .sticky-bottom-container {
    width: calc(100% - var(--drawer-menu-width-condensed));
    left: var(--drawer-menu-width-condensed);
  }
}
#single-product-page .add-to-cart-container {
  width: 100%;
  height: 168px;
}
@media screen and (min-width: 600px) {
  #single-product-page .add-to-cart-container {
    height: 140px;
  }
}
#single-product-page .add-to-cart-container .sticky-bottom-container {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: var(--background-default-dark-80);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: all 0.2s ease;
}
@media screen and (min-width: 900px) {
  #single-product-page .add-to-cart-container .sticky-bottom-container {
    width: calc(100% - var(--drawer-menu-width));
    left: var(--drawer-menu-width);
    transition: all 0.2s ease;
  }
}#store-page {
  display: flex;
  height: auto;
  flex-grow: 1;
  overflow: auto;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
  scrollbar-width: thin;
}
@media screen and (min-width: 600px) {
  #store-page {
    max-height: "50%";
  }
}
#store-page .aubit-bundles-container {
  scrollbar-width: none; /*Hide Scrollbar For Firefox */
  -ms-overflow-style: none; /*Hide Scrollbar For Internet Explorer and Edge */
}
@media screen and (max-width: 1500px) {
  #store-page .aubit-bundles-container {
    overflow-x: auto; /* Enable scrolling */
  }
}
#store-page .aubit-bundles-container ::-webkit-scrollbar {
  display: none; /*Hide Scrollbar For Chrome, Safari, and Opera */
}
#store-page .default-layout-wrapper {
  display: flex;
  flex-direction: column;
}
#store-page .membership-card-inside {
  height: 100%;
  border-radius: var(--border-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
#store-page .membership-card-inside .title-section {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
#store-page .membership-card-inside .title-section .hero-image {
  display: block;
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1/1;
  margin: 0 auto -1.75rem;
}
#store-page .membership-card-inside .bottom-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
}
#store-page .membership-card-inside .bottom-section .pack-title {
  width: 120px;
  height: 38px;
  display: block;
  margin-left: 16px;
  margin-bottom: 16px;
}
#store-page .membership-card-inside .bottom-section .token-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#store-page .membership-card-inside .bottom-section .token-section .token-amount {
  width: 100%;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#store-page .membership-card-inside .bottom-section .token-section .token-amount .feature-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
#store-page .membership-card-inside .bottom-section .token-section .token-amount .text-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#store-page .membership-card-inside .bottom-section .token-section .token-amount .text-container p {
  font-family: Redhat-Medium, Roboto, Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  opacity: 0.75;
}
#store-page .membership-card-inside .bottom-section .token-section .token-amount .text-container p:last-of-type {
  opacity: 1;
}
@media screen and (max-width: 899px) {
  #store-page .membership-card-inside .bottom-section .token-section .token-amount .feature-icon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1024px) {
  #store-page .membership-card-inside .bottom-section .token-section .token-amount {
    padding: 12px 16px;
  }
  #store-page .membership-card-inside .bottom-section .token-section .token-amount .feature-icon {
    display: none;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1439px) {
  #store-page .membership-card-inside .bottom-section .token-section .token-amount {
    padding: 12px 16px;
  }
  #store-page .membership-card-inside .bottom-section .token-section .token-amount .feature-icon {
    display: none;
  }
}
#store-page .membership-card-inside .bottom-section .add-to-cart-section {
  padding: 12px 16px 12px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.015);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#store-page .membership-card-inside .bottom-section .add-to-cart-section .plus-minus-buttons {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 5px;
  border-radius: 10px;
  margin-right: 8px;
}
#store-page .pending-orders-container {
  width: 100%;
  opacity: 0;
  transform: translateY(100px);
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
#store-page .pending-orders-container.has-pending-orders {
  opacity: 1;
  transform: translateY(0px);
  transition: transform 1s ease;
  transition-delay: 0.25s;
}
@media screen and (min-width: 900px) {
  #store-page .pending-orders-container.has-pending-orders {
    width: calc(100% - var(--drawer-menu-width));
    left: var(--drawer-menu-width);
    transition: transform 1s ease, width 0.2s ease;
    transition-delay: 0s;
  }
}
#store-page .pending-orders-container .pending-orders-bar {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: var(--background-default-dark-70);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
@media screen and (min-width: 900px) {
  #store-page.drawer-minimized .pending-orders-container.has-pending-orders {
    width: calc(100% - var(--drawer-menu-width-condensed));
    left: var(--drawer-menu-width-condensed);
  }
}
#store-page::-webkit-scrollbar {
  width: 8px;
}
#store-page::-webkit-scrollbar-track {
  background-color: transparent;
}
#store-page::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}#payment-page {
  display: flex;
}#pending-orders-page {
  display: flex;
}.giveaway-card {
  height: 100%;
  aspect-ratio: 4/3.5;
}
.giveaway-card .giveaway-card__button-base {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.giveaway-card .giveaway-card__button-base .info-overlay {
  padding-bottom: 15px !important;
  width: 100%;
  text-align: left;
  position: absolute;
  bottom: 0px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.giveaway-card .giveaway-card__button-base .info-overlay .title {
  line-height: 1.2 !important;
}
.giveaway-card .giveaway-card__button-base .top-right-float {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  display: flex;
}
.giveaway-card .giveaway-card__button-base .top-right-float .MuiChip-root {
  line-height: 1.7;
}
.giveaway-card .giveaway-card__button-base .top-right-float .MuiChip-root:not(.started, .ended) {
  background-color: rgba(255, 255, 255, 0.1);
}
.giveaway-card .giveaway-card__button-base .top-right-float .MuiChip-root.started {
  margin-right: 8px;
  color: var(--background-default) !important;
}
.giveaway-card .giveaway-card__button-base .top-right-float .MuiChip-root.ended {
  color: var(--background-default) !important;
}
.giveaway-card .giveaway-card__button-base .top-right-float .MuiChip-root.vp-chip {
  font-weight: bold;
}
.giveaway-card.transparent-card {
  background: none;
}.featured-giveaways-slider {
  padding: 0 16px;
}
@media screen and (min-width: 600px) {
  .featured-giveaways-slider {
    margin-left: -24px;
    margin-right: -24px;
    padding: 0 24px;
  }
}
@media screen and (min-width: 1200px) {
  .featured-giveaways-slider {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}
.featured-giveaways-slider::before {
  content: "";
  opacity: 0;
  width: 150px;
  height: 100%;
  background: linear-gradient(90deg, var(--background-default-dark) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.featured-giveaways-slider::after {
  content: "";
  opacity: 0;
  width: 150px;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, var(--background-default-dark) 100%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
@media screen and (min-width: 1200px) {
  .featured-giveaways-slider.start-fader::before {
    opacity: 1;
  }
}
@media screen and (min-width: 1200px) {
  .featured-giveaways-slider.end-fader::after {
    opacity: 1;
  }
}
.featured-giveaways-slider .asset-card {
  margin-bottom: 16px;
}
.featured-giveaways-slider .featured-promo-card {
  aspect-ratio: 1/1;
}
.featured-giveaways-slider .featured-promo-card button {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.featured-giveaways-slider .featured-promo-card button .info-overlay {
  width: 100%;
  text-align: left;
  position: absolute;
  bottom: 0;
  border-radius: 0;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  z-index: 1;
  background: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.featured-giveaways-slider .featured-promo-card.transparent-card {
  background: none;
}
.featured-giveaways-slider .pagination-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.featured-giveaways-slider .pagination-container .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: var(--border-radius);
  background: rgba(255, 255, 255, 0.3);
  margin: 0 3px;
  opacity: 1;
  transition: all 0.5s ease;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.featured-giveaways-slider .pagination-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-main);
}#promotions-page {
  display: flex;
}
#promotions-page .balance-container {
  min-height: 90px;
}
@media screen and (min-width: 900px) {
  #promotions-page .balance-container {
    min-height: 100px;
  }
}
#promotions-page .balance-container .inner-container {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 900px) {
  #promotions-page .balance-container .inner-container {
    margin: 0;
    width: auto;
    position: absolute;
    top: 50%;
    right: 24px;
    z-index: 1;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 900px) {
  #promotions-page .balance-container .current-balance-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  #promotions-page .balance-container .current-balance-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 900px) {
  #promotions-page .balance-container .sub-text {
    display: block;
    max-width: 65%;
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  #promotions-page .balance-container .sub-text {
    font-size: 14px;
  }
}#single-promotion-page {
  display: flex;
}
@media screen and (min-width: 900px) {
  #single-promotion-page.drawer-minimized .banner-image-container .banner-image-fixed {
    width: calc(100% - var(--drawer-menu-width-condensed));
    left: var(--drawer-menu-width-condensed);
  }
}
#single-promotion-page .article p:last-of-type,
#single-promotion-page .article p span p:last-of-type {
  margin-bottom: 0;
}
#single-promotion-page .timestamp-box {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 16px;
}
#single-promotion-page .timestamp-box .MuiChip-root {
  line-height: 1.7;
}
#single-promotion-page .timestamp-box .MuiChip-root:not(.started, .ended) {
  background-color: rgba(255, 255, 255, 0.1);
}
#single-promotion-page .timestamp-box .MuiChip-root.started {
  color: var(--background-default) !important;
}
#single-promotion-page .timestamp-box .MuiChip-root.ended {
  color: var(--background-default) !important;
}
#single-promotion-page .banner-image-container {
  aspect-ratio: 4/3;
  position: relative;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 900px) {
  #single-promotion-page .banner-image-container {
    aspect-ratio: inherit;
    height: 500px;
  }
}
@media screen and (min-width: 900px) {
  #single-promotion-page .banner-image-container {
    aspect-ratio: inherit;
    height: 550px;
  }
}
@media screen and (min-width: 1000px) {
  #single-promotion-page .banner-image-container {
    height: 550px;
  }
}
@media screen and (min-width: 1100px) {
  #single-promotion-page .banner-image-container {
    height: 600px;
  }
}
@media screen and (min-width: 1200px) {
  #single-promotion-page .banner-image-container {
    height: 625px;
  }
}
@media screen and (min-width: 1500px) {
  #single-promotion-page .banner-image-container {
    height: 650px;
  }
}
#single-promotion-page .banner-image-container .banner-image-fixed {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  aspect-ratio: 4/3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  #single-promotion-page .banner-image-container .banner-image-fixed {
    width: calc(100% - var(--drawer-menu-width));
    left: var(--drawer-menu-width);
    right: 0;
    height: 500px;
    overflow: hidden;
    transition: all 0.2s ease;
  }
}
@media screen and (min-width: 1000px) {
  #single-promotion-page .banner-image-container .banner-image-fixed {
    height: 550px;
  }
}
@media screen and (min-width: 1100px) {
  #single-promotion-page .banner-image-container .banner-image-fixed {
    height: 600px;
  }
}
@media screen and (min-width: 1200px) {
  #single-promotion-page .banner-image-container .banner-image-fixed {
    height: 625px;
  }
}
@media screen and (min-width: 1500px) {
  #single-promotion-page .banner-image-container .banner-image-fixed {
    height: 650px;
  }
}
#single-promotion-page .banner-image-container .banner-image-fixed .countdown-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transform: translateY(0);
}
@media screen and (min-width: 600px) {
  #single-promotion-page .banner-image-container .banner-image-fixed .countdown-container {
    transform: translateY(-40px);
  }
}
@media screen and (min-width: 750px) {
  #single-promotion-page .banner-image-container .banner-image-fixed .countdown-container {
    transform: translateY(-65px);
  }
}
@media screen and (min-width: 900px) {
  #single-promotion-page .banner-image-container .banner-image-fixed .countdown-container {
    transform: translateY(-25px);
  }
}
@media screen and (min-width: 1000px) {
  #single-promotion-page .banner-image-container .banner-image-fixed .countdown-container {
    transform: translateY(-45px);
  }
}
#single-promotion-page .banner-image-container .banner-image-fixed .top-fader-gradient {
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, var(--background-default-dark-30) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  z-index: 0;
}
#single-promotion-page .banner-image-container .banner-image-fixed.is-started .top-fader-gradient {
  height: 100%;
  background: var(--background-default-dark-40);
}
#single-promotion-page .banner-image-container .banner-image-fixed .bottom-fader-gradient {
  width: 100%;
  height: 100px;
  background: linear-gradient(360deg, var(--background-default-dark) 25%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (min-width: 600px) {
  #single-promotion-page .banner-image-container .banner-image-fixed .bottom-fader-gradient {
    height: 200px;
  }
}
#single-promotion-page .text-content-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: -100px;
}
@media screen and (min-width: 600px) {
  #single-promotion-page .text-content-container {
    margin-top: -150px;
  }
}
@media screen and (min-width: 750px) {
  #single-promotion-page .text-content-container {
    margin-top: -200px;
  }
}
@media screen and (min-width: 900px) {
  #single-promotion-page .text-content-container {
    margin-top: -200px;
  }
}
@media screen and (min-width: 1000px) {
  #single-promotion-page .text-content-container {
    margin-top: -175px;
  }
}.auth-banner .auth-banner-slider {
  cursor: default;
}
.auth-banner .auth-banner-slider .auth-banner-slide {
  padding: 24px 16px 16px 16px;
}
.auth-banner .auth-banner-slider .auth-banner-slide h3 {
  font-size: 20px;
  line-height: 1.5;
}
.auth-banner .auth-banner-slider .auth-banner-slide p {
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 900px) {
  .auth-banner .auth-banner-slider .auth-banner-slide {
    padding: 24px 48px 120px 48px;
  }
  .auth-banner .auth-banner-slider .auth-banner-slide h3 {
    font-size: 48px;
  }
  .auth-banner .auth-banner-slider .auth-banner-slide p {
    font-size: 20px;
  }
}
.auth-banner .auth-banner-slider .pagination-container {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 16px;
}
.auth-banner .auth-banner-slider .pagination-container .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: var(--border-radius);
  background: rgba(255, 255, 255, 0.3);
  margin: 0 3px;
  opacity: 1;
  transition: all 0.5s ease;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.auth-banner .auth-banner-slider .pagination-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-main);
}
.auth-banner .auth-banner-slider .swiper-button-prev,
.auth-banner .auth-banner-slider .swiper-button-next {
  display: none;
  position: absolute;
  bottom: 40px;
  right: 80px;
  height: 42px;
  z-index: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.5s ease;
}
.auth-banner .auth-banner-slider .swiper-button-prev svg,
.auth-banner .auth-banner-slider .swiper-button-next svg {
  font-size: 42px;
  opacity: 0.56;
}
.auth-banner .auth-banner-slider .swiper-button-prev:active svg, .auth-banner .auth-banner-slider .swiper-button-prev:hover svg,
.auth-banner .auth-banner-slider .swiper-button-next:active svg,
.auth-banner .auth-banner-slider .swiper-button-next:hover svg {
  opacity: 1;
}
.auth-banner .auth-banner-slider .swiper-button-prev.swiper-button-disabled,
.auth-banner .auth-banner-slider .swiper-button-next.swiper-button-disabled {
  cursor: default;
}
.auth-banner .auth-banner-slider .swiper-button-prev.swiper-button-disabled svg,
.auth-banner .auth-banner-slider .swiper-button-next.swiper-button-disabled svg {
  opacity: 0.1;
}
.auth-banner .auth-banner-slider .swiper-button-next {
  right: 40px;
}
@media (min-width: 900px) {
  .auth-banner .auth-banner-slider .pagination-container {
    display: none;
  }
  .auth-banner .auth-banner-slider .swiper-button-prev,
  .auth-banner .auth-banner-slider .swiper-button-next {
    display: block;
  }
}
.auth-banner .auth-banner-slider.slides-0 {
  display: none;
}
.auth-banner .auth-banner-slider.slides-1 .auth-banner-slide {
  padding-bottom: 24px;
}
@media (min-width: 900px) {
  .auth-banner .auth-banner-slider.slides-1 .auth-banner-slide {
    padding-bottom: 48px;
  }
}
.auth-banner .auth-banner-slider.slides-1 .pagination-container {
  display: none;
}
.auth-banner .auth-banner-slider.slides-1 .swiper-button-prev,
.auth-banner .auth-banner-slider.slides-1 .swiper-button-next {
  display: none;
}#auth-layout {
  display: flex;
  width: 100vw;
  height: 100vh;
  background: var(--background-default);
  flex-direction: column;
}
#auth-layout .banner-area {
  padding-bottom: 25vh;
}
#auth-layout .banner-area .mobile-nav {
  background: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#auth-layout .form-area {
  height: 75vh;
  margin-top: -20vh;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--background-default) 20%);
  display: grid;
  align-items: center;
  flex-grow: 1;
}
#auth-layout .form-area .logo {
  height: 34px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
#auth-layout .form-area .logo:active {
  opacity: 0.5;
}
#auth-layout .form-area .desktop-footer,
#auth-layout .form-area .desktop-back {
  display: none;
}
#auth-layout .form-area .form-card {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
#auth-layout .form-area .form-card .MuiStepper-root .MuiStep-root:has(.Mui-active) .MuiStepLabel-label {
  color: var(--primary-main);
}
#auth-layout .form-area .form-card .MuiStepper-root .MuiStep-root:has(.Mui-active) + .MuiStepConnector-root .MuiStepConnector-line {
  border-color: var(--primary-main);
}
#auth-layout .form-area .form-card .MuiStepper-root .MuiStep-root:has(.Mui-completed) .MuiStepLabel-label {
  color: var(--success-light);
}
#auth-layout .form-area .form-card .MuiStepper-root .MuiStep-root:has(.Mui-completed) + .MuiStepConnector-root .MuiStepConnector-line {
  border-color: var(--success-light);
}
@media (min-width: 900px) {
  #auth-layout {
    flex-direction: row;
  }
  #auth-layout .banner-area {
    display: none;
    width: 50%;
    order: 1;
    padding: 0;
    position: relative;
  }
  #auth-layout .banner-area .auth-banner {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  #auth-layout .banner-area .mobile-nav {
    display: none;
  }
  #auth-layout .form-area {
    margin: 0;
    height: 100%;
    width: 50%;
    justify-content: center;
    justify-items: center;
    align-content: center;
    background: transparent;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, var(--background-default-dark-90) 60%);
  }
  #auth-layout .form-area .logo,
  #auth-layout .form-area .desktop-footer {
    display: block;
  }
  #auth-layout .form-area .logo {
    margin-top: 24px;
    height: 38px;
  }
  #auth-layout .form-area .desktop-footer {
    padding-bottom: 24px;
  }
  #auth-layout .form-area .desktop-back {
    display: flex;
    padding: 0;
    min-width: 50px;
    margin-right: 16px;
  }
  #auth-layout .form-area .form-card {
    width: 560px;
  }
  #auth-layout .form-area .desktop-footer .MuiTypography-body2 {
    opacity: 1;
    color: rgba(255, 255, 255, 0.7);
  }
}#password-reset-success-page {
  background: linear-gradient(145deg, rgb(224, 219, 213) 0%, rgb(225, 119, 45) 40%, rgb(75, 38, 22) 80%, rgb(45, 28, 21) 100%);
  width: 100%;
  min-height: 100%;
  display: grid;
  justify-items: center;
  justify-content: center;
  align-content: center;
  padding: 32px;
  grid-template-columns: minmax(200px, 340px);
}
#password-reset-success-page img {
  max-width: 100%;
}.standard-card {
  height: 100%;
  aspect-ratio: 4/3;
  position: relative;
}
.standard-card .top-right-float {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.standard-card .standard-card__button-base {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.standard-card .standard-card__button-base .info-overlay {
  width: 100%;
  text-align: left;
  position: absolute;
  bottom: 0;
  z-index: 1;
  border-radius: 0;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  background: rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.standard-card .standard-card__button-base .info-overlay .title {
  line-height: 1.2 !important;
}
.standard-card.transparent-card {
  background: none;
}.full-screen-video .close-button {
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 30001;
  padding: 12px;
  background: none;
  border: none;
  outline: none;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  cursor: pointer;
}
.full-screen-video .close-button:active {
  transition: opacity 0.2s ease;
  opacity: 0.5;
}
.full-screen-video .video-container {
  background: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2000;
  padding: 0px;
}
@media screen and (min-width: 600px) {
  .full-screen-video .video-container {
    padding: 0px;
  }
}
@media screen and (min-width: 900px) {
  .full-screen-video .video-container {
    padding: 32px;
  }
}#single-article-page {
  display: flex;
}
@media screen and (min-width: 900px) {
  #single-article-page.drawer-minimized .banner-image-container .banner-image-fixed {
    width: calc(100% - var(--drawer-menu-width-condensed));
    left: var(--drawer-menu-width-condensed);
  }
}
#single-article-page .article p:last-of-type,
#single-article-page .article p span p:last-of-type {
  margin-bottom: 0;
}
#single-article-page .timestamp-and-share-box {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 16px;
}
#single-article-page .banner-image-container {
  aspect-ratio: 4/3;
  position: relative;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 900px) {
  #single-article-page .banner-image-container {
    aspect-ratio: inherit;
    height: 420px;
  }
}
@media screen and (min-width: 1100px) {
  #single-article-page .banner-image-container {
    height: 500px;
  }
}
@media screen and (min-width: 1200px) {
  #single-article-page .banner-image-container {
    aspect-ratio: inherit;
    height: 550px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1500px) {
  #single-article-page .banner-image-container {
    height: 650px;
  }
}
#single-article-page .banner-image-container .banner-image-fixed {
  width: 100%;
  aspect-ratio: 4/3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 900px) {
  #single-article-page .banner-image-container .banner-image-fixed {
    width: calc(100% - var(--drawer-menu-width));
    left: var(--drawer-menu-width);
    right: 0;
    height: 420px;
    overflow: hidden;
    transition: all 0.2s ease;
  }
}
@media screen and (min-width: 1100px) {
  #single-article-page .banner-image-container .banner-image-fixed {
    height: 500px;
  }
}
@media screen and (min-width: 1200px) {
  #single-article-page .banner-image-container .banner-image-fixed {
    height: 600px;
  }
}
@media screen and (min-width: 1500px) {
  #single-article-page .banner-image-container .banner-image-fixed {
    height: 650px;
  }
}
#single-article-page .banner-image-container .banner-image-fixed .top-fader-gradient {
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, var(--background-default-dark-20) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  z-index: 0;
}
#single-article-page .banner-image-container .banner-image-fixed .bottom-fader-gradient {
  width: 100%;
  height: 150px;
  background: linear-gradient(360deg, var(--background-default-dark) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
#single-article-page .banner-image-container .banner-image-fixed .play-button {
  width: 74px;
  height: 74px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -35px);
  opacity: 0.7;
  cursor: pointer;
  transition: opacity 0.5s ease;
}
#single-article-page .banner-image-container .banner-image-fixed .play-button:hover {
  opacity: 1;
}
#single-article-page .banner-image-container .banner-image-fixed .play-button:active {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 600px) {
  #single-article-page .banner-image-container .banner-image-fixed .play-button {
    width: 100px;
    height: 100px;
    transform: translate(-50%, -50px);
  }
}
#single-article-page .text-content-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
}#support-page {
  display: flex;
  height: calc(100% - 70px);
}.kyc-accordion.MuiAccordion-root {
  border-radius: var(--border-radius);
}
.kyc-accordion.MuiAccordion-root:before {
  display: none;
}
.kyc-accordion.MuiAccordion-root.Mui-expanded {
  margin: 0;
}
.kyc-accordion .accordion-summary .MuiAccordionSummary-content {
  margin: 20px 0;
}
.kyc-accordion .accordion-summary .MuiAccordionSummary-content .MuiCircularProgress-root,
.kyc-accordion .accordion-summary .MuiAccordionSummary-content .MuiSvgIcon-root {
  margin-right: 16px;
}
.kyc-accordion .accordion-summary .MuiAccordionSummary-content h6 {
  margin: 3px 0;
}#add-address-page {
  display: flex;
}#billing-and-address-page {
  display: flex;
}#add-wallet-address-page {
  display: flex;
}#wallet-address-page {
  display: flex;
}.avatar-uploader-component {
  width: 80vw;
  height: 80vw;
  max-width: 260px;
  max-height: 260px;
  position: relative;
  margin: 0 auto 10px;
}
@media screen and (min-width: 900px) {
  .avatar-uploader-component {
    margin-bottom: 18px;
  }
}
.avatar-uploader-component .inner-container {
  width: 80vw;
  height: 80vw;
  max-width: 260px;
  max-height: 260px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.25s ease;
  -webkit-tap-highlight-color: transparent;
}
.avatar-uploader-component .inner-container:active {
  opacity: 0.7;
}
.avatar-uploader-component .inner-container.has-image {
  cursor: default;
}
.avatar-uploader-component .inner-container.has-image:active {
  opacity: 1;
}
.avatar-uploader-component .inner-container .avatar-preview {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
}
.avatar-uploader-component .edit-button {
  position: absolute;
  bottom: 8%;
  right: 8%;
  z-index: 1;
}#edit-avatar-page {
  display: flex;
}
#edit-avatar-page .default-layout-wrapper {
  overflow: inherit;
}
#edit-avatar-page .default-layout-wrapper #pixel-to-watch {
  position: absolute;
  width: 5px;
  height: 5px;
  top: 80px;
  left: 0;
}
#edit-avatar-page .sticky-container {
  width: calc(100% + 32px);
  margin: 0 -16px 20px;
  background: linear-gradient(var(--background-paper) 50%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.5s ease;
  pointer-events: none;
}
@media screen and (max-width: 899px) {
  #edit-avatar-page .sticky-container {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 899px) {
  #edit-avatar-page .sticky-container.is-pinned {
    padding-top: 56px;
  }
}
#edit-avatar-page .vara-avatar-preview {
  margin: 0 auto;
  width: 100%;
  max-width: 260px;
  max-height: 260px;
  background-color: var(--background-default-dark);
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid rgba(0, 0, 0, 0);
  position: relative;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transition: all 0.5s ease;
}
@media screen and (max-width: 899px) {
  #edit-avatar-page .vara-avatar-preview.is-pinned {
    max-width: 200px;
    max-height: 200px;
    border: 0px solid rgba(0, 0, 0, 0);
  }
}
#edit-avatar-page .vara-avatar-preview::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  transform: translate(0%, -100%);
  pointer-events: none;
}
#edit-avatar-page .vara-avatar-preview .vara-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: block;
  object-fit: cover;
  opacity: 1;
}
#edit-avatar-page .vara-avatar-preview.sheen::before {
  animation: shine 1s ease;
}
@keyframes shine {
  0% {
    opacity: 0;
    transform: translate(0px, -100%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0px, 100%);
  }
}
#edit-avatar-page .avatar {
  -webkit-tap-highlight-color: transparent;
}#verify-component {
  width: 100%;
  height: calc(100% - 56px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
@media screen and (max-height: 480px) {
  #verify-component {
    padding: 32px 0 0;
  }
}
@media screen and (min-width: 600px) {
  #verify-component {
    height: calc(100% - 64px);
  }
  #verify-component .primary-button {
    width: auto;
    margin: 0 16px 0 0;
  }
  #verify-component .resend-button {
    width: auto;
    padding-left: 22px;
    padding-right: 22px;
    float: right;
  }
}
#verify-component .sticky-bottom-bar {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
}#edit-profile-page {
  display: flex;
  min-height: calc(100% - 56px);
}
@media screen and (min-width: 600px) {
  #edit-profile-page {
    min-height: calc(100% - 64px);
  }
}#reset-password-page {
  display: flex;
}.table-container {
  overflow: auto; /* Enable scrolling */
  scrollbar-width: none; /*Hide Scrollbar For Firefox */
  -ms-overflow-style: none; /*Hide Scrollbar For Internet Explorer and Edge */
}

.table-container ::-webkit-scrollbar {
  display: none; /*Hide Scrollbar For Chrome, Safari, and Opera */
}#my-orders-page {
  display: flex;
  height: calc(100% - 48px);
  flex-grow: 1;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  #my-orders-page {
    height: calc(100% - 24px);
  }
}
#my-orders-page .default-layout-wrapper {
  max-width: 100% !important;
  display: flex;
  flex-direction: column;
}
#my-orders-page .my-orders-table {
  width: 100%;
}
@media screen and (min-width: 600px) {
  #my-orders-page .my-orders-table {
    margin-bottom: 32px;
  }
}
#my-orders-page .my-orders-table .my-orders-table-head tr th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: var(--background-default-dark);
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 2;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#my-orders-page .my-orders-table .my-orders-table-head tr th.sticky-cell {
  z-index: 3;
}
#my-orders-page .my-orders-table .my-orders-table-body {
  background-color: var(--background-default-dark);
}
#my-orders-page .my-orders-table .my-orders-table-body tr {
  width: 100%;
  background-color: var(--background-default-dark);
}
#my-orders-page .my-orders-table .my-orders-table-body tr:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.03);
}
#my-orders-page .my-orders-table .my-orders-table-body tr th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#my-orders-page .my-orders-table .my-orders-table-body tr td {
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
#my-orders-page .my-orders-table .price-cell {
  width: 80px;
}
@media screen and (min-width: 900px) {
  #my-orders-page .my-orders-table .price-cell {
    width: 150px;
  }
}
#my-orders-page .my-orders-table .quantity-cell {
  width: 80px;
}
@media screen and (min-width: 900px) {
  #my-orders-page .my-orders-table .quantity-cell {
    width: 150px;
  }
}
#my-orders-page .my-orders-table .date-cell {
  width: 180px;
}
@media screen and (min-width: 900px) {
  #my-orders-page .my-orders-table .date-cell {
    width: 220px;
  }
}
#my-orders-page .my-orders-table .status-cell {
  width: 120px;
}
@media screen and (min-width: 900px) {
  #my-orders-page .my-orders-table .status-cell {
    width: 180px;
  }
}
#my-orders-page .my-orders-table .payment-method-cell {
  width: 148px;
}
@media screen and (min-width: 900px) {
  #my-orders-page .my-orders-table .payment-method-cell {
    width: 200px;
  }
}
#my-orders-page .my-orders-table .actions-cell {
  width: 72px;
}
#my-orders-page .my-orders-table .sticky-cell {
  width: 110px;
  position: sticky;
  left: 0;
  z-index: 1;
  opacity: 1;
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: var(--background-default-dark);
  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
@media screen and (min-width: 900px) {
  #my-orders-page .my-orders-table .sticky-cell {
    width: 170px;
  }
}.validate-modal-section .container {
  border: 0.1px solid rgba(255, 255, 255, 0.1);
  background-color: #14181c;
  border-radius: 7px;
  max-width: 400px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
}
.validate-modal-section .container .modal-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 5px;
}
.validate-modal-section .container .modal-header .left-colomn {
  width: 80%;
}
.validate-modal-section .container .modal-header .close-modal {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}
.validate-modal-section .container .buttons-container {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.validate-modal-section .container .buttons-container .toogle-button {
  margin: 30px 7px 15px 0px;
  height: 40px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  font-size: small;
}
.validate-modal-section .container .buttons-container .toogle-button:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
}
.validate-modal-section .container .staking-contaner {
  width: 100%;
  border: 0.1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
}
.validate-modal-section .container .staking-contaner .slider-value {
  height: 50px;
  width: 100%;
  background-color: rgba(73, 73, 73, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
.validate-modal-section .container .staking-contaner .estimated-returns {
  height: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
.validate-modal-section .container .accept-terms {
  display: flex;
  justify-content: center;
  align-items: center;
}
.validate-modal-section .container .accept-terms .terms-conditions {
  display: flex;
  flex-direction: column;
}.validatation-modal-section .content-container {
  border: 0.1px solid rgba(255, 255, 255, 0.1);
  background-color: #14181c;
  border-radius: 7px;
  max-width: 400px;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  display: flex;
  flex-direction: column;
}.backup-secret-phrase-page .blurred-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}.confirm-secret-phrase-page .secret-phrase-container {
  width: 100%;
  padding: 16px 16px 16px 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.confirm-secret-phrase-page .secret-phrase-container .blurred-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}.icon-and-text-button-component {
  transition: opacity 0.5s ease;
}
.icon-and-text-button-component:active {
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.icon-and-text-button-component:disabled {
  opacity: 0.3;
}.scl-welcome-page,
.scl-login-page,
.scl-recover-page {
  height: calc(100vh - 84px);
  height: calc(100svh - 84px);
  display: flex;
  align-items: center;
}
.scl-welcome-page .default-layout-wrapper,
.scl-login-page .default-layout-wrapper,
.scl-recover-page .default-layout-wrapper {
  padding-bottom: 0;
}
@media screen and (min-width: 600px) {
  .scl-welcome-page,
  .scl-login-page,
  .scl-recover-page {
    height: calc(100vh - 96px);
    height: calc(100svh - 96px);
  }
}

@media screen and (min-width: 900px) {
  .scl-register-page {
    height: calc(100vh - 96px);
    height: calc(100svh - 96px);
    display: flex;
    align-items: center;
  }
  .scl-register-page .default-layout-wrapper {
    padding-bottom: 0;
  }
}.contact-card-component .address-container {
  width: 100%;
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 400px) {
  .contact-card-component .address-container {
    max-width: 235px;
  }
}
@media screen and (min-width: 460px) {
  .contact-card-component .address-container {
    max-width: 280px;
  }
}
@media screen and (min-width: 900px) {
  .contact-card-component .address-container {
    max-width: 320px;
  }
}.standard-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  max-width: 430px;
  overflow: auto;
  text-align: center;
  outline: 0;
}
.standard-modal:focus-visible {
  outline: none !important;
}
.standard-modal .close-button {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  padding: 4px;
}.home-navigation {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}
.home-navigation .presale-banner {
  height: 30px;
  padding: 0px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  background-color: var(--background-default-90);
  position: relative;
  z-index: 3;
}
.home-navigation .presale-banner p:last-of-type {
  opacity: 1;
}
.home-navigation .nav-container {
  background-color: var(--background-default-dark-90);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  position: relative;
  width: 100%;
  z-index: 1;
}
.home-navigation .nav-container .aubit-logo {
  display: block;
  width: 40px;
  height: 40px;
}
.home-navigation .mobile-nav-container {
  width: 100%;
  padding: 22px 16px 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background-color: var(--background-default-90);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  position: fixed;
  left: 0px;
  top: 40px;
  right: 0;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.2s ease;
}
.home-navigation .mobile-nav-container.open {
  opacity: 1;
  transform: translateY(0%);
}
.home-navigation .mobile-nav-container .nav-list {
  margin: 0 0 24px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
}
.home-navigation .mobile-nav-container .nav-list li {
  margin: 0;
  padding: 10px 0px;
  list-style: none;
  opacity: 0.6;
  line-height: 1.5;
  transition: opacity 0.25s ease;
  position: relative;
}
.home-navigation .mobile-nav-container .nav-list li a {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  min-width: 80px;
  text-align: center;
  transform: translateY(0);
}
.home-navigation .mobile-nav-container .nav-list li a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(91deg, #FF8A00 7.89%, #FF5C00 100.1%);
  transition: width 0.3s ease;
}
.home-navigation .mobile-nav-container .nav-list li a:hover {
  opacity: 1;
  background: linear-gradient(91deg, #FF8A00 7.89%, #FF5C00 100.1%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transform: translateY(-2px);
}
.home-navigation .mobile-nav-container .nav-list li a:hover::after {
  width: 100%;
}
.home-navigation .mobile-nav-container .nav-list li a:hover + svg {
  stroke: #FF8A00;
  fill: #FF8A00;
}
.home-navigation .mobile-nav-container .nav-list li.active {
  opacity: 1;
}
.home-navigation .mobile-nav-container .nav-list li.active a {
  background: linear-gradient(91deg, #FF8A00 7.89%, #FF5C00 100.1%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transform: translateY(-2px);
  transition: all 0.4s ease;
}
.home-navigation .mobile-nav-container .nav-list li.active a::after {
  width: 100%;
}
.home-navigation .mobile-nav-container .nav-list li a[data-text=Partners] {
  min-width: 100px;
}
.home-navigation .mobile-nav-container .nav-list li a[data-text=Projects] {
  min-width: 90px;
}
.home-navigation .mobile-nav-container .nav-list li a[data-text=Roadmap] {
  min-width: 100px;
}
.home-navigation .mobile-nav-container .nav-list li.show-on-mobile a:hover svg {
  stroke: #FF8A00;
  fill: #FF8A00;
}
.home-navigation .mobile-nav-container .nav-list li.show-on-mobile:hover svg {
  stroke: #FF8A00;
  fill: #FF8A00;
}
.home-navigation .mobile-nav-container .buttons-container {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 12px;
}
.home-navigation .mobile-nav-container .buttons-container button {
  width: 100%;
}

.show-on-mobile {
  display: flex !important;
}

@media (max-width: 600px) {
  .hide-on-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 600px) {
  .home-navigation .mobile-nav-container {
    top: 106px;
  }
  .show-on-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 900px) {
  .home-navigation .presale-banner {
    height: 32px;
  }
  .home-navigation .nav-container .aubit-logo {
    width: 45px;
    height: 45px;
  }
  .home-navigation .nav-container .nav-list {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 24px;
  }
  .home-navigation .nav-container .nav-list li {
    margin: 0;
    padding: 10px 0px;
    list-style: none;
    opacity: 1;
    line-height: 1.5;
    transition: opacity 0.25s ease;
    cursor: pointer;
    position: relative;
  }
  .home-navigation .nav-container .nav-list li a {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    color: inherit;
    text-decoration: none;
    opacity: 0.7;
    font-weight: 200;
    transform: translateY(0);
  }
  .home-navigation .nav-container .nav-list li a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background: linear-gradient(91deg, #FF8A00 7.89%, #FF5C00 100.1%);
    transition: width 0.3s ease;
    opacity: 1;
  }
  .home-navigation .nav-container .nav-list li a:hover {
    background: linear-gradient(91deg, #FF8A00 7.89%, #FF5C00 100.1%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    opacity: 1;
    transform: translateY(-2px);
  }
  .home-navigation .nav-container .nav-list li a:hover::after {
    width: 100%;
  }
  .home-navigation .nav-container .nav-list li a:hover + svg {
    stroke: #FF8A00;
    fill: #FF8A00;
  }
  .home-navigation .nav-container .nav-list li.active a {
    background: linear-gradient(91deg, #FF8A00 7.89%, #FF5C00 100.1%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 600;
    opacity: 1;
    transform: translateY(-2px);
    transition: all 0.4s ease;
  }
  .home-navigation .nav-container .nav-list li.active a::after {
    width: 100%;
  }
  .home-navigation .nav-container .nav-list li.hide-on-mobile:hover svg {
    stroke: #FF8A00;
    fill: #FF8A00;
  }
  .home-navigation .nav-container .buttons-container {
    display: flex;
    align-items: center;
    gap: 12px;
  }
}.register-modal-section .container {
  border: 0.1px solid rgba(255, 255, 255, 0.1);
}
.register-modal-section .container .modal-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 5px;
}
.register-modal-section .container .modal-header .left-colomn {
  width: 80%;
}
.register-modal-section .container .modal-header .close-modal {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}
.register-modal-section .container .modal-header .close-btn {
  height: 28px;
  width: 28px;
  border-radius: 9px;
  border: 1px solid white;
}
.register-modal-section .container .modal-footer {
  min-height: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  align-items: center;
}.login-modal-section .container {
  border: 0.1px solid rgba(255, 255, 255, 0.1);
}
.login-modal-section .container .modal-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 5px;
}
.login-modal-section .container .modal-header .left-colomn {
  width: 80%;
}
.login-modal-section .container .modal-header .close-modal {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}
.login-modal-section .container .modal-header .close-btn {
  height: 28px;
  width: 28px;
  border-radius: 9px;
  border: 1px solid white;
}
.login-modal-section .container .modal-footer {
  min-height: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  align-items: center;
}.reset-modal-section .container {
  border: 0.1px solid rgba(255, 255, 255, 0.1);
}
.reset-modal-section .container .modal-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 5px;
}
.reset-modal-section .container .modal-header .left-colomn {
  width: 80%;
}
.reset-modal-section .container .modal-header .close-modal {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}
.reset-modal-section .container .modal-header .close-btn {
  height: 28px;
  width: 28px;
  border-radius: 9px;
  border: 1px solid white;
}#verify-email-page {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}
@media screen and (max-height: 480px) {
  #verify-email-page {
    padding: 80px 0 0;
  }
}
@media screen and (min-width: 600px) {
  #verify-email-page .confirm-button {
    width: auto;
    margin: 0 16px 0 0;
  }
  #verify-email-page .resend-button {
    width: auto;
    padding-left: 22px;
    padding-right: 22px;
    float: right;
    margin-top: 5px;
    margin-right: -20px;
  }
}
#verify-email-page .sticky-top-bar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(var(--background-default-dark) 0%, rgba(0, 0, 0, 0) 100%);
}
#verify-email-page .sticky-top-bar button {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
}
#verify-email-page .sticky-top-bar button span {
  margin-left: 0;
}.verify-email-modal-section .container .modal-header {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 5px;
}
.verify-email-modal-section .container .modal-header .left-colomn {
  width: 80%;
}
.verify-email-modal-section .container .modal-header .close-modal {
  width: 20%;
  display: flex;
  justify-content: flex-end;
}
.verify-email-modal-section .container .modal-header .close-btn {
  height: 28px;
  width: 28px;
  border-radius: 9px;
  border: 1px solid white;
}
.verify-email-modal-section .container .modal-footer {
  min-height: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  align-items: center;
}.hero-banner {
  position: relative;
  overflow: hidden;
}
.hero-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.hero-banner .hero-video-bg {
  width: auto;
  height: 100%;
  position: absolute;
  top: -200px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  transform: rotate(0deg);
}
.hero-banner .hero-image-container {
  width: 100%;
  position: relative;
  z-index: 2;
  align-self: flex-start;
}
.hero-banner .hero-image-container .hero-image {
  display: block;
  width: 85%;
  height: auto;
  max-width: 500px;
  margin: 0 auto;
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.5));
}
.hero-banner .right-col {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;
  text-align: left;
  position: relative;
  z-index: 2;
  padding-top: 24px;
  padding-bottom: 100px;
  padding-right: 24px;
}
.hero-banner .right-col h1 {
  font-size: 38px;
  line-height: 1.2;
}
.hero-banner .right-col .text-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.hero-banner .right-col .text-container p {
  max-width: 600px;
}
.hero-banner .right-col .buttons-container {
  width: 100%;
  display: flex;
}
.hero-banner .right-col .buttons-container button {
  width: 100%;
}
.hero-banner .right-col .buttons-container button .MuiButton-startIcon {
  display: none;
}
.hero-banner .right-col .buttons-container button .MuiButton-endIcon {
  display: none;
}
.hero-banner .right-col .buttons-container.desktop {
  display: none;
}

@media screen and (min-width: 600px) {
  .hero-banner .right-col {
    max-width: 550px;
    padding-top: 32px;
  }
  .hero-banner .right-col .buttons-container button {
    width: auto;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 40px;
  }
  .hero-banner .right-col .buttons-container button .MuiButton-startIcon {
    display: flex;
  }
  .hero-banner .right-col .buttons-container button .MuiButton-endIcon {
    display: flex;
    position: absolute;
    right: 12px;
  }
  .hero-banner .right-col .buttons-container button.whitepaper-btn svg {
    stroke: var(--primary-main) !important;
  }
  .hero-banner .right-col .buttons-container button.whitepaper-btn:hover svg {
    stroke: var(--background-default-dark) !important;
  }
  .hero-banner .right-col .buttons-container button.buy-btn svg {
    stroke: var(--primary-main) !important;
  }
  .hero-banner .right-col .buttons-container button.buy-btn:hover svg {
    stroke: var(--background-default-dark) !important;
  }
}
@media screen and (min-width: 900px) {
  .hero-banner .hero-video-bg {
    width: auto;
    height: 100%;
    top: 0px;
  }
  .hero-banner .hero-image-container {
    width: 0%;
  }
  .hero-banner .hero-image-container .hero-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 700px;
    margin: 0;
  }
  .hero-banner .right-col {
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
    align-items: flex-end;
    gap: 60px;
    text-align: right;
    padding-top: 80px;
  }
  .hero-banner .right-col .aubit-logo-mark {
    width: 70px;
    height: 70px;
  }
  .hero-banner .right-col h1 {
    font-size: 2.5rem;
  }
  .hero-banner .right-col .text-container {
    align-items: flex-end;
    width: 600px;
  }
  .hero-banner .right-col .text-container p {
    width: 400px;
  }
  .hero-banner .right-col .buttons-container {
    justify-content: flex-end;
  }
  .hero-banner .right-col .buttons-container button {
    width: auto;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 40px;
  }
  .hero-banner .right-col .buttons-container button .MuiButton-startIcon {
    display: flex;
  }
  .hero-banner .right-col .buttons-container button .MuiButton-endIcon {
    display: flex;
    position: absolute;
    right: 12px;
  }
  .hero-banner .right-col .buttons-container button.whitepaper-btn svg {
    stroke: var(--primary-main) !important;
  }
  .hero-banner .right-col .buttons-container button.whitepaper-btn:hover svg {
    stroke: var(--background-default-dark) !important;
  }
  .hero-banner .right-col .buttons-container button.buy-btn svg {
    stroke: var(--primary-main) !important;
  }
  .hero-banner .right-col .buttons-container button.buy-btn:hover svg {
    stroke: var(--background-default-dark) !important;
  }
  .hero-banner .divider {
    position: absolute;
    z-index: 0;
    background: #444;
  }
  .hero-banner .divider.horizontal {
    top: 34%;
    left: 0;
    right: 0;
    height: 1px;
  }
  .hero-banner .divider.vertical.left {
    bottom: 66%;
    right: 118px;
    width: 1px;
    height: 100%;
  }
  .hero-banner .buttons-container.desktop {
    display: flex !important;
  }
  .hero-banner .buttons-container.mobile {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .hero-banner .hero-video-bg {
    width: auto;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    transform: rotate(0deg);
    transform-origin: center;
  }
  .hero-banner .hero-image-container {
    width: 50%;
    align-self: center;
    justify-content: center;
  }
  .hero-banner .hero-image-container .hero-image {
    max-width: 525px;
  }
  .hero-banner .right-col {
    gap: 50px;
    width: 50%;
    padding-top: 60px;
  }
  .hero-banner .right-col .aubit-logo-mark {
    width: 80px;
    height: 80px;
  }
  .hero-banner .right-col h1 {
    font-size: 3rem;
  }
  .hero-banner .right-col .text-container {
    width: 500px;
  }
  .hero-banner .right-col .text-container p {
    width: 500px;
  }
  .hero-banner .divider.horizontal {
    top: 35.5%;
  }
  .hero-banner .divider.vertical.left {
    bottom: 64.5%;
    right: 128px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-banner .hero-video-bg {
    width: auto;
    height: 100vh;
    right: 0;
    top: 0;
    bottom: 0;
    transform: rotate(0deg);
    transform-origin: center;
  }
  .hero-banner .hero-image-container {
    width: 51%;
    align-self: center;
    justify-content: center;
  }
  .hero-banner .hero-image-container .hero-image {
    max-width: 560px;
  }
  .hero-banner .right-col {
    width: 49%;
    gap: 50px;
    padding-top: 50px;
  }
  .hero-banner .right-col .aubit-logo-mark {
    width: 80px;
    height: 80px;
  }
  .hero-banner .right-col h1 {
    font-size: 3.5rem;
  }
  .hero-banner .right-col .text-container {
    width: 500px;
  }
  .hero-banner .right-col .text-container p {
    width: 500px;
  }
  .hero-banner .divider.horizontal {
    top: 35%;
  }
  .hero-banner .divider.vertical.left {
    bottom: 65%;
    right: 138px;
  }
}
@media screen and (min-width: 1300px) {
  .hero-banner .hero-video-bg {
    width: 100%;
    height: auto;
    top: 0px;
  }
  .hero-banner .hero-image-container {
    width: 55%;
  }
  .hero-banner .hero-image-container .hero-image {
    max-width: 580px;
  }
  .hero-banner .right-col {
    width: 45%;
    padding-bottom: 100px;
    padding-top: 40px;
    gap: 50px;
  }
  .hero-banner .right-col h1 {
    font-size: 3.75rem;
  }
  .hero-banner .right-col .text-container {
    width: 525px;
  }
  .hero-banner .right-col .text-container p {
    width: 525px;
  }
  .hero-banner .right-col .buttons-container {
    width: 500px;
  }
  .hero-banner .right-col .buttons-container button {
    width: 100%;
    padding-left: 22px;
  }
  .hero-banner .right-col .buttons-container button .MuiButton-endIcon {
    right: 22px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-banner .hero-video-bg {
    width: 100%;
    height: auto;
    top: -100px;
  }
  .hero-banner .hero-image-container .hero-image {
    max-width: 580px;
  }
  .hero-banner .right-col {
    padding-top: 50px;
  }
  .hero-banner .right-col h1 {
    font-size: 4rem;
  }
  .hero-banner .right-col .text-container {
    width: 550px;
  }
  .hero-banner .right-col .text-container p {
    width: 550px;
  }
}
.typing-effect {
  position: relative;
  display: inline-block;
  min-width: 140px;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .typing-effect {
    min-width: auto;
  }
}
.typing-effect::after {
  content: "|";
  position: absolute;
  right: -8px;
  animation: blink 1s step-end infinite;
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}.backed-by-brands-section {
  text-align: center;
  padding-bottom: 48px;
}
.backed-by-brands-section .brand-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.backed-by-brands-section .brand-container .brand {
  width: 100%;
  border-radius: var(--border-radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
  line-height: 1 !important;
}
.backed-by-brands-section .brand-container .brand .brand-img {
  width: auto;
  max-height: 28px;
  margin: 0 auto 16px auto;
  display: block;
}
.backed-by-brands-section .brand-container .brand h6 {
  margin-bottom: 14px;
}
.backed-by-brands-section .brand-container .brand .brand-name {
  opacity: 0.6;
}

@media screen and (min-width: 600px) {
  .backed-by-brands-section {
    text-align: left;
    padding-bottom: 48px;
  }
  .backed-by-brands-section .brand-container {
    align-items: center;
    flex-direction: row;
  }
  .backed-by-brands-section .brand-container .brand {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    align-items: flex-start;
    padding-right: 10px;
  }
  .backed-by-brands-section .brand-container .brand .brand-img {
    max-height: 24px;
    margin: 0 0 16px 0;
  }
}
@media screen and (min-width: 900px) {
  .backed-by-brands-section {
    padding-bottom: 80px;
  }
  .backed-by-brands-section .brand-container .brand .brand-img {
    max-height: 30px;
    margin: 0 0 28px 0;
  }
  .backed-by-brands-section .brand-container .brand h6 {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .backed-by-brands-section {
    padding-bottom: 150px;
  }
  .backed-by-brands-section .brand-container .brand {
    padding: 32px;
  }
}.stats-bar-section {
  position: relative;
  z-index: 1;
}
.stats-bar-section .stats-bar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.stats-bar-section .stats-bar .stat {
  width: 50%;
  padding: 40px 0;
  text-align: center;
}
.stats-bar-section .stats-bar .stat:nth-child(1), .stats-bar-section .stats-bar .stat:nth-child(2) {
  padding-bottom: 0;
}
.stats-bar-section .stats-bar .stat h3 {
  margin-bottom: 4px;
}

.aubit-early-access-section {
  position: relative;
  background-color: #111214;
  padding: 30px 0;
  overflow: hidden;
}
.aubit-early-access-section .background-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/assets/GridRepeatBackground-917841c7.png");
  background-repeat: repeat;
  background-size: 1500px;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.aubit-early-access-section .gradient-divider {
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 122, 0, 0) 0%, rgba(255, 122, 0, 0.5) 50%, rgba(255, 122, 0, 0) 100%);
  z-index: 3;
}
.aubit-early-access-section .gradient-divider .cube {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #FF7A00;
  transform: rotate(45deg);
  animation: moveCube 8s linear infinite;
  box-shadow: 0 0 10px rgba(255, 122, 0, 0.5);
  z-index: 4;
}
.aubit-early-access-section .gradient-divider.top {
  top: 0;
}
.aubit-early-access-section .gradient-divider.top .cube {
  top: -3px;
}
.aubit-early-access-section .gradient-divider.bottom {
  bottom: 0;
}
.aubit-early-access-section .gradient-divider.bottom .cube {
  bottom: -3px;
  animation-delay: -4s;
}
.aubit-early-access-section .hero-video-bg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
}
.aubit-early-access-section .aubit-early-access {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
.aubit-early-access-section .aubit-early-access .left-col {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}
.aubit-early-access-section .aubit-early-access .left-col .payment-options {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.aubit-early-access-section .aubit-early-access .left-col .payment-options img {
  width: 38px;
  display: block;
}
.aubit-early-access-section .aubit-early-access .left-col .actions-container {
  display: flex;
  gap: 16px;
  justify-content: center;
  padding: 16px;
  margin-bottom: 24px;
}
.aubit-early-access-section .aubit-early-access .left-col .actions-container button {
  min-width: 120px;
}
.aubit-early-access-section .aubit-early-access .right-col {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .aubit-early-access-section .aubit-early-access {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 100px;
  }
  .aubit-early-access-section .aubit-early-access .left-col {
    width: 50%;
    max-width: 50%;
    margin: 0;
    text-align: left;
  }
  .aubit-early-access-section .aubit-early-access .left-col .payment-options {
    justify-content: flex-start;
  }
  .aubit-early-access-section .aubit-early-access .left-col .actions-container {
    justify-content: flex-start;
  }
  .aubit-early-access-section .aubit-early-access .right-col {
    width: 50%;
  }
}
@media screen and (min-width: 1100px) {
  .aubit-early-access-section .aubit-early-access {
    gap: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .aubit-early-access-section .aubit-early-access {
    gap: 120px;
    padding: 100px 0;
  }
}
@media screen and (min-width: 768px) {
  .stats-bar-section .stats-bar .stat {
    width: 25%;
    padding: 40px 0;
  }
  .stats-bar-section .stats-bar .stat:nth-child(1), .stats-bar-section .stats-bar .stat:nth-child(2) {
    padding-bottom: 40px;
  }
  .aubit-early-access-section .aubit-early-access {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding: 100px 0;
  }
  .aubit-early-access-section .aubit-early-access .left-col {
    width: 50%;
    max-width: 50%;
    margin: 0;
    text-align: left;
  }
  .aubit-early-access-section .aubit-early-access .left-col .payment-options {
    justify-content: flex-start;
  }
  .aubit-early-access-section .aubit-early-access .left-col .actions-container {
    justify-content: center;
  }
  .aubit-early-access-section .aubit-early-access .right-col {
    width: 50%;
  }
}
@media screen and (min-width: 1100px) {
  .stats-bar-section .stats-bar .stat {
    padding: 60px 0;
  }
  .stats-bar-section .stats-bar .stat:nth-child(1), .stats-bar-section .stats-bar .stat:nth-child(2) {
    padding-bottom: 50px;
  }
  .stats-bar-section .stats-bar .stat h3 {
    margin-bottom: 12px;
  }
  .aubit-early-access-section .aubit-early-access {
    gap: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .aubit-early-access-section .aubit-early-access {
    gap: 120px;
    padding: 100px 0;
  }
}
@media screen and (min-width: 600px) {
  .aubit-early-access-section .aubit-early-access .left-col .actions-container {
    padding: 0;
    margin-bottom: 0;
  }
}
@keyframes moveCube {
  0% {
    left: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}.feature-grid-section {
  background-color: #f6f0ec;
  color: var(--background-default-dark);
}
.feature-grid-section .feature-grid-item.text-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-grid-section .feature-grid-item.text-item .text-container {
  max-width: 555px;
}
.feature-grid-section .feature-grid-item.text-item .text-container h1 {
  background: black;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -text-fill-color: transparent;
}
.feature-grid-section .feature-grid-item.image-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-grid-section .feature-grid-item.image-item img {
  width: 100%;
  max-width: 450px;
  display: block;
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  border-radius: 10px;
}
.feature-grid-section .feature-grid-item.image-item img:hover {
  transform: scale(1.05);
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
}
.feature-grid-section .feature-grid-item.image-item.reversed img {
  max-width: 600px;
}
.feature-grid-section .feature-grid-item .MuiTypography-overline {
  opacity: 0.65;
  font-size: 1rem;
}
.feature-grid-section .feature-grid-item p {
  color: #6a7282;
}

@media screen and (min-width: 900px) {
  .feature-grid-section .feature-grid-item.text-item {
    justify-content: flex-end;
  }
  .feature-grid-section .feature-grid-item.text-item.reversed {
    justify-content: flex-start;
  }
  .feature-grid-section .feature-grid-item.text-item .text-container {
    max-width: 640px;
  }
  .feature-grid-section .feature-grid-item.image-item {
    justify-content: flex-start;
  }
  .feature-grid-section .feature-grid-item.image-item.reversed {
    justify-content: end;
  }
  .feature-grid-section .feature-grid-item.image-item img {
    transform: translateY(30px);
  }
}
@media screen and (min-width: 1200px) {
  .feature-grid-section .feature-grid-item.text-item .text-container {
    padding-right: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .feature-grid-section .feature-grid-item.text-item .text-container {
    padding-right: 50px;
  }
}.aubit-wallet-section {
  padding: 40px 0;
  overflow: hidden;
}
.aubit-wallet-section .intro {
  max-width: 450px;
  margin: 0 auto 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.aubit-wallet-section .intro .intro-title {
  text-align: center;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 5px;
  opacity: 1;
}
.aubit-wallet-section .intro .main-heading {
  text-align: center;
  font-weight: 500;
  margin-bottom: 24px;
  background: linear-gradient(91deg, #FFF 7.89%, #999 100.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aubit-wallet-section .intro .main-heading .highlight {
  background: linear-gradient(91deg, #FF8A00 7.89%, #FF5C00 100.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aubit-wallet-section .intro p {
  opacity: 0.7;
}
.aubit-wallet-section .intro button {
  width: 150px;
  transition: transform 0.3s ease;
}
.aubit-wallet-section .intro button:hover {
  transform: translateY(-3px);
}
.aubit-wallet-section .hero-image {
  width: 92%;
  max-width: 400px;
  display: block;
  animation: float 6s ease-in-out infinite;
}
.aubit-wallet-section .wallet-features {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
.aubit-wallet-section .wallet-features .feature {
  width: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 20px 0px rgba(54, 133, 158, 0.25) inset;
  border-radius: 16px;
  background: rgba(17, 18, 20, 0.7);
  transition: transform 0.3s ease;
  --mouse-x: 0;
  --mouse-y: 0;
}
.aubit-wallet-section .wallet-features .feature:hover {
  transform: translateY(-5px);
}
.aubit-wallet-section .wallet-features .feature:hover .feature-card-gradient {
  opacity: 1;
}
.aubit-wallet-section .wallet-features .feature .feature-card-gradient {
  position: absolute;
  inset: -1px;
  border-radius: 16px;
  content: "";
  background: radial-gradient(800px circle at var(--mouse-x) var(--mouse-y), rgba(0, 153, 255, 0.3), transparent 40%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.aubit-wallet-section .wallet-features .feature .chip {
  position: absolute;
  top: -12px;
  right: 16px;
  z-index: 2;
  background: linear-gradient(45deg, #ff7800, #ff7800);
  animation: pulse 2s infinite;
}
.aubit-wallet-section .wallet-features .feature .icon-container {
  border-radius: 8px;
  width: 42px;
  height: 42px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: linear-gradient(135deg, rgba(255, 138, 0, 0.2), rgba(255, 92, 0, 0.2));
}
.aubit-wallet-section .wallet-features .feature .title {
  background: linear-gradient(91deg, #FFF 7.89%, #999 100.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
  z-index: 2;
  line-height: 1.5rem;
}
.aubit-wallet-section .wallet-features .feature p {
  max-width: 360px;
  transition: color 0.3s ease;
  z-index: 2;
}
.aubit-wallet-section .wallet-features .feature button {
  width: 180px;
  transition: background-color 0.3s ease;
  z-index: 2;
}
.aubit-wallet-section .wallet-features .feature button:hover {
  background-color: var(--primary-dark);
}
.aubit-wallet-section .wallet-features .feature .description {
  opacity: 0.7;
  z-index: 2;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  .aubit-wallet-section .intro {
    max-width: 680px;
    margin: 0 auto 40px;
  }
  .aubit-wallet-section .wallet-features {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .aubit-wallet-section .wallet-features .feature {
    width: calc(50% - 12px);
    align-self: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .aubit-wallet-section {
    padding: 100px 0;
  }
  .aubit-wallet-section .intro {
    max-width: 620px;
    margin: 0 auto 60px;
  }
  .aubit-wallet-section .intro p {
    max-width: 600px;
  }
  .aubit-wallet-section .hero-image {
    width: 100%;
    max-width: 620px;
  }
  .aubit-wallet-section .wallet-features {
    flex-wrap: nowrap;
  }
  .aubit-wallet-section .wallet-features .feature {
    width: 100%;
    align-items: flex-start;
    text-align: left;
    gap: 20px;
  }
  .aubit-wallet-section .wallet-features .feature .icon-container {
    width: 48px;
    height: 48px;
    margin-bottom: 4px;
  }
  .aubit-wallet-section .wallet-features .feature p {
    flex-grow: 1;
  }
}.validation-ecosystem-section {
  padding: 40px 0;
  overflow: hidden;
}
.validation-ecosystem-section .validation-ecosystem {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.validation-ecosystem-section .validation-ecosystem .left-col {
  width: 100%;
  max-width: 450px;
  text-align: left;
}
.validation-ecosystem-section .validation-ecosystem .left-col .subtitle {
  text-transform: uppercase;
  letter-spacing: 5px;
  opacity: 1;
  margin-bottom: 16px;
}
.validation-ecosystem-section .validation-ecosystem .left-col .title {
  font-weight: 500;
  margin-bottom: 24px;
  background: linear-gradient(91deg, #FFF 7.89%, #999 100.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.validation-ecosystem-section .validation-ecosystem .left-col .description {
  opacity: 0.7;
  margin-bottom: 24px;
}
.validation-ecosystem-section .validation-ecosystem .left-col button {
  width: 180px;
  animation: fadeInButton 1.2s ease-in-out forwards;
}
.validation-ecosystem-section .validation-ecosystem .right-col {
  width: 100%;
  max-width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.validation-ecosystem-section .validation-ecosystem .right-col .hero-image {
  width: 100%;
  max-width: 400px;
  display: block;
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@media screen and (min-width: 768px) {
  .validation-ecosystem-section .validation-ecosystem {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .validation-ecosystem-section .validation-ecosystem .left-col {
    max-width: 450px;
  }
  .validation-ecosystem-section .validation-ecosystem .right-col {
    max-width: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .validation-ecosystem-section {
    padding: 100px 0;
  }
  .validation-ecosystem-section .validation-ecosystem .left-col {
    max-width: 550px;
  }
  .validation-ecosystem-section .validation-ecosystem .right-col {
    max-width: 550px;
  }
}.how-does-validation-work-section {
  padding: 40px 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAnSURBVHgB7cwxAQAACAJBdLd/XCwB21+AG9unpHS4CiMkJCQkLIUP7xMGOnn7jlsAAAAASUVORK5CYII=), url(/assets/how-does-validation-work-bg-ebdfdcca.png);
  background-repeat: repeat, no-repeat;
  background-position: repeat top left, center center;
  background-size: 16px 16px, cover;
  box-shadow: inset 0px 0px 100px 50px var(--background-default-dark);
  overflow: hidden;
}
.how-does-validation-work-section .validation-ecosystem {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.how-does-validation-work-section .validation-ecosystem .top-container {
  display: flex;
  flex-direction: column;
}
.how-does-validation-work-section .validation-ecosystem .top-container * {
  max-width: 520px;
}
.how-does-validation-work-section .validation-ecosystem .top-container .subtitle {
  text-transform: uppercase;
  letter-spacing: 5px;
  opacity: 1;
}
.how-does-validation-work-section .validation-ecosystem .top-container .title {
  font-weight: 500;
  background: linear-gradient(91deg, #FFF 7.89%, #999 100.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.how-does-validation-work-section .validation-ecosystem .top-container .description {
  opacity: 0.7;
}
.how-does-validation-work-section .validation-ecosystem .top-container p {
  opacity: 0.7;
}
.how-does-validation-work-section .validation-ecosystem .top-container button {
  width: 180px;
}
.how-does-validation-work-section .validation-ecosystem .bottom-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.how-does-validation-work-section .validation-ecosystem .bottom-container .hero-image-container {
  width: 100%;
  height: 100%;
  background-color: #181414;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  border-radius: 8px;
  position: relative;
  box-shadow: -4px -8px 30px rgba(255, 102, 0, 0.2);
  --mouse-x: 50%;
  --mouse-y: 50%;
  transition: all 0.3s ease;
  z-index: 1;
}
.how-does-validation-work-section .validation-ecosystem .bottom-container .hero-image-container::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 8px;
  background: radial-gradient(circle at var(--mouse-x) var(--mouse-y), rgba(255, 138, 0, 0.8) 0%, rgba(255, 94, 0, 0.6) 30%, rgba(255, 92, 0, 0.4) 60%, rgba(255, 92, 0, 0.2) 100%);
  z-index: 0;
  transition: background 0.3s ease-out;
}
.how-does-validation-work-section .validation-ecosystem .bottom-container .hero-image-container.hovering::before {
  transition: background 0.1s ease-out;
}
.how-does-validation-work-section .validation-ecosystem .bottom-container .hero-image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background-color: #141718;
  z-index: 0;
}
.how-does-validation-work-section .validation-ecosystem .bottom-container .hero-image-container .hero-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  position: relative;
  background-color: var(--background-default-dark);
  z-index: 2;
}

@media screen and (min-width: 900px) {
  .how-does-validation-work-section {
    padding: 60px 0;
  }
  .how-does-validation-work-section .validation-ecosystem {
    gap: 60px;
  }
  .how-does-validation-work-section .validation-ecosystem .top-container {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 40px;
    text-align: left;
  }
  .how-does-validation-work-section .validation-ecosystem .top-container * {
    max-width: 600px;
  }
  .how-does-validation-work-section .validation-ecosystem .bottom-container .hero-image-container {
    max-width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .how-does-validation-work-section {
    padding: 100px 0;
    box-shadow: inset 0px 0px 200px 80px var(--background-default-dark);
  }
}.aubit-tokenomics-section {
  padding: 40px 0;
  background-color: #111214;
  position: relative;
  overflow: hidden;
}
.aubit-tokenomics-section .background-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/assets/GridRepeatBackground-917841c7.png");
  background-repeat: repeat;
  background-size: 1500px;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.aubit-tokenomics-section .gradient-divider {
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 122, 0, 0) 0%, rgba(255, 122, 0, 0.5) 50%, rgba(255, 122, 0, 0) 100%);
  z-index: 3;
}
.aubit-tokenomics-section .gradient-divider .cube {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #FF7A00;
  transform: rotate(45deg);
  animation: moveCube 8s linear infinite;
  box-shadow: 0 0 10px rgba(255, 122, 0, 0.5);
  z-index: 4;
}
.aubit-tokenomics-section .gradient-divider.top {
  top: 0;
}
.aubit-tokenomics-section .gradient-divider.top .cube {
  top: -3px;
}
.aubit-tokenomics-section .gradient-divider.bottom {
  bottom: 0;
}
.aubit-tokenomics-section .gradient-divider.bottom .cube {
  bottom: -3px;
  animation-delay: -4s;
}
.aubit-tokenomics-section .aubit-tokenomics-intro {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  color: white;
}
.aubit-tokenomics-section .aubit-tokenomics-intro .intro-title {
  text-align: center;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 5px;
  opacity: 1;
}
.aubit-tokenomics-section .aubit-tokenomics-intro .main-heading {
  text-align: center;
  font-weight: 500;
  margin-bottom: 64px;
  background: linear-gradient(91deg, #FFF 7.89%, #999 100.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aubit-tokenomics-section .aubit-tokenomics-intro .main-heading .highlight {
  background: linear-gradient(91deg, #FF8A00 7.89%, #FF5C00 100.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aubit-tokenomics-section .aubit-tokenomics-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.aubit-tokenomics-section .aubit-tokenomics-grid .left-col {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aubit-tokenomics-section .aubit-tokenomics-grid .left-col .info-card {
  background-color: rgba(40, 43, 46, 0.2);
  border-radius: 24px;
  backdrop-filter: blur(5px);
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.aubit-tokenomics-section .aubit-tokenomics-grid .left-col .info-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.7);
}
.aubit-tokenomics-section .aubit-tokenomics-grid .left-col .info-card .token-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, rgba(73, 73, 73, 0.3) 0%, rgb(23, 23, 23) 100%);
  flex: 1;
}
.aubit-tokenomics-section .aubit-tokenomics-grid .left-col .info-card .token-container .token-image {
  padding: 32px;
  width: 70%;
  max-width: 260px;
  display: block;
}
.aubit-tokenomics-section .aubit-tokenomics-grid .left-col .info-card .bottom-container {
  padding: 20px;
}
.aubit-tokenomics-section .aubit-tokenomics-grid .left-col .info-card .bottom-container .token-amount {
  background: linear-gradient(91deg, #FFF 7.89%, #999 100.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.aubit-tokenomics-section .aubit-tokenomics-grid .left-col .info-card .bottom-container .token-label {
  opacity: 0.7;
}
.aubit-tokenomics-section .aubit-tokenomics-grid .left-col .info-card .bottom-container p {
  opacity: 0.7;
}
.aubit-tokenomics-section .aubit-tokenomics-grid .right-col {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(40, 43, 46, 0.2);
  padding: 20px;
  border-radius: 24px;
  backdrop-filter: blur(5px);
  height: 100%;
  max-height: 400px;
  box-sizing: border-box;
}
.aubit-tokenomics-section .aubit-tokenomics-grid .right-col .hero-image-sm,
.aubit-tokenomics-section .aubit-tokenomics-grid .right-col .hero-image-lg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transform: translateZ(0);
  transition: transform 0.3s ease;
  max-height: 400px;
}
.aubit-tokenomics-section .aubit-tokenomics-grid .right-col .hero-image-sm:hover,
.aubit-tokenomics-section .aubit-tokenomics-grid .right-col .hero-image-lg:hover {
  transform: scale(1.05);
}

@media screen and (min-width: 900px) {
  .aubit-tokenomics-section {
    padding: 80px 0;
  }
  .aubit-tokenomics-section .aubit-tokenomics-grid {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    min-height: 500px;
  }
  .aubit-tokenomics-section .aubit-tokenomics-grid .left-col {
    max-width: 400px;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .aubit-tokenomics-section .aubit-tokenomics-grid .left-col .info-card {
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .aubit-tokenomics-section .aubit-tokenomics-grid .right-col {
    width: 100%;
    justify-content: flex-end;
    min-height: 400px;
    max-height: 500px;
  }
  .aubit-tokenomics-section .aubit-tokenomics-grid .right-col .hero-image-sm {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .aubit-tokenomics-section {
    padding: 100px 0;
  }
  .aubit-tokenomics-section .aubit-tokenomics-grid {
    min-height: 400px;
  }
  .aubit-tokenomics-section .aubit-tokenomics-grid .left-col {
    max-width: 400px;
  }
  .aubit-tokenomics-section .aubit-tokenomics-grid .right-col {
    width: 100%;
    min-height: 400px;
  }
  .aubit-tokenomics-section .aubit-tokenomics-grid .right-col .hero-image-lg {
    width: 100%;
    max-width: 650px;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes moveCube {
  0% {
    left: 0%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}.aubit-roadmap-section {
  padding: 40px 0;
}
.aubit-roadmap-section .aubit-roadmap-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.aubit-roadmap-section .aubit-roadmap-intro .intro-title {
  text-align: center;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 5px;
  opacity: 1;
}
.aubit-roadmap-section .aubit-roadmap-intro .main-heading {
  text-align: center;
  font-weight: 500;
  margin-bottom: 24px;
  background: linear-gradient(91deg, #FFF 7.89%, #999 100.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aubit-roadmap-section .aubit-roadmap-intro .main-heading .highlight {
  background: linear-gradient(91deg, #FF8A00 7.89%, #FF5C00 100.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.aubit-roadmap-section .aubit-roadmap-intro p {
  opacity: 0.7;
}
.aubit-roadmap-section .roadmap-container {
  display: flex;
  flex-direction: column;
}
.aubit-roadmap-section .roadmap-container .stage {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  gap: 16px;
}
.aubit-roadmap-section .roadmap-container .stage .stage-timeline {
  width: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  position: relative;
}
.aubit-roadmap-section .roadmap-container .stage .stage-timeline .marker {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #222324;
  box-shadow: inset 0px 0px 1px 1px rgba(255, 255, 255, 0.1);
  position: absolute;
  top: calc(50% - 33px);
  left: 0;
  z-index: 1;
}
.aubit-roadmap-section .roadmap-container .stage .stage-timeline .track {
  width: 4px;
  height: 100%;
  background-color: #222324;
}
.aubit-roadmap-section .roadmap-container .stage .stage-timeline .track .track-completion {
  width: 4px;
  background-color: var(--primary-main);
  box-shadow: 0px 0px 15px 0px var(--primary-main);
  border-radius: 0px 0px 2px 2px;
}
.aubit-roadmap-section .roadmap-container .stage .stage-info {
  padding: 0px 0px 60px;
  position: relative;
}
.aubit-roadmap-section .roadmap-container .stage .stage-info .status-chip {
  position: absolute;
  top: -2px;
  left: 170px;
  z-index: 1;
  height: 26px;
}
.aubit-roadmap-section .roadmap-container .stage .stage-info .status-chip .MuiChip-label {
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Redhat-Bold", Helvetica, Arial, sans-serif;
}
.aubit-roadmap-section .roadmap-container .stage .stage-info ul {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}
.aubit-roadmap-section .roadmap-container .stage .stage-info ul li {
  padding: 4px 0px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.aubit-roadmap-section .roadmap-container .stage .stage-info ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  display: block;
  border-radius: 50%;
  background-color: var(--primary-main);
}
.aubit-roadmap-section .roadmap-container .stage .stage-info ul li p {
  opacity: 0.7;
}
.aubit-roadmap-section .roadmap-container .stage:first-of-type .stage-timeline .marker {
  top: 0;
}
.aubit-roadmap-section .roadmap-container .stage:first-of-type .stage-info {
  padding-top: 0;
}
.aubit-roadmap-section .roadmap-container .stage.current .stage-timeline .marker {
  background-color: var(--primary-main);
  box-shadow: 0px 0px 20px 0px var(--primary-main);
}
.aubit-roadmap-section .roadmap-container .stage.current .stage-timeline .track .track-completion {
  height: calc(50% - 15px);
}
.aubit-roadmap-section .roadmap-container .stage.complete .stage-timeline .marker {
  background-color: var(--primary-main);
  box-shadow: 0px 0px 20px 0px var(--primary-main);
}
.aubit-roadmap-section .roadmap-container .stage.complete .stage-timeline .track .track-completion {
  height: 100%;
  border-radius: 0px;
}
.aubit-roadmap-section .roadmap-container .stage.complete .stage-info {
  opacity: 0.3;
}
.aubit-roadmap-section .roadmap-container .stage.complete .stage-info .stage-heading {
  text-decoration: line-through;
}

@media screen and (min-width: 600px) {
  .aubit-roadmap-section .roadmap-container .stage {
    gap: 30px;
  }
  .aubit-roadmap-section .roadmap-container .stage .stage-info {
    max-width: 450px;
  }
}
@media screen and (min-width: 768px) {
  .aubit-roadmap-section .aubit-roadmap-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .aubit-roadmap-section .roadmap-container {
    align-items: center;
  }
  .aubit-roadmap-section .roadmap-container .stage {
    max-width: 720px;
  }
  .aubit-roadmap-section .roadmap-container .stage:nth-of-type(even) {
    justify-content: flex-end;
  }
  .aubit-roadmap-section .roadmap-container .stage:nth-of-type(odd) {
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
  .aubit-roadmap-section .roadmap-container .stage .stage-info {
    width: 100%;
    max-width: 317px;
  }
}
@media screen and (min-width: 900px) {
  .aubit-roadmap-section {
    padding: 80px 0;
  }
  .aubit-roadmap-section .roadmap-container .stage {
    max-width: 840px;
    gap: 60px;
  }
  .aubit-roadmap-section .roadmap-container .stage .stage-info {
    width: 100%;
    max-width: 347px;
  }
}
@media screen and (min-width: 1200px) {
  .aubit-roadmap-section {
    padding: 100px 0;
  }
  .aubit-roadmap-section .roadmap-container .stage {
    max-width: 1100px;
    gap: 80px;
  }
  .aubit-roadmap-section .roadmap-container .stage .stage-info {
    max-width: 457px;
  }
}
@media screen and (min-width: 1400px) {
  .aubit-roadmap-section .roadmap-container .stage {
    max-width: 1152px;
  }
  .aubit-roadmap-section .roadmap-container .stage .stage-info {
    max-width: 483px;
  }
}
.lightning-image {
  max-width: 250px;
}.seamless-integration-section {
  background-color: #f6f0ec;
  color: var(--background-default-dark);
}
.seamless-integration-section .grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.seamless-integration-section .grid-item.text-item .text-container {
  max-width: 600px;
  width: 100%;
}
.seamless-integration-section .grid-item.image-item img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 600px) {
  .seamless-integration-section .grid-item.image-item img {
    max-width: 560px;
  }
}
@media screen and (min-width: 900px) {
  .seamless-integration-section .grid-item.text-item {
    justify-content: flex-end;
  }
  .seamless-integration-section .grid-item.text-item .text-container {
    max-width: 640px;
  }
  .seamless-integration-section .grid-item.image-item {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .seamless-integration-section .grid-item.text-item .text-container {
    padding-right: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .seamless-integration-section .grid-item.text-item .text-container {
    padding-right: 50px;
  }
}.home-footer {
  padding: 24px 0px;
  background-color: var(--background-default);
}
.home-footer .top-section {
  padding: 24px 0px 0px;
}
.home-footer .top-section .aubit-logo-mark {
  width: 82px;
  height: 82px;
  display: block;
}
.home-footer .top-section .social-buttons-container {
  display: flex;
  gap: 16px;
}
.home-footer .top-section .social-buttons-container .social-btn {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 138, 0, 0.1), rgba(255, 92, 0, 0.1));
  padding: 8px;
  position: relative;
  overflow: hidden;
}
.home-footer .top-section .social-buttons-container .social-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 138, 0, 0.2), rgba(255, 92, 0, 0.2));
  opacity: 0;
  transition: opacity 0.3s ease;
}
.home-footer .top-section .social-buttons-container .social-btn:hover {
  transform: translateY(-3px);
}
.home-footer .top-section .social-buttons-container .social-btn:hover::before {
  opacity: 1;
}
.home-footer .top-section .social-buttons-container .social-btn:active {
  transform: translateY(0);
  opacity: 0.7;
  transition: all 0.2s ease;
}
.home-footer .top-section .portal-links-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.home-footer .top-section .portal-links-container .column {
  width: 50%;
  margin-bottom: 40px;
}
.home-footer .top-section .portal-links-container .column .link {
  padding: 8px 0px;
  opacity: 0.7;
  font-family: "Redhat-Medium", Helvetica, Arial, sans-serif;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.home-footer .top-section .portal-links-container .column .link a {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  transform: translateY(0);
}
.home-footer .top-section .portal-links-container .column .link a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(91deg, #FF8A00 7.89%, #FF5C00 100.1%);
  transition: width 0.3s ease;
}
.home-footer .top-section .portal-links-container .column .link a:hover {
  background: linear-gradient(91deg, #FF8A00 7.89%, #FF5C00 100.1%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transform: translateY(-2px);
}
.home-footer .top-section .portal-links-container .column .link a:hover::after {
  width: 100%;
}
.home-footer .top-section .portal-links-container .column .link:hover {
  opacity: 1;
}
.home-footer .top-section .portal-links-container .column .link:active {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.home-footer .bottom-section {
  width: 100%;
  padding: 24px 0px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
}
.home-footer .bottom-section .copyright-text {
  opacity: 0.7;
  line-height: 1;
}
.home-footer .bottom-section .legal-links {
  display: flex;
  align-items: center;
  gap: 14px;
}
.home-footer .bottom-section .legal-links .legal-link {
  line-height: 1;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}
.home-footer .bottom-section .legal-links .legal-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: linear-gradient(91deg, #FF8A00 7.89%, #FF5C00 100.1%);
  transition: width 0.3s ease;
}
.home-footer .bottom-section .legal-links .legal-link:hover {
  opacity: 1;
  transform: translateY(-2px);
}
.home-footer .bottom-section .legal-links .legal-link:hover::after {
  width: 100%;
}
.home-footer .bottom-section .legal-links .legal-link:active {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

@media screen and (min-width: 600px) {
  .home-footer .top-section {
    padding: 24px 0px 0px;
  }
  .home-footer .top-section .descriptor {
    max-width: 480px;
  }
  .home-footer .top-section .portal-links-container {
    flex-wrap: nowrap;
  }
  .home-footer .top-section .portal-links-container .column {
    width: 25%;
  }
  .home-footer .bottom-section .legal-links {
    gap: 32px;
  }
}
@media screen and (min-width: 768px) {
  .home-footer .bottom-section {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1100px) {
  .home-footer .top-section {
    padding: 32px 0px 42px;
    display: flex;
    justify-content: space-between;
    gap: 70px;
  }
  .home-footer .top-section .descriptor {
    max-width: 420px;
  }
  .home-footer .top-section .portal-links-container {
    width: 640px;
    justify-content: flex-end;
  }
  .home-footer .top-section .portal-links-container .column {
    margin: 0;
  }
  .home-footer .top-section .portal-links-container .column:last-of-type {
    width: auto;
  }
  .home-footer .top-section .portal-links-container .column .link {
    padding: 6px 0;
  }
  .home-footer .bottom-section {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1400px) {
  .home-footer .top-section .descriptor {
    max-width: 480px;
  }
  .home-footer .top-section .portal-links-container {
    width: 800px;
  }
  .home-footer .top-section .portal-links-container .column {
    margin: 0;
  }
  .home-footer .top-section .portal-links-container .column .link {
    padding: 8px 0;
  }
}.home-page {
  display: flex;
  flex-direction: column;
}
.home-page .logo-scroller {
  width: 100%;
  height: 45px;
  background: var(--background-default-dark-50) url(/assets/logo-scroller-bg-0be357b8.svg) repeat-x left center;
  background-size: 750px 45px;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  animation: scrollBackground 45s linear infinite;
}
@keyframes scrollBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -750px 0; /* Width of the background image */
  }
}.section-container {
  min-height: 100px;
  width: 100%;
  flex-direction: row;
  display: flex;
  justify-content: center;
  align-items: start;
  margin-top: 150px;
  margin-bottom: 50px;
}
.section-container .image-container {
  width: 100%;
  height: 340px;
  background-color: #141718;
  max-width: 550px;
  margin-right: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  border-radius: 8px;
  position: relative;
  box-shadow: -4px -8px 30px rgba(255, 102, 0, 0.2);
  --mouse-x: 0%;
  --mouse-y: 0%;
  transition: all 0.3s ease;
}
.section-container .image-container::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 8px;
  background: radial-gradient(circle at var(--mouse-x) var(--mouse-y), rgba(255, 138, 0, 0.8) 0%, rgba(255, 94, 0, 0.6) 30%, rgba(255, 92, 0, 0.4) 60%, rgba(255, 92, 0, 0.2) 100%);
  z-index: -1;
  transition: background 0.3s ease-out;
}
.section-container .image-container.hovering::before {
  transition: background 0.1s ease-out;
}
.section-container .image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  background-color: #141718;
  z-index: 0;
}
.section-container .image-container .screenshot-image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
.section-container .subcontainer-container {
  width: 100%;
  height: 300px;
  max-width: 500px;
}
.section-container .subcontainer-container .features-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 15px;
  width: 100%;
  height: 100px;
}
.section-container .subcontainer-container .features-list .feature {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #111214;
  padding: 10px;
  border-radius: 16px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  gap: 10px;
}
.section-container .subcontainer-container .features-list .feature:hover {
  background-color: #1a1c1f;
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 138, 0, 0.3);
}
.section-container .subcontainer-container .features-list .feature p {
  line-height: 1.5;
  opacity: 1;
  color: #ffffff;
  font-size: 12px;
}
.section-container .subcontainer-container .features-list .feature .icon-container {
  border-radius: 8px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 138, 0, 0.2), rgba(255, 92, 0, 0.2));
}
.section-container .subcontainer-container .features-list .feature .text-medium {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background: linear-gradient(90deg, #FF8A00, #FF5C00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media screen and (max-width: 900px) {
  .section-container {
    flex-direction: column;
    padding: 0px 20px;
    justify-content: center;
    align-items: center;
    margin: 50px 0px;
  }
  .section-container .image-container {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 200px;
    margin: 0px 0px 50px 0px;
  }
  .section-container .image-container .screenshot-image {
    width: 100%;
  }
  .section-container .subcontainer-container {
    width: 100%;
    height: auto;
  }
  .section-container .subcontainer-container .features-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 15px;
    height: auto;
  }
  .section-container .subcontainer-container .features-list .feature {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #111214;
    padding: 10px;
    border-radius: 16px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    gap: 10px;
  }
  .section-container .subcontainer-container .features-list .feature:hover {
    background-color: #1a1c1f;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 138, 0, 0.3);
  }
  .section-container .subcontainer-container .features-list .feature p {
    line-height: 1.5;
    opacity: 1;
    color: #ffffff;
    font-size: 12px;
  }
  .section-container .subcontainer-container .features-list .feature .icon-container {
    border-radius: 8px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 138, 0, 0.2), rgba(255, 92, 0, 0.2));
  }
  .section-container .subcontainer-container .features-list .feature .text-medium {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    background: linear-gradient(90deg, #FF8A00, #FF5C00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
}
@media screen and (max-width: 480px) {
  .section-container .subcontainer-container .features-list {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    gap: 10px;
    height: auto;
  }
}.partners-section-container {
  width: 100%;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-self: center;
  padding: 150px 20px 150px 20px;
  background-color: #111214;
  position: relative;
  overflow: hidden;
}
.partners-section-container .background-grid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/assets/GridRepeatBackground-917841c7.png");
  background-repeat: repeat;
  background-size: 1500px;
  opacity: 0.5;
  pointer-events: none;
  z-index: 1;
}
.partners-section-container .gradient-divider {
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 122, 0, 0) 0%, rgba(255, 122, 0, 0.5) 50%, rgba(255, 122, 0, 0) 100%);
  z-index: 3;
}
.partners-section-container .gradient-divider .cube {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #FF7A00;
  transform: rotate(45deg);
  animation: moveCube 8s linear infinite;
  box-shadow: 0 0 10px rgba(255, 122, 0, 0.5);
  z-index: 4;
}
.partners-section-container .gradient-divider.top {
  top: 0;
}
.partners-section-container .gradient-divider.top .cube {
  top: -3px;
}
.partners-section-container .gradient-divider.bottom {
  bottom: 0;
}
.partners-section-container .gradient-divider.bottom .cube {
  bottom: -3px;
  animation-delay: -4s;
}
.partners-section-container .box-container {
  min-height: 280px;
  width: 48%;
  display: flex;
  justify-content: center;
  border-radius: 7px;
  flex-direction: column;
  max-width: 700px;
}
.partners-section-container .heading-container-partners {
  max-width: 900px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.partners-section-container .partners-image {
  height: auto;
  width: 48%;
  max-width: 700px;
}
.partners-section-container .dark-background-box {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(63, 61, 61, 0.1);
  padding: 25px;
  justify-content: flex-start;
  align-items: flex-start;
}
.partners-section-container .quote-box {
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 80%;
  width: 100%;
  border-radius: 7px;
  position: relative;
  padding: 30px;
}
.partners-section-container .quote-box .top-left-quote {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 15px;
  width: 15px;
}
.partners-section-container .quote-box .bottom-right-quote {
  right: 10px;
  bottom: 10px;
  position: absolute;
  height: 15px;
  width: 15px;
}
.partners-section-container .quote-box .top-right-image {
  right: -18px;
  top: -18px;
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 960px) {
  .partners-section-container {
    flex-direction: column;
    padding: 0px 20px;
    justify-content: center;
    align-items: center;
  }
  .partners-section-container .heading-container-partners {
    align-items: flex-start;
    margin-top: 60px;
    text-align: left;
  }
  .partners-section-container .box-container {
    margin: 5px 0px;
    width: 100%;
  }
  .partners-section-container .box-container .quote-box {
    min-height: 250px;
    width: 100%;
    border-radius: 7px;
    position: relative;
    padding: 30px;
  }
  .partners-section-container .partners-image {
    height: auto;
    width: 100%;
    margin: 40px 0px;
  }
}
@keyframes moveCube {
  0% {
    left: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}.scl-technology-section {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.scl-technology-section .content-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 1;
}
.scl-technology-section .content-container .section-label {
  color: #fff;
  text-align: center;
  display: block;
  margin-bottom: 16px;
  letter-spacing: 2px;
}
.scl-technology-section .content-container .section-title {
  color: #fff;
  text-align: center;
  font-size: 48px;
  margin-bottom: 24px;
}
.scl-technology-section .content-container .section-title .highlight {
  color: #FF7800;
}
.scl-technology-section .content-container .section-description {
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 48px;
  opacity: 0.6;
}
.scl-technology-section .content-container .features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.scl-technology-section .content-container .features-grid .feature-card-container {
  position: relative;
  border-radius: 16px;
  transition: all 0.3s ease;
  --mouse-x: 0;
  --mouse-y: 0;
}
.scl-technology-section .content-container .features-grid .feature-card-container:nth-child(3) {
  grid-row: span 2;
  height: 100%;
}
.scl-technology-section .content-container .features-grid .feature-card-container:nth-child(3) .feature-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.scl-technology-section .content-container .features-grid .feature-card-container:nth-child(3) .feature-card .wallet-showcase {
  margin-top: auto;
  width: 100%;
}
.scl-technology-section .content-container .features-grid .feature-card-container:nth-child(3) .feature-card .wallet-showcase img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: -24px;
}
.scl-technology-section .content-container .features-grid .feature-card-container:hover {
  transform: translateY(-5px);
}
.scl-technology-section .content-container .features-grid .feature-card-container:hover .feature-card-gradient {
  opacity: 1;
}
.scl-technology-section .content-container .features-grid .feature-card-container .feature-card-gradient {
  position: absolute;
  inset: -1px;
  border-radius: 16px;
  content: "";
  background: radial-gradient(800px circle at var(--mouse-x) var(--mouse-y), rgba(0, 153, 255, 0.3), transparent 40%);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.scl-technology-section .content-container .features-grid .feature-card-container .feature-card {
  position: relative;
  background: rgba(17, 18, 20, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 4px 20px 0px rgba(54, 133, 158, 0.25) inset;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.scl-technology-section .content-container .features-grid .feature-card-container .feature-card .icon-container {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}
.scl-technology-section .content-container .features-grid .feature-card-container .feature-card .icon-container .feature-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scl-technology-section .content-container .features-grid .feature-card-container .feature-card .title {
  background: linear-gradient(91deg, #FFF 7.89%, #999 100.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 1.5rem;
  height: auto;
}
.scl-technology-section .content-container .features-grid .feature-card-container .feature-card .description {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 32px;
}
.scl-technology-section .content-container .features-grid .feature-card-container .feature-card .read-more {
  color: #FF7800;
  font-size: 14px;
  text-transform: none;
  cursor: pointer;
}
.scl-technology-section .content-container .features-grid .feature-card-container .feature-card .read-more:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .scl-technology-section .content-container .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .scl-technology-section {
    padding: 60px 0;
  }
  .scl-technology-section .content-container .section-title {
    font-size: 36px;
  }
  .scl-technology-section .content-container .features-grid {
    grid-template-columns: 1fr;
  }
}.use-cases-section {
  background-color: #0A0B0C;
  padding: 120px 20px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.use-cases-section .content-wrapper {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.use-cases-section .content-wrapper .subtitle {
  font-size: 16px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 16px;
  opacity: 0.9;
}
.use-cases-section .content-wrapper .title-container {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  flex-wrap: wrap;
  justify-content: center;
  background: linear-gradient(91deg, #FFF 7.89%, #999 100.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.use-cases-section .content-wrapper .title-container .gradient-text {
  background: linear-gradient(91deg, #FF8A00 7.89%, #FF5C00 100.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 500;
}
.use-cases-section .content-wrapper .title-container .secondary-text {
  color: #FFFFFF;
  font-weight: 500;
}
.use-cases-section .content-wrapper .description {
  max-width: 700px;
  margin-bottom: 64px;
  opacity: 0.7;
  line-height: 1.6;
}
.use-cases-section .content-wrapper .partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
}
.use-cases-section .content-wrapper .partner-grid .partner-card {
  position: relative;
  padding: 24px;
  background: url("/assets/UseCaseCardBackground-459c4143.png") no-repeat center center;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  height: 300px;
}
.use-cases-section .content-wrapper .partner-grid .partner-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  transition: background 0.3s ease-in-out;
}
.use-cases-section .content-wrapper .partner-grid .partner-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.2);
}
.use-cases-section .content-wrapper .partner-grid .partner-card:hover::before {
  background: rgba(0, 0, 0, 0.3);
}
.use-cases-section .content-wrapper .partner-grid .partner-card:hover .partner-logo {
  opacity: 1;
  filter: none;
}
.use-cases-section .content-wrapper .partner-grid .partner-card .series-tag,
.use-cases-section .content-wrapper .partner-grid .partner-card .partner-logo,
.use-cases-section .content-wrapper .partner-grid .partner-card .content-container {
  position: relative;
  z-index: 1;
}
.use-cases-section .content-wrapper .partner-grid .partner-card .series-tag {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  height: 24px;
  transition: all 0.3s ease-in-out;
}
.use-cases-section .content-wrapper .partner-grid .partner-card .series-tag .MuiChip-label {
  padding: 0 12px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.use-cases-section .content-wrapper .partner-grid .partner-card .partner-logo {
  width: 170px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 24px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
  margin-left: -15px;
  transition: all 0.3s ease-in-out;
}
.use-cases-section .content-wrapper .partner-grid .partner-card .content-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: auto;
}
.use-cases-section .content-wrapper .partner-grid .partner-card .content-container .partner-name {
  font-weight: 500;
}
.use-cases-section .content-wrapper .partner-grid .partner-card .content-container .partner-description {
  opacity: 0.7;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .use-cases-section .content-wrapper .partner-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .use-cases-section {
    padding: 80px 20px;
  }
  .use-cases-section .content-wrapper .partner-grid {
    grid-template-columns: 1fr;
  }
  .use-cases-section .content-wrapper .title-container {
    flex-direction: column;
    gap: 0;
  }
}.news-section {
  width: 100%;
  padding: 130px 0;
  background: var(--background-dark);
  color: var(--text-primary);
  position: relative;
}
@media (max-width: 768px) {
  .news-section {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .news-section .desktop-only {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .news-section .mobile-only {
    display: none !important;
  }
}
.news-section .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 100px;
}
@media (max-width: 768px) {
  .news-section .container {
    padding: 0 20px;
  }
}
.news-section .carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 0 100px 0px 100px;
}
@media (max-width: 768px) {
  .news-section .carousel-wrapper {
    padding: 0;
    gap: 20px;
  }
}
.news-section .carousel-container {
  flex: 1;
  overflow: hidden;
}
.news-section .carousel-content {
  display: flex;
  position: relative;
  width: 100%;
  height: 400px;
}
@media (max-width: 768px) {
  .news-section .carousel-content {
    height: 400px;
  }
}
.news-section .news-card {
  position: absolute;
  width: 800px;
  height: 100%;
  transition: transform 0.5s ease-in-out;
  padding: 0 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .news-section .news-card {
    width: 100%;
    padding: 0;
  }
}
.news-section .news-card:hover .news-card-content {
  transform: scale(1.02);
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .news-section .news-card:hover .news-card-content {
    transform: scale(1.01);
  }
}
.news-section .news-card:hover .read-button {
  background: #ff8533;
}
.news-section .news-card-content {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}
.news-section .news-date-pill {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(10px);
  padding: 8px 16px;
  border-radius: 20px;
  z-index: 2;
  font-size: 0.9rem;
  color: var(--text-secondary);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .news-section .news-date-pill {
    top: 10px;
    right: 10px;
    padding: 6px 12px;
    font-size: 0.8rem;
  }
}
.news-section .news-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.news-section .news-content-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 33.33%;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(10px);
  padding: 24px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 160px;
}
@media (max-width: 768px) {
  .news-section .news-content-overlay {
    height: 30%;
    padding: 24px;
  }
}
.news-section .news-header {
  position: absolute;
  top: -48px;
  right: 24px;
  z-index: 2;
}
@media (max-width: 768px) {
  .news-section .news-header {
    top: -40px;
    right: 16px;
  }
}
.news-section .read-button {
  background: #ff6b00;
  color: white;
  padding: 4px 16px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  .news-section .read-button {
    padding: 4px 12px;
    font-size: 0.8rem;
  }
}
.news-section .read-button:hover {
  background: #ff8533;
}
.news-section .news-titles {
  margin: 0;
}
.news-section .battle-royale-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
  font-family: "Rajdhani", sans-serif;
  line-height: 1;
}
@media (max-width: 768px) {
  .news-section .battle-royale-title {
    font-size: 1.4rem;
    margin-bottom: 2px;
  }
}
.news-section .subtitle {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ff6b00;
  font-family: "Rajdhani", sans-serif;
  line-height: 1;
}
@media (max-width: 768px) {
  .news-section .subtitle {
    font-size: 1.1rem;
  }
}
.news-section .news-description {
  color: var(--text-secondary);
  line-height: 1.4;
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
@media (max-width: 768px) {
  .news-section .news-description {
    font-size: 0.85rem;
    -webkit-line-clamp: 3;
  }
}
.news-section .carousel-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}
.news-section .carousel-controls .mobile-arrows {
  display: flex;
  align-items: center;
}
.news-section .carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 768px) {
  .news-section .carousel-indicators {
    gap: 12px;
  }
}
.news-section .carousel-indicators .indicator {
  width: 32px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .news-section .carousel-indicators .indicator {
    width: 24px;
    height: 3px;
  }
}
.news-section .carousel-indicators .indicator.active {
  background: #ff6b00;
  width: 48px;
}
@media (max-width: 768px) {
  .news-section .carousel-indicators .indicator.active {
    width: 36px;
  }
}
.news-section .carousel-indicators .indicator:hover {
  background: rgba(255, 255, 255, 0.4);
}
.news-section .carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: rgba(255, 255, 255, 0.1) !important;
  color: white !important;
  width: 40px;
  height: 40px;
}
@media (max-width: 768px) {
  .news-section .carousel-arrow {
    position: static;
    transform: none;
    width: 32px;
    height: 32px;
  }
  .news-section .carousel-arrow svg {
    font-size: 1rem;
  }
}
.news-section .carousel-arrow.prev {
  left: 20px;
}
@media (max-width: 768px) {
  .news-section .carousel-arrow.prev {
    left: auto;
  }
}
.news-section .carousel-arrow.next {
  right: 20px;
}
@media (max-width: 768px) {
  .news-section .carousel-arrow.next {
    right: auto;
  }
}
.news-section .carousel-arrow:hover {
  background: rgba(255, 255, 255, 0.2) !important;
}.team-members-section {
  min-height: 100px;
  width: 100%;
}
.team-members-section .hero-banner-team {
  position: relative;
  width: 100%;
  height: 25vh;
  overflow: hidden;
}
.team-members-section .hero-banner-team .hero-video-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.team-members-section .hero-banner-team .text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  width: 100%;
}
.team-members-section .hero-banner-team .text-overlay h6 {
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 5px;
  opacity: 0.7;
  color: #fff;
}
.team-members-section .hero-banner-team .text-overlay h2 {
  font-weight: bold;
  line-height: 30px;
  background: linear-gradient(91deg, #ffffff 20%, #999 100.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.team-members-section .hero-banner-team .text-overlay h2 .highlight {
  background: linear-gradient(91deg, #FF8A00 7.89%, #FF5C00 100.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.team-members-section .history-container .our-history-section {
  min-height: 100px;
  width: 100%;
  padding: 1rem;
  margin-top: 4rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.team-members-section .history-container .our-history-section .left-column {
  width: 50%;
  flex-grow: 1;
}
.team-members-section .history-container .our-history-section .left-column .subtitle {
  text-transform: uppercase;
  letter-spacing: 5px;
  opacity: 0.7;
  margin-bottom: 1rem;
  color: #fff;
}
.team-members-section .history-container .our-history-section .left-column .section-title {
  font-size: 48px;
  margin-bottom: 24px;
  background: linear-gradient(91deg, #FFF 7.89%, #999 100.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.team-members-section .history-container .our-history-section .left-column .section-title .highlight {
  background: linear-gradient(91deg, #FF8A00 7.89%, #FF5C00 100.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.team-members-section .history-container .our-history-section .left-column .paragraph {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  opacity: 0.7;
  margin-bottom: 2rem;
}
.team-members-section .history-container .our-history-section .right-column {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  align-content: center;
  flex-grow: 1;
  height: 100%;
}
.team-members-section .history-container .our-history-section .right-column .aubit-logo-mark {
  width: 60%;
  height: auto;
}
.team-members-section .team-list-section {
  min-height: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 128px;
}
.team-members-section .team-list-section .team-list {
  min-height: 100px;
  width: 100%;
  margin-top: 3rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.team-members-section .team-list-section .team-list .section-heading {
  background: linear-gradient(95deg, #ffffff 0%, #999 40.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
  opacity: 0.7;
}
.team-members-section .team-list-section .team-list .member-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}
.team-members-section .team-list-section .team-list .member-container .member-box {
  height: 260px;
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 1.5rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.team-members-section .team-list-section .team-list .member-container .member-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  transition: 0.5s;
}
.team-members-section .team-list-section .team-list .member-container .member-box:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 120, 0, 0.3);
  box-shadow: 0 8px 32px rgba(255, 120, 0, 0.1);
}
.team-members-section .team-list-section .team-list .member-container .member-box:hover::before {
  left: 100%;
}
.team-members-section .team-list-section .team-list .member-container .member-box:hover .member-picture {
  border-color: rgba(255, 120, 0, 0.5);
}
.team-members-section .team-list-section .team-list .member-container .member-box .member-picture {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  background: #000;
}
.team-members-section .team-list-section .team-list .member-container .member-box h5 {
  margin: 1.5rem 0 0.5rem;
  font-weight: 600;
  font-size: 1.1rem;
  text-align: center;
}
.team-members-section .team-list-section .team-list .member-container .member-box h6 {
  opacity: 0.75;
  font-size: 0.9rem;
  text-align: center;
  color: rgb(255, 120, 0);
  margin-bottom: 3px;
}
.team-members-section .team-list-section .team-list .us-partners-container {
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  padding: 2rem;
}
.team-members-section .team-list-section .team-list .us-partners-container .left-section {
  width: 50%;
}
.team-members-section .team-list-section .team-list .us-partners-container .left-section .ulamlabs-picture {
  height: 25px;
  width: auto;
}
.team-members-section .team-list-section .team-list .us-partners-container .left-section h6 {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  opacity: 0.7;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.team-members-section .team-list-section .team-list .us-partners-container .right-section {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.team-members-section .team-list-section .team-list .us-partners-container .right-section .us-partners-picture {
  height: 150px;
  width: auto;
}

@media screen and (max-width: 900px) {
  .team-members-section .hero-banner-team {
    height: 40vh;
    min-height: 300px;
  }
  .team-members-section .hero-banner-team .text-overlay h2 {
    font-size: 32px;
    line-height: 1.2;
  }
  .team-members-section .history-container .our-history-section {
    flex-direction: column;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2rem;
  }
  .team-members-section .history-container .our-history-section .left-column {
    width: 100%;
  }
  .team-members-section .history-container .our-history-section .left-column .subtitle {
    font-size: 14px;
  }
  .team-members-section .history-container .our-history-section .left-column .section-title {
    font-size: 36px;
  }
  .team-members-section .history-container .our-history-section .left-column .paragraph {
    font-size: 14px;
  }
  .team-members-section .history-container .our-history-section .right-column {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .team-members-section .history-container .our-history-section .right-column .aubit-logo-mark {
    width: 60%;
    display: none;
  }
  .team-members-section .team-list-section .team-list {
    width: 100%;
    display: flex;
    padding: 0;
  }
  .team-members-section .team-list-section .team-list .section-heading {
    font-size: 24px;
    padding: 0 1rem;
  }
  .team-members-section .team-list-section .team-list .member-container {
    gap: 1rem;
    justify-content: flex;
    padding: 0 1rem;
  }
  .team-members-section .team-list-section .team-list .member-container .member-box {
    width: 100%;
    height: auto;
    padding: 1rem;
  }
  .team-members-section .team-list-section .team-list .member-container .member-box .member-picture {
    height: 150px;
    width: 150px;
  }
  .team-members-section .team-list-section .team-list .member-container .member-box h5 {
    font-size: 1rem;
    margin: 1rem 0 0.25rem;
  }
  .team-members-section .team-list-section .team-list .member-container .member-box h6 {
    font-size: 0.8rem;
  }
  .team-members-section .team-list-section .team-list .us-partners-container {
    flex-direction: column;
    padding: 1.5rem;
    gap: 2rem;
  }
  .team-members-section .team-list-section .team-list .us-partners-container .left-section {
    width: 100%;
    text-align: center;
  }
  .team-members-section .team-list-section .team-list .us-partners-container .left-section .ulamlabs-picture {
    height: 20px;
  }
  .team-members-section .team-list-section .team-list .us-partners-container .left-section h6 {
    font-size: 14px;
    margin: 1rem 0;
  }
  .team-members-section .team-list-section .team-list .us-partners-container .right-section {
    width: 100%;
    align-items: center;
  }
  .team-members-section .team-list-section .team-list .us-partners-container .right-section .us-partners-picture {
    height: 120px;
  }
}:root {
  --background-default: #141718;
  --background-default-10: rgba(20, 23, 24, 0.1);
  --background-default-20: rgba(20, 23, 24, 0.2);
  --background-default-30: rgba(20, 23, 24, 0.3);
  --background-default-40: rgba(20, 23, 24, 0.4);
  --background-default-50: rgba(20, 23, 24, 0.5);
  --background-default-60: rgba(20, 23, 24, 0.6);
  --background-default-70: rgba(20, 23, 24, 0.7);
  --background-default-80: rgba(20, 23, 24, 0.8);
  --background-default-90: rgba(20, 23, 24, 0.9);
  --background-default-light: #141718;
  --background-default-dark: #0a0b0c;
  --background-default-dark-10: rgba(10, 11, 12, 0.1);
  --background-default-dark-20: rgba(10, 11, 12, 0.2);
  --background-default-dark-30: rgba(10, 11, 12, 0.3);
  --background-default-dark-40: rgba(10, 11, 12, 0.4);
  --background-default-dark-50: rgba(10, 11, 12, 0.5);
  --background-default-dark-60: rgba(10, 11, 12, 0.6);
  --background-default-dark-70: rgba(10, 11, 12, 0.7);
  --background-default-dark-80: rgba(10, 11, 12, 0.8);
  --background-default-dark-90: rgba(10, 11, 12, 0.9);
  --primary-light: #f89f52;
  --primary-main: #ff7800;
  --primary-dark: #a84e00;
  --secondary-light: #e2c699;
  --secondary-main: #b4986b;
  --secondary-dark: #78623d;
  --tertiary-light: #fff873;
  --tertiary-main: #efe400;
  --tertiary-dark: #9b9400;
  --text-primary: #ffffff;
  --text-secondary: #aaaaaa;
  --text-disabled: #6b6b6b;
  --error-light: #ff6f68;
  --error-main: #ff372b;
  --error-dark: #9d0a02;
  --warning-light: #ffbc57;
  --warning-main: #ff9800;
  --warning-dark: #b16a00;
  --info-light: #03a9f4;
  --info-main: #0288d1;
  --info-dark: #01579b;
  --success-light: #99e89d;
  --success-main: #66bb6a;
  --success-dark: #2d6b30;
  --drawer-menu-width: 300px;
  --drawer-menu-width-condensed: 64px;
  --moon-pack-color: #d0d0d1;
  --moon-pack-alt-color: #4fafef;
  --planet-pack-color: #ff8800;
  --solar-pack-color: #fad200;
  --stargate-pack-color: #5fe1dc;
  --border-radius-small: 2px;
  --border-radius: 4px;
}

html,
body,
#root {
  height: 100%;
}

body {
  margin: 0;
  background-color: var(--background-default-dark) !important;
}
body .MuiModal-root:last-of-type .MuiBackdrop-root, body .MuiModal-root:has(+ .MuiTooltip-popper) .MuiBackdrop-root {
  background-color: rgba(0, 0, 0, 0.8) !important;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
body .MuiModal-root:last-of-type .MuiBackdrop-invisible, body .MuiModal-root:has(+ .MuiTooltip-popper) .MuiBackdrop-invisible {
  background-color: transparent !important;
  -webkit-backdrop-filter: blur(0px) !important;
  backdrop-filter: blur(0px) !important;
}
body .MuiModal-root .MuiBackdrop-root,
body .MuiModal-root .MuiBackdrop-invisible {
  background-color: transparent;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}
body .anon-page {
  max-width: 478px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  body .anon-page {
    max-width: 600px;
  }
}
body .anon-page.v-centered .scroll-view {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 900px) {
  body .anon-page .scroll-view {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
body .constrainer {
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  body .constrainer {
    max-width: 530px;
  }
}

p {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

a {
  color: var(--primary-main);
  text-decoration: none;
}
a:hover {
  color: var(--primary-light);
  text-decoration: underline;
}

hr {
  color: rgba(255, 255, 255, 0.12);
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.text-medium {
  font-family: "Redhat-Medium", "Roboto", Helvetica, Arial, sans-serif !important;
}

.text-bold {
  font-family: "Redhat-Bold", "Roboto", Helvetica, Arial, sans-serif !important;
}

.starvara-loading-animation {
  width: 120px;
  display: block;
  opacity: 0.25;
  animation: 1s vrx-logo-pulse ease forwards;
  animation-iteration-count: 5;
}

@keyframes vrx-logo-pulse {
  0% {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
.truncated-text-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.truncated-text-two-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.siq_mprv .siqembed {
  border-radius: 0 !important;
}

svg.custom-svg {
  stroke: #ffffff;
  stroke-width: 1.5px;
  transition: all 0.5s ease;
}
svg.custom-svg.primary {
  stroke: var(--primary-main);
}
svg.custom-svg.secondary {
  stroke: var(--secondary-main);
}
svg.custom-svg.tertiary {
  stroke: var(--tertiary-main);
}
svg.custom-svg.disabled {
  stroke: rgba(255, 255, 255, 0.12);
}

/* Override the blue Autocomplete bg color in webkit browsers: */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px var(--background-default) inset !important;
  transition: background-color 5000s ease-in-out 0s;
}

input {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}
input.code-input {
  height: 64px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding: 0px 10px;
}
@media screen and (min-width: 500px) {
  input.code-input {
    height: 90px;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 600px) {
  input.code-input {
    height: 110px;
    font-size: 3rem;
    line-height: 1rem;
  }
}

.apexcharts-tooltip {
  background: rgba(255, 255, 255, 0.2) !important;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: none !important;
}

.arrow_box {
  padding: 10px;
  font-size: 16px;
  line-height: 16px;
}
.arrow_box span {
  font-size: 12px;
  line-height: 12px;
  opacity: 0.7;
  display: inline-block;
  padding-bottom: 5px;
}

.apexcharts-xaxistooltip-bottom {
  display: none;
}

.country-tel-input p {
  padding-right: 0;
  border-right: 1px solid rgba(255, 255, 255, 0);
}
.country-tel-input .MuiTelInput-IconButton {
  border-radius: 0;
  padding-right: 32px;
  position: relative;
}
.country-tel-input .MuiTelInput-IconButton::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, 0.5);
}

.rws-backdrop .rws-container {
  width: 100%;
  border-radius: 0;
  background-color: #222;
}
.rws-backdrop .rws-container .rws-header {
  font-size: 1rem;
}
.rws-backdrop .rws-container .rws-close {
  background-color: transparent;
  text-transform: uppercase;
  color: var(--primary-main);
}

#gradient-canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  border-radius: var(--border-radius);
  --gradient-color-1: #e12f1b;
  --gradient-color-2: #fb7424;
  --gradient-color-3: #881900;
  --gradient-color-4: #fcd936;
  opacity: 0.5;
}

.gradient-noise-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: url("/assets/noise-c0552d05.png") repeat center;
  background-size: 250px 50px;
  opacity: 0.25;
}

.MuiAutocomplete-root .MuiInputAdornment-positionStart {
  position: relative;
  left: 5px;
}

body > .spinner {
  display: none;
}

.MuiAlert-message {
  font-size: 1rem;
}