.poker .welcome-title,
.poker .welcome-description {
  margin: 0;
}
.poker .welcome-description {
  width: 560px;
}
.poker .welcome-sub-heading p {
  margin: 0;
}
.poker .play-button {
  outline: none;
  border: 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 {
  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: 0;
}
.poker-container .how-to-join-description {
  font-size: 18px;
  margin: 0;
}
.poker-container .how-to-join-info-ctn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 40px;
}
.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:last-child,
.poker-container .how-to-join-info-ctn ul:last-child {
  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: 48px;
}
.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;
}
.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;
  z-index: 1;
  top: 15px;
  left: 0;
  width: 100%;
  display: block;
}
@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: 16px;
    padding-inline: 20px;
  }
  .poker-container .how-to-join-content {
    padding-block: 20px;
  }
  .poker-container .how-to-join-title {
    font-size: 28px;
  }
  .poker-container .how-to-join-description {
    font-size: 16px;
  }
  .poker-container .how-to-join-info-ctn {
    margin-top: 18px;
  }
  .poker-container .how-to-join-btns {
    margin-top: 28px;
    flex-direction: column;
  }
  .poker-container .how-to-join-btns a {
    font-size: 18px;
  }
  .poker-container .how-to-join-image-ctn {
    display: none;
  }
}
.poker-container .tournaments-title {
  margin-bottom: 24px;
  font-weight: 400;
}
.poker-container .tournament-items {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}
.poker-container .tournament-item {
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}
.poker-container .tournament-item-image {
  width: 100%;
  aspect-ratio: 346 / 167;
  background-size: cover;
}
.poker-container .tournament-item-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.poker-container .tournament-item-content {
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
  padding: 20px;
}
.poker-container .tournament-item-top {
  flex-grow: 1;
}
.poker-container .tournament-item-top-content {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
}
.poker-container .tournament-item-title {
  margin: 0 0 4px;
  font-weight: 500;
}
.poker-container .tournament-item-description {
  font-size: 16px;
  margin: 0;
}
.poker-container .tournament-item-description p {
  font-size: 16px;
  margin: 0;
}
.poker-container .tournament-item-prime-ctn {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px;
  font-family: "Nexa-heavy", "Roboto", sans-serif;
  font-size: 10px;
}
.poker-container .tournament-item-prime-ctn img {
  display: inline-block;
  height: 12px;
  aspect-ratio: 1;
  margin-top: 1px;
}
.poker-container .tournament-item-bottom {
  margin-top: 16px;
  border-top: 1px solid #005256;
  padding-top: 16px;
}
.poker-container .tournament-item-bottom-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px;
  color: #D3DAE6;
  font-size: 14px;
}
.poker-container .tournament-item-bottom-item:not(:last-child) {
  margin-bottom: 5px;
}
.poker-container .tournament-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-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;
}
@media screen and (max-width: 1200px) {
  .poker-container .tournament-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .poker-container .tournament-items {
    grid-template-columns: 1fr;
  }
  .poker-container .tournament-item-image {
    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 h2 span,
.poker-container .seo-content h3 span {
  color: var(--foreground-high);
  font-family: "Nexa", "Roboto", sans-serif;
  font-size: 24px;
}
.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: 32px 0;
  }
  .poker-container .tournaments-title {
    font-size: 26px;
  }
}
.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 .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;
}
.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 strong {
  color: var(--foreground-high);
  font-weight: normal;
}
.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);
  margin-top: 24px;
  background: none;
}
.poker-container .footer-btn {
  width: 260px;
}
.poker-container #pokerDepositBtn {
  border: none;
  outline: none;
}
@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%;
  }
  .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;
  }
}
