<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
   .page-wraper,
.main-screen&amp;gt;div {
  background-color: #000000;
}

#fullContent,
.inner-sidebar {
  background: #121314;
}

.side-menu-flex {
  display: flex;
  flex-direction: row-reverse;
}

#side-bar-container #side-bar-slider {
  display: inline-block;
}

.inner-sidebar {
  flex: 1;
  padding-top: 50px;
}

#fullContent {
  flex: 3;
}

.mrgreen-body .mrgreen #fullContent a,
.mrgreen-body .mrgreen #fullContent div,
.mrgreen-body .mrgreen #fullContent h2,
.mrgreen-body .mrgreen #fullContent h3,
.mrgreen-body .mrgreen #fullContent h5,
.mrgreen-body .mrgreen #fullContent li,
.mrgreen-body .mrgreen #fullContent p,
.mrgreen-body .mrgreen #fullContent section,
.mrgreen-body .mrgreen #fullContent span,
.mrgreen-body .mrgreen #fullContent table,
.mrgreen-body .mrgreen #fullContent td,
.mrgreen-body .mrgreen #fullContent th,
.mrgreen-body .mrgreen #fullContent tr,
.mrgreen-body div #fullContent a,
.mrgreen-body div #fullContent div,
.mrgreen-body div #fullContent h2,
.mrgreen-body div #fullContent h3,
.mrgreen-body div #fullContent h5,
.mrgreen-body div #fullContent li,
.mrgreen-body div #fullContent p,
.mrgreen-body div #fullContent section,
.mrgreen-body div #fullContent span,
.mrgreen-body div #fullContent table,
.mrgreen-body div #fullContent td,
.mrgreen-body div #fullContent th,
.mrgreen-body div #fullContent tr {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-family: MontserratThin, verdana, sans-serif;
}

.mrgreen-body .mrgreen #fullContent li {
  line-height: 30px !important;
}

.mrgreen-body div #fullContent h1,
.mrgreen-body .mrgreen #fullContent h1 {
  color: #fff;
  font-size: 32px;
  line-height: normal;
  font-family: MontserratSemiBold, verdana, sans-serif;
}

.mrgreen-body div #fullContent h2,
.mrgreen-body .mrgreen #fullContent h2 {
  color: #fff;
  font-size: 30px;
  line-height: normal;
  font-family: MontserratSemiBold, verdana, sans-serif;
}

.mrgreen-body div #fullContent h3,
.mrgreen-body .mrgreen #fullContent h3 {
  color: #fff;
  font-size: 27px;
  line-height: normal;
  font-family: MontserratSemiBold, verdana, sans-serif;
}

.mrgreen-body div #fullContent h4,
.mrgreen-body .mrgreen #fullContent h4 {
  color: #fff;
  font-size: 24px;
  line-height: normal;
  font-family: MontserratSemiBold, verdana, sans-serif;
}

.container {
  padding: 50px 0 50px 50px;
  display: flex;
  /* flex-direction: column-reverse; */
}

.middle-column {
  flex: 80%;
  padding-right: 32px;
}

.right-column {
  flex: 20%;
}

/*.banner-container {
  text-align: center;
}*/

span.red-heart {
  color: red !important;
}

/* Immediate h2 child */
#fullContent .snap-fast-poker-section&amp;gt;h1 {
  margin: 30px 0;
  border: none;
  padding-left: 0;
}

.snap-content img {
  margin-bottom: 30px !important;
}

.snap-content h4,
.pot-limit-section {
  margin-bottom: 5px;
}

.snap-content p,
.pot-limit-section p {
  line-height: 20px;
  font-size: 13px;
  margin-top: 0;
  text-align: left;
}

.summary {
  display: flex;
  align-items: center;
}

.triangle {
  position: relative;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #41B169;
  transition: transform 0.5s ease;
  cursor: pointer;
  transform: rotate(-90deg);
}

.snap-content-2-cols,
.snap-content-2-cols-image-left {
  margin: 40px 0;
  padding: 0;
  display: grid;
  grid-gap: 40px;
}

.snap-content-2-cols {
  grid-template-columns: 1fr 0.8fr;
}

.snap-content-2-cols-image-left {
  grid-template-columns: 0.8fr 1fr;
}

.snap-content-2-cols-image-top, .snap-content-2-cols-image-top .image-left-col-2, img {
  display: block !important;
}

.col-2,
.image-left-col-1,
.image-left-col-2 {
  position: relative;
}

.col-2,
.image-left-col-2 {
  display: flex;
}

.col-2 {
  justify-content: flex-end;
}

.image-left-col-2 {
  justify-content: flex-start;
}

.col-2 img,
.image-left-col-2 img {
  position: relative;
}

.image-left-col-2,
.col-2 {
  z-index: 1;
}

.image-left-col-1,
.col-1 {
  z-index: 2;
}

.circular-gradient,
.left-image-circular-gradient {
  position: absolute;
  width: 95%;
  height: 95%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #015536;
  filter: blur(70px);
}

/* Pot limit section */
.pot-limit-section {
  margin: 30px 0 0 0;
  padding: 60px;
  background: radial-gradient(circle, #355e45, rgba(18, 19, 20, 0.5));
}

#fullContent .pot-limit-section ul {
  padding-left: 40px;
}

#fullContent .pot-limit-section ul {
  list-style-type: none;
  padding-left: 10px;
}

/* .pot-limit-section li {
  padding-top: .6rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.pot-limit-section li:before {
  color: #41B169;
  font-size: 30px;
  margin-top: -.5rem;
  content: &amp;#39;\2022&amp;#39;;
  display: flex;
  justify-content: flex-end;
  flex: 0 0 0.6em;
  line-height: 1.05em;
  padding-right: 0.4em;
  font-family: MontserratBlack,verdana,sans-serif;
} */

.pot-limit-section li {
  position: relative;
  list-style: none !important;
  padding-left: 8px;

}

.pot-limit-section li:before {
  content: &amp;#39;\2022&amp;#39;;
  color: #41B169;
  position: absolute;
  left: -10px;
  top: -21px;
  margin-right: 10px;
  line-height: 1;
  font-size: 60px !important;
}

.continue-cta-container {
  text-align: center;
  padding: 50px 0;
}

.continue-cta-button {
  border-radius: 50px;
  background: radial-gradient(circle, #f9f19afe, #f1c141);
  border: none;
  color: #000;
  font-size: 21px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  padding: 20px 40px;
  min-width: 300px;
  font-family: MontserratBold, verdana, sans-serif;
}

  .continue-cta-button:hover {
    color: #05372C;
    background-color: #f7dc92ff;
    border-color: #f7dc92ff;
    background: linear-gradient(90deg, #f7dc92ff 0%, #fefcecff 48.96%, #f7dc92ff 100%);
    box-shadow: none;
  }

.snap-content {
  margin-bottom: 60px;
}


table {
  width: 100% !important;
  border-collapse: collapse;

}

th,
td {
  padding: 10px;
  text-align: left;
}

th {
  text-align: center;
  background-color: #043429;
  color: white;
  font-family: &amp;#39;MontserratSemiBold&amp;#39; !IMPORTANT;

}

/* #fullContent table tbody tr:nth-of-type(even){
    background-color: #043429;
    color: white;
}

#fullContent table tbody tr:nth-of-type(odd){
    background-color: #000;
    color: white;
} */

#fullContent table tbody tr:nth-of-type(even) {
  background-color: #000;
  color: white;
}

#fullContent table tbody tr:nth-of-type(odd) {
  background-color: #043429;
  color: white;
}

#fullContent table thead {
  border: none;
}


/* Alternate row colors */
/* tr:nth-child(even) {
    background-color: #121314;
    color: white;
}*/

/*tr:nth-child(odd) {
    background-color: #043429;
    color: white;
}*/

td {
  font-size: 13px;
}

.deposit-method-section h4 {
  margin: 0;
  padding: 0;
}

/* Basic styling for the navigation */

#side-bar-container .sidebar-heading {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: clamp(26px, 1.66vw, 32px);
  letter-spacing: 0.02em;
  color: white;
}

#side-bar-container {
  padding: 10px 0 10px 36px;
  margin: 0;
  border-left: 3px solid #41B169;
}

#side-bar-container .side-bar-group {
  font-size: 19px;
  width: 100%;
}

#side-bar-container .side-bar-separator {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin: 1px 0;
}

#side-bar-container .side-bar-separator:last-child {
  border: none;
  margin: 0;
}

#side-bar-container .side-bar-group a:link,
#side-bar-container .side-bar-group a:visited {
  font-size: clamp(15px, 1vw, 19px);
  font-family: MontserratSemiBold, verdana, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 5px;
  /* border-radius: 5px; */
  transition: background-color 0.3s ease;
}

#side-bar-container .side-bar-group a:hover,
#side-bar-container .side-bar-group a:active {
  color: #41B169;
}

/* Highlight the active item */
#side-bar-container .side-bar-group .side-bar-item1Current a {
  color: #41B169;
}


/* Cards section */

.five-cards-section {
  background: radial-gradient(circle, #355e45, rgba(18, 19, 20, 1));
  margin: 50px 0;
}

.five-cards-section .card:hover .caption-desc-container {
  background: rgba(53, 94, 69, .7);
}

.five-cards-section .card:hover .description {
  display: block;
}


.five-cards-section .grid-container {
  display: grid;
  gap: 50px;
}

.five-cards-section .row-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* .five-cards-section .row-1 .card{
    height: 253px;
}

.five-cards-section .row-2 .card{
    height: 170px;
} */

.five-cards-section .row-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.five-cards-section .card {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-color: #f2f2f2;
  overflow: hidden;
  /* Ensure the image doesn&amp;#39;t overflow the card */
}

.five-cards-section .card .wrapper-lobby-image-item {
  scrollbar-width: auto;

  /* Reset scrollbar-color to its initial value */
  scrollbar-color: auto;
}


.card img {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #ccc;
  /* Add a border between image and caption */
}

.caption-desc-container {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  width: 100%;
  color: #fff;
}


/* Cards styling */
.image-wrapper {
  display: block;
  position: relative;
}

.wrapper-lobby-image-item a {
  display: block;
  text-decoration: none;
}

.image-wrapper img {
  width: 100%;
}

a img {
  border: none;
  max-width: 100%;
  width: 100%;
}

a:active,
a:hover {
  outline: 0;
}

a:hover {
  color: #075eb4;
}

a:hover {
  cursor: pointer;
}

a {
  background-color: transparent;
}

img {
  display: inline-block;
  vertical-align: middle;
}

.text-block-description {
  position: absolute;
  left: 0;
  width: 100%;
  color: #FFF;
  padding: 0 16px;
  line-height: 1.3em;
  background-color: rgba(0, 0, 0, 0.9);
}

.item-description {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 18px;
}

.iscroll-wrapper-container:after,
.iscroll-wrapper-container:before,
.share a,
.translatez {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.iscroll-wrapper-container:after,
.iscroll-wrapper-container:before,
.share a,
.tranzition-all-03s {
  transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
}

.table {
  display: table;
  table-layout: fixed;
}

.table-row {
  display: table-row;
}
#fullContent table tbody td, #fullContent table tbody th{
  word-break: break-all;
}

.text-block-description .table-cell {
  letter-spacing: -8px;
  font-size: 0;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.text-block-description .table-cell:before {
  height: 50px;
  display: inline-block;
  vertical-align: middle;
  content: &amp;quot;&amp;quot;;
  width: 0;
  font-size: 0;
}

#fullContent .text-block-description .table-row:first-child .table-cell span {
  font-family: MontserratSemiBold, verdana, sans-serif;
  font-size: 16px;
  height: 30px;
}

#fullContent .text-block-description .table-cell span {
  letter-spacing: normal;
  /* max-height: 50px; */
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  padding-left: 0.5em;
  height: 55px;
  margin: 10px 0;
}

#fullContent .row-2 .text-block-description .table-cell span{
  height: 20px;
  margin: 0;
}

/* How to play */
#fullContent .how-to-play-section{
    margin-bottom: 50px;
}

#fullContent .how-to-play-section ul{
    list-style: none;
    margin: 20px 0;
    padding: 0;
    font-family: MontserratSemiBold, verdana, sans-serif;
}

#fullContent .how-to-play-section li{
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Anchor styles */
#fullContent .how-to-play-section ul.anchor-list a:link,
#fullContent .how-to-play-section ul.anchor-list a:visited {
    color: #41B169;
    font-size: 18px;
    font-weight: bold;
}

#fullContent .how-to-play-section p{
    line-height: 20px;
    /*font-size: 13px;*/
}

/* Numbered steps */
.num-steps {
  margin-top: 25px;
}

.num-img {
  position: relative; 
  width: 100%;
}

.num-img&amp;gt;img {
  width: 100%;
  position: relative;
  height: 100%;
  display: block;
  object-fit: cover;
  z-index: 5;
  max-width: 480px;
  margin: 0 auto;
  
}

.num-img::before {
  background: radial-gradient(circle, #355e45, rgba(18, 19, 20, 0.9));
  width: 100%;
  height: 100%;
  position: absolute;
  content: &amp;#39;&amp;#39;;
  filter: blur(40px);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
}

.num-step {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  color: rgba(0, 0, 0, 0.35);
  margin: 8px 0px;
  margin-bottom: 55px;
}

.num-step span {
  font-size: 76px !important;
  color: #41B169 !important;
  font-family: MontserratExtraBold, verdana, sans-serif !important;
  font-weight: 800;
  margin: 0 40px;
}

.num-step::before,
.num-step::after {
  content: &amp;quot;&amp;quot;;
  flex-grow: 1;
  background: #353637;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  width: 100%;
}

.num-col {
  display: flex;
  gap: 112px;
  justify-content: center;
  align-items: center;
}
.num-col.texts-left{
  flex-direction: row-reverse;
}
.num-col.texts-right{
  flex-direction: row;
}
.num-content {
  max-width: 550px;
  width: 100%;
}

.num-content h3 {
  font-size: clamp(18px,1.25vw, 24px);
  font-family: &amp;quot;Montserrat&amp;quot;, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}

.num-content p {
  font-size: clamp(13px, 1.2vw, 18px) !important;
  font-family: &amp;quot;Montserrat&amp;quot;, sans-serif;
  color: #FFFFFF;
  margin-top: 5px;
  line-height: 32px
}

.num-body {
  margin: 40px 0;
}



@media only screen and (min-width: 65.0625em) {

  .wrapper-lobby-image-item:hover .text-block-description {
    bottom: 0px;
    /* background-color: rgba(0, 124, 247, 0.9); */
    background-color: rgba(4, 52, 41, 0.9);
  }
}

@media only screen and (min-width: 65.0625em) {


  span.text-block-description {
    bottom: -77px;
  }

    
  .row-2 span.text-block-description {
    bottom: -52px;
  }


}



@media only screen and (min-width: 65.0625em) {
  .text-block-description .table-row:last-child {
    display: table-row;
  }
}


@media (min-width: 1201px) {

  .col-2,
  .image-left-col-2 {
    justify-content: center;
  }

}

@media only screen and (max-width: 950px) {
#fullContent table td strong{
font-size: clamp(7px, 1.3vw, 15px) !important;
}
#fullContent  .snap-content table{
table-layout: fixed;
}

  .mrgreen-body div #fullContent .side-nav a:link,
  .mrgreen-body div #fullContent .side-nav a:visited {
    font-size: 14px;
  }

  .pot-limit-section li:before {
    top: -20px;

  }

}


@media only screen and (max-width: 769px) {
#fullContent table td p {
  font-size: clamp(12px, 1.4vw, 18px) !important;
}
  .middle-column{
    padding-right: 0;
  }
  #side-bar-container #side-bar-slider {
    display: block;
  }

  .inner-sidebar {
    padding-top: 0;
  }

  .container {
    padding: 20px;
    flex-direction: column-reverse;
  }

  .pot-limit-section li:before {
    top: -17px;
    font-size: 50px;

  }


  .mrgreen-body .mrgreen #fullContent a,
  .mrgreen-body .mrgreen #fullContent div,
  .mrgreen-body .mrgreen #fullContent h2,
  .mrgreen-body .mrgreen #fullContent h3,
  .mrgreen-body .mrgreen #fullContent h5,
  .mrgreen-body .mrgreen #fullContent li,
  .mrgreen-body .mrgreen #fullContent p,
  .mrgreen-body .mrgreen #fullContent section,
  .mrgreen-body .mrgreen #fullContent span,
  .mrgreen-body .mrgreen #fullContent table,
  .mrgreen-body .mrgreen #fullContent td,
  .mrgreen-body .mrgreen #fullContent th,
  .mrgreen-body .mrgreen #fullContent tr,
  .mrgreen-body div #fullContent a,
  .mrgreen-body div #fullContent div,
  .mrgreen-body div #fullContent h2,
  .mrgreen-body div #fullContent h3,
  .mrgreen-body div #fullContent h5,
  .mrgreen-body div #fullContent li,
  .mrgreen-body div #fullContent p,
  .mrgreen-body div #fullContent section,
  .mrgreen-body div #fullContent span,
  .mrgreen-body div #fullContent table,
  .mrgreen-body div #fullContent td,
  .mrgreen-body div #fullContent th,
  .mrgreen-body div #fullContent tr {

    font-size: 12px;
    line-height: 20px;

  }

  .mrgreen-body div #fullContent h1,
  .mrgreen-body .mrgreen #fullContent h1 {

    font-size: 22px;

  }

  .mrgreen-body div #fullContent h2,
  .mrgreen-body .mrgreen #fullContent h2 {

    font-size: 20px;

  }

  .mrgreen-body div #fullContent h3,
  .mrgreen-body .mrgreen #fullContent h3 {

    font-size: 19px;

  }

  .mrgreen-body div #fullContent h4,
  .mrgreen-body .mrgreen #fullContent h4 {

    font-size: 18px;

  }

  .continue-cta-button {
    min-width: auto;
    padding: 15px 25px;
    font-size: 16px;
  }

  .pot-limit-section li:before {

    font-size: 18px;
    line-height: .9em;

  }


  .snap-content-2-cols,
  .snap-content-2-cols-image-left {
    display: block;
  }

  .snap-content-2-cols,
  .snap-content-2-cols-image-left {
    margin: 0;
  }

  /*.snap-content-2-cols &amp;gt; div{*/
  .col-1 {
    margin-bottom: 30px;
  }

  .col-2,
  .image-left-col-2 {
    justify-content: center;
  }

  .pot-limit-section {
    padding: 20px 40px;
  }

  .snap-content-2-cols-image-left {
    display: flex;
    flex-direction: column-reverse;
  }

  /* Navigation styling */

  /* Navigation styling */
  .side-menu-flex {
    display: block;
  }

  #side-bar-container {
    padding: 0;
  }


  #side-bar-container .side-bar-separator {
    border: none;
  }

  #side-bar-container .sidebar-heading {
    display: none;
  }


  /* #fullContent .side-nav a:link,
    #fullContent .side-nav a:visited {
        display: inline;
        
    } */

  #side-bar-container .side-bar-group a:link,
  #side-bar-container .side-bar-group a:visited {
    font-size: 12px;
    border-bottom: none;
  }


  #side-bar-container {
    border: none;
  }

  #side-bar-container .side-bar-group {
    overflow: auto;
    /* display: flex;
        justify-content: space-between;
        flex-wrap: auto;
        overflow: auto; */
    display: flex;
    overflow-x: auto;
    margin-bottom: 25px;
    width: 100%;
  }


  #side-bar-container .side-bar-group .side-bar-item1,
  #side-bar-container .side-bar-group .side-bar-item1Current {
    margin-left: 0;
    flex: 1;
    /* margin: 5px; */
    padding: 10px;
    min-width: 150px;
    /* border: 1px solid #ccc; */
    text-align: center;
    margin-bottom: 10px;
  }

  #side-bar-container .side-bar-group a:hover {
    background-color: rgba(255, 255, 255, .5);
  }

  #side-bar-container .side-bar-group .side-bar-item1Current a {
    color: #fff;
    border-bottom: 3px solid #41B169;
  }

  /* Numbered steps */
  .num-col{
    flex-direction: column;
    gap: 30px;
  }
  .num-img &amp;gt; img{
    width: auto;
    height: auto;
    margin: 0 auto;
    
  }
  .num-content {
    text-align: center;
  }
  .num-content p{
    padding: 0 5px;
    /* font-size: clamp(12px, 2.081vw, 16px) !important; */
    font-size: 12px !important;
  }

  .num-col.texts-right,
  .num-col.texts-left{
      flex-direction: column;
  }

  /* Cards styling */
  .row-1 span.text-block-description {
    bottom: -76px;
  }

  .row-2 span.text-block-description {
    bottom: -51px;
  }

  /* How to play styling */
  #fullContent .how-to-play-section ul.anchor-list a:link, 
  #fullContent .how-to-play-section ul.anchor-list a:visited {
    font-size: 12px;
  }


}

@media (max-width: 426px) {

  .pot-limit-section {
    padding: 20px;
    font-size: 14px;
  }
}</pre></body></html>