@keyframes pulse-signup {
  0% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--reg-btn) 55%, transparent);
  }
  70% {
    box-shadow: 0 0 0 12px color-mix(in srgb, var(--reg-btn) 0%, transparent);
  }
  to {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--reg-btn) 0%, transparent);
  }
}
@keyframes pulse-login {
  0% {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--login-btn) 55%, transparent);
  }
  70% {
    box-shadow: 0 0 0 12px color-mix(in srgb, var(--login-btn) 0%, transparent);
  }
  to {
    box-shadow: 0 0 0 0 color-mix(in srgb, var(--login-btn) 0%, transparent);
  }
}
*,
::after,
::before {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  line-height: 1;
  scroll-behavior: smooth;
}
body {
  font-family: Verdana, Geneva, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: var(--main-text);
  line-height: 1.46;
  background-color: var(--main-bg);
  min-width: 300px;
}
section {
  padding-top: 15px;
}
section:not(:last-child) {
  border-bottom: 1.5px solid
    color-mix(in srgb, var(--main-text) 15%, transparent);
  padding-bottom: 15px;
}
a {
  display: inline-block;
  text-decoration: none;
}
img {
  vertical-align: top;
}
h1,
h2 {
  text-transform: capitalize;
  margin-bottom: 1.1rem;
}
h2 {
  margin-bottom: 0.8rem;
}
button,
h1,
h2,
h4,
h5,
h6 {
  font-size: inherit;
}
p {
  margin-bottom: 1rem;
}
strong {
  font-weight: 800;
  color: var(--main-text);
}
ol,
ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-left: 25px;
  margin-bottom: 8px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
.hd597 ul,
.tf0768 ul,
.f9cf4025 ul,
.g64080a ul,
.i3d9a2f ul,
[role="menu"] ul,
aside ul,
footer ul,
header ul,
nav ul {
  display: block;
  flex-direction: initial;
  gap: 0;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.g64080a {
  list-style: none;
  margin-bottom: 0;
}
.hd597 {
  margin-bottom: 0;
}
.hd597,
.f9cf4025 {
  display: block;
  list-style: none;
}
.tf0768,
.i3d9a2f,
[role="menu"] {
  display: block;
  list-style: none;
  margin-bottom: 0;
}
.i3d9a2f,
[role="menu"] {
  padding-left: 0;
}
button {
  font-family: inherit;
}
button,
input,
textarea {
  line-height: inherit;
}
a,
button {
  color: inherit;
}
a,
button,
option,
select {
  cursor: pointer;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button,
mark {
  background-color: transparent;
}
.zf1e25 {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  border-bottom: 1.5px solid
    color-mix(in srgb, var(--main-text) 10%, transparent);
}
.efef8f77f h1,
section > h1,
section > section > div > h1,
section > section > div__container > h1,
section__container > h1 {
  color: var(--main-text);
  font-weight: 600;
}
@media (min-width: 73.125em) {
  .efef8f77f h1,
  section > h1,
  section > section > div > h1,
  section > section > div__container > h1,
  section__container > h1 {
    font-size: 2.125rem;
  }
}
@media (min-width: 20em) and (max-width: 73.125em) {
  @supports (
    font-size: clamp(1.75rem, 1.6088235294rem + 0.7058823529vw, 2.125rem)
  ) {
    .efef8f77f h1,
    section > h1,
    section > section > div > h1,
    section > section > div__container > h1,
    section__container > h1 {
      font-size: clamp(1.75rem, 1.6088235294rem + 0.7058823529vw, 2.125rem);
    }
  }
  @supports not (
    font-size: clamp(1.75rem, 1.6088235294rem + 0.7058823529vw, 2.125rem)
  ) {
    .efef8f77f h1,
    section > h1,
    section > section > div > h1,
    section > section > div__container > h1,
    section__container > h1 {
      font-size: calc(1.75rem + 0.375 * (100vw - 20rem) / 53.125);
    }
  }
}
@media (max-width: 20em) {
  .efef8f77f h1,
  section > h1,
  section > section > div > h1,
  section > section > div__container > h1,
  section__container > h1 {
    font-size: 1.75rem;
  }
}
@media (min-width: 73.125em) {
  .efef8f77f h1,
  section > h1,
  section > section > div > h1,
  section > section > div__container > h1,
  section__container > h1 {
    line-height: 2.125rem;
  }
}
@media (min-width: 20em) and (max-width: 73.125em) {
  @supports (
    line-height: clamp(1.75rem, 1.6088235294rem + 0.7058823529vw, 2.125rem)
  ) {
    .efef8f77f h1,
    section > h1,
    section > section > div > h1,
    section > section > div__container > h1,
    section__container > h1 {
      line-height: clamp(1.75rem, 1.6088235294rem + 0.7058823529vw, 2.125rem);
    }
  }
  @supports not (
    line-height: clamp(1.75rem, 1.6088235294rem + 0.7058823529vw, 2.125rem)
  ) {
    .efef8f77f h1,
    section > h1,
    section > section > div > h1,
    section > section > div__container > h1,
    section__container > h1 {
      line-height: calc(1.75rem + 0.375 * (100vw - 20rem) / 53.125);
    }
  }
}
@media (max-width: 20em) {
  .efef8f77f h1,
  section > h1,
  section > section > div > h1,
  section > section > div__container > h1,
  section__container > h1 {
    line-height: 1.75rem;
  }
}
section > section > div > h2,
section > section > div__container > h2,
section__container > h2 {
  font-weight: 500;
}
@media (min-width: 73.125em) {
  section > h2,
  section > section > div > h2,
  section > section > div__container > h2,
  section__container > h2 {
    font-size: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 73.125em) {
  @supports (
    font-size: clamp(1.625rem, 1.5308823529rem + 0.4705882353vw, 1.875rem)
  ) {
    section > h2,
    section > section > div > h2,
    section > section > div__container > h2,
    section__container > h2 {
      font-size: clamp(1.625rem, 1.5308823529rem + 0.4705882353vw, 1.875rem);
    }
  }
  @supports not (
    font-size: clamp(1.625rem, 1.5308823529rem + 0.4705882353vw, 1.875rem)
  ) {
    section > h2,
    section > section > div > h2,
    section > section > div__container > h2,
    section__container > h2 {
      font-size: calc(1.625rem + 0.25 * (100vw - 20rem) / 53.125);
    }
  }
}
@media (max-width: 20em) {
  section > h2,
  section > section > div > h2,
  section > section > div__container > h2,
  section__container > h2 {
    font-size: 1.625rem;
  }
}
@media (min-width: 73.125em) {
  section > h2,
  section > section > div > h2,
  section > section > div__container > h2,
  section__container > h2 {
    line-height: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 73.125em) {
  @supports (
    line-height: clamp(1.625rem, 1.5308823529rem + 0.4705882353vw, 1.875rem)
  ) {
    section > h2,
    section > section > div > h2,
    section > section > div__container > h2,
    section__container > h2 {
      line-height: clamp(1.625rem, 1.5308823529rem + 0.4705882353vw, 1.875rem);
    }
  }
  @supports not (
    line-height: clamp(1.625rem, 1.5308823529rem + 0.4705882353vw, 1.875rem)
  ) {
    section > h2,
    section > section > div > h2,
    section > section > div__container > h2,
    section__container > h2 {
      line-height: calc(1.625rem + 0.25 * (100vw - 20rem) / 53.125);
    }
  }
}
@media (max-width: 20em) {
  section > h2,
  section > section > div > h2,
  section > section > div__container > h2,
  section__container > h2 {
    line-height: 1.625rem;
  }
}
.efef8f77f > p,
section > p,
section > section > div > p,
section > section > div__container > p,
section__container > p {
  font-weight: 400;
  word-spacing: 0.0625rem;
}
@media (min-width: 73.125em) {
  .efef8f77f > p,
  section > p,
  section > section > div > p,
  section > section > div__container > p,
  section__container > p {
    font-size: 0.96rem;
  }
}
@media (min-width: 20em) and (max-width: 73.125em) {
  @supports (
    font-size: clamp(0.875rem, 0.8279411765rem + 0.2352941176vw, 1rem)
  ) {
    .efef8f77f > p,
    section > p,
    section > section > div > p,
    section > section > div__container > p,
    section__container > p {
      font-size: clamp(0.875rem, 0.8279411765rem + 0.2352941176vw, 1rem);
    }
  }
  @supports not (
    font-size: clamp(0.875rem, 0.8279411765rem + 0.2352941176vw, 1rem)
  ) {
    .efef8f77f > p,
    section > p,
    section > section > div > p,
    section > section > div__container > p,
    section__container > p {
      font-size: calc(0.875rem + 0.125 * (100vw - 20rem) / 53.125);
    }
  }
}
@media (max-width: 20em) {
  .efef8f77f > p,
  section > p,
  section > section > div > p,
  section > section > div__container > p,
  section__container > p {
    font-size: 0.875rem;
  }
}
@media (min-width: 73.125em) {
  .efef8f77f > p,
  section > p,
  section > section > div > p,
  section > section > div__container > p,
  section__container > p {
    line-height: 1.45rem;
  }
}
@media (min-width: 20em) and (max-width: 73.125em) {
  @supports (
    line-height: clamp(1.125rem, 1.0779411765rem + 0.2352941176vw, 1.25rem)
  ) {
    .efef8f77f > p,
    section > p,
    section > section > div > p,
    section > section > div__container > p,
    section__container > p {
      line-height: clamp(1.125rem, 1.0779411765rem + 0.2352941176vw, 1.25rem);
    }
  }
  @supports not (
    line-height: clamp(1.125rem, 1.0779411765rem + 0.2352941176vw, 1.25rem)
  ) {
    .efef8f77f > p,
    section > p,
    section > section > div > p,
    section > section > div__container > p,
    section__container > p {
      line-height: calc(1.125rem + 0.125 * (100vw - 20rem) / 53.125);
    }
  }
}
@media (max-width: 20em) {
  .efef8f77f > p,
  section > p,
  section > section > div > p,
  section > section > div__container > p,
  section__container > p {
    line-height: 1.125rem;
  }
}
.t024387c::after {
  content: "";
  width: 100%;
  border-radius: 0.0625rem;
}
.mf7e7503,
.sc9b3 {
  max-width: 77.5rem;
  margin: 0 auto;
}
.sc9b3 {
  padding-inline: 0.8rem;
}
.g053e6b29 {
  margin: 0 auto;
}
.zf1e25 {
  background: var(--header-bg);
}
.g053e6b29,
.m2c861 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.g053e6b29 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 0.9375rem;
  -moz-column-gap: 0.9375rem;
  column-gap: 0.9375rem;
  row-gap: 0.3rem;
  max-width: 77.5rem;
  padding: 0.6375rem 1.4rem;
}
.m2c861 {
  position: relative;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 0.8rem;
}
@media (max-width: 47.99875em) {
  .g053e6b29 {
    padding-inline: 1rem;
  }
  .m2c861 {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (min-width: 47.99875em) {
  .m2c861 a {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.m2c861 a img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 9.375rem/3.75rem;
  max-height: 3rem;
}
@media (max-width: 47.99875em) {
  .m2c861 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
#nav[data-open="true"] .ke32e78 .r8ea276d1,
.g64080a {
  display: none;
}
@media (min-width: 1150px) {
  .g64080a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.1rem;
  }
  header ul li {
    position: relative;
  }
  .g64080a li a {
    position: relative;
    color: var(--header-color);
    font-size: 0.98rem;
    line-height: 1rem;
    font-weight: 500;
    width: 100%;
    border-radius: 0.375rem;
  }
}
ul[role="menu"] {
  gap: 0;
  margin: 0;
  padding: 0;
}
header li:focus-within > .f4f20a > [role="menu"],
header li:focus-within > [role="menu"],
header li:hover > .f4f20a > [role="menu"],
header li:hover > [role="menu"] {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: 0s;
}
header li:has(ul)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 8px;
}
header [role="menu"] li a,
header li [role="menu"] a {
  background-color: transparent;
  border-radius: 0;
  color: var(--main-text);
  transition:
    background-color 0.4s ease,
    color 0.4s ease;
}
header li [role="menu"] a:hover {
  background-color: transparent;
  color: var(--header-color);
  opacity: 0.6;
}
.f4f20a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  gap: 10px;
}
header [role="menu"] {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--header-bg);
  margin-top: 8px;
  border-radius: 14px;
  transition:
    opacity 0.3s ease,
    visibility 0s linear 0.3s;
  min-width: 180px;
  border: 1px solid color-mix(in srgb, var(--main-text) 10%, transparent);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
}
header [role="menu"] li a {
  display: block;
  padding: 10px 16px;
  color: var(--header-color);
  transition: all 0.3s ease;
}
header button[aria-haspopup="menu"] svg {
  display: flex;
  justify-content: center;
  align-items: center;
  fill: var(--header-color);
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
header li:focus-within > .f4f20a > button[aria-haspopup="menu"] svg,
header li:hover > .f4f20a > button[aria-haspopup="menu"] svg {
  transform: rotate(0);
}
aside button[aria-haspopup="menu"] {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--login-btn);
}
.c31980 button[aria-haspopup="menu"] {
  margin-right: 10px;
}
aside button[aria-haspopup="menu"] span {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}
aside button[aria-haspopup="menu"] span svg {
  fill: var(--text-btns);
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}
[role="menu"],
aside li [role="menu"] {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
}
[role="menu"] {
  min-width: 180px;
  border: 1px solid color-mix(in srgb, var(--main-text) 10%, transparent);
  transition:
    opacity 0.2s,
    transform 0.2s,
    visibility 0s linear 0.2s;
}
aside [role="menu"] {
  border: 0;
  border-top: 1.5px solid color-mix(in srgb, var(--main-text) 20%, transparent);
  background: color-mix(in srgb, var(--reg-btn) 15%, transparent);
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
aside li [role="menu"] {
  display: block;
  max-height: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  transition:
    max-height 0.3s ease,
    opacity 0.3s ease,
    transform 0.3s ease;
}
aside [role="menu"] li:not(:last-child) {
  border-bottom: 1.5px solid
    color-mix(in srgb, var(--main-text) 25%, transparent);
  margin: 0;
  border-radius: 0;
}
aside li[data-open="true"] > [role="menu"] {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
  transition-delay: 0s;
}
aside li[data-open="true"] .pd2783 > button[aria-haspopup="menu"] span svg,
aside li[data-open="true"] div > button[aria-haspopup="menu"] span svg {
  transform: rotate(0);
}
.h8fd5b {
  border-radius: 25px;
}
.pd2783 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
aside li[data-open="true"] .pd2783 > [role="menu"] {
  max-height: 600px;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
body[data-menu-open] {
  overflow: hidden;
}
.q2759 {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1rem;
}
@media (max-width: 47.99875em) {
  .q2759 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    column-gap: 0.5rem;
  }
}
.p780e620a,
.fb5a3d {
  position: relative;
  z-index: 1;
  display: block;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 0.75rem 0.8rem;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: capitalize;
  width: auto;
  min-width: 100px;
  height: 2.625rem;
  border-radius: 25px;
  color: var(--text-btns);
  transition: box-shadow 0.3s ease;
}
#nav[data-open="true"] button,
.p780e620a {
  background-color: var(--login-btn);
}
.fb5a3d {
  background-color: var(--reg-btn);
}
@media (max-width: 47.99875em) {
  .p780e620a,
  .fb5a3d {
    width: 100%;
    height: 2.3rem;
    line-height: 0.9rem;
    display: flex;
    justify-content: center;
  }
}
.p780e620a::after,
.fb5a3d::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  box-shadow: 0 0 0 0 transparent;
}
.fb5a3d:hover {
  box-shadow: 0 0 8px var(--reg-btn);
}
.p780e620a:hover {
  box-shadow: 0 0 8px var(--login-btn);
}
.p780e620a:hover::after,
.fb5a3d:hover::after {
  opacity: 1;
}
.p780e620a:hover::after {
  animation: pulse-login 1.8s ease-out infinite;
}
.fb5a3d:hover::after {
  animation: pulse-signup 1.8s ease-out infinite;
}
.w5cb49f2a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da4887ad {
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .da4887ad {
    position: static;
    display: flex;
  }
}
@media (min-width: 1150px) {
  .da4887ad {
    display: none;
  }
}
.w5cb49f2a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 2.1rem;
  height: 1.25rem;
  border-radius: 40%;
}
@media screen and (min-width: 768px) {
  .da4887ad {
    width: 3rem;
    height: 1.3rem;
  }
}
.w5cb49f2a span {
  height: 0.22rem;
  background-color: var(--header-color);
  border-radius: 0.125rem;
}
.g64080a li a {
  color: var(--header-color);
  font-size: 0.98rem;
  line-height: 1rem;
  font-weight: 500;
  width: 100%;
  border-radius: 0.375rem;
}
.aeb86a7 {
  position: fixed;
  inset: 0;
  z-index: 52;
  pointer-events: none;
}
.z0e1125 {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}
.bdcac79b {
  position: absolute;
  top: 0;
  left: -20rem;
  width: 20rem;
  height: 100%;
  background: var(--header-bg);
  transition: left 0.3s;
  padding: 0.625rem;
  z-index: 2;
}
body[data-menu-open="true"] .aeb86a7 {
  pointer-events: auto;
}
body[data-menu-open="true"] .z0e1125 {
  opacity: 1;
}
body[data-menu-open="true"] .bdcac79b {
  left: 0;
  box-shadow: 0.0625rem 0 0.3125rem var(--header-bg);
}
@media (min-width: 1150px) {
  .aeb86a7 {
    display: none;
  }
}
.z0e1125::-webkit-scrollbar {
  display: none;
}
.y59b4c,
.t221bee,
.o3d75 {
  display: flex;
  justify-content: center;
}
.t221bee {
  padding-block: 0.9375rem;
  padding-bottom: 0;
  margin-bottom: 0.8rem;
}
.t221bee a {
  width: 100%;
  max-width: 8rem;
  max-height: 4rem;
}
.t221bee a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 9.375rem/3.75rem;
}
.p4c531efd,
.y59b4c,
.o3d75 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.p4c531efd {
  display: flex;
  padding-inline: 0.625rem;
  gap: 0.6rem;
  margin-bottom: 1rem;
}
.y59b4c,
.o3d75 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: capitalize;
  padding: 0.75rem 1.25rem;
  text-align: center;
  height: 2.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 25px;
  color: var(--text-btns);
  position: relative;
}
.y59b4c {
  background: var(--login-btn);
}
.o3d75 {
  background: var(--reg-btn);
}
.y59b4c:hover,
.o3d75:hover {
  transform: scale(1.02);
}
.o3d75:hover {
  box-shadow: 0 0 8px var(--reg-btn);
}
.y59b4c:hover {
  box-shadow: 0 0 8px var(--login-btn);
}
.hd597 > li {
  background: color-mix(in srgb, var(--reg-btn) 20%, transparent);
  border-radius: 25px;
  transition: background-color 0.3s ease;
}
.hd597 li:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media (max-width: 47.99875em) {
  .hd597 li:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.hd597 li a {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  color: var(--header-color);
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  width: 100%;
  padding: 0.75rem 1rem;
}
.hd597 li:focus-visible,
.hd597 li:hover {
  background-color: color-mix(in srgb, var(--reg-btn) 35%, transparent);
}
.hd597 li a img {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
.b9aec4 {
  border-radius: 0.625rem;
}
.n6b0d {
  position: absolute;
  top: 0.6rem;
  right: 0.6em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--reg-btn);
  width: 36px;
  height: 36px;
}
.n6b0d svg {
  flex-shrink: 0;
  fill: none;
  stroke: var(--text-btns);
  stroke-width: 2;
}
@media (min-width: 68.75em) {
  .n6b0d {
    display: none;
  }
}
.w9782 {
  position: relative;
}
.j90887a {
  position: absolute;
  top: 0.4375rem;
  right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.25rem;
  border-radius: 50%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.db595258d {
  border-radius: 0 !important;
}
.n871ec770 .q1114bc {
  visibility: visible;
  opacity: 1;
  height: 100%;
}
.n871ec770 .j90887a {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.n871ec770.w9782 .db595258d {
  border-bottom: 0.0625rem var(--main-text) solid;
}
.q1114bc {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 0;
  margin-top: 0;
}
.e6e74:not(:last-child) {
  margin-bottom: 0 !important;
}
.e6e74 li:not(:last-child) {
  margin-bottom: 0 !important;
  border-bottom: 0.0625rem var(--main-text) solid;
  border-radius: 0;
}
.e6e74 li:last-child {
  border-bottom: none;
}
.efef8f77f > p:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.l2acdde {
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
  margin-bottom: 1.25rem;
  cursor: pointer;
}
.l2acdde:hover .s116ede8e img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  filter: brightness(0.8);
}
@media (max-width: 47.99875em) {
  .l2acdde:hover .s116ede8e img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    filter: brightness(0.8);
  }
}
.s116ede8e {
  max-width: 74.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
.h559a0c {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 74.375rem;
  aspect-ratio: 1200/400;
  width: 100%;
}
@media (min-width: 73.125em) {
  .h559a0c {
    height: 25rem;
  }
}
@media (min-width: 20em) and (max-width: 73.125em) {
  @supports (height: clamp(12.5rem, 7.7941176471rem + 23.5294117647vw, 25rem)) {
    .h559a0c {
      height: clamp(12.5rem, 7.7941176471rem + 23.5294117647vw, 25rem);
    }
  }
  @supports not (
    height: clamp(12.5rem, 7.7941176471rem + 23.5294117647vw, 25rem)
  ) {
    .h559a0c {
      height: calc(12.5rem + 12.5 * (100vw - 20rem) / 53.125);
    }
  }
}
@media (max-width: 20em) {
  .h559a0c {
    height: 12.5rem;
  }
}
.u8333d43,
.p712b {
  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;
}
.p712b {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
}
.u8333d43 {
  max-width: 42.5rem;
  padding: 1.1rem 0.95rem;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 55.625em) {
  .u8333d43 {
    margin-left: 0;
  }
}
.x067d9 {
  color: var(--banner-color);
  text-transform: capitalize;
  font-weight: 600;
  text-shadow: 0 0.1875rem rgb(8, 27, 42);
  text-align: center;
  margin-bottom: 0.5rem;
}
@media (min-width: 73.125em) {
  .x067d9 {
    font-size: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 73.125em) {
  @supports (
    font-size: clamp(1.125rem, 0.8426470588rem + 1.4117647059vw, 1.875rem)
  ) {
    .x067d9 {
      font-size: clamp(1.125rem, 0.8426470588rem + 1.4117647059vw, 1.875rem);
    }
  }
  @supports not (
    font-size: clamp(1.125rem, 0.8426470588rem + 1.4117647059vw, 1.875rem)
  ) {
    .x067d9 {
      font-size: calc(1.125rem + 0.75 * (100vw - 20rem) / 53.125);
    }
  }
}
@media (max-width: 20em) {
  .x067d9 {
    font-size: 1.125rem;
  }
}
@media (min-width: 73.125em) {
  .x067d9 {
    line-height: 2rem;
  }
}
@media (min-width: 20em) and (max-width: 73.125em) {
  @supports (
    line-height: clamp(1.375rem, 1.1397058824rem + 1.1764705882vw, 2rem)
  ) {
    .x067d9 {
      line-height: clamp(1.375rem, 1.1397058824rem + 1.1764705882vw, 2rem);
    }
  }
  @supports not (
    line-height: clamp(1.375rem, 1.1397058824rem + 1.1764705882vw, 2rem)
  ) {
    .x067d9 {
      line-height: calc(1.375rem + 0.625 * (100vw - 20rem) / 53.125);
    }
  }
}
@media (max-width: 20em) {
  .x067d9 {
    line-height: 1.375rem;
  }
}
.x067d9 span {
  color: var(--banner-color);
}
.qb6440,
.gcceef13 {
  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;
}
.qb6440 {
  z-index: 0;
  overflow: hidden;
  margin-top: 0.5rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: capitalize;
  padding: 0.75rem 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 12.5rem;
  height: 2.8rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 25px;
  color: var(--text-btns);
  background: var(--reg-btn);
  position: relative;
}
.he2d818 .ke32e78:hover {
  filter: brightness(1.2) saturate(1.3);
}
.qb6440::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 34%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0,
    rgba(255, 255, 255, 0.7) 50%,
    transparent 100%
  );
  transform: skewX(0);
  transition: left 0.5s;
  z-index: 1;
  pointer-events: none;
}
.qb6440:hover::before {
  left: 120%;
}
.gcceef13 {
  margin-top: 0.625rem;
  -webkit-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
  cursor: pointer;
}
@media (max-width: 47.99875em) {
  .gcceef13 img {
    max-width: 7.5rem;
  }
}
.td1ce3 {
  min-height: 100vh;
}
.o9ceab3f3 > main,
.td1ce3 > main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.yae823b5,
.o9ceab3f3,
.td1ce3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 73.125em) {
  .yae823b5 {
    padding-left: 1.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 73.125em) {
  @supports (
    padding-left: clamp(0.4375rem, 0.0139705882rem + 2.1176470588vw, 1.5625rem)
  ) {
    .yae823b5 {
      padding-left: clamp(
        0.4375rem,
        0.0139705882rem + 2.1176470588vw,
        1.5625rem
      );
    }
  }
  @supports not (
    padding-left: clamp(0.4375rem, 0.0139705882rem + 2.1176470588vw, 1.5625rem)
  ) {
    .yae823b5 {
      padding-left: calc(0.4375rem + 1.125 * (100vw - 20rem) / 53.125);
    }
  }
}
@media (max-width: 20em) {
  .yae823b5 {
    padding-left: 0.4375rem;
  }
}
@media (min-width: 73.125em) {
  .yae823b5 {
    padding-right: 1.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 73.125em) {
  @supports (
    padding-right: clamp(0.4375rem, 0.0139705882rem + 2.1176470588vw, 1.5625rem)
  ) {
    .yae823b5 {
      padding-right: clamp(
        0.4375rem,
        0.0139705882rem + 2.1176470588vw,
        1.5625rem
      );
    }
  }
  @supports not (
    padding-right: clamp(0.4375rem, 0.0139705882rem + 2.1176470588vw, 1.5625rem)
  ) {
    .yae823b5 {
      padding-right: calc(0.4375rem + 1.125 * (100vw - 20rem) / 53.125);
    }
  }
}
@media (max-width: 20em) {
  .yae823b5 {
    padding-right: 0.4375rem;
  }
}
.sc9b3 {
  width: 100%;
}
@media (min-width: 73.125em) {
  .sc9b3 {
    padding-left: 1.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 73.125em) {
  @supports (
    padding-left: clamp(0.625rem, 0.2720588235rem + 1.7647058824vw, 1.5625rem)
  ) {
    .sc9b3 {
      padding-left: clamp(
        0.625rem,
        0.2720588235rem + 1.7647058824vw,
        1.5625rem
      );
    }
  }
  @supports not (
    padding-left: clamp(0.625rem, 0.2720588235rem + 1.7647058824vw, 1.5625rem)
  ) {
    .sc9b3 {
      padding-left: calc(0.625rem + 0.9375 * (100vw - 20rem) / 53.125);
    }
  }
}
@media (max-width: 20em) {
  .sc9b3 {
    padding-left: 0.625rem;
  }
}
@media (min-width: 73.125em) {
  .sc9b3 {
    padding-right: 1.5625rem;
  }
}
@media (min-width: 20em) and (max-width: 73.125em) {
  @supports (
    padding-right: clamp(0.625rem, 0.2720588235rem + 1.7647058824vw, 1.5625rem)
  ) {
    .sc9b3 {
      padding-right: clamp(
        0.625rem,
        0.2720588235rem + 1.7647058824vw,
        1.5625rem
      );
    }
  }
  @supports not (
    padding-right: clamp(0.625rem, 0.2720588235rem + 1.7647058824vw, 1.5625rem)
  ) {
    .sc9b3 {
      padding-right: calc(0.625rem + 0.9375 * (100vw - 20rem) / 53.125);
    }
  }
}
@media (max-width: 20em) {
  .sc9b3 {
    padding-right: 0.625rem;
  }
}
.sc9b3 > :first-child {
  margin-top: 0;
}
.z4a0d5c {
  padding-bottom: 0.625rem;
  background: var(--footer-bg);
  border-top: 1.5px solid color-mix(in srgb, var(--main-text) 10%, transparent);
}
.mf7e7503 {
  padding: 1.25rem 0.9375rem;
}
.p06e4 {
  padding-top: 0.9375rem;
  padding-bottom: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p06e4 svg path {
  fill: var(--footer-color);
}
@media (min-width: 73.125em) {
  .p06e4 {
    gap: 1.25rem;
  }
}
@media (min-width: 20em) and (max-width: 73.125em) {
  @supports (gap: clamp(0.625rem, 0.3897058824rem + 1.1764705882vw, 1.25rem)) {
    .p06e4 {
      gap: clamp(0.625rem, 0.3897058824rem + 1.1764705882vw, 1.25rem);
    }
  }
  @supports not (
    gap: clamp(0.625rem, 0.3897058824rem + 1.1764705882vw, 1.25rem)
  ) {
    .p06e4 {
      gap: calc(0.625rem + 0.625 * (100vw - 20rem) / 53.125);
    }
  }
}
@media (max-width: 20em) {
  .p06e4 {
    gap: 0.625rem;
  }
}
.zb4b31 {
  background-color: var(--text-btns);
  border-radius: 0.75rem;
  padding: 0.375rem;
}
.p37fe {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.z4a0d5c img {
  max-width: 18.75rem;
  max-height: 3.125rem;
  vertical-align: middle;
}
.q80ca4944,
.tf0768,
.p37fe {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.q80ca4944 {
  gap: 2px;
  width: 3.125rem;
  height: 3.125rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--footer-color);
  background: 0 0;
  border-radius: 50%;
  border: 4px solid color-mix(in srgb, var(--footer-color) 18%, transparent);
}
.tf0768 {
  gap: 2.1875rem;
  row-gap: 0.3125rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 47.99875em) {
  .tf0768 {
    row-gap: 0.3125rem;
  }
}
.tf0768 a {
  position: relative;
  color: var(--footer-color);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.125rem;
}
@media (max-width: 47.99875em) {
  .tf0768 a {
    font-size: 0.98rem;
    line-height: 1rem;
  }
}
.tf0768 li a::after,
.g64080a li .f4f20a > a::after,
.g64080a > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 50;
  width: 100%;
  height: 1.5px;
  transition: transform 0.7s;
  transform-origin: right;
  transform: scaleX(0);
}
.g64080a li a::after {
  background-color: var(--header-color);
}
.tf0768 li a::after {
  background-color: var(--footer-color);
}
.tf0768 a:focus-visible::after,
.tf0768 a:hover::after,
.g64080a li a:focus-visible::after,
.g64080a li a:hover::after {
  transform-origin: left;
  transform: scaleX(1);
}
.v334605 {
  margin-top: 0.875rem;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  gap: 0.7rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.t024387c::after {
  height: 0.0625rem;
}
.z4a0d5c p {
  color: var(--footer-color);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  text-align: center;
  opacity: 0.8;
  margin-bottom: 0;
}
.n7d42e {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 50;
  width: 2.5rem;
  height: 2.5rem;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  opacity: 0;
  transform: scale(0);
  pointer-events: none;
}
@media (min-width: 73.125em) {
  .n7d42e {
    bottom: 4rem;
    right: 4rem;
  }
}
#go-top-elem[data-shown="true"] {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.la3dfae {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background: linear-gradient(
    to left,
    color-mix(in srgb, var(--login-btn) 80%, white) 0%,
    var(--login-btn) 100%
  );
  box-shadow: 0 0 1px var(--main-text);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.la3dfae svg {
  fill: var(--text-btns);
  stroke: none;
}
.la3dfae:hover {
  transform: scale(1.1);
  box-shadow: 0 0 6px var(--main-text);
}
@media (min-width: 73.125em) {
  .la3dfae {
    width: 3rem;
    height: 3rem;
  }
  .la3dfae svg {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 530px) {
  .tf0768,
  .p06e4 {
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }
  .tf0768 li {
    text-align: center;
  }
  .t024387c {
    display: none;
  }
}
.sc9b3 > section,
section {
  margin-top: 0;
  scroll-margin: 70px 0 0;
}
.sc9b3:last-child {
  margin-bottom: 0;
}
h2::after,
section > h2::after {
  background: var(--main-text);
  opacity: 0.6;
}
h3,
section h3 {
  margin-bottom: 1.25rem;
  line-height: clamp(1.125rem, 1.0779411765rem + 0.2352941176vw, 1.25rem);
}
.hd597,
.he2d818 .i3d9a2f li,
.tf0768,
.g64080a {
  padding: 0;
  list-style-type: none;
}
.hd597 li,
.tf0768 li,
.g64080a li {
  list-style: none;
  margin-bottom: 0;
}
#nav[data-open="true"] .aaf95401 {
  height: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  margin-top: 0.5rem;
}
#nav[data-open="true"] .ke32e78 .e780e {
  display: block;
}
.he2d818 .aaf95401 {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition:
    opacity 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
  transition:
    opacity 0.3s ease 0s,
    transform 0.3s ease 0s;
  transition:
    opacity 0.3s ease 0s,
    transform 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
}
.he2d818 button {
  width: auto;
  height: auto;
}
.he2d818 .ke32e78,
h3,
section h3 {
  color: var(--main-text);
  font-size: 24px;
  font-weight: 700;
}
.he2d818 .ke32e78 {
  background: 0 0;
  border: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .he2d818 .ke32e78 {
    font-size: 1.5rem;
  }
}
.he2d818 .r8ea276d1 {
  display: block;
}
.he2d818 .e780e {
  display: none;
}
.he2d818 .i3d9a2f {
  border: 0;
  background: var(--nav-acc-head-game-bg);
  border-radius: 25px;
  padding: 12px;
  -webkit-columns: 280px 2;
  -moz-columns: 280px 2;
  columns: 280px 2;
}
.he2d818 .i3d9a2f li {
  margin-bottom: 0.25rem;
}
.he2d818 .i3d9a2f .k468d77 {
  display: inline;
  width: 15px;
  margin: 0 5px 0 0;
  vertical-align: -2px;
}
.he2d818 .i3d9a2f a {
  color: var(--main-text);
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  padding: 5px;
  font-size: 18px;
  line-height: 22px;
  -webkit-transition: color 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.he2d818 .i3d9a2f a:focus,
.he2d818 .i3d9a2f a:hover {
  opacity: 0.6;
}
.he2d818 ul {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .sc9b3 > section,
  h2,
  section,
  section > h2 {
    scroll-margin: 110px 0 0;
  }
}
.dd32d60a {
  padding: 0 !important;
}
.la8b4e209,
.dd32d60a,
.f9cf4025 {
  list-style-type: none;
}
.la8b4e209 .f2aaa,
.b7af7 span {
  color: var(--main-text);
  background: var(--nav-acc-head-game-bg);
  width: 100%;
}
.la8b4e209 .f2aaa {
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 8px 20px rgba(9, 28, 83, 0.08);
  box-shadow: 0 8px 20px rgba(9, 28, 83, 0.08);
  border-radius: 0;
}
.la8b4e209 .k8518 {
  padding: 20px;
  width: 100%;
  text-align: left;
  color: var(--main-text);
  background: 0 0;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.la8b4e209 .k8518 svg path {
  fill: var(--main-text);
}
.la8b4e209 .k8518 h3 {
  padding: 0;
  margin: 0 10px 0 0;
  font-size: 22px;
  color: var(--main-text);
}
@media screen and (max-width: 768px) {
  .la8b4e209 .k8518 h3 {
    font-size: 1.125rem;
  }
}
.la8b4e209 .k8518 .bbde0 {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition:
    transform 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
}
.la8b4e209 .k8518 .bbde0 img {
  display: block;
  width: 25px;
  margin: 0;
}
.la8b4e209 .o39fd {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  background-color: var(--acc-bg-body);
  -webkit-transition:
    opacity 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
  transition:
    opacity 0.3s ease 0s,
    transform 0.3s ease 0s;
  transition:
    opacity 0.3s ease 0s,
    transform 0.3s ease 0s,
    -webkit-transform 0.3s ease 0s;
}
.la8b4e209 .o39fd p {
  margin: 0;
  font-size: 16px;
  padding: 20px;
  color: var(--acc-text-body);
}
[data-el="acc"] [data-el="acc-inner"][data-open="true"] [data-el="acc-body"] {
  height: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-top: 2px solid color-mix(in srgb, var(--main-text) 10%, transparent);
}
[data-el="acc"] [data-el="acc-inner"][data-open="true"] [data-el="acc-arrow"] {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.f9cf4025 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  padding: 0;
  margin: 0;
}
.u0d3494 {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border-radius: 25px;
}
.ba5e86341,
.b7af7 {
  position: relative;
  height: 100%;
}
.b7af7:hover .za98a2 {
  opacity: 1;
  visibility: visible;
}
.ba5e86341 .ge48b {
  height: 100%;
  position: relative;
  z-index: -1;
}
.ba5e86341 .ge48b img {
  width: 100%;
  height: 100%;
  display: block;
}
.ba5e86341 .b5d8a78 {
  bottom: 0;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 3;
}
.b7af7 span {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  padding-block: 8px;
}
.za98a2,
.za98a2 button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ba5e86341 .b5d8a78,
.za98a2 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.za98a2 {
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  padding-inline: 16px;
}
.za98a2 .t9ceb,
.za98a2 .p2aa5 {
  font-size: 18px;
  color: var(--text-btns);
  padding: 10px 12px;
  width: 100%;
  border-radius: 25px;
  text-align: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.za98a2 .p2aa5 {
  background-color: var(--reg-btn);
}
.za98a2 .t9ceb {
  background-color: var(--login-btn);
  margin-bottom: 30px;
}
.za98a2 .p2aa5:hover {
  box-shadow: 0 0 8px var(--reg-btn);
  transform: scale(1.05);
}
.za98a2 .t9ceb:hover {
  box-shadow: 0 0 8px var(--login-btn);
  transform: scale(1.05);
}
@media screen and (max-width: 992px) {
  .f9cf4025 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .f9cf4025 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.f8ceb49f3,
.f8ceb49f3 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.f8ceb49f3 {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 15px;
}
.f8ceb49f3 article {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 32%;
  flex: 1 1 32%;
  min-width: 300px;
  max-width: 430px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.f8ceb49f3 p,
.g2dcf p {
  margin: 0;
}
.o89dc647 {
  border-radius: 8px;
  padding: 24px;
  border: 1px solid rgb(231, 228, 221);
  background-color: rgb(255, 255, 255);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.o28cf3 {
  margin-bottom: 16px;
  border-bottom: 1px solid rgb(228, 228, 222);
  padding-bottom: 16px;
}
.tb7b0b {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  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;
}
.g2dcf {
  margin-left: 8px;
}
.g2dcf > div:first-child {
  font-style: normal;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 16px;
  color: rgb(0, 1, 0);
  font-weight: 600;
  padding: 0;
}
.g2dcf p,
.g2dcf span {
  font-size: 14px;
  font-weight: 400;
  color: rgb(37, 40, 38);
}
.g2dcf .r4a2a3b {
  margin-left: 12px;
}
.he2b0e {
  width: 100%;
  margin-top: 16px;
}
.he2b0e .f7e463d {
  width: 108px;
  height: 20px;
}
.he2b0e .f7e463d img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.he2b0e .bce8ed172 p {
  color: rgb(37, 38, 39);
  font-size: 14px;
}
.he2b0e .g67a1e46 {
  margin-top: 12px;
}
.he2b0e .g67a1e46 p {
  margin: 12px 0;
  color: rgb(1, 0, 0);
}
.k2998 {
  font-size: 20px;
  font-weight: 800;
  color: rgb(1, 0, 2);
  padding: 0;
  margin: 0;
}
.df3a6d form button,
.q3d679815 p,
section p:last-child {
  margin-top: 12px;
}
.rd5b47f73 {
  font-size: 14px;
  color: rgb(1, 0, 0) !important;
}
@media screen and (max-width: 375px) {
  .rd5b47f73 {
    font-size: 12px;
  }
}
.md9a09 {
  margin-top: 16px;
  border-top: 1px solid rgb(229, 228, 220);
  padding-top: 16px;
}
.o28cf3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mfb7c,
.md9a09,
.o28cf3 {
  width: 100%;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.s77be05,
.o8d57,
.mfb7c,
.q314d4,
.e0cccb,
.md9a09,
.k95f8b39a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.q314d4,
.e0cccb {
  cursor: pointer;
}
.q314d4 svg,
.e0cccb svg {
  margin-top: 9px;
}
.q314d4 p,
.e0cccb p {
  margin-left: 4px;
  font-size: 14px;
  color: rgb(37, 37, 38);
  font-weight: 300;
}
.q314d4 p span,
.e0cccb p span {
  font-weight: 600;
  margin-left: 4px;
}
.o8d57 div:last-child {
  margin-left: 30px;
}
@media (max-width: 600px) {
  .w53d8 figure figcaption p {
    font-size: 1rem !important;
  }
}
.g48c3c46b {
  text-align: center;
  padding-top: 10px;
}
.g48c3c46b a {
  color: var(--main-text);
  text-decoration: underline;
}
.g48c3c46b a:hover {
  opacity: 0.8;
}
.k098f65 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgb(254, 250, 215);
  display: flex;
  justify-content: center;
  align-items: center;
}
.k098f65 span {
  color: rgb(0, 0, 0);
  font-weight: 700;
}
@media screen and (max-width: 680px) {
  .f8ceb49f3 article {
    flex: 1 1 100%;
    max-width: none;
    min-width: none;
    width: 100%;
  }
  .f8ceb49f3 .o89dc647 {
    width: 100%;
  }
}
input,
textarea {
  all: unset;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font: inherit;
  color: inherit;
  background: 0 0;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  resize: none;
}
.ic028c {
  padding: 2rem 1.5rem;
  max-width: 600px;
  border: 1px solid var(--main-text);
  background-color: transparent;
  background-color: color-mix(in srgb, var(--reg-btn) 5%, transparent);
  border-radius: 25px;
  margin: 0 auto 30px;
}
.ic028c form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.ic028c .ua1a7858d {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.ic028c .ua1a7858d .b63d1cc29 {
  flex: 1 1 auto;
}
.ic028c input,
.ic028c textarea {
  border: 1.5px solid var(--main-text);
  font-size: 1rem;
  padding: 14px;
  color: var(--main-text);
  border-radius: 25px;
  transition: all 0.3s ease;
}
.ic028c input {
  height: 46px;
}
.ic028c .b63d1cc29 span {
  display: block;
  margin-bottom: 2px;
  font-size: 1rem;
  color: var(--main-text);
}
.ic028c .y8f95128 {
  text-transform: capitalize;
  height: 46px;
  width: auto;
  min-width: 180px;
  margin: 0 auto;
}
.vaf98b {
  text-align: center;
}
.vaf98b p {
  margin: 0 !important;
  font-weight: 700;
  font-size: 20px;
}
[data-elem="form"][data-submit="true"] [data-elem="form-message"] {
  display: block;
}
[data-elem="form"] [data-elem="form-message"],
[data-elem="form"][data-submit="true"] [data-elem="form-main"] {
  display: none;
}
[data-elem="form"] {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
  transform: translateY(-20px);
  transition:
    opacity 0.15s ease-out,
    transform 0.15s ease-out,
    padding 0.15s ease-out,
    height 0.15s ease-out;
}
[data-elem="form"][data-active="true"] {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 2rem 1.5rem;
  margin-top: 1rem;
  transform: translateY(0);
}
#write-review {
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ic028c {
    width: 100%;
    max-width: none;
  }
  .ic028c .ua1a7858d {
    flex-direction: column;
    width: 100%;
  }
  .ic028c .ua1a7858d .b63d1cc29 {
    width: 100%;
  }
  .ic028c,
  [data-elem="form"][data-active="true"] {
    padding: 0.5rem 0.75rem;
  }
}
.g67a1e46 div {
  color: rgb(1, 0, 0);
  padding: 0;
  margin: 0;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 16px;
  transition: background-color 0.3s ease;
}
td {
  border: 1.5px solid var(--table-border);
  padding: 8px;
  vertical-align: top;
  text-align: left;
  color: var(--table-color);
}
tr:first-child td {
  font-weight: 700;
}
tr:nth-child(odd) {
  background-color: var(--table-odd-bg);
}
tr:nth-child(even) {
  background-color: var(--table-even-bg);
}
td a {
  color: var(--main-text);
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
td a:hover {
  opacity: 0.7;
}
td ol,
td ul {
  margin: 0;
  padding-left: 25px;
  border: 0;
  border-radius: 0;
}
td ul {
  list-style: disc;
}
td ol {
  list-style: decimal;
}
td ol li,
td ul li {
  padding: 4px 0;
  border-bottom: none;
}
@media (min-width: 651px) {
  td ol,
  td ul {
    border: 1px solid var(--table-border);
    border-radius: 25px;
    overflow: hidden;
    padding-left: 0;
    list-style: inside;
  }
  td ol li,
  td ul li {
    padding: 6px 8px 6px 12px;
    border-bottom: 1px solid var(--table-border);
  }
  td ol li:last-child,
  td ul li:last-child {
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  table,
  tbody,
  td,
  tr {
    display: block;
    width: 100%;
  }
  tr:first-child {
    display: none;
  }
  tbody tr {
    position: relative;
    border-left: 1.5px solid var(--table-border);
    border-right: 1.5px solid var(--table-border);
    background-color: color-mix(
      in srgb,
      var(--header-bg) 15%,
      transparent
    ) !important;
    padding: 12px 10px;
  }
  td:nth-child(odd) {
    background-color: var(--table-odd-bg);
  }
  td:nth-child(even) {
    background-color: var(--table-even-bg);
  }
  tr + tr {
    border-top: 1.5px solid var(--table-border);
  }
  tr:last-child {
    border-bottom: 1.5px solid var(--table-border);
  }
  tr:nth-of-type(2) {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  tr:last-child {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }
  td {
    border: 0;
    padding: 6px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
  }
  td::before {
    content: attr(data-label);
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: var(--table-color);
    margin-bottom: 2px;
    opacity: 0.7;
  }
  td ol,
  td ul {
    border: 0;
    border-radius: 0;
    overflow: visible;
    padding-left: 20px;
  }
  td ol li,
  td ul li {
    border-bottom: none;
  }
}
.l902ad32 .ad1a05d6,
[data-item="faq-item"] {
  color: var(--main-text);
  margin-bottom: 16px;
}
[data-item="faq-item"] {
  padding: 16px 20px 26px;
  background: var(--nav-acc-head-game-bg);
  border-radius: 25px;
}
[data-item="faq-item"] h3,
[data-item="faq-item"] p {
  color: var(--main-text);
  line-height: 1.4;
  margin: 0;
}
[data-item="faq-item"] h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 8px;
  background: var(--main-text);
  opacity: 0.4;
}
#nav button {
  border: 0;
  background-color: var(--reg-btn);
  color: var(--text-btns);
  border-radius: 25px;
  padding: 8px 12px;
  font-weight: 500;
  font-size: 1.1rem;
}
#nav button span {
  position: relative;
  padding-left: 27px;
}
#nav button svg {
  position: absolute;
  left: 0;
  top: 0;
}
#nav button svg path {
  stroke: var(--text-btns);
  stroke-width: 2;
  fill: none;
}
@media screen and (max-width: 460px) {
  .u8333d43 {
    max-width: none;
    width: 100%;
    height: 100%;
    background: radial-gradient(
      circle,
      rgba(0, 0, 0, 0.5) 0,
      rgba(0, 0, 0, 0.5) 100%
    );
  }
}
.l902ad32 {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 450px;
  padding: 60px 25px 40px;
  margin-inline: auto;
  background-color: var(--main-bg);
  background-color: color-mix(in srgb, var(--reg-btn) 5%, transparent);
  border: 1px solid color-mix(in srgb, var(--main-text) 35%, transparent);
  border-radius: 25px;
  margin-bottom: 10px;
}
.l902ad32 .ad1a05d6 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}
@media only screen and (min-width: 1248px) {
  .l902ad32 .ad1a05d6 {
    font-size: 32px;
  }
}
.ab22c {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--reg-btn);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.ab22c svg {
  fill: var(--text-btns);
  stroke: none;
  transition: all 0.3s ease;
}
.ab22c:focus-visible,
.ab22c:hover {
  background-color: var(--login-btn);
}
.ab22c:focus-visible svg,
.ab22c:hover svg {
  transform: rotate(180deg);
}
.ybfaeb {
  display: flex;
  flex-direction: column;
  position: relative;
}
.ybfaeb label {
  font-size: 14px;
  font-weight: 600;
  color: var(--main-text);
  margin-left: 14px;
  margin-bottom: 2px;
}
.ybfaeb input {
  font-size: 16px;
  width: 100%;
  height: 48px;
  outline: 0;
  border-radius: 25px;
  border: 1.5px solid color-mix(in srgb, var(--main-text) 60%, transparent);
  background-color: transparent;
  padding: 14px;
  transition: all 0.3s ease;
}
input::placeholder,
textarea::placeholder {
  color: var(--main-text);
  opacity: 0.6;
}
input:focus-visible,
input:hover,
textarea:focus-visible,
textarea:hover {
  border-color: var(--login-btn);
  box-shadow: 0 0 5px var(--login-btn);
}
#sign-up input:focus-visible,
#sign-up input:hover,
#sign-up textarea:focus-visible,
#sign-up textarea:hover {
  border-color: var(--reg-btn);
  box-shadow: 0 0 5px var(--reg-btn);
}
.ybfaeb svg,
.f70bd29 svg {
  position: absolute;
  right: 14px;
  transform: translateY(-50%);
}
.ybfaeb svg {
  top: 50%;
  fill: var(--main-text);
  stroke: none;
}
.f70bd29 svg {
  top: 65%;
  stroke: var(--main-text);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.ybfaeb .p8db8337 {
  font-size: 12px;
  color: var(--main-text);
  opacity: 0.7;
  cursor: pointer;
  text-decoration: underline;
  text-align: right;
  margin-top: 4px;
  margin-right: 14px;
  transition: opacity 0.3s ease;
}
.ybfaeb .p8db8337:focus-visible,
.ybfaeb .p8db8337:hover {
  opacity: 1;
}
.ke47e4 {
  position: relative;
  z-index: 0;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  border-radius: 25px;
  width: 100%;
  height: 50px;
  border: 0;
  color: var(--text-btns);
  transition: all 0.3s ease;
}
.le5908b::before,
.ke47e4::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background-color: var(--login-btn);
  border-radius: 25px;
  z-index: -1;
  transition: all 0.3s ease;
}
.ke47e4,
.qca26690::before {
  background-color: var(--reg-btn);
}
.le5908b:focus-visible::before,
.le5908b:hover::before,
.ke47e4:focus-visible::before,
.ke47e4:hover::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.qca26690 {
  background-color: var(--login-btn);
}
.le5908b:focus-visible,
.le5908b:hover,
.ke47e4:focus-visible,
.ke47e4:hover {
  box-shadow: 0 0 8px var(--login-btn);
}
.qca26690:focus-visible,
.qca26690:hover {
  box-shadow: 0 0 8px var(--reg-btn);
}
@media only screen and (min-width: 1248px) {
  .ke47e4 {
    font-size: 18px;
    height: 50px;
  }
}
.jf7ab99,
.cdd123b {
  align-items: center;
  justify-content: center;
}
.jf7ab99 {
  --_bg: var(--nav-acc-head-game-bg);
  --_text: var(--main-text);
  --_accent: var(--reg-btn);
  --_border: color-mix(in srgb, var(--main-text) 35%, transparent);
  background-color: var(--_bg);
  color: var(--_text);
  border: 1px solid var(--_border);
  border-radius: 25px;
  padding: 20px 24px;
  max-width: 720px;
  margin: 20px auto;
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
}
.cdd123b {
  height: 40px;
  fill: var(--_accent);
  display: block;
  margin-bottom: 12px;
  width: 100%;
}
.yb5a35d {
  margin: 0;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 20px 0;
  text-align: center;
}
.m137c9b37 {
  margin-top: 10px;
  opacity: 0.9;
}
.y4c5c6 {
  background-color: var(--_accent);
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
@media (min-width: 640px) {
  .yb5a35d {
    font-size: 1.5625rem;
  }
}
.ce1d9c {
  position: relative;
  text-align: center;
  padding-block: 150px 100px;
  margin-inline: auto;
  margin-top: 120px;
  max-width: 800px;
}
.ce1d9c::before {
  content: "404";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18rem;
  font-weight: 700;
  line-height: 1;
  color: var(--main-text);
  opacity: 0.09;
  z-index: -1;
  pointer-events: none;
}
.ce1d9c p {
  font-size: 1rem;
  color: var(--main-text);
  margin-bottom: 0.2rem;
}
.ce1d9c p > a {
  text-decoration: underline;
  color: var(--reg-btn);
  transition: color 0.3s ease;
}
.ce1d9c p > a:hover {
  color: var(--login-btn);
}
.ce1d9c a:last-child:not(:first-child) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 1.2rem;
  font-size: 1.05rem;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--text-btns);
  background: linear-gradient(
    to left,
    color-mix(in srgb, var(--reg-btn) 70%, white) 0%,
    var(--reg-btn) 100%
  );
  border-radius: 25px;
  width: 9.5rem;
  margin: 0.8rem auto 0;
}
.ce1d9c a svg {
  stroke: none;
  fill: var(--text-btns);
  transition: transform 0.3s ease;
}
.ce1d9c a:hover svg {
  transform: translateX(7px);
}
@media (max-width: 499.98px) {
  .ce1d9c {
    padding-top: 120px;
  }
  .ce1d9c h1,
  .ce1d9c p {
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin-bottom: 0.2rem;
  }
  .ce1d9c p {
    font-size: 0.9rem;
    line-height: 1rem;
  }
  .ce1d9c::before {
    font-size: 11rem;
  }
  .ce1d9c a:last-child:not(:first-child) {
    margin-top: 0.4rem;
    font-size: 0.92rem;
    padding-block: 0.5rem;
    width: 8.7rem;
  }
}
.h010ccc5 {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
}
.h8fd5b {
  display: none;
}
@media screen and (min-width: 500px) {
  .h8fd5b {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    font-weight: 700;
    text-align: center;
    color: var(--main-text);
    background-color: color-mix(in srgb, var(--reg-btn) 25%, transparent);
    padding: 0.5rem;
    border-radius: 25px 25px 0 0;
    border: 1.5px solid color-mix(in srgb, var(--main-text) 10%, transparent);
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .h8fd5b {
    grid-template-columns: 20% 15% 15% 13% 12% 25%;
  }
}
@media screen and (max-width: 767.98px) {
  .h8fd5b div:nth-child(5),
  .h8fd5b div:nth-child(6) {
    display: none;
  }
}
.k15f4c8 {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 10px;
  background-color: transparent;
  border: 1.5px solid color-mix(in srgb, var(--main-text) 10%, transparent);
  overflow: hidden;
  border-radius: 25px;
}
@media screen and (min-width: 500px) {
  .k15f4c8:first-of-type {
    border-radius: 0 0 25px 25px;
  }
  .h010ccc5 > .k15f4c8:nth-of-type(2) {
    border-radius: 0 0 25px 25px;
  }
}
@media screen and (max-width: 499.98px) {
  .k15f4c8 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "logo logo logo" "bonus rate spins" "more claim claim";
  }
  .k15f4c8 > div:nth-child(1) {
    grid-area: logo;
  }
  .k15f4c8 > div:nth-child(2) {
    grid-area: bonus;
  }
  .k15f4c8 > div:nth-child(3) {
    grid-area: rate;
  }
  .k15f4c8 > div:nth-child(4) {
    grid-area: spins;
  }
  .k15f4c8 > div:nth-child(5) {
    grid-area: more;
  }
  .k15f4c8 > div:nth-child(6) {
    grid-area: claim;
  }
}
@media screen and (min-width: 500px) and (max-width: 767.98px) {
  .k15f4c8 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "logo bonus rate spins" "more more claim claim";
  }
  .k15f4c8 > div:nth-child(1) {
    grid-area: logo;
  }
  .k15f4c8 > div:nth-child(2) {
    grid-area: bonus;
  }
  .k15f4c8 > div:nth-child(3) {
    grid-area: rate;
  }
  .k15f4c8 > div:nth-child(4) {
    grid-area: spins;
  }
  .k15f4c8 > div:nth-child(5) {
    grid-area: more;
  }
  .k15f4c8 > div:nth-child(6) {
    grid-area: claim;
  }
}
@media screen and (min-width: 768px) {
  .k15f4c8 {
    grid-template-columns: 20% 15% 15% 13% 12% 25%;
    grid-template-areas: "logo bonus rate spins more claim";
  }
  .k15f4c8 > div:nth-child(1) {
    grid-area: logo;
  }
  .k15f4c8 > div:nth-child(2) {
    grid-area: bonus;
  }
  .k15f4c8 > div:nth-child(3) {
    grid-area: rate;
  }
  .k15f4c8 > div:nth-child(4) {
    grid-area: spins;
  }
  .k15f4c8 > div:nth-child(5) {
    grid-area: more;
  }
  .k15f4c8 > div:nth-child(6) {
    grid-area: claim;
  }
}
.k15f4c8 > div:not(.y42b2b3) {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4px;
}
.k15f4c8 > div span:not(.y42b2b3 > div > span),
.k15f4c8 > div > div:not(.y42b2b3 > div),
.o64069 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px 14px;
  background-color: color-mix(in srgb, var(--reg-btn) 20%, transparent);
  border-radius: 25px;
}
.k15f4c8 img {
  max-width: 140px;
  width: 100%;
  object-fit: contain;
}
.o64069 svg {
  stroke: var(--main-text);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  transition:
    transform 0.3s ease,
    stroke 0.3s ease;
}
.o64069:hover svg {
  stroke: var(--reg-btn);
  transform: scale(1.2);
}
.le5908b {
  position: relative;
  z-index: 0;
  overflow: hidden;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--reg-btn);
  color: var(--text-btns);
  border: 0;
  height: 44px;
  width: 100%;
  padding-inline: 12px;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.l55ba8 {
  min-height: 40px;
}
.y42b2b3 {
  grid-column: span 6;
  overflow: hidden;
  padding: 0 16px;
  transition:
    max-height 0.4s ease,
    padding 0.4s ease,
    opacity 0.4s ease;
}
.casinos-table__details[data-open="true"] {
  max-height: 500px;
  opacity: 1;
  border-top: 1.5px solid color-mix(in srgb, var(--main-text) 10%, transparent);
  background-color: color-mix(in srgb, var(--reg-btn) 20%, transparent);
  margin-top: 0.5rem;
}
.y42b2b3 > div {
  display: grid;
  grid-template-columns: 30% 70%;
  justify-items: start;
  gap: 12px;
  padding: 0.5rem 1.5rem;
}
.y42b2b3 > div:not(:last-child) {
  border-bottom: 1.5px solid
    color-mix(in srgb, var(--main-text) 10%, transparent);
}
@media screen and (max-width: 767.9px) {
  #logo-container-header {
    min-height: 40px;
  }
}
a[data-role="curlink"]::after {
  transform: scale(1) !important;
}
#aside__wrapper a[data-role="curlink"] {
  text-decoration: underline;
}
ul[role="menu"] a[data-role="curlink"] {
  text-decoration: underline !important;
}
