/*! tailwindcss v4.1.5 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-3xs: 16rem;
    --container-2xs: 18rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-2xl: 42rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  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;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-120 {
    z-index: 120;
  }
  .float-right {
    float: right;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-1\/10 {
    width: calc(1/10 * 100%);
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-1 {
    max-width: calc(var(--spacing) * 1);
  }
  .max-w-1\/3 {
    max-width: calc(1/3 * 100%);
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-\[40px\] {
    max-width: 40px;
  }
  .min-w-2xs {
    min-width: var(--container-2xs);
  }
  .min-w-3xs {
    min-width: var(--container-3xs);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-1\/4 {
    flex: calc(1/4 * 100%);
  }
  .flex-2 {
    flex: 2;
  }
  .flex-3 {
    flex: 3;
  }
  .flex-3\/4 {
    flex: calc(3/4 * 100%);
  }
  .flex-4 {
    flex: 4;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .basis-1 {
    flex-basis: calc(var(--spacing) * 1);
  }
  .basis-1\/3 {
    flex-basis: calc(1/3 * 100%);
  }
  .basis-2 {
    flex-basis: calc(var(--spacing) * 2);
  }
  .basis-2\/3 {
    flex-basis: calc(2/3 * 100%);
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-\(--color-primary\) {
    background-color: var(--color-primary);
  }
  .bg-\(--color-secondary\) {
    background-color: var(--color-secondary);
  }
  .bg-\(--page-background\) {
    background-color: var(--page-background);
  }
  .bg-\(--section-background\) {
    background-color: var(--section-background);
  }
  .bg-slate-200 {
    background-color: var(--color-slate-200);
  }
  .fill-white {
    fill: var(--color-white);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-16 {
    padding: calc(var(--spacing) * 16);
  }
  .p-\[8px\] {
    padding: 8px;
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .align-middle {
    vertical-align: middle;
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[10\.5rem\] {
    font-size: 10.5rem;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-\(--color-danger\) {
    color: var(--color-danger);
  }
  .text-\(--color-primary\) {
    color: var(--color-primary);
  }
  .text-\(--color-tertiary\) {
    color: var(--color-tertiary);
  }
  .text-\(--text-color-primary\) {
    color: var(--text-color-primary);
  }
  .text-\(--text-color-secondary\) {
    color: var(--text-color-secondary);
  }
  .text-\(--text-color-tertiary\) {
    color: var(--text-color-tertiary);
  }
  .text-white {
    color: var(--color-white);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-\[2\%\] {
    opacity: 2%;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .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-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .hover\:text-\(--text-color-primary\) {
    &:hover {
      @media (hover: hover) {
        color: var(--text-color-primary);
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .md\:w-\[120px\] {
    @media (width >= 48rem) {
      width: 120px;
    }
  }
  .md\:min-w-md {
    @media (width >= 48rem) {
      min-width: var(--container-md);
    }
  }
  .lg\:w-\[160px\] {
    @media (width >= 64rem) {
      width: 160px;
    }
  }
  .lg\:min-w-lg {
    @media (width >= 64rem) {
      min-width: var(--container-lg);
    }
  }
}
:root {
  --color-primary: #E1A647;
  --color-primary-hover: #D28F23;
  --color-secondary: #1A1A1A;
  --color-secondary-hover: #333333;
  --color-tertiary: #587788;
  --color-tertiary-hover: #445C69;
  --color-danger: #EC2228;
  --color-danger-hover: #CA1116;
  --color-success: #219900;
  --color-success-hover: #166600;
  --text-color-primary: var(--color-primary);
  --text-color-secondary: var(--color-secondary);
  --text-color-tertiary: #F3F3F3;
  --page-background: #F3F3F3;
  --section-background: #FFFFFF;
  --text-black: #1A1A1A;
  --global-transitionSpeed: 0.2s;
}
html.themeOrange {
  --color-primary: #E1A647;
  --color-primary-hover: #D28F23;
}
html.themeBlue {
  --color-primary: #E1A647;
  --color-primary-hover: #D28F23;
}
html.themeRed {
  --color-primary: #F46161;
  --color-primary-hover: #F13131;
}
html.themeYellow {
  --color-primary: #EED600;
  --color-primary-hover: #BDAA00;
}
html.themeGreen {
  --color-primary: #37D65A;
  --color-primary-hover: #26B645;
}
html.themePurple {
  --color-primary: #D357FF;
  --color-primary-hover: #C624FF;
}
html.themePink {
  --color-primary: #F655D3;
  --color-primary-hover: #F424C6;
}
html.themeLight {
  --text-color-secondary: var(--color-secondary);
  --text-color-tertiary: #F3F3F3;
  --page-background: #F3F3F3;
  --section-background: #FFFFFF;
}
html.themeDark {
  --text-color-secondary: #F3F3F3;
  --text-color-tertiary: #F3F3F3;
  --page-background: #202020;
  --section-background: #2D2D2D;
}
html, body {
  font-family: 'League Spartan', sans-serif;
  color: var(--text-color-secondary);
  background-color: var(--page-background);
  overflow-x: clip;
}
.m-auto {
  margin: auto;
}
@layer base {
  h1, h2, h3, h4, h5, h6 {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
    padding-bottom: calc(var(--spacing) * 4);
  }
}
.container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
body::after {
  content: "12345_devmode";
  display: none;
}
.text-faint {
  opacity: .5;
}
.text-disabled {
  opacity: .3;
}
.kd--dropdown-menu {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  min-width: 240px;
  background: var(--section-background);
}
.kd--button {
  padding: 0.75rem 1.5rem;
  transition: all var(--global-transitionSpeed) linear;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.kd--button.toggle {
  display: inline-block;
}
.kd--button.btn-sm {
  padding: 0.5rem 1rem;
}
.kd--button.btn-lg {
  padding: 1.25rem 3rem;
}
.btn-primary {
  background: var(--color-primary);
  color: var(--text-color-secondary);
}
.btn-primary:hover {
  background: var(--color-primary-hover);
  color: var(--text-color-secondary);
}
.btn-secondary {
  background: var(--color-secondary);
  color: var(--text-color-tertiary);
}
.btn-secondary:hover {
  background: var(--color-secondary-hover);
  color: var(--text-color-tertiary);
}
.btn-danger {
  background: var(--color-danger);
  color: var(--text-color-tertiary);
}
.text-danger {
  color: var(--color-danger);
}
.btn-danger:hover {
  background: var(--color-danger-hover);
}
.btn-success {
  background: var(--color-success);
  color: var(--text-color-tertiary);
}
.text-success {
  color: var(--color-success);
}
.btn-success:hover {
  background: var(--color-success-hover);
}
.btn-info {
  background: var(--color-tertiary);
  color: var(--text-color-tertiary);
}
.btn-info:hover {
  background: var(--color-tertiary-hover);
  color: var(--text-color-tertiary);
}
.kd--navLink a {
  font-size: 1rem;
  font-weight: bold;
  transition: all var(--global-transitionSpeed) linear;
}
.kd--navLink a.active {
  color: var(--text-color-primary);
}
.kd--navLink.has-children .kd--dropdown-menu {
  display: none;
}
.kd--navLink.has-children.isMenuOpen .kd--dropdown-menu {
  display: block;
}
.kd--navLink.specialItem {
  background: var(--color-primary);
  border-radius: 8px;
}
.kd--navLink.specialItem a {
  color: var(--text-color-secondary);
  padding: 1rem 1.5rem;
}
.kd--navLink.specialItem a:hover {
  color: var(--text-color-secondary);
  padding: 1rem 1.5rem;
}
.kd--dropdown-menu .kd--navLink a {
  color: var(--text-color-secondary);
  font-size: 0.6rem;
  font-weight: bold;
  transition: all var(--global-transitionSpeed) linear;
}
.kd--navLink a:hover {
  color: var(--text-color-primary);
}
.kd--navBar .kd--storeLogo {
  width: 96px;
}
.kd--customerText {
  text-align: right;
  color: var(--text-color-tertiary);
}
.kd--customerAvatar .avatar {
  width: 48px;
}
.kd--customerMenu {
  background: #212121;
  margin-left: 1rem;
  transition: background var(--global-transitionSpeed) linear;
}
.kd--customerMenu:hover {
  background: #2e2e2e;
}
.kd--storeName h1 {
  padding-bottom: 0;
}
.kd--serverTab {
  color: white;
  top: 0;
  left: 1.5rem;
}
.kd--serverCount {
  background: white;
  color: var(--text-black);
  padding: 0.2rem 0.5rem;
  border-radius: 20px;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
}
.kd--serverGame {
  background: #219900;
  border-radius: 0 0 8px 8px;
  font-size: 13px;
  line-height: 13px;
}
.kd--serverGame:hover {
  background: #166600;
}
.kd--serverDiscord {
  background: #5865F2;
  border-radius: 0 0 8px 8px;
  font-size: 13px;
  line-height: 13px;
}
.kd--serverDiscord:hover {
  background: #2A3BEE;
}
.kd--headerMask .svg-wrapper {
  position: relative;
  width: 110%;
  height: 900px;
  margin-top: -10%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  clip-path: url(#clipPathShape);
  -webkit-clip-path: url(#clipPathShape);
}
.kd--headerMask svg {
  position: absolute;
  width: 0;
  height: 0;
}
.header-backText {
  top: 15%;
  z-index: 0;
  line-height: normal;
}
.content-title {
  position: relative;
  display: inline-block;
}
.content-title:after {
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  background: var(--color-primary);
  height: 8px;
  width: 40%;
  border-radius: 4px;
}
.text-center .content-title:after {
  right: 0;
  margin: auto;
}
.offset.content-title:after {
  background: var(--color-secondary);
}
.kd--modal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: none;
  pointer-events: none;
}
body.modal-open {
  overflow: hidden;
}
.kd--modal .kd--modal-content {
  background: var(--section-background);
  position: relative;
  top: 15%;
  border-radius: 32px;
  pointer-events: all;
  margin: auto;
}
.kd--backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--page-background);
  opacity: .8;
  z-index: 1000;
}
.kd--modal.modalIsOpen {
  display: block;
}
.kd--bedrockSwitch {
  position: relative;
  width: 52px;
  height: 28px;
  margin-inline: auto;
}
.kd--bedrockSwitch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.kd--bedrockSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--page-background);
  border-radius: 4px;
  transition: all var(--global-transitionSpeed) linear;
}
.kd--bedrockSlider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: var(--section-background);
  border-radius: 4px;
  transition: all .3s linear;
}
.kd--bedrockSwitch input:checked + .kd--bedrockSlider {
  background-color: var(--color-primary);
}
.kd--bedrockSwitch input:checked + .kd--bedrockSlider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}
.kd--bedrockSwitch input:focus + .kd--bedrockSlider {
  box-shadow: 0 0 3px var(--color-primary);
}
.kd--featuredPackages {
  background: #1A1A1A;
  position: absolute !important;
  right: 0;
  bottom: 0;
  height: 160px;
  width: 82%;
  z-index: 40;
  border-top-left-radius: 40px;
  display: unset !important;
}
.kd--featuredPackages:after {
  content: "";
  background: #1A1A1A;
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.kd--headerMask__mask {
  filter: drop-shadow(8px 12px 9px rgba(26,26,26,.2));
  transform: translateX(5%);
}
.kd--headerButtons {
  z-index: 1;
}
.kd--headerGridSvg {
  width: 260px;
  height: 260px;
  position: absolute;
  left: -20%;
  bottom: 5%;
  z-index: 0;
}
.kd--supportBanner {
  margin-top: 64px;
}
.kd--packageActions .kd--button {
  width: 44px;
  height: 44px;
  border-radius: 8px;
}
.kd--packageImage {
  width: auto;
  height: 100%;
}
.kd--packageImage img {
  aspect-ratio: auto;
  height: 100%;
}
.kd--widget.widget-featured {
  justify-content: center;
  align-items: center;
  position: relative;
}
.kd--widget.widget-featured:not(:last-child)::after {
  content: "";
  position: relative;
  left: auto;
  top: 0;
  bottom: 0;
  margin-left: 16px;
  width: 3px;
  height: 64px;
  background: var(--section-background);
  opacity: 5%;
  z-index: 1;
}
.kd--widget.widget-featured:not(:first-child) {
  padding-left: 10px;
}
.kd--packageInfo {
  justify-content: space-between;
  align-items: center;
}
.kd--packagePrice {
  font-size: 13px;
}
.kd--footerServerStatus .kd--button {
  background: none;
  color: white;
  padding: 0;
  font-size: 13px;
}
.kd--footerServerStatus .kd--serverCount {
  background: none;
  color: white;
  padding: 0;
}
.kd--footerServerStatus .kd--serverGame .kd--footerStatusButton {
  background: var(--color-success);
}
.kd--footerServerStatus .kd--serverDiscord .kd--footerStatusButton {
  background: #5865f2;
}
.kd--footerServerStatus .kd--footerStatusButton {
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kd--footerText .kd--footerCopyright {
  font-size: 16px;
  margin: 0px;
  padding: 0px;
}
.kd--footerText > p {
  font-size: 13px;
}
.kd--footerServerStatus .kd--button .kd--serverCount {
  font-weight: normal;
}
.kd--footerServerStatus span {
  font-weight: normal;
}
.kd--footerServerStatus span.font-bold {
  font-weight: bold;
}
.kd--footerLinks {
  display: grid;
  grid-template-columns: 50% 50%;
  max-width: 280px;
  justify-items: end;
  align-items: center;
  justify-content: end;
}
.kd--footerLink {
  text-align: right;
}
.kd--footerServerStatus {
  margin-top: 1rem;
}
.kd--footer-bottom {
  background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,.2), rgba(0,0,0,0));
}
.kd--footerSocialsItem {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  transition: var(--global-transitionSpeed) ease-out;
}
.kd--module {
  background: var(--section-background);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 5px 10px 5px rgba(26,26,26,5%);
}
.kd--moduleBlock span {
  display: block;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--text-color-secondary);
  opacity: .3;
}
.kd--contentText {
  margin-bottom: 2rem;
}
.kd--contentSidebar .widget-featured {
  display: none;
}
.kd--contentMain {
  position: relative;
  z-index: 2;
}
.kd--contentMain::before, .kd--contentMain::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: var(--section-background);
}
.kd--contentMain::before {
  right: 100%;
  width: 100%;
}
.kd--contentMain::after {
  left: 100%;
  width: 100%;
}
.kd--contentSidebar {
  position: relative;
  z-index: 2;
  min-width: 340px;
}
.kd--contentSidebar .kd--moduleTitle h4 {
  font-size: 14px;
}
.kd--contentSidebar .kd--moduleTitle {
  font-size: 13px;
}
.kd--pageContent > .flex-4::after {
  left: 100%;
  width: 100%;
}
.kd--categoryPackages.images .kd--categoryPackage {
  flex-direction: column;
  width: calc(25% - (var(--spacing) * 4));
  gap: 16px;
}
.kd--categoryPackages.images {
  flex-direction: row;
  padding-top: 0px;
  margin-top: -18px;
}
.kd--categoryPackages.table {
  flex-direction: column;
}
.kd--categoryPackages {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  z-index: 4;
}
.kd--categoryPackages.table .kd--categoryPackage {
  flex-direction: row;
}
.kd--categoryPackages .kd--categoryPackage {
  position: relative;
  background: var(--section-background);
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0 5px 10px 5px rgba(26,26,26,5%);
}
.kd--categoryPackageImage {
  aspect-ratio: 1/1;
  width: fit-content;
  height: 160px;
  display: block;
  margin: auto;
}
.kd--categoryPackageTitle {
  padding: 0;
  margin: 0;
  font-size: 16px;
  max-width: 60%;
}
.kd--categoryPackagePrice {
  font-size: 13px;
}
.kd--categoryPackageText {
  align-items: center;
}
.kd--categoryPackage .kd--packageActions .btn-lg {
  flex: 2;
  padding: 8px;
  gap: 4px;
}
input.package-qty {
  background: var(--page-background);
  border-radius: 8px;
  text-align: center;
  width: 44px;
  height: 44px;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.kd--basket {
  background: var(--section-background);
  box-shadow: -5px 0 10px 0 rgba(0,0,0,.2);
  transition: calc(var(--global-transitionSpeed) * 3) ease-out;
  right: -100%;
  top: 0;
  bottom: 0;
  z-index: 2000;
}
.kd--basket.isBasketOpen {
  right: 0;
  transition-delay: .2s;
}
.kd--basketFooter {
  margin-top: auto;
  margin-bottom: 0;
}
.kd--basketList {
  flex: 4;
  max-height: 60vh;
  overflow: auto;
  padding-top: 4px;
}
.kd--basketClose {
  height: 44px;
  float: right;
  margin-left: auto;
}
.kd--basketList > h4 > span {
  margin-top: -4px;
}
.kd--userOptions {
  gap: 0.5rem;
  font-size: 13px;
}
.kd--userOptions .kd--button:not(.btn-danger) {
  background: var(--page-background);
}
.kd--basketWrapper {
  gap: 2rem;
  justify-content: space-between;
  height: 100%;
}
.kd--basketItems {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.kd--basketHeader {
  height: 84px;
}
.kd--button.kd--loginButton {
  padding-block: calc(var(--spacing) * 13);
  padding-inline: calc(var(--spacing) * 8);
}
.kd--basketUser {
  height: 96px;
}
.kd--basketItems .kd--packageActions .kd--button {
  width: 40px;
  height: 40px;
}
.kd--basketItems .kd--packageActions input {
  width: 40px;
  height: 40px;
}
.kd--itemDetails {
  flex: 2;
}
.kd--basketItem {
  justify-content: space-between;
  padding: 1rem;
  border: 2px solid var(--page-background);
}
.kd--basketFooter .kd--button {
  width: 100%;
  font-size: 1.25rem;
}
.kd--basketFooter .kd--basketTotal {
  text-align: right;
  font-size: 1.25rem;
}
.text-bold {
  font-weight: bold;
}
.kd--user .kd--username {
  margin-top: -0.75rem;
}
.kd--categoryPackages.list {
  flex-direction: column;
}
.kd--categoryPackages.list .kd--categoryPackage {
  width: 100%;
  gap: 4rem;
  padding: 28px;
  position: relative;
}
.kd--categoryPackages.list .kd--categoryPackage .kd--categoryPackageText {
  flex: 4;
}
.kd--categoryPackages.list .kd--categoryPackage .kd--packageActions {
  flex: 1;
}
.kd--categoryPackages.list .kd--categoryPackage::before {
  content: "";
  position: absolute;
  left: -4px;
  width: 8px;
  height: 44px;
  background: var(--color-primary);
  border-radius: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.kd--packageActions {
  align-items: center;
}
.basketModule .kd--basketItems .kd--packageActions .kd--button, .basketModule .kd--basketItems .kd--packageActions .package-qty {
  width: 32px;
  height: 32px;
  font-size: 13px;
}
.kd--packageName {
  font-weight: 600;
}
.basketModule .kd--packageName {
  font-size: 15px;
}
.basketModule .kd--packagePrice {
  font-size: 11px;
}
.kd--categoryPackages .kd--categoryPackage.isOnSale::before {
  font-weight: 600;
  content: "Sale";
  padding: .35rem .75rem;
  background: var(--color-danger);
  font-size: 13px;
  color: white;
  border-radius: 6px;
}
.kd--categoryPackages.images .kd--categoryPackage.isOnSale::before {
  position: absolute;
  left: 16px;
  top: 16px;
}
.kd--categoryPackages.list .kd--categoryPackage.isOnSale::before {
  position: relative;
  display: inline-flex;
  align-self: center;
  vertical-align: middle;
  width: 60px;
  text-align: center;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 38px;
  margin-right: -3rem;
}
.kd--formField input {
  background-color: var(--page-background);
  padding: 1rem;
  width: 100%;
  border-radius: 8px;
}
.kd--modal-header {
  margin-bottom: 16px;
}
.kd--formField.username-input {
  margin-bottom: 16px;
}
#LoginBoxForm {
  text-align: center;
}
#LoginBoxForm .kd--button.btn-primary {
  margin-top: 16px;
  margin-inline: auto;
}
.muted {
  opacity: .4;
}
.kd--modal-close {
  margin-left: auto;
}
.kd--modal-close button {
  padding: 8px;
  width: 40px;
  border-radius: 8px;
}
.kd--button, input {
  opacity: 1;
  transition: var(--global-transitionSpeed) ease-in-out;
}
.kd--button[disabled], input[disabled] {
  cursor: default;
  opacity: .2;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
    }
  }
}
