html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  display: flex;
  margin: 0;
  background-color: #171717;
  color: #ffffff;
  font-family: "Arial", sans-serif;
  position: relative;
  overflow-x: hidden;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 0px) and (max-width: 575px) {
  .container {
    width: unset;
  }
}

p, i, b, a, h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
  font-family: "Arial", sans-serif;
}

h1 {
  margin-top: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 38.73px;
}

h2 {
  margin-top: 0;
  font-size: 24px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-16 {
  margin-bottom: 16px;
}

.mt-30 {
  margin-top: 30px;
}

.w-30 {
  width: 30%;
}

.w-100 {
  width: 100%;
}

.hidden {
  display: none;
}

.d-flex {
  display: flex;
}

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

.divider {
  height: 1px;
  background-color: #1F242D;
  margin-top: 34px;
  margin-bottom: 34px;
}

img.img-float-left {
  float: left;
  width: 300px;
  height: auto;
  margin-right: 18px;
}

.topbar {
  margin-top: 10px;
}
.topbar .menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 750px) {
  .topbar .menu {
    flex-direction: column;
  }
}
.topbar .menu .logotype img {
  height: 82px;
  width: auto;
}
.topbar .menu .btns {
  font-size: 19.2px;
  margin: 20px 30px;
}
.topbar .menu .btns .btn-login {
  height: 56px;
}
.topbar .menu .btns .btn-signup {
  height: 56px;
}

.slide-first img {
  width: 100%;
  height: auto;
}

.content {
  width: 100%;
}

.breadcrumbs {
  width: 100%;
  color: #ffffff;
  margin-bottom: 20px;
}
.breadcrumbs a {
  color: #99A1AA;
  text-decoration: none;
}
.breadcrumbs .arrow {
  margin-bottom: -3px;
}

.btn {
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #99A1AA;
  margin-right: 12px;
  text-decoration: none;
  line-height: 25.5px;
}
@media (max-width: 750px) {
  .btn {
    padding: 1px 16px;
    border-radius: 6px;
  }
}

.btn-login {
  border: 2px solid #EFFFFA;
  border-radius: 2px;
}

.btn-signup {
  border: 2px solid #EB313C;
  background-color: #EB313C;
  border-radius: 2px;
}

.container {
  z-index: 50;
  position: relative;
  padding: 20px 20px 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  .container {
    display: block;
    padding: 30px 15px 15px 15px;
  }
}

.box {
  width: 100%;
  max-width: 1244px;
  background-color: #171717;
  padding: 24px 16px;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .box {
    width: auto;
    max-width: unset;
    padding: 24px 0;
  }
}
.box h1, .box h2, .box h3, .box h4, .box h5, .box h6 {
  text-align: center;
}
.box p {
  color: #B1B1B1;
  font-weight: 400;
  line-height: 22.4px;
  margin-bottom: 22px;
}
.box ul, .box ol {
  color: #B1B1B1;
  margin-left: 0;
  position: relative;
  left: 1em;
}
.box table {
  color: #B1B1B1;
}
.box h3:first-child {
  margin-top: 0;
}
.box *:last-child {
  margin-bottom: 0;
}
.box .image {
  margin-bottom: 24px;
  width: 100%;
}
.box img {
  border-radius: 12px;
}
.box .image-left {
  margin-right: 18px;
  float: left;
}
@media (max-width: 1050px) {
  .box .image-left {
    margin-right: unset;
    margin-bottom: 16px;
    width: 100%;
  }
}
.box .image-left img {
  width: 300px;
}
@media (max-width: 1050px) {
  .box .image-left img {
    width: 100%;
  }
}
.box .image-right {
  width: 100%;
  margin-left: 18px;
}
@media (max-width: 1050px) {
  .box .image-right {
    margin-top: 16px;
    margin-left: unset;
  }
}
.box .image-right img {
  width: 100%;
}

.box.image-text {
  display: flex;
}
@media (max-width: 1050px) {
  .box.image-text {
    display: block;
  }
}

.box.empty {
  background-color: unset;
}

.footer {
  max-width: 1244px;
  width: 100%;
}
.footer .footer-row {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 750px) {
  .footer .footer-row {
    flex-direction: column;
  }
}
.footer .footer-row .footer-col {
  text-align: center;
}
.footer .footer-row .footer-col .heading {
  color: #E4E4E4;
  font-size: 16px;
  text-decoration-line: underline;
}
.footer .footer-row .footer-col .link {
  color: #34966C;
  text-decoration-line: none;
}
.footer .footer-row .footer-col .paynemt-solution img {
  margin: 5px;
}
.footer .footer-row .footer-col .safe img {
  margin: 5px;
}
.footer .footer-row .footer-col .gaming-license img {
  margin: 5px;
}
.footer .footer-copyright {
  text-align: center;
  color: #B1B1B1;
  font-size: 14px;
}

.slide-money {
  background-color: #EB313C;
  padding: 26px 56px;
  position: fixed;
  left: 0;
  bottom: 10%;
  border-radius: 2px;
  z-index: 100;
  font-size: 15px;
  text-decoration-line: none;
}
