@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);
}

.supabet-godq9y {
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.supabet-nozh5r {
  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.supabet-l2q7x9,
ul.supabet-l2q7x9 {
  padding-left: 20px;
}

ul.supabet-l2q7x9 {
  list-style: disc;
}

ol.supabet-l2q7x9 {
  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;
  }
}

.supabet-vutjm1 > .supabet-qj6dws,
.supabet-vutjm1 > .supabet-fagevd,
.supabet-vutjm1 > blockquote,
.supabet-vutjm1 > h1,
.supabet-vutjm1 > h2,
.supabet-vutjm1 > h3,
.supabet-vutjm1 > h4,
.supabet-vutjm1 > h5,
.supabet-vutjm1 > h6,
.supabet-vutjm1 > ol,
.supabet-vutjm1 > p,
.supabet-vutjm1 > ul {
  margin-right: auto;
  margin-left: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.supabet-vutjm1 > ol,
.supabet-vutjm1 > ul {
  padding-left: 50px;
}

.supabet-vutjm1 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;
}

.supabet-vutjm1:not(:last-child) {
  margin-bottom: 2rem;
}

.supabet-vutjm1 > :not(:first-child) {
  margin-top: 2rem;
}

.supabet-vutjm1 {
  margin-top: 64px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.supabet-vutjm1:first-child {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .supabet-vutjm1:first-child {
    margin-top: 20px;
  }
}

.supabet-vutjm1 > p:last-of-type {
  margin-bottom: 32px;
}

.supabet-vutjm1 > .supabet-0k48ua:not(:first-child) {
  margin: 64px auto 16px auto;
}

.supabet-sug9cv > .supabet-0k48ua {
  margin-left: auto;
  margin-right: auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
}

.supabet-fagevd {
  overflow: auto;
}

.supabet-fagevd::-webkit-scrollbar {
  height: 5px;
}

.supabet-fagevd table,
table {
  margin-top: 24px;
  border-collapse: collapse;
  width: 100%;
  word-break: break-word;
}

.supabet-fagevd table {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  /* background: #0f442e; */
}

.supabet-fagevd table thead,
table thead {
  border-bottom: none;
}

.supabet-fagevd table th,
table th {
  padding: 5px 5px;
  text-align: center;
  color: var(--color-table-th-color);
  background-color: var(--table-1-color);
}

.supabet-fagevd table th:not(:last-child) {
  border-right: 1px solid var(--border-color);
}

.supabet-fagevd table td,
table td {
  border: 1px solid var(--border-color);
  padding: 5px 5px;
}

.supabet-fagevd .supabet-kjy3uq {
  table-layout: auto;
}

.supabet-fagevd .supabet-kjy3uq th {
  word-break: normal;
}

.supabet-fagevd .supabet-kjy3uq td {
  word-break: normal;
}

.supabet-godq9y .supabet-godq9y {
  padding-right: 0;
  padding-left: 0;
}

.supabet-87r1gm {
  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;
}

.supabet-qgkct3 {
  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;
}

.supabet-1e0m0u {
  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;
}

.supabet-qj6dws {
  margin-top: 24px;
}

.supabet-qj6dws.supabet-6lvs1h {
  text-align: left;
}

.supabet-qj6dws.supabet-hls5ac {
  text-align: right;
}

.supabet-qj6dws.supabet-0kopfb {
  text-align: center;
}

.supabet-pdm58k {
  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.supabet-bdsp4r ease-in-out;
  cursor: pointer;
}

.supabet-pdm58k:hover {
  color: var(--button-bg-color);
  background: 0 0;
}

.supabet-pdm58k {
  min-width: 328px;
}

@media (max-width: 768px) {
  .supabet-pdm58k {
    min-width: unset;
  }
}

.supabet-rrz2db {
  background-color: var(--fh-bg-color);
}

.supabet-y7ni79 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8px 20px;
}

.supabet-8rt1mp {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 160px;
}

.supabet-8rt1mp img {
  max-height: 80px;
  object-fit: contain;
}

.supabet-putgx6 {
  flex: 1 1;
}

.supabet-n9jhyf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.supabet-d6velu {
  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;
}

.supabet-d6velu 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;
}

.supabet-d6velu.supabet-cctfad span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotateZ(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotateZ(45deg);
}

.supabet-d6velu.supabet-cctfad span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

.supabet-d6velu.supabet-cctfad span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotateZ(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotateZ(-45deg);
}

.supabet-putgx6 + .supabet-n9jhyf {
  margin-left: 20px;
}

.supabet-d0ng19 {
  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;
}

.supabet-d0ng19 > svg {
  max-width: 24px;
  max-height: 24px;
}

.supabet-d0ng19 + .supabet-d0ng19 {
  margin-left: 5px;
}

.supabet-d2iwpi {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  border: 1px solid var(--border-color);
  transition: 0.2s;
}

.supabet-d2iwpi:hover {
  background-color: var(--button-bg-hover);
}

.supabet-gbbitc {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  transition: 0.supabet-bdsp4r ease-in-out;
  border: 1px solid var(--border-color);
}

.supabet-gbbitc:hover {
  color: var(--button-text-color);
  background-color: var(--button-bg-hover);
}

.supabet-dc5p0a {
  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) {
  .supabet-putgx6 {
    flex: 1 1 100%;
    order: 10;
    margin-top: 8px;
  }
  .supabet-dc5p0a {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .supabet-putgx6 {
    margin-top: unset;
  }
}

@media (max-width: 768px) {
  .supabet-d0ng19 {
    min-width: unset;
    flex: 1 1;
  }
}

.supabet-v1dp9w {
  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;
}

.supabet-v1dp9w:hover > a::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.supabet-v1dp9w:hover .supabet-16l18c {
  opacity: 1;
  pointer-events: auto;
}

.supabet-083380 {
  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.supabet-5a0k1r ease-in-out;
  gap: 4px;
}

.supabet-083380 > svg {
  max-width: 28px;
  max-height: 28px;
  fill: var(--text-color);
  stroke: var(--text-color);
}

.supabet-083380 .supabet-87r1gm img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.supabet-yrafez,
.supabet-083380:hover {
  color: var(--button-bg-hover);
}

.supabet-ukus80 {
  position: relative;
}

.supabet-ukus80 .supabet-083380 {
  margin-right: 0;
  padding-right: 4px;
}

.supabet-3l8hca svg {
  fill: var(--text-color);
  stroke: var(--text-color);
}

.supabet-ukus80.supabet-cctfad .supabet-3l8hca svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.supabet-ukus80.supabet-cctfad .supabet-16l18c {
  position: relative;
  top: 0;
  display: block;
  margin-top: 0;
  padding: 0 1rem;
  opacity: 1;
  pointer-events: auto;
}

.supabet-ukus80.supabet-cctfad .supabet-16l18c::before {
  display: none;
}

.supabet-3l8hca svg {
  width: 100%;
  height: auto;
  max-width: 15px;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}

.supabet-16l18c {
  position: absolute;
  top: 100%;
  z-index: 100;
  list-style: none;
  margin-top: 0.5rem;
  border-radius: 5px;
  padding: 0.supabet-tkgwys 1rem;
  background-color: var(--fh-bg-color);
  opacity: 0;
  transition: 250ms;
  width: auto;
  pointer-events: none;
}

.supabet-16l18c::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5rem;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
}

.supabet-16l18c:hover {
  color: var(--fh-bg-color);
}

.supabet-bennrd {
  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.supabet-tkgwys 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: 0.supabet-5a0k1r ease-in-out;
  -o-transition: 0.supabet-5a0k1r ease-in-out;
  transition: 0.supabet-5a0k1r ease-in-out;
}

.supabet-bennrd .supabet-87r1gm img {
  width: auto;
  height: 1.2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.supabet-y7zjbg,
.supabet-bennrd:hover {
  color: var(--button-bg-hover);
}

.supabet-0mszlc {
  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%;
}

.supabet-0mszlc.supabet-m917dw {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none;
}

.supabet-0mszlc.supabet-m917dw:after,
.supabet-0mszlc.supabet-m917dw:before {
  content: "";
  position: absolute;
  margin: auto;
}

.supabet-0mszlc.supabet-m917dw: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);
  }
}

.supabet-0mszlc.supabet-m917dw:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background-color: var(--fh-bg-color);
  border-radius: 12px;
  z-index: 0;
}

.supabet-0mszlc.supabet-m917dw > * {
  z-index: 1;
}

.supabet-0mszlc b,
.supabet-0mszlc strong {
  color: var(--button-text-color);
  text-shadow: 0 0 8px var(--button-text-color);
}

.supabet-0mszlc .supabet-khgtdw {
  grid-row: 1/2;
  grid-column: 1/2;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
}

.supabet-0mszlc .supabet-358y8p {
  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;
}

.supabet-0mszlc .supabet-87r1gm {
  grid-row: 1/-1;
  grid-column: 2/3;
  min-width: 146px;
}

.supabet-0mszlc .supabet-ra736h {
  margin-top: 12px;
}

.supabet-ra736h {
  display: flex;
  gap: 8px;
  grid-row: 3/4;
  grid-column: 1/2;
}

.supabet-z5x1sc {
  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;
}

.supabet-ra736h .supabet-60dopb {
  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.supabet-bdsp4r ease-in-out;
}

.supabet-ra736h .supabet-60dopb:hover {
  background: rgba(255, 255, 255, 0.3);
}

.supabet-ieiltn {
  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;
}

.supabet-0mszlc.supabet-ansgbh {
  gap: 12px;
  padding: 16px;
}

.supabet-0mszlc.supabet-ansgbh .supabet-ieiltn {
  min-width: 240px;
}

.supabet-0mszlc.supabet-ansgbh .supabet-ieiltn.supabet-xloaje {
  padding: 10px 12px;
}

@media (max-width: 1200px) {
  .supabet-0mszlc .supabet-khgtdw {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .supabet-0mszlc .supabet-358y8p {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .supabet-0mszlc .supabet-87r1gm {
    min-width: 78px;
    grid-row: 2/3;
    grid-column: 2/3;
    align-self: start;
    max-width: 110px;
  }
  .supabet-0mszlc.supabet-ansgbh .supabet-87r1gm {
    max-width: 126px;
  }
  .supabet-0mszlc .supabet-ra736h {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .supabet-0mszlc .supabet-z5x1sc {
    max-width: unset;
  }
  .supabet-ieiltn {
    min-width: unset;
    width: 100%;
  }
  .supabet-0mszlc .supabet-ieiltn {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .supabet-0mszlc.supabet-ansgbh {
    grid-template-rows: auto 1fr auto;
  }
  .supabet-0mszlc.supabet-ansgbh .supabet-ieiltn {
    grid-row: 3/4;
  }
}

@media (max-width: 768px) {
  .supabet-0mszlc {
    padding: 16px;
    gap: 16px 12px;
    min-height: unset;
  }
  .supabet-0mszlc .supabet-khgtdw {
    font-size: 18px;
    font-weight: 900;
    line-height: 24px;
  }
  .supabet-0mszlc .supabet-87r1gm {
    max-width: 78px;
  }
  .supabet-0mszlc .supabet-ra736h {
    margin-top: -12px;
  }
  .supabet-0mszlc.supabet-ansgbh {
    gap: 8px;
  }
  .supabet-0mszlc.supabet-ansgbh .supabet-khgtdw {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .supabet-0mszlc.supabet-ansgbh .supabet-358y8p {
    grid-column: 1/3;
  }
  .supabet-0mszlc.supabet-ansgbh .supabet-87r1gm {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .supabet-0mszlc.supabet-ansgbh .supabet-87r1gm img {
    max-width: 114px;
  }
}

.supabet-ieiltn.supabet-wi8l9x,
.supabet-ieiltn.supabet-xwnixy,
.supabet-ieiltn.supabet-meqtvs {
  color: var(--button-text-color);
  background-color: var(--button-bg-color);
  padding: 12px 12px 12px 64px;
  border: 1px solid var(--border-color);
  transition: 0.supabet-bdsp4r ease-in-out;
}

.supabet-ieiltn.supabet-wi8l9x,
.supabet-ieiltn.supabet-meqtvs {
  padding: 10px;
}

.supabet-ieiltn.supabet-wi8l9x:hover,
.supabet-ieiltn.supabet-xwnixy:hover,
.supabet-ieiltn.supabet-meqtvs:hover {
  background: var(--button-bg-hover);
}

.supabet-ieiltn.supabet-wi8l9x:hover svg path,
.supabet-ieiltn.supabet-meqtvs:hover svg path {
  stroke: var(--button-text-color);
  fill: none;
}

.supabet-ieiltn.supabet-xloaje {
  color: var(--button-text-color);
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 12px;
  transition: 0.supabet-bdsp4r ease-in-out;
  background: var(--button-bg-color);
}

.supabet-ieiltn.supabet-xloaje:hover {
  background-color: var(--button-bg-hover);
}

.supabet-ieiltn.supabet-xwnixy: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);
  }
}

.supabet-ieiltn.supabet-xwnixy:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/user.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.supabet-ieiltn.supabet-xloaje:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/btn-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.supabet-jk7h5f {
  max-width: 650px;
}

.supabet-7o33sg {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  background-color: #000;
}

.supabet-x8u6pt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.supabet-eerv95 {
  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.supabet-5a0k1r ease-in-out;
  cursor: pointer;
}

.supabet-eerv95:hover {
  opacity: 0.5;
}

.supabet-eerv95:focus {
  outline: 0;
}

.supabet-eerv95:focus .supabet-2sedvk,
.supabet-eerv95:hover .supabet-2sedvk {
  fill: red;
  fill-opacity: 1;
}

.supabet-eerv95:hover {
  cursor: pointer;
}

.supabet-apbk2v {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.supabet-jk7h5f.supabet-0kopfb {
  margin: 0 auto;
}

.supabet-jk7h5f.supabet-hls5ac {
  margin-left: auto;
}

.supabet-o0dwrb {
  margin: 33px 20px 0 20px;
  padding: 33px 40px 40px 40px;
  background-color: var(--fh-bg-color);
  border-radius: 12px 12px 0 0;
}

.supabet-gblabz {
  padding-bottom: 50px;
}

.supabet-hxtsl2 {
  justify-content: flex-start;
  align-items: center;
  flex: 1 1;
}

.supabet-wdvc5q {
  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;
}

.supabet-r3e8bo {
  margin-top: 24px;
}

.supabet-g38rm6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.supabet-64h897 {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--color-footer-text);
  margin-top: 4px;
}

.supabet-cknvxq {
  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;
}

.supabet-wbzws5 {
  width: 468px;
}

.supabet-cknvxq .supabet-16l18c {
  margin: 0.supabet-cu35ei 0;
}

.supabet-k6ct2f {
  display: flex;
  min-width: 224px;
}

.supabet-vr30x6 {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: var(--footer-text-color);
  transition: 0.supabet-5a0k1r ease-in-out;
}

.supabet-xt7x3s,
.supabet-vr30x6:hover {
  color: var(--text-color);
}

.supabet-cahai4 {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.supabet-xkoz73 {
  display: flex;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .supabet-o0dwrb {
    padding: 16px;
  }
  .supabet-cahai4 {
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .supabet-xkoz73 {
    align-items: center;
  }
  .supabet-wbzws5 {
    width: unset;
  }
  .supabet-k6ct2f {
    min-width: unset;
  }
  .supabet-cknvxq {
    max-height: unset;
  }
  .supabet-hxtsl2 {
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .supabet-o0dwrb {
    margin: 33px 16px 0 16px;
    padding: 16px;
  }
}

.supabet-vch2n1 {
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.supabet-vch2n1:not(:last-child) {
  margin-bottom: 16px;
}

.supabet-owsycc {
  outline: 0;
}

.supabet-owsycc .supabet-83omvb {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
}

.supabet-04mkne {
  display: flex;
  align-items: center;
  gap: 8px;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.faq__details[open] .supabet-04mkne {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
}

.supabet-04mkne::-webkit-details-marker {
  display: none;
}

.supabet-04mkne: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;
}

.supabet-04mkne: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] .supabet-04mkne:after {
  transform: unset;
}

.supabet-83omvb {
  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);
}

.supabet-83omvb 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.supabet-5a0k1r ease-in-out;
  -o-transition: 0.supabet-5a0k1r ease-in-out;
  transition: 0.supabet-5a0k1r ease-in-out;
}

.supabet-k420pr {
  padding: 16px 0 0 0;
}

.supabet-k420pr * {
  margin-top: 0.8rem;
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  font-size: inherit;
  line-height: inherit;
}

page-header__button .supabet-k420pr :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .supabet-04mkne {
    flex-wrap: wrap;
    gap: 12px;
  }
  .supabet-04mkne::after {
    margin-left: auto;
  }
  .supabet-83omvb {
    order: 3;
    flex: 1 1 100%;
  }
  .supabet-04mkne {
    font-size: 14px;
    line-height: 130%;
  }
  .supabet-83omvb svg {
    margin-left: 15px;
    width: 18px;
    height: 18px;
    fill: var(--color-faq-item-title);
  }
}

.supabet-j2vwvj {
  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;
}

.supabet-py6x3i {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  margin: 0;
  width: 100%;
  cursor: pointer;
}

.supabet-j2vwvj.supabet-cctfad .supabet-py6x3i {
  margin-bottom: 12px;
}

.supabet-py6x3i::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;
}

.supabet-j2vwvj.supabet-cctfad .supabet-py6x3i::after {
  transform: unset;
}

.supabet-cvxcm2 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  max-height: 0;
}

.supabet-issck5 {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  text-decoration: none;
  color: #fff;
  transition: 0.supabet-5a0k1r ease-in-out;
  border-radius: 8px;
  border: 1px solid var(--border-color);
}

.supabet-issck5: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;
}

.supabet-j2vwvj.supabet-cctfad .supabet-cvxcm2 {
  max-height: 100%;
}

.supabet-z899oc {
  margin: 0 auto 3rem;
  padding: 0 10px;
  max-width: var(--display-width);
}

.supabet-al7soc {
  padding: 4px 0;
  background: rgba(255, 255, 255, 0.1);
}

.supabet-if29se {
  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;
}

.supabet-rmk3yy {
  margin-right: 4px;
}

.supabet-9h9pg4 {
  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.supabet-5a0k1r ease-in-out;
}

.supabet-9h9pg4 svg {
  width: 4px;
  height: 4px;
  margin-left: 4px;
  stroke: var(--text-color);
}

.supabet-11wwx5,
.supabet-9h9pg4:hover {
  color: var(--text-color);
}

.supabet-0m7jwx {
  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;
}

.supabet-0m7jwx img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 58px;
  height: auto;
}

.supabet-0m7jwx .supabet-3lvogx {
  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;
}

.supabet-0m7jwx .supabet-yvswme {
  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;
}

.supabet-7h2lvk {
  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;
}

.supabet-ktl0k2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.supabet-mtkdb4 .supabet-godq9y {
  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;
}

.supabet-mtkdb4 {
  background-image: url(../images/404.webp);
  background-position: -100px;
}

.supabet-uqhukx {
  margin-top: 2rem;
  font-size: 5rem;
  line-height: 6rem;
  text-align: center;
}

.supabet-9zwb4e {
  margin: 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.5rem;
  text-align: center;
}

.supabet-bmgcfe {
  display: inline-block;
  margin: 2rem auto 0;
  border: none;
  border-radius: 5px;
  padding: 0.supabet-6fjwpl 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;
}

.supabet-bmgcfe:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.supabet-qe4yjo {
  position: fixed;
  right: 10px;
  bottom: 15px;
  z-index: 10;
}

.supabet-lhlq48 {
  -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.supabet-5a0k1r ease-in-out;
  transition: transform 0.supabet-5a0k1r ease-in-out;
  -o-transition: transform 0.supabet-5a0k1r ease-in-out;
  transition:
    transform 0.supabet-5a0k1r ease-in-out,
    -webkit-transform 0.supabet-5a0k1r ease-in-out;
  cursor: pointer;
}

.supabet-lhlq48 svg {
  fill: var(--button-text-color);
  pointer-events: none;
}

.supabet-lhlq48: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;
}

.supabet-0u3owb {
  width: 113px !important;
  background-color: green !important;
  top: 124px !important;
}

@media screen and (max-width: 700px) {
  #cookie-law-div p {
    padding-bottom: 36px;
  }
  .supabet-0u3owb {
    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);
}

.supabet-fuqujm {
  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;
}

.supabet-2sv2bb {
  position: relative;
  width: 100%;
}

.supabet-fuqujm.supabet-b7hh7y {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.supabet-fuqujm.supabet-0kopfb {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.supabet-fuqujm.supabet-hls5ac {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.supabet-flym2p {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  max-height: 488px;
  background-color: #454545;
}

.supabet-eok6va {
  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.supabet-5a0k1r ease-in-out;
  cursor: pointer;
}

.supabet-eok6va:hover {
  opacity: 0.5;
}

.supabet-fuqujm.supabet-vrieol .supabet-eok6va {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.supabet-fuqujm.supabet-vrieol .supabet-flym2p {
  cursor: pointer;
}

.supabet-1jm2ld {
  fill: #0009;
}

.supabet-dvzs5v {
  fill: #fff;
}

.supabet-eok6va:hover .supabet-1jm2ld {
  fill: red;
}

.supabet-eok6va svg path {
  -webkit-transition: 0.supabet-5a0k1r ease-in-out;
  -o-transition: 0.supabet-5a0k1r ease-in-out;
  transition: 0.supabet-5a0k1r ease-in-out;
}

.supabet-257ny0 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}

.supabet-257ny0 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 1/2;
}

.supabet-257ny0.supabet-ncl3o1 > :not(.get-image) {
  grid-column: 1/3;
}

.supabet-9fcq7i:not(._h1-block) .supabet-257ny0 > .supabet-0k48ua {
  grid-row: 1/2;
  grid-column: 1/3;
}

.supabet-257ny0.supabet-ncl3o1 .supabet-30s7k4 {
  grid-column: 2/3;
}

.supabet-257ny0.supabet-ncl3o1 > .supabet-87r1gm {
  grid-column: 1/2;
}

.supabet-257ny0.supabet-ncl3o1 > :not(.get-image):not(.wp-block-heading) {
  grid-column: 2/3;
}

.supabet-257ny0 > p:first-of-type {
  margin-top: 0;
}

.supabet-257ny0 .supabet-87r1gm {
  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;
}

.supabet-9fcq7i:not(._h1-block) .supabet-0k48ua ~ .supabet-87r1gm {
  grid-row: 2/10;
}

.supabet-9fcq7i.supabet-h9ijue .supabet-0k48ua ~ .supabet-87r1gm {
  grid-row: 1/10;
}

.supabet-9fcq7i.supabet-h9ijue > .supabet-0k48ua {
  grid-column: 1/2;
  margin-bottom: 20px;
}

.supabet-9fcq7i.supabet-h9ijue .supabet-87r1gm {
  grid-row: 1/10;
}

.supabet-257ny0.supabet-e9fq43 .supabet-87r1gm {
  align-items: flex-start;
}

.supabet-257ny0.supabet-0kopfb .supabet-30s7k4 {
  margin-top: auto;
  margin-bottom: auto;
  height: fit-content;
}

.supabet-257ny0.supabet-0kopfb .supabet-87r1gm {
  align-items: center;
}

.supabet-257ny0.supabet-1lqtf9 .supabet-87r1gm {
  align-items: flex-end;
}

.supabet-30s7k4 > :first-child {
  margin-top: 0;
}

.supabet-30s7k4 > :last-child {
  margin-bottom: 0;
}

* + .supabet-370qmf,
.supabet-9fcq7i + .supabet-9fcq7i {
  margin-top: 2rem;
}

.supabet-xuawev td::before,
.supabet-xuawev th::after {
  display: none !important;
}

.supabet-xuawev #link-selector {
  color: #000;
}

.supabet-xuawev .supabet-rjchwr {
  color: #135e96;
}

.supabet-xuawev .supabet-028cwh *,
.supabet-xuawev .supabet-ov71f8 p,
.supabet-xuawev .supabet-4p994d * {
  color: #000;
}

.supabet-xuawev .supabet-wc69zw {
  background: 0 0 !important;
}

.supabet-xuawev .supabet-d7qoxa {
  color: #000;
}

.supabet-xuawev .supabet-hd1p02.supabet-2kj13c {
  color: #fff;
}

.supabet-xuawev .supabet-ykab4q {
  color: #000;
}

.supabet-xuawev
  .supabet-51eo4d
  .supabet-19czvo.supabet-2kj13c.supabet-guwtt9 {
  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;
}

.supabet-ujjw6d,
body .supabet-zxlacc {
  color: #000;
  background: var(--color-body) !important;
}

.supabet-ujjw6d .supabet-r6eucr .supabet-4gfixl,
body .supabet-zxlacc .supabet-r6eucr .supabet-4gfixl {
  color: #000;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .supabet-issck5:focus,
  .supabet-issck5:hover {
    color: #f9cb16;
  }
  .supabet-wzhmfe:focus,
  .supabet-wzhmfe:hover {
    background-color: var(--button-bg-color) !important;
    opacity: 1;
  }
}

@media (hover: hover), screen and (min-width: 0\0) {
  .supabet-fxqjcn:focus img,
  .supabet-fxqjcn:focus svg,
  .supabet-fxqjcn:hover img,
  .supabet-fxqjcn:hover svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media (min-width: 768px) {
  .supabet-0m7jwx {
    display: none;
  }
}

@media (min-width: 1024px) {
  .supabet-ukus80:hover .supabet-3l8hca svg {
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
  }
  .supabet-3l8hca {
    pointer-events: none;
  }
}

@media screen and (max-width: 1280px) {
  :root {
    --offsets: 20px;
  }
}

@media (max-width: 1280px) {
  .supabet-dp9y15 {
    -ms-grid-columns: (1fr) [5];
    grid-template-columns: repeat(5, 1fr);
  }
  .supabet-1kmdl4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .supabet-73gc9u {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1279px) {
  .supabet-uwtq84 .supabet-z8jyp3 {
    grid-template-columns: 1fr;
  }
  .supabet-uwtq84 .supabet-3supac {
    -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;
  }
  .supabet-uwtq84 .supabet-g2ogdy {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .supabet-uwtq84 .supabet-stbq7u {
    border-bottom: none;
    border-radius: 0;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .supabet-uwtq84 .supabet-vyaaa0 {
    border-radius: 0 0 16px 16px;
    padding: 24px 16px;
  }
  .supabet-uwtq84 .supabet-g2ogdy:not(:first-child) {
    border: none;
  }
  .supabet-uwtq84 .supabet-g2ogdy:first-child .supabet-stbq7u {
    border-top-left-radius: 18px;
    border-top-right-radius: 0;
  }
  .supabet-uwtq84 .supabet-g2ogdy:last-child .supabet-stbq7u {
    border-radius: 0 18px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  :root {
    --offsets: 16px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  .supabet-y7ni79 {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px var(--offsets);
  }
  .supabet-8rt1mp {
    max-width: 100px;
  }
  .supabet-putgx6 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .supabet-n9jhyf {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .supabet-n9jhyf svg {
    stroke: var(--button-text-color);
    /* fill: var(--button-text-color); */
  }
  .supabet-d6velu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .supabet-putgx6 + .supabet-n9jhyf {
    margin-left: auto;
  }
  .supabet-bzy5jh {
    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;
  }
  .supabet-bzy5jh.supabet-cctfad {
    z-index: 9999;
    opacity: 1;
    pointer-events: auto;
  }
  .supabet-dc5p0a {
    -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;
  }
  .supabet-v1dp9w {
    width: 100%;
  }
  .supabet-v1dp9w:not(:last-child) {
    border-bottom: 1px solid var(--border-color);
  }
  .supabet-083380 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 8px 0;
    width: 100%;
  }
  .supabet-083380 svg {
    margin-right: 4px;
  }
  .supabet-ukus80 {
    -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;
  }
  .supabet-3l8hca svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .supabet-3l8hca {
    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;
  }
  .supabet-16l18c {
    display: none;
    width: 100%;
  }
  .supabet-ukus80.supabet-cctfad .supabet-16l18c {
    padding: 0 0 0 48px;
  }
  .supabet-bennrd {
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
  .supabet-wdvc5q .supabet-87r1gm {
    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;
  }
  .supabet-u3rai5 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .supabet-u3rai5 + .supabet-u3rai5 {
    margin-right: 0;
  }
  .supabet-u3rai5 + .supabet-87r1gm {
    margin: 0;
  }
  .supabet-dp9y15 {
    grid-template-columns: repeat(4, 1fr);
  }
  .supabet-1kmdl4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .supabet-5dsqor,
  .supabet-le0p15 {
    grid-template-columns: repeat(2, 1fr);
  }
  .supabet-257ny0 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .supabet-257ny0.supabet-ncl3o1 .supabet-30s7k4 {
    grid-column: auto;
    grid-row: auto;
  }
  .supabet-257ny0 > .supabet-0k48ua {
    grid-column: 1/2;
  }
  .supabet-257ny0.supabet-ncl3o1 > :not(.get-image) {
    grid-column: 1/2;
  }
  .supabet-257ny0 .supabet-87r1gm,
  .supabet-257ny0.supabet-ncl3o1 > .supabet-87r1gm {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .supabet-257ny0.supabet-ncl3o1 > :not(.get-image):not(.wp-block-heading) {
    grid-column: 1/2;
  }
  .supabet-9fcq7i.supabet-h9ijue .supabet-257ny0 > .supabet-87r1gm {
    grid-row: 1/2;
  }
  .supabet-257ny0 .supabet-0k48ua ~ .supabet-87r1gm,
  .supabet-257ny0.supabet-ncl3o1 .supabet-0k48ua ~ .supabet-87r1gm {
    grid-row: 2/3;
  }
  .supabet-9fcq7i.supabet-h9ijue .supabet-0k48ua ~ .supabet-87r1gm {
    grid-row: 2/3;
  }
}

@media (max-width: 800px) {
  .supabet-vutjm1:first-child .supabet-6ayc24 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .supabet-vutjm1:first-child .supabet-6ayc24 h1 {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
}

@media (max-width: 1100px) {
  .supabet-vutjm1 {
    margin-bottom: 1rem;
    padding: 0 13px;
  }
}

@media (max-width: 767px) {
  .supabet-vutjm1 {
    padding: 0;
  }
  .supabet-qj6dws {
    margin-top: 1rem;
  }
  .supabet-owsycc {
    border-radius: 5px;
  }
  .supabet-3oq75c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .supabet-py6x3i::after {
    display: inline-block;
  }
  .supabet-py6x3i {
    margin: 0;
    width: 100%;
  }
  .supabet-cvxcm2 {
    width: 100%;
  }
  .supabet-cvxcm2.supabet-ercgcu {
    -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%;
  }
  .supabet-cvxcm2.supabet-ercgcu .supabet-5up31w {
    width: 100%;
  }
  .supabet-cvxcm2.supabet-ercgcu .supabet-5up31w:not(:last-child) {
    margin-right: 0;
  }
  .supabet-issck5 {
    width: 100%;
    text-align: center;
  }
  .supabet-j2vwvj.supabet-cctfad .supabet-cvxcm2 {
    margin-top: 1rem;
  }
  .supabet-dp9y15 {
    grid-template-columns: repeat(3, 1fr);
  }
  .supabet-73gc9u,
  .supabet-1kmdl4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .supabet-5dsqor,
  .supabet-le0p15,
  .supabet-3mypmk {
    grid-template-columns: 1fr;
  }
  .supabet-u6tzl8 {
    overflow-x: auto;
    width: 100%;
    max-width: 980px;
  }
  .supabet-ebj3p6 {
    min-width: 300px;
    max-width: 325px;
  }
  .supabet-stbq7u {
    cursor: auto;
  }
  .supabet-gtqusf .supabet-stbq7u {
    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;
  }
  .supabet-0u3owb {
    left: calc(50% - 60px);
  }
}

@media (max-width: 650px) {
  .supabet-16l18c {
    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) {
  .supabet-0u3owb {
    top: 100px !important;
  }
  #cookie-law-div p {
    padding-bottom: 50px;
  }
}

.supabet-u3rai5 p {
  margin-top: 0;
}

@media (max-width: 550px) {
  .supabet-n9jhyf {
    margin: 0 -0.2rem;
  }
  .supabet-u3rai5 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .supabet-2ku8i8 {
    -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;
  }
  .supabet-0g4jnh {
    max-width: 100%;
  }
  .supabet-dp9y15 {
    grid-template-columns: repeat(2, 1fr);
  }
  .supabet-73gc9u,
  .supabet-1kmdl4 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 16px;
  }
  .supabet-y7ni79 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .supabet-n9jhyf {
    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;
  }
  .supabet-rrz2db {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .supabet-d0ng19 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .supabet-qq0gc6,
  .supabet-7299rm {
    width: calc(100% - 20px);
  }
}

@media (max-width: 475px) {
  .supabet-pdm58k {
    width: 100%;
  }
  .supabet-dp9y15 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 400px) {
  .supabet-0u3owb {
    top: 127px !important;
  }
}

.supabet-cp0s2v {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .supabet-cp0s2v {
  }
}

@media (max-width: 767px) {
  .supabet-cp0s2v {
    margin-bottom: 12px;
  }
}

.supabet-cp0s2v img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.supabet-becnpy {
  display: flex;
  margin: 0 auto;
  padding: 0 var(--offsets);
  max-width: var(--display-width);
  gap: 20px;
}

.supabet-becnpy > .supabet-cershv {
  flex: 1 1;
}

@media (max-width: 767px) {
  .supabet-becnpy {
    flex-direction: column;
    gap: 12px;
  }
}

.supabet-3y1nmv {
  display: flex;
}

.supabet-3y1nmv .supabet-se8j2u {
  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;
}

.supabet-3y1nmv .supabet-ts8mbs {
  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;
}

.supabet-3y1nmv .supabet-aiql2q {
  display: flex;
  list-style: none;
  margin: 0;
  padding-left: 100%;
  animation: scroll 60s linear infinite;
}

.supabet-3y1nmv .supabet-4luzdz {
  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));
  }
}

.supabet-3y1nmv .supabet-4luzdz:before {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../images/award.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.supabet-3y1nmv .supabet-pqn29p {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  margin-right: 4px;
}

.supabet-kfv7yj {
  border: unset;
  background-color: unset;
}

.supabet-kfv7yj tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.supabet-kfv7yj .supabet-df44by,
.supabet-kfv7yj .supabet-auyxle {
  flex: 0 1 330px;
}

.supabet-kfv7yj .supabet-he7m8f {
  flex: 1 1;
}

.supabet-kfv7yj tr {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  background: var(--fh-bg-color);
  padding: 16px;
}

.supabet-kfv7yj tr td {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  padding: 0;
}

.supabet-kfv7yj tr td:first-child {
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.supabet-kfv7yj tr td p {
  color: #fff;
  margin: 0;
}

.supabet-kfv7yj tr td p span {
  color: var(--title-color);
  font-weight: 800;
}

.supabet-kfv7yj tr.supabet-df44by td p {
  padding: 16px 0;
}

.supabet-kfv7yj tr.supabet-df44by td p:not(:last-child),
.supabet-kfv7yj tr.supabet-auyxle td p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}

.supabet-kfv7yj tr.supabet-df44by td p:first-child,
.supabet-kfv7yj tr.supabet-auyxle td p:first-child {
  padding-top: 0;
}

.supabet-kfv7yj tr.supabet-auyxle td p {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.supabet-kfv7yj tr.supabet-auyxle td p:last-child {
  padding-bottom: 0;
}

.supabet-kfv7yj .supabet-auyxle img {
  max-width: 32px;
}

.supabet-kfv7yj .supabet-he7m8f {
  min-width: 718px;
}

.supabet-kfv7yj .supabet-he7m8f td:last-child {
  display: flex;
  flex-wrap: wrap;
}

.supabet-kfv7yj .supabet-he7m8f td {
  display: flex;
}

.supabet-kfv7yj .supabet-he7m8f td:last-child .supabet-11h4q9,
.supabet-kfv7yj .supabet-he7m8f td:last-child .supabet-o7npfp,
.supabet-kfv7yj .supabet-he7m8f td:last-child .supabet-826crs {
  flex: 1 1 50%;
}

.supabet-kfv7yj .supabet-he7m8f td:last-child .supabet-4qo0bf {
  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;
}

.supabet-kfv7yj .supabet-he7m8f td:last-child .supabet-z1ffm2,
.supabet-kfv7yj .supabet-he7m8f td:last-child .supabet-wgqf02 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 12px;
}

.supabet-kfv7yj .supabet-he7m8f td:last-child .supabet-11h4q9,
.supabet-kfv7yj .supabet-he7m8f td:last-child .supabet-o7npfp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.supabet-kfv7yj .supabet-he7m8f td:last-child .supabet-11h4q9 span,
.supabet-kfv7yj .supabet-he7m8f td:last-child .supabet-o7npfp span {
  font-weight: 800;
}

.supabet-kfv7yj .supabet-he7m8f img {
  max-width: 34px;
}

@media (max-width: 1100px) {
  .supabet-kfv7yj .supabet-he7m8f td .supabet-826crs:not(:first-child) {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .supabet-kfv7yj tr.supabet-df44by td p:last-child {
    padding-bottom: 0;
  }
  .supabet-kfv7yj .supabet-auyxle > td {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  .supabet-kfv7yj .supabet-auyxle > td > p {
    flex: 1 1 calc(50% - 10px);
  }
  .supabet-kfv7yj tr.supabet-df44by td p:not(:last-child),
  .supabet-kfv7yj tr.supabet-auyxle td p:not(:last-child) {
    border-bottom: unset;
  }
  .supabet-kfv7yj tr.supabet-auyxle td p:last-child {
    padding-bottom: 12px;
  }
  .supabet-kfv7yj .supabet-he7m8f td:last-child .supabet-11h4q9,
  .supabet-kfv7yj .supabet-he7m8f td:last-child .supabet-o7npfp,
  .supabet-kfv7yj .supabet-he7m8f td:last-child .supabet-826crs {
    flex: 1 1 50%;
    padding: 0;
  }
  .supabet-kfv7yj .supabet-he7m8f td:last-child .supabet-11h4q9,
  .supabet-kfv7yj .supabet-he7m8f td:last-child .supabet-o7npfp {
    margin-top: 16px;
  }
  .supabet-kfv7yj .supabet-he7m8f td:last-child .supabet-826crs {
    flex: 1 1 100%;
    padding-bottom: 16px;
    margin-top: 16px;
  }
  .supabet-kfv7yj .supabet-he7m8f td:last-child .supabet-11h4q9 {
    border-right: 1px solid var(--border-color);
  }
  .supabet-kfv7yj .supabet-he7m8f td:last-child .supabet-826crs:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .supabet-kfv7yj .supabet-he7m8f td:last-child .supabet-826crs:last-child {
    padding-bottom: 0;
  }
}

.supabet-826crs {
  display: flex;
  flex-direction: column;
}

.supabet-kfv7yj .supabet-he7m8f td .supabet-826crs {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 16px;
}

.supabet-kfv7yj .supabet-he7m8f td .supabet-826crs:not(:last-of-type) {
  border-right: 1px solid var(--border-color);
  padding-right: 16px;
}

.supabet-kfv7yj .supabet-he7m8f td .supabet-826crs:not(:first-child) {
  padding-left: 16px;
}

@media (max-width: 767px) {
  .supabet-kfv7yj .supabet-he7m8f td .supabet-826crs:not(:first-child) {
    padding-left: 0;
  }
  .supabet-kfv7yj .supabet-he7m8f td .supabet-826crs:not(:last-of-type) {
    border-right: unset;
  }
}

.supabet-kfv7yj .supabet-j42z0w {
  flex: 0 1 485px;
}

.supabet-kfv7yj .supabet-k9ndw9 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}

.supabet-kfv7yj .supabet-k9ndw9 li {
  border-radius: 4px;
  border: 1px solid var(--border-color);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.supabet-kfv7yj .supabet-k9ndw9 li.supabet-ciu49f {
  padding: 6px 12px;
}

.supabet-kfv7yj .supabet-k9ndw9 li a,
.supabet-kfv7yj .supabet-k9ndw9 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;
}

.supabet-kfv7yj .supabet-5e3rbc,
.supabet-kfv7yj .supabet-03asiu {
  flex: 1 1;
}

.supabet-kfv7yj .supabet-nf1sa2,
.supabet-kfv7yj .supabet-xm0l67 {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.supabet-kfv7yj .supabet-nf1sa2 li,
.supabet-kfv7yj .supabet-xm0l67 li {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1 1 calc(50% - 20px);
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
}

.supabet-kfv7yj .supabet-03asiu img {
  max-width: 32px;
}

.supabet-kfv7yj .supabet-5e3rbc img {
  max-width: 32px;
}

.supabet-kfv7yj .supabet-1y52mm {
  min-width: 280px;
}

.supabet-kfv7yj .supabet-1y52mm img {
  max-width: 146px;
}

.supabet-kfv7yj .supabet-1y52mm td {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

@media (max-width: 1460px) {
  .supabet-kfv7yj .supabet-df44by,
  .supabet-kfv7yj .supabet-auyxle {
    flex: 0 1 auto;
  }
  .supabet-kfv7yj .supabet-he7m8f {
    min-width: unset;
    flex: 1 1 50%;
  }
}

@media (max-width: 1100px) {
  .supabet-kfv7yj .supabet-df44by,
  .supabet-kfv7yj .supabet-j42z0w,
  .supabet-kfv7yj .supabet-auyxle,
  .supabet-kfv7yj .supabet-he7m8f {
    flex: 1 1 calc(50% - 20px);
  }
  .supabet-kfv7yj .supabet-5e3rbc,
  .supabet-kfv7yj .supabet-1y52mm,
  .supabet-kfv7yj .supabet-03asiu {
    flex: 1 1 30%;
  }
  .supabet-kfv7yj .supabet-1y52mm {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .supabet-kfv7yj .supabet-df44by,
  .supabet-kfv7yj .supabet-j42z0w,
  .supabet-kfv7yj .supabet-5e3rbc,
  .supabet-kfv7yj .supabet-auyxle,
  .supabet-kfv7yj .supabet-he7m8f,
  .supabet-kfv7yj .supabet-1y52mm,
  .supabet-kfv7yj .supabet-03asiu {
    flex: 1 1 100%;
  }
}

.supabet-igivwg .supabet-wvckm6 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.supabet-igivwg .supabet-3nfb74 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid var(--border-color);
  background-color: var(--fh-bg-color);
}

.supabet-igivwg .supabet-38wya1 {
  width: 100%;
  padding: 12px 12px 8px 12px;
  background-color: #318562;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  color: #f9cb16;
}

.supabet-igivwg .supabet-57clae {
  display: grid;
  padding: 16px;
  gap: 0 16px;
  grid-template-columns: repeat(2, 1fr);
}

.supabet-igivwg .supabet-57clae > :nth-child(3) {
  margin-top: 0;
}

.supabet-igivwg .supabet-87r1gm {
  grid-column: 2/3;
  grid-row: 1/10;
}

.supabet-igivwg .supabet-5iz7o2 {
  grid-column: 1/2;
  margin-top: 0;
  margin-bottom: 8px;
}

.supabet-igivwg .supabet-qj6dws {
  grid-column: 1/2;
}

.supabet-igivwg > :not(.how-to__title):not(.content-button) {
  grid-column: 1/2;
}

.supabet-igivwg .supabet-3nfb74: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;
}

.supabet-igivwg .supabet-3nfb74:not(:last-child):after {
  position: relative;
  content: "";
  width: calc(100% - 32px);
  height: 1px;
  background-color: #318562;
  margin: 12px auto 27px auto;
}

.supabet-igivwg .supabet-pdm58k {
  min-width: 240px;
}

@media (max-width: 768px) {
  .supabet-igivwg .supabet-3nfb74:not(:last-child):before {
    bottom: 8px;
  }
  .supabet-igivwg .supabet-3nfb74:not(:last-child):after {
    margin: 12px auto 18px auto;
  }
  .supabet-igivwg .supabet-57clae {
    grid-template-columns: 1fr;
    padding: 16px 16px 8px 16px;
  }
  .supabet-igivwg .supabet-87r1gm {
    grid-column: 1/2;
    grid-row: 1/2;
    margin: -16px -18px 16px -18px;
  }
  .supabet-igivwg .supabet-87r1gm img {
    width: 100%;
    height: auto;
  }
  .supabet-igivwg .supabet-pdm58k {
    width: 100%;
    min-width: unset;
  }
}

.supabet-4ka0cu .supabet-8bxfgl {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
}

.supabet-4ka0cu .supabet-7esclw {
  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;
}

.supabet-4ka0cu .supabet-87r1gm {
  height: 100%;
}

.supabet-4ka0cu .supabet-87r1gm img {
  height: 100%;
  width: auto;
  min-width: 220px;
  object-fit: cover;
}

.supabet-4ka0cu .supabet-do0foa {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 16px 16px 0;
}

.supabet-4ka0cu .supabet-8l35a7 {
  color: #f9cb16;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
  margin: 0;
}

.supabet-4ka0cu .supabet-cocno0 {
  color: #d2d2d2;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  flex: 1 1;
  margin: 0;
}

@media (max-width: 1200px) {
  .supabet-4ka0cu .supabet-7esclw {
    flex: 1 1 100%;
  }
  .supabet-4ka0cu .supabet-ieiltn {
    min-width: 320px;
    width: fit-content;
  }
}

@media (max-width: 767px) {
  .supabet-4ka0cu .supabet-7esclw {
    flex-direction: column;
  }
  .supabet-4ka0cu .supabet-87r1gm {
    width: 100%;
    height: auto;
  }
  .supabet-4ka0cu .supabet-87r1gm img {
    width: 100%;
    height: auto;
    max-height: 260px;
    min-width: unset;
  }
  .supabet-4ka0cu .supabet-do0foa {
    padding: 0 16px 16px 16px;
  }
  .supabet-4ka0cu .supabet-ieiltn {
    min-width: unset;
    width: 100%;
  }
}

.supabet-j3chw2 .supabet-qm5n1g {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  gap: 20px;
}

.supabet-j3chw2 .supabet-qnw9m2 {
  position: relative;
  height: 220px;
  border-radius: 12px;
  border: 2px solid var(--border-color);
  overflow: hidden;
  transition: 0.2s;
}

.supabet-j3chw2 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;
}

.supabet-j3chw2 .supabet-1fclgu {
  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;
}

.supabet-j3chw2 .supabet-qnw9m2:hover .supabet-1fclgu {
  display: flex;
}

.supabet-j3chw2 .supabet-xxod0j {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  color: #d2d2d2;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.supabet-j3chw2 .supabet-atcpo6 {
  text-align: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: auto;
  color: #fff;
}

.supabet-s7unl9 {
  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;
}

.supabet-s7unl9.supabet-riemre {
  color: #196948;
  background-color: #f9cb16;
  border: 1px solid #f9cb16;
  margin-bottom: 8px;
  transition: 0.supabet-bdsp4r ease-in-out;
}

.supabet-s7unl9.supabet-riemre:hover {
  color: #f9cb16;
  background-color: transparent;
}

.supabet-j3chw2 .supabet-zse1o2 {
  color: #fff;
  border: 1px solid #f9cb16;
  background-color: unset;
  transition: 0.supabet-bdsp4r ease-in-out;
}

.supabet-j3chw2 .supabet-zse1o2:hover {
  color: #196948;
  background-color: #f9cb16;
}

.supabet-j3chw2 .supabet-zse1o2:after,
.supabet-s7unl9.supabet-riemre:after {
  content: "";
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.supabet-s7unl9.supabet-riemre:after {
  background-image: url(../images/Cash.svg);
}

.supabet-j3chw2 .supabet-zse1o2:after {
  background-image: url(../images/Play.svg);
}

@media (max-width: 1200px) {
  .supabet-j3chw2 .supabet-qm5n1g {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .supabet-j3chw2 .supabet-qm5n1g {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .supabet-j3chw2 .supabet-qm5n1g {
    grid-template-columns: 1fr;
  }
  .supabet-j3chw2 .supabet-qnw9m2 {
    height: auto;
  }
  .supabet-j3chw2 .supabet-qnw9m2 .supabet-1fclgu {
    position: relative;
    display: flex;
    height: auto;
    background-color: var(--fh-bg-color);
    padding: 8px 12px 12px 12px;
  }
  .supabet-j3chw2 .supabet-xxod0j,
  .supabet-j3chw2 .supabet-atcpo6 {
    text-align: left;
  }
  .supabet-j3chw2 .supabet-atcpo6 {
    margin-bottom: 8px;
  }
  .supabet-j3chw2 img {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    min-height: unset;
  }
}

.supabet-05tvyw {
  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;
}

.supabet-05tvyw.supabet-vrieol {
  display: block;
}

.supabet-05tvyw .supabet-szzagc {
  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;
}

.supabet-05tvyw .supabet-kcl8bl {
  display: flex;
  gap: 24px;
  padding: 12px;
}

.supabet-05tvyw .supabet-cx7p0q {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  line-height: 28px;
}

.supabet-05tvyw .supabet-a02n1e {
  display: flex;
  align-items: center;
  flex: 1 1;
}

.supabet-05tvyw .supabet-s7unl9 {
  min-width: 296px;
  margin-bottom: 0;
}

.supabet-05tvyw .supabet-8n74b9 {
  width: 44px;
  min-width: 44px;
  height: 44px;
  background-image: url(../images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.supabet-05tvyw .supabet-5wnjwl {
  position: relative;
  flex: 1 1;
}

.supabet-05tvyw .supabet-5wnjwl iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .supabet-05tvyw .supabet-kcl8bl {
    flex-wrap: wrap;
    gap: 8px;
  }
  .supabet-05tvyw .supabet-cx7p0q {
    order: 1;
  }
  .supabet-05tvyw .supabet-a02n1e {
    order: 3;
    flex: 1 1 100%;
  }
  .supabet-05tvyw .supabet-s7unl9 {
    width: 100%;
    min-width: unset;
  }
  .supabet-05tvyw .supabet-8n74b9 {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .supabet-257ny0 > .supabet-0k48ua {
    margin-bottom: 0;
  }
  .supabet-257ny0 > .supabet-qj6dws,
  .supabet-257ny0 > p {
    margin-top: 0;
  }
}

.supabet-530jfv img,
.supabet-u3rai5 img {
  width: auto;
  object-fit: contain;
}

.supabet-530jfv {
  align-items: center;
}

.supabet-530jfv img {
  max-height: 76px;
}

.supabet-u3rai5 img {
  max-height: 64px;
}

.supabet-d4p8f2 {
  overflow: auto;
}

.supabet-9ck577 {
  border: 1px solid var(--color-table-border);
  box-shadow: 0 0 15px rgb(0 0 0 / 5%);
  border-collapse: collapse;
  width: 100%;
}

.supabet-vql8ye:not(:last-child) {
  border-bottom: 1px solid var(--color-table-border);
}

.supabet-h4sok5 {
  border: none;
  padding: 25px 10px;
  font-weight: 700;
  color: var(--color-table-td-color);
  min-width: 200px;
}

.supabet-donz4z {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.supabet-h4sok5 .supabet-87r1gm {
  margin-right: 20px;
  flex-shrink: 0;
}

.supabet-h4sok5 img {
  max-height: 45px;
  object-fit: contain;
  width: 100%;
}

.supabet-sw6amb {
  padding: 25px 10px;
  align-self: center;
  border-bottom: 1px solid var(--color-table-border);
  flex-grow: 1;
  border-top: none;
}

.supabet-sw6amb > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .supabet-h4sok5 {
    padding: 15px 10px;
  }
  .supabet-sw6amb {
    padding: 15px 10px;
  }
  .supabet-h4sok5 .supabet-87r1gm {
    margin-right: 10px;
  }
}

.supabet-vyp99w {
  overflow-x: auto;
}

.supabet-in71fs {
  border-collapse: collapse;
  width: 100%;
}

.supabet-vyp99w th {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 25px 10px;
  text-align: center;
}

.supabet-vyp99w td {
  font-family: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 25px;
  white-space: nowrap;
}

.supabet-vyp99w td.supabet-b9vyxw {
  font-weight: 600;
  text-align: right;
  border-left: none;
}

.supabet-vyp99w td.supabet-6em6w5 {
  border-right: none;
}

.supabet-vyp99w td.supabet-6em6w5 .supabet-87r1gm {
  justify-content: flex-start;
}

.supabet-vyp99w td.supabet-6em6w5 .supabet-87r1gm img {
  height: auto;
  width: 90px;
}

.supabet-vyp99w td.supabet-yyvj8l,
.supabet-vyp99w td.supabet-bmrc0n {
  font-weight: 600;
  text-align: right;
}

.supabet-vyp99w td.supabet-8vfa87,
.supabet-vyp99w td.supabet-yyvj8l {
  padding-bottom: 10px;
  border-bottom: none;
}

.supabet-vyp99w td.supabet-yyvj8l,
.supabet-vyp99w td.supabet-bmrc0n {
  border-left: none;
}

.supabet-vyp99w td.supabet-8vfa87,
.supabet-vyp99w td.supabet-4bxqtt {
  border-right: none;
}

.supabet-vyp99w td.supabet-4bxqtt,
.supabet-vyp99w td.supabet-bmrc0n {
  border-top: none;
  padding-top: 10px;
}

.supabet-cpnh25 {
  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;
}

.supabet-cpnh25 .supabet-ieiltn {
  min-width: unset;
  width: 100%;
}

.supabet-cpnh25 .supabet-ieiltn.supabet-wi8l9x {
  grid-column: 1/2;
  grid-row: 1/2;
}

.supabet-cpnh25 .supabet-ieiltn.supabet-meqtvs {
  grid-column: 2/3;
  grid-row: 1/2;
}

.supabet-cpnh25 .supabet-vfhcn2 {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 0;
}

@media (max-width: 767px) {
  .supabet-cpnh25 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }
  .supabet-cpnh25 .supabet-ieiltn.supabet-wi8l9x {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .supabet-cpnh25 .supabet-ieiltn.supabet-meqtvs {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .supabet-cpnh25 .supabet-vfhcn2 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.supabet-1zlhb8 {
  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;
}

.supabet-475yk6 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 800;
  line-height: 40px;
}

.supabet-sug9cv p a img {
  margin: 0 auto;
  display: block;
}

.supabet-sug9cv table {
  margin-bottom: 17px;
}

/* contanct form */
.supabet-08wet8 {
  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;
}

.supabet-08wet8 label {
  font-size: 14px;
}

.supabet-08wet8 h2 {
  text-align: center;
  margin-bottom: 1rem;
}
.supabet-08wet8 input,
.supabet-08wet8 textarea,
.supabet-08wet8 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;
}
.supabet-08wet8 button {
  background-color: #a91f09;
  color: var(--text-color);
  border: none;
  cursor: pointer;
  transition: background 0.supabet-bdsp4r ease;
}
.supabet-08wet8 button:hover {
  background-color: #691204;
}
.supabet-srrqul {
  text-align: center;
  color: green;
  font-weight: 500;
  padding: 50px 0;
  animation: fadeIn 0.supabet-bi9wiu ease-in;
}

.supabet-srrqul 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;
}
.supabet-ymmn4k, .supabet-lprtdy, [class*="review-card"],
thead, thead th, table th, .supabet-r10d0e,
.supabet-ennmq9, [class*="collapsible-header"],
.supabet-1zcdex, [class*="updated-block"] {
  color: #ece7dc !important;
}
