.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: #333;
  background-color: #00153d;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

p {
  color: #fff;
  margin-bottom: 1.5rem;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

ol {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.5;
}

.navbar {
  background-color: #ddd0;
  padding-top: 9px;
  padding-bottom: 9px;
}

.navlink {
  color: #dfdfdf;
  text-transform: uppercase;
  padding-left: 13px;
  font-size: 14px;
  font-weight: 700;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbuttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button {
  color: #000;
  text-transform: uppercase;
  background-color: #deca16;
  border-radius: 40px;
  padding: 11px 26px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.button.secondary {
  color: #fff;
  background-color: #0255c2;
}

.padding-global {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.padding-vertical-medium {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.h1 {
  font-size: 50px;
  line-height: 1.5;
}

.text-color-golden {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/bg-color.png');
  background-position: 0 0;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
}

.promo-banner {
  background-image: url('../images/verywell-1881.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5% 4rem;
  display: flex;
}

.color-hover {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  background-color: #0000008a;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 75%;
  padding: 20px 30px 40px;
  line-height: 1.6;
  display: flex;
}

.h2-special {
  color: #fff;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.5;
}

.footer_link {
  opacity: .7;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  font-size: .9rem;
  font-weight: 300;
  text-decoration: none;
  transition: all .15s;
}

.footer_link:hover {
  opacity: 1;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.footer.section_hero {
  background-image: linear-gradient(#000, #fff0 55%), radial-gradient(circle at 100% 60%, #2d62ff4d, #1110 20%), radial-gradient(circle at 100% 100%, #d600c433, #0000 45%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 50%), linear-gradient(#000000d6, #000000d6), url('../images/prive-casino.jpg');
  background-position: 0 0, 0 0, 0 0, 0 0, 0 0, 50%;
  background-size: auto, auto, auto, auto, auto, cover;
}

.footer.section_hero.is-footer {
  background-image: none;
  min-height: auto;
  padding-top: 4rem;
  padding-bottom: 7rem;
}

.section_small {
  padding-top: 0;
  padding-bottom: 5.5rem;
}

.section_small.is-logos {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.invert {
  filter: invert();
}

._18-plus {
  width: 5rem;
}

.footer_center-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-text {
  opacity: .7;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.body {
  font-family: Ubuntu, Helvetica, sans-serif;
}

@media screen and (max-width: 991px) {
  .nav-container {
    justify-content: space-between;
    align-items: center;
  }

  .footer_link {
    font-size: .8rem;
  }

  .footer-text {
    font-size: .9rem;
  }

  .menu-button {
    color: #fff;
    text-align: left;
  }

  .nav-div {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .padding-vertical-medium {
    padding-top: 2rem;
  }

  .h1 {
    font-size: 36px;
  }

  .promo-banner {
    padding: 2% .5rem;
  }

  .h2-special {
    font-size: 20px;
  }

  .footer_link {
    font-size: .65rem;
  }

  .grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    place-items: center;
  }

  .invert {
    filter: invert();
  }

  ._18-plus {
    width: 4rem;
    margin-bottom: 1rem;
  }

  .footer_center-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .footer-text {
    font-size: .7rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .brand {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .button {
    padding: 9px;
    font-size: 14px;
  }

  .button.secondary {
    display: none;
  }

  .promo-banner {
    padding-left: 0;
    padding-right: 0;
  }

  .color-hover {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .h2-special {
    font-size: 16px;
  }

  .footer_link {
    padding: 6px 7px;
  }

  .grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer_links {
    flex-flow: wrap;
    margin-bottom: .5rem;
  }

  .footer.section_hero.is-footer {
    padding-bottom: 8rem;
  }

  .section_small.is-logos {
    padding-bottom: 3.5rem;
  }

  .menu-button {
    padding: 7px;
  }

  .image {
    width: 60px;
  }
}

#w-node-_59a91fb6-5288-e34b-da6e-9ac1e202c169-52b807ad {
  align-self: center;
}


