:root {
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --black: #192024;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

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

body {
  color: #e23d3d;
  background-color: #fff;
  background-image: none;
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Bangers, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #1a1a40;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Bangers, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #8b0000;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coiny;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

a {
  color: #1a1a40;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Roboto;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  background-color: #b80093;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #b80093;
  font-family: Montserrat, sans-serif;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.w--current {
  color: #b80093;
  font-family: Montserrat, sans-serif;
}

.navigation-bar {
  z-index: 1000;
  background-color: #3f1c5731;
  border-bottom: 1px solid #ffffff1c;
  width: 100%;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 3px #0000000d;
}

.brand-text {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  text-align: left;
  background-color: #f7f2eb;
  padding: 20px 10px 80px;
  position: relative;
}

.section.accent {
  background-color: #192024;
  padding-top: 40px;
  font-family: Montserrat, sans-serif;
}

.section.games {
  background-color: #f7f2eb;
  padding-top: 100px;
  padding-bottom: 140px;
}

.section.dislaimer {
  background-color: #70e1e5;
  padding-top: 100px;
  padding-bottom: 60px;
}

.section.dislaimer.center {
  background-color: #3f1c5731;
  padding-top: 100px;
  padding-bottom: 60px;
}

.section.center {
  color: #0d0d0d;
  text-align: center;
  border: 5px #000;
  margin-top: 60px;
  padding-bottom: 140px;
}

.section.center.red-border {
  border-style: solid none;
  border-color: #8b0000;
}

.red-box {
  color: #fff;
  text-align: left;
  background-color: #d4af3700;
  border: 5px solid #8b0000;
  border-right-style: none;
  border-radius: 0;
  margin-right: 40px;
  padding: 20px 15px 15px;
}

.red-box.transparent {
  text-align: center;
  background-color: #0000;
  border-style: none;
  padding: 0;
}

.red-box.transparent.right {
  text-align: right;
}

.red-box.top {
  border-style: none;
  box-shadow: 0 2px 5px 2px #0000007d;
}

.red-box.right {
  text-align: right;
  border-left-style: none;
  border-right-style: solid;
  margin-left: 40px;
  margin-right: 0;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  background-image: linear-gradient(360deg, #0d0d0d 8%, #1b263b00), url('../images/slot-gems-background.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 4px #ff4c4c;
  padding-top: 180px;
  padding-bottom: 180px;
}

.hero-section.centered.games {
  background-image: none;
  padding-top: 150px;
  padding-bottom: 60px;
}

.hero-heading {
  text-align: left;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 60px;
  font-weight: 400;
}

.hero-subheading {
  color: #aaa;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
  background-color: #b80093;
}

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

.section-heading.centered {
  color: #676770;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
  text-align: center;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-title-group {
  margin-bottom: 20px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  border-top: 1px solid #dbdbdb;
  padding-top: 40px;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  background-color: #b80093;
  border: 10px dashed #fff;
  border-radius: 100%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #9e0094;
}

.info-icon {
  float: left;
}

.footer-link {
  margin-top: 10px;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-family: Bangers, sans-serif;
  font-size: 20px;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.fullwidth-image.single {
  width: 70%;
}

.white-text {
  color: #fff;
  margin-bottom: 20px;
}

.form {
  margin-top: 40px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.footer-text-2 {
  color: #b6b6b6;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 94%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.container.container-footer {
  color: #063359;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}

.section-2.section-footer {
  color: #192024;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid-2.links-policy {
  color: #fff;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  font-weight: 800;
}

.footer-link-2 {
  color: #b6b6b6;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
  transition: color .3s;
}

.footer-link-2:hover {
  color: #fff;
}

.footer-link-2:active {
  color: #0e2244;
}

.paragraph-footer {
  color: #000;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-left: 140px;
  padding-right: 140px;
  font-weight: 500;
}

.paragraph-footer.footer-text-diclaimer {
  text-align: center;
  margin: 0;
  padding: 20px 100px 60px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.footer-bottom-links-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  width: auto;
  display: flex;
}

.footer-copyright-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-bottom-links {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.gamble-help {
  background-color: #3f1c5731;
  border-radius: 20px;
  width: 100px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
}

.paragraph-17 {
  text-align: left;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.image {
  max-width: 100%;
}

.columns {
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.paragraph-18, .paragraph-19 {
  text-align: left;
}

.link {
  color: #fff;
}

.container-2 {
  margin-top: 0;
  position: static;
}

.paragraph-20 {
  text-align: left;
  font-family: Rubik;
  font-weight: 400;
}

.heading {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 100px;
  font-weight: 400;
}

.heading.white {
  color: #fefeff;
  font-weight: 700;
}

.heading.blue {
  margin-top: auto;
  padding-bottom: 0;
  font-size: 26px;
}

.heading.blue.big {
  color: #1a1a40;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Bangers, sans-serif;
  font-size: 100px;
  font-weight: 400;
}

.heading.blue.big.center {
  text-align: center;
  margin-bottom: auto;
}

.heading.gold {
  text-transform: uppercase;
  font-weight: 700;
}

.heading.gold.big {
  font-size: 50px;
  font-weight: 800;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
}

.paragraph {
  font-family: Rubik;
  font-weight: 400;
}

.paragraph-22 {
  font-family: Montserrat, sans-serif;
}

.bold-text {
  color: gold;
}

.columns-3 {
  margin: 40px 0;
}

.columns-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-23 {
  color: #fff;
  text-align: left;
}

.paragraph-23.margin-bottom {
  margin-bottom: 60px;
}

.container-4, .heading-3 {
  font-family: Montserrat, sans-serif;
}

.paragraph-24 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.section-3 {
  text-align: center;
  padding-top: 69px;
  padding-bottom: 69px;
}

.section-3.grey {
  background-color: #f5f5f5;
}

.divider {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.divider.grey {
  color: gold;
  background-color: gold;
  margin-bottom: 43px;
}

.game-wrapper {
  border-radius: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  text-decoration: none;
  transition: bottom .3s;
  display: block;
  position: relative;
  bottom: 0;
}

.game-wrapper:hover {
  bottom: 8px;
}

.game-info {
  background-color: #3f1c5731;
  border-radius: 0 0 20px 20px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.project-title {
  margin-bottom: 4px;
}

.disclaimer {
  text-align: center;
  background-color: #fefec9;
  padding-top: 100px;
  padding-bottom: 100px;
}

.x-icon {
  margin-top: -26px;
  margin-bottom: 34px;
}

.about-text {
  color: #000;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 25px;
}

.about-text.blue {
  color: #000;
  font-size: 12px;
}

.brand {
  padding-top: 17px;
}

.text-block {
  color: #fff;
}

.contact-info-column {
  padding-top: 72px;
}

.field {
  color: #1b263b;
  text-transform: uppercase;
  border: 0 solid #000;
  height: 52px;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.field:hover {
  background-color: #fffc;
}

.field:focus {
  box-shadow: inset 0 0 #0000;
}

.heading-5 {
  color: #fff;
}

.contact-form-column {
  background-color: #020101;
  padding: 74px 33px;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #4d4d4d33;
  border: 2px solid #fff;
  padding: 8px 15px;
  font-size: 16px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

.button-2:hover {
  color: #323232;
  background-color: #fff;
}

.button-2.form {
  color: #1b263b;
  background-color: #d4af37;
  border-color: #323232;
  margin-top: 22px;
  margin-bottom: 23px;
  font-weight: 700;
}

.button-2.form:hover {
  color: #323232;
  background-color: #fff;
}

.contact {
  background-color: #601401;
  background-image: linear-gradient(#fff0 83%, #000), linear-gradient(#000, #fff0 37%);
  padding-top: 0;
  padding-bottom: 0;
}

.contact-text {
  color: #fff;
}

.success {
  color: #323232;
  text-align: center;
  background-color: #0000;
  border: 3px solid #323232;
  padding-top: 35px;
  padding-bottom: 43px;
  font-size: 23px;
  font-weight: 500;
}

.success-message {
  margin-bottom: 73px;
}

.form-block {
  margin-bottom: auto;
}

.container-5 {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-6 {
  margin-bottom: 40px;
}

.nav-menu {
  color: #f7f9f9;
}

.nav-link {
  color: #f7f9f9;
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  margin-top: 23px;
  margin-left: 34px;
  padding: 0;
  transition: border-color .3s;
}

.nav-link:hover {
  color: gold;
  text-decoration: none;
}

.heading-7 {
  font-weight: 400;
}

.copyright {
  color: #1a1a40;
  font-family: Bangers, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.container-6 {
  color: #fff;
}

.body {
  background-color: #f7f2eb;
}

.bold-text-2 {
  color: #8b0000;
}

.heading-8 {
  color: gold;
}

.heading-gold {
  color: gold;
  font-weight: 700;
}

.text-block-white {
  color: #f7f9f9;
}

.text-block-white.center {
  color: #aaa;
}

.paragraph-white {
  color: #aaa;
  padding-top: 20px;
  font-size: 14px;
}

.paragraph-white.center {
  color: #000;
  text-align: center;
}

.paragraph-blue.center {
  text-align: center;
}

.paragraph-blue.center.padding {
  color: #000;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px;
}

.paragraph-blue.center.padding.link {
  font-size: 20px;
}

.image-2 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.image-3 {
  border: 5px solid #8b0000;
  border-bottom-style: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.image-4, .image-5 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.form-2 {
  margin-top: 40px;
}

.paragraph-left {
  color: #000;
  margin-bottom: 11px;
}

.heading-left {
  text-align: left;
  margin-bottom: 20px;
  font-weight: 400;
}

.list-3 {
  color: #fff;
}

.container-7 {
  text-align: left;
}

.list {
  color: #000;
  font-family: Nunito, sans-serif;
  font-size: 14px;
}

.project-description {
  color: #fff;
  margin-bottom: 11px;
}

.project-title-2, .project-title-3 {
  color: #15fcb4;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 400;
}

.bold-text-4 {
  color: #e23d3d;
}

.image-6 {
  border: 3px #000;
  max-width: 50%;
}

.bold-text-5, .bold-text-6 {
  font-size: 15px;
}

.bold-text-8 {
  color: #fff;
}

.columns-6 {
  margin-top: 100px;
}

.link-2 {
  color: #8b0000;
}

.nav-flex {
  justify-content: space-between;
  align-items: center;
  height: 90px;
  display: flex;
}

.heading-9 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.brand-2 {
  float: none;
  color: #000;
  text-align: left;
  margin-top: -4px;
  font-weight: 700;
  display: block;
}

.brand-2.w--current {
  float: left;
  margin-top: -4px;
}

.container-8 {
  z-index: 10;
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.nav-menu-2 {
  z-index: 3;
  opacity: 1;
  display: block;
}

.nav-link-2 {
  opacity: 1;
  color: #1a1a40;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-right: 0;
  padding: 21px 20px;
  font-family: Bangers, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

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

.nav-link-2.w--current {
  color: #1a1a40;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.nav-link-2.w--current:hover {
  color: #000;
}

.nav-link-2.big {
  text-transform: none;
  border-top: 2px solid #ec8c03;
  border-bottom: 2px solid #ec8c03;
  font-family: Rye, sans-serif;
  font-size: 15px;
}

.link-block-flex {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.left-block {
  color: #e23d3d;
  text-align: left;
  background-image: none;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.left-block.hero {
  background-image: none;
  flex-direction: row;
  align-items: center;
  margin-top: 84px;
}

.container-hero {
  z-index: 1;
  color: #e23d3d;
  text-align: center;
  background-image: none;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
  position: relative;
}

.hero {
  color: #0000;
  background-image: linear-gradient(#3f1c5731 27%, #fff0);
  align-items: center;
  height: auto;
  margin-top: auto;
  padding-top: 0;
  display: flex;
}

.hero.subpages {
  background-image: linear-gradient(#3f1c5731 27%, #fff0);
}

.top-padding {
  margin-top: 40px;
}

.button-3 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 0;
  height: auto;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  transition: all .4s;
}

.button-3:hover {
  opacity: 1;
  color: #fff;
  background-color: #ac1313;
  border: 0 #0000;
  font-weight: 400;
  transform: translate(0, -1px);
}

.button-3.dark {
  color: #fff;
  background-color: #ac1313;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  margin-right: 0;
  padding: 20px 40px;
  line-height: 22px;
}

.button-3.dark:hover {
  color: #fff;
  background-color: #000;
  border-style: none;
  border-color: #53d7db;
  transform: translate(0, -6px);
}

.page-title {
  color: #000;
  font-size: 44px;
  font-weight: 500;
  line-height: 54px;
}

.page-title.big {
  color: #1a1a40;
  margin-top: 20px;
  font-family: Bangers, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 58px;
}

.hero-div {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.hero-div.small {
  margin-right: 0%;
}

.different-font {
  color: #ec8c03;
  font-size: 68px;
  font-weight: 400;
  line-height: 68px;
  position: relative;
}

.hero-image {
  background-image: url('../images/slot-mage-logo.png');
  background-position: 50%;
  background-size: cover;
  width: 1000px;
  height: 500px;
  margin-left: -196px;
}

.top-text {
  color: #e23d3d;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.top-text.hero {
  color: #e23d3d;
  background-image: none;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
}

.top-text.hero.bottom {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
}

.paragraph-25 {
  font-size: 16px;
  line-height: 26px;
}

.hero-image-div {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.container-10 {
  z-index: 1;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 24px;
  display: block;
  position: relative;
}

.section-top {
  border-top: 1px solid #ebebeb;
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 500;
  position: relative;
}

.section-top.collections {
  border-top-style: none;
  padding: 120px 20px;
  position: relative;
}

.div-info-wrapper {
  margin-top: 40px;
}

.section-content-tittle {
  color: #000;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.vertical-category {
  color: #e23d3d;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: rotate(-90deg)translate(0, -50%);
}

.history-paragraph {
  color: #000;
  margin-top: 20px;
  line-height: 24px;
}

.category-list-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.history-tittle {
  color: #1a1a40;
  margin-top: 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.section-tittle {
  color: #1a1a40;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 100px;
  font-weight: 400;
  line-height: 50px;
}

.aces {
  float: left;
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-column-right {
  float: right;
  width: 90%;
}

.hearts {
  background-color: #3f1c5731;
  border: 30px solid #0000000d;
  border-radius: 240px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  text-decoration: none;
  transition: box-shadow .5s;
  display: flex;
}

.hearts:hover {
  box-shadow: 0 10px 15px #0000001a;
}

.tittle {
  color: #0c152f99;
  margin-top: 20px;
  font-size: 21px;
  font-weight: 400;
  line-height: 38px;
}

.tittle.tab-tittle {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 14px;
  text-decoration: none;
}

.spades {
  background-color: #f2b400;
  border: 30px solid #0000000d;
  border-radius: 240px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  text-decoration: none;
  transition: box-shadow .5s;
  display: flex;
}

.spades:hover {
  box-shadow: 0 10px 15px #0000001a;
}

.clubs {
  background-color: #e23d3d;
  border: 30px solid #0000000d;
  border-radius: 240px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  text-decoration: none;
  transition: box-shadow .5s;
  display: flex;
}

.clubs:hover {
  box-shadow: 0 10px 15px #0000001a;
}

.container-11 {
  margin-top: 0;
}

.image-7 {
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.heading-10 {
  color: #1a1a40;
  font-family: Bangers, sans-serif;
  font-size: 50px;
}

.link-3 {
  color: #000;
}

.bold-text-9 {
  color: #e23d3d;
  font-family: Bangers, sans-serif;
  font-size: 30px;
  font-weight: 900;
}

.code-embed {
  background-color: #0000;
  margin-top: 100px;
  margin-bottom: 20px;
}

.body-2 {
  background-color: #f7f2eb;
}

.subpage-hero {
  padding-top: 140px;
  padding-bottom: 40px;
}

.subpage-hero.centered {
  text-align: center;
  background-image: linear-gradient(360deg, #0d0d0d 8%, #1b263b00), url('../images/slot-gems-background.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 4px #ff4c4c;
  padding-top: 180px;
  padding-bottom: 180px;
}

.subpage-hero.centered.games {
  background-image: none;
  padding-top: 150px;
  padding-bottom: 60px;
}

.body-3 {
  background-color: #f7f2eb;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ffffff85;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button {
    color: gold;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .section.center {
    padding-bottom: 20px;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .container {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .paragraph-footer {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading {
    font-size: 60px;
  }

  .heading.blue {
    font-size: 18px;
  }

  .heading.blue.big {
    font-size: 60px;
  }

  .game-wrapper:hover {
    transform: translate(0);
  }

  .nav-menu {
    background-color: #1b263b;
  }

  .nav-link {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    border-bottom-color: #0000;
  }

  .bold-text-3 {
    line-height: 80px;
  }

  .brand-2 {
    padding-left: 14px;
  }

  .brand-2.w--current {
    margin-top: 0;
  }

  .container-8 {
    position: relative;
  }

  .menu-button {
    background-color: #fff;
    font-size: 40px;
  }

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

  .nav-menu-2 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    display: flex;
    top: 90px;
    overflow: visible;
  }

  .icon-2 {
    color: #1f2532;
  }

  .nav-link-2 {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px #dcdcdc;
    width: 100%;
    max-width: 100%;
  }

  .link-block-flex {
    flex-direction: row;
  }

  .left-block {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    display: block;
  }

  .left-block.hero {
    margin-top: auto;
    padding-top: 0;
  }

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

  .hero {
    background-image: linear-gradient(#3f1c5731, #fff 64%);
    height: auto;
    margin-top: 0;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .page-title {
    color: #000;
    margin-top: 0;
  }

  .page-title.big {
    color: #000;
    text-align: center;
    width: 70%;
    font-size: 60px;
  }

  .hero-div.small {
    align-items: center;
    width: 100%;
    margin-top: 100px;
  }

  .hero-image {
    background-size: cover;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .top-text {
    font-size: 12px;
  }

  .top-text.hero {
    text-align: left;
    margin-bottom: -10px;
  }

  .top-text.hero.bottom {
    padding-top: 0;
  }

  .paragraph-25.main {
    text-align: center;
    width: 45%;
  }

  .hero-image-div {
    width: 100%;
  }

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

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

  .section-top.collections {
    border-top-width: 0;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .vertical-category {
    display: none;
    top: 30%;
    left: -60px;
  }

  .category-list-wrapper {
    width: 100%;
  }

  .section-tittle {
    font-size: 60px;
  }

  .hearts, .spades, .clubs {
    width: 200px;
    height: 200px;
    margin-left: 0;
    margin-right: 0;
  }

  .subpage-hero.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .section.dislaimer.center {
    margin-top: auto;
  }

  .red-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .footer-text-2 {
    font-size: .875rem;
    line-height: 1.375rem;
  }

  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer-bottom-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .disclaimer {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .x-icon {
    margin-bottom: 21px;
  }

  .contact-info-column {
    padding-top: 42px;
  }

  .contact-form-column {
    margin-top: 35px;
    padding: 43px 10px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }

  .menu-button {
    font-size: 30px;
  }

  .left-block {
    margin-bottom: 60px;
  }

  .container-hero {
    height: auto;
  }

  .hero {
    background-image: linear-gradient(#ffffff4d, #ffffff4d);
    height: auto;
    padding-top: 6%;
  }

  .button-3 {
    text-align: center;
  }

  .page-title.big {
    width: 80%;
    font-size: 60px;
    line-height: 48px;
  }

  .hero-image {
    background-size: cover;
    height: 400px;
  }

  .paragraph-25.main {
    width: 45%;
  }

  .container-10 {
    height: auto;
  }

  .div-info-wrapper {
    margin-top: 60px;
  }

  .vertical-category {
    display: none;
  }

  .section-tittle {
    font-size: 40px;
  }

  .aces {
    margin-bottom: 40px;
  }

  .div-column-right {
    float: none;
    margin-top: 30px;
  }

  .hearts, .spades, .clubs {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-12 {
    margin-bottom: 20px;
  }

  .subpage-hero.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .navigation-bar {
    margin-top: 0;
    padding-top: 0;
  }

  .hamburger-button {
    color: gold;
    background-color: #1b263b;
  }

  .hamburger-button:active {
    color: #8b0000;
  }

  .section, .section.games {
    padding-top: 0;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section.centered.games {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .hero-heading {
    text-align: left;
    padding-left: 10px;
    font-size: 30px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

  .footer-link {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
  }

  .container {
    flex-wrap: nowrap;
  }

  .container.container-footer {
    flex-direction: column;
  }

  .grid-2 {
    grid-auto-flow: row;
    justify-content: center;
  }

  .paragraph-footer {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .footer-bottom-links-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .footer-bottom-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-wrap: wrap;
  }

  .heading, .heading.blue.big {
    font-size: 35px;
  }

  .heading.blue.big.center, .heading.gold, .heading.gold.big {
    font-size: 25px;
  }

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

  .contact-info-column, .contact-form-column {
    text-align: center;
  }

  .nav-menu {
    background-color: #1b263b;
  }

  .bold-text-2 {
    font-size: 20px;
  }

  .paragraph-left, .heading-left {
    text-align: left;
  }

  .project-description, .project-title-2, .project-title-3 {
    text-align: center;
  }

  .icon {
    color: #8b0000;
  }

  .nav-flex {
    height: 80px;
  }

  .left-block.hero {
    background-image: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-hero {
    height: auto;
    margin-top: 0;
    position: relative;
  }

  .hero {
    background-image: none;
    height: auto;
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .button-3 {
    margin-bottom: 10px;
  }

  .page-title {
    font-size: 30px;
    line-height: 40px;
  }

  .page-title.big {
    width: 100%;
    margin-top: 20px;
    font-size: 53px;
  }

  .hero-div.small {
    margin-top: 40px;
  }

  .different-font {
    font-size: 30px;
    line-height: 58px;
  }

  .hero-image {
    background-size: cover;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 200px;
    margin-top: 70px;
    display: flex;
  }

  .top-text.hero {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 10px;
  }

  .top-text.hero.bottom {
    padding-top: 0;
    font-size: 10px;
  }

  .paragraph-25.main {
    width: 100%;
  }

  .hero-image-div {
    margin-top: -84px;
  }

  .container-10 {
    height: auto;
  }

  .section-top.collections {
    padding-top: 0;
  }

  .section-tittle {
    font-size: 30px;
    line-height: 40px;
  }

  .aces {
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hearts {
    text-align: center;
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .spades {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .clubs {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-10 {
    font-size: 10px;
  }

  .bold-text-9 {
    font-size: 35px;
  }

  .column {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .link-block {
    display: block;
  }

  .bold-text-10 {
    font-size: 8px;
  }

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

  .bold-text-12 {
    font-size: 20px;
  }

  .subpage-hero.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .subpage-hero.centered.games {
    padding-top: 140px;
    padding-bottom: 40px;
  }
}


