:root {
  --dark-purple: #13001a;
  --mint-green: #edfff0;
}

.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;
}

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

@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 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1220px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.featured-games-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.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;
}

.home-content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.text-h1 {
  color: #ff3131;
  text-align: center;
  font-family: Luckiest Guy;
  font-size: 62px;
  font-weight: 800;
  line-height: 62px;
}

.top-casino-single-games-text-p {
  color: #222831;
  text-align: justify;
  text-transform: capitalize;
  width: auto;
  margin-bottom: 0;
  font-family: Nunito Sans;
  font-size: 16px;
  font-weight: 400;
}

.start-game-btn {
  color: #ff3131;
  background-color: gold;
  border: 1px solid gold;
  border-radius: 8px;
  padding: 14px 24px;
  font-family: Rubik;
  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;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  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;
}

.single-game-play-btn {
  color: var(--dark-purple);
  text-align: center;
  text-transform: capitalize;
  background-color: #e1dbff;
  border: 0 solid #0f4048;
  border-radius: 100px;
  padding: 10px 40px;
  font-family: Varela Round, sans-serif;
  font-size: 24px;
  font-weight: 400;
  box-shadow: 0 2px 5px #0003;
}

.single-game-play-btn:hover {
  color: #000;
  background-color: #aca1e2;
  border-color: gold;
  box-shadow: 0 0 25px -5px #0f404880;
}

.single-game-play-btn.play-now-btn {
  color: #000;
  background-color: #77bef0;
}

.single-game-play-btn.play-now-btn:hover {
  background-color: var(--mint-green);
  color: #13001a;
}

.hero-col-2 {
  text-align: center;
  background-color: #0000;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.hero-section {
  text-align: center;
  background-color: #aca1e2;
  background-image: linear-gradient(#000c, #000c), url('/public/images/d21092r5299-gc-big-bite-official-game-bg-1440x900.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 100px 0;
  display: flex;
}

.hero-section.about-section {
  background-image: linear-gradient(#000000b3, #000000b3), url('/public/images/2151032868.jpg');
  justify-content: center;
  align-items: flex-end;
}

.hero-section.responsible-gaming-banner {
  background-image: linear-gradient(#000c, #000c), url('/public/images/2304.w032.n002.977B.p15.977-min.jpg');
}

.hero-section.herpp {
  background-image: linear-gradient(#0000, #0000), url('/public/images/photo-1689443111384-1cf214df988a.jpeg');
}

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

.featured-games {
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

.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: 0px;
  grid-row-gap: 0px;
  outline-offset: 0px;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #2e8b57;
  background-clip: border-box;
  border: 0 solid #f6f5f800;
  border-radius: 15px;
  outline: 3px #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  box-shadow: 0 0 25px -10px #0006;
}

.top-casino-games-text-h1 {
  color: #222831;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Luckiest Guy;
  font-size: 62px;
  font-weight: 800;
  line-height: 62px;
}

.top-casino-single-games-text-h1 {
  color: #222831;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Baloo 2";
  font-size: 22px;
  font-weight: 800;
  line-height: 22px;
}

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

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-2 {
  border: 0 solid #0000;
  border-radius: 15px 15px 0 0;
  width: 100%;
  max-width: none;
  height: 350px;
}

.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;
}

.about-section {
  z-index: 99;
  overflow-wrap: normal;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  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: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.about-section-col-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  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('/public/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;
  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('/public/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('/public/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('/public/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;
}

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

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

.cta-wrapper {
  background-color: #aca1e2;
  border-radius: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  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;
  border: 1px solid #edfff0;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.top-casino-single-games-text-p-copy {
  color: #222831;
  text-align: right;
  width: 80%;
  margin-bottom: 0;
  font-family: Poppins, 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;
  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-h1 {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: #0f4048;
  text-transform: capitalize;
  font-family: Exo, sans-serif;
}

.cta-p {
  color: #000;
  text-align: center;
  width: 80%;
  font-family: Nunito Sans;
  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 {
  background-color: #fcffaa;
  padding-top: 80px;
  padding-bottom: 80px;
}

.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;
  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;
  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 {
  color: #fff;
  text-transform: capitalize;
  background-color: inherit;
}

.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: Varela Round, sans-serif;
  font-size: 20px;
}

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

.nav_container {
  background-color: #aca1e2;
  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: 1.5rem 1rem 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: #f5efea;
  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;
  font-family: "Baloo 2";
  display: flex;
}

.text-block-2 {
  color: #000;
  -webkit-text-stroke-color: black;
  text-transform: capitalize;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
}

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

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

.text-block-8 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 1.02rem;
  font-weight: 400;
}

.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: #aca1e2;
  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: #1c352d;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "Baloo 2";
  font-size: 1.5rem;
  font-weight: 600;
  line-height: .9em;
}

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

.grid {
  background-color: #000;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 2fr;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  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: #000;
  font-family: Varela Round, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.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: #aca1e2;
  margin-top: 20px;
  padding-top: 1rem;
  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: #000;
  text-transform: capitalize;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.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;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  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;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Varela Round, 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 {
  background-color: #edfff0;
  padding-left: 0;
  padding-right: 0;
}

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

.body-4 {
  -webkit-text-fill-color: inherit;
  background-color: #bee1f9;
  background-clip: border-box;
}

.heading-11 {
  text-transform: uppercase;
  font-family: Montserrat, 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;
  padding-bottom: 40px;
  display: flex;
}

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

.cookies-policy-section {
  padding-top: 0;
  padding-bottom: 0;
}

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

.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-dino-drop {
  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;
  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;
  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;
  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-ice-mints {
  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-hotsafari {
  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-spaceadventure {
  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;
  font-size: 66px;
  font-weight: 800;
  line-height: 68px;
}

.responsible-gaming-text-p {
  color: #000;
  text-align: left;
  width: 70%;
  font-family: Rubik;
  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;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-top: 0;
  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;
}

.image-18 {
  border-radius: 15px 15px 0 0;
}

.heading-12 {
  color: #fff;
  text-align: left;
  font-family: Luckiest Guy;
}

.paragraph-2 {
  color: #fff;
  text-align: left;
  width: 70%;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.div-block-17 {
  width: 60%;
  padding: 20px 20px 20px 40px;
}

.div-block-18 {
  width: 40%;
}

.featured-games-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

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

.div-block-21 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-top: 0;
  display: flex;
}

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

.bold-text-5 {
  color: #000;
  text-transform: capitalize;
  font-size: 24px;
  line-height: 24px;
}

.italic-text {
  font-size: 22px;
}

.div-block-21-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  padding-top: 0;
  display: flex;
}

.image-19 {
  width: 12%;
  max-width: none;
}

.responsible-gaming-section {
  background-color: #fcffaa;
  border-radius: 0;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

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

.testimonial-image-2.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

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

.testimonial-section {
  text-align: center;
  background-color: #0000;
  border: 0 solid #00000026;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 0;
  display: block;
}

.testimonial-wrapper {
  background-color: #ffffff40;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
  box-shadow: 0 0 25px -5px #0003;
}

.testimonial-col-1 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

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

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  border-radius: 15px;
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 25px -10px #0003;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.paragraph-3 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.container-copy {
  width: 95%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-text-h1 {
  color: #222831;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 62px;
  font-weight: 800;
  line-height: 62px;
}

.hero-text-h1 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Varela Round, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 52px;
}

.hero-text-h1.responsible-h1, .hero-text-h1.aout-h1 {
  color: #fff;
}

.hero-p {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.featured-games-h1 {
  color: var(--dark-purple);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 62px;
}

.hero-btn {
  color: #000;
  text-transform: capitalize;
  background-color: gold;
  background-image: linear-gradient(272deg, gold, #fbd068 100%, #222831);
  border: 0 solid #ffaa80;
  border-radius: 25px;
  padding: 20px 20px 16px 10px;
  font-family: Nunito Sans;
  font-size: 22px;
  font-weight: 600;
  box-shadow: 0 2px 5px #0003;
}

.hero-btn:hover {
  color: #000;
  background-color: gold;
  background-image: linear-gradient(272deg, #ffd36900, #fbd068 100%, #222831);
  border-color: gold;
}

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

.bold-text-6 {
  color: #13001a;
  text-align: left;
  text-transform: uppercase;
  width: auto;
  font-family: Varela Round, sans-serif;
  font-size: 50px;
  line-height: 50px;
  position: static;
}

.bold-text-6.about-us-sec-heading {
  color: #fff;
}

.about-h1 {
  color: #13001a;
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.about-text-p {
  color: #fff;
  text-align: left;
  width: auto;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.about-text-p.home-about-p {
  color: var(--dark-purple);
  text-align: left;
  width: 80%;
}

.about-section-col-2 {
  text-align: center;
  border-radius: 15px;
  width: 100%;
}

.image-21 {
  border-radius: 15px;
}

.div-block-24 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.about-btn {
  color: #000;
  text-transform: uppercase;
  background-color: gold;
  background-image: linear-gradient(272deg, gold, #fbd068 100%, #222831);
  border: 0 solid #ffaa80;
  border-radius: 25px;
  padding: 20px 20px 16px 10px;
  font-family: Luckiest Guy;
  font-size: 22px;
  font-weight: 600;
  box-shadow: 0 2px 5px #0003;
}

.about-btn:hover {
  color: #000;
  background-color: gold;
  background-image: linear-gradient(272deg, #ffd36900, #fbd068 100%, #222831);
  border-color: gold;
}

.responsible-banner {
  text-align: center;
  background-image: url('/public/images/istockphoto-1024064424-612x612.jpg'), linear-gradient(#ff313180, #ffd369);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 60vh;
  padding-top: 0;
  display: flex;
}

.div-block-26 {
  background-color: #edfff0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.responsible-col-1 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  text-align: left;
  background-color: #ffd369;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding: 60px;
  display: flex;
  box-shadow: 0 0 25px -10px #0003;
}

.responsible-p {
  color: #222831;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.responsible-gaming-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.responsible-gaming-col-1 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: static;
  top: 0;
}

.responsible-gaming-col-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.featured-gaming-h1 {
  color: #222831;
  text-align: center;
  margin-top: 0;
  margin-bottom: 100px;
  font-family: Luckiest Guy;
  font-size: 62px;
  font-weight: 800;
  line-height: 62px;
}

.featured-gaming-h1.res-gaming-h1 {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.responsible-text-p {
  color: #ffffffc7;
  text-align: center;
  width: auto;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.responsible-text-p.dsc {
  font-size: 16px;
}

.heading-13 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Russo One;
}

.div-block-27 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #edfff033;
  border-bottom: 0 solid #ffd369;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.div-block-27:hover {
  border: 1px solid #ff5733;
}

.div-block-27-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 0 solid #ffd369;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.bold-text-7 {
  text-transform: uppercase;
}

.paragraph-4 {
  color: var(--dark-purple);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

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

.div-block-29 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #edfff0;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
  display: flex;
}

.image-22 {
  border-radius: 15px;
}

.image-23, .image-24 {
  width: 20%;
  max-width: none;
  padding-bottom: 0;
}

.image-25 {
  width: 24%;
  max-width: none;
  padding-bottom: 0;
}

.bold-text-8, .bold-text-9 {
  font-size: 24px;
}

.bold-text-10 {
  font-size: 24px;
  line-height: 26px;
}

.image-26 {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: 100%;
  max-width: none;
}

.cta-col-2-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.testimonial-column-light-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.testimonial-grid-two-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two-2 {
  background-color: #0f4048;
  border: 1px solid #e4ebf3;
  border-radius: 15px;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two-2 {
  color: #fff;
  margin-bottom: 52px;
  font-family: Nunito Sans;
  font-size: 16px;
}

.testimonial-info-three-2 {
  background-color: #f5f7fa;
  border-radius: 8px;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

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

.testimonial-main-heading-2 {
  margin-bottom: 2px;
  font-family: "Baloo 2";
  font-style: normal;
  font-weight: 600;
}

.text-block-10 {
  font-family: Nunito Sans;
}

.italic-text-2, .italic-text-3, .italic-text-4 {
  font-style: normal;
}

.text-block-11, .text-block-12 {
  font-family: Nunito Sans;
}

.about-section-col {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 60.5546%;
  display: flex;
}

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

.bold-text-11 {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  font-family: Varela Round, sans-serif;
}

.div-block-33 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #222831;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-top: 0;
  padding: 15px 20px;
  display: flex;
}

.link-block-7 {
  width: 50%;
}

.image-27 {
  width: 100%;
  max-width: none;
}

.link-block-8 {
  width: 50%;
}

.image-28 {
  width: 100%;
  max-width: none;
}

.text-block-13 {
  color: #000;
  font-family: Varela Round, sans-serif;
  font-size: 30px;
}

.bold-text-12 {
  text-align: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
}

.bold-text-13 {
  font-weight: 400;
}

.image-29 {
  border-radius: 14px;
  width: 100%;
  max-width: none;
}

.div-block-34 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.div-block-35 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.featured-single-game {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #ff894f;
  border-radius: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding: 20px;
  display: flex;
}

.heading-14 {
  color: var(--dark-purple);
  font-family: Varela Round, sans-serif;
  font-size: 45px;
}

.paragraph-5 {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.div-block-36 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.div-block-37 {
  text-align: center;
  border-radius: 5px;
  width: 100%;
}

.image-30 {
  border-radius: 18px;
}

.image-31 {
  border-radius: 100px;
  width: 10%;
  max-width: none;
  padding-top: 0;
}

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  margin-bottom: 32px;
  font-family: Russo One;
  font-size: 24px;
  line-height: 30px;
}

.testimonial-author-name-three-2 {
  margin-bottom: 10px;
}

.testimonial-title-2 {
  font-family: Poppins, sans-serif;
}

.modal-argonauts {
  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-pandagold {
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
}

.modal-3dsoccerslot {
  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%;
}

.about-section-copy {
  z-index: 99;
  overflow-wrap: normal;
  background-color: #3c0206;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: static;
}

.about-text-p-copy {
  color: #13001a;
  text-align: center;
  width: auto;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

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

.link-block-9 {
  width: 50%;
}

.hero-section-2 {
  text-align: center;
  background-image: linear-gradient(#000c, #000c), url('/public/images/15717684_SL_120319_25700_14-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 15px;
  justify-content: center;
  align-items: flex-end;
  height: 600px;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.hero-section-2.responsible-gaming-banner {
  background-image: linear-gradient(#000c, #000c), url('/public/images/1_bg.webp');
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.link-block-10 {
  width: 50%;
}

.image-32 {
  width: 100%;
  max-width: none;
}

.hero-p-2 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.image-33 {
  width: 100%;
  max-width: none;
}

.div-block-38 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #aca1e2;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-top: 0;
  padding: 20px 30px;
  display: flex;
}

.bold-text-14 {
  font-family: Exo, sans-serif;
}

.hero-col-1-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.responsible-content-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.hero-text-h1-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Russo One;
  font-size: 52px;
  font-weight: 600;
  line-height: 52px;
}

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

.div-block-40 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.about-us-card-1 {
  text-align: center;
  background-color: #77bef0;
  border-radius: 14px;
  padding: 10px 20px;
}

.heading-15 {
  font-family: Exo, sans-serif;
  font-size: 26px;
}

.text-block-14 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.about-us-card-2 {
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 18px;
  padding: 20px;
}

.div-block-41-copy {
  background-color: #77bef0;
  border-radius: 14px;
  padding: 10px 20px;
}

.about-us-card-3 {
  text-align: center;
  background-color: #ffcb61;
  border-radius: 14px;
  padding: 10px 20px;
}

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

.text-block-15 {
  color: #000;
  text-align: left;
  width: 50%;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.heading-16 {
  font-family: Varela Round, sans-serif;
  font-size: 24px;
}

.paragraph-6 {
  color: #000;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.div-block-41 {
  background-color: #fff;
  border-radius: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 25px -5px #0000004d;
}

.div-block-42 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-43 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-column-light-3 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.testimonial-grid-two-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two-3 {
  background-color: #fff;
  border: 1px solid #e4ebf3;
  border-radius: 18px;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two-3 {
  color: #000;
  margin-bottom: 52px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.testimonial-info-three-3 {
  background-color: #00000026;
  border-radius: 5px;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

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

.testimonial-main-heading-3 {
  margin-bottom: 2px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-16, .text-block-17, .text-block-18 {
  font-family: Poppins, sans-serif;
}

.about-section-2 {
  z-index: 99;
  overflow-wrap: normal;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: static;
}

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

.bold-text-15 {
  font-weight: 400;
}

.about-section-home-page-y {
  z-index: 99;
  overflow-wrap: normal;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: static;
}

.div-block-44 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.image-35 {
  max-width: 35%;
}

.image-36 {
  width: 25%;
}

.div-block-45 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  display: flex;
}

.game-1 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.game-1-col-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-right: 60px;
  display: flex;
}

.game-2-col-2 {
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.game-1-btn {
  color: var(--dark-purple);
  text-align: center;
  text-transform: capitalize;
  background-color: #aca1e2;
  border: 0 solid #0f4048;
  border-radius: 100px;
  padding: 10px 40px;
  font-family: Varela Round, sans-serif;
  font-size: 24px;
  font-weight: 400;
  box-shadow: 0 2px 5px #0003;
}

.game-1-btn:hover {
  color: #000;
  background-color: #e1dbff;
  border-color: gold;
  box-shadow: 0 0 25px -5px #0f404880;
}

.game-1-btn.play-now-btn {
  color: #000;
  background-color: #77bef0;
}

.game-1-btn.play-now-btn:hover {
  background-color: var(--mint-green);
  color: #13001a;
}

.game-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.game-2-col-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-right: 60px;
  display: flex;
}

.game-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.aout-p {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.hero-col-1-copy {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.bold-text-11-copy {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  font-family: Varela Round, sans-serif;
}

.bold-text-11-copy.sdfcdsvc, .bold-text-16 {
  color: #fff;
}

@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;
  }

  .home-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
  }

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

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

  .hero-col-1 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .single-game-play-btn.play-now-btn {
    font-size: 20px;
  }

  .hero-col-2 {
    width: 100%;
    height: auto;
  }

  .hero-section {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .featured-games {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

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

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

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

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

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

  .div-block-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .about-section {
    padding-top: 220px;
    padding-bottom: 40px;
  }

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

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

  .about-section-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .about-section-col-1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 90%;
  }

  .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-section {
    padding: 40px 20px;
    display: flex;
  }

  .cta-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 400px;
    padding-top: 0;
    padding-bottom: 40px;
  }

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

  .cta-col-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    padding-left: 0;
  }

  .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 {
    text-align: center;
    font-size: 34px;
  }

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

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

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

  .testimonial-quote {
    overflow: visible;
  }

  .testimonial {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .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: #000;
    border-radius: 0;
    height: auto;
    max-height: calc(100dvh - 10rem);
    padding: 1rem;
    position: absolute;
    top: 100%;
    overflow: auto;
    box-shadow: 0 4px 8px #0000001a;
  }

  .icon.on-accent-primary {
    color: #fff;
    background-color: #fff;
    border-width: 0;
    border-color: #fff;
  }

  .nav_mobile-menu-button {
    color: inherit;
    background-color: #0000;
    border: 0 solid #fff;
    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;
  }

  .div-block-19, .div-block-20 {
    width: 100%;
  }

  .div-block-21 {
    width: auto;
  }

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

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

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .div-block-23 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .container-copy {
    width: 700px;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero-text-h1 {
    text-align: center;
    font-family: Varela Round, sans-serif;
    font-size: 52px;
    line-height: 52px;
  }

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

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

  .bold-text-6 {
    font-size: 42px;
  }

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

  .about-text-p, .about-text-p.home-about-p {
    text-align: center;
    width: 100%;
  }

  .div-block-24 {
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .div-block-25 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .responsible-banner {
    height: 80vh;
  }

  .responsible-col-1 {
    justify-content: center;
    align-items: center;
  }

  .responsible-p {
    width: 80%;
  }

  .responsible-gaming-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
  }

  .responsible-gaming-col-1 {
    width: 100%;
  }

  .responsible-gaming-col-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

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

  .featured-gaming-h1.res-gaming-h1 {
    font-size: 36px;
    line-height: 46px;
  }

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

  .heading-13 {
    width: 50%;
  }

  .div-block-28 {
    width: 70%;
  }

  .bold-text-10 {
    width: 50%;
  }

  .image-26 {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
  }

  .cta-col-2-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 70%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .testimonial-grid-two-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
  }

  .testimonial-text-two-2 {
    margin-bottom: 40px;
  }

  .testimonial-info-three-2 {
    text-align: center;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-section-col {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 90%;
  }

  .div-block-31 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .bold-text-11 {
    justify-content: center;
    align-items: center;
    font-family: Varela Round, sans-serif;
    font-size: 42px;
    display: inline;
  }

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

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

  .bold-text-12 {
    text-align: center;
  }

  .div-block-34, .div-block-35 {
    flex-flow: row;
    width: 100%;
  }

  .featured-single-game {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .heading-14 {
    font-size: 32px;
    line-height: 42px;
  }

  .paragraph-5 {
    text-align: left;
  }

  .div-block-36 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: flex-start;
  }

  .image-31 {
    width: 20%;
  }

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

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .about-section-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-text-p-copy {
    text-align: center;
    width: 100%;
  }

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

  .hero-section-2 {
    height: 60vh;
  }

  .hero-section-2.responsible-gaming-banner {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-p-2 {
    width: 80%;
  }

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

  .bold-text-14 {
    font-size: 42px;
  }

  .hero-col-1-2 {
    justify-content: center;
    align-items: center;
    width: 60%;
  }

  .responsible-content-wrapper {
    flex-flow: column;
    width: auto;
  }

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

  .div-block-39 {
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .div-block-40 {
    text-align: right;
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .image-34 {
    position: static;
    top: 10px;
  }

  .text-block-15 {
    width: 100%;
  }

  .heading-16 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-41 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 48%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-42 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: wrap;
  }

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

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

  .testimonial-grid-two-3 {
    grid-column-gap: 30px;
  }

  .testimonial-info-three-3 {
    flex-direction: column;
  }

  .about-section-2 {
    padding-top: 220px;
    padding-bottom: 40px;
  }

  .about-section-wrapper-2 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-section-home-page-y {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-44 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .div-block-45 {
    justify-content: flex-start;
    align-items: center;
  }

  .game-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .game-1-col-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-right: 20px;
  }

  .game-1-btn.play-now-btn {
    font-size: 20px;
  }

  .game-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .game-2-col-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-right: 20px;
  }

  .game-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .hero-col-1-copy {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .bold-text-11-copy {
    justify-content: center;
    align-items: center;
    font-family: Varela Round, sans-serif;
    font-size: 42px;
    display: inline;
  }
}

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

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

  .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: left;
    width: 100%;
  }

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

  .hero-col-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    width: 90%;
  }

  .single-game-play-btn {
    font-size: 18px;
  }

  .hero-col-2 {
    width: 90%;
  }

  .hero-section {
    margin-bottom: -220px;
    padding-top: 80px;
  }

  .top-casino-games-text-h1 {
    margin-bottom: 60px;
    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;
  }

  .image-2 {
    height: 250px;
  }

  .about-section {
    padding-top: 220px;
    padding-bottom: 40px;
  }

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

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

  .about-section-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .about-section-col-1 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .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-section {
    width: auto;
    margin-left: 0;
    display: flex;
  }

  .cta-wrapper {
    flex-flow: column;
    width: 100%;
    padding: 0 60px;
  }

  .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: 0;
    padding-bottom: 0;
    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;
  }

  .testimonial {
    padding: 40px 20px;
  }

  .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;
  }

  .nav_menu {
    background-color: #000;
  }

  .nav_logo {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph_large {
    font-size: 1.1rem;
  }

  .main-container {
    justify-content: center;
    align-items: center;
    display: block;
  }

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

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

  .link-block-2 {
    text-align: left;
    width: auto;
    font-family: Poppins, sans-serif;
  }

  .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;
  }

  .featured-games-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-21 {
    max-width: 90%;
    padding-top: 0;
  }

  .div-block-21-copy {
    max-width: 90%;
  }

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

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-23 {
    padding-top: 0;
  }

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

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

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

  .testimonial-slider {
    width: 400px;
    max-width: none;
    margin-top: 0;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .slider-arrow-embed {
    padding-left: 0;
  }

  .testimonial-slider-right {
    right: -10px;
  }

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

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

  .hero-text-h1 {
    text-align: center;
    margin-bottom: 0;
    font-size: 42px;
    line-height: 45px;
  }

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

  .featured-games-h1 {
    margin-bottom: 0;
    font-size: 42px;
    line-height: 45px;
  }

  .hero-btn {
    font-size: 32px;
  }

  .image-20 {
    width: 100%;
  }

  .bold-text-6 {
    text-align: center;
  }

  .bold-text-6.about-us-sec-heading {
    font-size: 40px;
    line-height: 45px;
  }

  .about-h1 {
    text-align: center;
    margin-bottom: 0;
    font-size: 42px;
    line-height: 45px;
  }

  .about-text-p, .about-text-p.home-about-p {
    text-align: center;
  }

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

  .div-block-25 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 80%;
    padding-top: 0;
  }

  .about-btn {
    font-size: 32px;
  }

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

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

  .responsible-gaming-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: center;
  }

  .responsible-gaming-col-1 {
    align-items: center;
    width: 90%;
  }

  .responsible-gaming-col-2 {
    text-align: center;
    align-items: center;
    width: 90%;
  }

  .featured-gaming-h1 {
    margin-bottom: 60px;
    font-size: 42px;
    line-height: 45px;
  }

  .featured-gaming-h1.res-gaming-h1 {
    text-align: center;
    line-height: 40px;
  }

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

  .heading-13 {
    width: 100%;
  }

  .div-block-27 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-27-copy {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-28 {
    width: 80%;
  }

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

  .testimonial-column-light-2 {
    padding: 60px 15px;
  }

  .testimonial-grid-two-2 {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three-2 {
    flex-direction: row;
  }

  .about-section-col {
    width: 90%;
  }

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

  .featured-single-game {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding: 0 0 20px;
  }

  .paragraph-5 {
    text-align: left;
  }

  .div-block-36 {
    justify-content: center;
    align-items: center;
    width: 90%;
  }

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

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .about-section-copy {
    padding-top: 10px;
    padding-bottom: 40px;
  }

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

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

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

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

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

  .hero-text-h1-2 {
    margin-bottom: 0;
    font-size: 42px;
    line-height: 45px;
  }

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

  .div-block-40 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .image-34 {
    max-width: 100%;
  }

  .text-block-15 {
    text-align: center;
  }

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

  .div-block-43 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .testimonial-column-light-3 {
    padding: 60px 15px;
  }

  .testimonial-grid-two-3 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .testimonial-info-three-3 {
    flex-direction: row;
  }

  .about-section-2 {
    padding-top: 220px;
    padding-bottom: 40px;
  }

  .about-section-wrapper-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .about-section-home-page-y {
    padding-top: 220px;
    padding-bottom: 40px;
  }

  .game-1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .game-1-col-1, .game-2-col-2 {
    width: 90%;
  }

  .game-1-btn {
    font-size: 18px;
  }

  .game-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .game-2-col-1 {
    flex: 0 auto;
    order: -1;
    width: 90%;
  }

  .game-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

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

  .hero-col-1-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  .container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
    max-width: none;
  }

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

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

  .home-content-wrapper {
    width: auto;
  }

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

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

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

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

  .hero-section {
    height: auto;
    margin-bottom: 0;
    padding: 60px 0;
  }

  .body {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .featured-games {
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .image-2 {
    height: 150px;
  }

  .about-section {
    padding-top: 140px;
    padding-bottom: 20px;
  }

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

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

  .about-section-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .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: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-wrapper {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-col-2 {
    width: 100%;
  }

  .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-h1 {
    width: auto;
    font-family: Exo, sans-serif;
    font-size: 30px;
    line-height: 35px;
  }

  .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: 60px;
    padding-bottom: 60px;
  }

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

  .line-3 {
    color: #000;
  }

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

  .nav_menu {
    background-color: #fff;
  }

  .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;
  }

  .paragraph_large.margin-bottom_none {
    font-size: 1.2rem;
  }

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

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

  .heading-10 {
    color: #000;
    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;
  }

  .paragraph {
    font-size: 16px;
  }

  .modal-container-2 {
    padding-top: 60px;
  }

  .text-block-7.close-text {
    top: 1.5rem;
  }

  .modal-ice-mints {
    display: none;
  }

  .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;
  }

  .div-block-21 {
    max-width: 90%;
  }

  .div-block-21-copy {
    max-width: 100%;
  }

  .responsible-gaming-section {
    border-radius: 0;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

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

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

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .div-block-23 {
    margin-top: 0;
  }

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

  .testimonial-slider {
    width: 300px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .paragraph-3 {
    text-align: left;
  }

  .container-copy {
    width: 300px;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-text-h1 {
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 32px;
  }

  .hero-text-h1 {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 32px;
  }

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

  .featured-games-h1 {
    margin-bottom: 40px;
    font-size: 38px;
    line-height: 32px;
  }

  .hero-btn {
    font-size: 26px;
  }

  .bold-text-6 {
    font-size: 32px;
    line-height: 42px;
  }

  .bold-text-6.about-us-sec-heading {
    font-size: 32px;
  }

  .about-h1 {
    margin-bottom: 0;
    font-size: 38px;
    line-height: 32px;
  }

  .about-text-p {
    width: 100%;
    font-size: 16px;
  }

  .div-block-24 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .about-btn {
    font-size: 26px;
  }

  .responsible-banner {
    height: 50vh;
  }

  .responsible-col-1 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    width: 100%;
    padding: 20px;
  }

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

  .responsible-gaming-wrapper {
    justify-content: center;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .responsible-gaming-col-1 {
    width: auto;
    position: static;
  }

  .responsible-gaming-col-2 {
    width: 100%;
  }

  .featured-gaming-h1 {
    margin-bottom: 40px;
    font-size: 38px;
    line-height: 32px;
  }

  .featured-gaming-h1.res-gaming-h1 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    line-height: 28px;
    display: flex;
  }

  .responsible-text-p {
    width: auto;
    font-size: 16px;
  }

  .heading-13 {
    font-size: 22px;
    line-height: 22px;
  }

  .div-block-27 {
    padding: 20px;
  }

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

  .div-block-29 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-col-2-copy {
    width: 100%;
    padding-bottom: 0;
  }

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

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

  .testimonial-grid-two-2 {
    max-width: none;
  }

  .bold-text-11 {
    font-size: 28px;
  }

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

  .div-block-34 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

  .heading-14, .paragraph-5 {
    text-align: center;
  }

  .div-block-36 {
    padding: 0;
  }

  .image-31 {
    width: 30%;
  }

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

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .modal-argonauts, .modal-3dsoccerslot {
    display: none;
  }

  .about-section-copy {
    padding: 40px 10px 20px;
  }

  .about-text-p-copy {
    width: 100%;
    font-size: 16px;
  }

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

  .hero-section-2 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

  .responsible-content-wrapper {
    width: auto;
  }

  .hero-text-h1-2 {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 32px;
  }

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

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

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

  .about-section-2 {
    padding-top: 140px;
    padding-bottom: 20px;
  }

  .about-section-wrapper-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-section-home-page-y {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .game-1-col-1, .game-2-col-1 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

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

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

  .bold-text-11-copy {
    font-size: 28px;
  }
}

#w-node-e3e5e52b-6f75-0ca2-bea9-f68c4d1d2d26-bc92f975, #w-node-e3e5e52b-6f75-0ca2-bea9-f68c4d1d2d30-bc92f975, #w-node-e3e5e52b-6f75-0ca2-bea9-f68c4d1d2d3a-bc92f975 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_447b0386-1e02-51a7-4a70-8e69830f82ee-89bb09b6.w-node-_74c72a59-e39f-57e3-7832-9c30a0446abc-a0446ab9 {
  justify-self: end;
}

#w-node-_74c72a59-e39f-57e3-7832-9c30a0446ad6-a0446ab9, #w-node-cb0f141f-6cf6-589b-5a8a-b49392e34ffc-bc92f976, #w-node-cb0f141f-6cf6-589b-5a8a-b49392e35008-bc92f976, #w-node-cb0f141f-6cf6-589b-5a8a-b49392e35014-bc92f976, #w-node-_01ced3d5-0ddc-d31f-5125-2bd5a1a061ed-bc92f977, #w-node-_01ced3d5-0ddc-d31f-5125-2bd5a1a061f9-bc92f977, #w-node-_01ced3d5-0ddc-d31f-5125-2bd5a1a06205-bc92f977 {
  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-_74c72a59-e39f-57e3-7832-9c30a0446abc-a0446ab9 {
    justify-self: start;
  }
}


