@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);
}

.betblast-scni74 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.betblast-l40qgz {
  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.betblast-ncaldh,
ul.betblast-ncaldh {
  padding-left: 20px;
}

ul.betblast-ncaldh {
  list-style: disc;
}

ol.betblast-ncaldh {
  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;
  }
}

.betblast-rhe16v > .betblast-89wb1v,
.betblast-rhe16v > .betblast-jrc9eh,
.betblast-rhe16v > blockquote,
.betblast-rhe16v > h1,
.betblast-rhe16v > h2,
.betblast-rhe16v > h3,
.betblast-rhe16v > h4,
.betblast-rhe16v > h5,
.betblast-rhe16v > h6,
.betblast-rhe16v > ol,
.betblast-rhe16v > p,
.betblast-rhe16v > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.betblast-rhe16v > ol,
.betblast-rhe16v > ul {
  padding-left: 50px;
}

.betblast-rhe16v 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;
}

.betblast-rhe16v:not(:last-child) {
  margin-bottom: 2rem;
}

.betblast-rhe16v > :not(:first-child) {
  margin-top: 2rem;
}

.betblast-rhe16v {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.betblast-rhe16v:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .betblast-rhe16v:first-child {
    margin-top: 20px;
  }
}

.betblast-rhe16v > p:last-of-type {
  margin-bottom: 32px;
}

.betblast-rhe16v > .betblast-9q9rtm:not(:first-child) {
  margin: 64px auto 16px auto;
}

.betblast-m2j7g1 > .betblast-9q9rtm {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.betblast-jrc9eh {
  overflow: auto;
}

.betblast-jrc9eh::-webkit-scrollbar {
  height: 5px;
}

.betblast-jrc9eh table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.betblast-jrc9eh table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.betblast-jrc9eh table thead,
table thead {
  border-bottom: none;
}

.betblast-jrc9eh table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.betblast-jrc9eh table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.betblast-jrc9eh table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.betblast-jrc9eh .betblast-shsz58 {
  table-layout: auto;
}

.betblast-jrc9eh .betblast-shsz58 th {
  word-break: normal;
}

.betblast-jrc9eh .betblast-shsz58 td {
  word-break: normal;
}

.betblast-scni74 .betblast-scni74 {
  padding-right: 0;
  padding-left: 0;
}

.betblast-j8l6c5 {
  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;
}

.betblast-7e0pxw {
  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;
}

.betblast-sewfhu {
  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;
}

.betblast-89wb1v {
  margin-top: 24px;
}

.betblast-89wb1v.betblast-m3fhkw {
  text-align: left;
}

.betblast-89wb1v.betblast-ws40r1 {
  text-align: right;
}

.betblast-89wb1v.betblast-7mpjca {
  text-align: center;
}

.betblast-5a66ud {
  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.betblast-3xayil ease-in-out;
  cursor: pointer;
}

.betblast-5a66ud:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.betblast-5a66ud {
  min-width: 328px;
}

@media (max-width: 768px) {
  .betblast-5a66ud {
    min-width: unset;
  }
}

.betblast-xglaes {
  background-color: var(--fh-bg-color);
}

.betblast-1hs0x4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.betblast-kp3jtm {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 80px;
}

.betblast-kp3jtm img {
  max-height: 44px;
  object-fit: contain;
}

.betblast-nxicjz {
  flex: 1 1;
}

.betblast-ucpc6v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.betblast-60dyjm {
  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;
}

.betblast-60dyjm 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;
}

.betblast-60dyjm.betblast-b6959c span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.betblast-60dyjm.betblast-b6959c span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.betblast-60dyjm.betblast-b6959c span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.betblast-nxicjz + .betblast-ucpc6v {
  margin-left: 20px;
}

.betblast-eezwwl {
  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;
}

.betblast-eezwwl > svg {
  max-width: 24px;
  max-height: 24px;
}

.betblast-eezwwl + .betblast-eezwwl {
  margin-left: 5px;
}

.betblast-c6cz57 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.betblast-c6cz57:hover {
  background-color: var(--button-bg-hover);
}

.betblast-iluin5 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.betblast-3xayil ease-in-out;
  border: 1px solid var(--border-color);
}

.betblast-iluin5:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.betblast-42bo2e {
  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) {
  .betblast-nxicjz {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .betblast-42bo2e {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .betblast-nxicjz {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .betblast-eezwwl {
    min-width: unset;
    flex: 1 1;
  }
}

.betblast-fym0ru {
  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;
}

.betblast-fym0ru:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.betblast-fym0ru:hover .betblast-u2ww60 {
  opacity: 1;
  pointer-events: auto;
}

.betblast-1htamc {
  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.betblast-67xq5d ease-in-out;
  gap: 4px;
}

.betblast-1htamc > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.betblast-1htamc .betblast-j8l6c5 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.betblast-5vyi1r,
.betblast-1htamc:hover {
  color: var(--button-bg-hover);
}

.betblast-ovczy4 {
  position: relative;
}

.betblast-ovczy4 .betblast-1htamc {
  margin-right: 0;
  padding-right: 4px;
}

.betblast-x52872 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.betblast-ovczy4.betblast-b6959c .betblast-x52872 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.betblast-ovczy4.betblast-b6959c .betblast-u2ww60 {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.betblast-ovczy4.betblast-b6959c .betblast-u2ww60::before {
  display: none;
}

.betblast-x52872 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.betblast-u2ww60 {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.betblast-jp1sqv 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.betblast-u2ww60::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.betblast-u2ww60:hover {
  color: var(--fh-bg-color);
}

.betblast-xg4tvc {
  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.betblast-jp1sqv 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.betblast-67xq5d ease-in-out;
  -o-transition: 0.betblast-67xq5d ease-in-out;
  transition: 0.betblast-67xq5d ease-in-out;
}

.betblast-xg4tvc .betblast-j8l6c5 img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.betblast-qzlp8m,
.betblast-xg4tvc:hover {
  color: var(--button-bg-hover);
}

.betblast-q5f9v4 {
  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%;
}

.betblast-q5f9v4.betblast-gi3xmk {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.betblast-q5f9v4.betblast-gi3xmk:after,
.betblast-q5f9v4.betblast-gi3xmk:before {
  content: "";
  position: absolute;
  margin: auto;
}

.betblast-q5f9v4.betblast-gi3xmk: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);
  }
}

.betblast-q5f9v4.betblast-gi3xmk:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.betblast-q5f9v4.betblast-gi3xmk > * {
  z-index: 1;
}

.betblast-q5f9v4 b,
.betblast-q5f9v4 strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.betblast-q5f9v4 .betblast-kulk9h {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.betblast-q5f9v4 .betblast-4f45t3 {
  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;
}

.betblast-q5f9v4 .betblast-j8l6c5 {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.betblast-q5f9v4 .betblast-q8ors9 {
  margin-top: 12px;
}

.betblast-q8ors9 {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.betblast-iqtlpg {
  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;
}

.betblast-q8ors9 .betblast-zviq7a {
  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.betblast-3xayil ease-in-out;
}

.betblast-q8ors9 .betblast-zviq7a:hover {
  background: rgba(255, 255, 255, 0.3);
}

.betblast-vncs3z {
  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;
}

.betblast-q5f9v4.betblast-eub9u3 {
  gap: 12px;
  padding: 16px;
}

.betblast-q5f9v4.betblast-eub9u3 .betblast-vncs3z {
  min-width: 240px;
}

.betblast-q5f9v4.betblast-eub9u3 .betblast-vncs3z.betblast-b439rl {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .betblast-q5f9v4 .betblast-kulk9h {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .betblast-q5f9v4 .betblast-4f45t3 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .betblast-q5f9v4 .betblast-j8l6c5 {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .betblast-q5f9v4.betblast-eub9u3 .betblast-j8l6c5 {
    max-width: 126px;
  }
  .betblast-q5f9v4 .betblast-q8ors9 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .betblast-q5f9v4 .betblast-iqtlpg {
    max-width: unset;
  }
  .betblast-vncs3z {
    min-width: unset;
    width: 100%;
  }
  .betblast-q5f9v4 .betblast-vncs3z {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .betblast-q5f9v4.betblast-eub9u3 {
    grid-template-rows: auto 1fr auto;
  }
  .betblast-q5f9v4.betblast-eub9u3 .betblast-vncs3z {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .betblast-q5f9v4 {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .betblast-q5f9v4 .betblast-kulk9h {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .betblast-q5f9v4 .betblast-j8l6c5 {
    max-width: 78px;
  }
  .betblast-q5f9v4 .betblast-q8ors9 {
    margin-top: -12px;
  }
  .betblast-q5f9v4.betblast-eub9u3 {
    gap: 8px;
  }
  .betblast-q5f9v4.betblast-eub9u3 .betblast-kulk9h {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .betblast-q5f9v4.betblast-eub9u3 .betblast-4f45t3 {
    grid-column: 1/3;
  }
  .betblast-q5f9v4.betblast-eub9u3 .betblast-j8l6c5 {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .betblast-q5f9v4.betblast-eub9u3 .betblast-j8l6c5 img {
    max-width: 114px;
  }
}

.betblast-vncs3z.betblast-fwtrhx,
.betblast-vncs3z.betblast-3gea7q,
.betblast-vncs3z.betblast-lklf2l {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.betblast-3xayil ease-in-out;
}

.betblast-vncs3z.betblast-fwtrhx,
.betblast-vncs3z.betblast-lklf2l {
  padding: 10px;
}

.betblast-vncs3z.betblast-fwtrhx:hover,
.betblast-vncs3z.betblast-3gea7q:hover,
.betblast-vncs3z.betblast-lklf2l:hover {
  background: var(--button-bg-hover);
}

.betblast-vncs3z.betblast-fwtrhx:hover svg path,
.betblast-vncs3z.betblast-lklf2l:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.betblast-vncs3z.betblast-b439rl {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.betblast-3xayil ease-in-out;
  background: var(--button-bg-color);
}

.betblast-vncs3z.betblast-b439rl:hover {
  background-color: var(--button-bg-hover);
}

.betblast-vncs3z.betblast-3gea7q: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);
  }
}

.betblast-vncs3z.betblast-3gea7q:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.betblast-vncs3z.betblast-b439rl:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.betblast-e9s3bf {
  max-width: 650px;
}

.betblast-9ea0f4 {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.betblast-l3mb3g {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.betblast-charnu {
  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.betblast-67xq5d ease-in-out;
  cursor: pointer;
}

.betblast-charnu:hover {
  opacity: 0.5;
}

.betblast-charnu:focus {
  outline: 0;
}

.betblast-charnu:focus .betblast-7lxaeb,
.betblast-charnu:hover .betblast-7lxaeb {
  fill: red;
  fill-opacity: 1;
}

.betblast-charnu:hover {
  cursor: pointer;
}

.betblast-y51zo0 {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.betblast-e9s3bf.betblast-7mpjca {
  margin: 0 auto;
}

.betblast-e9s3bf.betblast-ws40r1 {
  margin-left: auto;
}

.betblast-uhp6z6 {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.betblast-61axmi {
  padding-bottom: 50px;
}

.betblast-1lioby {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.betblast-ct6p8b {
  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;
}

.betblast-zqs39h {
  margin-top: 24px;
}

.betblast-p6reb2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.betblast-30tva7 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.betblast-0g6klm {
  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;
}

.betblast-yf073f {
  width: 468px;
}

.betblast-0g6klm .betblast-u2ww60 {
  margin: 0.betblast-iw3fwp 0;
}

.betblast-18mbtm {
  display: flex;
  min-width: 224px;
}

.betblast-6kgtha {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.betblast-67xq5d ease-in-out;
}

.betblast-2zoeco,
.betblast-6kgtha:hover {
  color: var(--text-color);
}

.betblast-gb2t4c {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.betblast-a5q7de {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .betblast-uhp6z6 {
    padding: 16px;
  }
  .betblast-gb2t4c {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .betblast-a5q7de {
    align-items: center;
  }
  .betblast-yf073f {
    width: unset;
  }
  .betblast-18mbtm {
    min-width: unset;
  }
  .betblast-0g6klm {
    max-height: unset;
  }
  .betblast-1lioby {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .betblast-uhp6z6 {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.betblast-p85ugb {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.betblast-p85ugb:not(:last-child) {
  margin-bottom: 16px;
}

.betblast-r5vrw4 {
  outline: 0;
}

.betblast-r5vrw4 .betblast-w1u8s2 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.betblast-s211j2 {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .betblast-s211j2 {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.betblast-s211j2::-webkit-details-marker {
  display: none;
}

.betblast-s211j2: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;
}

.betblast-s211j2: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] .betblast-s211j2:after {
  transform: unset;
}

.betblast-w1u8s2 {
  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);
}

.betblast-w1u8s2 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.betblast-67xq5d ease-in-out;
  -o-transition: 0.betblast-67xq5d ease-in-out;
  transition: 0.betblast-67xq5d ease-in-out;
}

.betblast-m9sq5m {
  padding: 16px 0 0 0;
}

.betblast-m9sq5m * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .betblast-m9sq5m :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .betblast-s211j2 {
    flex-wrap: wrap;
    gap: 12px;
  }
  .betblast-s211j2::after {
    margin-left: auto;
  }
  .betblast-w1u8s2 {
    order: 3;
    flex: 1 1 100%;
  }
  .betblast-s211j2 {
    font-size: 14px;
    line-height: 130%;
  }
  .betblast-w1u8s2 svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.betblast-inhzkg {
  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;
}

.betblast-oknnks {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.betblast-inhzkg.betblast-b6959c .betblast-oknnks {
  margin-bottom: 12px;
}

.betblast-oknnks::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;
}

.betblast-inhzkg.betblast-b6959c .betblast-oknnks::after {
  transform: unset;
}

.betblast-28ipbs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.betblast-vzcrf3 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.betblast-67xq5d ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.betblast-vzcrf3: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;
}

.betblast-inhzkg.betblast-b6959c .betblast-28ipbs {
  max-height: 100%;
}

.betblast-4mbrom {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.betblast-1mtqy0 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.betblast-cdjmct {
  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;
}

.betblast-pg1vee {
  margin-right: 4px;
}

.betblast-upexux {
  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.betblast-67xq5d ease-in-out;
}

.betblast-upexux svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.betblast-bzgmxd,
.betblast-upexux:hover {
  color: var(--text-color);
}

.betblast-avjoab {
  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;
}

.betblast-avjoab img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.betblast-avjoab .betblast-l4dnz9 {
  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;
}

.betblast-avjoab .betblast-21is8h {
  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;
}

.betblast-apk75g {
  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;
}

.betblast-uuvz4x {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.betblast-yqf81z .betblast-scni74 {
  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;
}

.betblast-yqf81z {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.betblast-ytj73f {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.betblast-kuhzqr {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.betblast-livj95 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.betblast-qx2qny 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;
}

.betblast-livj95:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.betblast-vj4n7t {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.betblast-wfe1is {
  -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.betblast-67xq5d ease-in-out;
  transition: transform 0.betblast-67xq5d ease-in-out;
  -o-transition: transform 0.betblast-67xq5d ease-in-out;
  transition:
    transform 0.betblast-67xq5d ease-in-out,
    -webkit-transform 0.betblast-67xq5d ease-in-out;
  cursor: pointer;
}

.betblast-wfe1is svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.betblast-wfe1is: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;
}

.betblast-ih1puj {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .betblast-ih1puj {
    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);
}

.betblast-4z66xb {
  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;
}

.betblast-zjquuj {
  position: relative;
  width: 100%;
}

.betblast-4z66xb.betblast-vbn4y5 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.betblast-4z66xb.betblast-7mpjca {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.betblast-4z66xb.betblast-ws40r1 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.betblast-4dbn0f {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.betblast-g1lv8u {
  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.betblast-67xq5d ease-in-out;
  cursor: pointer;
}

.betblast-g1lv8u:hover {
  opacity: 0.5;
}

.betblast-4z66xb.betblast-7ejvhv .betblast-g1lv8u {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.betblast-4z66xb.betblast-7ejvhv .betblast-4dbn0f {
  cursor: pointer;
}

.betblast-6k9cmn {
  fill: #0009;
}

.betblast-c5hrct {
  fill: #fff;
}

.betblast-g1lv8u:hover .betblast-6k9cmn {
  fill: red;
}

.betblast-g1lv8u svg path {
  -webkit-transition: 0.betblast-67xq5d ease-in-out;
  -o-transition: 0.betblast-67xq5d ease-in-out;
  transition: 0.betblast-67xq5d ease-in-out;
}

.betblast-xtxv06 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.betblast-xtxv06 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.betblast-xtxv06.betblast-woldpz > :not(.get-image) {
  grid-column: 1/3;
}

.betblast-4st4qg:not(._h1-block) .betblast-xtxv06 > .betblast-9q9rtm {
  grid-row: 1/2;
  grid-column: 1/3;
}

.betblast-xtxv06.betblast-woldpz .betblast-azrid8 {
  grid-column: 2/3;
}

.betblast-xtxv06.betblast-woldpz > .betblast-j8l6c5 {
  grid-column: 1/2;
}

.betblast-xtxv06.betblast-woldpz > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.betblast-xtxv06 > p:first-of-type {
  margin-top: 0;
}

.betblast-xtxv06 .betblast-j8l6c5 {
  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;
}

.betblast-4st4qg:not(._h1-block) .betblast-9q9rtm ~ .betblast-j8l6c5 {
  grid-row: 2/10;
}

.betblast-4st4qg.betblast-vqohcd .betblast-9q9rtm ~ .betblast-j8l6c5 {
  grid-row: 1/10;
}

.betblast-4st4qg.betblast-vqohcd > .betblast-9q9rtm {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.betblast-4st4qg.betblast-vqohcd .betblast-j8l6c5 {
  grid-row: 1/10;
}

.betblast-xtxv06.betblast-7ws0sc .betblast-j8l6c5 {
  align-items: flex-start;
}

.betblast-xtxv06.betblast-7mpjca .betblast-azrid8 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.betblast-xtxv06.betblast-7mpjca .betblast-j8l6c5 {
  align-items: center;
}

.betblast-xtxv06.betblast-6vx6z5 .betblast-j8l6c5 {
  align-items: flex-end;
}

.betblast-azrid8 > :first-child {
  margin-top: 0;
}

.betblast-azrid8 > :last-child {
  margin-bottom: 0;
}

* + .betblast-jfvyjp,
.betblast-4st4qg + .betblast-4st4qg {
  margin-top: 2rem;
}

.betblast-kstymd td::before,
.betblast-kstymd th::after {
  display: none !important;
}

.betblast-kstymd #link-selector {
  color: #000;
}

.betblast-kstymd .betblast-r3a1rg {
  color: #135e96;
}

.betblast-kstymd .betblast-eljq1r *,
.betblast-kstymd .betblast-s1nqit p,
.betblast-kstymd .betblast-uvdoty * {
  color: #000;
}

.betblast-kstymd .betblast-d8z39c {
  background: 0 0 !important;
}

.betblast-kstymd .betblast-0oza7q {
  color: #000;
}

.betblast-kstymd .betblast-uaocze.betblast-tuxc97 {
  color: #fff;
}

.betblast-kstymd .betblast-2g95m9 {
  color: #000;
}

.betblast-kstymd
  .betblast-2779bv
  .betblast-mp9orw.betblast-tuxc97.betblast-il4g3z {
  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;
}

.betblast-bqh319,
body .betblast-74n0x0 {
  color: #000;
  background: var(--color-body) !important;
}

.betblast-bqh319 .betblast-mdsjg6 .betblast-u7k9tg,
body .betblast-74n0x0 .betblast-mdsjg6 .betblast-u7k9tg {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .betblast-vzcrf3:focus,
  .betblast-vzcrf3:hover {
    color: #f9cb16;
  }
  .betblast-h8d5g1:focus,
  .betblast-h8d5g1:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .betblast-c5p3sf:focus img,
  .betblast-c5p3sf:focus svg,
  .betblast-c5p3sf:hover img,
  .betblast-c5p3sf:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .betblast-avjoab {
    display: none;
  }
}

@media (min-width: 1024px) {
  .betblast-ovczy4:hover .betblast-x52872 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .betblast-x52872 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .betblast-ar2whc {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .betblast-bpnhzy {
    grid-template-columns: repeat(4, 1fr);
  }
  .betblast-ny2l21 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .betblast-obbfjk .betblast-sb562n {
    grid-template-columns: 1fr;
  }
  .betblast-obbfjk .betblast-i4l9w1 {
    -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;
  }
  .betblast-obbfjk .betblast-63yw7n {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .betblast-obbfjk .betblast-thszkd {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .betblast-obbfjk .betblast-4h8pvd {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .betblast-obbfjk .betblast-63yw7n:not(:first-child) {
    border: none;
  }
  .betblast-obbfjk .betblast-63yw7n:first-child .betblast-thszkd {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .betblast-obbfjk .betblast-63yw7n:last-child .betblast-thszkd {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .betblast-1hs0x4 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .betblast-kp3jtm {
    max-width: 100px;
  }
  .betblast-nxicjz {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .betblast-ucpc6v {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .betblast-ucpc6v svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .betblast-60dyjm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .betblast-nxicjz + .betblast-ucpc6v {
    margin-left: auto;
  }
  .betblast-binpa4 {
    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;
  }
  .betblast-binpa4.betblast-b6959c {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .betblast-42bo2e {
    -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;
  }
  .betblast-fym0ru {
    width: 100%;
  }
  .betblast-fym0ru:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .betblast-1htamc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .betblast-1htamc svg {
    margin-right: 4px;
  }
  .betblast-ovczy4 {
    -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;
  }
  .betblast-x52872 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .betblast-x52872 {
    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;
  }
  .betblast-u2ww60 {
    display: none;
    width: 100%;
  }
  .betblast-ovczy4.betblast-b6959c .betblast-u2ww60 {
    padding: 0 0 0 48px;
  }
  .betblast-xg4tvc {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .betblast-ct6p8b .betblast-j8l6c5 {
    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;
  }
  .betblast-66bbkn {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .betblast-66bbkn + .betblast-66bbkn {
    margin-right: 0;
  }
  .betblast-66bbkn + .betblast-j8l6c5 {
    margin: 0;
  }
  .betblast-ar2whc {
    grid-template-columns: repeat(4, 1fr);
  }
  .betblast-bpnhzy {
    grid-template-columns: repeat(3, 1fr);
  }
  .betblast-5j6ax7,
  .betblast-my63k1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .betblast-xtxv06 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .betblast-xtxv06.betblast-woldpz .betblast-azrid8 {
    grid-column: auto;
    grid-row: auto;
  }
  .betblast-xtxv06 > .betblast-9q9rtm {
    grid-column: 1/2;
  }
  .betblast-xtxv06.betblast-woldpz > :not(.get-image) {
    grid-column: 1/2;
  }
  .betblast-xtxv06 .betblast-j8l6c5,
  .betblast-xtxv06.betblast-woldpz > .betblast-j8l6c5 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .betblast-xtxv06.betblast-woldpz > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .betblast-4st4qg.betblast-vqohcd .betblast-xtxv06 > .betblast-j8l6c5 {
    grid-row: 1/2;
  }
  .betblast-xtxv06 .betblast-9q9rtm ~ .betblast-j8l6c5,
  .betblast-xtxv06.betblast-woldpz .betblast-9q9rtm ~ .betblast-j8l6c5 {
    grid-row: 2/3;
  }
  .betblast-4st4qg.betblast-vqohcd .betblast-9q9rtm ~ .betblast-j8l6c5 {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .betblast-rhe16v:first-child .betblast-1vqlx8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .betblast-rhe16v:first-child .betblast-1vqlx8 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .betblast-rhe16v {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .betblast-rhe16v {
    padding: 0;
  }
  .betblast-89wb1v {
    margin-top: 1rem;
  }
  .betblast-r5vrw4 {
    border-radius: 5px;
  }
  .betblast-g27lrc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .betblast-oknnks::after {
    display: inline-block;
  }
  .betblast-oknnks {
    margin: 0;
    width: 100%;
  }
  .betblast-28ipbs {
    width: 100%;
  }
  .betblast-28ipbs.betblast-7h5ooz {
    -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%;
  }
  .betblast-28ipbs.betblast-7h5ooz .betblast-ett6x7 {
    width: 100%;
  }
  .betblast-28ipbs.betblast-7h5ooz .betblast-ett6x7:not(:last-child) {
    margin-right: 0;
  }
  .betblast-vzcrf3 {
    width: 100%;
    text-align: center;
  }
  .betblast-inhzkg.betblast-b6959c .betblast-28ipbs {
    margin-top: 1rem;
  }
  .betblast-ar2whc {
    grid-template-columns: repeat(3, 1fr);
  }
  .betblast-ny2l21,
  .betblast-bpnhzy {
    grid-template-columns: repeat(2, 1fr);
  }
  .betblast-5j6ax7,
  .betblast-my63k1,
  .betblast-974pg2 {
    grid-template-columns: 1fr;
  }
  .betblast-4tsv24 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .betblast-902fiy {
    min-width: 300px;
    max-width: 325px;
  }
  .betblast-thszkd {
    cursor: auto;
  }
  .betblast-mfa0f3 .betblast-thszkd {
    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;
  }
  .betblast-ih1puj {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .betblast-u2ww60 {
    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) {
  .betblast-ih1puj {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.betblast-66bbkn p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .betblast-ucpc6v {
    margin: 0 -0.2rem;
  }
  .betblast-66bbkn {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .betblast-xmxqwd {
    -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;
  }
  .betblast-oysoqx {
    max-width: 100%;
  }
  .betblast-ar2whc {
    grid-template-columns: repeat(2, 1fr);
  }
  .betblast-ny2l21,
  .betblast-bpnhzy {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .betblast-1hs0x4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .betblast-ucpc6v {
    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;
  }
  .betblast-xglaes {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .betblast-eezwwl {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .betblast-1zuc2s,
  .betblast-qnk67u {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .betblast-5a66ud {
    width: 100%;
  }
  .betblast-ar2whc {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .betblast-ih1puj {
    top: 127px !important;
  }
}

.betblast-hknl1l {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .betblast-hknl1l {
  }
}

@media (max-width: 767px) {
  .betblast-hknl1l {
    margin-bottom: 12px;
  }
}

.betblast-hknl1l img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.betblast-t11i9h {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.betblast-t11i9h > .betblast-b0q7ci {
  flex: 1 1;
}

@media (max-width: 767px) {
  .betblast-t11i9h {
    flex-direction: column;
    gap: 12px;
  }
}

.betblast-k20kcz {
  display: flex;
}

.betblast-k20kcz .betblast-ztwbbu {
  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;
}

.betblast-k20kcz .betblast-98ybq5 {
  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;
}

.betblast-k20kcz .betblast-g5jgub {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.betblast-k20kcz .betblast-fjvdps {
  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));
  }
}

.betblast-k20kcz .betblast-fjvdps:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.betblast-k20kcz .betblast-vkavk8 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.betblast-02h917 {
  border: unset;
  background-color: unset;
}

.betblast-02h917 tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.betblast-02h917 .betblast-f6w7a1,
.betblast-02h917 .betblast-plpmgn {
  flex: 0 1 330px;
}

.betblast-02h917 .betblast-2ddkr8 {
  flex: 1 1;
}

.betblast-02h917 tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.betblast-02h917 tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.betblast-02h917 tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.betblast-02h917 tr td p {
  color: #fff;
  margin: 0;
}

.betblast-02h917 tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.betblast-02h917 tr.betblast-f6w7a1 td p {
  padding: 16px 0;
}

.betblast-02h917 tr.betblast-f6w7a1 td p:not(:last-child),
.betblast-02h917 tr.betblast-plpmgn td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.betblast-02h917 tr.betblast-f6w7a1 td p:first-child,
.betblast-02h917 tr.betblast-plpmgn td p:first-child {
  padding-top: 0;
}

.betblast-02h917 tr.betblast-plpmgn td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.betblast-02h917 tr.betblast-plpmgn td p:last-child {
  padding-bottom: 0;
}

.betblast-02h917 .betblast-plpmgn img {
  max-width: 32px;
}

.betblast-02h917 .betblast-2ddkr8 {
  min-width: 718px;
}

.betblast-02h917 .betblast-2ddkr8 td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.betblast-02h917 .betblast-2ddkr8 td {
  display: flex;
}

.betblast-02h917 .betblast-2ddkr8 td:last-child .betblast-309ce9,
.betblast-02h917 .betblast-2ddkr8 td:last-child .betblast-8p15gc,
.betblast-02h917 .betblast-2ddkr8 td:last-child .betblast-c4wm84 {
  flex: 1 1 50%;
}

.betblast-02h917 .betblast-2ddkr8 td:last-child .betblast-9x01ps {
  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;
}

.betblast-02h917 .betblast-2ddkr8 td:last-child .betblast-sd0ecp,
.betblast-02h917 .betblast-2ddkr8 td:last-child .betblast-x79k1l {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.betblast-02h917 .betblast-2ddkr8 td:last-child .betblast-309ce9,
.betblast-02h917 .betblast-2ddkr8 td:last-child .betblast-8p15gc {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.betblast-02h917 .betblast-2ddkr8 td:last-child .betblast-309ce9 span,
.betblast-02h917 .betblast-2ddkr8 td:last-child .betblast-8p15gc span {
  font-weight: 800;
}

.betblast-02h917 .betblast-2ddkr8 img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .betblast-02h917 .betblast-2ddkr8 td .betblast-c4wm84:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .betblast-02h917 tr.betblast-f6w7a1 td p:last-child {
    padding-bottom: 0;
  }
  .betblast-02h917 .betblast-plpmgn > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .betblast-02h917 .betblast-plpmgn > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .betblast-02h917 tr.betblast-f6w7a1 td p:not(:last-child),
  .betblast-02h917 tr.betblast-plpmgn td p:not(:last-child) {
    border-bottom: unset;
  }
  .betblast-02h917 tr.betblast-plpmgn td p:last-child {
    padding-bottom: 12px;
  }
  .betblast-02h917 .betblast-2ddkr8 td:last-child .betblast-309ce9,
  .betblast-02h917 .betblast-2ddkr8 td:last-child .betblast-8p15gc,
  .betblast-02h917 .betblast-2ddkr8 td:last-child .betblast-c4wm84 {
    flex: 1 1 50%;
    padding: 0;
  }
  .betblast-02h917 .betblast-2ddkr8 td:last-child .betblast-309ce9,
  .betblast-02h917 .betblast-2ddkr8 td:last-child .betblast-8p15gc {
    margin-top: 16px;
  }
  .betblast-02h917 .betblast-2ddkr8 td:last-child .betblast-c4wm84 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .betblast-02h917 .betblast-2ddkr8 td:last-child .betblast-309ce9 {
    border-right: 1px solid var(--border-color);
  }
  .betblast-02h917 .betblast-2ddkr8 td:last-child .betblast-c4wm84:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .betblast-02h917 .betblast-2ddkr8 td:last-child .betblast-c4wm84:last-child {
    padding-bottom: 0;
  }
}

.betblast-c4wm84 {
  display: flex;
  flex-direction: column;
}

.betblast-02h917 .betblast-2ddkr8 td .betblast-c4wm84 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.betblast-02h917 .betblast-2ddkr8 td .betblast-c4wm84:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.betblast-02h917 .betblast-2ddkr8 td .betblast-c4wm84:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .betblast-02h917 .betblast-2ddkr8 td .betblast-c4wm84:not(:first-child) {
    padding-left: 0;
  }
  .betblast-02h917 .betblast-2ddkr8 td .betblast-c4wm84:not(:last-of-type) {
    border-right: unset;
  }
}

.betblast-02h917 .betblast-ln17vh {
  flex: 0 1 485px;
}

.betblast-02h917 .betblast-prv33l {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.betblast-02h917 .betblast-prv33l li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.betblast-02h917 .betblast-prv33l li.betblast-zc20kf {
  padding: 6px 12px;
}

.betblast-02h917 .betblast-prv33l li a,
.betblast-02h917 .betblast-prv33l 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;
}

.betblast-02h917 .betblast-3xn7bb,
.betblast-02h917 .betblast-x6reel {
  flex: 1 1;
}

.betblast-02h917 .betblast-0r2wri,
.betblast-02h917 .betblast-r1bn5z {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.betblast-02h917 .betblast-0r2wri li,
.betblast-02h917 .betblast-r1bn5z li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.betblast-02h917 .betblast-x6reel img {
  max-width: 32px;
}

.betblast-02h917 .betblast-3xn7bb img {
  max-width: 32px;
}

.betblast-02h917 .betblast-uspjii {
  min-width: 280px;
}

.betblast-02h917 .betblast-uspjii img {
  max-width: 146px;
}

.betblast-02h917 .betblast-uspjii td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .betblast-02h917 .betblast-f6w7a1,
  .betblast-02h917 .betblast-plpmgn {
    flex: 0 1 auto;
  }
  .betblast-02h917 .betblast-2ddkr8 {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .betblast-02h917 .betblast-f6w7a1,
  .betblast-02h917 .betblast-ln17vh,
  .betblast-02h917 .betblast-plpmgn,
  .betblast-02h917 .betblast-2ddkr8 {
    flex: 1 1 calc(50% - 20px);
  }
  .betblast-02h917 .betblast-3xn7bb,
  .betblast-02h917 .betblast-uspjii,
  .betblast-02h917 .betblast-x6reel {
    flex: 1 1 30%;
  }
  .betblast-02h917 .betblast-uspjii {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .betblast-02h917 .betblast-f6w7a1,
  .betblast-02h917 .betblast-ln17vh,
  .betblast-02h917 .betblast-3xn7bb,
  .betblast-02h917 .betblast-plpmgn,
  .betblast-02h917 .betblast-2ddkr8,
  .betblast-02h917 .betblast-uspjii,
  .betblast-02h917 .betblast-x6reel {
    flex: 1 1 100%;
  }
}

.betblast-040k5d .betblast-mti3ib {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.betblast-040k5d .betblast-lvkqv7 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.betblast-040k5d .betblast-t0gnii {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.betblast-040k5d .betblast-8xien8 {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.betblast-040k5d .betblast-8xien8 > :nth-child(3) {
  margin-top: 0;
}

.betblast-040k5d .betblast-j8l6c5 {
  grid-column: 2/3;
  grid-row: 1/10;
}

.betblast-040k5d .betblast-rbkc58 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.betblast-040k5d .betblast-89wb1v {
  grid-column: 1/2;
}

.betblast-040k5d > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.betblast-040k5d .betblast-lvkqv7: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;
}

.betblast-040k5d .betblast-lvkqv7:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.betblast-040k5d .betblast-5a66ud {
  min-width: 240px;
}

@media (max-width: 768px) {
  .betblast-040k5d .betblast-lvkqv7:not(:last-child):before {
    bottom: 8px;
  }
  .betblast-040k5d .betblast-lvkqv7:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .betblast-040k5d .betblast-8xien8 {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .betblast-040k5d .betblast-j8l6c5 {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .betblast-040k5d .betblast-j8l6c5 img {
    width: 100%;
    height: auto;
  }
  .betblast-040k5d .betblast-5a66ud {
    width: 100%;
    min-width: unset;
  }
}

.betblast-2up8aw .betblast-accc6g {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.betblast-2up8aw .betblast-aig25w {
  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;
}

.betblast-2up8aw .betblast-j8l6c5 {
  height: 100%;
}

.betblast-2up8aw .betblast-j8l6c5 img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.betblast-2up8aw .betblast-e1mxkv {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.betblast-2up8aw .betblast-nbl8yo {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.betblast-2up8aw .betblast-k5b9v9 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .betblast-2up8aw .betblast-aig25w {
    flex: 1 1 100%;
  }
  .betblast-2up8aw .betblast-vncs3z {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .betblast-2up8aw .betblast-aig25w {
    flex-direction: column;
  }
  .betblast-2up8aw .betblast-j8l6c5 {
    width: 100%;
    height: auto;
  }
  .betblast-2up8aw .betblast-j8l6c5 img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .betblast-2up8aw .betblast-e1mxkv {
    padding: 0 16px 16px 16px;
  }
  .betblast-2up8aw .betblast-vncs3z {
    min-width: unset;
    width: 100%;
  }
}

.betblast-w8uymh .betblast-ud0mfx {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.betblast-w8uymh .betblast-72ekvd {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.betblast-w8uymh 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;
}

.betblast-w8uymh .betblast-c7kw35 {
  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;
}

.betblast-w8uymh .betblast-72ekvd:hover .betblast-c7kw35 {
  display: flex;
}

.betblast-w8uymh .betblast-8zs5co {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.betblast-w8uymh .betblast-4b2odb {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.betblast-d744zi {
  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;
}

.betblast-d744zi.betblast-xl3ahy {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.betblast-3xayil ease-in-out;
}

.betblast-d744zi.betblast-xl3ahy:hover {
  color: #f9cb16;
  background-color: transparent;
}

.betblast-w8uymh .betblast-axkypj {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.betblast-3xayil ease-in-out;
}

.betblast-w8uymh .betblast-axkypj:hover {
  color: #196948;
  background-color: #f9cb16;
}

.betblast-w8uymh .betblast-axkypj:after,
.betblast-d744zi.betblast-xl3ahy:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.betblast-d744zi.betblast-xl3ahy:after {
  background-image: url(../images/Cash.svg);
}

.betblast-w8uymh .betblast-axkypj:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .betblast-w8uymh .betblast-ud0mfx {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .betblast-w8uymh .betblast-ud0mfx {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .betblast-w8uymh .betblast-ud0mfx {
    grid-template-columns: 1fr;
  }
  .betblast-w8uymh .betblast-72ekvd {
    height: auto;
  }
  .betblast-w8uymh .betblast-72ekvd .betblast-c7kw35 {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .betblast-w8uymh .betblast-8zs5co,
  .betblast-w8uymh .betblast-4b2odb {
    text-align: left;
  }
  .betblast-w8uymh .betblast-4b2odb {
    margin-bottom: 8px;
  }
  .betblast-w8uymh img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.betblast-nqqj7a {
  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;
}

.betblast-nqqj7a.betblast-7ejvhv {
  display: block;
}

.betblast-nqqj7a .betblast-j98l7m {
  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;
}

.betblast-nqqj7a .betblast-qnyaig {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.betblast-nqqj7a .betblast-v9ucgk {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.betblast-nqqj7a .betblast-xxfxj5 {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.betblast-nqqj7a .betblast-d744zi {
  min-width: 296px;
  margin-bottom: 0;
}

.betblast-nqqj7a .betblast-rvww8c {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.betblast-nqqj7a .betblast-f52jm8 {
  position: relative;
  flex: 1 1;
}

.betblast-nqqj7a .betblast-f52jm8 iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .betblast-nqqj7a .betblast-qnyaig {
    flex-wrap: wrap;
    gap: 8px;
  }
  .betblast-nqqj7a .betblast-v9ucgk {
    order: 1;
  }
  .betblast-nqqj7a .betblast-xxfxj5 {
    order: 3;
    flex: 1 1 100%;
  }
  .betblast-nqqj7a .betblast-d744zi {
    width: 100%;
    min-width: unset;
  }
  .betblast-nqqj7a .betblast-rvww8c {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .betblast-xtxv06 > .betblast-9q9rtm {
    margin-bottom: 0;
  }
  .betblast-xtxv06 > .betblast-89wb1v,
  .betblast-xtxv06 > p {
    margin-top: 0;
  }
}

.betblast-ci86zk img,
.betblast-66bbkn img {
  width: auto;
  object-fit: contain;
}

.betblast-ci86zk {
  align-items: center;
}

.betblast-ci86zk img {
  max-height: 76px;
}

.betblast-66bbkn img {
  max-height: 64px;
}

.betblast-unu7lu {
  overflow: auto;
}

.betblast-ynmh56 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.betblast-c6wvo1:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.betblast-zq9i1j {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.betblast-w36cew {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.betblast-zq9i1j .betblast-j8l6c5 {
  margin-right: 20px;
  flex-shrink: 0;
}

.betblast-zq9i1j img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.betblast-l01x21 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.betblast-l01x21 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .betblast-zq9i1j {
    padding: 15px 10px;
  }
  .betblast-l01x21 {
    padding: 15px 10px;
  }
  .betblast-zq9i1j .betblast-j8l6c5 {
    margin-right: 10px;
  }
}

.betblast-vzduq4 {
  overflow-x: auto;
}

.betblast-23eq4e {
  border-collapse: collapse;
  width: 100%;
}

.betblast-vzduq4 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.betblast-vzduq4 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.betblast-vzduq4 td.betblast-izbvxd {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.betblast-vzduq4 td.betblast-kg89sd {
  border-right: none;
}

.betblast-vzduq4 td.betblast-kg89sd .betblast-j8l6c5 {
  justify-content: flex-start;
}

.betblast-vzduq4 td.betblast-kg89sd .betblast-j8l6c5 img {
  height: auto;
  width: 90px;
}

.betblast-vzduq4 td.betblast-l0uxf9,
.betblast-vzduq4 td.betblast-hivcut {
  font-weight: 600;
  text-align: right;
}

.betblast-vzduq4 td.betblast-2ma9ey,
.betblast-vzduq4 td.betblast-l0uxf9 {
  padding-bottom: 10px;
  border-bottom: none;
}

.betblast-vzduq4 td.betblast-l0uxf9,
.betblast-vzduq4 td.betblast-hivcut {
  border-left: none;
}

.betblast-vzduq4 td.betblast-2ma9ey,
.betblast-vzduq4 td.betblast-3ixx1q {
  border-right: none;
}

.betblast-vzduq4 td.betblast-3ixx1q,
.betblast-vzduq4 td.betblast-hivcut {
  border-top: none;
  padding-top: 10px;
}

.betblast-bztyp1 {
  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;
}

.betblast-bztyp1 .betblast-vncs3z {
  min-width: unset;
  width: 100%;
}

.betblast-bztyp1 .betblast-vncs3z.betblast-fwtrhx {
  grid-column: 1/2;
  grid-row: 1/2;
}

.betblast-bztyp1 .betblast-vncs3z.betblast-lklf2l {
  grid-column: 2/3;
  grid-row: 1/2;
}

.betblast-bztyp1 .betblast-pjy1b0 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .betblast-bztyp1 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .betblast-bztyp1 .betblast-vncs3z.betblast-fwtrhx {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .betblast-bztyp1 .betblast-vncs3z.betblast-lklf2l {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .betblast-bztyp1 .betblast-pjy1b0 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.betblast-867zpi {
  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;
}

.betblast-x563z4 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.betblast-m2j7g1 p a img {
  margin: 0 auto;
  display: block;
}

.betblast-m2j7g1 table {
  margin-bottom: 17px;
}

/* contanct form */
.betblast-619mur {
  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;
}

.betblast-619mur label {
  font-size: 14px;
}

.betblast-619mur h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.betblast-619mur input,
.betblast-619mur textarea,
.betblast-619mur 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;
}
.betblast-619mur button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.betblast-3xayil ease;
}
.betblast-619mur button:hover {
  background-color: #691204;
}
.betblast-85pwxa {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.betblast-3n6syg ease-in;
}

.betblast-85pwxa h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}