._387d2a8 {
  height: 100%;
}

._6ed7d52 {
  max-width: 600px;
}

._6ed7d52 {
  display: block;
}






/* Regmodal */
.regmodal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, .7);
  display: none;
  justify-content: center;
  align-items: center;
}

.regmodal--active {
  display: flex;
}

.regmodal__inner {
  padding: 20px;
  border-radius: 16px;
  background-color: #fff;
  position: relative;
  max-width: 320px;
  width: 100%;
}

.regmodal__inner h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.regmodal__inner p {
  text-align: center;
  margin-top: 20px;
  color: blue;
  cursor: pointer;
}

.regmodal__close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
}

.regmodal__inner form {
  display: flex;
  flex-direction: column;
  max-width: 300px;
}

.regmodal__inner form label {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.regmodal__inner form input {
  width: 100%;
  border: 1px solid lightgrey;
  border-radius: 8px;
  padding: 10px;
  margin-top: 5px;
  outline: none;
}

.regmodal__inner form button {
  max-width: 150px;
  margin: 0 auto;
  margin-top: 20px;
  width: 100%;
  background: inherit;
  border: 1px solid #02bd9c;
  padding: 10px;
  border-radius: 8px;
  text-transform: uppercase;
  color: #02bd9c;
  font-weight: 700;
  cursor: pointer;
}



/* Agemodal */
.agemodal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, .9);
  display: none;
  justify-content: center;
  align-items: center;
}

.agemodal--active {
  display: flex;
}

.agemodal__inner {
  padding: 20px;
  border-radius: 16px;
  background-color: #fff;
  position: relative;
  max-width: 320px;
}

.agemodal__inner h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.agemodal__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.agemodal__inner button {
  max-width: 150px;
  margin: 0 auto;
  margin-top: 20px;
  width: 100%;
  background: inherit;
  border: 1px solid #02bd9c;
  padding: 10px;
  border-radius: 8px;
  text-transform: uppercase;
  color: #02bd9c;
  font-weight: 900;
  cursor: pointer;
}

#agemodalYes {
  background-color: #02bd9c;
  color: #fff;
}

.agemodal__warning {
  text-align: center;
  color: red;
  margin-top: 20px;
}


/* footer */
.footer__help {
  padding: 20px 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid rgb(51, 51, 51);
  max-width: 77rem;
  margin: 0 auto;
}

.footer__help a {
  transition: .3s;
  width: 100%;
  max-width: 100px;
  display: block;
  height: 40px;
}

.footer__help a:hover {
  opacity: .6;
}

.footer__help img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}



/* casino */
.casino__promo {
  position: relative;
  height: 60vh;
}

.casino__promo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.casino__promo .btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 130px;
  border-radius: 18px;
  padding-left: 18px;
  padding-right: 18px;
  height: 36px;
  outline: 0;
  bottom: 50px;
  line-height: 34px;
  font-size: 18px;
}

.primary {
  color: #000;
  background: #02bd9c;
  border: 1px solid #02bd9c;
}


.casino__games {
  overflow: visible;
}

.casino__games ._86e573b._13cb29f._cde6c6b {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

._6b48287 {
  padding: 40px 0;
}