@charset "UTF-8";
:root {
  --width: 1480px;
  --display-width: var(--width);
  --offsets: 30px;
  --ff-primary: "Figtree", "Arial", "Helvetica CY", "Nimbus Sans L", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

body {
  background: var(--main-theme-color);
}

.bet-hall-6voqul {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.bet-hall-oz2oy4 {
  max-width: 100%;
}

p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: var(--text-color);
}

a {
  font-weight: 400;
  font-size: 18px;
  color: var(--title-color);
}

b {
  color: #fff;
}

a:hover {
  text-decoration: none;
}

ol:not([class]),
ul:not([class]) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 25px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

caption {
  margin: 5px 0;
  font-size: 24px;
}

ol[class],
ul[class] {
  list-style: none;
}

ol.bet-hall-xw5nu4,
ul.bet-hall-xw5nu4 {
  padding-left: 20px;
}

ul.bet-hall-xw5nu4 {
  list-style: disc;
}

ol.bet-hall-xw5nu4 {
  list-style: numbers;
}

img {
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--title-color);
}

h1 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

h4 {
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
}

h5 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: 25px;
    font-weight: 800;
    line-height: 32px;
  }
}

.bet-hall-qsmaj3 > .bet-hall-o15ezx,
.bet-hall-qsmaj3 > .bet-hall-qdtdqy,
.bet-hall-qsmaj3 > blockquote,
.bet-hall-qsmaj3 > h1,
.bet-hall-qsmaj3 > h2,
.bet-hall-qsmaj3 > h3,
.bet-hall-qsmaj3 > h4,
.bet-hall-qsmaj3 > h5,
.bet-hall-qsmaj3 > h6,
.bet-hall-qsmaj3 > ol,
.bet-hall-qsmaj3 > p,
.bet-hall-qsmaj3 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.bet-hall-qsmaj3 > ol,
.bet-hall-qsmaj3 > ul {
  padding-left: 50px;
}

.bet-hall-qsmaj3 blockquote,
blockquote {
  margin-top: 1rem;
  border-left: 5px solid var(--button-bg-color);
  padding: 1rem var(--offsets) 1rem 2rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: #f0f8ffff;
}

.bet-hall-qsmaj3:not(:last-child) {
  margin-bottom: 2rem;
}

.bet-hall-qsmaj3 > :not(:first-child) {
  margin-top: 2rem;
}

.bet-hall-qsmaj3 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bet-hall-qsmaj3:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .bet-hall-qsmaj3:first-child {
    margin-top: 20px;
  }
}

.bet-hall-qsmaj3 > p:last-of-type {
  margin-bottom: 32px;
}

.bet-hall-qsmaj3 > .bet-hall-fga59i:not(:first-child) {
  margin: 64px auto 16px auto;
}

.bet-hall-hc71mq > .bet-hall-fga59i {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.bet-hall-qdtdqy {
  overflow: auto;
}

.bet-hall-qdtdqy::-webkit-scrollbar {
  height: 5px;
}

.bet-hall-qdtdqy table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.bet-hall-qdtdqy table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.bet-hall-qdtdqy table thead,
table thead {
  border-bottom: none;
}

.bet-hall-qdtdqy table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.bet-hall-qdtdqy table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.bet-hall-qdtdqy table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.bet-hall-qdtdqy .bet-hall-fs4oq7 {
  table-layout: auto;
}

.bet-hall-qdtdqy .bet-hall-fs4oq7 th {
  word-break: normal;
}

.bet-hall-qdtdqy .bet-hall-fs4oq7 td {
  word-break: normal;
}

.bet-hall-6voqul .bet-hall-6voqul {
  padding-right: 0;
  padding-left: 0;
}

.bet-hall-r03o5o {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  line-height: 0;
}

.bet-hall-hrlivo {
  position: absolute;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  overflow-x: hidden;
  font-family: var(--ff-primary);
  color: var(--text-color);
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.bet-hall-dqfybe {
  display: inline-block;
  margin: 1rem auto;
  border-radius: 5px;
  padding: 10px 30px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  background: -o-linear-gradient(
    150deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
  background: linear-gradient(
    300deg,
    #fff0 0,
    #fff0 5%,
    #cccf 50%,
    #fff 95%,
    #fff 100%
  );
}

html {
  font-size: 17px;
}

.bet-hall-o15ezx {
  margin-top: 24px;
}

.bet-hall-o15ezx.bet-hall-9ixkcg {
  text-align: left;
}

.bet-hall-o15ezx.bet-hall-fsxx3q {
  text-align: right;
}

.bet-hall-o15ezx.bet-hall-g72ucq {
  text-align: center;
}

.bet-hall-plbvu7 {
  display: inline-block;
  border: none;
  border-radius: 8px;
  padding: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transform-origin: center;
  transition: 0.bet-hall-q0xt1p ease-in-out;
  cursor: pointer;
}

.bet-hall-plbvu7:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.bet-hall-plbvu7 {
  min-width: 328px;
}

@media (max-width: 768px) {
  .bet-hall-plbvu7 {
    min-width: unset;
  }
}

.bet-hall-6uqel3 {
  background-color: var(--fh-bg-color);
}

.bet-hall-mr1z9e {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.bet-hall-8vpqh0 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.bet-hall-8vpqh0 img {
  max-height: 44px;
  object-fit: contain;
}

.bet-hall-4zpwa3 {
  flex: 1 1;
}

.bet-hall-gxn1qz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.bet-hall-z65n0c {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 35px;
  height: 25px;
  cursor: pointer;
}

.bet-hall-z65n0c span {
  display: block;
  border-radius: 20%;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.bet-hall-z65n0c.bet-hall-y9axhf span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.bet-hall-z65n0c.bet-hall-y9axhf span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.bet-hall-z65n0c.bet-hall-y9axhf span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.bet-hall-4zpwa3 + .bet-hall-gxn1qz {
  margin-left: 20px;
}

.bet-hall-0jy01i {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: 0;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  color: #196948;
  transition: 250ms;
  cursor: pointer;
  padding: 10px;
  min-width: 240px;
}

.bet-hall-0jy01i > svg {
  max-width: 24px;
  max-height: 24px;
}

.bet-hall-0jy01i + .bet-hall-0jy01i {
  margin-left: 5px;
}

.bet-hall-c94v1y {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.bet-hall-c94v1y:hover {
  background-color: var(--button-bg-hover);
}

.bet-hall-d6w5ry {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.bet-hall-q0xt1p ease-in-out;
  border: 1px solid var(--border-color);
}

.bet-hall-d6w5ry:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.bet-hall-xgr1s7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}

@media (max-width: 1100px) {
  .bet-hall-4zpwa3 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .bet-hall-xgr1s7 {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .bet-hall-4zpwa3 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .bet-hall-0jy01i {
    min-width: unset;
    flex: 1 1;
  }
}

.bet-hall-n3m122 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.bet-hall-n3m122:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.bet-hall-n3m122:hover .bet-hall-c0iuwh {
  opacity: 1;
  pointer-events: auto;
}

.bet-hall-1gaczh {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  color: var(--text-color);
  transition: 0.bet-hall-if7bid ease-in-out;
  gap: 4px;
}

.bet-hall-1gaczh > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.bet-hall-1gaczh .bet-hall-r03o5o img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.bet-hall-5f2ain,
.bet-hall-1gaczh:hover {
  color: var(--button-bg-hover);
}

.bet-hall-epksbo {
  position: relative;
}

.bet-hall-epksbo .bet-hall-1gaczh {
  margin-right: 0;
  padding-right: 4px;
}

.bet-hall-xvhh81 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.bet-hall-epksbo.bet-hall-y9axhf .bet-hall-xvhh81 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.bet-hall-epksbo.bet-hall-y9axhf .bet-hall-c0iuwh {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.bet-hall-epksbo.bet-hall-y9axhf .bet-hall-c0iuwh::before {
  display: none;
}

.bet-hall-xvhh81 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.bet-hall-c0iuwh {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.bet-hall-pfqzl9 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.bet-hall-c0iuwh::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.bet-hall-c0iuwh:hover {
  color: var(--fh-bg-color);
}

.bet-hall-hx43yt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.bet-hall-pfqzl9 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.bet-hall-if7bid ease-in-out;
  -o-transition: 0.bet-hall-if7bid ease-in-out;
  transition: 0.bet-hall-if7bid ease-in-out;
}

.bet-hall-hx43yt .bet-hall-r03o5o img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.bet-hall-keo3ra,
.bet-hall-hx43yt:hover {
  color: var(--button-bg-hover);
}

.bet-hall-lrzz5c {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  grid-template-columns: 1fr auto;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  padding: 20px;
  gap: 8px 12px;
  min-height: 240px;
  height: 100%;
}

.bet-hall-lrzz5c.bet-hall-4o1z7e {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.bet-hall-lrzz5c.bet-hall-4o1z7e:after,
.bet-hall-lrzz5c.bet-hall-4o1z7e:before {
  content: "";
  position: absolute;
  margin: auto;
}

.bet-hall-lrzz5c.bet-hall-4o1z7e:before {
  width: 1000px;
  top: 0;
  height: 1000px;
  right: 0;
  bottom: 0;
  left: -200px;
  background-color: var(--border-color);
  background: var(--border-color);
  background: conic-gradient(var(--border-color), var(--button-bg-color));
  animation: rotate 2s linear infinite;
  z-index: -1;
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.bet-hall-lrzz5c.bet-hall-4o1z7e:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.bet-hall-lrzz5c.bet-hall-4o1z7e > * {
  z-index: 1;
}

.bet-hall-lrzz5c b,
.bet-hall-lrzz5c strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.bet-hall-lrzz5c .bet-hall-0me4oc {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.bet-hall-lrzz5c .bet-hall-dl7u3i {
  grid-row: 2/3;
  grid-column: 1/2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
}

.bet-hall-lrzz5c .bet-hall-r03o5o {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.bet-hall-lrzz5c .bet-hall-c4l2po {
  margin-top: 12px;
}

.bet-hall-c4l2po {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.bet-hall-9h3zbb {
  flex: 1 1;
  color: var(--button-text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  border: 2px dashed var(--border-color);
  padding: 12px;
  max-width: 220px;
}

.bet-hall-c4l2po .bet-hall-hb9cbl {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px;
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.bet-hall-q0xt1p ease-in-out;
}

.bet-hall-c4l2po .bet-hall-hb9cbl:hover {
  background: rgba(255, 255, 255, 0.3);
}

.bet-hall-p7t9jl {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 320px;
  justify-content: space-between;
  border-radius: 8px;
  grid-row: 4/5;
  grid-column: 1/2;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: none;
  width: fit-content;
  cursor: pointer;
}

.bet-hall-lrzz5c.bet-hall-4vo6el {
  gap: 12px;
  padding: 16px;
}

.bet-hall-lrzz5c.bet-hall-4vo6el .bet-hall-p7t9jl {
  min-width: 240px;
}

.bet-hall-lrzz5c.bet-hall-4vo6el .bet-hall-p7t9jl.bet-hall-rztcxr {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .bet-hall-lrzz5c .bet-hall-0me4oc {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .bet-hall-lrzz5c .bet-hall-dl7u3i {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .bet-hall-lrzz5c .bet-hall-r03o5o {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .bet-hall-lrzz5c.bet-hall-4vo6el .bet-hall-r03o5o {
    max-width: 126px;
  }
  .bet-hall-lrzz5c .bet-hall-c4l2po {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .bet-hall-lrzz5c .bet-hall-9h3zbb {
    max-width: unset;
  }
  .bet-hall-p7t9jl {
    min-width: unset;
    width: 100%;
  }
  .bet-hall-lrzz5c .bet-hall-p7t9jl {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .bet-hall-lrzz5c.bet-hall-4vo6el {
    grid-template-rows: auto 1fr auto;
  }
  .bet-hall-lrzz5c.bet-hall-4vo6el .bet-hall-p7t9jl {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .bet-hall-lrzz5c {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .bet-hall-lrzz5c .bet-hall-0me4oc {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .bet-hall-lrzz5c .bet-hall-r03o5o {
    max-width: 78px;
  }
  .bet-hall-lrzz5c .bet-hall-c4l2po {
    margin-top: -12px;
  }
  .bet-hall-lrzz5c.bet-hall-4vo6el {
    gap: 8px;
  }
  .bet-hall-lrzz5c.bet-hall-4vo6el .bet-hall-0me4oc {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .bet-hall-lrzz5c.bet-hall-4vo6el .bet-hall-dl7u3i {
    grid-column: 1/3;
  }
  .bet-hall-lrzz5c.bet-hall-4vo6el .bet-hall-r03o5o {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .bet-hall-lrzz5c.bet-hall-4vo6el .bet-hall-r03o5o img {
    max-width: 114px;
  }
}

.bet-hall-p7t9jl.bet-hall-w0o28e,
.bet-hall-p7t9jl.bet-hall-lg2qmh,
.bet-hall-p7t9jl.bet-hall-7016zp {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.bet-hall-q0xt1p ease-in-out;
}

.bet-hall-p7t9jl.bet-hall-w0o28e,
.bet-hall-p7t9jl.bet-hall-7016zp {
  padding: 10px;
}

.bet-hall-p7t9jl.bet-hall-w0o28e:hover,
.bet-hall-p7t9jl.bet-hall-lg2qmh:hover,
.bet-hall-p7t9jl.bet-hall-7016zp:hover {
  background: var(--button-bg-hover);
}

.bet-hall-p7t9jl.bet-hall-w0o28e:hover svg path,
.bet-hall-p7t9jl.bet-hall-7016zp:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.bet-hall-p7t9jl.bet-hall-rztcxr {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.bet-hall-q0xt1p ease-in-out;
  background: var(--button-bg-color);
}

.bet-hall-p7t9jl.bet-hall-rztcxr:hover {
  background-color: var(--button-bg-hover);
}

.bet-hall-p7t9jl.bet-hall-lg2qmh:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 6px;
  width: 52px;
  min-width: 52px;
  height: 52px;
  background-image: url(../images/mini-gift.png);
  background-position: center;
  background-repeat: no-repeat;
  animation: move 2s infinite;
}

@keyframes move {
  50% {
    transform: translateY(-5px) rotate(15deg);
  }
  70% {
    transform: translateY(-5px) rotate(5deg);
  }
}

.bet-hall-p7t9jl.bet-hall-lg2qmh:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.bet-hall-p7t9jl.bet-hall-rztcxr:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.bet-hall-iasimy {
  max-width: 650px;
}

.bet-hall-3ov1qp {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.bet-hall-givqjh {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bet-hall-xj6uvw {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.bet-hall-if7bid ease-in-out;
  cursor: pointer;
}

.bet-hall-xj6uvw:hover {
  opacity: 0.5;
}

.bet-hall-xj6uvw:focus {
  outline: 0;
}

.bet-hall-xj6uvw:focus .bet-hall-htjej9,
.bet-hall-xj6uvw:hover .bet-hall-htjej9 {
  fill: red;
  fill-opacity: 1;
}

.bet-hall-xj6uvw:hover {
  cursor: pointer;
}

.bet-hall-x9c82y {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.bet-hall-iasimy.bet-hall-g72ucq {
  margin: 0 auto;
}

.bet-hall-iasimy.bet-hall-fsxx3q {
  margin-left: auto;
}

.bet-hall-igg2wt {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.bet-hall-dnxqgu {
  padding-bottom: 50px;
}

.bet-hall-u7xh95 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.bet-hall-2gql17 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: wrap row-reverse;
  flex-flow: wrap row-reverse;
  gap: 20px;
}

.bet-hall-nlqjr0 {
  margin-top: 24px;
}

.bet-hall-jnnpqp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bet-hall-igtfts {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.bet-hall-u9cv1v {
  display: flex;
  gap: 12px 20px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 150px;
}

.bet-hall-190hem {
  width: 468px;
}

.bet-hall-u9cv1v .bet-hall-c0iuwh {
  margin: 0.bet-hall-dgzoyn 0;
}

.bet-hall-qisztb {
  display: flex;
  min-width: 224px;
}

.bet-hall-wtad0v {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.bet-hall-if7bid ease-in-out;
}

.bet-hall-yr9ijx,
.bet-hall-wtad0v:hover {
  color: var(--text-color);
}

.bet-hall-cd8ynj {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.bet-hall-ss9f5h {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .bet-hall-igg2wt {
    padding: 16px;
  }
  .bet-hall-cd8ynj {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .bet-hall-ss9f5h {
    align-items: center;
  }
  .bet-hall-190hem {
    width: unset;
  }
  .bet-hall-qisztb {
    min-width: unset;
  }
  .bet-hall-u9cv1v {
    max-height: unset;
  }
  .bet-hall-u7xh95 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .bet-hall-igg2wt {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.bet-hall-tbp9eo {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.bet-hall-tbp9eo:not(:last-child) {
  margin-bottom: 16px;
}

.bet-hall-8lo7xt {
  outline: 0;
}

.bet-hall-8lo7xt .bet-hall-50dvo9 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.bet-hall-vq7j7j {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .bet-hall-vq7j7j {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.bet-hall-vq7j7j::-webkit-details-marker {
  display: none;
}

.bet-hall-vq7j7j:before {
  content: "?";
  display: flex;
  font-size: 21px;
  padding: 5px 10px;
  border-radius: 25px;
  color: var(--text-color);
  background: var(--button-bg-color);
  background-repeat: no-repeat;
  background-position: center;
}

.bet-hall-vq7j7j:after {
  content: "↑";
  display: flex;
  padding: 5px 10px;
  color: var(--text-color);
  border: 1px solid var(--button-bg-color);
  border-radius: 25px;
  transform: rotate(180deg);
  transition: 250ms;
}

.faq__details[open] .bet-hall-vq7j7j:after {
  transform: unset;
}

.bet-hall-50dvo9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-faq-item-title);
}

.bet-hall-50dvo9 svg {
  z-index: 10;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
  width: 30px;
  height: 30px;
  fill: var(--color-faq-item-title);
  -webkit-transition: 0.bet-hall-if7bid ease-in-out;
  -o-transition: 0.bet-hall-if7bid ease-in-out;
  transition: 0.bet-hall-if7bid ease-in-out;
}

.bet-hall-3d704c {
  padding: 16px 0 0 0;
}

.bet-hall-3d704c * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .bet-hall-3d704c :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .bet-hall-vq7j7j {
    flex-wrap: wrap;
    gap: 12px;
  }
  .bet-hall-vq7j7j::after {
    margin-left: auto;
  }
  .bet-hall-50dvo9 {
    order: 3;
    flex: 1 1 100%;
  }
  .bet-hall-vq7j7j {
    font-size: 14px;
    line-height: 130%;
  }
  .bet-hall-50dvo9 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.bet-hall-e4mnu6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
  margin: 0;
}

.bet-hall-n2zd62 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.bet-hall-e4mnu6.bet-hall-y9axhf .bet-hall-n2zd62 {
  margin-bottom: 12px;
}

.bet-hall-n2zd62::after {
  content: "";
  display: flex;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-image: url(../images/round-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transition: 250ms;
}

.bet-hall-e4mnu6.bet-hall-y9axhf .bet-hall-n2zd62::after {
  transform: unset;
}

.bet-hall-sfzxwz {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.bet-hall-eb12fx {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.bet-hall-if7bid ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.bet-hall-eb12fx:before {
  content: "";
  display: flex;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background-image: url(../images/list-marker.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.bet-hall-e4mnu6.bet-hall-y9axhf .bet-hall-sfzxwz {
  max-height: 100%;
}

.bet-hall-wct1w0 {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.bet-hall-mxb5lr {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.bet-hall-mv1iuf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.bet-hall-586xij {
  margin-right: 4px;
}

.bet-hall-yf5xt9 {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--button-bg-color);
  padding: 4px 0;
  transition: color 0.bet-hall-if7bid ease-in-out;
}

.bet-hall-yf5xt9 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.bet-hall-dw5q1b,
.bet-hall-yf5xt9:hover {
  color: var(--text-color);
}

.bet-hall-6sl590 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto auto;
  border-radius: 12px 12px 0 0;
  padding: 8px;
  gap: 0 8px;
  background-color: #008f5e;
  color: #fff;
  width: 100%;
  border: none;
  cursor: pointer;
}

.bet-hall-6sl590 img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.bet-hall-6sl590 .bet-hall-qt0fyx {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.bet-hall-6sl590 .bet-hall-0rla8n {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: left;
  color: var(--title-color);
  margin-top: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
}

.bet-hall-p8jh1o {
  display: flex;
  align-items: center;
  grid-column: 3/4;
  grid-row: 1/3;
  color: #196948;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: var(--title-color);
  margin-top: 0;
}

.bet-hall-eei39t {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bet-hall-ju9xqv .bet-hall-6voqul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.bet-hall-ju9xqv {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.bet-hall-2e2w7z {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.bet-hall-cip05a {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.bet-hall-1sugn3 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.bet-hall-2ya6lv 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-content-button);
  background: var(--button-bg-color);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
  cursor: pointer;
}

.bet-hall-1sugn3:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.bet-hall-sy9txu {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.bet-hall-2oozo4 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 20px 5px #223c5059;
  box-shadow: 0 0 20px 5px #223c5059;
  background-color: var(--button-bg-color);
  -webkit-transition: -webkit-transform 0.bet-hall-if7bid ease-in-out;
  transition: transform 0.bet-hall-if7bid ease-in-out;
  -o-transition: transform 0.bet-hall-if7bid ease-in-out;
  transition:
    transform 0.bet-hall-if7bid ease-in-out,
    -webkit-transform 0.bet-hall-if7bid ease-in-out;
  cursor: pointer;
}

.bet-hall-2oozo4 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.bet-hall-2oozo4:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

#cookie-law-div {
  z-index: 10000000;
  position: fixed;
  bottom: 18px;
  right: 80px;
  padding: 1em;
  max-width: 400px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 15px;
  -webkit-box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
  box-shadow: rgba(23, 43, 99, 0.4) 0 7px 28px;
}

#cookie-law-div a {
  font-size: 15px;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cookie-law-div a:hover {
  opacity: 0.7;
}

#cookie-law-div p {
  margin: 0;
  color: #000;
  padding-right: 50px;
}

#cookie-law-div button {
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0.5em;
  top: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  line-height: 1;
  color: #fff;
  background-color: #000;
  border: none;
  opacity: 0.6;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50px;
}

#cookie-law-div button:hover {
  opacity: 1;
}

.bet-hall-3vl9uh {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .bet-hall-3vl9uh {
    left: calc(50% - 60px);
  }
}

#cookie-law-div {
  border-radius: 0;
  max-width: 100%;
  right: 0;
  bottom: 0;
}

#cookie-law-div p {
  padding-bottom: 50px;
}

body::-webkit-scrollbar-track {
  background-color: var(--fh-bg-color);
}

body::-webkit-scrollbar-thumb {
  border: 1px solid var(--fh-bg-color);
  border-radius: 10px;
  height: 20%;
  background: var(--button-bg-color);
}

.bet-hall-p3xo20 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.bet-hall-2s9u49 {
  position: relative;
  width: 100%;
}

.bet-hall-p3xo20.bet-hall-flxnyi {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bet-hall-p3xo20.bet-hall-g72ucq {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bet-hall-p3xo20.bet-hall-fsxx3q {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bet-hall-nmaxvu {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.bet-hall-d7nq00 {
  position: absolute;
  width: 44px;
  height: 44px;
  left: 50%;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: #575757;
  transform: translate(-50%, -50%);
  transition: 0.bet-hall-if7bid ease-in-out;
  cursor: pointer;
}

.bet-hall-d7nq00:hover {
  opacity: 0.5;
}

.bet-hall-p3xo20.bet-hall-dsml94 .bet-hall-d7nq00 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.bet-hall-p3xo20.bet-hall-dsml94 .bet-hall-nmaxvu {
  cursor: pointer;
}

.bet-hall-72bbck {
  fill: #0009;
}

.bet-hall-kzl60o {
  fill: #fff;
}

.bet-hall-d7nq00:hover .bet-hall-72bbck {
  fill: red;
}

.bet-hall-d7nq00 svg path {
  -webkit-transition: 0.bet-hall-if7bid ease-in-out;
  -o-transition: 0.bet-hall-if7bid ease-in-out;
  transition: 0.bet-hall-if7bid ease-in-out;
}

.bet-hall-pf6xkt {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.bet-hall-pf6xkt > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.bet-hall-pf6xkt.bet-hall-adqaz2 > :not(.get-image) {
  grid-column: 1/3;
}

.bet-hall-nchq15:not(._h1-block) .bet-hall-pf6xkt > .bet-hall-fga59i {
  grid-row: 1/2;
  grid-column: 1/3;
}

.bet-hall-pf6xkt.bet-hall-adqaz2 .bet-hall-kr2chq {
  grid-column: 2/3;
}

.bet-hall-pf6xkt.bet-hall-adqaz2 > .bet-hall-r03o5o {
  grid-column: 1/2;
}

.bet-hall-pf6xkt.bet-hall-adqaz2 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.bet-hall-pf6xkt > p:first-of-type {
  margin-top: 0;
}

.bet-hall-pf6xkt .bet-hall-r03o5o {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2/3;
  grid-row: 1/10;
  border-radius: 12px;
  overflow: hidden;
}

.bet-hall-nchq15:not(._h1-block) .bet-hall-fga59i ~ .bet-hall-r03o5o {
  grid-row: 2/10;
}

.bet-hall-nchq15.bet-hall-liyifj .bet-hall-fga59i ~ .bet-hall-r03o5o {
  grid-row: 1/10;
}

.bet-hall-nchq15.bet-hall-liyifj > .bet-hall-fga59i {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.bet-hall-nchq15.bet-hall-liyifj .bet-hall-r03o5o {
  grid-row: 1/10;
}

.bet-hall-pf6xkt.bet-hall-ek4r82 .bet-hall-r03o5o {
  align-items: flex-start;
}

.bet-hall-pf6xkt.bet-hall-g72ucq .bet-hall-kr2chq {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.bet-hall-pf6xkt.bet-hall-g72ucq .bet-hall-r03o5o {
  align-items: center;
}

.bet-hall-pf6xkt.bet-hall-1hjk98 .bet-hall-r03o5o {
  align-items: flex-end;
}

.bet-hall-kr2chq > :first-child {
  margin-top: 0;
}

.bet-hall-kr2chq > :last-child {
  margin-bottom: 0;
}

* + .bet-hall-n4mun5,
.bet-hall-nchq15 + .bet-hall-nchq15 {
  margin-top: 2rem;
}

.bet-hall-xnjbl7 td::before,
.bet-hall-xnjbl7 th::after {
  display: none !important;
}

.bet-hall-xnjbl7 #link-selector {
  color: #000;
}

.bet-hall-xnjbl7 .bet-hall-y68mtj {
  color: #135e96;
}

.bet-hall-xnjbl7 .bet-hall-c6tt3t *,
.bet-hall-xnjbl7 .bet-hall-eijhkc p,
.bet-hall-xnjbl7 .bet-hall-l4jd13 * {
  color: #000;
}

.bet-hall-xnjbl7 .bet-hall-67r58n {
  background: 0 0 !important;
}

.bet-hall-xnjbl7 .bet-hall-y8wufu {
  color: #000;
}

.bet-hall-xnjbl7 .bet-hall-ag0kjt.bet-hall-q5k53r {
  color: #fff;
}

.bet-hall-xnjbl7 .bet-hall-v4d4az {
  color: #000;
}

.bet-hall-xnjbl7
  .bet-hall-a9hpj4
  .bet-hall-oa1kux.bet-hall-q5k53r.bet-hall-0tdl48 {
  background: #ccc;
}

html :where(.editor-styles-wrapper) h1,
html :where(.editor-styles-wrapper) h2,
html :where(.editor-styles-wrapper) h3,
html :where(.editor-styles-wrapper) h4,
html :where(.editor-styles-wrapper) h5,
html :where(.editor-styles-wrapper) h6 {
  color: #000 !important;
}

.bet-hall-w473i8,
body .bet-hall-lcagiv {
  color: #000;
  background: var(--color-body) !important;
}

.bet-hall-w473i8 .bet-hall-ta7sb0 .bet-hall-nfoztt,
body .bet-hall-lcagiv .bet-hall-ta7sb0 .bet-hall-nfoztt {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .bet-hall-eb12fx:focus,
  .bet-hall-eb12fx:hover {
    color: #f9cb16;
  }
  .bet-hall-jjozlv:focus,
  .bet-hall-jjozlv:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .bet-hall-utu0v9:focus img,
  .bet-hall-utu0v9:focus svg,
  .bet-hall-utu0v9:hover img,
  .bet-hall-utu0v9:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .bet-hall-6sl590 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .bet-hall-epksbo:hover .bet-hall-xvhh81 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .bet-hall-xvhh81 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .bet-hall-t7l6v0 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .bet-hall-f51w0n {
    grid-template-columns: repeat(4, 1fr);
  }
  .bet-hall-7q57vx {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .bet-hall-kat87i .bet-hall-efh9ad {
    grid-template-columns: 1fr;
  }
  .bet-hall-kat87i .bet-hall-mrkjgh {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: nowrap row;
    flex-flow: nowrap row;
    overflow: auto;
    margin-right: 0;
    border-style: none;
    border-radius: 16px 16px 0 0;
    padding: 0;
  }
  .bet-hall-kat87i .bet-hall-1q52lb {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .bet-hall-kat87i .bet-hall-ajj4co {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .bet-hall-kat87i .bet-hall-lzte6w {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .bet-hall-kat87i .bet-hall-1q52lb:not(:first-child) {
    border: none;
  }
  .bet-hall-kat87i .bet-hall-1q52lb:first-child .bet-hall-ajj4co {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .bet-hall-kat87i .bet-hall-1q52lb:last-child .bet-hall-ajj4co {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .bet-hall-mr1z9e {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .bet-hall-8vpqh0 {
    max-width: 100px;
  }
  .bet-hall-4zpwa3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .bet-hall-gxn1qz {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .bet-hall-gxn1qz svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .bet-hall-z65n0c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .bet-hall-4zpwa3 + .bet-hall-gxn1qz {
    margin-left: auto;
  }
  .bet-hall-42pfss {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--fh-bg-color);
    opacity: 0;
    -webkit-transition: opacity 250ms;
    -o-transition: opacity 250ms;
    transition: opacity 250ms;
    pointer-events: none;
  }
  .bet-hall-42pfss.bet-hall-y9axhf {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .bet-hall-xgr1s7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 32px 16px 12px 16px;
  }
  .bet-hall-n3m122 {
    width: 100%;
  }
  .bet-hall-n3m122:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .bet-hall-1gaczh {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .bet-hall-1gaczh svg {
    margin-right: 4px;
  }
  .bet-hall-epksbo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .bet-hall-xvhh81 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .bet-hall-xvhh81 {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 5px 16px 30%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
  }
  .bet-hall-c0iuwh {
    display: none;
    width: 100%;
  }
  .bet-hall-epksbo.bet-hall-y9axhf .bet-hall-c0iuwh {
    padding: 0 0 0 48px;
  }
  .bet-hall-hx43yt {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .bet-hall-2gql17 .bet-hall-r03o5o {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .bet-hall-dpxo1f {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .bet-hall-dpxo1f + .bet-hall-dpxo1f {
    margin-right: 0;
  }
  .bet-hall-dpxo1f + .bet-hall-r03o5o {
    margin: 0;
  }
  .bet-hall-t7l6v0 {
    grid-template-columns: repeat(4, 1fr);
  }
  .bet-hall-f51w0n {
    grid-template-columns: repeat(3, 1fr);
  }
  .bet-hall-e9vevr,
  .bet-hall-saiwjm {
    grid-template-columns: repeat(2, 1fr);
  }
  .bet-hall-pf6xkt {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .bet-hall-pf6xkt.bet-hall-adqaz2 .bet-hall-kr2chq {
    grid-column: auto;
    grid-row: auto;
  }
  .bet-hall-pf6xkt > .bet-hall-fga59i {
    grid-column: 1/2;
  }
  .bet-hall-pf6xkt.bet-hall-adqaz2 > :not(.get-image) {
    grid-column: 1/2;
  }
  .bet-hall-pf6xkt .bet-hall-r03o5o,
  .bet-hall-pf6xkt.bet-hall-adqaz2 > .bet-hall-r03o5o {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .bet-hall-pf6xkt.bet-hall-adqaz2 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .bet-hall-nchq15.bet-hall-liyifj .bet-hall-pf6xkt > .bet-hall-r03o5o {
    grid-row: 1/2;
  }
  .bet-hall-pf6xkt .bet-hall-fga59i ~ .bet-hall-r03o5o,
  .bet-hall-pf6xkt.bet-hall-adqaz2 .bet-hall-fga59i ~ .bet-hall-r03o5o {
    grid-row: 2/3;
  }
  .bet-hall-nchq15.bet-hall-liyifj .bet-hall-fga59i ~ .bet-hall-r03o5o {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .bet-hall-qsmaj3:first-child .bet-hall-9qdn5i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bet-hall-qsmaj3:first-child .bet-hall-9qdn5i h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .bet-hall-qsmaj3 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .bet-hall-qsmaj3 {
    padding: 0;
  }
  .bet-hall-o15ezx {
    margin-top: 1rem;
  }
  .bet-hall-8lo7xt {
    border-radius: 5px;
  }
  .bet-hall-if1p08 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bet-hall-n2zd62::after {
    display: inline-block;
  }
  .bet-hall-n2zd62 {
    margin: 0;
    width: 100%;
  }
  .bet-hall-sfzxwz {
    width: 100%;
  }
  .bet-hall-sfzxwz.bet-hall-4f3ex7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
  .bet-hall-sfzxwz.bet-hall-4f3ex7 .bet-hall-vzkse4 {
    width: 100%;
  }
  .bet-hall-sfzxwz.bet-hall-4f3ex7 .bet-hall-vzkse4:not(:last-child) {
    margin-right: 0;
  }
  .bet-hall-eb12fx {
    width: 100%;
    text-align: center;
  }
  .bet-hall-e4mnu6.bet-hall-y9axhf .bet-hall-sfzxwz {
    margin-top: 1rem;
  }
  .bet-hall-t7l6v0 {
    grid-template-columns: repeat(3, 1fr);
  }
  .bet-hall-7q57vx,
  .bet-hall-f51w0n {
    grid-template-columns: repeat(2, 1fr);
  }
  .bet-hall-e9vevr,
  .bet-hall-saiwjm,
  .bet-hall-8fylnp {
    grid-template-columns: 1fr;
  }
  .bet-hall-ok1rxf {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .bet-hall-3im6dy {
    min-width: 300px;
    max-width: 325px;
  }
  .bet-hall-ajj4co {
    cursor: auto;
  }
  .bet-hall-34kx37 .bet-hall-ajj4co {
    padding: 8px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .bet-hall-3vl9uh {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .bet-hall-c0iuwh {
    max-width: 100%;
  }
}

@media (max-width: 600px) {
  #cookie-law-div {
    right: 0;
    bottom: 0;
    border-radius: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .bet-hall-3vl9uh {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.bet-hall-dpxo1f p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .bet-hall-gxn1qz {
    margin: 0 -0.2rem;
  }
  .bet-hall-dpxo1f {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .bet-hall-tgz68f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .bet-hall-e54vy1 {
    max-width: 100%;
  }
  .bet-hall-t7l6v0 {
    grid-template-columns: repeat(2, 1fr);
  }
  .bet-hall-7q57vx,
  .bet-hall-f51w0n {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .bet-hall-mr1z9e {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bet-hall-gxn1qz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
  }
  .bet-hall-6uqel3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bet-hall-0jy01i {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .bet-hall-5whdpq,
  .bet-hall-fsgysq {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .bet-hall-plbvu7 {
    width: 100%;
  }
  .bet-hall-t7l6v0 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .bet-hall-3vl9uh {
    top: 127px !important;
  }
}

.bet-hall-8vq3or {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .bet-hall-8vq3or {
  }
}

@media (max-width: 767px) {
  .bet-hall-8vq3or {
    margin-bottom: 12px;
  }
}

.bet-hall-8vq3or img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.bet-hall-6i3asz {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.bet-hall-6i3asz > .bet-hall-dfdqxi {
  flex: 1 1;
}

@media (max-width: 767px) {
  .bet-hall-6i3asz {
    flex-direction: column;
    gap: 12px;
  }
}

.bet-hall-0j8gl6 {
  display: flex;
}

.bet-hall-0j8gl6 .bet-hall-v1t7r7 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 8px;
  border-radius: 4px 0 0 4px;
}

.bet-hall-0j8gl6 .bet-hall-2usgt7 {
  display: flex;
  align-items: center;
  flex: 1 1;
  background-color: var(--fh-bg-color);
  overflow: hidden;
  width: max-content;
  border-radius: 0 4px 4px 0;
}

.bet-hall-0j8gl6 .bet-hall-2dapun {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.bet-hall-0j8gl6 .bet-hall-htv4br {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
  margin-left: 32px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3px));
  }
}

.bet-hall-0j8gl6 .bet-hall-htv4br:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.bet-hall-0j8gl6 .bet-hall-l1g9zh {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.bet-hall-us0p8t {
  border: unset;
  background-color: unset;
}

.bet-hall-us0p8t tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.bet-hall-us0p8t .bet-hall-6zjtyv,
.bet-hall-us0p8t .bet-hall-qwq7vs {
  flex: 0 1 330px;
}

.bet-hall-us0p8t .bet-hall-034g2r {
  flex: 1 1;
}

.bet-hall-us0p8t tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.bet-hall-us0p8t tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.bet-hall-us0p8t tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.bet-hall-us0p8t tr td p {
  color: #fff;
  margin: 0;
}

.bet-hall-us0p8t tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.bet-hall-us0p8t tr.bet-hall-6zjtyv td p {
  padding: 16px 0;
}

.bet-hall-us0p8t tr.bet-hall-6zjtyv td p:not(:last-child),
.bet-hall-us0p8t tr.bet-hall-qwq7vs td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.bet-hall-us0p8t tr.bet-hall-6zjtyv td p:first-child,
.bet-hall-us0p8t tr.bet-hall-qwq7vs td p:first-child {
  padding-top: 0;
}

.bet-hall-us0p8t tr.bet-hall-qwq7vs td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.bet-hall-us0p8t tr.bet-hall-qwq7vs td p:last-child {
  padding-bottom: 0;
}

.bet-hall-us0p8t .bet-hall-qwq7vs img {
  max-width: 32px;
}

.bet-hall-us0p8t .bet-hall-034g2r {
  min-width: 718px;
}

.bet-hall-us0p8t .bet-hall-034g2r td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.bet-hall-us0p8t .bet-hall-034g2r td {
  display: flex;
}

.bet-hall-us0p8t .bet-hall-034g2r td:last-child .bet-hall-7yswok,
.bet-hall-us0p8t .bet-hall-034g2r td:last-child .bet-hall-86shlt,
.bet-hall-us0p8t .bet-hall-034g2r td:last-child .bet-hall-nextro {
  flex: 1 1 50%;
}

.bet-hall-us0p8t .bet-hall-034g2r td:last-child .bet-hall-iiu5bx {
  flex: 1 1 100%;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.bet-hall-us0p8t .bet-hall-034g2r td:last-child .bet-hall-ilj1an,
.bet-hall-us0p8t .bet-hall-034g2r td:last-child .bet-hall-zkub0m {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.bet-hall-us0p8t .bet-hall-034g2r td:last-child .bet-hall-7yswok,
.bet-hall-us0p8t .bet-hall-034g2r td:last-child .bet-hall-86shlt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.bet-hall-us0p8t .bet-hall-034g2r td:last-child .bet-hall-7yswok span,
.bet-hall-us0p8t .bet-hall-034g2r td:last-child .bet-hall-86shlt span {
  font-weight: 800;
}

.bet-hall-us0p8t .bet-hall-034g2r img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .bet-hall-us0p8t .bet-hall-034g2r td .bet-hall-nextro:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .bet-hall-us0p8t tr.bet-hall-6zjtyv td p:last-child {
    padding-bottom: 0;
  }
  .bet-hall-us0p8t .bet-hall-qwq7vs > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .bet-hall-us0p8t .bet-hall-qwq7vs > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .bet-hall-us0p8t tr.bet-hall-6zjtyv td p:not(:last-child),
  .bet-hall-us0p8t tr.bet-hall-qwq7vs td p:not(:last-child) {
    border-bottom: unset;
  }
  .bet-hall-us0p8t tr.bet-hall-qwq7vs td p:last-child {
    padding-bottom: 12px;
  }
  .bet-hall-us0p8t .bet-hall-034g2r td:last-child .bet-hall-7yswok,
  .bet-hall-us0p8t .bet-hall-034g2r td:last-child .bet-hall-86shlt,
  .bet-hall-us0p8t .bet-hall-034g2r td:last-child .bet-hall-nextro {
    flex: 1 1 50%;
    padding: 0;
  }
  .bet-hall-us0p8t .bet-hall-034g2r td:last-child .bet-hall-7yswok,
  .bet-hall-us0p8t .bet-hall-034g2r td:last-child .bet-hall-86shlt {
    margin-top: 16px;
  }
  .bet-hall-us0p8t .bet-hall-034g2r td:last-child .bet-hall-nextro {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .bet-hall-us0p8t .bet-hall-034g2r td:last-child .bet-hall-7yswok {
    border-right: 1px solid var(--border-color);
  }
  .bet-hall-us0p8t .bet-hall-034g2r td:last-child .bet-hall-nextro:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .bet-hall-us0p8t .bet-hall-034g2r td:last-child .bet-hall-nextro:last-child {
    padding-bottom: 0;
  }
}

.bet-hall-nextro {
  display: flex;
  flex-direction: column;
}

.bet-hall-us0p8t .bet-hall-034g2r td .bet-hall-nextro {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.bet-hall-us0p8t .bet-hall-034g2r td .bet-hall-nextro:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.bet-hall-us0p8t .bet-hall-034g2r td .bet-hall-nextro:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .bet-hall-us0p8t .bet-hall-034g2r td .bet-hall-nextro:not(:first-child) {
    padding-left: 0;
  }
  .bet-hall-us0p8t .bet-hall-034g2r td .bet-hall-nextro:not(:last-of-type) {
    border-right: unset;
  }
}

.bet-hall-us0p8t .bet-hall-7i21e5 {
  flex: 0 1 485px;
}

.bet-hall-us0p8t .bet-hall-tm1p1l {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.bet-hall-us0p8t .bet-hall-tm1p1l li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.bet-hall-us0p8t .bet-hall-tm1p1l li.bet-hall-lr5dne {
  padding: 6px 12px;
}

.bet-hall-us0p8t .bet-hall-tm1p1l li a,
.bet-hall-us0p8t .bet-hall-tm1p1l li button {
  display: flex;
  background: 0 0;
  border: none;
  text-decoration: none;
  color: #fff;
  font-size: inherit;
  line-height: inherit;
  padding: 6px 12px;
  cursor: pointer;
}

.bet-hall-us0p8t .bet-hall-d0sya3,
.bet-hall-us0p8t .bet-hall-sih4at {
  flex: 1 1;
}

.bet-hall-us0p8t .bet-hall-sigmf2,
.bet-hall-us0p8t .bet-hall-as81qj {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bet-hall-us0p8t .bet-hall-sigmf2 li,
.bet-hall-us0p8t .bet-hall-as81qj li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.bet-hall-us0p8t .bet-hall-sih4at img {
  max-width: 32px;
}

.bet-hall-us0p8t .bet-hall-d0sya3 img {
  max-width: 32px;
}

.bet-hall-us0p8t .bet-hall-tilv5e {
  min-width: 280px;
}

.bet-hall-us0p8t .bet-hall-tilv5e img {
  max-width: 146px;
}

.bet-hall-us0p8t .bet-hall-tilv5e td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .bet-hall-us0p8t .bet-hall-6zjtyv,
  .bet-hall-us0p8t .bet-hall-qwq7vs {
    flex: 0 1 auto;
  }
  .bet-hall-us0p8t .bet-hall-034g2r {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .bet-hall-us0p8t .bet-hall-6zjtyv,
  .bet-hall-us0p8t .bet-hall-7i21e5,
  .bet-hall-us0p8t .bet-hall-qwq7vs,
  .bet-hall-us0p8t .bet-hall-034g2r {
    flex: 1 1 calc(50% - 20px);
  }
  .bet-hall-us0p8t .bet-hall-d0sya3,
  .bet-hall-us0p8t .bet-hall-tilv5e,
  .bet-hall-us0p8t .bet-hall-sih4at {
    flex: 1 1 30%;
  }
  .bet-hall-us0p8t .bet-hall-tilv5e {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .bet-hall-us0p8t .bet-hall-6zjtyv,
  .bet-hall-us0p8t .bet-hall-7i21e5,
  .bet-hall-us0p8t .bet-hall-d0sya3,
  .bet-hall-us0p8t .bet-hall-qwq7vs,
  .bet-hall-us0p8t .bet-hall-034g2r,
  .bet-hall-us0p8t .bet-hall-tilv5e,
  .bet-hall-us0p8t .bet-hall-sih4at {
    flex: 1 1 100%;
  }
}

.bet-hall-fkzyl8 .bet-hall-1vm5rw {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bet-hall-fkzyl8 .bet-hall-ibqiby {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.bet-hall-fkzyl8 .bet-hall-ng1je6 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.bet-hall-fkzyl8 .bet-hall-8t00e0 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.bet-hall-fkzyl8 .bet-hall-8t00e0 > :nth-child(3) {
  margin-top: 0;
}

.bet-hall-fkzyl8 .bet-hall-r03o5o {
  grid-column: 2/3;
  grid-row: 1/10;
}

.bet-hall-fkzyl8 .bet-hall-57a8i8 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.bet-hall-fkzyl8 .bet-hall-o15ezx {
  grid-column: 1/2;
}

.bet-hall-fkzyl8 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.bet-hall-fkzyl8 .bet-hall-ibqiby:not(:last-child):before {
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  min-width: 44px;
  height: 24px;
  background-image: url(../images/how-to_arrows.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--fh-bg-color);
  z-index: 1;
}

.bet-hall-fkzyl8 .bet-hall-ibqiby:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.bet-hall-fkzyl8 .bet-hall-plbvu7 {
  min-width: 240px;
}

@media (max-width: 768px) {
  .bet-hall-fkzyl8 .bet-hall-ibqiby:not(:last-child):before {
    bottom: 8px;
  }
  .bet-hall-fkzyl8 .bet-hall-ibqiby:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .bet-hall-fkzyl8 .bet-hall-8t00e0 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .bet-hall-fkzyl8 .bet-hall-r03o5o {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .bet-hall-fkzyl8 .bet-hall-r03o5o img {
    width: 100%;
    height: auto;
  }
  .bet-hall-fkzyl8 .bet-hall-plbvu7 {
    width: 100%;
    min-width: unset;
  }
}

.bet-hall-xoeosw .bet-hall-rnf3uf {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.bet-hall-xoeosw .bet-hall-o066hh {
  display: flex;
  gap: 16px;
  flex: 1 1 calc(50% - 10px);
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
  overflow: hidden;
}

.bet-hall-xoeosw .bet-hall-r03o5o {
  height: 100%;
}

.bet-hall-xoeosw .bet-hall-r03o5o img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.bet-hall-xoeosw .bet-hall-866la4 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.bet-hall-xoeosw .bet-hall-9xv2v6 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.bet-hall-xoeosw .bet-hall-kue28y {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .bet-hall-xoeosw .bet-hall-o066hh {
    flex: 1 1 100%;
  }
  .bet-hall-xoeosw .bet-hall-p7t9jl {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .bet-hall-xoeosw .bet-hall-o066hh {
    flex-direction: column;
  }
  .bet-hall-xoeosw .bet-hall-r03o5o {
    width: 100%;
    height: auto;
  }
  .bet-hall-xoeosw .bet-hall-r03o5o img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .bet-hall-xoeosw .bet-hall-866la4 {
    padding: 0 16px 16px 16px;
  }
  .bet-hall-xoeosw .bet-hall-p7t9jl {
    min-width: unset;
    width: 100%;
  }
}

.bet-hall-hr4xkv .bet-hall-s3zs3g {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.bet-hall-hr4xkv .bet-hall-vsb4jg {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.bet-hall-hr4xkv img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.bet-hall-hr4xkv .bet-hall-w05swg {
  position: relative;
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-color: rgba(15, 39, 23, 0.95);
  z-index: 1;
  transition: 0.2s;
}

.bet-hall-hr4xkv .bet-hall-vsb4jg:hover .bet-hall-w05swg {
  display: flex;
}

.bet-hall-hr4xkv .bet-hall-zcfc4x {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.bet-hall-hr4xkv .bet-hall-p2irrv {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.bet-hall-omz7i0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 10px 10px 12px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  border: unset;
  width: auto;
  cursor: pointer;
}

.bet-hall-omz7i0.bet-hall-wqj0vp {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.bet-hall-q0xt1p ease-in-out;
}

.bet-hall-omz7i0.bet-hall-wqj0vp:hover {
  color: #f9cb16;
  background-color: transparent;
}

.bet-hall-hr4xkv .bet-hall-ogqu6y {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.bet-hall-q0xt1p ease-in-out;
}

.bet-hall-hr4xkv .bet-hall-ogqu6y:hover {
  color: #196948;
  background-color: #f9cb16;
}

.bet-hall-hr4xkv .bet-hall-ogqu6y:after,
.bet-hall-omz7i0.bet-hall-wqj0vp:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.bet-hall-omz7i0.bet-hall-wqj0vp:after {
  background-image: url(../images/Cash.svg);
}

.bet-hall-hr4xkv .bet-hall-ogqu6y:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .bet-hall-hr4xkv .bet-hall-s3zs3g {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .bet-hall-hr4xkv .bet-hall-s3zs3g {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .bet-hall-hr4xkv .bet-hall-s3zs3g {
    grid-template-columns: 1fr;
  }
  .bet-hall-hr4xkv .bet-hall-vsb4jg {
    height: auto;
  }
  .bet-hall-hr4xkv .bet-hall-vsb4jg .bet-hall-w05swg {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .bet-hall-hr4xkv .bet-hall-zcfc4x,
  .bet-hall-hr4xkv .bet-hall-p2irrv {
    text-align: left;
  }
  .bet-hall-hr4xkv .bet-hall-p2irrv {
    margin-bottom: 8px;
  }
  .bet-hall-hr4xkv img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.bet-hall-hddbyx {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 39, 23, 0.9);
  z-index: 990;
}

.bet-hall-hddbyx.bet-hall-dsml94 {
  display: block;
}

.bet-hall-hddbyx .bet-hall-avfohr {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 860px;
  height: 580px;
  background-color: #318562;
  border-radius: 12px;
  overflow: hidden;
}

.bet-hall-hddbyx .bet-hall-xdy5ak {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.bet-hall-hddbyx .bet-hall-hrzm2b {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.bet-hall-hddbyx .bet-hall-fo9t7k {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.bet-hall-hddbyx .bet-hall-omz7i0 {
  min-width: 296px;
  margin-bottom: 0;
}

.bet-hall-hddbyx .bet-hall-r4yy8a {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.bet-hall-hddbyx .bet-hall-m885jw {
  position: relative;
  flex: 1 1;
}

.bet-hall-hddbyx .bet-hall-m885jw iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .bet-hall-hddbyx .bet-hall-xdy5ak {
    flex-wrap: wrap;
    gap: 8px;
  }
  .bet-hall-hddbyx .bet-hall-hrzm2b {
    order: 1;
  }
  .bet-hall-hddbyx .bet-hall-fo9t7k {
    order: 3;
    flex: 1 1 100%;
  }
  .bet-hall-hddbyx .bet-hall-omz7i0 {
    width: 100%;
    min-width: unset;
  }
  .bet-hall-hddbyx .bet-hall-r4yy8a {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .bet-hall-pf6xkt > .bet-hall-fga59i {
    margin-bottom: 0;
  }
  .bet-hall-pf6xkt > .bet-hall-o15ezx,
  .bet-hall-pf6xkt > p {
    margin-top: 0;
  }
}

.bet-hall-grl0gk img,
.bet-hall-dpxo1f img {
  width: auto;
  object-fit: contain;
}

.bet-hall-grl0gk {
  align-items: center;
}

.bet-hall-grl0gk img {
  max-height: 76px;
}

.bet-hall-dpxo1f img {
  max-height: 64px;
}

.bet-hall-ezktk3 {
  overflow: auto;
}

.bet-hall-n08bim {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.bet-hall-hkwbv5:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.bet-hall-ody9tg {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.bet-hall-qf2nam {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bet-hall-ody9tg .bet-hall-r03o5o {
  margin-right: 20px;
  flex-shrink: 0;
}

.bet-hall-ody9tg img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.bet-hall-brgx1v {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.bet-hall-brgx1v > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .bet-hall-ody9tg {
    padding: 15px 10px;
  }
  .bet-hall-brgx1v {
    padding: 15px 10px;
  }
  .bet-hall-ody9tg .bet-hall-r03o5o {
    margin-right: 10px;
  }
}

.bet-hall-xl021c {
  overflow-x: auto;
}

.bet-hall-fgahb5 {
  border-collapse: collapse;
  width: 100%;
}

.bet-hall-xl021c th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.bet-hall-xl021c td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.bet-hall-xl021c td.bet-hall-5oovc3 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.bet-hall-xl021c td.bet-hall-up9d45 {
  border-right: none;
}

.bet-hall-xl021c td.bet-hall-up9d45 .bet-hall-r03o5o {
  justify-content: flex-start;
}

.bet-hall-xl021c td.bet-hall-up9d45 .bet-hall-r03o5o img {
  height: auto;
  width: 90px;
}

.bet-hall-xl021c td.bet-hall-oadss9,
.bet-hall-xl021c td.bet-hall-ologzp {
  font-weight: 600;
  text-align: right;
}

.bet-hall-xl021c td.bet-hall-pf5dn4,
.bet-hall-xl021c td.bet-hall-oadss9 {
  padding-bottom: 10px;
  border-bottom: none;
}

.bet-hall-xl021c td.bet-hall-oadss9,
.bet-hall-xl021c td.bet-hall-ologzp {
  border-left: none;
}

.bet-hall-xl021c td.bet-hall-pf5dn4,
.bet-hall-xl021c td.bet-hall-ef48i8 {
  border-right: none;
}

.bet-hall-xl021c td.bet-hall-ef48i8,
.bet-hall-xl021c td.bet-hall-ologzp {
  border-top: none;
  padding-top: 10px;
}

.bet-hall-xxzin1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  background-color: var(--fh-bg-color);
  margin-top: 20px;
}

.bet-hall-xxzin1 .bet-hall-p7t9jl {
  min-width: unset;
  width: 100%;
}

.bet-hall-xxzin1 .bet-hall-p7t9jl.bet-hall-w0o28e {
  grid-column: 1/2;
  grid-row: 1/2;
}

.bet-hall-xxzin1 .bet-hall-p7t9jl.bet-hall-7016zp {
  grid-column: 2/3;
  grid-row: 1/2;
}

.bet-hall-xxzin1 .bet-hall-rg440q {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .bet-hall-xxzin1 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .bet-hall-xxzin1 .bet-hall-p7t9jl.bet-hall-w0o28e {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .bet-hall-xxzin1 .bet-hall-p7t9jl.bet-hall-7016zp {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .bet-hall-xxzin1 .bet-hall-rg440q {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.bet-hall-p2y85d {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  color: var(--button-text-color);
  cursor: pointer;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  background: var(--button-bg-color);
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 25px auto;
}

.bet-hall-mm9dpu {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.bet-hall-hc71mq p a img {
  margin: 0 auto;
  display: block;
}

.bet-hall-hc71mq table {
  margin-bottom: 17px;
}

/* contanct form */
.bet-hall-v9utrv {
  background: var(--fh-bg-color);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: -2px 1px 8px 5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 50px auto;
}

.bet-hall-v9utrv label {
  font-size: 14px;
}

.bet-hall-v9utrv h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.bet-hall-v9utrv input,
.bet-hall-v9utrv textarea,
.bet-hall-v9utrv button {
  width: 100%;
  padding: 10px;
  margin-top:5px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background-color: var(--main-theme-color);
  font-size: 1rem;
}
.bet-hall-v9utrv button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.bet-hall-q0xt1p ease;
}
.bet-hall-v9utrv button:hover {
  background-color: #691204;
}
.bet-hall-qm3yjk {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.bet-hall-iuntcy ease-in;
}

.bet-hall-qm3yjk h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}