html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

strong,
b {
  font-weight: 700;
}

body {
  margin: 0;
  color: #f9faff;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  background-color: #c796b5;
}

@media print {
  body {
    background-color: #fff;
  }
}

body::backdrop {
  background-color: #c796b5;
}

@font-face {
  font-family: Nunito-fallback;
  size-adjust: 101.44000000000005%;
  ascent-override: 109%;
  src: local("Arial");
}

html {
  scrollbar-width: thin;
  scrollbar-color: #aaadbe;
}

html::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: rgba(0, 0, 0, 0);
}

html::-webkit-scrollbar-thumb {
  background: #aaadbe;
  border-radius: 30px;
}

html::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
}

body {
  overflow-y: overlay;
  font-size: 14px;
  font-family: Nunito, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

button {
  font-family: Nunito, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Nunito, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 900;
  color: #fff;
  margin-block: 0;
}

h1 {
  font-size: 24px;
  line-height: 31px;
}

h2 {
  font-size: 1.2rem;
}

@media (max-width: 1509.95px) {
  h2 {
    font-size: 0.875rem;
  }
}

h3 {
  font-family: Nunito, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 900;
  color: #fff;
}

a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #fff;
}

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .css-15n3sop {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  -webkit-flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  -ms-flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  flex-direction: column;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  -webkit-align-items: stretch;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  -webkit-box-align: stretch;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  -ms-flex-align: stretch;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  align-items: stretch;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  background: #c796b5;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  position: relative;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                }

.css-a0hqaw {
  z-index: 11;
  position: fixed;
  background-image: none;
  background: #c796b5;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  width: 100%;
  top: 0;
  left: auto;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: flex-start;
  align-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
  -webkit-box-flex-flow: wrap;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding-top: 4px;
  border-bottom: 1px solid #1a1b28;
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2),
  0px 3px 4px 0px rgba(0, 0, 0, 0.14),
  0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.css-a0hqaw .MuiBackdrop-root {
  z-index: -1;
}

.css-1txsw95 {
  border-radius: 30px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Nunito;
  font-weight: 800;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0;
  background: transparent;
  color: #eff0f7;
  height: 48px;
  width: 48px;
  margin-right: 4px;
}

.css-1txsw95:active {
  color: rgba(170, 173, 190, 0.8);
}

@media (hover: hover) {
  .css-1txsw95:hover {
    color: #aaadbe;
  }
}

.css-1txsw95.Mui-disabled {
  background: #28293d;
  color: #474967;
  cursor: default;
}

.css-1txsw95 svg {
  height: 24px;
  width: 24px;
}

.css-6qu7l6 {
  display: inline-block;
  fill: currentcolor;
  height: 24px;
  width: 24px;
}

.css-2ug2n9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0px 8px;
}

.css-2ug2n9 svg {
  fill: white;
  height: 100%;
}

.css-iuas19 {
  height: 30px;
  position: relative;
  margin-right: 8px;
}

@media (hover: hover) {
  .css-iuas19:hover {
    -webkit-animation-name: animation-1nudq4e;
    animation-name: animation-1nudq4e;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
}

.css-hjyulh {
  height: 30px;
  padding-top: 3px;
}

@media (max-width: 361.95px) {
  .css-1ifrpz9 {
    display: none;
  }
}

.css-15thqwg {
  border-radius: 30px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Nunito;
  font-weight: 800;
  font-size: 16px;
  box-sizing: border-box;
  padding: 8px 16px;
  background: transparent;
  color: #eff0f7;
  height: 40px;
  padding-right: 2px;
  padding-left: 2px;
}

.css-15thqwg:active {
  color: rgba(170, 173, 190, 0.8);
}

@media (hover: hover) {
  .css-15thqwg:hover {
    color: #aaadbe;
  }
}

.css-15thqwg.Mui-disabled {
  background: #28293d;
  color: #474967;
  cursor: default;
}

.css-15thqwg svg {
  height: 20px;
  width: 20px;
  margin-right: 8px;
}

.css-15thqwg svg {
  width: 24px;
  height: 24px;
}

.css-99grex {
  border-radius: 30px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Nunito;
  font-weight: 800;
  font-size: 16px;
  box-sizing: border-box;
  padding: 8px 16px;
  background: transparent;
  color: #eff0f7;
  height: 40px;
  padding-right: 2px;
  padding-left: 2px;
  margin-left: 32px;
}

.css-99grex:active {
  color: rgba(170, 173, 190, 0.8);
}

@media (hover: hover) {
  .css-99grex:hover {
    color: #aaadbe;
  }
}

.css-99grex.Mui-disabled {
  background: #28293d;
  color: #474967;
  cursor: default;
}

.css-99grex svg {
  height: 20px;
  width: 20px;
  margin-right: 8px;
}

.css-99grex svg {
  width: 24px;
  height: 24px;
}

.css-1sbqpkv {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.css-1sbqpkv span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 2px;
  background: #28293d;
  border-radius: 50%;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: wave 1s infinite ease-in-out;
  animation: wave 1s infinite ease-in-out;
}

.css-1sbqpkv span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.css-1sbqpkv span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.css-1sbqpkv span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes wave {

  0%,
  60%,
  100% {
    background: #28293d;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -moz-transform: translateY(0);
  }

  20% {
    background: #55566a;
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -moz-transform: translateY(6px);
  }

  40% {
    background: #55566a;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    -moz-transform: translateY(-6px);
  }
}

@keyframes wave {

  0%,
  60%,
  100% {
    background: #28293d;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -moz-transform: translateY(0);
  }

  20% {
    background: #55566a;
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -moz-transform: translateY(6px);
  }

  40% {
    background: #55566a;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    -moz-transform: translateY(-6px);
  }
}

.css-7j6hg3 {
  border-radius: 30px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Nunito;
  font-weight: 800;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0;
  background: transparent;
  color: #eff0f7;
  height: 48px;
  width: 48px;
  margin-right: 12px;
  margin-left: 2px;
  background: #6842ff;
  border-radius: 30px;
  height: 34px;
  width: 34px;
}

.css-7j6hg3:active {
  color: rgba(170, 173, 190, 0.8);
}

@media (hover: hover) {
  .css-7j6hg3:hover {
    color: #aaadbe;
  }
}

.css-7j6hg3.Mui-disabled {
  background: #28293d;
  color: #474967;
  cursor: default;
}

.css-7j6hg3 svg {
  height: 24px;
  width: 24px;
}

@media (max-width: 599.95px) {
  .css-7j6hg3 {
    margin-right: 4px;
    margin-left: 0;
  }
}

.css-7j6hg3 svg {
  width: 18px;
  height: 18px;
}

.css-1fskaeh {
  width: 200px !important;
  -webkit-transition: visibility 0s, all 0.15s ease-in-out;
  transition: visibility 0s, all 0.15s ease-in-out;
  height: 100vh;
  background: #c796b5;
  content-visibility: auto;
  z-index: 30;
  position: fixed;
  top: 0;
  left: -200px;
  border-right: 1px solid #28293d;
  padding-top: 60px;
}

@media (min-width: 1910px) {
  .css-1fskaeh {
    width: 200px;
  }
}

@media (max-width: 1909.95px) {
  .css-1fskaeh {
    width: 60px;
  }

  .css-1fskaeh:hover [class*="LabelContainer"] {
    opacity: 1;
    visibility: visible;
  }
}

.css-dgpp3l {
  border-radius: 30px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Nunito;
  font-weight: 800;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0;
  background: transparent;
  color: #eff0f7;
  height: 48px;
  width: 48px;
  position: absolute;
  top: 6px;
  left: 6px;
}

.css-dgpp3l:active {
  color: rgba(170, 173, 190, 0.8);
}

@media (hover: hover) {
  .css-dgpp3l:hover {
    color: #aaadbe;
  }
}

.css-dgpp3l.Mui-disabled {
  background: #28293d;
  color: #474967;
  cursor: default;
}

.css-dgpp3l svg {
  height: 24px;
  width: 24px;
}

.css-16p8g77 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 30px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
  overflow-x: hidden;
  overflow-anchor: none;
  scrollbar-width: none;
  padding-top: 0px;
}

.css-16p8g77::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.css-16p8g77::-webkit-scrollbar-thumb {
  border-radius: 30px;
}

.css-16p8g77:hover {
  scrollbar-width: thin;
  scrollbar-color: #aaadbe;
}

.css-16p8g77:hover::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background: rgba(0, 0, 0, 0);
}

.css-16p8g77:hover::-webkit-scrollbar-thumb {
  background: #aaadbe;
  border-radius: 30px;
}

.css-16p8g77:hover::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
}

.css-1pbxfyb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 34px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: #fbcce8;
}

.css-1pbxfyb svg {
  width: 60px;
  height: 34px;
  padding: 0 19px;
  text-align: center;
  margin-left: -6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fbcce8;
}

.css-1pbxfyb .LabelContainer {
  -webkit-transition: visibility 0s, opacity 0.3s, all 0.2s ease-in-out;
  transition: visibility 0s, opacity 0.3s, all 0.2s ease-in-out;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
  color: #fbcce8;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

@media (min-width: 1910px) {
  .css-1pbxfyb .LabelContainer {
    opacity: 1;
    visibility: visible;
  }
}

.css-1pbxfyb:active {
  color: #fbcce8;
}

.css-1pbxfyb:active svg {
  color: #fbcce8;
}

@media (hover: hover) {
  .css-1pbxfyb:hover {
    color: rgb(204, 204, 204);
  }

  .css-1pbxfyb:hover [class*="LabelContainer"] {
    -webkit-transform: translate(8px, 0);
    -moz-transform: translate(8px, 0);
    -ms-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
}

.css-1k1gy5r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 34px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: transparent;
  opacity: 0.3;
}

.css-1k1gy5r svg {
  width: 60px;
  height: 34px;
  padding: 0 19px;
  text-align: center;
  margin-left: -6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #878a9e;
}

.css-1k1gy5r .LabelContainer {
  -webkit-transition: visibility 0s, opacity 0.3s, all 0.2s ease-in-out;
  transition: visibility 0s, opacity 0.3s, all 0.2s ease-in-out;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}

@media (min-width: 1910px) {
  .css-1k1gy5r .LabelContainer {
    opacity: 1;
    visibility: visible;
  }
}

.css-1k1gy5r:active {
  color: #fbcce8;
}

.css-1k1gy5r:active svg {
  color: #fbcce8;
}

.css-y8sx7j {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 34px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left-width: 6px;
  border-left-style: solid;
  border-left-color: transparent;
}

.css-y8sx7j svg {
  width: 60px;
  height: 34px;
  padding: 0 19px;
  text-align: center;
  margin-left: -6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #878a9e;
}

.css-y8sx7j .LabelContainer {
  -webkit-transition: visibility 0s, opacity 0.3s, all 0.2s ease-in-out;
  transition: visibility 0s, opacity 0.3s, all 0.2s ease-in-out;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}

@media (min-width: 1910px) {
  .css-y8sx7j .LabelContainer {
    opacity: 1;
    visibility: visible;
  }
}

.css-y8sx7j:active {
  color: #fbcce8;
}

.css-y8sx7j:active svg {
  color: #fbcce8;
}

@media (hover: hover) {
  .css-y8sx7j:hover {
    cursor: pointer;
    color: rgb(204, 204, 204);
  }

  .css-y8sx7j:hover [class*="LabelContainer"] {
    -webkit-transform: translate(8px, 0);
    -moz-transform: translate(8px, 0);
    -ms-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }

  .css-y8sx7j:hover svg {
    color: rgb(108, 110, 126);
  }
}

.css-148wt6v {
  margin: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-width: 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.12);
  border-bottom-width: thin;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 16px;
  margin-right: 16px;
}

@media (min-width: 0px) {
  .css-1wmsa7e {
    display: block;
  }
}

@media (min-width: 1910px) {
  .css-1wmsa7e {
    display: block;
  }
}

.css-rm266i {
  border-radius: 30px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Nunito;
  font-weight: 800;
  font-size: 16px;
  box-sizing: border-box;
  padding: 8px 16px;
  background: #6842ff;
  color: #f9faff;
  height: 35px;
  width: 176px;
  margin-left: 12px;
  margin-top: 8px;
}

.css-rm266i:active {
  background: rgba(134, 104, 255, 0.7);
}

@media (hover: hover) {
  .css-rm266i:hover {
    background: #8668ff;
  }
}

.css-rm266i.Mui-disabled {
  background: #28293d;
  color: #474967;
  cursor: default;
}

.css-rm266i svg {
  height: 20px;
  width: 20px;
  margin-right: 8px;
}

.css-1xgaqxq {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 16px;
}

@media (min-width: 0px) {
  .css-1xgaqxq {
    display: block;
  }
}

@media (min-width: 1910px) {
  .css-1xgaqxq {
    display: block;
  }
}

.css-1xgaqxq button {
  min-width: unset;
  width: 165px;
}

.css-18csbgg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Nunito;
  font-weight: 700;
  font-size: 16px;
  padding: 8px;
  padding-left: 16px;
  box-sizing: border-box;
  border-radius: 8px;
  height: 40px;
  min-width: 190px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  border: 2px solid #28293d;
  background: transparent;
  color: #f9faff;
}

.css-18csbgg .IconExpandSelect {
  display: block;
}

.css-18csbgg .IconCollapseSelect {
  display: none;
}

.css-18csbgg svg {
  height: 18px;
  width: 18px;
  margin-right: 4px;
  margin-left: 8px;
  color: #878a9e;
}

.css-18csbgg:hover {
  color: #878a9e;
  cursor: pointer;
  border-color: #474967;
}

.css-18csbgg.Mui-expanded {
  color: #f9faff;
  border-color: #6842ff;
  background: #2f3148;
}

.css-18csbgg.Mui-expanded .IconExpandSelect {
  display: none;
}

.css-18csbgg.Mui-expanded .IconCollapseSelect {
  display: block;
}

.css-1jhusdm {
  z-index: 1500;
}

.css-1w5w3wg {
  font-family: Nunito;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  overflow: auto;
  min-width: 180px;
  background: #2f3148;
  padding: 8px 0px;
  padding-bottom: 0;
  scrollbar-width: thin;
  scrollbar-color: #aaadbe;
  max-height: min(50vh, 400px);
}

.css-1w5w3wg::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: rgba(0, 0, 0, 0);
}

.css-1w5w3wg::-webkit-scrollbar-thumb {
  background: #aaadbe;
  border-radius: 30px;
}

.css-1w5w3wg::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
}

.css-1w5w3wg li {
  padding: 0px 16px;
  display: block;
  height: 40px;
  line-height: 40px;
}

.css-1w5w3wg li:hover {
  cursor: pointer;
  background: #373952;
}

.css-1w5w3wg li.Mui-disabled {
  color: #666a7f;
}

.css-1w5w3wg li.Mui-disabled:hover {
  cursor: normal;
  background: #2f3148;
}

.css-bfnfbr {
  margin-left: 20px;
  margin-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.css-383jj4 {
  color: #878a9e;
  -webkit-text-decoration: none;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 2px;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.css-383jj4:hover {
  opacity: 0.8;
}

.css-fr8gpn {
  border-radius: 30px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  border: 1px solid #878a9e;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Nunito;
  font-weight: 800;
  font-size: 16px;
  box-sizing: border-box;
  padding: 8px 16px;
  background: transparent;
  color: #eff0f7;
  height: 40px;
  margin-right: 4px;
  margin-left: 4px;
  border-width: 2px;
  border-color: #2f3148;
  height: 35px;
  min-width: 35px;
  width: 35px;
}

.css-fr8gpn:active {
  border-color: rgba(135, 138, 158, 0.7);
}

@media (hover: hover) {
  .css-fr8gpn:hover {
    color: #aaadbe;
  }
}

.css-fr8gpn.Mui-disabled {
  background: #28293d;
  color: #474967;
  cursor: default;
}

.css-fr8gpn svg {
  height: 20px;
  width: 20px;
  margin-right: 8px;
}

.css-fr8gpn:hover {
  border-width: 2px;
  border-color: #6842ff;
}

.css-fr8gpn svg {
  margin-right: 0;
}

.css-17r7lae {
  display: inline-block;
  fill: currentcolor;
  height: 24px;
  width: 24px;
  min-width: 15px;
  width: 15px;
  height: 15px;
}

.css-1gw9rxv {
  color: #666a7f;
  font-size: 12px;
  font-weight: 400;
  margin-left: 16px;
  margin-top: 8px;
}

.css-htnzqr {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: background-color 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: background-color 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-tap-highlight-color: transparent;
  z-index: 29;
}

.css-12bddr1 {
  min-height: calc(100vh - 56px - 8px);
  margin-top: 56px;
}

.css-linpkp {
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100vh;
}

.css-19dlbhf {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../jpg/background2.jpg);
  background-repeat: repeat;
}

.css-vtn2l4 {
  padding-bottom: 20px;
}

.css-4y7b1m {
  margin-top: 12px;
  position: relative;
}

.css-4y7b1m li.primeCarouselLi,
.css-4y7b1m .skeleton {
  margin-right: 4px;
}

@media (min-width: 0px) {

  .css-4y7b1m li.primeCarouselLi,
  .css-4y7b1m .skeleton {
    width: calc((100vw - 76px) / 2.25);
    height: calc(((((100vw - (76px)) / 2.25) - 4px) * 1.2380952380952381) + -6px);
  }
}

@media (min-width: 600px) {

  .css-4y7b1m li.primeCarouselLi,
  .css-4y7b1m .skeleton {
    width: calc((100vw - 76px) / 3.25);
    height: calc(((((100vw - (76px)) / 3.25) - 4px) * 1.2380952380952381) + -6px);
  }
}

@media (min-width: 800px) {

  .css-4y7b1m li.primeCarouselLi,
  .css-4y7b1m .skeleton {
    width: calc((100vw - 76px) / 4.25);
    height: calc(((((100vw - (76px)) / 4.25) - 4px) * 1.2380952380952381) + -6px);
  }
}

@media (min-width: 1000px) {

  .css-4y7b1m li.primeCarouselLi,
  .css-4y7b1m .skeleton {
    width: calc((100vw - 76px) / 5.25);
    height: calc(((((100vw - (76px)) / 5.25) - 4px) * 1.2380952380952381) + -6px);
  }
}

@media (min-width: 1200px) {

  .css-4y7b1m li.primeCarouselLi,
  .css-4y7b1m .skeleton {
    width: calc((100vw - 76px) / 6.25);
    height: calc(((((100vw - (76px)) / 6.25) - 4px) * 1.2380952380952381) + -6px);
  }
}

@media (min-width: 1700px) {

  .css-4y7b1m li.primeCarouselLi,
  .css-4y7b1m .skeleton {
    width: calc((100vw - 76px) / 7.25);
    height: calc(((((100vw - (76px)) / 7.25) - 4px) * 1.2380952380952381) + -6px);
  }
}

@media (min-width: 1910px) {

  .css-4y7b1m li.primeCarouselLi,
  .css-4y7b1m .skeleton {
    width: calc((100vw - 216px) / 7.25);
    height: calc(((((100vw - (216px)) / 7.25) - 4px) * 1.2380952380952381) + -6px);
  }
}

@media (min-width: 2100px) {

  .css-4y7b1m li.primeCarouselLi,
  .css-4y7b1m .skeleton {
    width: calc((100vw - 216px) / 8.25);
    height: calc(((((100vw - (216px)) / 8.25) - 4px) * 1.2380952380952381) + -6px);
  }
}

@media (min-width: 3000px) {

  .css-4y7b1m li.primeCarouselLi,
  .css-4y7b1m .skeleton {
    width: calc((100vw - 216px) / 9.25);
    height: calc(((((100vw - (216px)) / 9.25) - 4px) * 1.2380952380952381) + -6px);
  }
}

.css-4y7b1m svg {
  top: -20px;
}

.css-gmleio {
  display: inline-block;
  fill: currentcolor;
  height: 24px;
  width: 24px;
  position: absolute;
  right: 8px;
  top: 0;
  width: 15px;
  z-index: 3;
}

.css-1nehx92 {
  position: relative;
  overflow-y: hidden;
  z-index: 2;
}

@media (hover: hover) {
  .css-1nehx92:hover .arrow {
    opacity: 1;
  }
}

.css-1wx3xhk {
  margin-block-end: 0;
  padding: 10px 8px;
  overflow: hidden;
  overflow-x: scroll;
  width: 100%;
  white-space: nowrap;
  list-style: none;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  scroll-padding: 50px 50px 50px 50px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 0;
}

.css-1wx3xhk::-webkit-scrollbar {
  display: none;
}

.css-1wx3xhk li.primeCarouselLi {
  list-style: none;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
}

.css-dp1xiz {
  width: 100%;
  height: 100%;
  margin-right: 8px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(2, 1fr);
  row-gap: 4px;
}

.css-d7g3uh {
  display: block;
  background-color: rgba(249, 250, 255, 0.13);
  height: 1.2em;
  position: relative;
  border-radius: 8px;
}

.css-1da8oiv {
  padding: 0;
  margin: 0;
  content-visibility: auto;
  contain-intrinsic-size: auto 171px;
  contain: layout paint;
  padding-left: 0;
  overflow: hidden;
  margin-top: 4px;
  position: relative;
}

@media (max-width: 1509.95px) {
  .css-1da8oiv {
    padding-bottom: 8px;
    margin-bottom: -4px;
  }
}

.css-1da8oiv li.primeCarouselLi,
.css-1da8oiv .skeleton {
  margin-right: 4px;
}

@media (min-width: 0px) {

  .css-1da8oiv li.primeCarouselLi,
  .css-1da8oiv .skeleton {
    width: calc((100vw - 76px) / 2.25);
    height: calc(((((100vw - (76px)) / 2.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 600px) {

  .css-1da8oiv li.primeCarouselLi,
  .css-1da8oiv .skeleton {
    width: calc((100vw - 76px) / 3.25);
    height: calc(((((100vw - (76px)) / 3.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 800px) {

  .css-1da8oiv li.primeCarouselLi,
  .css-1da8oiv .skeleton {
    width: calc((100vw - 76px) / 4.25);
    height: calc(((((100vw - (76px)) / 4.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 1000px) {

  .css-1da8oiv li.primeCarouselLi,
  .css-1da8oiv .skeleton {
    width: calc((100vw - 76px) / 5.25);
    height: calc(((((100vw - (76px)) / 5.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 1200px) {

  .css-1da8oiv li.primeCarouselLi,
  .css-1da8oiv .skeleton {
    width: calc((100vw - 76px) / 6.25);
    height: calc(((((100vw - (76px)) / 6.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 1700px) {

  .css-1da8oiv li.primeCarouselLi,
  .css-1da8oiv .skeleton {
    width: calc((100vw - 76px) / 7.25);
    height: calc(((((100vw - (76px)) / 7.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 1910px) {

  .css-1da8oiv li.primeCarouselLi,
  .css-1da8oiv .skeleton {
    width: calc((100vw - 216px) / 7.25);
    height: calc(((((100vw - (216px)) / 7.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 2100px) {

  .css-1da8oiv li.primeCarouselLi,
  .css-1da8oiv .skeleton {
    width: calc((100vw - 216px) / 8.25);
    height: calc(((((100vw - (216px)) / 8.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 3000px) {

  .css-1da8oiv li.primeCarouselLi,
  .css-1da8oiv .skeleton {
    width: calc((100vw - 216px) / 9.25);
    height: calc(((((100vw - (216px)) / 9.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 0px) {
  .css-1da8oiv .arrow {
    height: calc(((((100vw - (76px)) / 2.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 600px) {
  .css-1da8oiv .arrow {
    height: calc(((((100vw - (76px)) / 3.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 800px) {
  .css-1da8oiv .arrow {
    height: calc(((((100vw - (76px)) / 4.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 1000px) {
  .css-1da8oiv .arrow {
    height: calc(((((100vw - (76px)) / 5.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 1200px) {
  .css-1da8oiv .arrow {
    height: calc(((((100vw - (76px)) / 6.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 1700px) {
  .css-1da8oiv .arrow {
    height: calc(((((100vw - (76px)) / 7.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 1910px) {
  .css-1da8oiv .arrow {
    height: calc(((((100vw - (216px)) / 7.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 2100px) {
  .css-1da8oiv .arrow {
    height: calc(((((100vw - (216px)) / 8.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 3000px) {
  .css-1da8oiv .arrow {
    height: calc(((((100vw - (216px)) / 9.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

.css-6nkhpv {
  padding-left: 8px;
  min-height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

@media (max-width: 1509.95px) {
  .css-6nkhpv {
    padding-left: 0 !important;
    min-height: 21px;
  }
}

.css-6nkhpv .carouselTitle {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: flex-end;
  align-self: flex-end;
  padding-right: 16px;
  padding-bottom: 3px;
}

@media (max-width: 1509.95px) {
  .css-6nkhpv .carouselTitle {
    line-height: 1 !important;
    padding-left: 12px;
  }
}

.css-6nkhpv .carouselTitleLink {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0;
  z-index: 2;
  text-transform: none;
  line-height: 1 !important;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: #fbcce8;
  font-weight: 700;
}

.css-6nkhpv .carouselTitleLink:hover {
  color: #6842ff;
}

@media (max-width: 1509.95px) {
  .css-6nkhpv .carouselTitleLink {
    margin-bottom: -2px;
    font-size: 12px;
  }

  .css-6nkhpv .carouselTitleLink:hover {
    background-color: transparent !important;
  }
}

.css-l1z1px {
  position: relative;
  display: block;
  margin-left: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
}

.css-1gwyvq9 {
  border-radius: calc(8px + 2px);
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  box-sizing: border-box;
  display: block;
  contain: layout;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 0.1s cubic-bezier(0.5, 0, 0.1, 1);
  transition-delay: 0s;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  inset: 0;
  position: absolute;
}

.css-1gwyvq9 .skeleton {
  top: 0 !important;
}

.css-1gwyvq9 .GameThumbImage {
  -webkit-transition: opacity 0.3s cubic-bezier(0.5, 0, 0.1, 1);
  transition: opacity 0.3s cubic-bezier(0.5, 0, 0.1, 1);
  transition-delay: 0ms;
  z-index: 1;
  border-radius: 8px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  aspect-ratio: 16/9;
}

.css-1gwyvq9 .gameThumbTitleContainer {
  width: 0;
  height: 0;
  overflow: hidden;
}

.css-rswchd {
  padding: 0;
  margin: 0;
  content-visibility: auto;
  contain-intrinsic-size: auto 171px;
  contain: layout paint;
  padding-left: 0;
  overflow: hidden;
  margin-top: 4px;
  position: relative;
}

@media (max-width: 1509.95px) {
  .css-rswchd {
    padding-bottom: 8px;
    margin-bottom: -4px;
  }
}

.css-rswchd li.primeCarouselLi,
.css-rswchd .skeleton {
  margin-right: 4px;
}

@media (min-width: 0px) {

  .css-rswchd li.primeCarouselLi,
  .css-rswchd .skeleton {
    width: calc((100vw - 76px) / 2.25);
    height: calc(((((100vw - (76px)) / 2.25) - 4px) * 1.5) + 4px);
  }
}

@media (min-width: 600px) {

  .css-rswchd li.primeCarouselLi,
  .css-rswchd .skeleton {
    width: calc((100vw - 76px) / 3.25);
    height: calc(((((100vw - (76px)) / 3.25) - 4px) * 1.5) + 4px);
  }
}

@media (min-width: 800px) {

  .css-rswchd li.primeCarouselLi,
  .css-rswchd .skeleton {
    width: calc((100vw - 76px) / 4.25);
    height: calc(((((100vw - (76px)) / 4.25) - 4px) * 1.5) + 4px);
  }
}

@media (min-width: 1000px) {

  .css-rswchd li.primeCarouselLi,
  .css-rswchd .skeleton {
    width: calc((100vw - 76px) / 5.25);
    height: calc(((((100vw - (76px)) / 5.25) - 4px) * 1.5) + 4px);
  }
}

@media (min-width: 1200px) {

  .css-rswchd li.primeCarouselLi,
  .css-rswchd .skeleton {
    width: calc((100vw - 76px) / 6.25);
    height: calc(((((100vw - (76px)) / 6.25) - 4px) * 1.5) + 4px);
  }
}

@media (min-width: 1700px) {

  .css-rswchd li.primeCarouselLi,
  .css-rswchd .skeleton {
    width: calc((100vw - 76px) / 7.25);
    height: calc(((((100vw - (76px)) / 7.25) - 4px) * 1.5) + 4px);
  }
}

@media (min-width: 1910px) {

  .css-rswchd li.primeCarouselLi,
  .css-rswchd .skeleton {
    width: calc((100vw - 216px) / 7.25);
    height: calc(((((100vw - (216px)) / 7.25) - 4px) * 1.5) + 4px);
  }
}

@media (min-width: 2100px) {

  .css-rswchd li.primeCarouselLi,
  .css-rswchd .skeleton {
    width: calc((100vw - 216px) / 8.25);
    height: calc(((((100vw - (216px)) / 8.25) - 4px) * 1.5) + 4px);
  }
}

@media (min-width: 3000px) {

  .css-rswchd li.primeCarouselLi,
  .css-rswchd .skeleton {
    width: calc((100vw - 216px) / 9.25);
    height: calc(((((100vw - (216px)) / 9.25) - 4px) * 1.5) + 4px);
  }
}

@media (min-width: 0px) {
  .css-rswchd .arrow {
    height: calc(((((100vw - (76px)) / 2.25) - 4px) * 1.5) + 4px);
  }
}

@media (min-width: 600px) {
  .css-rswchd .arrow {
    height: calc(((((100vw - (76px)) / 3.25) - 4px) * 1.5) + 4px);
  }
}

@media (min-width: 800px) {
  .css-rswchd .arrow {
    height: calc(((((100vw - (76px)) / 4.25) - 4px) * 1.5) + 4px);
  }
}

@media (min-width: 1000px) {
  .css-rswchd .arrow {
    height: calc(((((100vw - (76px)) / 5.25) - 4px) * 1.5) + 4px);
  }
}

@media (min-width: 1200px) {
  .css-rswchd .arrow {
    height: calc(((((100vw - (76px)) / 6.25) - 4px) * 1.5) + 4px);
  }
}

@media (min-width: 1700px) {
  .css-rswchd .arrow {
    height: calc(((((100vw - (76px)) / 7.25) - 4px) * 1.5) + 4px);
  }
}

@media (min-width: 1910px) {
  .css-rswchd .arrow {
    height: calc(((((100vw - (216px)) / 7.25) - 4px) * 1.5) + 4px);
  }
}

@media (min-width: 2100px) {
  .css-rswchd .arrow {
    height: calc(((((100vw - (216px)) / 8.25) - 4px) * 1.5) + 4px);
  }
}

@media (min-width: 3000px) {
  .css-rswchd .arrow {
    height: calc(((((100vw - (216px)) / 9.25) - 4px) * 1.5) + 4px);
  }
}

.css-fc202x {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  contain: layout;
  border: 2px solid transparent;
  background-color: rgba(255, 255, 255, 0.07);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.css-fc202x>img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.css-fc202x:hover {
  cursor: pointer;
}

.css-yhnnd2 {
  color: #ffffff;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 4px;
  padding-right: 4px;
}

.css-16livkf {
  margin: 16px;
  margin-left: 10px;
  margin-bottom: 24px;
  content-visibility: auto;
  contain: layout paint;
  overflow-anchor: none;
  height: 218px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 874.95px) {
  .css-16livkf {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: unset;
  }
}

.css-jjkk1a {
  border-radius: 10px;
  background-color: #212233;
  position: relative;
  width: 424px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 20px;
  height: 218px;
}

@media (max-width: 874.95px) {
  .css-jjkk1a {
    width: 100%;
    height: 318px;
  }
}

.css-h0n1tj {
  scrollbar-width: thin;
  scrollbar-color: #aaadbe;
  color: #bdbfce;
  font-size: 14px;
  height: 146px;
  overflow: hidden;
}

.css-h0n1tj::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: rgba(0, 0, 0, 0);
}

.css-h0n1tj::-webkit-scrollbar-thumb {
  background: #aaadbe;
  border-radius: 30px;
}

.css-h0n1tj::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
}

@media (max-width: 874.95px) {
  .css-h0n1tj {
    height: 244px;
  }
}

.css-h0n1tj h2 {
  font-size: 20px;
}

.css-h0n1tj a {
  color: #fbcce8;
  font-weight: 700;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.css-1aokr6k {
  border-radius: 30px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Nunito;
  font-weight: 800;
  font-size: 16px;
  box-sizing: border-box;
  padding: 8px 16px;
  background: transparent;
  color: #fbcce8;
  height: 40px;
}

.css-1aokr6k:active {
  color: rgba(104, 66, 255, 0.8);
}

@media (hover: hover) {
  .css-1aokr6k:hover {
    color: #6842ff;
  }
}

.css-1aokr6k.Mui-disabled {
  background: #28293d;
  color: #474967;
  cursor: default;
}

.css-1aokr6k svg {
  height: 20px;
  width: 20px;
  margin-right: 8px;
}

.css-b97fys {
  height: 218px;
  overflow: hidden;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.css-b97fys ul {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 874.95px) {
  .css-b97fys ul {
    margin-top: 16px;
  }
}

.css-b97fys .double-arrow {
  display: none;
}

.css-b97fys .arrow {
  top: 0;
  height: 100%;
}

.css-b97fys li {
  width: min(calc(100% / 3), 220px);
}

@media (min-width: 1082px) {
  .css-b97fys li {
    width: min(calc(100% / 4), 220px);
  }
}

@media (min-width: 1280px) {
  .css-b97fys li {
    width: min(calc(100% / 6), 220px);
  }
}

@media (min-width: 1910px) {
  .css-b97fys li {
    width: min(calc(100% / 8), 220px);
  }
}

.css-1hda2uz {
  height: 102px;
  background-color: #1a1b28;
  margin-right: 8px;
  padding: 16px;
  border-radius: 10px;
  margin-bottom: 12px;
}

.css-1hda2uz svg {
  width: 35px;
  height: 35px;
  color: #6842ff;
}

.css-1hda2uz:hover {
  background-color: #212233;
}

.css-15yp4kt {
  font-weight: 700;
  color: #f9faff;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.css-1bcrti3 {
  height: 102px;
  background-color: #1a1b28;
  margin-right: 8px;
  padding: 16px;
  border-radius: 10px;
}

.css-1bcrti3 svg {
  width: 35px;
  height: 35px;
  color: #6842ff;
}

.css-1bcrti3:hover {
  background-color: #212233;
}

.css-z5u6we {
  padding: 0;
  margin: 0;
  content-visibility: auto;
  contain-intrinsic-size: auto 171px;
  contain: layout paint;
  padding-left: 0;
  overflow: hidden;
  margin-top: 4px;
  position: relative;
  padding-top: 31.8px;
  overflow-anchor: none;
}

@media (max-width: 1509.95px) {
  .css-z5u6we {
    padding-bottom: 8px;
    margin-bottom: -4px;
  }
}

.css-z5u6we li.primeCarouselLi,
.css-z5u6we .skeleton {
  margin-right: 4px;
}

@media (min-width: 0px) {

  .css-z5u6we li.primeCarouselLi,
  .css-z5u6we .skeleton {
    width: calc((100vw - 76px) / 2.25);
    height: calc(((((100vw - (76px)) / 2.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 600px) {

  .css-z5u6we li.primeCarouselLi,
  .css-z5u6we .skeleton {
    width: calc((100vw - 76px) / 3.25);
    height: calc(((((100vw - (76px)) / 3.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 800px) {

  .css-z5u6we li.primeCarouselLi,
  .css-z5u6we .skeleton {
    width: calc((100vw - 76px) / 4.25);
    height: calc(((((100vw - (76px)) / 4.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 1000px) {

  .css-z5u6we li.primeCarouselLi,
  .css-z5u6we .skeleton {
    width: calc((100vw - 76px) / 5.25);
    height: calc(((((100vw - (76px)) / 5.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 1200px) {

  .css-z5u6we li.primeCarouselLi,
  .css-z5u6we .skeleton {
    width: calc((100vw - 76px) / 6.25);
    height: calc(((((100vw - (76px)) / 6.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 1700px) {

  .css-z5u6we li.primeCarouselLi,
  .css-z5u6we .skeleton {
    width: calc((100vw - 76px) / 7.25);
    height: calc(((((100vw - (76px)) / 7.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 1910px) {

  .css-z5u6we li.primeCarouselLi,
  .css-z5u6we .skeleton {
    width: calc((100vw - 216px) / 7.25);
    height: calc(((((100vw - (216px)) / 7.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 2100px) {

  .css-z5u6we li.primeCarouselLi,
  .css-z5u6we .skeleton {
    width: calc((100vw - 216px) / 8.25);
    height: calc(((((100vw - (216px)) / 8.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 3000px) {

  .css-z5u6we li.primeCarouselLi,
  .css-z5u6we .skeleton {
    width: calc((100vw - 216px) / 9.25);
    height: calc(((((100vw - (216px)) / 9.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 0px) {
  .css-z5u6we .arrow {
    height: calc(((((100vw - (76px)) / 2.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 600px) {
  .css-z5u6we .arrow {
    height: calc(((((100vw - (76px)) / 3.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 800px) {
  .css-z5u6we .arrow {
    height: calc(((((100vw - (76px)) / 4.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 1000px) {
  .css-z5u6we .arrow {
    height: calc(((((100vw - (76px)) / 5.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 1200px) {
  .css-z5u6we .arrow {
    height: calc(((((100vw - (76px)) / 6.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 1700px) {
  .css-z5u6we .arrow {
    height: calc(((((100vw - (76px)) / 7.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 1910px) {
  .css-z5u6we .arrow {
    height: calc(((((100vw - (216px)) / 7.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 2100px) {
  .css-z5u6we .arrow {
    height: calc(((((100vw - (216px)) / 8.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (min-width: 3000px) {
  .css-z5u6we .arrow {
    height: calc(((((100vw - (216px)) / 9.25) - 4px) * 0.5617977528089888) + 4px);
  }
}

@media (max-width: 1509.95px) {
  .css-z5u6we {
    padding-top: 21px;
  }
}
.grecaptcha-badge {
  visibility: collapse !important;
}
@-webkit-keyframes animation-1nudq4e {
  50% {
    -webkit-transform: translateX(1.5px) rotate(2deg);
    -moz-transform: translateX(1.5px) rotate(2deg);
    -ms-transform: translateX(1.5px) rotate(2deg);
    transform: translateX(1.5px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-1.5px) rotate(-2deg);
    -moz-transform: translateX(-1.5px) rotate(-2deg);
    -ms-transform: translateX(-1.5px) rotate(-2deg);
    transform: translateX(-1.5px) rotate(-2deg);
  }
}

@keyframes animation-1nudq4e {
  50% {
    -webkit-transform: translateX(1.5px) rotate(2deg);
    -moz-transform: translateX(1.5px) rotate(2deg);
    -ms-transform: translateX(1.5px) rotate(2deg);
    transform: translateX(1.5px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-1.5px) rotate(-2deg);
    -moz-transform: translateX(-1.5px) rotate(-2deg);
    -ms-transform: translateX(-1.5px) rotate(-2deg);
    transform: translateX(-1.5px) rotate(-2deg);
  }
}
.immersive-translate-input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2147483647;
  display: flex;
  justify-content: center;
  align-items: center;
}

.immersive-translate-loading-spinner {
  vertical-align: middle !important;
  width: 10px !important;
  height: 10px !important;
  display: inline-block !important;
  margin: 0 4px !important;
  border: 2px rgba(221, 244, 255, 0.6) solid !important;
  border-top: 2px rgba(0, 0, 0, 0.375) solid !important;
  border-left: 2px rgba(0, 0, 0, 0.375) solid !important;
  border-radius: 50% !important;
  padding: 0 !important;
  -webkit-animation: immersive-translate-loading-animation 0.6s infinite linear !important;
  animation: immersive-translate-loading-animation 0.6s infinite linear !important;
}

@-webkit-keyframes immersive-translate-loading-animation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes immersive-translate-loading-animation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.immersive-translate-input-loading {
  --loading-color: #f78fb6;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  margin: 12px auto;
  position: relative;
  color: white;
  left: -100px;
  box-sizing: border-box;
  animation: immersiveTranslateShadowRolling 1.5s linear infinite;
}

@keyframes immersiveTranslateShadowRolling {
  0% {
    box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0),
    0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }

  12% {
    box-shadow: 100px 0 var(--loading-color), 0px 0 rgba(255, 255, 255, 0),
    0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }

  25% {
    box-shadow: 110px 0 var(--loading-color), 100px 0 var(--loading-color),
    0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }

  36% {
    box-shadow: 120px 0 var(--loading-color), 110px 0 var(--loading-color),
    100px 0 var(--loading-color), 0px 0 rgba(255, 255, 255, 0);
  }

  50% {
    box-shadow: 130px 0 var(--loading-color), 120px 0 var(--loading-color),
    110px 0 var(--loading-color), 100px 0 var(--loading-color);
  }

  62% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0),
    130px 0 var(--loading-color), 120px 0 var(--loading-color),
    110px 0 var(--loading-color);
  }

  75% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0),
    200px 0 rgba(255, 255, 255, 0), 130px 0 var(--loading-color),
    120px 0 var(--loading-color);
  }

  87% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0),
    200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0),
    130px 0 var(--loading-color);
  }

  100% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0),
    200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0),
    200px 0 rgba(255, 255, 255, 0);
  }
}

.immersive-translate-search-recomend {
  border: 1px solid #dadce0;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
  position: relative;
  font-size: 16px;
}

.immersive-translate-search-enhancement-en-title {
  color: #4d5156;
}

/* dark */
@media (prefers-color-scheme: dark) {
  .immersive-translate-search-recomend {
    border: 1px solid #3c4043;
  }

  .immersive-translate-close-action svg {
    fill: #bdc1c6;
  }

  .immersive-translate-search-enhancement-en-title {
    color: #bdc1c6;
  }
}

.immersive-translate-search-settings {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}

.immersive-translate-search-recomend::before {
  /* content: " "; */
  /* width: 20px; */
  /* height: 20px; */
  /* top: 16px; */
  /* position: absolute; */
  /* background: center / contain url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAxlBMVEUAAADpTInqTIjpSofnSIfqS4nfS4XqS4nqTIjsTYnrTInqTIroS4jvQIDqTIn////+/v7rSYjpTIn8/v7uaZzrTIr9/f3wfansWJL88/b85e73qc39+/v3xNnylrvrVI/98fb62Obva5/8+fr76vH4y9zpSIj74e353Oj1ocTzm77xhK/veKbtYpjsXJTqU47oTInxjrXyh7L99fj40eH2ttH1udD3sc31ssz1rMnykLXucqPtbqD85e/1xdn2u9DzqcXrUY6FaJb8AAAADnRSTlMA34BgIM8Q37/fz7+/EGOHcVQAAAGhSURBVDjLhZPncuowEEZFTW7bXVU7xsYYTO/p7bb3f6lICIOYJOT4h7/VnFmvrBFjrF3/CR/SajBHswafctG0Qg3O8O0Xa8BZ6uw7eLjqr30SofCDVSkemMinfL1ecy20r5ygR5zz3ArcAqJExPTPKhDENEmS30Q9+yo4lEQkqVTiIEAHCT10xWERRdH0Bq0aCOPZNDV3s0xaYce1lHEoDHU8wEh3qRJypNcTAeKUIjgKMeGLDoRCLVLTVf+Ownj8Kk6H9HM6QXPgYjQSB0F00EJEu10ILQrs/QeP77BSSr0MzLOyuJJQbnUoOOIUI/A8EeJk9E4YUHUWiRyTVKGgQUB8/3e/NpdGlfI+FMQyWsCBWyz4A/ZyHXyiiz0Ne5aGZssoxRmcChw8/EFKQ5JwwkUo3FRT5yXS7q+Y/rHDZmFktzpGMvO+5QofA4FPpEmGw+EWRCFvnaof7Zhe8NuYSLR0xErKLThUSs8gnODh87ssy6438yzbLzxl012HS19vfCf3CNhnbWOL1eEsDda+gDPUvri8tSZzNFrwIZf1NmNvqC1I/t8j7nYAAAAASUVORK5CYII='); */
}

.immersive-translate-search-title {}

.immersive-translate-search-title-wrapper {}

.immersive-translate-search-time {
  font-size: 12px;
  margin: 4px 0 24px;
  color: #70757a;
}

.immersive-translate-expand-items {
  display: none;
}

.immersive-translate-search-more {
  margin-top: 16px;
  font-size: 14px;
}

.immersive-translate-modal {
  display: none;
  position: fixed;
  z-index: 2147483647;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 15px;
}

.immersive-translate-modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 40px 24px 24px;
  border: 1px solid #888;
  border-radius: 10px;
  width: 80%;
  max-width: 270px;
  font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu",
  "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji",
  "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  position: relative;
}

.immersive-translate-modal .immersive-translate-modal-content-in-input {
  max-width: 500px;
}

.immersive-translate-modal-content-in-input .immersive-translate-modal-body {
  text-align: left;
  max-height: unset;
}

.immersive-translate-modal-title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}

.immersive-translate-modal-body {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  word-break: break-all;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .immersive-translate-modal-body {
    max-height: 250px;
    overflow-y: auto;
  }
}

.immersive-translate-close {
  color: #666666;
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 20px;
  font-weight: bold;
}

.immersive-translate-close:hover,
.immersive-translate-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.immersive-translate-modal-footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

.immersive-translate-btn {
  width: fit-content;
  color: #fff;
  background-color: #ea4c89;
  border: none;
  font-size: 16px;
  margin: 0 8px;
  padding: 9px 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.immersive-translate-btn:hover {
  background-color: #f082ac;
}

.immersive-translate-cancel-btn {
  /* gray color */
  background-color: rgb(89, 107, 120);
}

.immersive-translate-cancel-btn:hover {
  background-color: hsl(205, 20%, 32%);
}

.immersive-translate-action-btn {
  background-color: transparent;
  color: #ea4c89;
  border: 1px solid #ea4c89;
}

.immersive-translate-btn svg {
  margin-right: 5px;
}

.immersive-translate-link {
  cursor: pointer;
  user-select: none;
  -webkit-user-drag: none;
  text-decoration: none;
  color: #007bff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

.immersive-translate-primary-link {
  cursor: pointer;
  user-select: none;
  -webkit-user-drag: none;
  text-decoration: none;
  color: #ea4c89;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

.immersive-translate-modal input[type="radio"] {
  margin: 0 6px;
  cursor: pointer;
}

.immersive-translate-modal label {
  cursor: pointer;
}

.immersive-translate-close-action {
  position: absolute;
  top: 2px;
  right: 0px;
  cursor: pointer;
}
.css-1x2ns9y {
  position: absolute;
  right: 8px;
  top: 0px;
  width: 15px;
  z-index: 3;
}

.css-wl8sln {
  padding: 32px;
  position: fixed;
  z-index: 1300;
  inset: 0px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.css-1jlnwea {
  position: relative;
  flex: 1 1 0%;
}

.css-1147e9k {
  color: rgb(170, 173, 190);
  height: 36px;
  width: 36px;
  padding: 0px;
  margin: 0px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  left: 12px;
  top: 3px;
  z-index: 1;
}

.css-1147e9k svg {
  height: 20px;
  width: 20px;
}

.css-107viq6.MuiAutocomplete-root {
  height: 34px;
  margin-left: 12px;
  margin-top: 4px;
  background-color: rgb(40, 41, 61);
  border-radius: 120px;
  fill: rgb(255, 255, 255);
  border: 1px solid transparent;
}

.css-107viq6.MuiAutocomplete-root .MuiAutocomplete-inputRoot {
  padding: 0px;
  background: none;
}

.css-107viq6.MuiAutocomplete-root button {
  display: none;
}

.css-107viq6.MuiAutocomplete-root.Mui-focused {
  border-color: rgb(104, 66, 255);
}

.css-107viq6.MuiAutocomplete-root.Mui-focused button {
  display: flex;
}

.css-107viq6 .MuiAutocomplete-popupIndicatorOpen {
  transform: none;
}

.css-107viq6 .MuiAutocomplete-paper {
  background-image: none;
}

.css-107viq6 .MuiInput-input {
  color: rgb(249, 250, 255);
  margin: 0px;
  width: 100% !important;
  background: transparent !important;
  min-height: 34px !important;
  padding: 0px 8px 6px 32px !important;
  border: 0px !important;
}

.css-107viq6 .MuiInput-input::-webkit-input-placeholder {
  color: rgb(118, 122, 142);
  font-weight: 700;
  font-size: 16px;
  opacity: 1;
}

.css-107viq6 .MuiInput-input::placeholder {
  color: rgb(118, 122, 142);
  font-weight: 700;
  font-size: 16px;
  opacity: 1;
}

.css-107viq6 .MuiOutlinedInput-notchedOutline {
  border: 0px;
}

.css-107viq6 .MuiAutocomplete-option {
  padding-left: 12px;
}

.css-107viq6 .MuiAutocomplete-option[data-focus="true"] {
  background-color: rgb(26, 27, 40);
}

.css-107viq6 .MuiAutocomplete-loading {
  font-size: 11.2px;
}

.css-1apm1he.Mui-focused .MuiAutocomplete-clearIndicator {
  visibility: visible;
}

@media (pointer: fine) {
  .css-1apm1he:hover .MuiAutocomplete-clearIndicator {
    visibility: visible;
  }
}

.css-1apm1he .MuiAutocomplete-tag {
  margin: 3px;
  max-width: calc(100% - 6px);
}

.css-1apm1he .MuiAutocomplete-inputRoot {
  flex-wrap: wrap;
}

.MuiAutocomplete-hasPopupIcon.css-1apm1he .MuiAutocomplete-inputRoot,
.MuiAutocomplete-hasClearIcon.css-1apm1he .MuiAutocomplete-inputRoot {
  padding-right: 30px;
}

.MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-1apm1he .MuiAutocomplete-inputRoot {
  padding-right: 56px;
}

.css-1apm1he .MuiAutocomplete-inputRoot .MuiAutocomplete-input {
  width: 0px;
  min-width: 30px;
}

.css-1apm1he .MuiInput-root {
  padding-bottom: 1px;
}

.css-1apm1he .MuiInput-root .MuiInput-input {
  padding: 4px 4px 4px 0px;
}

.css-1apm1he .MuiInput-root.MuiInputBase-sizeSmall .MuiInput-input {
  padding: 2px 4px 3px 0px;
}

.css-1apm1he .MuiOutlinedInput-root {
  padding: 9px;
}

.MuiAutocomplete-hasPopupIcon.css-1apm1he .MuiOutlinedInput-root,
.MuiAutocomplete-hasClearIcon.css-1apm1he .MuiOutlinedInput-root {
  padding-right: 39px;
}

.MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-1apm1he .MuiOutlinedInput-root {
  padding-right: 65px;
}

.css-1apm1he .MuiOutlinedInput-root .MuiAutocomplete-input {
  padding: 7.5px 4px 7.5px 6px;
}

.css-1apm1he .MuiOutlinedInput-root .MuiAutocomplete-endAdornment {
  right: 9px;
}

.css-1apm1he .MuiOutlinedInput-root.MuiInputBase-sizeSmall {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 6px;
}

.css-1apm1he .MuiOutlinedInput-root.MuiInputBase-sizeSmall .MuiAutocomplete-input {
  padding: 2.5px 4px 2.5px 6px;
}

.css-1apm1he .MuiFilledInput-root {
  padding-top: 19px;
  padding-left: 8px;
}

.MuiAutocomplete-hasPopupIcon.css-1apm1he .MuiFilledInput-root,
.MuiAutocomplete-hasClearIcon.css-1apm1he .MuiFilledInput-root {
  padding-right: 39px;
}

.MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-1apm1he .MuiFilledInput-root {
  padding-right: 65px;
}

.css-1apm1he .MuiFilledInput-root .MuiFilledInput-input {
  padding: 7px 4px;
}

.css-1apm1he .MuiFilledInput-root .MuiAutocomplete-endAdornment {
  right: 9px;
}

.css-1apm1he .MuiFilledInput-root.MuiInputBase-sizeSmall {
  padding-bottom: 1px;
}

.css-1apm1he .MuiFilledInput-root.MuiInputBase-sizeSmall .MuiFilledInput-input {
  padding: 2.5px 4px;
}

.css-1apm1he .MuiInputBase-hiddenLabel {
  padding-top: 8px;
}

.css-1apm1he .MuiAutocomplete-input {
  -webkit-box-flex: 1;
  flex-grow: 1;
  text-overflow: ellipsis;
  opacity: 1;
}

.css-1apm1he.MuiAutocomplete-root {
  height: 34px;
  margin-left: 12px;
  margin-top: 4px;
  background-color: rgb(40, 41, 61);
  border-radius: 120px;
  fill: rgb(255, 255, 255);
  border: 1px solid transparent;
}

.css-1apm1he.MuiAutocomplete-root .MuiAutocomplete-inputRoot {
  padding: 0px;
  background: none;
}

.css-1apm1he.MuiAutocomplete-root button {
  display: none;
}

.css-1apm1he.MuiAutocomplete-root.Mui-focused {
  border-color: rgb(104, 66, 255);
}

.css-1apm1he.MuiAutocomplete-root.Mui-focused button {
  display: flex;
}

.css-1apm1he .MuiAutocomplete-popupIndicatorOpen {
  transform: none;
}

.css-1apm1he .MuiAutocomplete-paper {
  background-image: none;
}

.css-1apm1he .MuiInput-input {
  color: rgb(249, 250, 255);
  margin: 0px;
  width: 100% !important;
  background: transparent !important;
  min-height: 34px !important;
  padding: 0px 8px 6px 32px !important;
  border: 0px !important;
}

.css-1apm1he .MuiInput-input::-webkit-input-placeholder {
  color: rgb(118, 122, 142);
  font-weight: 700;
  font-size: 16px;
  opacity: 1;
}

.css-1apm1he .MuiInput-input::placeholder {
  color: rgb(118, 122, 142);
  font-weight: 700;
  font-size: 16px;
  opacity: 1;
}

.css-1apm1he .MuiOutlinedInput-notchedOutline {
  border: 0px;
}

.css-1apm1he .MuiAutocomplete-option {
  padding-left: 12px;
}

.css-1apm1he .MuiAutocomplete-option[data-focus="true"] {
  background-color: rgb(26, 27, 40);
}

.css-1apm1he .MuiAutocomplete-loading {
  font-size: 11.2px;
}

.css-1r0tt0t {
  padding: 12px 14px;
  border: 2px solid transparent;
  background-color: rgb(40, 41, 61);
  color: rgb(249, 250, 255);
  border-radius: 8px;
}

.css-1r0tt0t:hover {
  background-color: rgb(47, 49, 72);
}

.css-1r0tt0t .MuiInput-input:-webkit-autofill {
  box-shadow: rgb(40, 41, 61) 0px 0px 0px 30px inset !important;
  -webkit-text-fill-color: rgb(249, 250, 255) !important;
}

.css-1r0tt0t:hover .MuiInput-input:-webkit-autofill {
  box-shadow: rgb(47, 49, 72) 0px 0px 0px 30px inset !important;
}

.css-1r0tt0t .MuiInput-input:-webkit-autofill:hover {
  box-shadow: rgb(47, 49, 72) 0px 0px 0px 30px inset !important;
}

.css-1r0tt0t .MuiInput-input {
  font-family: Nunito, Arial, "Helvetica Neue", Helvetica, sans-serif;
  outline: 0px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  resize: none;
  padding: 0px;
  border: 0px;
  background: none;
  color: rgb(249, 250, 255);
}

.css-1r0tt0t::before {
  display: none;
}

.css-1r0tt0t::after {
  display: none;
}

.css-19fbqqk {
  z-index: 1300;
  position: absolute;
}

.css-efvb39 {
  height: 100vh;
  padding-top: 0px;
  z-index: 1300;
  position: absolute;
  width: 100vw !important;
}

.css-efvb39 .MuiAutocomplete-paper {
  background-color: rgb(12, 13, 20);
  background-image: none;
  max-height: initial;
  left: 0px;
  height: 100%;
}

.css-efvb39 .MuiAutocomplete-listbox {
  padding: 0px 8px 0px 0px;
  height: 100%;
  scrollbar-width: thin;
  max-height: initial;
}

.css-efvb39 .MuiAutocomplete-listbox::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background: rgba(0, 0, 0, 0);
}

.css-efvb39 .MuiAutocomplete-listbox::-webkit-scrollbar-thumb {
  background: rgb(170, 173, 190);
  border-radius: 30px;
}

.css-efvb39 .MuiAutocomplete-listbox::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
}

.css-12oe8t9 {
  height: 100%;
}

.css-12oe8t9 .MuiDrawer-paper {
  width: 100%;
  overflow: hidden overlay;
  background: rgb(26, 27, 40);
  scrollbar-width: thin;
  height: 100%;
  box-shadow: none;
}

.css-12oe8t9 .MuiDrawer-paper::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: rgba(0, 0, 0, 0);
}

.css-12oe8t9 .MuiDrawer-paper::-webkit-scrollbar-thumb {
  background: rgb(170, 173, 190);
  border-radius: 30px;
}

.css-12oe8t9 .MuiDrawer-paper::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
}

.css-12oe8t9.MuiModal-root {
  z-index: 1200;
}

.css-12oe8t9 .MuiBackdrop-root {
  opacity: 0 !important;
}

.css-12oe8t9 hr {
  width: 100%;
  border-color: rgb(40, 41, 61);
}

.css-175qheq {
  z-index: 1200;
  height: 100%;
}

.css-175qheq .MuiDrawer-paper {
  width: 100%;
  overflow: hidden overlay;
  background: rgb(26, 27, 40);
  scrollbar-width: thin;
  height: 100%;
  box-shadow: none;
}

.css-175qheq .MuiDrawer-paper::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: rgba(0, 0, 0, 0);
}

.css-175qheq .MuiDrawer-paper::-webkit-scrollbar-thumb {
  background: rgb(170, 173, 190);
  border-radius: 30px;
}

.css-175qheq .MuiDrawer-paper::-webkit-scrollbar-corner {
  background: rgba(0, 0, 0, 0);
}

.css-175qheq.MuiModal-root {
  z-index: 1200;
}

.css-175qheq .MuiBackdrop-root {
  opacity: 0 !important;
}

.css-175qheq hr {
  width: 100%;
  border-color: rgb(40, 41, 61);
}

.css-188t2t1 {
  transition: visibility 0s ease 0s, all 0.15s ease-in-out 0s;
  height: 100vh;
  background: rgb(12, 13, 20);
  content-visibility: auto;
  z-index: 30;
  position: fixed;
  top: 0px;
  left: 0px;
  border-right: 1px solid rgb(40, 41, 61);
  padding-top: 60px;
  width: 200px !important;
}

@media (min-width: 1910px) {
  .css-188t2t1 {
    width: 200px;
  }
}

@media (max-width: 1909.95px) {
  .css-188t2t1 {
    width: 60px;
  }

  .css-188t2t1:hover [class*="LabelContainer"] {
    opacity: 1;
    visibility: visible;
  }
}

.css-tyycwv {
  position: fixed;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -webkit-tap-highlight-color: transparent;
  z-index: 29;
}

.css-1ugmp4f {
  min-height: calc(-64px + 100vh);
  margin-top: 56px;
}

@media (min-width: 1910px) {
  .css-1ugmp4f {
    padding-left: 200px;
  }
}

.css-1e7v00g {
  z-index: 9999;
  position: fixed;
  inset: 0px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background: rgb(72, 46, 178);
  opacity: 0.4;
  pointer-events: none;
}

.css-1q8v3cn svg {
  color: rgb(255, 255, 255);
  opacity: 1;
}

.css-1rub9ic {
  display: inline-block;
  color: rgb(26, 27, 40);
  animation: 1.4s linear 0s infinite normal none running animation-61bdi0;
}

.css-1rub9ic svg {
  color: rgb(255, 255, 255);
  opacity: 1;
}

@-webkit-keyframes animation-61bdi0 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animation-61bdi0 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.css-13o7eu2 {
  display: block;
}

.css-14891ef {
  stroke: currentcolor;
  stroke-dasharray: 80px, 200px;
  stroke-dashoffset: 0;
  animation: 1.4s ease-in-out 0s infinite normal none running animation-1p2h4ri;
}

@-webkit-keyframes animation-1p2h4ri {
  0% {
    stroke-dasharray: 1px, 200px;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -15px;
  }

  100% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -125px;
  }
}

@keyframes animation-1p2h4ri {
  0% {
    stroke-dasharray: 1px, 200px;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -15px;
  }

  100% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -125px;
  }
}

.css-1rpjij0 {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}

@media (min-width: 1082px) {
  .css-1rpjij0 {
    max-width: calc(100% - 190px);
  }
}

.css-1dtmw8n {
  display: grid;
  flex-flow: wrap;
  box-sizing: border-box;
  content-visibility: visible;
  padding: 0px;
  gap: 6px;
  margin: 0px;
  width: 100%;
  grid-template-columns: repeat(1, 1fr);
}

@media only screen and (max-width: 959px) {
  .css-1dtmw8n {
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: inherit;
  }
}

@media (max-width: 1081.95px) {
  .css-1dtmw8n {
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
    width: 100%;
  }
}

.css-1dtmw8n .skeleton {
  margin: 4px;
  height: 0px !important;
  padding-top: calc(56.1798% - 2.24719px) !important;
}

@media (min-width: 1778px) {
  .css-1dtmw8n .skeleton {
    margin: 6px;
  }
}

@media (min-width: 330px) {
  .css-1dtmw8n {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 590px) {
  .css-1dtmw8n {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 850px) {
  .css-1dtmw8n {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1080px) {
  .css-1dtmw8n {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1250px) {
  .css-1dtmw8n {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (min-width: 1545px) {
  .css-1dtmw8n {
    grid-template-columns: repeat(7, 1fr);
  }
}

@media (min-width: 2020px) {
  .css-1dtmw8n {
    grid-template-columns: repeat(8, 1fr);
  }
}

@media (min-width: 2222px) {
  .css-1dtmw8n {
    grid-template-columns: repeat(9, 1fr);
    gap: 6px 10px;
  }
}

@media (min-width: 2630px) {
  .css-1dtmw8n {
    grid-template-columns: repeat(10, 1fr);
  }
}

.css-y8aj3r {
  padding: 0px;
}

.css-g58lqf {
  position: relative;
  display: block;
  margin-left: 1px;
  margin-top: 1px;
  width: 100%;
  height: 0px;
  padding-top: calc(56.1798% - 2.24719px) !important;
}

.css-1sp1f73 {
  border-radius: calc(10px);
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  box-sizing: border-box;
  display: block;
  contain: layout;
  z-index: 0;
  transition: transform 0.1s cubic-bezier(0.5, 0, 0.1, 1) 0s;
  background-color: rgba(255, 255, 255, 0.07);
  background-clip: padding-box;
  inset: 0px;
  position: absolute;
  padding: 0px;
}

.css-1sp1f73 .skeleton {
  top: 0px !important;
}

.css-1sp1f73 .GameThumbImage {
  transition: opacity 0.3s cubic-bezier(0.5, 0, 0.1, 1) 0ms;
  z-index: 1;
  border-radius: 8px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100%;
  color: transparent;
}

.css-1sp1f73 .gameThumbTitleContainer {
  width: 0px;
  height: 0px;
  overflow: hidden;
}

.css-uzrh1o {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 24px 0px;
  content-visibility: auto;
  contain: layout paint;
  contain-intrinsic-size: 50px;
}

.css-148ja2t {
  transition: all 0.1s ease-in 0s;
  font-weight: 800;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 50px;
  border: 3px solid rgb(104, 66, 255);
  padding: 8px;
  background: transparent;
  width: 50px;
  height: 50px;
  margin: 5px;
  font-size: 20px;
}

.css-1db1iqh {
  text-decoration: none;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: rgb(255, 255, 255);
}

.css-1db1iqh:hover {
  border-color: rgb(255, 255, 255);
  cursor: pointer;
}

.css-1db1iqh:active {
  background: rgb(26, 27, 40);
  border-color: transparent;
}

.css-nhygl {
  transition: all 0.1s ease-in 0s;
  font-weight: 800;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 50px;
  border: 2px solid transparent;
  padding: 8px;
  background: rgb(47, 49, 72);
  width: 50px;
  height: 50px;
  margin: 5px;
  font-size: 20px;
}

.css-nhygl:hover {
  background: rgb(67, 69, 97);
}

.css-1ge0mc5 {
  transition: all 0.1s ease-in 0s;
  font-weight: 800;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 50px;
  border: 2px solid transparent;
  padding: 8px 20px;
  background: rgb(104, 66, 255);
  width: unset;
  height: 50px;
  margin: 5px;
  font-size: 20px;
}

.css-1ge0mc5:hover {
  background: rgb(134, 104, 255);
}

.css-1j7seh0 {
  display: none;
}

@media only screen and (min-width: 600px) {
  .css-1j7seh0 {
    display: block;
  }
}

.css-1tpnskj {
  display: inline-block;
  fill: currentcolor;
  height: 24px;
  width: 24px;
  margin-left: 8px;
}

.css-s93vei {
  overflow-x: hidden;
  padding-bottom: 20px;
}

@media (max-width: 1199.95px) {
  .css-1olyrtq {
    width: 100%;
  }
}

.css-lj8yug {
  display: block;
  gap: unset;
  margin-top: 0px;
}

@media (max-width: 1199.95px) {
  .css-lj8yug {
    display: block;
    gap: unset;
    margin-top: 0px;
  }
}

@media (min-width: 1200px) and (max-width: 1358.95px) {
  .css-lj8yug {
    grid-template: "game game game game game related1x2" repeat(9, 100px) / repeat(6, 178px);
  }
}

@media (min-width: 1359px) and (max-width: 1559.95px) {
  .css-lj8yug {
    grid-template: "game game game game game related2x2 related2x2" repeat(9, 100px) / repeat(7, 178px);
  }
}

@media (min-width: 1560px) and (max-width: 1777.95px) {
  .css-lj8yug {
    grid-template: "related1x2 game game game game game related2x2 related2x2" repeat(9, 100px) / repeat(8, 178px);
  }
}

@media (min-width: 1778px) and (max-width: 2099.95px) {
  .css-lj8yug {
    gap: 12px;
    grid-template: "related1x6 game game game game game game banner2x3 banner2x3" repeat(9, 100px) / repeat(9, 178px);
  }
}

@media (min-width: 2100px) {
  .css-lj8yug {
    gap: 12px;
    grid-template: "related1x6 game game game game game game related1x6b banner2x3 banner2x3" repeat(9, 100px) / repeat(10, 178px);
  }
}

.css-nb080s {
  justify-self: self-end;
  grid-area: game;
  transition: all 0.3s ease 0s;
  width: 100vw;
  height: min(-143px + 100vh, 56vw);
  position: relative;
}

@media (min-width: 2100px) {
  .css-nb080s {
    justify-self: auto;
  }
}

.css-10j3vag {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

@media (max-width: 299.95px) {
  .css-10j3vag {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 369.95px) {
  .css-10j3vag button.playNowButton {
    height: 40px;
  }
}

.css-1kdch8c {
  display: block;
  background-color: rgba(249, 250, 255, 0.13);
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  transform-origin: 0px 55%;
  transform: scale(1, 0.6);
  border-radius: 4px / 6.7px;
}

.css-1kdch8c:empty::before {
  content: " ";
}

.css-1doy25f {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  backdrop-filter: blur(3px);
  background-color: rgba(12, 13, 20, 0.6);
}

.css-ilrtug {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: -5px;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.6;
  z-index: 0;
}

.css-1hw29i9 {
  margin-top: 12px;
}

.css-b4cjre {
  grid-area: info;
}

@media (max-width: 1199.95px) {
  .css-b4cjre {
    margin-top: 16px;
  }
}

.css-53v9w1 {
  display: flex;
  flex-flow: wrap;
  background-color: rgb(26, 27, 40);
  border-width: 0px;
  border-radius: 8px;
  color: rgb(255, 255, 255);
  padding-right: 8px;
  padding-left: 24px;
  width: 100%;
  position: relative;
  margin: auto;
  line-height: 1.5;
}

.css-53v9w1 a {
  text-decoration: none;
  color: rgb(164, 142, 255);
  font-weight: 700;
}

.css-53v9w1 a:hover {
  color: rgb(104, 66, 255);
}

@media (max-width: 1081.95px) {
  .css-53v9w1 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 1199.95px) {
  .css-53v9w1 {
    border-radius: 0px;
  }
}

.css-wscwi2 {
  width: 100%;
}

@media (min-width: 0px) {
  .css-wscwi2 {
    padding-right: 0px;
  }
}

@media (min-width: 600px) {
  .css-wscwi2 {
    padding-right: 8px;
  }
}

@media (min-width: 1082px) {
  .css-wscwi2 {
    padding-right: 16px;
  }
}

.css-1g10nz7 {
  width: 100%;
}

.css-1g10nz7>p:first-of-type {
  margin-block-start: 0px;
}

.css-1g10nz7>p:last-of-type {
  margin-block-end: 0px;
}

@media (max-width: 1279.95px) {
  .css-1g10nz7 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
}

.css-1g10nz7 h3,
.css-1g10nz7 h2 {
  margin-block: 1em;
}

@media (max-width: 599.95px) {
  .css-1g10nz7 {
    max-height: 60px;
  }
}

@media (min-width: 600px) {
  .css-1g10nz7 {
    padding-bottom: 8px;
  }
}

.css-1pj32m1 {
  display: flex;
  flex-flow: wrap;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width: 1279.95px) {
  .css-1pj32m1 {
    padding-left: 16px;
  }
}

.css-1lq9xk7 {
  border-radius: 30px;
  transition: all 250ms ease 0s;
  border: none;
  cursor: pointer;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-family: Nunito;
  font-size: 16px;
  box-sizing: border-box;
  background: transparent;
  height: 40px;
  padding: 10px;
  font-weight: normal;
  color: rgb(249, 250, 255);
  margin-left: -8px;
}

.css-1lq9xk7:active {
  color: rgba(104, 66, 255, 0.8);
}

.css-1lq9xk7.Mui-disabled {
  background: rgb(40, 41, 61);
  color: rgb(71, 73, 103);
  cursor: default;
}

.css-1lq9xk7 svg {
  height: 20px;
  width: 20px;
  margin-right: 8px;
}

@media (max-width: 599.95px) {
  .css-1lq9xk7 {
    font-size: 11.2px;
  }
}

.css-1lq9xk7:active {
  color: rgb(249, 250, 255);
}

.css-1qkrokc {
  color: rgb(255, 255, 255);
  margin-right: 8px;
}

@media (max-width: 599.95px) {
  .css-1qkrokc {
    margin-right: 4px;
  }
}

.css-d3lbna {
  display: inline-block;
  fill: currentcolor;
  height: 24px;
  width: 24px;
  color: rgb(255, 255, 255);
  margin-right: 8px;
}

@media (max-width: 599.95px) {
  .css-d3lbna {
    margin-right: 4px;
  }
}

.css-hzciwl {
  border-radius: 30px;
  transition: all 250ms ease 0s;
  border: none;
  cursor: pointer;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-family: Nunito;
  font-size: 16px;
  box-sizing: border-box;
  background: transparent;
  height: 40px;
  padding: 10px;
  font-weight: normal;
  color: rgb(249, 250, 255);
}

.css-hzciwl:active {
  color: rgba(104, 66, 255, 0.8);
}

.css-hzciwl.Mui-disabled {
  background: rgb(40, 41, 61);
  color: rgb(71, 73, 103);
  cursor: default;
}

.css-hzciwl svg {
  height: 20px;
  width: 20px;
  margin-right: 8px;
}

@media (max-width: 599.95px) {
  .css-hzciwl {
    font-size: 11.2px;
  }
}

.css-hzciwl:active {
  color: rgb(249, 250, 255);
}

.css-1nsd28h {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 24px;
}

.css-1nsd28h span {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
}

.css-1nsd28h span::before,
.css-1nsd28h span::after {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  content: "";
}

.css-1nsd28h span::before {
  box-sizing: border-box;
  margin: -1.6875rem;
  border: 2.25rem solid rgb(226, 38, 77);
  width: 3.375rem;
  height: 3.375rem;
  transform: scale(0);
}

.css-1nsd28h span::after {
  margin: -2.25px;
  width: 0.28125rem;
  height: 0.28125rem;
  box-shadow: rgb(255, 128, 128) 0.32476rem -3rem 0px -0.1875rem, rgb(255, 237, 128) -0.32476rem -2.625rem 0px -0.1875rem, rgb(255, 237, 128) 2.54798rem -1.61656rem 0px -0.1875rem, rgb(164, 255, 128) 1.84982rem -1.89057rem 0px -0.1875rem, rgb(164, 255, 128) 2.85252rem 0.98418rem 0px -0.1875rem, rgb(128, 255, 200) 2.63145rem 0.2675rem 0px -0.1875rem, rgb(128, 255, 200) 1.00905rem 2.84381rem 0px -0.1875rem, rgb(128, 200, 255) 1.43154rem 2.22414rem 0px -0.1875rem, rgb(128, 200, 255) -1.59425rem 2.562rem 0px -0.1875rem, rgb(164, 128, 255) -0.84635rem 2.50595rem 0px -0.1875rem, rgb(164, 128, 255) -2.99705rem 0.35095rem 0px -0.1875rem, rgb(255, 128, 237) -2.48692rem 0.90073rem 0px -0.1875rem, rgb(255, 128, 237) -2.14301rem -2.12438rem 0px -0.1875rem, rgb(255, 128, 128) -2.25479rem -1.38275rem 0px -0.1875rem;
}

@-webkit-keyframes heart {

  0%,
  17.5% {
    transform: scale(0);
  }
}

@keyframes heart {

  0%,
  17.5% {
    transform: scale(0);
  }
}

@-webkit-keyframes rest {

  0%,
  17.5% {
    font-size: 0px;
  }
}

@keyframes rest {

  0%,
  17.5% {
    font-size: 0px;
  }
}

@-webkit-keyframes bubble {
  15% {
    transform: scale(1);
    border-color: rgb(204, 142, 245);
    border-width: 1.6875rem;
  }

  30%,
  100% {
    transform: scale(1);
    border-color: rgb(204, 142, 245);
    border-width: 0px;
  }
}

@keyframes bubble {
  15% {
    transform: scale(1);
    border-color: rgb(204, 142, 245);
    border-width: 1.6875rem;
  }

  30%,
  100% {
    transform: scale(1);
    border-color: rgb(204, 142, 245);
    border-width: 0px;
  }
}

@-webkit-keyframes sparkles {

  0%,
  20% {
    opacity: 0;
  }

  25% {
    opacity: 1;
    box-shadow: rgb(255, 128, 128) 0.32476rem -2.4375rem 0px 0rem, rgb(255, 237, 128) -0.32476rem -2.0625rem 0px 0rem, rgb(255, 237, 128) 2.1082rem -1.26585rem 0px 0rem, rgb(164, 255, 128) 1.41004rem -1.53985rem 0px 0rem, rgb(164, 255, 128) 2.30412rem 0.85901rem 0px 0rem, rgb(128, 255, 200) 2.08305rem 0.14233rem 0px 0rem, rgb(128, 255, 200) 0.76499rem 2.33702rem 0px 0rem, rgb(128, 200, 255) 1.18748rem 1.71734rem 0px 0rem, rgb(128, 200, 255) -1.35019rem 2.0552rem 0px 0rem, rgb(164, 128, 255) -0.60229rem 1.99916rem 0px 0rem, rgb(164, 128, 255) -2.44865rem 0.22578rem 0px 0rem, rgb(255, 128, 237) -1.93852rem 0.77557rem 0px 0rem, rgb(255, 128, 237) -1.70323rem -1.77366rem 0px 0rem, rgb(255, 128, 128) -1.81501rem -1.03204rem 0px 0rem;
  }
}

@keyframes sparkles {

  0%,
  20% {
    opacity: 0;
  }

  25% {
    opacity: 1;
    box-shadow: rgb(255, 128, 128) 0.32476rem -2.4375rem 0px 0rem, rgb(255, 237, 128) -0.32476rem -2.0625rem 0px 0rem, rgb(255, 237, 128) 2.1082rem -1.26585rem 0px 0rem, rgb(164, 255, 128) 1.41004rem -1.53985rem 0px 0rem, rgb(164, 255, 128) 2.30412rem 0.85901rem 0px 0rem, rgb(128, 255, 200) 2.08305rem 0.14233rem 0px 0rem, rgb(128, 255, 200) 0.76499rem 2.33702rem 0px 0rem, rgb(128, 200, 255) 1.18748rem 1.71734rem 0px 0rem, rgb(128, 200, 255) -1.35019rem 2.0552rem 0px 0rem, rgb(164, 128, 255) -0.60229rem 1.99916rem 0px 0rem, rgb(164, 128, 255) -2.44865rem 0.22578rem 0px 0rem, rgb(255, 128, 237) -1.93852rem 0.77557rem 0px 0rem, rgb(255, 128, 237) -1.70323rem -1.77366rem 0px 0rem, rgb(255, 128, 128) -1.81501rem -1.03204rem 0px 0rem;
  }
}

.css-1vjj830 {
  margin: 0px 10px;
  flex-shrink: 0;
  border-width: 0px thin 0px 0px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.12);
  height: 20px;
}

.css-dtw560 {
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.css-rcws84 {
  font-size: 12px;
  font-weight: 700;
  text-transform: none;
  margin-left: 8px;
}

.css-1pkz69q {
  border-radius: 30px;
  transition: all 250ms ease 0s;
  border: none;
  cursor: pointer;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-family: Nunito;
  font-weight: 800;
  font-size: 16px;
  box-sizing: border-box;
  padding: 8px 0px;
  background: transparent;
  color: rgb(239, 240, 247);
  height: 40px;
}

.css-1pkz69q:active {
  color: rgba(170, 173, 190, 0.8);
}

@media (hover: hover) {
  .css-1pkz69q:hover {
    color: rgb(170, 173, 190);
  }
}

.css-1pkz69q.Mui-disabled {
  background: rgb(40, 41, 61);
  color: rgb(71, 73, 103);
  cursor: default;
}

.css-1pkz69q svg {
  height: 20px;
  width: 20px;
  margin-right: 8px;
}

.css-zot7lp {
  max-width: 100%;
  padding: 8px 0px;
}

@media (max-width: 1279.95px) {
  .css-zot7lp {
    padding: 8px 16px;
  }
}

.css-12hp3i5 {
  display: flex;
  min-height: 29px;
}

.css-n8optg {
  color: rgb(118, 122, 142);
  width: 110px;
  flex-shrink: 0;
}

.css-16rvtsf {
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
}

.css-16rvtsf div a {
  min-height: 0px !important;
}

.css-exrwgm {
  color: rgb(164, 142, 255);
  cursor: pointer;
  font-weight: 700;
}

.css-exrwgm:hover {
  color: rgb(104, 66, 255);
}

.css-ez83vb>div {
  display: inline-block;
}

.css-ez83vb>div>a,
.css-ez83vb>div>div {
  display: inline-block;
}

.css-ez83vb>div>a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: normal;
  color: rgb(255, 255, 255);
}

@media (max-width: 599.95px) {
  .css-ez83vb>div>a {
    min-height: 48px;
    min-width: 48px;
  }
}

.css-ez83vb>div>a:hover {
  cursor: pointer;
  color: rgb(104, 66, 255);
}

.css-j7h1cu>a {
  text-transform: capitalize !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  color: rgb(164, 142, 255) !important;
}

.css-j7h1cu>a:hover {
  color: rgb(104, 66, 255) !important;
}

.css-j7h1cu .breadcrumpSeparator {
  font-size: 14px;
  color: rgb(102, 106, 127);
  margin-left: 4px;
  margin-right: 4px;
}

.css-1fxkl5r {
  margin: 0px 8px;
  font-size: 0.7em;
}

.css-123p1m3 {
  margin: 4px 0px 20px;
  flex-shrink: 0;
  border-width: 0px 0px thin;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.12);
  width: calc(100% - 32px);
}

@media (min-width: 0px) {
  .css-123p1m3 {
    margin-left: 16px;
  }
}

@media (min-width: 1280px) {
  .css-123p1m3 {
    margin-left: 0px;
  }
}

.css-4ydurg {
  width: 100%;
}

.css-4ydurg>p:first-of-type {
  margin-block-start: 0px;
}

.css-4ydurg>p:last-of-type {
  margin-block-end: 0px;
}

@media (max-width: 1279.95px) {
  .css-4ydurg {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
}

.css-4ydurg h3,
.css-4ydurg h2 {
  margin-block: 1em;
}

.css-4ydurg ol>li {
  padding: 14px;
}

.css-4ydurg iframe {
  width: 100%;
}

@media (max-width: 599.95px) {
  .css-1k0avvz {
    display: none;
  }
}

.css-1h6nq0a {
  text-transform: uppercase;
  font-size: 11.2px;
  text-align: center;
  margin-left: 4px;
}

.css-1dm7ec5>div {
  background: rgb(255, 255, 255);
}

.css-1eqdthe {
  display: flex;
  flex-flow: wrap;
  box-sizing: border-box;
  content-visibility: visible;
  margin-top: -4px;
  margin-left: -4px;
  padding: 0px;
  width: calc(100% + 8px);
}

@media only screen and (max-width: 959px) {
  .css-1eqdthe {
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: inherit;
  }
}

@media (max-width: 1081.95px) {
  .css-1eqdthe {
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
    width: 100%;
  }
}

@media (min-width: 1778px) {
  .css-1eqdthe {
    margin-top: calc(-6px);
    margin-left: -6px;
    width: calc(100% + 12px);
  }
}

.css-1eqdthe .skeleton {
  margin: 4px;
}

@media (min-width: 1778px) {
  .css-1eqdthe .skeleton {
    margin: 6px;
  }
}

.css-1eqdthe a {
  box-sizing: content-box;
}

@media (min-width: 0px) {
  .css-1eqdthe a {
    margin: 2px;
  }
}

@media (min-width: 1778px) {
  .css-1eqdthe a {
    margin: 4px;
  }
}

.css-1q99qlu {
  position: relative;
  display: block;
  margin-left: 0px;
  margin-top: 0px;
  width: 168px;
  height: 100px;
}

.css-wukl0p {
  color: white;
  z-index: 2;
  padding: 0px 16px;
  text-align: center;
}

.css-pkb2pz {
  transition: all 250ms ease 0s;
  border: none;
  cursor: pointer;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-family: Nunito;
  font-weight: 800;
  box-sizing: border-box;
  background: rgb(104, 66, 255);
  color: rgb(249, 250, 255);
  height: 50px;
  padding: 12px 24px 12px 32px;
  margin-top: 8px;
  border-radius: 160px;
  font-size: 16px;
  min-width: 240px;
}

.css-pkb2pz:active {
  background: rgba(134, 104, 255, 0.7);
}

@media (hover: hover) {
  .css-pkb2pz:hover {
    background: rgb(134, 104, 255);
  }
}

.css-pkb2pz.Mui-disabled {
  background: rgb(40, 41, 61);
  color: rgb(71, 73, 103);
  cursor: default;
}

.css-pkb2pz svg {
  height: 20px;
  width: 20px;
  margin-right: 8px;
}

.css-1hmesab {
  display: inline-block;
  fill: currentcolor;
  height: 24px;
  width: 24px;
  margin-left: 4px;
}

.css-eskpp {
  position: fixed;
  z-index: 1300;
  inset: 0px;
}

.css-ab5nf2 {
  border: 0px;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.css-18e8ait {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 139px);
  margin: 16px 0px;
}

.css-18e8ait>p:first-of-type {
  margin-block-start: 0px;
}

.css-18e8ait>p:last-of-type {
  margin-block-end: 0px;
}

@media (max-width: 1279.95px) {
  .css-18e8ait {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
}

.css-18e8ait h3,
.css-18e8ait h2 {
  margin-block: 1em;
}

@media (max-width: 1081.95px) {
  .css-18e8ait {
    width: 100%;
  }
}

@media (min-width: 0px) {
  .css-1r63h7m {
    transform: scale(0.9);
  }
}

@media (min-width: 600px) {
  .css-1r63h7m {
    transform: scale(1);
  }
}

.css-1vmpfbs {
  border-radius: 30px;
  transition: all 250ms ease 0s;
  border: none;
  cursor: pointer;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-family: Nunito;
  font-weight: 800;
  font-size: 16px;
  box-sizing: border-box;
  padding: 8px 16px 8px 8px;
  background: rgb(71, 72, 83);
  margin-bottom: 8px;
  margin-right: 4px;
  margin-left: 4px;
  height: 32px;
}

.css-1vmpfbs:active {
  color: rgba(104, 66, 255, 0.8);
}

@media (hover: hover) {
  .css-1vmpfbs:hover {
    color: rgb(104, 66, 255);
  }
}

.css-1vmpfbs.Mui-disabled {
  background: rgb(40, 41, 61);
  color: rgb(71, 73, 103);
  cursor: default;
}

.css-1vmpfbs svg {
  height: 20px;
  width: 20px;
  margin-right: 8px;
}

.css-1vmpfbs p {
  font-size: 11.2px;
  font-weight: 700;
  color: white;
}

.css-1vmpfbs:hover {
  background-color: rgb(18, 18, 28);
}

.css-1iyh3ri {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 50%;
  overflow: hidden;
  user-select: none;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.css-1hy9t21 {
  width: 100%;
  height: 100%;
  text-align: center;
  object-fit: cover;
  color: transparent;
  text-indent: 10000px;
}

.css-15khjz1 {
  position: absolute;
  bottom: 8px;
  z-index: 2;
  width: 100%;
}

.css-ocfyvt {
  color: rgb(229, 230, 238);
  font-size: 14px;
  font-weight: 700;
  padding: 4px 12px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dsc {
  position: relative;
  margin: .7rem auto 0;
  padding-bottom: .75rem;
  height: 4.4rem;
  max-height: 5rem;
  margin-top: 0.4rem;
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  line-height: 1.2;
}