:root {
  --dark-slate-gray: #4d4d4d;
  --dark-slate-gray-2: #323232;
  --tan: #c7aa8b;
  --white-smoke: #f7f7f7;
  --light-gray: #d1d1d1;
}

.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 {
  background-color: #befdbb;
  font-family: Merriweather Sans, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

h1 {
  color: #2b9aa1;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Carter One, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

h2 {
  color: #2b9aa1;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Carter One, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

h3 {
  color: #d8af00;
  margin: 10px 0;
  font-family: Carter One, sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  color: #2b9aa1;
  margin: 0 0 10px;
  font-family: Carter One, sans-serif;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

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

p {
  font-family: Merriweather Sans, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

a {
  color: #d8af00;
  font-family: Carter One, sans-serif;
  text-decoration: underline;
}

a:hover {
  color: #2b9aa1;
}

.button {
  color: #2b9aa1;
  text-align: center;
  text-transform: uppercase;
  vertical-align: baseline;
  background-color: #2b9aa12e;
  border: 2px solid #2b9aa1;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  max-width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  font-family: Carter One, sans-serif;
  text-decoration: none;
  transition: all 0.1s;
  display: block;
}

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

.navbar {
  background-color: #064703;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px #ffffff21;
}

.nav-link {
  color: #d8af00;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-right: 1px solid #4d4d4d;
  padding: 20px 30px;
  font-family: Carter One, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: background-color 0.1s, margin 0.5s;
}

.nav-link:hover {
  color: #2b9aa1;
  background-color: #f9f6f1;
}

.nav-link.w--current {
  box-shadow: none;
  color: #d8af00;
  background-color: #000;
}

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

.logo-text {
  float: left;
  color: #d8af00;
  text-transform: uppercase;
  margin-top: 3px;
  margin-right: 31px;
  font-family: Carter One, sans-serif;
  font-size: 30px;
}

.nav-menu {
  float: right;
  border-left: 1px solid #4d4d4d;
}

.brand {
  padding-top: 17px;
}

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

.section.image {
  text-align: center;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.disclaimer {
  color: #000;
  text-align: center;
  background-color: #064703;
  padding-top: 80px;
  padding-bottom: 100px;
}

.section.rules,
.section.terms {
  text-align: left;
}

.slider-nav {
  font-size: 9px;
  line-height: 10px;
}

.horizontal-bar {
  background-color: #fff;
  width: 60px;
  height: 2px;
  margin-bottom: 20px;
  display: inline-block;
}

.slider {
  background-color: #0000;
  height: 650px;
  font-family: Cinzel;
}

.slide {
  text-align: center;
  background-image: url("../images/background.jpeg");
  background-position: 50%;
  background-size: cover;
  min-height: 100%;
  padding-top: 60px;
  padding-bottom: 140px;
}

.icon-wrapper {
  text-align: center;
  height: 200px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.footer-text.margin-footer {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-section {
  text-align: center;
  background-color: #064703;
  padding-top: 69px;
  padding-bottom: 69px;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 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 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
}

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

.link-2 {
  color: #fff;
}

.footer-copyright {
  color: #fff;
  font-family: Carter One, sans-serif;
}

.gamble-help {
  width: 100px;
  margin-left: 10px;
  margin-right: 10px;
}

.footer-link {
  margin-top: 10px;
  margin-bottom: 6px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
}

.center {
  text-align: center;
}

.image-game {
  border-radius: 20px;
}

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

.team {
  text-align: center;
  padding: 80px 30px;
  position: relative;
}

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

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-position {
  margin-bottom: 24px;
}

.image-logo {
  max-width: 70%;
  margin-left: 40px;
}

._3-feature {
  margin-top: 60px;
}

.links-game {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-team {
  border: 1px solid #000;
  border-radius: 20px;
  max-width: 50%;
  margin-top: 40px;
  margin-bottom: 60px;
}

.header-disclaimer {
  color: #d8af00;
}

.paragraph-disclaimer {
  color: #fff;
}

.columns-center {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-logo-disclaimer {
  max-width: 60%;
}

.column-2 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.license {
  margin-top: 0;
}

.icon-wrapper-2 {
  text-align: center;
  height: 200px;
  margin-top: 0;
  margin-bottom: 10px;
}

.heading-2-small {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 30px;
}

.disclaimer-image {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .nav-link {
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-menu {
    background-color: #323232;
    box-shadow: inset 0 -1px #ffffff21, 0 7px 13px -4px #00000073;
  }

  .menu-icon {
    color: #fff;
    line-height: 21px;
  }

  .menu-button {
    opacity: 0.8;
  }

  .menu-button.w--open {
    opacity: 1;
    background-color: #000;
  }

  .slider {
    height: 600px;
  }

  .container {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .button {
    max-width: 60%;
  }

  .navbar {
    position: relative;
  }

  .section {
    padding: 34px 10px;
  }

  .section.image {
    background-attachment: scroll;
    padding: 61px 10px;
  }

  .slider {
    height: 420px;
  }

  .slide {
    padding: 50px 10px;
  }

  .icon-wrapper {
    height: 102px;
  }

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

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

  .footer-copyright {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }

  .team {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .icon-wrapper-2 {
    height: 102px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 30px;
  }

  .button {
    max-width: 75%;
    font-size: 12px;
  }

  .logo-text {
    font-size: 30px;
  }

  .slider {
    height: 350px;
  }

  .slide {
    padding-top: 58px;
    padding-bottom: 0;
  }

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

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

  .container {
    max-width: none;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .columns-center {
    flex-flow: column;
  }

  .image-logo-disclaimer {
    margin-top: 20px;
  }

  .column-2,
  .disclaimer-image {
    text-align: center;
  }
}

#w-node-_9561a5f8-0150-df4e-0ab4-a5521dbebe0a-7962b584,
#w-node-_9561a5f8-0150-df4e-0ab4-a5521dbebe15-7962b584,
#w-node-_9561a5f8-0150-df4e-0ab4-a5521dbebe1f-7962b584,
#w-node-_9ad7784c-dd24-78e5-a0e0-c71f0b6fda57-7962b584 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_9561a5f8-0150-df4e-0ab4-a5521dbebe15-7962b584,
  #w-node-_9561a5f8-0150-df4e-0ab4-a5521dbebe1f-7962b584 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
