body {
  font-family: "Fredoka", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

@media (min-width: 769px) {
  @font-face {
    font-family: "Fredoka";
    src: url(./Fredoka-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
}

@font-face {
  font-family: "Fredoka";
  src: url(./Fredoka-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fredoka";
  src: url(./Fredoka-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

html[data-theme="dark"]:root {
  --bs-body-bg: #000122 !important;
  --color-menu: #fff;
  --color-primary: #fff;
  --high-light: #ff7f00;
  --search-background: #002144;
  --search-border: #fff;
  --header-bg: #0a0e28;
  --color-light: #fff;
  --color-gray: #979797;
  --color-dark: #000;
  --box-bg-color: #002144;
  /* --header-bg: transparent; */
  --item-background: #002144;
  --shadow-1: 0px 0px 24px rgba(0, 0, 0, 0.13);
  --shadow-2: 0px 6px 30px rgba(0, 0, 0, 0.05);
  --border-card: #03274d;
  --bg-paging: #010334;
  --btn-control: #001b39;
  --card-hover: linear-gradient(180deg, #ff7f00, #e71f15);
  --search-complete-bg: #000;
  --search-complete-border: #343434;
  --bg-btn-action: linear-gradient(45deg, #f7b439, #b58121);
  --border-btn: #ffffff3d;
  --bg-btn-action-hover: linear-gradient(90deg, #ff562a, #e53001);
  --nav-slide-btn: #000122;
  --grid-gap: 14px;
  --card-title-height: 42px;
  --play-overlay: rgba(0, 0, 0, 0.85);
  --play-spinner-1: #2e2e2e;
  --play-spinner-2: var(--high-light);
}

:root {
  --bs-body-bg: #f9fafb !important;
  --color-menu: #000;
  --high-light: #ff7f00;
  --color-light: #fff;
  --color-dark: #000;
  --color-primary: #535353;
  --color-gray: #6a6a6a;
  --header-bg: #ffffff;
  --search-background: #ffffff;
  --search-border: #909cad;
  /* --search-background: #002144; */
  --header-bg: #fff;
  --box-bg-color: #fff;
  --item-background: #fff;
  --shadow-1: 0px 0px 24px rgba(0, 0, 0, 0.13);
  --shadow-2: 0px 6px 30px rgba(0, 0, 0, 0.05);
  --border-card: #dbdada;
  --border-btn: #dfdfdf;
  --bg-btn-action: #fff;
  --btn-control: #d4d4d4;
  --search-complete-bg: #fff;
  --search-complete-border: #cecece;
  --card-hover: linear-gradient(180deg, #ff8923, #eb3d10);
  --bg-paging: #fff;
  --bg-btn-action-hover: linear-gradient(90deg, #ff562a, #e53001);
  --nav-slide-btn: #7e7e7e;
  --grid-gap: 14px;
  --card-title-height: 42px;
  --play-overlay: rgba(255, 255, 255, 0.9);
  --play-spinner-1: #d9d9d9;
  --play-spinner-2: var(--high-light);
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  width: 100%;
  margin: 0 auto;
  font-family: "Fredoka", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--color-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-body-bg-image);
  position: relative;
  overflow-x: hidden;
}

body .site {
  position: relative;
}

body.overlayed {
  overflow: hidden;
}

button {
  cursor: pointer;
}

p {
  padding: 0;
  margin: 0;
  max-height: 1000000px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0 0 15px;
  max-height: 1000000px;
  line-height: 1.2;
}

h1:not([class]) {
  font-weight: 600;
  font-size: 2.5rem;
}

h2:not([class]) {
  font-weight: 600;
  font-size: 1.8rem;
}

h3:not([class]) {
  font-weight: 600;
  font-size: 1.5rem;
}

h4:not([class]) {
  font-weight: 600;
  font-size: 1.125rem;
}

li,
ol,
ul {
  max-height: 1000000px;
}

div {
  max-height: 1000000px;
}

svg {
  display: block;
}

a:not([class]) {
  color: #2a4eb4;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
}

a:not([class]):hover {
  text-decoration: none;
  border-color: #fff0;
}

.BZnOut {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ccc;
  /* margin: 28px 20px; */
  border-radius: 8px;
}

.BZnOut .hOXiKaUBV {
  min-width: 300px;
  min-height: 250px;
  padding: 20px;
  overflow: hidden;
  clear: both;
  text-align: center;
}

.BZnOut p {
  color: #fff;
  margin: 10px 0;
}

/* ------------------------------------------------header------------------------------------------------- */

.pjmPkYz {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--header-bg);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
html[data-theme="dark"] .pjmPkYz {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.fxYKDchHoE {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  height: 56px;
  padding: 0 12px;
}

.YDBYW {
  color: var(--color-menu);
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
  font-size: 1.5rem;
}

.RlvAZCGWEx,
.JfLgWAOTv {
  display: flex;
  align-items: center;
  gap: 14px;
}

.mAMNUpt {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: transparent;
  color: var(--color-light);
}

.gxIbbip {
  position: relative;
  display: flex;
  align-items: center;
}

.gxIbbip input[type="search"] {
  width: min(520px, 42vw);
  height: 36px;
  padding: 0 46px 0 12px;
  color: var(--color-light);
  border: 2px solid var(--search-border);
  background: var(--search-background);
  border-radius: 10px;
  outline: none;
  transition: width 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.gxIbbip input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.gxIbbip .tKnTqRUs {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 2px solid var(--search-border);
  background: transparent;
  color: var(--color-light);
  display: grid;
  place-items: center;
}

.lOLTSQEsr .hYas {
  display: none;
}
.lOLTSQEsr .TUrKxlbx {
  display: block;
}
html[data-theme="dark"] .lOLTSQEsr .hYas {
  display: block;
}
html[data-theme="dark"] .lOLTSQEsr .TUrKxlbx {
  display: none;
}

@media (max-width: 768px) {
  .fxYKDchHoE {
    height: 52px;
  }
  .gxIbbip input[type="search"] {
    width: 0;
    padding: 0;
    border-color: transparent;
    background: transparent;
    color: transparent;
  }
  .gxIbbip .tKnTqRUs {
    position: static;
    transform: none;
  }

  .pjmPkYz.gxIbbip-open .search input[type="search"] {
    width: min(260px, 72vw);
    padding: 0 46px 0 12px;
    border-color: var(--search-border);
    background: var(--search-background);
    color: var(--color-light);
  }
  .pjmPkYz.gxIbbip-open .search .tKnTqRUs {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 769px) {
  .gxIbbip input[type="search"]:focus {
    width: min(640px, 50vw);
    border-color: var(--high-light) !important;
    box-shadow: 0 0 0 3px rgba(255, 127, 0, 0.08) inset;
    background: var(--search-background);
    color: var(--color-menu);
  }
}

.ivXpeQgJ {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1200;
}
.ivXpeQgJ.open {
  display: block;
}

.jqHkVgV {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}

.BGWpKmDAU {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: min(78vw, 300px);
  background: var(--bs-body-bg);
  color: var(--color-primary);
  box-shadow: 6px 0 24px rgba(0, 0, 0, 0.3);
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  display: flex;
  flex-direction: column;
}
.ivXpeQgJ.open .BGWpKmDAU {
  transform: translateX(0);
}

.qXSA {
  height: 56px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--border-btn);
}
.twufhLGWc {
  font-weight: 600;
  color: var(--color-primary);
}

.SEBIeZVEJ {
  list-style: none;
  padding: 10px;
  margin: 0;
  display: grid;
  gap: 8px;
}
.SEBIeZVEJ a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--color-primary);
  text-decoration: none;
  background: var(--item-background);
  border: 1px solid var(--border-btn);
}
.SEBIeZVEJ a:hover {
  border-color: var(--search-border);
}
.mAMNUpt {
  color: var(--color-menu);
  border: 1px solid var(--border-btn);
  background: transparent;
}

.gxIbbip input[type="search"] {
  color: var(--color-menu);
  border: 1px solid var(--search-border);
  background: var(--search-background);
}
.gxIbbip input::placeholder {
  color: rgba(0, 0, 0, 0.45);
}
html[data-theme="dark"] .gxIbbip input::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

.gxIbbip .tKnTqRUs {
  color: var(--color-menu);
  border: 2px solid var(--search-border);
}

.lOLTSQEsr .hYas {
  display: block;
}
.lOLTSQEsr .TUrKxlbx {
  display: none;
}
html[data-theme="dark"] .lOLTSQEsr .hYas {
  display: none;
}
html[data-theme="dark"] .lOLTSQEsr .TUrKxlbx {
  display: block;
}

.qXSA .mAMNUpt {
  color: var(--color-menu);
  border-color: var(--border-btn);
}

.RcSmeIMY {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1300;
}
.RcSmeIMY.open {
  display: block;
}

.oXPst {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
}

.KooH {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}

.UNXVySLd {
  pointer-events: auto;
  height: 56px;
  padding: 8px;
  display: grid;
  grid-template-columns: 1fr 40px;
  gap: 8px;
  align-items: center;
  background: var(--header-bg);
  border-bottom: 1px solid var(--border-btn);
}

.UNXVySLd input[type="search"] {
  height: 40px;
  padding: 0 12px;
  border-radius: 10px;
  border: 2px solid var(--search-border);
  background: var(--search-background);
  color: var(--color-menu);
  outline: none;
}
.UNXVySLd input::placeholder {
  color: rgba(0, 0, 0, 0.45);
}
html[data-theme="dark"] .UNXVySLd input::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.UNXVySLd .mAMNUpt {
  width: 40px;
  height: 40px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .gxIbbip input[type="search"] {
    width: 0;
    padding: 0;
    border-color: transparent;
    background: transparent;
    color: transparent;
  }
  .gxIbbip .tKnTqRUs {
    position: static;
    transform: none;
  }
}
/* -------------------------------------------------main--------------------------------------------- */
.haNo {
  max-width: 1370px;
  margin: 0 auto;
  width: 100%;
  padding: 0 24px;
  margin-bottom: 35px;
}

.BlSwrO {
  margin: 0 0 12px;
}

.NyRbfUw {
  margin-top: 16px;
}
.SQLHY {
  position: relative;
}

.ECXyu {
  overflow: hidden;
  touch-action: pan-y;
}
.dLWvOwEfBC {
  display: flex;
  gap: 16px;
  will-change: transform;
  transition: transform 0.25s ease;
  cursor: grab;
  touch-action: pan-y;
}

.dLWvOwEfBC.dragging {
  cursor: grabbing;
}

.HwbnxPGvj {
  width: 260px;
  flex: 0 0 260px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.OOUqJbTw {
  display: block;
  background: var(--item-background);
  border: 1px solid var(--border-card);
  border-radius: 14px;
  overflow: hidden;
  color: var(--color-primary);
  text-decoration: none;
  box-shadow: var(--shadow-2);
}
.OOUqJbTw .eaUpF {
  position: relative;
  aspect-ratio: 16/9;
  background: #e9ecef;
}
.OOUqJbTw img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-user-drag: none;
  user-select: none;
}

.EImicm {
  position: absolute;
  right: 8px;
  top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  font-weight: 600;
  color: #ffd34d;
  background: #0f1a38;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
html[data-theme="dark"] .EImicm {
  background: #081024;
}
.EImicm svg {
  width: 14px;
  height: 14px;
  display: block;
}

.OOUqJbTw .jlnx {
  padding: 10px 12px 14px;
  font-weight: 500;
  color: var(--color-primary);
}
@media (hover: hover) {
  .OOUqJbTw:hover {
    border-color: var(--high-light);
    box-shadow: 0 6px 20px rgba(231, 63, 2, 0.25);
  }
  .OOUqJbTw:hover .jlnx {
    color: var(--high-light);
  }
}

.qsWti,
.BfVGUB {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid var(--border-btn);
  background: var(--btn-control);
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: var(--shadow-1);
}
.qsWti {
  left: -8px;
}
.BfVGUB {
  right: -8px;
}
.qsWti::before {
  content: "‹";
  font-size: 22px;
  line-height: 1;
  color: var(--high-light);
}
.BfVGUB::before {
  content: "›";
  font-size: 22px;
  line-height: 1;
  color: var(--high-light);
}
.qsWti[disabled],
.BfVGUB[disabled] {
  opacity: 0.4;
  pointer-events: none;
}

.hcNHO .dLWvOwEfBC {
  gap: 12px;
}
.hcNHO .HwbnxPGvj {
  width: 190px;
  flex: 0 0 190px;
  gap: 12px;
}

.DgAfeETimV .HwbnxPGvj {
  width: 160px !important;
  flex-basis: 160px;
}

.hcNHO {
  display: block;
}
.DgAfeETimV {
  display: none;
}
@media (max-width: 768px) {
  .hcNHO {
    display: none;
  }
  .DgAfeETimV {
    display: block;
  }
}

@media (max-width: 768px) {
  .HwbnxPGvj {
    width: 78vw;
    flex-basis: 78vw;
  }

  .DgAfeETimV .HwbnxPGvj .OOUqJbTw:nth-child(n + 2) {
    display: block;
  }
}

.hcNHO .OOUqJbTw {
  height: auto;
  display: block;
}
.hcNHO .OOUqJbTw .eaUpF {
  aspect-ratio: 1 / 1;
}
/* .hcNHO .OOUqJbTw .jlnx {
  margin-top: auto;
  min-height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
} */

.hcNHO .OOUqJbTw--placeholder {
  display: block;
  height: 196px;
  visibility: hidden;
  border: 0;
  box-shadow: none;
  background: transparent;
  pointer-events: none;
}

.DgAfeETimV .OOUqJbTw {
  height: 210px;
  display: flex;
  flex-direction: column;
}
.DgAfeETimV .OOUqJbTw .eaUpF {
  flex: 0 0 auto;
}
.hcNHO .OOUqJbTw .jlnx,
.DgAfeETimV .OOUqJbTw .jlnx {
  min-height: 40px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 10px 12px 14px;
  font-weight: 500;
  color: var(--color-primary);
}

.hcNHO .OOUqJbTw .jlnx:hover {
  color: var(--high-light);
}

.MKFEhVkcWR:hover {
  color: var(--high-light);
  border-color: var(--high-light);
  box-shadow: 0 6px 20px rgba(231, 63, 2, 0.25);
}

/* -----------------------------------game list----------------------------------- */

.GUVcRe {
  margin: 0;
}

.GUVcRe h2 {
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--color-primary);
}

.oYFcjEzyA {
  display: grid;
  grid-gap: var(--grid-gap);
  grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
  grid-auto-flow: row dense;
  justify-content: center;
}
.uBjl {
  background: var(--item-background);
  border-radius: 7px;
  max-width: 240px;
  width: 100%;
  height: fit-content;
  box-shadow: var(--shadow-2);
  border: 1px solid var(--border-card);
  position: relative;
}

/* .games-grid-items  */
.uBjl:hover {
  border-color: var(--high-light);
  box-shadow: 0 6px 20px rgba(231, 63, 2, 0.25);
}
/* .games-grid-items  */
.uBjl:hover .twrTV {
  color: var(--high-light);
}

.yOsnfjNbR {
  pointer-events: auto;
  position: relative;
  z-index: 4;
  text-decoration: none;
  display: block;
}
.QsFxgbHtfs {
  overflow: hidden;
  border-radius: 7px 7px 0 0;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1 / 1;
}

.lUlSJqlnfQ {
  color: var(--color-primary);
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 4px;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--bs-body-bg);
  box-shadow: var(--shadow-1);
  z-index: 1;
  pointer-events: none;
}
.wQnmrZUV {
  color: #fc0;
  width: 12px;
  height: 12px;
  margin-right: 3px;
}

.XHnP {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  fill: currentColor;
  font-size: 0;
}
.zGVMiEFu {
  vertical-align: top;
  fill: inherit;
  width: inherit;
  height: inherit;
}

.uBjl .QsFxgbHtfs img {
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (max-width: 500px) {
  .oYFcjEzyA {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
}

.kyFFkKBH {
  line-height: normal;
  max-width: 150px;
  /* padding: 10px 12px 14px;
  display: -webkit-box; */
  height: var(--card-title-height);
  padding: 0 12px;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

.twrTV {
  display: block;
  color: var(--color-primary);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pTLzJXOOd {
  grid-column: span 2;
  grid-row: span 2;
}

.pTLzJXOOd.uBjl {
  max-width: 100%;
  height: fit-content;
  width: 100%;
}

.pTLzJXOOd .QsFxgbHtfs {
  /* aspect-ratio: 4 / 3; */
  aspect-ratio: 151 / 100;
  display: block;
}

.pTLzJXOOd .yOsnfjNbR::after {
  content: "";
  display: block;
  height: var(--card-title-height);
}

.pTLzJXOOd .kyFFkKBH {
  max-width: unset;
}

.pTLzJXOOd.uBjl .QsFxgbHtfs img {
  height: 100%;
}

@media (max-width: 600px) {
  .pTLzJXOOd.uBjl {
    grid-column: unset;
    grid-row: unset;
  }

  .pTLzJXOOd .QsFxgbHtfs {
    aspect-ratio: 182 / 118;
    display: block;
  }

  .pTLzJXOOd .yOsnfjNbR::after {
    height: auto;
  }
}

.MKFEhVkcWR {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-primary);
  font-size: 15px;
  text-decoration: none;
  box-shadow: var(--shadow-2);
  border: 1px solid var(--border-card);
  text-transform: uppercase;
  min-height: 218px;
  background: var(--item-background);
  border-radius: 7px;
  max-width: 240px;
  width: 100%;
  padding: 22px;
  text-align: left;
}
/* --------------------------------------about us------------------------------------- */

.OiJSKtjuq {
  background-color: var(--box-bg-color);
  border-radius: 16px;
  padding: 40px;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative;
  color: var(--color-primary);
  box-shadow: var(--shadow-2);
  /* border: 6px solid var(--high-light); */
  border: 4px solid #e782008a;
}

.OiJSKtjuq p {
  margin: 0 0 10px;
}
/* ------------------------------------------footer------------------------------ */
.TXRHElpT {
  padding: 12px 24px 40px;
}
.TXRHElpT .zwKuUKnhQE {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}
.kTcOOL {
  display: flex;
  align-items: center;
  justify-content: center;
}

.kTcOOL a {
  padding: 0 15px;
  text-decoration: none;
  color: var(--color-primary);
  font-size: 1.2rem;
}
/* -------------------------------------------category---------------------------------------------------- */
.GUVcRe p {
  color: var(--color-gray);
}
/* ---------------------------------------------game------------------------------------------------- */

.spusse {
  max-width: 1370px;
  margin: 0 auto;
  width: 100%;
  padding: 0 24px;
  margin-bottom: 35px;
}

.wtep {
  position: relative;
  overflow: hidden;
  padding: 32px 0 12px;
  touch-action: pan-y pinch-zoom;
}
.tYetujCf {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
.tYetujCf h2 {
  font-weight: 600;
  font-size: 1.3rem;
  color: var(--color-primary);
  margin: 0;
}

.OqoPQ {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
}

.OqoPQ .lGGUWVhnXc {
  outline: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  color: var(--color-primary);
  border: 1px solid var(--border-btn);
  background-color: var(--bg-btn-action);
  cursor: pointer;
}
.OqoPQ .lGGUWVhnXc:first-child {
  border-radius: 6px 0 0 6px;
  border-right: 0;
}
.OqoPQ .lGGUWVhnXc:last-child {
  border-radius: 0 6px 6px 0;
}
.OqoPQ .lGGUWVhnXc:hover {
  color: var(--color-light);
  background: var(--bg-btn-action-hover);
}
.OqoPQ .lGGUWVhnXc[disabled] {
  opacity: 0.4;
  pointer-events: none;
}

.XHnP {
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  fill: currentColor;
  font-size: 0;
}

.qXpATz {
  display: flex;
  gap: var(--grid-gap);
  will-change: transform;
  transition: transform 0.25s ease;
}
.qXpATz.dragging {
  transition: none;
  cursor: grabbing;
}

@media (prefers-reduced-motion: reduce) {
  .qXpATz {
    transition: none;
  }
}
.BgdziKY {
  flex: 0 0 200px;
}
@media (max-width: 768px) {
  .BgdziKY {
    flex-basis: 200px;
  }
}

.BgdziKY .uBjl {
  max-width: 100%;
}
.WiSQzjCsuc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 24px;
}

.eKiONI {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  position: relative;
}

.enzYpJjI {
  align-items: center;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.ehKrItp {
  width: 100%;
  height: 100%;
  flex-grow: 1;
  justify-content: center;
  position: relative;
}

.FOLAsGdTB {
  width: 100%;
  height: 100%;
  min-height: 550px;
  background-color: #3a3d44;
  /* background-image: url("../images/pattern.svg"); */
  /* background: url(../images/pattern.svg) 0 0 / 3.125rem 3.125rem
    rgb(33 26 48 / 0.5); */
  background-repeat: repeat;
  background-position: center;
  background-size: 320px auto;
}

.WdJGVNbzc {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.fGjZcAkrC {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  background-color: rgb(0 0 0 / 0.6);
}

.fJqWFPny img {
  border-radius: 8px;
  -webkit-box-shadow: 0 0 1rem 0 #fff;
  box-shadow: 0 0 1rem 0 #fff;
  /* max-width: 200px; */
  width: 200px;
  height: 180px;
}

.YWJuOLoIk {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin: 20px auto;
  background: linear-gradient(90deg, #fff0 0, rgb(0 0 0 / 0.3) 50%, #fff0);
  width: 100%;
  text-align: center;
  padding: 14px 0;
  font-family: inherit;
}

.ryBSt {
  position: relative;
  height: 50px;
}

.ryBSt button {
  overflow: hidden;
  -webkit-appearance: none;
  appearance: none;
  z-index: 10;
  box-shadow: 0 0 1rem 0 #fff;
  background: #ff3814;
  font-weight: 700;
  color: #fff;
  font-size: 22px;
  padding: 0 32px;
  border-radius: 16px;
  border: 0;
  margin: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  /* -webkit-overflow-scrolling: touch; */
  transition: box-shadow 0.15s, background-color 0.15s, transform 0.1s,
    opacity 0.1s;
}

@media (max-width: 768px) {
  .FOLAsGdTB {
    min-height: 320px;
    background-size: 240px auto;
  }
}

@media (min-width: 768px) and (max-width: 1370px) {
  .FOLAsGdTB {
    min-height: 500px;
  }
}

.Kmdiou {
  border-radius: 0 0 7px 7px;
  position: relative;
  box-shadow: var(--shadow-2);
  width: 100%;
}

.ElGUJaZX {
  min-width: 0;
  max-width: 320px;
  margin-left: 24px;
}

.BaVkpYqMI {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

.BaVkpYqMI::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--box-bg-color);
  position: absolute;
  bottom: 0;
  border-radius: 0 0 7px 7px;
  left: 0;
  top: 0;
  z-index: -1;
  border: 1px solid var(--border-card);
}

.phVKfHJlH {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 10px;
}

.phVKfHJlH img {
  border-radius: 4px;
}

.phVKfHJlH h2 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.GuGYC {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.yvfixocVM {
  margin: 0 0 20px;
  padding: 0 10px;
  width: 50%;
}

@media (max-width: 1199px) {
  .WiSQzjCsuc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .eKiONI {
    margin: 0 0 30px;
    flex: unset;
  }
  .ElGUJaZX {
    max-width: 100%;
    padding: 0;
    margin-left: 0;
  }

  .GuGYC {
    justify-content: center;
  }

  .yvfixocVM {
    max-width: 25%;
  }
}
@media (max-width: 768px) {
  .yvfixocVM:nth-child(odd) {
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  .GuGYC {
    display: none;
  }
}

.uPyA {
  background-color: var(--box-bg-color);
  border-radius: 16px;
  padding: 40px;
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative;
  color: var(--color-primary);
  box-shadow: var(--shadow-2);
}

.AgZjy {
  max-width: 100%;
  margin: 0 0 12px;
}
.dOAt {
  display: flex;
  margin: 0 0 8px;
}

.qxodCSNhk {
  width: 120px;
  color: var(--color-gray);
}

.OtqVEDPaP {
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
}
.SloZvAH {
  border: 1px solid var(--border-btn);
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  font-weight: 500;
  text-decoration: none;
  padding: 6px 12px;
  position: relative;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  text-transform: capitalize;
  z-index: 0;
  border-radius: 4px;
  font-size: 16px;
  color: var(--color-primary);
  background: var(--btn-control);
  transition: 0.2s ease-in-out;
  gap: 4px;
}
.SloZvAH:hover {
  color: #fff;
  background-color: #ed3c0e;
}
.dec-content-right span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.drawer-section {
  padding: 10px 10px 6px;
  border-bottom: 1px solid var(--border-btn);
}
.drawer-section:last-child {
  border-bottom: 0;
}

.drawer-title {
  margin: 6px 6px 8px;
  font-weight: 600;
  font-size: 12px;
  color: var(--color-gray);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.SEBIeZVEJ.primary-links {
  gap: 8px;
}
.SEBIeZVEJ.category-links {
  max-height: calc(100vh - 220px);
  overflow: auto;
  padding-right: 6px;
}
.SEBIeZVEJ.category-links::-webkit-scrollbar {
  width: 6px;
}
.SEBIeZVEJ.category-links::-webkit-scrollbar-thumb {
  background: var(--border-btn);
  border-radius: 4px;
}

.SEBIeZVEJ a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 10px;
  background: var(--item-background);
  border: 1px solid var(--border-btn);
  color: var(--color-primary);
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s,
    background 0.2s, color 0.2s;
}
.SEBIeZVEJ a::after {
  content: "›";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-gray);
  transition: 0.2s;
}
.SEBIeZVEJ a:hover,
.SEBIeZVEJ a:focus-visible {
  border-color: var(--high-light);
  box-shadow: 0 8px 20px rgba(231, 63, 2, 0.18);
  background: linear-gradient(
    90deg,
    rgba(231, 63, 2, 0.08) 0%,
    transparent 80%
  );
  transform: translateX(2px);
  color: var(--color-primary);
}
.SEBIeZVEJ a:hover::after,
.SEBIeZVEJ a:focus-visible::after {
  right: 10px;
  color: var(--high-light);
}

.SEBIeZVEJ.primary-links a {
  font-weight: 600;
}
