@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);
}

.roobet-xpmf37 {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.roobet-u7lt42 {
  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.roobet-bxqv4t,
ul.roobet-bxqv4t {
  padding-left: 20px;
}

ul.roobet-bxqv4t {
  list-style: disc;
}

ol.roobet-bxqv4t {
  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;
  }
}

.roobet-i3r23c > .roobet-v2pt4u,
.roobet-i3r23c > .roobet-7rlhn6,
.roobet-i3r23c > blockquote,
.roobet-i3r23c > h1,
.roobet-i3r23c > h2,
.roobet-i3r23c > h3,
.roobet-i3r23c > h4,
.roobet-i3r23c > h5,
.roobet-i3r23c > h6,
.roobet-i3r23c > ol,
.roobet-i3r23c > p,
.roobet-i3r23c > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.roobet-i3r23c > ol,
.roobet-i3r23c > ul {
  padding-left: 50px;
}

.roobet-i3r23c 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;
}

.roobet-i3r23c:not(:last-child) {
  margin-bottom: 2rem;
}

.roobet-i3r23c > :not(:first-child) {
  margin-top: 2rem;
}

.roobet-i3r23c {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.roobet-i3r23c:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .roobet-i3r23c:first-child {
    margin-top: 20px;
  }
}

.roobet-i3r23c > p:last-of-type {
  margin-bottom: 32px;
}

.roobet-i3r23c > .roobet-vjt2n1:not(:first-child) {
  margin: 64px auto 16px auto;
}

.roobet-m566x0 > .roobet-vjt2n1 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.roobet-7rlhn6 {
  overflow: auto;
}

.roobet-7rlhn6::-webkit-scrollbar {
  height: 5px;
}

.roobet-7rlhn6 table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.roobet-7rlhn6 table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.roobet-7rlhn6 table thead,
table thead {
  border-bottom: none;
}

.roobet-7rlhn6 table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.roobet-7rlhn6 table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.roobet-7rlhn6 table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.roobet-7rlhn6 .roobet-ptb4gw {
  table-layout: auto;
}

.roobet-7rlhn6 .roobet-ptb4gw th {
  word-break: normal;
}

.roobet-7rlhn6 .roobet-ptb4gw td {
  word-break: normal;
}

.roobet-xpmf37 .roobet-xpmf37 {
  padding-right: 0;
  padding-left: 0;
}

.roobet-owlu8f {
  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;
}

.roobet-em6xmk {
  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;
}

.roobet-m9pnxy {
  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;
}

.roobet-v2pt4u {
  margin-top: 24px;
}

.roobet-v2pt4u.roobet-z5e89i {
  text-align: left;
}

.roobet-v2pt4u.roobet-hb5nwq {
  text-align: right;
}

.roobet-v2pt4u.roobet-mir082 {
  text-align: center;
}

.roobet-59qlvl {
  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.roobet-pcibtn ease-in-out;
  cursor: pointer;
}

.roobet-59qlvl:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.roobet-59qlvl {
  min-width: 328px;
}

@media (max-width: 768px) {
  .roobet-59qlvl {
    min-width: unset;
  }
}

.roobet-2amw27 {
  background-color: var(--fh-bg-color);
}

.roobet-ii48l5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.roobet-otwc2a {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.roobet-otwc2a img {
  max-height: 80px;
  object-fit: contain;
}

.roobet-1a5hkz {
  flex: 1 1;
}

.roobet-i59l2l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.roobet-i3vzls {
  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;
}

.roobet-i3vzls 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;
}

.roobet-i3vzls.roobet-ftyixz span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.roobet-i3vzls.roobet-ftyixz span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.roobet-i3vzls.roobet-ftyixz span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.roobet-1a5hkz + .roobet-i59l2l {
  margin-left: 20px;
}

.roobet-m0v2b2 {
  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;
}

.roobet-m0v2b2 > svg {
  max-width: 24px;
  max-height: 24px;
}

.roobet-m0v2b2 + .roobet-m0v2b2 {
  margin-left: 5px;
}

.roobet-4n6kf7 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.roobet-4n6kf7:hover {
  background-color: var(--button-bg-hover);
}

.roobet-33s169 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.roobet-pcibtn ease-in-out;
  border: 1px solid var(--border-color);
}

.roobet-33s169:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.roobet-779jpa {
  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) {
  .roobet-1a5hkz {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .roobet-779jpa {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .roobet-1a5hkz {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .roobet-m0v2b2 {
    min-width: unset;
    flex: 1 1;
  }
}

.roobet-atr139 {
  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;
}

.roobet-atr139:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.roobet-atr139:hover .roobet-dsbzak {
  opacity: 1;
  pointer-events: auto;
}

.roobet-tto2fc {
  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.roobet-e4vue2 ease-in-out;
  gap: 4px;
}

.roobet-tto2fc > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.roobet-tto2fc .roobet-owlu8f img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.roobet-1xvqk1,
.roobet-tto2fc:hover {
  color: var(--button-bg-hover);
}

.roobet-jhqnqu {
  position: relative;
}

.roobet-jhqnqu .roobet-tto2fc {
  margin-right: 0;
  padding-right: 4px;
}

.roobet-sanrq1 svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.roobet-jhqnqu.roobet-ftyixz .roobet-sanrq1 svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.roobet-jhqnqu.roobet-ftyixz .roobet-dsbzak {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.roobet-jhqnqu.roobet-ftyixz .roobet-dsbzak::before {
  display: none;
}

.roobet-sanrq1 svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.roobet-dsbzak {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.roobet-kpuk82 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.roobet-dsbzak::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.roobet-dsbzak:hover {
  color: var(--fh-bg-color);
}

.roobet-9npun1 {
  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.roobet-kpuk82 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.roobet-e4vue2 ease-in-out;
  -o-transition: 0.roobet-e4vue2 ease-in-out;
  transition: 0.roobet-e4vue2 ease-in-out;
}

.roobet-9npun1 .roobet-owlu8f img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.roobet-wt3d34,
.roobet-9npun1:hover {
  color: var(--button-bg-hover);
}

.roobet-nnjqqx {
  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%;
}

.roobet-nnjqqx.roobet-ye6qh2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.roobet-nnjqqx.roobet-ye6qh2:after,
.roobet-nnjqqx.roobet-ye6qh2:before {
  content: "";
  position: absolute;
  margin: auto;
}

.roobet-nnjqqx.roobet-ye6qh2: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);
  }
}

.roobet-nnjqqx.roobet-ye6qh2:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.roobet-nnjqqx.roobet-ye6qh2 > * {
  z-index: 1;
}

.roobet-nnjqqx b,
.roobet-nnjqqx strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.roobet-nnjqqx .roobet-cenk3y {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.roobet-nnjqqx .roobet-ezxmc7 {
  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;
}

.roobet-nnjqqx .roobet-owlu8f {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.roobet-nnjqqx .roobet-ov9s9m {
  margin-top: 12px;
}

.roobet-ov9s9m {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.roobet-28cdia {
  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;
}

.roobet-ov9s9m .roobet-finnyv {
  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.roobet-pcibtn ease-in-out;
}

.roobet-ov9s9m .roobet-finnyv:hover {
  background: rgba(255, 255, 255, 0.3);
}

.roobet-fj6ify {
  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;
}

.roobet-nnjqqx.roobet-7u3nmf {
  gap: 12px;
  padding: 16px;
}

.roobet-nnjqqx.roobet-7u3nmf .roobet-fj6ify {
  min-width: 240px;
}

.roobet-nnjqqx.roobet-7u3nmf .roobet-fj6ify.roobet-g15j5t {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .roobet-nnjqqx .roobet-cenk3y {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .roobet-nnjqqx .roobet-ezxmc7 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .roobet-nnjqqx .roobet-owlu8f {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .roobet-nnjqqx.roobet-7u3nmf .roobet-owlu8f {
    max-width: 126px;
  }
  .roobet-nnjqqx .roobet-ov9s9m {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .roobet-nnjqqx .roobet-28cdia {
    max-width: unset;
  }
  .roobet-fj6ify {
    min-width: unset;
    width: 100%;
  }
  .roobet-nnjqqx .roobet-fj6ify {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .roobet-nnjqqx.roobet-7u3nmf {
    grid-template-rows: auto 1fr auto;
  }
  .roobet-nnjqqx.roobet-7u3nmf .roobet-fj6ify {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .roobet-nnjqqx {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .roobet-nnjqqx .roobet-cenk3y {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .roobet-nnjqqx .roobet-owlu8f {
    max-width: 78px;
  }
  .roobet-nnjqqx .roobet-ov9s9m {
    margin-top: -12px;
  }
  .roobet-nnjqqx.roobet-7u3nmf {
    gap: 8px;
  }
  .roobet-nnjqqx.roobet-7u3nmf .roobet-cenk3y {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .roobet-nnjqqx.roobet-7u3nmf .roobet-ezxmc7 {
    grid-column: 1/3;
  }
  .roobet-nnjqqx.roobet-7u3nmf .roobet-owlu8f {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .roobet-nnjqqx.roobet-7u3nmf .roobet-owlu8f img {
    max-width: 114px;
  }
}

.roobet-fj6ify.roobet-lyawd1,
.roobet-fj6ify.roobet-iu7hgf,
.roobet-fj6ify.roobet-9u4bm3 {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.roobet-pcibtn ease-in-out;
}

.roobet-fj6ify.roobet-lyawd1,
.roobet-fj6ify.roobet-9u4bm3 {
  padding: 10px;
}

.roobet-fj6ify.roobet-lyawd1:hover,
.roobet-fj6ify.roobet-iu7hgf:hover,
.roobet-fj6ify.roobet-9u4bm3:hover {
  background: var(--button-bg-hover);
}

.roobet-fj6ify.roobet-lyawd1:hover svg path,
.roobet-fj6ify.roobet-9u4bm3:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.roobet-fj6ify.roobet-g15j5t {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.roobet-pcibtn ease-in-out;
  background: var(--button-bg-color);
}

.roobet-fj6ify.roobet-g15j5t:hover {
  background-color: var(--button-bg-hover);
}

.roobet-fj6ify.roobet-iu7hgf: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);
  }
}

.roobet-fj6ify.roobet-iu7hgf:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.roobet-fj6ify.roobet-g15j5t:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.roobet-sh8o8l {
  max-width: 650px;
}

.roobet-klc7nq {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.roobet-56cy3r {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.roobet-e5we3k {
  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.roobet-e4vue2 ease-in-out;
  cursor: pointer;
}

.roobet-e5we3k:hover {
  opacity: 0.5;
}

.roobet-e5we3k:focus {
  outline: 0;
}

.roobet-e5we3k:focus .roobet-m2wa3g,
.roobet-e5we3k:hover .roobet-m2wa3g {
  fill: red;
  fill-opacity: 1;
}

.roobet-e5we3k:hover {
  cursor: pointer;
}

.roobet-31sdgq {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.roobet-sh8o8l.roobet-mir082 {
  margin: 0 auto;
}

.roobet-sh8o8l.roobet-hb5nwq {
  margin-left: auto;
}

.roobet-tb9mvn {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.roobet-7zmlrs {
  padding-bottom: 50px;
}

.roobet-aa0e19 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.roobet-vyup71 {
  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;
}

.roobet-2o2ffv {
  margin-top: 24px;
}

.roobet-qnio17 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.roobet-skjy4b {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.roobet-uxhrgm {
  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;
}

.roobet-ag42d5 {
  width: 468px;
}

.roobet-uxhrgm .roobet-dsbzak {
  margin: 0.roobet-mu54n6 0;
}

.roobet-i1ziin {
  display: flex;
  min-width: 224px;
}

.roobet-5em1ro {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.roobet-e4vue2 ease-in-out;
}

.roobet-2f0b8u,
.roobet-5em1ro:hover {
  color: var(--text-color);
}

.roobet-vnpggc {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.roobet-9l7w3w {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .roobet-tb9mvn {
    padding: 16px;
  }
  .roobet-vnpggc {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .roobet-9l7w3w {
    align-items: center;
  }
  .roobet-ag42d5 {
    width: unset;
  }
  .roobet-i1ziin {
    min-width: unset;
  }
  .roobet-uxhrgm {
    max-height: unset;
  }
  .roobet-aa0e19 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .roobet-tb9mvn {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.roobet-uu70k3 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.roobet-uu70k3:not(:last-child) {
  margin-bottom: 16px;
}

.roobet-qgeef7 {
  outline: 0;
}

.roobet-qgeef7 .roobet-z2z0xl {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.roobet-adcfrl {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .roobet-adcfrl {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.roobet-adcfrl::-webkit-details-marker {
  display: none;
}

.roobet-adcfrl: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;
}

.roobet-adcfrl: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] .roobet-adcfrl:after {
  transform: unset;
}

.roobet-z2z0xl {
  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);
}

.roobet-z2z0xl 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.roobet-e4vue2 ease-in-out;
  -o-transition: 0.roobet-e4vue2 ease-in-out;
  transition: 0.roobet-e4vue2 ease-in-out;
}

.roobet-qjlwnd {
  padding: 16px 0 0 0;
}

.roobet-qjlwnd * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .roobet-qjlwnd :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .roobet-adcfrl {
    flex-wrap: wrap;
    gap: 12px;
  }
  .roobet-adcfrl::after {
    margin-left: auto;
  }
  .roobet-z2z0xl {
    order: 3;
    flex: 1 1 100%;
  }
  .roobet-adcfrl {
    font-size: 14px;
    line-height: 130%;
  }
  .roobet-z2z0xl svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.roobet-x69od6 {
  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;
}

.roobet-3thg53 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.roobet-x69od6.roobet-ftyixz .roobet-3thg53 {
  margin-bottom: 12px;
}

.roobet-3thg53::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;
}

.roobet-x69od6.roobet-ftyixz .roobet-3thg53::after {
  transform: unset;
}

.roobet-2ece6r {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.roobet-pg71dm {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.roobet-e4vue2 ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.roobet-pg71dm: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;
}

.roobet-x69od6.roobet-ftyixz .roobet-2ece6r {
  max-height: 100%;
}

.roobet-qk1rax {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.roobet-te83h1 {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.roobet-ldxa2o {
  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;
}

.roobet-4vah41 {
  margin-right: 4px;
}

.roobet-fvfy93 {
  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.roobet-e4vue2 ease-in-out;
}

.roobet-fvfy93 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.roobet-csihjw,
.roobet-fvfy93:hover {
  color: var(--text-color);
}

.roobet-ai6g9q {
  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;
}

.roobet-ai6g9q img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.roobet-ai6g9q .roobet-t2nwb8 {
  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;
}

.roobet-ai6g9q .roobet-zpckiy {
  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;
}

.roobet-53yp4f {
  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;
}

.roobet-gyzfth {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.roobet-3xco9u .roobet-xpmf37 {
  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;
}

.roobet-3xco9u {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.roobet-uri90p {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.roobet-heig4x {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.roobet-kdqnd8 {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.roobet-8aubdz 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;
}

.roobet-kdqnd8:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.roobet-uitdp2 {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.roobet-vuylei {
  -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.roobet-e4vue2 ease-in-out;
  transition: transform 0.roobet-e4vue2 ease-in-out;
  -o-transition: transform 0.roobet-e4vue2 ease-in-out;
  transition:
    transform 0.roobet-e4vue2 ease-in-out,
    -webkit-transform 0.roobet-e4vue2 ease-in-out;
  cursor: pointer;
}

.roobet-vuylei svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.roobet-vuylei: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;
}

.roobet-gz3105 {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .roobet-gz3105 {
    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);
}

.roobet-0066ax {
  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;
}

.roobet-i302dq {
  position: relative;
  width: 100%;
}

.roobet-0066ax.roobet-9ti32t {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.roobet-0066ax.roobet-mir082 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.roobet-0066ax.roobet-hb5nwq {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.roobet-elqv0w {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.roobet-7zid2z {
  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.roobet-e4vue2 ease-in-out;
  cursor: pointer;
}

.roobet-7zid2z:hover {
  opacity: 0.5;
}

.roobet-0066ax.roobet-g95l67 .roobet-7zid2z {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.roobet-0066ax.roobet-g95l67 .roobet-elqv0w {
  cursor: pointer;
}

.roobet-wkdt1h {
  fill: #0009;
}

.roobet-jshgvn {
  fill: #fff;
}

.roobet-7zid2z:hover .roobet-wkdt1h {
  fill: red;
}

.roobet-7zid2z svg path {
  -webkit-transition: 0.roobet-e4vue2 ease-in-out;
  -o-transition: 0.roobet-e4vue2 ease-in-out;
  transition: 0.roobet-e4vue2 ease-in-out;
}

.roobet-3oeg0t {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.roobet-3oeg0t > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.roobet-3oeg0t.roobet-su5wzh > :not(.get-image) {
  grid-column: 1/3;
}

.roobet-kjl32f:not(._h1-block) .roobet-3oeg0t > .roobet-vjt2n1 {
  grid-row: 1/2;
  grid-column: 1/3;
}

.roobet-3oeg0t.roobet-su5wzh .roobet-o96i8z {
  grid-column: 2/3;
}

.roobet-3oeg0t.roobet-su5wzh > .roobet-owlu8f {
  grid-column: 1/2;
}

.roobet-3oeg0t.roobet-su5wzh > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.roobet-3oeg0t > p:first-of-type {
  margin-top: 0;
}

.roobet-3oeg0t .roobet-owlu8f {
  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;
}

.roobet-kjl32f:not(._h1-block) .roobet-vjt2n1 ~ .roobet-owlu8f {
  grid-row: 2/10;
}

.roobet-kjl32f.roobet-bbq480 .roobet-vjt2n1 ~ .roobet-owlu8f {
  grid-row: 1/10;
}

.roobet-kjl32f.roobet-bbq480 > .roobet-vjt2n1 {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.roobet-kjl32f.roobet-bbq480 .roobet-owlu8f {
  grid-row: 1/10;
}

.roobet-3oeg0t.roobet-ef6z8o .roobet-owlu8f {
  align-items: flex-start;
}

.roobet-3oeg0t.roobet-mir082 .roobet-o96i8z {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.roobet-3oeg0t.roobet-mir082 .roobet-owlu8f {
  align-items: center;
}

.roobet-3oeg0t.roobet-qgw5ku .roobet-owlu8f {
  align-items: flex-end;
}

.roobet-o96i8z > :first-child {
  margin-top: 0;
}

.roobet-o96i8z > :last-child {
  margin-bottom: 0;
}

* + .roobet-a8fbup,
.roobet-kjl32f + .roobet-kjl32f {
  margin-top: 2rem;
}

.roobet-q5v3t7 td::before,
.roobet-q5v3t7 th::after {
  display: none !important;
}

.roobet-q5v3t7 #link-selector {
  color: #000;
}

.roobet-q5v3t7 .roobet-w2pmw5 {
  color: #135e96;
}

.roobet-q5v3t7 .roobet-x7dlnn *,
.roobet-q5v3t7 .roobet-iafgco p,
.roobet-q5v3t7 .roobet-o7guln * {
  color: #000;
}

.roobet-q5v3t7 .roobet-i2589s {
  background: 0 0 !important;
}

.roobet-q5v3t7 .roobet-hlu9ke {
  color: #000;
}

.roobet-q5v3t7 .roobet-6msr0u.roobet-m6mnjh {
  color: #fff;
}

.roobet-q5v3t7 .roobet-jyku0l {
  color: #000;
}

.roobet-q5v3t7
  .roobet-mqyjmv
  .roobet-k5afi5.roobet-m6mnjh.roobet-8kswlm {
  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;
}

.roobet-7ayl9z,
body .roobet-v3jo1b {
  color: #000;
  background: var(--color-body) !important;
}

.roobet-7ayl9z .roobet-rkbzr6 .roobet-o3nq0r,
body .roobet-v3jo1b .roobet-rkbzr6 .roobet-o3nq0r {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .roobet-pg71dm:focus,
  .roobet-pg71dm:hover {
    color: #f9cb16;
  }
  .roobet-wb9ah4:focus,
  .roobet-wb9ah4:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .roobet-091ch0:focus img,
  .roobet-091ch0:focus svg,
  .roobet-091ch0:hover img,
  .roobet-091ch0:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .roobet-ai6g9q {
    display: none;
  }
}

@media (min-width: 1024px) {
  .roobet-jhqnqu:hover .roobet-sanrq1 svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .roobet-sanrq1 {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .roobet-n8y11c {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .roobet-t4bz27 {
    grid-template-columns: repeat(4, 1fr);
  }
  .roobet-fb3kk9 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .roobet-isvju8 .roobet-z1oq98 {
    grid-template-columns: 1fr;
  }
  .roobet-isvju8 .roobet-ygn0l2 {
    -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;
  }
  .roobet-isvju8 .roobet-cby87g {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .roobet-isvju8 .roobet-5iig2p {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .roobet-isvju8 .roobet-v9cuav {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .roobet-isvju8 .roobet-cby87g:not(:first-child) {
    border: none;
  }
  .roobet-isvju8 .roobet-cby87g:first-child .roobet-5iig2p {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .roobet-isvju8 .roobet-cby87g:last-child .roobet-5iig2p {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .roobet-ii48l5 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .roobet-otwc2a {
    max-width: 100px;
  }
  .roobet-1a5hkz {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .roobet-i59l2l {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .roobet-i59l2l svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .roobet-i3vzls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .roobet-1a5hkz + .roobet-i59l2l {
    margin-left: auto;
  }
  .roobet-lh4mpu {
    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;
  }
  .roobet-lh4mpu.roobet-ftyixz {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .roobet-779jpa {
    -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;
  }
  .roobet-atr139 {
    width: 100%;
  }
  .roobet-atr139:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .roobet-tto2fc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .roobet-tto2fc svg {
    margin-right: 4px;
  }
  .roobet-jhqnqu {
    -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;
  }
  .roobet-sanrq1 svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .roobet-sanrq1 {
    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;
  }
  .roobet-dsbzak {
    display: none;
    width: 100%;
  }
  .roobet-jhqnqu.roobet-ftyixz .roobet-dsbzak {
    padding: 0 0 0 48px;
  }
  .roobet-9npun1 {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .roobet-vyup71 .roobet-owlu8f {
    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;
  }
  .roobet-fxpokx {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .roobet-fxpokx + .roobet-fxpokx {
    margin-right: 0;
  }
  .roobet-fxpokx + .roobet-owlu8f {
    margin: 0;
  }
  .roobet-n8y11c {
    grid-template-columns: repeat(4, 1fr);
  }
  .roobet-t4bz27 {
    grid-template-columns: repeat(3, 1fr);
  }
  .roobet-1mksew,
  .roobet-u4p04q {
    grid-template-columns: repeat(2, 1fr);
  }
  .roobet-3oeg0t {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .roobet-3oeg0t.roobet-su5wzh .roobet-o96i8z {
    grid-column: auto;
    grid-row: auto;
  }
  .roobet-3oeg0t > .roobet-vjt2n1 {
    grid-column: 1/2;
  }
  .roobet-3oeg0t.roobet-su5wzh > :not(.get-image) {
    grid-column: 1/2;
  }
  .roobet-3oeg0t .roobet-owlu8f,
  .roobet-3oeg0t.roobet-su5wzh > .roobet-owlu8f {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .roobet-3oeg0t.roobet-su5wzh > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .roobet-kjl32f.roobet-bbq480 .roobet-3oeg0t > .roobet-owlu8f {
    grid-row: 1/2;
  }
  .roobet-3oeg0t .roobet-vjt2n1 ~ .roobet-owlu8f,
  .roobet-3oeg0t.roobet-su5wzh .roobet-vjt2n1 ~ .roobet-owlu8f {
    grid-row: 2/3;
  }
  .roobet-kjl32f.roobet-bbq480 .roobet-vjt2n1 ~ .roobet-owlu8f {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .roobet-i3r23c:first-child .roobet-pun3mm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .roobet-i3r23c:first-child .roobet-pun3mm h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .roobet-i3r23c {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .roobet-i3r23c {
    padding: 0;
  }
  .roobet-v2pt4u {
    margin-top: 1rem;
  }
  .roobet-qgeef7 {
    border-radius: 5px;
  }
  .roobet-kpnyjt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .roobet-3thg53::after {
    display: inline-block;
  }
  .roobet-3thg53 {
    margin: 0;
    width: 100%;
  }
  .roobet-2ece6r {
    width: 100%;
  }
  .roobet-2ece6r.roobet-0qwj5h {
    -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%;
  }
  .roobet-2ece6r.roobet-0qwj5h .roobet-ouq44h {
    width: 100%;
  }
  .roobet-2ece6r.roobet-0qwj5h .roobet-ouq44h:not(:last-child) {
    margin-right: 0;
  }
  .roobet-pg71dm {
    width: 100%;
    text-align: center;
  }
  .roobet-x69od6.roobet-ftyixz .roobet-2ece6r {
    margin-top: 1rem;
  }
  .roobet-n8y11c {
    grid-template-columns: repeat(3, 1fr);
  }
  .roobet-fb3kk9,
  .roobet-t4bz27 {
    grid-template-columns: repeat(2, 1fr);
  }
  .roobet-1mksew,
  .roobet-u4p04q,
  .roobet-c6gjdt {
    grid-template-columns: 1fr;
  }
  .roobet-i2pe18 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .roobet-r5r7mq {
    min-width: 300px;
    max-width: 325px;
  }
  .roobet-5iig2p {
    cursor: auto;
  }
  .roobet-yf94sl .roobet-5iig2p {
    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;
  }
  .roobet-gz3105 {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .roobet-dsbzak {
    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) {
  .roobet-gz3105 {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.roobet-fxpokx p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .roobet-i59l2l {
    margin: 0 -0.2rem;
  }
  .roobet-fxpokx {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .roobet-7b5uod {
    -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;
  }
  .roobet-tolalt {
    max-width: 100%;
  }
  .roobet-n8y11c {
    grid-template-columns: repeat(2, 1fr);
  }
  .roobet-fb3kk9,
  .roobet-t4bz27 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .roobet-ii48l5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .roobet-i59l2l {
    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;
  }
  .roobet-2amw27 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .roobet-m0v2b2 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .roobet-g098ue,
  .roobet-25o29k {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .roobet-59qlvl {
    width: 100%;
  }
  .roobet-n8y11c {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .roobet-gz3105 {
    top: 127px !important;
  }
}

.roobet-0txnmx {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .roobet-0txnmx {
  }
}

@media (max-width: 767px) {
  .roobet-0txnmx {
    margin-bottom: 12px;
  }
}

.roobet-0txnmx img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.roobet-dvbtzm {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.roobet-dvbtzm > .roobet-l12kai {
  flex: 1 1;
}

@media (max-width: 767px) {
  .roobet-dvbtzm {
    flex-direction: column;
    gap: 12px;
  }
}

.roobet-6851ei {
  display: flex;
}

.roobet-6851ei .roobet-162w6d {
  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;
}

.roobet-6851ei .roobet-14bqz2 {
  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;
}

.roobet-6851ei .roobet-y5f6vn {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.roobet-6851ei .roobet-zaszds {
  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));
  }
}

.roobet-6851ei .roobet-zaszds:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.roobet-6851ei .roobet-kg4ej3 {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.roobet-2nj2zi {
  border: unset;
  background-color: unset;
}

.roobet-2nj2zi tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.roobet-2nj2zi .roobet-jeyu0n,
.roobet-2nj2zi .roobet-1h8j4r {
  flex: 0 1 330px;
}

.roobet-2nj2zi .roobet-fi2lqi {
  flex: 1 1;
}

.roobet-2nj2zi tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.roobet-2nj2zi tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.roobet-2nj2zi tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.roobet-2nj2zi tr td p {
  color: #fff;
  margin: 0;
}

.roobet-2nj2zi tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.roobet-2nj2zi tr.roobet-jeyu0n td p {
  padding: 16px 0;
}

.roobet-2nj2zi tr.roobet-jeyu0n td p:not(:last-child),
.roobet-2nj2zi tr.roobet-1h8j4r td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.roobet-2nj2zi tr.roobet-jeyu0n td p:first-child,
.roobet-2nj2zi tr.roobet-1h8j4r td p:first-child {
  padding-top: 0;
}

.roobet-2nj2zi tr.roobet-1h8j4r td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.roobet-2nj2zi tr.roobet-1h8j4r td p:last-child {
  padding-bottom: 0;
}

.roobet-2nj2zi .roobet-1h8j4r img {
  max-width: 32px;
}

.roobet-2nj2zi .roobet-fi2lqi {
  min-width: 718px;
}

.roobet-2nj2zi .roobet-fi2lqi td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.roobet-2nj2zi .roobet-fi2lqi td {
  display: flex;
}

.roobet-2nj2zi .roobet-fi2lqi td:last-child .roobet-76um2x,
.roobet-2nj2zi .roobet-fi2lqi td:last-child .roobet-6s1qil,
.roobet-2nj2zi .roobet-fi2lqi td:last-child .roobet-2hqd97 {
  flex: 1 1 50%;
}

.roobet-2nj2zi .roobet-fi2lqi td:last-child .roobet-wop0us {
  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;
}

.roobet-2nj2zi .roobet-fi2lqi td:last-child .roobet-lh95v9,
.roobet-2nj2zi .roobet-fi2lqi td:last-child .roobet-ajv7m3 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.roobet-2nj2zi .roobet-fi2lqi td:last-child .roobet-76um2x,
.roobet-2nj2zi .roobet-fi2lqi td:last-child .roobet-6s1qil {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.roobet-2nj2zi .roobet-fi2lqi td:last-child .roobet-76um2x span,
.roobet-2nj2zi .roobet-fi2lqi td:last-child .roobet-6s1qil span {
  font-weight: 800;
}

.roobet-2nj2zi .roobet-fi2lqi img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .roobet-2nj2zi .roobet-fi2lqi td .roobet-2hqd97:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .roobet-2nj2zi tr.roobet-jeyu0n td p:last-child {
    padding-bottom: 0;
  }
  .roobet-2nj2zi .roobet-1h8j4r > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .roobet-2nj2zi .roobet-1h8j4r > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .roobet-2nj2zi tr.roobet-jeyu0n td p:not(:last-child),
  .roobet-2nj2zi tr.roobet-1h8j4r td p:not(:last-child) {
    border-bottom: unset;
  }
  .roobet-2nj2zi tr.roobet-1h8j4r td p:last-child {
    padding-bottom: 12px;
  }
  .roobet-2nj2zi .roobet-fi2lqi td:last-child .roobet-76um2x,
  .roobet-2nj2zi .roobet-fi2lqi td:last-child .roobet-6s1qil,
  .roobet-2nj2zi .roobet-fi2lqi td:last-child .roobet-2hqd97 {
    flex: 1 1 50%;
    padding: 0;
  }
  .roobet-2nj2zi .roobet-fi2lqi td:last-child .roobet-76um2x,
  .roobet-2nj2zi .roobet-fi2lqi td:last-child .roobet-6s1qil {
    margin-top: 16px;
  }
  .roobet-2nj2zi .roobet-fi2lqi td:last-child .roobet-2hqd97 {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .roobet-2nj2zi .roobet-fi2lqi td:last-child .roobet-76um2x {
    border-right: 1px solid var(--border-color);
  }
  .roobet-2nj2zi .roobet-fi2lqi td:last-child .roobet-2hqd97:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .roobet-2nj2zi .roobet-fi2lqi td:last-child .roobet-2hqd97:last-child {
    padding-bottom: 0;
  }
}

.roobet-2hqd97 {
  display: flex;
  flex-direction: column;
}

.roobet-2nj2zi .roobet-fi2lqi td .roobet-2hqd97 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.roobet-2nj2zi .roobet-fi2lqi td .roobet-2hqd97:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.roobet-2nj2zi .roobet-fi2lqi td .roobet-2hqd97:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .roobet-2nj2zi .roobet-fi2lqi td .roobet-2hqd97:not(:first-child) {
    padding-left: 0;
  }
  .roobet-2nj2zi .roobet-fi2lqi td .roobet-2hqd97:not(:last-of-type) {
    border-right: unset;
  }
}

.roobet-2nj2zi .roobet-lgookt {
  flex: 0 1 485px;
}

.roobet-2nj2zi .roobet-lilaoi {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.roobet-2nj2zi .roobet-lilaoi li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.roobet-2nj2zi .roobet-lilaoi li.roobet-9nhksc {
  padding: 6px 12px;
}

.roobet-2nj2zi .roobet-lilaoi li a,
.roobet-2nj2zi .roobet-lilaoi 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;
}

.roobet-2nj2zi .roobet-24si0g,
.roobet-2nj2zi .roobet-8hyzwu {
  flex: 1 1;
}

.roobet-2nj2zi .roobet-dnpdz0,
.roobet-2nj2zi .roobet-8s8bbk {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.roobet-2nj2zi .roobet-dnpdz0 li,
.roobet-2nj2zi .roobet-8s8bbk li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.roobet-2nj2zi .roobet-8hyzwu img {
  max-width: 32px;
}

.roobet-2nj2zi .roobet-24si0g img {
  max-width: 32px;
}

.roobet-2nj2zi .roobet-s9runh {
  min-width: 280px;
}

.roobet-2nj2zi .roobet-s9runh img {
  max-width: 146px;
}

.roobet-2nj2zi .roobet-s9runh td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .roobet-2nj2zi .roobet-jeyu0n,
  .roobet-2nj2zi .roobet-1h8j4r {
    flex: 0 1 auto;
  }
  .roobet-2nj2zi .roobet-fi2lqi {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .roobet-2nj2zi .roobet-jeyu0n,
  .roobet-2nj2zi .roobet-lgookt,
  .roobet-2nj2zi .roobet-1h8j4r,
  .roobet-2nj2zi .roobet-fi2lqi {
    flex: 1 1 calc(50% - 20px);
  }
  .roobet-2nj2zi .roobet-24si0g,
  .roobet-2nj2zi .roobet-s9runh,
  .roobet-2nj2zi .roobet-8hyzwu {
    flex: 1 1 30%;
  }
  .roobet-2nj2zi .roobet-s9runh {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .roobet-2nj2zi .roobet-jeyu0n,
  .roobet-2nj2zi .roobet-lgookt,
  .roobet-2nj2zi .roobet-24si0g,
  .roobet-2nj2zi .roobet-1h8j4r,
  .roobet-2nj2zi .roobet-fi2lqi,
  .roobet-2nj2zi .roobet-s9runh,
  .roobet-2nj2zi .roobet-8hyzwu {
    flex: 1 1 100%;
  }
}

.roobet-4y5368 .roobet-utmw83 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.roobet-4y5368 .roobet-y484jg {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.roobet-4y5368 .roobet-saaxnq {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.roobet-4y5368 .roobet-nlpz6m {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.roobet-4y5368 .roobet-nlpz6m > :nth-child(3) {
  margin-top: 0;
}

.roobet-4y5368 .roobet-owlu8f {
  grid-column: 2/3;
  grid-row: 1/10;
}

.roobet-4y5368 .roobet-hwg8tr {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.roobet-4y5368 .roobet-v2pt4u {
  grid-column: 1/2;
}

.roobet-4y5368 > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.roobet-4y5368 .roobet-y484jg: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;
}

.roobet-4y5368 .roobet-y484jg:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.roobet-4y5368 .roobet-59qlvl {
  min-width: 240px;
}

@media (max-width: 768px) {
  .roobet-4y5368 .roobet-y484jg:not(:last-child):before {
    bottom: 8px;
  }
  .roobet-4y5368 .roobet-y484jg:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .roobet-4y5368 .roobet-nlpz6m {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .roobet-4y5368 .roobet-owlu8f {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .roobet-4y5368 .roobet-owlu8f img {
    width: 100%;
    height: auto;
  }
  .roobet-4y5368 .roobet-59qlvl {
    width: 100%;
    min-width: unset;
  }
}

.roobet-6s7wkb .roobet-k7jzfs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.roobet-6s7wkb .roobet-wj6itg {
  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;
}

.roobet-6s7wkb .roobet-owlu8f {
  height: 100%;
}

.roobet-6s7wkb .roobet-owlu8f img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.roobet-6s7wkb .roobet-o7gllc {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.roobet-6s7wkb .roobet-ebonts {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.roobet-6s7wkb .roobet-snxgeh {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .roobet-6s7wkb .roobet-wj6itg {
    flex: 1 1 100%;
  }
  .roobet-6s7wkb .roobet-fj6ify {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .roobet-6s7wkb .roobet-wj6itg {
    flex-direction: column;
  }
  .roobet-6s7wkb .roobet-owlu8f {
    width: 100%;
    height: auto;
  }
  .roobet-6s7wkb .roobet-owlu8f img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .roobet-6s7wkb .roobet-o7gllc {
    padding: 0 16px 16px 16px;
  }
  .roobet-6s7wkb .roobet-fj6ify {
    min-width: unset;
    width: 100%;
  }
}

.roobet-87pdk0 .roobet-uk6wm3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.roobet-87pdk0 .roobet-dn0ctq {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.roobet-87pdk0 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;
}

.roobet-87pdk0 .roobet-0cbijz {
  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;
}

.roobet-87pdk0 .roobet-dn0ctq:hover .roobet-0cbijz {
  display: flex;
}

.roobet-87pdk0 .roobet-mhzfz4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.roobet-87pdk0 .roobet-j9wpx7 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.roobet-jl0a94 {
  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;
}

.roobet-jl0a94.roobet-ifaend {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.roobet-pcibtn ease-in-out;
}

.roobet-jl0a94.roobet-ifaend:hover {
  color: #f9cb16;
  background-color: transparent;
}

.roobet-87pdk0 .roobet-6jnl3e {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.roobet-pcibtn ease-in-out;
}

.roobet-87pdk0 .roobet-6jnl3e:hover {
  color: #196948;
  background-color: #f9cb16;
}

.roobet-87pdk0 .roobet-6jnl3e:after,
.roobet-jl0a94.roobet-ifaend:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.roobet-jl0a94.roobet-ifaend:after {
  background-image: url(../images/Cash.svg);
}

.roobet-87pdk0 .roobet-6jnl3e:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .roobet-87pdk0 .roobet-uk6wm3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .roobet-87pdk0 .roobet-uk6wm3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .roobet-87pdk0 .roobet-uk6wm3 {
    grid-template-columns: 1fr;
  }
  .roobet-87pdk0 .roobet-dn0ctq {
    height: auto;
  }
  .roobet-87pdk0 .roobet-dn0ctq .roobet-0cbijz {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .roobet-87pdk0 .roobet-mhzfz4,
  .roobet-87pdk0 .roobet-j9wpx7 {
    text-align: left;
  }
  .roobet-87pdk0 .roobet-j9wpx7 {
    margin-bottom: 8px;
  }
  .roobet-87pdk0 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.roobet-p1kj9x {
  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;
}

.roobet-p1kj9x.roobet-g95l67 {
  display: block;
}

.roobet-p1kj9x .roobet-g4u8m6 {
  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;
}

.roobet-p1kj9x .roobet-pxvn66 {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.roobet-p1kj9x .roobet-8u2hpz {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.roobet-p1kj9x .roobet-ppj9io {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.roobet-p1kj9x .roobet-jl0a94 {
  min-width: 296px;
  margin-bottom: 0;
}

.roobet-p1kj9x .roobet-n4cbhq {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.roobet-p1kj9x .roobet-04lhqf {
  position: relative;
  flex: 1 1;
}

.roobet-p1kj9x .roobet-04lhqf iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .roobet-p1kj9x .roobet-pxvn66 {
    flex-wrap: wrap;
    gap: 8px;
  }
  .roobet-p1kj9x .roobet-8u2hpz {
    order: 1;
  }
  .roobet-p1kj9x .roobet-ppj9io {
    order: 3;
    flex: 1 1 100%;
  }
  .roobet-p1kj9x .roobet-jl0a94 {
    width: 100%;
    min-width: unset;
  }
  .roobet-p1kj9x .roobet-n4cbhq {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .roobet-3oeg0t > .roobet-vjt2n1 {
    margin-bottom: 0;
  }
  .roobet-3oeg0t > .roobet-v2pt4u,
  .roobet-3oeg0t > p {
    margin-top: 0;
  }
}

.roobet-stkc4c img,
.roobet-fxpokx img {
  width: auto;
  object-fit: contain;
}

.roobet-stkc4c {
  align-items: center;
}

.roobet-stkc4c img {
  max-height: 76px;
}

.roobet-fxpokx img {
  max-height: 64px;
}

.roobet-0q7ats {
  overflow: auto;
}

.roobet-3lklf6 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.roobet-1z00lj:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.roobet-27286o {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.roobet-ktdhwd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.roobet-27286o .roobet-owlu8f {
  margin-right: 20px;
  flex-shrink: 0;
}

.roobet-27286o img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.roobet-i93h47 {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.roobet-i93h47 > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .roobet-27286o {
    padding: 15px 10px;
  }
  .roobet-i93h47 {
    padding: 15px 10px;
  }
  .roobet-27286o .roobet-owlu8f {
    margin-right: 10px;
  }
}

.roobet-ngvnq2 {
  overflow-x: auto;
}

.roobet-xv3sda {
  border-collapse: collapse;
  width: 100%;
}

.roobet-ngvnq2 th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.roobet-ngvnq2 td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.roobet-ngvnq2 td.roobet-bfso51 {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.roobet-ngvnq2 td.roobet-i0c7x7 {
  border-right: none;
}

.roobet-ngvnq2 td.roobet-i0c7x7 .roobet-owlu8f {
  justify-content: flex-start;
}

.roobet-ngvnq2 td.roobet-i0c7x7 .roobet-owlu8f img {
  height: auto;
  width: 90px;
}

.roobet-ngvnq2 td.roobet-o37iio,
.roobet-ngvnq2 td.roobet-lpk9rr {
  font-weight: 600;
  text-align: right;
}

.roobet-ngvnq2 td.roobet-frjj1k,
.roobet-ngvnq2 td.roobet-o37iio {
  padding-bottom: 10px;
  border-bottom: none;
}

.roobet-ngvnq2 td.roobet-o37iio,
.roobet-ngvnq2 td.roobet-lpk9rr {
  border-left: none;
}

.roobet-ngvnq2 td.roobet-frjj1k,
.roobet-ngvnq2 td.roobet-jmym28 {
  border-right: none;
}

.roobet-ngvnq2 td.roobet-jmym28,
.roobet-ngvnq2 td.roobet-lpk9rr {
  border-top: none;
  padding-top: 10px;
}

.roobet-kvcbjn {
  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;
}

.roobet-kvcbjn .roobet-fj6ify {
  min-width: unset;
  width: 100%;
}

.roobet-kvcbjn .roobet-fj6ify.roobet-lyawd1 {
  grid-column: 1/2;
  grid-row: 1/2;
}

.roobet-kvcbjn .roobet-fj6ify.roobet-9u4bm3 {
  grid-column: 2/3;
  grid-row: 1/2;
}

.roobet-kvcbjn .roobet-eqa680 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .roobet-kvcbjn {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .roobet-kvcbjn .roobet-fj6ify.roobet-lyawd1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .roobet-kvcbjn .roobet-fj6ify.roobet-9u4bm3 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .roobet-kvcbjn .roobet-eqa680 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.roobet-21rthe {
  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;
}

.roobet-jt67g5 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.roobet-m566x0 p a img {
  margin: 0 auto;
  display: block;
}

.roobet-m566x0 table {
  margin-bottom: 17px;
}

/* contanct form */
.roobet-astvx8 {
  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;
}

.roobet-astvx8 label {
  font-size: 14px;
}

.roobet-astvx8 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.roobet-astvx8 input,
.roobet-astvx8 textarea,
.roobet-astvx8 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;
}
.roobet-astvx8 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.roobet-pcibtn ease;
}
.roobet-astvx8 button:hover {
  background-color: #691204;
}
.roobet-8x76d1 {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.roobet-lgghsv ease-in;
}

.roobet-8x76d1 h2 {
  color: green;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

main a img {
    display: block;
    margin: 0 auto;
}
/* brandauto-contrast-fix v1 */
:root {
  --footer-menu-color: #ece7dc;
  --updated-block-color: #ece7dc;
  --rate-counter-bg: #1e1e1e;
  --rate-counter-bg-top: #2a2a2a;
}
.roobet-wq493v, .roobet-f4al14, [class*="review-card"],
thead, thead th, table th, .roobet-10y5b8,
.roobet-bapyyo, [class*="collapsible-header"],
.roobet-8o0nda, [class*="updated-block"] {
  color: #ece7dc !important;
}
