.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 1220px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.hero-content-wrapper {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.text-h1 {
  color: #fff;
  text-align: center;
  font-family: Orbitron, sans-serif;
  font-size: 62px;
  font-weight: 800;
  line-height: 62px;
}

.top-casino-single-games-text-p {
  color: #000;
  text-align: left;
  width: 80%;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.start-game-btn {
  color: #ff3131;
  background-color: gold;
  border: 1px solid gold;
  border-radius: 8px;
  padding: 14px 24px;
  font-family: Rubik, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.start-game-btn:hover {
  color: #fff;
  background-color: #ff3131;
  border-color: #ff3131;
}

.hero-col-1 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 80%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.explore-game-btn-greyhound {
  color: #fff;
  background-color: #ff3131;
  border: 1px solid #ff3131;
  border-radius: 8px;
  padding: 14px 24px;
  font-family: Rubik, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.explore-game-btn-greyhound:hover {
  color: #000;
  background-color: gold;
  border-color: gold;
}

.hero-col-2 {
  text-align: center;
  border-radius: 8px;
  width: 100%;
}

.image {
  border-radius: 8px;
  width: 100%;
}

.hero-section {
  text-align: center;
  background-image: linear-gradient(#0009, #0009), url('../images/close-up-poker-player-s-hands_23-2151831167.avif');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.body {
  background-color: #dbe4fe;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.top-casino-games {
  background-image: linear-gradient(#00000080, #00000080), url('../images/2438169_11892-min.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 15px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.top-casino-games-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-casino-games-col-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #f6f5f8;
  background-clip: border-box;
  border: 2px solid #f6f5f8;
  border-radius: 15px;
  outline: 3px #333;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
  box-shadow: 0 0 25px -10px #0006;
}

.top-casino-games-text-h1 {
  color: #ff3131;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Orbitron, sans-serif;
  font-size: 62px;
  font-weight: 800;
  line-height: 62px;
}

.top-casino-single-games-text-h1 {
  color: #000;
  text-align: left;
  font-family: Orbitron, sans-serif;
  font-size: 62px;
  font-weight: 800;
  line-height: 62px;
}

.div-block-2 {
  width: 50%;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.image-2 {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.top-casino-games-col-1-copy, .top-casino-games-col-3, .top-casino-games-col-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f6f5f8;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
}

.responsible-gaming {
  z-index: 99;
  overflow-wrap: normal;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: static;
}

.explore-games-col-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  border-radius: 8px;
  width: 14%;
  max-width: none;
}

.explore-games-container {
  z-index: 1;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.div-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-text-p-copy {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.benefits-section-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.benefits-section-col-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.benefits-section-col-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading {
  color: #fff;
  font-family: Open Sans, sans-serif;
}

.benefits-card-4 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(#000c, #000c), url('../images/6849062_3440059.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 2px solid #f6f5f8;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  padding: 75px;
  display: flex;
  box-shadow: 0 0 25px -10px #0003;
}

.benefits-section-p {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.benefits-card-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(#000c, #000c), url('../images/13638623_5270007.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 1500px;
  border: 2px solid #f6f5f8;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  padding: 75px;
  display: flex;
  box-shadow: 0 0 25px -10px #0003;
}

.benefits-card-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(#000c, #000c), url('../images/13156485_5167380.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, 1500px;
  border: 2px solid #f6f5f8;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  padding: 75px;
  display: flex;
  box-shadow: 0 0 25px -10px #0003;
}

.benefits-card-1 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(#000c, #000c), url('../images/6929486_3451399.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 2px solid #f6f5f8;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  padding: 75px;
  display: flex;
  box-shadow: 0 0 25px -10px #0003;
}

.container-copy {
  width: 1220px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.cta-section {
  text-align: center;
  background-color: #fff;
  border: 2px solid #00000026;
  border-radius: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
  box-shadow: 0 0 25px -10px #0003;
}

.image-4 {
  border-radius: 15px;
  width: 80%;
  max-width: none;
}

.cta-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-col-1 {
  background-color: gold;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 35%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cta-col-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 85px;
  display: flex;
}

.top-casino-single-games-text-p-copy {
  color: #000;
  text-align: center;
  width: 50%;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.cta-btn {
  color: #fff;
  background-color: #ff3131;
  border: 1px solid #ff3131;
  border-radius: 8px;
  padding: 14px 24px;
  font-family: Rubik, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.cta-btn:hover {
  color: #000;
  background-color: gold;
  border-color: gold;
}

.cta-container {
  border: 0 solid #000000b3;
  border-radius: 0;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.cta-section-copy {
  text-align: center;
  border-radius: 15px;
  height: auto;
  margin-top: 220px;
  margin-bottom: 0;
}

.image-5 {
  border-top-left-radius: 0;
}

.cta-p {
  color: #000;
  text-align: left;
  width: 80%;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.container-2.container {
  width: auto;
  max-width: 1220px;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  border-radius: 15px;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.testimonial {
  padding-top: 60px;
}

.slide {
  border-radius: 0;
}

.header {
  background-color: #fff;
  border-radius: 15px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  justify-content: center;
  align-items: center;
  width: 1220px;
  max-width: 1220px;
  margin-bottom: 0;
  padding: 20px 0;
  display: flex;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Orbitron, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-family: Orbitron, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.image-6 {
  max-width: 45%;
}

.div-block-5 {
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  display: flex;
}

.div-block-6 {
  width: 100%;
}

.div-block-7 {
  width: 75%;
}

.header-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
  width: 100%;
}

.nav_menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  flex-flow: row;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  white-space: nowrap;
  word-break: keep-all;
  color: color-mix(in srgb, currentColor 75%, transparent);
  border-radius: 100rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .5em .75em;
  text-decoration: none;
  display: flex;
}

.nav_link:hover {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  color: inherit;
}

.nav_link.w--current, .nav_link.w--open {
  background-color: #0000;
}

.nav_link.on-accent-primary {
  background-color: inherit;
  color: color-mix(in srgb, currentColor 75%, transparent);
}

.nav_link.on-accent-primary:hover {
  background-color: color-mix(in srgb, currentColor 15%, transparent);
}

.nav_link.on-accent-primary.w--current {
  background-color: color-mix(in srgb, currentColor 30%, transparent);
}

.text-block-3 {
  color: #000;
  font-family: Orbitron, sans-serif;
}

.nav_center {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  justify-content: flex-end;
  align-items: center;
  padding-left: .25rem;
  padding-right: .25rem;
  font-weight: 700;
  display: flex;
  position: static;
}

.nav_container {
  background-color: #ffaa80;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 1rem;
  display: flex;
}

.nav_menu {
  background-color: #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.icon {
  color: #000;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.icon.on-accent-primary {
  -webkit-text-stroke-color: black;
  color: #000;
  border: 1px solid #000;
}

.nav_mobile-menu-button {
  color: inherit;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

.nav_mobile-menu-button:hover {
  color: inherit;
}

.nav_mobile-menu-button.w--open {
  z-index: 2;
  background-color: #0000;
}

.nav_mobile-menu-button.w--open:hover {
  color: #f4fe8b99;
}

.section-3 {
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav_left {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-2 {
  -webkit-text-stroke-color: black;
  color: #000;
  font-family: Orbitron, sans-serif;
}

.nav_logo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: inherit;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  text-decoration: none;
  display: flex;
}

.nav_logo:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.text-block-8 {
  font-family: Open Sans, sans-serif;
  font-size: 1.02rem;
}

.nav {
  z-index: 99;
  color: #000;
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.nav.is-accent-primary {
  color: #fff;
  background-color: #ffaa80;
  flex-flow: column;
}

.nav_menu-list-item {
  color: #fff;
  margin-bottom: 0;
  display: flex;
}

.paragraph_large {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.paragraph_large.margin-bottom_none {
  color: #000;
  margin-bottom: 0;
  font-family: Orbitron, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: .9em;
}

.main-container {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 2fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-8 {
  text-align: left;
  background-color: #0000;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 1254px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 1rem;
  display: flex;
}

.image-13 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 150px;
}

.heading-10 {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 1.5rem;
}

.image-14 {
  object-fit: contain;
  width: 150px;
}

.footer {
  color: #000;
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.footer.is-inverse {
  color: #fff;
  background-color: #000;
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.logo {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  height: 2.5rem;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.text-color_secondary {
  color: #fff;
  text-transform: capitalize;
  margin-top: 20px;
  font-family: Rubik, sans-serif;
}

.div-block-12 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  justify-content: center;
  width: 100%;
  display: flex;
}

.nav_logo-icon {
  aspect-ratio: 1;
  flex: none;
  height: 100%;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.divider {
  -webkit-text-stroke-width: 0px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: color-mix(in srgb, currentColor 15%, transparent);
  align-self: stretch;
}

.divider.margin-bottom_small.margin-top_small {
  color: #fff;
}

.paragraph_xlarge {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1.5rem;
  line-height: 1.6em;
}

.paragraph_xlarge.margin-bottom_none.text_all-caps {
  pointer-events: auto;
  text-transform: capitalize;
  color: #fff;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
}

.footer_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-13 {
  padding-left: 20px;
  padding-right: 20px;
}

.body-2, .body-3, .body-4 {
  background-color: #dbe4fe;
}

.heading-11 {
  font-family: Orbitron, sans-serif;
}

.cookies-policy-container {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.paragraph {
  font-family: Rubik, sans-serif;
  font-size: 18px;
}

.section-4 {
  padding-top: 20px;
  padding-bottom: 0;
}

.body-5, .body-6 {
  background-color: #dbe4fe;
}

.modal {
  z-index: 999;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.modal-bg {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #00000026;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.modal-container {
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50rem;
  height: auto;
  padding: 20px;
  display: flex;
  position: absolute;
}

.link-block-3 {
  color: #000;
  text-decoration: none;
}

.close-text {
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  position: absolute;
  inset: 1rem 1rem auto auto;
  transform: rotate(45deg);
}

.modal-greyhound {
  z-index: 999;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #00000026;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg-2 {
  width: 9%;
  height: 15%;
}

.modal-container-2 {
  background-color: #fff;
  width: 100%;
  max-width: 50rem;
  padding: 40px;
  position: absolute;
}

.link-block {
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
}

.text-block-7 {
  color: #000;
}

.text-block-7.close-text {
  font-size: 3rem;
  transform: rotate(45deg);
}

.div-block-15 {
  z-index: 999;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #00000026;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg-3 {
  width: 9%;
  height: 15%;
}

.modal-container-3 {
  background-color: #fff;
  width: 100%;
  max-width: 50rem;
  padding: 40px;
  position: absolute;
}

.link-block-4 {
  text-decoration: none;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.text-block-9 {
  color: #000;
}

.text-block-9.close-text {
  font-size: 2rem;
  transform: rotate(45deg);
}

.modal-dragon-casino, .modal-dragon-casino-22 {
  z-index: 999;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #00000026;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.explore-game-btn-dragon-casino {
  color: #fff;
  background-color: #ff3131;
  border: 1px solid #ff3131;
  border-radius: 8px;
  padding: 14px 24px;
  font-family: Rubik, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.explore-game-btn-dragon-casino:hover {
  color: #000;
  background-color: gold;
  border-color: gold;
}

.modal-casino-roulette {
  z-index: 999;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #00000026;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.explore-game-btn-casino-roulette {
  color: #fff;
  background-color: #ff3131;
  border: 1px solid #ff3131;
  border-radius: 8px;
  padding: 14px 24px;
  font-family: Rubik, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.explore-game-btn-casino-roulette:hover {
  color: #000;
  background-color: gold;
  border-color: gold;
}

.explore-game-btn-soccer-plinko {
  color: #fff;
  background-color: #ff3131;
  border: 1px solid #ff3131;
  border-radius: 8px;
  padding: 14px 24px;
  font-family: Rubik, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.explore-game-btn-soccer-plinko:hover {
  color: #000;
  background-color: gold;
  border-color: gold;
}

.modal-soccer-plinko, .modal-gragoncasino {
  z-index: 999;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #00000026;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.link-block-dragon-casino {
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
}

.modal-dragoncasino {
  z-index: 999;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #00000026;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.link-block-dragoncasino {
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
}

.modal-casinoroulette {
  z-index: 999;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #00000026;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.link-block-casinoroulette {
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
}

.modal-soccerplinko {
  z-index: 999;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #00000026;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100vw;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.link-block-soccerplinko {
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
}

.banner-responsible-gaming {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.responsible-gaming-banner-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.col-2 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.responsible-gaming-text-h1 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Orbitron, sans-serif;
  font-size: 66px;
  font-weight: 800;
  line-height: 68px;
}

.responsible-gaming-text-p {
  color: #000;
  text-align: left;
  width: 70%;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.image-15 {
  border-radius: 15px;
  max-width: none;
}

.image-16, .image-17 {
  width: 100%;
  max-width: none;
}

.div-block-16 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-top: 40px;
  padding: 15px 20px;
  display: flex;
}

.link-block-5, .link-block-6 {
  width: 50%;
}

.responsible-gaming-btn {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 0;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container {
    width: 760px;
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .text-h1 {
    font-size: 52px;
    line-height: 52px;
  }

  .top-casino-single-games-text-p {
    width: 80%;
  }

  .top-casino-games {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .top-casino-games-wrapper {
    width: 85%;
  }

  .top-casino-games-col-1 {
    flex-flow: column;
    padding: 20px;
  }

  .top-casino-games-text-h1 {
    font-size: 52px;
    line-height: 52px;
  }

  .top-casino-single-games-text-h1 {
    font-size: 48px;
    line-height: 52px;
  }

  .div-block-2 {
    width: 100%;
  }

  .div-block-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
  }

  .top-casino-games-col-1-copy, .top-casino-games-col-3, .top-casino-games-col-4 {
    flex-flow: column;
    padding: 20px;
  }

  .explore-games-container {
    width: 760px;
    max-width: 728px;
  }

  .hero-text-p-copy {
    width: 80%;
  }

  .benefits-card-4 {
    width: 100%;
  }

  .benefits-section-p {
    width: 80%;
  }

  .benefits-card-2, .benefits-card-3, .benefits-card-1 {
    width: 100%;
  }

  .container-copy {
    justify-content: center;
    align-items: center;
    width: 760px;
    max-width: 728px;
    display: flex;
  }

  .cta-col-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-col-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 30px;
  }

  .top-casino-single-games-text-p-copy {
    width: 80%;
  }

  .cta-btn {
    margin-bottom: 0;
    font-size: 18px;
  }

  .cta-container {
    width: 760px;
    max-width: 728px;
  }

  .cta-h1 {
    font-size: 34px;
  }

  .cta-p {
    width: 80%;
    font-size: 16px;
  }

  .container-2 {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .line-3 {
    color: #000;
  }

  .nav_menu-list {
    flex-flow: column;
  }

  .nav_link {
    justify-content: space-between;
    align-items: center;
    font-size: 1.13rem;
  }

  .nav_link:hover {
    color: #000;
    background-color: color-mix(in srgb, currentColor 0%, transparent);
  }

  .nav_link.w--current:hover, .nav_link.w--open {
    background-color: #0000;
  }

  .nav_menu {
    color: #fff;
    background-color: #ffaa80;
    border-radius: 0;
    height: auto;
    max-height: calc(100dvh - 10rem);
    padding: 1rem;
    position: absolute;
    top: 100%;
    overflow: auto;
    box-shadow: 0 4px 8px #0000001a;
  }

  .nav_mobile-menu-button {
    color: inherit;
    background-color: #0000;
    align-self: center;
  }

  .nav_mobile-menu-button.w--open {
    color: #f4fe8b;
    background-color: #0000;
  }

  .nav_mobile-menu-button.w--open:hover {
    color: #000;
  }

  .svg {
    color: #000;
    border: 1px solid #0000;
  }

  .nav {
    height: auto;
  }

  .nav_menu-list-item {
    flex-flow: column;
    margin-bottom: 0;
  }

  .paragraph_large {
    font-size: 1.13rem;
  }

  .grid {
    justify-content: center;
  }

  .container-8 {
    justify-content: center;
    display: block;
  }

  .heading-10 {
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
  }

  .footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .logo {
    justify-content: center;
    margin-bottom: 40px;
  }

  .text-color_secondary {
    text-align: center;
    width: 100%;
    margin-top: 40px;
  }

  .link-block-2 {
    color: #fff;
    text-decoration: none;
  }

  .paragraph_xlarge {
    font-size: 1.4rem;
  }

  .div-block-10 {
    width: 100%;
  }

  .footer_bottom {
    justify-content: center;
  }

  .text-block-7.close-text, .text-block-9.close-text {
    font-size: 2.52rem;
  }

  .responsible-gaming-banner-wrapper {
    flex-flow: column;
  }

  .container-9 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .col-1 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 40px;
    display: flex;
  }

  .col-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .responsible-gaming-text-h1 {
    text-align: center;
    font-size: 52px;
    line-height: 52px;
  }

  .responsible-gaming-text-p {
    text-align: center;
    width: 80%;
  }

  .div-block-16 {
    width: 50%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-center {
    padding: 60px 15px;
  }

  .container {
    width: 520px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .text-h1 {
    font-size: 42px;
    line-height: 45px;
  }

  .top-casino-single-games-text-p {
    text-align: center;
  }

  .start-game-btn, .explore-game-btn-greyhound {
    font-size: 18px;
  }

  .top-casino-games-text-h1 {
    font-size: 42px;
    line-height: 45px;
  }

  .top-casino-single-games-text-h1 {
    text-align: center;
    font-size: 42px;
    line-height: 45px;
  }

  .div-block-3 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .explore-games-container {
    width: 520px;
  }

  .hero-text-p-copy {
    text-align: center;
  }

  .benefits-card-4 {
    padding: 50px;
  }

  .benefits-section-p {
    text-align: center;
  }

  .benefits-card-2, .benefits-card-3, .benefits-card-1 {
    padding: 50px;
  }

  .container-copy {
    width: 520px;
  }

  .cta-wrapper {
    flex-flow: column;
  }

  .cta-col-1 {
    border-radius: 15px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-col-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .top-casino-single-games-text-p-copy {
    text-align: center;
  }

  .cta-btn {
    font-size: 18px;
  }

  .cta-container {
    width: 520px;
  }

  .cta-p {
    text-align: center;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .paragraph_large {
    font-size: 1.1rem;
  }

  .paragraph_xlarge {
    font-size: 1.3rem;
  }

  .footer_bottom {
    text-align: center;
    flex-flow: column;
  }

  .explore-game-btn-dragon-casino, .explore-game-btn-casino-roulette, .explore-game-btn-soccer-plinko {
    font-size: 18px;
  }

  .responsible-gaming-banner-wrapper {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .col-1 {
    padding-bottom: 0;
  }

  .responsible-gaming-text-h1 {
    font-size: 36px;
    line-height: 45px;
  }

  .responsible-gaming-text-p {
    text-align: center;
  }

  .div-block-16 {
    width: 80%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 300px;
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .text-h1 {
    font-size: 28px;
    line-height: 32px;
  }

  .top-casino-single-games-text-p {
    width: 90%;
    font-size: 16px;
  }

  .hero-col-1 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    width: 90%;
  }

  .div-block {
    flex-flow: column;
  }

  .hero-section {
    height: 60vh;
  }

  .body {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-casino-games {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .top-casino-games-text-h1 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 32px;
  }

  .top-casino-single-games-text-h1 {
    text-align: center;
    margin-top: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .responsible-gaming {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .explore-games-container {
    width: 300px;
    max-width: none;
  }

  .hero-text-p-copy {
    width: 90%;
    font-size: 16px;
  }

  .benefits-section-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading {
    font-size: 28px;
  }

  .benefits-card-4 {
    padding: 10px;
  }

  .benefits-section-p {
    width: 90%;
    font-size: 16px;
  }

  .benefits-card-2, .benefits-card-3, .benefits-card-1 {
    padding: 10px;
  }

  .bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
    font-size: 28px;
  }

  .container-copy {
    width: auto;
    max-width: none;
  }

  .cta-section {
    margin-top: 40px;
  }

  .top-casino-single-games-text-p-copy {
    width: 90%;
    font-size: 16px;
  }

  .cta-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .cta-container {
    width: auto;
    max-width: none;
  }

  .cta-p {
    width: 90%;
    font-size: 16px;
  }

  .container-2 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .testimonial {
    padding-top: 40px;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .line-3 {
    color: #000;
  }

  .container-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav_mobile-menu-button.w--open {
    color: inherit;
  }

  .section-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .svg {
    -webkit-text-stroke-color: #000;
    color: #000;
  }

  .nav.is-accent-primary {
    border-radius: 15px;
  }

  .paragraph_large {
    font-size: 1.1rem;
  }

  .main-container {
    padding-left: 0;
    padding-right: 0;
  }

  .container-8 {
    padding-top: 40px;
  }

  .heading-10 {
    margin-top: 0;
  }

  .logo {
    color: inherit;
  }

  .text-color_secondary {
    text-align: center;
  }

  .div-block-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .link-block-2 {
    line-height: 14px;
  }

  .paragraph_xlarge {
    font-size: 1.2rem;
  }

  .footer_bottom {
    text-align: center;
    align-items: flex-start;
  }

  .container-9 {
    max-width: none;
  }

  .col-2 {
    width: 90%;
  }

  .responsible-gaming-text-h1 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .responsible-gaming-text-p {
    width: 90%;
    font-size: 16px;
  }

  .image-15 {
    width: 100%;
  }

  .div-block-16 {
    width: 90%;
  }

  .responsible-gaming-btn {
    flex-flow: column;
  }
}

#w-node-_447b0386-1e02-51a7-4a70-8e69830f82ee-89bb09b6.w-node-b08b43ba-4cc0-6804-e4f5-5da609f5708d-915dc92f {
  justify-self: end;
}

#w-node-b08b43ba-4cc0-6804-e4f5-5da609f570a7-915dc92f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_447b0386-1e02-51a7-4a70-8e69830f82ee-89bb09b6.w-node-c34e1d58-29a8-6498-de17-cc0a4769f095-99e724a7 {
  justify-self: end;
}

#w-node-c34e1d58-29a8-6498-de17-cc0a4769f0af-99e724a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_447b0386-1e02-51a7-4a70-8e69830f82ee-89bb09b6.w-node-_229b2afe-5abc-d81c-85ba-7175e3693d93-bbd3323d {
  justify-self: end;
}

#w-node-_229b2afe-5abc-d81c-85ba-7175e3693dad-bbd3323d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_447b0386-1e02-51a7-4a70-8e69830f82ee-89bb09b6.w-node-_84064874-19a6-2123-6c9a-4f1cefe85f21-16db301c {
  justify-self: end;
}

#w-node-_84064874-19a6-2123-6c9a-4f1cefe85f3b-16db301c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_447b0386-1e02-51a7-4a70-8e69830f82ee-89bb09b6.w-node-_4742a838-4e7a-0dbb-2c46-1916dae656dc-5bab875c {
  justify-self: end;
}

#w-node-_4742a838-4e7a-0dbb-2c46-1916dae656f6-5bab875c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_447b0386-1e02-51a7-4a70-8e69830f82ee-89bb09b6.w-node-ac4e5913-981a-7cd8-3b96-58c53202212c-70889692 {
  justify-self: end;
}

#w-node-ac4e5913-981a-7cd8-3b96-58c532022146-70889692 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_447b0386-1e02-51a7-4a70-8e69830f82ee-89bb09b6.w-node-b08b43ba-4cc0-6804-e4f5-5da609f5708d-915dc92f, #w-node-_447b0386-1e02-51a7-4a70-8e69830f82ee-89bb09b6.w-node-c34e1d58-29a8-6498-de17-cc0a4769f095-99e724a7, #w-node-_447b0386-1e02-51a7-4a70-8e69830f82ee-89bb09b6.w-node-_229b2afe-5abc-d81c-85ba-7175e3693d93-bbd3323d, #w-node-_447b0386-1e02-51a7-4a70-8e69830f82ee-89bb09b6.w-node-_84064874-19a6-2123-6c9a-4f1cefe85f21-16db301c, #w-node-_447b0386-1e02-51a7-4a70-8e69830f82ee-89bb09b6.w-node-_4742a838-4e7a-0dbb-2c46-1916dae656dc-5bab875c, #w-node-_447b0386-1e02-51a7-4a70-8e69830f82ee-89bb09b6.w-node-ac4e5913-981a-7cd8-3b96-58c53202212c-70889692 {
    justify-self: start;
  }
}


