.no-js [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

strong,
b {
  font-weight: 500;
}

.editor-area p:not(:last-child) {
  margin-bottom: 1.5em;
}

.editor-area ol,
.editor-area ul {
  -webkit-padding-start: 1.25em;
          padding-inline-start: 1.25em;
  margin-block: 1.5em;
}

.editor-area ol:first-child,
.editor-area ul:first-child {
  margin-top: 0;
}

.editor-area ol:last-child,
.editor-area ul:last-child {
  margin-bottom: 0;
}

.editor-area ol {
  list-style: decimal;
}

.editor-area a {
  text-decoration: underline;
}

#onetrust-banner-sdk.otFlat {
  max-width: 100vw;
}

body.fixed {
  overflow: hidden;
}

.page-template-tpl-games section,
.tax-games-category section {
  overflow: hidden;
}

.page-template-tpl-games .header,
.tax-games-category .header {
  background: #391280;
}

.page-template-tpl-games .header .header-action,
.tax-games-category .header .header-action {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.page-template-tpl-games .header .header-btn,
.tax-games-category .header .header-btn {
  opacity: 1;
}

.page-template-tpl-games a,
.page-template-tpl-games button,
.tax-games-category a,
.tax-games-category button {
  -webkit-transition: .3s;
  transition: .3s;
}

.games-page {
  padding-top: 5.98958vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#EEFBFF), to(#E5F9FF));
  background: linear-gradient(180deg, #EEFBFF 0%, #E5F9FF 100%);
}

@media screen and (max-width: 1024px) {
  .games-page {
    padding-top: 15vw;
  }
}

.games-section {
  padding-block: 1.82292vw 3.4375vw;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .games-section {
    padding-block: 3.58974vw 8.97436vw;
  }
}

.games-section .breadcrumbs {
  margin-bottom: 1.66667vw;
}

@media screen and (max-width: 1024px) {
  .games-section .breadcrumbs {
    margin-bottom: 5.64103vw;
  }
}

.games-section .breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.72917vw;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .games-section .breadcrumbs ul {
    font-size: 3.58974vw;
  }
}

.games-section .breadcrumbs ul li:not(:last-child)::after {
  content: '/';
  color: rgba(0, 0, 0, 0.6);
  margin-inline: 0.71429em;
}

.games-section .breadcrumbs ul a {
  color: rgba(0, 0, 0, 0.6);
}

.games-section .breadcrumbs ul a:hover {
  color: black;
}

.games-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-inline: 2.60417vw;
}

.games-section__filter {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .games-section__filter {
    width: 17.60417vw;
  }
}

.games-section__filter-title {
  font-weight: 700;
  font-size: 1.04167vw;
  line-height: 1.1;
  margin-bottom: 0.83333vw;
}

@media screen and (max-width: 1024px) {
  .games-section__filter-title {
    display: none;
  }
}

.games-section__filter-switcher {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.625vw;
  padding-bottom: 1.25vw;
  border-bottom: 1px solid rgba(69, 53, 218, 0.22);
}

@media screen and (max-width: 1024px) {
  .games-section__filter-switcher {
    display: none;
  }
}

.games-section__filter-switcher a {
  height: 2.08333vw;
  background: #F1FFFF;
  border: 2px solid #F1F1F1;
  -webkit-box-shadow: 0px 4px 12.9px rgba(55, 175, 211, 0.12);
          box-shadow: 0px 4px 12.9px rgba(55, 175, 211, 0.12);
  border-radius: 6.19792vw;
  font-size: 0.9375vw;
  line-height: 1.18;
  display: flex;
  justify-content: center;
  align-items: center;
}

.games-section__filter-switcher a:hover {
  border-color: #FA17A6;
}

.games-section__filter-switcher a.isActive {
  background: #FA17A6;
  border-color: #FA17A6;
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .games-section__filter-list {
    padding-top: 1.25vw;
  }
  .games-section__filter-list:not(.--first) {
    display: none;
  }
  .games-section__filter-list__bg {
    display: none;
  }
}

.games-section__filter-list__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .games-section__filter-list {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .games-section__filter-list.isActive {
    opacity: 1;
    visibility: visible;
  }
  .games-section__filter-list.isActive .games-section__filter-grid {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.games-section__filter-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.625vw;
}

@media screen and (max-width: 1024px) {
  .games-section__filter-grid {
    gap: 3.07692vw;
    padding: 5.64103vw 6.66667vw;
    margin-top: auto;
    background: #EDFBFF;
    position: relative;
    z-index: 2;
    border-radius: 6.15385vw 6.15385vw 0 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: .3s;
    transition: .3s;
    max-height: 81.33333%;
    overflow: auto;
  }
}

.games-section__filter-grid__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 1025px) {
  .games-section__filter-grid__head {
    display: none;
  }
}

.games-section__filter-grid__head button {
  border: 0;
  background: transparent;
}

.games-section__filter-grid__head span {
  font-weight: 700;
  font-size: 5.12821vw;
  line-height: calc(23/20);
  text-transform: uppercase;
}

.games-section__filter-grid__head a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  height: 11.53846vw;
  background: #F1FFFF;
  border: 1.5px solid #FA17A6;
  -webkit-box-shadow: 0px 4px 12.9px rgba(55, 175, 211, 0.12);
          box-shadow: 0px 4px 12.9px rgba(55, 175, 211, 0.12);
  border-radius: 3.07692vw;
  font-size: 4.10256vw;
  line-height: 1.18;
  text-transform: capitalize;
  color: #FA17A6;
  margin-top: 6.41026vw;
}

.games-section__filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125vw;
  height: 4.58333vw;
  border: 2px solid #F1FFFF;
  background: #F1FFFF;
  -webkit-box-shadow: 0px 4px 12.9px rgba(55, 175, 211, 0.12);
          box-shadow: 0px 4px 12.9px rgba(55, 175, 211, 0.12);
  border-radius: 0.625vw;
  cursor: pointer;
}

.games-section__filter-item.isActive {
  border-color: #FA17A6;
  color: #FA17A6;
}

@media screen and (max-width: 1024px) {
  .games-section__filter-item {
    height: 22.5641vw;
    gap: 1.53846vw;
    border-radius: 3.07692vw;
  }
}

.games-section__filter-item:hover {
  border-color: #FA17A6;
}

.games-section__filter-item img {
  max-width: 2.08333vw;
  max-height: 2.08333vw;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .games-section__filter-item img {
    max-width: 10.25641vw;
    max-height: 10.25641vw;
  }
}

.games-section__main {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .games-section__main {
    width: 72.5vw;
  }
}

.games-section__head {
  position: relative;
}

.games-section__head-img {
  background: #7C33A5;
  border-radius: 1.45833vw;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .games-section__head-img {
    border-radius: 4.61538vw;
  }
}

.games-section__head-img img {
  width: 100%;
  aspect-ratio: 1396/340;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .games-section__head-img img {
    aspect-ratio: 366/184;
  }
}

.games-section__head-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 38.69792vw;
  padding-block: 1.66667vw;
  -webkit-padding-start: 2.1875vw;
          padding-inline-start: 2.1875vw;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .games-section__head-content {
    width: 53.84615vw;
    padding-block: 5.12821vw;
    -webkit-padding-start: 6.15385vw;
            padding-inline-start: 6.15385vw;
  }
}

.games-section__head-content h1 {
  font-weight: 800;
  font-size: 3.33333vw;
  line-height: calc(73/64);
}

@media screen and (max-width: 1024px) {
  .games-section__head-content h1 {
    font-weight: 700;
    font-size: 6.15385vw;
  }
}

.games-section__head-content p {
  font-weight: 700;
  font-size: 1.25vw;
}

@media screen and (max-width: 1024px) {
  .games-section__head-content p {
    font-weight: 400;
    font-size: 3.84615vw;
  }
}

.games-section__head .dec-image-1 {
  position: absolute;
  width: 7.1875vw;
  bottom: -0.78125vw;
  right: 8.07292vw;
  -webkit-animation: floating-animation 6s ease-in-out infinite;
          animation: floating-animation 6s ease-in-out infinite;
}

@media screen and (max-width: 1024px) {
  .games-section__head .dec-image-1 {
    display: none;
  }
}

.games-section__head .dec-image-2 {
  position: absolute;
  width: 20.20833vw;
  top: -0.26042vw;
  right: -3.33333vw;
  -webkit-animation: floating-animation 6s ease-in-out infinite;
          animation: floating-animation 6s ease-in-out infinite;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

@media screen and (max-width: 1024px) {
  .games-section__head .dec-image-2 {
    display: none;
  }
}

.games-section__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  -webkit-transition: .3s;
  transition: .3s;
}

.games-section__actions.--blocked {
  pointer-events: none;
  opacity: 0.5;
}

@media screen and (min-width: 1025px) {
  .games-section__actions {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 2.8125vw;
    gap: 0.83333vw;
    padding-inline: 1.66667vw;
  }
}

@media screen and (max-width: 1024px) {
  .games-section__actions {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3.58974vw;
    gap: 6.15385vw;
  }
}

.games-section__actions button {
  background: transparent;
  border: 0;
}

.games-section__search {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .games-section__search {
    width: 43.125vw;
  }
}

.games-section__search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 0.625vw;
  padding-inline: 0.41667vw 1.04167vw;
  height: 2.91667vw;
  background: #F1FFFF;
  border: 1.5px solid #FFFFFF;
  -webkit-box-shadow: 0px 4px 12.9px rgba(55, 175, 211, 0.12);
          box-shadow: 0px 4px 12.9px rgba(55, 175, 211, 0.12);
  border-radius: 1.82292vw;
}

@media screen and (max-width: 1024px) {
  .games-section__search form {
    height: 12.30769vw;
    gap: 3.07692vw;
    padding-inline: 1.53846vw 5.12821vw;
  }
}

.games-section__search form button {
  position: absolute;
  width: 1.25vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.25vw;
  opacity: 0;
  visibility: hidden;
}

.games-section__search form button.isActive {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1024px) {
  .games-section__search form button {
    width: 6.15385vw;
  }
}

.games-section__search form span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.08333vw;
  height: 2.08333vw;
  background: #FF1AAA;
  -webkit-box-shadow: 0px 2.35294px 19.3333px rgba(249, 0, 157, 0.4);
          box-shadow: 0px 2.35294px 19.3333px rgba(249, 0, 157, 0.4);
  border-radius: 50%;
}

@media screen and (max-width: 1024px) {
  .games-section__search form span {
    width: 9.23077vw;
    height: 9.23077vw;
  }
}

.games-section__search form span svg {
  width: 60%;
  height: auto;
}

.games-section__search form input {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  border: 0;
  background: transparent;
  font-size: 4.10256vw;
}

.games-section__search form input::-webkit-input-placeholder {
  color: #000;
  -webkit-transition: .3s;
  transition: .3s;
}

.games-section__search form input::-moz-placeholder {
  color: #000;
  -moz-transition: .3s;
  transition: .3s;
}

.games-section__search form input:-ms-input-placeholder {
  color: #000;
  -ms-transition: .3s;
  transition: .3s;
}

.games-section__search form input::-ms-input-placeholder {
  color: #000;
  -ms-transition: .3s;
  transition: .3s;
}

.games-section__search form input::placeholder {
  color: #000;
  -webkit-transition: .3s;
  transition: .3s;
}

.games-section__search form input:focus::-webkit-input-placeholder {
  color: transparent;
}

.games-section__search form input:focus::-moz-placeholder {
  color: transparent;
}

.games-section__search form input:focus:-ms-input-placeholder {
  color: transparent;
}

.games-section__search form input:focus::-ms-input-placeholder {
  color: transparent;
}

.games-section__search form input:focus::placeholder {
  color: transparent;
}

@media screen and (min-width: 1025px) {
  .games-section__search form input {
    font-size: 1.04167vw;
  }
}

@media screen and (min-width: 1025px) {
  .games-section__sort {
    position: relative;
    font-size: 0.9375vw;
  }
}

@media screen and (max-width: 1024px) {
  .games-section__sort {
    font-size: 4.10256vw;
  }
}

.games-section__sort-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.41667vw;
  cursor: pointer;
}

.games-section__sort-current svg {
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 1025px) {
  .games-section__sort-current {
    padding-inline: 1.04167vw 0.67708vw;
    height: 2.5vw;
    background: #F1FFFF;
    border: 1.5px solid #FFFFFF;
    -webkit-box-shadow: 0px 4px 12.9px rgba(55, 175, 211, 0.12);
            box-shadow: 0px 4px 12.9px rgba(55, 175, 211, 0.12);
    border-radius: 1.82292vw;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .games-section__sort-current:hover {
    -webkit-box-shadow: 0px 4px 12.9px rgba(55, 175, 211, 0.3);
            box-shadow: 0px 4px 12.9px rgba(55, 175, 211, 0.3);
  }
}

@media screen and (max-width: 1024px) {
  .games-section__sort-current.isActive svg {
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
  }
}

.games-section__sort-current .selected {
  color: #391280;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .games-section__sort-current .selected {
    min-width: 4.11111em;
  }
}

.games-section__sort-list {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.games-section__sort-list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6.66667vw;
}

@media screen and (min-width: 1025px) {
  .games-section__sort-list__head {
    display: none;
  }
}

.games-section__sort-list__head span {
  font-weight: 700;
  font-size: 5.12821vw;
  line-height: calc(23/20);
  text-transform: uppercase;
}

.games-section__sort-list__head button {
  width: 4.10256vw;
  height: 4.10256vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.games-section__sort-list__head button svg {
  width: 75%;
  height: auto;
}

.games-section__sort-list__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

@media screen and (min-width: 1025px) {
  .games-section__sort-list__bg {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .games-section__sort-list {
    position: absolute;
    padding: 0.83333vw 2.08333vw;
    border-radius: 1.04167vw;
    background: #F1FFFF;
    min-width: 100%;
    -webkit-transform: translateY(calc(100% + 0.41667vw));
        -ms-transform: translateY(calc(100% + 0.41667vw));
            transform: translateY(calc(100% + 0.41667vw));
    left: 0;
    bottom: -0.20833vw;
  }
}

@media screen and (max-width: 1024px) {
  .games-section__sort-list {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .games-section__sort-list.isActive {
    opacity: 1;
    visibility: visible;
  }
  .games-section__sort-list.isActive form {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .games-section__sort-list form {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: auto;
    padding: 6.15385vw 6.66667vw 7.4359vw;
    background: #EDFBFF;
    border-radius: 6.15385vw 6.15385vw 0 0;
    gap: 4.10256vw;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: .3s;
    transition: .3s;
  }
}

.games-section__sort-list .radio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.games-section__sort-list form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.games-section__sort-list input {
  accent-color: #000;
}

.games-section__sort-list button[type=submit] {
  width: 100%;
  padding: 0.41667vw 1.25vw;
  background: #FA17A6;
  -webkit-box-shadow: 0px 4px 12.9px rgba(55, 175, 211, 0.12);
          box-shadow: 0px 4px 12.9px rgba(55, 175, 211, 0.12);
  border-radius: 6.25vw;
  font-weight: 700;
  font-size: 0.72917vw;
  line-height: 1.18;
  color: #FFFFFF;
}

@media screen and (min-width: 1025px) {
  .games-section__sort-list button[type=submit] {
    margin-top: 0.72917vw;
  }
}

@media screen and (max-width: 1024px) {
  .games-section__sort-list button[type=submit] {
    font-size: 4.61538vw;
    height: 10.25641vw;
  }
}

@media screen and (min-width: 1025px) {
  .games-section__sort:hover .games-section__sort-current svg {
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
  }
  .games-section__sort:hover .games-section__sort-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.games-section__order button {
  background: transparent;
  border: 0;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .games-section__order button::before {
    position: absolute;
    content: "";
    inset: -0.41667vw;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .games-section__order button:hover::before {
    background: #F1FFFF;
    -webkit-box-shadow: 0px 4px 12.9px rgba(55, 175, 211, 0.2);
            box-shadow: 0px 4px 12.9px rgba(55, 175, 211, 0.2);
  }
}

.games-section__order svg {
  width: 1.25vw;
  height: auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .games-section__order svg {
    width: 6.15385vw;
  }
}

.games-section__tax-mobile {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 5.12821vw;
}

@media screen and (min-width: 1025px) {
  .games-section__tax-mobile {
    display: none;
  }
}

.games-section__tax-mobile button {
  font-size: 4.10256vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.05128vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 2.5641vw;
  border-bottom: 1px solid #C9D0F7;
}

.games-section__grid {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 1025px) {
  .games-section__grid {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    gap: 1.66667vw 1.25vw;
    margin-top: 1.45833vw;
  }
}

@media screen and (max-width: 1024px) {
  .games-section__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 3.07692vw;
    margin-top: 7.69231vw;
  }
}

.game-item__preview {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 1.25vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.25vw;
}

@media screen and (max-width: 1024px) {
  .game-item__preview {
    border-radius: 4.10256vw;
    padding: 4.10256vw;
  }
}

.game-item__preview-image {
  position: relative;
  z-index: 3;
}

.game-item__preview-bg {
  position: absolute;
  width: 100%;
  height: 66.53846%;
  z-index: 2;
  bottom: 0;
  left: 0;
}

.game-item__preview-bg img {
  width: 100%;
}

.game-item__preview-color {
  position: absolute;
  inset: 0;
}

.game-item__preview-hover {
  position: absolute;
  inset: 0;
  z-index: 4;
}

@media screen and (min-width: 1025px) {
  .game-item__preview-hover {
    background: rgba(0, 0, 0, 0.12);
    -webkit-backdrop-filter: blur(10.3px);
            backdrop-filter: blur(10.3px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

@media screen and (min-width: 1025px) {
  .game-item__preview-hover a {
    width: 11.14583vw;
    height: 2.76042vw;
    font-weight: 800;
    font-size: 1.30208vw;
    text-shadow: 0px 0.663px 1.32601px rgba(0, 0, 0, 0.45);
  }
}

@media screen and (max-width: 1024px) {
  .game-item__preview-hover a {
    position: absolute;
    inset: 0;
    background: none;
  }
  .game-item__preview-hover a img,
  .game-item__preview-hover a span {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .game-item__preview:hover .game-item__preview-hover {
    opacity: 1;
    visibility: visible;
  }
}

.game-item__title {
  margin-top: 1.53846vw;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .game-item__title {
    display: none;
  }
}

.games-description {
  padding-block: 1.61458vw 6.04167vw;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .games-description {
    padding-block: 8.97436vw 25.12821vw;
  }
}

.games-description::before {
  position: absolute;
  content: "";
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.6;
}

.games-description .container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 1025px) {
  .games-description .container {
    padding-inline: 10.83333vw 9.375vw;
  }
}

@media screen and (max-width: 1024px) {
  .games-description .container {
    padding-inline: 5.12821vw;
    gap: 9.23077vw;
  }
}

.games-description .media-wrapper {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .games-description .media-wrapper {
    width: 33.59375vw;
  }
}

@media screen and (max-width: 1024px) {
  .games-description .media-wrapper {
    max-width: 80vw;
    margin-inline: auto;
  }
}

.games-description__content {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .games-description__content {
    line-height: 1.64;
    width: 37.8125vw;
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 1024px) {
  .games-description__content {
    font-size: 4.61538vw;
    line-height: 1.25;
  }
}

.games-description__content h2 {
  font-weight: 700;
  font-size: 3.125vw;
  line-height: 1.2;
  color: #391280;
  margin-bottom: 0.4em;
}

@media screen and (max-width: 1024px) {
  .games-description__content h2 {
    font-size: 8.20513vw;
  }
}

.error-length {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  padding-top: 0.25em;
  color: red;
  display: none;
}

@media screen and (min-width: 1025px) {
  .error-message {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }
}

@media screen and (max-width: 1024px) {
  .error-message {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

.games-content {
  padding-block: 6.5625rem 9.1875rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (max-width: 1024px) {
  .games-content {
    padding-block: 2.1875rem 7rem;
  }
}

.games-content .container {
  padding-inline: 1.25rem;
}

.games-content__inner {
  max-width: 48.75rem;
  margin-inline: auto;
}

.games-content .editor-area {
  font-size: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .games-content .editor-area {
    font-size: 1.125rem;
    line-height: calc(22/18);
  }
}

.games-content .editor-area h2,
.games-content .editor-area h3,
.games-content .editor-area h4 {
  font-weight: 700;
  color: #391280;
}

.games-content .editor-area h2 {
  font-size: 3.75rem;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .games-content .editor-area h2 {
    font-size: 2rem;
  }
}

.games-content .editor-area h2:not(:last-child) {
  margin-bottom: 0.4em;
}

.games-content .editor-area h3 {
  font-size: 2rem;
  line-height: calc(46/32);
}

@media screen and (max-width: 1024px) {
  .games-content .editor-area h3 {
    font-size: 1.5rem;
  }
}

.games-content .editor-area h3:not(:last-child) {
  margin-bottom: 0.75em;
}

.games-content .editor-area h4 {
  font-size: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .games-content .editor-area h4 {
    font-size: 1.125rem;
  }
}

.games-content .editor-area h4:not(:last-child) {
  margin-bottom: 0.5em;
}

.games-content .editor-area h4 + ul,
.games-content .editor-area h4 + ol {
  margin-top: 0;
}

.games-content .editor-area h4 + ul:has(+ p),
.games-content .editor-area h4 + ol:has(+ p) {
  margin-bottom: 0;
}

.games-content .editor-area h4 + ul + p,
.games-content .editor-area h4 + ol + p {
  margin-top: 0;
}

.games-content .editor-area ul {
  list-style: disc;
}

.games-content__media {
  width: 100%;
}

.games-content__media:not(:first-child) {
  margin-top: 3rem;
}

@media screen and (max-width: 1024px) {
  .games-content__media:not(:first-child) {
    margin-top: 1.5rem;
  }
}

.games-content__media:not(:last-child) {
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 1024px) {
  .games-content__media:not(:last-child) {
    margin-bottom: 0.875rem;
  }
}

.games-content__media img {
  width: 100%;
  border-radius: 1.25rem;
}

@media screen and (max-width: 1024px) {
  .games-content__media img {
    border-radius: 0.625rem;
  }
}

.games-content__table {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .games-content__table {
    overflow: auto;
    width: calc(100% + 1.25rem);
    -webkit-margin-end: 1.25rem;
            margin-inline-end: 1.25rem;
    -webkit-padding-end: 1.25rem;
            padding-inline-end: 1.25rem;
  }
  .games-content__table th,
  .games-content__table td {
    width: 18.125rem;
  }
  .games-content__table th:first-child,
  .games-content__table td:first-child {
    width: 10.4375rem;
  }
}

.games-content__table:not(:first-child) {
  margin-top: 3.75rem;
}

@media screen and (max-width: 1024px) {
  .games-content__table:not(:first-child) {
    margin-top: 1.5rem;
  }
}

.games-content__table:not(:last-child) {
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 1024px) {
  .games-content__table:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.games-content__table table {
  width: 100%;
  border-collapse: collapse;
}

@media screen and (max-width: 1024px) {
  .games-content__table table {
    width: 48.75rem;
  }
}

.games-content__table th {
  background: #CEF0FA;
  padding: 0.75rem 1.5rem;
  text-align: start;
  font-size: 1.125rem;
}

@media screen and (max-width: 1024px) {
  .games-content__table th {
    padding-block: 0.3125rem;
  }
}

.games-content__table th:first-child {
  border-radius: 1.0625rem 0 0 1.0625rem;
}

@media screen and (max-width: 1024px) {
  .games-content__table th:first-child {
    border-radius: 0.5rem 0 0 0.5rem;
  }
}

.games-content__table th:last-child {
  border-radius: 0 1.0625rem 1.0625rem 0;
}

@media screen and (max-width: 1024px) {
  .games-content__table th:last-child {
    border-radius: 0 0.5rem 0.5rem 0;
  }
}

.games-content__table td {
  padding: 0.5rem 1.5rem;
  font-size: 1.25rem;
  line-height: calc(34/20);
}

@media screen and (max-width: 1024px) {
  .games-content__table td {
    padding-block: 0.3125rem;
    font-size: 1.125rem;
  }
}

.games-content__table tbody tr:not(:last-child) {
  border-bottom: 1px solid #E2E8F0;
}

@media screen and (min-width: 1025px) {
  .header {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .header-menu {
    padding-top: 35vw !important;
  }
}

@media screen and (min-width: 1025px) {
  .custom-main-menu {
    gap: 2.1875vw;
  }
  .custom-main-menu li {
    margin-inline: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .custom-main-menu li {
    width: 100%;
  }
}

.custom-main-menu > .menu-item-has-children {
  position: relative;
}

.custom-main-menu > .menu-item-has-children::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1.5625vw;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

@media screen and (min-width: 1025px) {
  .custom-main-menu > .menu-item-has-children:hover > a::before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .custom-main-menu > .menu-item-has-children:hover > a::after {
    -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
  }
  .custom-main-menu > .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}

.custom-main-menu > .menu-item-has-children > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.20833vw;
  position: relative;
}

.custom-main-menu > .menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.99857 10.977L5.87382 6.85215L4.69531 8.03065L9.99857 13.334L15.3019 8.03065L14.1234 6.85215L9.99857 10.977Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: .3s;
  transition: .3s;
}

.custom-main-menu > .menu-item-has-children > a.opened::after {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.custom-main-menu > .menu-item-has-children > .sub-menu {
  line-height: 1;
}

@media screen and (min-width: 1025px) {
  .custom-main-menu > .menu-item-has-children > .sub-menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background: #391280;
    left: -1.45833vw;
    bottom: -1.5625vw;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    border-radius: 1.97917vw;
    gap: 5.20833vw;
    padding: 1.25vw 2.1875vw 1.97917vw 2.5vw;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .custom-main-menu > .menu-item-has-children > .sub-menu::after {
    position: absolute;
    content: "";
    inset: 0;
    background: #391280;
    z-index: 2;
    border-radius: 1.97917vw;
  }
  .custom-main-menu > .menu-item-has-children > .sub-menu::before {
    position: absolute;
    content: "";
    width: 150vw;
    height: 100vh;
    top: -0.20833vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.12);
    -webkit-backdrop-filter: blur(2.5px);
            backdrop-filter: blur(2.5px);
  }
}

@media screen and (max-width: 1024px) {
  .custom-main-menu > .menu-item-has-children > .sub-menu {
    padding-top: 5.12821vw;
    display: none;
    width: 100%;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    padding-inline: 4.10256vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5.12821vw 3.07692vw;
  }
  .custom-main-menu > .menu-item-has-children > .sub-menu a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .custom-main-menu > .menu-item-has-children > .sub-menu .sub-menu {
    gap: 3.07692vw;
    padding-top: 3.07692vw;
  }
  .custom-main-menu > .menu-item-has-children > .sub-menu li {
    margin-bottom: 0 !important;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .custom-main-menu > .menu-item-has-children > .sub-menu .link {
    padding: 0 !important;
    font-size: 5.12821vw;
  }
  .custom-main-menu > .menu-item-has-children > .sub-menu .link::before {
    display: none;
  }
  .custom-main-menu > .menu-item-has-children > .sub-menu .menu-item-has-children:has(.menu-item-game) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .custom-main-menu > .menu-item-has-children > .sub-menu .menu-item-has-children:has(.menu-item-game) .sub-menu {
    width: 100%;
  }
}

.custom-main-menu > .menu-item-has-children > .sub-menu > li {
  position: relative;
  z-index: 3;
}

.custom-main-menu > .menu-item-has-children > .sub-menu .sub-menu:not(:first-child) {
  margin-top: 0.41667vw;
}

.custom-main-menu > .menu-item-has-children > .sub-menu li:not(:first-child) {
  margin-top: 0.41667vw;
}

.custom-main-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > a {
  font-weight: 700;
  font-size: 1.25vw;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .custom-main-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > a {
    font-size: 6.15385vw;
  }
}

.custom-main-menu > .menu-item-has-children > .sub-menu a {
  font-weight: 400;
}

@media screen and (min-width: 1025px) {
  .custom-main-menu > .menu-item-has-children > .sub-menu a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.custom-main-menu > .menu-item-has-children > .sub-menu ul {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.custom-main-menu .menu-item-depth-0 > .sub-menu > li {
  margin-top: 0 !important;
}

.custom-main-menu .menu-item-depth-1 .sub-menu:has(.menu-item-game) {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 1025px) {
  .custom-main-menu .menu-item-depth-1 .sub-menu:has(.menu-item-game) {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 0.72917vw;
    width: 37.60417vw;
  }
}

@media screen and (max-width: 1024px) {
  .custom-main-menu .menu-item-depth-1 .sub-menu:has(.menu-item-game) {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 3.58974vw;
  }
}

.custom-main-menu .menu-item-depth-1 .sub-menu:has(.menu-item-game) li {
  margin: 0;
  width: 100%;
}

.custom-main-menu .menu-item-depth-1 .menu-item-game-link {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 0.83333vw;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .custom-main-menu .menu-item-depth-1 .menu-item-game-link {
    border-radius: 4.10256vw;
  }
}

@media screen and (min-width: 1025px) {
  .custom-main-menu .menu-item-depth-1 .menu-item-game-link:hover {
    opacity: 0.85;
  }
}

.custom-main-menu .menu-item-depth-1 .menu-item-game-link__color {
  position: absolute;
  inset: 0;
}

.custom-main-menu .menu-item-depth-1 .menu-item-game-link__bg {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 70.58824%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.custom-main-menu .menu-item-depth-1 .menu-item-game-link img {
  width: 8.85417vw;
  margin: 0;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1024px) {
  .custom-main-menu .menu-item-depth-1 .menu-item-game-link img {
    width: 100%;
  }
}

.archive-link > a {
  color: #FF2DA0 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.20833vw;
  position: relative;
}

.archive-link > a::after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.977 10.0014L6.85215 14.1262L8.03065 15.3047L13.334 10.0014L8.03065 4.6981L6.85215 5.8766L10.977 10.0014Z' fill='%23FF2DA0'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.archive-link > a::before {
  background-color: #FF2DA0 !important;
}
