@charset "UTF-8";
body.mob-menu-slideout-over {
  padding: 0 !important;
}
body .mobmenu-overlay,
body .mob-menu-slideout,
body .mob-menu-slideout-over,
body .mob-menu-header-holder,
body .mob-menu-slideout-top,
body .mobmenu-right-panel {
  display: none !important;
}

/**
 * General
 */
body {
  margin: 0;
  padding: 0;
  background: #fff !important;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
* {
  box-sizing: border-box;
}
body .container {
  margin: auto;
  max-width: 1200px;
}
body .flex {
  display: flex;
}
body .text-center {
  text-align: center;
}
body h2,
body h3 {
  color: #c88500;
}
body img {
  height: auto;
}
body img.alignright {
  float: right;
  margin-left: 20px;
}
body img.alignleft {
  float: left;
  margin-right: 20px;
}
body .hide {
  display: none !important;
}
body .padding-bottom-100 {
  padding-bottom: 100px;
}

.posts-container {
  background: #000;
  padding-top: 90px;
  padding-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .posts-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.posts-container * {
  box-sizing: border-box;
}
.posts-container .section-header {
  background: transparent;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .posts-container .section-header {
    margin-bottom: 23px;
  }
}
.posts-container .section-header h1 {
  font-size: 44px;
  font-weight: 600;
  color: #f88409;
  text-transform: capitalize;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .posts-container .section-header h1 {
    font-size: 24px;
  }
}
.posts-container .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
.posts-container .col-3 {
  max-width: 33.33333%;
  flex: 0 0 33.33333%;
  padding: 0 12px;
}
@media screen and (max-width: 991px) {
  .posts-container .col-3 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 575px) {
  .posts-container .col-3 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.posts-container .post-thumbnail {
  margin: 0;
  position: relative;
  padding-top: 69%;
  margin-bottom: 17px;
}
.posts-container .post-thumbnail .img-holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.posts-container .post-thumbnail img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
  border-radius: 15px;
}
.posts-container .post-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .posts-container .post-item {
    padding-bottom: 0;
  }
}
.posts-container .post-item h2 {
  font-size: 24px;
  font-weight: 600;
  color: #e8e8e8;
  margin-bottom: 21px;
  margin-top: 0;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .posts-container .post-item h2 {
    font-size: 18px;
  }
}
.posts-container .post-item .btn-holder {
  text-align: center;
}
.posts-container .post-item .btn {
  height: 58px;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 58px;
  border-radius: 5px;
}

.paginate-arrow {
  width: 17px;
  height: 9px;
  display: inline-block;
}
.paginate-arrow.paginate-arrow__left {
  background: url("../img/arrow-left.png") no-repeat center/contain;
}
.paginate-arrow.paginate-arrow__right {
  background: url("../img/arrow-right.png") no-repeat center/contain;
}

.pagination {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 30px 0px;
  background: #000;
}
@media screen and (max-width: 991px) {
  .pagination {
    padding-top: 0;
  }
}
.pagination .page-numbers {
  font-size: 20px;
  font-weight: 700;
  color: #c1c1c1;
  text-decoration: none;
  padding: 0 5px;
}
.pagination .page-numbers.current {
  color: #f88609;
}

.btn {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  min-width: 235px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  border-radius: 10px;
  background: #eec214;
  background-image: linear-gradient(to right, #eec214, #f88409);
  transition: all 0.5s;
}
.btn:hover {
  background-image: linear-gradient(to right, #f88409, #eec214);
}

header {
  height: 60px;
  position: relative;
  z-index: 10;
  background-color: #131b1f;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .container {
  width: 100%;
}
header .flex {
  justify-content: space-between;
  align-items: center;
}
header .flex > div {
  width: 33.333%;
}
header .flex > div.logo img {
  display: inline-block;
  width: 150px;
  height: auto;
  position: relative;
  right: 8px;
}
header .flex > div.jackpot {
  min-width: 300px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-top: 12px;
}
header .flex > div.jackpot .ticket-counter {
  margin: auto;
  width: 293px;
  height: 55px;
  background: url("../img/counter-bg.png") no-repeat;
  font-size: 30px;
  color: #191919;
  font-weight: 900;
  text-align: center;
  position: relative;
  z-index: 10;
}
header .flex > div.jackpot .ticket-counter .progressive-jackpot-ticker {
  position: relative;
  top: 5px;
}

.lang-switch__holder {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.lang-switch__holder.visible-sm {
  display: none;
}

.lang-item img {
  max-width: 30px;
  margin-right: 8px;
  margin-bottom: 0;
}

.lang-switch li {
  margin: 0;
  padding: 5px 10px;
  box-sizing: border-box;
}

.lang-switch li:not(:last-of-type) {
  border-bottom: 1px solid #e8e8e8;
}

.lang-switch li,
.lang-switch li a {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 14px;
  width: 100%;
}

.lang-switch li a {
  padding: 5px 5px;
}

.lang-switch__selected {
  position: relative;
  color: #fff;
  display: flex;
  cursor: pointer;
  margin: 0 10px 0 0;
  align-items: center;
}

.lang-switch__selected img {
  margin-right: 5px;
  min-width: 30px;
  max-width: 30px;
  height: auto;
  margin-bottom: 0;
}

.lang-switch {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  background: #fff;
  min-width: 200px;
  z-index: 9999;
  border-radius: 4px;
  margin-top: 10px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

.current-lang a {
  pointer-events: none;
}

.lang-value {
  color: #fff;
  text-transform: uppercase;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lang-value .lang-item:not(.current-lang) {
  display: none;
}

.lang-value li a {
  color: #fff;
  text-decoration: none;
}

.menu-holder {
  display: flex;
  justify-content: flex-end;
}

.menu-controls {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
.menu-controls .toggle-menu {
  order: 2;
  line-height: 1;
}

.menu .top-menu {
  z-index: 1000;
  position: fixed;
  overflow: auto;
  background-color: #151414;
  transition: all 0.5s;
}
.menu .top-menu.overlay {
  width: 400px;
  height: 100vh;
  top: 0;
  right: -400px;
}
.menu .top-menu.overlay.open-menu {
  right: 0;
}
.menu .top-menu ul {
  margin: 100px 0 0;
  padding: 0;
}
.menu .top-menu ul li {
  padding-left: 35px;
  list-style: none;
  line-height: 2;
  position: relative;
  transition: all 0.5s;
  margin-bottom: 10px;
}
.menu .top-menu ul li.active, .menu .top-menu ul li:hover {
  background-color: #181818;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.5);
  margin-right: 10px;
}
.menu .top-menu ul li.active a, .menu .top-menu ul li:hover a {
  color: #e59543;
}
.menu .top-menu ul li.active:before, .menu .top-menu ul li:hover:before {
  opacity: 1;
}
.menu .top-menu ul li:before {
  opacity: 0;
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  left: 15px;
  top: 13px;
  background-color: #e59543;
  border-radius: 6px;
}
.menu .top-menu a {
  outline: none;
  color: #fff;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 15px;
  text-transform: uppercase;
  color: #bababa;
}
.menu .top-menu .close-menu {
  float: right;
  position: relative;
  right: 20px;
  top: -5px;
  text-transform: none;
  font-size: 12px;
  color: #636363;
}
.menu .top-menu .close-menu .icon-close {
  position: relative;
  right: 0;
  top: 10px;
  font-size: 40px;
}
.menu .toggle-menu {
  font-size: 22px;
  float: right;
}
.menu .toggle-menu img {
  display: inline-block;
  width: 26px;
  height: 22px;
}

@media (max-width: 600px) {
  .menu .top-menu.overlay {
    border-radius: 15px;
    opacity: 0;
    position: fixed;
    left: 0;
    top: -100vh;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s;
  }
  .menu .top-menu.overlay.open-menu {
    top: 0;
    display: block;
    opacity: 1;
  }
}
/**
 * Footer
 */
footer {
  padding-bottom: 25px;
  background-color: #151515;
  text-align: center;
}
footer .logo {
	padding-top: 10px;
	padding-bottom: 2px;
  position: relative;
}
footer .logo img {
  width: 200px;
  height: auto;
  display: inline-block;
}
footer .footer-icons {
  margin: 15px 0 5px;
}
footer .footer-icons img {
  display: inline-block;
  margin: 0 15px;
}
footer .copy {
  color: #919191;
  font-size: 16px;
}


.footer-navigation {
  display: flex;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  justify-content: center;
  align-items: center; 
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0.75rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem; /* row-gap column-gap */
}

.footer-menu > li {
  margin: 0;
  padding: 0;
}

.footer-menu a {
  color: #cfd3d7;               /* light gray on dark footers; change for light themes */
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.5;
  transition: color 160ms ease, opacity 160ms ease;
  opacity: 0.9;
}

.footer-menu a:hover,
.footer-menu a:focus-visible {
  color: #ffffff;
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}



.footer-grid {
	padding-top: 20px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 28px 40px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 980px) {
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-left: 15px;}
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; padding-left: 15px;}
}

/* Column and title */
.footer-col {}

.footer-title {
	text-align: left;
  margin: 0 0 12px 0;
  font-size: 1rem;
  font-weight: 700;
  color: #e7edf5;
  letter-spacing: 0.02em;
  position: relative;
  padding-bottom: 8px;
}

/* Thin underline under headings */
.footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 270px;
  height: 1px;
  background: rgba(255, 255, 255, 0.18);
}

/* Link list (WordPress menu ul) */
.footer-links {
	text-align: left;
  list-style: none;
  margin: 12px 0 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.footer-links li { margin: 0; }

.footer-links a {
  color: #c9d3e0;
  text-decoration: none;
  line-height: 1.6;
  opacity: 0.9;
  transition: color 160ms ease, opacity 160ms ease, text-decoration-color 160ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #ffffff;
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Horizontal rule separator */
.footer-sep {
  max-width: 1200px;
  margin: 28px auto 16px;
  border: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
}

/* Accessibility focus styles */
.footer-links a:focus-visible {
  outline: 2px solid #92c5ff;
  outline-offset: 2px;
  text-decoration: none;
}



.page-template-page-redesign-ont footer {
  padding-top: 50px;
  padding-bottom: 40px;
}
.page-template-page-redesign-ont footer .logo {
  transform: none;
}
.page-template-page-redesign-ont footer .footer-icons {
  display: none;
}

.casino-section {
  padding: 50px 0 70px;
  background-size: cover;
  background-repeat: no-repeat;
}

.full-width-banner {
  margin-bottom: -25px;
  text-align: center;
}
.full-width-banner img {
  max-width: 100%;
  height: auto;
}
.full-width-banner .casino-logo {
  margin-top: -30px;
  position: relative;
  top: 35px;
}
.full-width-banner .banner {
  border-radius: 8px;
}
.full-width-banner .btn {
  position: relative;
  bottom: 75px;
  margin-bottom: -75px;
}

.hero-header {
  position: relative;
  overflow: hidden;
  background-color: #080604;
}
.hero-header .video-bg {
  position: absolute;
  left: 0;
  width: 100vw;
  overflow: hidden;
  height: 740px;
}
.hero-header .video-bg video {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: bottom center;
  max-width: 100%;
  max-height: 100%;
}
.hero-header .hero {
  min-height: 760px;
  background-position: center -50px;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1890px) {
  .hero-header .hero {
    background-size: 100% auto;
  }
}
.hero-header .hero .container {
  padding-top: 170px;
}
@media screen and (min-width: 1890px) {
  .hero-header .hero .container {
    padding-top: 10%;
  }
}
@media screen and (max-width: 760px) {
  .hero-header .hero .container {
    padding-top: 37%;
  }
}
@media screen and (max-width: 600px) {
  .hero-header .hero .container {
    padding-top: 45%;
  }
}
.hero-header .hero .container h1 {
  color: #fccd00;
  background: -webkit-linear-gradient(#fccd00, #9b4900, #faf710);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}
.hero-header .hero .container p span {
  display: block;
  font-weight: bold;
  color: #cfcece;
}

.other-slots .container {
  max-width: 1200px;
  margin: auto;
}
.other-slots .container h2 {
  margin: 75px 0 30px;
  font-size: 30px;
  line-height: 1.2;
}
.other-slots .container .banner-set {
  display: flex;
  margin: 0 -11px;
}
.other-slots .container .banner-set .banner {
  margin: 0 11px -60px;
  text-align: center;
}
.other-slots .container .banner-set .banner img {
  display: inline-block;
  border-radius: 10px;
}
.other-slots .container .banner-set .banner .content {
  position: relative;
  bottom: 110px;
}
.other-slots .container .banner-set .banner .content .name {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
.other-slots .container .banner-set .banner .content .name sup {
  font-size: 8px;
}

/**
 * Text Block
 */
.text .container {
  max-width: 800px;
  color: #cfcece;
}
.text .container h2 {
  margin: 20px 0 28px;
  font-size: 36px;
  line-height: 1.2;
}
.text .container h2.text-center {
  font-size: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.text .container h3 {
  font-size: 24px;
  font-weight: 500;
}

.top-casino {
  padding-bottom: 80px;
  background-color: #080604;
}
.top-casino .container .flex {
  position: relative;
  margin: -230px -8px 0;
}
.top-casino .container .flex .banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 450px;
  color: #000;
  max-width: 390px;
  padding: 260px 20px 20px;
  background-color: #fff;
  width: 33%;
  margin: 0 8px;
  border-radius: 12px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.top-casino .container .flex .banner .banner-img {
  display: none;
}
.top-casino .container .flex .banner.top {
  position: relative;
  bottom: 50px;
  border: 4px solid #ec1e1a;
}
.top-casino .container .flex .banner.top .label {
  position: absolute;
  left: 50%;
  top: -29px;
  margin-left: -178px;
  width: 357px;
  height: 100px;
  background: url("../../assets/img/label-red.png") no-repeat;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0 0 7px black;
  color: #fff;
  line-height: 90px;
}
.top-casino .container .flex .banner h3 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
}
.top-casino .container .flex .banner h3 span {
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.top-casino .container .flex .banner ul {
  text-align: left;
  padding-left: 25px;
}
.top-casino .container .flex .banner ul li {
  line-height: 24px;
}
.top-casino .container .flex .banner .btn {
  height: 78px;
  line-height: 78px;
  font-size: 30px;
  font-weight: bold;
  width: 100%;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}
.top-casino .container .flex .banner .bottom {
  bottom: 20px;
  left: 20px;
  width: 100%;
  overflow: hidden;
}
.top-casino .container .flex .banner .bottom .title,
.top-casino .container .flex .banner .bottom .subtitle {
  display: none;
}
@media screen and (max-width: 991px) {
  .top-casino .container .flex .banner .bottom .title,
.top-casino .container .flex .banner .bottom .subtitle {
    display: block;
  }
}
.top-casino .container .flex .banner .bottom .banking {
  display: none;
}
@media screen and (max-width: 991px) {
  .top-casino .container .flex .banner .bottom .banking {
    display: flex;
  }
}
.top-casino .container .flex .banner .bottom .btn {
  display: none;
}
.top-casino .container .flex .banner .bottom .banking {
  display: flex;
  align-items: center;
  margin: 40px 0 10px;
}
.top-casino .container .flex .banner .bottom .banking span {
  margin-left: 10px;
}
.top-casino .container .flex .banner-body .title,
.top-casino .container .flex .banner-body .subtitle {
  display: block;
}
@media screen and (max-width: 991px) {
  .top-casino .container .flex .banner-body .title,
.top-casino .container .flex .banner-body .subtitle {
    display: none;
  }
}
.top-casino .container .flex .banner-body .banking {
  display: none;
}
.top-casino .container .flex .banner-body .banking + img {
  display: none;
}
@media screen and (min-width: 992px) {
  .top-casino.banner-horizontal__section {
    padding-bottom: 0;
    margin-bottom: -200px;
  }
  .top-casino.banner-horizontal__section + section {
    padding-top: 200px;
  }
}

.top-casino .container .flex .banner.banner-horizontal {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .top-casino .container .flex .banner.banner-horizontal {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
    background-image: none !important;
  }
  .top-casino .container .flex .banner.banner-horizontal * {
    box-sizing: border-box;
  }
  .top-casino .container .flex .banner.banner-horizontal .banner-img {
    width: 33.33333%;
    height: 100%;
    position: absolute;
    left: 0;
    display: block;
  }
  .top-casino .container .flex .banner.banner-horizontal .banner-img .img-holder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .top-casino .container .flex .banner.banner-horizontal .banner-img .img-holder img {
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
    max-height: 100%;
  }
  .top-casino .container .flex .banner.banner-horizontal .banner-body {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 40px 0px 31px -36px rgba(0, 0, 0, 0.2);
  }
  .top-casino .container .flex .banner.banner-horizontal .banner-body ul {
    margin-bottom: 50px;
  }
  .top-casino .container .flex .banner.banner-horizontal .banner-body .btn {
    display: none;
  }
  .top-casino .container .flex .banner.banner-horizontal .banner-body .title,
.top-casino .container .flex .banner.banner-horizontal .banner-body .subtitle {
    display: none;
  }
  .top-casino .container .flex .banner.banner-horizontal .banner-body .banking {
    padding-top: 20px;
    text-align: left;
    display: flex;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 991px) {
  .top-casino .container .flex .banner.banner-horizontal .banner-body .banking {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .top-casino .container .flex .banner.banner-horizontal .banner-body .banking + img {
    max-width: 100%;
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .top-casino .container .flex .banner.banner-horizontal .bottom {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
    width: 100%;
    position: static;
    padding: 0 30px;
  }
  .top-casino .container .flex .banner.banner-horizontal .bottom .btn {
    display: inline-block;
  }
  .top-casino .container .flex .banner.banner-horizontal .bottom .subtitle,
.top-casino .container .flex .banner.banner-horizontal .bottom .title {
    display: block;
  }
  .top-casino .container .flex .banner.banner-horizontal .bottom .banking {
    display: none;
  }
  .top-casino .container .flex .banner.banner-horizontal .bottom .banking + img {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .top-casino .container .flex .banner.banner-horizontal .bottom .subtitle,
.top-casino .container .flex .banner.banner-horizontal .bottom .title {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .top-casino .container .flex .banner.banner-horizontal .bottom .banking {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .top-casino .container .flex .banner.banner-horizontal .banner-body .title,
.top-casino .container .flex .banner.banner-horizontal .banner-body .subtitle {
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  .top-casino .container .flex .banner.banner-horizontal .banner-body .banking {
    display: none;
  }
}

.hero-header--wistia * {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .hero-header--wistia .video-bg {
    height: 100%;
  }
}
.hero-header--wistia .hero.hero {
  text-align: left;
}
@media screen and (max-width: 1250px) {
  .hero-header--wistia .hero.hero {
    min-height: 650px;
  }
}
@media screen and (max-width: 767px) {
  .hero-header--wistia .hero.hero {
    text-align: center;
    min-height: unset;
  }
}
.hero-header--wistia .hero.hero .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .hero-header--wistia .hero.hero .container {
    flex-direction: column;
    padding-bottom: 170px;
  }
}
@media screen and (max-width: 400px) {
  .hero-header--wistia .hero.hero .container.container {
    padding-top: 20px;
  }
}
.hero-header--wistia .hero.hero .container h1 {
  font-size: 52px;
}
@media screen and (max-width: 1250px) {
  .hero-header--wistia .hero.hero .container h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1040px) {
  .hero-header--wistia .hero.hero .container h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 400px) {
  .hero-header--wistia .hero.hero .container h1 {
    font-size: 24px;
  }
}
.hero-header--wistia .hero-content {
  max-width: 48%;
  width: 100%;
  padding: 30px 30px;
  background: #1a1a1a;
  border-radius: 20px;
  border: 10px solid #c9cacb;
  box-shadow: inset 0 0 30px 23px #3b3b3b, 0 0 50px 0 #000;
}
@media screen and (max-width: 767px) {
  .hero-header--wistia .hero-content {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.hero-header--wistia .wistia-video {
  max-width: 50%;
  width: 100%;
  position: relative;
  padding-top: 28%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .hero-header--wistia .wistia-video {
    order: 2;
    max-width: 100%;
    padding-top: 56%;
  }
}
.hero-header--wistia .wistia-video .wistia_embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero-header--wistia .wistia-video .wistia_embed iframe {
  display: block;
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .hero-header--wistia + .top-casino .container .flex {
    margin-top: -120px;
  }
}

.wistia-section {
  padding: 50px 15px;
  background: #080604;
}
.wistia-section .wistia-video__holder {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.wistia-section .wistia-video {
  position: relative;
  padding-top: 56%;
  margin: 0;
}
.wistia-section .wistia-video .wistia_embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wistia-section .wistia-video .wistia_embed iframe {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
}
.wistia-section .btn-holder {
  text-align: center;
}

.faq-section {
  padding-top: 45px;
  padding-bottom: 47px;
  background: url("../../../../uploads/2021/12/faq-bg.jpg") no-repeat center/cover;
}
@media screen and (max-width: 575px) {
  .faq-section {
    padding-top: 30px;
  }
}
.faq-section * {
  box-sizing: border-box;
}
.faq-section .section-header {
  margin-bottom: 23px;
  background: transparent;
  height: auto;
}
@media screen and (max-width: 767px) {
  .faq-section .section-header {
    margin-bottom: 24px;
  }
}
.faq-section .section-header h2 {
  margin-top: 0;
  text-align: center;
  color: #c88500;
  margin-bottom: 0;
  width: 100%;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .faq-section .section-header h2 {
    font-size: 24px;
  }
}

.faq-panel {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 45px;
  border-radius: 15px;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.14);
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .faq-panel {
    padding: 29px 40px 37px;
  }
}
@media screen and (max-width: 767px) {
  .faq-panel {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 16px;
  }
}

.accordion {
  list-style: none;
  padding: 0;
}

.accordion-item:not(:last-of-type) {
  border-bottom: 1px solid #d2d2d2;
}

.accordion-item__inner {
  overflow: hidden;
  display: none;
  padding-bottom: 8px;
}
.accordion-item__inner p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.72;
  color: #000;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .accordion-item__inner p {
    font-size: 14px;
    line-height: 1.71;
  }
}

.accordion-item__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  padding: 30px 0px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  position: relative;
  padding-right: 25px;
}
@media screen and (max-width: 991px) {
  .accordion-item__toggle {
    font-size: 22px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .accordion-item__toggle {
    font-size: 18px;
    line-height: 1.2;
    padding: 14px 0;
    padding-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .accordion-item__toggle {
    font-size: 16px;
  }
}
.accordion-item__toggle:focus {
  outline: none;
}
.accordion-item__toggle.active .accordion-item__icon {
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.accordion-item__toggle.active .accordion-item__icon:after {
  opacity: 0;
}

.accordion-item__icon {
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .accordion-item__icon {
    width: 15px;
    height: 15px;
  }
}
.accordion-item__icon:after, .accordion-item__icon:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ff502e;
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.accordion-item__icon:before {
  width: 100%;
  height: 4px;
}
@media screen and (max-width: 991px) {
  .accordion-item__icon:before {
    height: 3px;
  }
}
.accordion-item__icon:after {
  height: 100%;
  width: 4px;
}
@media screen and (max-width: 991px) {
  .accordion-item__icon:after {
    width: 3px;
  }
}

@media (max-width: 1250px) {
  body .container {
    padding: 0 20px;
  }

  .top-casino .container .flex {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .top-casino .container .flex .banner {
    width: 350px;
    margin: 0 auto 20px;
  }
  .top-casino .container .flex .banner.top {
    order: 1;
    bottom: 0;
  }

  .other-slots .container .banner-set {
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 700px;
  }
  .other-slots .container .banner-set .banner {
    margin-bottom: -30px;
  }
}
@media (max-width: 760px) {
  body .show-medium {
    display: block !important;
  }
  body .hide-medium {
    display: none !important;
  }
  body .hero {
    background-size: cover;
  }
  body figure {
    text-align: center;
  }
  body figure.alignright img, body figure.alignleft img {
    margin: 20px auto;
    float: none;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 14px;
  }
  body img {
    max-width: 100%;
  }
  body .casino-section {
    padding: 35px 0;
  }
  body .show-small {
    display: block !important;
  }
  body .hide-small {
    display: none !important;
  }
  body .hero-header .hero .container h1 {
    font-size: 30px;
  }
  body .hero-header .hero .container p span {
    font-weight: normal;
    color: #fff;
  }
  body .full-width-banner {
    margin-top: 30px;
  }
  body .top-casino {
    padding-bottom: 50px;
  }
  body .top-casino .container .flex .banner {
    width: calc(100% - 50px);
    font-size: 14px;
  }
  body .top-casino .container .flex .banner .subtitle {
    font-size: 18px;
    font-weight: 600;
  }
  body .top-casino .container .flex .banner.top .label {
    margin-left: -150px;
    width: 300px;
    background-size: contain;
    height: 84px;
    font-size: 16px;
    line-height: 80px;
    top: -25px;
  }
  body .top-casino .container .flex .banner .banking {
    font-weight: 600;
  }

  .text .container h2 {
    font-size: 24px;
  }
  .text .container h3 {
    font-size: 18px;
  }
  .text .container p img {
    margin-bottom: 30px;
  }

  .full-width-banner .casino-logo {
    display: block;
    margin: auto;
  }

  .other-slots .container h2 {
    font-size: 24px;
    margin-top: 60px;
  }
  .other-slots .container .banner-set .banner {
    margin: 0 0 -30px;
  }

  footer .footer-icons {
    margin: 0 0 60px;
  }
  footer .footer-icons img {
    display: block;
    margin: 15px auto;
  }
}
@media (max-width: 600px) {
  body .hero-header .hero .container h1 {
    margin-bottom: 10px;
  }
  body .hero-header .hero .container p,
body .hero-header .hero .container span {
    display: inline;
  }
  body .top-casino .container .flex .banner {
    padding-top: 300px;
  }
  body .top-casino .container .flex .banner h3 {
    font-size: 38px;
  }
  body .top-casino .container .flex .banner .btn {
    font-size: 24px;
    height: 70px;
    line-height: 70px;
  }
}
@media (max-width: 400px) {
  body .hero-header .hero {
    min-height: 600px;
  }
  body .top-casino .container .flex {
    margin-top: -240px;
  }
  body .top-casino .container .flex .banner {
    padding-top: 230px;
  }
  body .top-casino .container .flex .banner.top {
    padding-top: 200px;
  }
}
@media (max-width: 350px) {
  body .top-casino .container .flex .banner {
    padding-top: 200px;
  }
}
.casinos-section {
  padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .casinos-section {
    padding-bottom: 5px;
  }
}
.casinos-section .section-header {
  text-align: center;
  margin-bottom: 25px;
  background-color: transparent;
  text-align: center;
  display: inline;
  z-index: 1;
}
.casino {
  display: flex;
  border-radius: 10px;
  border: solid 1px #ededed;
  background: #ededed;
  box-shadow: 0 3px 0 0 #d0d0d0;
}
@media screen and (max-width: 991px) {
  .casino {
    max-width: 354px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
}
.casino:first-of-type {
  border: solid 2px #eec214;
  box-shadow: 0 3px 0 0 #d0d0d0, 0 0 28px 0px #eec214;
}
.casino:not(:last-of-type) {
  margin-bottom: 36px;
}
@media screen and (max-width: 991px) {
  .casino:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.casino .col-logo,
.casino .col-text {
  max-width: 29%;
  flex: 0 0 29%;
}
@media screen and (max-width: 991px) {
  .casino .col-logo,
.casino .col-text {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.casino .col-logo {
  text-align: center;
  padding: 20px 24px 15px;
  position: relative;
}
.casino .col-logo .ribbon {
  position: absolute;
  top: -6px;
  left: -6px;
  max-width: 111px;
  width: 100%;
}
.casino .col-logo .casino-logo__holder {
  height: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .casino .col-logo .casino-logo__holder {
    height: 77px;
  }
}
.casino .col-logo .casino-logo__holder img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
}
.casino .col-logo h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #000;
  margin-bottom: 7px;
}
.casino .col-logo .stars-holder {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .casino .col-logo .stars-holder {
    margin-bottom: 17px;
  }
}
.casino .col-logo .stars-holder i {
  color: #fd9500;
  margin: 0 1px;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .casino .col-logo .btn-holder {
    display: none;
  }
}
.casino .col-text {
  background: #fff;
  max-width: 42%;
  flex: 0 0 30%;
  padding: 15px 42px 15px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .casino .col-text {
    max-width: 100%;
    flex: 0 0 100%;
    border-radius: 0 0 10px 10px;
    padding: 35px 23px 31px 26px;
  }
}
.casino .col-text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.casino .col-text ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  color: #000;
  margin-bottom: 8px;
  padding-left: 34px;
  position: relative;
}
.casino .col-text ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #14a035;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #14a035;
  font-family: "icomoon";
  font-size: 10px;
}
.casino .col-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  color: #000;
}
.casino .col-text p:not(:last-of-type) {
  margin-bottom: 8px;
}
.casino .col-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .casino .col-link {
    display: none;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
.casino .col-logo .casino-logo__holder img {
    max-width: 200px;
  }
}
.wysiwyg-section {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .wysiwyg-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1299px) {
  .wysiwyg-section .container {
    max-width: 825px;
  }
}
.wysiwyg-section h2,
.wysiwyg-section h3 {
  color: #000;
}
.wysiwyg-section ul li,
.wysiwyg-section p {
  font-size: 18px;
  line-height: 1.56;
  color: #000;
}
@media screen and (max-width: 991px) {
  .wysiwyg-section ul li,
.wysiwyg-section p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .wysiwyg-section ul li,
.wysiwyg-section p {
    font-size: 13px;
    line-height: 1.38;
  }
}
.wysiwyg-section ul {
  margin-bottom: 28px;
}
.wysiwyg-section p {
  margin-bottom: 28px;
}

.intro-section {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .intro-section {
    padding-top: 22px;
    padding-bottom: 3px;
  }
}
.intro-section:not(:first-of-type) {
  text-align: left;
}
@media screen and (min-width: 992px) {
  .intro-section:not(:first-of-type) {
    padding: 0;
  }
}
.intro-section h2,
.intro-section h1 {
  color: #000;
  margin-bottom: 23px;
}
@media screen and (max-width: 991px) {
  .intro-section h2,
.intro-section h1 {
    margin-bottom: 15px;
    padding: 0 10px;
  }
}
.intro-section p {
  color: #000;
}
@media screen and (max-width: 991px) {
  .intro-section p br {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
