.poker p {
  margin: 0;
}
.poker .play-button {
  outline: none;
  border: none;
}
.poker .welcome-banner p {
  margin-top: -5px;
  margin-bottom: -4px;
}
.poker .welcome-banner .welcome-subheading p br:first-of-type {
  display: none;
}
@media screen and (min-width: 1200px) {
  .poker .welcome-content {
    width: calc(612px + 8rem);
    min-width: calc(612px + 8rem);
  }
}
@media screen and (max-width: 992px) {
  .poker .welcome-description {
    width: auto;
    max-width: 315px;
  }
}
.poker-container {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.poker-container h1,
.poker-container h2,
.poker-container h3,
.poker-container h4,
.poker-container h5,
.poker-container h6,
.poker-container .h1,
.poker-container .h2,
.poker-container .h3,
.poker-container .h4,
.poker-container .h5,
.poker-container .h6 {
  font-family: "Ubuntu", "Roboto", sans-serif;
  color: var(--foreground-high);
}
.poker-container *:not(:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6)) {
  font-family: "Roboto", sans-serif;
  color: var(--foreground-low);
}
.poker-container .how-to-join {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 128px;
  overflow: hidden;
  padding-inline: 64px;
  margin-block: 40px;
}
.poker-container .how-to-join-content {
  padding-block: 64px;
}
.poker-container .how-to-join-title {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 16px;
  line-height: 22px;
}
.poker-container .how-to-join-description {
  font-family: "Ubuntu", "Roboto", sans-serif;
  line-height: 12px;
  font-size: 18px;
  margin: 0;
}
.poker-container .how-to-join-info-ctn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 32px;
}
.poker-container .how-to-join-info-ctn strong {
  font-family: "Ubuntu", "Roboto", sans-serif;
  color: var(--foreground-high);
  font-weight: 700;
  font-size: 1.125rem;
}
.poker-container .how-to-join-info-ctn p,
.poker-container .how-to-join-info-ctn ul {
  line-height: 24px;
  margin-bottom: 0;
}
.poker-container .how-to-join-info-ctn ul {
  list-style-position: inside;
}
.poker-container .how-to-join-btns {
  display: flex;
  gap: 12px;
  margin-top: 41px;
}
.poker-container .how-to-join-btns a {
  display: inline-grid;
  place-items: center;
  font-family: Nexa-bold, "Roboto", Sans-serif;
  font-size: 14px;
  color: #F8FAFC;
  font-weight: 800;
  min-width: 80px;
  padding: 4px 12px;
  border: 1px solid #01857B;
  border-radius: 16px;
  line-height: 22px;
}
.poker-container .how-to-join-image-ctn {
  position: relative;
  width: 520px;
}
.poker-container .how-to-join-image-ctn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  aspect-ratio: 1;
  translate: -50% -50%;
  border-radius: 100%;
  background-color: #96EB65;
  opacity: 0.3;
  filter: blur(85px);
}
.poker-container .how-to-join-image {
  position: absolute;
  right: 0;
  z-index: 1;
  width: auto;
  height: 110%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.poker-container .faq {
  margin: 40px 0;
}
.poker-container .faq-title {
  font-family: "Nexa-regular", "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 32px;
}
.poker-container .poker-details:not(:last-child) {
  margin-bottom: 8px;
}
.poker-container .poker-details.is-open .poker-summary:after {
  rotate: -0.5turn;
}
.poker-container .poker-details.is-open .poker-details-content {
  grid-template-rows: 1fr;
}
.poker-container .rules .poker-details:first-child {
  margin-bottom: 8px;
}
.poker-container .rules .poker-summary {
  font-weight: 500;
}
.poker-container .faq .poker-details-content-inner-small p:not(:last-of-type) {
  margin-bottom: 16px;
}
.poker-container .poker-summary {
  position: relative;
  min-height: 80px;
  font-family: "Nexa-regular", "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 16px calc(32px + 18px + 16px) 16px 32px;
  display: flex;
  align-items: center;
  background-color: #C7F1F917;
  color: #F8FAFC;
  border-radius: 12px;
  cursor: pointer;
  margin-bottom: 0;
}
.poker-container .poker-summary:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 36px;
  background: url("../../img/poker/arrow-down.svg") no-repeat;
  width: 24px;
  height: 24px;
  translate: 0 -50%;
  transition: rotate 400ms ease;
}
.poker-container .poker-summary * {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.poker-container .poker-details-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 400ms ease;
  overflow: hidden;
}
.poker-container .poker-details-content p {
  margin-bottom: 0;
}
.poker-container .poker-details-content .text-mb-1 {
  margin-bottom: 24px;
}
.poker-container .poker-details-content .title-text {
  color: var(--foreground-high);
}
.poker-container .poker-details-content .content-list,
.poker-container .poker-details-content .sublist {
  list-style-position: inside;
  margin-bottom: 0;
}
.poker-container .poker-details-content .sub-list {
  margin-left: 20px;
}
.poker-container .poker-details-content .list-plain {
  list-style: none;
}
.poker-container .poker-details-content-inner {
  min-height: 0;
}
.poker-container .poker-details-content-inner-small {
  padding: 16px 12px;
}
.poker-container .poker-details-content-link {
  border: 1px solid var(--border-medium);
  background: none;
  font-family: "Nexa", "Roboto", sans-serif;
  font-weight: 800;
  margin-bottom: 16px;
  height: 40px;
}
.poker-container .footer-btn {
  width: 260px;
}
.poker-container #pokerDepositBtn {
  border: none;
  outline: none;
}
@media screen and (max-width: 1199px) {
  .poker-container .how-to-join-image-ctn {
    width: 400px;
  }
  .poker-container .how-to-join {
    padding-inline: 32px;
  }
  .poker-container .how-to-join-content {
    padding-block: 32px;
    gap: 30px;
  }
  .poker-container .how-to-join-info-ctn {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .poker-container .how-to-join {
    grid-template-columns: 1fr;
    margin-block: 24px;
    padding-inline: 20px;
  }
  .poker-container .how-to-join-content {
    padding-block: 20px;
  }
  .poker-container .how-to-join-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .poker-container .how-to-join-description {
    font-size: 16px;
  }
  .poker-container .how-to-join-info-ctn {
    margin-top: 26px;
  }
  .poker-container .how-to-join-btns {
    margin-top: 24px;
    flex-direction: column;
    gap: 14px;
  }
  .poker-container .how-to-join-btns a {
    font-size: 18px;
    height: 40px;
    border-radius: 50px;
  }
  .poker-container .how-to-join-image-ctn {
    display: none;
  }
  .poker-container .poker-details-content-link {
    font-size: 14px;
    margin-bottom: 0;
  }
  .poker-container .faq-title {
    margin-bottom: 16px;
  }
  .poker-container .faq {
    margin: 40px 0 12px 0;
  }
}
.poker-container .tournaments-mobile-nav {
  display: flex;
  justify-content: center;
  margin: 4px 0 28px;
}
.poker-container .tournaments-mobile-nav-inner {
  display: inline-flex;
  align-items: stretch;
  flex-flow: row nowrap;
  padding: var(--py-1, 4px);
  gap: 6px;
  border-radius: var(--radius-action-1);
  background: var(--card-1, rgba(191, 214, 219, 0.08));
}
.poker-container .tournaments-mobile-nav-inner:not(:has(.tournaments-mobile-nav-button.active)) .tournaments-mobile-nav-button:nth-child(1),
.poker-container .tournaments-mobile-nav-inner .tournaments-mobile-nav-button.active {
  background: var(--fill-medium, #006D6B);
  color: var(--foreground-high, #F8FAFC);
}
.poker-container .tournaments-mobile-nav-button-text {
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  margin-top: 1px;
  font-family: "Nexa", "Roboto", sans-serif;
  color: var(--foreground-medium, #D3DAE6);
}
.poker-container .tournaments-mobile-nav-button {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 6px 7px;
  min-height: calc(var(--rounded-action-1, 16px) * 2);
  border-radius: var(--radius-full);
  font-weight: 800;
  background: none;
  border: 0;
  outline: none;
  transition: background 300ms ease, color 300ms ease;
}
.poker-container .tournaments-mobile-nav-button:first-child:not(.active) .tournaments-mobile-nav-button-text {
  color: var(--badge-yellow);
}
.poker-container .tournaments-mobile-nav-button .tournaments-title-pill {
  margin: 0;
}
.poker-container .tournaments {
  --poker-tournament-item-index: 0;
  --poker-tournament-slider-items-to-offset: 2;
  --poker-tournament-item-width: calc(100% / var(--poker-tournament-slider-items-to-offset));
  margin-bottom: 40px;
}
.poker-container .tournaments:is([data-slider-max="0"], [data-slider-max="1"], [data-slider-max="2"]) .tournaments-slider-nav {
  display: none;
}
.poker-container .tournaments-title-ctn {
  margin-bottom: 32px;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
}
.poker-container .tournaments-title-grid {
  display: inline-grid;
  align-items: center;
  grid-template-columns: auto 1fr;
}
.poker-container .tournaments-title {
  font-weight: 400;
  margin: 0;
}
.poker-container .tournaments-title-pill-ctn {
  padding-left: 10px;
}
.poker-container .tournaments-title-pill {
  display: inline-flex;
  align-items: center;
  height: 24px;
  font-size: 14px;
  line-height: 1;
  font-family: "Nexa-heavy", "Roboto", sans-serif;
  color: #282E38;
  background-color: var(--badge-yellow);
  margin-top: 2px;
}
@media screen and (max-width: 480px) {
  .poker-container .tournaments-title-pill {
    font-size: 12px;
    padding: 0 6px;
    height: 20px;
  }
}
.poker-container .tournaments-slider-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding-left: 30px;
}
.poker-container .tournaments-slider-nav button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #F8FAFC;
  border-radius: 100%;
  background: none;
  transition: opacity 300ms ease;
}
.poker-container .tournaments-slider-nav button[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.poker-container .tournaments-items {
  margin-left: -16px;
  overflow: hidden;
}
.poker-container .tournaments-items-slider {
  display: flex;
  flex-flow: row nowrap;
  translate: calc(var(--poker-tournament-item-width) * var(--poker-tournament-item-index) * -1) 0;
  transition: translate 300ms ease;
}
.poker-container .tournaments-item {
  container: tournament-item / inline-size;
  display: flex;
  flex-flow: column nowrap;
  min-width: var(--poker-tournament-item-width);
  max-width: 50%;
  flex-grow: 1;
  padding-left: 16px;
}
.poker-container .tournaments-item-inner {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.poker-container .tournaments-item-image-ctn {
  position: relative;
  width: 100%;
  aspect-ratio: 707 / 131;
  overflow: hidden;
}
.poker-container .tournaments-item-image,
.poker-container .tournaments-item-image-medium {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  translate: -50% -50%;
}
.poker-container .tournaments-item-image-medium {
  display: none;
}
@container tournament-item (width <= 475px) {
  .poker-container .tournaments-item-image-ctn:has(.tournaments-item-image-medium) {
    aspect-ratio: 346 / 167;
  }
  .poker-container .tournaments-item-image-ctn:has(.tournaments-item-image-medium) .tournaments-item-image {
    display: none;
  }
  .poker-container .tournaments-item-image-ctn:has(.tournaments-item-image-medium) .tournaments-item-image-medium {
    display: block;
  }
}
.poker-container .tournaments-item-closed-pill {
  position: absolute;
  z-index: 1;
  top: 13px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  height: 24px;
  font-size: 14px;
  line-height: 1;
  font-family: "Nexa-heavy", "Roboto", sans-serif;
  color: #282E38;
  text-transform: uppercase;
  background-color: #DDE3ED;
}
.poker-container .tournaments-item-content {
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  padding: 14px 20px;
}
.poker-container .tournaments-item-content p {
  line-height: 18px;
}
.poker-container .tournaments-item-top {
  flex-grow: 1;
}
.poker-container .tournaments-item-top-content {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}
.poker-container .tournaments-item-title {
  margin: 0 0 5px;
  font-weight: 500;
}
.poker-container .tournaments-item-description {
  font-size: 16px;
}
.poker-container .tournaments-item-description p {
  font-size: 16px;
}
.poker-container .tournaments-item-prime-ctn {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px;
  font-family: "Nexa-heavy", "Roboto", sans-serif;
  font-size: 10px;
}
.poker-container .tournaments-item-prime-ctn img {
  display: inline-block;
  height: 12px;
  aspect-ratio: 1;
  margin-top: 1px;
}
.poker-container .tournaments-item-bottom {
  margin-top: 11px;
  border-top: 1px solid #005256;
  padding-top: 11px;
}
.poker-container .tournaments-item-bottom-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 6px;
  color: #D3DAE6;
  font-size: 14px;
}
.poker-container .tournaments-item-bottom-item:not(:last-child) {
  margin-bottom: 5px;
}
.poker-container .tournaments-item-bottom-item span {
  display: inline-block;
  height: 14px;
  aspect-ratio: 1;
  margin-top: 3px;
}
.poker-container .poker-icon-clock {
  background: url('data:image/svg+xml,<svg width="13" height="14" viewBox="0 0 13 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.49999 3.50014V7.00014L8.83332 8.16681M12.3333 7.00014C12.3333 10.2218 9.72165 12.8335 6.49999 12.8335C3.27833 12.8335 0.666656 10.2218 0.666656 7.00014C0.666656 3.77848 3.27833 1.16681 6.49999 1.16681C9.72165 1.16681 12.3333 3.77848 12.3333 7.00014Z" stroke="%239EAABE" stroke-width="1.16667" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;
}
.poker-container .poker-icon-prize-pool {
  background: url("../../img/poker/prize-cup.svg");
}
.poker-container .poker-icon-buy-in {
  background: url('data:image/svg+xml,<svg width="13" height="14" viewBox="0 0 13 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.83332 4.66681H5.33332C5.0239 4.66681 4.72716 4.78973 4.50837 5.00852C4.28957 5.22731 4.16666 5.52406 4.16666 5.83348C4.16666 6.1429 4.28957 6.43964 4.50837 6.65843C4.72716 6.87723 5.0239 7.00014 5.33332 7.00014H7.66666C7.97608 7.00014 8.27282 7.12306 8.49161 7.34185C8.71041 7.56064 8.83332 7.85739 8.83332 8.16681C8.83332 8.47623 8.71041 8.77297 8.49161 8.99177C8.27282 9.21056 7.97608 9.33348 7.66666 9.33348H4.16666M6.49999 10.5001V3.50014M12.3333 7.00014C12.3333 10.2218 9.72165 12.8335 6.49999 12.8335C3.27833 12.8335 0.666656 10.2218 0.666656 7.00014C0.666656 3.77848 3.27833 1.16681 6.49999 1.16681C9.72165 1.16681 12.3333 3.77848 12.3333 7.00014Z" stroke="%239EAABE" stroke-width="1.16667" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;
}
.poker-container .poker-icon-re-buys {
  background: url('data:image/svg+xml,<svg width="13" height="14" viewBox="0 0 13 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.41667 1.16675L11.75 3.50008M11.75 3.50008L9.41667 5.83342M11.75 3.50008H3.58333C2.96449 3.50008 2.371 3.74591 1.93342 4.1835C1.49583 4.62108 1.25 5.21458 1.25 5.83342V6.41675M3.58333 12.8334L1.25 10.5001M1.25 10.5001L3.58333 8.16675M1.25 10.5001H9.41667C10.0355 10.5001 10.629 10.2542 11.0666 9.81666C11.5042 9.37908 11.75 8.78559 11.75 8.16675V7.58342M5.91667 5.83342H6.5V8.16675" stroke="%239EAABE" stroke-width="1.16667" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;
}
.poker-container .poker-icon-prime-time {
  background: url('data:image/svg+xml,<svg width="9" height="11" viewBox="0 0 9 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.75 6.75C3.08152 6.75 3.39946 6.6183 3.63388 6.38388C3.8683 6.14946 4 5.83152 4 5.5C4 4.81 3.75 4.5 3.5 4C2.964 2.9285 3.388 1.973 4.5 1C4.75 2.25 5.5 3.45 6.5 4.25C7.5 5.05 8 6 8 7C8 7.45963 7.90947 7.91475 7.73358 8.33939C7.55769 8.76403 7.29988 9.14987 6.97487 9.47487C6.64987 9.79988 6.26403 10.0577 5.83939 10.2336C5.41475 10.4095 4.95963 10.5 4.5 10.5C4.04037 10.5 3.58525 10.4095 3.16061 10.2336C2.73597 10.0577 2.35013 9.79988 2.02513 9.47487C1.70012 9.14987 1.44231 8.76403 1.26642 8.33939C1.09053 7.91475 1 7.45963 1 7C1 6.4235 1.2165 5.853 1.5 5.5C1.5 5.83152 1.6317 6.14946 1.86612 6.38388C2.10054 6.6183 2.41848 6.75 2.75 6.75Z" stroke="%23FFF9A4" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;
}
.poker-container .poker-icon-late-night {
  background: url('data:image/svg+xml,<svg width="10" height="11" viewBox="0 0 10 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 1C4.40326 1.59674 4.06802 2.40609 4.06802 3.25C4.06802 4.09391 4.40326 4.90326 5 5.5C5.59674 6.09674 6.40609 6.43198 7.25 6.43198C8.09392 6.43198 8.90326 6.09674 9.5 5.5C9.5 6.39002 9.23608 7.26004 8.74162 8.00007C8.24715 8.74009 7.54434 9.31686 6.72208 9.65746C5.89981 9.99805 4.99501 10.0872 4.1221 9.91353C3.24918 9.7399 2.44736 9.31132 1.81802 8.68198C1.18869 8.05264 0.760102 7.25082 0.586468 6.37791C0.412835 5.50499 0.50195 4.60019 0.842544 3.77792C1.18314 2.95566 1.75991 2.25285 2.49994 1.75839C3.23996 1.26392 4.10999 1 5 1Z" stroke="%23AD9BD3" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat;
}
.poker-container .tournament-empty {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  min-height: 395px;
}
.poker-container .tournament-empty img {
  display: block;
  height: 64px;
  width: 64px;
  margin-bottom: 13px;
}
.poker-container .tournament-empty-description {
  color: var(--foreground-medium);
}
@media screen and (max-width: 1200px) {
  .poker-container .tournaments-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .poker-container .tournaments-title-ctn {
    margin-bottom: 24px;
  }
  .poker-container .tournaments-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  .poker-container .tournaments-ctn:not(:has(.tournaments.active)) .tournaments:not(:nth-child(1)),
  .poker-container .tournaments-ctn:has(.tournaments.active) .tournaments:not(.active) {
    display: none;
  }
  .poker-container .tournaments {
    --poker-tournament-slider-items-to-offset: 1;
  }
  .poker-container .tournaments .tournaments-title-pill-ctn {
    display: none;
  }
  .poker-container .tournaments:has(.tournaments-item-closed-pill) .tournaments-item-bottom-item:last-child {
    padding-right: 70px;
  }
  .poker-container .tournaments-slider-nav {
    display: none;
  }
  .poker-container .tournaments-items-slider {
    flex-direction: column;
    gap: 24px;
  }
  .poker-container .tournaments-items {
    grid-template-columns: 1fr;
  }
  .poker-container .tournaments-item-closed-pill {
    inset: auto 20px 16px auto;
  }
  .poker-container .tournaments-item-image-ctn {
    display: none;
  }
  .poker-container .tournament-empty {
    min-height: 0;
  }
}
@media screen and (min-width: 576px) {
  .poker-container .tournaments-mobile-nav {
    display: none;
  }
}
@media screen and (min-width: 993px) {
  .poker-container .tournaments {
    --poker-tournament-slider-items-to-offset: 3;
  }
  .poker-container .tournaments:is([data-slider-max="3"]) .tournaments-slider-nav {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .poker-container .tournaments {
    --poker-tournament-slider-items-to-offset: 4;
  }
  .poker-container .tournaments:is([data-slider-max="4"]) .tournaments-slider-nav {
    display: none;
  }
}
.poker-container .seo {
  margin: 40px 12px;
}
.poker-container .seo-title {
  margin: 0 0 12px;
  font-weight: 500;
  font-family: "Nexa-regular", "Roboto", sans-serif;
}
.poker-container .seo-title span {
  color: #9EAABE;
}
.poker-container .seo-content p {
  margin-bottom: 1rem;
}
.poker-container .seo-content h2,
.poker-container .seo-content h3 {
  line-height: 29px;
  font-family: "Nexa", "Roboto", sans-serif;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
}
.poker-container .seo-content h2 span,
.poker-container .seo-content h3 span {
  color: var(--foreground-high);
  font-family: "Nexa", "Roboto", sans-serif;
  font-size: 24px;
  line-height: 28px;
}
.poker-container .seo-content *:first-child {
  margin-top: 0;
}
.poker-container .seo-content *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .poker-container .seo {
    margin: 40px 0;
  }
}
@media screen and (min-width: 500px) {
  .poker-container .rules .poker-summary {
    font-size: 24px;
    font-family: "Nexa-bold", "Roboto", sans-serif;
    font-weight: 600;
  }
}
@media screen and (max-width: 499px) {
  .poker-container .poker-summary {
    font-size: 16px;
  }
}
.poker-container .get-started,
.poker-container .load-your-wallet {
  display: grid;
  align-items: center;
  padding: 24px 32px;
  margin-top: 40px;
  gap: 20px;
  border-radius: var(--rounded-2xl, 16px);
}
.poker-container .get-started {
  grid-template-columns: 1fr auto;
}
.poker-container .get-started-title,
.poker-container .load-your-wallet-title {
  margin: 0;
  font-family: Nexa-bold, "Roboto", Sans-serif;
  font-family: Nexa;
  font-size: 24px;
}
.poker-container .get-started-link,
.poker-container .load-your-wallet-link {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  min-width: 240px;
}
.poker-container .get-started-link {
  padding-block: 8px;
}
.poker-container .load-your-wallet {
  padding-inline: 12px;
  grid-template-areas: "title deposits link";
  grid-template-columns: auto 1fr auto;
}
.poker-container .load-your-wallet-title {
  grid-area: title;
}
.poker-container .load-your-wallet-deposits-ctn {
  grid-area: deposits;
}
.poker-container .load-your-wallet-deposits {
  gap: 10px;
  max-width: 600px;
  width: 100%;
  justify-content: space-between;
}
.poker-container .load-your-wallet-deposits img {
  display: inline-block;
  height: 43px;
  width: 100%;
  padding: 10px;
}
.poker-container .load-your-wallet-link {
  grid-area: link;
  border: 3px solid transparent;
  background-image: linear-gradient(var(--cta-3), var(--cta-3)), linear-gradient(to bottom right, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 80%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.poker-container .load-your-wallet-link span {
  display: inline-block;
  padding-block: 6px;
}
.poker-container .stack-chips {
  margin-top: 125px;
  display: flex;
  justify-content: center;
}
.poker-container .stack-chips img {
  display: block;
  max-width: 80%;
}
@media screen and (max-width: 1199px) {
  .poker-container .load-your-wallet {
    grid-template-areas: "title link" "deposits deposits";
    grid-template-columns: auto auto;
  }
  .poker-container .load-your-wallet-link {
    min-width: 0;
  }
}
@media screen and (max-width: 767px) {
  .poker-container .get-started {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 14px;
    padding: 20px 24px 12px;
    font-family: "Nexa-regular", "Roboto", sans-serif;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    margin-top: 0;
  }
  .poker-container .load-your-wallet {
    grid-template-areas: "title" "link" "deposits";
    grid-template-columns: auto;
    gap: 14px;
    text-align: center;
  }
  .poker-container .load-your-wallet-deposits {
    margin-top: 10px;
    gap: 0;
  }
  .poker-container .load-your-wallet-deposits img {
    height: 34px;
  }
  .poker-container .get-started-title,
  .poker-container .load-your-wallet-title {
    font-size: 18px;
  }
  .poker-container .stack-chips {
    margin-top: 0;
  }
}
.card-parallax-left,
.card-parallax-right {
  position: absolute;
  pointer-events: none;
}
.card-parallax-left {
  width: 270px;
  height: 491px;
  top: 1296px;
  left: -88px;
}
.card-parallax-right {
  width: 264px;
  height: 466px;
  top: 1544px;
  right: -91px;
}
@media screen and (max-width: 1700px) {
  .card-parallax-right,
  .card-parallax-left {
    display: none;
  }
}
