:root {
  --fontMdi: "Material Design Icons";
  --spacing: 24px;
  --containerPadding: 48px;
  --panelPadding: 48px;
  --modalPadding: 48px
}
@media(max-width:650px) {
  :root {
    --containerPadding: 24px
  }
}
@media(max-width:650px) {
  :root {
    --panelPadding: 28px 32px
  }
}
button {
  outline: 2px solid transparent;
  outline-offset: 2px
}
.btn.btn--loading {
  --tw-text-opacity: 0;
  color: transparent;
  pointer-events: none;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.btn.btn--loading, .btn.btn--loading span, .btn.btn--loading svg {
  text-shadow: none !important
}
.btn.btn--loading span, .btn.btn--loading svg {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.btn.btn--loading:after {
  --spinnerSize: 1.3em;
  animation: spinAround .5s linear infinite;
  border: 3px solid;
  border-color: transparent transparent var(--text) var(--text);
  border-radius: 50%;
  content: "";
  display: block;
  height: var(--spinnerSize);
  left: calc(50% - var(--spinnerSize)/2);
  position: absolute;
  top: calc(50% - var(--spinnerSize)/2);
  width: var(--spinnerSize);
  z-index: 3
}
@keyframes spinAround {
  to {
    transform: rotate(1turn)
  }
}
.glow, a {
  cursor: pointer
}
.glow:focus, .glow:hover, a:focus, a:hover {
  opacity: 1
}
.glow:focus, .glow:hover, a:focus, a:hover {
  --tw-brightness: brightness(1.25);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.glow:focus, .glow:hover, a:focus, a:hover {
  transition-duration: .2s
}
.btn {
  --text: #fff;
  align-items: center;
  border-radius: 8px;
  color: var(--text);
  display: flex;
  gap: .5rem;
  justify-content: center;
  transition-duration: .2s
}
.btn:focus, .btn:hover {
  opacity: 1
}
.btn:focus, .btn:hover {
  --tw-brightness: brightness(1.1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.btn span {
  display: inline-block;
  font-family: Lilita One, sans-serif;
  font-size: 20px;
  font-weight: 300;
  white-space: nowrap
}
.btn svg {
  flex: 0 0 24px
}
.btn.btn--transparent:focus, .btn.btn--transparent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity))
}
.btn.btn--transparent:focus, .btn.btn--transparent:hover {
  --tw-bg-opacity: 0.05
}
.btn.btn--blue {
  --tw-bg-opacity: 1;
  background-color: rgb(119 132 252/var(--tw-bg-opacity))
}
.btn.btn--grey {
  --tw-bg-opacity: 1;
  background-color: rgb(94 94 94/var(--tw-bg-opacity))
}
.btn.btn--red {
  --tw-bg-opacity: 1;
  background-color: rgb(213 96 96/var(--tw-bg-opacity))
}
.btn.btn--pink {
  --tw-bg-opacity: 1;
  background-color: rgb(252 119 246/var(--tw-bg-opacity))
}
*, :after, :before {
  border: 0 solid #e5e7eb;
  box-sizing: border-box
}
:after, :before {
  --tw-content: ""
}
html {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: normal;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-variation-settings: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4
}
body {
  line-height: inherit;
  margin: 0
}
hr {
  border-top-width: 1px;
  color: inherit;
  height: 0
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit
}
a {
  color: inherit;
  text-decoration: inherit
}
b, strong {
  font-weight: bolder
}
code, kbd, pre, samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0
}
button, input, optgroup, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0
}
button, select {
  text-transform: none
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none
}
:-moz-focusring {
  outline: auto
}
:-moz-ui-invalid {
  box-shadow: none
}
progress {
  vertical-align: baseline
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
summary {
  display: list-item
}
blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
  margin: 0
}
fieldset {
  margin: 0
}
fieldset, legend {
  padding: 0
}
menu, ol, ul {
  list-style: none;
  margin: 0;
  padding: 0
}
textarea {
  resize: vertical
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #9ca3af;
  opacity: 1
}
input::placeholder, textarea::placeholder {
  color: #9ca3af;
  opacity: 1
}
[role=button], button {
  cursor: pointer
}
:disabled {
  cursor: default
}
audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: middle
}
img, video {
  height: auto;
  max-width: 100%
}
[hidden] {
  display: none
}
*, :after, :before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, .5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia:
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, .5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia:
}
.container {
  width: 100%
}
@media (min-width:640px) {
  .container {
    max-width: 640px
  }
}
@media (min-width:768px) {
  .container {
    max-width: 768px
  }
}
@media (min-width:1024px) {
  .container {
    max-width: 1024px
  }
}
@media (min-width:1280px) {
  .container {
    max-width: 1280px
  }
}
@media (min-width:1536px) {
  .container {
    max-width: 1536px
  }
}
.pointer-events-none {
  pointer-events: none
}
.visible {
  visibility: visible
}
.absolute {
  position: absolute
}
.\!sticky {
  position: sticky !important
}
.sticky {
  position: sticky
}
.block {
  display: block
}
.table {
  display: table
}
.hidden {
  display: none
}
.-translate-x-10 {
  --tw-translate-x: -2.5rem
}
.-translate-x-10, .translate-x-0 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.translate-x-0 {
  --tw-translate-x: 0px
}
.translate-x-10 {
  --tw-translate-x: 2.5rem
}
.translate-x-10, .translate-y-0 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.translate-y-0 {
  --tw-translate-y: 0px
}
.translate-y-10 {
  --tw-translate-y: 2.5rem
}
.transform, .translate-y-10 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.cursor-pointer {
  cursor: pointer
}
.text-center {
  text-align: center
}
.text-xs {
  font-size: .75rem;
  line-height: 1rem
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}
.text-opacity-75 {
  --tw-text-opacity: 0.75
}
.opacity-0 {
  opacity: 0
}
.opacity-10 {
  opacity: .1
}
.opacity-100 {
  opacity: 1
}
.blur {
  --tw-blur: blur(8px)
}
.blur, .filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.transition {
  transition-duration: .15s;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}
.delay-100 {
  transition-delay: .1s
}
.delay-150 {
  transition-delay: .15s
}
.duration-\[200ms\] {
  transition-duration: .2s
}
.duration-\[250ms\] {
  transition-duration: .25s
}
.duration-\[300ms\] {
  transition-duration: .3s
}
.duration-\[500ms\] {
  transition-duration: .5s
}
.ease-in {
  transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, .2, 1)
}
.overlay {
  height: 100%;
  inset: 0;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 99999
}
#ndzn-app-cloak {
  --tw-bg-opacity: 1;
  background-color: rgb(18 20 22/var(--tw-bg-opacity));
  overflow: hidden;
  pointer-events: none;
  transition-delay: .4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
#ndzn-app-cloak[x-cloak] {
  visibility: visible !important
}
#ndzn-app-cloak[x-cloak] {
  opacity: 1 !important
}
input:-internal-autofill-selected {
  --tw-bg-opacity: 1 !important;
  background-color: red !important;
  background-color: rgb(213 96 96/var(--tw-bg-opacity)) !important
}
body {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(21 29 42/var(--tw-bg-opacity));
  color: rgb(255 255 255/var(--tw-text-opacity));
  font-family: Inter, sans-serif;
  overflow-x: hidden;
  position: relative;
  scroll-behavior: smooth
}
body::-webkit-scrollbar {
  position: relative;
  width: 16px;
  z-index: 10
}
body::-webkit-scrollbar-track {
  background-color: #ffffff1a;
  width: 16px
}
body::-webkit-scrollbar-thumb {
  background-color: #ffffff1f;
  border-radius: 50px
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #ffffff3f
}
#ndzn-app {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
  opacity: 1;
  overflow: hidden;
  position: relative;
  visibility: visible;
  z-index: 3
}
#ndzn-page {
  margin-bottom: 88px;
  position: relative;
  z-index: 4
}
[x-cloak] {
  display: none !important
}
#ndzn-app-cloak {
  display: block !important;
  height: 100%;
  inset: 0;
  opacity: 0;
  position: fixed;
  transition-delay: .1s;
  transition-duration: .2s;
  visibility: hidden;
  width: 100%;
  z-index: 999999
}
#ndzn-app-cloak[x-cloak] {
  visibility: visible
}
#ndzn-app-cloak[x-cloak] {
  opacity: 1
}
img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1080px + var(--containerPadding)*2);
  padding-left: var(--containerPadding);
  padding-right: var(--containerPadding)
}
.page-main {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: 1.5rem
}
.page-content {
  flex: 1 1 auto;
  width: 100%
}
.panel .__noDesc {
  margin-bottom: 0;
  margin-top: 0
}
.ndzn-page__bg {
  height: 100%;
  position: absolute;
  width: 100%
}
.ndzn-page__bg .bg-stars {
  background-image: url(../images/Ioufpkk.png);
  background-position: top;
  background-size: 1720px 526px;
  background-size: cover;
  content: "";
  height: 526px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%
}
.ndzn-page__bg .bg-horizon {
  background-image: url(../images/BAJ9OiW.png);
  background-position: top;
  background-size: 100% 100%;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  margin-top: 180px;
  max-height: 660px;
  position: absolute;
  right: 0;
  width: 100%
}
.ndzn-page__bg:after {
  background: linear-gradient(180deg, #151d2a, #0e141c);
  content: "";
  height: calc(100% - 840px)
}
.ndzn-page__bg:after {
  position: absolute
}
.ndzn-page__bg:after {
  top: 840px
}
.ndzn-page__bg:after {
  left: 0
}
.ndzn-page__bg:after {
  width: 100%
}
.ndzn-js--dd {
  position: relative
}
.ndzn-js--dd .ndzn-js--ddMenu {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  opacity: 0;
  pointer-events: none;
  top: calc(100% - 10px);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-duration: .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  visibility: hidden;
  z-index: 5
}
.ndzn-js--dd .ndzn-js--ddMenu:before {
  border-bottom: 8px solid;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: ""
}
.ndzn-js--dd .ndzn-js--ddMenu:before {
  position: absolute
}
.ndzn-js--dd .ndzn-js--ddMenu:before {
  left: 0;
  right: 0
}
.ndzn-js--dd .ndzn-js--ddMenu:before {
  top: -7px
}
.ndzn-js--dd .ndzn-js--ddMenu:before {
  margin-left: auto;
  margin-right: auto
}
.ndzn-js--dd .ndzn-js--ddMenu:before {
  display: block
}
.ndzn-js--dd .ndzn-js--ddMenu:before {
  height: 0
}
.ndzn-js--dd .ndzn-js--ddMenu:before {
  width: 0
}
.ndzn-js--dd .ndzn-js--ddMenu:before {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(40 54 77/var(--tw-border-opacity))
}
.ndzn-js--dd.open .ndzn-js--ddMenu {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  opacity: 1;
  pointer-events: auto;
  top: calc(100% + 10px);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
  visibility: visible
}
a {
  transition-duration: .2s
}
a.btn {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255/var(--tw-text-opacity)) !important;
  text-decoration-line: none !important
}
.content-category .panel.--heading {
  padding-left: 200px;
  padding-right: 200px
}
.panel {
  --tw-bg-opacity: 1;
  background-color: rgb(35 47 67/var(--tw-bg-opacity));
  border-radius: 8px;
  margin-bottom: var(--spacing)
}
.panel .panel__body {
  padding: var(--panelPadding)
}
.panel .panel__body hr {
  border-color: #ffffff1a
}
.panel .panel__body>:first-child {
  margin-top: 0
}
.panel .panel__body>:last-child {
  margin-bottom: 0
}
.panel .panel__body img {
  width: 100%
}
.panel .alert.--sml {
  --tw-bg-opacity: 1;
  --tw-bg-opacity: 0.05;
  align-items: center;
  background-color: rgb(213 96 96/var(--tw-bg-opacity));
  display: inline-flex;
  padding-bottom: 9px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 9px
}
.panel .alert.--sml>svg {
  flex: 0 0 16px
}
.panel .alert.--sml>svg {
  margin-right: .625rem
}
.panel .alert.--sml>svg {
  margin-top: -2px
}
.panel .alert.--sml>svg {
  display: inline-block
}
.panel .alert.--sml>svg {
  width: 16px
}
.panel .alert.--sml>span {
  font-size: 14px
}
.panel .alert.--sml>span {
  font-weight: 400
}
.panel .alert.--sml>span {
  line-height: 20px
}
.panel .alert.--sml>span {
  --tw-text-opacity: 1;
  color: rgb(213 96 96/var(--tw-text-opacity))
}
.modal__description h1, .modal__description h2, .modal__description h3, .modal__description h4, .modal__description h5, .modal__description h6, .panel__body h1, .panel__body h2, .panel__body h3, .panel__body h4, .panel__body h5, .panel__body h6, .panel__title h1, .panel__title h2, .panel__title h3, .panel__title h4, .panel__title h5, .panel__title h6 {
  font-family: Lilita One, sans-serif;
  font-weight: 300;
  margin-bottom: 1rem
}
.modal__description h1, .panel__body h1, .panel__title h1 {
  font-size: 32px;
  line-height: 37px
}
.modal__description h2, .panel__body h2, .panel__title h2 {
  font-size: 24px;
  line-height: 32px
}
.modal__description h3, .panel__body h3, .panel__title h3 {
  font-size: 20px;
  line-height: 28px
}
.modal__description h4, .modal__description h5, .modal__description h6, .panel__body h4, .panel__body h5, .panel__body h6, .panel__title h4, .panel__title h5, .panel__title h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px
}
.modal__description li, .modal__description p, .panel__body li, .panel__body p, .panel__title li, .panel__title p {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px
}
.modal__description li, .panel__body li, .panel__title li {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}
.modal__description p, .panel__body p, .panel__title p {
  color: #ffffff80;
  font-weight: 400;
  margin-bottom: 1rem;
  margin-top: 1rem
}
.modal__description ol, .modal__description ul, .panel__body ol, .panel__body ul, .panel__title ol, .panel__title ul {
  color: #ffffff80;
  font-weight: 400;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem
}
.modal__description ol li, .modal__description ul li, .panel__body ol li, .panel__body ul li, .panel__title ol li, .panel__title ul li {
  margin-bottom: .5rem;
  margin-top: .5rem;
  padding-left: 1.5rem;
  position: relative
}
.modal__description ol li:before, .modal__description ul li:before, .panel__body ol li:before, .panel__body ul li:before, .panel__title ol li:before, .panel__title ul li:before {
  content: ""
}
.modal__description ol li:before, .modal__description ul li:before, .panel__body ol li:before, .panel__body ul li:before, .panel__title ol li:before, .panel__title ul li:before {
  position: absolute
}
.modal__description ol li:before, .modal__description ul li:before, .panel__body ol li:before, .panel__body ul li:before, .panel__title ol li:before, .panel__title ul li:before {
  top: 11px
}
.modal__description ol li:before, .modal__description ul li:before, .panel__body ol li:before, .panel__body ul li:before, .panel__title ol li:before, .panel__title ul li:before {
  left: 9px
}
.modal__description ol li:before, .modal__description ul li:before, .panel__body ol li:before, .panel__body ul li:before, .panel__title ol li:before, .panel__title ul li:before {
  margin-bottom: auto;
  margin-top: auto
}
.modal__description ol li:before, .modal__description ul li:before, .panel__body ol li:before, .panel__body ul li:before, .panel__title ol li:before, .panel__title ul li:before {
  display: block
}
.modal__description ol li:before, .modal__description ul li:before, .panel__body ol li:before, .panel__body ul li:before, .panel__title ol li:before, .panel__title ul li:before {
  height: 4px
}
.modal__description ol li:before, .modal__description ul li:before, .panel__body ol li:before, .panel__body ul li:before, .panel__title ol li:before, .panel__title ul li:before {
  width: 4px
}
.modal__description ol li:before, .modal__description ul li:before, .panel__body ol li:before, .panel__body ul li:before, .panel__title ol li:before, .panel__title ul li:before {
  border-radius: 9999px
}
.modal__description ol li:before, .modal__description ul li:before, .panel__body ol li:before, .panel__body ul li:before, .panel__title ol li:before, .panel__title ul li:before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity))
}
.modal__description a, .panel__body a, .panel__title a {
  --tw-text-opacity: 1;
  color: rgb(252 119 246/var(--tw-text-opacity));
  font-size: 16px;
  font-weight: 600;
  text-decoration-line: underline;
  word-break: break-all
}
.modal__description small, .panel__body small, .panel__title small {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px
}
.modal__description b, .panel__body b, .panel__title b {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}
.alert.alert--red {
  --tw-bg-opacity: 1;
  align-items: center;
  background-color: rgb(213 96 96/var(--tw-bg-opacity));
  border-radius: .5rem;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  line-height: 29px;
  margin-bottom: var(--spacing);
  padding: 1rem 1.5rem;
  position: relative
}
.alert.alert--red svg {
  animation: svgPulse 2s linear 1s infinite alternate;
  flex: 0 0 24px;
  margin-right: 22px;
  width: 24px
}
.input, input {
  --tw-bg-opacity: 1;
  background-color: rgb(40 54 77/var(--tw-bg-opacity));
  font-size: 14px;
  font-weight: 400;
  min-height: 40px;
  padding-left: 1.25rem;
  padding-right: 1.25rem
}
.input::-moz-placeholder, input::-moz-placeholder {
  font-weight: 700
}
.input::placeholder, input::placeholder {
  font-weight: 700
}
.input::-moz-placeholder, input::-moz-placeholder {
  color: #ffffff80
}
.input::placeholder, input::placeholder {
  color: #ffffff80
}
.table-responsive {
  -webkit-overflow-scrolling: touch;
  display: block;
  overflow-x: auto;
  white-space: normal;
  width: 100%
}
.mobile {
  display: none !important
}
.btn--add, .btn--currency, .btn--remove, .cart-header, .home-cat, .modal-body, .panel, .panel--sale {
  box-shadow: 0 4px 20px 0 #00000033
}
@media (max-width:900px) {
  .mobile {
    display: block !important
  }
  .desktop {
    display: none !important
  }
  .ndzn-page__bg .bg-horizon {
    margin-top: 480px
  }
  .ndzn-page__bg .bg-stars {
    height: 700px
  }
}
@media (max-width:750px) {
  .dd__body h1, .modal__description h1, .panel__body h1, .panel__title h1, .text__body h1, section h1 {
    font-size: 26px
  }
  .dd__body h2, .modal__description h2, .panel__body h2, .panel__title h2, .text__body h2, section h2 {
    font-size: 20px
  }
  .dd__body h3, .modal__description h3, .panel__body h3, .panel__title h3, .text__body h3, section h3 {
    font-size: 18px
  }
  .dd__body h4, .dd__body h5, .dd__body h6, .modal__description h4, .modal__description h5, .modal__description h6, .panel__body h4, .panel__body h5, .panel__body h6, .panel__title h4, .panel__title h5, .panel__title h6, .text__body h4, .text__body h5, .text__body h6, section h4, section h5, section h6 {
    font-size: 16px
  }
  .dd__body li, .dd__body p, .modal__description li, .modal__description p, .panel__body li, .panel__body p, .panel__title li, .panel__title p, .text__body li, .text__body p, section li, section p {
    font-size: 14px;
    line-height: 22px
  }
  .dd__body a, .dd__body b, .modal__description a, .modal__description b, .panel__body a, .panel__body b, .panel__title a, .panel__title b, .text__body a, .text__body b, section a, section b {
    font-size: 14px
  }
  .dd__body small, .modal__description small, .panel__body small, .panel__title small, .text__body small, section small {
    font-size: 11px
  }
}
@media (max-width:450px) {
  .ndzn-page__bg .bg-horizon {
    margin-top: 380px
  }
  .ndzn-page__bg .bg-stars {
    height: 700px
  }
}
#ranks-table {
  margin-bottom: 4rem
}
#ranks-table>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(2.25rem*var(--tw-space-y-reverse));
  margin-top: calc(2.25rem*(1 - var(--tw-space-y-reverse)))
}
#ranks-table s {
  color: rgba(0, 0, 0, .3)
}
#ranks-table .ranks__cta, #ranks-table .ranks__overview, #ranks-table .ranks__perks {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  row-gap: 1rem
}
#ranks-table .subscriptionprice__frequency {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  align-items: center;
  background-color: rgb(119 132 252/var(--tw-bg-opacity));
  border-radius: 5px;
  color: rgb(255 255 255/var(--tw-text-opacity));
  display: flex;
  font-size: 9px;
  font-weight: 700;
  height: 16px;
  letter-spacing: .05em;
  padding-left: .375rem;
  padding-right: .375rem
}
#ranks-table .subscriptionprice__value {
  --tw-text-opacity: 1;
  color: rgb(119 132 252/var(--tw-text-opacity));
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-top: .375rem
}
#ranks-table .package__image {
  background: transparent;
  box-shadow: none;
  height: 112px;
  width: 112px
}
#ranks-table .package__price {
  flex-direction: column-reverse;
  gap: 0;
  margin: 0
}
#ranks-table .package__info {
  margin: 0
}
#ranks-table .package {
  height: 100%;
  position: relative
}
#ranks-table .package .qt-container {
  font-size: 12px;
  line-height: 19px;
  padding-bottom: 1px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 1px;
  right: 1rem;
  top: 1rem
}
#ranks-table .package .package__name {
  font-size: 16px;
  line-height: 26px
}
#ranks-table .package .price__actual {
  font-size: 14px;
  line-height: 22px
}
#ranks-table .package .price__discounted {
  font-size: 12px;
  line-height: 19px
}
#ranks-table .package .package__details {
  gap: 6px
}
#ranks-table .package .package__inner {
  padding-top: 1rem
}
#ranks-table .package__buttons {
  bottom: -78px;
  position: absolute;
  width: 100%
}
#ranks-table .package__buttons .btn--add {
  --tw-bg-opacity: 1 !important;
  --tw-text-opacity: 1 !important;
  background-color: rgb(119 132 252/var(--tw-bg-opacity)) !important;
  color: rgb(255 255 255/var(--tw-text-opacity)) !important
}
#ranks-table .ranks__overview {
  padding-bottom: 78px
}
#ranks-table .ranks-title {
  font-family: Lilita One, sans-serif;
  font-weight: 300;
  grid-column: span 5/span 5;
  line-height: 26px;
  margin-top: .75rem;
  text-transform: uppercase
}
#ranks-table .perk {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  justify-content: center;
  margin-bottom: 0 !important
}
#ranks-table .perk__innerLabel {
  --tw-text-opacity: 1;
  align-items: center;
  color: rgb(77 99 140/var(--tw-text-opacity));
  display: flex;
  font-size: 13px;
  font-weight: 600;
  gap: .25rem;
  text-decoration-color: rgba(0, 0, 0, .1);
  text-decoration-line: underline;
  text-underline-offset: 6px
}
#ranks-table .perk__tooltipIcon {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  align-items: center;
  background-color: rgb(119 132 252/var(--tw-bg-opacity));
  border-radius: 9999px;
  color: rgb(0 0 0/var(--tw-text-opacity));
  display: flex;
  height: 1.5rem;
  justify-content: center;
  width: 1.5rem
}
#ranks-table .perk__innerLabel>.perk__tooltipIcon {
  margin-top: -1px
}
#ranks-table .perk__innerLabel>.perk__tooltipIcon {
  margin-right: -.5rem
}
#ranks-table .perk__innerLabel>.perk__tooltipIcon {
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
#ranks-table .perk__value {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  justify-content: center
}
#ranks-table .perk p {
  font-size: 14px;
  font-weight: 400
}
#ranks-table .perk.perk--textType b, #ranks-table .perk.perk--textType p {
  font-family: Lilita One, sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important
}
#ranks-table .ranks__overview .panel--package--highlighted {
  margin-top: -19px
}
#ranks-table .ranks__overview .panel--package--highlighted .package__highlight+.package__body {
  padding-top: 0 !important
}
#ranks-table .panel--description {
  opacity: 0
}
#ranks-table .ranks__overview__item {
  display: flex;
  flex-direction: column;
  gap: .25rem
}
#ranks-table .ranks__overview__item__mobilePerks {
  display: none
}
#ranks-table .ranks__overview__item__mobilePerks .panel__heading {
  --tw-text-opacity: 1;
  align-items: center;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: rgb(255 255 255/var(--tw-text-opacity));
  display: flex;
  font-family: Lilita One, sans-serif;
  font-weight: 400;
  height: 60px;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1rem;
  text-transform: uppercase;
  transition-duration: .3s
}
#ranks-table .ranks__overview__item__mobilePerks .panel__heading .mdi {
  font-size: 24px;
  transition-duration: .2s
}
#ranks-table .ranks__overview__item__mobilePerks.panel--expanded .panel__heading {
  --tw-bg-opacity: 1;
  background-color: rgb(35 47 67/var(--tw-bg-opacity))
}
#ranks-table .ranks__overview__item__mobilePerks.panel--expanded .panel__heading .mdi {
  --tw-scale-y: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
#ranks-table .ranks__overview__item__mobilePerks .panel__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem
}
#ranks-table .ranks__overview__item__mobilePerks .panel__body>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-bottom: calc(0px*var(--tw-space-y-reverse));
  margin-top: calc(0px*(1 - var(--tw-space-y-reverse)))
}
#ranks-table .ranks__overview__item__mobilePerks .panel__body {
  padding-bottom: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.5rem;
  text-align: center
}
#ranks-table .ranks__perks {
  margin-top: 1.5rem !important
}
#ranks-table .ranks__perks .perk {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-bottom: 17px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 17px;
  text-align: center
}
#ranks-table .ranks__perks .perk--label {
  background-color: #fc77f614 !important;
  display: flex;
  position: relative
}
#ranks-table .ranks__perks .perk--label p {
  --tw-text-opacity: 1;
  color: rgb(252 119 246/var(--tw-text-opacity));
  font-family: Lilita One, sans-serif;
  font-weight: 300;
  padding-right: .5rem
}
#ranks-table .ranks__perks .perk--label svg {
  flex: 0 0 16px;
  height: 1rem;
  margin-left: auto;
  width: 1rem
}
#ranks-table .ranks__perks .perk--label path {
  fill: #fc77f6;
  flex: 0 0 16px;
  height: 1rem;
  width: 1rem
}
#ranks-table .ranks__perks .perk--odd {
  --tw-bg-opacity: 1;
  background-color: rgb(35 47 67/var(--tw-bg-opacity))
}
#ranks-table .ranks__perks .perk--even {
  --tw-bg-opacity: 1;
  background-color: rgb(40 54 77/var(--tw-bg-opacity))
}
#ranks-table .ranks__perks .perk.perk--vip.perk--odd {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(119 132 252/var(--tw-bg-opacity)) !important
}
#ranks-table .ranks__perks .perk.perk--vip.perk--even {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(135 147 252/var(--tw-bg-opacity)) !important
}
#ranks-table .ranks__perks .perk--label {
  flex-direction: row;
  font-weight: 600;
  justify-content: flex-start;
  text-align: left
}
#ranks-table .ranks__perks .perk__innerLabel {
  display: none
}
#ranks-table .ranks__cta {
  margin-top: 32px !important
}
#ranks-table .ranks__cta .panel--package--highlighted {
  margin-top: -26px
}
#ranks-table .ranks__cta .package__highlight {
  padding-bottom: .25rem;
  padding-top: 1px
}
#ranks-table .ranks__cta .package__highlight:after {
  display: none
}
#ranks-table .ranks__cta .package__inner {
  display: none
}
#ranks-table .ranks__cta .package__buttons {
  bottom: -62px
}
#ranks-table .ranks__cta .btn {
  margin-top: 0 !important
}
#ranks-table .ranks__cta .package__nameandprice {
  margin-bottom: 0 !important;
  margin-top: -.375rem !important;
  padding: 0;
  padding-bottom: 1.5rem
}
#ranks-table .ranks__cta .package__buttons {
  margin-top: auto
}
#ranks-table .ranks__cta .panel:first-child {
  grid-column-start: 2
}
#ranks-table .placeholderdiv {
  height: 100%
}
@media(max-width:1000px) {
  #ranks-table .panel--description, #ranks-table .ranks__cta, #ranks-table .ranks__perks {
    display: none
  }
  #ranks-table .ranks__overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2.5rem
  }
  #ranks-table .ranks__overview__item {
    height: -moz-fit-content;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    width: 100%
  }
  #ranks-table .ranks__overview__item__mobilePerks {
    display: block;
    margin-bottom: 0
  }
  #ranks-table .ranks__overview__item__mobilePerks:not(.panel--expanded) .panel__body {
    display: none
  }
  #ranks-table .package, #ranks-table .package .package__inner {
    min-height: 316px
  }
  #ranks-table .package .package__info {
    margin-top: auto
  }
  #ranks-table .perk--titleType .perk__innerLabel {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important;
    font-size: 18px
  }
  #ranks-table .perk__innerLabel {
    --tw-text-opacity: 1;
    color: rgb(119 132 252/var(--tw-text-opacity));
    font-family: Lilita One, sans-serif;
    font-weight: 400;
    text-decoration-line: none
  }
  #ranks-table .perk p {
    margin-bottom: .25rem;
    margin-top: .25rem
  }
}
@media(max-width:560px) {
  #ranks-table .ranks__overview {
    gap: var(--spacing);
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }
  #ranks-table .ranks__overview .panel--package--highlighted {
    margin-top: 0
  }
  #ranks-table .panel--description {
    grid-column: span 1/span 1
  }
  #ranks-table .package__buttons {
    max-width: 220px
  }
}
.toast {
  --tw-text-opacity: 1;
  align-items: center;
  border-radius: .5rem;
  bottom: -10px;
  color: rgb(255 255 255/var(--tw-text-opacity));
  display: flex;
  justify-content: center;
  left: 32px;
  max-height: 42px;
  max-width: 100%;
  opacity: 0;
  padding: .75rem 2rem;
  pointer-events: none;
  position: fixed;
  transition-duration: .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: calc(100% - 64px);
  z-index: 9999
}
.toast.toast--visible {
  bottom: 24px;
  opacity: 1
}
.toast.toast--visible .toast-icon, .toast.toast--visible svg {
  display: block !important
}
.toast.toast--success {
  --tw-bg-opacity: 1;
  background-color: rgb(112 213 96/var(--tw-bg-opacity))
}
.toast.toast--success .toast-text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}
.toast.toast--success .toast-icon path, .toast.toast--success .toast-icon svg {
  fill: #fff
}
.toast.toast--danger {
  --tw-bg-opacity: 1;
  background-color: rgb(213 96 96/var(--tw-bg-opacity))
}
.toast .toast-text {
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  line-height: 21px
}
.toast .toast-icon {
  margin-right: .5rem
}
.toast .toast-icon svg {
  fill: #fff
}
.tippy-box[data-animation=shift-away][data-state=hidden] {
  opacity: 0
}
.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top] {
  transform: translateY(10px)
}
.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom] {
  transform: translateY(-10px)
}
.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left] {
  transform: translateX(10px)
}
.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right] {
  transform: translateX(-10px)
}
.modal-wrap {
  --tw-bg-opacity: 0.7;
  align-items: center;
  background-color: rgb(0 0 0/var(--tw-bg-opacity));
  display: grid;
  grid-template-columns: minmax(auto, 600px);
  grid-template-rows: auto 0;
  height: 100%;
  inset: 0;
  justify-content: center;
  overflow: hidden;
  overflow: auto;
  padding-bottom: 4rem;
  padding-top: 4rem;
  position: fixed;
  width: 100%;
  z-index: 99999
}
.modal.is-slideout .modal-wrap {
  align-items: stretch;
  grid-template-columns: minmax(auto, 360px);
  padding-bottom: 0;
  padding-top: 0
}
.modal.is-slideout.is-left .modal-wrap {
  justify-content: flex-start
}
.modal.is-slideout.is-right .modal-wrap {
  justify-content: flex-end
}
#checkout-overlay:after, #waiting-overlay:after, .modal-spinner {
  animation: modalSpinner 1s linear infinite;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='display:block' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' r='32' stroke-width='8' stroke='%23fff' stroke-dasharray='50.26548245743669 50.26548245743669' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  content: "";
  display: block;
  height: 100px;
  inset: 0;
  margin: auto;
  opacity: .1;
  width: 100px
}
@keyframes modalSpinner {
  0% {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(1turn)
  }
}
#checkout-overlay, #waiting-overlay {
  --tw-bg-opacity: 0.7;
  align-items: center;
  background-color: rgb(0 0 0/var(--tw-bg-opacity));
  display: flex;
  height: 100%;
  inset: 0;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 99999
}
#checkout-overlay {
  opacity: 0;
  transition-duration: .15s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  visibility: hidden
}
#checkout-overlay.shown {
  opacity: 1;
  visibility: visible
}
.modal.is-centered .modal-wrap, .pseudomodal.is-centered .modal-wrap {
  grid-template-columns: minmax(auto, 896px);
  padding-left: var(--containerPadding);
  padding-right: var(--containerPadding)
}
.modal.is-slideout .modal-wrap, .pseudomodal.is-slideout .modal-wrap {
  grid-template-columns: minmax(auto, 412px)
}
.modal.is-slideout .modal-dialogue, .pseudomodal.is-slideout .modal-dialogue {
  height: 100%
}
.modal.is-slideout .modal-body, .pseudomodal.is-slideout .modal-body {
  flex: 1 1 auto
}
.modal.is-left .btn.btn--close, .pseudomodal.is-left .btn.btn--close {
  right: -80px;
  top: 1.5rem
}
.modal.is-right .btn.btn--close, .pseudomodal.is-right .btn.btn--close {
  --tw-bg-opacity: 1;
  background-color: rgb(213 96 96/var(--tw-bg-opacity));
  left: -64px;
  padding: 1.25rem;
  top: .75rem
}
.modal .panel, .pseudomodal .panel {
  margin-bottom: 0
}
.modal .modal-title, .pseudomodal .modal-title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 1.25rem
}
.modal .panel__title, .pseudomodal .panel__title {
  --tw-bg-opacity: 1;
  background-color: rgb(40 54 77/var(--tw-bg-opacity));
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  padding-bottom: 41px;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 41px
}
.modal .panel__title h3, .pseudomodal .panel__title h3 {
  line-height: 22px;
  margin-bottom: 0;
  max-width: calc(100% - 44px);
  text-transform: uppercase
}
.modal-wrap {
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  background-color: #161f2c99;
  padding-bottom: 46px;
  padding-top: 46px
}
.modal-wrap::-webkit-scrollbar {
  position: relative;
  width: 16px;
  z-index: 10
}
.modal-wrap::-webkit-scrollbar-track {
  background-color: #ffffff1a;
  width: 16px
}
.modal-wrap::-webkit-scrollbar-thumb {
  background-color: #ffffff1f;
  border-radius: 50px
}
.modal-wrap::-webkit-scrollbar-thumb:hover {
  background-color: #ffffff3f
}
.modal-dialogue {
  position: relative;
  z-index: 3
}
.modal-dialogue .__inner {
  padding: 48px
}
.btn.btn--close {
  flex: 0 0 24px;
  height: 24px;
  position: absolute;
  right: 3rem;
  top: 2.5rem;
  width: 24px
}
.btn.btn--close svg {
  flex: 0 0 24px;
  height: 24px;
  width: 24px
}
@media (max-width:900px) {
  .modal.is-centered .modal-wrap {
    grid-template-columns: minmax(auto, 804px);
    padding: 46px calc(var(--containerPadding) + 44px)
  }
}
@media (max-width:700px) {
  .modal.is-centered .modal-wrap {
    padding-bottom: 66px;
    padding-left: var(--containerPadding);
    padding-right: var(--containerPadding);
    padding-top: 66px
  }
  .modal.is-slideout .modal-wrap {
    grid-template-columns: minmax(auto, 343px)
  }
  .modal.is-slideout.is-right .btn--close {
    left: -24px !important
  }
  .modal.is-slideout.is-left .btn--close {
    right: -44px;
    z-index: 5
  }
  .modal .panel__title, .pseudomodal .panel__title {
    padding: 2rem
  }
}
@media (max-width:380px) {
  .modal.is-slideout.is-right .btn--close {
    left: 12px !important;
    z-index: 5
  }
  .modal.is-slideout.is-left .btn--close {
    right: 12px;
    top: 12px;
    z-index: 5
  }
  .btn.btn--close {
    flex: 0 0 20px;
    height: 20px;
    width: 20px
  }
  .btn.btn--close svg {
    flex: 0 0 20px;
    height: 20px;
    width: 20px
  }
}
#ndzn-header {
  margin-bottom: 124px;
  position: relative
}
#ndzn-header .header__logo {
  cursor: pointer;
  height: auto;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  top: 84px;
  width: 476px;
  z-index: 0
}
#ndzn-header .header__logo-container {
  position: relative
}
#ndzn-header .header__logo--blur {
  --tw-bg-opacity: 1;
  --tw-blur: blur(80px);
  background-color: rgb(241 206 128/var(--tw-bg-opacity));
  border-radius: 9999px;
  content: "";
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  height: 100%;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: .3;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1
}
#ndzn-header .header__top-bar {
  display: flex;
  margin-bottom: 100px;
  margin-top: 1.5rem
}
#ndzn-header button {
  border-radius: 8px;
  cursor: pointer;
  padding-bottom: 10px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 10px
}
#ndzn-header .top-bar__middle {
  align-items: center;
  display: flex;
  height: 44px;
  justify-content: center;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  opacity: .2;
  position: absolute;
  right: 0;
  top: 0;
  width: 191px
}
#ndzn-header .top-bar__middle img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}
#ndzn-header .top-bar__middle:focus, #ndzn-header .top-bar__middle:hover {
  opacity: .5
}
#ndzn-header .top-bar__left button {
  background-color: #ffffff1f
}
#ndzn-header .top-bar__left button:focus, #ndzn-header .top-bar__left button:hover {
  background-color: #ffffff2a
}
#ndzn-header .top-bar__left button span {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700
}
#ndzn-header .header-bar__mobile-left, #ndzn-header .top-bar__right {
  display: flex;
  margin-left: auto;
  right: 0
}
#ndzn-header .header-bar__mobile-left .menu--logout, #ndzn-header .top-bar__right .menu--logout {
  --tw-bg-opacity: 1;
  background-color: rgb(51 35 66/var(--tw-bg-opacity));
  border: 1px solid #d850d129;
  border-radius: .375rem;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  left: -37px;
  padding-bottom: 21px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 21px;
  top: calc(100% + 4px);
  z-index: 5
}
#ndzn-header .header-bar__mobile-left .menu--logout:before, #ndzn-header .top-bar__right .menu--logout:before {
  display: none
}
#ndzn-header .header-bar__mobile-left .menu--logout .btn--changeAcc, #ndzn-header .header-bar__mobile-left .menu--logout .btn--logout, #ndzn-header .top-bar__right .menu--logout .btn--changeAcc, #ndzn-header .top-bar__right .menu--logout .btn--logout {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: .5rem;
  justify-content: flex-start
}
#ndzn-header .header-bar__mobile-left .menu--logout .btn--changeAcc span, #ndzn-header .header-bar__mobile-left .menu--logout .btn--logout span, #ndzn-header .top-bar__right .menu--logout .btn--changeAcc span, #ndzn-header .top-bar__right .menu--logout .btn--logout span {
  --tw-text-opacity: 1;
  color: rgb(216 80 209/var(--tw-text-opacity));
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  white-space: nowrap
}
#ndzn-header .top-bar__btn--login {
  background-color: #fc77f629;
  border-radius: .5rem;
  cursor: pointer;
  padding-bottom: 10px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 10px;
  position: relative;
  right: -6px;
  z-index: 1
}
#ndzn-header .top-bar__btn--login path {
  fill: #d850d1
}
#ndzn-header .top-bar__btn--login b {
  --tw-text-opacity: 1;
  color: rgb(216 80 209/var(--tw-text-opacity))
}
#ndzn-header .top-bar__btn--login span {
  color: #fc77f680;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700
}
#ndzn-header .top-bar__btn--login:focus, #ndzn-header .top-bar__btn--login:hover {
  background-color: #fc77f552
}
#ndzn-header .top-bar__btn--dd {
  background-color: #fc77f629;
  border-radius: .5rem;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  cursor: pointer;
  padding-bottom: 10px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 10px;
  position: relative;
  right: -6px;
  z-index: 1
}
#ndzn-header .top-bar__btn--dd path {
  fill: #d850d1
}
#ndzn-header .top-bar__btn--dd b {
  --tw-text-opacity: 1;
  color: rgb(216 80 209/var(--tw-text-opacity))
}
#ndzn-header .top-bar__btn--dd span {
  color: #fc77f680;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700
}
#ndzn-header .top-bar__btn--dd:focus, #ndzn-header .top-bar__btn--dd:hover {
  background-color: #fc77f552
}
#ndzn-header .top-bar__btn--cart {
  background: linear-gradient(90deg, #d64fd0, #fc77f6) !important;
  padding-bottom: 10px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 10px;
  position: relative;
  z-index: 2
}
#ndzn-header .top-bar__btn--cart span {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-shadow: 1px 1px #00000045
}
#ndzn-header .header__middle {
  align-items: center;
  display: flex;
  justify-content: space-between
}
#ndzn-header .header__discord, #ndzn-header .header__server {
  position: relative;
  z-index: 3
}
#ndzn-header .header__discord {
  display: flex;
  gap: 1.5rem
}
#ndzn-header .header__click {
  color: #ffffff80;
  font-size: 16px;
  font-weight: 500
}
#ndzn-header .header__discord--text {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center
}
#ndzn-header .header__discord--text .discord {
  font-size: 24px;
  font-weight: 700;
  line-height: 17px
}
#ndzn-header .header__discord--button, #ndzn-header .header__server--button {
  --tw-bg-opacity: 1;
  background-color: rgb(30 40 57/var(--tw-bg-opacity));
  border: 1px solid;
  border-image-source: linear-gradient(246.43deg, hsla(0, 0%, 100%, 0) 34.8%, hsla(0, 0%, 100%, .08));
  border-radius: 8px;
  position: relative
}
#ndzn-header .header__discord--button svg, #ndzn-header .header__server--button svg {
  flex: 0 0 24px;
  height: 24px;
  margin: 22px;
  width: 24px
}
#ndzn-header .header__discord--button .header__discord--counter, #ndzn-header .header__server--button .header__discord--counter {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  border-radius: .25rem;
  color: rgb(19 27 39/var(--tw-text-opacity));
  font-size: 10px;
  font-weight: 700;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  position: absolute;
  right: -8px;
  top: -8px;
  white-space: nowrap
}
#ndzn-header .header__discord--button .header__server--counter, #ndzn-header .header__server--button .header__server--counter {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  border-radius: .25rem;
  color: rgb(19 27 39/var(--tw-text-opacity));
  font-size: 10px;
  font-weight: 700;
  left: -8px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 2px;
  position: absolute;
  top: -8px;
  white-space: nowrap
}
#ndzn-header .header__server {
  cursor: pointer;
  display: flex;
  gap: 1.5rem
}
#ndzn-header .header__play--text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center
}
#ndzn-header .header__play--text .header__play {
  font-size: 24px;
  font-weight: 700;
  line-height: 17px
}
#ndzn-header .header-bar__mobile {
  display: none;
  gap: .75rem;
  height: 88px;
  margin-top: 418px;
  width: 100%
}
#ndzn-header .header-bar__mobile .btn, #ndzn-header .header-bar__mobile div {
  height: 100%;
  width: 100%
}
#ndzn-header .header__mobile--cart {
  background: linear-gradient(90deg, #d64fd0, #fc77f6) !important
}
#ndzn-header .header__mobile--menu {
  background-color: #ffffff3d
}
@media (max-width:950px) {
  #ndzn-header .header-bar__mobile-left, #ndzn-header .top-bar__right {
    display: flex;
    justify-content: center;
    position: relative
  }
  #ndzn-header .header-bar__mobile-left .ndzn-js--dd, #ndzn-header .top-bar__right .ndzn-js--dd {
    position: absolute;
    top: 44px;
    width: 100%
  }
  #ndzn-header .header-bar__mobile-left .top-bar__btn--dd, #ndzn-header .top-bar__right .top-bar__btn--dd {
    background: none;
    background-image: url(../images/MuM1dQJ.png);
    background-size: 100% 100%;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    right: 0
  }
  #ndzn-header .header-bar__mobile-left .top-bar__btn--dd span, #ndzn-header .top-bar__right .top-bar__btn--dd span {
    font-size: 14px
  }
  #ndzn-header .header-bar__mobile-left .top-bar__btn--dd svg, #ndzn-header .top-bar__right .top-bar__btn--dd svg {
    height: 14px;
    width: 14px
  }
  #ndzn-header .header-bar__mobile-left {
    position: relative
  }
  #ndzn-header .header-bar__mobile-left .ndzn-js--dd {
    height: 33px;
    top: -33px
  }
  #ndzn-header .header-bar__mobile-left .top-bar__btn--dd {
    flex-direction: row-reverse;
    transform: rotate(180deg);
    width: -moz-fit-content;
    width: fit-content
  }
  #ndzn-header .header-bar__mobile-left .top-bar__btn--dd b, #ndzn-header .header-bar__mobile-left .top-bar__btn--dd svg {
    transform: rotate(180deg)
  }
}
@media (max-width:900px) {
  #ndzn-header .header__logo {
    top: 102px;
    width: 428px
  }
}
@media (max-width:780px) {
  #ndzn-header {
    margin-bottom: 24px
  }
  #ndzn-header .header__logo {
    top: 124px
  }
  #ndzn-header .header__middle, #ndzn-header .top-bar__left, #ndzn-header .top-bar__right {
    display: none
  }
  #ndzn-header .header-bar__mobile {
    display: flex
  }
  #ndzn-header .header-bar__mobile-left .menu--logout, #ndzn-header .top-bar__right .menu--logout {
    height: 100px;
    left: 0;
    top: calc(-100% - 84px)
  }
}
@media (max-width:500px) {
  #ndzn-header .header-bar__mobile .header__mobile--menu {
    padding-left: 2rem;
    padding-right: 2rem;
    width: auto !important
  }
  #ndzn-header .header__logo:focus, #ndzn-header .header__logo:hover {
    --tw-brightness: brightness(1);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
  }
}
@media (max-width:428px) {
  #ndzn-header .header__logo {
    display: flex;
    justify-content: center;
    width: 100%
  }
  #ndzn-header .header__logo img {
    max-width: none;
    width: 428px
  }
}
@media (max-width:374px) {
  #ndzn-header .header-bar__mobile span, #ndzn-header .ndzn-js--dd {
    display: none
  }
  #ndzn-header .header-bar__mobile .btn {
    width: 100% !important
  }
  #ndzn-header .header__mobile--menu {
    padding-left: 0 !important;
    padding-right: 0 !important
  }
}
#modules {
  position: relative
}
.module {
  --tw-bg-opacity: 1;
  background-color: rgb(76 76 76/var(--tw-bg-opacity));
  display: flex;
  flex-direction: column
}
.module .__heading .h1, .module .__heading .h2, .module .__heading h1, .module .__heading h2 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 0;
  text-transform: uppercase
}
.module .__body {
  margin-top: 1.5rem
}
.module ul li {
  padding: 0
}
.module ul li:before {
  display: none
}
.progress-bar-container {
  --tw-bg-opacity: 0.04;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  border-radius: 6px;
  margin-top: .75rem
}
.progress-bar-container:first-of-type {
  margin-top: 0 !important
}
.progress-bar-container .progress-bar {
  --tw-bg-opacity: 1;
  align-items: center;
  background-color: rgb(219 77 187/var(--tw-bg-opacity));
  border-radius: 6px;
  display: block;
  display: flex;
  height: 36px;
  justify-content: center;
  width: 100%
}
.progress-bar-container .progress-bar__percentage {
  display: inline-block
}
.module--recentPayments {
  padding: 24px 2rem 2rem
}
.module--recentPayments.no-payments .recent-payments span {
  --tw-text-opacity: 1;
  --tw-text-opacity: 0.6;
  color: rgb(255 255 255/var(--tw-text-opacity));
  display: block;
  font-size: 14px;
  line-height: 19px
}
.module--recentPayments.no-payments .__body {
  margin-bottom: 1rem;
  margin-top: 1rem
}
.module--recentPayments .recent-payments {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin: 0
}
.module--recentPayments .recent-payments li {
  margin: 0
}
.module--recentPayments .avatar, .module--recentPayments .avatar img {
  flex: 0 0 48px;
  height: 48px;
  width: 48px
}
.module--giftcards .giftcard-status {
  font-size: 14px;
  margin: 0
}
.module--giftcards .giftcard-status.status-default {
  --tw-translate-y: -20px;
  opacity: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-duration: .2s
}
.module--giftcards .giftcard-status.status-checking {
  --tw-text-opacity: 1;
  color: rgb(219 197 77/var(--tw-text-opacity))
}
.module--giftcards .giftcard-status.status-found {
  --tw-text-opacity: 1 !important;
  color: rgb(145 243 145/var(--tw-text-opacity)) !important
}
.module--giftcards:focus .giftcard-status.status-default, .module--giftcards:hover .giftcard-status.status-default {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
.module--giftcards:focus .giftcard-status.status-default, .module--giftcards:hover .giftcard-status.status-default {
  opacity: 1
}
.module--giftcards .__body {
  padding-top: 2rem
}
.module--top-donator {
  padding: 1.5rem 2rem 2rem;
  position: relative;
  width: 100%
}
.module--top-donator .player-skin-container {
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: -1
}
.module--top-donator .player-skin-container img {
  height: 100%;
  width: auto
}
.module--top-donator .player-skin-container svg {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  z-index: -1
}
.module--top-donator .top-donator-container span {
  color: #ffffffb2;
  line-height: 24px
}
.module--top-donator p {
  margin: 0 !important
}
.module--communitygoal .__body, .module--goal .__body {
  margin-top: 0
}
@keyframes pulse {
  0% {
    opacity: 0
  }
  50% {
    opacity: .5
  }
  to {
    opacity: 0
  }
}
@media (max-width:350px) {
  .module--recentPayments .avatar, .module--recentPayments .avatar img {
    flex: 0 0 40px;
    height: 40px;
    width: 40px
  }
}
#ndzn-footer {
  align-items: flex-end;
  display: flex;
  margin-top: auto;
  min-height: 280px;
  overflow: hidden
}
#ndzn-footer, #ndzn-footer .container {
  position: relative
}
#ndzn-footer .container {
  align-items: flex-end;
  display: flex;
  gap: 1.5rem;
  margin-top: auto;
  padding-bottom: 52px;
  padding-top: 52px;
  z-index: 1
}
#ndzn-footer .ndzn-footer__bg {
  background-image: url(../images/qj7KLEa.png);
  background-position: top;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 50px;
  width: 100%
}
#ndzn-footer .footer-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  line-height: 22px;
  max-width: 681px
}
#ndzn-footer .footer-left div {
  display: flex;
  flex-direction: column
}
#ndzn-footer .footer__legal {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  font-size: 14px;
  font-weight: 500
}
#ndzn-footer .footer__text {
  color: #ffffff80;
  font-size: 14px;
  font-weight: 400
}
#ndzn-footer .ndzn {
  align-items: center;
  display: flex;
  margin-left: auto;
  white-space: nowrap
}
#ndzn-footer #tm {
  align-items: center;
  display: inline-flex;
  gap: .5rem;
  opacity: .3;
  transition-duration: .2s
}
#ndzn-footer #tm span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  font-size: 12px;
  font-weight: 600
}
#ndzn-footer #tm:focus, #ndzn-footer #tm:hover {
  opacity: 1
}
div[class*=-tebex-footer-wrapper] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(10 14 21/var(--tw-bg-opacity)) !important;
  border-width: 0 !important;
  height: unset !important;
  min-height: 50px !important;
  padding: .5rem 2.5rem !important;
  z-index: unset
}
div[class*=-tebex-footer-wrapper] img {
  filter: brightness(3.5)
}
div[class*=-tebex-footer-wrapper] a {
  opacity: .5
}
div[class*=-tebex-footer-wrapper] a {
  transition-duration: .2s
}
div[class*=-tebex-footer-wrapper] a:focus, div[class*=-tebex-footer-wrapper] a:hover {
  opacity: 1
}
div[class*=-tebex-footer-text] {
  --tw-text-opacity: 0.5 !important;
  color: rgb(255 255 255/var(--tw-text-opacity)) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 14px !important;
  margin-top: 0 !important;
  padding-right: 2rem !important
}
div[class*=-tebex-footer-image] {
  flex: 0 0 56px !important;
  margin-right: 1.5rem !important;
  padding-right: 0 !important;
  width: 56px !important
}
div[class*=-tebex-footer-links] {
  align-items: center !important;
  display: flex !important;
  gap: 1rem !important;
  justify-content: center !important;
  margin-top: 0 !important
}
div[class*=-tebex-footer-links]>a {
  text-wrap: nowrap
}
div[class*=-tebex-footer-links]>a {
  margin: 0 !important
}
div[class*=-tebex-footer-links]>a {
  height: 24px !important
}
div[class*=-tebex-footer-links]>a {
  font-size: 12px !important
}
div[class*=-tebex-footer-links]>a {
  font-weight: 500 !important
}
div[class*=-tebex-footer-links]>a {
  line-height: 24px !important
}
div[class*=-tebex-footer-links]>a {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255/var(--tw-text-opacity)) !important
}
div[class*=-tebex-footer-links]>a {
  --tw-text-opacity: 0.6 !important
}
div[class*=-tebex-footer-links]>a {
  text-decoration-line: underline !important
}
div[class*=-tebex-footer-links]>a {
  transition-duration: .2s
}
div[class*=-tebex-footer-links]>a:focus, div[class*=-tebex-footer-links]>a:hover {
  --tw-text-opacity: 1 !important
}
div[class*=-tebex-footer-links]>a:not(:last-child) {
  margin-right: 0 !important
}
@media (max-width:1400px) {
  #ndzn-footer>.container {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
}
@media (max-width:900px) {
  div[class*=-tebex-footer-wrapper] {
    flex-wrap: wrap !important;
    gap: .5rem !important;
    justify-content: center !important;
    text-align: center !important
  }
  #ndzn-footer>.container {
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
  div[class*=-tebex-footer-image] {
    margin-right: 0 !important
  }
}
@media (max-width:600px) {
  #ndzn-footer .ndzn-footer__bg {
    top: 0
  }
  #ndzn-footer .container {
    flex-direction: column;
    gap: 0;
    justify-content: center;
    padding-bottom: 44px;
    padding-top: 44px;
    text-align: center
  }
  #ndzn-footer .footer-left {
    flex-direction: column;
    justify-content: center
  }
  #ndzn-footer .footer__legal {
    text-align: center
  }
  #ndzn-footer .ndzn {
    margin-right: auto;
    margin-top: 38px
  }
  #ndzn-footer .footer__logo {
    height: 111px;
    width: 101px
  }
  #ndzn-footer .ndzn {
    margin-bottom: -4px;
    margin-top: 36px
  }
  div[class*=-tebex-footer-wrapper] {
    padding-left: .75rem !important;
    padding-right: .75rem !important
  }
  div[class*=-tebex-footer-text] {
    margin-top: 16px !important;
    padding: 0 !important;
    text-align: center !important
  }
  div[class*=-tebex-footer-links] {
    margin: 8px auto !important
  }
}
@media (max-width:350px) {
  div[class*=-tebex-footer-links] {
    display: flex !important;
    flex-direction: column !important;
    gap: .25rem !important;
    justify-content: center !important
  }
}
.page-sidebar {
  flex: 0 0 312px;
  width: 312px
}
.page-sidebar__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: var(--spacing)
}
.menu-cat--simple:focus, .menu-cat--simple:hover {
  --tw-brightness: brightness(1.25);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.menu-cat, .simple-subcat {
  cursor: pointer;
  transition-duration: .2s
}
.menu-cat {
  align-items: center;
  background-color: #ffffff4d;
  display: flex;
  flex: 1 1 auto;
  min-height: 59px;
  overflow: hidden;
  padding: .75rem 24px;
  position: relative;
  width: 100%
}
.menu-cat .menu-cat__name, .menu-cat .svg-chevron {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.menu-cat span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  font-weight: 700;
  opacity: .5
}
.menu-cat--complex {
  overflow: visible
}
.menu-cat--complex:first-child {
  z-index: 9
}
.menu-cat--complex:nth-child(2) {
  z-index: 8
}
.menu-cat--complex:nth-child(3) {
  z-index: 7
}
.menu-cat--complex:nth-child(4) {
  z-index: 6
}
.menu-cat--complex:nth-child(5) {
  z-index: 5
}
.menu-cat--complex:nth-child(6) {
  z-index: 4
}
.menu-cat--complex:nth-child(7) {
  z-index: 3
}
.menu-cat--complex:nth-child(8) {
  z-index: 2
}
.menu-cat--complex:nth-child(9) {
  z-index: 1
}
.menu-cat.menu-cat--complex {
  padding: 0
}
.complex__toggle {
  align-items: center;
  display: flex;
  gap: .5rem;
  justify-content: space-between;
  min-height: 59px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%
}
.complex__toggle .svg--chevron {
  flex: 0 0 20px;
  transition-duration: .2s
}
.complex__toggle:focus, .complex__toggle:hover {
  --tw-brightness: brightness(1.25);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.complex__subcats {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  left: 12px;
  padding: .5rem;
  position: absolute;
  width: calc(100% - 24px);
  z-index: 5
}
.complex__subcats, .complex__subcats .menu-cat--subcat {
  --tw-bg-opacity: 1;
  background-color: rgb(76 76 76/var(--tw-bg-opacity))
}
.complex__subcats .menu-cat--subcat {
  padding: .75rem
}
.complex__subcats .menu-cat--subcat:focus, .complex__subcats .menu-cat--subcat:hover {
  --tw-brightness: brightness(1.25);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.complex__subcats .menu-cat--subcat span {
  font-weight: 700;
  opacity: .5
}
span.menu-cat__vipText {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(213 96 96/var(--tw-bg-opacity));
  bottom: 1rem;
  color: rgb(255 255 255/var(--tw-text-opacity));
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
  max-height: 28px;
  opacity: 1;
  padding: .25rem .75rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.menu-cat--subcat.active, .menu-cat.active {
  --tw-bg-opacity: 1;
  background-color: rgb(119 132 252/var(--tw-bg-opacity));
  position: relative
}
.menu-cat--subcat.active .menu-cat__name, .menu-cat--subcat.active .simple-subcat__name, .menu-cat.active .menu-cat__name, .menu-cat.active .simple-subcat__name {
  position: relative;
  z-index: 2
}
.menu-cat--subcat.active span, .menu-cat.active span {
  opacity: 1
}
.menu-cat--subcat.active span.menu-cat__vipText, .menu-cat.active span.menu-cat__vipText {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  color: rgb(119 132 252/var(--tw-text-opacity))
}
.options--modal__panel, .package--modal__panel {
  padding: var(--containerPadding);
  position: relative
}
.options-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem
}
.options-form .input, .options-form input, .options-form select {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(40 54 77/var(--tw-bg-opacity));
  border-radius: .375rem;
  color: rgb(255 255 255/var(--tw-text-opacity));
  display: block;
  flex: 1 1 auto;
  font-weight: 300;
  line-height: 24px;
  padding-bottom: 22px;
  padding-left: 1.75rem;
  padding-right: 64px;
  padding-top: 22px;
  width: 100%
}
.options-form .form-group--price, .options-form .form-group--select {
  position: relative
}
.options-form .form-group--price:after, .options-form .form-group--select:after {
  content: ""
}
.options-form .form-group--price:after, .options-form .form-group--select:after {
  pointer-events: none
}
.options-form .form-group--price:after, .options-form .form-group--select:after {
  position: absolute
}
.options-form .form-group--price:after, .options-form .form-group--select:after {
  right: 65px
}
.options-form .form-group--price:after, .options-form .form-group--select:after {
  top: 0
}
.options-form .form-group--price:after, .options-form .form-group--select:after {
  height: 60px
}
.options-form .form-group--price:after, .options-form .form-group--select:after {
  width: 10px
}
.options-form .form-group--price:after, .options-form .form-group--select:after {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.options-form .form-group--price:after, .options-form .form-group--select:after {
  background-image: linear-gradient(to right, var(--tw-gradient-stops))
}
.options-form .form-group--price:after, .options-form .form-group--select:after {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-from-position: ;
  --tw-gradient-to: transparent var(--tw-gradient-from-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
.options-form .form-group--price:after, .options-form .form-group--select:after {
  --tw-gradient-to: #28364d var(--tw-gradient-to-position);
  --tw-gradient-to-position:
}
.options-form .form-group--price:before, .options-form .form-group--select:before {
  content: ""
}
.options-form .form-group--price:before, .options-form .form-group--select:before {
  pointer-events: none
}
.options-form .form-group--price:before, .options-form .form-group--select:before {
  position: absolute
}
.options-form .form-group--price:before, .options-form .form-group--select:before {
  right: 0
}
.options-form .form-group--price:before, .options-form .form-group--select:before {
  top: 0
}
.options-form .form-group--price:before, .options-form .form-group--select:before {
  z-index: 3
}
.options-form .form-group--price:before, .options-form .form-group--select:before {
  height: 60px
}
.options-form .form-group--price:before, .options-form .form-group--select:before {
  width: 65px
}
.options-form .form-group--price:before, .options-form .form-group--select:before {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.options-form .form-group--price:before, .options-form .form-group--select:before {
  --tw-bg-opacity: 1;
  background-color: rgb(40 54 77/var(--tw-bg-opacity))
}
.options-form .form-group--select:after {
  right: 35px
}
.options-form .form-group--select:before {
  width: 35px
}
.options-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer
}
.options-form option {
  --tw-bg-opacity: 1 !important;
  --tw-text-opacity: 1;
  background-color: rgb(40 54 77/var(--tw-bg-opacity)) !important;
  color: rgb(255 255 255/var(--tw-text-opacity))
}
.options-form .form-group__inner {
  position: relative
}
.options-form .form-group__inner .svg--chevron-down {
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  right: 2rem;
  top: 0
}
.options-form .selected-currency, .options-form .svg--chevron-down {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 5
}
.options-form .selected-currency {
  --tw-bg-opacity: 1;
  background-color: rgb(40 54 77/var(--tw-bg-opacity));
  bottom: 0;
  color: #ffffff80;
  height: 35px;
  line-height: 20px;
  margin-bottom: auto;
  margin-top: auto;
  min-width: 65px;
  padding: .5rem;
  position: absolute;
  right: 17px;
  text-align: center;
  top: 0
}
.options-form .form-group-discord {
  align-items: center;
  display: flex;
  gap: 1rem
}
.options-form .form-group-discord .form-group {
  width: 100%
}
.options-form .btn--discord {
  height: 100%;
  padding-bottom: 21px;
  padding-left: 37px;
  padding-right: 37px;
  padding-top: 21px;
  white-space: nowrap
}
.options-form .btn--discord span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  font-size: 16px !important;
  line-height: 26px
}
.options-form .input-discord-form {
  font-weight: 700;
  width: 100%
}
.options-form .btn--add {
  padding-bottom: 19px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 19px
}
.options-form .alert--red, .options-form .login-error-container {
  --tw-bg-opacity: 1;
  align-items: center;
  background-color: rgb(213 96 96/var(--tw-bg-opacity));
  display: flex;
  gap: .75rem;
  min-height: 42px;
  padding-bottom: .5rem;
  padding-left: .75rem;
  padding-right: .75rem;
  padding-top: .5rem
}
.options-form .alert--red span, .options-form .login-error-container span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  font-size: 16px;
  font-weight: 800
}
.options-form .alert--red path, .options-form .login-error-container path {
  fill: #fff
}
@media(max-width:900px) {
  .options-form .selected-currency {
    align-items: center;
    display: flex;
    font-size: 14px;
    height: 26px;
    justify-content: center;
    line-height: 18px;
    min-width: 53px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    right: .75rem
  }
}
@media(max-width:650px) {
  .options-form {
    gap: .75rem
  }
  .options-form .input, .options-form input, .options-form select {
    font-size: 13px
  }
  .options-form .input, .options-form input {
    padding-bottom: 18px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 18px
  }
  .options-form select.input {
    padding-left: 1.25rem;
    padding-right: 2.5rem
  }
  .options-form .btn--add {
    padding-bottom: 18px;
    padding-top: 18px
  }
  .options-form .form-group-discord .btn>span {
    font-size: 14px !important
  }
  .options-form .btn--discord {
    padding-bottom: 17px;
    padding-left: 37px;
    padding-right: 37px;
    padding-top: 17px;
    width: 100%
  }
  .options-form .form-with-button {
    display: flex;
    flex-direction: column;
    gap: .75rem
  }
  .options-form .form-group__inner .svg--chevron-down {
    right: .5rem
  }
}
.panel--title-login .panel__body {
  padding-bottom: 48px !important;
  text-align: center
}
.panel--title-login h1 {
  margin-bottom: 10px
}
.panel--title-login p {
  font-weight: 600;
  margin: 0
}
.panel--title-login .login--buttons {
  align-items: center;
  display: flex;
  gap: var(--spacing);
  margin-top: 25px
}
.panel--title-login .btn--bedrock span, .panel--title-login .btn--java span {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 18px;
  padding-top: 18px
}
.panel--title-login .btn--bedrock, .panel--title-login .btn--java {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  color: rgb(119 132 252/var(--tw-text-opacity));
  height: 100%;
  width: 228px
}
.panel--title-login .btn--inactive {
  background-color: #ffffff14;
  color: #ffffff80
}
.panel--login {
  padding: var(--panelPadding)
}
.panel--login .login-section__top {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-bottom: 2.5rem
}
.panel--login .login-section__top span {
  color: #ffffff80
}
.panel--login .form-login {
  align-items: center;
  display: flex;
  gap: var(--spacing);
  width: 100%
}
.panel--login .form-login .btn {
  height: 100%
}
.panel--login .form-login .btn span {
  padding-bottom: 20px;
  padding-left: 81px;
  padding-right: 81px;
  padding-top: 20px
}
.panel--login .form-login #login-input, .panel--login .form-login .input-container {
  border-radius: .5rem;
  height: 70px;
  width: 100%
}
.panel--login .login-error-container {
  --tw-text-opacity: 1;
  align-items: center;
  color: rgb(213 96 96/var(--tw-text-opacity));
  display: flex;
  gap: .5rem;
  margin-bottom: 1rem;
  margin-top: 1rem
}
.mode-selected .login-section__top span {
  display: none
}
.mode-selected.mode--bedrock .login-section__top .bedrock, .mode-selected.mode--java .login-section__top .java {
  display: flex
}
@media (max-width:770px) {
  .panel--title-login .panel__body {
    padding: 2rem
  }
  .panel--title-login .login--buttons {
    flex-direction: column;
    width: 100%
  }
  .panel--login .form-login, .panel--title-login .login--buttons .btn {
    width: 100%
  }
  .panel--login .form-login {
    flex-direction: column
  }
  .panel--login .form-login .btn {
    width: 100%
  }
  .panel--login .login-section__top {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 17px;
    text-align: center
  }
}
#modal-shopping, .package, .pseudomodal {
  margin-bottom: 0 !important
}
#modal-shopping .price__actual, .package .price__actual, .pseudomodal .price__actual {
  --tw-text-opacity: 1;
  color: rgb(112 213 96/var(--tw-text-opacity));
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap
}
#modal-shopping .price__discounted, .package .price__discounted, .pseudomodal .price__discounted {
  color: #ffffff4d;
  font-size: 14px;
  line-height: 22px;
  text-decoration-line: line-through;
  white-space: nowrap
}
#modal-shopping .price__custom, .package .price__custom, .pseudomodal .price__custom {
  color: #ffffff80;
  font-weight: 700;
  white-space: nowrap
}
#modal-shopping.package--vip .package__inner, .package.package--vip .package__inner, .pseudomodal.package--vip .package__inner {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(119 132 252/var(--tw-bg-opacity)) !important
}
#modal-shopping.package--vip .price__actual, .package.package--vip .price__actual, .pseudomodal.package--vip .price__actual {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255/var(--tw-text-opacity)) !important
}
#modal-shopping.package--vip .btn--add, .package.package--vip .btn--add, .pseudomodal.package--vip .btn--add {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1 !important;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  color: rgb(119 132 252/var(--tw-text-opacity)) !important
}
#modal-shopping.package--vip .package__name, .package.package--vip .package__name, .pseudomodal.package--vip .package__name {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255/var(--tw-text-opacity)) !important
}
#modal-shopping.package--vip .btn.btn--add:after, .package.package--vip .btn.btn--add:after, .pseudomodal.package--vip .btn.btn--add:after {
  border-color: transparent transparent #7784fc #7784fc
}
.package--featured, .package--images {
  position: relative
}
.package--featured .package__expires, .package--images .package__expires {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  align-items: center;
  background-color: rgb(252 119 246/var(--tw-bg-opacity));
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  color: rgb(73 30 71/var(--tw-text-opacity));
  display: flex;
  font-weight: 700;
  gap: .5rem;
  justify-content: center
}
.package--featured .package__expires path, .package--images .package__expires path {
  fill: #491e47
}
.package--featured .package__inner, .package--images .package__inner {
  --tw-bg-opacity: 1;
  align-items: center;
  background-color: rgb(35 47 67/var(--tw-bg-opacity));
  border-radius: .5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 1.25rem;
  width: 100%
}
.package--featured .__inner--small, .package--images .__inner--small {
  height: calc(100% - 24px)
}
.package--featured .package__details, .package--images .package__details {
  display: flex;
  flex-direction: column;
  gap: 10px
}
.package--featured .qt-container, .package--images .qt-container {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(252 119 246/var(--tw-bg-opacity));
  border-radius: 50px;
  color: rgb(255 255 255/var(--tw-text-opacity));
  font-family: Lilita One, sans-serif;
  font-weight: 300;
  line-height: 26px;
  padding-bottom: 1px;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 1px;
  pointer-events: none;
  position: absolute;
  right: 1.5rem;
  text-shadow: 1px 1px #00000040;
  top: 1.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap
}
.package--featured .package__image, .package--images .package__image {
  cursor: pointer;
  height: 222px;
  width: 100%
}
.package--featured .package__image img, .package--images .package__image img {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
  object-fit: cover
}
.package--featured .package__image--small, .package--images .package__image--small {
  height: 198px
}
.package--featured .package__info, .package--images .package__info {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: auto;
  padding: 1.5rem;
  padding-top: 13px;
  width: 100%
}
.package--featured .package__name, .package--images .package__name {
  font-family: Lilita One, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  max-width: 216px;
  text-align: center
}
.package--featured .package__price, .package--images .package__price {
  align-items: center;
  display: flex;
  gap: .5rem;
  justify-content: center;
  margin-top: .25rem
}
.package--featured .btn, .package--images .btn {
  height: 62px;
  margin-top: 1rem;
  width: 100%
}
.panel--package.pseudomodal {
  padding-top: 1px
}
.package--list {
  height: 146px;
  overflow: hidden;
  position: relative;
  width: 100%
}
.package--list .package__inner {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  height: 100%;
  padding: 26px;
  width: 100%
}
.package--list .qt-container {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(252 119 246/var(--tw-bg-opacity));
  border-radius: 50px;
  color: rgb(255 255 255/var(--tw-text-opacity));
  font-family: Lilita One, sans-serif;
  font-weight: 300;
  line-height: 26px;
  padding-bottom: 1px;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: 1px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap
}
.package--list .package__name span {
  display: flex;
  flex-direction: row-reverse;
  gap: .75rem;
  white-space: nowrap
}
.package--list .package__info {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  width: 100%
}
.package--list .package__details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-right: 1rem
}
.package--list .package__image {
  cursor: pointer;
  height: 106px;
  width: 106px
}
.package--list .btn {
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 19px;
  padding-top: 19px;
  position: relative;
  width: 250px;
  z-index: 1
}
.package--list .btn span {
  position: relative;
  z-index: 3
}
.package--list .package__bestValue, .package--list .package__expires {
  display: none
}
.package--list .package__name {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  font-size: 20px;
  font-weight: 800
}
.package--list .package__price {
  align-items: center;
  display: flex;
  gap: .75rem
}
@media (max-width:880px) {
  .package--list .package__image {
    display: none
  }
}
@media (max-width:600px) {
  .package--list {
    height: auto
  }
  .package--list .package__inner {
    height: 100%;
    padding: 26px;
    width: 100%
  }
  .package--list .package__info {
    display: flex;
    flex-direction: column;
    justify-content: center
  }
  .package--list .package__details {
    gap: .25rem;
    justify-content: center;
    padding-bottom: .75rem;
    padding-right: 0;
    text-align: center
  }
  .package--list .btn, .package--list .package__buttons {
    max-width: 300px;
    width: 100%
  }
  .package--list .btn>span {
    font-size: 16px
  }
  .package--list .btn>span {
    line-height: 18px
  }
  .package--list .package__price {
    justify-content: center
  }
}
@media (max-width:450px) {
  .package--images .package__image {
    height: 182px
  }
}
.packages-container--images {
  display: grid;
  gap: var(--spacing);
  grid-template-columns: repeat(3, minmax(0, 1fr))
}
.packages-container--list {
  display: flex;
  flex-direction: column;
  gap: var(--spacing)
}
.panel-container--category .category--title {
  margin-bottom: 41px
}
.panel-container--category .category__description {
  padding-bottom: 48px
}
.panel--empty .panel__body {
  padding-bottom: 41px;
  padding-top: 41px
}
.panel--empty .category--title {
  margin-bottom: 1rem
}
.panel--empty p {
  margin: 0
}
.packages--noPackages {
  --tw-bg-opacity: 1;
  align-items: center;
  background-color: rgb(35 47 67/var(--tw-bg-opacity));
  border-radius: .5rem;
  box-shadow: 0 4px 16px 0 #102a560a;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%
}
@media (max-width:1300px) {
  .packages-container--images {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
}
@media (max-width:650px) {
  .panel-container--category .category--title {
    margin-bottom: 28px
  }
  .panel-container--category .category__description {
    padding-bottom: 32px
  }
}
@media (max-width:600px) {
  .packages-container--images {
    gap: 2rem;
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }
}
.mobile {
  display: none
}
@media (max-width:900px) {
  .mobile {
    display: flex
  }
  .page-main>.page-sidebar {
    display: none
  }
  .desktop {
    display: none
  }
}
.checkout-content .panel--checkout>.panel__body {
  min-height: 970px
}
#modal-slideout-cart .btn--close, .checkout-content .btn--close {
  --tw-bg-opacity: 1;
  background-color: rgb(213 96 96/var(--tw-bg-opacity));
  left: -64px;
  padding: 1.25rem
}
#modal-slideout-cart .modal-body, #modal-slideout-cart .modal-dialogue, .checkout-content .modal-body, .checkout-content .modal-dialogue {
  display: flex;
  flex-direction: column
}
#modal-slideout-cart .panel--checkout>.panel__body, .checkout-content .panel--checkout>.panel__body {
  display: flex
}
#modal-slideout-cart .panel--checkout>.panel__body, .checkout-content .panel--checkout>.panel__body {
  flex-direction: column
}
#modal-slideout-cart .cart-header, .checkout-content .cart-header {
  --tw-bg-opacity: 1;
  align-items: center;
  background-color: rgb(252 119 246/var(--tw-bg-opacity));
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: flex;
  gap: 1rem;
  overflow: hidden;
  padding-bottom: 30px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 22px;
  position: relative;
  z-index: 3
}
#modal-slideout-cart .cart-header__avatar, .checkout-content .cart-header__avatar {
  border-radius: 8px !important;
  height: 55px !important;
  position: relative !important;
  width: 55px !important;
  z-index: 3 !important
}
#modal-slideout-cart .cart-header__summary, .checkout-content .cart-header__summary {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3
}
#modal-slideout-cart .cart-header__summary h3, .checkout-content .cart-header__summary h3 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700
}
#modal-slideout-cart .cart-header-top__bg, .checkout-content .cart-header-top__bg {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto
}
#modal-slideout-cart .cart-header__bg, .checkout-content .cart-header__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0
}
#modal-slideout-cart .cart-header__swap, .checkout-content .cart-header__swap {
  background-color: #d850d129;
  border-bottom-left-radius: .375rem;
  border-bottom-right-radius: .375rem;
  display: flex;
  font-weight: 500;
  gap: .5rem;
  justify-content: center;
  margin-bottom: 2rem;
  padding-bottom: 11px;
  padding-top: 11px;
  width: 100%
}
#modal-slideout-cart .cart-header__swap .btn--changeAcc, .checkout-content .cart-header__swap .btn--changeAcc {
  align-items: center;
  display: flex;
  gap: .5rem
}
#modal-slideout-cart .cart-header__swap span, .checkout-content .cart-header__swap span {
  --tw-text-opacity: 1;
  color: rgb(216 80 209/var(--tw-text-opacity));
  font-size: 14px
}
#modal-slideout-cart .btn--logout, .checkout-content .btn--logout {
  align-items: center;
  display: flex;
  gap: .25rem
}
#modal-slideout-cart .btn--logout span, .checkout-content .btn--logout span {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  opacity: .6
}
#modal-slideout-cart .btn--logout:focus path, #modal-slideout-cart .btn--logout:focus span, #modal-slideout-cart .btn--logout:hover path, #modal-slideout-cart .btn--logout:hover span, .checkout-content .btn--logout:focus path, .checkout-content .btn--logout:focus span, .checkout-content .btn--logout:hover path, .checkout-content .btn--logout:hover span {
  opacity: 1
}
#modal-slideout-cart .cart-body-top, .checkout-content .cart-body-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem
}
#modal-slideout-cart .body-top__left, .checkout-content .body-top__left {
  align-items: center;
  display: flex;
  gap: 10px
}
#modal-slideout-cart .body-top__left b, .checkout-content .body-top__left b {
  font-family: Lilita One, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase
}
#modal-slideout-cart .cart-body, .checkout-content .cart-body {
  margin-bottom: 2rem
}
#modal-slideout-cart .currency-container, .checkout-content .currency-container {
  --tw-bg-opacity: 1;
  background-color: rgb(46 61 87/var(--tw-bg-opacity));
  border-radius: .5rem;
  padding-left: 0;
  padding-right: 0;
  transition-duration: .2s
}
#modal-slideout-cart .currency-container .btn, .checkout-content .currency-container .btn {
  opacity: .5;
  padding-bottom: 9px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 9px
}
#modal-slideout-cart .currency-container span, .checkout-content .currency-container span {
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300 !important
}
#modal-slideout-cart .currency-container:focus, #modal-slideout-cart .currency-container:hover, .checkout-content .currency-container:focus, .checkout-content .currency-container:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(64 79 104/var(--tw-bg-opacity))
}
#modal-slideout-cart .menu--currency, .checkout-content .menu--currency {
  --tw-bg-opacity: 1;
  background-color: rgb(40 54 77/var(--tw-bg-opacity));
  border-radius: .5rem;
  margin-top: 10px;
  padding: .5rem;
  right: -14px;
  width: 166px
}
#modal-slideout-cart .menu--currency a, .checkout-content .menu--currency a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  margin: 0;
  opacity: .6;
  padding-bottom: .25rem;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: .25rem;
  text-decoration-line: none
}
#modal-slideout-cart .menu--currency a:hover, .checkout-content .menu--currency a:hover {
  opacity: 1
}
#modal-slideout-cart .menu--currency a.active, .checkout-content .menu--currency a.active {
  font-weight: 800;
  opacity: 1
}
#modal-slideout-cart .menu--currency:before, .checkout-content .menu--currency:before {
  left: 50px
}
#modal-slideout-cart .cart-checkout, .checkout-content .cart-checkout {
  margin-top: auto
}
#modal-slideout-cart .cart-checkout__total, .checkout-content .cart-checkout__total {
  display: flex;
  font-family: Lilita One, sans-serif;
  font-weight: 700;
  justify-content: space-between;
  text-transform: uppercase
}
#modal-slideout-cart .cart-checkout__total span, .checkout-content .cart-checkout__total span {
  font-size: 20px;
  font-weight: 300
}
#modal-slideout-cart .cart-checkout__total b, .checkout-content .cart-checkout__total b {
  --tw-text-opacity: 1;
  color: rgb(252 119 246/var(--tw-text-opacity));
  font-size: 20px;
  font-weight: 300
}
#modal-slideout-cart .btn--checkout, .checkout-content .btn--checkout {
  --tw-bg-opacity: 1;
  background-color: rgb(252 119 246/var(--tw-bg-opacity));
  margin-top: 26px;
  width: 100%
}
#modal-slideout-cart .btn--checkout span, .checkout-content .btn--checkout span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  font-family: Lilita One, sans-serif;
  font-weight: 300;
  padding-bottom: 22px;
  padding-top: 22px;
  text-transform: uppercase
}
#modal-slideout-cart .cart-empty, .checkout-content .cart-empty {
  --tw-bg-opacity: 1;
  background-color: rgb(40 54 77/var(--tw-bg-opacity));
  border-radius: .5rem;
  padding-bottom: 33px;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 33px;
  text-align: center
}
#modal-slideout-cart .cart-empty h6, .checkout-content .cart-empty h6 {
  font-weight: 300;
  margin-bottom: 12px
}
#modal-slideout-cart .cart-empty span, .checkout-content .cart-empty span {
  color: #ffffff80;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600
}
#modal-slideout-cart .btn--back-to-shopping, .checkout-content .btn--back-to-shopping {
  display: none
}
#modal-slideout-cart .panel, #modal-slideout-cart .panel__body {
  border-radius: 0;
  height: 100%
}
@media (max-width:750px) {
  #modal-slideout-cart .cart-header-top__bg, .checkout-content .cart-header-top__bg {
    right: -62px
  }
  #modal-slideout-cart .cart-header, .checkout-content .cart-header {
    overflow: hidden;
    padding-bottom: 22px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 14px
  }
  #modal-slideout-cart .cart-header__swap, .checkout-content .cart-header__swap {
    margin-bottom: 1.5rem
  }
  #modal-slideout-cart .body-top__left svg, .checkout-content .body-top__left svg {
    height: 18px;
    width: 18px
  }
  #modal-slideout-cart .body-top__left b, .checkout-content .body-top__left b {
    font-size: 14px
  }
  #modal-slideout-cart .panel--checkout>.panel__body, .checkout-content .panel--checkout>.panel__body {
    min-height: 0
  }
  #modal-slideout-cart .cart-body-top, .checkout-content .cart-body-top {
    margin-bottom: var(--spacing)
  }
  #modal-slideout-cart .currency-container, .checkout-content .currency-container {
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 4px
  }
  #modal-slideout-cart .currency-container .btn, .checkout-content .currency-container .btn {
    opacity: .6
  }
  #modal-slideout-cart .cart-checkout__total, .checkout-content .cart-checkout__total {
    font-size: 14px
  }
  #modal-slideout-cart .cart-empty, .checkout-content .cart-empty {
    padding-bottom: 24px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 24px
  }
  #modal-slideout-cart .cart-header__summary h3, .checkout-content .cart-header__summary h3 {
    font-size: 18px;
    margin-bottom: 10px
  }
  #modal-slideout-cart .cart-header__summary span, .checkout-content .cart-header__summary span {
    font-size: 12px
  }
  #modal-slideout-cart .cart-header__summary svg, .checkout-content .cart-header__summary svg {
    height: 14px;
    width: 14px
  }
}
@media (max-width:450px) {
  #modal-slideout-cart .panel__body, .checkout-content .panel__body {
    padding: 1.5rem
  }
}
#modal-slideout-storeMenu .modal-dialogue {
  --tw-bg-opacity: 1;
  background-color: rgb(35 47 67/var(--tw-bg-opacity));
  padding: 1.5rem
}
#modal-slideout-storeMenu .modal__body {
  display: flex;
  flex-direction: column;
  gap: var(--spacing)
}
#modal-slideout-storeMenu .ndzn-categories {
  margin: 0
}
#modal-slideout-storeMenu .storeMenu--top {
  align-items: center;
  background-color: #ffffff3d;
  border-radius: .375rem;
  display: flex;
  flex-direction: column;
  height: 116px;
  justify-content: center;
  margin-bottom: 1.5rem;
  width: 100%
}
#modal-slideout-storeMenu .storeMenu--top p {
  color: #ffffff80;
  font-size: 12px;
  line-height: 19px;
  margin-top: 10px
}
#modal-slideout-storeMenu .storeMenu--top__text {
  align-items: center;
  display: flex;
  gap: .5rem
}
#modal-slideout-storeMenu .storeMenu--top__text span {
  font-weight: 600
}
@media (max-width:400px) {
  #modal-slideout-storeMenu .modal-dialogue {
    padding-bottom: 3rem;
    padding-top: 3rem
  }
}
.basket-items {
  margin-bottom: 2rem
}
.basket-items .basket-items__inner {
  display: flex;
  flex-direction: column;
  gap: var(--spacing)
}
.basket-items .basket-item {
  --tw-bg-opacity: 1;
  background-color: rgb(40 54 77/var(--tw-bg-opacity));
  border-radius: .5rem;
  padding-bottom: 19px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 19px
}
.basket-item .basket-item__details {
  align-items: center;
  display: flex
}
.basket-item .basket-item__options {
  display: flex;
  flex-direction: column;
  gap: .5rem;
  margin-top: .5rem
}
.basket-item .option {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  gap: .5rem
}
.basket-item .option .svg--cog {
  flex: 0 0 10px;
  height: 10px;
  width: 10px
}
.basket-item .option__name, .basket-item .svg--cog {
  font-weight: 600;
  opacity: .6
}
.basket-item .details__name, .basket-item .price__new {
  display: block;
  font-weight: 700
}
.basket-item .details__name {
  font-family: Lilita One, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px
}
.basket-item .details__price span {
  font-size: 14px;
  line-height: 22px
}
.basket-item .details__qty-parent {
  border-radius: .25rem;
  position: relative
}
.basket-item .details__qty-parent .menu--qtys {
  --tw-bg-opacity: 1;
  background-color: rgb(40 54 77/var(--tw-bg-opacity));
  border-radius: .5rem;
  -moz-column-gap: .25rem;
  column-gap: .25rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  left: -23px;
  opacity: 0;
  padding-bottom: .375rem;
  padding-left: .375rem;
  padding-right: .375rem;
  padding-top: .375rem;
  position: absolute;
  row-gap: .25rem;
  top: 100%;
  transition-duration: .2s;
  visibility: hidden;
  width: 90px;
  z-index: 3
}
.basket-item .details__qty-parent .menu--qtys:before {
  content: ""
}
.basket-item .details__qty-parent .menu--qtys:before {
  position: absolute
}
.basket-item .details__qty-parent .menu--qtys:before {
  left: 0;
  right: 0
}
.basket-item .details__qty-parent .menu--qtys:before {
  top: -7px
}
.basket-item .details__qty-parent .menu--qtys:before {
  margin-left: auto;
  margin-right: auto
}
.basket-item .details__qty-parent .menu--qtys:before {
  display: block
}
.basket-item .details__qty-parent .menu--qtys:before {
  height: 0
}
.basket-item .details__qty-parent .menu--qtys:before {
  width: 0
}
.basket-item .details__qty-parent .menu--qtys:before {
  border-left-width: 8px;
  border-right-width: 8px
}
.basket-item .details__qty-parent .menu--qtys:before {
  border-bottom-width: 8px
}
.basket-item .details__qty-parent .menu--qtys:before {
  border-style: solid
}
.basket-item .details__qty-parent .menu--qtys:before {
  --tw-border-opacity: 1;
  border-color: rgb(40 54 77/var(--tw-border-opacity))
}
.basket-item .details__qty-parent .menu--qtys:before {
  border-left-color: transparent;
  border-right-color: transparent
}
.basket-item .details__qty-parent.--open .menu--qtys {
  opacity: 1;
  top: calc(100% + 10px);
  visibility: visible
}
.basket-item .details__qty-parent.single {
  opacity: .5;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.basket-item .details__qty-parent.single span {
  --tw-bg-opacity: 1;
  --tw-bg-opacity: 0.1;
  align-items: center;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  display: flex;
  flex: 0 0 36px;
  font-size: 20px;
  font-weight: 700;
  height: 36px;
  justify-content: center;
  line-height: 32px;
  padding: .5rem;
  width: 36px
}
.basket-item .details__qty-parent .btn--qtyValue {
  --tw-text-opacity: 1;
  border-radius: 0;
  color: rgb(255 255 255/var(--tw-text-opacity));
  font-size: 13px;
  font-weight: 500;
  height: 26px;
  line-height: 26px
}
.basket-item .details__qty-parent .btn--qtyValue:focus, .basket-item .details__qty-parent .btn--qtyValue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity))
}
.basket-item .details__qty-parent .btn--qtyValue:focus, .basket-item .details__qty-parent .btn--qtyValue:hover {
  --tw-bg-opacity: 0.04
}
.basket-item .details__right {
  align-items: center;
  display: flex;
  gap: .75rem;
  margin-left: auto;
  padding-left: 1.5rem
}
.basket-item .price__new {
  --tw-text-opacity: 1;
  color: rgb(112 213 96/var(--tw-text-opacity));
  font-size: 16px;
  line-height: 22px
}
.basket-item .btn--grey, .basket-item .btn--red {
  border-radius: .25rem;
  flex: 0 0 36px;
  height: 36px;
  width: 36px
}
.basket-item .btn--grey {
  --tw-bg-opacity: 1;
  background-color: rgb(46 61 87/var(--tw-bg-opacity));
  justify-content: center;
  padding-bottom: 1px;
  position: relative
}
.basket-item .btn--grey>span, .basket-item .btn--grey>svg {
  pointer-events: none
}
.basket-item .btn--grey>span, .basket-item .btn--grey>svg {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.basket-item .btn--grey>svg {
  position: absolute
}
.basket-item .btn--grey>svg {
  right: 13px
}
.basket-item .btn--grey>svg:first-of-type {
  top: 15px
}
.basket-item .btn--grey>svg:last-of-type {
  bottom: 15px
}
.basket-item .btn--grey>span {
  display: inline-block
}
.basket-item .btn--grey>span {
  font-family: Inter, sans-serif
}
.basket-item .btn--grey>span {
  font-size: 16px
}
.basket-item .btn--grey>span {
  font-weight: 300
}
.basket-item .btn--grey>span {
  line-height: 32px
}
.basket-item .btn--red svg {
  flex: 0 0 20px;
  height: 20px;
  width: 20px
}
.ndzn-js--ddMenu {
  position: absolute
}
@media (max-width:750px) {
  .basket-items .basket-item {
    padding-bottom: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem
  }
  .basket-items .basket-item .details__name {
    font-size: 16px
  }
  .basket-items .basket-item .details__price span {
    font-size: 12px
  }
  .basket-items .basket-item .option {
    font-size: 14px
  }
  .basket-items .basket-item .btn--grey, .basket-items .basket-item .btn--red, .basket-items .basket-item .details__qty-parent.single>span {
    flex: 0 0 32px
  }
  .basket-items .basket-item .btn--grey, .basket-items .basket-item .btn--red, .basket-items .basket-item .details__qty-parent.single>span {
    height: 32px
  }
  .basket-items .basket-item .btn--grey, .basket-items .basket-item .btn--red, .basket-items .basket-item .details__qty-parent.single>span {
    width: 32px
  }
  .basket-items .basket-item .btn--grey, .basket-items .basket-item .btn--red, .basket-items .basket-item .details__qty-parent.single>span {
    border-radius: .25rem
  }
  .basket-items .basket-item .btn--red>svg {
    height: 16px
  }
  .basket-items .basket-item .btn--red>svg {
    width: 16px
  }
  .basket-items .basket-item .btn--grey>svg {
    right: 9px
  }
  .basket-items .basket-item .btn--grey>svg:first-of-type {
    top: 11px
  }
  .basket-items .basket-item .btn--grey>svg:last-of-type {
    bottom: 9px
  }
}
.ndzn-anim--el {
  flex: none !important;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition-duration: .8s;
  transition-timing-function: linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.ndzn-anim--par {
  overflow: hidden;
  position: relative
}
.anim--bottom {
  bottom: -50%
}
.anim--left {
  left: -50%
}
.anim--right {
  right: -50%
}
.anim--top {
  top: -50%
}
.btn--discord .ndzn-anim--el {
  scale: 8;
  z-index: -1
}
.btn--discord:focus .ndzn-anim--el, .btn--discord:hover .ndzn-anim--el {
  transform: rotate(45deg)
}
.btn--discord:focus .ndzn-anim--el, .btn--discord:hover .ndzn-anim--el {
  left: 40px
}
.btn--discord:focus .ndzn-anim--el, .btn--discord:hover .ndzn-anim--el {
  bottom: 0
}
.btn--discord:focus .ndzn-anim--el, .btn--discord:hover .ndzn-anim--el {
  opacity: .5
}
.btn--cart .ndzn-anim--el {
  scale: 8;
  z-index: -1
}
.btn--cart:focus .anim--bottom, .btn--cart:hover .anim--bottom {
  transform: rotate(15deg)
}
.btn--cart:focus .anim--bottom, .btn--cart:hover .anim--bottom {
  right: 20px
}
.btn--cart:focus .anim--bottom, .btn--cart:hover .anim--bottom {
  bottom: 0
}
.btn--cart:focus .anim--bottom, .btn--cart:hover .anim--bottom {
  opacity: .3
}
.btn--user-logged-out.btn--cart .ndzn-anim--el {
  flex: 0 0 192px !important;
  height: 192px;
  scale: 1;
  width: 192px
}
.btn--user-logged-out.btn--cart:focus .anim--right, .btn--user-logged-out.btn--cart:hover .anim--right {
  right: 24px
}
.btn--user-logged-out.btn--cart:focus .anim--right, .btn--user-logged-out.btn--cart:hover .anim--right {
  opacity: .3
}
.main-page__banner:before {
  animation: glow 8s infinite
}
@keyframes heartbeat {
  0% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: scale(1) rotate(-30deg);
    transform-origin: center center
  }
  10% {
    animation-timing-function: ease-in;
    opacity: .8;
    transform: scale(.9) rotate(-15deg)
  }
  29% {
    animation-timing-function: ease-in;
    opacity: 1;
    transform: scale(.9) rotate(-10deg)
  }
  47% {
    animation-timing-function: ease-out;
    opacity: .2;
    transform: scale(.95) rotate(-18deg)
  }
  83% {
    animation-timing-function: ease-in;
    opacity: 1;
    transform: scale(.93) rotate(-45deg)
  }
  99% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: scale(1) rotate(-30deg)
  }
  to {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: scale(1) rotate(-30deg)
  }
}
@keyframes bgAlert1 {
  0% {
    left: -30px
  }
  50% {
    left: calc(100% + 30px)
  }
  to {
    left: calc(100% + 30px)
  }
}
@keyframes alertBackground {
  0%, to {
    height: calc(100% - 12px);
    width: calc(100% - 12px)
  }
  50% {
    height: 100%;
    width: 100%
  }
}
@keyframes glow {
  0% {
    opacity: .3
  }
  50% {
    opacity: .9
  }
  to {
    opacity: .3
  }
}
.ndzn-categories {
  display: grid;
  gap: var(--spacing);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 2rem;
  width: 100%
}
.ndzn-categories .home-cat {
  --tw-bg-opacity: 1;
  background-clip: padding-box;
  background-color: rgb(40 54 77/var(--tw-bg-opacity));
  border: 1px solid transparent;
  border-radius: 8px;
  height: 211px;
  position: relative;
  width: 100%
}
.ndzn-categories .home-cat:after {
  background: linear-gradient(246.43deg, hsla(0, 0%, 100%, .08) 34.8%, hsla(0, 0%, 100%, 0));
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  margin: -1px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1
}
.ndzn-categories .home-cat__content {
  border-radius: .5rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 50px;
  position: relative;
  width: 100%
}
.ndzn-categories .home-cat__bg {
  bottom: 0;
  height: auto;
  left: 0;
  pointer-events: none;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%
}
.ndzn-categories .home-cat__title {
  font-family: Lilita One, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  margin-bottom: .25rem;
  position: relative;
  z-index: 5
}
.ndzn-categories .home-cat__click {
  color: #ffffff80;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  z-index: 5
}
.ndzn-categories .planet {
  bottom: 0;
  height: calc(100% - 25px);
  position: absolute;
  right: 0;
  width: auto;
  z-index: 4
}
.ndzn-categories .blur {
  --tw-bg-opacity: 1;
  --tw-blur: blur(120px);
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  border-radius: 9999px;
  bottom: -100px;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  height: 300px;
  position: absolute;
  right: -100px;
  transition-duration: .2s;
  width: 300px
}
.ndzn-categories .blur.blur-block, .ndzn-categories .blur.blur-earth {
  --tw-bg-opacity: 1;
  background-color: rgb(112 213 96/var(--tw-bg-opacity))
}
.ndzn-categories .blur.blur-ice {
  --tw-bg-opacity: 1;
  background-color: rgb(119 132 252/var(--tw-bg-opacity))
}
.ndzn-categories .blur.blur-fire {
  --tw-bg-opacity: 1;
  background-color: rgb(213 96 96/var(--tw-bg-opacity))
}
.ndzn-categories .decor {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 1
}
@media (max-width:900px) {
  .ndzn-categories .home-cat {
    height: 192px
  }
  .ndzn-categories .home-cat__content {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 42px
  }
  .ndzn-categories .home-cat__title {
    font-size: 28px;
    line-height: 36px
  }
  .ndzn-categories .home-cat__click {
    font-size: 14px;
    line-height: 22px
  }
  .ndzn-categories .planet {
    height: calc(100% - 18px)
  }
}
@media (max-width:780px) {
  .ndzn-categories {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }
}
@media (max-width:450px) {
  .ndzn-categories {
    margin-top: 1.5rem
  }
  .ndzn-categories .home-cat {
    height: 160px
  }
  .ndzn-categories .home-cat__content {
    padding-bottom: 2.25rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2.25rem
  }
  .ndzn-categories .planet {
    height: calc(100% - 11px);
    right: -30px
  }
  .ndzn-categories .blur {
    height: 230px;
    width: 230px
  }
}
.panel--sale {
  --tw-bg-opacity: 1;
  align-items: center;
  background-clip: padding-box;
  background-color: rgb(252 119 246/var(--tw-bg-opacity));
  border: 2px solid transparent;
  border-radius: 1em;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center
}
.panel--sale:after {
  background: linear-gradient(180deg, #fc77f6, #964792);
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  margin: -2px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1
}
.panel--sale .sale__info {
  font-family: Lilita One, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  margin-top: 31px;
  position: relative;
  text-transform: uppercase
}
.panel--sale .sale__info span {
  text-shadow: 2px 2px #00000045
}
.panel--sale .sale__info .star {
  position: absolute
}
.panel--sale .sale__info .star1 {
  left: -20px;
  top: -10px
}
.panel--sale .sale__info .star2 {
  right: -20px;
  top: -10px
}
.panel--sale .sale__info .star3 {
  left: -30px;
  top: 10px
}
.panel--sale .sale__timeLeft {
  align-items: center;
  display: flex;
  gap: .75rem;
  justify-content: center;
  margin-bottom: 41px;
  margin-top: 16px;
  position: relative
}
.panel--sale .timeLeft {
  background-color: #ffffff3d;
  border: 1px solid #eeaeeb;
  border-radius: 1em;
  border-radius: .25rem;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 6px;
  padding-left: .75rem;
  padding-right: .75rem;
  padding-top: 6px
}
.panel--sale .timeLeft__seconds {
  width: 50px
}
.panel--sale .timeLeft__minutes {
  width: 56px
}
.panel--sale .panel--sale__bg {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%
}
.panel--sale .panel--sale__flame {
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: auto
}
.panel--sale .panel--sale__flame.flame-left {
  left: 0
}
.panel--sale .panel--sale__flame.flame-right {
  right: 0;
  transform: rotate(180deg)
}
.panel--sale .panel--sale__grad {
  height: 100%;
  opacity: .3;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 390px
}
.panel--sale .grad-left {
  background: linear-gradient(270deg, rgba(252, 119, 246, 0), #fc77f6);
  left: 0
}
.panel--sale .grad-right {
  background: linear-gradient(90deg, rgba(252, 119, 246, 0), #fc77f6);
  right: 0
}
@media (max-width:480px) {
  .panel--sale .sale__info {
    font-size: 32px;
    line-height: 52px;
    margin-top: 50px
  }
  .panel--sale .timeLeft {
    font-size: 12px;
    line-height: 19px;
    padding-bottom: 2px;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: 2px
  }
  .panel--sale .sale__timeLeft {
    gap: .5rem;
    margin-bottom: 68px;
    margin-top: 0
  }
}
.ndzn-categories .home-cat:focus, .ndzn-categories .home-cat:hover {
  --tw-brightness: brightness(1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}
.ndzn-categories .home-cat:focus .decor-earth, .ndzn-categories .home-cat:hover .decor-earth {
  transform: translate(0)
}
.ndzn-categories .home-cat:focus .decor-block, .ndzn-categories .home-cat:hover .decor-block {
  transform: translate(0)
}
.ndzn-categories .home-cat:focus .decor-fire__1, .ndzn-categories .home-cat:focus .decor-ice__1, .ndzn-categories .home-cat:focus .decor-ice__2, .ndzn-categories .home-cat:hover .decor-fire__1, .ndzn-categories .home-cat:hover .decor-ice__1, .ndzn-categories .home-cat:hover .decor-ice__2 {
  transform: translate(0) scale(1)
}
.ndzn-categories .home-cat:focus .blur, .ndzn-categories .home-cat:hover .blur {
  animation: blurPulse 2s ease-in-out infinite
}
.ndzn-categories .home-cat .decor {
  height: auto
}
.ndzn-categories .home-cat .decor-earth__1 {
  right: 0;
  top: 0;
  transform: translateX(150px);
  transition-duration: 2s;
  width: 180px
}
.ndzn-categories .home-cat .decor-earth__2 {
  right: 109px;
  transform: translateY(150px);
  transition-duration: 2s;
  width: 234px
}
.ndzn-categories .home-cat .decor-fire__1 {
  bottom: 0;
  height: 100%;
  right: 0;
  transform: translate(50px, 50px) scale(.1);
  transition-duration: .7s;
  width: auto
}
.ndzn-categories .home-cat .decor-ice__1 {
  bottom: 0;
  right: 80px;
  transform: translate(50px, 50px) scale(.1);
  transition: transform .4s cubic-bezier(.52, .46, .98, .46);
  width: 210px
}
.ndzn-categories .home-cat .decor-ice__2 {
  bottom: 57px;
  right: 0;
  transform: translateY(50px) scale(.1);
  transition: transform .4s cubic-bezier(.52, .46, .98, .46);
  transition-delay: .3s;
  width: 162px
}
.ndzn-categories .home-cat .decor-block__1 {
  bottom: 0;
  right: 173px;
  transform: translateY(80px);
  transition: transform 1s ease-in-out;
  transition-delay: .1s;
  transition-duration: 1s;
  width: 78px;
  z-index: 2
}
.ndzn-categories .home-cat .decor-block__2 {
  bottom: 74px;
  right: 120px;
  transform: translate(45px, 45px);
  transition-duration: 1s;
  width: 75px;
  z-index: 2
}
.ndzn-categories .home-cat .decor-block__3 {
  bottom: 80px;
  right: 0;
  transform: translateX(90px);
  transition-duration: 1s;
  width: 78px;
  z-index: 2
}
.ndzn-categories .home-cat .decor-block__4 {
  bottom: 0;
  right: 88px;
  transform: translate(90px, 90px);
  transition-delay: .1s;
  transition-duration: 1s;
  width: 230px
}
.ndzn-categories .home-cat .decor-block__5 {
  bottom: 82px;
  right: 60px;
  transform: translate(100px, 100px);
  transition-delay: .2s;
  transition-duration: 1s;
  width: 150px
}
.ndzn-categories .home-cat .decor-block__6 {
  bottom: 0;
  right: 0;
  transform: translateX(150px);
  transition-duration: 1s;
  width: 160px
}
@keyframes blurPulse {
  0% {
    filter: blur(120px)
  }
  50% {
    filter: blur(250px)
  }
  to {
    filter: blur(120px)
  }
}
@media (max-width:450px) {
  .ndzn-categories .home-cat .decor-earth__2 {
    right: 69px
  }
  .ndzn-categories .home-cat .decor-ice__1 {
    right: 40px;
    width: 160px
  }
  .ndzn-categories .home-cat .decor-ice__2 {
    width: 132px
  }
  .ndzn-categories .home-cat .decor-block__1 {
    bottom: 0;
    right: 173px;
    width: 78px
  }
  .ndzn-categories .home-cat .decor-block__2 {
    bottom: 58px;
    right: 110px;
    width: 65px
  }
  .ndzn-categories .home-cat .decor-block__3 {
    bottom: 70px;
    width: 68px
  }
  .ndzn-categories .home-cat .decor-block__4 {
    right: 68px;
    width: 190px
  }
  .ndzn-categories .home-cat .decor-block__5 {
    bottom: 52px;
    right: 40px;
    width: 140px
  }
  .ndzn-categories .home-cat .decor-block__6 {
    width: 160px
  }
}
.panel--support {
  margin-top: 2rem
}
.panel--support .support__title {
  align-items: center;
  display: flex;
  gap: .75rem;
  margin-bottom: 2rem
}
.panel--support .support__title h3 {
  margin-bottom: 0
}
.panel--support .support__buttons {
  display: grid;
  gap: var(--spacing);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%
}
.panel--support .support__buttons-purchase {
  background-color: #70d56029;
  border: 2px solid #70d56029;
  border-radius: 8px;
  height: 114px;
  padding-bottom: 31px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 31px
}
.panel--support .support__buttons-purchase span {
  --tw-text-opacity: 1;
  color: rgb(112 213 96/var(--tw-text-opacity));
  font-weight: 700;
  line-height: 22px;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: .5rem
}
.panel--support .support__buttons-purchase p {
  color: #70d56080;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-top: .25rem;
  padding-left: .5rem;
  padding-right: .5rem
}
.panel--support .support__buttons-security {
  background-color: #fba64329;
  border: 2px solid #fba64329;
  border-radius: 8px;
  height: 114px;
  padding-bottom: 31px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 31px;
  text-decoration-line: none !important
}
.panel--support .support__buttons-security span {
  --tw-text-opacity: 1;
  color: rgb(255 165 0/var(--tw-text-opacity));
  font-weight: 700;
  line-height: 22px;
  padding-left: .5rem;
  padding-right: .5rem;
  padding-top: .5rem;
  text-decoration-line: none !important
}
.panel--support .support__buttons-security p {
  color: #fba64380;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-top: .25rem;
  padding-left: .5rem;
  padding-right: .5rem;
  text-decoration-line: none !important
}
#modal-support .panel--support {
  margin-top: 0
}
#modal-support .panel--support .support__buttons {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin-top: 1.5rem
}
@media (max-width:800px) {
  .panel--support {
    margin-top: 1.5rem
  }
  .panel--support .support__title {
    margin-bottom: 1.5rem
  }
  .panel--support .support__buttons {
    grid-template-columns: repeat(1, minmax(0, 1fr))
  }
}
@media (max-width:440px) {
  .panel--support .support__buttons-purchase, .panel--support .support__buttons-security {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    text-align: center
  }
  .panel--support .support__buttons-security.mobile {
    display: flex !important
  }
}
.panel--title, .panel-category--title {
  --tw-bg-opacity: 1;
  background-color: rgb(119 132 252/var(--tw-bg-opacity));
  position: relative
}
.panel--title:after, .panel-category--title:after {
  background-image: url(../images/p5uHTtM.png);
  content: ""
}
.panel--title:after, .panel-category--title:after {
  pointer-events: none
}
.panel--title:after, .panel-category--title:after {
  position: absolute
}
.panel--title:after, .panel-category--title:after {
  bottom: 0
}
.panel--title:after, .panel-category--title:after {
  left: 0
}
.panel--title:after, .panel-category--title:after {
  z-index: 0
}
.panel--title:after, .panel-category--title:after {
  height: 100%
}
.panel--title:after, .panel-category--title:after {
  width: 100%
}
.panel--title:after, .panel-category--title:after {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.panel--title:after, .panel-category--title:after {
  border-radius: 8px
}
.panel--title .btn--home, .panel-category--title .btn--home {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #ffffff14;
  border: 1px solid #ffffff29;
  left: 48px;
  padding-bottom: .5rem;
  padding-left: .75rem;
  padding-right: .75rem;
  padding-top: .5rem;
  position: absolute;
  top: 40px;
  z-index: 1
}
.panel--title .btn--home span, .panel-category--title .btn--home span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700
}
.panel--title .btn--home path, .panel--title .btn--home span, .panel-category--title .btn--home path, .panel-category--title .btn--home span {
  fill-opacity: 1;
  fill: #fff;
  transition-duration: .2s
}
.panel--title .btn--home:focus span, .panel--title .btn--home:hover span, .panel-category--title .btn--home:focus span, .panel-category--title .btn--home:hover span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity))
}
.panel--title .btn--home:focus path, .panel--title .btn--home:hover path, .panel-category--title .btn--home:focus path, .panel-category--title .btn--home:hover path {
  fill-opacity: 100%
}
.panel--title .panel__body, .panel-category--title .panel__body {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 3rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 3rem;
  position: relative;
  z-index: 1
}
.panel--title .panel__body p, .panel-category--title .panel__body p {
  margin-bottom: .25rem;
  margin-top: 0;
  position: relative;
  text-align: center;
  z-index: 5
}
.panel--title .panel__body h2, .panel-category--title .panel__body h2 {
  margin-bottom: 34px;
  margin-top: 0;
  position: relative;
  text-align: center;
  z-index: 5
}
.panel--title .planet__left, .panel-category--title .planet__left {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  bottom: 0;
  height: 217px !important;
  left: 0;
  position: absolute;
  width: 255px !important;
  z-index: 0
}
.panel--title .planet__right, .panel-category--title .planet__right {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  bottom: 0;
  height: 217px !important;
  position: absolute;
  right: 0;
  width: 255px !important;
  z-index: 0
}
.panel--title .category--subcats, .panel-category--title .category--subcats {
  display: grid;
  gap: var(--spacing);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-content: center;
  padding-left: 126px;
  padding-right: 126px;
  position: relative;
  width: 100%;
  z-index: 3
}
.panel--title .category--subcats .title--subcats, .panel-category--title .category--subcats .title--subcats {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #ffffff29;
  border: 1px solid #ffffff29;
  border-radius: 8px;
  color: #ffffffb2;
  padding-bottom: 18px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 18px;
  text-align: center;
  text-decoration: none
}
.panel--title .category--subcats .title--subcats.open, .panel-category--title .category--subcats .title--subcats.open {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  color: rgb(119 132 252/var(--tw-text-opacity))
}
.panel--title .category--subcats .title--subcats.open:focus, .panel--title .category--subcats .title--subcats.open:hover, .panel-category--title .category--subcats .title--subcats.open:focus, .panel-category--title .category--subcats .title--subcats.open:hover {
  background-color: #ffffffd8
}
.panel--title .category--subcats .title--subcats.open:focus, .panel--title .category--subcats .title--subcats.open:hover, .panel-category--title .category--subcats .title--subcats.open:focus, .panel-category--title .category--subcats .title--subcats.open:hover {
  font-weight: 800
}
.panel--title .category--subcats .title--subcats:focus, .panel--title .category--subcats .title--subcats:hover, .panel-category--title .category--subcats .title--subcats:focus, .panel-category--title .category--subcats .title--subcats:hover {
  background-color: #ffffff33
}
.panel--title .category--subcats .title--subcats:focus, .panel--title .category--subcats .title--subcats:hover, .panel-category--title .category--subcats .title--subcats:focus, .panel-category--title .category--subcats .title--subcats:hover {
  color: #ffffffa4
}
.panel--title .category--subcats-mobile, .panel-category--title .category--subcats-mobile {
  display: none;
  position: relative;
  width: 100%
}
.panel--title .category--subcats-mobile svg, .panel-category--title .category--subcats-mobile svg {
  transition-duration: .2s
}
.panel--title .category--subcats-mobile.open svg, .panel-category--title .category--subcats-mobile.open svg {
  transform: rotate(-180deg)
}
.panel--title .category--subcats-mobile .current-subcat, .panel-category--title .category--subcats-mobile .current-subcat {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  color: rgb(119 132 252/var(--tw-text-opacity));
  height: 60px;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%
}
.panel--title .category--subcats-mobile .dd-subcats, .panel-category--title .category--subcats-mobile .dd-subcats {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  border-radius: .25rem;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1rem;
  position: absolute;
  width: 100%
}
.panel--title .category--subcats-mobile .dd-subcats a, .panel-category--title .category--subcats-mobile .dd-subcats a {
  --tw-text-opacity: 1;
  border-radius: 8px;
  color: rgb(119 132 252/var(--tw-text-opacity));
  padding-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  text-decoration: none
}
.panel--title .category--subcats-mobile .dd-subcats a.open, .panel-category--title .category--subcats-mobile .dd-subcats a.open {
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  background-color: rgb(119 132 252/var(--tw-bg-opacity));
  color: rgb(255 255 255/var(--tw-text-opacity))
}
.panel--title .category--subcats-mobile .ndzn-js--ddMenu:before, .panel-category--title .category--subcats-mobile .ndzn-js--ddMenu:before {
  border-bottom-color: #fff !important
}
.panel--title .panel__body {
  border-radius: 8px;
  padding-bottom: 41px;
  padding-bottom: 36px;
  padding-top: 41px
}
.panel-category--title.title__Earth {
  --tw-bg-opacity: 1;
  background-color: rgb(81 205 99/var(--tw-bg-opacity))
}
.panel-category--title.title__Earth .panel__body:after {
  background-image: url(../images/VwwhtLF.png);
  content: ""
}
.panel-category--title.title__Earth .panel__body:after {
  pointer-events: none
}
.panel-category--title.title__Earth .panel__body:after {
  position: absolute
}
.panel-category--title.title__Earth .panel__body:after {
  bottom: 0
}
.panel-category--title.title__Earth .panel__body:after {
  left: 0
}
.panel-category--title.title__Earth .panel__body:after {
  z-index: 1
}
.panel-category--title.title__Earth .panel__body:after {
  height: 100%
}
.panel-category--title.title__Earth .panel__body:after {
  width: 100%
}
.panel-category--title.title__Earth .panel__body:after {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.panel-category--title.title__Earth .panel__body:after {
  border-radius: 8px
}
.panel-category--title.title__Earth .title--subcats.open {
  --tw-text-opacity: 1;
  color: rgb(81 205 99/var(--tw-text-opacity))
}
.panel-category--title.title__Survival {
  --tw-bg-opacity: 1;
  background-color: rgb(68 217 232/var(--tw-bg-opacity))
}
.panel-category--title.title__Survival .panel__body:after {
  background-image: url(../images/ohdjYi5.png);
  content: ""
}
.panel-category--title.title__Survival .panel__body:after {
  pointer-events: none
}
.panel-category--title.title__Survival .panel__body:after {
  position: absolute
}
.panel-category--title.title__Survival .panel__body:after {
  bottom: 0
}
.panel-category--title.title__Survival .panel__body:after {
  left: 0
}
.panel-category--title.title__Survival .panel__body:after {
  z-index: 1
}
.panel-category--title.title__Survival .panel__body:after {
  height: 100%
}
.panel-category--title.title__Survival .panel__body:after {
  width: 100%
}
.panel-category--title.title__Survival .panel__body:after {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.panel-category--title.title__Survival .panel__body:after {
  border-radius: 8px
}
.panel-category--title.title__Survival .title--subcats.open {
  --tw-text-opacity: 1;
  color: rgb(68 217 232/var(--tw-text-opacity))
}
.panel-category--title.title__Factions {
  --tw-bg-opacity: 1;
  background-color: rgb(215 71 56/var(--tw-bg-opacity))
}
.panel-category--title.title__Factions .panel__body:after {
  background-image: url(../images/9tBlGJz.png);
  content: ""
}
.panel-category--title.title__Factions .panel__body:after {
  pointer-events: none
}
.panel-category--title.title__Factions .panel__body:after {
  position: absolute
}
.panel-category--title.title__Factions .panel__body:after {
  bottom: 0
}
.panel-category--title.title__Factions .panel__body:after {
  left: 0
}
.panel-category--title.title__Factions .panel__body:after {
  z-index: 1
}
.panel-category--title.title__Factions .panel__body:after {
  height: 100%
}
.panel-category--title.title__Factions .panel__body:after {
  width: 100%
}
.panel-category--title.title__Factions .panel__body:after {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.panel-category--title.title__Factions .panel__body:after {
  border-radius: 8px
}
.panel-category--title.title__Factions .title--subcats.open {
  --tw-text-opacity: 1;
  color: rgb(215 71 56/var(--tw-text-opacity))
}
.panel-category--title.title__Oneblock {
  --tw-bg-opacity: 1;
  background-color: rgb(121 191 73/var(--tw-bg-opacity))
}
.panel-category--title.title__Oneblock .panel__body:after {
  background-image: url(../images/wYtxg4x.png);
  content: ""
}
.panel-category--title.title__Oneblock .panel__body:after {
  pointer-events: none
}
.panel-category--title.title__Oneblock .panel__body:after {
  position: absolute
}
.panel-category--title.title__Oneblock .panel__body:after {
  bottom: 0
}
.panel-category--title.title__Oneblock .panel__body:after {
  left: 0
}
.panel-category--title.title__Oneblock .panel__body:after {
  z-index: 1
}
.panel-category--title.title__Oneblock .panel__body:after {
  height: 100%
}
.panel-category--title.title__Oneblock .panel__body:after {
  width: 100%
}
.panel-category--title.title__Oneblock .panel__body:after {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}
.panel-category--title.title__Oneblock .panel__body:after {
  border-radius: 8px
}
.panel-category--title.title__Oneblock .title--subcats.open {
  --tw-text-opacity: 1;
  color: rgb(121 191 73/var(--tw-text-opacity))
}
@media (max-width:1000px) {
  .panel--title .category--subcats, .panel-category--title .category--subcats {
    padding-left: 0;
    padding-right: 0
  }
}
@media (max-width:770px) {
  .panel-category--title .category--subcats {
    display: none
  }
  .panel-category--title .category--subcats-mobile {
    display: flex;
    z-index: 3
  }
  .btn--home, .planet__left {
    display: none
  }
}
@media (max-width:450px) {
  .panel-category--title .panel__body {
    padding: 2rem
  }
}
#modal-changeAcc .login-error-container, #modal-logout .login-error-container {
  --tw-text-opacity: 1;
  align-items: center;
  color: rgb(213 96 96/var(--tw-text-opacity));
  display: flex;
  font-weight: 700;
  gap: .5rem;
  margin-bottom: 1rem
}
#modal-changeAcc .panel__body, #modal-logout .panel__body {
  padding: 2.5rem
}
#modal-changeAcc .modal-wrap, #modal-logout .modal-wrap {
  grid-template-columns: minmax(auto, 528px)
}
#modal-changeAcc .changeAcc--top, #modal-logout .changeAcc--top {
  margin-bottom: 1.5rem
}
#modal-changeAcc .changeAcc-user, #modal-logout .changeAcc-user {
  --tw-text-opacity: 1;
  color: rgb(252 119 246/var(--tw-text-opacity));
  font-weight: 700
}
#modal-changeAcc .form-login, #modal-logout .form-login {
  display: flex;
  gap: 1rem
}
#modal-changeAcc .btn--pink, #modal-logout .btn--pink {
  height: 67px;
  padding-left: 2rem;
  padding-right: 2rem
}
#modal-changeAcc .input-container, #modal-logout .input-container {
  width: 100%
}
#modal-changeAcc input, #modal-logout input {
  border-radius: .375rem;
  color: #ffffff4d;
  font-family: Inter, sans-serif;
  font-weight: 400;
  height: 67px;
  width: 100%
}
#modal-changeAcc .changeAcc--middle, #modal-logout .changeAcc--middle {
  margin-bottom: 2rem
}
#modal-changeAcc .changeAcc--middle:after, #modal-logout .changeAcc--middle:after {
  content: ""
}
#modal-changeAcc .changeAcc--middle:after, #modal-logout .changeAcc--middle:after {
  margin-top: 2rem
}
#modal-changeAcc .changeAcc--middle:after, #modal-logout .changeAcc--middle:after {
  display: flex
}
#modal-changeAcc .changeAcc--middle:after, #modal-logout .changeAcc--middle:after {
  height: 1px
}
#modal-changeAcc .changeAcc--middle:after, #modal-logout .changeAcc--middle:after {
  width: 100%
}
#modal-changeAcc .changeAcc--middle:after, #modal-logout .changeAcc--middle:after {
  background-color: #ffffff14
}
#modal-changeAcc .changeAcc--bottom, #modal-logout .changeAcc--bottom {
  --tw-text-opacity: 1;
  color: rgb(101 109 123/var(--tw-text-opacity));
  font-size: 14px
}
#modal-changeAcc .changeAcc--bottom a, #modal-logout .changeAcc--bottom a {
  --tw-text-opacity: 1;
  color: rgb(145 151 161/var(--tw-text-opacity));
  font-size: 14px
}
#modal-changeAcc .login--buttons, #modal-logout .login--buttons {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem
}
#modal-changeAcc .login--buttons .btn--inactive, #modal-logout .login--buttons .btn--inactive {
  --tw-bg-opacity: 1;
  background-color: rgb(40 54 77/var(--tw-bg-opacity))
}
#modal-changeAcc .modal-logout--top, #modal-logout .modal-logout--top {
  font-weight: 300
}
#modal-changeAcc .modal-logout__buttons, #modal-logout .modal-logout__buttons {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  width: 100%
}
#modal-changeAcc .modal-logout__buttons .btn--cancel, #modal-logout .modal-logout__buttons .btn--cancel {
  --tw-bg-opacity: 1;
  background-color: rgb(40 54 77/var(--tw-bg-opacity));
  font-weight: 600;
  height: 67px;
  padding-left: 2rem;
  padding-right: 2rem
}
#modal-changeAcc .modal-logout__buttons .btn--red, #modal-logout .modal-logout__buttons .btn--red {
  font-weight: 600;
  height: 67px;
  width: 100%
}
@media (max-width:580px) {
  #modal-changeAcc .form-login, #modal-changeAcc .modal-logout__buttons, #modal-logout .form-login, #modal-logout .modal-logout__buttons {
    flex-direction: column
  }
  #modal-changeAcc .btn--cancel, #modal-logout .btn--cancel {
    width: 100%
  }
}
#modal-copyIp .panel-copyIp {
  position: relative;
  width: 528px
}
#modal-copyIp .panel-copyIp .modal--ip__bg {
  height: 100%;
  position: absolute;
  width: 100%
}
#modal-copyIp .panel-copyIp .modal--ip__flame {
  height: auto;
  position: absolute;
  width: 211px
}
#modal-copyIp .panel-copyIp .flame-left {
  bottom: 0;
  left: 0
}
#modal-copyIp .panel-copyIp .flame-right {
  right: 0;
  top: 0;
  transform: rotate(180deg)
}
#modal-copyIp .panel-copyIp .panel__body {
  --tw-bg-opacity: 1;
  background-clip: padding-box;
  background-color: rgb(252 119 246/var(--tw-bg-opacity));
  border: 2px solid transparent;
  border-radius: 1em;
  padding-bottom: 63px;
  padding-top: 56px;
  text-align: center
}
#modal-copyIp .panel-copyIp .panel__body:after {
  background: linear-gradient(180deg, #fc77f6, #964792);
  border-radius: inherit;
  bottom: 0;
  content: "";
  left: 0;
  margin: -2px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1
}
#modal-copyIp .panel-copyIp h1, #modal-copyIp .panel-copyIp p {
  text-transform: uppercase
}
#modal-copyIp .panel-copyIp p {
  color: #ffffffd5;
  font-weight: 700;
  text-shadow: 1px 1px #00000040
}
#modal-copyIp .panel-copyIp h1 {
  text-shadow: 2px 2px #00000040
}
#modal-copyIp .panel-copyIp .btn--close {
  --tw-bg-opacity: 1;
  background-color: rgb(213 96 96/var(--tw-bg-opacity));
  height: 40px;
  right: -64px;
  top: 0;
  width: 40px
}
#modal-copyIp .panel-copyIp .btn--close svg {
  flex: 0 0 16px;
  height: 16px;
  width: 16px
}
#modal-shopping .btn--close, .panel--package .btn--close, .pseudomodal .btn--close {
  --tw-bg-opacity: 1;
  background-color: rgb(213 96 96/var(--tw-bg-opacity));
  height: 40px;
  right: -64px;
  top: 0;
  width: 40px
}
#modal-shopping .package--modal__panel, .panel--package .package--modal__panel, .pseudomodal .package--modal__panel {
  --tw-bg-opacity: 1;
  background-color: rgb(35 47 67/var(--tw-bg-opacity));
  border-radius: .5rem;
  padding: 0;
  padding-top: 1px
}
#modal-shopping .modal__package-info--sticky, .panel--package .modal__package-info--sticky, .pseudomodal .modal__package-info--sticky {
  left: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top: 3rem;
  position: sticky;
  top: -46px;
  z-index: 10
}
#modal-shopping .modal__package-info--sticky .packageInfo__image, .panel--package .modal__package-info--sticky .packageInfo__image, .pseudomodal .modal__package-info--sticky .packageInfo__image {
  display: none
}
#modal-shopping .modal__package-info--sticky .package__info, .panel--package .modal__package-info--sticky .package__info, .pseudomodal .modal__package-info--sticky .package__info {
  align-items: center;
  flex-direction: row
}
#modal-shopping .modal__package-info--sticky .info__buttons, .panel--package .modal__package-info--sticky .info__buttons, .pseudomodal .modal__package-info--sticky .info__buttons {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content
}
#modal-shopping .modal__package-info, .panel--package .modal__package-info, .pseudomodal .modal__package-info {
  --tw-bg-opacity: 1;
  align-items: center;
  background-color: rgb(40 54 77/var(--tw-bg-opacity));
  border-radius: .5rem;
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
  margin-left: 3rem;
  margin-right: 3rem;
  margin-top: 47px;
  padding: 2rem
}
#modal-shopping .panel__title, .panel--package .panel__title, .pseudomodal .panel__title {
  width: 100%
}
#modal-shopping .packageInfo__image, .panel--package .packageInfo__image, .pseudomodal .packageInfo__image {
  align-items: center;
  display: flex;
  flex: 0 0 169px;
  height: 169px;
  width: 169px
}
#modal-shopping .packageInfo__image img, .panel--package .packageInfo__image img, .pseudomodal .packageInfo__image img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}
#modal-shopping .btn--close, .panel--package .btn--close, .pseudomodal .btn--close {
  z-index: 5
}
#modal-shopping .modal--top__contents, .panel--package .modal--top__contents, .pseudomodal .modal--top__contents {
  width: 100%
}
#modal-shopping .package__info, .panel--package .package__info, .pseudomodal .package__info {
  display: flex;
  flex-direction: column;
  width: 100%
}
#modal-shopping .info__name, .panel--package .info__name, .pseudomodal .info__name {
  font-family: Lilita One, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px
}
#modal-shopping .info__price, .panel--package .info__price, .pseudomodal .info__price {
  align-items: center;
  display: flex;
  gap: .5rem;
  margin-bottom: 25px;
  margin-top: 10px
}
#modal-shopping .price__actual, .panel--package .price__actual, .pseudomodal .price__actual {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px
}
#modal-shopping .price__old, .panel--package .price__old, .pseudomodal .price__old {
  color: #ffffff4d;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  text-decoration-line: line-through
}
#modal-shopping .info__buttons, .panel--package .info__buttons, .pseudomodal .info__buttons {
  display: flex;
  gap: 1.5rem;
  margin-top: 0;
  width: 100%
}
#modal-shopping .info__buttons .btn--add, #modal-shopping .info__buttons .btn--remove, .panel--package .info__buttons .btn--add, .panel--package .info__buttons .btn--remove, .pseudomodal .info__buttons .btn--add, .pseudomodal .info__buttons .btn--remove {
  height: 62px;
  width: 229px
}
#modal-shopping .modal__descriptionContainer, .panel--package .modal__descriptionContainer, .pseudomodal .modal__descriptionContainer {
  padding-bottom: 3rem;
  padding-left: 3rem;
  padding-right: 3rem
}
.gift-parent {
  position: relative
}
.gift-parent .btn--grey {
  align-items: center;
  background-color: #ffffff14;
  border-radius: .5rem;
  display: flex;
  height: 62px;
  justify-content: center;
  width: 62px
}
.gift-parent .gift-form {
  --tw-bg-opacity: 1;
  background-color: rgb(57 70 91/var(--tw-bg-opacity));
  border-radius: .5rem;
  display: flex;
  flex-direction: column;
  font-size: 0;
  gap: .75rem;
  left: -80px;
  padding: 1.25rem;
  position: absolute;
  transition-duration: .2s;
  width: 241px;
  z-index: 3
}
.gift-parent .gift-form .btn, .gift-parent .gift-form .input {
  display: block;
  height: 56px;
  text-align: center;
  width: auto
}
.gift-parent .gift-form .btn span {
  font-size: 16px;
  font-weight: 300
}
.gift-parent .gift-form .input {
  --tw-bg-opacity: 1;
  background-color: rgb(63 77 100/var(--tw-bg-opacity));
  border-radius: .25rem;
  color: #ffffff80;
  font-weight: 300
}
.gift-parent.is-closed .gift-form {
  opacity: 0;
  pointer-events: none;
  top: calc(100% + 10px);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  visibility: hidden
}
.gift-parent.is-open .gift-form {
  opacity: 1;
  pointer-events: auto;
  top: calc(100% + 15px);
  -webkit-user-select: auto;
  -moz-user-select: auto;
  user-select: auto;
  visibility: visible
}
@media (max-width:900px) {
  #modal-shopping .packageInfo__image, .panel--package .packageInfo__image, .pseudomodal .packageInfo__image {
    display: none !important
  }
  #modal-shopping .modal__package-info--sticky, .panel--package .modal__package-info--sticky, .pseudomodal .modal__package-info--sticky {
    min-height: 220px
  }
  #modal-shopping .modal__package-info--sticky .packageInfo__image, .panel--package .modal__package-info--sticky .packageInfo__image, .pseudomodal .modal__package-info--sticky .packageInfo__image {
    display: none
  }
  #modal-shopping .modal__package-info--sticky .package__info, .panel--package .modal__package-info--sticky .package__info, .pseudomodal .modal__package-info--sticky .package__info {
    flex-direction: column
  }
  #modal-shopping .modal__package-info--sticky .info__buttons, .panel--package .modal__package-info--sticky .info__buttons, .pseudomodal .modal__package-info--sticky .info__buttons {
    margin-left: 0
  }
}
@media (max-width:700px) {
  #modal-shopping .btn--close, .panel--package .btn--close, .pseudomodal .btn--close {
    right: 0;
    top: -56px
  }
  #modal-shopping .modal__package-info--sticky, .panel--package .modal__package-info--sticky, .pseudomodal .modal__package-info--sticky {
    top: -66px
  }
}
@media (max-width:580px) {
  #modal-shopping .info__nameandprice, .panel--package .info__nameandprice, .pseudomodal .info__nameandprice {
    text-align: center
  }
  #modal-shopping .info__price, .panel--package .info__price, .pseudomodal .info__price {
    justify-content: center
  }
  #modal-shopping .modal__package-info, .panel--package .modal__package-info, .pseudomodal .modal__package-info {
    margin: 1.5rem
  }
  #modal-shopping .gift-parent .gift-form, .panel--package .gift-parent .gift-form, .pseudomodal .gift-parent .gift-form {
    left: -118px;
    width: 180px
  }
  #modal-shopping .info__buttons, .panel--package .info__buttons, .pseudomodal .info__buttons {
    gap: 1rem
  }
  #modal-shopping .info__buttons .btn--add, #modal-shopping .info__buttons .btn--remove, #modal-shopping .modal__package-info--sticky .info__buttons, .panel--package .info__buttons .btn--add, .panel--package .info__buttons .btn--remove, .panel--package .modal__package-info--sticky .info__buttons, .pseudomodal .info__buttons .btn--add, .pseudomodal .info__buttons .btn--remove, .pseudomodal .modal__package-info--sticky .info__buttons {
    width: 100%
  }
  #modal-shopping .modal__package-info, .panel--package .modal__package-info, .pseudomodal .modal__package-info {
    margin: 0;
    padding: 1.5rem
  }
  #modal-shopping .modal__descriptionContainer, .panel--package .modal__descriptionContainer, .pseudomodal .modal__descriptionContainer {
    padding: 2rem
  }
}
.panel--cms .vote--text {
  text-align: center
}
.panel--cms .vote--heading {
  margin-left: auto;
  margin-right: auto;
  text-align: center
}
.panel--cms .vote--buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: .5rem;
  margin-top: .5rem;
  width: 100%
}
.panel--cms .btn--blue {
  font-family: Lilita One, sans-serif;
  font-weight: 300;
  height: 54px;
  padding-left: 1rem;
  padding-right: 1rem
}